@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*******************
    COLORS
*******************/
/*******************
    TYPOGRAPHY
*******************/
/*******************
    FONT AWESOME (ICONS)
*******************/
/*******************
    PARAGRAPH
    alignment, transformation
*******************/
/*******************
    LINE-HEIGHTS
*******************/
/*******************
    MARGINS & PADDINGS
*******************/
/*******************
    TABLES
*******************/
/*******************
    FORM ELEMENTS
*******************/
/*******************
    MISC.
*******************/
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.page-header.visual .content-background {
  max-width: 61.25em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #F7F3E3;
}
.page-header.visual .content-background:after {
  content: "";
  display: table;
  clear: both;
}

.form .formrow input[type=text], .form input[type=email], .form input[type=password],
.form input[type=tel], .form input[type=url], .form input[type=date], .form textarea, .form select,
.form .column input[type=text] {
  box-sizing: border-box;
  border: 0;
  border-radius: 0px;
  color: #464646;
  font-size: 17px;
  line-height: 28px;
  padding: 10px;
  -webkit-appearance: none;
  border-radius: 0;
}

.search-form .search {
  border: 0 none;
  background: none;
  margin: 0;
  padding: 0;
}

.partner-list, .item-list, #activity-filter > ul, .nav-global .nav-list, ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.social-button:before, .info-button:before, .home .form-container form button, .cta-container .foldout-toggle:before, .content-video .placeholder .play, .timeline .timeline-graphic div.year:before, .timeline .timeline-graphic div.year:after, .selectboxit-default-arrow:after, .form .radiobutton input[type=radio]:checked + label:after, article ul li:before, .external:after {
  font-family: "ewn_icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

/******************
    ICONS
******************/
.icon.close.small:after, .icon.search.small:after, .icon.external.small:after, .icon.pdf.small:after, .icon.download.small:after, .icon.small:before {
  font-size: 12px;
  font-family: "icoMoon";
}

.icon.close:after, .icon.search:after, .icon.external:after, .icon.pdf:after, .icon.download:after, .icon:before {
  font-size: 16px;
  font-family: "icoMoon";
}

.icon.close.large:after, .icon.search.large:after, .icon.external.large:after, .icon.pdf.large:after, .icon.download.large:after, .icon.large:before {
  font-size: 20px;
  font-family: "icoMoon";
}

/******************
    THE :BEFORE ICONS
******************/
.icon.list-arrow-fixed:before {
  position: absolute;
  left: 0px;
  content: "";
  font-size: 10px;
  line-height: 24px;
}

.icon.arrow-right:before {
  content: "";
}

.icon.arrow-left:before {
  content: "";
}

.icon.arrow-down:before {
  content: "";
}

.icon.arrow-up:before {
  content: "";
}

.icon.square:before {
  content: "";
}

.icon.disc:before {
  content: "";
}

.form .checkbox input[type=checkbox]:checked + label:before, .icon.check:before {
  content: "";
}

/******************
    THE :AFTER ICONS
******************/
.icon.close.small:after, .icon.search.small:after, .icon.external.small:after, .icon.pdf.small:after, .icon.download.small:after {
  margin-left: 4px;
}

.icon.close:after, .icon.search:after, .icon.external:after, .icon.pdf:after, .icon.download:after {
  margin-left: 4px;
}

.icon.close.large:after, .icon.search.large:after, .icon.external.large:after, .icon.pdf.large:after, .icon.download.large:after {
  margin-left: 4px;
}

.icon.external.small:after {
  font-size: 8px;
  font-family: "icoMoon";
}

.icon.download:after {
  content: "";
}

.icon.pdf:after {
  content: "";
}

.icon.external:after {
  position: relative;
  top: -3px;
  content: "";
  margin-left: 4px;
}

.search-form .search:after, .icon.search:after {
  content: "";
}

.icon.close:after {
  content: "";
}

/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

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

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
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.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

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

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}

/* 2 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  /*0 2px*/
  padding: 0.35em 0 0.75em;
  /*0.35em 0.625em 0.75em*/
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves 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 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, 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;
}

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

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves 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;
}

/*******************
    FONT-FACE
*******************/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 16, 2014 */
@font-face {
  font-family: "klavikabold";
  src: url("../fonts/klavika-bold-webfont.eot");
  src: url("../fonts/klavika-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/klavika-bold-webfont.woff2") format("woff2"), url("../fonts/klavika-bold-webfont.woff") format("woff"), url("../fonts/klavika-bold-webfont.ttf") format("truetype"), url("../fonts/klavika-bold-webfont.svg#klavika_regularbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "klavikalight";
  src: url("../fonts/klavika-light-webfont.eot");
  src: url("../fonts/klavika-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/klavika-light-webfont.woff2") format("woff2"), url("../fonts/klavika-light-webfont.woff") format("woff"), url("../fonts/klavika-light-webfont.ttf") format("truetype"), url("../fonts/klavika-light-webfont.svg#klavikalight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "klavikaregular";
  src: url("../fonts/klavika-regular-webfont.eot");
  src: url("../fonts/klavika-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/klavika-regular-webfont.woff2") format("woff2"), url("../fonts/klavika-regular-webfont.woff") format("woff"), url("../fonts/klavika-regular-webfont.ttf") format("truetype"), url("../fonts/klavika-regular-webfont.svg#klavika_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sansabold";
  src: url("../fonts/sansa-bold-webfont.eot");
  src: url("../fonts/sansa-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sansa-bold-webfont.woff2") format("woff2"), url("../fonts/sansa-bold-webfont.woff") format("woff"), url("../fonts/sansa-bold-webfont.ttf") format("truetype"), url("../fonts/sansa-bold-webfont.svg#sansabold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir";
  src: url("../fonts/avm_____-webfont.eot");
  src: url("../fonts/avm_____-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/avm_____-webfont.woff2") format("woff2"), url("../fonts/avm_____-webfont.woff") format("woff"), url("../fonts/avm_____-webfont.ttf") format("truetype"), url("../fonts/avm_____-webfont.svg#avenir-mediumregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sansanormal";
  src: url("../fonts/sansa-normal-webfont.eot");
  src: url("../fonts/sansa-normal-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sansa-normal-webfont.woff2") format("woff2"), url("../fonts/sansa-normal-webfont.woff") format("woff"), url("../fonts/sansa-normal-webfont.ttf") format("truetype"), url("../fonts/sansa-normal-webfont.svg#sansanormal") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ewn_icons";
  src: url("../fonts/ewn_icons.eot?-fe3sk6");
  src: url("../fonts/ewn_icons.eot?#iefix-fe3sk6") format("embedded-opentype"), url("../fonts/ewn_icons.woff?-fe3sk6") format("woff"), url("../fonts/ewn_icons.ttf?-fe3sk6") format("truetype"), url("../fonts/ewn_icons.svg?-fe3sk6#ewn_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 17px;
  line-height: 27.2px;
  font-family: "avenir", Helvetica, Arial, sans-serif;
  color: #464646;
  -webkit-font-smoothing: antialiased;
}

/*******************
    HEADINGS
*******************/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #E9524D;
  font-family: "klavikabold", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  text-transform: uppercase;
}
.secundary h1, .secundary .h1,
.secundary h2, .secundary .h2,
.secundary h3, .secundary .h3,
.secundary h4, .secundary .h4,
.secundary h5, .secundary .h5,
.secundary h6, .secundary .h6 {
  color: #1D9C8A;
}

h1,
.h1 {
  font-size: 50px;
  line-height: 50px;
  margin: 10px 0 10px 0;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 52px;
  margin: 7px 0 7px 0;
}

h3,
.h3 {
  font-size: 32px;
  line-height: 32px;
  margin: 7px 0 7px 0;
}

h4,
.h4 {
  font-size: 19px;
  line-height: 21px;
  margin: 4px 0 4px 0;
}

h5,
.h5 {
  font-size: 19px;
  line-height: 31px;
  margin: 4px 0 4px 0;
}

h6,
.h6 {
  font-size: 17px;
  line-height: 28px;
  margin: 4px 0 4px 0;
}

p + h3,
p + h4,
ul + h3,
ul + h4 {
  padding-top: 5px;
}

/*******************
    PARAGRAPH
*******************/
p {
  font-size: 17px;
  line-height: 28px;
  color: #464646;
  margin: 0 0 15px 0;
  padding: 0;
}
p.intro {
  font-size: 1.29411765em;
  line-height: 36px;
  margin: 0 0 28px 0;
}
p.brand-color-primary {
  color: #E9524D;
}
p.brand-color-secundary {
  color: #1D9C8A;
}
p.lowercased {
  text-transform: lowercase;
}
p.uppercased {
  text-transform: uppercase;
}
p.capitalized {
  text-transform: capitalize;
}
p.left {
  text-align: left;
}
p.right {
  text-align: right;
}
p.center {
  text-align: center;
}
p.justify {
  text-align: justify;
}
p.nowrap {
  text-align: nowrap;
}
p.highlighted, p span.highlighted {
  background-color: #E9524D;
}
p.warning, p.error {
  font-size: 15px;
  margin: 0 0 10px 0;
}
p.warning {
  color: #E9524D;
}
p.error {
  color: #E9524D;
}

/*******************
    BLOCKQUOTE
*******************/
blockquote {
  padding: 10px 0 10px 20px;
  margin: 20px 0;
  border-left: 4px solid transparent;
}
blockquote p {
  font-size: 26px;
  line-height: 42px;
  margin: 0 0 28px 0;
}
blockquote footer {
  color: #929292;
  font-size: 14px;
  line-height: 23px;
}

small {
  color: #929292;
  font-size: 14px;
  line-height: 23px;
}

span.brand-color-primary {
  color: #E9524D;
}

span.brand-color-secundary {
  color: #1D9C8A;
}

body {
  width: 100%;
  min-width: 1024px;
  overflow-x: hidden;
}
.outer-wrapper {
  width: 100%;
  overflow: hidden;
}

.container,
.global-header .wrapper {
  max-width: 61.25em;
  margin-left: auto;
  margin-right: auto;
}
.container:after,
.global-header .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 701px) {
  .container,
.global-header .wrapper {
    padding: 0 20px;
  }
}
.container .content,
.global-header .wrapper .content {
  max-width: 750px;
}

.container {
  background-color: #F7F3E3;
  padding: 40px 6px;
  position: relative;
}
.container .content-wrapper {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 66.2337662338%;
  margin-left: 16.8831168831%;
  position: relative;
  z-index: 2;
}
.container .content-wrapper:last-child {
  margin-right: 0;
}
.overview .container .content-wrapper, .timeline .container .content-wrapper, .home .container .content-wrapper {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 100%;
  margin-left: 0%;
}
.overview .container .content-wrapper:last-child, .timeline .container .content-wrapper:last-child, .home .container .content-wrapper:last-child {
  margin-right: 0;
}
.timeline .container .content-wrapper {
  padding: 0 30px;
}
.container.full .content-wrapper {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 100%;
  margin-left: 0%;
}
.container.full .content-wrapper:last-child {
  margin-right: 0;
}
.container.plain, .plain .container {
  background-color: transparent;
}

.container.plain + .container.plain {
  padding-top: 0;
}

.container-wide {
  max-width: 100%;
}
.container-wide .content-wrapper-in-wide {
  max-width: 61.25em;
  margin-left: auto;
  margin-right: auto;
}
.container-wide .content-wrapper-in-wide:after {
  content: "";
  display: table;
  clear: both;
}

.global-header {
  padding: 0;
  min-width: 1024px;
}

.global-header + article {
  margin-top: 60px;
}

.item-container {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 100%;
}
.item-container:last-child {
  margin-right: 0;
}
.item-container:after {
  content: "";
  display: table;
  clear: both;
}
.item-container .item {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 32.4675324675%;
}
.item-container .item:last-child {
  margin-right: 0;
}
.item-container .item:nth-child(3n) {
  margin-right: 0;
}
.item-container .item:nth-child(3n+1) {
  clear: left;
}

#activity-filter {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 100%;
  margin-bottom: 30px;
}
#activity-filter:last-child {
  margin-right: 0;
}
#activity-filter:after {
  content: "";
  display: table;
  clear: both;
}
#activity-filter > ul > li {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 32.4675324675%;
}
#activity-filter > ul > li:last-child {
  margin-right: 0;
}

.container > * {
  margin-top: 0;
}

.external {
  position: relative;
}
.external:after {
  content: "";
  font-size: 12px;
  position: relative;
  text-decoration: none;
}

div.center {
  text-align: center;
  margin-bottom: 40px;
}

/*******************
    LINKS
*******************/
a {
  color: #464646;
}

a:hover {
  color: #464646;
  text-decoration: none;
}

a:visited {
  color: #464646;
}

/*******************
    LIST ITEMS
*******************/
article ul {
  line-height: 36px;
  padding: 0 0 0 20px;
}
article ul li {
  margin: 0;
  position: relative;
  line-height: 36px;
}
article ul li:before {
  content: "";
  font-size: 10px;
  margin-left: -20px;
  position: absolute;
  left: 0;
  top: 13px;
  color: #E9524D;
}
.secundary article ul li:before {
  color: #1D9C8A;
}

ol {
  counter-reset: item;
  list-style-type: none;
}
ol li {
  margin: 0 0 36px 0;
  padding-left: 30px;
  position: relative;
}
ol li:before {
  position: absolute;
  left: 0px;
  font-family: "klavikabold", Georgia, "Times New Roman", Times, serif;
  content: counters(item, ".") ".";
  counter-increment: item;
  margin-right: 5px;
}
ol li ol {
  margin: 15px 0 15px 0;
}
ol li ol li {
  padding-left: 40px;
}

/*******************
    IMAGES
*******************/
.img-left {
  float: left;
  margin: 0 1em 1em 0;
}

.img-right {
  float: right;
  margin: 0 0 1em 1em;
}

figure.full-width img {
  width: 100%;
  height: auto;
  display: block;
}
figure.full-width figcaption {
  color: #929292;
  font-size: 14px;
}

/*******************
    ICONS
*******************/
.icon.list-arrow-fixed {
  padding-left: 16px;
}

.icon:before, .icon:after {
  font-family: "icoMoon";
  color: #000000;
}

/*** The ":before" Icons ***/
/*** The ":after" Icons ***/
/******************
    FORM STYLES
******************/
.form {
  /* Rows and Columns */
  /* Checkboxes */
  /* Radio buttons */
  /* Elements in Row-view */
  /* Elements in Column-view */
}
.form:after {
  content: "";
  display: table;
  clear: both;
}
.form input[type=number]::-webkit-inner-spin-button,
.form input[type=number]::-webkit-outer-spin-button input[type=date]::-webkit-inner-spin-button,
.form input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form .success {
  border-color: #E9524D !important;
}
.form .warning {
  border-color: #E9524D !important;
}
.form .error.formrow input[type=text], .form .error input[type=email], .form .error input[type=password],
.form .error input[type=tel], .form .error input[type=url], .form .error input[type=date], .form .error textarea, .form .error select, .form .error.column input[type=text], .form .error input[type=email], .form .error input[type=password],
.form .error input[type=tel], .form .error input[type=url], .form .error textarea, .form .error select {
  border: 2px solid #E9524D !important;
}
.form fieldset {
  border: 0;
}
.form label {
  color: #464646;
  line-height: 28px;
}
.form button {
  float: right;
}
.form .checkbox input[type=checkbox] {
  display: none;
}
.form .checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 38px;
  margin-right: 15px;
}
.form .checkbox label:before {
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 13px;
  height: 23px;
  content: "";
  display: inline-block;
  padding: 0 8px 0 5px;
  border: 1px solid #909A9D;
  border-radius: 0px;
  line-height: 24px;
}
.form .checkbox input[type=checkbox]:checked + label:before {
  color: #909A9D;
  font-family: "icoMoon";
  font-size: 16px;
}
.form .radios {
  padding-left: 33.33%;
  margin-bottom: 20px;
}
.form .radios:after {
  content: "";
  display: table;
  clear: both;
}
.form .radiobutton {
  float: left;
  margin-right: 60px;
}
.form .radiobutton:last-child {
  margin-right: 0;
}
.form .radiobutton input[type=radio] {
  display: none;
}
.form .radiobutton label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 38px;
  margin-right: 15px;
}
.form .radiobutton label:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 17px;
  height: 17px;
  content: "";
  border-radius: 50%;
  border: 3px solid #909A9D;
  display: inline-block;
  margin-right: 10px;
}
.form .radiobutton input[type=radio]:checked + label:after {
  position: absolute;
  top: 1px;
  left: 5px;
  content: "";
  color: #909A9D;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}
.form .selectboxit-container {
  width: 66.6666666667%;
  float: right;
}
.form .selectboxit-container * {
  font-family: "avenir", Helvetica, Arial, sans-serif;
}
.form .selectboxit-container .selectboxit-btn {
  background-color: #fff;
  color: #464646;
}
.form .selectboxit-container .selectboxit-btn.selectboxit-enabled:hover, .form .selectboxit-container .selectboxit-btn.selectboxit-enabled:focus, .form .selectboxit-container .selectboxit-btn.selectboxit-enabled:active {
  color: #464646;
  background-color: #fff;
}
.form .formrow {
  width: 100%;
  margin-bottom: 20px;
  /* Selectbox */
}
.form .formrow:after {
  content: "";
  display: table;
  clear: both;
}
.form .formrow label {
  color: #464646;
  display: inline-block;
  width: 33.3333333333%;
  float: left;
  padding-top: 12px;
}
.form .formrow label, .form .formrow input {
  font-size: 17px;
  line-height: 28px;
}
.form .formrow input[type=text], .form .formrow input[type=email], .form .formrow input[type=password],
.form .formrow input[type=tel], .form .formrow input[type=url], .form .formrow textarea, .form .formrow select {
  width: 66.6666666667%;
}
.form .formrow input:focus, .form .formrow textarea:focus, .form .formrow select:focus {
  border-color: #0089C4;
  -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
}
.form .formrow textarea {
  min-height: 140px;
}
.form .formrow .selectbox {
  position: relative;
}
.form .formrow .selectbox select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: medium none;
}
.form .formrow .selectbox select:focus {
  border-color: #0089C4;
}
.form .formrow .selectbox:after {
  position: absolute;
  top: 14px;
  right: 15px;
  color: #1D9C8A;
  content: "";
  font-family: "icoMoon";
  font-size: 28px;
  pointer-events: none;
  cursor: pointer;
  z-index: 2;
}
.form .column {
  display: inline-block;
  vertical-align: middle;
}

/******************
    SEARCH
    1: input + icon in 1
    2: input / search button
******************/
/* 1: input and icon in 1 wrapper */
.search-form {
  border: #909A9D;
  width: auto;
  position: relative;
}
.search-form input[type=text] {
  padding: 10px;
  font-size: 14px;
  color: #000000;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.search-form .close {
  position: absolute;
  top: 12px;
  right: 50px;
}
.search-form .search {
  position: absolute;
  top: 14px;
  right: 10px;
  border-left: 1px solid #909A9D;
  padding-left: 6px;
}

/* 2: input and button next to eachother */
.search-form-buttoned {
  border: #909A9D;
  width: auto;
  position: relative;
}
.search-form-buttoned input[type=text] {
  padding: 8px 7px;
  font-size: 14px;
  color: #000000;
  margin: 0;
}
.search-form-buttoned .btn-search {
  background-color: #000000;
  cursor: pointer;
  padding: 12px 10px;
  color: #fff;
  margin: 0;
  border: 0 none;
  vertical-align: top;
  transition: all 0.25s ease-in-out;
}
.search-form-buttoned .btn-search:hover {
  background-color: #333333;
}

/******************
    BUTTONS
******************/
a.btn, button.btn {
  background: #0089C4;
  color: #FFFFFF;
  border: 0 none;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px;
  margin: 0;
  width: auto;
  text-decoration: none;
  vertical-align: bottom;
}

.btn {
  font-size: 17px;
  line-height: 19px;
}
.btn:hover, .btn:active {
  cursor: pointer;
  background-color: #909A9D;
}

.btn-small {
  font-size: 14px;
  line-height: 16px;
}

.btn-large {
  font-size: 19px;
  line-height: 22px;
}

.btn, .btn-submit {
  background: #0089C4;
  transition: all 0.25s ease-in-out;
}

.form .formrow .btn-reset, .btn-reset {
  background: #646464;
}
.form .formrow .btn-reset:hover, .btn-reset:hover {
  background: #333333;
}

a.btn-call2action, button.btn-call2action {
  background: #5cb85c;
}
a.btn-call2action:hover, button.btn-call2action:hover {
  background: #39ac39;
}

/******************
    TABLES
******************/
.table {
  margin: 20px 0;
  width: 100%;
}

.table tr td {
  transition: all 0.25s ease-in-out;
}

.table th {
  font-weight: bold;
  font-size: 20px;
}

.table th, .table td {
  padding: 10px;
}

/* Table Striped & Hovered */
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table-striped > tbody > tr:hover > td,
.table-striped > tbody > tr:hover > th {
  background-color: #e2e2e2;
}

/* Table Bordered */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #333333;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th {
  border-bottom: 2px solid #333333;
}

/* Table Hovered Only */
.table-hovered > tbody > tr:hover > td,
.table-hovered > tbody > tr:hover > th {
  background-color: #e2e2e2;
}

/******************
    MISC
    selection color,
    responsive image,
    buttons disabled
******************/
::selection {
  background-color: #E9524D;
  color: #ffffff;
}

::-moz-selection {
  background-color: #E9524D;
  color: #ffffff;
}

.image-responsive {
  max-width: 100%;
  height: auto;
}

.btn.disabled, button[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.3;
}

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 18px "klavikabold", Georgia, "Times New Roman", Times, serif;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

.selectboxit-container .selectboxit-options {
  width: 100%;
  top: auto !important;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 100% !important;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 40px;
  /* Height of the drop down */
  line-height: 40px;
  /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  max-width: 100% !important;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 10px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
/* The first Drop Down option optgroup */
/* The last Drop Down option */
/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-list {
  background-color: #fdfaf1;
}

.selectboxit-option {
  border-bottom: 1px solid #e7e7e0;
}

.selectboxit-btn {
  background-color: #909A9D;
  color: #fff;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #fff;
  background-color: #464646;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #fff;
  text-decoration: none;
}

.selectboxit-default-arrow:after {
  content: "";
  position: absolute;
  top: -8px;
  right: 15px;
}
.selectboxit-open .selectboxit-default-arrow:after {
  content: "";
}

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #1D9C8A;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #ffffff;
}

.global-header {
  width: auto;
  height: 60px;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  background-color: #ffffff;
  z-index: 10000;
  -webkit-transform: translate3D(0px, 0px, 0px);
  -moz-transform: translate3D(0px, 0px, 0px);
  -ms-transform: translate3D(0px, 0px, 0px);
  -o-transform: translate3D(0px, 0px, 0px);
  transform: translate3D(0px, 0px, 0px);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.global-header.hide {
  -webkit-transform: translate3D(0px, -110px, 0px);
  -moz-transform: translate3D(0px, -110px, 0px);
  -ms-transform: translate3D(0px, -110px, 0px);
  -o-transform: translate3D(0px, -110px, 0px);
  transform: translate3D(0px, -110px, 0px);
}
.global-header .wrapper {
  position: relative;
}
.global-header .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 701px) {
  .global-header .logo-container {
    position: absolute;
    top: 20px;
    left: 20px;
  }
}
.global-header .logo-container img {
  position: absolute;
  z-index: 2;
}
.global-header .logo-container .gradient {
  display: block;
  width: 186px;
  height: 68px;
  position: absolute;
  top: 16px;
  left: -20px;
  z-index: 1;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 0%, #f5f0dc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(0%, #ffffff), color-stop(100%, #f5f0dc));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 0%, #f5f0dc 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 0%, #f5f0dc 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 0%, #f5f0dc 100%);
  background: linear, to bottom, #ffffff 0%, #ffffff 0%, #f5f0dc 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f5f0dc",GradientType=0 );
}
.home .global-header .logo-container {
  display: none;
}

.image-credits {
  position: absolute;
  background: none;
  width: 61.25em;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  padding: 0;
}
.image-credits .absolute-wrapper {
  position: relative;
}
.image-credits .switch {
  position: absolute;
  right: 0;
  top: 15px;
}
.image-credits .info-button {
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  outline: none;
}
.image-credits .info-button:before {
  width: 34px;
  height: 34px;
  font-size: 34px;
  line-height: 34px;
  z-index: 4;
  left: 1px;
}
.image-credits .info-button:after {
  position: absolute;
  background-color: white;
  z-index: 3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: 2px;
  left: 2px;
  border: 0 solid #464646;
  content: " ";
  display: block;
}
.image-credits .display {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 1000;
}
.image-credits .display .wrapper {
  background-color: #464646;
  width: 430px;
  padding: 20px 20px 22px;
  color: white;
  -webkit-transition: opacity 250ms ease-in;
  -moz-transition: opacity 250ms ease-in;
  transition: opacity 250ms ease-in;
  opacity: 0;
  text-align: left;
}
.image-credits .display a {
  color: #FFFFFF;
}
.image-credits .display a:visited, .image-credits .display a:hover {
  color: #FFFFFF;
}
.image-credits.show .info-button:before {
  content: "";
  font-size: 36px;
  width: 36px;
  height: 36px;
  margin-left: -1px;
  margin-top: 0;
}
.image-credits.show .display .wrapper {
  opacity: 1;
}

.nav-global {
  position: absolute;
  top: 0px;
  left: 183px;
}
.home .nav-global {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  text-align: center;
}
.nav-global .nav-list {
  margin-right: -34px;
}
.nav-global .nav-list:after {
  content: "";
  display: table;
  clear: both;
}
.nav-global .nav-list li.topnav {
  float: left;
}
.nav-global .nav-list li.topnav a.e-menu-link, .nav-global .nav-list li.topnav span {
  display: block;
  pointer: cursor;
  text-decoration: none;
  padding: 18px 13px 11px 13px;
  font-family: "klavikabold", Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-size: 13px;
  white-space: nowrap;
}
.nav-global .nav-list li.topnav a.e-menu-link:hover, .nav-global .nav-list li.topnav span:hover {
  background-color: #F7F3E3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-global .nav-list li.topnav a.e-menu-link:hover.no-sub, .nav-global .nav-list li.topnav span:hover.no-sub {
  border-bottom: 4px solid #464646;
}
.nav-global .nav-list li.topnav a.e-menu-link.v-expandable::after, .nav-global .nav-list li.topnav span.v-expandable::after {
  background-image: url("/static/img/menuarrow.png");
  background-position: center top;
  content: "";
  display: inline-block;
  margin-left: 2px;
  margin-bottom: 2px;
  width: 6px;
  height: 4px;
}
.nav-global .nav-list li.topnav a.e-menu-link.v-expandable.is-hovered::after, .nav-global .nav-list li.topnav span.v-expandable.is-hovered::after {
  background-position: center bottom;
}
@media screen and (min-width: 1000px) {
  .nav-global .nav-list li.topnav a.e-menu-link, .nav-global .nav-list li.topnav span {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.nav-global .nav-list li.topnav ul.subnav {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 0;
  border-top: 4px solid transparent;
  -webkit-transition: height 200ms;
  -moz-transition: height 200ms;
  transition: height 200ms;
}
.nav-global .nav-list li.topnav li.subnav {
  background-color: white;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.nav-global .nav-list li.topnav li.subnav a.e-menu-link {
  padding: 8px 13px 7px 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-global .nav-list li.topnav li.subnav a.e-menu-link:hover {
  background-color: #F7F3E3;
  border: none;
}
.nav-global .nav-list li.topnav li.subnav + li {
  border-top: 1px solid #DBDCDC;
}
.nav-global .nav-list li.topnav.page-languages .subnav {
  width: 114px;
}
.nav-global .nav-list li.topnav:hover ul.subnav {
  border-top: 4px solid #464646;
  height: 100%;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.nav-global .nav-list li.topnav:hover ul.subnav li {
  opacity: 1;
}
.home .nav-global .nav-list {
  display: inline-block;
  margin-right: 0;
}

.page-header {
  min-height: 215px;
  background-color: #E9524D;
  position: relative;
  -webkit-box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.2);
  z-index: 9;
}
.page-header:after {
  content: "";
  display: table;
  clear: both;
}
.page-header .image-container {
  display: none;
}
.page-header .title-container {
  max-width: 61.25em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.page-header .title-container:after {
  content: "";
  display: table;
  clear: both;
}
.page-header .title-container .wrapper {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 66.2337662338%;
  margin-left: 16.8831168831%;
  position: relative;
  height: 100%;
  padding: 60px 0;
}
.page-header .title-container .wrapper:last-child {
  margin-right: 0;
}
.timeline .page-header .title-container .wrapper {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 83.1168831169%;
  margin-left: 8.4415584416%;
}
.timeline .page-header .title-container .wrapper:last-child {
  margin-right: 0;
}
.page-header .title-container h1,
.page-header .title-container h2,
.page-header .title-container p {
  color: #fff;
  margin: 0;
  box-sizing: content-box;
  text-align: center;
  line-height: 32px;
}
.page-header .title-container h1 {
  font-size: 43px;
  line-height: 43px;
  max-height: 2.2em;
  overflow: hidden;
  position: relative;
}
.page-header .title-container h2 {
  font-size: 19px;
  margin-bottom: -16px;
  text-transform: none;
}
.page-header .title-container p {
  font-size: 1.29411765em;
  margin-top: 1em;
}
.page-header .title-container a {
  color: #fff;
}
.secundary .page-header {
  background-color: #1D9C8A;
}
.secundary .page-header .wrapper {
  border-color: #1D9C8A;
}
.secundary .page-header .wrapper h1,
.secundary .page-header .wrapper h2 {
  text-align: left;
}
.secundary .page-header .wrapper h1 {
  font-size: 32px;
  line-height: 32px;
}
.page-header.visual {
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-header.visual .image-container {
  display: block;
  width: 100%;
  height: 352px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.page-header.visual .image-container img {
  display: block;
  min-width: 100%;
  min-height: 352px;
}
.page-header.visual .title-container {
  max-width: 61.25em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  background-color: #F7F3E3;
}
.page-header.visual .title-container:after {
  content: "";
  display: table;
  clear: both;
}
.page-header.visual .title-container .wrapper {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 66.2337662338%;
  margin-left: 16.8831168831%;
  border-left: 24px solid #E9524D;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  margin-top: -36px;
  padding: 60px 0 0 20px;
}
.page-header.visual .title-container .wrapper:last-child {
  margin-right: 0;
}
.secundary .page-header.visual .title-container .wrapper {
  border-color: #1D9C8A;
}
.page-header.visual .title-container h1,
.page-header.visual .title-container h2 {
  color: #E9524D;
  text-align: left;
}
.secundary .page-header.visual .title-container h1,
.secundary .page-header.visual .title-container h2 {
  color: #1D9C8A;
}
.page-header.visual .title-container h1 {
  box-sizing: border-box;
  position: relative;
}
.header-fixed .page-header {
  position: fixed;
  left: 0;
  width: 100%;
}
.timeline .page-header h1 {
  font-size: 43px;
  line-height: 43px;
}
.timeline .page-header .wrapper {
  padding-bottom: 0;
}
.secundary.overview .page-header h1,
.secundary.overview .page-header h2,
.secundary.overview .page-header p, .secundary.center-header .page-header h1,
.secundary.center-header .page-header h2,
.secundary.center-header .page-header p {
  text-align: center;
}
.secundary.overview .page-header h1, .secundary.center-header .page-header h1 {
  font-size: 43px;
  line-height: 43px;
}
.secundary.overview .page-header p,
.secundary.overview .page-header h2, .secundary.center-header .page-header p,
.secundary.center-header .page-header h2 {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 83.1168831169%;
  margin-left: 8.4415584416%;
}
.secundary.overview .page-header p:last-child,
.secundary.overview .page-header h2:last-child, .secundary.center-header .page-header p:last-child,
.secundary.center-header .page-header h2:last-child {
  margin-right: 0;
}

footer .image-container {
  display: block;
  width: 100%;
  height: 324px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
footer .image-container img {
  display: block;
  min-width: 100%;
  min-height: 324px;
}

.secundary .page-footer.text {
  background-color: #1D9C8A;
}
.secundary .page-footer.text p {
  color: #fff;
}
.secundary .page-footer.text .button {
  border-color: #fff;
  color: #fff;
}
.secundary .page-footer.text .button:hover {
  background-color: #fff;
  color: #1D9C8A;
}
.page-footer.text .wrapper {
  padding: 60px 0 20px;
  text-align: center;
}

.content-image {
  margin-bottom: 40px;
}
.content-image:after {
  content: "";
  display: table;
  clear: both;
}
.content-image img {
  float: left;
  padding: 6px 20px 0 0;
  width: 220px;
}
.content-image.extend img {
  width: 475px;
}
.content-image.right img {
  float: right;
  padding: 6px 0 0 20px;
}
.content-image.right.extend img {
  margin-right: -220px;
}
.content-image.left.extend img {
  margin-left: -220px;
}
.content-image p {
  margin-bottom: 1em;
}
.content-image p:last-child {
  margin-bottom: 0;
}

.image-captioned {
  display: block;
  margin-bottom: 40px;
}
.image-captioned:after {
  content: "";
  display: table;
  clear: both;
}
.image-captioned img {
  max-width: 100%;
}
.image-captioned .caption {
  padding: 95px 0 0 20px;
  border-left: 10px solid #E9524D;
  margin-top: -98px;
  z-index: 2;
  position: relative;
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 74.6753246753%;
  margin-left: 20px;
}
.image-captioned .caption:last-child {
  margin-right: 0;
}
.image-captioned .caption p {
  margin-bottom: 0;
}
.secundary .image-captioned .caption {
  border-color: #1D9C8A;
}

.button-container {
  text-align: center;
}

.content-wrapper .button-container:last-child .button {
  margin-bottom: 0;
}

.button,
button {
  display: inline-block;
  padding: 4px 24px;
  background-color: transparent;
  border: 3px solid #464646;
  font-family: "klavikabold", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 19px;
  text-decoration: none;
  margin: 0 20px 40px 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.button.secundair,
button.secundair {
  border-color: #909A9D;
  color: #909A9D;
}
.button:hover,
button:hover {
  background-color: #464646;
  color: #fff;
}
.button:hover.secundair,
button:hover.secundair {
  background-color: #909A9D;
}
.button:last-child,
button:last-child {
  margin-right: 0;
}
.button.secundary,
button.secundary {
  background-color: #1D9C8A;
  border-color: #1D9C8A;
  color: #fff;
}
.button.primary,
button.primary {
  background-color: #E9524D;
  border-color: #E9524D;
  color: #fff;
}
.button.primary:hover,
button.primary:hover {
  background-color: #464646;
  border-color: #464646;
}

.vcard {
  margin-bottom: 40px;
}
.vcard p, .vcard p a {
  color: #E9524D;
  font-family: "klavikabold", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 0;
}
.secundary .vcard p, .secundary .vcard p a {
  color: #1D9C8A;
}

.content-image + .vcard {
  margin-top: -40px;
  padding-top: 1em;
}

.item-activity {
  padding: 0 10px 40px;
}
.item-activity .image-captioned {
  margin-bottom: 1em;
}
.item-activity .caption {
  border-width: 6px;
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 74.6753246753%;
  max-width: 75%;
  margin-left: 15px;
  padding-left: 15px;
  padding-top: 61px;
  margin-top: -59px;
}
.item-activity .caption:last-child {
  margin-right: 0;
}
.item-activity a {
  text-decoration: none;
  display: block;
  -webkit-filter: gradient(#f5f0dc, rgba(255, 255, 255, 0), vertical);
  filter: gradient(#f5f0dc, rgba(255, 255, 255, 0), vertical);
  background-image: -webkit-linear-gradient(top, #f5f0dc 0%, #f5f0dc 50%, white 90%);
  background-image: linear-gradient(to bottom, #f5f0dc 0%, #f5f0dc 50%, white 90%);
  padding-bottom: 1px;
}
.item-activity a:hover .singular {
  color: #1D9C8A;
}
.item-activity p {
  padding: 0 15px;
}
.item-activity .info {
  font-family: "klavikabold", Georgia, "Times New Roman", Times, serif;
  font-size: 19px;
  color: #929292;
  line-height: 20px;
  padding: 0 0 3px;
  display: inline-block;
}
.item-activity h4 {
  margin: 0;
  line-height: 21px;
  text-transform: none;
  padding-bottom: 4px;
}
.item-activity .singular {
  text-decoration: underline;
  display: block;
}
.item-activity.primary a:hover .singular {
  color: #E9524D;
}

.item-banner {
  padding: 0 10px 40px;
}
.item-banner a {
  text-decoration: none;
  display: block;
}
.item-banner a:hover .singular {
  color: #1D9C8A;
}
.item-banner .content {
  border: 7px solid #1D9C8A;
  text-align: center;
}
.item-banner p,
.item-banner h4 {
  padding: 0 15px;
}
.item-banner h4 {
  margin-top: 13px;
}
.item-banner .singular {
  text-decoration: underline;
  display: block;
}
.item-banner.primary .content {
  border-color: #E9524D;
}
.item-banner.primary a:hover .singular {
  color: #E9524D;
}
.item-banner.news-custom .image-captioned {
  position: relative;
  left: -25px;
  top: 10px;
  width: 105%;
  margin-bottom: 22px;
}
.item-banner.news-custom h4 {
  font-size: 22px;
  margin-bottom: 17px;
}
.item-banner.news-custom p {
  font-size: 17px;
}
.item-banner.news-custom p span {
  margin-top: 3px;
  color: #E9524D;
}

.item-labeled {
  padding: 0 10px 40px;
}
.item-labeled a {
  text-decoration: none;
  display: block;
  -webkit-filter: gradient(#f5f0dc, rgba(255, 255, 255, 0), vertical);
  filter: gradient(#f5f0dc, rgba(255, 255, 255, 0), vertical);
  background-image: -webkit-linear-gradient(top, #f5f0dc 0%, #f5f0dc 50%, white 90%);
  background-image: linear-gradient(to bottom, #f5f0dc 0%, #f5f0dc 50%, white 90%);
  padding-top: 15px;
}
.item-labeled a:hover .singular {
  color: #1D9C8A;
}
.item-labeled .label {
  background-color: #E9524D;
  margin-left: -12px;
  width: calc(100% - 18px);
  position: relative;
  box-sizing: border-box;
  padding: 16px 20px 6px;
}
.item-labeled .label h4 {
  color: #000000;
  font-size: 19px;
  margin: 0;
  padding: 0;
  font-family: "Times New Roman", Times, serif;
  text-transform: none;
}
.item-labeled .label h5 {
  color: #FFFFFF;
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-family: "Times New Roman", Times, serif;
  text-transform: none;
}
.item-labeled .label:after {
  border: 6px solid #CD4642;
  border-left-color: transparent;
  border-bottom-color: transparent;
  width: 0;
  height: 0;
  display: block;
  content: " ";
  position: absolute;
  bottom: -12px;
  left: 0;
}
.item-labeled .content {
  text-align: center;
}
.item-labeled p,
.item-labeled h4 {
  padding: 0 15px;
  text-align: left;
}
.item-labeled p {
  font-size: 17px;
  line-height: 26px;
  font-family: "Times New Roman", Times, serif;
}
.item-labeled h4 {
  color: #000000;
  font-size: 21px;
  margin-top: 13px;
}
.item-labeled .singular {
  text-decoration: underline;
  display: block;
}
.item-labeled.primary a:hover .singular {
  color: #E9524D;
}

#activity-filter > ul:after {
  content: "";
  display: table;
  clear: both;
}
#activity-filter > ul > li {
  padding: 0 10px;
}
#activity-filter > ul > li:before {
  content: "";
}
#activity-filter > ul > li select {
  width: 100%;
}

.timeline .timeline-graphic {
  max-width: 61.25em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 40px 0 50px;
  z-index: 1000;
  width: 750px;
}
.timeline .timeline-graphic:after {
  content: "";
  display: table;
  clear: both;
}
.timeline .timeline-graphic:after {
  content: "";
  display: table;
  clear: both;
}
.timeline .timeline-graphic div.year {
  border-top: 5px solid #fff;
  width: 123px;
  height: 4px;
  float: left;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.timeline .timeline-graphic div.year span {
  display: block;
  margin-top: 10px;
  margin-left: -20px;
  color: #fff;
}
.timeline .timeline-graphic div.year:last-child {
  width: 0;
}
.timeline .timeline-graphic div.year:before, .timeline .timeline-graphic div.year:after {
  content: "";
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: -12px;
}
.timeline .timeline-graphic div.year:before {
  left: -10px;
}
.timeline .timeline-graphic div.year:after {
  right: -10px;
}
.timeline .timeline-graphic div.year.selected {
  border-top: 5px solid #464646;
  z-index: 3;
}
.timeline .timeline-graphic div.year.selected:before, .timeline .timeline-graphic div.year.selected:after {
  color: #464646;
}
.timeline .container .vertical-divider {
  position: absolute;
  top: 0px;
  bottom: 300px;
  left: 50%;
  width: 6px;
  margin-left: -3px;
  background-color: #E9524D;
  z-index: 1;
}
.timeline .container .content-container {
  margin-bottom: 80px;
}
.timeline .container .content-container:after {
  content: "";
  display: table;
  clear: both;
}
.timeline .container .content-container header {
  padding-bottom: 14px;
}
.timeline .container .content-container header:after {
  content: "";
  display: table;
  clear: both;
}
.timeline .container .content-container header h2 {
  color: #929292;
  line-height: 32px;
}
.timeline .container .content-container header h2 + h2 {
  margin-top: -9px;
}
.timeline .container .content-container header .left {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 49.3506493506%;
}
.timeline .container .content-container header .left:last-child {
  margin-right: 0;
}
.timeline .container .content-container header .left h2 {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 83.1168831169%;
}
.timeline .container .content-container header .left h2:last-child {
  margin-right: 0;
}
.timeline .container .content-container header .right {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 40.9090909091%;
  float: right;
}
.timeline .container .content-container header .right:last-child {
  margin-right: 0;
}
.timeline .container .content {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 49.3506493506%;
}
.timeline .container .content:last-child {
  margin-right: 0;
}
.timeline .container .content:after {
  content: "";
  display: table;
  clear: both;
}
.timeline .container .content .content-text {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 83.1168831169%;
}
.timeline .container .content .content-text:last-child {
  margin-right: 0;
}
.timeline .container .content .content-image {
  width: 126%;
  margin-left: -10%;
}
.timeline .container .content .content-image img {
  width: 100%;
  float: none;
  padding: 0;
}
.timeline .container .content.right header {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 83.1168831169%;
  float: right;
}
.timeline .container .content.right header:last-child {
  margin-right: 0;
}
.timeline .container .content.right .caption {
  padding: 0 10%;
}
.timeline .container .content.right .content-text {
  margin-left: 16.8831168831%;
}
.timeline .container .content.right .content-video-wrapper .caption {
  padding-left: 12px;
}
.timeline .container .content.left header {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 83.1168831169%;
}
.timeline .container .content.left header:last-child {
  margin-right: 0;
}
.timeline .container .content.left .content-image {
  margin-left: -16%;
}
.timeline .container .content.left .caption {
  padding: 0 10%;
}
.timeline .container .content.left .content-video-wrapper .caption {
  padding: 0 12px;
}
.timeline.header-fixed .timeline-graphic {
  padding-top: 130px;
  -webkit-transition: padding 0.5s ease-in-out;
  -moz-transition: padding 0.5s ease-in-out;
  transition: padding 0.5s ease-in-out;
}
.timeline .global-header.hide + article .timeline-graphic {
  padding-top: 40px;
}

.content-video-wrapper {
  margin-bottom: 80px;
}

.content-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  clear: both;
  height: auto;
  width: 110%;
  margin-left: -10%;
  margin-bottom: 30px;
}
.content.left .content-video {
  left: 10%;
}
.content-video .placeholder {
  position: absolute;
  width: 100%;
  height: 110%;
  z-index: 3;
}
.content-video .placeholder img {
  width: 100%;
  height: 100%;
}
.content-video .placeholder .play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  z-index: 4;
  cursor: pointer;
}
.content-video .placeholder .play:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 50px;
  color: #fff;
}
.content-video iframe,
.content-video object,
.content-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
}

.content-container {
  position: relative;
  z-index: 1;
}
.content-container.highlight {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 83.1168831169%;
  margin-left: 8.4415584416%;
  padding: 0 30px;
  position: relative;
  background-color: #F7F3E3;
  z-index: 10;
}
.content-container.highlight:last-child {
  margin-right: 0;
}
.content-container .border {
  position: relative;
  border: 6px solid #E9524D;
  z-index: initial;
}
.content-container .image-container {
  position: relative;
  z-index: -1;
}
.content-container .image-container img {
  width: 100%;
  margin: 20px 0 0 -20px;
}
.content-container .image-container .caption {
  padding: 5px 20px;
}
.content-container .image-container .caption h4 {
  margin: -8px 0 6px;
}
.content-container .caption h4 {
  text-transform: none;
  margin: 0;
  line-height: 23px;
}
.content-container.open {
  z-index: 20;
}

.cta-container {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 83.1168831169%;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cta-container:last-child {
  margin-right: 0;
}
.cta-container .foldout-toggle {
  position: relative;
  cursor: pointer;
}
.cta-container .foldout-toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -8px;
  color: #fff;
  z-index: 3;
}
.cta-container .foldout-toggle .content-container {
  padding: 7px 50px 7px 60px;
  margin-top: 20px;
  margin-bottom: 4px;
}
.cta-container .foldout-toggle .content-container h2,
.cta-container .foldout-toggle .content-container h3 {
  font-size: 19px;
  color: #fff;
  margin: 0;
}
.cta-container .foldout-toggle .content-container h2 {
  line-height: 25px;
}
.cta-container .foldout-toggle .content-container h3 {
  font-family: "klavikalight", Georgia, "Times New Roman", Times, serif;
  line-height: 20px;
}
.cta-container .foldout-toggle .content-container:after {
  content: "";
  position: absolute;
  top: 16px;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
}
.cta-container .foldout-toggle .image-container {
  width: 105px;
  height: 105px;
  position: absolute;
  top: -20px;
  right: -35%;
  bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cta-container .foldout-toggle .image-container img {
  border: 7px solid #fff;
  margin: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.cta-container .foldout-toggle .dot {
  position: absolute;
  top: 0px;
  right: -30%;
  bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #464646;
  width: 65px;
  height: 65px;
  border: 7px solid #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.cta-container .foldout {
  position: relative;
  margin-top: 4px;
}
.cta-container .foldout .wrapper {
  height: 0;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  padding: 0 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cta-container.international .content-container {
  background-color: #1D9C8A;
}
.cta-container.international .content-container:after {
  border-color: transparent transparent transparent #1D9C8A;
}
.cta-container.personal .content-container {
  background-color: #464646;
}
.cta-container.personal .content-container:after {
  border-color: transparent transparent transparent #464646;
}
.cta-container.show {
  width: 87.11688%;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cta-container.show .foldout-toggle:before {
  content: "";
}
.cta-container.show .foldout-toggle .image-container,
.cta-container.show .foldout-toggle .dot {
  -webkit-transition: right 0.5s ease-in-out;
  -moz-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
}
.cta-container.show .foldout-toggle .image-container {
  right: -29%;
}
.cta-container.show .foldout-toggle .dot {
  right: -24%;
}
.cta-container.show .foldout .wrapper {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0.06);
  padding: 30px 30px;
}
.right .cta-container {
  margin-left: 16.8831168831%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.right .cta-container .content-container::after {
  position: absolute;
  top: 16px;
  left: -15px;
  border-width: 15px 15px 15px 0;
}
.right .cta-container.international .content-container::after {
  border-color: transparent #1D9C8A transparent transparent;
}
.right .cta-container.personal .content-container::after {
  border-color: transparent #464646 transparent transparent;
}
.right .cta-container .foldout {
  -webkit-transition: margin-left 0.5s ease-in-out;
  -moz-transition: margin-left 0.5s ease-in-out;
  transition: margin-left 0.5s ease-in-out;
}
.right .cta-container .foldout-toggle {
  -webkit-transition: margin-left 0.5s ease-in-out;
  -moz-transition: margin-left 0.5s ease-in-out;
  transition: margin-left 0.5s ease-in-out;
}
.right .cta-container .foldout-toggle::before {
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
}
.right .cta-container .foldout-toggle .image-container,
.right .cta-container .foldout-toggle .dot {
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
.right .cta-container .foldout-toggle .image-container {
  position: absolute;
  top: -20px;
  right: auto;
  bottom: 0px;
  left: -35%;
}
.right .cta-container .foldout-toggle .dot {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: -30%;
}
.right .cta-container.show {
  width: 83.11688%;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.right .cta-container.show .foldout-toggle,
.right .cta-container.show .foldout {
  margin-left: -4%;
  -webkit-transition: margin-left 0.5s ease-in-out;
  -moz-transition: margin-left 0.5s ease-in-out;
  transition: margin-left 0.5s ease-in-out;
}
.right .cta-container.show .foldout-toggle .image-container,
.right .cta-container.show .foldout-toggle .dot,
.right .cta-container.show .foldout .image-container,
.right .cta-container.show .foldout .dot {
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
.right .cta-container.show .foldout-toggle .image-container,
.right .cta-container.show .foldout .image-container {
  left: -30%;
}
.right .cta-container.show .foldout-toggle .dot,
.right .cta-container.show .foldout .dot {
  left: -25%;
}

.home .content-wrapper > .button {
  margin: 0 auto;
}
.home .content-wrapper > h2,
.home .content-container > h2 {
  margin-bottom: 1em;
}
.home .video-container {
  height: 380px;
  background-image: url("http://eerstewereldoorlog.nu/static/img/header-visual.jpg");
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
}
.home .video-container video {
  width: 100%;
  min-width: 1200px;
}
.home .video-container .image-credits.video {
  /* Will be shown on video inject. */
  display: none;
}
.home .video-container .image-credits.still {
  /* Will be hidden on video inject. */
  display: block;
}
.home .page-header-home {
  width: 460px;
  margin: 0 auto;
  position: relative;
}
.home .page-header-home:after {
  content: "";
  display: table;
  clear: both;
}
.home .page-header-home .logo {
  display: block;
  margin-top: -85px;
  width: 460px;
  height: 286px;
}
.home .page-header-home .logo img {
  width: 100%;
}
.home .page-header-home h2 {
  font-size: 32px;
}
.home .slide-out {
  width: 190px;
  min-height: 120px;
  margin-top: 75px;
  padding: 30px;
  font-size: 19px;
  line-height: 24px;
}
.home .slide-out.left {
  float: left;
  margin-left: -190px;
}
.home .slide-out.right {
  width: 230px;
  float: right;
  margin-right: -230px;
}
.home .slide-out h2 {
  margin: 0;
  line-height: 32px;
  color: #929292;
}
.home .slide-out p {
  color: #929292;
  margin: 0;
  font-family: "avenir", Helvetica, Arial, sans-serif;
  line-height: 24px;
}
.home .slide-out .social-button {
  color: #929292;
}
.home .slide-out .social-button:hover {
  color: #464646;
}
.home .intro {
  text-align: center;
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 83.1168831169%;
  margin-left: 8.4415584416%;
}
.home .intro:last-child {
  margin-right: 0;
}
.home .intro + h2 {
  clear: both;
  float: none;
}
.home h2 {
  font-size: 43px;
  text-align: center;
}
.home .content-container {
  margin-bottom: 80px;
}
.home .content-container:after {
  content: "";
  display: table;
  clear: both;
}
.home .content-container .content a {
  text-decoration: none;
}
.home .content-container .content a:hover .singular {
  text-decoration: underline;
  color: #E9524D;
}
.home .content-container .content.left {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 32.4675324675%;
  margin-left: 8.4415584416%;
  padding: 30px 30px 0 0;
}
.home .content-container .content.left:last-child {
  margin-right: 0;
}
.home .content-container .content.right {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 57.7922077922%;
  padding-left: 5%;
}
.home .content-container .content.right:last-child {
  margin-right: 0;
}
.home .content-container .content.right .border {
  margin-right: -15%;
}
.home .content-container .content.right .border p {
  margin-bottom: 5px;
}
.home .content-container .content.right .border .singular {
  text-decoration: underline;
}
.home .content-container .content.right .caption {
  padding: 10px 15% 20px 20px;
}
.home .form-container {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 49.3506493506%;
}
.home .form-container:last-child {
  margin-right: 0;
}
.home .form-container form {
  position: relative;
  border: 3px solid #464646;
  display: inline-block;
  padding-right: 34px;
}
.home .form-container form input {
  border: 0;
  background-color: transparent;
  height: 34px;
  padding: 0 10px;
}
.home .form-container form .input-container {
  border-right: 3px solid #464646;
  display: inline-block;
}
.home .form-container form button {
  width: 30px;
  height: 33px;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0px;
  right: 0px;
}
.home .form-container form button:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
}
.home .form-container form button:hover {
  background-color: transparent;
  color: #464646;
}
.home .social-container {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 32.4675324675%;
}
.home .social-container:last-child {
  margin-right: 0;
}
.home .form-container,
.home .social-container {
  margin-left: 8.4415584416%;
}
.home section + div.center {
  margin-bottom: 0;
}
.home .container.plain .content-container {
  margin-bottom: 0;
}
.home header + .container {
  padding-top: 0;
}

.social-button, .info-button {
  display: inline-block;
  margin: 7px 2px 0 0;
  overflow: hidden;
  width: 43px;
  height: 43px;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.social-button:before, .info-button:before {
  font-size: 42px;
  position: absolute;
  top: 1px;
  left: 0px;
  content: "";
}
.social-button.facebook:before, .info-button.facebook:before {
  content: "";
}
.social-button.twitter:before, .info-button.twitter:before {
  content: "";
}
.social-button:hover, .info-button:hover {
  color: #929292;
}

.item-list {
  margin-bottom: 40px;
}
.item-list .item {
  margin-bottom: 27px;
}
.item-list .item:after {
  content: "";
  display: table;
  clear: both;
}
.item-list .item:before {
  content: "";
}
.item-list .item a {
  text-decoration: none;
  display: block;
  -webkit-filter: gradient(#f5f0dc, rgba(255, 255, 255, 0), horizontal);
  filter: gradient(#f5f0dc, rgba(255, 255, 255, 0), horizontal);
  background-image: -webkit-linear-gradient(left, #f5f0dc 0%, #f5f0dc 50%, rgba(255, 255, 255, 0) 90%);
  background-image: linear-gradient(to right, #f5f0dc 0%, #f5f0dc 50%, rgba(255, 255, 255, 0) 90%);
}
.item-list .item a:after {
  content: "";
  display: table;
  clear: both;
}
.item-list .item a:hover .singular {
  color: #E9524D;
}
.item-list .item .singular {
  text-decoration: underline;
  padding-right: 15px;
  position: relative;
}
.item-list .image-container {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 24.025974026%;
  margin-right: 0;
}
.item-list .image-container:last-child {
  margin-right: 0;
}
.item-list .image-container img {
  width: 100%;
  display: block;
}
.item-list .content-container {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 74.6753246753%;
  padding-left: 20px;
}
.item-list .content-container:last-child {
  margin-right: 0;
}
.item-list .content-container .title-container {
  padding: 26px 20px 0 10px;
  border-left: 6px solid #E9524D;
  margin-top: -15px;
  margin-bottom: 5px;
}
.item-list .content-container .title-container h2 {
  margin: 0;
  font-size: 17px;
  line-height: 21px;
}
.item-list .content-container .content p {
  margin-bottom: 0;
  line-height: 25px;
}
.item-list .content-container .content p span {
  font-family: "klavikabold", Georgia, "Times New Roman", Times, serif;
  color: #929292;
}
.item-list .content-container .content a {
  display: block;
}

.partner-list {
  max-width: 61.25em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}
.partner-list:after {
  content: "";
  display: table;
  clear: both;
}
.partner-list:after {
  content: "";
  display: table;
  clear: both;
}
.partner-list li {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 24.025974026%;
  padding: 0px 10px 10px 0px;
}
.partner-list li:last-child {
  margin-right: 0;
}
.partner-list li:nth-child(4n):nth-child(4n) {
  margin-right: 0;
}
.partner-list li:nth-child(4n):nth-child(4n+1) {
  clear: left;
}
.partner-list li:before {
  content: "";
}
.partner-list li a img {
  max-width: 100%;
}

.brand-container {
  margin-bottom: 40px;
}
.brand-container:after {
  content: "";
  display: table;
  clear: both;
}
.brand-container .image-container {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 32.4675324675%;
  text-align: right;
  padding-right: 10px;
}
.brand-container .image-container:last-child {
  margin-right: 0;
}
.brand-container .image-container img {
  max-width: 100%;
}
.brand-container .content-container {
  float: left;
  display: block;
  margin-right: 1.2987012987%;
  width: 66.2337662338%;
}
.brand-container .content-container:last-child {
  margin-right: 0;
}
.brand-container .content-container .content-wrapper {
  border-left: 6px solid #E9524D;
  width: auto;
  margin-left: 0;
  padding-left: 20px;
  margin-bottom: 1em;
  width: 100%;
}
.brand-container .content-container h4 {
  font-size: 1.29411765em;
  line-height: 1.29411765em;
  margin-top: -7px;
}
.brand-container .content-container p {
  margin: 0;
}
.brand-container .content-container .button {
  margin-left: 26px;
}
.brand-container:last-child {
  margin-bottom: 0;
}

h3 + .brand-container {
  margin-top: 30px;
}

.c-expanded-menu {
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  transition: opacity 100ms;
  background-color: white;
  border-top: 4px solid #464646;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.45);
  display: none;
  top: 56px;
  position: absolute;
  z-index: 10000;
}
.c-expanded-menu .c-menu-footer {
  margin-top: 24px;
  padding-top: 11px;
  border-top: 1px solid #DBDCDC;
  min-width: 280px;
  min-height: 37px;
}
.c-expanded-menu .c-menu-footer ul {
  padding-left: 16px;
}
.c-expanded-menu .c-menu-footer li::before {
  background-image: url(/static/img/linkarrow.png);
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 7px;
  height: 12px;
}
.c-expanded-menu .c-menu-footer.c-menu-footer-left {
  float: left;
  padding-top: 26px;
  text-align: left;
}
.c-expanded-menu .c-menu-footer.c-menu-footer-right {
  float: right;
  text-align: left;
}
.c-expanded-menu.make-open {
  display: block;
  opacity: 0;
}
.c-expanded-menu.is-open {
  display: block;
  opacity: 1;
}

.c-expanded-menu.v-language {
  width: 124px;
}
.c-expanded-menu.v-language .wrapper {
  padding: 0;
}
.c-expanded-menu.v-language ul {
  margin: 0;
  padding: 0;
}
.c-expanded-menu.v-language li + li {
  border-top: 1px solid #DBDCDC;
}
.c-expanded-menu.v-language a {
  display: block;
  font-family: "klavikabold", Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  padding: 8px 13px 7px 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.c-expanded-menu.v-language a:hover {
  background-color: #F7F3E3;
}

input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 29px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 24px;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -24px;
}

label.css-label {
  background-image: url(/static/img/checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#activity-filter .form-row {
  position: relative;
  margin: 10px 0;
  padding: 0 10px;
}

.c-expanded-menu.v-timeline {
  padding: 20px 30px 25px;
}
.c-expanded-menu.v-timeline .wrapper {
  padding: 0;
  position: relative;
  min-width: 550px;
}
.c-expanded-menu.v-timeline .c-timeline-menu {
  position: absolute;
  text-align: left;
  width: 235px;
}
.c-expanded-menu.v-timeline .c-theme-menu {
  border-left: 1px solid #DBDCDC;
  margin-left: 265px;
  min-height: 200px;
  max-width: 280px;
  padding-left: 30px;
  text-align: left;
  width: 100%;
}
.c-expanded-menu.v-timeline .c-theme-menu ul {
  margin: 0;
  padding: 0;
}
.c-expanded-menu.v-timeline .c-theme-menu li::before {
  background-image: url("/static/img/linkarrow.png");
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 7px;
  height: 12px;
}

.c-related header h2 {
  line-height: 35px;
  margin-bottom: 0;
}
.c-related header p {
  font-size: 1.29411765em;
  line-height: 36px;
  margin: 0;
  text-align: center;
}

body.v-theme .container.full {
  background-color: white;
}
body.v-theme .container.full h2 {
  text-align: center;
}

/*# sourceMappingURL=screen.css.map */
