/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* $color_medium: #88fa9b; */
/* _cms_boilerplate.scss */
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  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;
  }
}
/* _cda_fonts.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/icons/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../img/icons/glyphicons-halflings-white.png");
}

.page-share-twitter {
  background: #F4F4F4;
  border: 1px solid #CCC;
  border-radius: 3px;
  font-size: 12px !important;
  line-height: 28px;
  height: 9px !important;
  margin-top: 0px;
  font-family: iabrbold, Helvetica, arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 9px 6px 0px 6px;
}
.page-share-twitter a {
  color: #555555 !important;
  text-decoration: none;
}

.nav-en svg .has-theme-color {
  fill: #88fa9b !important;
}

.icon-glass {
  background-position: 0 0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

/* _cms_fonts.scss */
@font-face {
  font-family: "iabrbold";
  src: url("../fonts/din/50d13d4e-96c6-4412-a8fa-baa4814c5332.eot?#iefix");
  src: url("../fonts/din/50d13d4e-96c6-4412-a8fa-baa4814c5332.eot?#iefix") format("eot"), url("../fonts/din/109143ca-57fb-459c-9814-3a68f0245ac3.woff") format("woff"), url("../fonts/din/c9fa50e2-c243-451a-b91b-ee74f341d7a8.ttf") format("truetype"), url("../fonts/din/1201bd6f-15f5-4b51-9c6f-c5c4b35d31f5.svg#1201bd6f-15f5-4b51-9c6f-c5c4b35d31f5") format("svg");
}
a.nav-link:link, a.nav-link:visited, a.nav-link:active, a.nav-link:hover {
  border-color: black;
  border-bottom: none;
}

.nav-active > span > a.nav-link:not(.nav-main-link):link, .nav-active > span > a.nav-link:not(.nav-main-link):visited, .nav-active > span > a.nav-link:active, .nav-active > span > a.nav-link:not(.nav-main-link):hover {
  border-color: white;
  border-bottom: 4px solid black !important;
  padding-bottom: 1px;
}

.nav-main-item .nav-open a:hover {
  padding-bottom: 2px;
  border-bottom: 2px solid white !important;
}

.nav-main-item > ul {
  padding: 0 !important;
}
.nav-main-item.nav-active > ul {
  padding-top: 15px !important;
}
.nav-main-item.nav-active .nav-main-link {
  border-color: white;
  border-bottom: 4px solid white !important;
  padding-bottom: 2px;
}

#nav-fixed .nav-link {
  color: black;
  border-bottom-color: black;
}

a.nav-link:hover {
  color: white;
  border-color: white;
}

a.nav-info-link:hover {
  color: white;
}

#nav ul ul li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 2px;
  font-family: iabrbold, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

#nav ul ul li span:hover {
  color: white;
}

#nav ul ul li.nav-active > span {
  color: #9edff1;
}

#nav {
  z-index: 99999;
  position: fixed;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 355px;
  background: #9edff1;
  -webkit-transform: translateX(-120%);
  -moz-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  -o-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: -webkit-transform 500ms ease 0ms;
  -moz-transition: -moz-transform 500ms ease 0ms;
  -ms-transition: -ms-transform 500ms ease 0ms;
  -o-transition: -o-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms;
  -webkit-box-shadow: 10px 0px 24px -8px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 10px 0px 24px -8px rgba(0, 0, 0, 0.17);
  box-shadow: 10px 0px 24px -8px rgba(0, 0, 0, 0.17);
}

html.complexify #nav {
  -webkit-transform: translateX(-120%);
  -moz-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  -o-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: -webkit-transform 500ms ease 0ms;
  -moz-transition: -moz-transform 500ms ease 0ms;
  -ms-transition: -ms-transform 500ms ease 0ms;
  -o-transition: -o-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms;
}

html.no-csstransforms #nav,
html.simplify #nav {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-none 500ms ease 0ms;
  -moz-transition: -moz-none 500ms ease 0ms;
  -ms-transition: -ms-none 500ms ease 0ms;
  -o-transition: -o-none 500ms ease 0ms;
  transition: none 500ms ease 0ms;
  left: -120%;
}

html.no-csstransforms body.nav-focused #nav,
html.simplify body.nav-focused #nav {
  left: 0;
}

html.complexify body.nav-focused #nav {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

#nav-content {
  position: absolute;
  top: 140px;
  left: 0;
  width: calc(100% - 60px);
  padding: 0 15px;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}

body.nav-focused .header#header-iabr-2016,
body.nav-focused .header#header-iabr-2016 a#home-link .main-title-0,
body.nav-focused .header#header-economy,
body.nav-focused .header#header-iabr-2016-the-next-economy {
  color: #9edff1;
}

#nav-toggle {
  display: none;
  position: fixed;
  left: 5px;
  top: 5px;
  z-index: 9999999;
  width: 24px;
  height: 24px;
  padding: 10px;
  cursor: pointer;
}

html.complexify #nav-toggle {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 300ms linear 0ms;
  -moz-transition: -moz-transform 300ms linear 0ms;
  -ms-transition: -ms-transform 300ms linear 0ms;
  -o-transition: -o-transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms;
}

body.nav-focused #nav-toggle {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nav-toggle-bar {
  background: black;
  height: 4px;
  margin-bottom: 4px;
}

#nav-trigger {
  position: fixed;
  top: 0px;
  left: 0;
  height: 100%;
  width: 45px;
  background: #9edff1;
  z-index: 9999;
  -webkit-box-shadow: 10px 0px 24px -8px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 10px 0px 24px -8px rgba(0, 0, 0, 0.17);
  box-shadow: 10px 0px 24px -8px rgba(0, 0, 0, 0.17);
  -webkit-transition: left 300ms ease 0ms;
  -moz-transition: left 300ms ease 0ms;
  transition: left 300ms ease 0ms;
}

#nav-trigger-label {
  display: block;
  position: fixed;
  z-index: 9999999;
  font-family: iabrbold, helvetica, arial, sans-serif;
  text-transform: uppercase;
  opacity: 1;
  font-size: 19px;
  top: 23px;
  left: 0;
  -webkit-transition: opacity 300ms ease 0ms;
  -moz-transition: opacity 300ms ease 0ms;
  transition: opacity 300ms ease 0ms;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

body.mobile #nav-trigger-label {
  display: none;
}

html.no-csstransforms #nav-trigger-label {
  font-size: 0;
  line-height: 0;
  width: 14px;
  height: 75px;
  background-image: url("../img/ui/navigate-label.png");
}

#sitemap {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #9edff1;
  color: black;
  overflow: auto;
  opacity: 0;
  z-index: -1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#sitemap.on {
  opacity: 1;
  z-index: 9999999;
}
#sitemap * {
  color: black;
}
#sitemap #sitemap-close {
  position: absolute;
  right: 30px;
  top: 8px;
  cursor: pointer;
}
#sitemap a {
  border: none !important;
}
#sitemap ul#sitemap-content {
  margin-top: 120px;
  margin-left: 70px;
  width: calc(100% - 140px);
  padding-bottom: 70px;
}
#sitemap ul#sitemap-content .map-main-item {
  position: relative;
  float: left;
  width: 15%;
  margin-right: 10px;
  margin-bottom: 10px;
  color: white;
  overflow: hidden;
  font-size: 11px;
  min-width: 150px;
}
#sitemap ul#sitemap-content .map-main-item.col_2 {
  width: 30%;
  min-width: 300px;
}
#sitemap ul#sitemap-content .map-main-item.col_2 .para {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}
#sitemap ul#sitemap-content .map-main-item > * {
  width: 100%;
  display: block;
}
#sitemap ul#sitemap-content .map-main-item > span {
  margin-top: 15px;
  font-size: 14px;
}
#sitemap ul#sitemap-content .map-main-item > ul, #sitemap ul#sitemap-content .map-main-item > p {
  border-top: 3px solid white;
  margin-top: 5px;
  padding-top: 10px;
}
#sitemap ul, #sitemap li, #sitemap p {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sitemap li:not(.level0):not(.level1) > span {
  opacity: 0.5;
}
#sitemap li:not(.level0):not(.level1) > span:hover {
  opacity: 1;
}
#sitemap li:not(.level0):not(.level1):not(.level2) {
  padding-left: 15px;
}
#sitemap li.level1:not(:first-child) {
  padding-top: 10px;
}

/* clear fix */
#sitemap-content:after {
  content: '';
  display: block;
  clear: both;
}

#nav-social {
  position: absolute;
  bottom: 0;
  height: 80px;
}

#nav #social-label {
  display: none;
  position: absolute;
  min-width: 100px;
  font-size: 14px;
  font-family: iabrbold, Helvetica, Arial, sans-serif;
  color: black;
}

#nav-social ul, #nav-social li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav li.info-panel-en,
#nav li.info-panel-nl {
  display: none;
}

#nav-social ul {
  position: absolute;
  min-width: 100px;
  margin-top: -25px;
}

#nav-social li {
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  display: inline-block;
}

#nav-social li a {
  display: block;
  width: 100%;
  height: 100%;
}

#nav-social svg {
  width: 100% !important;
}

.nav-set {
  margin: 0;
}

.nav-set ul {
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
  padding: 0;
  overflow: hidden;
  font-size: 20px;
}

.nav-set ul li {
  margin: 0px;
  padding: 0 0 5px 0;
}

.nav-set ul ul {
  padding: 0 0 0 10px;
  font-size: 12px;
}

#nav-main {
  padding-right: 25px;
  width: calc(100% + 15px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100% - 135px);
}
#nav-main .nav-set {
  min-width: 310px;
}

.nav-set ul li.nav-main-item {
  border-top: 5px solid white;
  padding-top: 7px;
  padding-bottom: 7px;
}

.nav-main-item > span {
  letter-spacing: 0.03em;
}

.nav-set-0 ul li.nav-main-item.nav-main-item-0 {
  border-top: none;
}

.nav-info ul li {
  float: left;
  margin-right: 10px;
  padding: 0;
}

.nav-info ul {
  font-size: 12px;
}

#nav .nav-main-item li.has-children > span {
  background-image: url("../img/ui/icon-arrow-right.png");
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-size: 5px 7px;
}

#nav li li span {
  text-indent: 10px;
}

#nav .nav-main-item li.has-children.nav-open > span {
  background-image: url("../img/ui/icon-arrow-down.png");
  background-size: 7px 5px;
}

#nav .nav-info {
  position: absolute;
  bottom: 70px;
  z-index: 9999999999;
}

#nav .nav-info ul {
  font-size: 14px !important;
}

.nav-set .q {
  width: calc(100% - 20px);
  padding: 2px 10px;
  border: none;
  font-size: 20px;
  line-height: 16px;
  font-family: iabrbold, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-radius: 15px;
}

.nav-search input:focus {
  outline: none;
}

#nav-fixed {
  position: fixed;
  top: 6px;
  right: 15px;
  z-index: 9998;
  -webkit-transition: width 100ms ease 0ms;
  -moz-transition: width 100ms ease 0ms;
  transition: width 100ms ease 0ms;
}

body.scrollbars #nav-fixed {
  right: 30px;
}

#nav-search, #nav-info {
  float: left;
}

#nav-filter {
  float: left;
  width: 44px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  display: none;
}

#nav-filter ul {
  margin-top: 0;
}

#nav-filter ul {
  font-size: 12px;
  line-height: 14px;
  margin-top: 1px;
  overflow: visible;
}

a.nav-filter-link:link, a.nav-filter-link:visited, a.nav-filter-link:active, a.nav-filter-link:hover {
  display: inline-block;
  color: black;
  border-bottom: 2px solid black;
  padding: 1px 1px 0 1px;
}

#nav-filter ul ul {
  background: black;
  width: 100px;
  padding: 5px;
  display: none;
}

.lang-nl #nav-filter ul ul {
  margin: 0 0 0 -38px;
}

.lang-en #nav-filter ul ul {
  margin: 0 0 0 -24px;
}

#nav-filter:hover ul ul {
  display: block;
}

#nav-filter:hover a.nav-filter-link:link, #nav-filter:hover a.nav-filter-link:visited, #nav-filter:hover a.nav-filter-link:active, #nav-filter:hover a.nav-filter-link:hover {
  background: black;
  color: #9edff1;
}

.filter-dropdown {
  font-family: iabrbold, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  width: 72px;
  background: none;
  color: #BBB;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.filter-dropdown option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter-dropdown:hover {
  color: #9edff1;
}

#nav-info, #nav-search {
  font-size: 12px;
  line-height: 12px;
}

#nav-info {
  line-height: 14px;
}

#nav-search {
  margin: 0;
  padding: 0;
}

#nav .nav-search {
  display: none;
}

#nav-search form {
  margin-top: 2px;
}

#nav-search .q {
  width: 80%;
  font-size: 12px;
  line-height: 14px;
  background: none;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid black;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.lang-en #nav-search .q {
  width: 44px;
}

.lang-nl #nav-search .q {
  width: 30px;
}

#nav-info {
  margin: 0;
  padding: 0;
}

#nav-info ul {
  margin-top: 2px;
}

.searching #nav-search .q {
  border: 2px solid black;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 1px 5px 1px 5px;
  width: 120px;
}

#nav-info a:not(.lang-link-en):not(.lang-link-nl) {
  border-bottom: 2px solid black;
}

#footer-nav {
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  z-index: 9995;
  height: 75px;
  padding: 0;
  text-align: center;
  -webkit-transition: bottom 300ms ease 100ms, background 300ms ease 0ms;
  -moz-transition: bottom 300ms ease 100ms, background 300ms ease 0ms;
  transition: bottom 300ms ease 100ms, background 300ms ease 0ms;
}

#footer-nav:hover {
  background: black;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0px -5px 5px -5px rgba(0, 0, 0, 0.5);
}

#footer-nav:hover .next-page-link {
  color: white;
  border-color: #FFF;
}

#footer-nav:hover .next-page-indicator {
  border-top-color: #FFF;
}

#footer-nav.active.open {
  bottom: 165px;
}

.next-page {
  padding: 10px 0 15px 0;
  height: 50px;
  cursor: pointer;
}

.next-page-indicator {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  z-index: 9997;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
}

#footer-nav .next-page-indicator {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 300ms ease 300ms;
  -moz-transition: -moz-transform 300ms ease 300ms;
  -ms-transition: -ms-transform 300ms ease 300ms;
  -o-transition: -o-transform 300ms ease 300ms;
  transition: transform 300ms ease 300ms;
}

#footer-nav.active.open .next-page-indicator {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  height: 0;
  background: black;
  overflow: hidden;
  box-shadow: 0px -5px 5px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: height 300ms ease 0ms;
  -moz-transition: height 300ms ease 0ms;
  transition: height 300ms ease 0ms;
}

body.scrollbars #footer {
  right: 15px;
}

body.scrollbars #footer-nav {
  right: 15px;
}

#footer.open {
  height: 350px;
}

#footer-pages {
  position: absolute;
  left: 0;
  right: 330px;
}

#footer-tweets {
  position: absolute;
  right: 20px;
  width: 300px;
  height: 100%;
}

#footer-tweets iframe {
  margin-top: -5px;
}

.footer-tweets iframe {
  height: 160px !important;
}

.footer-item {
  font-family: iabrbold, helvetica, arial, sans-serif;
  text-transform: uppercase;
  margin-top: 5px;
}

#footer-pages .footer-item {
  float: left;
  width: 29%;
  height: 100%;
  margin-left: 2%;
  margin-right: 2%;
}

#footer-pages .footer-cols-1 .footer-item {
  width: 46%;
}

#footer-pages .footer-cols-2 .footer-item {
  width: 29%;
}

#footer-pages .footer-cols-3 .footer-item {
  width: 21%;
}

#mobile-footer {
  display: none;
  overflow: hidden;
  background: black;
  clear: both;
  margin: 0;
  padding: 0 10px 10px 10px;
}

#mobile-footer .footer-item {
  border-top: 1px solid #444;
  padding: 10px 0;
}

#mobile-footer-tweets .footer-item {
  border-top: none;
}

#mobile-footer-nav {
  display: none;
  position: relative;
  clear: both;
  margin: 0;
  background: black;
  background: rgba(0, 0, 0, 0.6);
}

#mobile-footer-content {
  overflow: hidden;
}

#mobile-footer-nav .next-page {
  text-align: center;
}

#mobile-footer-nav .next-page-link {
  color: #FFF;
  border-color: #FFF;
}

#mobile-footer-nav .next-page-indicator {
  border-top-color: #FFF;
}

.loading #mobile-footer,
.loading #mobile-footer-nav {
  display: none;
}

#mobile-footer .footer-cols {
  position: static;
}

.footer-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-item ul li {
  margin: 0;
  padding: 0;
}

.footer-item > ul > li {
  font-size: 12px;
}

.footer-item span {
  display: block;
}

.footer-item > ul > li > span {
  color: #9edff1;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-item ul ul {
  margin-top: 10px;
}

.footer-item ul ul li {
  font-size: 14px;
}

a.footer-main-link:link, a.footer-main-link:visited, a.footer-main-link:active, a.footer-main-link:hover {
  display: block;
  color: #9edff1;
  text-decoration: underline;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.footer-link:link, a.footer-link:visited, a.footer-link:active, a.footer-link:hover {
  color: #999;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-cols {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#footer.partners .footer-cols {
  left: 350px;
}

#footer.partners #footer-pages .footer-item.footer-partners {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
}

.footer-partners .logos {
  margin-top: 20px;
  width: 100%;
}

.footer-partners img {
  margin: 0 5px;
}

.footer-partners img.landscape {
  width: 90px;
}

.footer-partners img.portrait {
  width: 34px;
}

.event-filters-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.event-filters-list li {
  float: left;
  margin-right: 20px;
}

.event-filters-list li a.iabr-link.selected {
  color: #9edff1;
}

/* _cda_page.scss */
.pages-container {
  position: absolute;
  top: 0;
  left: 50px;
  right: 50px;
  z-index: 0;
  padding-bottom: 350px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 500ms ease 0ms;
  -moz-transition: -moz-transform 500ms ease 0ms;
  -ms-transition: -ms-transform 500ms ease 0ms;
  -o-transition: -o-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms;
}

html.complexify .pages-container {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

html.simplify .pages-container {
  left: 0;
}

html.complexify body.nav-focused .pages-container {
  -webkit-transform: translateX(360px);
  -moz-transform: translateX(360px);
  -ms-transform: translateX(360px);
  -o-transform: translateX(360px);
  transform: translateX(360px);
  left: 0;
}

html.simplify body.nav-focused .pages-container {
  left: 360px;
}

.lt-ie10 .pages-container {
  background-image: url("../img/ui/transparent.png");
}

.pages-container.next {
  position: absolute;
  margin: 0;
}

.pages-container.next {
  visibility: hidden;
}

.pages {
  margin: 120px 0 0 0;
  padding: 0;
  overflow: visible !important;
}

body.mobile .pages {
  margin-top: 15px;
}

body#section-search:not(.mobile) .pages {
  margin-top: 170px;
}

a.parent-link-arrow:link, a.parent-link-arrow:visited, a.parent-link-arrow:active, a.parent-link-arrow:hover {
  float: left;
  width: 15px;
  overflow: hidden;
  -webkit-transition: width 300ms ease 100ms;
  -moz-transition: width 300ms ease 100ms;
  transition: width 300ms ease 100ms;
  text-decoration: none;
  color: #9edff1;
}

a.parent-link.iabr-link:link, a.parent-link.iabr-link:visited, a.parent-link.iabr-link:active, a.parent-link.iabr-link:hover {
  display: block;
  float: left;
  color: #9edff1;
  border: none;
  border-color: #FFF;
  font-size: 13px;
  letter-spacing: 1px;
  -webkit-transition: -webkit-transform 600ms ease 0ms;
  -moz-transition: -moz-transform 600ms ease 0ms;
  -ms-transition: -ms-transform 600ms ease 0ms;
  -o-transition: -o-transform 600ms ease 0ms;
  transition: transform 600ms ease 0ms;
}

.page a.parent-link.iabr-link:hover {
  color: black;
}

.page-header {
  font-size: 13px;
  font-family: iabrbold, Helvetica, Arial, sans-serif;
  color: #9edff1;
}

a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active, a.breadcrumb:hover {
  color: #333;
  border: none;
  border-color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
}
a.breadcrumb:link span, a.breadcrumb:visited span, a.breadcrumb:active span, a.breadcrumb:hover span {
  font-size: 18px;
  vertical-align: top;
}

.page a.breadcrumb:hover {
  color: #9edff1;
}

a.breadcrumb.same-page,
a.breadcrumb.same-page:hover {
  color: #000;
  cursor: default;
}
a.breadcrumb.same-page span,
a.breadcrumb.same-page:hover span {
  display: none;
}

.title-first-word {
  /* white-space: nowrap; */
}

.title-last-word {
  /* white-space: nowrap; */
}

.more-about-link .title-last-word {
  white-space: nowrap;
}

.page-title h1 a {
  word-break: break-word;
}

.page-title h1 a:link, .page-title h1 a:visited, .page-title h1 a:active, .page-title h1 a:hover {
  font-family: iabrbold, Helvetica, arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid black;
}

.grid-1.vacature .page-title h1 a {
  color: #000;
  border-bottom-color: #000;
}

.page-title-str {
  display: none;
}

.arrow-preferred {
  display: inline;
}

.arrow-fallback, .arrow-mobile-fallback {
  display: none;
}

.lt-ie10 .arrow-preferred {
  display: none;
}

.lt-ie10 .arrow-fallback {
  display: inline;
}

.touch .arrow-preferred {
  display: none;
}

.touch .arrow-mobile-fallback {
  display: none;
}

.touch .arrow-mobile-fallback {
  display: inline;
}

.page-header-container {
  overflow: hidden;
  clear: both;
}

.page-title {
  clear: both;
  padding-bottom: 5px;
}

.page.person .page-title {
  clear: none;
}

.page-title-arrow {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  /* width: 0; */
  /* @include transition(width 300ms ease 100ms); */
}

.page.no-nav-children .page-title-arrow {
  width: 0;
  display: none;
}

.page-title h1 {
  /* @include transition(width 300ms ease 100ms);	 */
}

a.more-about-link:hover .page-title-arrow {
  width: 15px;
}

a.content-expander:link, a.content-expander:visited, a.content-expander:active, a.content-expander:hover {
  text-decoration: none;
  font-family: Courier, monospace;
  font-size: 10px;
}

.page-set {
  overflow: visible !important;
}

.page {
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
}

.page.home-texts {
  cursor: default;
}

.page-content a:link, .page-content a:visited, .page-content a:active, .page-content a:hover {
  text-decoration: none;
  border-bottom: 1px solid black;
}

.page.open {
  cursor: default;
}

.page blockquote {
  font-style: italic;
}

.page blockquote .media-item {
  font-style: normal;
}

.page.remove {
  opacity: 0;
}

.page.add {
  opacity: 0;
}

.page .page-footer {
  position: relative;
}

.page .read-more {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  font-family: iabrbold, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  width: 100px;
  height: 40px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 300ms ease 100ms;
  -moz-transition: opacity 300ms ease 100ms;
  transition: opacity 300ms ease 100ms;
}

.lt-ie9 .page .read-more {
  visibility: hidden;
}

.page.revealed .read-more {
  display: none;
}

.page .read-more-indicator {
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  z-index: 9997;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translateY(50px) rotate(0deg);
  -moz-transform: translateY(50px) rotate(0deg);
  -ms-transform: translateY(50px) rotate(0deg);
  -o-transform: translateY(50px) rotate(0deg);
  transform: translateY(50px) rotate(0deg);
  -webkit-transition: -webkit-transform 600ms ease 0ms;
  -moz-transition: -moz-transform 600ms ease 0ms;
  -ms-transition: -ms-transform 600ms ease 0ms;
  -o-transition: -o-transform 600ms ease 0ms;
  transition: transform 600ms ease 0ms;
}

.page-container {
  position: relative;
  padding: 15px 15px 40px 15px;
  margin: 5px;
  border: 1px solid transparent;
}

.page-header {
  line-height: 13px;
  border-top: 8px solid #9edff1;
  padding-top: 7px;
  overflow: hidden;
}

.page.open .page-header {
  border-top-color: #9edff1;
}

.page-title h1 {
  margin: 0;
  padding: 0;
}

.media-item {
  position: relative;
}

.media-item.full {
  width: 100%;
}

.media-item.media-align-left {
  float: left;
  width: 45%;
  margin: 10px 5% 10px 0;
}

.media-item.media-align-right {
  float: right;
  width: 45%;
  margin: 10px 0 10px 5%;
}

.media-view {
  position: relative;
  cursor: pointer;
}

.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  background-image: url("../img/ui/icon-play-sm.png");
  background-repeat: no-repeat;
  background-position: 40% center;
  z-index: 2;
}

.media-view:hover .play-icon {
  background-image: url("../img/ui/icon-play-sm-hover.png");
}

.media-item.full .play-icon {
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  background-image: url("../img/ui/icon-play-lg.png");
}

.media-item.full .media-view:hover .play-icon {
  background-image: url("../img/ui/icon-play-lg-hover.png");
}

.page.grid-1 .media-item .play-icon,
.page.grid-1 .media-item.full .play-icon,
.page.grid-1 .slide-item .play-icon,
.page.grid-1 .slide-item.full .play-icon {
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  background-image: url("../img/ui/icon-play-sm.png");
}

.page.grid-2 .media-item .play-icon,
.page.grid-2 .media-item.full .play-icon,
.page.grid-2 .slide-item .play-icon,
.page.grid-2 .slide-item.full .play-icon {
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  background-image: url("../img/ui/icon-play-lg.png");
}

.page.grid-1 .media-item:hover .play-icon,
.page.grid-1 .media-item.full:hover .play-icon,
.page.grid-1 .slide-item:hover .play-icon,
.page.grid-1 .slide-item.full:hover .play-icon {
  background-image: url("../img/ui/icon-play-sm-hover.png");
}

.page.grid-2 .media-item:hover .play-icon,
.page.grid-2 .media-item.full:hover .play-icon,
.page.grid-2 .slide-item:hover .play-icon,
.page.grid-2 .slide-item.full:hover .play-icon {
  background-image: url("../img/ui/icon-play-lg-hover.png");
}

.media-item img {
  display: block;
  width: 100%;
}

.media-item img.colorized,
.slide-item img.colorized {
  display: none;
}

.page .content-item .media-info, .page .content-item .media-info p {
  font-family: Helvetica, Arial, sans-serif;
}

.media-info {
  margin-top: 5px;
}

.media-info p {
  margin: 0;
  padding: 0;
}

.page .page-content {
  margin-top: 10px;
  font-size: 14px;
}

.page.grid-2 .page-content {
  margin-top: 20px;
}

.page-read-more {
  margin-bottom: 20px;
  font-family: iabrbold, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.page .content-item {
  margin-bottom: 20px;
  clear: left;
}

.page-footnotes {
  clear: both;
}

.page-footnotes ol {
  margin: 0;
  padding: 0;
  font-size: 11px;
  overflow: hidden;
}

.page-footnotes ol li {
  float: left;
  border-top: 1px dotted black;
  word-wrap: break-word;
  padding-top: 2px;
  list-style-position: inside;
  width: 120px;
  margin: 5px 5px 5px 0;
}

.page-meta {
  overflow: hidden;
  clear: both;
  margin-top: 20px;
}

.page-meta .meta-set {
  float: left;
  padding: 5px 0 0 0;
  width: 120px;
  margin: 5px 5px 20px 0;
}

.page.grid-1 .meta-set li:nth-child(2n+1) {
  clear: left;
}

.page.grid-2 .meta-set li:nth-child(4n+1) {
  clear: left;
}

.page .page-map {
  margin: 10px 0 20px 0;
  border: 1px solid black;
}

a.iabr-link.gmap-link:link, a.iabr-link.gmap-link:visited, a.iabr-link.gmap-link:active, a.iabr-link.gmap-link:hover {
  color: black;
}

a.iabr-link.gmap-link:hover {
  color: #9edff1;
}

.page .map-canvas {
  width: 100%;
  height: 100%;
}

.meta-set.downloads {
  width: 100%;
  overflow: hidden;
}

.meta-set.downloads h4 {
  margin-bottom: 5px;
}

.meta-set.downloads ul li {
  float: left;
  width: 120px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.meta-set ul li span {
  font-family: iabrbold, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
}

.meta-set.downloads ul li span {
  white-space: normal;
}

.meta-set.meta-set-event-location {
  width: 100%;
}

.event-header-location {
  font-size: 11px;
  clear: both;
}
.event-header-location ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.event-header-location ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
}

.page-nav {
  position: relative;
  overflow: hidden;
  border-top: 1px dotted black;
  margin-top: 10px;
  padding-top: 10px;
}

.page-nav-children {
  margin: 0 0 0 16px;
  padding: 0;
  list-style: none;
  font-size: 11px;
}

.page-nav .nav-child-indicator {
  float: left;
}

.document-preview img {
  display: block;
  border: 1px solid #DDD;
  margin-bottom: 5px;
}

.media-title, .media-caption, .media-caption p {
  font-size: 12px;
  color: #777;
  font-family: iabrbold, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.media-title {
  margin-top: 5px;
  color: #555;
}

.event-page .page-container .media-title,
.event-page .page-container .media-credit,
.bezoek .page-container .media-title,
.bezoek .page-container .media-credit {
  color: white !important;
}

.media-credit a:link, .media-credit a:visited, .media-credit a:active, .media-credit a:hover {
  font-weight: 400;
  color: #777;
  border-bottom-color: #777;
}

.page .content-item {
  display: none;
}

.page .content-item.intro {
  display: block;
}

.page .page-footnotes {
  display: none;
}

.page .page-meta {
  display: none;
}

.page .page-share {
  display: none;
}

.page .media-info {
  display: none;
}

.page pre {
  font-family: "Courier New", Courier, monospace;
}

.page.person .page-content p {
  display: none;
}

.page.person .page-content p.content-item-0 {
  display: block;
}

.page.person.open .page-content p {
  display: block;
}

.page.open {
  height: auto !important;
}

.page.open .content-item {
  display: block;
}

.page.open .page-meta {
  display: block;
}

.page.open .page-share {
  display: block;
}

.page.open .media-info {
  display: block;
}

.page.open .page-footnotes {
  display: block;
}

.no-touch .page:hover .read-more,
.touch .page .read-more {
  opacity: 1;
}

.lt-ie9 .page:hover .read-more {
  visibility: visible;
}

.no-touch .page:hover .read-more-indicator,
.touch .page .read-more-indicator {
  -webkit-transform: translateY(0) rotate(0deg);
  -moz-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  -o-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}

.page.open .read-more span {
  display: none;
}

.page.open .read-more-indicator,
.no-touch .page.open:hover .read-more-indicator {
  -webkit-transform: translateY(0) rotate(180deg);
  -moz-transform: translateY(0) rotate(180deg);
  -ms-transform: translateY(0) rotate(180deg);
  -o-transform: translateY(0) rotate(180deg);
  transform: translateY(0) rotate(180deg);
}

.lt-ie9 .page.open .read-more-indicator {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
  border-top: none;
}

.page.open .content-expander {
  display: none;
}

.page.open .media-item img.color {
  display: block;
}

.page.open .media-item img.colorized,
.page.open .slide-item img.colorized {
  display: none;
}

.page .media-item img.colorized {
  position: absolute;
}

.page-share {
  clear: both;
  overflow: hidden;
  height: 52px;
  margin: 40px 0 0 0;
}

.page .share-item {
  float: left;
  height: 21px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin-right: 6px;
}

.page .share-item.share-facebook {
  margin-right: 0;
}

a.share-email-link span, a.share-page-link span {
  margin-top: -1px;
  opacity: .7;
}

a.share-email-link:link, a.share-email-link:visited, a.share-email-link:active, a.share-email-link:hover,
a.share-page-link:link, a.share-page-link:visited, a.share-page-link:active, a.share-page-link:hover {
  display: block;
  font-size: 11px;
  line-height: 11px;
  text-decoration: none;
  background: #F4F4F4;
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 3px 3px 2px 3px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
  text-shadow: rgba(255, 255, 255, 0.49804) 0px 1px 0px;
  color: #333;
  vertical-align: top;
}

.page.person .page-header {
  overflow: hidden;
}

.page.person .media-item.title-thumb {
  float: left;
  width: 115px;
  margin-right: 20px;
  margin-bottom: 5px;
}

.page.person.grid-1 .media-item.title-thumb {
  width: 100%;
}

.page.person .media-item.title-thumb .media-view {
  width: 100%;
}

.page.person .media-item.title-thumb .media-view img {
  width: 100%;
}

.page.person .page-title {
  float: left;
  width: 405px;
}

.page.person.grid-1 .page-title {
  width: 100%;
}

.page.person .media-view {
  cursor: default;
}

.page.person .person-parent-link {
  clear: both;
  margin-bottom: 2px;
  overflow: hidden;
}

.set-grid-1 {
  width: 300px;
}

.set-grid-2 {
  width: 600px;
}

.set-grid-3 {
  width: 100%;
}

.page.grid-1 {
  width: 300px;
}

.page.grid-2 {
  width: 600px;
}

.page.grid-1 .page-title h1,
.page.grid-1 .page-title h1 a {
  font-size: 20px;
  line-height: 28px;
}

.page.grid-1 .page-title h1 a {
  border-bottom-width: 3px;
}

.page.grid-1 .page-title {
  margin-top: 0px;
}

.page.grid-2 .page-title h1,
.page.grid-2 .page-title h1 a {
  font-size: 38px;
  line-height: 50px;
}

.page.grid-2 .page-title h1 a {
  border-bottom-width: 5px;
}

.page.grid-2 .page-title {
  margin-top: -5px;
}

.page.grid-1 .page-title h2 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 16px;
}

.page.grid-2 .page-title h2 {
  margin-top: 7px;
  font-size: 18px;
  line-height: 18px;
}

.page.grid-2 .content-item {
  padding-right: 60px;
}

.page.grid-2 .content-item.content-image-node {
  padding-right: 0;
}

.page.grid-1 .page-map {
  width: 100%;
  height: 200px;
}

.page.grid-2 .page-map {
  width: 100%;
  height: 300px;
}

.page h1.content-item, .page .content-item h1,
.page h2.content-item, .page .content-item h2,
.page h3.content-item, .page .content-item h3,
.page h4.content-item, .page .content-item h4,
.page h5.content-item, .page .content-item h5,
.page h6.content-item, .page .content-item h6 {
  margin-bottom: 0;
  font-size: 14px;
}

.page h1.content-item, .page .content-item h1 {
  font-size: 20px;
}

.page h2.content-item, .page .content-item h2 {
  font-size: 16px;
}

.page.grid-1 h1.content-item, .page.grid-1 .content-item h1,
.page.grid-1 pre.content-item, .page.grid-1 .content-item pre,
.page.grid-1 blockquote.content-item, .page.grid-1 .content-item blockquote,
.page.grid-1 .page-read-more {
  margin-left: 20px;
}

.page.grid-2 h1.content-item, .page.grid-2 .content-item h1,
.page.grid-2 pre.content-item, .page.grid-2 .content-item pre,
.page.grid-2 blockquote.content-item, .page.grid-2 .content-item blockquote,
.page.grid-2 .page-read-more {
  margin-left: 40px;
}

.page.grid-1 .content-item .media-info, .page .content-item .media-info p {
  font-size: 10px;
}

.page.grid-2 .content-item .media-info, .page .content-item .media-info p {
  font-size: 11px;
}

.page.grid-1.vacature a.iabr-link:link, .page.grid-1.vacature a.iabr-link:visited, .page.grid-1.vacature a.iabr-link:active, .page.grid-1.vacature a.iabr-link:hover {
  color: #9edff1;
  border-color: #9edff1;
}

.page.grid-1.vacature .page-container {
  background: #9edff1;
  border: 1px solid #FFF;
  padding: 15px 15px 15px 15px;
}



.page.grid-1.vacature .page-container, .page.grid-1.vacature .page-container a{
  color: #000 !important;
}

.page.grid-1.vacature .page-header {
  border: none;
}

.page.grid-1.vacature .page-content {
  color: #000;
}

.page.grid-1.vacature .page-content .content-item {
  color: #000;
  margin: 0;
  padding: 0;
}

.page.grid-1.vacature .page-map {
  display: none;
}

.page.grid-1.vacature .page-meta {
  display: none;
}

.page.grid-1.vacature .page-footer {
  display: none;
}

.page.twitter-page .page-container,
.page.facebook-page .page-container {
  background: white;
  border: 1px solid #9edff1;
  padding-bottom: 15px;
}

.desktop .page.twitter-page:hover .page-container,
.desktop .page-set.twitter-page:hover .page-container {
  border: 1px solid black;
}

.page.twitter-page .page-container {
  padding: 5px;
}

#twitter-timeline-frame {
  overflow: hidden;
}

.twitter-header {
  background: #9edff1;
  color: black;
  font-family: iabrbold, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 0;
  text-indent: 2px;
  text-transform: uppercase;
}

.twitter-header h3 {
  color: black;
}

.page-media {
  position: relative;
  clear: both;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 100%;
  visibility: visible;
  -webkit-transition: -webkit-opacity 600ms ease 0ms;
  -moz-transition: -moz-opacity 600ms ease 0ms;
  -ms-transition: -ms-opacity 600ms ease 0ms;
  -o-transition: -o-opacity 600ms ease 0ms;
  transition: opacity 600ms ease 0ms;
}

.pages-container.prev .page-media {
  -webkit-transition: -webkit-opacity 0 ease 0ms;
  -moz-transition: -moz-opacity 0 ease 0ms;
  -ms-transition: -ms-opacity 0 ease 0ms;
  -o-transition: -o-opacity 0 ease 0ms;
  transition: opacity 0 ease 0ms;
  opacity: 0;
}

.pages-container.next .page-media {
  -webkit-transition: -webkit-opacity 600ms ease 0ms;
  -moz-transition: -moz-opacity 600ms ease 0ms;
  -ms-transition: -ms-opacity 600ms ease 0ms;
  -o-transition: -o-opacity 600ms ease 0ms;
  transition: opacity 600ms ease 0ms;
  opacity: 0;
}

.lt-ie9 .pages-container.prev .page-media {
  opacity: 1;
  visibility: hidden;
}

.lt-ie9 .pages-container.next .page-media {
  opacity: 1;
  visibility: hidden;
}

.page-slideshow-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 0 5px 0;
  z-index: 0;
}

.page-slideshow-container.slideshow-loading {
  background-image: url("../img/ui/loading-black-white.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 33px 33px;
}

.page-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  visibility: hidden;
}

.page-slideshow.initialized .slide {
  visibility: visible;
}

.slide .slide-item {
  position: relative;
  height: 100%;
}

.slide .media-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide .slide-item img {
  position: absolute;
  width: 100%;
}

.page-slideshow-nav {
  /*
  position: absolute;
  bottom: 0;
  z-index: 100;
  */
  float: left;
  width: 100%;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.page-slideshow-nav a {
  display: inline-block;
  text-indent: -1000px;
  width: 10px;
  height: 10px;
  background: #FFF;
  margin: 0 5px 5px 5px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  border: 1px solid #CCC;
}

.page-slideshow-nav a.activeSlide {
  background: black;
  box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
}

.youtube.youtube-initialized img,
.youtube.youtube-initialized .play-icon,
.page.open .media-item.youtube.youtube-initialized img.color,
.slide .slide-item.youtube.youtube-initialized img {
  display: none;
}

.vimeo.vimeo-initialized img,
.vimeo.vimeo-initialized .play-icon,
.page.open .media-item.vimeo.vimeo-initialized img.color,
.slide .slide-item.vimeo.vimeo-initialized img {
  display: none;
}

.event-page .page-container,
.bezoek .page-container {
  background: #9edff1;
}

.desktop .page.event-page:hover .page-container,
.desktop .page-set.event-page:hover .page-container,
.desktop .page.bezoek:hover .page-container,
.desktop .page-set.bezoek:hover .page-container {
  border-color: black;
}

.page.event-page .page-header,
.page.bezoek .page-header {
  border-top-color: #000;
}

.page.event-page a.parent-link-arrow:link, .page.event-page a.parent-link-arrow:visited, .page.event-page a.parent-link-arrow:active, .page.event-page a.parent-link-arrow:hover,
.page.bezoek a.parent-link-arrow:link, .page.bezoek a.parent-link-arrow:visited, .page.bezoek a.parent-link-arrow:active, .page.bezoek a.parent-link-arrow:hover {
  color: white;
}

.page.event-page a.parent-link.iabr-link:link, .page.event-page a.parent-link.iabr-link:visited, .page.event-page a.parent-link.iabr-link:active, .page.event-page a.parent-link.iabr-link:hover,
.page.bezoek a.parent-link.iabr-link:link, .page.bezoek a.parent-link.iabr-link:visited, .page.bezoek a.parent-link.iabr-link:active, .page.bezoek a.parent-link.iabr-link:hover {
  color: white;
}

.page.event-page a.parent-link.iabr-link:hover,
.page.bezoek a.parent-link.iabr-link:hover {
  color: black;
}

.page.event-page a.iabr-link:hover,
.page.bezoek a.iabr-link:hover {
  color: white;
  border-bottom-color: white;
}

.page.event-page a.iabr-link.gmap-link:link, .page.event-page a.iabr-link.gmap-link:visited, .page.event-page a.iabr-link.gmap-link:active, .page.event-page a.iabr-link.gmap-link:hover,
.page.bezoek a.iabr-link.gmap-link:link, .page.bezoek a.iabr-link.gmap-link:visited, .page.bezoek a.iabr-link.gmap-link:active, .page.bezoek a.iabr-link.gmap-link:hover {
  color: black;
}

.page.event-page a.iabr-link.gmap-link:hover,
.page.bezoek a.iabr-link.gmap-link:hover {
  color: #9edff1;
  border-bottom-color: #9edff1;
}

.page.event-page a.breadcrumb:link, .page.event-page a.breadcrumb:visited, .page.event-page a.breadcrumb:active, .page.event-page a.breadcrumb:hover,
.page.bezoek a.breadcrumb:link, .page.bezoek a.breadcrumb:visited, .page.bezoek a.breadcrumb:active, .page.bezoek a.breadcrumb:hover {
  color: black;
}

.page.event-page a.breadcrumb:hover,
.page.bezoek a.breadcrumb:hover {
  color: white;
}

.page.event-page a.breadcrumb.same-page,
.page.event-page a.breadcrumb.same-page:hover,
.page.bezoek a.breadcrumb.same-page,
.page.bezoek a.breadcrumb.same-page:hover {
  color: black;
}

.page.grid-1.vacature .page-header a.breadcrumb:link, .page.vacature .page-header a.breadcrumb:visited, .page.vacature .page-header a.breadcrumb:active, .page.vacature .page-header a.breadcrumb:hover {
  color: #9edff1;
}

.page.grid-1.vacature .page-header a.breadcrumb:hover {
  color: white;
}

.page.grid-1.vacature a.breadcrumb.same-page,
.page.grid-1.vacature a.breadcrumb.same-page:hover {
  cursor: default;
  color: #9edff1;
}

.page-event-header {
  float: left;
  /* border: 1px solid #FFF; */
  /* padding: 10px; */
  margin: 10px 0 10px 0;
  /*width: 236px;*/
  /* height: 236px; */
  min-height: 90px;
}

.event-header-date {
  float: left;
  color: #FFF;
  font-family: iabrbold, Helvetica, Arial, sans-serif;
  /* height: 85px;	 */
}

.event-header-time {
  float: left;
  font-weight: bold;
  font-size: 22px;
  color: #FFF;
  margin: 5px 0 10px 5px;
  font-family: iabrbold, Helvetica, Arial, sans-serif;
}

.event-header-date-desc, .event-header-tags {
  clear: both;
  font-size: 12px;
  line-height: 18px;
}

.events-list-page .event-list-time {
  white-space: nowrap;
}

.events-list-page .event-cal-date {
  margin-right: 5px;
}

.events-list-page .event-cal-month {
  float: left;
}

.page.event-page.grid-2 .page-title {
  width: 280px;
  clear: none;
  float: left;
  margin: 0 0 15px 10px;
}

.page.event-page.grid-2 .page-title h1,
.page.event-page.grid-2 .page-title h1 a {
  font-size: 26px;
  line-height: 36px;
  border-bottom-width: 4px;
}

.page.event-page.grid-2 .event-header-date {
  width: 265px;
}

.event-cal-item {
  float: left;
}

.event-cal-date {
  /* float: left; */
  font-size: 65px;
  line-height: 56px;
}

.event-cal-info {
  /* float: left; */
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
}

.event-cal-time {
  float: left;
  font-size: 14px;
  line-height: 15px;
  margin: 5px 0 0 0;
  text-transform: uppercase;
}

.event-cal-item.event-cal-single .event-cal-date, .event-cal-item.event-cal-single .event-cal-info {
  float: left;
}
/*
.page.event-page .page-media,
.page.event-page .content-item.intro,
.page.event-page .page-map,
.page.event-page .event-page-title h2 {
  display: none;
}*/

.page.event-page .page-media,
.page.event-page .content-item.intro,
.page.event-page .page-map {
  display: none;
}


.page.event-page.open .page-media,
.page.event-page.open .content-item.intro,
.page.event-page.open .page-map,
.page.event-page.open .event-page-title h2 {
  display: block;
}
.page.event-page .page-header {
  color: white;
}

.event-cal-details, .mobile-event-cal-details {
  display: block;
  float: left;
  width: 80px;
  margin-left: 5px;
}

.mobile-event-cal-details {
  display: none;
}

.detail-item {
  float: left;
  clear: both;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
}

.detail-tag {
  font-size: 11px;
}

.detail-time {
  color: black;
  white-space: nowrap;
}

.page.events-list-page a:link, .page.events-list-page a:visited, .page.events-list-page a:active, .page.events-list-page a:hover {
  color: black;
}

.page.events-list-page a:hover {
  color: white;
}

.page.events-list-page .page-container {
  background: #9edff1;
  color: black;
}

.page.events-list-page .iabr-link:link, .page.events-list-page .iabr-link:visited, .page.events-list-page .iabr-link:active {
  color: black;
  border-color: black;
}

.page.events-list-page .iabr-link:hover {
  color: white;
  border-color: white;
}

.events-group-header {
  background: white;
  color: black;
  font-family: iabrbold, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  padding: 2px 0;
  text-indent: 2px;
  text-transform: uppercase;
}

.page.events-list-page {
  cursor: default;
}
.page.events-list-page .page-header {
  border-color: black;
}
.page.events-list-page .event {
  border-top: 2px solid white;
  padding: 5px 0;
  overflow: hidden;
}
.page.events-list-page .events-group-header + .event {
  border-top: none;
}
.page.events-list-page .event-date {
  float: left;
  font-size: 36px;
  line-height: 36px;
  width: 100px;
  font-family: iabrbold, Helvetica, Arial, sans-serif;
  cursor: pointer;
  color: black;
  text-transform: uppercase;
}
.page.events-list-page .event-date:hover {
  color: white;
}
.page.events-list-page .event-info {
  float: left;
  width: 158px;
}
.page.events-list-page .event-cal-date {
  /* float: none; */
  font-size: 32px;
  line-height: 32px;
}
.page.events-list-page .event-cal-month {
  font-size: 20px;
  line-height: 20px;
}
.page.events-list-page .event-cal-info {
  font-size: 12px;
  line-height: 12px;
}
.page.events-list-page .event-tags {
  font-size: 12px;
}
.page.events-list-page h1 {
  color: black;
  font-size: 26px;
  margin-bottom: 20px;
  /* text-align: center; */
}

.previous-events {
  clear: both !important;
  position: relative;
  width: 100% !important;
  color: black;
  font-family: iabrbold, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  /* text-shadow: 0px 0px 15px rgba(0, 0, 0, .5); */
  overflow: visible;
  margin-top: 100px;
}

.previous-events-label {
  font-size: 60px;
  line-height: 60px;
  margin: 0 10px;
}

.press-download-icon {
  margin-top: 3px;
  margin-right: 3px;
}

.events-list-page .page-title h1 {
  margin-bottom: 10px;
}

.events-list-footer {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 2px solid white;
}

.event-categories, .event-organization {
  clear: both;
  margin-bottom: 15px;
}

.event-organization {
  font-family: iabrbold, Helvetica, Arial, sans-serif;
  margin-top: 10px;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

.event-category {
  font-family: iabrbold, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}

a.event-category-link:link, a.event-category-link:visited, a.event-category-link:active, a.event-category-link:hover {
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid black;
}

a.event-category-link:hover {
  color: white;
  border-bottom-color: white;
}

/* _cda_home.scss */
.set-grid-full {
  width: 100%;
}

.home-texts {
  position: relative;
  width: 100%;
  color: black;
  font-family: iabrbold, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  /* text-shadow: 0px 0px 15px rgba(0, 0, 0, .5); */
  overflow: visible;
}

.home-texts-container {
  position: relative;
  top: 0;
  left: 50%;
  height: 180px;
  width: 400px;
  margin-left: -200px;
}

.home-texts-wrapper {
  position: absolute;
}

.home-texts-wrapper > p {
  display: none;
  font-size: 20px;
  word-spacing: 2px;
  letter-spacing: 1px;
  line-height: 100%;
}

.home-texts-wrapper > p em, .home-texts-wrapper > p i {
  font-size: 12px;
  word-spacing: 1px;
  letter-spacing: 1px;
  line-height: 100%;
}

.home-texts-wrapper > p.current {
  display: block;
}

#overlay-green-bg img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: -30px;
}

.lt-ie9 #overlay-green-bg img {
  max-width: none;
  width: 760px;
}

#overlay-green.loading {
  background-image: url("../img/ui/loading-black-white.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 33px 33px;
}

#overlay-green-bg img {
  display: none;
}

body.desktop #overlay-green-bg img {
  display: block;
}

body.mobile #main-image {
  display: none !important;
}

body.mobile .home-texts-set, body.mobile.home-texts {
  display: none !important;
}

/* _cda.scss */
html, body {
  overflow-x: hidden;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  color: black;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: iabrbold, Helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

strong.iabr-bold {
  font-family: iabrbold, Helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

a {
  outline: 0 !important;
}

pre {
  font-size: 10px;
}

p {
  margin: 0 0 20px 0;
  text-rendering: optimizeLegibility;
}

.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}

a:link, a:visited, a:active, a:hover {
  color: black;
}

a.iabr-link {
  font-family: iabrbold, Helvetica, arial, sans-serif;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  border-bottom: 2px solid black;
}

.page a.iabr-link:hover {
  color: #9edff1;
  border-bottom-color: #9edff1;
}

.header {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999999;
  width: 0;
  height: 0;
}

.header#header-iabr-2016 {
  pointer-events: all;
}

a#home-link:link, a#home-link:visited, a#home-link:active, a#home-link:hover {
  display: block;
  text-decoration: none;
  text-indent: -1000px;
  height: 100%;
}

.header h1 {
  line-height: 100%;
  white-space: nowrap;
}

.header#header-iabr-2016 {
  top: 10px;
  left: 70px;
}

.header#header-iabr-2016 h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 277px;
  height: 70px;
  background-image: url("../img/header/IABR_lrg_blue.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

body.nav-focused .header#header-iabr-2016 h1,
body.sitemap-is-on .header#header-iabr-2016 h1 {
  background-image: url("../img/header/IABR_lrg_white.png");
  background-repeat: no-repeat;
}

.header#header-iabr-2016 h1 {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}

#header-iabr-2016-the-next-economy {
  top: 20px;
  display: none;
}

.header#header-the {
  top: 0;
  right: 0px;
}

.header#header-the h1 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}

.header#header-next {
  bottom: 0;
  right: 0;
}

.header#header-next h1 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}

.header#header-economy {
  bottom: 0;
  left: 0;
}

.header#header-economy h1 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}

#header-main-title {
  display: none;
}

#content-header {
  position: absolute;
  width: 100%;
  left: 360px;
  z-index: 1;
  top: 5px;
  display: none !important;
}

#content-header h2 {
  font-size: 100px;
  line-height: 80px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

#header-title {
  width: 65%;
  height: 170px;
  font-size: 25px;
}

h2#sub-title {
  color: #9edff1;
}

.lt-ie9 .header {
  width: auto;
  height: auto;
}

#header-overlay {
  position: absolute;
  top: 0px;
  left: 15px;
  right: 15px;
  height: 100px;
  background-color: white;
  z-index: 9995;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 600ms ease 0ms, background 1000ms ease 0ms;
  -moz-transition: opacity 600ms ease 0ms, background 1000ms ease 0ms;
  transition: opacity 600ms ease 0ms, background 1000ms ease 0ms;
}

.touch #header-overlay {
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  transition-duration: 0;
}

.lt-ie9 #header-overlay {
  visibility: hidden;
}

.mobile #header-overlay,
body.scrolled #header-overlay {
  border-bottom: 1px solid #444;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  opacity: 1;
  visibility: visible;
}

body.mobile.scrolled #header-overlay {
  border-bottom: none;
}

.scrollbars #header-overlay {
  right: 30px;
}

#header-overlay-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: #FFF;
}

#nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  height: 70px;
  z-index: 1;
}

#container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

#overlay-green {
  position: fixed;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 0;
  /*background-color: $color-light;*/
  overflow: hidden;
  /*@include transition(background-color 1000ms ease 0ms);*/
}

.touch #overlay-green {
  /*@include transition-duration(0);*/
}

body.scrollbars #overlay-green {
  right: 30px;
}

#overlay-green-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}

.header h1 {
  font-size: 70px;
}

#content {
  margin: 0;
  padding: 0;
}

@media all and (max-width: 768px) {
  html, body {
    height: 100%;
    overflow: hidden;
  }

  #sitemap-content {
    margin-left: 50px !important;
    width: calc(100% - 100px) !important;
  }

  .nav-main-item > span {
    letter-spacing: 0;
    font-size: 0.9em;
  }

  .nav-set ul li.nav-main-item {
    padding-bottom: 4px;
    padding-top: 4px;
  }

  .header h1 {
    font-size: 60px;
  }

  #overlay-green {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 0px;
  }

  body.scrollbars #overlay-green {
    right: 25px;
  }

  .header#header-iabr-2016-the-next-economy {
    left: 50px;
    display: block;
  }

  .header#header-iabr-2016 {
    top: -5px;
    left: 50px;
    display: block;
  }

  .header#header-the {
    display: none;
  }

  .header#header-next {
    display: none;
  }

  .header#header-economy {
    display: none;
  }

  .header#header-iabr-2016 h1 {
    top: 10px;
    left: 0;
    width: 166px;
    height: 42px;
    background-image: url("../img/header/IABR_sml_black.png");
    background-repeat: no-repeat;
  }

  #nav-fixed .nav-search {
    display: none;
  }

  #nav .nav-search {
    display: block;
  }

  body.nav-focused .header#header-iabr-2016 h1 {
    background-image: url("../img/header/IABR_sml_white.png");
    background-repeat: no-repeat;
  }

  #container.edition #edition-image {
    display: none;
  }

  #nav .nav-info #persbericht {
    display: block !important;
  }

  #nav {
    top: 0px;
    bottom: 0px;
    width: 230px;
  }

  #header-overlay, #nav-overlay {
    display: block;
  }

  .mobile #header-overlay {
    left: 0;
    right: 0;
    height: 55px;
    border-bottom: none;
    background: white;
  }

  #header-overlay {
    position: fixed;
  }

  #header-overlay-top {
    left: 10px;
    right: 10px;
    width: auto;
    height: 55px;
    background: white;
  }

  body.scrollbars #header-overlay {
    right: 15px;
  }

  .main-title-1 {
    display: none;
  }

  #nav-overlay {
    height: 55px;
  }

  #content-header {
    /* display: none; */
    top: 10px;
  }

  #content-header h2 {
    font-size: 30px;
    line-height: 30px;
    display: none;
  }

  .pages-container {
    position: relative;
    left: auto;
    right: auto;
    padding: 0 10px;
  }

  #content {
    height: auto;
    top: 55px;
    bottom: 0;
  }

  #nav-toggle {
    display: block;
  }

  #nav-trigger {
    display: none;
  }

  .page-set,
  .page-set.set-grid-1,
  .page-set.set-grid-2,
  .page-set.set-grid-3 {
    width: 100%;
  }

  .previous-events-label {
    font-size: 24px;
    line-height: 30px;
  }

  .page,
  .page.grid-1,
  .page.grid-2,
  .page.grid-3,
  .page.grid-4 {
    width: 100%;
  }

  .page.grid-1 .content-item,
  .page.grid-2 .content-item {
    padding-right: 0;
  }

  .pages > .page:last-child {
    margin-bottom: 100px;
  }

  .pages > .page-set:last-child > .page:last-child {
    margin-bottom: 100px;
  }

  .page-container {
    padding: 5px 5px 40px 5px;
  }

  .page.grid-1.vacature .page-container {
    padding: 15px;
  }

  #footer {
    display: none;
  }

  #footer-nav {
    display: none;
  }

  #mobile-footer {
    display: block;
  }

  #mobile-footer-nav {
    display: block;
  }

  .page.twitter-page {
    display: none;
  }

  .page.grid-1 .page-title h1,
  .page.grid-1 .page-title h1 a,
  .page.grid-2 .page-title h1,
  .page.grid-2 .page-title h1 a {
    font-size: 18px;
    line-height: 24px;
  }

  /*
  .page.grid-1 .page-title h1 a,
  .page.grid-2 .page-title h1 a {
  	border-bottom-width: 3px;
  }
  */
  .page.grid-1 .page-title h2,
  .page.grid-2 .page-title h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .page.grid-1 .page-title,
  .page.grid-2 .page-title {
    margin-top: 0px;
  }

  .page.grid-1 h1.content-item, .page.grid-1 .content-item h1,
  .page.grid-1 pre.content-item, .page.grid-1 .content-item pre,
  .page.grid-1 blockquote.content-item, .page.grid-1 .content-item blockquote,
  .page.grid-2 h1.content-item, .page.grid-1 .content-item h1,
  .page.grid-2 pre.content-item, .page.grid-1 .content-item pre,
  .page.grid-2 blockquote.content-item, .page.grid-1 .content-item blockquote {
    margin-left: 20px;
  }

  .page.grid-1 .content-item .media-info, .page .content-item .media-info p,
  .page.grid-2 .content-item .media-info, .page .content-item .media-info p {
    font-size: 10px;
  }

  .page.grid-1 .page-map,
  .page.grid-2 .page-map {
    height: 200px;
  }

  .nav-set .q {
    width: 90%;
  }

  .page.person .media-item.title-thumb {
    width: 28%;
    margin-right: 2%;
    margin-top: 4px;
  }

  .page.person .page-title {
    width: 70%;
  }

  .page.person.grid-1 .page-title h1,
  .page.person.grid-2 .page-title h1 {
    font-size: 30px;
    line-height: 32px;
  }

  .page .share-item {
    margin-right: 2px;
  }

  .event-cal-details {
    display: none;
  }

  .mobile-event-cal-details {
    display: block;
  }
}
@media all and (max-width: 600px) {
  #nav-fixed, .lang-nl #nav-fixed, .lang-en #nav-fixed {
    display: block;
    width: 40px;
    top: 2px;
    right: 5px;
  }

  #sitemap-content {
    margin-left: 10px !important;
    width: calc(100% - 20px) !important;
  }

  #nav-fixed .nav-info {
    padding-top: 5px !important;
  }

  #nav-fixed #nav-info li {
    display: none;
  }

  #nav-fixed #nav-filter {
    display: none;
  }

  #nav-fixed #nav-info li.nav-en, #nav-fixed #nav-info li.nav-nl {
    display: block;
  }

  #nav-fixed #nav-info li.nav-nl {
    margin-top: 5px;
  }

  .nav-set {
    margin: 0 0 0 0;
  }

  #nav .nav-info {
    position: absolute;
    bottom: 70px;
  }

  .nav-set.nav-info > ul {
    margin: 0;
  }

  .nav-set ul {
    font-size: 18px;
  }

  #nav .nav-search {
    padding: 10px 0 12px 0;
  }

  .nav-set > ul {
    margin: 0 0 0 5px;
  }

  .nav-set form {
    margin-left: 0;
  }

  .pages {
    position: relative;
  }

  #nav-content {
    top: 70px;
    width: calc(100% - 30px);
  }

  html.complexify body.nav-focused .pages-container {
    -webkit-transform: translateX(220px);
    -moz-transform: translateX(220px);
    -ms-transform: translateX(220px);
    -o-transform: translateX(220px);
    transform: translateX(220px);
    left: 0;
  }

  html.simplify body.nav-focused .pages-container {
    left: 220px;
  }

  body.nav-focused #overlay-green.loading {
    background-position: 250px center;
  }

  .info-panel-en, .info-panel-nl {
    display: none;
  }

  #nav-main {
    width: calc(100% + 15px) !important;
  }
  #nav-main .nav-set {
    min-width: 193px;
  }
  #nav-main .nav-main-item {
    border: none !important;
  }
}
@media only screen and (max-device-width: 768px) {
  #nav-trigger {
    display: none;
  }

  .nav-main-item > span {
    letter-spacing: 0;
    font-size: 0.9em;
  }

  .nav-set ul li.nav-main-item {
    padding-bottom: 4px;
    padding-top: 4px;
  }

  a.breadcrumb:link span, a.breadcrumb:visited span, a.breadcrumb:active span, a.breadcrumb:hover span {
    display: inline-block;
    margin-right: 2px;
    font-size: 14px;
    line-height: 12px;
    vertical-align: text-top;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px) {
  .header#header-iabr-2016 h1 {
    background-image: url("../img/header/IABR_sml_black@2x.png");
    background-size: 166px 42px;
    background-repeat: no-repeat;
  }

  body.nav-focused .header#header-iabr-2016 h1 {
    background-image: url("../img/header/IABR_sml_white.png");
    background-size: 166px 42px;
    background-repeat: no-repeat;
  }
}
@media all and (min-width: 600px) and (max-width: 768px) {
  .page-set {
    float: left;
  }

  .nav-main-item > span {
    letter-spacing: 0;
    font-size: 0.9em;
  }

  .nav-set ul li.nav-main-item {
    padding-bottom: 4px;
    padding-top: 4px;
  }

  .page, .page.grid-1, .page.grid-2 {
    float: left;
    /*width: 33%;*/
    width: 247px;
  }

  .page.grid-2.open {
    /*width: 66%;*/
    width: 494px;
  }

  .page:not(.event-page):nth-child(3n+1) {
    /*clear: left;*/
  }

  .page-set.set-grid-3 {
    /*width: 100%;*/
    width: 741px;
  }

  .page-set.set-grid-3 .page.grid-2 {
    /*width: 66%;*/
    width: 494px;
  }

  .page-set.set-grid-3 .page.grid-1 {
    /*width: 33%;*/
    width: 247px;
  }

  .page-set.set-grid-3 .page:not(.event-page):nth-child(n) {
    /*clear: none;*/
  }

  .page-set.set-grid-3 .page:not(.event-page):nth-child(3n+3) {
    /*clear: none;*/
    /*clear: left;*/
  }

  .page-set.set-grid-3 .page.event-page:nth-child(n) {
    /*clear: none !important;*/
  }

  .page-set.set-grid-2 {
    /*width: 66%;*/
    width: 494px;
  }

  .page-set.set-grid-2 .page.grid-2 {
    /*width: 100%;*/
    width: 494px;
  }

  .page-set.set-grid-2 .page.grid-1 {
    /*width: 100%;*/
    width: 247px;
  }

  .page-set.set-grid-2.contains-pages {
    /*width: 100%;*/
    width: 741px;
  }

  .page-set.set-grid-2.contains-pages .page.grid-2 {
    /*width: 66%;*/
    width: 494px;
  }

  .page-set.set-grid-2.contains-pages .page.grid-1 {
    /*width: 33%;*/
    width: 247px;
  }

  .page-set.set-grid-2.contains-pages .page:not(.event-page):nth-child(n) {
    /*clear: none;*/
  }

  .page-set.set-grid-2.contains-pages .page:not(.event-page):nth-child(3n+3) {
    /*clear: left;*/
  }

  .page-set.set-grid-2 .page.event-page:nth-child(n) {
    /*clear: none !important;*/
  }

  .page-set.set-grid-1 {
    /*width: 33%;*/
    width: 247px;
  }

  .page-set.set-grid-1 .page.grid-1, .page-set.set-grid-1 .page.grid-2 {
    /*width: 100%;*/
    width: 247px;
  }

  .page-set.set-grid-1 .page.grid-1:nth-child(n), .page-set.set-grid-1 .page.grid-2:nth-child(n) {
    /*clear: none;*/
  }

  .page-set.grid-clear {
    /*clear: left;*/
  }

  .page.grid-2 .page-title h1,
  .page.grid-2 .page-title h1 a {
    font-size: 40px;
    line-height: 46px;
  }

  .page.grid-1 .page-title h1 a,
  .page.grid-2 .page-title h2 a {
    border-bottom-width: 3px;
  }

  #nav {
    width: 350px;
  }

  #nav-fixed {
    display: block;
    top: 10px;
  }

  #nav-fixed .nav-info {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }

  #nav-fixed .nav-set form {
    margin: 0;
  }

  #nav-trigger {
    display: none;
  }

  #mobile-footer .footer-item {
    float: left;
    width: 48%;
    margin-right: 2%;
  }

  #mobile-footer .footer-item:nth-child(2n+1) {
    clear: left;
  }

  .meta-set.downloads ul li {
    width: 47%;
    max-width: 100px;
  }

  .meta-set.downloads ul li a img {
    width: 100%;
  }

  .mobile-event-cal-details.event-cal-details-range,
  .single-date-range .mobile-event-cal-details {
    float: left;
    width: 100%;
    margin: 0;
  }
  .mobile-event-cal-details.event-cal-details-range .detail-item,
  .single-date-range .mobile-event-cal-details .detail-item {
    float: left;
    clear: none;
    width: 50%;
  }
}
@media all and (min-width: 600px) {
  html.complexify .header,
  html.complexify a#home-link .main-title-0 {
    -webkit-transition: color 300ms ease 0ms;
    -moz-transition: color 300ms ease 0ms;
    transition: color 300ms ease 0ms;
  }

  html.complexify .nav-toggle-bar {
    -webkit-transition: background-color 300ms ease 0ms;
    -moz-transition: background-color 300ms ease 0ms;
    transition: background-color 300ms ease 0ms;
  }
}
@media all and (min-width: 768px) {
  .footer.partners .footer-cols {
    display: none;
  }
}
@media all and (min-width: 820px) {
  .footer.partners .footer-cols {
    display: block;
  }

  .footer.partners .footer-cols .footer-col-0,
  .footer.partners .footer-cols .footer-col-1 {
    display: none;
  }

  .footer.partners #footer-pages .footer-item {
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .footer.partners .footer-cols .footer-col-0 {
    display: block;
  }

  .footer.partners .footer-cols .footer-col-1 {
    display: none;
  }

  .footer.partners #footer-pages .footer-item {
    width: 46%;
  }

  #nav .sitemap-link {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  #nav-fixed #nav-info li:not(.nav-en):not(.nav-nl),
  #nav-fixed #nav-search {
    display: none;
  }

  #nav .nav-info, #nav .nav-search {
    display: block;
  }

  #nav-fixed #nav-info li.nav-en,
  #nav-fixed #nav-info li.nav-nl {
    clear: both;
  }

  #nav-fixed #nav-info li.nav-nl {
    margin-top: 5px;
  }

  #nav .nav-info {
    display: block;
    position: absolute;
    margin: 24px 0 0 0 !important;
  }
}
@media all and (min-width: 1200px) {
  .footer.partners .footer-cols {
    display: block;
  }

  .footer.partners .footer-cols .footer-col-0,
  .footer.partners .footer-cols .footer-col-1 {
    display: block;
  }

  .footer.partners #footer-pages .footer-item {
    width: 29%;
  }

  .footer.partners #footer-pages .footer-cols-2 .footer-item {
    width: 46%;
  }
}
@media all and (min-width: 1280px) and (min-height: 600px) {
  .header h1 {
    font-size: 100px;
  }

  .header#header-iabr-2016 {
    top: -7px;
    left: 70px;
  }

  #nav-content {
    top: 125px;
  }

  .header#header-iabr-2016 h1 {
    top: 15px;
    left: 0;
    width: 277px;
    height: 70px;
    background-image: url("../img/header/IABR_lrg_blue.png");
  }

  body.nav-focused .header#header-iabr-2016 h1 {
    background-image: url("../img/header/IABR_lrg_white.png");
  }

  #nav-trigger-label {
    font-size: 27px;
    top: 25px;
    left: -15px;
  }

  #container.edition #edition-image {
    top: 10px;
    left: 49px;
  }

  #header-overlay {
    height: 100px;
  }

  #nav-overlay {
    height: 100px;
  }

  #content-header {
    top: 3px;
  }

  #content-header h2 {
    font-size: 100px;
    line-height: 80px;
  }

  #header-title {
    width: 65%;
    height: 170px;
  }

  #footer {
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media all and (min-height: 0px) {
  #overlay-green-bg img {
    max-width: 760px;
  }
}
@media all and (min-height: 768px) {
  #overlay-green-bg img {
    max-width: 1200px;
  }
}
@media all and (min-height: 768px) and (min-width: 950px) {
  .home-texts-container {
    height: 250px;
  }

  .home-texts-container {
    width: 500px;
    margin-left: -250px;
  }

  .home-texts-wrapper > p {
    font-size: 26px;
    word-spacing: 3px;
  }

  .home-texts-wrapper > p em, .home-texts-wrapper > p i {
    font-size: 16px;
    word-spacing: 2px;
  }
}
@media all and (min-height: 768px) and (min-width: 950px) {
  .home-texts-container {
    height: 350px;
  }
}
@media all and (min-height: 1100px) {
  #overlay-green-bg img {
    max-width: 1200px;
  }
}
@media all and (min-width: 1675px) {
  body .header#header-iabr-2016,
  body .header#header-iabr-2016 a#home-link .main-title-0,
  body .header#header-nature,
  body .header#header-iabr-2016-the-next-economy {
    color: #9edff1;
  }

  body .nav-toggle-bar {
    background: rgba(136, 250, 155, 0.8);
  }

  #content-header {
    top: 3px;
  }

  .main-title-1 {
    display: none;
  }

  #header-main-title {
    display: block;
  }
}
@media all and (max-width: 400px) {
  ul#sitemap-content .map-main-item {
    width: 100% !important;
  }
  ul#sitemap-content .map-main-item.col_2 .para {
    -webkit-column-count: 1 !important;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1 !important;
    /* Firefox */
    column-count: 1 !important;
  }
}
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}

.isotope {
  -webkit-transition-property: width, -webkit-transform;
  -moz-transition-property: width, -moz-transform;
  -ms-transition-property: width, -ms-transform;
  -o-transition-property: width, -o-transform;
  transition-property: width, transform;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity, width;
  -moz-transition-property: -moz-transform, opacity, width;
  -ms-transition-property: -ms-transform, opacity, width;
  -o-transition-property: -o-transform, opacity, width;
  transition-property: transform, opacity, width;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.mobile .isotope,
.mobile .isotope .isotope-item,
.mobile .isotope .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

body.desktop .page.event-page:hover .page-container, body.desktop .page-set.event-page:hover .page-container, body.desktop .page.bezoek:hover .page-container, body.desktop .page-set.bezoek:hover .page-container {
  border-color: black;
}
body.desktop .page:hover .page-container, body.desktop .page-set:hover .page-container, body.desktop .page.highlight .page-container {
  border: 1px solid #9edff1;
}
body .page.event-page a.breadcrumb:hover,
body .page.event-page a.iabr-link:hover,
body .page.bezoek a.breadcrumb:hover {
  color: white;
}

body.edition-2014.desktop .page:hover .page-container, body.edition-2014.desktop .page-set:hover .page-container, body.edition-2014.desktop .page.highlight .page-container {
  border: 1px solid #88fa9b;
}
body.edition-2014 .page-header,
body.edition-2014 .page.open .page-header {
  border-top-color: #88fa9b;
  color: #88fa9b;
}
body.edition-2014 .page a.iabr-link:hover,
body.edition-2014 .page a.breadcrumb:hover {
  color: #88fa9b;
  border-bottom-color: #88fa9b;
}
body.edition-2014 .event-page .page-container,
body.edition-2014 .bezoek .page-container {
  background-color: #88fa9b;
}

body.edition-2016.desktop .page:hover .page-container, body.edition-2016.desktop .page-set:hover .page-container, body.edition-2016.desktop .page.highlight .page-container {
  border: 1px solid #ff786e;
}
body.edition-2016 .page-header,
body.edition-2016 .page.open .page-header {
  border-top-color: #ff786e;
  color: #ff786e;
}
body.edition-2016 .page a.iabr-link:hover,
body.edition-2016 .page a.breadcrumb:hover {
  color: #ff786e;
  border-bottom-color: #ff786e;
}
body.edition-2016 .event-page .page-container,
body.edition-2016 .bezoek .page-container {
  background-color: #ff786e;
}
