/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */


@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot');
  src: url('/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix') format('embedded-opentype'), url('/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2') format('woff2'), url('/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff') format('woff'), url('/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf') format('truetype'), url('/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.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: #ffffff;
}
/* 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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
    background-image: none !important;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    font-weight: normal;
    align-items: center;
    justify-content: center;
}

.ui-datepicker-prev:before {
    content: "\f100";
}

.ui-datepicker-next:before {
    content: "\f101";
}

.ui-datepicker-calendar {
    background-color: #DDEFF8;
}

.ui-datepicker-calendar tr td {
 background-color: #DDEFF8;
}

/* line 1, app/assets/stylesheets/day_weather.scss */
.variables {
  display: flex;
  flex-direction: row;
  margin-left: 10px;
}

/* line 6, app/assets/stylesheets/day_weather.scss */
.variables .var-column {
  width: 50%;
  display: flex;
  flex-direction: column;
}

/* line 10, app/assets/stylesheets/day_weather.scss */
.variables .var-column .var {
  width: 100%;
  display: flex;
}

/* line 13, app/assets/stylesheets/day_weather.scss */
.variables .var-column .var .label {
  width: 60%;
}

/* line 16, app/assets/stylesheets/day_weather.scss */
.variables .var-column .var .value {
  width: 40%;
}

/* line 19, app/assets/stylesheets/day_weather.scss */
.variables .var-column .var .header {
  margin-top: 20px;
  font-weight: bold;
}

@media print {
  /* line 29, app/assets/stylesheets/day_weather.scss */
  .site-header, .wrapper--navbar, .select-day {
    display: none !important;
  }
}
/*! jQuery UI - v1.12.1 - 2021-03-24
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=15&bgImgOpacityHighlight=25&bgImgOpacityActive=50&bgImgOpacityHover=100&bgImgOpacityDefault=80&bgImgOpacityContent=100&bgImgOpacityHeader=100&cornerRadiusShadow=8px&offsetLeftShadow=-7px&offsetTopShadow=-7px&thicknessShadow=7px&opacityShadow=30&bgImgOpacityShadow=70&bgTextureShadow=flat&bgColorShadow=%23000000&opacityOverlay=80&bgImgOpacityOverlay=90&bgTextureOverlay=flat&bgColorOverlay=%23eeeeee&iconColorError=%23ffffff&fcError=%23ffffff&borderColorError=%23cd0a0a&bgTextureError=flat&bgColorError=%23cd0a0a&iconColorHighlight=%232e83ff&fcHighlight=%23363636&borderColorHighlight=%23f9dd34&bgTextureHighlight=flat&bgColorHighlight=%23ffef8f&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%232694e8&bgTextureActive=flat&bgColorActive=%233baae3&iconColorHover=%232694e8&fcHover=%230070a3&borderColorHover=%2374b2e2&bgTextureHover=flat&bgColorHover=%23e4f1fb&iconColorDefault=%233d80b3&fcDefault=%232779aa&borderColorDefault=%23aed0ea&bgTextureDefault=flat&bgColorDefault=%23d7ebf9&iconColorContent=%2372a7cf&fcContent=%23362b36&borderColorContent=%23dddddd&bgTextureContent=flat&bgColorContent=%23f2f5f7&iconColorHeader=%23ffffff&fcHeader=%23ffffff&borderColorHeader=%23aed0ea&bgTextureHeader=flat&bgColorHeader=%231E689B&cornerRadius=0px&fwDefault=bold&fsDefault=1.1em&ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #aed0ea;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #f2f5f7;
	color: #362b36;
}
.ui-widget-content a {
	color: #362b36;
}
.ui-widget-header {
	border: 1px solid #aed0ea;
	background: #1E689B;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 5px solid #aed0ea;
	background: #ffffff;
	font-weight: bold;
	color: #2779aa;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #2779aa;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #74b2e2;
	background: #e4f1fb;
	font-weight: bold;
	color: #0070a3;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #0070a3;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #2694e8;
	background: #3baae3;
	font-weight: bold;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #2694e8;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #f9dd34;
	background: #ffef8f;
	color: #363636;
}
.ui-state-checked {
	border: 1px solid #f9dd34;
	background: #ffef8f;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #cd0a0a;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_72a7cf_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_2694e8_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_3d80b3_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}

/* Overlays */
.ui-widget-overlay {
	background: #eeeeee;
	opacity: .8;
	filter: Alpha(Opacity=80); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: -7px -7px 7px #000000;
	box-shadow: -7px -7px 7px #000000;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=15&bgImgOpacityHighlight=25&bgImgOpacityActive=50&bgImgOpacityHover=100&bgImgOpacityDefault=80&bgImgOpacityContent=100&bgImgOpacityHeader=100&cornerRadiusShadow=8px&offsetLeftShadow=-7px&offsetTopShadow=-7px&thicknessShadow=7px&opacityShadow=30&bgImgOpacityShadow=70&bgTextureShadow=flat&bgColorShadow=%23000000&opacityOverlay=80&bgImgOpacityOverlay=90&bgTextureOverlay=flat&bgColorOverlay=%23eeeeee&iconColorError=%23ffffff&fcError=%23ffffff&borderColorError=%23cd0a0a&bgTextureError=flat&bgColorError=%23cd0a0a&iconColorHighlight=%232e83ff&fcHighlight=%23363636&borderColorHighlight=%23f9dd34&bgTextureHighlight=flat&bgColorHighlight=%23ffef8f&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%232694e8&bgTextureActive=flat&bgColorActive=%233baae3&iconColorHover=%232694e8&fcHover=%230070a3&borderColorHover=%2374b2e2&bgTextureHover=flat&bgColorHover=%23e4f1fb&iconColorDefault=%233d80b3&fcDefault=%232779aa&borderColorDefault=%23aed0ea&bgTextureDefault=flat&bgColorDefault=%23d7ebf9&iconColorContent=%2372a7cf&fcContent=%23362b36&borderColorContent=%23dddddd&bgTextureContent=flat&bgColorContent=%23f2f5f7&iconColorHeader=%23ffffff&fcHeader=%23ffffff&borderColorHeader=%23aed0ea&bgTextureHeader=flat&bgColorHeader=%231E689B&cornerRadius=0px&fwDefault=bold&fsDefault=1.1em&ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #aed0ea;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #f2f5f7;
	color: #362b36;
}
.ui-widget-content a {
	color: #362b36;
}
.ui-widget-header {
	border: 1px solid #aed0ea;
	background: #1E689B;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #DDEFF8;
	background: #DDEFF8;
	font-weight: lighter;
	color: #000000;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #2779aa;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #74b2e2;
	background: #e4f1fb;
	font-weight: bold;
	color: #0070a3;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #0070a3;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #2694e8;
	background: #3baae3;
	font-weight: bolder;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #2694e8;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #DDEFF8;
	background: #DDEFF8;
	font-weight: 900;
	color: #363636;
}
.ui-state-checked {
	border: 1px solid #f9dd34;
	background: #ffef8f;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #cd0a0a;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_72a7cf_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_2694e8_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_3d80b3_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}

/* Overlays */
.ui-widget-overlay {
	background: #eeeeee;
	opacity: .8;
	filter: Alpha(Opacity=80); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: -7px -7px 7px #000000;
	box-shadow: -7px -7px 7px #000000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

@font-face {
    font-family: "Sans";
    src: url("https://cdn.knmi.nl/assets/ROsanswebtextregular-b6b41e99d1f808ebb2088ceb8a537159090b83d6c4c62321fe32332928272c92.eot?") format("embedded-opentype"), url("https://cdn.knmi.nl/assets/ROsanswebtextregular-54039c085acfdaf5124e55514d4153752a8526dc55b1d76c3bc731bfa4c3863a.woff") format("opentype");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "Sans";
    src: url("https://cdn.knmi.nl/assets/ROsanswebtextitalic-094b2afba800d236d91da7a6d84501829f6ce1d95f2eb10fbf2fe3475ef9a306.eot?") format("embedded-opentype"), url("https://cdn.knmi.nl/assets/ROsanswebtextitalic-95b8c28ae6c0c9d5657a44d5a6ca24c04165eef39d6a8e1e93627c8d755ffe3a.woff") format("opentype");
    font-style: italic;
    font-weight: normal
}

@font-face {
    font-family: "Sans";
    src: url("https://cdn.knmi.nl/assets/ROsanswebtextbold-40441b9247c996c302b61b6e5f70d6889910bd46d33f21878ec95de4e6fa70ec.eot?") format("embedded-opentype"), url("https://cdn.knmi.nl/assets/ROsanswebtextbold-27c094142b294677babfd410f01ab0ef6450c30f0ced804477f1b98adfc3a591.woff") format("opentype");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "Serif";
    src: url("https://cdn.knmi.nl/assets/ROserifwebregular-c2e2eb8eace169d519aa42bce484d95fbf016eec1bd040d7ef73014824057222.eot?") format("embedded-opentype"), url("https://cdn.knmi.nl/assets/ROserifwebregular-045701dca79b1bb9bc92927b92a69b7bb48c97d19a54b5f1a0451f5afd6b45df.woff") format("opentype");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "Serif";
    src: url("https://cdn.knmi.nl/assets/ROserifwebitalic-e4cb81c11892d590fa0d3cfcb315d3f4c5ccdca88827fd5815ce955ab91e9a22.eot?") format("embedded-opentype"), url("https://cdn.knmi.nl/assets/ROserifwebitalic-1390f5972a68f1e722d3843d931dc8f4d8a36811a2b6e115c62f79abe5942022.woff") format("opentype");
    font-style: italic;
    font-weight: normal
}

@font-face {
    font-family: "Serif";
    src: url("https://cdn.knmi.nl/assets/ROserifwebbold-dc58faf9abbec302fb1b24b78ae027737fe118b7b042ea81a32801a45ecca4ae.eot?") format("embedded-opentype"), url("https://cdn.knmi.nl/assets/ROserifwebbold-b020cb40529b862fd53570ab440a1031fcd10a003e3447abda368052c298a92f.woff") format("opentype");
    font-weight: bold;
    font-style: normal
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: none
}

@media (min-width: 762px) {
    html {
        font-size: 16px
    }
}

@media (min-width: 992px) {
    html {
        font-size: 18px
    }
}

body {
    margin: 0;
    font-family: "Sans", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: #3A3A3A
}

textarea, input {
    font-family: "Sans", Arial, sans-serif;
    font-size: 16px
}

@media (min-width: 762px) {
    textarea, input {
        font-size: 16px
    }
}

@media (min-width: 992px) {
    textarea, input {
        font-size: 18px
    }
}

img {
    border: 0
}

strong {
    font-weight: 700
}

h1, .h1, h2, .h2, .banner-small__title, h3, .h3, .search-filter legend, h4, .h4, h5, .h5, h6, .h6 {
    line-height: 1.125;
    margin-top: 0;
    color: #1A1A1A;
    font-family: "Sans", Arial, sans-serif !important
}

h1, .h1 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

@media (min-width: 762px) {
    h1, .h1 {
        font-size: 36px
    }
}

@media (min-width: 1162px) {
    h1, .h1 {
        font-size: 46px
    }
}

h2, .h2, .banner-small__title, h3, .h3, .search-filter legend, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: .5em
}

h2 + p, h2 + ol, h2 + ul, .h2 + p, .banner-small__title + p, .h2 + ol, .banner-small__title + ol, .h2 + ul, .banner-small__title + ul, h3 + p, h3 + ol, h3 + ul, .h3 + p, .search-filter legend + p, .h3 + ol, .search-filter legend + ol, .h3 + ul, .search-filter legend + ul, h4 + p, h4 + ol, h4 + ul, .h4 + p, .h4 + ol, .h4 + ul, h5 + p, h5 + ol, h5 + ul, .h5 + p, .h5 + ol, .h5 + ul, h6 + p, h6 + ol, h6 + ul, .h6 + p, .h6 + ol, .h6 + ul {
    margin-top: 0
}

h2, .h2, .banner-small__title {
    font-weight: 700;
    font-size: 24px
}

@media (min-width: 992px) {
    h2, .h2, .banner-small__title {
        font-size: 28px
    }
}

h3, .h3, .search-filter legend {
    font-weight: 600;
    font-size: 16px
}

@media (min-width: 992px) {
    h3, .h3, .search-filter legend {
        font-size: 20px
    }
}

h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem
}

a {
    color: #01689B
}

a:hover {
    text-decoration: none
}

blockquote {
    margin: 0;
    font-family: "Serif", "Times New Roman", serif;
    font-weight: 300
}

figure {
    clear: left;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

@media (min-width: 762px) {
    figure {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px
    }
}

@media (max-width: 991px) {
    .desktop-only {
        display: none
    }
}

@media (min-width: 992px) {
    .mobile-only {
        display: none
    }
}

.media__img {
    float: left
}

.media__img img {
    display: block
}

.media, .media__body {
    overflow: hidden
}

.media__img {
    margin-right: 20px
}

.media--square .media__body {
    padding: 0 20px 0 0
}

::-webkit-input-placeholder {
    color: #7E7E7E
}

:-moz-placeholder {
    color: #7E7E7E
}

::-moz-placeholder {
    color: #7E7E7E
}

:-ms-input-placeholder {
    color: #7E7E7E
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 20px
}

@media (min-width: 1162px) {
    .embed-container {
        margin-bottom: 30px
    }
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.list-unstyled, .search-results, .autosuggest ul, .weather-map__table, .morelinks ul, .quicklinks__list, .faux-tabs, .share__list, .publication-list, .product-list, .people-list, .people-detail ul, .highlights, .nav-overlay nav ul, .seismology-overlay nav ul, .main-nav__links, .main-navbar__sub nav ul, .main-navbar nav ul, .site-footer ul, .facts-list, .job-list, .breadcrumb, .region__list, .warning-overview__list, .media-list, .arrow-list, .title-with-links__list {
    padding-left: 0;
    list-style-type: none
}

.list-inline, .region__list {
    overflow: hidden;
    display: inline-block
}

.list-inline > li, .region__list > li {
    display: inline-block;
    float: left
}

.relative {
    position: relative
}

.wrapper {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto
}

.home-wrp {
    position: relative
}

@media (min-width: 480px) {
    .home-wrp {
        overflow: hidden
    }
}

@media (max-width: 761px) {
    .filled-main-content {
        margin-bottom: 20px
    }
}

@media (min-width: 762px) {
    .filled-main-content {
        background-color: #E5F0F9
    }
}

@media (min-width: 762px) and (max-width: 1161px) {
    .filled-main-content {
        padding: 20px 10px
    }
}

@media (min-width: 992px) {
    .filled-main-content {
        padding: 20px 0
    }
}

@media (min-width: 1162px) {
    .filled-main-content {
        padding: 40px 0
    }
}

.filled-main-content + .filled-main-content {
    padding-top: 0
}

@media (min-width: 762px) {
    .filled-main-content__highlight {
        background: #fff;
        padding: 20px
    }

    .filled-main-content__highlight .media__img {
        max-width: 41.25%
    }

    .filled-main-content__highlight .media__img > img {
        display: block;
        max-width: 100%
    }
}

@media (min-width: 1162px) {
    .filled-main-content__highlight {
        padding: 30px
    }
}

.chart-filter__filters, .visual-filter {
    background: #F3F3F3;
    padding: 15px 15px 10px 15px;
    margin-bottom: 30px
}

@media (min-width: 762px) {
    .chart-filter__filters, .visual-filter {
        text-align: center
    }
}

.chart-filter__filters label, .visual-filter label {
    margin-bottom: 5px;
    display: block
}

@media (min-width: 762px) {
    .chart-filter__filters label, .visual-filter label {
        display: inline-block
    }
}

.chart-filter__filters__img, .visual-filter__img {
    display: block;
    max-width: 100%;
    height: auto
}

.chart-filter__filters__label, .visual-filter__label {
    box-sizing: border-box;
    display: block;
    padding: 5px
}

@media (min-width: 762px) {
    .chart-filter__filters__label, .visual-filter__label {
        padding: 10px;
        float: left;
        display: inline-block;
        text-align: right
    }
}

.chart-filter__filters__submit, .visual-filter__submit {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 15px
}

.js .chart-filter__filters__submit, .js .visual-filter__submit {
    display: inline-block
}

@media (max-width: 762px) {
    .chart-filter__filters__submit, .visual-filter__submit {
        margin-left: 0
    }
}

@media (min-width: 762px) {
    .chart-filter__filters .select__wrp, .visual-filter .select__wrp {
        display: inline-block
    }
}

.title-with-links {
    margin-bottom: 20px
}

.title-with-links.is-small .title-with-links__list {
    font-size: 14px
}

@media (min-width: 1162px) {
    .title-with-links.is-small .title-with-links__list {
        font-size: 16px
    }
}

@media (max-width: 761px) {
    .title-with-links.is-large {
        padding: 15px;
        background-color: #E5F0F9
    }
}

.title-with-links.is-large a {
    text-decoration: none
}

.title-with-links.is-large a:after {
    font-size: 12px;
    text-decoration: none !important;
    margin-left: 5px
}

@media (min-width: 30px) {
    .title-with-links {
        margin-bottom: 30px
    }
}

.title-with-links__title {
    color: #01689B;
    display: inline-block
}

.title-with-links__list {
    margin: 0
}

.title-with-links__list.is-inline {
    display: inline-block;
    overflow: hidden
}

.title-with-links__list.is-inline > li {
    float: left;
    margin-left: 20px
}

.title-with-links.is-stacked {
    text-align: center
}

.title-with-links.is-stacked .title-with-links__title {
    display: block
}

.title-with-links.is-stacked .title-with-links__list > li:first-child {
    margin-left: 0
}

.title-with-links.is-oneline {
    position: relative
}

.title-with-links.is-oneline .title-with-links__list {
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.5em
}

@media (max-width: 761px) {
    .title-with-links.is-oneline .title-with-links__list {
        right: 15px
    }
}

.js .b-lazy {
    transition: opacity 1s;
    opacity: 0
}

.js .b-lazy.b-loaded {
    opacity: 1
}

.loading-modal {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    transition: opacity .3s ease;
    opacity: 0
}

.loading-modal.is-loading {
    display: block;
    opacity: 1
}

html.turbolinks-progress-bar::before {
    background-color: #fff !important;
    margin-top: 64px;
    height: 2px !important;
    z-index: 9999
}

#mainBody {
    outline: 0
}

#skiplink {
    line-height: 2;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -100%;
    transition: top .2s ease;
    background: rgba(26, 26, 26, 0.4);
    text-decoration: none;
    color: #fff;
    z-index: 1000
}

#skiplink:focus {
    top: 0
}

.rain-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #fff;
    display: none
}

.rain-image {
    position: fixed;
    display: block;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease
}

.rain-image.is-active {
    opacity: 1
}

.rain-image + canvas {
    position: fixed;
    left: 0;
    top: 0
}

.arrow-list > li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px
}

.arrow-list > li a {
    text-decoration: none
}

.arrow-list > li a:hover, .arrow-list > li a:focus {
    text-decoration: underline
}

.arrow-list > li:before {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0.6em;
    font-size: 10px;
    color: #01689B
}

.media-list > li {
    display: block
}

.media-list > li + li {
    margin-top: 20px
}

@media (min-width: 762px) {
    .media-list.has-2-cols > li:nth-child(2) {
        margin-top: 0
    }

    .media-list.has-2-cols > li:nth-child(2n+1) {
        clear: left
    }
}

.media-list .media__img {
    max-width: 35%;
    overflow: hidden
}

.media-list .media__img img {
    max-width: 100%;
    height: auto
}

.media--square .media__img {
    max-width: 35%
}

.article-list .h3, .article-list .search-filter legend, .search-filter .article-list legend {
    font-weight: normal;
    line-height: 1.5
}

.img-fullwidth {
    max-width: 100%;
    margin: 0 auto;
    height: auto
}

.clear {
    clear: both
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.inline-block {
    display: inline-block
}

.block {
    display: block
}

@media (max-width: 761px) {
    .block-on-xs {
        display: block
    }
}

.center {
    margin: 0 auto
}

.small {
    font-size: 16px
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.color-blue {
    color: #01689B !important
}

.color-black {
    color: #1A1A1A !important
}

.rounded {
    border-radius: 100%
}

.image-source {
    color: #CCC;
    text-transform: uppercase;
    font-size: 12px
}

@media (max-width: 761px) {
    .image-source {
        display: block
    }
}

@media (min-width: 762px) {
    .image-source {
        white-space: nowrap
    }
}

@media (min-width: 992px) {
    .image-source {
        font-size: 14px
    }
}

.vspace, .hero-text {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width: 1162px) {
    .vspace, .hero-text {
        padding-top: 45px;
        padding-bottom: 45px
    }
}

.vspace + .vspace:not(.vspace--padding), .hero-text + .vspace:not(.vspace--padding), .vspace + .hero-text:not(.vspace--padding), .hero-text + .hero-text:not(.vspace--padding) {
    padding-top: 0
}

.intro, .hero-text__intro, .hero {
    font-size: 20px
}

@media (min-width: 762px) {
    .intro, .hero-text__intro, .hero {
        font-size: 20px
    }
}

@media (min-width: 992px) {
    .intro, .hero-text__intro, .hero {
        font-size: 22px
    }
}

.meta {
    color: #6E6E6E;
    font-style: italic
}

@media (min-width: 992px) {
    .meta {
        font-size: 16px
    }
}

.editable *:first-child {
    margin-top: 0
}

.editable figcaption {
    color: #6C6C6C;
    font-size: 13px
}

@media (max-width: 761px) {
    .editable figcaption {
        margin-top: 5px
    }
}

@media (max-width: 761px) {
    .editable {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 761px) {
    .editable__aside {
        margin-top: 20px
    }
}

.editable blockquote {
    color: #01689B;
    border-top: 2px solid #E5F0F9;
    float: left;
    padding-top: 15px;
    line-height: 1.5;
    font-size: 20px
}

@media (max-width: 761px) {
    .editable blockquote {
        display: block;
        padding: 10px 0;
        border-bottom: 2px solid #E5F0F9;
        text-align: center;
        margin-bottom: 15px
    }
}

@media (min-width: 762px) {
    .editable blockquote {
        border-top-width: 4px;
        margin: 0 20px 20px -100px;
        width: 300px
    }
}

@media (min-width: 992px) {
    .editable blockquote {
        margin: 0 30px 30px -100px;
        font-size: 26px;
        width: 380px
    }
}

.js .editable-table table {
    visibility: hidden
}

.js .editable-table table[data-sortable-initialized="true"] {
    visibility: visible
}

@media (max-width: 761px) {
    .hide-on-xs {
        display: none !important
    }
}

@media (min-width: 762px) and (max-width: 991px) {
    .hide-on-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1161px) {
    .hide-on-md {
        display: none !important
    }
}

@media (min-width: 1162px) {
    .hide-on-lg {
        display: none !important
    }
}

.show-on-xs, .show-on-sm, .show-on-md, .show-on-lg, .show-on-xl {
    display: none !important
}

@media (max-width: 761px) {
    .show-on-xs {
        display: block !important
    }
}

@media (min-width: 762px) and (max-width: 991px) {
    .show-on-sm {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1161px) {
    .show-on-md {
        display: block !important
    }
}

@media (min-width: 1162px) {
    .show-on-lg {
        display: block !important
    }
}

.hidden {
    display: none
}

@media (min-width: 762px) {
    .columns-gutter-offset {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media (min-width: 992px) {
    .columns-gutter-offset {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media (min-width: 1162px) {
    .columns-gutter-offset {
        margin-left: -15px;
        margin-right: -15px
    }
}

.serif {
    font-family: "Serif", "Times New Roman", serif;
    font-size: 18px
}

@media (min-width: 762px) {
    .serif {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .serif {
        font-size: 20px
    }
}

.serif .intro, .serif .hero-text__intro, .serif .hero {
    font-size: 22px
}

@media (min-width: 762px) {
    .serif .intro, .serif .hero-text__intro, .serif .hero {
        font-size: 22px
    }
}

@media (min-width: 992px) {
    .serif .intro, .serif .hero-text__intro, .serif .hero {
        font-size: 24px
    }
}

.download {
    padding-left: 28px;
    position: relative;
    display: inline-block;
    text-decoration: none
}

.download:hover, .download:focus {
    text-decoration: underline
}

.download:before {
    text-decoration: none !important;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5em;
    font-size: 18px
}

.js .toggle-wrp {
    display: none
}

.toggle {
    position: relative
}

.toggle:after {
    text-decoration: none !important;
    font-size: 10px;
    top: 50%;
    margin-top: -0.5em;
    right: -1.5em;
    position: absolute
}

.border-top {
    border-top: 1px solid #D8D8D8
}

.border-bottom {
    border-bottom: 1px solid #D8D8D8
}

.border-top-strong {
    border-top: 3px solid #D8D8D8
}

.border-bottom-strong {
    border-bottom: 3px solid #D8D8D8
}

.margin-0 {
    margin: 0px !important
}

.padding-0 {
    padding: 0px !important
}

.margin-top-0 {
    margin-top: 0px !important
}

.padding-top-0 {
    padding-top: 0px !important
}

.margin-right-0 {
    margin-right: 0px !important
}

.padding-right-0 {
    padding-right: 0px !important
}

.margin-bottom-0 {
    margin-bottom: 0px !important
}

.padding-bottom-0 {
    padding-bottom: 0px !important
}

.margin-left-0 {
    margin-left: 0px !important
}

.padding-left-0 {
    padding-left: 0px !important
}

.margin-5 {
    margin: 5px !important
}

.padding-5 {
    padding: 5px !important
}

.margin-top-5 {
    margin-top: 5px !important
}

.padding-top-5 {
    padding-top: 5px !important
}

.margin-right-5 {
    margin-right: 5px !important
}

.padding-right-5 {
    padding-right: 5px !important
}

.margin-bottom-5 {
    margin-bottom: 5px !important
}

.padding-bottom-5 {
    padding-bottom: 5px !important
}

.margin-left-5 {
    margin-left: 5px !important
}

.padding-left-5 {
    padding-left: 5px !important
}

.margin-10 {
    margin: 10px !important
}

.padding-10 {
    padding: 10px !important
}

.margin-top-10 {
    margin-top: 10px !important
}

.padding-top-10 {
    padding-top: 10px !important
}

.margin-right-10 {
    margin-right: 10px !important
}

.padding-right-10 {
    padding-right: 10px !important
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.padding-bottom-10 {
    padding-bottom: 10px !important
}

.margin-left-10 {
    margin-left: 10px !important
}

.padding-left-10 {
    padding-left: 10px !important
}

.margin-15 {
    margin: 15px !important
}

.padding-15 {
    padding: 15px !important
}

.margin-top-15 {
    margin-top: 15px !important
}

.padding-top-15 {
    padding-top: 15px !important
}

.margin-right-15 {
    margin-right: 15px !important
}

.padding-right-15 {
    padding-right: 15px !important
}

.margin-bottom-15 {
    margin-bottom: 15px !important
}

.padding-bottom-15 {
    padding-bottom: 15px !important
}

.margin-left-15 {
    margin-left: 15px !important
}

.padding-left-15 {
    padding-left: 15px !important
}

.margin-20 {
    margin: 20px !important
}

.padding-20 {
    padding: 20px !important
}

.margin-top-20 {
    margin-top: 20px !important
}

.padding-top-20 {
    padding-top: 20px !important
}

.margin-right-20 {
    margin-right: 20px !important
}

.padding-right-20 {
    padding-right: 20px !important
}

.margin-bottom-20 {
    margin-bottom: 20px !important
}

.padding-bottom-20 {
    padding-bottom: 20px !important
}

.margin-left-20 {
    margin-left: 20px !important
}

.padding-left-20 {
    padding-left: 20px !important
}

.margin-25 {
    margin: 25px !important
}

.padding-25 {
    padding: 25px !important
}

.margin-top-25 {
    margin-top: 25px !important
}

.padding-top-25 {
    padding-top: 25px !important
}

.margin-right-25 {
    margin-right: 25px !important
}

.padding-right-25 {
    padding-right: 25px !important
}

.margin-bottom-25 {
    margin-bottom: 25px !important
}

.padding-bottom-25 {
    padding-bottom: 25px !important
}

.margin-left-25 {
    margin-left: 25px !important
}

.padding-left-25 {
    padding-left: 25px !important
}

.margin-30 {
    margin: 30px !important
}

.padding-30 {
    padding: 30px !important
}

.margin-top-30 {
    margin-top: 30px !important
}

.padding-top-30 {
    padding-top: 30px !important
}

.margin-right-30 {
    margin-right: 30px !important
}

.padding-right-30 {
    padding-right: 30px !important
}

.margin-bottom-30 {
    margin-bottom: 30px !important
}

.padding-bottom-30 {
    padding-bottom: 30px !important
}

.margin-left-30 {
    margin-left: 30px !important
}

.padding-left-30 {
    padding-left: 30px !important
}

.margin-35 {
    margin: 35px !important
}

.padding-35 {
    padding: 35px !important
}

.margin-top-35 {
    margin-top: 35px !important
}

.padding-top-35 {
    padding-top: 35px !important
}

.margin-right-35 {
    margin-right: 35px !important
}

.padding-right-35 {
    padding-right: 35px !important
}

.margin-bottom-35 {
    margin-bottom: 35px !important
}

.padding-bottom-35 {
    padding-bottom: 35px !important
}

.margin-left-35 {
    margin-left: 35px !important
}

.padding-left-35 {
    padding-left: 35px !important
}

@media (max-width: 761px) {
    .padding-top-0-xs {
        padding-top: 0
    }
}

@media (max-width: 761px) {
    .padding-top-20-xs {
        padding-top: 20px
    }
}

.bgcolor-blue {
    background-color: #01689B !important
}

.color-blue {
    color: #01689B !important
}

.bgcolor-blue-light, .hero-text {
    background-color: #E5F0F9 !important
}

.color-blue-light {
    color: #E5F0F9 !important
}

.bgcolor-black {
    background-color: #1A1A1A !important
}

.color-black {
    color: #1A1A1A !important
}

.bgcolor-white {
    background-color: #fff !important
}

.color-white {
    color: #fff !important
}

.bgcolor-grey {
    background-color: #6E6E6E !important
}

.color-grey {
    color: #6E6E6E !important
}

.bgcolor-grey-light {
    background-color: #F3F3F3 !important
}

.color-grey-light {
    color: #F3F3F3 !important
}

.media .figure-group figure {
    margin: 0
}

@media (max-width: 761px) {
    .media .figure-group {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        display: inline-block
    }

    .media .figure-group img {
        display: inline-block;
        max-width: 100%
    }
}

.media .figure-group figcaption {
    padding: 10px
}

.js .media .figure-group figcaption {
    display: none
}

.media .figure-group__toggle {
    margin-top: 10px
}

.js .media .figure-group__collapse-content {
    display: none
}

.js .media .figure-group__collapse-content.is-active {
    display: block
}

.columns:before, .columns:after {
    content: " ";
    display: table
}

.columns:after {
    clear: both
}

.inner {
    max-width: 280px;
    margin: 0 auto;
    position: relative;
    height: 100%
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .contact__col:first-child, .col-sm-6, .publication-list.has-2-col > li, .media-list.has-2-cols > li, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    position: relative;
    min-height: 1px;
    box-sizing: border-box
}

@media (min-width: 762px) {
    .inner {
        max-width: 20px
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .contact__col:first-child, .col-sm-6, .publication-list.has-2-col > li, .media-list.has-2-cols > li, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        padding-left: 10px;
        padding-right: 10px
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .contact__col:first-child, .col-sm-6, .publication-list.has-2-col > li, .media-list.has-2-cols > li, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
        float: left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5, .contact__col:first-child {
        width: 41.6666666667%
    }

    .col-sm-6, .publication-list.has-2-col > li, .media-list.has-2-cols > li {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-offset-1, .contact__col:first-child {
        margin-left: 8.3333333333%;
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 992px) {
    .inner {
        max-width: 20px
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        padding-left: 10px;
        padding-right: 10px
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
        float: left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1162px) {
    .inner {
        max-width: 30px
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .contact__col:first-child, .col-lg-6, .media-list.has-2-cols > li, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        padding-left: 15px;
        padding-right: 15px
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .contact__col:first-child, .col-lg-6, .media-list.has-2-cols > li, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
        float: left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5, .contact__col:first-child {
        width: 41.6666666667%
    }

    .col-lg-6, .media-list.has-2-cols > li {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-offset-1, .contact__col:first-child {
        margin-left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1386px) {
    .inner {
        max-width: 30px
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        padding-left: 15px;
        padding-right: 15px
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11 {
        float: left
    }

    .col-xl-1 {
        width: 8.3333333333%
    }

    .col-xl-2 {
        width: 16.6666666667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.3333333333%
    }

    .col-xl-5 {
        width: 41.6666666667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.3333333333%
    }

    .col-xl-8 {
        width: 66.6666666667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.3333333333%
    }

    .col-xl-11 {
        width: 91.6666666667%
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-push-1 {
        left: 8.3333333333%
    }

    .col-xl-pull-1 {
        right: 8.3333333333%
    }

    .col-xl-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-xl-push-2 {
        left: 16.6666666667%
    }

    .col-xl-pull-2 {
        right: 16.6666666667%
    }

    .col-xl-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-xl-push-3 {
        left: 25%
    }

    .col-xl-pull-3 {
        right: 25%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-push-4 {
        left: 33.3333333333%
    }

    .col-xl-pull-4 {
        right: 33.3333333333%
    }

    .col-xl-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-xl-push-5 {
        left: 41.6666666667%
    }

    .col-xl-pull-5 {
        right: 41.6666666667%
    }

    .col-xl-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-xl-push-6 {
        left: 50%
    }

    .col-xl-pull-6 {
        right: 50%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-push-7 {
        left: 58.3333333333%
    }

    .col-xl-pull-7 {
        right: 58.3333333333%
    }

    .col-xl-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-xl-push-8 {
        left: 66.6666666667%
    }

    .col-xl-pull-8 {
        right: 66.6666666667%
    }

    .col-xl-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-xl-push-9 {
        left: 75%
    }

    .col-xl-pull-9 {
        right: 75%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-push-10 {
        left: 83.3333333333%
    }

    .col-xl-pull-10 {
        right: 83.3333333333%
    }

    .col-xl-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-xl-push-11 {
        left: 91.6666666667%
    }

    .col-xl-pull-11 {
        right: 91.6666666667%
    }

    .col-xl-offset-11 {
        margin-left: 91.6666666667%
    }
}

@font-face {
    font-family: "icons";
    src: url("https://cdn.knmi.nl/assets/icons-b373f604a666acc384dd4f44d136bc33c24716d744e563ac2f53da8bea104837.eot");
    src: url("https://cdn.knmi.nl/assets/icons-b373f604a666acc384dd4f44d136bc33c24716d744e563ac2f53da8bea104837.eot?#iefix") format("embedded-opentype"), url("https://cdn.knmi.nl/assets/icons-9703dfeda2ad8e4a355525ec42640db56a3dc281f3b67f9facf634c33adfb3c9.woff") format("woff"), url("https://cdn.knmi.nl/assets/icons-f1b2e20266843615baeb2ef5d02e2f6f6eaa5a4269092b49bce198206c394d62.ttf") format("truetype"), url("https://cdn.knmi.nl/assets/icons-6e28cf847c617b4a2294c2073cd8a424b44f5700eab4db5ffce12d9864680c59.svg#icons") format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "icons";
        src: url("https://cdn.knmi.nl/assets/icons-6e28cf847c617b4a2294c2073cd8a424b44f5700eab4db5ffce12d9864680c59.svg#icons") format("svg")
    }
}

.icon-wind-direction-ZW:before, .icon-wind-direction-ZW-after:after, .icon-wind-direction-ZO:before, .icon-wind-direction-ZO-after:after, .icon-wind-direction-Z:before, .icon-wind-direction-Z-after:after, .icon-wind-direction-W:before, .icon-wind-direction-W-after:after, .icon-wind-direction-O:before, .icon-wind-direction-O-after:after, .icon-wind-direction-NW:before, .icon-wind-direction-NW-after:after, .icon-wind-direction-NO:before, .icon-wind-direction-NO-after:after, .icon-wind-direction-N:before, .icon-wind-direction-N-after:after, .icon-whatsapp:before, .icon-whatsapp-after:after, .icon-weather-tornado:before, .icon-weather-WS:before, .icon-weather-tornado-after:after, .icon-weather-slipperysnow:before, .icon-weather-IC:before, .icon-weather-SI:before, .icon-weather-SN:before, .icon-weather-slipperysnow-after:after, .icon-weather-rainfall:before, .icon-weather-RR:before, .icon-weather-rainfall-after:after, .icon-weather-lightning:before, .icon-weather-LT:before, .icon-weather-lightning-after:after, .icon-weather-heatwave:before, .icon-weather-TX:before, .icon-weather-heatwave-after:after, .icon-weather-gusts:before, .icon-weather-FX:before, .icon-weather-gusts-after:after, .icon-weather-forestfire:before, .icon-weather-forestfire-after:after, .icon-weather-fog:before, .icon-weather-VV:before, .icon-weather-fog-after:after, .icon-weather-coldwave:before, .icon-weather-TN:before, .icon-weather-coldwave-after:after, .icon-weather-amount-of-rainfall:before, .icon-weather-amount-of-rainfall-after:after, .icon-twitter:before, .icon-twitter-after:after, .icon-swipe:before, .icon-swipe-after:after, .icon-shake:before, .icon-shake-after:after, .icon-search:before, .people-search__submit:before, .icon-search-after:after, .icon-quote:before, .blockquote__inner:before, .icon-quote-after:after, .icon-plus:before, .icon-plus-after:after, .icon-phone:before, .icon-phone-after:after, .icon-overview:before, .icon-overview-after:after, .icon-menu:before, .icon-menu-after:after, .icon-mail:before, .icon-mail-after:after, .morelinks ul .btn.is-mail:after, .morelinks ul .pagination .is-mail.page.current:after, .pagination .morelinks ul .is-mail.page.current:after, .morelinks ul .pagination .page a.is-mail:after, .pagination .page .morelinks ul a.is-mail:after, .morelinks ul .pagination .next a.is-mail:after, .pagination .next .morelinks ul a.is-mail:after, .morelinks ul .pagination .prev a.is-mail:after, .pagination .prev .morelinks ul a.is-mail:after, .icon-linkedin:before, .icon-linkedin-after:after, .icon-filters:before, .icon-filters-after:after, .icon-facebook:before, .icon-facebook-after:after, .icon-external:before, .icon-external-after:after, .morelinks ul .btn.is-external:after, .morelinks ul .pagination .is-external.page.current:after, .pagination .morelinks ul .is-external.page.current:after, .morelinks ul .pagination .page a.is-external:after, .pagination .page .morelinks ul a.is-external:after, .morelinks ul .pagination .next a.is-external:after, .pagination .next .morelinks ul a.is-external:after, .morelinks ul .pagination .prev a.is-external:after, .pagination .prev .morelinks ul a.is-external:after, .main-navbar nav a[target="_blank"]:after, .icon-download-link:before, .icon-download-link-after:after, .morelinks ul .btn.is-download:after, .morelinks ul .pagination .is-download.page.current:after, .pagination .morelinks ul .is-download.page.current:after, .morelinks ul .pagination .page a.is-download:after, .pagination .page .morelinks ul a.is-download:after, .morelinks ul .pagination .next a.is-download:after, .pagination .next .morelinks ul a.is-download:after, .morelinks ul .pagination .prev a.is-download:after, .pagination .prev .morelinks ul a.is-download:after, .icon-download:before, .download:before, .icon-download-after:after, .icon-double-arrow:before, .icon-double-arrow-after:after, .select__faux:after, .publication-list__item:before, .icon-document:before, .icon-document-after:after, .icon-close:before, .text-modal__close:before, .figure-modal__close:before, .no-js .breadcrumb.is-compact > li:last-child:before, .breadcrumb.is-compact.is-active > li:last-child:before, .icon-close-after:after, .icon-arrow-up:before, .icon-arrow-up-after:after, .icon-arrow-small-up:before, .breadcrumb.is-compact > li:last-child:before, .icon-arrow-small-up-after:after, .weather-forecast-toggle.is-active:after, .toggle.is-active:after, .icon-arrow-small-right:before, .breadcrumb.is-full > li + li:before, .arrow-list > li:before, .icon-arrow-small-right-after:after, .warning-overview__next:after, .icon-arrow-small-left:before, .warning-overview__prev:before, .icon-arrow-small-left-after:after, .icon-arrow-small-down:before, .icon-arrow-small-down-after:after, .weather-forecast-toggle:after, .hero-text__icon:after, .hero__icon:after, .toggle:after, .icon-arrow-right:before, .main-navbar-link-back a:before, .figure-modal__next:before, .icon-arrow-right-after:after, .morelinks ul .btn:after, .morelinks ul .pagination .page.current:after, .pagination .morelinks ul .page.current:after, .morelinks ul .pagination .page a:after, .pagination .page .morelinks ul a:after, .morelinks ul .pagination .next a:after, .pagination .next .morelinks ul a:after, .morelinks ul .pagination .prev a:after, .pagination .prev .morelinks ul a:after, .title-with-links.is-large a:after, .icon-arrow-left:before, .figure-modal__prev:before, .icon-arrow-left-after:after, .icon-arrow-down:before, .icon-arrow-down-after:after, .icon-alert:before, .icon-alert-after:after {
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    speak: none
}

.icon-alert:before, .icon-alert-after:after {
    content: ""
}

.icon-arrow-down:before, .icon-arrow-down-after:after {
    content: ""
}

.icon-arrow-left:before, .figure-modal__prev:before, .icon-arrow-left-after:after {
    content: ""
}

.icon-arrow-right:before, .main-navbar-link-back a:before, .figure-modal__next:before, .icon-arrow-right-after:after, .morelinks ul .btn:after, .morelinks ul .pagination .page.current:after, .pagination .morelinks ul .page.current:after, .morelinks ul .pagination .page a:after, .pagination .page .morelinks ul a:after, .morelinks ul .pagination .next a:after, .pagination .next .morelinks ul a:after, .morelinks ul .pagination .prev a:after, .pagination .prev .morelinks ul a:after, .title-with-links.is-large a:after {
    content: ""
}

.icon-arrow-small-down:before, .icon-arrow-small-down-after:after, .weather-forecast-toggle:after, .hero-text__icon:after, .hero__icon:after, .toggle:after {
    content: ""
}

.icon-arrow-small-left:before, .warning-overview__prev:before, .icon-arrow-small-left-after:after {
    content: ""
}

.icon-arrow-small-right:before, .breadcrumb.is-full > li + li:before, .arrow-list > li:before, .icon-arrow-small-right-after:after, .warning-overview__next:after {
    content: ""
}

.icon-arrow-small-up:before, .breadcrumb.is-compact > li:last-child:before, .icon-arrow-small-up-after:after, .weather-forecast-toggle.is-active:after, .toggle.is-active:after {
    content: ""
}

.icon-arrow-up:before, .icon-arrow-up-after:after {
    content: ""
}

.icon-close:before, .text-modal__close:before, .figure-modal__close:before, .no-js .breadcrumb.is-compact > li:last-child:before, .breadcrumb.is-compact.is-active > li:last-child:before, .icon-close-after:after {
    content: ""
}

.publication-list__item:before, .icon-document:before, .icon-document-after:after {
    content: ""
}

.icon-double-arrow:before, .icon-double-arrow-after:after, .select__faux:after {
    content: ""
}

.icon-download:before, .download:before, .icon-download-after:after {
    content: ""
}

.icon-download-link:before, .icon-download-link-after:after, .morelinks ul .btn.is-download:after, .morelinks ul .pagination .is-download.page.current:after, .pagination .morelinks ul .is-download.page.current:after, .morelinks ul .pagination .page a.is-download:after, .pagination .page .morelinks ul a.is-download:after, .morelinks ul .pagination .next a.is-download:after, .pagination .next .morelinks ul a.is-download:after, .morelinks ul .pagination .prev a.is-download:after, .pagination .prev .morelinks ul a.is-download:after {
    content: ""
}

.icon-external:before, .icon-external-after:after, .morelinks ul .btn.is-external:after, .morelinks ul .pagination .is-external.page.current:after, .pagination .morelinks ul .is-external.page.current:after, .morelinks ul .pagination .page a.is-external:after, .pagination .page .morelinks ul a.is-external:after, .morelinks ul .pagination .next a.is-external:after, .pagination .next .morelinks ul a.is-external:after, .morelinks ul .pagination .prev a.is-external:after, .pagination .prev .morelinks ul a.is-external:after, .main-navbar nav a[target="_blank"]:after {
    content: ""
}

.icon-facebook:before, .icon-facebook-after:after {
    content: ""
}

.icon-filters:before, .icon-filters-after:after {
    content: ""
}

.icon-linkedin:before, .icon-linkedin-after:after {
    content: ""
}

.icon-mail:before, .icon-mail-after:after, .morelinks ul .btn.is-mail:after, .morelinks ul .pagination .is-mail.page.current:after, .pagination .morelinks ul .is-mail.page.current:after, .morelinks ul .pagination .page a.is-mail:after, .pagination .page .morelinks ul a.is-mail:after, .morelinks ul .pagination .next a.is-mail:after, .pagination .next .morelinks ul a.is-mail:after, .morelinks ul .pagination .prev a.is-mail:after, .pagination .prev .morelinks ul a.is-mail:after {
    content: ""
}

.icon-menu:before, .icon-menu-after:after {
    content: ""
}

.icon-overview:before, .icon-overview-after:after {
    content: ""
}

.icon-phone:before, .icon-phone-after:after {
    content: ""
}

.icon-plus:before, .icon-plus-after:after {
    content: ""
}

.icon-quote:before, .blockquote__inner:before, .icon-quote-after:after {
    content: ""
}

.icon-search:before, .people-search__submit:before, .icon-search-after:after {
    content: ""
}

.icon-shake:before, .icon-shake-after:after {
    content: ""
}

.icon-swipe:before, .icon-swipe-after:after {
    content: ""
}

.icon-twitter:before, .icon-twitter-after:after {
    content: ""
}

.icon-weather-amount-of-rainfall:before, .icon-weather-amount-of-rainfall-after:after {
    content: ""
}

.icon-weather-coldwave:before, .icon-weather-TN:before, .icon-weather-coldwave-after:after {
    content: ""
}

.icon-weather-fog:before, .icon-weather-VV:before, .icon-weather-fog-after:after {
    content: ""
}

.icon-weather-forestfire:before, .icon-weather-forestfire-after:after {
    content: ""
}

.icon-weather-gusts:before, .icon-weather-FX:before, .icon-weather-gusts-after:after {
    content: ""
}

.icon-weather-heatwave:before, .icon-weather-TX:before, .icon-weather-heatwave-after:after {
    content: ""
}

.icon-weather-lightning:before, .icon-weather-LT:before, .icon-weather-lightning-after:after {
    content: ""
}

.icon-weather-rainfall:before, .icon-weather-RR:before, .icon-weather-rainfall-after:after {
    content: ""
}

.icon-weather-slipperysnow:before, .icon-weather-IC:before, .icon-weather-SI:before, .icon-weather-SN:before, .icon-weather-slipperysnow-after:after {
    content: ""
}

.icon-weather-tornado:before, .icon-weather-WS:before, .icon-weather-tornado-after:after {
    content: ""
}

.icon-whatsapp:before, .icon-whatsapp-after:after {
    content: ""
}

.icon-wind-direction-N:before, .icon-wind-direction-N-after:after {
    content: ""
}

.icon-wind-direction-NO:before, .icon-wind-direction-NO-after:after {
    content: ""
}

.icon-wind-direction-NW:before, .icon-wind-direction-NW-after:after {
    content: ""
}

.icon-wind-direction-O:before, .icon-wind-direction-O-after:after {
    content: ""
}

.icon-wind-direction-W:before, .icon-wind-direction-W-after:after {
    content: ""
}

.icon-wind-direction-Z:before, .icon-wind-direction-Z-after:after {
    content: ""
}

.icon-wind-direction-ZO:before, .icon-wind-direction-ZO-after:after {
    content: ""
}

.icon-wind-direction-ZW:before, .icon-wind-direction-ZW-after:after {
    content: ""
}

.about {
    position: relative;
    overflow: hidden;
    color: #1A1A1A;
    padding: 40px 0 280px 0
}

.no-js .about {
    background-image: url(https://cdn.knmi.nl/images/bg_about.jpg)
}

.about.about--sunny {
    background-color: #73BEF5
}

.about.about--cloudy {
    background-color: #9BC2E3
}

.about.about--rain {
    background-color: #D8E5EC
}

.about.about--snow {
    background-color: #d1d8dc
}

@media (min-width: 992px) {
    .about {
        padding: 60px 0 230px 0
    }
}

@media (min-width: 1162px) {
    .about {
        padding: 100px 0 300px 0
    }
}

@media (max-width: 991px) {
    .about {
        text-align: center
    }
}

.about h2 {
    color: #1A1A1A
}

@media (max-width: 991px) {
    .about__inner {
        padding: 0 20px;
        margin: 0 auto;
        max-width: 450px
    }
}

@media (min-width: 992px) {
    .about__inner {
        padding-left: 10%;
        max-width: 60%
    }
}

.about__fg {
    position: relative;
    z-index: 10
}

.about__bg .b-lazy {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 450px
}

@media (min-width: 762px) {
    .about__bg .b-lazy {
        background-size: contain
    }
}

@media (min-width: 992px) {
    .about__bg .b-lazy {
        background-size: 100% auto
    }
}

.about__bg, .about__bg .b-lazy {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.about-gallery {
    background-color: #000;
    color: #fff;
    text-align: center
}

.about-gallery h2 {
    color: #fff
}

.wrapper--alert {
    max-width: 1200px;
    margin-bottom: 20px
}

@media (min-width: 762px) {
    .wrapper--alert {
        padding: 0 20px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1162px) {
    .wrapper--alert {
        margin-bottom: 30px
    }
}

.alert {
    color: #1A1A1A
}

@media (max-width: 761px) {
    .alert {
        text-align: center
    }
}

@media (min-width: 762px) {
    .alert {
        overflow: hidden
    }
}

.alert__heading {
    color: #fff;
    padding: 0 20px;
    font-weight: bold;
    line-height: 40px;
    vertical-align: middle
}

@media (min-width: 762px) {
    .alert__heading {
        display: inline-block;
        line-height: 60px;
        float: left;
        position: relative
    }

    .alert__heading:after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        right: -19px;
        top: 50%;
        margin-top: -30px;
        border: solid transparent;
        border-width: 10px;
        border-top-width: 30px;
        border-bottom-width: 30px;
        border-left-color: #88b7d5;
        pointer-events: none
    }
}

@media (max-width: 761px) {
    .alert__body {
        padding: 0 20px
    }
}

@media (min-width: 762px) {
    .alert__body {
        overflow: hidden;
        padding-left: 25px;
        padding-right: 20px
    }
}

.alert__description {
    display: block;
    padding: 9px 0
}

@media (min-width: 762px) {
    .alert__description {
        line-height: 22px;
        padding: 19px 0
    }
}

.alert__icons {
    display: inline-block;
    font-size: 26px;
    padding: 17px 0;
    line-height: 1;
    white-space: nowrap
}

@media (min-width: 762px) {
    .alert.is-multiline .alert__description {
        padding: 10px 0
    }

    .alert.is-multiline .alert__icons {
        padding: 0 0 10px 0
    }
}

.alert.alert--green {
    background-color: #2E9634
}

@media (max-width: 761px) {
    .alert.alert--green .alert__heading {
        display: none
    }

    .alert.alert--green .alert__description:before {
        content: '';
        display: inline-block;
        background-color: #2E9634;
        width: 10px;
        height: 10px;
        margin-right: 10px;
        border-radius: 100%
    }
}

.alert.alert--green .alert__heading {
    line-height: 40px
}

.alert.alert--green .alert__heading:after {
    border-left-color: #2E9634
}

.alert.alert--green .alert__description {
    color: #1A1A1A;
    padding: 9px 0
}

.alert.alert--green .alert__icons {
    padding: 7px 0
}

.alert.alert--green .alert__body {
    background: #F3F3F3
}

.alert.alert--yellow {
    background-color: #ffde3c
}

.alert.alert--yellow a {
    color: #1A1A1A
}

.alert.alert--yellow .alert__heading {
    color: #1A1A1A
}

.alert.alert--yellow .alert__heading:after {
    border-left-color: #ffde3c
}

.alert.alert--yellow .alert__body {
    background-color: #ffe959
}

.alert.alert--orange {
    color: #fff;
    background-color: #EF5D12
}

.alert.alert--orange a {
    color: #fff
}

.alert.alert--orange .alert__heading:after {
    border-left-color: #EF5D12
}

.alert.alert--orange .alert__body {
    background-color: #f16e2a
}

.high-contrast .alert.alert--orange {
    color: #1A1A1A
}

.high-contrast .alert.alert--orange a {
    color: #1A1A1A
}

.high-contrast .alert.alert--orange .alert__heading {
    color: #1A1A1A
}

.alert.alert--red {
    color: #fff;
    background-color: #CE1F00
}

.alert.alert--red a {
    color: #fff
}

.alert.alert--red .alert__heading:after {
    border-left-color: #CE1F00
}

.alert.alert--red .alert__body {
    background-color: #d3361a
}

.weather-small {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden
}

.is-stacked .weather-small {
    display: block;
    margin-bottom: 15px;
    text-align: right
}

.is-oneline .weather-small {
    float: right
}

.weather-small__alert {
    display: inline-block;
    padding: 0 20px;
    line-height: 36px;
    text-decoration: none;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color .2s ease-in-out
}

.weather-small__alert.weather-small--green {
    background-color: #2E9634;
    color: #fff
}

.weather-small__alert.weather-small--green:hover {
    background-color: #226f26
}

.weather-small__alert.weather-small--yellow {
    color: #1A1A1A;
    background-color: #ffde3c
}

.weather-small__alert.weather-small--yellow:hover {
    background-color: #ffd509
}

.weather-small__alert.weather-small--orange {
    background-color: #EF5D12;
    color: #fff
}

.high-contrast .weather-small__alert.weather-small--orange {
    color: #1A1A1A
}

.weather-small__alert.weather-small--orange:hover {
    background-color: #c14a0d
}

.weather-small__alert.weather-small--red {
    background-color: #CE1F00;
    color: #fff
}

.weather-small__alert.weather-small--red:hover {
    background-color: #9b1700
}

.weather-small__forecast {
    float: left;
    margin-left: 15px;
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    vertical-align: middle
}

.weather-small__forecast img {
    width: 30px;
    height: 30px;
    display: block;
    margin: 3px 10px 0 0;
    float: left
}

.warning-overview {
    border-left: 7px solid transparent;
    padding: 20px 0 20px 20px;
    margin-bottom: 30px;
    position: relative
}

.warning-overview:after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #E6E6E6
}

@media (min-width: 1162px) {
    .warning-overview {
        padding: 20px 0 20px 30px
    }
}

.js .warning-overview__description {
    margin-top: 0
}

.warning-overview.warning-overview--green {
    border-left-color: #2E9634
}

.warning-overview.warning-overview--yellow {
    border-left-color: #ffde3c
}

.warning-overview.warning-overview--orange {
    border-left-color: #EF5D12
}

.warning-overview.warning-overview--red {
    border-left-color: #CE1F00
}

.warning-overview.warning-overview--indent {
    position: relative
}

@media (max-width: 761px) {
    .warning-overview.warning-overview--indent .warning-overview__icon {
        display: none
    }
}

@media (min-width: 762px) {
    .warning-overview.warning-overview--indent {
        padding-left: 100px
    }

    .warning-overview.warning-overview--indent .warning-overview__icon {
        position: absolute;
        left: 30px;
        top: 20px;
        font-size: 40px
    }
}

.warning-overview h3 {
    padding-top: 10px;
    padding-bottom: 10px
}

.warning-overview h3:before {
    margin-right: 10px;
    font-size: 36px;
    display: inline-block;
    float: left;
    margin-top: -10px
}

@media (min-width: 762px) {
    .warning-overview h3:before {
        display: none
    }
}

.warning-overview__list {
    margin: 0;
    overflow: hidden
}

.warning-overview__list > li {
    position: relative;
    padding-left: 46px;
    line-height: 36px;
    margin-bottom: 20px
}

@media (min-width: 1162px) {
    .warning-overview__list > li {
        margin-bottom: 30px
    }
}

.warning-overview__list > li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 36px;
    line-height: 1;
    margin-top: -0.5em
}

@media (min-width: 762px) {
    .warning-overview__list > li {
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        float: left
    }
}

@media (min-width: 992px) {
    .warning-overview__list > li {
        width: 33.3333333333%
    }
}

.warning-overview__xs-title {
    overflow: hidden;
    line-height: 1.25;
    margin-bottom: 20px
}

@media (min-width: 762px) {
    .warning-overview__xs-title {
        display: none
    }
}

.warning-overview__xs-title:before {
    display: inline-block;
    content: '';
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px
}

.warning-overview__xs-title[data-statuscode="1"]:before {
    background-color: #ffde3c
}

.warning-overview__xs-title[data-statuscode="2"]:before {
    background-color: #EF5D12
}

.warning-overview__xs-title[data-statuscode="3"]:before {
    background-color: #CE1F00
}

.warning-overview__nav {
    overflow: hidden
}

@media (max-width: 761px) {
    .warning-overview__nav {
        display: none
    }
}

.warning-overview__prev:before, .warning-overview__next:after {
    font-size: 10px;
    color: #6E6E6E
}

.warning-overview__prev {
    float: left
}

.warning-overview__prev:before {
    margin-right: 5px
}

.warning-overview__next {
    float: right;
    margin-right: 25px
}

.warning-overview__next:after {
    margin-left: 5px
}

.warning-timeline {
    margin: 0 25px 0 0;
    padding-bottom: 40px;
    position: relative
}

.warning-timeline:before, .warning-timeline:after {
    content: " ";
    display: table
}

.warning-timeline:after {
    clear: both
}

.no-js .warning-timeline {
    display: none
}

@media (max-width: 761px) {
    .warning-timeline {
        display: none
    }
}

.warning-timeline__day {
    width: 33.3333333333%;
    box-sizing: border-box;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    position: relative
}

.warning-timeline__day:after {
    content: '';
    display: block;
    height: 20px;
    background-color: #2E9634
}

.warning-timeline__day + .warning-timeline__day:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #B4B4B4;
    z-index: 10
}

.warning-timeline__time, .warning-timeline__time-from, .warning-timeline__time-until {
    position: absolute;
    top: 100%;
    width: 40px;
    margin-top: 10px;
    display: none;
    background-color: #1A1A1A;
    color: #fff;
    padding: 2px 0;
    font-size: 12px;
    text-align: center
}

.warning-timeline__time:before, .warning-timeline__time-from:before, .warning-timeline__time-until:before {
    content: '';
    display: block;
    position: absolute;
    border: solid transparent;
    width: 0;
    height: 0;
    left: 50%;
    bottom: 100%;
    pointer-events: none;
    border-bottom-color: #1A1A1A;
    border-width: 5px;
    margin-left: -5px
}

.warning-timeline__time {
    width: 80px;
    margin-left: -40px;
    left: 50%
}

.warning-timeline__time-from {
    left: -20px
}

.warning-timeline__time-until {
    right: -20px
}

.warning-timeline__section {
    background-color: #fc0;
    position: absolute;
    height: 20px;
    top: 25px;
    display: block;
    text-decoration: none
}

.warning-timeline__section.is-active {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(255, 255, 255, 0.2) 4px, rgba(255, 255, 255, 0.2) 8px)
}

.warning-timeline__section.is-active .warning-timeline__time, .warning-timeline__section.is-active .warning-timeline__time-from, .warning-timeline__section.is-active .warning-timeline__time-until {
    display: inline-block
}

.warning-timeline__section.is-grey {
    background-color: #ddd
}

.warning-timeline__section.is-red {
    background-color: #CE1F00
}

.warning-timeline__section.is-orange {
    background-color: #EF5D12
}

.warning-timeline__section.is-yellow {
    background-color: #ffde3c
}

.region {
    text-align: center
}

.region__list {
    display: block;
    margin: 0
}

.js .region__list {
    display: none
}

.region__list > li {
    display: inline-block;
    margin-right: 20px
}

.seismology-alert {
    background: #FFFADA;
    border: 1px solid #F2D200;
    padding: 15px 15px 15px 50px;
    border-radius: 3px;
    color: #845D00;
    position: relative
}

.seismology-alert:before {
    position: absolute;
    left: 15px;
    top: 20px;
    font-size: 24px
}

.seismology-automatic {
    color: #D0021B
}

.seismology-reviewed {
    color: #00682D
}

.banner {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    position: relative
}

.banner h2, .banner a {
    color: #fff
}

.banner__inner {
    margin: 0 auto;
    position: relative;
    z-index: 10;
    padding: 20px
}

@media (min-width: 762px) {
    .banner__inner {
        padding: 30px
    }
}

@media (min-width: 992px) {
    .banner__inner {
        padding: 45px
    }
}

@media (min-width: 1162px) {
    .banner__inner {
        padding: 60px
    }
}

.banner__image, .banner__overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.banner__image {
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.high-contrast .banner__image {
    background-image: none !important
}

.banner__overlay {
    z-index: 2;
    background-color: #000;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

.banner__type {
    border-bottom: 1px solid #fff;
    border-bottom-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.banner-wrp {
    overflow: hidden;
    margin-bottom: -20px
}

.banner-wrp .banner-small {
    box-sizing: border-box
}

.banner-wrp .banner-small a {
    display: block;
    box-sizing: border-box
}

@media (min-width: 762px) {
    .flexbox .banner-wrp {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px
    }

    .flexbox .banner-wrp .banner-small {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        padding: 0 10px
    }

    .flexbox .banner-wrp .banner-small a {
        width: 100%
    }
}

@media (min-width: 992px) {
    .flexbox .banner-wrp {
        margin-left: -15px;
        margin-right: -15px
    }

    .flexbox .banner-wrp .banner-small {
        padding: 0 15px
    }
}

@media (min-width: 762px) {
    .banner-wrp .banner-small {
        box-sizing: border-box
    }
}

@media (min-width: 762px) {
    .no-flexbox .banner-wrp .banner-small {
        box-sizing: border-box;
        width: 50%;
        float: left
    }

    .no-flexbox .banner-wrp .banner-small:nth-child(odd) {
        clear: left;
        padding-right: 10px
    }

    .no-flexbox .banner-wrp .banner-small:nth-child(even) {
        padding-left: 10px
    }
}

@media (min-width: 992px) {
    .no-flexbox .banner-wrp .banner-small:nth-child(odd) {
        padding-right: 15px
    }

    .no-flexbox .banner-wrp .banner-small:nth-child(even) {
        padding-left: 15px
    }
}

.banner-small a {
    padding: 40px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
    text-decoration: none;
    position: relative;
    text-align: center
}

.banner-small a:after {
    content: '';
    display: block;
    transition: background-color 0.2s ease-in-out;
    background-color: #01689B;
    background-color: rgba(1, 104, 155, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.banner-small a:hover:after {
    background-color: #0095B1;
    background-color: rgba(0, 149, 177, 0.9)
}

.banner-small__title, .banner-small__subtitle, .banner-small .btn, .banner-small .pagination .next a, .pagination .next .banner-small a, .banner-small .pagination .prev a, .pagination .prev .banner-small a, .banner-small .pagination .page.current, .pagination .banner-small .page.current, .banner-small .pagination .page a, .pagination .page .banner-small a {
    position: relative;
    z-index: 10
}

.banner-small__title, .banner-small__subtitle {
    display: block;
    color: #fff;
    margin: 0
}

.banner-small__title span {
    position: relative;
    margin-left: 1em
}

.banner-small__title span:after {
    position: absolute;
    font-size: 16px;
    right: 0;
    top: 50%;
    margin-top: -0.5em
}

.banner-small__subtitle {
    font-style: italic
}

.banner-visual-wrp {
    overflow: hidden
}

.banner-visual {
    display: block;
    text-align: center;
    padding: 70px 20px;
    background-color: #1A1A1A;
    text-decoration: none;
    position: relative;
    overflow: hidden
}

@media (min-width: 762px) {
    .banner-visual {
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding: 100px 20px
    }
}

.banner-visual__img, .banner-visual__img-inner, .banner-visual:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.banner-visual__img-inner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.banner-visual:hover:before {
    opacity: .5
}

.banner-visual:before {
    content: '';
    display: block;
    z-index: 10;
    background-color: #1A1A1A;
    transition: opacity 0.5s;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

.banner-visual .h2, .banner-visual .banner-small__title {
    color: #fff;
    position: relative;
    z-index: 10;
    white-space: nowrap
}

.banner-visual .h2:after, .banner-visual .banner-small__title:after {
    font-size: 16px;
    margin-left: 5px
}

.blockquote {
    position: relative
}

.blockquote__img {
    background-size: cover
}

@media (min-width: 650px) {
    .blockquote__img {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        bottom: 0;
        width: 65%;
        overflow: hidden
    }

    .blockquote__img:after {
        position: absolute;
        left: 77%;
        right: 0;
        top: 0;
        bottom: 0;
        content: '';
        display: block;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1)
    }
}

.blockquote img {
    display: block;
    width: 100%;
    height: auto
}

@media (min-width: 650px) {
    .blockquote img {
        display: none
    }
}

.blockquote__inner {
    color: #fff;
    position: relative;
    background-color: #01689B;
    background-color: rgba(1, 104, 155, 0.85);
    box-sizing: border-box;
    padding: 30px 30px 30px 60px
}

@media (min-width: 992px) {
    .blockquote__inner {
        min-height: 400px;
        padding: 60px 30px 60px 60px
    }
}

.blockquote__inner:before {
    position: absolute;
    top: 35px;
    left: 30px
}

@media (min-width: 992px) {
    .blockquote__inner:before {
        top: 60px
    }
}

.blockquote__inner blockquote {
    font-family: "Serif";
    font-size: 20px;
    font-weight: 700;
    vertical-align: top;
    line-height: 1.25
}

.blockquote__inner blockquote cite {
    display: block;
    font-style: normal;
    padding: 30px 0 20px 0;
    position: relative;
    font-size: 15px
}

@media (min-width: 900px) {
    .blockquote__inner blockquote cite {
        font-size: 16px
    }
}

@media (min-width: 1162px) {
    .blockquote__inner blockquote cite {
        font-size: 17px
    }
}

.blockquote__inner blockquote cite:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 14px;
    left: 0
}

@media (min-width: 900px) {
    .blockquote__inner blockquote {
        font-size: 28px
    }
}

@media (min-width: 1162px) {
    .blockquote__inner blockquote {
        font-size: 32px
    }
}

@media (min-width: 650px) {
    .blockquote__inner {
        width: 60%;
        z-index: 10;
        margin-left: 40%
    }
}

@media (min-width: 750px) {
    .blockquote__inner {
        width: 50%;
        margin-left: 50%
    }
}

.js_breadcrumb {
    margin-bottom: 15px
}

.js .js_breadcrumb, .js .breadcrumb {
    visibility: hidden
}

.js .js_breadcrumb.is-loaded, .js .js_breadcrumb.is-loaded .breadcrumb {
    visibility: visible
}

.js .breadcrumb {
    display: none
}

.js .js_breadcrumb.is-loaded .breadcrumb {
    display: block
}

.breadcrumb {
    margin: 0;
    font-size: 14px;
    display: inline-block
}

@media (min-width: 762px) {
    .breadcrumb {
        font-size: 16px
    }
}

.is-oneline .breadcrumb {
    line-height: 36px;
    vertical-align: middle
}

.breadcrumb.is-full > li {
    display: inline-block;
    margin-right: 10px
}

.breadcrumb.is-full > li + li:before {
    color: #979797;
    font-size: 10px;
    margin-right: 10px
}

.breadcrumb.is-compact {
    display: block
}

.no-js .breadcrumb.is-compact > li, .breadcrumb.is-compact.is-active > li {
    display: block !important
}

.no-js .breadcrumb.is-compact > li + li, .breadcrumb.is-compact.is-active > li + li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #E6E6E6
}

.no-js .breadcrumb.is-compact > li:last-child:before, .breadcrumb.is-compact.is-active > li:last-child:before {
    margin-top: 0
}

.breadcrumb.is-compact > li {
    padding: 0 0 0 20px
}

@media (min-width: 762px) {
    .breadcrumb.is-compact > li {
        padding: 0 10px 0 30px
    }
}

.js .breadcrumb.is-compact > li {
    display: none
}

.breadcrumb.is-compact > li:last-child {
    display: block;
    position: relative
}

.breadcrumb.is-compact > li:last-child:before {
    color: #979797;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px
}

@media (min-width: 762px) {
    .breadcrumb.is-compact > li:last-child:before {
        left: 10px
    }
}

.js .breadcrumb.is-compact > li:last-child {
    cursor: pointer
}

.js .breadcrumb {
    visibility: hidden
}

.btn, .pagination .next a, .pagination .prev a, .pagination .page.current, .pagination .page a {
    background-color: #1A1A1A;
    background-color: rgba(26, 26, 26, 0.5);
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    line-height: 1.125;
    border-radius: 3px;
    text-decoration: none;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color .2s ease-in-out
}

@media (min-width: 1162px) {
    .btn, .pagination .next a, .pagination .prev a, .pagination .page.current, .pagination .page a {
        padding: 10px 20px
    }
}

.btn.btn--blue, .pagination .next a.btn, .pagination .prev a.btn, .pagination .next a.btn--blue, .pagination .next a, .pagination .next .prev a, .pagination .prev .next a, .pagination .prev a.btn--blue, .pagination .prev a, .pagination .btn--blue.page.current, .pagination .next a.page.current, .pagination .prev a.page.current, .pagination .page a.btn--blue, .pagination .page .next a, .pagination .next .page a, .pagination .page .prev a, .pagination .prev .page a {
    background-color: #01689B
}

.btn[href]:hover, .pagination .next a[href]:hover, .pagination .prev a[href]:hover, .pagination [href].page.current:hover, .pagination .page a[href]:hover, .btn[href]:focus, .pagination .next a[href]:focus, .pagination .prev a[href]:focus, .pagination [href].page.current:focus, .pagination .page a[href]:focus {
    background-color: #1A1A1A;
    outline: 0;
    text-decoration: underline
}

.btn.btn--inverse, .pagination .next a.btn--inverse, .pagination .prev a.btn--inverse, .pagination .page a.btn, .pagination .page .next a, .pagination .next .page a, .pagination .page .prev a, .pagination .prev .page a, .pagination .page.current, .pagination .page a.btn--inverse, .pagination .page a {
    padding: 6px 15px;
    color: #1A1A1A;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #DEDEDE
}

@media (min-width: 1162px) {
    .btn.btn--inverse, .pagination .next a.btn--inverse, .pagination .prev a.btn--inverse, .pagination .page a.btn, .pagination .page .next a, .pagination .next .page a, .pagination .page .prev a, .pagination .prev .page a, .pagination .page.current, .pagination .page a.btn--inverse, .pagination .page a {
        padding: 8px 20px
    }
}

.btn.btn--inverse[href]:hover, .pagination .next a.btn--inverse[href]:hover, .pagination .prev a.btn--inverse[href]:hover, .pagination [href].page.current:hover, .pagination .page a[href]:hover, .btn.btn--inverse[href]:focus, .pagination .next a.btn--inverse[href]:focus, .pagination .prev a.btn--inverse[href]:focus, .pagination [href].page.current:focus, .pagination .page a[href]:focus, .btn.btn--inverse.is-active, .pagination .next a.btn--inverse.is-active, .pagination .prev a.btn--inverse.is-active, .pagination .is-active.page.current, .pagination .page a.is-active {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    color: #01689B;
    border-color: #01689B
}

.btn.btn--inverse.is-inactive, .pagination .next a.btn--inverse.is-inactive, .pagination .prev a.btn--inverse.is-inactive, .pagination .is-inactive.page.current, .pagination .page a.is-inactive, .btn.btn--inverse.is-inactive[href]:hover, .btn.btn--inverse.is-inactive[href]:focus {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    color: #1A1A1A;
    border-color: #DEDEDE;
    opacity: 0.5
}

button.btn {
    font-size: 14px;
    border: 0;
    cursor: pointer
}

@media (min-width: 762px) {
    button.btn {
        font-size: 14px
    }
}

@media (min-width: 992px) {
    button.btn {
        font-size: 16px
    }
}

button.btn:hover, button.btn:focus {
    background-color: #1A1A1A;
    outline: 0
}

.btn-group {
    display: inline-block
}

.btn-group.is-oneline {
    overflow: hidden
}

.btn-group.is-oneline .btn, .btn-group.is-oneline .pagination .next a, .pagination .next .btn-group.is-oneline a, .btn-group.is-oneline .pagination .prev a, .pagination .prev .btn-group.is-oneline a, .btn-group.is-oneline .pagination .page.current, .pagination .btn-group.is-oneline .page.current, .btn-group.is-oneline .pagination .page a, .pagination .page .btn-group.is-oneline a {
    float: left
}

.btn-group.is-oneline .btn + .btn, .btn-group.is-oneline .pagination .next a + .btn, .pagination .next .btn-group.is-oneline a + .btn, .btn-group.is-oneline .pagination .prev a + .btn, .pagination .prev .btn-group.is-oneline a + .btn, .btn-group.is-oneline .pagination .next .btn + a, .pagination .next .btn-group.is-oneline .btn + a, .btn-group.is-oneline .pagination .next a + a, .pagination .next .btn-group.is-oneline a + a, .pagination .prev .btn-group.is-oneline .next a + a, .btn-group.is-oneline .pagination .prev .btn + a, .pagination .prev .btn-group.is-oneline .btn + a, .pagination .next .btn-group.is-oneline .prev a + a, .btn-group.is-oneline .pagination .prev a + a, .pagination .prev .btn-group.is-oneline a + a, .btn-group.is-oneline .pagination .page.current + .btn, .btn-group.is-oneline .pagination .next .page.current + a, .btn-group.is-oneline .pagination .prev .page.current + a, .pagination .btn-group.is-oneline .page.current + .btn, .pagination .btn-group.is-oneline .next .page.current + a, .pagination .next .btn-group.is-oneline .page.current + a, .pagination .btn-group.is-oneline .prev .page.current + a, .pagination .prev .btn-group.is-oneline .page.current + a, .btn-group.is-oneline .pagination .page a + .btn, .pagination .page .btn-group.is-oneline a + .btn, .pagination .page .btn-group.is-oneline .next a + a, .pagination .page .btn-group.is-oneline .prev a + a, .btn-group.is-oneline .pagination .btn + .page.current, .btn-group.is-oneline .pagination .next a + .page.current, .btn-group.is-oneline .pagination .prev a + .page.current, .pagination .btn-group.is-oneline .btn + .page.current, .pagination .btn-group.is-oneline .next a + .page.current, .pagination .next .btn-group.is-oneline a + .page.current, .pagination .btn-group.is-oneline .prev a + .page.current, .pagination .prev .btn-group.is-oneline a + .page.current, .btn-group.is-oneline .pagination .page.current + .page.current, .pagination .btn-group.is-oneline .page.current + .page.current, .btn-group.is-oneline .pagination .page a + .page.current, .pagination .page .btn-group.is-oneline a + .page.current, .btn-group.is-oneline .pagination .page .btn + a, .pagination .page .btn-group.is-oneline .btn + a, .btn-group.is-oneline .pagination .page .page.current + a, .pagination .btn-group.is-oneline .page .page.current + a, .pagination .page .btn-group.is-oneline .page.current + a, .btn-group.is-oneline .pagination .page a + a, .pagination .page .btn-group.is-oneline a + a {
    margin-left: 20px
}

.btn-group.is-stacked .btn, .btn-group.is-stacked .pagination .next a, .pagination .next .btn-group.is-stacked a, .btn-group.is-stacked .pagination .prev a, .pagination .prev .btn-group.is-stacked a, .btn-group.is-stacked .pagination .page.current, .pagination .btn-group.is-stacked .page.current, .btn-group.is-stacked .pagination .page a, .pagination .page .btn-group.is-stacked a {
    display: block;
    box-sizing: border-box;
    width: 100%
}

.btn-group.is-stacked .btn + .btn, .btn-group.is-stacked .pagination .next a + .btn, .pagination .next .btn-group.is-stacked a + .btn, .btn-group.is-stacked .pagination .prev a + .btn, .pagination .prev .btn-group.is-stacked a + .btn, .btn-group.is-stacked .pagination .next .btn + a, .pagination .next .btn-group.is-stacked .btn + a, .btn-group.is-stacked .pagination .next a + a, .pagination .next .btn-group.is-stacked a + a, .pagination .prev .btn-group.is-stacked .next a + a, .btn-group.is-stacked .pagination .prev .btn + a, .pagination .prev .btn-group.is-stacked .btn + a, .pagination .next .btn-group.is-stacked .prev a + a, .btn-group.is-stacked .pagination .prev a + a, .pagination .prev .btn-group.is-stacked a + a, .btn-group.is-stacked .pagination .page.current + .btn, .btn-group.is-stacked .pagination .next .page.current + a, .btn-group.is-stacked .pagination .prev .page.current + a, .pagination .btn-group.is-stacked .page.current + .btn, .pagination .btn-group.is-stacked .next .page.current + a, .pagination .next .btn-group.is-stacked .page.current + a, .pagination .btn-group.is-stacked .prev .page.current + a, .pagination .prev .btn-group.is-stacked .page.current + a, .btn-group.is-stacked .pagination .page a + .btn, .pagination .page .btn-group.is-stacked a + .btn, .pagination .page .btn-group.is-stacked .next a + a, .pagination .page .btn-group.is-stacked .prev a + a, .btn-group.is-stacked .pagination .btn + .page.current, .btn-group.is-stacked .pagination .next a + .page.current, .btn-group.is-stacked .pagination .prev a + .page.current, .pagination .btn-group.is-stacked .btn + .page.current, .pagination .btn-group.is-stacked .next a + .page.current, .pagination .next .btn-group.is-stacked a + .page.current, .pagination .btn-group.is-stacked .prev a + .page.current, .pagination .prev .btn-group.is-stacked a + .page.current, .btn-group.is-stacked .pagination .page.current + .page.current, .pagination .btn-group.is-stacked .page.current + .page.current, .btn-group.is-stacked .pagination .page a + .page.current, .pagination .page .btn-group.is-stacked a + .page.current, .btn-group.is-stacked .pagination .page .btn + a, .pagination .page .btn-group.is-stacked .btn + a, .btn-group.is-stacked .pagination .page .page.current + a, .pagination .btn-group.is-stacked .page .page.current + a, .pagination .page .btn-group.is-stacked .page.current + a, .btn-group.is-stacked .pagination .page a + a, .pagination .page .btn-group.is-stacked a + a {
    margin-top: 10px
}

.calendar {
    width: 75px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    margin-top: 5px
}

.calendar__month {
    display: block;
    background-color: #01689B;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.5
}

.calendar__day {
    display: block;
    border: 1px solid #E6E6E6;
    border-top: 0;
    font-size: 36px
}

.calendar__table {
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    width: 100%
}

.calendar__table th {
    text-align: left;
    width: 100px;
    box-sizing: border-box;
    padding-right: 10px
}

.calendar__table td {
    font-style: italic;
    color: #6E6E6E
}

@media (max-width: 762px) {
    .chart-filter {
        overflow: visible
    }

    .chart-filter .filled-main-content__highlight {
        overflow: visible
    }
}

@media (max-width: 762px) {
    .charts__wrp {
        margin: 0px -20px
    }
}

.charts__chart {
    margin-top: 20px;
    min-width: 640px
}

.charts__chart__wrp {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible
}

.chart-legend {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 14px
}

.chart-legend__wrp {
    overflow-x: auto;
    overflow-y: visible
}

.chart-legend__item {
    margin-top: 5px;
    margin-bottom: 15px
}

.chart-legend__item__read-more {
    margin-top: 5px;
    margin-bottom: 15px;
    display: block;
    cursor: pointer
}

.chart-legend__icon {
    border: 0;
    border-color: black;
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    height: 2px;
    border-top-width: 2px;
    vertical-align: middle;
    position: relative
}

.chart-legend__icon__marker {
    width: 6px;
    height: 6px;
    position: absolute;
    display: block;
    margin-left: 5px;
    margin-top: -6px;
    border: 2px solid black;
    background-color: white;
    border-radius: 50%
}

.chart-legend tr {
    vertical-align: top
}

.chart-legend td, .chart-legend th {
    min-width: 200px;
    padding: 4px 10px;
    vertical-align: top;
    text-align: left
}

.chart-legend td {
    padding-left: 4px
}

.chart-legend thead th {
    background: #01689B;
    color: #fff;
    vertical-align: middle
}

.chart-legend tbody td {
    background: #E5F0F9
}

.contactinfo {
    margin-bottom: 20px
}

@media (min-width: 762px) {
    .contactinfo {
        margin-bottom: 30px
    }
}

@media (min-width: 1162px) {
    .contactinfo {
        margin-bottom: 40px
    }
}

.contactinfo__inner {
    position: relative;
    background-color: #01689B;
    color: #fff
}

.contactinfo__inner a {
    color: #fff;
    text-decoration: none
}

.contactinfo__inner .icon-phone span {
    display: none
}

.contactinfo__inner .icon-phone:before {
    margin-right: 10px
}

.contactinfo__text {
    box-sizing: border-box;
    padding: 20px
}

@media (min-width: 480px) {
    .contactinfo__text {
        width: 50%
    }
}

@media (min-width: 762px) {
    .contactinfo__text {
        padding: 30px
    }
}

.contactinfo__visual {
    position: absolute;
    z-index: 10;
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 479px) {
    .contactinfo__visual {
        display: none
    }
}

.contactinfo__route {
    background-color: #E5F0F9;
    padding: 20px
}

.no-js .contactinfo__route {
    display: none
}

.contactinfo__route .form {
    max-width: 100%
}

@media (max-width: 991px) {
    .contactinfo__route .form label {
        display: block;
        margin-bottom: 10px
    }
}

@media (min-width: 992px) {
    .contactinfo__route .form label {
        display: inline-block;
        line-height: 42px;
        vertical-align: middle;
        margin-right: 30px;
        float: left
    }
}

.contactinfo__route .form .form__input {
    font-size: 14px;
    margin-right: 10px
}

@media (min-width: 450px) {
    .contactinfo__route .form .form__input {
        max-width: 220px;
        float: left
    }
}

.contactinfo__route .form .btn, .contactinfo__route .form .pagination .next a, .pagination .next .contactinfo__route .form a, .contactinfo__route .form .pagination .prev a, .pagination .prev .contactinfo__route .form a, .contactinfo__route .form .pagination .page.current, .pagination .contactinfo__route .form .page.current, .contactinfo__route .form .pagination .page a, .pagination .page .contactinfo__route .form a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 32px;
    vertical-align: middle
}

@media (max-width: 449px) {
    .contactinfo__route .form .btn, .contactinfo__route .form .pagination .next a, .pagination .next .contactinfo__route .form a, .contactinfo__route .form .pagination .prev a, .pagination .prev .contactinfo__route .form a, .contactinfo__route .form .pagination .page.current, .pagination .contactinfo__route .form .page.current, .contactinfo__route .form .pagination .page a, .pagination .page .contactinfo__route .form a {
        margin-top: 10px
    }
}

@media (min-width: 762px) {
    .contactinfo__route .form .btn, .contactinfo__route .form .pagination .next a, .pagination .next .contactinfo__route .form a, .contactinfo__route .form .pagination .prev a, .pagination .prev .contactinfo__route .form a, .contactinfo__route .form .pagination .page.current, .pagination .contactinfo__route .form .page.current, .contactinfo__route .form .pagination .page a, .pagination .page .contactinfo__route .form a {
        line-height: 42px
    }
}

@media (min-width: 762px) {
    .contactinfo__route {
        padding: 30px
    }
}

.contact__inner {
    overflow: hidden;
    background-color: #E5F0F9;
    padding-top: 30px;
    padding-bottom: 30px
}

@media (max-width: 761px) {
    .contact__inner {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 1162px) {
    .contact__inner {
        padding-top: 45px;
        padding-bottom: 45px
    }
}

@media (max-width: 761px) {
    .contact {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px
    }

    .contact__col {
        max-width: 450px;
        margin: 0 auto
    }

    .contact__col + .contact__col {
        margin-top: 20px
    }

    .contact img {
        max-width: 80px
    }
}

.job-list > li {
    border-bottom: 1px solid #D8D8D8;
    padding: 20px 0
}

.job-list__title {
    font-weight: bold
}

.job-list__reference {
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .job-list__reference {
        font-size: 16px
    }
}

.datacenter-detail .intro::first-letter, .datacenter-detail .hero-text__intro::first-letter, .datacenter-detail .hero::first-letter {
    font-size: 60px;
    line-height: 1;
    margin: 0 10px 10px 0;
    float: left;
    vertical-align: top;
    font-family: "Serif", "Times New Roman", serif
}

.datacenter-detail__main {
    padding-top: 40px
}

@media (min-width: 762px) {
    .hero-img + .datacenter-detail {
        margin-top: -170px
    }

    .hero-img + .datacenter-detail .datacenter-detail__columns {
        position: relative
    }

    .hero-img + .datacenter-detail .datacenter-detail__columns:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        left: 8.3333333333%;
        right: 8.3333333333%;
        top: 0;
        height: 200px;
        background-color: #fff
    }

    .hero-img + .datacenter-detail .datacenter-detail__main {
        background-color: #fff;
        position: relative;
        z-index: 10
    }
}

.publication-author {
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative
}

.publication-author:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    background-color: #ccc
}

.article-author {
    font-family: "Sans", Arial, sans-serif;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    font-size: 16px
}

@media (min-width: 762px) {
    .article-author {
        font-size: 16px
    }
}

@media (min-width: 992px) {
    .article-author {
        font-size: 18px
    }
}

.facts-list {
    margin: 0;
    text-align: center;
    line-height: 1.125;
    overflow: hidden
}

@media (max-width: 761px) {
    .facts-list {
        max-width: 370px;
        margin: 0 auto
    }
}

@media (max-width: 761px) {
    .facts-list__item {
        padding: 20px 10px
    }

    .facts-list__item:first-child {
        padding-top: 0
    }

    .facts-list__item:last-child {
        padding-bottom: 0
    }

    .facts-list__item + .facts-list__item {
        border-top: 1px solid #E6E6E6
    }
}

@media (min-width: 762px) {
    .facts-list__item {
        box-sizing: border-box;
        display: inline-block;
        float: left;
        width: 33.3333333333%;
        padding: 10px 20px
    }

    .facts-list__item + .facts-list__item {
        border-left: 1px solid #E6E6E6
    }
}

.facts-list__title, .facts-list__val, .facts-list__body {
    display: block
}

.facts-list__title {
    font-size: 18px;
    color: #1A1A1A;
    font-weight: 700
}

@media (min-width: 762px) {
    .facts-list__title {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .facts-list__title {
        font-size: 20px
    }
}

.facts-list__val {
    color: #01689B;
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700
}

@media (min-width: 762px) {
    .facts-list__val {
        font-size: 48px
    }
}

@media (min-width: 992px) {
    .facts-list__val {
        font-size: 60px
    }
}

@media (min-width: 1162px) {
    .facts-list__val {
        font-size: 75px
    }
}

.facts-list__body {
    color: #7E7E7E
}

.figure__link {
    display: block;
    position: relative
}

.figure__link:hover .figure__icon {
    background-color: #000
}

.figure__icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.3)
}

.figure-modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: #1A1A1A;
    background-color: rgba(26, 26, 26, 0.85);
    display: none
}

.figure-modal.is-active {
    display: block
}

.figure-modal__wrp {
    width: 80%;
    height: 80%;
    position: absolute;
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.figure-modal__image {
    display: block;
    max-width: 100%
}

.figure-modal__prev, .figure-modal__next, .figure-modal__close {
    display: block;
    position: absolute;
    text-decoration: none;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    background-color: rgba(26, 26, 26, 0.8)
}

.figure-modal__close {
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    line-height: 40px
}

.figure-modal__prev, .figure-modal__next {
    width: 30px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px
}

.figure-modal__prev {
    left: 0;
    top: 50%
}

.figure-modal__next {
    right: 0;
    top: 50%
}

.site-footer {
    max-width: 1200px;
    margin: 50px auto 0 auto;
    background-color: #F3F3F3;
    position: relative;
    text-align: center
}

@media (min-width: 762px) {
    .site-footer {
        font-size: 16px
    }
}

.site-footer ul {
    display: inline-block;
    margin: 10px 0
}

@media (min-width: 762px) {
    .site-footer ul {
        margin: 20px 0 10px 0
    }

    .site-footer ul > li {
        display: inline-block
    }

    .site-footer ul > li + li {
        margin-left: 10px
    }
}

.site-footer a {
    color: #3A3A3A
}

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

.select__wrp {
    position: relative
}

.select__faux {
    display: block;
    background-color: #fff;
    color: #1A1A1A;
    padding: 10px 35px 10px 15px;
    position: relative;
    border: 1px solid #E6E6E6;
    border-radius: 3px
}

.error .select__faux {
    border-color: #D0021B;
    background-color: #FFEDE8
}

.select__faux:hover {
    background-color: #b3b3b3
}

.select__faux:after {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -0.5em
}

.select__dropdown {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-appearance: menulist-button;
    opacity: 0
}

.form__row {
    overflow: hidden;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .form__row {
        margin-bottom: 20px
    }
}

@media (min-width: 762px) {
    .form__row.is-indented {
        padding-left: 40%
    }
}

.form__error {
    background: #FFEDE8;
    border: 1px solid #D0021B;
    border-radius: 3px;
    padding: 20px;
    color: #D0021B
}

.form__error:before {
    margin-right: 10px
}

.form input[type="text"]:focus, .form textarea:focus {
    outline: 0;
    border-color: #01689B !important
}

.form input[type="text"].form__input, .form__input input[type="text"], .form textarea.form__input, .form__input textarea {
    border-radius: 3px;
    border: 1px solid #E6E6E6
}

.form input[type="text"].form__input.error, .form__input input[type="text"].error, .form textarea.form__input.error, .form__input textarea.error {
    background: #FFEDE8;
    border-color: #D0021B
}

.form__label em, .form__label .error {
    font-size: 14px
}

.form__label .error {
    color: #D0021B
}

.form__label .error:before {
    content: '- '
}

@media (max-width: 761px) {
    .form {
        max-width: 450px;
        margin: 0 auto
    }

    .form__label, .form__input {
        display: block;
        box-sizing: border-box
    }

    .form input[type="text"].form__input, .form__input input[type="text"], .form textarea.form__input, .form__input textarea {
        width: 100%;
        line-height: 20px;
        padding: 5px
    }
}

@media (min-width: 762px) {
    .form__label, .form__input {
        float: left;
        box-sizing: border-box
    }

    .form__label {
        width: 35%;
        margin-right: 5%
    }

    .form__input {
        width: 60%
    }

    .form input[type="text"].form__input, .form__input input[type="text"], .form textarea.form__input, .form__input textarea {
        line-height: 20px;
        padding: 10px
    }
}

.form__radio-item {
    overflow: hidden
}

.form__radio-item-input {
    float: left;
    margin-right: 10px;
    margin-top: 4px
}

.form__radio-item-label {
    display: block;
    overflow: hidden
}

.datacenter-search {
    display: inline-block;
    background-color: #CDE2EF;
    width: 100%;
    max-width: 520px;
    position: relative
}

.datacenter-search:before, .datacenter-search:after {
    content: " ";
    display: table
}

.datacenter-search:after {
    clear: both
}

.datacenter-search fieldset {
    position: relative;
    padding: 10px 55px 10px 10px
}

@media (min-width: 1162px) {
    .datacenter-search fieldset {
        padding: 15px 60px 15px 15px
    }
}

.datacenter-search__input, .datacenter-search__submit {
    box-sizing: border-box;
    border: 0;
    margin: 0;
    display: inline-block;
    float: left
}

.datacenter-search__input {
    background-color: #fff;
    height: 45px;
    vertical-align: middle;
    padding: 0 15px;
    margin-right: 45px;
    width: 100%;
    outline: 0;
    border: 1px solid #fff;
    font-size: 16px
}

.datacenter-search__input:focus {
    border-color: #01689B
}

@media (min-width: 762px) {
    .datacenter-search__input {
        font-size: 16px
    }
}

@media (min-width: 992px) {
    .datacenter-search__input {
        font-size: 18px
    }
}

.datacenter-search__submit {
    background: #01689B;
    color: #fff;
    width: 45px;
    height: 45px;
    border: 1px solid #01689B;
    outline: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color .2s ease-in-out
}

@media (min-width: 1162px) {
    .datacenter-search__submit {
        right: 15px;
        top: 15px
    }
}

.datacenter-search__submit:before {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -0.5em
}

.datacenter-search__submit:hover, .datacenter-search__submit:focus {
    cursor: pointer;
    background-color: #fff;
    border-color: #01689B;
    color: #01689B
}

.autosuggest {
    background-color: #fff;
    padding: 0 10px;
    position: absolute;
    z-index: 10;
    left: 10px;
    right: 0;
    margin-top: -5px;
    top: 100%;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3)
}

@media (min-width: 450px) {
    .autosuggest {
        padding: 10px
    }
}

@media (min-width: 1162px) {
    .autosuggest {
        left: 15px;
        margin-top: -10px;
        padding: 20px
    }
}

.autosuggest ul {
    width: 100%;
    display: block;
    border-collapse: collapse;
    margin: 0;
    text-align: left
}

.autosuggest ul > li {
    display: block;
    overflow: hidden;
    position: relative
}

.autosuggest ul > li + li {
    border-top: 1px solid #E6E6E6
}

.autosuggest ul a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    outline: 0
}

@media (max-width: 449px) {
    .autosuggest ul a:hover, .autosuggest ul a:focus {
        color: #1A1A1A
    }
}

@media (min-width: 450px) {
    .autosuggest ul a:hover, .autosuggest ul a:focus {
        background-color: #F5F5F5
    }
}

.autosuggest ul span {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    display: inline-block;
    box-sizing: border-box;
    white-space: nowrap
}

.autosuggest ul span:first-child {
    max-width: 75%;
    float: left;
    padding: 10px 0
}

@media (min-width: 450px) {
    .autosuggest ul span:first-child {
        padding: 10px 10px 10px 0
    }
}

.autosuggest ul span:last-child {
    font-size: 14px;
    max-width: 25%;
    text-align: right;
    color: #7E7E7E;
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 1;
    margin-top: -0.5em
}

@media (max-width: 449px) {
    .autosuggest ul span:last-child {
        display: none
    }
}

.gallery {
    overflow: hidden;
    height: auto;
    margin: 0;
    position: relative
}

@media (min-width: 380px) {
    .gallery {
        margin: 0 auto
    }
}

.gallery.loading {
    padding-bottom: 50%;
    background-color: #e6e6e6
}

.gallery.loading img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px
}

.gallery__visual {
    position: relative
}

.gallery__slider {
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transition: margin-left .5s ease
}

.gallery__slider > li {
    margin: 0;
    padding: 0;
    display: block;
    float: left
}

.gallery__slider > li img {
    display: block;
    max-width: 100%;
    height: auto
}

.gallery__slider > li.loading {
    background-color: #e6e6e6;
    position: relative
}

.gallery__slider > li.loading img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px
}

.gallery__controls {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.gallery__controls a {
    display: block;
    width: 30px;
    height: 60px;
    text-decoration: none;
    background-color: rgba(26, 26, 26, 0.8);
    position: absolute;
    top: 50%;
    margin-top: -30px
}

.gallery__controls a:before {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -.5em;
    text-align: center;
    vertical-align: middle
}

@media (min-width: 762px) {
    .gallery__controls a {
        width: 40px;
        height: 90px
    }
}

@media (min-width: 762px) {
    .gallery__controls a {
        margin-top: -45px
    }
}

.gallery__controls a.gallery__next {
    right: 0
}

.gallery__controls a.gallery__prev {
    left: 0
}

.gallery__caption {
    color: #a4a4a4;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    vertical-align: middle
}

.gallery__pagination {
    display: none;
    margin-top: 10px;
    text-align: center
}

.gsc-control-cse {
    font-family: "Sans", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.5
}

.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 !important
}

.gsc-result .gs-title {
    height: auto !important
}

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
    color: #3A3A3A !important
}

.gs-webResult a, .gs-webResult a b, .gs-imageResult a, .gs-imageResult a b {
    color: #01689B !important;
    font-size: 18px;
    font-weight: bold
}

@media (min-width: 762px) {
    .gs-webResult a, .gs-webResult a b, .gs-imageResult a, .gs-imageResult a b {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .gs-webResult a, .gs-webResult a b, .gs-imageResult a, .gs-imageResult a b {
        font-size: 20px
    }
}

.gs-webResult .gs-visibleUrl, .gs-imageResult .gs-visibleUrl {
    color: #6E6E6E !important;
    font-size: 12px !important
}

@media (min-width: 762px) {
    .gs-webResult .gs-visibleUrl, .gs-imageResult .gs-visibleUrl {
        font-size: 12px !important
    }
}

@media (min-width: 992px) {
    .gs-webResult .gs-visibleUrl, .gs-imageResult .gs-visibleUrl {
        font-size: 14px !important
    }
}

.gsc-webResult .gsc-result {
    padding: 15px 0 !important
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
    font-size: 14px !important
}

@media (min-width: 762px) {
    .gsc-control-cse, .gsc-control-cse .gsc-table-result {
        font-size: 14px !important
    }
}

@media (min-width: 992px) {
    .gsc-control-cse, .gsc-control-cse .gsc-table-result {
        font-size: 16px !important
    }
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    margin-right: 10px !important;
    border: 2px solid #DEDEDE;
    padding: 6px 12px;
    border-radius: 5px;
    color: #1A1A1A !important;
    font-size: 12px !important
}

@media (min-width: 762px) {
    .gsc-results .gsc-cursor-box .gsc-cursor-page {
        font-size: 12px !important
    }
}

@media (min-width: 992px) {
    .gsc-results .gsc-cursor-box .gsc-cursor-page {
        font-size: 14px !important
    }
}

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .gsc-results .gsc-cursor-box .gsc-cursor-page:focus {
    text-decoration: none !important;
    border-color: #01689B !important
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border-color: #01689B !important
}

.browsehappy {
    margin: 0;
    padding: 10px;
    background-color: #1A1A1A;
    color: #fc0;
    text-align: center
}

.browsehappy[href]:hover, .browsehappy[href]:focus {
    color: #fff
}

.wrapper--navbar {
    position: relative;
    max-width: 1200px
}

@media (min-width: 762px) {
    .wrapper--navbar {
        padding: 0 20px;
        margin-left: auto;
        margin-right: auto
    }
}

.site-header {
    position: relative
}

.site-header__logowrp {
    min-height: 56px;
    text-align: center
}

.site-header__logowrp a {
    display: inline-block
}

@media (min-width: 762px) {
    .site-header__logowrp img {
        margin-left: 186px
    }
}

@media (min-width: 762px) {
    .site-header__logowrp {
        min-height: 79px
    }
}

.site-header__logo {
    display: block;
    margin: 0 auto;
    max-height: 72px
}

@media (min-width: 762px) {
    .site-header__logo {
        max-height: 85px;
        width: auto
    }
}

.site-header__meta {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -.5em;
    font-size: 14px
}

@media (max-width: 579px) {
    .site-header__meta {
        display: none
    }
}

.site-header__meta a + a {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #6E6E6E
}

.main-navbar-link-back {
    padding: 3px 20px;
    text-align: right;
    background-color: #0D405B;
    font-size: 16px
}

@media (min-width: 1162px) {
    .main-navbar-link-back {
        padding: 3px 30px
    }
}

.main-navbar-link-back a {
    color: #fff;
    text-decoration: none
}

.main-navbar-link-back a:before {
    position: relative;
    top: -1px;
    margin-right: 1em;
    font-size: 10px
}

.main-navbar-link-back a:hover {
    text-decoration: underline
}

.main-navbar-link-back a:hover:before {
    text-decoration: none
}

.main-navbar-link-back + .main-navbar {
    margin-top: 0
}

.main-navbar {
    position: relative;
    background-color: #01689B;
    border-bottom: 0 solid #CCE0F1;
    margin-top: 10px;
    padding: 18px 20px 0 20px
}

@media (min-width: 1162px) {
    .main-navbar {
        padding-left: 30px;
        padding-right: 30px
    }
}

.no-js .main-navbar {
    overflow: hidden
}

.js .main-navbar {
    box-sizing: border-box
}

.js .main-navbar.is-loading nav {
    visibility: hidden
}

.main-navbar nav {
    display: block;
    white-space: nowrap
}

.no-js .main-navbar nav {
    display: block;
    overflow: hidden
}

.main-navbar nav ul {
    margin: 0;
    overflow: hidden
}

.js .main-navbar nav ul > li {
    display: inline-block;
    float: left
}

.js .main-navbar nav ul ul {
    display: none
}

.no-js .main-navbar nav ul ul {
    overflow: hidden;
    margin: 10px 0 10px 20px
}

.no-js .main-navbar nav ul ul > li {
    display: inline-block;
    float: left
}

.main-navbar nav a {
    display: inline-block;
    padding: 9px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color .2s ease-in-out
}

.main-navbar nav a span {
    display: none
}

.main-navbar nav a:hover, .main-navbar nav a:focus, .main-navbar nav a.is-active {
    background-color: #CCE0F1;
    color: #1A1A1A;
    outline: 0
}

.main-navbar nav a[target="_blank"]:after {
    position: relative;
    top: -1px;
    font-size: 14px;
    margin-left: .5em
}

.main-navbar__toggle {
    display: none;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none
}

.main-navbar__toggle:before {
    line-height: 36px;
    vertical-align: middle;
    margin-right: 10px
}

.main-navbar__search {
    display: inline-block;
    height: 36px
}

.no-js .main-navbar__search {
    float: right;
    margin-top: -7px;
    margin-left: 20px
}

.js .main-navbar__search {
    position: absolute;
    right: 20px;
    top: 12px
}

@media (min-width: 1162px) {
    .js .main-navbar__search {
        right: 30px
    }
}

.main-navbar__search fieldset {
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.main-navbar__search input {
    font-size: 16px;
    width: 100px;
    line-height: 1;
    padding: 10px;
    outline: 0
}

@media (min-width: 762px) {
    .main-navbar__search input {
        width: 150px
    }
}

.main-navbar__search input, .main-navbar__search button {
    float: left;
    height: 36px;
    border: 0;
    display: inline-block;
    padding: 0 10px
}

.main-navbar__search button {
    line-height: 34px;
    margin: 0;
    vertical-align: middle;
    background-color: #E5F0F9;
    color: #01689B;
    border: 1px solid #E5F0F9;
    border-left-width: 0;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color .2s ease-in-out
}

.main-navbar__search button span {
    display: block;
    text-indent: -9999em
}

.main-navbar__search button:before {
    font-size: 16px
}

.main-navbar__search button:hover, .main-navbar__search button:focus {
    outline: 0;
    background-color: #01689B;
    color: #fff;
    cursor: pointer;
    border-color: #fff
}

.main-navbar__search-label, .main-navbar__search-legend {
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden
}

.main-navbar__search-context {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 100%;
    border: 1px solid #CCE0F1;
    border-top: 0;
    display: none
}

.main-navbar__search-context.is-active {
    display: block
}

.main-navbar__search-context input[type="radio"] {
    display: none
}

.main-navbar__search-context label {
    display: block
}

.main-navbar__search-context label:first-of-type span {
    -webkit-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4)
}

.main-navbar__search-context label span {
    cursor: pointer;
    display: block;
    padding: 5px 10px;
    background-color: #fff;
    line-height: 1.25;
    outline: 0;
    text-decoration: none;
    font-size: 14px
}

@media (min-width: 762px) {
    .main-navbar__search-context label span {
        font-size: 14px
    }
}

@media (min-width: 992px) {
    .main-navbar__search-context label span {
        font-size: 16px
    }
}

.main-navbar__search-context input[type="radio"]:checked + label span, .main-navbar__search-context label:hover span, .main-navbar__search-context label:focus span {
    background-color: #E5F0F9
}

.main-navbar.is-compact {
    padding-top: 12px;
    padding-bottom: 12px
}

.js .main-navbar.is-compact {
    height: 60px
}

.main-navbar.is-compact nav {
    display: none
}

.main-navbar.is-compact .main-navbar__toggle {
    display: inline-block
}

.main-navbar__sub {
    margin-bottom: 20px;
    background-color: #CCE0F1
}

.main-navbar__sub.is-loading nav {
    display: none
}

@media (min-width: 762px) {
    .main-navbar__sub {
        margin-bottom: 15px
    }
}

.home .main-navbar__sub {
    margin-bottom: 0
}

@media (min-width: 762px) {
    .home .main-navbar__sub {
        margin-bottom: 20px
    }
}

@media (min-width: 1162px) {
    .home .main-navbar__sub {
        margin-bottom: 30px
    }
}

.main-navbar__sub nav {
    padding-top: 10px
}

.main-navbar__sub nav ul {
    margin: 0 30px;
    overflow: hidden
}

.main-navbar__sub nav ul > li {
    display: inline-block;
    float: left
}

.main-navbar__sub nav ul > li + li a {
    margin-left: 10px
}

.main-navbar__sub nav ul a {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none
}

.main-navbar__sub nav ul a:hover, .main-navbar__sub nav ul a:focus, .main-navbar__sub nav ul a.is-active {
    color: #1A1A1A;
    background-color: #fff
}

.main-navbar__sub nav ul a.is-active {
    font-weight: 700
}

.main-nav__links {
    margin: 0;
    display: inline-block
}

.main-nav__links > li {
    list-style-type: none;
    display: inline-block
}

.nav-overlay, .seismology-overlay {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: .5s .4s opacity ease;
    visibility: hidden;
    background-color: #01689B;
    background-color: rgba(1, 104, 155, 0.98);
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto
}

.nav-overlay.is-active, .is-active.seismology-overlay {
    visibility: visible
}

.nav-overlay .main-navbar__close, .nav-overlay .seismology-overlay__close, .seismology-overlay .main-navbar__close, .seismology-overlay .seismology-overlay__close {
    color: #fff;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 10px;
    display: block
}

.nav-overlay .main-navbar__close:before, .nav-overlay .seismology-overlay__close:before, .seismology-overlay .main-navbar__close:before, .seismology-overlay .seismology-overlay__close:before {
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -0.5em
}

@media (min-width: 762px) {
    .nav-overlay .main-navbar__close:before, .nav-overlay .seismology-overlay__close:before, .seismology-overlay .main-navbar__close:before, .seismology-overlay .seismology-overlay__close:before {
        left: -20px
    }
}

.nav-overlay.is-active nav, .is-active.seismology-overlay nav {
    top: 0;
    opacity: 1;
    transition: all .4s ease .2s
}

.nav-overlay nav, .seismology-overlay nav {
    padding: 0 20px;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    opacity: 0;
    top: 10px
}

.nav-overlay nav ul > li + li a, .seismology-overlay nav ul > li + li a {
    border-top: 1px solid #3587AD
}

.nav-overlay nav ul ul, .seismology-overlay nav ul ul {
    display: none
}

.nav-overlay nav ul ul a, .seismology-overlay nav ul ul a {
    font-size: 16px;
    padding-left: 20px
}

@media (min-width: 762px) {
    .nav-overlay nav ul ul a, .seismology-overlay nav ul ul a {
        font-size: 24px
    }
}

.nav-overlay nav a, .seismology-overlay nav a {
    color: #fff;
    display: block;
    text-decoration: none;
    line-height: 2;
    vertical-align: middle;
    font-size: 20px;
    padding: 0 10px;
    position: relative
}

@media (min-width: 762px) {
    .nav-overlay nav a, .seismology-overlay nav a {
        font-size: 28px
    }
}

.nav-overlay nav a:hover, .seismology-overlay nav a:hover, .nav-overlay nav a:focus, .seismology-overlay nav a:focus {
    background-color: rgba(255, 255, 255, 0.1)
}

.nav-overlay nav .nav-toggle, .seismology-overlay nav .nav-toggle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background-color: transparent;
    z-index: 100
}

.nav-overlay nav .nav-toggle:before, .seismology-overlay nav .nav-toggle:before {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -0.5em;
    font-size: 10px
}

@media (min-width: 762px) {
    .nav-overlay nav .nav-toggle:before, .seismology-overlay nav .nav-toggle:before {
        font-size: 14px
    }
}

.heroes .hero {
    display: block
}

.heroes .hero .hero__visual {
    overflow: hidden
}

.heroes .hero .hero__visual img {
    transition: all .2s ease-in-out
}

.heroes .hero .hero__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 40px;
    color: #fff
}

@media (max-width: 380px) {
    .heroes .hero .hero__text {
        padding: 10px
    }
}

.heroes .hero .hero__text-inner {
    position: relative;
    z-index: 10;
    max-width: 640px;
    margin: 0 auto
}

.heroes .hero .hero__heading {
    color: #fff
}

.heroes .hero .hero__top {
    top: 0;
    bottom: auto
}

.heroes .hero .hero__middle {
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    bottom: auto
}

.heroes .hero:hover img, .heroes .hero:focus img {
    transform: scale(1.05)
}

.heroes .hero:hover::before, .heroes .hero:focus::before {
    opacity: 0.5
}

.heroes .hero::before {
    content: '';
    display: block;
    z-index: 10;
    background-color: #1A1A1A;
    transition: opacity 0.5s;
    background: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.hero {
    position: relative;
    text-align: center
}

.high-contrast .hero__text {
    position: static;
    background: #000
}

.hero__description {
    margin-right: 10px
}

@media (max-width: 761px) {
    .hero__text {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media (min-width: 762px) {
    .hero__heading {
        color: #fff
    }

    .hero__text {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        box-sizing: border-box;
        padding: 40px;
        color: #fff
    }

    .hero__text:after {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0
    }

    .no-js .hero__text:after, .js .hero.is-loaded .hero__text:after {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001a1a1a', endColorstr='#1a1a1a', GradientType=0)
    }

    .high-contrast .no-js .hero__text:after, .high-contrast .js .hero.is-loaded .hero__text:after {
        background: transparent
    }

    .hero__top {
        top: 0;
        bottom: auto
    }
}

.hero__icon {
    text-decoration: none;
    color: #fff
}

.hero__icon:after {
    display: none
}

@media (min-width: 762px) {
    .hero__icon:after {
        display: block;
        position: absolute;
        z-index: 10;
        font-size: 20px;
        left: 50%;
        margin-left: -0.5em;
        bottom: -30px
    }
}

@media (min-width: 992px) {
    .hero__icon:after {
        bottom: -46px;
        font-size: 28px
    }
}

@media (min-width: 1162px) {
    .hero__icon:after {
        bottom: -62px;
        font-size: 36px
    }
}

@media (min-width: 762px) {
    .hero__text-inner {
        position: relative;
        z-index: 10;
        max-width: 640px;
        margin: 0 auto
    }
}

@media (min-width: 992px) {
    .hero__text {
        padding: 60px
    }
}

@media (min-width: 1162px) {
    .hero__text {
        padding: 80px
    }
}

.hero__visual {
    position: relative
}

.hero__visual img {
    width: 100%
}

.hero .image-source {
    position: absolute;
    z-index: 10;
    right: 20px;
    bottom: 20px
}

.hero-img {
    margin: 0 auto;
    max-width: 1440px;
    position: relative
}

.hero-img img {
    width: 100%
}

.hero-img .image-source {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.home-wrp__hero {
    background: #000
}

@media (min-width: 480px) {
    .home-wrp__hero {
        position: relative;
        overflow: hidden
    }
}

.home-hero {
    display: block;
    color: #fff;
    text-decoration: none
}

.home-hero .image-source {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.home-hero__img {
    position: relative
}

.home-hero__img img {
    min-width: 100%;
    display: block
}

.home-hero__img.is-loaded img {
    max-width: 100%
}

.home-hero__img-gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px
}

.no-js .home-hero__img-gradient, .js .home-hero__img.is-loaded .home-hero__img-gradient {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001a1a1a', endColorstr='#1a1a1a', GradientType=0)
}

.high-contrast .home-hero__img-gradient {
    background: transparent
}

.home-hero__inner {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px
}

@media (min-width: 992px) {
    .home-hero__inner {
        padding: 20px 12.5%
    }
}

.high-contrast .home-hero__inner {
    background-color: #1A1A1A
}

.home-hero__title {
    margin-bottom: 10px
}

.home-hero__title h1 {
    display: inline;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.125;
    margin-right: 10px;
    color: #fff
}

@media (min-width: 762px) {
    .home-hero__title h1 {
        font-size: 28px
    }
}

@media (min-width: 1162px) {
    .home-hero__title h1 {
        font-size: 46px
    }
}

.home-hero__readmore {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    padding-left: 20px
}

.home-hero__readmore:after {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    height: 2px
}

@media (min-width: 762px) {
    .home-hero__readmore {
        margin-top: 20px
    }

    .home-hero__readmore:after {
        top: -20px
    }
}

.home-hero__readmore:before {
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.5em;
    line-height: 1
}

.hero-text {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    padding: 40px 20px
}

@media (min-width: 992px) {
    .hero-text {
        padding: 60px 20px
    }
}

@media (min-width: 1162px) {
    .hero-text {
        padding: 80px 20px
    }
}

.hero-text__heading {
    margin: 0;
    color: #01689B
}

.hero-text__type {
    display: inline-block;
    border-bottom: 1px solid #CCC;
    padding: 0 0 5px 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: "Sans", Arial, sans-serif
}

@media (min-width: 992px) {
    .hero-text__type {
        font-size: 28px;
        padding: 0 0 10px 0;
        margin-bottom: 20px
    }
}

.hero-text__intro {
    margin: 0 auto
}

@media (min-width: 762px) {
    .hero-text__intro {
        max-width: 80%
    }
}

@media (min-width: 992px) {
    .hero-text__intro {
        max-width: 70%
    }
}

@media (min-width: 1162px) {
    .hero-text__intro {
        max-width: 60%
    }
}

.hero-text__icon {
    display: block;
    line-height: 1;
    text-decoration: none;
    font-size: 20px;
    position: absolute;
    left: 50%;
    margin-left: -0.5em;
    bottom: 10px;
    color: #B6D0E6
}

@media (min-width: 992px) {
    .hero-text__icon {
        bottom: 16px;
        font-size: 28px
    }
}

@media (min-width: 1162px) {
    .hero-text__icon {
        bottom: 22px;
        font-size: 36px
    }
}

.hero-text.hero-text--searchresults {
    padding: 40px
}

@media (max-width: 761px) {
    .hero-text.hero-text--searchresults .hero-text__heading {
        margin-bottom: 10px
    }
}

@media (min-width: 762px) {
    .hero-text.hero-text--searchresults:before, .hero-text.hero-text--searchresults:after {
        content: " ";
        display: table
    }

    .hero-text.hero-text--searchresults:after {
        clear: both
    }

    .hero-text.hero-text--searchresults .hero-text__heading {
        float: left;
        line-height: 65px;
        vertical-align: middle
    }

    .hero-text.hero-text--searchresults .datacenter-search {
        float: right
    }
}

@media (min-width: 762px) and (max-width: 991px) {
    .hero-text.hero-text--searchresults .datacenter-search {
        max-width: 320px
    }
}

@media (min-width: 992px) and (max-width: 1161px) {
    .hero-text.hero-text--searchresults .datacenter-search {
        max-width: 420px
    }
}

.highlights {
    margin: 0
}

@media (max-width: 761px) {
    .highlights.highlights--stack-on-xs .highlights__description {
        overflow: hidden;
        font-size: 18px;
        line-height: 1.25
    }
}

@media (max-width: 761px) {
    .highlights.highlights--stack-on-xs .highlights__item {
        overflow: hidden;
        margin-bottom: 20px
    }

    .highlights.highlights--stack-on-xs .highlights__item img {
        float: left;
        min-width: 100px;
        max-width: 35%;
        margin-right: 20px
    }
}

@media (min-width: 420px) {
    .highlights.highlights--hide-on-xs {
        margin: 0 -10px;
        overflow: hidden
    }
}

@media (max-width: 419px) {
    .highlights.highlights--hide-on-xs > li:nth-child(2) {
        visibility: hidden;
        width: 0;
        height: 0;
        overflow: hidden
    }
}

@media (min-width: 420px) and (max-width: 761px) {
    .highlights.highlights--hide-on-xs > li {
        box-sizing: border-box;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        float: left
    }
}

.highlights.highlights--hide-on-xs .highlights__description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px 15px 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1.25
}

.no-js .highlights.highlights--hide-on-xs .highlights__description, .js .highlights__item.is-loaded .highlights.highlights--hide-on-xs .highlights__description {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000', GradientType=0)
}

.high-contrast .no-js .highlights.highlights--hide-on-xs .highlights__description, .high-contrast .js .highlights__item.is-loaded .highlights.highlights--hide-on-xs .highlights__description {
    background-color: #1A1A1A
}

.highlights.highlights--hide-on-xs .highlights__item {
    position: relative
}

.highlights.highlights--hide-on-xs .highlights__item img {
    min-width: 100%;
    height: auto
}

.highlights a {
    text-decoration: none
}

.highlights > li {
    display: block
}

@media (min-width: 762px) and (max-width: 991px) {
    .highlights > li:nth-child(n+3) {
        margin-top: 20px
    }
}

.highlights__img {
    background-color: #ddd
}

.highlights__item {
    display: block;
    overflow: hidden
}

.highlights__item img {
    display: block;
    position: relative
}

@media (min-width: 762px) {
    .highlights__item {
        position: relative
    }

    .highlights__item img {
        min-width: 100%;
        height: auto
    }
}

.highlights__description {
    color: #1A1A1A
}

@media (min-width: 762px) {
    .highlights__description {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px 20px 15px 20px;
        color: #fff;
        font-weight: 700;
        line-height: 1.25
    }

    .no-js .highlights__description, .js .highlights__item.is-loaded .highlights__description {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000', GradientType=0)
    }

    .high-contrast .no-js .highlights__description, .high-contrast .js .highlights__item.is-loaded .highlights__description {
        background-color: #1A1A1A
    }
}

.back.back--blue {
    background-color: #E5F0F9
}

.back.back--has-border {
    border-top: 1px solid #E6E6E6
}

.back a {
    display: inline-block;
    padding: 15px;
    text-decoration: none
}

.back a:before {
    margin-right: 10px
}

.back a:hover {
    text-decoration: underline
}

.back a:hover:before {
    text-decoration: none
}

@media (max-width: 991px) {
    .people-detail__img {
        max-width: 100px;
        height: auto
    }
}

@media (max-width: 761px) {
    .people-detail__media-offset {
        text-align: center
    }

    .people-detail__body {
        word-wrap: break-word
    }

    .people-detail__body ul {
        display: inline-block;
        text-align: left
    }
}

@media (min-width: 762px) {
    .people-detail__img {
        float: left;
        margin-right: 20px
    }

    .people-detail__media-offset, .people-detail__body {
        overflow: hidden
    }
}

@media (min-width: 762px) and (max-width: 991px) {
    .people-detail__media-offset {
        margin-left: -120px
    }
}

.people-detail__function {
    display: inline-block;
    color: #01689B;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 10px;
    font-size: 22px
}

@media (min-width: 762px) {
    .people-detail__function {
        font-size: 22px
    }
}

@media (min-width: 992px) {
    .people-detail__function {
        font-size: 24px
    }
}

.people-detail__function:after {
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    background-color: #E6E6E6
}

.people-detail__department {
    display: block;
    font-style: italic;
    margin-bottom: 10px
}

@media (min-width: 762px) {
    .people-detail__aside {
        text-align: right
    }
}

.people-detail__aside h2 {
    padding-top: 13px;
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-size: 1.5rem
}

@media (min-width: 992px) {
    .people-detail__aside h2 {
        font-size: 25px;
        font-size: 1.5555555556rem
    }
}

@media (max-width: 761px) {
    .people-detail__aside h2 {
        margin-bottom: 20px
    }
}

.people-detail__aside h2:before {
    content: '';
    display: block;
    background-color: #E6E6E6;
    position: absolute;
    top: 0;
    width: 100px;
    height: 3px
}

@media (max-width: 761px) {
    .people-detail__aside h2:before {
        left: 0
    }
}

@media (min-width: 762px) {
    .people-detail__aside h2:before {
        right: 0
    }
}

@media (min-width: 1162px) {
    .people-detail ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

.people-detail ul > li > * {
    position: relative;
    padding-left: 30px
}

.people-detail ul > li > *:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.5em;
    font-size: 16px;
    text-decoration: none
}

.people-detail ul .icon-twitter:before {
    color: #4099FF
}

.people-detail ul .icon-linkedin:before {
    color: #007BB6
}

.people-table {
    border-collapse: collapse;
    width: 100%;
    line-height: 2.5
}

.people-table thead {
    font-size: 18px;
    border-bottom: 3px solid #E6E6E6
}

@media (min-width: 762px) {
    .people-table thead {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .people-table thead {
        font-size: 20px
    }
}

.people-table thead th {
    text-align: left
}

.people-table tbody th, .people-table tbody td {
    border-bottom: 1px solid #E6E6E6
}

.people-list {
    margin: 0 0 20px 0;
    padding: 0;
    overflow: hidden
}

@media (min-width: 1162px) {
    .people-list {
        margin-bottom: 30px
    }
}

.people-list__item {
    display: inline-block;
    float: left;
    width: 33.3333333333%;
    overflow: hidden
}

@media (min-width: 762px) {
    .people-list__item {
        width: 25%
    }
}

@media (min-width: 992px) {
    .people-list__item {
        width: 16.6666666667%
    }
}

.people-list__link {
    display: block;
    position: relative
}

.people-list__overlay {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    color: #fff;
    line-height: 1.25;
    background-color: #01689B;
    background-color: rgba(1, 104, 155, 0.85);
    transition: opacity 0.2s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis
}

.people-list__link:hover .people-list__overlay, .people-list__link:focus .people-list__overlay {
    opacity: 1
}

.people-list__title {
    display: block
}

.people-list__title, .people-list__function {
    font-size: 16px
}

@media (min-width: 762px) {
    .people-list__title, .people-list__function {
        font-size: 22px
    }
}

@media (min-width: 992px) {
    .people-list__title, .people-list__function {
        font-size: 24px
    }
}

.people-list__img img {
    display: block;
    width: 100%;
    height: auto
}

.people-search {
    overflow: hidden;
    margin-bottom: 30px
}

.no-js .people-search {
    display: none
}

@media (min-width: 1162px) {
    .people-search {
        margin-bottom: 45px
    }
}

.people-search fieldset {
    box-sizing: border-box;
    position: relative
}

@media (max-width: 761px) {
    .people-search fieldset {
        margin-top: 10px
    }
}

@media (min-width: 762px) {
    .people-search fieldset {
        width: 50%;
        float: left;
        padding-right: 10px
    }

    .people-search fieldset + fieldset {
        padding-right: 0;
        padding-left: 10px
    }
}

@media (min-width: 1162px) {
    .people-search fieldset {
        padding-right: 15px
    }

    .people-search fieldset + fieldset {
        padding-left: 15px
    }
}

.people-search__input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    padding: 10px;
    line-height: 1.5;
    font-size: 16px;
    outline: 0
}

@media (min-width: 762px) {
    .people-search__input {
        font-size: 16px
    }
}

@media (min-width: 992px) {
    .people-search__input {
        font-size: 18px
    }
}

.people-search__input:focus {
    border-color: #05abfd
}

.people-search__submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
    background-color: #01689B;
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
    outline: 0
}

@media (min-width: 762px) {
    .people-search__submit {
        right: 10px
    }
}

@media (min-width: 1162px) {
    .people-search__submit {
        right: 15px
    }
}

.people-search__submit:hover {
    cursor: pointer;
    background-color: #1A1A1A
}

.product-list {
    margin: 0
}

.product-list__item {
    margin-top: 20px
}

@media (min-width: 762px) {
    .product-list__item {
        margin-top: 30px
    }
}

@media (min-width: 992px) {
    .product-list__item {
        margin-top: 45px
    }
}

@media (min-width: 1162px) {
    .product-list__item {
        margin-top: 60px
    }
}

.product-list__item img {
    border-radius: 100%;
    max-width: 80px
}

@media (min-width: 400px) {
    .product-list__item img {
        max-width: 100px
    }
}

@media (min-width: 992px) {
    .product-list__item img {
        max-width: 140px
    }
}

@media (min-width: 1162px) {
    .product-list__item img {
        max-width: 100%
    }
}

.publication-list__item {
    position: relative;
    padding-left: 40px;
    margin: 10px 0
}

@media (min-width: 1162px) {
    .publication-list__item {
        margin: 15px 0
    }
}

@media (min-width: 1162px) {
    .publication-list__item {
        padding-left: 50px
    }
}

.publication-list__item:before {
    color: #01689B;
    position: absolute;
    left: 0;
    top: .25em;
    font-size: 30px
}

.publication-list__author {
    color: #6C6C6C;
    font-size: 14px
}

@media (min-width: 762px) {
    .publication-list__author {
        font-size: 14px
    }
}

@media (min-width: 992px) {
    .publication-list__author {
        font-size: 16px
    }
}

.publication-list__title {
    display: block;
    color: #1A1A1A;
    font-size: 18px;
    text-decoration: none
}

.publication-list__title:hover, .publication-list__title:focus {
    color: #01689B
}

@media (min-width: 762px) {
    .publication-list__title {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .publication-list__title {
        font-size: 20px
    }
}

.publication-list.has-2-col {
    overflow: hidden
}

@media (min-width: 762px) {
    .publication-list.has-2-col > li:nth-child(odd) {
        clear: left
    }
}

.search-results {
    margin: 0
}

.search-results > li {
    border-bottom: 1px solid #DEDEDE;
    padding: 20px 0
}

.search-results__title {
    font-size: 18px;
    font-weight: bold
}

@media (min-width: 762px) {
    .search-results__title {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .search-results__title {
        font-size: 20px
    }
}

.search-results__intro {
    margin: 0 0 10px 0
}

.search-results__category {
    color: #585858;
    font-style: italic
}

.search-results__meta {
    color: #8E8E8E;
    font-style: italic;
    font-size: 16px
}

.search-results.search-results--split-2 {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #D8D8D8
}

@media (min-width: 762px) {
    .search-results.search-results--split-2 > li {
        border-bottom: 0;
        padding: 0;
        float: left;
        width: 50%;
        margin-bottom: 20px;
        box-sizing: border-box
    }

    .search-results.search-results--split-2 > li:nth-child(odd) {
        clear: left;
        padding-right: 15px
    }

    .search-results.search-results--split-2 > li:nth-child(even) {
        padding-left: 15px
    }
}

.search-results-wrp {
    position: relative
}

.search-filter {
    background-color: #F5F5F5
}

@media (max-width: 761px) {
    .search-filter {
        margin-bottom: 20px
    }
}

@media (min-width: 992px) {
    .search-filter {
        font-size: 16px
    }
}

.search-filter legend {
    border-bottom: 3px solid #E6E6E6;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
    float: left
}

.search-filter ul {
    margin: 10px 0;
    clear: left;
    display: table;
    width: 100%
}

.search-filter li {
    display: table-row;
    position: relative;
    line-height: 1.75
}

.search-filter li.disabled {
    opacity: .5
}

.search-filter li + li {
    margin-top: 5px
}

.search-filter li input[type="checkbox"], .search-filter li label {
    display: table-cell
}

.search-filter li label {
    width: 100%;
    padding-left: 10px
}

.search-filter li span {
    color: #01689B
}

.search-filter li input[type="checkbox"] {
    margin: 0;
    vertical-align: middle
}

.search-filter fieldset {
    padding: 20px
}

@media (min-width: 1162px) {
    .search-filter fieldset {
        padding: 30px
    }
}

.search-filter fieldset + fieldset {
    padding-top: 0
}

.search-filter button {
    border: 0;
    margin: 20px;
    margin-top: 0
}

@media (min-width: 1162px) {
    .search-filter button {
        margin: 30px
    }
}

.js .search-filter button {
    display: none
}

.search-filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url(https://cdn.knmi.nl/assets/icons/arrow-18ba7805833439fded89fc4ce069bcca861b22f094ebe4a0d312195f5f64e5f0.png) no-repeat #fff;
    background-position: right 5px center;
    background-size: 15px;
    border-radius: 4px;
    border: #3A3A3A solid 1px;
    color: #3A3A3A;
    display: block;
    font-size: 16px;
    outline: none;
    overflow: hidden;
    padding: 5px 0;
    text-indent: 5px;
    width: 100%
}

.search-filter select::-ms-expand {
    display: none
}

@media (max-width: 761px) {
    .js .search-filter {
        position: absolute;
        right: 110%;
        top: 0;
        z-index: 9000;
        width: 100%;
        box-sizing: border-box;
        transition: all .5s ease
    }

    .js .search-filter.is-active {
        right: 0
    }
}

.no-js .search-filter .toggle {
    display: none
}

.search-filter__open, .search-filter__close {
    background-color: #01689B;
    color: #fff;
    display: none;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600
}

@media (min-width: 1162px) {
    .search-filter__open, .search-filter__close {
        padding: 15px 30px
    }
}

.search-filter__open:before, .search-filter__close:before {
    margin-right: 10px
}

@media (max-width: 761px) {
    .js .search-filter__open, .js .search-filter__close {
        display: block
    }
}

.search-filter__open {
    text-align: center
}

.search-filter ul.types li input {
    display: none
}

.search-filter ul.types li input:checked + label {
    font-weight: bold;
    text-decoration: underline
}

.search-filter ul.types li input:checked + label span {
    color: #3A3A3A
}

.search-filter ul.types li label {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    width: auto
}

.search-filter ul.types li label .type-name {
    color: #3A3A3A;
    text-decoration: underline
}

.search-filter .years-filter {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center
}

.search-filter .years-filter span {
    margin: 0 10px
}

.pagination {
    margin: 20px 0 0 0
}

@media (min-width: 1162px) {
    .pagination {
        margin: 30px 0 0 0
    }
}

.pagination > span {
    margin-right: 10px
}

@media (max-width: 991px) {
    .pagination .page {
        display: none
    }
}

@media (max-width: 1161px) {
    .pagination .page.current, .pagination .page a {
        padding: 8px 12px
    }
}

.pagination .page.current:hover, .pagination .page a:hover {
    background-color: transparent
}

.pagination .page.current {
    border-color: #01689B
}

.pagination .first, .pagination .last {
    display: none
}

.js .search-filter__hide {
    display: none
}

.js .search-filter__hide.is-active {
    display: block
}

@media (max-width: 761px) {
    #seismology .filled-main-content__highlight .media__img {
        float: none;
        margin-bottom: 20px
    }
}

@media (min-width: 762px) {
    #seismology .filled-main-content__highlight .media__img {
        width: 41.25%
    }
}

#earthquake__gmap, #seismologyStation__gmap {
    min-height: 400px
}

.seismology-overlay__inner {
    margin-top: 65px
}

.share {
    overflow: hidden;
    margin-top: 30px
}

@media (min-width: 1162px) {
    .share {
        margin-top: 45px
    }
}

.share__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    vertical-align: middle;
    margin-right: 20px;
    float: left
}

.share__list {
    display: inline-block;
    margin: 0;
    overflow: hidden
}

.share__list > li {
    float: left;
    display: inline-block
}

.share__list > li + li {
    margin-left: 10px
}

.share__button {
    text-indent: -9999em;
    display: block;
    width: 46px;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    position: relative;
    text-align: center;
    color: #fff;
    background-color: #1A1A1A;
    text-decoration: none;
    border-radius: 2px
}

.share__button.facebook {
    background-color: #3C5A96
}

.share__button.twitter {
    background-color: #59ADEB
}

.share__button.whatsapp {
    background-color: #5BBE49
}

.share__button.linkedin {
    background-color: #1178B2
}

.share__button:before {
    text-indent: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.5em 0 0 -0.5em;
    font-size: 16px;
    line-height: 1
}

@media (max-width: 761px) {
    .storyline__item {
        max-width: 450px;
        margin: 0 auto
    }
}

.storyline__description {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width: 1162px) {
    .storyline__description {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.storyline__imgwrp {
    overflow: hidden
}

.storyline__image {
    position: relative
}

@media (max-width: 991px) {
    .storyline__item {
        max-width: 500px;
        margin: 0 auto
    }
}

@media (min-width: 992px) {
    .storyline__item:nth-child(even) .storyline__description {
        float: right
    }
}

@media (min-width: 992px) {
    .storyline__item:nth-child(odd) .storyline__clock {
        left: auto;
        right: 30px
    }
}

@media (min-width: 1162px) {
    .storyline__item:nth-child(odd) .storyline__clock {
        right: 45px
    }
}

.storyline__item .image-source {
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: right
}

@media (min-width: 992px) {
    .storyline__item .image-source {
        left: 30px
    }
}

@media (min-width: 1162px) {
    .storyline__item .image-source {
        right: 45px;
        bottom: 30px
    }
}

.storyline--overview {
    text-align: center
}

.storyline--overview h2 {
    position: relative;
    padding-bottom: .5em
}

.storyline--overview h2:after {
    content: '';
    position: absolute;
    left: 30%;
    right: 30%;
    bottom: 0;
    height: 3px;
    background-color: #E5F0F9
}

@media (min-width: 992px) {
    .storyline--overview .storyline__description {
        padding-top: 60px
    }
}

@media (min-width: 1162px) {
    .storyline--overview .storyline__description {
        padding-top: 100px
    }
}

.storyline__clock {
    display: none
}

.js .storyline__clock {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    left: 20px
}

@media (max-width: 991px) {
    .js .storyline__clock {
        bottom: 20px
    }
}

@media (min-width: 992px) {
    .js .storyline__clock {
        top: 20px;
        left: 30px
    }
}

@media (min-width: 1162px) {
    .js .storyline__clock {
        left: 45px;
        top: 30px
    }
}

.js .storyline__clock:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #01689B;
    z-index: 100;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -2px
}

.storyline__hours {
    z-index: 15;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px
}

.storyline__minutes {
    z-index: 10;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px
}

.storyline__hours, .storyline__minutes {
    position: absolute;
    transition: all 1s ease
}

.storyline__hours:after, .storyline__minutes:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    width: 4px;
    top: 0;
    bottom: 50%;
    background-color: #01689B
}

.table {
    width: 100%;
    font-size: 14px
}

.table__wrp {
    overflow: auto
}

.table tr {
    vertical-align: top
}

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

.table thead th {
    background: #01689B;
    color: #fff;
    text-align: left;
    vertical-align: middle
}

.table thead th[data-sorted-direction="ascending"], .table thead th[data-sorted-direction="descending"] {
    background: #0095B1
}

.table thead th[data-sorted-direction="ascending"]:after, .table thead th[data-sorted-direction="descending"]:after {
    border: solid transparent;
    content: " ";
    float: right;
    display: inline-block;
    height: 0;
    width: 0;
    pointer-events: none;
    border-width: 5px;
    margin-left: -5px;
    border-color: rgba(255, 255, 255, 0)
}

.table thead th[data-sorted-direction="ascending"]:after {
    margin-top: 4px;
    border-bottom-color: #ffffff
}

.table thead th[data-sorted-direction="descending"]:after {
    margin-top: 8px;
    border-top-color: #ffffff
}

.table tbody th, .table tbody td {
    background: #E5F0F9
}

.text-modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: #1A1A1A;
    background-color: rgba(26, 26, 26, 0.85);
    display: none
}

.text-modal.is-active {
    display: block
}

.text-modal__wrp {
    width: 80%;
    height: 80%;
    position: absolute;
    margin: 0 auto;
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

@media (min-width: 1680px) {
    .text-modal__wrp {
        width: 50%;
        left: 25%;
        right: 25%;
        height: 50%
    }
}

.text-modal__content {
    padding-top: 40px;
    padding: 20px;
    color: #fff
}

.text-modal__content * {
    color: #fff
}

@media (min-width: 1024px) {
    .text-modal__content {
        padding: 40px
    }
}

.text-modal__close {
    display: block;
    position: absolute;
    text-decoration: none;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    background-color: rgba(26, 26, 26, 0.8)
}

.text-modal__close {
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    line-height: 40px
}

.tabs {
    margin-bottom: 20px
}

@media (min-width: 762px) {
    .tabs {
        margin-bottom: 30px
    }
}

@media (min-width: 1162px) {
    .tabs {
        margin-bottom: 40px
    }
}

.js .tabs__item {
    display: none
}

.js .tabs__item.is-active {
    display: block
}

.js .tabs__item .tabs__title {
    display: none
}

.tabs__list {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding-left: 0;
    display: block;
    border-bottom: 1px solid #E6E6E6
}

@media (min-width: 762px) {
    .tabs__list {
        margin-bottom: 30px
    }
}

@media (min-width: 1162px) {
    .tabs__list {
        margin-bottom: 40px
    }
}

.tabs__list button {
    outline: none;
    background-color: transparent;
    border: none
}

.tabs__list a, .tabs__list button {
    display: inline-block;
    padding: 10px 15px
}

.tabs__list a.is-active, .tabs__list button.is-active {
    border: 1px solid #E6E6E6;
    border-bottom-color: #fff;
    padding: 9px 15px;
    text-decoration: none;
    font-weight: bold;
    color: #1A1A1A;
    background-color: #fff
}

.tabs__list > li {
    display: inline-block;
    position: relative;
    bottom: -1px
}

.tabs__list > li + li {
    margin-left: 10px
}

.tabs__content {
    margin-bottom: 20px
}

@media (min-width: 762px) {
    .tabs__content {
        margin-bottom: 30px
    }
}

@media (min-width: 1162px) {
    .tabs__content {
        margin-bottom: 40px
    }
}

#seismology .tabs__list, #weather .tabs__list {
    margin-bottom: 0;
    border-bottom: 0
}

#seismology .tabs__list a.is-active, #weather .tabs__list a.is-active {
    border: 0
}

.faux-tabs {
    margin: 0 0 20px 0
}

@media (min-width: 762px) {
    .faux-tabs {
        overflow: hidden;
        margin: 0
    }

    .faux-tabs > li {
        display: inline-block;
        float: left
    }
}

.faux-tabs a {
    display: block;
    padding: 5px 0
}

@media (min-width: 762px) {
    .faux-tabs a {
        padding: 10px 25px
    }
}

.faux-tabs a.is-active {
    text-decoration: none
}

@media (max-width: 761px) {
    .faux-tabs a.is-active {
        font-weight: bold
    }
}

@media (min-width: 762px) {
    .faux-tabs a.is-active {
        background-color: #fff
    }
}

.tabs__list li.title > * {
    margin-bottom: 0;
    font-weight: 400;
    font-family: "Sans", Arial, sans-serif
}

.tabs__list li.title > *.is-active {
    font-weight: bold
}

.tabs__list li.title > *:hover, .tabs__list li.title > *:focus {
    background-color: #E5F0F9
}

.quicklinks {
    background-color: #E5F0F9;
    overflow: hidden
}

.quicklinks__heading, .quicklinks a {
    line-height: 50px;
    vertical-align: middle;
    padding: 0 10px
}

@media (min-width: 762px) {
    .quicklinks__heading, .quicklinks a {
        padding: 0 15px
    }
}

.quicklinks__heading {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Sans", Arial, sans-serif;
    background-color: #01689B;
    color: #fff;
    margin: 0;
    font-weight: 700
}

.quicklinks__list {
    margin: 0;
    font-size: 16px
}

.quicklinks a {
    color: #3A3A3A
}

.quicklinks.is-large .quicklinks__heading, .quicklinks.is-compact .quicklinks__heading {
    display: inline-block
}

.quicklinks.is-large .quicklinks__list {
    display: inline
}

.quicklinks.is-large .quicklinks__list > li {
    display: inline-block
}

.quicklinks.is-large .select__wrp {
    display: none
}

.quicklinks.is-large .quicklinks__wrp {
    overflow: hidden
}

.quicklinks.is-large .quicklinks__heading {
    display: inline-block;
    float: left
}

@media (max-width: 449px) {
    .quicklinks.is-compact .quicklinks__heading {
        display: block;
        text-align: center
    }
}

@media (min-width: 450px) {
    .quicklinks.is-compact {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .quicklinks.is-compact .quicklinks__wrp {
        -ms-flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1
    }

    .quicklinks.is-compact .quicklinks__heading {
        line-height: 58px
    }
}

.quicklinks.is-compact .quicklinks__list {
    display: none
}

.quicklinks.is-compact .select__wrp {
    margin: 10px
}

.quicklinks.is-compact .select__faux {
    line-height: 18px
}

.morelinks {
    background-color: #01689B;
    color: #fff;
    padding: 15px
}

@media (min-width: 762px) {
    .morelinks {
        padding: 20px 10px
    }
}

@media (min-width: 992px) {
    .morelinks {
        padding: 30px 0
    }
}

.morelinks__title {
    color: #fff
}

.morelinks ul {
    overflow: hidden;
    margin-bottom: 0
}

.morelinks ul > li {
    margin-bottom: 10px
}

@media (min-width: 400px) {
    .morelinks ul > li {
        display: inline-block;
        float: left;
        margin-right: 20px
    }
}

@media (max-width: 399px) {
    .morelinks ul > li {
        display: block
    }
}

@media (max-width: 399px) {
    .morelinks ul .btn, .morelinks ul .pagination .page.current, .pagination .morelinks ul .page.current, .morelinks ul .pagination .page a, .pagination .page .morelinks ul a, .morelinks ul .pagination .next a, .pagination .next .morelinks ul a, .morelinks ul .pagination .prev a, .pagination .prev .morelinks ul a {
        display: block
    }
}

.morelinks ul .btn:after, .morelinks ul .pagination .page.current:after, .pagination .morelinks ul .page.current:after, .morelinks ul .pagination .page a:after, .pagination .page .morelinks ul a:after, .morelinks ul .pagination .next a:after, .pagination .next .morelinks ul a:after, .morelinks ul .pagination .prev a:after, .pagination .prev .morelinks ul a:after {
    margin-left: 10px;
    font-size: 12px;
    text-decoration: none
}

.weather__image figure {
    margin: 0
}

.weather__image img {
    display: block;
    max-width: 100%
}

@media (max-width: 761px) {
    .weather__image {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        display: inline-block
    }
}

.weather__image.weather__image--forecast {
    background-color: #E5F0F9
}

.weather__image figcaption {
    padding: 10px
}

.js .weather__image figcaption {
    display: none
}

.js .weather__image-toggle {
    padding: 10px
}

@media (min-width: 992px) {
    .js .weather__image-toggle {
        padding: 20px
    }
}

.weather-forecast-toggle:after {
    font-size: 12px;
    text-decoration: none;
    margin-left: 5px
}

.weather-forecast-toggle.is-active:after {
    text-decoration: none
}

@media (min-width: 480px) {
    .home-wrp__weather-map {
        float: right;
        margin-left: 20px;
        max-width: 40%;
        min-width: 150px
    }
}

@media (min-width: 480px) and (min-width: 1162px) {
    .home-wrp__weather-map {
        margin-left: 30px
    }
}

.weather-map img {
    display: block;
    max-width: 100%
}

.weather-map__toggle, .weather-map__toggle-back {
    display: block;
    color: #fff;
    background-color: #1A1A1A;
    text-decoration: none;
    line-height: 40px;
    vertical-align: middle
}

@media (max-width: 479px) {
    .weather-map__toggle:before, .weather-map__toggle-back:before {
        display: none
    }

    .weather-map__toggle:after, .weather-map__toggle-back:after {
        margin-left: 10px
    }
}

@media (min-width: 480px) {
    .weather-map__toggle:after, .weather-map__toggle-back:after {
        display: none
    }

    .weather-map__toggle:before, .weather-map__toggle-back:before {
        margin-right: 10px
    }
}

.weather-map__toggle {
    text-align: center;
    height: 40px;
    text-overflow: ellipsis
}

@media (min-width: 480px) {
    .weather-map__toggle {
        text-align: left;
        padding: 0 10px
    }
}

@media (min-width: 762px) {
    .weather-map__toggle {
        padding: 0 20px
    }
}

.weather-map__toggle-back {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px
}

@media (max-width: 479px) {
    .weather-map__toggle-back {
        text-align: center
    }
}

@media (min-width: 480px) {
    .weather-map__toggle-back {
        padding: 0 30px
    }
}

@media (max-width: 479px) {
    .weather-map {
        margin-bottom: 20px
    }

    .weather-map img {
        width: 100%
    }
}

@media (max-width: 479px) and (min-width: 1162px) {
    .weather-map {
        margin-bottom: 30px
    }
}

@media (max-width: 479px) {
    .weather-map.is-collapsed {
        margin-bottom: 60px
    }

    .weather-map.is-collapsed .weather-map__toggle {
        display: none
    }
}

.weather-map.is-collapsed .weather-map__collapse {
    display: block
}

.weather-map__collapse {
    display: none;
    position: relative;
    transition: left .3s
}

.weather-map__collapse .weather-map__image {
    display: none
}

@media (min-width: 480px) {
    .weather-map__collapse {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        bottom: 40px;
        width: 100%;
        background-color: #fff
    }

    .weather-map__collapse .weather-map__image {
        float: left;
        display: block;
        width: auto
    }
}

@media (min-width: 480px) {
    .weather-map__inner {
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        overflow: hidden
    }
}

.weather-map__body {
    color: #1A1A1A;
    padding: 20px 0
}

@media (min-width: 480px) {
    .weather-map__body {
        padding: 10px;
        overflow: auto;
        box-sizing: border-box
    }
}

@media (min-width: 762px) {
    .weather-map__body {
        padding: 20px
    }
}

@media (min-width: 1162px) {
    .weather-map__body {
        padding: 0
    }
}

@media (max-width: 479px) {
    .weather-map__description {
        margin: 0 -20px;
        padding: 20px;
        background-color: #E5F0F9
    }
}

@media (min-width: 480px) and (max-width: 1161px) {
    .weather-map__description {
        margin-bottom: 20px
    }
}

@media (min-width: 992px) {
    .weather-map__description {
        font-size: 16px
    }
}

@media (min-width: 1162px) {
    .weather-map__description {
        width: 45%
    }

    .weather-map__description:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        width: 1px;
        top: 20px;
        bottom: 20px;
        background-color: #E6E6E6
    }
}

@media (min-width: 1162px) {
    .weather-map__description, .weather-map__forecast {
        display: inline-block;
        height: 100%;
        box-sizing: border-box;
        padding: 20px;
        float: left;
        position: relative
    }
}

@media (max-width: 479px) {
    .weather-map__forecast {
        padding-top: 20px
    }
}

@media (min-width: 1162px) {
    .weather-map__forecast {
        width: 55%
    }
}

.weather-map__table-cell {
    display: block
}

.weather-map__table-cell img {
    width: 60px
}

@media (min-width: 1162px) {
    .weather-map__table-cell img {
        margin-bottom: 10px
    }
}

.weather-map__table-wrp {
    overflow: auto
}

.weather-map__table {
    margin: 0;
    width: 100%;
    display: block;
    overflow: hidden
}

.weather-map__table strong {
    font-size: 18px
}

@media (max-width: 991px) {
    .weather-map__table.weather-map__table--flip {
        display: table
    }
}

@media (max-width: 991px) {
    .weather-map__table.weather-map__table--flip > li {
        width: 100%;
        display: table-row
    }

    .weather-map__table.weather-map__table--flip > li > * {
        padding-bottom: 10px
    }
}

@media (min-width: 992px) {
    .weather-map__table.weather-map__table--flip > li {
        box-sizing: border-box;
        width: 25%;
        float: left
    }
}

@media (max-width: 991px) {
    .weather-map__table.weather-map__table--flip .weather-map__label {
        display: inline
    }
}

.weather-map__table.weather-map__table--flip .weather-map__table-cell {
    vertical-align: middle
}

.weather-map__table.weather-map__table--flip .weather-map__table-cell:before {
    line-height: 15px;
    vertical-align: middle
}

@media (max-width: 991px) {
    .weather-map__table.weather-map__table--flip .weather-map__table-cell {
        display: table-cell
    }
}

@media (max-width: 991px) {
    .weather-map__table.weather-map__table--flip .weather-map__table-cell img {
        width: 30px
    }
}

@media (min-width: 992px) {
    .weather-map__table.weather-map__table--flip .weather-map__temp {
        display: block
    }
}

@media (max-width: 761px) {
    .weather-map__table.is-fullwidth {
        width: 300%
    }
}

@media (min-width: 762px) and (max-width: 1161px) {
    .weather-map__table.is-fullwidth {
        width: 150%
    }
}

.weather-map__table.is-fullwidth > li {
    box-sizing: border-box;
    width: 16.6666666667%;
    float: left
}

.weather-map__table.is-fullwidth > li + li {
    padding-left: 20px;
    border-left: 1px solid #E6E6E6
}

.weather-map__divider {
    display: block;
    border-top: 1px solid #EFEFEF;
    margin-top: 10px;
    padding-top: 10px
}

@media (min-width: 1162px) {
    .weather-map__divider {
        margin-top: 20px;
        padding-top: 20px
    }
}

.weather-map__temp {
    font-size: 18px;
    color: #1A1A1A;
    line-height: 1
}

@media (min-width: 762px) {
    .weather-map__temp {
        font-size: 24px
    }
}

.weather-map__label {
    display: block;
    color: #7E7E7E;
    font-size: 14px
}

.weather-map__meta {
    font-size: 15px
}

.weather-map__meta:before {
    color: #767676;
    margin-right: 5px
}

.weather-map__meta + .weather-map__meta {
    margin-top: 10px
}

@media (min-width: 992px) {
    .weather-map__meta + .weather-map__meta {
        margin-top: 20px
    }
}

.weather-map__heading {
    font-weight: 700;
    font-size: 20px
}

@media (min-width: 480px) and (max-width: 991px) {
    .weather-map__heading {
        font-size: 14px
    }
}

@media (min-width: 992px) {
    .weather-map__heading {
        font-size: 24px;
        line-height: 1.125
    }
}

.weather-map__extra {
    display: none
}

@media (min-width: 1162px) {
    .weather-map__extra {
        display: block
    }
}

.weather-map__weather-map-wrp {
    position: relative
}

.weather-map__weather-map-wrp-float {
    position: relative;
    float: left
}

.weather-map__quake {
    position: absolute;
    height: 50px;
    top: 0;
    left: 0;
    right: 0
}

@-webkit-keyframes shake {
    0%, 70%, 80%, 90%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%, 70%, 80%, 90%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.swipehint {
    display: inline-block;
    -webkit-animation: shake 2.9s infinite ease-in-out;
    animation: shake 2.9s infinite ease-in-out
}

.swipehint:before {
    margin-right: 10px;
    float: left;
    font-size: 30px
}

.spotlights {
    width: 100%;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0
}

.spotlights:first-of-type {
    margin-top: 16px
}

.spotlights:last-of-type {
    margin-bottom: 16px
}

.spotlights .spotlights__spotlight {
    margin-top: 20px
}

@media (min-width: 762px) {
    .spotlights .spotlights__spotlight .media__img {
        max-width: 100%;
        margin: 0
    }
}

@media (max-width: 991px) {
    .spotlights .spotlights__spotlight::after {
        content: "";
        clear: both;
        display: table
    }
}

.spotlights::after {
    content: "";
    clear: both;
    display: table
}

.accordions .accordion {
    display: block;
    text-decoration: none;
    position: relative;
    margin-bottom: -1px;
    padding: 10px 16px;
    border-top: solid 1px #E5F0F9;
    border-bottom: solid 1px #E5F0F9;
    cursor: pointer
}

.accordions .accordion::before {
    position: absolute;
    font-size: 12px;
    border: none;
    top: 28px;
    left: 16px;
    transform: translateY(-50%) rotate(0);
    color: #01689B;
    transition: transform 0.2s
}

.accordions .accordion.accordion--open::before {
    transform: translateY(-50%) translateX(-25%) rotate(90deg)
}

.accordions .accordion img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 32px
}

.accordions .accordion .accordion__heading {
    position: relative;
    font-size: 24px;
    left: 24px
}

.accordions .accordion__body {
    height: 0;
    max-height: 0;
    background-color: #f3f3f3;
    padding: 0 16px;
    transition: all 0.2s;
    overflow: hidden
}

.accordions .accordion__body p {
    margin-top: 0;
    margin-bottom: 0
}

.accordions .accordion--open + .accordion__body {
    padding: 16px;
    height: 100%;
    max-height: 1200px
}

.charts__wrp--single-table .charts__chart--hidden {
    height: 0;
    opacity: 0
}

@media (max-width: 991px) {
    .charts__inline-button-filters {
        overflow-x: scroll
    }

    .charts__inline-button-filters .charts__inline-button-filters_wrapper {
        width: 900px
    }
}

.charts__inline-button-filters .charts__inline-button-filters_wrapper {
    display: inline-block;
    margin-left: -20px;
    margin-right: -20px
}

.charts__inline-button-filters .charts__inline-button-filters_wrapper > .btn, .charts__inline-button-filters .pagination .charts__inline-button-filters_wrapper > .page.current, .pagination .charts__inline-button-filters .charts__inline-button-filters_wrapper > .page.current, .charts__inline-button-filters .pagination .page .charts__inline-button-filters_wrapper > a, .pagination .page .charts__inline-button-filters .charts__inline-button-filters_wrapper > a, .charts__inline-button-filters .pagination .next .charts__inline-button-filters_wrapper > a, .pagination .next .charts__inline-button-filters .charts__inline-button-filters_wrapper > a, .charts__inline-button-filters .pagination .prev .charts__inline-button-filters_wrapper > a, .pagination .prev .charts__inline-button-filters .charts__inline-button-filters_wrapper > a {
    font-size: 12px;
    margin: 5px 20px;
    width: 200px
}

.charts__inline-button-filters .charts__inline-button-filters_wrapper > .btn:not(.is-active):hover, .charts__inline-button-filters .pagination .charts__inline-button-filters_wrapper > .page.current:not(.is-active):hover, .pagination .charts__inline-button-filters .charts__inline-button-filters_wrapper > .page.current:not(.is-active):hover, .charts__inline-button-filters .pagination .page .charts__inline-button-filters_wrapper > a:not(.is-active):hover, .pagination .page .charts__inline-button-filters .charts__inline-button-filters_wrapper > a:not(.is-active):hover, .charts__inline-button-filters .pagination .next .charts__inline-button-filters_wrapper > a:not(.is-active):hover, .pagination .next .charts__inline-button-filters .charts__inline-button-filters_wrapper > a:not(.is-active):hover, .charts__inline-button-filters .pagination .prev .charts__inline-button-filters_wrapper > a:not(.is-active):hover, .pagination .prev .charts__inline-button-filters .charts__inline-button-filters_wrapper > a:not(.is-active):hover, .charts__inline-button-filters .charts__inline-button-filters_wrapper > .btn:not(.is-active):focus, .charts__inline-button-filters .pagination .charts__inline-button-filters_wrapper > .page.current:not(.is-active):focus, .pagination .charts__inline-button-filters .charts__inline-button-filters_wrapper > .page.current:not(.is-active):focus, .charts__inline-button-filters .pagination .page .charts__inline-button-filters_wrapper > a:not(.is-active):focus, .pagination .page .charts__inline-button-filters .charts__inline-button-filters_wrapper > a:not(.is-active):focus, .charts__inline-button-filters .pagination .next .charts__inline-button-filters_wrapper > a:not(.is-active):focus, .pagination .next .charts__inline-button-filters .charts__inline-button-filters_wrapper > a:not(.is-active):focus, .charts__inline-button-filters .pagination .prev .charts__inline-button-filters_wrapper > a:not(.is-active):focus, .pagination .prev .charts__inline-button-filters .charts__inline-button-filters_wrapper > a:not(.is-active):focus {
    color: #fff
}

.links {
    list-style: none
}

.links .links__link--larger {
    font-size: 20px
}

.links .links__link--arrow {
    position: relative
}

.links .links__link--arrow::before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 0px;
    left: -20px;
    width: 16px;
    background: url(https://cdn.knmi.nl/assets/icons/go_pijl-1c746d4843b74ad2755e5e5dd8ad75fb0fbb4456b506511b57d67f8eb2b35651.gif) no-repeat
}

.links .links__link-active {
    color: #1A1A1A
}

.links .links__link {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 21px
}

.links .links__link div {
    display: inline-block;
    width: calc(100% - 14px)
}

.links .links__link--level-1 {
    padding-left: 15px
}

.links .links__link--level-2 {
    padding-left: calc(15px * 2)
}

.links .links__link--level-3 {
    padding-left: calc(15px * 3)
}

.links .links__link--level-4 {
    padding-left: calc(15px * 4)
}

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

.climate_viewer h3 {
    padding: 10px 15px;
    margin: 0
}

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

.climate_viewer ul.links {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    background-color: #f3f3f3
}

.climate_viewer ul.links > li > ul.show {
    margin-bottom: 10px
}

.climate_viewer ul a {
    display: block;
    text-decoration: none;
    padding: 2px 20px
}

.climate_viewer ul a:hover, .climate_viewer ul a:focus, .climate_viewer ul a.open {
    background-color: #01689B
}

.climate_viewer ul a:hover div, .climate_viewer ul a:focus div, .climate_viewer ul a.open div {
    position: relative;
    color: #fff
}

.climate_viewer ul a::before {
    position: relative;
    z-index: 1;
    font-size: 10px;
    vertical-align: top;
    padding: 5px 4px 0 0;
    transform: rotate(0);
    transition: transform 0.2s
}

.climate_viewer ul a.show::before {
    transform: rotate(90deg) translateX(50%) translateY(-10%)
}

.climate_viewer ul a:hover::before, .climate_viewer ul a:focus::before {
    color: #fff
}

.climate_viewer ul a[data-file] div {
    margin-left: 14px
}

.climate_viewer ul ul {
    height: 0;
    max-height: 0;
    transition: all 0.5s;
    overflow: hidden
}

.climate_viewer ul ul.show {
    height: 100%;
    max-height: 1200px
}

.climate_viewer .climate-viewer__image, .climate_viewer .climate-viewer__frame, .climate_viewer .climate-viewer__compare {
    display: none;
    position: relative;
    margin: 0 -10px
}

.climate_viewer .climate-viewer__image::after, .climate_viewer .climate-viewer__frame::after, .climate_viewer .climate-viewer__compare::after {
    content: '';
    display: table;
    clear: both
}

@media (max-width: 991px) {
    .climate_viewer .climate-viewer__wrapper + .climate-viewer__wrapper {
        display: none
    }
}

.climate_viewer .climate-viewer__wrapper-file {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    z-index: 1
}

.climate_viewer .climate-viewer__wrapper-file::before {
    content: "";
    position: absolute;
    border: dashed 1px #dedede;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 400px;
    pointer-events: none
}

.climate_viewer .climate-viewer__image .climate-viewer__wrapper-file > img {
    box-sizing: border-box;
    border: none;
    width: 100%
}

.climate_viewer .climate-viewer__compare .climate-viewer__wrapper-file > img {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    border: none;
    float: left;
    width: 100%
}

.climate_viewer .climate-viewer__frame .climate-viewer__wrapper-file > iframe {
    border: 0;
    width: 100%;
    height: 800px
}

.climate_viewer .climate-viewer__wrapper-hidden {
    visibility: hidden
}

.climate_viewer .climate-viewer__info-downloads {
    float: left;
    min-width: 1px
}

.climate_viewer .climate-viewer__info-downloads a {
    display: block
}

.climate_viewer .climate-viewer__info-link {
    position: relative;
    float: right
}

.climate_viewer .climate-viewer__info-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: url(https://cdn.knmi.nl/assets/icons/3948-toelichting-24px-90ea13bf0b8e7ee2fc8ef60ebdb00774c7c3ca295a6c665b0bb798af21d827c5.png) no-repeat;
    background-size: cover;
    cursor: pointer
}

.climate_viewer .climate-viewer__info-link:hover, .climate_viewer .climate-viewer__info-link:focus + .climate-viewer__info {
    opacity: 1
}

.climate_viewer .climate-viewer__info {
    cursor: pointer;
    background-color: #f3f3f3;
    padding: 10px;
    font-size: 12px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: 999;
    right: 0;
    bottom: 24px
}

.climate_viewer .btn--inverse, .climate_viewer .pagination .page.current, .pagination .climate_viewer .page.current, .climate_viewer .pagination .page a, .pagination .page .climate_viewer a {
    width: 100%;
    margin-bottom: 10px
}

.climate_viewer .btn--inverse:hover, .climate_viewer .pagination .page.current:hover, .pagination .climate_viewer .page.current:hover, .climate_viewer .pagination .page a:hover, .pagination .page .climate_viewer a:hover, .climate_viewer .btn--inverse:focus, .climate_viewer .pagination .page.current:focus, .pagination .climate_viewer .page.current:focus, .climate_viewer .pagination .page a:focus, .pagination .page .climate_viewer a:focus {
    color: #fff
}

@media (max-width: 991px) {
    .climate-viewer__wrapper-pin, .climate-viewer__wrapper-unpin {
        display: none
    }
}

.climate-viewer_navigation--mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    z-index: 1;
    background: #f3f3f3
}

.mobile-navigation-close-btn {
    color: #01689B;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 10px;
    display: block;
    outline: none;
    border: none;
    background: none;
    cursor: pointer
}

.mobile-navigation-close-btn::before {
    margin-right: 4px
}

.information-block {
    position: relative;
    margin-bottom: 24px
}

.information-block > * {
    padding-left: calc(24px + 4px)
}

.information-block::after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(https://cdn.knmi.nl/assets/icons/3948-toelichting-24px-90ea13bf0b8e7ee2fc8ef60ebdb00774c7c3ca295a6c665b0bb798af21d827c5.png) no-repeat;
    background-size: cover
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}
/* line 1, app/assets/stylesheets/select.scss */
.stations-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  height: 800px;
  margin-left: 10px;
  padding-left: 0px;
}

/* line 11, app/assets/stylesheets/select.scss */
.stations-container .station, .stations-container .all {
  width: 30%;
}

/* line 16, app/assets/stylesheets/select.scss */
.fields-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  margin-left: 10px;
  padding-left: 0px;
}

/* line 27, app/assets/stylesheets/select.scss */
.check-line {
  display: flex;
  flex-direction: row;
  width: 90%;
}

/* line 33, app/assets/stylesheets/select.scss */
.check {
  width: 40px;
  flex-shrink: 0;
}

/* line 38, app/assets/stylesheets/select.scss */
.date-sel {
  display: flex;
  flex-direction: row;
  width: 100%;
}

/* line 42, app/assets/stylesheets/select.scss */
.date-sel span {
  margin-right: 20px;
}

/* line 47, app/assets/stylesheets/select.scss */
.selectChar {
  width: 20px;
  display: inline-flex;
  color: darkblue;
  text-decoration: underline;
  cursor: pointer;
}

/* line 55, app/assets/stylesheets/select.scss */
.minHeight {
  min-height: 800px;
}

/* line 59, app/assets/stylesheets/select.scss */
.display_row {
  display: block;
  height: 30px;
}

/* line 64, app/assets/stylesheets/select.scss */
.dropdown {
  line-height: 20px;
  padding: 10px;
  border: 0px;
  font-size: 18px;
  font-family: 'Sans';
}

/* line 72, app/assets/stylesheets/select.scss */
.var-group {
  font-weight: bold;
  margin-top: 15px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */

