@charset "UTF-8";
/**
 * Style file
 *
 * This file is compiled into style.css
 */
/*!
 *  Font Awesome 4.2.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("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#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.33333em;
  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.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.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;
}

@-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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

/*! HiDPI v2.0.1 | MIT License | git.io/hidpi */
/* ---------- Compass Extensions ---------- */
/**
 * Mixins
 *
 * Snippets of reusable CSS to develop faster and keep code readable
 */
/* normalize-scss 3.0.0-alpha.2+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
   ========================================================================== */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
html {
  font-size: 93.75%;
  line-height: 1.46667em;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  font-size: 15px;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  font-size: 15px;
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9. Correct `block` display
 * not defined on `summary` and `details` in IE and Firefox and on `main` in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
[hidden] {
  display: none;
}

/**
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.46667rem 0;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 30px;
  font-size: 2rem;
  line-height: 44px;
  line-height: 2.93333rem;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 22px;
  margin-top: 1.46667rem;
  margin-bottom: 22px;
  margin-bottom: 1.46667rem;
}

h2, .search-result-count, #tabs .ui-tabs-nav a, .blk-title {
  font-size: 23px;
  font-size: 1.5rem;
  line-height: 33px;
  line-height: 2.2rem;
  margin-top: 22px;
  margin-top: 1.46667rem;
  margin-bottom: 22px;
  margin-bottom: 1.46667rem;
}

h3, .content-intro, .content-header p, .sidebar .blk-closed .blk-title, .sidebar .blk-compare .blk-title {
  font-size: 18px;
  font-size: 1.17rem;
  line-height: 22px;
  line-height: 1.46667rem;
  margin-top: 22px;
  margin-top: 1.46667rem;
  margin-bottom: 22px;
  margin-bottom: 1.46667rem;
}

h4 {
  font-size: 15px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.46667rem;
  margin-top: 22px;
  margin-top: 1.46667rem;
  margin-bottom: 22px;
  margin-bottom: 1.46667rem;
}

h5 {
  font-size: 12px;
  font-size: 0.83rem;
  line-height: 22px;
  line-height: 1.46667rem;
  margin-top: 22px;
  margin-top: 1.46667rem;
  margin-bottom: 22px;
  margin-bottom: 1.46667rem;
}

h6 {
  font-size: 10px;
  font-size: 0.67rem;
  line-height: 22px;
  line-height: 1.46667rem;
  margin-top: 22px;
  margin-top: 1.46667rem;
  margin-bottom: 22px;
  margin-bottom: 1.46667rem;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.46667rem 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small, .toezicht {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1.46667rem 0;
}

dd {
  margin: 0 0 0 0;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 0;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow displayed in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1.46667rem 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */
}

/**
 * Address `overflow` set to `hidden` in IE.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 1px;
  border-top-width: 0.06667rem;
  border-top-style: solid;
  padding-top: 7px;
  padding-top: 0.44667rem;
  border-bottom-width: 1px;
  border-bottom-width: 0.06667rem;
  border-bottom-style: solid;
  padding-bottom: 13px;
  padding-bottom: 0.88667rem;
  border-left-width: 1px;
  border-left-width: 0.06667rem;
  border-left-style: solid;
  padding-left: 13px;
  padding-left: 0.85rem;
  border-right-width: 1px;
  border-right-width: 0.06667rem;
  border-right-style: solid;
  padding-right: 13px;
  padding-right: 0.85rem;
}

/**
 * 1. Correct `color` not being inherited in IE.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * Remove default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  color: #535353;
}

h1 {
  color: black;
}

h2, .search-result-count, #tabs .ui-tabs-nav a, .blk-title {
  color: #777C00;
}

h3, .content-intro, .content-header p, .sidebar .blk-closed .blk-title, .sidebar .blk-compare .blk-title {
  color: #535353;
}

h4 {
  color: #535353;
}

a {
  color: #154273;
}

.green {
  color: #777C00 !important;
}

.external-link {
  color: #777C00 !important;
}

.c-white {
  color: white;
}

@font-face {
  font-family: "RO-sans";
  src: url("type/RO-SansWebText-Bold.eot");
  src: url("type/RO-SansWebText-Bold.eot?#iefix") format("embedded-opentype"), url("type/RO-SansWebText-Bold.woff") format("woff"), url("type/RO-SansWebText-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "RO-sans";
  src: url("type/RO-SansWebText-Italic.eot");
  src: url("type/RO-SansWebText-Italic.eot?#iefix") format("embedded-opentype"), url("type/RO-SansWebText-Italic.woff") format("woff"), url("type/RO-SansWebText-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "RO-sans";
  src: url("type/RO-SansWebText-Regular.eot");
  src: url("type/RO-SansWebText-Regular.eot?#iefix") format("embedded-opentype"), url("type/RO-SansWebText-Regular.woff") format("woff"), url("type/RO-SansWebText-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RO-serif";
  src: url("type/RO-SerifWeb-Bold.eot");
  src: url("type/RO-SerifWeb-Bold.eot?#iefix") format("embedded-opentype"), url("type/RO-SerifWeb-Bold.woff") format("woff"), url("type/RO-SerifWeb-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "RO-serif";
  src: url("type/RO-SerifWeb-Italic.eot");
  src: url("type/RO-SerifWeb-Italic.eot?#iefix") format("embedded-opentype"), url("type/RO-SerifWeb-Italic.woff") format("woff"), url("type/RO-SerifWeb-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "RO-serif";
  src: url("type/RO-SerifWeb-Regular.eot");
  src: url("type/RO-SerifWeb-Regular.eot?#iefix") format("embedded-opentype"), url("type/RO-SerifWeb-Regular.woff") format("woff"), url("type/RO-SerifWeb-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("type/fontawesome/fontawesome-webfont.eot");
  src: url("type/fontawesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("type/fontawesome/fontawesome-webfont.woff") format("woff"), url("type/fontawesome/fontawesome-webfont.ttf") format("truetype"), url("type/fontawesome/fontawesome-webfont.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-family: "RO-serif";
  font-weight: bold;
}

h2, .search-result-count, #tabs .ui-tabs-nav a, .blk-title {
  font-family: "RO-serif";
  font-weight: bold;
}

h3, .content-intro, .content-header p, .sidebar .blk-closed .blk-title, .sidebar .blk-compare .blk-title {
  font-family: "RO-sans";
  font-weight: bold;
}

h4 {
  font-family: "RO-serif";
  font-weight: bold;
}

.small, .copyright {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 22px;
  line-height: 1.46667rem;
}

.content-intro {
  font-size: 18px;
  font-size: 1.17rem;
  line-height: 22px;
  line-height: 1.46667rem;
}

.faux-heading-sans {
  font-size: 18px;
  color: black;
  font-family: "RO-sans";
  font-weight: bold;
}

.faux-heading-serif {
  font-size: 18px;
  color: black;
  font-family: "RO-serif";
  font-weight: bold;
}

.search-result-count {
  font-weight: normal;
  color: white;
}

.container {
  max-width: 960px;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.125%;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1024px) {
  .container {
    padding: 0;
  }
}

.container .container {
  padding: 0;
}

html, body {
  height: 100%;
}

.line:after {
  content: "";
  display: table;
  clear: both;
}

.line-closed {
  background-color: #f3f3f3;
}

.w-half {
  width: 50%;
}

.w-quarter {
  width: 25%;
}

.no-margin {
  margin: 0;
}

/**
 *  ----- Page layout styles ----
 *
 * Per page layout
 */
.home .main:after {
  content: "";
  display: table;
  clear: both;
}

.school-detail .main:after {
  content: "";
  display: table;
  clear: both;
}

.landing-page .main:after, .landing-page .sidebar:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .landing-page .main {
    width: 65.625%;
    float: left;
    margin-right: 3.125%;
  }
  .landing-page .sidebar {
    width: 31.25%;
    float: right;
    margin-right: 0;
  }
}

@media (min-device-width: 320px) and (min-width: 320px) and (max-width: 768px) {
  .search-results .sidebar-first:after {
    content: "";
    display: table;
    clear: both;
  }
  .search-results .main:after {
    content: "";
    display: table;
    clear: both;
  }
  .search-results .sidebar-second:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-device-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .search-results .sidebar-first:after {
    content: "";
    display: table;
    clear: both;
  }
  .search-results .main {
    width: 65.625%;
    float: left;
    margin-right: 3.125%;
  }
  .search-results .sidebar-second {
    width: 31.25%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .search-results .sidebar-first {
    width: 24.42748%;
    float: left;
    margin-right: 0.76336%;
    background-color: #f3f3f3;
    margin-right: 0;
    padding-right: 1.53846%;
  }
  .search-results .main {
    width: 74.80916%;
    float: right;
    margin-right: 0;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 1.53846%;
    min-height: 50em;
  }
}

@media (min-device-width: 320px) and (min-width: 320px) and (max-width: 768px) {
  .search-results-tzk .sidebar-first:after {
    content: "";
    display: table;
    clear: both;
  }
  .search-results-tzk .main:after {
    content: "";
    display: table;
    clear: both;
  }
  .search-results-tzk .sidebar-second:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-device-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .search-results-tzk .sidebar-first:after {
    content: "";
    display: table;
    clear: both;
  }
  .search-results-tzk .main {
    width: 65.625%;
    float: left;
    margin-right: 3.125%;
  }
  .search-results-tzk .sidebar-second {
    width: 31.25%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .search-results-tzk .sidebar-first {
    width: 24.42748%;
    float: left;
    margin-right: 0.76336%;
    background-color: #f3f3f3;
    margin-right: 0;
    padding-right: 1.53846%;
  }
  .search-results-tzk .main {
    width: 51.14504%;
    float: left;
    margin-right: 0.75188%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 3.125%;
    padding-left: 3.125%;
    min-height: 40em;
  }
  .search-results-tzk .sidebar-second {
    width: 24.42748%;
    float: right;
    margin-right: 0;
  }
}

@media (min-device-width: 320px) and (min-width: 320px) and (max-width: 768px) {
  .publicaties-page .sidebar-first:after {
    content: "";
    display: table;
    clear: both;
  }
  .publicaties-page .main:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-device-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .publicaties-page .sidebar-first {
    width: 31.25%;
    float: left;
    margin-right: 3.125%;
  }
  .publicaties-page .main {
    width: 65.625%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .publicaties-page .sidebar-first {
    width: 24.42748%;
    float: left;
    margin-right: 0.76336%;
    background-color: #f3f3f3;
    margin-right: 0;
    padding-right: 1.53846%;
  }
  .publicaties-page .main {
    width: 74.80916%;
    float: right;
    margin-right: 0;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 1.53846%;
  }
}

.content-page .main:after {
  content: "";
  display: table;
  clear: both;
}
.content-page .sidebar:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-device-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .content-page .main {
    width: 65.625%;
    float: left;
    margin-right: 3.125%;
  }
  .content-page .sidebar {
    width: 31.25%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .content-page .main {
    width: 65.625%;
    float: left;
    margin-right: 3.125%;
  }
  .content-page .sidebar {
    width: 31.25%;
    float: right;
    margin-right: 0;
  }
}

.bg-wrapper .main {
  background-color: white;
}

@media (min-width: 1024px) {
  .bg-white-grey {
    background: url(img/bg-white-grey.jpg) #f3f3f3 repeat-y center center;
  }
}
.bg-white-grey:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1024px) {
  .bg-grey-white {
    background: url(img/bg-grey-white.jpg) #f3f3f3 repeat-y center center;
  }
}
.bg-grey-white:after {
  content: "";
  display: table;
  clear: both;
}
.bg-grey-white .main {
  background-color: white;
}
.bg-grey-white .bg-wrapper .container {
  background-color: white;
}

.primary-navigation + .blk-closed, .primary-navigation + .blk-compare {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .come-over-here {
    margin-top: -8em !important;
  }
}

.toptasks:after {
  content: "";
  display: table;
  clear: both;
}

#content .main {
  width: 65.625%;
  float: left;
  margin-right: 3.125%;
}

/**
 *  ----- Custom Grid styles ----
 *
 * Classes can be used on div, ul, ol and .blk elements
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.l-1of4:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .l-1of4 {
    width: 23.25581%;
    float: left;
    margin-right: 2.32558%;
  }
}

.l-2of4:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .l-2of4 {
    width: 48.83721%;
    float: left;
    margin-right: 2.32558%;
  }
}

.l-3of4:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .l-3of4 {
    width: 74.4186%;
    float: left;
    margin-right: 2.32558%;
  }
}

.l-3of4:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .l-3of4 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.l-1of3:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .l-1of3 {
    width: 31.25%;
    float: left;
    margin-right: 3.125%;
  }
}

.l-2of3:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .l-2of3 {
    width: 65.625%;
    float: left;
    margin-right: 3.125%;
  }
}
@media (min-width: 1024px) {
  .l-2of3.wide {
    width: 68.75%;
    float: left;
    margin-right: 3.0303%;
  }
}
@media (min-width: 1024px) {
  .l-2of3.wider {
    width: 71.875%;
    float: left;
    margin-right: 2.94118%;
  }
}
@media (min-width: 1024px) {
  .l-2of3.l-last.narrow {
    width: 65.625%;
    float: right;
    margin-right: 0;
  }
}

.l-3of3:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .l-3of3 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.l-1of2:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .l-1of2 {
    width: 47.61905%;
    float: left;
    margin-right: 4.7619%;
  }
}

.l-2of2:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .l-2of2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.l-last:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .l-last {
    float: right;
    margin-right: 0;
  }
}

.main {
  padding-bottom: 1.46667rem;
}
@media (min-width: 1024px) {
  .main {
    padding-bottom: 7.33333rem;
  }
}

.sidebar-second {
  padding-bottom: 1.46667rem;
}

.has-overlay {
  z-index: -9999;
}

@media (min-width: 1024px) {
  .has-overlay + .container,
  .has-overlay + .sidebar {
    margin-top: -8.8rem;
  }
  .has-overlay + .container .main,
  .has-overlay + .sidebar .main {
    background-color: white;
    padding-left: 3.125%;
    padding-right: 3.125%;
  }
}

/* tooltips swv page */
.wide-text {
  vertical-align: middle;
  width: 75%;
}

/*  
  1. Box model
  2. Layout
  3. Text / Background / Other
*/
*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  -webkit-overflow-scrolling: touch;
}

/* Helper classes */
.hidden {
  display: none !important;
}

.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Background classes */
.bg-white-grey:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .bg-white-grey {
    background: url(img/bg-white-grey.jpg) white repeat-y center center;
  }
}

.bg-grey-white:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .bg-grey-white {
    background: url(img/bg-grey-white.jpg) white repeat-y center center;
  }
}

.bgdiv:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .bgdiv {
    background-color: #f3f3f3;
  }
}

.bg-white {
  background-color: white;
}
.bg-white:after {
  content: "";
  display: table;
  clear: both;
}

/* Hide tooltips when JS is enabled */
.js .tooltip-content {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  z-index: 99999;
}

/* === Link styling === */
a {
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: underline;
}

a.icon-link:hover {
  text-decoration: none;
}

.external-link:after {
  content: "";
  font-family: "fontawesome";
  font-size: 0.75em;
  padding-left: 5px;
  text-decoration: none;
}

/* === Loading screen === */
.loading {
  text-align: center;
  margin: 5.86667rem 0;
}

/* === Mission Statement === */
.mission-statement {
  margin: 2.93333rem auto 2.93333rem auto;
  text-align: center;
}
@media (min-width: 1024px) {
  .mission-statement {
    width: 65.625%;
    margin: 2.93333rem auto;
  }
}
.mission-statement p {
  font-size: 23px;
  font-size: 1.5rem;
  line-height: 33px;
  line-height: 2.2rem;
  font-family: "RO-sans", sans-serif;
  font-weight: bold;
  line-height: 1.4em;
}

/* === Copyright === */
.copyright {
  clear: both;
  font-family: "Verdana", sans-serif;
  margin: 0;
  padding: 1em 2em;
}

/* === Mobile navigation menu toggle === */
.mobilenav-toggle {
  color: white;
  background: #777C00;
  display: inline-block;
  margin: 30px 20px;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.big-link {
  background-color: white;
}

ul li.big-link {
  display: block;
  margin-left: -2em;
  padding: 10px;
}

.fa-align-right {
  float: right;
}

.blk .date, .blk-closed .date, .blk-compare .date {
  display: block;
}

.publicaties-page .date {
  display: inline-block;
  float: right;
  font-weight: bold;
}

.search-list .search-list-result {
  margin-bottom: 2em;
}

.search-list-result .subtitle {
  font-weight: bold;
  margin: 0;
}

.meta-info {
  margin: 0;
  margin-top: 10px;
}

/* === Promoted link === */
.promoted-link {
  background-color: white;
  display: block;
  padding: .75em;
  margin-left: -1.8em;
  margin-bottom: 0.73333rem;
  text-decoration: none;
}
.promoted-link .fa {
  color: #777C00;
  margin-right: 3.125%;
}
.promoted-link .fa-angle-right {
  color: #154273;
  float: right;
  margin-right: 0;
}

.promoted-link:hover {
  text-decoration: none;
}

.promoted-link .fa {
  vertical-align: middle;
}

/* === Date badge === */
.date-badge {
  background: #777C00;
  color: white;
  display: inline-block;
  float: right;
  font-family: "RO-Serif";
  font-size: 19px;
  font-weight: normal;
  height: 50px;
  line-height: 21px;
  overflow: hidden;
  padding: 2px 5px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.social-link:hover {
  text-decoration: none;
}

@media (min-width: 1024px) {
  .bg-wrapper .sidebar,
  .bg-wrapper .main {
    padding-top: 2em;
  }
}

/* === Breadcrumb === */
.breadcrumb {
  margin-top: 0;
}

/**
 * Map and map canvas voor Google maps
 */
.map + .container .sidebar,
.map + .container .main {
  padding-top: 2em;
}
@media (min-width: 1024px) {
  .map + .container .sidebar,
  .map + .container .main {
    padding-top: 1em;
  }
}

.map + .container .sidebar-second {
  padding-top: 2em;
}

/**
 * Collapsible fields with remote content
 */
.remote-accordion {
  position: relative;
  overflow: hidden;
}
.remote-accordion.ui-accordion {
  margin-bottom: 0.36667rem;
}
.remote-accordion header h3, .remote-accordion header .content-intro, .remote-accordion header .content-header p, .content-header .remote-accordion header p, .remote-accordion header .sidebar .blk-closed .blk-title, .sidebar .blk-closed .remote-accordion header .blk-title, .remote-accordion header .sidebar .blk-compare .blk-title, .sidebar .blk-compare .remote-accordion header .blk-title {
  font-size: 15px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.46667rem;
  color: #154273;
  font-family: "Arial", sans-serif;
  margin: 0;
}
.remote-accordion header p {
  margin: 0;
}
.remote-accordion .btn {
  float: right;
}
@media (min-width: 1024px) {
  .remote-accordion .btn {
    position: absolute;
    bottom: 0;
    right: 1.46667rem;
  }
}

.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #d2d2d2;
  display: inline-block;
  padding: 5px 10px;
  margin: 1.46667rem 0;
}

/**
 * Vcard. Address information on detail page 
 */
.vcard {
  font-weight: bold;
  margin: 1.46667rem 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* === Tooltipster === */
.tooltipster-content dt {
  font-weight: bold;
}
.tooltipster-content dt:after {
  content: '';
}
.tooltipster-content .tooltipster-close {
  float: right;
}

.tooltipster-content .tooltipster-close {
  cursor: pointer;
  float: right;
  z-index: 9999;
}

.tooltipster-content .tooltipster-close:hover, .tooltipster-content .tooltipster-close:active {
  color: #154273;
}

.tooltipster-content .tooltipster-close .tooltipster-label {
  font-weight: bold;
  margin-right: 5px;
}

.tooltipster-content .tooltipster-close .tooltipster-label:hover, .tooltipster-content .tooltipster-close .tooltipster-label:active {
  text-decoration: underline;
}

.highcharts-container {
  max-width: 500px;
}

/* ----------- Vendor --------------*/
/* jQuery UI */
/*!
 * jQuery UI CSS Framework 1.11.1
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* 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;
  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-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.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;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 0 1em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.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;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.11.1
 * http://jqueryui.com
 *
 * Copyright 2014 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/?ffDefault=Arial%2C%20sans-serif&fwDefault=normal&fsDefault=1em&cornerRadius=0px&bgColorHeader=%23ffffff&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23dddddd&fcHeader=%23154273&iconColorHeader=%23154273&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23dddddd&fcContent=%235c5c5c&iconColorContent=%235c5c5c&bgColorDefault=%23e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23154273&iconColorDefault=%23154273&bgColorHover=%23ffffff&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23dddddd&fcHover=%23154273&iconColorHover=%23154273&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23dddddd&fcActive=%23154273&iconColorActive=%23154273&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23ffffff&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #154273;
  font-weight: bold;
}

.ui-widget-header a {
  color: #154273;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6;
  font-weight: normal;
  color: #154273;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #154273;
  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 {
  border: 1px solid #dddddd;
  background: #ffffff;
  font-weight: normal;
  color: #154273;
}

.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 {
  color: #154273;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #dddddd;
  background: #ffffff;
  font-weight: normal;
  color: #154273;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #154273;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
  color: #363636;
}

.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: #fef1ec;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.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_5c5c5c_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_154273_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_154273_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_154273_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_154273_256x240.png");
}

.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_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-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: -64px -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: -64px -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: 0 -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: #ffffff;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}

/* Component containers
----------------------------------*/
#tabs .ui-tabs-nav a {
  font-size: 18px;
  font-size: 1.17rem;
  line-height: 22px;
  line-height: 1.46667rem;
  float: left;
  padding: .5em 1em;
  margin: 0;
}
#tabs .ui-tabs-nav li {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
#tabs .ui-tabs-nav li a {
  color: #154273;
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  #tabs .ui-tabs-nav li a {
    display: inline-block;
    width: auto;
  }
}
#tabs .ui-tabs-nav .ui-state-default {
  background-color: white;
}
#tabs .ui-tabs-nav .ui-state-active {
  background-color: #f3f3f3;
}
#tabs .ui-tabs-nav .ui-state-active a {
  color: black;
}
#tabs.ui-widget-content {
  border: none;
}
#tabs.ui-tabs .ui-tabs-nav {
  border: 0;
  padding: 0;
}
#tabs.ui-tabs .ui-tabs-nav li {
  border-width: 1px;
  border-width: 0.06667rem;
  border-style: solid;
  padding: 21px;
  padding: 1.4rem;
  border-bottom: 0;
  padding: 0;
  margin: 0;
  margin-right: .5em;
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  #tabs.ui-tabs .ui-tabs-nav li {
    display: inline-block;
    width: auto;
  }
}
#tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  border-color: #f3f3f3;
}
#tabs .tab, #tabs.ui-tabs .ui-tabs-panel {
  background-color: #f3f3f3;
  border: 0;
  padding: 1.46667rem 3.125%;
}
#tabs .tab:after, #tabs.ui-tabs .ui-tabs-panel:after {
  content: "";
  display: table;
  clear: both;
}
#tabs.ui-tabs .ui-widget-header {
  margin: 0;
}

/* Interaction states
----------------------------------*/
/* Autocomplete */
.ui-menu {
  font-size: 15px;
  padding: 0 !important;
}

.ui-menu.ui-widget.ui-widget-content {
  border: solid 1px #0a223d;
  padding: 0;
}

.ui-menu .ui-menu-item {
  padding: 0;
}

.ui-autocomplete .ui-menu-item a {
  display: block;
  font-size: 15px;
  padding: 10px;
  text-decoration: none;
}

.ivho-autocomplete-icon-school,
.ivho-autocomplete-icon-school.ui-state-focus {
  background: url(img/icon-school.png) no-repeat right 10px center;
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi), (min-resolution: 1.3dppx) {
  .ivho-autocomplete-icon-school,
  .ivho-autocomplete-icon-school.ui-state-focus {
    background-image: url(img/icon-school-2x.png);
    background-size: 25px 25px;
  }
}

.ivho-autocomplete-icon-bestuur,
.ivho-autocomplete-icon-bestuur.ui-state-focus {
  background: url(img/icon-bestuur.png) no-repeat right 10px center;
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi), (min-resolution: 1.3dppx) {
  .ivho-autocomplete-icon-bestuur,
  .ivho-autocomplete-icon-bestuur.ui-state-focus {
    background-image: url(img/icon-bestuur-2x.png);
    background-size: 25px 25px;
  }
}

.ivho-autocomplete-icon-samenwerking,
.ivho-autocomplete-icon-samenwerking.ui-state-focus {
  background: url(img/icon-bestuur.png) no-repeat right 10px center;
}

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi), (min-resolution: 1.3dppx) {
  .ivho-autocomplete-icon-samenwerking,
  .ivho-autocomplete-icon-samenwerking.ui-state-focus {
    background-image: url(img/icon-bestuur-2x.png);
    background-size: 25px 25px;
  }
}
.ivho-autocomplete-icon-woonplaats,
.ivho-autocomplete-icon-woonplaats.ui-state-focus {
  background: url(img/icon-woonplaats.png) no-repeat right 10px center;
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi), (min-resolution: 1.3dppx) {
  .ivho-autocomplete-icon-woonplaats,
  .ivho-autocomplete-icon-woonplaats.ui-state-focus {
    background-image: url(img/icon-woonplaats-2x.png);
    background-size: 25px 25px;
  }
}

.ui-autocomplete a.ui-state-active,
.ui-autocomplete a.ui-state-focus {
  font-weight: bold;
  background-color: #D6D7B2;
  border: 0;
  margin: 0;
  text-decoration: none;
}

.ivho-autocomplete-info {
  display: block;
  font-weight: normal;
  color: #535353;
}

.collapsible-container {
  margin: 1.46667rem 0;
}

.collapsible, .collapsible-trigger,
.remote-accordion {
  border: solid 1px #d2d2d2;
}
.collapsible.ui-accordion .ui-accordion-header, .ui-accordion.collapsible-trigger .ui-accordion-header,
.remote-accordion.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0.36667rem 0;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%;
  font-weight: bold;
}
.collapsible.ui-accordion-header-active, .ui-accordion-header-active.collapsible-trigger,
.remote-accordion.ui-accordion-header-active {
  border-bottom: 0;
}
.collapsible.ui-accordion .ui-accordion-icons, .ui-accordion.collapsible-trigger .ui-accordion-icons,
.remote-accordion.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.collapsible.ui-accordion .ui-accordion-icons .ui-accordion-icons, .ui-accordion.collapsible-trigger .ui-accordion-icons .ui-accordion-icons,
.remote-accordion.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.collapsible.ui-accordion .ui-accordion-header .ui-accordion-header-icon, .ui-accordion.collapsible-trigger .ui-accordion-header .ui-accordion-header-icon,
.remote-accordion.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.collapsible.ui-accordion .ui-accordion-content, .ui-accordion.collapsible-trigger .ui-accordion-content,
.remote-accordion.ui-accordion .ui-accordion-content {
  padding: 0 1em;
  border-top: 0;
  overflow: auto;
}
.collapsible .ui-accordion-content, .collapsible-trigger .ui-accordion-content,
.remote-accordion .ui-accordion-content {
  padding: 0 3.125%;
}
.collapsible .ui-state-default, .collapsible-trigger .ui-state-default,
.collapsible .ui-widget-content .ui-state-default,
.collapsible-trigger .ui-widget-content .ui-state-default,
.collapsible .ui-widget-header .ui-state-default,
.collapsible-trigger .ui-widget-header .ui-state-default,
.remote-accordion .ui-state-default,
.remote-accordion .ui-widget-content .ui-state-default,
.remote-accordion .ui-widget-header .ui-state-default {
  border: 0;
  background: white;
  font-weight: normal;
  color: #154273;
}
.collapsible .ui-widget-content, .collapsible-trigger .ui-widget-content,
.remote-accordion .ui-widget-content {
  border: 0;
}

.remote-accordion.ui-accordion .ui-accordion-content {
  padding: 0 3.125%;
  padding-left: 2.2em;
}

/* Tooltipster */
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 5px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #333;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 18px 20px;
  overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: auto;
  overflow: visible;
}

.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.tooltipster-noir {
  border-radius: 0px;
  border: 3px solid #2c2c2c;
  background: #fff;
  color: #2c2c2c;
}

.tooltipster-noir .tooltipster-content {
  font-family: 'Georgia', serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
}

/*   *****************************************************
 *
 *   RIJKSOVERHEID.NL COOKIE OPT OUT
 *
 *   Presentation layer for screen and projection media
 *   Cookiebar stylesheet for able web devices
 *
 *   This should comply with Dutch web guidelines v2 and
 *   W3C CSS3 standards.
 *   See: http://versie2.webrichtlijnen.nl/
 *
 *   location: /presentation/screen-cookies.css
 *   version:  2.0
 *   date:     19-11-2013
 *
 *   *****************************************************
 */
/*   *****************************************************
 *
 *   CODING CONVENTIONS
 *
 *   - indent property-value pairs using double spaces;
 *   - place selectors, opening and closing brackets and
 *     property-value pairs on their own, separate lines;
 *   - use a consistent property order (as shown below);
 *   - use shorthand for font, border, padding, margin
 *     and background properties if possible;
 *   - use full six digit hex codes for colours;
 *   - work from general to specific (in order of
 *     increasing specificity);
 *   - avoid use of !important (preferably limited to
 *     Internet Explorer stylesheets only!);
 *   - use percentages to declare relative font sizes;
 *   - omit units when declaring line-heights as not to
 *     break inheritance of relative line-height.
 *
 */
.cookie-wrapper {
  background-color: white;
}

.cookie {
  padding-bottom: 10px;
  background: url(images/cookiebar-shadow-end.png) no-repeat 0 100%;
  /* Bottom background with shadow */
  position: relative;
  top: 0;
  /* Correction for RO padding in sample template. Tweak for implementation! */
}
@media (min-width: 1024px) {
  .cookie {
    width: 960px;
    margin: 0 auto;
  }
}

.cookie p {
  margin: 0;
  padding: 8px 20px 12px;
  background: url(images/cookiebar-shadow-repeater.png) repeat-y;
  /* Main lightgreen background with shadow */
  font: 1em/1.2 'Verdana','Geneva',sans-serif;
}

/* IE Fixes */
* html .cookie {
  position: absolute;
  height: 1%;
}

/* ---------- Modules ---------- */
.main-header {
  background-color: white;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  border-bottom: solid 5px #777C00;
}
@media (min-width: 1024px) {
  .main-header {
    height: 8.8rem;
    border: none;
  }
}
.main-header .container {
  position: relative;
}
@media (min-width: 1024px) {
  .main-header .container {
    padding-top: 1.46667rem;
  }
}

.content-header {
  background-color: white;
  margin: 0;
  padding: 2.93333rem 0;
}
.content-header .container {
  position: relative;
}
.content-header h1 {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.content-header p {
  font-family: "RO-serif", serif;
  margin: 0;
}

span.logo {
  background: url(img/logo-insp-onderw.svg) white no-repeat center top;
  display: block;
  background-size: 203px 77px;
  height: 77px;
  width: 203px;
  margin-left: auto;
  margin-right: auto;
}

/* --- Main Footer --- */
.main-footer:before {
  background-color: #154273;
  content: " ";
  display: block;
  height: 22px;
  left: 50%;
  margin-left: -22px;
  position: absolute;
  top: -24px;
  width: 44px;
  z-index: 100;
}

.main-footer {
  background-color: #f3f3f3;
  border-top: solid 2px #154273;
  position: relative;
}
@media (min-width: 1024px) {
  .main-footer {
    margin-top: 0rem;
  }
}
.main-footer .blk .blk-title, .main-footer .blk-closed .blk-title, .main-footer .blk-compare .blk-title {
  color: #535353;
}

.main-footer-inner {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  bottom: 0;
}
.main-footer-inner:after {
  content: "";
  display: table;
  clear: both;
}
.main-footer-inner section {
  width: 31.25%;
  float: left;
  margin-right: 3.125%;
}
.main-footer-inner section:nth-child(3n + 3) {
  float: right;
  margin-right: 0;
}
.main-footer-inner section:nth-child(4n + 4) {
  clear: both;
}

/* --- Article Footer --- */
.article-footer {
  border-top-width: 3px;
  border-top-width: 0.2rem;
  border-top-style: solid;
  padding-top: 19px;
  padding-top: 1.26667rem;
  margin-top: 1.46667rem;
}

/* --- Footer Block --- */
.footer-block {
  background-color: #004075;
  height: 25px;
  width: 44px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -27px;
}

.primary-navigation {
  background-color: #777C00;
}
.primary-navigation:after {
  content: "";
  display: table;
  clear: both;
}

.primary-navigation .container {
  padding: 0;
}
.primary-navigation ul {
  list-style: none;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.primary-navigation ul li {
  font-family: "RO-Serif";
  font-weight: bold;
  font-size: 18px;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.primary-navigation ul a {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  border-bottom: solid 1px #D6D7B2;
  color: white;
  display: block;
  float: none;
  padding: 0.73333rem;
  text-decoration: none;
  transition: .175s background,  .175s color;
}
.primary-navigation ul a.active, .primary-navigation ul a:hover {
  color: black;
  background: #D6D7B2;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .primary-navigation ul a {
    border: none;
    float: left;
  }
}

.service-menu {
  font-size: 11px;
  font-size: 0.73333rem;
  line-height: 22px;
  line-height: 1.46667rem;
  font-family: Verdana;
  font-weight: bold;
  float: none;
  margin: 1.46667rem 1em;
}
.service-menu li {
  display: block;
  margin-right: 5px;
}
.service-menu li:last-child {
  margin-right: 0;
}
.service-menu a {
  color: #535353;
  display: block;
}
@media (min-width: 1024px) {
  .service-menu {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 1em;
  }
  .service-menu li {
    display: inline-block;
  }
}

.primary-navigation .search {
  float: none;
  width: 100%;
  padding: 1.46667rem;
}
@media (min-width: 1024px) {
  .primary-navigation .search {
    float: right;
    width: 20%;
    margin-top: 6px;
    padding: 0;
  }
}

.pager {
  margin-top: 22px;
  margin-top: 1.46667rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 22px;
  margin-bottom: 1.46667rem;
  text-align: center;
  width: 100%;
}
.pager li {
  background-color: #f3f3f3;
  display: inline-block;
  line-height: 2.2rem;
  height: 2.2rem;
  width: 2.2rem;
  text-align: center;
}
.pager li.previous {
  float: left;
}
.pager li.next {
  float: right;
}
.pager li a {
  display: block;
  height: 2.2rem;
  width: 2.2rem;
}
.pager li a:hover {
  background-color: #d9d9d9;
}
.pager li.active a {
  color: #535353;
}

.blk .pager a, .blk-closed .pager a, .blk-compare .pager a {
  padding: 0;
}
.blk .pager li, .blk-closed .pager li, .blk-compare .pager li {
  display: inline-block;
}
.blk .pager .next, .blk-closed .pager .next, .blk-compare .pager .next, .blk .pager .previous, .blk-closed .pager .previous, .blk-compare .pager .previous {
  background-color: white;
}

.tab ul.pager {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.tab ul.pager li {
  background: none;
}

.jcarousel ul {
  margin: 0;
}

/* === Hero === */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 10.26667rem;
}
.hero:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .hero {
    min-height: 20.53333rem;
    margin: 0 auto;
    max-width: 1920px;
  }
}
.hero .hero-image {
  min-width: 100%;
  max-width: 100%;
  top: 0;
  display: block;
  position: absolute;
  z-index: -1;
}
@media (min-width: 1024px) {
  .hero .hero-image {
    left: 0;
  }
}

.hero-visual + .container {
  margin-top: rhtyhm(1);
}

.hero-visual img {
  display: block;
}

button,
input {
  line-height: 1em;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 6px;
  padding-top: 0.36667rem;
  padding-bottom: 6px;
  padding-bottom: 0.36667rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  background-color: #5c5c5c;
  border: solid 1px #0a223d;
  color: white;
  font-weight: bold;
}

button:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled,
input[type="button"]:disabled {
  background: #535353;
}

button.action,
input[type="submit"].action,
input[type="reset"].action,
input[type="button"].action {
  background-color: #154273;
  border: solid 1px #0a223d;
}

button.action:disabled,
input[type="submit"].action:disabled,
input[type="reset"].action:disabled,
input[type="button"].action:disabled {
  background: #535353;
}

/*------------------------------------------------------------------------------
Form defaults
------------------------------------------------------------------------------*/
.ivho-form button,
.ivho-form input,
.ivho-form optgroup,
.ivho-form select,
.ivho-form textarea {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #0a223d;
}
.ivho-form input, .ivho-form button {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 6px;
  padding-top: 0.36667rem;
  padding-bottom: 6px;
  padding-bottom: 0.36667rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding-left: .5em;
  padding-right: .5em;
}
.ivho-form input[type="radio"],
.ivho-form input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
  margin-top: 4px;
  vertical-align: top;
  height: auto;
}
.ivho-form input[type="text"],
.ivho-form input[type="text"]:focus,
.ivho-form textarea:focus {
  color: black;
}
.ivho-form input[type="text"], .ivho-form textarea {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/*------------------------------------------------------------------------------
IVHO - Default form
------------------------------------------------------------------------------*/
.ivho-form {
  font-family: Arial, sans-serif;
  font-size: 15px;
  overflow: hidden;
}
.ivho-form label {
  display: block;
  cursor: pointer;
}
.ivho-form .description {
  padding: 0;
}
.ivho-form .form-item {
  clear: both;
  margin-bottom: 0.36667rem;
}
.ivho-form .form-item p {
  margin: 0;
}

.blk > .ivho-form, .blk-closed > .ivho-form, .blk-compare > .ivho-form {
  padding: 0 0 1.46667rem 0;
}
.blk > .ivho-form input[type=text], .blk-closed > .ivho-form input[type=text], .blk-compare > .ivho-form input[type=text] {
  margin-bottom: .5em;
  width: 100%;
}

/*------------------------------------------------------------------------------
Two column 
------------------------------------------------------------------------------*/
.two-col {
  margin-bottom: 1.46667rem;
}
.two-col:after {
  content: "";
  display: table;
  clear: both;
}
.two-col fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.two-col fieldset fieldset legend {
  margin: 0;
}
@media (min-width: 1024px) {
  .two-col fieldset fieldset label {
    display: block;
    margin-left: 35%;
  }
}
.two-col legend {
  font-weight: bold;
  margin: 1em 0;
}
.two-col legend.shy {
  font-weight: normal;
}
.two-col label {
  display: block;
}
@media (min-width: 1024px) {
  .two-col label {
    display: inline-block;
    vertical-align: top;
    width: 35%;
  }
}
.two-col input[type=text], .two-col input[type=email], .two-col textarea {
  width: 100%;
}
@media (min-width: 1024px) {
  .two-col input[type=text], .two-col input[type=email], .two-col textarea {
    float: right;
    width: 65%;
  }
}
.two-col input[type=file] {
  background-color: white;
  padding: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .two-col input[type=file] {
    float: right;
    width: 65%;
  }
}
.two-col button[type=submit], .two-col button[submit=reset] {
  margin-top: 1em;
}
.two-col button {
  width: auto;
}
.two-col input[type=checkbox], .two-col input[type=radio] {
  height: auto;
}
.two-col .form-item {
  background-color: #eee;
  padding: 10px;
}
.two-col .form-item:after {
  content: "";
  display: table;
  clear: both;
}
.two-col .form-text {
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  vertical-align: top;
  width: 63%;
}
.two-col .description {
  clear: both;
  display: block;
  font-size: 0.8em;
  margin-left: 0;
  padding: 5px 5px 0 0;
  width: 63%;
}
@media (min-width: 1024px) {
  .two-col .description {
    margin-left: 35%;
  }
}

.columns {
  margin-bottom: .5em;
}
.columns .form-item {
  padding-left: 2.5em;
  position: relative;
  margin: 0;
}
.columns input[type=checkbox], .columns label {
  line-height: 24px;
}
.columns label {
  display: block;
  width: 100%;
  /* IE won't wrap label without this */
  padding-right: 25px;
}
.columns input[type=radio],
.columns input[type=checkbox] {
  left: 10px;
  top: 15px;
  margin: 0;
  padding: 0;
  /* Fix with IE */
  position: absolute;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
Form messages
------------------------------------------------------------------------------*/
.single-line-search {
  display: inline-block;
  margin-top: 6px;
  width: 100%;
}
.single-line-search input[type=text] {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  border-right: 0;
  float: left;
  width: 80%;
}
.single-line-search button {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  border-left: 0;
  float: right;
  width: 20%;
}

@media (min-width: 1024px) {
  .main-search {
    float: right;
    width: 20%;
  }
}

.sidebar .single-line-search {
  margin-bottom: 1.46667rem;
}

/*------------------------------------------------------------------------------
Form messages
------------------------------------------------------------------------------*/
.msg {
  color: black;
  padding: 1em;
  margin-bottom: 1em;
}
.msg.msg-error {
  background-color: #fab2bd;
}
.msg .msg-title {
  color: black;
  margin-top: 0;
}

.form-item.has-error label, .form-item.has-error legend {
  color: red;
}
.form-item.has-error input, .form-item.has-error textarea {
  border-color: red;
}

.mandatory {
  margin-bottom: -1.8em;
  text-align: right;
}

/*------------------------------------------------------------------------------
IVHO filter form
------------------------------------------------------------------------------*/
.ivho-inline-filter-form .form-item {
  display: inline-block;
}
.ivho-inline-filter-form option {
  padding: 0.36667rem 0.5em;
}

/*------------------------------------------------------------------------------
Misc
------------------------------------------------------------------------------*/
.ivho-label {
  display: inline-block;
  font-weight: bold;
  margin-right: 2em;
  width: 45%;
}

.newsletter input[type="text"] {
  width: 65%;
}
.newsletter input[type="submit"] {
  width: 29%;
}

.sidebar .zoek-en-vergelijk {
  margin-bottom: 2em;
}

.ivho-filter-form {
  margin-bottom: 2.93333rem;
}
.ivho-filter-form fieldset, .ivho-filter-form .fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.ivho-filter-form fieldset:first-child {
  margin-top: 0;
}
.ivho-filter-form .fieldset:first-of-type {
  border-top: solid 2px #d2d2d2;
}
.ivho-filter-form .fieldset {
  border-bottom: solid 2px #d2d2d2;
  padding: 1.46667rem 0;
  margin: 0;
  position: relative;
}
.ivho-filter-form legend {
  color: #535353;
  float: left;
  font-size: 18px;
  font-weight: bold;
  width: 190px;
  width: 86%;
  margin-bottom: 1.46667rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ivho-filter-form .form-item {
  display: block;
  padding-left: 1.5em;
  position: relative;
  margin: 0.73333rem 0;
}
.ivho-filter-form input[type=checkbox], .ivho-filter-form label {
  line-height: 24px;
}
.ivho-filter-form label {
  display: block;
  font-weight: bold;
  max-width: 100%;
  /* IE won't wrap label without this */
  padding-right: 25px;
}
.ivho-filter-form input[type=radio],
.ivho-filter-form input[type=checkbox] {
  left: 0;
  border: none;
  top: 5px;
  margin: 0;
  padding: 0;
  /* Fix with IE */
  position: absolute;
  vertical-align: top;
}
.ivho-filter-form .is-active label:after {
  font-family: "FontAwesome";
  content: '\f057';
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  text-align: center;
}
.ivho-filter-form .is-active input[type=checkbox],
.ivho-filter-form .is-active input[type=radio] {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.ivho-collapsible-filter-form {
  /* form element filter tab2 MBO */
  /* form and table elements in FireFox */
  /* form and table elements in Chrome */
}
.ivho-collapsible-filter-form .fieldset {
  border: none;
  margin: 0 0 1em 0;
  padding: 32px 0 1.46667rem 0;
}
.ivho-collapsible-filter-form .fieldset:first-of-type {
  border: 0;
}
.ivho-collapsible-filter-form legend {
  color: #535353;
  font-size: 15px;
  font-weight: normal;
  background-color: white;
  border: solid 1px #999;
  left: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 190px;
  width: 86%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ivho-collapsible-filter-form legend.is-disabled {
  background: #f3f3f3;
}
.ivho-collapsible-filter-form legend:after {
  font-family: "FontAwesome";
  content: '\f107';
  cursor: pointer;
  position: absolute;
  top: .4em;
  right: .7em;
}
.ivho-collapsible-filter-form legend .fieldset-legend {
  display: inline-block;
  height: 2em;
  width: 86%;
  overflow: hidden;
  padding: 5px 10px;
  vertical-align: middle;
}
.ivho-collapsible-filter-form .form-item:first-child {
  margin-top: 1em;
}
.ivho-collapsible-filter-form .form-item:last-child {
  margin-bottom: 0;
}
.ivho-collapsible-filter-form .ivho-icon-info {
  position: absolute;
  top: 4px;
  right: 0;
}
.ivho-collapsible-filter-form .is-active label:after {
  font-family: "FontAwesome";
  content: '\f057';
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  text-align: center;
}
.ivho-collapsible-filter-form .is-active input[type=checkbox],
.ivho-collapsible-filter-form .is-active input[type=radio] {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.ivho-collapsible-filter-form optgroup,
.ivho-collapsible-filter-form select,
.ivho-collapsible-filter-form textarea {
  padding: 0.3rem;
}
@-moz-document url-prefix() {
  .ivho-collapsible-filter-form input,
  .ivho-collapsible-filter-form button {
    padding: 0.575rem 0.5em;
  }
  .ivho-collapsible-filter-form optgroup,
  .ivho-collapsible-filter-form select,
  .ivho-collapsible-filter-form textarea {
    padding: 0rem;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ivho-collapsible-filter-form optgroup,
  .ivho-collapsible-filter-form select,
  .ivho-collapsible-filter-form textarea {
    padding: 0.25rem;
  }
  .ivho-collapsible-filter-form input {
    padding: 0.31rem;
  }
}

/* button equal size as search box */
.zoek-en-vergelijk button,
.single-line-search button {
  line-height: 1.15em;
}

/* form and table elements in FireFox */
@-moz-document url-prefix() {
  .zoek-en-vergelijk button,
  .single-line-search button {
    line-height: 1em;
  }
}
/* form and table elements in Chrome */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .zoek-en-vergelijk button,
  .single-line-search button {
    line-height: 1.15em;
  }
}
.form-item.form-akkoord {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

table {
  margin: 1.46667rem 0;
  width: 100%;
}

caption {
  font-weight: bold;
  padding: 0;
}

th, td, caption {
  text-align: left;
}

th, td {
  padding: 0;
  vertical-align: top;
}

.table td, .table th {
  padding: 0;
  width: 2%;
}

.has-fill td, .has-fill th {
  padding: 0 3.125%;
}

.striped {
  border-color: #ebebda;
  border-collapse: collapse;
}
.striped th {
  border-right: solid 5px white;
}
.striped td, .striped th {
  margin-right: 5px;
  padding: 0.36667rem 0.73333rem;
}
.striped tbody tr:nth-child(odd) th, .striped tbody tr:nth-child(odd) td {
  background-color: #ebebda;
}

.selected td, .selected th {
  background-color: #ebebda;
}

.sidebar .striped th {
  border-color: #f3f3f3;
}

.compare-sheet {
  border: solid 1px white;
  border-spacing: 0;
  margin-bottom: 2em;
  table-layout: fixed;
  width: 500px;
}

.compare-sheet td,
.compare-sheet th {
  background-color: #eee;
  border: solid 10px white;
  border-top: 0;
  border-bottom: 0;
  padding: 10px 15px;
  vertical-align: top;
  width: 240px;
}

.compare-sheet tbody th {
  border-left: 0 !important;
  padding-left: 0 !important;
}

.compare-sheet td strong,
.compare-sheet th strong {
  color: black;
  font-weight: bold;
}

.compare-sheet tr.group td,
.compare-sheet tr.group th {
  padding: 5px 3.125%;
}

.compare-sheet tr.group-start td,
.compare-sheet tr.group-start th {
  border-top: solid 5px white;
  padding: 10px 15px;
  padding-bottom: 5px;
}

.compare-sheet tr.group-end td,
.compare-sheet tr.group-end th {
  border-bottom: solid 5px white;
  padding: 10px 15px;
  padding-top: 5px;
}

.compare-sheet tr.group-start.group-end td,
.compare-sheet tr.group-start.group-end th {
  border-top: solid 5px white;
  border-bottom: solid 5px white;
  padding: 10px 15px;
}

.compare-sheet .no-bg {
  background: none;
}

.rating-table td, .rating-table th {
  display: block;
  vertical-align: top;
  padding: 0;
}
@media (min-width: 1024px) {
  .rating-table.ivho-table th, .rating-table.ivho-table td {
    width: 50%;
  }
  .rating-table.ivho-table th {
    padding-right: 2.35%;
  }
  .rating-table.ivho-table td {
    padding-left: 2.35%;
  }
  .rating-table td, .rating-table th {
    display: table-cell;
    padding: 0.36667rem 0;
    vertical-align: middle;
    width: auto;
  }
}

.inset-content {
  border-left-width: 2px;
  border-left-width: 0.13333rem;
  border-left-style: solid;
  padding-left: 20px;
  padding-left: 1.33333rem;
  border-color: silver;
  padding-left: 1.46667rem;
  margin: 1.46667rem 0;
  margin-left: 1.46667rem;
}

.inset-content .rating-table.ivho-table th {
  width: 45.5%;
}

.datatable caption, .datatable th, .datatable td {
  padding: 0;
}

/* Table with background color */
.htmtableborders {
  border-collapse: separate;
  border-spacing: 0.2em;
}

.htmtableborders td,
.htmtableborders th {
  padding: 0.25em 0.8em 0.4em;
}

.htmtableborders th {
  background-color: #cfd0bf;
}

.htmtableborders td {
  background-color: #e7e8df;
}

.htmtableborders p {
  font-size: 1.1em;
  margin-bottom: 0;
}

@media (min-device-width: 320px) and (min-width: 320px) and (max-width: 768px) {
  .subconclusions-table.rating-table.ivho-table th,
  .subconclusions-table.rating-table.ivho-table td {
    display: block;
  }

  .standards-table.rating-table.ivho-table th,
  .standards-table.rating-table.ivho-table td {
    display: block;
  }
}
/* Alignment of MBO subconclusions, targetting IE9 with \9 */
.subconclusions-table.rating-table.ivho-table th,
.subconclusions-table.rating-table.ivho-table td {
  display: block \9;
}

.standards-table.rating-table.ivho-table {
  margin-left: 5em;
}

/* === Block === */
.blk, .blk-closed, .blk-compare {
  overflow: hidden;
  margin-bottom: 1.46667rem;
}

.blk-header {
  position: relative;
}

/* === Block with background === */
.blk-closed, .blk-compare {
  background-color: #f3f3f3;
  padding: 0 1.46667rem;
}
.blk-closed.subdued, .subdued.blk-compare {
  background-color: #D6D7B2;
}
.blk-closed.contrast, .contrast.blk-compare {
  background-color: #434343;
  color: white;
}
.blk-closed.contrast .blk-title, .contrast.blk-compare .blk-title {
  color: white;
}

/* Title block sidebar green */
.blk-closed.sidebar-title-green .blk-title, .sidebar-title-green.blk-compare .blk-title {
  font-size: 23px;
  font-size: 1.5rem;
  line-height: 33px;
  line-height: 2.2rem;
  margin-top: 22px;
  margin-top: 1.46667rem;
  margin-bottom: 22px;
  margin-bottom: 1.46667rem;
  color: #777C00;
  font-family: "RO-serif";
  font-weight: bold;
}

/* === Block for comparing schools === */
.blk-compare {
  background: none;
  padding: 0;
}
@media (min-width: 1024px) {
  .blk-compare {
    background-color: #f3f3f3;
    padding: 0 1.46667rem;
  }
}
.blk-compare input.action {
  width: 100%;
}
.blk-compare #result li {
  font-weight: bold;
  color: black;
  width: 100%;
}

.l-stacked {
  margin-bottom: 1.46667rem;
}
.l-stacked .blk, .l-stacked .blk-closed, .l-stacked .blk-compare,
.l-stacked .blk-closed,
.l-stacked .blk-compare {
  border-bottom-width: 5px;
  border-bottom-width: 0.33333rem;
  border-bottom-style: solid;
  padding-bottom: 17px;
  padding-bottom: 1.13333rem;
  border-color: white;
  margin-bottom: 0;
}

.link-rss {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 15px;
  float: right;
  padding: 10px 0 10px 10px;
}

.l-inline > li,
.l-inline > dd {
  display: inline;
}

.fa-ul.ivho-list,
.fa-ul.ivho-compact-list {
  margin: 1.46667rem 0 1.46667rem 1.8em;
}

.fa-ul.ivho-list .list-part {
  margin: 0;
}

.ivho-list {
  list-style-type: none;
  left: 0;
  margin: 1.46667rem 0;
}
.ivho-list li {
  margin: 0.73333rem 0;
  left: 0;
}

.ivho-list .ivho-list-icon {
  margin-right: 10px;
}

.ivho-list-icon-trailing {
  float: right;
  margin-right: 10px;
  transition: all .2s;
}

.ivho-list-icon-leading {
  margin-right: 10px;
}

.ivho-teaser-list {
  list-style-type: none;
}

.ivho-teaser-list .teaser {
  display: block;
}

.ivho-teaser-list.has-date-badge .teaser {
  float: left;
  width: 80%;
}

.ivho-teaser-list a {
  color: #535353;
}

.tab-content .ivho-legend {
  background-color: white;
  margin: 0;
  padding: 1em;
}

.basket-list {
  margin-top: 1.46667rem;
  float: right;
  margin-right: 9.375%;
}
@media (min-device-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .basket-list {
    margin-right: 15.625%;
  }
}
@media (min-width: 1024px) {
  .basket-list {
    float: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.ivho-list.contact-details {
  font-weight: bold;
  margin: 5px 0;
}
.ivho-list.contact-details li {
  margin: 0;
}

.search-list {
  border-bottom-width: 1px;
  border-bottom-width: 0.06667rem;
  border-bottom-style: solid;
  padding-bottom: 21px;
  padding-bottom: 1.4rem;
}

.search-list:last-child {
  border-bottom: 0;
}

.ivho-date-list {
  margin: 1.46667rem 0 1.46667rem 5.86667rem;
}

.ivho-date-list > li {
  position: relative;
}

.ivho-date-list .date-bullet {
  position: absolute;
  left: -6em;
  width: 6em;
}

.ivho-collapsible-list li {
  margin: 0;
}

dl {
  font-size: 15px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.46667rem;
}

dl.two-col dt, dl.two-col dd {
  display: block;
  width: 100%;
}
dl.two-col dt {
  clear: both;
}
dl.two-col dd {
  font-weight: bold;
}
dl.two-col dt {
  display: inline-block;
  float: left;
  width: 55%;
}
dl.two-col dt .has-info {
  padding-left: 31px;
  position: relative;
  width: 55%;
}
dl.two-col dt .has-info .ivho-icon-info {
  position: absolute;
  left: 0;
  top: 0;
}
dl.two-col dd {
  display: inline-block;
  float: left;
  width: 45%;
}
dl.two-col dd .has-info {
  position: relative;
  width: 45%;
}
dl.two-col dd .has-info .ivho-icon-info {
  position: absolute;
  right: -2em;
  top: 0;
}
dl.two-col .bring-me-down {
  padding-top: 1.46667rem;
}

dt:after {
  content: ':';
}
dt.no-colon:after {
  content: '';
}

.inset-content dl.two-col dt {
  width: 30%;
}

dl.two-col.dt-wide dt {
  width: 60%;
}
dl.two-col.dt-wide dd {
  width: 40%;
}

.dl-details dd {
  font-weight: bold;
  width: 100%;
}
.dl-details .has-info .ivho-icon-info {
  float: left;
  margin-right: 10px;
}
.dl-details .has-info + dd,
.dl-details .has-info + dt {
  padding-left: 32px;
}

dl.l-inline dt:before {
  content: "";
  display: block;
}
dl.l-inline dt, dl.l-inline dd {
  display: inline;
}

.search-results header + .ivho-collapsible-list {
  margin-top: 1em;
}

.search-results .org-details a {
  white-space: nowrap;
}

.navigation {
  padding-right: 100px;
}

.main-content {
  padding-bottom: 2.93333rem;
}
.main-content ul:not(.ivho-list),
.main-content ol:not(.ivho-list) {
  overflow: hidden;
}
.main-content ul:not(.ivho-list) li,
.main-content ol:not(.ivho-list) li {
  position: relative;
  left: 1.5em;
  padding-right: 1.5em;
}
.main-content .collapsible, .main-content .collapsible-trigger {
  margin-bottom: 0.73333rem;
}

/* Kleuren */
/* Overig */
.beoordeling .status-indicator {
  display: inline-block;
  line-height: 1em;
  vertical-align: middle;
}
.beoordeling .status-label {
  color: #535353;
  display: inline-block;
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 22px;
  line-height: 1.46667rem;
  font-weight: normal;
  line-height: 1em;
}

.onbekend {
  color: #999;
}
.onbekend .fa:before {
  font-family: "FontAwesome";
  content: "\f10c";
  /* Overrides circle with open circle icon */
}

/* 3-puntsschaal */
.driepuntsschaal.basis {
  color: #777c00;
}
.driepuntsschaal.zwak {
  color: #e17000;
}
.driepuntsschaal.zeerzwak {
  color: #d52b1e;
}

/* oordeelschaal */
.oordeelschaal {
  white-space: nowrap;
}
.oordeelschaal.goed {
  color: #275937;
}
.oordeelschaal.basis {
  color: #777c00;
}
.oordeelschaal.voldoende {
  color: #777c00;
}
.oordeelschaal.zwak {
  color: #d52b1e;
}
.oordeelschaal.onvoldoende {
  color: #d52b1e;
}
.oordeelschaal.zeerzwak {
  color: #990000;
}
.oordeelschaal.geen_samenvattend_oordeel {
  color: #000000;
}
.oordeelschaal.niet_tonen {
  color: #999;
}

.geen_oordeel .fa:before {
  font-family: "FontAwesome";
  content: "\f10c";
  /* Overrides circle with open circle icon */
}

.toezicht {
  font-weight: normal;
}

.toezicht-goed .status-indicator {
  color: #275937;
}

.toezicht-basis .status-indicator,
.toezicht-voldoende .status-indicator {
  color: #777c00;
}

.toezicht-zwak .status-indicator,
.toezicht-onvoldoende .status-indicator {
  color: #d52b1e;
}

.toezicht-zeerzwak .status-indicator,
.toezicht-zeer-slect .status-indicator {
  color: #990000;
}

.toezicht-onbekend .status-indicator,
.toezicht-geen_oordeel .status-indicator {
  color: white;
}

.toezicht-geen_samenvattend_oordeel .status-indicator {
  color: #000000;
}

/* 4-puntsschaal */
.vierpuntsschaal.goed, .vierpuntsschaal.toezicht-goed {
  color: #275937;
}
.vierpuntsschaal.voldoende {
  color: #777c00;
}
.vierpuntsschaal.onvoldoende {
  color: #d52b1e;
}
.vierpuntsschaal.slecht {
  color: #990000;
}

/* MBO Kwaliteit */
.mbo-kwaliteit.basis {
  color: #777c00;
}
.mbo-kwaliteit.onvoldoende {
  color: #ffb612;
}
.mbo-kwaliteit.zwak {
  color: #d52b1e;
}
.mbo-kwaliteit.zeerzwak {
  color: #d52b1e;
}

/* MBO Naleving & Examens */
.mbo-naleving-en-examens.basis {
  color: #777c00;
}
.mbo-naleving-en-examens.onvoldoende {
  color: #d52b1e;
}

/* Bestuur */
.bestuur.basis {
  color: #777c00;
}
.bestuur.aangepast {
  color: #d52b1e;
}

/* Ratings */
.rating {
  background-color: #D52B1E;
  color: white;
  display: inline-block;
  position: relative;
  line-height: 15px;
  height: 22px;
  vertical-align: middle;
  width: 175px;
}
.rating.rating-small {
  /* This is for single letter labels */
  width: 35px;
}
.rating .rating-label {
  line-height: 15px;
  height: 22px;
  position: absolute;
  padding: .2em 1em;
  left: 0;
  top: 0;
}

.rating-partial-score .rating-label {
  backgFround: #777c00;
  width: 70%;
}

.rating-full-score .rating-label {
  background: #777c00;
  width: 100%;
}

/* Rating split */
.rating-split {
  padding-left: 2.5em;
  position: relative;
}
.rating-split .rating-visual {
  background-color: white;
  border: 0;
  color: #D52B1E;
  height: 22px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 2em;
}
.rating-split .rating-label {
  color: #535353;
  display: inline-block;
  font-weight: bold;
}
.rating-split p {
  margin: 0;
}
.rating-split .rating-color-donkergroen {
  border: solid 1px #08120b;
  height: 20px;
  background-color: #275937;
}
.rating-split .rating-color-green {
  border: solid 1px #151600;
  height: 20px;
  background-color: #777c00;
}
.rating-split .rating-color-red {
  border: solid 1px #7c1911;
  height: 20px;
  background-color: #d52b1e;
}
.rating-split .rating-color-white {
  border: solid 1px #cccccc;
  height: 20px;
  background-color: white;
}

/* Legacy */
.toezicht {
  color: #535353;
  white-space: nowrap;
}

.toezicht .tooltip {
  float: right;
}

.tab-heading + .toezicht {
  margin-left: 1em;
  vertical-align: text-bottom;
}

/* Tekst beoordeling voor bestuur vernieuwd toezicht wijkt af */
.status-label.toezicht-bestuur {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #000000 !important;
}

th.toezicht-bestuur-standaard {
  color: #535353;
}

/* Bestuur oordeel onvoldoende 'oud' toezicht wordt vertaald naar een te lange tekst voor vergelijken */
.beoordeling.oordeelschaal.vergelijken {
  white-space: normal !important;
}

.fa-twitter-square {
  color: #4099FF;
}

.fa-facebook-square {
  color: #3B5998;
}

.fa-youtube-square {
  color: #C4302B;
}

.ivho-icon-info {
  width: 1.46667rem;
  height: 1.46667rem;
  background-color: white;
  border: solid 1px #f3f3f3;
  color: #777C00;
  display: inline-block;
  font-family: 'RO-serif';
  font-style: normal;
  font-weight: bold;
  text-align: center;
  float: right;
  line-height: 19px;
}
.ivho-icon-info:before {
  content: 'i';
}
.ivho-icon-info:hover {
  text-decoration: none;
}
.ivho-icon-info.active {
  background-color: #777C00;
  color: white;
}

.filter-group .tooltip.ivho-icon-info {
  margin-top: 4px;
}

.collapsible-container {
  position: relative;
  overflow: hidden;
}
.collapsible-container .collapsible, .collapsible-container .collapsible-trigger {
  display: inline-block;
  width: 91.60305%;
  float: left;
  margin-right: 0.76336%;
}
.collapsible-container .ivho-icon-info {
  position: absolute;
  top: 4px;
  right: 0;
}

.collapsible-trigger {
  background-color: white;
  display: inline-block;
  font-weight: bold;
  width: 100%;
}

.no-js .collapsible-trigger {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.org-title {
  margin-bottom: 0;
}

.org-details td, .org-details th {
  padding: 0.36667rem 0;
}

.org-details tr td:first-child {
  width: 50%;
}

img {
  max-width: 100%;
}

figure {
  clear: both;
  padding-bottom: 0.73333rem;
}
figure.full {
  margin: 0;
  width: 100%;
  margin: 1.46667rem 0;
}
figure.left-50 {
  width: 47.61905%;
  float: left;
  margin: 0 4.7619% 0 0;
}
figure.right-50 {
  width: 47.61905%;
  float: right;
  margin: 0 0 0 4.7619%;
}
figure.left-25 {
  width: 23.25581%;
  float: left;
  margin: 0 4.7619% 0 0;
  clear: both;
}
figure.right-25 {
  width: 23.25581%;
  float: right;
  margin: 0 0 0 4.7619%;
  clear: both;
}
@media (min-device-width: 320px) and (min-width: 320px) and (max-width: 768px) {
  figure.right-25 {
    float: none;
    margin: 0;
    width: 100%;
  }
}
figure img {
  display: block;
  margin-bottom: 0.73333rem;
  width: 100%;
}

.sidebar .content figure {
  width: 100% !important;
  margin: 0;
}

figcaption {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 22px;
  line-height: 1.46667rem;
  color: #535353;
  font-family: sans-serif;
  font-weight: normal;
}

#map-canvas {
  border-bottom: solid 3px #777C00;
  min-height: 200px;
  max-height: 450px;
  margin: 0 !important;
}

.school-detail #map-canvas {
  border: none;
}

#map-canvas img {
  max-width: none;
}

.map {
  position: relative;
}

#map-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #777C00;
  border: none;
  display: block;
  font-size: 2em;
  height: 30px;
  left: 0;
  margin: -15px auto 0;
  position: absolute;
  padding: 0;
  right: 0;
  width: 42px;
}
#map-control .map-control-label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.infoWindow, .gm-style-iw {
  font-family: Arial, sans-serif;
}
.infoWindow .org-title, .gm-style-iw .org-title {
  margin: 0.36667rem 0;
}
.infoWindow .address, .gm-style-iw .address {
  display: block;
}
.infoWindow .org-details, .infoWindow table, .gm-style-iw .org-details, .gm-style-iw table {
  margin: 0.36667rem 0;
}
.infoWindow .org-details tr td:first-child, .infoWindow table tr td:first-child, .gm-style-iw .org-details tr td:first-child, .gm-style-iw table tr td:first-child {
  width: auto;
}
.infoWindow .org-details td, .infoWindow .org-details th, .infoWindow table td, .infoWindow table th, .gm-style-iw .org-details td, .gm-style-iw .org-details th, .gm-style-iw table td, .gm-style-iw table th {
  padding: 0;
}

.gm-style-iw {
  width: 230px;
}

.search-bar {
  background-color: #434343;
  padding: 0.73333rem 0;
}

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
  position: relative;
  overflow: hidden;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel > ul {
  width: 200em;
  position: relative;
  /* Optional, required in this case since it's a <ul> element */
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
  /* Required only for block elements like <li>'s */
  display: block;
  float: left;
  width: 30%;
}
@media (min-width: 1024px) {
  .jcarousel li {
    width: auto;
  }
}

.jcarousel .list-part {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .jcarousel .list-part {
    width: 270px;
  }
}

@media (min-width: 1024px) {
  .jcarousel .list-part a {
    width: 220px;
  }
}

.jcarousel li li {
  float: none;
}

.jcarousel-pagination {
  display: inline;
}

.jcarousel-wrapper a {
  display: block;
}

.jcarousel-pagination li a {
  color: #d2d2d2;
}

.jcarousel-pagination li.active a {
  color: #154273;
}

.sec-form {
  float: right;
  overflow: hidden;
}
.sec-form label, .sec-form button.button {
  display: inline-block;
}
.sec-form label {
  color: #154273;
  font-weight: bold;
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
@media (min-device-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .sec-form label {
    position: relative !important;
    clip: auto;
  }
}
@media (min-width: 1024px) {
  .sec-form label {
    position: relative !important;
    clip: auto;
  }
}
.sec-form button.button {
  font-size: .8em;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
.sec-form button.button .fa {
  vertical-align: middle;
}

.compare-sheet .sec-form label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.content-header .sec-form {
  bottom: 0;
  position: absolute;
  right: 3.125%;
}
@media (min-width: 1024px) {
  .content-header .sec-form {
    right: 0;
  }
}
.content-header .sec-form button {
  padding: 0;
}

.chosen label {
  color: #535353;
}
.chosen .button {
  background-color: #535353;
}

#result {
  margin-bottom: 1em;
}
#result > li {
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #dadada;
  padding: 0;
  padding-bottom: 1em;
  margin: 0;
  margin-bottom: 1em;
}
#result > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#result p {
  width: 100%;
}
#result .course-name {
  margin: 0;
}
#result .remove-item {
  position: absolute;
  right: 0;
  top: 0;
}
#result .school-name {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4em;
  margin: 0;
}

.hero-visual .container {
  padding: 0;
}
.hero-visual .zoek-en-vergelijk {
  margin-top: 8.06667rem;
  margin-bottom: 0;
  padding: 0 1.46667rem;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  zoom: 1;
}
@media (min-width: 1024px) {
  .hero-visual .zoek-en-vergelijk {
    margin: 8.8rem auto 0;
    width: 65.625%;
  }
}
.hero-visual #main-zoek-en-vergelijk {
  margin: 0;
  padding-top: 0;
}
.hero-visual #main-zoek-en-vergelijk:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .hero-visual #main-zoek-en-vergelijk {
    padding: 0.73333rem 0;
  }
}
.hero-visual #main-zoek-en-vergelijk input[type=text] {
  width: 100%;
  margin-bottom: 0.73333rem;
}
@media (min-width: 1024px) {
  .hero-visual #main-zoek-en-vergelijk input[type=text] {
    width: 74.80916%;
    float: left;
    margin-right: 0.76336%;
  }
}
@media (min-width: 1024px) {
  .hero-visual #main-zoek-en-vergelijk input[type=submit],
  .hero-visual #main-zoek-en-vergelijk button {
    width: 24.42748%;
    float: right;
    margin-right: 0;
  }
}

input[type="text"].placeholder {
  color: #535353;
}

.hero .zoek-en-vergelijk .blk-title {
  font-size: 30px;
  font-size: 2rem;
  line-height: 44px;
  line-height: 2.93333rem;
  margin: .5em 0;
  text-shadow: -1px -1px black;
}
@media (min-width: 1024px) {
  .hero .zoek-en-vergelijk .blk-title {
    font-size: 45px;
    font-size: 3rem;
    line-height: 55px;
    line-height: 3.66667rem;
    margin: 0;
    text-shadow: 1px 1px black;
  }
}

.dl {
  display: inline-block;
  position: relative;
  text-decoration: none;
  vertical-align: top;
  width: 100%;
}
.dl .button {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 11px;
  padding-top: 0.73333rem;
  padding-bottom: 11px;
  padding-bottom: 0.73333rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  width: 100%;
}
.dl .button:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .dl .button {
    width: 49.23077%;
    float: left;
    margin-right: 1.53846%;
  }
}
.dl .meta {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 22px;
  padding-top: 1.46667rem;
  padding-bottom: 22px;
  padding-bottom: 1.46667rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.dl .meta:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .dl .meta {
    width: 49.23077%;
    float: right;
    margin-right: 0;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 0px;
    padding-top: 0rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
}

table .dl {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 22px;
  padding-top: 1.46667rem;
  padding-bottom: 22px;
  padding-bottom: 1.46667rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
table .dl .button {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 6px;
  padding-top: 0.36667rem;
  padding-bottom: 6px;
  padding-bottom: 0.36667rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  width: 100%;
}
table .dl .meta {
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 22px;
  line-height: 1.46667rem;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 11px;
  padding-top: 0.73333rem;
  padding-bottom: 11px;
  padding-bottom: 0.73333rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  width: 100%;
}
table .dl .meta.mbo-date {
  width: 14.5%;
}

.button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none;
  color: white;
  display: inline-block;
  background-color: #154273;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #1d5b9e;
}
.button .fa {
  vertical-align: sub;
}

.filetype {
  white-space: nowrap;
}

/* RSS */
#rss-icon {
  float: right;
  position: relative;
  top: 30px;
}

#rss-icon a:hover {
  text-decoration: none;
}

/* end of RSS */
* {
  box-sizing: border-box;
}

#mainwrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

#mainwrapper:before,
#mainwrapper:after {
  content: " ";
  display: table;
}

#mainwrapper:after {
  clear: both;
}

#header {
  margin-left: -15px;
  margin-right: -15px;
}

#header:before,
#header:after {
  content: " ";
  display: table;
}

#header:after {
  clear: both;
}

#header .skiplinks {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

#header .skiplinks:before,
#header .skiplinks:after {
  content: " ";
  display: table;
}

#header .skiplinks:after {
  clear: both;
}

#header .logo {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

#header .logo:before,
#header .logo:after {
  content: " ";
  display: table;
}

#header .logo:after {
  clear: both;
}

#header .titlebar .wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

#header .titlebar .wrapper:before,
#header .titlebar .wrapper:after {
  content: " ";
  display: table;
}

#header .titlebar .wrapper:after {
  clear: both;
}

#header #search .wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 1200px;
}

#header #search .wrapper:before,
#header #search .wrapper:after {
  content: " ";
  display: table;
}

#header #search .wrapper:after {
  clear: both;
}

#header #search .wrapper form {
  left: 33.33333%;
  position: relative;
  float: left;
  width: 66.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #header #search .wrapper form {
    left: 75%;
  }
}
@media (min-width: 768px) {
  #header #search .wrapper form {
    float: left;
    width: 25%;
  }
}
#navigation .wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 1200px;
}

#navigation .wrapper:before,
#navigation .wrapper:after {
  content: " ";
  display: table;
}

#navigation .wrapper:after {
  clear: both;
}

#main {
  margin-left: -15px;
  margin-right: -15px;
}

#main:before,
#main:after {
  content: " ";
  display: table;
}

#main:after {
  clear: both;
}

#main .header .wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#main .header .wrapper:before,
#main .header .wrapper:after {
  content: " ";
  display: table;
}

#main .header .wrapper:after {
  clear: both;
}

#main #priority {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

#main #priority:before,
#main #priority:after {
  content: " ";
  display: table;
}

#main #priority:after {
  clear: both;
}

#main .headerImage .wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

#main .headerImage .wrapper:before,
#main .headerImage .wrapper:after {
  content: " ";
  display: table;
}

#main .headerImage .wrapper:after {
  clear: both;
}

#main .wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 1200px;
}

#main .wrapper:before,
#main .wrapper:after {
  content: " ";
  display: table;
}

#main .wrapper:after {
  clear: both;
}

#main .wrapper .decorative {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right !important;
  clear: right !important;
}

@media (min-width: 768px) {
  #main .wrapper .decorative {
    float: left;
    width: 25%;
  }
}
#main .wrapper .breaking {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  #main .wrapper .breaking {
    float: left;
    width: 100%;
  }
}
#main .wrapper #content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #main .wrapper #content {
    float: left;
    width: 100%;
  }
}
#main .wrapper #content.article {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #main .wrapper #content.article {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #main .wrapper #content.article {
    float: left;
    width: 66.66667%;
  }
}
#main .wrapper #aside {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}

@media (min-width: 768px) {
  #main .wrapper #aside {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #main .wrapper #aside {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  #main .wrapper #aside {
    margin-left: 8.33333%;
  }
}
@media (min-width: 768px) {
  #main .wrapper #aside {
    float: right !important;
    clear: right !important;
  }
}
@media (min-width: 992px) {
  #main .wrapper #aside {
    padding: 0 15px 0 15px;
  }
}
@media (max-width: 991px) {
  #main .wrapper #aside .block {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #main .wrapper #aside .block {
    float: left;
    width: 50%;
  }
}
#main .wrapper #follow-up {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  clear: none;
}

@media (min-width: 768px) {
  #main .wrapper #follow-up {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #main .wrapper #follow-up {
    float: left;
    width: 66.66667%;
  }
}
@media (max-width: 768px) {
  #main .wrapper #follow-up {
    clear: both;
  }
}
#main .wrapper #sitemap {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  clear: none;
}

@media (min-width: 768px) {
  #main .wrapper #sitemap {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #main .wrapper #sitemap {
    float: left;
    width: 66.66667%;
  }
}
@media (max-width: 768px) {
  #main .wrapper #sitemap {
    clear: both;
  }
}
@media (min-width: 992px) {
  #main .wrapper #sitemap {
    margin-left: -15px;
    padding-left: 30px;
  }
}
.colRow {
  margin-left: -15px;
  margin-right: -15px;
}

.colRow:before,
.colRow:after {
  content: " ";
  display: table;
}

.colRow:after {
  clear: both;
}

#logoBlock {
  margin-left: -15px;
  margin-right: -15px;
}

#logoBlock:before,
#logoBlock:after {
  content: " ";
  display: table;
}

#logoBlock:after {
  clear: both;
}

#logoBlock .wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

#logoBlock .wrapper:before,
#logoBlock .wrapper:after {
  content: " ";
  display: table;
}

#logoBlock .wrapper:after {
  clear: both;
}

#payoff {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

#payoff:before,
#payoff:after {
  content: " ";
  display: table;
}

#payoff:after {
  clear: both;
}

#footer {
  margin-left: -15px;
  margin-right: -15px;
}

#footer:before,
#footer:after {
  content: " ";
  display: table;
}

#footer:after {
  clear: both;
}

#footer .wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 1200px;
}

#footer .wrapper:before,
#footer .wrapper:after {
  content: " ";
  display: table;
}

#footer .wrapper:after {
  clear: both;
}

#footer .wrapper .column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #footer .wrapper .column {
    float: left;
    width: 33.33333%;
  }
}
.site.message .wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

.site.message .wrapper:before,
.site.message .wrapper:after {
  content: " ";
  display: table;
}

.site.message .wrapper:after {
  clear: both;
}

.site.message.login {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

.site.message.login:before,
.site.message.login:after {
  content: " ";
  display: table;
}

.site.message.login:after {
  clear: both;
}

@font-face {
  font-family: "RO Sans";
  font-style: normal;
  font-weight: normal;
  src: url("shared-ro/webfonts/RO-SansWebText-Regular.eot?") format("embedded-opentype"), url("shared-ro/webfonts/RO-SansWebText-Regular.woff") format("opentype"), url("shared-ro/webfonts/RO-SansWebText-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "RO Sans";
  font-style: italic;
  font-weight: normal;
  src: url("shared-ro/webfonts/RO-SansWebText-Italic.eot?") format("embedded-opentype"), url("shared-ro/webfonts/RO-SansWebText-Italic.woff") format("opentype"), url("shared-ro/webfonts/RO-SansWebText-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "RO Sans";
  font-style: normal;
  font-weight: bold;
  src: url("shared-ro/webfonts/RO-SansWebText-Bold.eot?") format("embedded-opentype"), url("shared-ro/webfonts/RO-SansWebText-Bold.woff") format("opentype"), url("shared-ro/webfonts/RO-SansWebText-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "RO Serif";
  font-style: normal;
  font-weight: normal;
  src: url("shared-ro/webfonts/RO-SerifWeb-Regular.eot?") format("embedded-opentype"), url("shared-ro/webfonts/RO-SerifWeb-Regular.woff") format("opentype"), url("shared-ro/webfonts/RO-SerifWeb-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'icomoon';
  src: url("shared-ro/webfonts/icomoon.eot?79933p");
  src: url("shared-ro/webfonts/icomoon.eot?79933p#iefix") format("embedded-opentype"), url("shared-ro/webfonts/icomoon.ttf?79933p") format("truetype"), url("shared-ro/webfonts/icomoon.woff?79933p") format("woff"), url("shared-ro/webfonts/icomoon.svg?79933p#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
.search-result-count,
#tabs .ui-tabs-nav a,
.blk-title,
h3,
.content-intro,
.content-header p,
.sidebar .blk-closed .blk-title,
.sidebar .blk-compare .blk-title,
h4,
h5,
h6,
p,
blockquote,
ul,
ol,
li,
table,
tr,
th,
td,
form,
fieldset,
legend,
button,
div,
object,
img {
  margin: 0;
  border: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  vertical-align: top;
}

h1,
h2,
.search-result-count,
#tabs .ui-tabs-nav a,
.blk-title,
h3,
.content-intro,
.content-header p,
.sidebar .blk-closed .blk-title,
.sidebar .blk-compare .blk-title,
h4,
h5,
h6 {
  font-weight: normal;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "RO Sans", Calibri, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.625;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #f3f3f3;
}

body:after {
  content: "mobile";
  display: none;
}

@media (min-width: 768px) {
  body:after {
    content: "tablet";
    display: none;
  }
}
@media (min-width: 992px) {
  body:after {
    content: "desktop";
    display: none;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 112.5%;
    -webkit-text-size-adjust: 112.5%;
  }
}
body #mainwrapper {
  background-color: #fff;
}

h1 {
  padding: 0 0 .3em 0;
  font-size: 1.625em;
  font-weight: normal;
  line-height: 1.1538em;
}

@media (min-width: 768px) {
  h1 {
    font-size: 1.75em;
    font-weight: normal;
    line-height: 1.1429;
  }
}
h2, .search-result-count, #tabs .ui-tabs-nav a, .blk-title {
  margin: .952em 0 .2em;
  font-size: 1.3125em;
  font-weight: bold;
  line-height: 1.2381;
}

@media (min-width: 992px) {
  h2, .search-result-count, #tabs .ui-tabs-nav a, .blk-title {
    margin: 2em 0 0.2em;
  }
}
h3, .content-intro, .content-header p, .sidebar .blk-closed .blk-title, .sidebar .blk-compare .blk-title {
  font-size: 1.125em;
  line-height: 1.4444;
  font-weight: bold;
}

a h3, a .content-intro, a .content-header p, .content-header a p, a .sidebar .blk-closed .blk-title, .sidebar .blk-closed a .blk-title, a .sidebar .blk-compare .blk-title, .sidebar .blk-compare a .blk-title {
  font-weight: bold;
}

h4 {
  font-weight: bold;
  font-style: normal;
}

h5 {
  font-style: italic;
}

p {
  margin-bottom: .8125em;
  line-height: 1.375em;
}

@media (min-width: 992px) {
  p {
    line-height: 1.625;
  }
}
pre {
  overflow: auto;
  white-space: pre-line;
  word-break: break-all;
}

em {
  font-style: italic;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg {
  display: block;
  width: 100%;
}

abbr {
  border-bottom: 1px dotted;
}

sub,
sup {
  font-size: .83333em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0.5em 0 20px;
}

@media (min-width: 992px) {
  dl {
    margin: 0.5em 0 30px;
  }
}
dl:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

dt {
  display: block;
  width: 6em;
  float: left;
  clear: left;
  font-weight: bold;
  line-height: 1.5;
}

dd {
  margin: 0 0 .5em 6.9em;
  line-height: 1.5;
}

a {
  color: #01689b;
  text-decoration: underline;
}

a:focus,
a:hover {
  text-decoration: underline;
  color: #154273;
}

a:visited {
  color: #767676;
}

a:focus h3, a:focus .content-intro, a:focus .content-header p, .content-header a:focus p, a:focus .sidebar .blk-closed .blk-title, .sidebar .blk-closed a:focus .blk-title, a:focus .sidebar .blk-compare .blk-title, .sidebar .blk-compare a:focus .blk-title,
a:hover h3,
a:hover .content-intro,
a:hover .content-header p,
.content-header a:hover p,
a:hover .sidebar .blk-closed .blk-title,
.sidebar .blk-closed a:hover .blk-title,
a:hover .sidebar .blk-compare .blk-title,
.sidebar .blk-compare a:hover .blk-title {
  text-decoration: underline;
  color: #154273;
}

a:focus h4,
a:hover h4 {
  text-decoration: underline;
  color: #154273;
}

a:focus {
  outline: 2px solid #82befb;
  outline-offset: 0;
}

#priority.carousel a:focus {
  outline: 2px solid #82befb;
  outline-offset: -2px;
}

.block-audio-video ul li.toggle h2 a:focus, .block-audio-video ul li.toggle .search-result-count a:focus, .block-audio-video ul li.toggle #tabs .ui-tabs-nav a a:focus, #tabs .ui-tabs-nav .block-audio-video ul li.toggle a a:focus, .block-audio-video ul li.toggle .blk-title a:focus {
  outline: 2px solid #82befb;
  outline-offset: -2px;
}

.block-audio-video ul li.toggle li.download a:focus {
  outline: 2px solid #82befb;
  outline-offset: -2px;
}

table {
  border-collapse: collapse;
  margin: 0 0 1.4em 0;
}

form table {
  margin-left: 0;
  margin-bottom: 0;
  min-width: 100%;
}

form table caption {
  color: #000;
  font-size: 1.3125em;
  font-weight: bold;
  line-height: 1.2381;
  margin: 0;
  padding: 4px 10px;
}

@media (min-width: 992px) {
  form table caption {
    padding: 4px 20px;
  }
}
form table td:last-child {
  width: 100%;
}

form fieldset table {
  margin-left: -10px;
}

h2 + table, .search-result-count + table, #tabs .ui-tabs-nav a + table, .blk-title + table {
  margin-top: 0.8em;
}

td,
th {
  padding: 4px 5px 5px;
  border-collapse: collapse;
  vertical-align: top;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #f3f3f3;
}

td:first-child,
th:first-child {
  border-left: none;
  padding-left: 10px;
}

td:last-child,
th:last-child {
  border-right: 0;
}

th {
  background-color: #e6e6e6;
  font-weight: bold;
}

th p,
td p {
  line-height: 1.5;
}

th p:last-child,
td p:last-child {
  margin-bottom: 0;
}

caption {
  padding-left: 10px;
  margin: 1em 0;
  color: #767676;
  line-height: 1.5;
  text-align: left;
}

caption .cite {
  display: block;
  margin-top: 0.40623em;
}

@media (min-width: 992px) {
  caption {
    padding-left: 20px;
  }
}
tfoot td {
  background-color: transparent;
}

@media (min-width: 992px) {
  table {
    width: auto;
    margin: 0 0 20px -10px;
  }

  td,
  th {
    padding: .6em 5px .6em;
    line-height: 1.5;
  }

  td:first-child,
  th:first-child {
    padding-left: 10px;
  }

  form table {
    margin-left: 0;
  }

  table tbody th {
    width: 25%;
  }
}
@media (min-width: 992px) {
  table {
    margin-left: -20px;
  }

  td:first-child,
  th:first-child {
    padding-left: 20px;
  }
}
time {
  display: inline-block;
}

address {
  font-style: normal;
}

.js-content {
  display: none;
}

.js .js-content {
  display: block;
}

.assistive {
  position: absolute !important;
  display: inline-block !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

img.lazy {
  display: none;
}

.js img.lazy {
  display: inline;
}

.home h1 {
  padding: 0;
}

.article h1 {
  margin-bottom: .7692em;
  padding-bottom: 1px;
  font-weight: bold;
  font-size: 1.625em;
  line-height: 1.1538em;
}

@media (min-width: 992px) {
  .article h1 {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .article h1 {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.1429;
  }
}
.superheading,
.subheading {
  color: #767676;
  font-size: 1.536em;
  font-weight: normal;
  line-height: 1.1429;
}

.superheading {
  margin: 0;
  margin-bottom: 0.15em;
}

.subheading {
  margin: -1em 0 1em;
}

.intro {
  margin-bottom: 0.9375em;
}

@media (min-width: 992px) {
  .intro {
    margin-bottom: 1.5238em;
  }
}
.intro p {
  font-size: 1.25em;
  line-height: 1.3em;
}

@media (min-width: 768px) {
  .intro p {
    font-size: 1.3125em;
    line-height: 1.5238;
  }
}
.lead p {
  font-size: 1.25em;
  line-height: 1.3em;
}

@media (min-width: 768px) {
  .lead p {
    font-size: 1.3125em;
    line-height: 1.5238;
  }
}
.article-meta {
  margin: 0 0 20px;
  color: #535353;
  font-style: normal;
  line-height: 1.64;
}

h1 + .article-meta {
  margin-top: -0.1875em;
}

h1.activity {
  margin-bottom: .125em;
  color: #000;
}

h1.activity + .article-meta {
  padding-left: 0;
  margin-bottom: 1.8em;
  margin-top: 0;
}

h1.activity + .subheading {
  margin: 0.2em 0;
}

.activity .meta strong {
  width: 5em;
  display: inline-block;
}

.meta {
  margin-bottom: 0;
  color: #767676;
  font-size: .8125em;
  line-height: 1.5;
  margin-top: 0;
}

@media (min-width: 992px) {
  .meta {
    margin-top: 0.5em;
  }
}
.meta + .meta {
  margin-top: 0;
}

.article ul {
  margin-bottom: .8em;
  display: table;
}

.article li {
  margin: .2em 0;
  padding-left: 20px;
  background: url(shared-ro/images/sprite-bullet.png) no-repeat 2px 0.7em;
  text-overflow: ellipsis;
}

.article ol {
  list-style-type: decimal;
  display: table;
}

.article ol.inside li {
  list-style-position: inside;
}

.article ol li {
  list-style-type: decimal;
  margin-left: 20px;
  padding-left: 0;
  background: 0;
}

.article .contentBox {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 10px;
}

.article .contentBox:before,
.article .contentBox:after {
  content: " ";
  display: table;
}

.article .contentBox:after {
  clear: both;
}

.article .contentBox h2, .article .contentBox .search-result-count, .article .contentBox #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .article .contentBox a, .article .contentBox .blk-title {
  margin-top: 10px;
}

.article img {
  max-width: 100%;
  height: auto;
}

.content-image-left,
.content-image {
  margin: .5em 0 .5em;
  position: relative;
  clear: both;
  display: block;
  max-width: 100%;
}

.content-image-left img,
.content-image img {
  max-width: 100%;
}

.content-image-left .caption,
.content-image .caption {
  margin-top: .40623em;
  margin-bottom: 3px;
  color: #767676;
  line-height: 1.3125;
  font-size: 1em;
}

.content-image-left .caption .cite,
.content-image .caption .cite {
  display: block;
  margin-top: 0.40623em;
}

.content-image-left .photo-credit,
.content-image .photo-credit {
  display: block;
  margin: .4063em 0 0;
  font-size: .8125em;
  line-height: 1.5;
  text-transform: uppercase;
}

.content-image-left + div,
.content-image + div {
  clear: both;
}

.content-image-left + div.intro,
.content-image + div.intro {
  clear: none;
}

.content-image-left {
  float: none;
  clear: left;
  margin-right: 0;
}

@media (min-width: 992px) {
  .article .content-image-left {
    float: left;
    margin-right: 20px;
  }

  .article .content-image-left img {
    width: auto;
  }
}
.scrollcontainer {
  margin: 0 -8px 30px;
  overflow: auto;
  font-size: 1em;
}

.scrollcontainer td:first-child,
.scrollcontainer th:first-child {
  padding-left: 8px;
}

.scrollcontainer table {
  margin-bottom: 0;
}

.scrollcontainer::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
}

.scrollcontainer::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #FFF;
  background-color: #f3f3f3;
}

@media (min-width: 992px) {
  .scrollcontainer {
    font-size: 1em;
  }

  .scrollcontainer table {
    margin-left: 0;
  }

  td.no-indent:first-child {
    padding-left: 5px;
  }

  form table + fieldset.navigation {
    padding-left: 0;
  }

  form table + fieldset.navigation div {
    padding-left: 25%;
  }

  table th.col-wide {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .scrollcontainer {
    margin: 0 0 30px -20px;
  }

  .scrollcontainer td:first-child,
  .scrollcontainer th:first-child {
    padding-left: 20px;
  }

  td.no-indent:first-child {
    padding-left: 5px;
  }
}
@media print {
  body {
    border: 0;
    font-size: 8pt !important;
  }

  a {
    color: #000;
    text-decoration: none;
  }

  p,
  h1,
  h2,
  .search-result-count,
  #tabs .ui-tabs-nav a,
  .blk-title,
  h3,
  .content-intro,
  .content-header p,
  .sidebar .blk-closed .blk-title,
  .sidebar .blk-compare .blk-title {
    orphans: 3;
    widows: 3;
  }

  h1,
  h2,
  .search-result-count,
  #tabs .ui-tabs-nav a,
  .blk-title,
  h3,
  .content-intro,
  .content-header p,
  .sidebar .blk-closed .blk-title,
  .sidebar .blk-compare .blk-title {
    page-break-after: avoid;
  }

  h1.info-1400 {
    color: #000;
  }

  pre,
  blockquote,
  tr,
  img,
  figure {
    page-break-inside: avoid;
  }

  table {
    width: 100%;
    margin: 1.64em 0 .82em;
    border-collapse: separate;
  }

  th,
  td,
  tbody th {
    padding: .4em .8em;
    border-bottom: .1pt solid #d9d9d9;
    border-top: 1px solid #000;
  }

  th {
    border-bottom: .2pt solid #01689b;
    color: #01689b;
  }

  tbody th {
    color: #535353;
  }

  caption {
    margin: 1.64em 0 .41em;
    color: #767676;
    text-align: left;
  }

  ol {
    margin: 0;
    padding: 0;
  }

  ol li {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  ol li ol {
    margin: 0;
    padding: 0;
  }

  ol li ol li {
    margin: 0 !important;
    padding: 0 !important;
  }

  .article li:before {
    content: "- ";
  }

  #content h2, #content .search-result-count, #content #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #content a, #content .blk-title,
  #content h3,
  #content .content-intro,
  #content .content-header p,
  .content-header #content p,
  #content .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed #content .blk-title,
  #content .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare #content .blk-title,
  #content h4,
  #content h5 {
    clear: left;
  }

  #content abbr {
    border: 0;
  }

  * #main a {
    color: #000;
    font-family: verdana, arial, geneva, sans-serif !important;
  }

  * + #main a {
    color: #000;
    font-family: verdana, arial, geneva, sans-serif !important;
  }

  #content ul {
    margin: 0.82em 0 1.64em;
  }

  #content li ul {
    margin: 0 0 0.82em;
  }

  #content ol {
    margin: 0.82em 0 1.64em;
  }

  #content li ol {
    margin: 0 0 0.82em;
  }

  #content ol li,
  #content li ol li {
    margin: 0 0 .2em 3em;
    padding: 0;
    list-style: decimal outside;
    line-height: 1.64;
  }

  #content li ol li {
    list-style: lower-alpha outside;
  }

  #content li ol li ol li {
    list-style: lower-roman outside;
  }

  #content .block li h3, #content .block li .content-intro, #content .block li .content-header p, .content-header #content .block li p, #content .block li .sidebar .blk-closed .blk-title, .sidebar .blk-closed #content .block li .blk-title, #content .block li .sidebar .blk-compare .blk-title, .sidebar .blk-compare #content .block li .blk-title {
    margin-top: 0;
  }

  .content-image {
    margin: 2.4em 0;
  }

  .content-image-left {
    margin: .41em;
    float: none !important;
  }

  .content-image .caption,
  .content-image-left .caption {
    margin: .6em 0 1.64em;
    color: #767676;
    font: 85%/1.4 verdana;
  }

  .intro {
    color: #01689b;
    font-size: 18pt;
    line-height: 1.33;
  }

  #content .intro p,
  #content .intro li {
    margin-bottom: 0;
    color: #000;
    font-family: arial, helvetica, univers, sans-serif;
    font-size: 13pt;
    font-weight: bold;
    line-height: 1.2em;
  }

  #content .intro ol,
  #content .intro ul {
    margin: 0.2em 0 0.5em;
  }

  .assistive {
    display: none !important;
  }

  .meta {
    color: #535353;
    font-style: normal;
    font-size: 85%;
    line-height: 1.64;
  }

  .article-meta {
    margin: 1.2em 0 .6em;
    color: #535353;
    font-style: normal;
    line-height: 1.64;
  }

  .superheading {
    margin: 0 0 .1em;
    color: #01689b;
    font: normal 167%/1.2 arial, helvetica, univers, sans-serif;
  }

  .subheading {
    margin: -.3em 0 .5em;
    color: #01689b;
    font: normal 167%/1.2 arial, helvetica, univers, sans-serif;
  }

  a.morelink,
  .morelink a,
  a.morelink:visited,
  .morelink a:visited {
    text-decoration: none;
  }

  .article {
    width: 66.7%;
    float: left;
  }

  #aside {
    width: 25%;
    float: right;
  }

  .decorative {
    display: none !important;
  }
}
pre,
code {
  padding: .2em .6em;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  font-size: 1em;
  color: #000;
  background-color: #f3f3f3;
  border-color: #ccc;
}

pre {
  white-space: pre;
  padding: 0.6em;
}

pre code {
  padding: 0;
  border: 0;
}

code {
  vertical-align: text-top;
  word-break: keep-all;
}

#mainwrapper {
  position: relative;
}

#header {
  background-color: #fff;
  position: relative;
}

#main {
  position: relative;
  background-color: transparent;
  padding-bottom: 60px;
}

#main .header {
  background-color: #e5f0f9;
}

@media (min-width: 768px) {
  #main .header {
    background-color: #e5f0f9;
  }
}
#content {
  margin-top: 40px;
}

#aside {
  margin-top: 40px;
}

.overview #content {
  clear: both;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .overview #content {
    width: auto;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .overview #content {
    padding-left: 20px;
  }
}
.overview #content h1 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.625em;
  line-height: 1.1538em;
}

@media (min-width: 768px) {
  .overview #content h1 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .overview #content h1 {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.1429;
  }
}
.overview #content h1.titleNoHeader {
  padding-left: 10px;
}

@media (min-width: 768px) {
  .overview #content h1.titleNoHeader {
    padding-left: 0;
  }
}
.overview #content .summary {
  padding-left: 10px;
}

@media (min-width: 768px) {
  .overview #content .summary {
    padding-left: 0;
  }
}
.overview #main .summary h2, .overview #main .summary .search-result-count, .overview #main .summary #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .overview #main .summary a, .overview #main .summary .blk-title {
  position: static;
}

#sitemap {
  background-color: #f3f3f3;
}

@media (min-width: 992px) {
  #sitemap {
    margin: 40px 0 0 0;
  }

  #follow-up + #sitemap {
    margin-top: 0;
  }
}
#sitemap h2, #sitemap .search-result-count, #sitemap #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #sitemap a, #sitemap .blk-title {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.4444;
  margin: 0.4em 0;
}

@media (min-width: 768px) {
  #sitemap h2, #sitemap .search-result-count, #sitemap #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #sitemap a, #sitemap .blk-title {
    margin: 1.2em 0;
  }
}
#sitemap .two-columns {
  padding-bottom: 20px;
}

#sitemap .common li ul {
  padding-top: 1px;
}

#sitemap a:visited {
  color: #01689b;
}

#sitemap a:visited:hover {
  color: #154273;
}

#sitemap h2 a:visited, #sitemap .search-result-count a:visited, #sitemap #tabs .ui-tabs-nav a a:visited, #tabs .ui-tabs-nav #sitemap a a:visited, #sitemap .blk-title a:visited {
  color: #000;
}

@media (min-width: 768px) {
  .sitemap .column h2, .sitemap .column .search-result-count, .sitemap .column #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .sitemap .column a, .sitemap .column .blk-title,
  .sitemap .column p {
    margin-left: 20px;
    padding-right: 10px;
  }

  .sitemap .column h2, .sitemap .column .search-result-count, .sitemap .column #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .sitemap .column a, .sitemap .column .blk-title {
    margin-top: 2.4em;
  }
}
#sitemap .hide {
  height: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.js #sitemap h2, .js #sitemap .search-result-count, .js #sitemap #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .js #sitemap a, .js #sitemap .blk-title {
  padding-right: 30px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAMAAAALbFwWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAAZQTFRFAAAA////pdmf3QAAAAJ0Uk5T/wDltzBKAAAAKklEQVR42mJg ZGCEAgZGBiCAskEsKA/MhFBQAqoALM0AVw7jMEINAQgwAAllADXUNN/xAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: right .5em;
  cursor: pointer;
}

.js #sitemap h2, .js #sitemap .search-result-count, .js #sitemap #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .js #sitemap a, .js #sitemap .blk-title {
  background-position: right 0.5em;
}

.js #sitemap h2.active, .js #sitemap .active.search-result-count, .js #sitemap #tabs .ui-tabs-nav a.active, #tabs .ui-tabs-nav .js #sitemap a.active, .js #sitemap .active.blk-title {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAMAAAALbFwWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAAZQTFRFAAAA////pdmf3QAAAAJ0Uk5T/wDltzBKAAAAKklEQVR42mJg BAEGBggFYUN4DFA2mMcAZsMIRpgSBga4cqhGKBukCCDAAAnNADW+Td05AAAAAElFTkSuQmCC");
}

.js #sitemap h2 a, .js #sitemap .search-result-count a, .js #sitemap #tabs .ui-tabs-nav a a, #tabs .ui-tabs-nav .js #sitemap a a, .js #sitemap .blk-title a,
.js #sitemap h2 a:hover,
.js #sitemap .search-result-count a:hover,
.js #sitemap #tabs .ui-tabs-nav a a:hover,
#tabs .ui-tabs-nav .js #sitemap a a:hover,
.js #sitemap .blk-title a:hover {
  text-decoration: none;
  color: #000;
}

@media (min-width: 992px) {
  #sitemap .hide {
    height: auto;
    overflow: visible;
  }

  #sitemap .two-columns.hide {
    padding-bottom: 20px;
  }

  .js #sitemap h2, .js #sitemap .search-result-count, .js #sitemap #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .js #sitemap a, .js #sitemap .blk-title,
  .js #sitemap h2.active,
  .js #sitemap .active.search-result-count,
  .js #sitemap #tabs .ui-tabs-nav a.active,
  #tabs .ui-tabs-nav .js #sitemap a.active,
  .js #sitemap .active.blk-title {
    padding-right: 0;
    background-image: none;
    cursor: default;
  }

  .js #sitemap h2 a, .js #sitemap .search-result-count a, .js #sitemap #tabs .ui-tabs-nav a a, #tabs .ui-tabs-nav .js #sitemap a a, .js #sitemap .blk-title a {
    color: #000;
  }

  .js #sitemap h2 a:hover, .js #sitemap .search-result-count a:hover, .js #sitemap #tabs .ui-tabs-nav a a:hover, #tabs .ui-tabs-nav .js #sitemap a a:hover, .js #sitemap .blk-title a:hover,
  .js #sitemap h2 a:focus,
  .js #sitemap .search-result-count a:focus,
  .js #sitemap #tabs .ui-tabs-nav a a:focus,
  #tabs .ui-tabs-nav .js #sitemap a a:focus,
  .js #sitemap .blk-title a:focus {
    color: #154273;
    text-decoration: underline;
  }
}
@media print {
  .wrapper {
    background: transparent !important;
  }

  #navigation,
  #footer,
  #follow-up,
  #sitemap,
  #search,
  #payoff,
  .skiplinks,
  #aside .block.notifications,
  .meta-info-1400,
  .download,
  .block.docs-pubs {
    display: none !important;
  }

  #aside .block #aside .block.news,
  #aside .block.spotlight,
  #aside .block.banner,
  .titlebar {
    display: block !important;
  }

  #aside .block h2, #aside .block .search-result-count, #aside .block #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #aside .block a, #aside .block .blk-title,
  #aside .block a,
  #aside .block div,
  #aside .block ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .titlebar {
    height: 30px;
    display: block !important;
    color: #000;
  }

  .logo img {
    height: 77px !important;
  }

  #header {
    height: 100px;
    padding: 0;
  }

  #header h1,
  #header a,
  #header img {
    display: block;
    text-decoration: none;
  }

  #header a:after,
  #header a:visited:after {
    content: "";
    display: none;
  }

  .article {
    padding-top: 0;
  }

  .sitemap.three-columns {
    margin-left: 0;
  }

  .sitemap.three-columns .column {
    width: 33% !important;
    float: left;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sitemap.three-columns .column li a:before {
    content: "-  ";
  }

  .sitemap.three-columns .column p {
    margin-left: 0;
  }

  .sitemap.three-columns h2, .sitemap.three-columns .search-result-count, .sitemap.three-columns #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .sitemap.three-columns a, .sitemap.three-columns .blk-title {
    padding-left: 0;
    margin-left: 0;
  }

  li,
  img {
    page-break-inside: avoid;
  }
}
.logo {
  overflow: hidden;
}

.logo .wrapper {
  margin: 0 0 0 50%;
}

.logo .wrapper img {
  display: inline-block;
  margin-left: -22px;
  margin-bottom: 10px;
}

.logo .wrapper a {
  display: inline-block;
}

.logo .wrapper a:focus {
  outline: 0;
}

.logo .wrapper a:focus img {
  outline: 2px solid #82befb;
}

.logo.left .wrapper {
  margin: 0;
}

.logo.left .wrapper img {
  margin-left: 0;
}

.campaign .logo .wrapper {
  height: 0;
}

.campaign .logo .wrapper img {
  top: 0;
  position: absolute;
  z-index: 999;
}

.titlebar {
  background-color: #cce0f1;
  min-height: 30px;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4em;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .titlebar {
    font-size: 1.3333em;
    line-height: 1.3333em;
  }
}
#search {
  font-size: .875em;
  height: 44px;
  background-color: #01689b;
}

#search p {
  margin: 0;
}

#search form {
  position: absolute;
  z-index: 1;
  margin: 10px 0 0 0;
}

#search form input {
  display: block;
  float: left;
  margin: 0;
  padding: 0 0 0 5px;
  width: 100%;
  height: 24px;
  border: 0;
  background-color: #fff;
  color: #112;
  font-weight: normal;
  border: 1px solid #fff;
  line-height: 1em;
}

#search form input[type=submit] {
  position: absolute;
  right: 15px;
  top: 0;
  width: auto;
  background: #e5f0f9 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAxQTFRFAWibmcPXOImx////cMSuLgAAAAR0Uk5T////AEAqqfQAAABBSURBVHjabI5JDgAwCAKx/P/PtaBdknIwGRcQZCAVXAIHpCEK9V3ZS4km+uRL9+br0gmedbqwPMrvELH968spwABl+gExsfnwvAAAAABJRU5ErkJggg==") no-repeat 6px 5px;
  border: 1px solid;
  border-color: #e5f0f9;
  color: #01689b;
  font-weight: normal;
  cursor: pointer;
  line-height: 1em;
  padding: 0 10px 0 25px;
  font-size: 1em;
}

#search form label {
  position: absolute !important;
  display: inline-block !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.skiplinks {
  position: relative;
}

.skiplinks p {
  margin: 0;
}

.skiplinks a {
  position: absolute !important;
  display: inline-block !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.skiplinks .assistive {
  position: absolute !important;
  display: inline-block !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

@media (max-width: 992px) {
  .skiplinks #skip-to-menu,
  .skiplinks #skip-to-menu:visited {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 1;
    display: block;
    float: left;
    clip: auto;
    margin: 0;
    padding: 4px 6px 4px 20px;
    width: auto;
    height: 24px;
    background: #cce0f1 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFAWib////rYYWUQAAAAJ0Uk5T/wDltzBKAAAAFUlEQVR42mJgwAoY4QCZSbFagAADAAkGACkXnxklAAAAAElFTkSuQmCC") no-repeat 6px 7px;
    color: #01689b;
    text-decoration: none;
    text-indent: 0;
    text-transform: capitalize;
    font-size: .875em;
    line-height: normal;
  }

  .hastitle .skiplinks #skip-to-menu,
  .hastitle .skiplinks #skip-to-menu:visited {
    top: 41px;
  }

  .skiplinks #skip-to-menu span,
  .skiplinks #skip-to-menu:visited span {
    display: none;
  }

  .skiplinks #skip-to-menu:after,
  .skiplinks #skip-to-menu:visited:after {
    content: "mobile";
    display: none;
  }
}
@media (min-width: 992px) {
  .skiplinks #skip-to-menu,
  .skiplinks a {
    font-size: 1em;
    line-height: 1em;
    position: absolute;
    top: -1000px;
    left: 20px;
    clip: auto;
    margin: 0;
    padding: 10px;
    height: auto;
    width: auto;
    background: 0;
    background-color: #cce0f1;
    border: 1px solid #01689b;
    color: #01689b;
    text-decoration: none;
    text-transform: none;
    bottom: auto;
    z-index: 999;
  }

  .skiplinks #skip-to-menu:focus,
  .skiplinks a:focus {
    top: -50px;
    left: 15px;
  }

  .skiplinks #skip-to-menu:after,
  .skiplinks a:after {
    content: "desktop";
    display: none;
  }

  .skiplinks #skip-to-menu span,
  .skiplinks a span {
    display: inline-block;
  }

  .skiplinks #skip-to-menu.fixeMobileNav,
  .skiplinks a.fixeMobileNav {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 1;
    display: block;
    float: left;
    clip: auto;
    margin: 0;
    padding: 4px 6px 4px 20px;
    width: auto;
    height: 24px;
    background: #cce0f1 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFAWib////rYYWUQAAAAJ0Uk5T/wDltzBKAAAAFUlEQVR42mJgwAoY4QCZSbFagAADAAkGACkXnxklAAAAAElFTkSuQmCC") no-repeat 6px 7px;
    color: #01689b;
    border: 0;
    text-decoration: none;
    text-indent: 0;
    text-transform: capitalize;
    font-size: .875em;
    line-height: normal;
  }

  .hastitle .skiplinks #skip-to-menu.fixeMobileNav,
  .hastitle .skiplinks a.fixeMobileNav {
    top: 41px;
  }

  .skiplinks #skip-to-menu.fixeMobileNav span,
  .skiplinks a.fixeMobileNav span {
    display: none;
  }

  .skiplinks #skip-to-menu.fixeMobileNav:after,
  .skiplinks a.fixeMobileNav:after {
    content: "mobile";
    display: none;
  }
}
@media (min-width: 1200px) {
  .skiplinks #skip-to-menu.fixeMobileNav {
    font-size: 0.77778em;
  }
}
#navigation {
  display: block;
  margin: 0 15px 0 15px;
}

.js #navigation {
  margin: 0 -15px 0 -15px;
}

#navigation h2, #navigation .search-result-count, #navigation #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #navigation a, #navigation .blk-title {
  position: absolute !important;
  display: inline-block !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

#navigation ul {
  background-color: #01689b;
  padding: 0 15px 0 0;
  margin: 0;
  display: block;
  clear: left;
}

#navigation ul li {
  list-style: none;
  width: 100%;
  float: none;
}

#navigation ul li a,
#navigation ul li a:visited {
  margin-left: 15px;
  display: block;
  padding: 5px 10px 5px 0;
  border-top: 1px solid #e5f0f9;
  font-size: 1em;
  line-height: 1.5em;
  text-decoration: none;
  color: #cce0f1;
  background-color: #01689b;
}

#navigation ul li a:hover,
#navigation ul li a:visited:hover {
  color: #cce0f1;
  background-color: #01689b;
}

@media (min-width: 1200px) {
  #navigation ul li a,
  #navigation ul li a:visited {
    line-height: 1.4em;
  }
}
#navigation ul li:nth-child(1) a {
  border-top: 0;
}

.js #navigation ul li:nth-child(1) a {
  border-top: 1px solid #e5f0f9;
}

#navigation ul li.selected a,
#navigation ul li.selected a:visited {
  font-weight: bold;
  color: #fff;
  background-color: #01689b;
}

#navigation ul:before,
#navigation ul:after {
  content: " ";
  display: table;
}

#navigation ul:after {
  clear: both;
}

@media (min-width: 480px) {
  #navigation ul li {
    width: 50%;
    float: left;
  }

  #navigation ul li:nth-child(2) a {
    border-top: 0;
  }

  .js #navigation ul li:nth-child(2) a {
    border-top: 1px solid #e5f0f9;
  }
}
@media (max-width: 992px) {
  #navigation.hide {
    height: 0;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  #navigation {
    height: 44px;
    width: 100%;
    position: absolute;
    top: -44px;
    margin: 0;
  }

  .js #navigation {
    margin: 0;
  }

  #navigation .wrapper h2, #navigation .wrapper .search-result-count, #navigation .wrapper #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #navigation .wrapper a, #navigation .wrapper .blk-title {
    position: absolute !important;
    display: inline-block !important;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
  }

  #navigation .wrapper ul {
    margin-left: 15px;
    padding: 0;
    display: inline-block;
  }

  #navigation .wrapper ul li {
    width: auto;
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
  }

  #navigation .wrapper ul li a,
  #navigation .wrapper ul li a:visited {
    border: 0;
    display: block;
    height: 44px;
    padding: 10px 10px 0 10px;
    margin: 0;
    background-color: transparent;
    color: #fff;
  }

  #navigation .wrapper ul li a:hover,
  #navigation .wrapper ul li a:visited:hover {
    color: #000;
    background-color: #e5f0f9;
  }

  #navigation .wrapper ul li:nth-child(1) a,
  #navigation .wrapper ul li:nth-child(2) a {
    border: 0;
  }

  #navigation .wrapper ul li.selected a,
  #navigation .wrapper ul li.selected a:visited {
    color: #000;
    background-color: #e5f0f9;
  }

  #navigation.fixeMobileNav {
    background-color: #01689b;
    display: block;
    position: relative;
    margin: 0 -15px 0 -15px;
    width: auto;
    height: auto;
    top: auto;
  }

  #navigation.fixeMobileNav.hide {
    height: 0;
    overflow: hidden;
  }

  #navigation.fixeMobileNav .wrapper ul {
    background-color: #01689b;
    padding: 0 15px 0 0;
    margin: 0;
    display: block;
    clear: left;
  }

  #navigation.fixeMobileNav .wrapper ul li {
    list-style: none;
    width: 50%;
    float: left;
  }

  #navigation.fixeMobileNav .wrapper ul li a,
  #navigation.fixeMobileNav .wrapper ul li a:visited {
    margin-left: 15px;
    display: block;
    padding: 5px 10px 5px 0;
    border-top: 1px solid #e5f0f9;
    font-size: 1em;
    line-height: 1.5em;
    height: auto;
    text-decoration: none;
    color: #cce0f1;
    background-color: #01689b;
  }

  #navigation.fixeMobileNav .wrapper ul li a:hover,
  #navigation.fixeMobileNav .wrapper ul li a:visited:hover {
    color: #cce0f1;
    background-color: #01689b;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  #navigation.fixeMobileNav .wrapper ul li a,
  #navigation.fixeMobileNav .wrapper ul li a:visited {
    line-height: 1.4em;
  }
}
@media (min-width: 992px) {
  #navigation.fixeMobileNav .wrapper ul li:nth-child(1) a,
  #navigation.fixeMobileNav .wrapper ul li:nth-child(2) a {
    border-top: 0;
  }

  .js #navigation.fixeMobileNav .wrapper ul li:nth-child(1) a,
  .js #navigation.fixeMobileNav .wrapper ul li:nth-child(2) a {
    border-top: 1px solid #e5f0f9;
  }

  #navigation.fixeMobileNav .wrapper ul li.selected a,
  #navigation.fixeMobileNav .wrapper ul li.selected a:visited {
    font-weight: bold;
    color: #fff;
    background-color: #01689b;
  }

  #navigation.fixeMobileNav .wrapper ul:before,
  #navigation.fixeMobileNav .wrapper ul:after {
    content: " ";
    display: table;
  }

  #navigation.fixeMobileNav .wrapper ul:after {
    clear: both;
  }
}
#logoBlock {
  margin-top: 30px;
  margin-bottom: 30px;
}

#logoBlock h2, #logoBlock .search-result-count, #logoBlock #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #logoBlock a, #logoBlock .blk-title {
  margin: 0;
  margin-bottom: 5px;
  color: #535353;
  font-weight: normal;
  font-size: 1.25em;
  border-bottom: 1px solid #b4b4b4;
  border-top: 0;
  padding: 0 0 5px 0;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  #logoBlock h2, #logoBlock .search-result-count, #logoBlock #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #logoBlock a, #logoBlock .blk-title {
    font-size: 1.5em;
  }
}
#logoBlock ul li {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  margin-top: 15px;
}

@media (min-width: 768px) {
  #logoBlock ul li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #logoBlock ul li {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  #logoBlock ul li {
    display: inline-block;
    width: auto;
    height: 50px;
  }
}
#logoBlock ul li a {
  display: block;
}

#logoBlock ul li img {
  width: 100%;
  height: auto;
}

@media (min-width: 480px) {
  #logoBlock ul li img {
    width: 55%;
  }
}
@media (min-width: 768px) {
  #logoBlock ul li img {
    width: auto;
    border: 0;
    height: 50px;
  }
}
@media (min-width: 992px) {
  #logoBlock ul li img {
    width: auto;
    height: 50px;
  }
}
#payoff {
  position: relative;
}

#payoff .wrapper {
  position: absolute;
  display: block;
  top: auto;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -22px;
  padding: 0;
  border-left: 44px solid #154273;
  width: 44px;
  height: 31px;
  background: 0;
  z-index: 555;
}

#payoff.noref .wrapper {
  border-left: none;
}

#payoff span {
  display: none;
}

@media (min-width: 768px) {
  #payoff .wrapper {
    position: absolute;
    display: table;
    top: auto;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -22px;
    padding: 0;
    border-left: 44px solid #154273;
    width: 270px;
    height: 31px;
    background: 0;
    z-index: 999;
  }

  #payoff span {
    font-family: "RO Serif";
    display: table-cell;
    font-size: 11px;
    padding-left: 5px;
    vertical-align: middle;
    line-height: 1.2em;
  }
}
#footer {
  background-color: #01689b;
  border: 0;
  padding-bottom: 0;
}

#footer.extra {
  border-top: 0 solid #4e4e4e;
}

#footer.extra h2, #footer.extra .search-result-count, #footer.extra #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #footer.extra a, #footer.extra .blk-title {
  border-bottom: 0 solid #b4b4b4;
}

#footer .wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  #footer .wrapper div:first-child {
    margin-left: 50%;
  }
}
@media (min-width: 768px) {
  #footer .wrapper div:first-child.payoff {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  #footer .wrapper div:first-child {
    margin-left: 58.33333%;
  }
}
@media (min-width: 992px) {
  #footer .wrapper div:first-child.payoff {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  #footer .wrapper div:first-child {
    margin-left: 58.33333%;
  }
}
@media (min-width: 1200px) {
  #footer .wrapper div:first-child.payoff {
    margin-left: 0;
  }
}
@media (min-width: 480px) {
  #footer .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  #footer .wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#footer .wrapper .payoff {
  padding-top: 0;
  padding-left: 0;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #footer .wrapper .payoff {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #footer .wrapper .payoff {
    float: left;
    width: 58.33333%;
  }
}
#footer .wrapper .payoff span {
  display: block;
  padding-bottom: 25px;
  color: #fff;
  font-size: 1.5em;
  font-family: "RO Serif";
  font-style: italic;
  font-weight: normal;
  line-height: 1.2381;
}

@media (min-width: 480px) {
  #footer .wrapper .payoff span {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 0 25px 0;
    font-size: 1.75em;
  }
}
@media (min-width: 480px) and (min-width: 768px) {
  #footer .wrapper .payoff span {
    float: left;
    width: 83.33333%;
  }
}
@media (min-width: 768px) {
  #footer .wrapper .payoff span {
    padding-bottom: 0;
  }
}
#footer .wrapper .column {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #footer .wrapper .column {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  #footer .wrapper .column {
    float: left;
    width: 16.66667%;
  }
}
#footer .wrapper .column h2, #footer .wrapper .column .search-result-count, #footer .wrapper .column #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #footer .wrapper .column a, #footer .wrapper .column .blk-title {
  margin: 8px 0 5px 0;
  padding-top: 0;
  color: #fff;
  font-weight: normal;
  font-size: 1.25em;
  border: 0;
}

#footer .wrapper .column ul {
  margin: 0;
  padding: 0;
}

#footer .wrapper .column ul:before,
#footer .wrapper .column ul:after {
  content: " ";
  display: table;
}

#footer .wrapper .column ul:after {
  clear: both;
}

#footer .wrapper .column ul li {
  width: 100%;
  list-style: none;
  float: left;
}

#footer .wrapper .column ul li a {
  color: #fff;
  text-decoration: none;
}

#footer .wrapper .column ul li a:visited,
#footer .wrapper .column ul li a:hover {
  color: #fff;
}

#footer .wrapper .column ul li a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  #footer .wrapper .column h2, #footer .wrapper .column .search-result-count, #footer .wrapper .column #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #footer .wrapper .column a, #footer .wrapper .column .blk-title {
    font-size: 1.5em;
    margin-bottom: 5px;
  }

  #footer .wrapper .column ul li {
    width: 100%;
    list-style: none;
    margin: 0;
  }

  #footer .wrapper .column ul li a {
    padding: 2px 0 2px 0;
  }
}
.decorative {
  display: none;
}

@media (min-width: 992px) {
  .decorative {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    display: block;
    width: 25%;
    max-width: 240px;
    float: right;
    clear: right;
  }

  .decorative img {
    margin: 40px 0 0 0;
  }
}
.decorative .imgContainer {
  position: relative;
  display: block;
  width: 100%;
}

.decorative img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

#topic-home,
.header h1 {
  font-size: 1.625em;
  font-weight: normal;
  line-height: 1.1538em;
  display: block;
  float: left;
  padding-top: 0;
  padding-bottom: .4em;
  text-decoration: none;
}

@media (min-width: 768px) {
  #topic-home,
  .header h1 {
    font-size: 1.75em;
    font-weight: normal;
    line-height: 1.1429;
  }
}
@media (min-width: 992px) {
  #topic-home,
  .header h1 {
    font-size: 1.75em;
  }
}
@media (max-width: 992px) {
  #topic-home,
  .header h1 {
    padding-top: 0.4em;
  }
}
a#topic-home {
  color: #01689b;
}

a#topic-home:hover,
a#topic-home:active {
  text-decoration: none;
}

a#topic-home:hover span,
a#topic-home:active span {
  color: #154273;
  text-decoration: underline;
}

.header h1 em,
#topic-home em,
a#topic-home:hover em,
a#topic-home:active em {
  display: block;
  color: #4e4e4e;
  font-size: .818em;
  line-height: 1.8;
}

.tabs {
  clear: left;
  margin: 0;
  padding: 0;
}

.tabs:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.tabs li {
  border-top: 1px solid #f3f3f3;
}

.tabs a,
.tabs strong {
  display: block;
  padding: .3125em 0;
  text-decoration: none;
}

.tabs strong {
  color: #535353;
}

@media (min-width: 768px) {
  .tabs a,
  .tabs strong {
    padding: 0.4em 0;
  }
}
.tabs a:visited,
.tabs strong:visited {
  color: #01689b;
}

.tabs a:focus,
.tabs a:hover,
.tabs strong:focus {
  text-decoration: underline;
  color: #154273;
}

.tabs strong,
.tabs .selected a {
  color: #000;
  font-weight: bold;
}

.js .tabs {
  position: relative;
  padding-top: 38px;
}

.js .tabs li {
  display: none;
}

.js .tabs li.selected {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAMAAAALbFwWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAAZQTFRFAAAA////pdmf3QAAAAJ0Uk5T/wDltzBKAAAAKklEQVR42mJg ZGCEAgZGBiCAskEsKA/MhFBQAqoALM0AVw7jMEINAQgwAAllADXUNN/xAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 98% 15px;
  cursor: pointer;
}

.js .tabs.openNav li {
  display: block;
}

.js .tabs.openNav li.selected {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAMAAAALbFwWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAAZQTFRFAAAA////pdmf3QAAAAJ0Uk5T/wDltzBKAAAAKklEQVR42mJg BAEGBggFYUN4DFA2mMcAZsMIRpgSBga4cqhGKBukCCDAAAnNADW+Td05AAAAAElFTkSuQmCC");
}

@media (min-width: 768px) {
  .js .tabs {
    padding-top: 0;
  }

  .js .tabs li {
    display: block;
  }

  .js .tabs li.selected {
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    cursor: default;
  }

  .tabs {
    margin-left: 0;
  }

  .tabs li {
    float: left;
    border-top: 0;
    margin-right: 10px;
  }

  .tabs a,
  .tabs strong {
    display: block;
    padding: .3em 10px;
    text-decoration: none;
    font-size: 1em;
  }

  .tabs .selected a,
  .tabs .selected a:hover,
  .tabs .selected a:visited:hover,
  .tabs .selected a:focus,
  .tabs .selected a:visited:focus,
  .tabs .selected strong {
    background-color: #FFF;
    color: #000;
    font-weight: bold;
  }
}
@media print {
  .tabs {
    display: none !important;
  }
}
#breadcrumb {
  margin-bottom: .3384em;
  font-size: .8125em;
  padding-top: 10px;
}

#breadcrumb a {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  color: #01689b;
  text-decoration: none;
  background: 0;
}

#breadcrumb a:focus,
#breadcrumb a:hover {
  color: #154273;
  text-decoration: underline;
}

#breadcrumb a + a {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAMAAAAYuxziAAAABlBMVEUVQnP///+tewiuAAAAAnRSTlP/AOW3MEoAAAAYSURBVAjXY2BgZGRkAEIIAvOgLAYIkxEAAZEAFktafNEAAAAASUVORK5CYII=") no-repeat;
  background-position: 0 5px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  #breadcrumb a + a {
    background-position: 0 7px;
  }
}
@media (min-width: 1200px) {
  #breadcrumb a + a {
    background-position: 0 9px;
  }
}
@media (max-width: 992px) {
  #breadcrumb {
    display: none;
  }
}
@media print {
  #breadcrumb {
    margin-bottom: 1em;
    color: #767676;
    font-size: 85%;
  }

  #breadcrumb a {
    padding-right: 10px;
  }

  #breadcrumb img {
    position: relative;
    top: -.35em;
    margin: 0 .3em;
    vertical-align: bottom;
  }

  #breadcrumb a:after,
  #breadcrumb a:visited:after {
    content: "  >";
  }

  #breadcrumb a:last-child:after {
    content: "";
  }
}
.common,
.article .common {
  margin: 0;
  font-size: 1em;
  display: block;
}

.common:after,
.article .common:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.common + .common,
.article .common + .common {
  margin-top: 0.5em;
}

@media (min-width: 992px) {
  .common + .common,
  .article .common + .common {
    margin-top: 0;
  }
}
.common li {
  margin: 0 0 .3125em 0;
  padding-left: 0;
  background-image: none;
}

.common li:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.common li > span:first-child {
  padding: 0 0 .5em 0;
  line-height: 1.5;
  display: inline-block;
  padding-left: 30px;
  background: url(shared-ro/images/sprite-bullet.png) no-repeat 10px 0.539em;
}

@media (min-width: 992px) {
  .common li {
    margin: 0 0 0.5em 0;
  }
}
@media (min-width: 992px) {
  .common li:last-child {
    margin-bottom: 0;
  }
}
.common li a p {
  padding-left: 0;
}

.common li ul {
  clear: left;
  margin: .4em 0 1.2em;
  padding-left: 30px;
}

.common li li {
  margin: .4em 0;
  padding: 0;
}

.common a,
a.more {
  float: left;
}

.common a,
a.more {
  display: block;
  padding-bottom: 0;
  padding-left: 30px;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.5em;
}

@media (min-width: 992px) {
  .common a,
  a.more {
    line-height: 1.625;
  }
}
.common a h3, .common a .content-intro, .common a .content-header p, .content-header .common a p, .common a .sidebar .blk-closed .blk-title, .sidebar .blk-closed .common a .blk-title, .common a .sidebar .blk-compare .blk-title, .sidebar .blk-compare .common a .blk-title,
.common a h4 {
  font-size: 1.125em;
  line-height: 1.333em;
  font-weight: bold;
  padding-bottom: 0.2em;
}

@media (min-width: 992px) {
  .common a h3, .common a .content-intro, .common a .content-header p, .content-header .common a p, .common a .sidebar .blk-closed .blk-title, .sidebar .blk-closed .common a .blk-title, .common a .sidebar .blk-compare .blk-title, .sidebar .blk-compare .common a .blk-title,
  .common a h4 {
    padding-bottom: .3em;
    line-height: 1.444;
  }
}
.common a p {
  font-size: 1em;
}

.common a + p {
  clear: left;
  margin-bottom: 20px;
  padding-left: 30px;
}

.common span.meta {
  display: block;
  margin-left: 30px;
  margin-bottom: 0;
  position: relative;
  top: -.25em;
  clear: left;
}

.common span.meta.assistive {
  position: absolute !important;
  display: inline-block !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.common a:focus,
.common a:hover,
.more:focus,
.more:hover {
  text-decoration: underline;
  color: #154273;
}

.more:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

#aside .more {
  margin-top: 10px;
}

@media (min-width: 992px) {
  #aside .more {
    margin-top: 20px;
  }
}
#aside .more:hover,
#aside .more:focus {
  text-decoration: underline;
  color: #154273;
}

#aside .more + .more {
  margin-top: 0;
}

.common li li a {
  padding-left: 16px;
  font-size: 1em;
}

.common li li a:hover {
  text-decoration: underline;
  color: #154273;
}

.common .more-topics {
  margin-top: 2em;
  padding-right: 20px;
}

.common .more-topics:first-child {
  margin-top: 0;
}

.article .two-columns > .more {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .article .two-columns > .more {
    margin-top: 20px;
  }
}
.results a.more:focus,
.results a.more:hover {
  text-decoration: underline;
  color: #154273;
}

.anchors a .anchor {
  font-size: 1em;
  line-height: inherit;
  margin-bottom: 0.2em;
}

.anchors a:focus,
.anchors a:hover {
  text-decoration: none;
  color: #154273;
}

.anchors a:focus .anchor,
.anchors a:hover .anchor {
  text-decoration: underline;
}

.anchors p {
  color: #000;
  font-size: 1em;
}

.anchors ~ .toplink {
  display: block;
  margin-bottom: -1em;
}

.common li li a,
.news .other a {
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAMAAAACh/xsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAAZQTFRFFUJz0NDAOhAcIwAAAAJ0Uk5T/wDltzBKAAAAHUlEQVR42mJg BAIGKAaTEAaQYoADuAiKGhABEGAABXMAK0OFNgoAAAAASUVORK5CYII=");
}

@media (min-width: 768px) {
  .common li li a,
  .news .other a {
    background-position: 0 9.5px;
  }
}
.bullet,
.external,
.rss-feed,
a.close,
a.down,
a.open,
a.up,
a.bullethighlight {
  background-repeat: no-repeat;
  background-image: url("shared-ro/images/sprites/inline.png");
  padding-left: 13px;
}

.priorityBlock.external {
  background-image: none;
}

.bullet {
  background-position: 0 -678px;
}

.close {
  background-position: 0 -423px;
}

.down {
  background-position: 0 -508px;
}

.external {
  background-position: 0 -168px;
}

.open {
  background-position: 0 -338px;
}

.rss-feed {
  background-position: 0 2px;
}

.up {
  background-position: 0 -593px;
}

.bullethighlight {
  background-position: 0 -763px;
}

.common a,
a.more,
.thumbnail a.more,
a.faq.info-1400,
.faqs .common a.info-1400,
a.publication.info-1400,
.docs-pubs a,
.spotlight a h3,
.spotlight a .content-intro,
.spotlight a .content-header p,
.content-header .spotlight a p,
.spotlight a .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .spotlight a .blk-title,
.spotlight a .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .spotlight a .blk-title,
.notification a.faq,
.home .topics h3 a,
.home .topics .content-intro a,
.home .topics .content-header p a,
.content-header .home .topics p a,
.home .topics .sidebar .blk-closed .blk-title a,
.sidebar .blk-closed .home .topics .blk-title a,
.home .topics .sidebar .blk-compare .blk-title a,
.sidebar .blk-compare .home .topics .blk-title a,
#priority .prio-arrow,
#priority h3,
#priority .content-intro,
#priority .content-header p,
.content-header #priority p,
#priority .sidebar .blk-closed .blk-title,
.sidebar .blk-closed #priority .blk-title,
#priority .sidebar .blk-compare .blk-title,
.sidebar .blk-compare #priority .blk-title {
  background-repeat: no-repeat;
  background-image: url("shared-ro/images/linkblue-sprite-icons-xl-1.3.png");
  background-position: -102px -450px;
  padding-left: 30px;
}

@media (min-width: 768px) {
  .common a,
  a.more,
  .thumbnail a.more,
  a.faq.info-1400,
  .faqs .common a.info-1400,
  a.publication.info-1400,
  .docs-pubs a,
  .spotlight a h3,
  .spotlight a .content-intro,
  .spotlight a .content-header p,
  .content-header .spotlight a p,
  .spotlight a .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed .spotlight a .blk-title,
  .spotlight a .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare .spotlight a .blk-title,
  .notification a.faq,
  .home .topics h3 a,
  .home .topics .content-intro a,
  .home .topics .content-header p a,
  .content-header .home .topics p a,
  .home .topics .sidebar .blk-closed .blk-title a,
  .sidebar .blk-closed .home .topics .blk-title a,
  .home .topics .sidebar .blk-compare .blk-title a,
  .sidebar .blk-compare .home .topics .blk-title a,
  #priority .prio-arrow,
  #priority h3,
  #priority .content-intro,
  #priority .content-header p,
  .content-header #priority p,
  #priority .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed #priority .blk-title,
  #priority .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare #priority .blk-title {
    background-position: -102px -450px;
  }
}
@media (min-width: 1200px) {
  .common a,
  a.more,
  .thumbnail a.more,
  a.faq.info-1400,
  .faqs .common a.info-1400,
  a.publication.info-1400,
  .docs-pubs a,
  .spotlight a h3,
  .spotlight a .content-intro,
  .spotlight a .content-header p,
  .content-header .spotlight a p,
  .spotlight a .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed .spotlight a .blk-title,
  .spotlight a .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare .spotlight a .blk-title,
  .notification a.faq,
  .home .topics h3 a,
  .home .topics .content-intro a,
  .home .topics .content-header p a,
  .content-header .home .topics p a,
  .home .topics .sidebar .blk-closed .blk-title a,
  .sidebar .blk-closed .home .topics .blk-title a,
  .home .topics .sidebar .blk-compare .blk-title a,
  .sidebar .blk-compare .home .topics .blk-title a,
  #priority .prio-arrow,
  #priority h3,
  #priority .content-intro,
  #priority .content-header p,
  .content-header #priority p,
  #priority .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed #priority .blk-title,
  #priority .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare #priority .blk-title {
    background-position: -102px -448px;
  }
}
.actions .common .next a {
  background-repeat: no-repeat;
  background-position: 100% 2px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAMCAMAAACKnBfWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFAWib////rYYWUQAAAAJ0Uk5T/wDltzBKAAAALUlEQVR42mJghAEGJBLEYGBA4UMFEHyIABIfLMBACKCrx2kemn2Y7gGTAAEGAC+YAH3uLVcWAAAAAElFTkSuQmCC");
}

.notifications a.faq,
.common a.faq.info-1400,
.faqs .common a.info-1400 {
  background-position: -402px -182px;
}

h1.faq.info-1400 {
  background-position: -402px -176px;
}

.results .common a.faq.info-1400,
.article .faqs.overview a.info-1400,
.common.results a.faq.info-1400 {
  background-position: -392px -177px;
}

.notifications .common a.email {
  background-position: -452px -137px;
}

.common a.publication,
.docs-pubs a {
  background-position: -502px -91px;
}

@media (min-width: 768px) {
  .common a.publication,
  .docs-pubs a {
    background-position: -502px -89px;
  }
}
.spotlight a.publication h3, .spotlight a.publication .content-intro, .spotlight a.publication .content-header p, .content-header .spotlight a.publication p, .spotlight a.publication .sidebar .blk-closed .blk-title, .sidebar .blk-closed .spotlight a.publication .blk-title, .spotlight a.publication .sidebar .blk-compare .blk-title, .sidebar .blk-compare .spotlight a.publication .blk-title {
  background-position: -502px -92px;
}

@media (min-width: 768px) {
  .spotlight a.publication h3, .spotlight a.publication .content-intro, .spotlight a.publication .content-header p, .content-header .spotlight a.publication p, .spotlight a.publication .sidebar .blk-closed .blk-title, .sidebar .blk-closed .spotlight a.publication .blk-title, .spotlight a.publication .sidebar .blk-compare .blk-title, .sidebar .blk-compare .spotlight a.publication .blk-title {
    background-position: -502px -91px;
  }
}
h1.publication {
  background-position: -500px -88px;
}

.results .common a.publication.info-1400,
.common.results a.publication.info-1400 {
  background-position: -492px -87px;
}

.common a.activity {
  background-position: -2px -538px;
}

@media (min-width: 768px) {
  .common a.activity {
    background-position: -2px -540px;
  }
}
.spotlight a.activity h3, .spotlight a.activity .content-intro, .spotlight a.activity .content-header p, .content-header .spotlight a.activity p, .spotlight a.activity .sidebar .blk-closed .blk-title, .sidebar .blk-closed .spotlight a.activity .blk-title, .spotlight a.activity .sidebar .blk-compare .blk-title, .sidebar .blk-compare .spotlight a.activity .blk-title {
  background-position: -2px -542px;
}

@media (min-width: 768px) {
  .spotlight a.activity h3, .spotlight a.activity .content-intro, .spotlight a.activity .content-header p, .content-header .spotlight a.activity p, .spotlight a.activity .sidebar .blk-closed .blk-title, .sidebar .blk-closed .spotlight a.activity .blk-title, .spotlight a.activity .sidebar .blk-compare .blk-title, .sidebar .blk-compare .spotlight a.activity .blk-title {
    background-position: -2px -542px;
  }
}
h1.activity {
  background-position: -2px -535px;
}

.common a.email {
  background-position: -302px -270px;
}

@media (min-width: 768px) {
  .common a.email {
    background-position: -302px -270px;
  }
}
.anchors .common a {
  background-position: -152px -405px;
}

.common a.video {
  background-position: -602px 0;
}

@media (min-width: 768px) {
  .common a.video {
    background-position: -602px 0;
  }
}
@media (min-width: 1200px) {
  .common a.video {
    background-position: -602px 2px;
  }
}
.spotlight a.video h3, .spotlight a.video .content-intro, .spotlight a.video .content-header p, .content-header .spotlight a.video p, .spotlight a.video .sidebar .blk-closed .blk-title, .sidebar .blk-closed .spotlight a.video .blk-title, .spotlight a.video .sidebar .blk-compare .blk-title, .sidebar .blk-compare .spotlight a.video .blk-title {
  background-position: -602px -2px;
}

@media (min-width: 768px) {
  .spotlight a.video h3, .spotlight a.video .content-intro, .spotlight a.video .content-header p, .content-header .spotlight a.video p, .spotlight a.video .sidebar .blk-closed .blk-title, .sidebar .blk-closed .spotlight a.video .blk-title, .spotlight a.video .sidebar .blk-compare .blk-title, .sidebar .blk-compare .spotlight a.video .blk-title {
    background-position: -602px -2px;
  }
}
.common a.contactinfo {
  background-position: -102px -448px;
}

.faqs .common a,
.common a.faq,
.spotlight a.faq h3,
.spotlight a.faq .content-intro,
.spotlight a.faq .content-header p,
.content-header .spotlight a.faq p,
.spotlight a.faq .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .spotlight a.faq .blk-title,
.spotlight a.faq .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .spotlight a.faq .blk-title {
  background-position: -252px -315px;
}

h1.faq {
  background-position: -252px -312px;
}

.common a.external {
  background-position: -203px -360px;
}

.spotlight a.external h3, .spotlight a.external .content-intro, .spotlight a.external .content-header p, .content-header .spotlight a.external p, .spotlight a.external .sidebar .blk-closed .blk-title, .sidebar .blk-closed .spotlight a.external .blk-title, .spotlight a.external .sidebar .blk-compare .blk-title, .sidebar .blk-compare .spotlight a.external .blk-title {
  background-position: -203px -360px;
}

@media (min-width: 768px) {
  .spotlight a.external h3, .spotlight a.external .content-intro, .spotlight a.external .content-header p, .content-header .spotlight a.external p, .spotlight a.external .sidebar .blk-closed .blk-title, .sidebar .blk-closed .spotlight a.external .blk-title, .spotlight a.external .sidebar .blk-compare .blk-title, .sidebar .blk-compare .spotlight a.external .blk-title {
    background-position: -203px -362px;
  }
}
.spotlight a.weblog h3, .spotlight a.weblog .content-intro, .spotlight a.weblog .content-header p, .content-header .spotlight a.weblog p, .spotlight a.weblog .sidebar .blk-closed .blk-title, .sidebar .blk-closed .spotlight a.weblog .blk-title, .spotlight a.weblog .sidebar .blk-compare .blk-title, .sidebar .blk-compare .spotlight a.weblog .blk-title {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("shared-ro/images/icon-blog-blue.png");
}

.common a.rss-feed {
  background-position: -552px -45px;
}

@media (min-width: 768px) {
  .common a.rss-feed {
    background-position: -552px -45px;
  }
}
.common a.news,
.spotlight a.news h3,
.spotlight a.news .content-intro,
.spotlight a.news .content-header p,
.content-header .spotlight a.news p,
.spotlight a.news .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .spotlight a.news .blk-title,
.spotlight a.news .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .spotlight a.news .blk-title {
  background-position: -352px -225px;
}

@media (min-width: 768px) {
  .common a.news,
  .spotlight a.news h3,
  .spotlight a.news .content-intro,
  .spotlight a.news .content-header p,
  .content-header .spotlight a.news p,
  .spotlight a.news .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed .spotlight a.news .blk-title,
  .spotlight a.news .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare .spotlight a.news .blk-title {
    background-position: -352px -223px;
  }
}
h1.news {
  background-position: -352px -222px;
}

.actions .common .previous a {
  background-position: -52px -499px;
}

.secure {
  background-image: url("shared-ro/images/secure.png");
  background-repeat: no-repeat;
  padding-right: 15px;
  background-position: 100% 1px;
}

@media print {
  h1.news,
  .weblog + h1,
  .common a,
  a.more,
  .thumbnail a.more,
  a.faq.info-1400,
  .faqs .common a.info-1400,
  a.publication.info-1400,
  .docs-pubs a,
  h1.activity,
  h1.faq,
  h1.news,
  h1.publication,
  .spotlight a h3,
  .spotlight a .content-intro,
  .spotlight a .content-header p,
  .content-header .spotlight a p,
  .spotlight a .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed .spotlight a .blk-title,
  .spotlight a .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare .spotlight a .blk-title,
  .notification a.faq,
  .home .topics h3 a,
  .home .topics .content-intro a,
  .home .topics .content-header p a,
  .content-header .home .topics p a,
  .home .topics .sidebar .blk-closed .blk-title a,
  .sidebar .blk-closed .home .topics .blk-title a,
  .home .topics .sidebar .blk-compare .blk-title a,
  .sidebar .blk-compare .home .topics .blk-title a,
  #priority .prio-arrow,
  #priority h3,
  #priority .content-intro,
  #priority .content-header p,
  .content-header #priority p,
  #priority .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed #priority .blk-title,
  #priority .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare #priority .blk-title,
  h1.activity + .article-meta,
  .weblog + h1 + .article-meta,
  .spotlight a.weblog h3,
  .spotlight a.weblog .content-intro,
  .spotlight a.weblog .content-header p,
  .content-header .spotlight a.weblog p,
  .spotlight a.weblog .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed .spotlight a.weblog .blk-title,
  .spotlight a.weblog .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare .spotlight a.weblog .blk-title,
  .faqs.answers .common a h3,
  .faqs.answers .common a .content-intro,
  .faqs.answers .common a .content-header p,
  .content-header .faqs.answers .common a p,
  .faqs.answers .common a .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed .faqs.answers .common a .blk-title,
  .faqs.answers .common a .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare .faqs.answers .common a .blk-title {
    padding-left: 0 !important;
  }

  .spotlight a.weblog h3, .spotlight a.weblog .content-intro, .spotlight a.weblog .content-header p, .content-header .spotlight a.weblog p, .spotlight a.weblog .sidebar .blk-closed .blk-title, .sidebar .blk-closed .spotlight a.weblog .blk-title, .spotlight a.weblog .sidebar .blk-compare .blk-title, .sidebar .blk-compare .spotlight a.weblog .blk-title,
  .faqs .common p {
    margin-left: 0 !important;
  }

  .common a.external:before,
  .common a.weblog:before,
  .wayfinder .common a:before,
  .block .common li a:before,
  .gallery a .caption:before,
  .common a.email:before,
  .representations .common li a:before,
  .results.contents .common li li a:before {
    content: "-  ";
  }

  .block.docs-pubs .common li:before,
  .block.faqs .common li:before,
  .block.results .common li:before,
  .results.contents .common li:before {
    content: "";
  }

  .block.docs-pubs .common li a:before,
  .block.faqs .common li a:before,
  .block.results .common li a:before,
  .results.contents .common li a:before {
    content: "";
  }

  .common li:before {
    content: "";
  }

  .common a:before {
    content: "- ";
  }

  .common.results a:before {
    content: "";
  }

  .common.results a.weblog:before,
  .docs-pubs.two-columns .common a:before {
    content: "";
  }

  .common span.meta {
    margin-left: 10px;
  }
}
.block {
  margin: 0 0 20px;
}

@media (min-width: 992px) {
  .block {
    margin: 0 0 40px;
  }
}
.block:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.article .block {
  margin-top: 20px;
}

.article .intro + .block {
  margin-top: 25px;
}

@media (min-width: 992px) {
  .article .intro + .block {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .article p + .block,
  .article ul + .block {
    margin-top: 40px;
    clear: left;
  }
}
.article .two-columns .column {
  margin-top: 0;
}

.article .two-columns .column.odd {
  clear: left;
}

.article .two-columns .column li a.more {
  margin-top: 0;
  font-weight: bold;
}

.article .block:first-child {
  margin-top: 0;
}

.article > .block:last-child {
  margin-bottom: 0;
}

.block h2, .block .search-result-count, .block #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .block a, .block .blk-title {
  margin: 0;
  margin-bottom: .55555em;
  padding: 0;
  padding-top: .4333em;
  border-top: 3px solid #01689b;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.4444;
}

@media (min-width: 992px) {
  .block h2, .block .search-result-count, .block #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .block a, .block .blk-title {
    margin-bottom: 0.722em;
  }
}
#aside .block ul.common .more {
  margin-top: 0;
  font-weight: bold;
}

.block.spotlight {
  padding-top: 1.15em;
  border-top: 3px solid #01689b;
}

.block.spotlight h2, .block.spotlight .search-result-count, .block.spotlight #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .block.spotlight a, .block.spotlight .blk-title {
  border-top: 0;
  padding-top: 0;
  margin-top: -10px;
}

.block.spotlight .spotlightitem {
  margin-bottom: 20px;
}

.block.spotlight .spotlightitem img {
  display: block;
  margin-bottom: 0.8em;
}

.block.spotlight .spotlightitem img:last-child {
  margin-bottom: 0;
}

.block.spotlight .spotlightitem:last-child {
  margin-bottom: 0;
}

.block a {
  display: block;
  text-decoration: none;
}

.block .mailto {
  display: inline;
  text-decoration: underline;
}

.block a:focus,
.block a:hover,
.block a:focus h3,
.block a:focus .content-intro,
.block a:focus .content-header p,
.content-header .block a:focus p,
.block a:focus .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .block a:focus .blk-title,
.block a:focus .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .block a:focus .blk-title,
.block a:hover h3,
.block a:hover .content-intro,
.block a:hover .content-header p,
.content-header .block a:hover p,
.block a:hover .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .block a:hover .blk-title,
.block a:hover .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .block a:hover .blk-title {
  text-decoration: underline;
  color: #154273;
}

.block a img {
  display: block;
  margin-bottom: 0.8em;
}

.block a p {
  color: #112;
}

.block p:last-child,
.block ul.common:last-child li:last-child,
.block dl:last-child {
  margin-bottom: 0;
}

.block p:last-child.photo-credit {
  margin-bottom: 0.8125em;
}

.block .meta {
  margin-bottom: 0;
  color: #767676;
  font-size: 0.8125em;
}

.block .more {
  clear: left;
  margin-top: 30px;
  margin-bottom: 0;
}

.block a:focus p,
.block a:hover p {
  text-decoration: none;
}

.block + .meta {
  margin-top: -20px;
}

.block + .infographic p a,
.block.infographic p a {
  display: inline;
}

.two-columns:after,
.three-columns:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

@media (min-width: 768px) {
  .two-columns,
  .three-columns {
    margin-left: -10px;
    margin-right: 0;
  }

  .two-columns .column {
    display: block;
    width: 50%;
    clear: none;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .two-columns > p,
  .two-columns > a,
  .column > h3,
  .column > .content-intro,
  .content-header .column > p,
  .sidebar .blk-closed .column > .blk-title,
  .sidebar .blk-compare .column > .blk-title,
  .column > p,
  #main .two-columns h2,
  #main .two-columns .search-result-count,
  #main .two-columns #tabs .ui-tabs-nav a,
  #tabs .ui-tabs-nav #main .two-columns a,
  #main .two-columns .blk-title,
  .column li,
  .column dl {
    margin-left: 20px;
  }

  #aside .block + .block:nth-of-type(2n+1) {
    clear: left;
  }

  #aside .block:last-of-type:nth-of-type(2n+1) {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .two-columns,
  .three-columns {
    margin-left: -20px;
    margin-right: 0;
  }

  #aside .block {
    width: auto;
    float: none;
  }

  #aside .block h2, #aside .block .search-result-count, #aside .block #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #aside .block a, #aside .block .blk-title,
  #aside .block ul {
    margin-left: 0;
  }

  #aside .block > a:last-child,
  #aside .block > p:last-child,
  #aside .block ul:last-child,
  #aside .block ul:last-child li:last-child {
    margin-bottom: 0;
  }
}
#site-message p {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.625;
  font-weight: normal;
  margin: 0;
  color: #000;
}

.js #site-message {
  position: absolute;
  top: -100000px;
  left: 10px;
  z-index: 1001;
  margin: 0;
  padding-bottom: 16px;
  min-height: 53px;
}

@media print {
  #main .three-columns .column {
    width: 95%;
    float: left;
    clear: none;
    padding: 0;
    margin: 0 0 0 5%;
  }

  #main .three-columns .column-first {
    margin-left: 0;
  }

  #main .three-columns .column li {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
  }

  #content .block .more {
    display: none;
  }

  .two-columns .column {
    width: 50%;
    float: left;
    clear: none;
  }

  #aside .block {
    width: auto;
    float: none;
  }
}
.wayfinder {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: left;
}

@media (min-width: 992px) {
  .wayfinder {
    margin-bottom: 40px;
  }
}
@media print {
  #content .wayfinder {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
h1.faq {
  color: #000;
  margin-bottom: 0.125em;
}

h1.faq + .article-meta {
  padding-left: 0;
  margin-bottom: 1.8em;
  margin-top: 0;
}

h1.faq + .subheading {
  margin: 0.2em 0;
}

#aside .block.faqs h2, #aside .block.faqs .search-result-count, #aside .block.faqs #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #aside .block.faqs a, #aside .block.faqs .blk-title,
.faqs h2,
.faqs .search-result-count,
.faqs #tabs .ui-tabs-nav a,
#tabs .ui-tabs-nav .faqs a,
.faqs .blk-title {
  border-top-color: #01689b;
}

.faqs .common {
  margin-bottom: 20px;
}

.faqs .common li {
  margin-bottom: 1.25em;
}

@media (min-width: 992px) {
  .faqs .common li {
    margin-bottom: 0.5em;
  }
}
.article .faqs.overview h3, .article .faqs.overview .content-intro, .article .faqs.overview .content-header p, .content-header .article .faqs.overview p, .article .faqs.overview .sidebar .blk-closed .blk-title, .sidebar .blk-closed .article .faqs.overview .blk-title, .article .faqs.overview .sidebar .blk-compare .blk-title, .sidebar .blk-compare .article .faqs.overview .blk-title {
  margin-bottom: 0.5em;
}

.faqs .common a:focus,
.faqs .common a:hover,
a.faq:focus,
a.faq:hover,
.spotlight a.faq:focus h3,
.spotlight a.faq:focus .content-intro,
.spotlight a.faq:focus .content-header p,
.content-header .spotlight a.faq:focus p,
.spotlight a.faq:focus .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .spotlight a.faq:focus .blk-title,
.spotlight a.faq:focus .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .spotlight a.faq:focus .blk-title,
.spotlight a.faq:hover h3,
.spotlight a.faq:hover .content-intro,
.spotlight a.faq:hover .content-header p,
.content-header .spotlight a.faq:hover p,
.spotlight a.faq:hover .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .spotlight a.faq:hover .blk-title,
.spotlight a.faq:hover .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .spotlight a.faq:hover .blk-title {
  color: #154273;
  text-decoration: underline;
}

.faqs.answers .common a:focus,
.faqs.answers .common a:hover {
  text-decoration: none;
  color: #154273;
}

.faqs .common p {
  margin-left: -30px;
  font-size: 1em;
}

.faqs .more {
  margin-top: 0;
}

#aside .faqs a,
#aside .faqs a h3,
#aside .faqs a .content-intro,
#aside .faqs a .content-header p,
.content-header #aside .faqs a p,
#aside .faqs a .sidebar .blk-closed .blk-title,
.sidebar .blk-closed #aside .faqs a .blk-title,
#aside .faqs a .sidebar .blk-compare .blk-title,
.sidebar .blk-compare #aside .faqs a .blk-title {
  font-weight: normal;
  line-height: 1.375em;
  font-size: 1em;
}

@media (min-width: 992px) {
  #aside .faqs a,
  #aside .faqs a h3,
  #aside .faqs a .content-intro,
  #aside .faqs a .content-header p,
  .content-header #aside .faqs a p,
  #aside .faqs a .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed #aside .faqs a .blk-title,
  #aside .faqs a .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare #aside .faqs a .blk-title {
    line-height: 1.5em;
  }
}
#aside .faqs .more {
  margin-top: 0;
  font-weight: bold;
  line-height: 1.375em;
  font-size: 1em;
}

.block.faqs:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.common a.faq {
  background-position: -252px -315px;
}

@media (min-width: 1200px) {
  .common a.faq {
    background-position: -252px -313px;
  }
}
@media (min-width: 992px) {
  .article .faqs {
    margin-top: 40px;
    clear: left;
  }

  .article .faqs li {
    display: block;
    width: 50%;
    clear: none;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .faqs .common {
    margin-left: -20px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  #aside .faqs .more,
  .article .faqs a {
    margin-left: 20px;
  }

  .article .faqs a.more {
    margin-left: 0;
  }

  .faqs.answers li + li + li {
    clear: left;
  }

  .faqs.answers li + li + li + li {
    clear: none;
  }

  .article .faqs.overview {
    margin-bottom: 20px;
  }

  .article .faqs.long li,
  .article .faqs.overview li {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #aside .faqs .more {
    margin-left: 0;
  }
}
@media print {
  #content .faqs a {
    display: block;
  }

  #content .faqs a:after {
    display: block;
    margin: 0 0 1em;
  }

  .article .faqs a {
    padding-left: 0;
    margin-left: 0;
  }
}
.article h1.publication {
  color: #535353;
}

h1.publication {
  margin-bottom: 0.125em;
}

h1.publication + .article-meta {
  padding-left: 0;
  margin-bottom: 1.8em;
  margin-top: 0;
}

h1.publication + .subheading {
  margin: 0.2em 0;
}

.docs-pubs {
  margin: 20px 0;
}

@media (min-width: 992px) {
  .docs-pubs.two-columns {
    margin-bottom: 0;
    margin-left: -20px;
  }
}
.docs-pubs .common a {
  text-decoration: none;
}

.docs-pubs .common li ul {
  padding-left: 0;
}

.docs-pubs .common li li a {
  background-image: url("shared-ro/images/sprite-icons-xl-1.2.png");
  padding-left: 30px;
  font-size: 1em;
}

.docs-pubs .common li li a.pdf {
  background-image: url(shared-ro/images/sprite-downloads-xl.png);
  background-position: -126px -310px;
}

.docs-pubs h4 {
  font-weight: normal;
  font-style: normal;
}

.docs-pubs a:hover h3, .docs-pubs a:hover .content-intro, .docs-pubs a:hover .content-header p, .content-header .docs-pubs a:hover p, .docs-pubs a:hover .sidebar .blk-closed .blk-title, .sidebar .blk-closed .docs-pubs a:hover .blk-title, .docs-pubs a:hover .sidebar .blk-compare .blk-title, .sidebar .blk-compare .docs-pubs a:hover .blk-title,
.docs-pubs a:focus h3,
.docs-pubs a:focus .content-intro,
.docs-pubs a:focus .content-header p,
.content-header .docs-pubs a:focus p,
.docs-pubs a:focus .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .docs-pubs a:focus .blk-title,
.docs-pubs a:focus .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .docs-pubs a:focus .blk-title {
  text-decoration: underline;
  color: #154273;
}

.docs-pubs a p {
  padding-left: 0;
  color: #000;
  font-size: 84.615%;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 0;
}

.article .docs-pubs a .meta {
  color: #767676;
  margin-top: 0.2em;
}

@media (min-width: 992px) {
  .article .docs-pubs {
    margin-top: 40px;
    clear: left;
  }
}
div.download {
  margin: 10px 0 30px;
  padding: 0;
  background: 0;
}

h1.download {
  color: #000;
}

.download-chunk {
  display: block;
  position: relative;
  margin: 0 0 10px -20px;
  padding: 8px 80px 10px 50px;
  background-color: #f3f3f3;
  background-image: url(shared-ro/images/sprite-downloads-xl-1.2.png);
  background-repeat: no-repeat;
  background-position: 0 -450px;
  text-decoration: none;
  cursor: pointer;
}

.download-chunk.rtf {
  background-position: -50px -400px;
}

.download-chunk.pdf {
  background-position: -100px -350px;
}

.download-chunk.ppt {
  background-position: -150px -300px;
}

.download-chunk.xls {
  background-position: -200px -250px;
}

.download-chunk.doc {
  background-position: -250px -200px;
}

.download-chunk.odp {
  background-position: -300px -150px;
}

.download-chunk.ods {
  background-position: -350px -100px;
}

.download-chunk.odt {
  background-position: -400px -50px;
}

.download-chunk.zip {
  background-position: -450px 0;
}

.download-chunk h2, .download-chunk .search-result-count, .download-chunk #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .download-chunk a, .download-chunk .blk-title {
  margin: 0 0 .33em 0;
  font-weight: normal;
  font-size: 1.125em;
  cursor: pointer;
  line-height: 1.222em;
}

@media (min-width: 992px) {
  .download-chunk h2, .download-chunk .search-result-count, .download-chunk #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .download-chunk a, .download-chunk .blk-title {
    font-size: 1.25em;
  }
}
.download-chunk h2 span, .download-chunk .search-result-count span, .download-chunk #tabs .ui-tabs-nav a span, #tabs .ui-tabs-nav .download-chunk a span, .download-chunk .blk-title span {
  display: block;
  font-weight: bold;
}

.download-chunk:hover h2 span, .download-chunk:hover .search-result-count span, .download-chunk:hover #tabs .ui-tabs-nav a span, #tabs .ui-tabs-nav .download-chunk:hover a span, .download-chunk:hover .blk-title span {
  text-decoration: underline;
  color: #154273;
}

.download-chunk h2 em, .download-chunk .search-result-count em, .download-chunk #tabs .ui-tabs-nav a em, #tabs .ui-tabs-nav .download-chunk a em, .download-chunk .blk-title em {
  display: block;
  position: absolute;
  right: 20px;
  top: 8px;
  color: #01689b;
  font-style: normal;
  font-size: 1.38889em;
}

@media (min-width: 992px) {
  .download-chunk h2 em, .download-chunk .search-result-count em, .download-chunk #tabs .ui-tabs-nav a em, #tabs .ui-tabs-nav .download-chunk a em, .download-chunk .blk-title em {
    font-size: 1.75em;
  }
}
.download-chunk .meta {
  clear: left;
  margin: 0 0 .2em;
  color: #535353;
  font-size: 100%;
  cursor: pointer;
}

.travel-safety .download-chunk .meta {
  margin-bottom: 0.2em;
}

h1.news {
  color: #000;
  margin-bottom: 0.125em;
}

h1.news + .article-meta {
  padding-left: 0;
  margin-bottom: 1.25em;
  margin-top: 0;
}

@media (min-width: 992px) {
  h1.news + .article-meta {
    margin-bottom: 1.8em;
  }
}
h1.news + .subheading {
  margin: 0.2em 0;
}

.results a.news {
  margin-bottom: 1em;
}

.common li a.news {
  margin-bottom: 0;
}

.common li a.news p {
  margin-bottom: 0.4em;
}

.news .article {
  margin: 0;
  padding-top: 0;
}

.block.news:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.news .regulars {
  clear: left;
}

.news .regulars:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.news .regulars div {
  float: left;
  margin: 0;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #f3f3f3;
  width: 100%;
}

.news .regulars div p {
  display: none;
}

.news .regulars div .meta {
  display: block;
}

@media (min-width: 992px) {
  .news .regulars div {
    margin: 0 0 20px 0;
  }
}
.news .regulars div a {
  margin: 0;
}

.news div .news div .visual a {
  margin-bottom: 0;
}

.article .news.nomore {
  margin-bottom: -38px;
}

.news .other a {
  margin-bottom: 0;
  padding-left: 18px;
  font-size: 1em;
}

.news .other a:hover,
.news .other a:focus {
  text-decoration: underline;
  color: #154273;
}

.news .other li {
  margin-bottom: 0;
}

.news .other .more a {
  font-weight: bold;
}

.news .more,
#aside .news .more,
.article .news .more {
  margin-top: 0;
}

.news .more:hover,
#aside .news .more:hover,
.article .news .more:hover {
  text-decoration: underline;
}

#aside .common .news {
  margin-bottom: 0;
}

#aside .news a {
  margin-bottom: 15px;
}

#aside .news a p.meta {
  margin: 0;
}

#aside .news a.more,
#aside .news a.common {
  margin-bottom: 0;
}

.news a:focus,
.news a:hover {
  text-decoration: none;
  color: #154273;
}

.news a h3, .news a .content-intro, .news a .content-header p, .content-header .news a p, .news a .sidebar .blk-closed .blk-title, .sidebar .blk-closed .news a .blk-title, .news a .sidebar .blk-compare .blk-title, .sidebar .blk-compare .news a .blk-title {
  padding-bottom: .3em;
  font-size: 1.125em;
  line-height: 1.22em;
}

.news p,
.spotlight p {
  margin-bottom: .4em;
  font-size: 1em;
  line-height: 1.375;
}

.news p + .meta,
.spotlight p + .meta {
  line-height: 1.5em;
}

.spotlight a {
  overflow: hidden;
  margin-bottom: 0;
}

.spotlight a h3, .spotlight a .content-intro, .spotlight a .content-header p, .content-header .spotlight a p, .spotlight a .sidebar .blk-closed .blk-title, .sidebar .blk-closed .spotlight a .blk-title, .spotlight a .sidebar .blk-compare .blk-title, .sidebar .blk-compare .spotlight a .blk-title {
  padding-bottom: .3em;
  font-size: 1.125em;
  line-height: 1.222;
  text-decoration: none;
}

.spotlight a:focus,
.spotlight a:hover {
  text-decoration: none;
  color: #154273;
}

.spotlight a.external,
.spotlight a.rss-feed {
  background-image: none;
  padding-left: 0;
}

@media (min-width: 992px) {
  .spotlight a {
    margin-left: 20px;
  }
}
#aside .spotlight a {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .article .spotlight div a {
    margin-left: 0;
  }
}
.spotlight img {
  max-width: 100%;
  width: 100%;
}

.spotlight .common li a {
  margin-left: 0;
}

.news .headline {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  background-color: #f3f3f3;
  width: 100%;
  float: left;
  clear: left;
  border-bottom: 1px solid #f3f3f3;
}

.news .headline img {
  width: 100%;
  display: block;
  margin-bottom: 0;
}

.news .headline div {
  width: 59%;
  margin: 0;
  float: left;
  margin: 0;
  padding: 0;
}

.news .headline .visual {
  width: 41%;
  float: left;
  margin: 0;
  padding: 0;
}

.news .headline p {
  display: none;
}

.news .headline .meta {
  display: block;
  color: #494949;
  margin-bottom: 0;
  padding: 0 0 0 10px;
}

.news .headline h3, .news .headline .content-intro, .news .headline .content-header p, .content-header .news .headline p, .news .headline .sidebar .blk-closed .blk-title, .sidebar .blk-closed .news .headline .blk-title, .news .headline .sidebar .blk-compare .blk-title, .sidebar .blk-compare .news .headline .blk-title {
  padding: 5px 0 .2em 10px;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.1em;
  font-weight: bold;
  font-size: 1.1em;
}

@media (min-width: 768px) {
  .news .headline h3, .news .headline .content-intro, .news .headline .content-header p, .content-header .news .headline p, .news .headline .sidebar .blk-closed .blk-title, .sidebar .blk-closed .news .headline .blk-title, .news .headline .sidebar .blk-compare .blk-title, .sidebar .blk-compare .news .headline .blk-title {
    font-size: 1.75em;
    font-weight: normal;
    line-height: 1.1429;
  }
}
@media (min-width: 480px) {
  .news .headline h3, .news .headline .content-intro, .news .headline .content-header p, .content-header .news .headline p, .news .headline .sidebar .blk-closed .blk-title, .sidebar .blk-closed .news .headline .blk-title, .news .headline .sidebar .blk-compare .blk-title, .sidebar .blk-compare .news .headline .blk-title {
    font-size: 1.25em;
    padding: 10px 0 0.2em 10px;
  }
}
@media (min-width: 768px) {
  .news .headline h3, .news .headline .content-intro, .news .headline .content-header p, .content-header .news .headline p, .news .headline .sidebar .blk-closed .blk-title, .sidebar .blk-closed .news .headline .blk-title, .news .headline .sidebar .blk-compare .blk-title, .sidebar .blk-compare .news .headline .blk-title {
    font-size: 1.75em;
    line-height: 1.1429;
  }
}
@media (min-width: 768px) {
  .news .headline {
    background-color: #f3f3f3;
    border-bottom: 0;
    margin: 0 0 30px 0;
    padding: 0;
  }

  .news .headline img {
    width: 100%;
  }

  .news .headline p {
    display: block;
    margin-bottom: .25em;
    padding-left: 10px;
  }

  .news .headline .visual {
    width: 50%;
  }

  .news .headline .meta {
    padding: 0 0 0.5em 10px;
  }

  .news .headline h3, .news .headline .content-intro, .news .headline .content-header p, .content-header .news .headline p, .news .headline .sidebar .blk-closed .blk-title, .sidebar .blk-closed .news .headline .blk-title, .news .headline .sidebar .blk-compare .blk-title, .sidebar .blk-compare .news .headline .blk-title {
    padding: 0.4em 0 0.2em 10px;
  }

  .article .news .headline a {
    margin: 0 10px 0 0;
    padding: 0;
  }

  .news .headline div {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
  }

  .news .headline div a {
    margin-left: 0;
  }
}
.headline a:link .secure {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-image: url("shared-ro/images/secure-big.png");
  background-position: 100% 0;
}

.headline a:link:visited .secure {
  background-position: 100% -102px;
}

.headline a:link:hover .secure,
.headline a:link:focus .secure {
  background-position: 100% -51px;
}

.other .common li {
  margin-bottom: 20px;
}

.other .common li a {
  float: none;
  background: 0;
  padding-left: 0;
  line-height: 1.375;
}

.other .common li a:hover,
.other .common li a:focus {
  text-decoration: underline;
  color: #154273;
}

.other .common li .meta {
  display: block;
  margin: 0.4em 0 0;
}

@media (min-width: 768px) {
  .news .regulars {
    margin: 0 0 0 -20px;
    padding: 0;
    border-bottom: 0;
  }

  .news .regulars div {
    width: 50%;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: 0;
  }

  .news .regulars div p {
    display: block;
  }

  .news .regulars div a {
    margin: 0 0 1em;
  }

  .news div > div {
    display: block;
    width: 50%;
    clear: none;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .article .news div a,
  .news .other ul {
    margin-left: 20px;
  }

  .more,
  #aside .news div,
  #aside .news .more,
  #aside .other-news {
    margin-left: 0;
  }

  #aside .news .headline {
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
  }

  #aside .news .headline div {
    width: auto;
    margin-right: 0;
  }

  #aside .news .headline h3, #aside .news .headline .content-intro, #aside .news .headline .content-header p, .content-header #aside .news .headline p, #aside .news .headline .sidebar .blk-closed .blk-title, .sidebar .blk-closed #aside .news .headline .blk-title, #aside .news .headline .sidebar .blk-compare .blk-title, .sidebar .blk-compare #aside .news .headline .blk-title {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.625;
    font-weight: bold;
  }

  .news .regulars .odd {
    clear: left;
  }

  #content .regular.odd {
    clear: left;
  }

  #content .regular {
    clear: none;
  }

  #aside .spotlight a {
    float: left;
  }

  #aside .spotlight .common {
    float: left;
  }

  .breaking {
    min-height: 180px;
  }

  .breaking .smallcontent {
    padding-left: 20px;
  }

  .breaking .smallcontent a {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }

  .breaking .article {
    padding: 20px;
  }

  .breaking.visualnews .visual {
    width: 50%;
    margin-bottom: 0;
    min-height: 300px;
    margin-bottom: 0;
  }

  .breaking.visualnews .newscontent a h2, .breaking.visualnews .newscontent a .search-result-count, .breaking.visualnews .newscontent a #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .breaking.visualnews .newscontent a a, .breaking.visualnews .newscontent a .blk-title,
  .breaking.visualnews .newscontent a p {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 0;
  }

  .breaking.visualnews .newscontent a h2, .breaking.visualnews .newscontent a .search-result-count, .breaking.visualnews .newscontent a #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .breaking.visualnews .newscontent a a, .breaking.visualnews .newscontent a .blk-title {
    padding-top: 10px;
    padding-bottom: 0.2em;
  }

  .breaking.visualnews .newscontent a .meta {
    margin: 0;
    padding-left: 20px;
  }

  .breaking.visualnews .regular {
    box-sizing: border-box;
    padding-left: 20px;
  }

  .breaking.visualnews .regular a {
    margin-top: 0;
    padding-right: 10px;
    padding-left: 0;
  }

  .breaking.visualnews .regular a .meta {
    width: 100%;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .article .spotlight div a {
    margin-bottom: 0;
    padding-left: 120px;
    background: 0;
  }

  .article .spotlight img {
    position: absolute;
    width: 100px;
    left: 0;
    top: 0;
  }

  #aside .news div,
  #aside .news .more,
  #aside .spotlight a {
    margin-left: 0;
  }

  #aside .headline {
    margin: 0 0 30px;
    background-color: transparent;
  }

  #aside .headline div {
    width: auto;
  }

  #aside .spotlight a {
    float: none;
    margin-bottom: 20px;
  }

  #aside .spotlight .common {
    float: none;
  }

  #aside .spotlight a.more {
    margin-bottom: 0;
  }

  .breaking {
    margin-left: 20px;
    margin-right: 0;
  }

  .breaking .smallcontent {
    width: 25%;
    padding: 20px 10px 10px 20px;
  }

  .breaking .smallcontent a {
    width: 100%;
  }

  .breaking.visualnews .regular {
    margin-top: 15px;
  }

  .breaking.visualnews .regular a {
    width: 50%;
  }
}
@media print {
  .news .headline {
    border-bottom: 0;
  }

  .news .headline .visual {
    page-break-inside: avoid;
  }

  .news .headline div {
    position: static;
  }

  .news .regulars div {
    border-bottom: 0;
    width: 50%;
    float: left;
    bottom: 0;
  }

  .news .regulars div p {
    display: block;
  }

  h1.news + .article-meta {
    padding-left: 0;
  }

  .block.spotlight {
    page-break-inside: avoid;
  }
}
.banner a {
  display: block;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .banner a {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .banner a {
    margin-left: 0;
    padding-left: 0;
  }
}
.banner img {
  max-width: 100%;
  width: 100%;
  -ms-interpolation-mode: bicubic;
}

@media (min-width: 992px) {
  .banner img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #aside .block + .banner:nth-of-type(2n+1) {
    clear: left;
  }
}
@media print {
  .banner {
    page-break-inside: avoid;
  }

  .banner img {
    width: 100%;
    float: none;
  }
}
.banner .st0 {
  fill: #fff;
  stroke: #cbd2e3;
  stroke-width: 4;
  stroke-miterlimit: 10;
}

.banner .st1 {
  fill: #1b5e84;
}

.banner .st2 {
  font-weight: bold;
  font-family: "RO Sans", Calibri, Verdana, sans-serif;
}

.banner .st3 {
  font-size: 22px;
  font-family: "RO Sans", Calibri, Verdana, sans-serif;
}

.banner .st4 {
  font-size: 31px;
  font-family: "RO Sans", Calibri, Verdana, sans-serif;
  text-decoration: none;
}

.banner .st5 {
  font-weight: normal;
  font-family: "RO Sans", Calibri, Verdana, sans-serif;
}

.banner .st6 {
  font-size: 21px;
  font-family: "RO Sans", Calibri, Verdana, sans-serif;
}

.banner .eng .st0 {
  fill: #fff;
  stroke: #cbd2e3;
  stroke-width: 4;
  stroke-miterlimit: 10;
}

.banner .eng .st1 {
  fill: #1b5e84;
}

.banner .eng .st2 {
  font-weight: bold;
  font-family: "RO Sans", Calibri, Verdana, sans-serif;
}

.banner .eng .st3 {
  font-size: 20px;
  font-family: "RO Sans", Calibri, Verdana, sans-serif;
}

.banner .eng .st5 {
  font-weight: normal;
  font-family: "RO Sans", Calibri, Verdana, sans-serif;
}

.banner .eng .st6 {
  font-size: 19px;
  font-family: "RO Sans", Calibri, Verdana, sans-serif;
}

.notifications,
.sharing {
  margin: 0 0 20px;
}

@media (min-width: 992px) {
  .notifications,
  .sharing {
    margin: 40px 0 40px 0;
  }
}
.notifications a {
  padding-right: 30px;
}

#aside .notifications a {
  padding-right: 0;
}

.notifications a.email:focus,
.notifications a.rss-feed:focus,
.notifications a.email:hover,
.notifications a.rss-feed:hover {
  color: #154273;
}

#follow-up .notifications li {
  display: block;
}

#follow-up .sharing li {
  display: block;
  width: 50%;
  float: left;
}

@media (min-width: 992px) {
  #follow-up .sharing li {
    width: 20%;
  }
}
.sharing .common a,
.sharing .common a:visited {
  padding-left: 30px;
  background-image: url(shared-ro/images/sprite-icons-sharing-xl-1.2.png);
  color: #01689b;
}

.sharing .common a:focus,
.sharing .common a:hover {
  color: #154273;
}

.sharing .twitter {
  background-position: -168px 2px;
}

.sharing .facebook {
  background-position: -144px -22px;
}

.sharing .linkedin {
  background-position: -96px -70px;
}

.sharing .youtube {
  background-position: -72px -94px;
}

.sharing .google-plus {
  background-position: -48px -118px;
}

.sharing .flickr {
  background-position: -24px -142px;
}

.sharing .tumblr {
  background-position: 0 -166px;
}

.sharing .common a.external {
  background-image: url("shared-ro/images/sprite-icons-xl-1.2.png");
  background-position: -203px -360px;
}

@media print {
  .sharing,
  h2 a.rss,
  .search-result-count a.rss,
  #tabs .ui-tabs-nav a a.rss,
  .blk-title a.rss {
    display: none !important;
  }
}
.summary h1,
.summary h2,
.summary .search-result-count,
.summary #tabs .ui-tabs-nav a,
#tabs .ui-tabs-nav .summary a,
.summary .blk-title {
  display: none;
  margin: 0 0 20px;
  color: #767676;
  font-size: 1.3125em;
  font-weight: normal;
  line-height: 1.5238;
  vertical-align: baseline;
}

@media (min-width: 992px) {
  .summary h1,
  .summary h2,
  .summary .search-result-count,
  .summary #tabs .ui-tabs-nav a,
  #tabs .ui-tabs-nav .summary a,
  .summary .blk-title {
    display: block;
    margin: 0 0 30px;
  }
}
.summary span {
  color: #000;
  font-size: 1.3333em;
  line-height: 1.1429em;
}

.summary p {
  margin-top: -15px;
  color: #767676;
  font-size: 1em;
  line-height: 1em;
}

.summary p span {
  font-size: 1em;
  line-height: 1em;
}

.sorting {
  margin: 0;
}

@media (min-width: 992px) {
  .sorting {
    margin: 0 0 1em;
  }
}
.sorting + .results {
  padding-top: 0.8em;
}

.results a {
  clear: left;
  margin: 0;
  margin-bottom: 1.25em;
}

@media (min-width: 992px) {
  .results a {
    margin-bottom: 1.625em;
  }
}
.results li a p {
  margin-bottom: 0.433em;
}

.results li a {
  margin-bottom: 0;
}

.results a:focus,
.results a:hover {
  text-decoration: none;
  color: #154273;
}

.results h3, .results .content-intro, .results .content-header p, .content-header .results p, .results .sidebar .blk-closed .blk-title, .sidebar .blk-closed .results .blk-title, .results .sidebar .blk-compare .blk-title, .sidebar .blk-compare .results .blk-title {
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.5;
}

.results a h3, .results a .content-intro, .results a .content-header p, .content-header .results a p, .results a .sidebar .blk-closed .blk-title, .sidebar .blk-closed .results a .blk-title, .results a .sidebar .blk-compare .blk-title, .sidebar .blk-compare .results a .blk-title {
  font-size: 1.125em;
  line-height: 1.33333em;
}

@media (min-width: 992px) {
  .results a h3, .results a .content-intro, .results a .content-header p, .content-header .results a p, .results a .sidebar .blk-closed .blk-title, .sidebar .blk-closed .results a .blk-title, .results a .sidebar .blk-compare .blk-title, .sidebar .blk-compare .results a .blk-title {
    line-height: 1.444em;
  }
}
.results a:focus h3, .results a:focus .content-intro, .results a:focus .content-header p, .content-header .results a:focus p, .results a:focus .sidebar .blk-closed .blk-title, .sidebar .blk-closed .results a:focus .blk-title, .results a:focus .sidebar .blk-compare .blk-title, .sidebar .blk-compare .results a:focus .blk-title,
.results a:hover h3,
.results a:hover .content-intro,
.results a:hover .content-header p,
.content-header .results a:hover p,
.results a:hover .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .results a:hover .blk-title,
.results a:hover .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .results a:hover .blk-title {
  text-decoration: underline;
  color: #154273;
}

.results p {
  margin: 0;
  color: #000;
  font-size: 1em;
  font-weight: normal;
}

.common.results p:first-of-type {
  display: none;
}

@media (min-width: 992px) {
  .common.results p:first-of-type {
    display: block;
  }
}
.common.results p.meta {
  display: block;
}

.common.results a.weblog p,
.common.results a.consignment p {
  display: block;
}

.common.results.gallery-result p {
  display: block;
}

.common.results.hasVisuals p {
  display: block;
}

@media (max-width: 992px) {
  .common.results a {
    padding-left: 0;
    background: 0;
    background-image: none;
  }
}
.results .meta {
  margin-top: .433em;
  margin-bottom: 0;
  color: #767676;
  font-size: 0.8125em;
}

.results .meta + .meta {
  margin-top: 0;
}

.results h3 + .meta, .results .content-intro + .meta, .results .content-header p + .meta, .content-header .results p + .meta, .results .sidebar .blk-closed .blk-title + .meta, .sidebar .blk-closed .results .blk-title + .meta, .results .sidebar .blk-compare .blk-title + .meta, .sidebar .blk-compare .results .blk-title + .meta {
  margin-top: 0;
}

.results.contents .common li {
  margin-bottom: 1.25em;
}

@media (min-width: 992px) {
  .results.contents .common li {
    margin-bottom: 1.625em;
  }
}
.results.contents .common li li {
  margin: 0;
}

.results.hasVisuals a {
  background-image: none;
  padding-left: 0;
  width: 100%;
  margin-bottom: 17px;
  padding: 0 0 15px 0;
  border-bottom: 2px solid #f3f3f3;
}

.results.hasVisuals a:last-child {
  border-bottom: 0;
}

.results.hasVisuals a h3, .results.hasVisuals a .content-intro, .results.hasVisuals a .content-header p, .content-header .results.hasVisuals a p, .results.hasVisuals a .sidebar .blk-closed .blk-title, .sidebar .blk-closed .results.hasVisuals a .blk-title, .results.hasVisuals a .sidebar .blk-compare .blk-title, .sidebar .blk-compare .results.hasVisuals a .blk-title {
  display: block;
  padding: 0 0 10px 0;
  margin: 0;
}

.results.hasVisuals a p {
  padding: 0 15px 10px 0;
}

.results.hasVisuals a p.meta {
  margin: 0;
  padding: 0 10px 0 0;
  float: none;
}

.results.hasVisuals a .visual img {
  width: 100%;
  margin: 0 0 15px 0;
}

@media (min-width: 768px) {
  .results.hasVisuals a {
    background-color: #f3f3f3;
    border-bottom: 0;
    padding: 0 0 15px 38%;
    position: relative;
    min-height: 190px;
    overflow: hidden;
  }

  .results.hasVisuals a h3, .results.hasVisuals a .content-intro, .results.hasVisuals a .content-header p, .content-header .results.hasVisuals a p, .results.hasVisuals a .sidebar .blk-closed .blk-title, .sidebar .blk-closed .results.hasVisuals a .blk-title, .results.hasVisuals a .sidebar .blk-compare .blk-title, .sidebar .blk-compare .results.hasVisuals a .blk-title {
    font-size: 1.66666em;
    font-weight: normal;
    line-height: 1.13333333em;
    padding: 15px 15px 5px 15px;
  }

  .results.hasVisuals a p {
    padding: 0 15px 10px 15px;
    line-height: 1.375;
  }

  .results.hasVisuals a p.meta {
    padding: 0 10px 0 15px;
  }

  .results.hasVisuals a .visual {
    position: absolute;
    left: 0;
    top: 0;
    width: 38%;
    margin-bottom: 0;
    overflow: hidden;
  }

  .results.hasVisuals a .visual img {
    width: 100%;
    margin: 0;
  }
}
.results-message {
  margin: 0 0 0 -20px;
  padding: 10px 20px 5px;
  background-color: #f3f3f3;
}

.results-message p {
  margin: 0 0 .6em;
  padding: 0;
}

.results-message.search-top {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.results-message.search-top p {
  padding: 0;
}

.paging-menu h2, .paging-menu .search-result-count, .paging-menu #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .paging-menu a, .paging-menu .blk-title {
  display: none;
}

ul.paging {
  display: block;
  margin: 0 0 15px -20px;
  padding-left: 20px;
  border-top: 3px solid #01689b;
  font-size: 100%;
  display: block;
}

ul.paging:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

@media (min-width: 992px) {
  ul.paging {
    margin: 0 0 20px -20px;
  }
}
.paging li {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  border: 0;
  background-image: none;
  font-size: 1.25em;
  line-height: 1.2381;
}

@media (min-width: 768px) {
  .paging li {
    font-size: 1.3125em;
    line-height: 1.2381;
  }
}
.paging a,
.paging a:visited,
.paging span {
  display: block;
  padding: .5em 8px;
  padding-top: .5em;
  color: #01689b;
  text-decoration: none;
}

.paging a.page,
.paging a:visited.page,
.paging span.page {
  display: none;
}

.paging a:focus,
.paging a:hover {
  text-decoration: underline;
  color: #154273;
}

.paging a,
.paging span {
  position: absolute;
  top: -100000px;
}

@media (min-width: 992px) {
  .paging a,
  .paging span {
    position: static;
    top: auto;
  }
}
.paging .previous a,
.paging .next a {
  position: static;
  top: auto;
}

.paging strong {
  display: block;
  padding: .5em 8px;
  padding-top: .5em;
  background-color: #01689b;
  color: #fff;
}

.paging em {
  display: block;
  padding: .5em 8px;
  padding-top: .5em;
  color: #767676;
  font-style: normal;
  line-height: 1;
}

@media print {
  .paging {
    display: none !important;
  }

  .results li:before {
    content: "";
  }
}
.message .wrapper {
  padding: 30px 15px 10px 15px;
  background-image: url(shared-ro/images/sprite-icons-messages.png);
  background-repeat: no-repeat;
  background-position: 10px 0;
}

.message p {
  margin: 0;
  display: inline-block;
  width: 100%;
}

.message.error {
  background-color: #f7d2dd;
  padding: 30px 20px 10px 20px;
  background-position: 20px 0;
  background-repeat: no-repeat;
  background-image: url(shared-ro/images/sprite-icons-messages.png);
}

.message.error li {
  background-position: -990px 0.75em;
}

.message.cookie {
  background-color: #e6e6e6;
}

.message.cookie .wrapper {
  padding-top: 10px;
  background-image: none;
}

.message.alert {
  background-color: #fef1bc;
  padding: 30px 20px 10px 20px;
  margin-left: -20px;
  background-position: -980px 0;
  background-repeat: no-repeat;
  background-image: url(shared-ro/images/sprite-icons-messages.png);
}

.message.info {
  background-color: #c5f2b2;
}

.message.info .wrapper {
  background-position: -1985px 0;
}

.message.survey a {
  clear: both;
  display: inline-block;
  margin-left: 10px;
}

.message.survey a[target=_blank] {
  background-repeat: no-repeat;
  background-image: url("shared-ro/images/sprites/inline.png");
  background-position: -3px -166px;
  padding-left: 13px;
}

.message.survey #survey-no {
  float: none;
}

@media (min-width: 768px) {
  .message.survey a {
    display: inline-block;
  }

  .message.survey a#survey-no {
    float: right;
  }
}
.message.login {
  padding-top: 0;
  padding-bottom: .2em;
  background: transparent;
  margin-right: 0;
  text-align: right;
  font-size: 1em;
}

.message.login p {
  text-align: right;
}

.message.login a {
  display: inline-block;
  margin-left: 10px;
}

.message.login a:visited {
  color: #666;
}

@media print {
  .survey,
  .cookie {
    display: none !important;
  }
}
label {
  display: block;
  position: relative;
  margin: 0 0 .4em;
  font-size: 1em;
  line-height: 1.375;
}

select {
  padding: .3333em 0;
  -webkit-border-radius: 0;
}

input,
select,
textarea,
button {
  line-height: normal;
  padding: .35em 0;
  font-size: 1em;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "RO Sans", Calibri, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.625;
}

input[type="text"],
input[type="password"],
input[type="date"],
select {
  padding: .3333em 0;
  height: 32px;
  width: 100%;
}

@media (min-width: 992px) {
  input[type="text"],
  input[type="password"],
  input[type="date"],
  select {
    padding: 0.25em 0;
  }
}
form div.clearFieldWrapper {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

form div.clearFieldWrapper input {
  padding-right: 25px;
}

form div.clearFieldWrapper input::-ms-clear {
  display: none;
}

form div.clearFieldWrapper .clearField {
  display: none;
  position: absolute;
  width: 16px;
  height: 100%;
  right: 8px;
  top: 0;
  margin: 0;
  cursor: pointer;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE0MTQ0MDU4MTA0NDExRTY4MzU1RkQwMTc0OThEREQ4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE0MTQ0MDU5MTA0NDExRTY4MzU1RkQwMTc0OThEREQ4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTQxNDQwNTYxMDQ0MTFFNjgzNTVGRDAxNzQ5OERERDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTQxNDQwNTcxMDQ0MTFFNjgzNTVGRDAxNzQ5OERERDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7URIuCAAAAhUlEQVR42mJgYGBgBeI2IHZjwA/coOpA6hm6gPg/EL8AYg0cGjSg8v+h6hm8gfgNVOARFo0aUPH/UHXeMAllIL4PlXgFxNpQcW0o/z9UXhndCbpICm4CcQiUhhmki8uz6kB8EaoQhi9CxfGCQDRNgYQ0kGwTyX4iOfTIiieyUgTJaQ8gwADv1kDe6f6LSAAAAABJRU5ErkJggg==");
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 9999;
}

form div.clearFieldWrapper .clearField.active {
  display: block;
}

select {
  padding: 0.1875em 0;
}

input[type="text"],
input[type="password"] {
  padding-left: 5px;
  width: 99%;
}

#aside input.date {
  font-size: 14px;
  float: left;
}

@media (min-width: 992px) {
  #aside input.date {
    float: none;
  }
}
#aside input[type="text"].date {
  width: 42%;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type="text"],
input[type="password"],
input[type="file"],
input[type="date"],
select,
textarea {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 2px solid #01689b;
}

input[type="file"] {
  margin-bottom: 0.425em;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: block;
  width: auto;
  float: left;
  margin: .15em 20px 0 0;
  padding: .4em 10px;
  padding-bottom: .4em;
  border: 0;
  background-color: #01689b;
  color: #fff;
  font-size: 1em;
  cursor: pointer;
  -webkit-appearance: button;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #82befb inset;
}

button:active,
button:hover,
input[type="button"]:active,
input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:hover {
  outline: 0;
  box-shadow: none;
}

textarea {
  width: 100%;
  height: 6em;
  line-height: 1.5;
  margin-bottom: 5px;
}

input[type="text"].autosize,
select.autosize {
  width: auto;
}

form:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

form h2, form .search-result-count, form #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav form a, form .blk-title {
  margin: .67em 0 .13em;
  color: #01689b;
  font-size: 1.536em;
  font-weight: normal;
  line-height: 1.1429;
}

form h3, form .content-intro, form .content-header p, .content-header form p, form .sidebar .blk-closed .blk-title, .sidebar .blk-closed form .blk-title, form .sidebar .blk-compare .blk-title, .sidebar .blk-compare form .blk-title {
  padding-left: 10px;
  margin: 0.67em 0 0.13em;
}

@media (min-width: 992px) {
  form h3, form .content-intro, form .content-header p, .content-header form p, form .sidebar .blk-closed .blk-title, .sidebar .blk-closed form .blk-title, form .sidebar .blk-compare .blk-title, .sidebar .blk-compare form .blk-title {
    padding-left: 20px;
  }
}
.form th[colspan] {
  background-color: white;
  padding-top: 1.2em;
}

form h2.req, form .req.search-result-count, form #tabs .ui-tabs-nav a.req, #tabs .ui-tabs-nav form a.req, form .req.blk-title {
  margin: .67em 0 -0.55em 0;
  padding-right: 6em;
}

@media (min-width: 768px) {
  form h2.req, form .req.search-result-count, form #tabs .ui-tabs-nav a.req, #tabs .ui-tabs-nav form a.req, form .req.blk-title {
    margin: 0.67em 0 -0.9em 0;
  }
}
@media (min-width: 992px) {
  form h2.req, form .req.search-result-count, form #tabs .ui-tabs-nav a.req, #tabs .ui-tabs-nav form a.req, form .req.blk-title {
    margin: 0.67em 0 -0.85em 0;
  }
}
form h2.form-divider, form .form-divider.search-result-count, form #tabs .ui-tabs-nav a.form-divider, #tabs .ui-tabs-nav form a.form-divider, form .form-divider.blk-title {
  border-top: 3px solid #f3f3f3;
  padding-top: 0.8em;
}

form div p {
  margin: 0 0 1.2em;
}

form p.req {
  text-align: right;
}

legend {
  position: absolute !important;
  display: inline-block !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

#aside .form {
  position: relative;
  top: 0;
  width: 95%;
}

@media (min-width: 992px) {
  #aside .form {
    width: 96%;
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  #aside .form {
    position: static;
    top: 0;
    width: 100%;
    margin-left: 0;
  }
}
#aside .form .message {
  margin-left: 0;
}

#aside .form .message.error {
  padding-left: 25px;
}

.form .skiplinks a:focus {
  top: inherit;
  bottom: -43px;
}

.formWrapper {
  padding: 0 0 0 10px;
  background-color: #f3f3f3;
  overflow: hidden;
  margin: 0 0 1.875em 0;
  position: relative;
}

@media (min-width: 768px) {
  .formWrapper {
    margin: 0 0 30px 0;
    padding: 0 0 0 10px;
  }
}
@media (min-width: 992px) {
  .formWrapper {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
  }
}
.formWrapper .filter {
  display: none;
}

.js .toggleFilter .formWrapper {
  padding: 0 0 60px 10px;
}

@media (min-width: 768px) {
  .js .toggleFilter .formWrapper {
    padding: 0 0 0 10px;
  }
}
@media (min-width: 992px) {
  .js .toggleFilter .formWrapper {
    padding: 0 0 0 20px;
  }
}
.js .formWrapper .filter {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0;
  width: 100%;
  background-color: #e6e6e6;
  float: left;
}

@media (min-width: 768px) {
  .js .formWrapper .filter {
    position: relative;
    background: 0;
    float: left;
    width: auto;
    padding: 0;
    margin: 1.2em 0 0 0;
  }
}
.js .formWrapper .filter .filter-btn {
  background: url("shared-ro/images/sprite-topic-toggle.svg") no-repeat;
  background-position: 99% -45px;
  position: relative;
  margin: 0;
  color: #01689b;
  text-decoration: underline;
  width: 100%;
  float: left;
}

.js .formWrapper .filter .filter-btn.expandedSearch {
  background-position: 99% -75px;
}

@media (min-width: 768px) {
  .js .formWrapper .filter .filter-btn {
    margin: .15em 20px 0 0;
    background-position: 99% -45px;
  }

  .js .formWrapper .filter .filter-btn.expandedSearch {
    background-position: 99% -75px;
  }
}
@media (min-width: 992px) {
  .js .formWrapper .filter .filter-btn {
    background-position: 99% -43px;
  }

  .js .formWrapper .filter .filter-btn.expandedSearch {
    background-position: 99% -73px;
  }
}
.formWrapper .filters {
  padding-left: 0;
}

.formWrapper .filters .period {
  margin-top: 0;
}

.js .formWrapper .filters {
  display: none;
  padding-left: 0;
}

.formWrapper .search-form-submit {
  float: left;
}

@media (min-width: 768px) {
  .formWrapper .search-form-submit input {
    margin-right: 10px;
  }
}
#country-search-form .formWrapper {
  background-color: #f3f3f3;
  padding-bottom: 0.5em;
}

#country-search-form .formWrapper p {
  margin: 1.2em 0 0.5em;
}

#country-search-form .formWrapper input.ui-autocomplete-input,
#topic-search .formWrapper input.ui-autocomplete-input {
  margin-bottom: 0;
  padding-left: 1%;
  width: auto;
}

@media (min-width: 992px) {
  #country-search-form .formWrapper input.ui-autocomplete-input,
  #topic-search .formWrapper input.ui-autocomplete-input {
    width: 20em;
  }
}
.activityblock #search-filter-form .formWrapper {
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
}

.js .activityblock #search-filter-form .formWrapper {
  padding-bottom: 20px;
}

.activityblock #search-filter-form .formWrapper div {
  padding-left: 0;
}

.activityblock #search-filter-form .formWrapper .accordionHeader {
  background: #fff;
  box-sizing: border-box;
  border-bottom: 2px solid #01689b;
  display: inline-block;
  width: 100%;
}

.activityblock #search-filter-form .formWrapper .accordionHeader a {
  background-image: url("shared-ro/images/sprite-topic-toggle.svg");
  background-position: right -50px;
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
}

.activityblock #search-filter-form .formWrapper .accordionHeader a.openBox {
  background-position: right -80px;
}

.activityblock #search-filter-form .formWrapper .accordionHeader a:focus {
  outline: 2px solid #82befb;
  outline-offset: -2px;
}

.activityblock #search-filter-form .formWrapper .accordionHeader h4 {
  color: #000;
  font-weight: normal;
  text-decoration: none;
  margin-left: 5px;
}

.activityblock #search-filter-form .formWrapper .accordionBox {
  padding-left: 10px;
  background: #fff;
  margin-top: 0;
}

.activityblock #search-filter-form .formWrapper .accordionBox fieldset {
  display: block;
}

.activityblock #search-filter-form .formWrapper .accordionBox fieldset input[type="checkbox"] {
  margin: 0.15em 0 0 1px;
}

.activityblock #search-filter-form .formWrapper .accordionBox fieldset.checklist {
  margin-top: 1em;
}

.activityblock #search-filter-form .formWrapper .accordionBox fieldset .field {
  margin: 0;
  padding: 0 !important;
}

.activityblock #search-filter-form .formWrapper .accordionBox fieldset .field label {
  display: block;
  color: #000;
  font-weight: normal;
  margin-bottom: 5px;
  padding-left: 25px;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .activityblock #search-filter-form .formWrapper .accordionBox fieldset .field label {
    width: 80%;
  }
}
.activityblock #search-filter-form .formWrapper .accordionBox .checklist {
  padding-left: 0;
}

.activityblock #search-filter-form .formWrapper .field {
  padding-right: 0;
}

.activityblock #search-filter-form .formWrapper .buttonfield {
  display: block;
}

.js .activityblock #search-filter-form .formWrapper .buttonfield {
  display: none;
}

form .formWrapper .accordionBox {
  display: block;
}

.js form .formWrapper .accordionBox {
  display: none;
}

.formWrapper div {
  display: block;
  position: relative;
  margin: 1.2em 0 0 0;
}

.formWrapper.eform > .eformText:first-child {
  margin-top: -20px;
}

.formWrapper.eform fieldset:first-child > div.eformText:first-child,
.formWrapper.eform fieldset:first-child legend + .eformText {
  margin-top: -25px;
}

.formWrapper p:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.eform .eformText {
  background: #fff;
  padding-left: 10px;
  margin-left: -20px;
  padding-top: 10px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .eform .eformText {
    padding-left: 0;
  }
}
.eform .eformText .summary {
  padding-left: 0;
}

.formWrapper .field {
  margin: 0;
  padding: 0 10px 0 0;
  min-height: 1.6em;
}

.formWrapper .field:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.clear-search-icon {
  position: absolute;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE0MTQ0MDU4MTA0NDExRTY4MzU1RkQwMTc0OThEREQ4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE0MTQ0MDU5MTA0NDExRTY4MzU1RkQwMTc0OThEREQ4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTQxNDQwNTYxMDQ0MTFFNjgzNTVGRDAxNzQ5OERERDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTQxNDQwNTcxMDQ0MTFFNjgzNTVGRDAxNzQ5OERERDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7URIuCAAAAhUlEQVR42mJgYGBgBeI2IHZjwA/coOpA6hm6gPg/EL8AYg0cGjSg8v+h6hm8gfgNVOARFo0aUPH/UHXeMAllIL4PlXgFxNpQcW0o/z9UXhndCbpICm4CcQiUhhmki8uz6kB8EaoQhi9CxfGCQDRNgYQ0kGwTyX4iOfTIiieyUgTJaQ8gwADv1kDe6f6LSAAAAABJRU5ErkJggg==");
  height: 13px;
  width: 13px;
  right: 75px;
  top: 9px;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

form td p {
  margin-bottom: 1.2em;
  line-height: 1.8;
}

form td p:last-child {
  margin-bottom: 0;
}

.article form {
  margin-left: -10px;
}

.article form h2, .article form .search-result-count, .article form #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .article form a, .article form .blk-title {
  padding-left: 10px;
  margin-left: 0;
}

.article form > p {
  padding-left: 10px;
}

.article .tableForm .formWrapper {
  padding-left: 0;
}

.article .tableForm .formWrapper table {
  margin-left: 0;
}

.article .tableForm .formWrapper div {
  padding-left: 10px;
}

@media (min-width: 992px) {
  .article .tableForm .formWrapper div {
    padding-left: 160px;
  }
}
.divider {
  display: inline-block;
  width: 15%;
  max-width: 2em;
  text-align: center;
}

#aside .divider {
  width: 1%;
  max-width: .1em;
  margin-right: 20px;
  margin-left: 5px;
  float: left;
  font-size: 16px;
}

@media (min-width: 992px) {
  #aside .divider {
    margin-right: 0;
    margin-left: 1px;
    float: none;
    font-size: 11px;
  }
}
.hint p,
.hint ol,
.hint ul {
  margin: 0;
  padding: 5px 40px 0 0;
  line-height: 1.5;
  min-height: 34px;
}

.hint li {
  line-height: 1.5;
}

.hint dl {
  margin-bottom: 0;
}

.hint h3, .hint .content-intro, .hint .content-header p, .content-header .hint p, .hint .sidebar .blk-closed .blk-title, .sidebar .blk-closed .hint .blk-title, .hint .sidebar .blk-compare .blk-title, .sidebar .blk-compare .hint .blk-title {
  line-height: 1.5;
}

.js .fancy .hint {
  position: absolute;
  top: -100000px;
  margin-bottom: 10px;
}

.fancy .field {
  padding-right: 40px;
}

@media (min-width: 992px) {
  .fancy .field {
    padding-right: 60px;
  }
}
form a.open,
form button.open,
form a.close,
form button.close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #01689b;
  background-image: url("shared-ro/images/generic-icons.svg");
  background-position: -27px 4px;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  font-weight: normal;
  text-indent: -999px;
  width: 26px;
  height: 32px;
  overflow: hidden;
  line-height: 1;
  margin: 0;
}

form a.open:focus,
form button.open:focus,
form a.close:focus,
form button.close:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #82befb inset;
}

form button.close {
  top: 0;
  z-index: 100;
  background-position: -27px -23px;
}

form a.open:focus,
form a.open:hover,
form a.close:focus,
form a.close:hover {
  color: #fff;
}

.form .hint div {
  padding: 0 30px 0 10px;
  margin: 0;
}

.form .hint dt {
  width: 9em;
}

.form .hint dd {
  margin-left: 9.9em;
  line-height: 1.5;
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  left: 0;
  vertical-align: middle;
  padding: 0;
  margin: .25em 0 0 1px;
  border: 2px solid #f3f3f3;
}

input[type="checkbox"] {
  -webkit-border-radius: 0;
  background-color: transparent;
  border-color: transparent;
}

.touchevents input[type="checkbox"] {
  border-color: #999;
}

input[type="radio"] {
  color: #01689b;
  background-color: transparent;
  border-color: transparent;
}

.touchevents input[type="radio"] {
  border-color: #999;
}

.disabled + label {
  cursor: default;
  -moz-opacity: .4;
  -khtml-opacity: .4;
  opacity: 0.4;
}

.checklist,
.optionlist {
  margin-top: 1.2em;
  position: relative;
}

.formWrapper .checklist > div,
.checklist > div,
.formWrapper .optionlist > div,
.optionlist > div {
  padding: 0;
  margin: 0;
  overflow: visible;
}

.checklist .hint,
.optionlist .hint {
  padding-left: 30px;
}

.checklist label,
.optionlist label {
  color: #01689b;
  font-weight: bold;
}

.checklist div.field,
.optionlist div.field {
  min-height: 2.2em;
  padding: 0 60px 0 30px;
  overflow: visible;
}

#aside .checklist div.field,
#aside .optionlist div.field {
  padding-right: 10px;
}

.checklist input[type="checkbox"],
.optionlist input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
}

.checklist .subchecklist,
.optionlist .subchecklist {
  padding-left: 0;
}

.checklist .subchecklist div.field,
.optionlist .subchecklist div.field {
  padding-right: 0;
  min-height: auto;
}

.checklist .subchecklist label,
.optionlist .subchecklist label {
  color: black;
  font-weight: normal;
  margin-top: 0;
}

.checklist + .navigation div,
.optionlist + .navigation div {
  padding-left: 0;
}

label.radio {
  padding-left: 30px;
  position: relative;
}

label.inline-label {
  float: none;
  margin: 0 0 .8em;
  position: static;
  display: inline;
  width: auto;
}

label.radio.inline-label {
  float: left;
  margin-right: 0;
  margin-left: 0;
}

.radio-subfields {
  margin: 0 0 0.8em 0;
}

.radio-subfields .formWrapper,
.radio-subfields .field {
  margin: 0 0 .8em 0;
  padding: 0 10px 0.8em;
}

.radio-subfields:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

span.radio-subfields {
  padding: 0;
  float: none;
  display: inline;
}

span.radio-subfields label {
  position: static;
  margin-top: 0;
}

label.choice {
  margin: 0 1em .40125em 0;
  width: auto;
  float: left;
  padding-top: .25em;
  left: 0;
  top: 0;
  padding-left: 30px;
  position: relative;
}

label.choice input {
  left: 3px;
  top: 0.2em;
}

.formWrapper .message,
.formWrapper .hint {
  min-height: 0;
  margin-top: 0;
}

.formWrapper div.message.error,
.formWrapper div.message.alert,
.formWrapper div.message.info {
  display: block;
  padding: 0 20px 0 30px;
  background-color: transparent;
  background-position: 0 0;
}

.formWrapper div.message.alert {
  background-color: #fef1bc;
  background-position: -1000px 0;
}

.formWrapper div.message.info {
  background-color: #c5f2b2;
  background-position: -2000px 0;
}

.formWrapper .message.error {
  margin-top: 0;
}

.formWrapper .message.error p {
  margin-top: 0;
  padding: 0;
}

form .error {
  padding-bottom: 0;
}

form .message.error {
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.error input,
.error textarea {
  border-color: #f7d2dd;
  border-bottom-color: #cc003d;
}

.period.custom {
  display: none;
}

.period select {
  width: 6em;
}

@media (min-width: 768px) {
  .period select {
    width: 6.6em;
  }
}
.bottomSpace {
  padding-bottom: 1.2em;
}

@media (min-width: 768px) {
  .formWrapper div {
    padding-left: 9em;
  }

  .formWrapper .message {
    margin-bottom: 1em;
    margin-left: 9em;
  }

  .fancy .hint {
    overflow: visible;
  }

  label {
    position: relative;
    top: .25em;
    left: -9em;
    float: left;
    margin: 0;
    margin-right: -9em;
    width: 8.5em;
    font-size: 1em;
  }

  .checklist,
  .optionlist {
    padding-left: 20px;
  }

  .checklist label,
  .optionlist label {
    float: none;
    position: static;
    width: auto;
  }

  .checklist .subchecklist,
  .optionlist .subchecklist {
    padding: .8em 10px .4em;
    margin-top: 0;
  }

  .checklist .subchecklist div.field,
  .optionlist .subchecklist div.field {
    margin-left: 0;
    padding-right: 0;
  }

  .checklist .subchecklist span,
  .optionlist .subchecklist span {
    padding-left: 3px;
  }

  label.radio {
    margin-bottom: .40125em;
    margin-right: 0;
    position: relative;
    width: auto;
    float: none;
    padding-top: .25em;
    left: 0;
    top: 0;
  }

  label.radio input[type="checkbox"] {
    top: 4px;
    left: 3px;
  }

  label.radio input[type="radio"] {
    left: 3px;
  }

  select + label.inline-label,
  input + label.inline-label {
    margin-left: 20px;
  }

  label.inline-label-second {
    float: left;
    width: auto;
    position: static;
    padding-top: 0.25em;
  }

  .radio-subfields .formWrapper,
  .radio-subfields .field {
    padding-left: 11em;
  }

  span.radio-subfields {
    margin: 0;
  }

  span.radio-subfields label {
    padding-top: .25em;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .article form {
    margin-left: -20px;
  }

  .article form h2, .article form .search-result-count, .article form #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .article form a, .article form .blk-title,
  .article form .formWrapper,
  .article form > p,
  .article form > h3,
  .article form > .content-intro,
  .article .content-header form > p,
  .content-header .article form > p,
  .article .sidebar .blk-closed form > .blk-title,
  .sidebar .blk-closed .article form > .blk-title,
  .article .sidebar .blk-compare form > .blk-title,
  .sidebar .blk-compare .article form > .blk-title {
    padding-left: 20px;
    margin-left: 0;
  }

  .article form + .navigation {
    padding-left: 0;
  }

  form .formWrapper table {
    margin-left: -20px;
  }

  form a.open,
  form a.close {
    padding-right: 9px;
    padding-left: 9px;
  }

  .js input.date {
    padding-right: 1em;
  }
}
@media print {
  form a.open,
  input[type="submit"],
  #country-search-submit,
  form a.close {
    display: none;
  }

  input[type="text"],
  input[type="date"],
  select,
  textarea,
  input[type="file"] {
    border: 1px solid #d9d9d9;
  }
}
.ui-datepicker {
  display: none;
}

input.date {
  display: inline-block;
  width: 40%;
  max-width: 10em;
}

input.date::-ms-clear {
  width: 0;
  height: 0;
}

.js .ui-datepicker-calendar tbody td {
  width: 12%;
}

#aside .ui-datepicker-calendar td:last-child {
  width: 0;
}

#aside .ui-datepicker {
  font-size: 11px;
}

@media (min-width: 992px) {
  #aside .ui-datepicker {
    font-size: 14px;
  }
}
#aside form .ui-datepicker-trigger-period-to {
  right: -38%;
  left: inherit;
}

@media (min-width: 992px) {
  #aside form .ui-datepicker-trigger-period-to {
    right: -43%;
  }
}
@media (min-width: 1200px) {
  #aside form .ui-datepicker-trigger-period-to {
    right: -43%;
  }
}
#aside form .ui-datepicker-trigger-period-form {
  left: -22px;
}

#aside form #period-to {
  margin-left: 10px;
}

.js #aside form #period-to {
  float: right;
  margin-left: 0;
}

.js input.date {
  width: 40%;
  max-width: 10em;
  padding-right: 8%;
}

@media (min-width: 992px) {
  .js input.date {
    width: 32%;
  }
}
.js #aside input.date {
  width: 45%;
}

.js #aside input.date.hasError {
  border-bottom-color: #cc003d;
}

.js form .ui-datepicker-trigger {
  position: relative;
  top: 4px;
  left: -22px;
  display: inline-block;
  margin-right: -15px;
  padding: 0;
  width: 15px;
  height: 16px;
  border: 0;
  background: url(shared-ro/images/icon-calendar.png) no-repeat;
}

.js form .ui-datepicker-trigger:after {
  display: none;
}

@media (min-width: 1200px) {
  .js form .ui-datepicker-trigger {
    top: 4px;
  }
}
.js .ui-datepicker {
  display: none;
  padding: 0;
  overflow: visible;
}

.js .ui-datepicker div {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.js .ui-datepicker .ui-datepicker-header {
  padding: 0;
  overflow: visible;
  background-color: #ccc;
  position: relative;
}

.js .ui-datepicker-buttonpane {
  position: static;
}

.js .ui-datepicker .ui-datepicker-header-period-to:before,
.js .ui-datepicker .ui-datepicker-header.ui-datepicker-caret-right:before {
  left: 16em;
}

.js .form table.ui-datepicker-calendar {
  width: 100%;
  margin: 0 0 1em;
}

.js .ui-datepicker-calendar {
  margin: 0 0 1em;
}

.js .ui-datepicker-calendar th {
  width: auto;
  border-right: 0;
  border-left: 0;
  background-color: #f3f3f3;
  font-weight: bold;
  font-size: .9167em;
  text-align: center;
  padding: 0;
}

.js .ui-datepicker-calendar th span {
  display: block;
  padding: 0.7em 0.4em 0.4em;
}

.js .ui-datepicker-calendar tbody td {
  border-right: 0;
  border-left: 0;
  text-align: center;
  padding: 0;
}

.js #aside .ui-datepicker-calendar tbody td {
  width: auto;
}

.js .ui-datepicker-calendar a {
  color: #000;
  text-decoration: none;
  padding: .2em .4em .3em;
  display: block;
  border: 2px solid #f3f3f3;
}

@media (min-width: 992px) {
  .js .ui-datepicker-calendar a {
    padding: 0.2em 0.3em 0.3em;
  }
}
.js .ui-datepicker-calendar .ui-datepicker-week-col {
  color: #01689b;
  font-style: italic;
  padding: .7em .7em 0;
  font-size: .8125em;
  width: 55px;
  text-align: left;
}

.js .ui-datepicker-other-month a {
  color: #4e4e4e;
}

.js .ui-datepicker-prev,
.js .ui-datepicker-next,
.js .ui-datepicker-prev-yr,
.js .ui-datepicker-next-yr {
  margin: .3em 12px 0;
  padding: 0;
  background-image: none;
  letter-spacing: -0.2em;
  font-weight: bold;
  cursor: pointer;
}

.js .ui-datepicker-prev,
.js .ui-datepicker-prev-yr {
  float: left;
}

.js .ui-datepicker-next,
.js .ui-datepicker-next-yr {
  float: right;
}

.js .ui-datepicker-next-yr {
  margin-right: 60px;
}

.js #aside .ui-datepicker-prev,
.js #aside .ui-datepicker-next,
.js #aside .ui-datepicker-prev-yr {
  margin: 0.3em 8px 0;
}

.js #aside .ui-datepicker-next-yr {
  margin: 0.3em 40px 0 8px;
}

.js #aside .ui-datepicker-close {
  cursor: pointer;
}

.js .ui-datepicker-current {
  display: none;
}

.js .ui-datepicker .ui-datepicker-close {
  position: absolute;
  right: 0;
  top: 0;
  background: #01689b;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  font-weight: normal;
  padding: .3333em 14px;
  height: 34px;
}

@media (min-width: 992px) {
  .js .ui-datepicker .ui-datepicker-close {
    padding: 8px 14px 0 14px;
    line-height: 1;
  }
}
.js #aside .ui-datepicker .ui-datepicker-close {
  height: 26px;
}

@media (min-width: 992px) {
  .js #aside .ui-datepicker .ui-datepicker-close {
    padding: 0.5em 9px 0 9px;
  }
}
.js .ui-datepicker-close,
.js .ui-datepicker-close:hover,
.js .ui-datepicker-close:focus {
  color: #fff;
}

.js .ui-datepicker .ui-datepicker-title {
  text-align: center;
  font-weight: bold;
  padding: .25em 0;
  letter-spacing: -0.05em;
}

@media (min-width: 1200px) {
  .js .ui-datepicker .ui-datepicker-title {
    padding: 0.14em 0;
  }
}
.js .ui-datepicker-calendar .ui-datepicker-current-day {
  font-weight: bold;
  background-color: #e6e6e6;
}

.js .ui-datepicker-calendar .ui-datepicker-current-day a {
  border: 2px solid #e6e6e6;
}

.js .ui-datepicker-calendar .ui-datepicker-days-cell-over a,
.js .ui-datepicker-calendar .ui-state-hover {
  border: 2px solid #ccc;
  display: block;
}

@media (min-width: 992px) {
  .js .ui-datepicker .ui-datepicker-close {
    padding-right: 9px;
    padding-left: 9px;
  }
}
.people ul {
  margin-left: -20px;
}

.people li {
  min-height: 100px;
  position: relative;
  margin-bottom: 30px;
  padding-left: 0;
  background-image: none;
}

@media (min-width: 992px) {
  .people li {
    display: block;
    width: 50%;
    clear: none;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .people li:nth-child(odd) {
    clear: left;
  }
}
.people li a {
  display: block;
  padding-left: 140px;
  text-decoration: none;
}

.people li h2, .people li .search-result-count, .people li #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .people li a, .people li .blk-title {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.625;
}

.people li a:hover h2, .people li a:hover .search-result-count, .people li a:hover #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .people li a:hover a, .people li a:hover .blk-title {
  text-decoration: underline;
  color: #154273;
}

.people li p {
  margin: .4em 0;
  color: #535353;
  font-size: 1em;
}

.people li img {
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
}

.article .thumbnail {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .article .spotlight.thumbnail {
    position: relative;
  }
}
.article .thumbnail div.column {
  padding-left: 0;
  margin-bottom: 0;
}

.thumbnail li {
  position: relative;
  margin: 0 0 20px;
  padding: 0;
}

.thumbnail a {
  display: block;
  min-height: 56px;
  position: relative;
  padding: 0 0 0 66px;
  background-image: none;
}

.thumbnail a.more {
  padding-left: 30px;
  min-height: 0;
}

.thumbnail a.more:hover {
  text-decoration: underline;
  color: #154273;
}

#aside .thumbnail a.more {
  margin-top: 0;
}

.thumbnail a:focus,
.thumbnail a:hover {
  text-decoration: none;
}

.thumbnail ul {
  margin-bottom: 0;
}

.thumbnail ul:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.thumbnail a h3, .thumbnail a .content-intro, .thumbnail a .content-header p, .content-header .thumbnail a p, .thumbnail a .sidebar .blk-closed .blk-title, .sidebar .blk-closed .thumbnail a .blk-title, .thumbnail a .sidebar .blk-compare .blk-title, .sidebar .blk-compare .thumbnail a .blk-title {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.375;
}

.thumbnail a:hover h3, .thumbnail a:hover .content-intro, .thumbnail a:hover .content-header p, .content-header .thumbnail a:hover p, .thumbnail a:hover .sidebar .blk-closed .blk-title, .sidebar .blk-closed .thumbnail a:hover .blk-title, .thumbnail a:hover .sidebar .blk-compare .blk-title, .sidebar .blk-compare .thumbnail a:hover .blk-title,
.thumbnail a:focus h3,
.thumbnail a:focus .content-intro,
.thumbnail a:focus .content-header p,
.content-header .thumbnail a:focus p,
.thumbnail a:focus .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .thumbnail a:focus .blk-title,
.thumbnail a:focus .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .thumbnail a:focus .blk-title {
  text-decoration: underline;
  color: #154273;
}

.thumbnail p {
  margin-bottom: 0;
  line-height: 1.375em;
}

.thumbnail img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.thumbnail .meta {
  margin-bottom: 0;
  text-decoration: none;
}

.article .spotlight.thumbnail div {
  min-height: 100px;
  position: relative;
  margin-bottom: 30px;
  padding-left: 120px;
}

.article .spotlight.thumbnail div > a {
  margin-left: -120px;
}

.article .spotlight.thumbnail ul + ul {
  clear: left;
  margin-top: 20px;
}

.spotlight.thumbnail a {
  min-height: 100px;
  padding: 0 10px 0 120px;
}

.spotlight.thumbnail a img {
  width: 100px;
}

.spotlight.thumbnail a h3, .spotlight.thumbnail a .content-intro, .spotlight.thumbnail a .content-header p, .content-header .spotlight.thumbnail a p, .spotlight.thumbnail a .sidebar .blk-closed .blk-title, .sidebar .blk-closed .spotlight.thumbnail a .blk-title, .spotlight.thumbnail a .sidebar .blk-compare .blk-title, .sidebar .blk-compare .spotlight.thumbnail a .blk-title {
  margin-top: 0;
  padding-left: 0;
  background-image: none;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.222;
}

#aside .thumbnail.large img {
  position: inherit;
  max-width: 100%;
  width: 100%;
}

#aside .thumbnail.large h3, #aside .thumbnail.large .content-intro, #aside .thumbnail.large .content-header p, .content-header #aside .thumbnail.large p, #aside .thumbnail.large .sidebar .blk-closed .blk-title, .sidebar .blk-closed #aside .thumbnail.large .blk-title, #aside .thumbnail.large .sidebar .blk-compare .blk-title, .sidebar .blk-compare #aside .thumbnail.large .blk-title {
  padding-bottom: .3em;
  font-weight: bold;
}

#aside .thumbnail.large a {
  padding: 0;
}

@media (min-width: 992px) {
  .article .spotlight.thumbnail li {
    display: block;
    margin: 0;
    margin-right: 0;
    background: 0;
  }

  .article .spotlight.thumbnail .two-column li {
    width: 50%;
    clear: none;
    float: left;
  }

  .spotlight.thumbnail li a {
    margin-left: 0;
    background: 0;
  }

  #aside .spotlight.thumbnail a {
    margin-left: 0;
  }

  #aside .thumbnail > a.more {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  #aside .thumbnail > a.more {
    margin-left: 0;
  }
}
.results.thumbnail a {
  padding: 0 10px 0 120px;
  margin-bottom: 20px;
}

@media print {
  .thumbnail img {
    display: none !important;
  }

  .spotlight.thumbnail a {
    padding-left: 0;
  }
}
.calendar {
  border-top: 3px solid #cce0f1;
}

.calendar:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.calendar.overview {
  border-top: 0;
  margin-bottom: 30px;
}

.calendar img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  border-top: 3px solid #01689b;
}

.calendar p {
  display: block;
  float: left;
  position: relative;
  margin: -3px 0 0;
  border-top: 3px solid #01689b;
  padding-top: 1.75em;
  padding-right: 1em;
}

.calendar .date {
  font-size: 1.3125em;
  font-weight: normal;
  line-height: 1.2381;
}

.calendar .time {
  margin-left: .2em;
  color: #535353;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.625;
}

.calendar abbr,
.calendar .up-to {
  position: absolute;
  left: 0;
  top: 8px;
  color: #535353;
  font-size: .5714em;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 0;
}

.calendar .up-to {
  font-weight: bold;
  font-size: .857em;
  line-height: 1.1;
}

.calendar abbr {
  color: #535353;
}

.calendar .end {
  padding-left: 1.8em;
}

.calendar .end abbr {
  left: 2.4em;
}

.calendar.overview .end {
  margin-left: -1em;
  padding-left: 1.4em;
}

.calendar.overview .end abbr {
  left: 1.8em;
}

.calendar ul {
  clear: none;
  margin: 0.5em 0 0 3.6em;
}

.calendar li {
  background: 0;
  margin-bottom: 1em;
  padding: 0;
  font-size: 1em;
  line-height: 1.2188;
}

.column .calendar li {
  margin-left: 0;
}

.calendar a {
  text-decoration: none;
}

.calendar a:hover,
.calendar a:focus {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .overview .calendar {
    margin-left: 20px;
  }

  .calendar .date {
    font-size: 1.75em;
  }

  .calendar .time {
    font-size: 1.125em;
  }

  .calendar abbr {
    font-size: 0.5714em;
  }

  .calendar .up-to {
    font-size: 1em;
  }
}
@media print {
  .block.calendar ul {
    margin-left: 80px !important;
  }

  .block.calendar ul li:before {
    content: "";
  }

  .block.calendar .date {
    margin-top: 20px;
    display: block;
  }

  .calendar.overview {
    page-break-inside: avoid;
  }
}
.location {
  margin: 0 0 60px;
}

.location h3, .location .content-intro, .location .content-header p, .content-header .location p, .location .sidebar .blk-closed .blk-title, .sidebar .blk-closed .location .blk-title, .location .sidebar .blk-compare .blk-title, .sidebar .blk-compare .location .blk-title {
  margin-top: .4em;
  font-size: 1em;
  font-weight: normal;
}

.location address {
  font-size: 1em;
  font-style: normal;
  line-height: 1.625;
}

.location address span {
  display: block;
}

.index {
  margin: 10px;
  padding: 10px;
  border-bottom: 2px solid #f3f5f6;
  display: none;
}

.index:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.index p {
  clear: left;
  margin: 0 0 .6em;
  font-weight: bold;
}

.index li {
  float: left;
  margin: 0 25px 20px 0;
  padding: 0;
  background-image: none;
  line-height: 1.5;
  list-style: none;
}

@media (min-width: 992px) {
  .index li {
    margin: 5px 1.5em 15px 0;
  }
}
.index a,
.index span {
  padding: .3em .1em .4em;
  font-weight: bold;
}

.index .column li {
  display: block;
  float: none;
  margin: 0 20px .5em 0;
  line-height: 1.375;
}

.index .column a {
  display: block;
  padding: 0 0 .1em 15px;
  font-weight: normal;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAAZQTFRFFUJz////rXsIrgAAAAJ0Uk5T/wDltzBKAAAAH0lEQVR42mJg ZGRkYIQSuBgMYAYDHIIRAwOyGoAAAwAHmgAzctFjqAAAAABJRU5ErkJggg==") no-repeat 0 0.4em;
  text-decoration: none;
}

@media (min-width: 768px) {
  .index .column {
    width: 50%;
    float: left;
  }
}
@media (min-width: 992px) {
  .index .column {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .index {
    display: block;
    margin: 10px 0 0 -10px;
    padding: 10px 0 10px 10px;
  }

  .wrapper .index {
    margin-top: 0;
    padding-top: 20px;
  }

  .index:after {
    content: " ";
    visibility: hidden;
    width: 0;
    height: 0;
    display: block;
    clear: left;
  }
}
@media (min-width: 992px) {
  .index {
    margin: 10px -20px 0;
    padding: 10px 0 10px 20px;
  }
}
.index .four-columns .column a:hover,
.index .four-columns .column a:focus {
  text-decoration: underline;
  color: #154273;
}

.header .search .seeMore {
  display: none;
  margin-left: 10px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .header .search .seeMore {
    margin-left: 10px;
    padding-top: 13px;
  }
}
.topicsList {
  margin: 20px 0 0 10px;
}

@media (min-width: 768px) {
  .topicsList {
    margin: 30px 0 0 0;
  }

  .topicsList .common.column li {
    margin: 0 0 6px 0;
  }
}
.thematic .topic {
  border-bottom: 2px solid #f3f5f6;
}

@media (min-width: 768px) {
  .alphabetical .topic {
    padding: 10px 0 0 0;
  }
}
@media (min-width: 992px) {
  .alphabetical .topic {
    padding: 0 20px 20px 20px;
  }
}
.topic {
  clear: both;
  padding: 10px 0 10px 0;
}

@media (min-width: 768px) {
  .topic {
    padding: 10px 0 20px 0;
  }
}
@media (min-width: 992px) {
  .topic {
    border-bottom: 0;
    position: relative;
    margin: 0 -20px;
    padding: 10px 20px 20px 20px;
  }
}
.topic h2, .topic .search-result-count, .topic #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topic a, .topic .blk-title {
  font-size: 1.3125em;
  font-weight: bold;
  line-height: 1.2381;
  font-size: 1.25em;
}

@media (min-width: 768px) {
  .topic h2, .topic .search-result-count, .topic #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topic a, .topic .blk-title {
    margin: .6em 0;
    font-size: 1.3125em;
  }
}
@media (min-width: 992px) {
  .topic h2, .topic .search-result-count, .topic #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topic a, .topic .blk-title {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .topic h3, .topic .content-intro, .topic .content-header p, .content-header .topic p, .topic .sidebar .blk-closed .blk-title, .sidebar .blk-closed .topic .blk-title, .topic .sidebar .blk-compare .blk-title, .sidebar .blk-compare .topic .blk-title {
    padding: 0;
  }
}
.topics h2, .topics .search-result-count, .topics #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics a, .topics .blk-title {
  margin: 0;
  color: #000;
  font-size: 1.25em;
}

@media (min-width: 768px) {
  .topics h2, .topics .search-result-count, .topics #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics a, .topics .blk-title {
    margin: .6em 0;
    font-size: 1.3125em;
  }
}
@media (min-width: 992px) {
  .topics h2, .topics .search-result-count, .topics #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics a, .topics .blk-title {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .topics > h2, .topics > .search-result-count, #tabs .ui-tabs-nav .topics > a, .topics > .blk-title,
  .topics > p {
    margin-left: 0;
  }
}
.topics h3, .topics .content-intro, .topics .content-header p, .content-header .topics p, .topics .sidebar .blk-closed .blk-title, .sidebar .blk-closed .topics .blk-title, .topics .sidebar .blk-compare .blk-title, .sidebar .blk-compare .topics .blk-title {
  margin: 0;
  font-size: 1.125em;
}

@media (min-width: 768px) {
  .topics h3, .topics .content-intro, .topics .content-header p, .content-header .topics p, .topics .sidebar .blk-closed .blk-title, .sidebar .blk-closed .topics .blk-title, .topics .sidebar .blk-compare .blk-title, .sidebar .blk-compare .topics .blk-title {
    margin: .6em 0;
    font-size: 1.125em;
  }
}
.topics p {
  margin-top: 10px;
}

.topics.common {
  margin-bottom: 15px;
}

.topics a,
.topics a:visited {
  color: #01689b;
  text-decoration: none;
}

.topics a:hover,
.topics a:visited:hover {
  text-decoration: underline;
  color: #154273;
}

.topics li {
  list-style: none;
  margin: 0;
  padding-left: 0;
  background-image: none;
  border-bottom: 2px solid #FFF;
  background-color: #e5f0f9;
}

@media (min-width: 768px) {
  .topics li {
    background-color: transparent;
  }
}
.topics li a {
  display: block;
  float: none;
  margin: 0;
  padding: 0.4em 10px;
}

@media (min-width: 768px) {
  .topics li a {
    display: inline-block;
    padding: 0 0 0 18px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAMAAAACh/xsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAAZQTFRFFUJz0NDAOhAcIwAAAAJ0Uk5T/wDltzBKAAAAHUlEQVR42mJg BAIGKAaTEAaQYoADuAiKGhABEGAABXMAK0OFNgoAAAAASUVORK5CYII=") no-repeat 0 0.65em;
    font-size: 1em;
    line-height: inherit;
  }
}
.topics .toplink {
  position: absolute;
  bottom: 0;
}

@media (min-width: 768px) {
  .topics .toplink {
    display: block;
    top: auto;
    bottom: -4.7em;
    right: 20px;
    z-index: 100;
    margin: 0;
    font-size: 1em;
  }
}
.topics .three-columns .toplink {
  display: none;
}

@media (min-width: 768px) {
  .topics .three-columns .toplink {
    display: block;
    bottom: 0;
    right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .topics .three-columns .toplink {
    right: 10px;
  }
}
.topics .results-message {
  padding-left: 10px;
}

@media (min-width: 768px) {
  .topics .results-message {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .topics.alphabetical {
    margin-left: 0;
  }
}
.topics.alphabetical .topic h2, .topics.alphabetical .topic .search-result-count, .topics.alphabetical .topic #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics.alphabetical .topic a, .topics.alphabetical .topic .blk-title {
  color: #01689b;
}

@media (min-width: 768px) {
  .topics.alphabetical .topic h2, .topics.alphabetical .topic .search-result-count, .topics.alphabetical .topic #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics.alphabetical .topic a, .topics.alphabetical .topic .blk-title {
    color: #98bad9;
  }
}
.topics.alphabetical h2, .topics.alphabetical .search-result-count, .topics.alphabetical #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics.alphabetical a, .topics.alphabetical .blk-title {
  font-size: 1.5em;
  color: #000;
}

@media (min-width: 768px) {
  .topics.alphabetical h2, .topics.alphabetical .search-result-count, .topics.alphabetical #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics.alphabetical a, .topics.alphabetical .blk-title {
    height: 1em;
    margin: 0 0 -1em 0;
    padding: 0;
    color: #98bad9;
    background-color: transparent;
    font-size: 7.3125em;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .topics.alphabetical h2, .topics.alphabetical .search-result-count, .topics.alphabetical #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics.alphabetical a, .topics.alphabetical .blk-title {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .topics.alphabetical h3, .topics.alphabetical .content-intro, .topics.alphabetical .content-header p, .content-header .topics.alphabetical p, .topics.alphabetical .sidebar .blk-closed .blk-title, .sidebar .blk-closed .topics.alphabetical .blk-title, .topics.alphabetical .sidebar .blk-compare .blk-title, .sidebar .blk-compare .topics.alphabetical .blk-title {
    height: 1em;
    margin: 0 0 -1em 0;
    padding: 0;
    font-size: 2.5em;
    line-height: 1.5;
    color: #98bad9;
  }
}
.topics.alphabetical ul {
  margin: 0;
}

@media (min-width: 768px) {
  .topics.alphabetical ul {
    position: relative;
    z-index: 20;
    min-height: 0;
  }
}
@media (min-width: 992px) {
  .topics.alphabetical ul {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .topics.alphabetical li {
    border-bottom: 0;
    padding-left: 0;
    background-image: none;
  }
}
.topics.alphabetical.two-columns .topic,
.topics.alphabetical.three-columns .topic,
.topics.alphabetical .three-columns .topic {
  border-bottom: 2px solid #f3f5f6;
}

@media (min-width: 768px) {
  .topics.alphabetical.two-columns,
  .topics.alphabetical.three-columns,
  .topics.alphabetical .three-columns {
    margin-left: 0;
  }

  .topics.alphabetical.two-columns ul,
  .topics.alphabetical.three-columns ul,
  .topics.alphabetical .three-columns ul {
    border-bottom: 2px solid #f3f5f6;
    margin-bottom: 0;
    padding-bottom: 20px;
    min-height: 7em;
  }

  .topics.alphabetical.two-columns .topic,
  .topics.alphabetical.three-columns .topic,
  .topics.alphabetical .three-columns .topic {
    margin-left: -10px;
    border-bottom: 0;
  }

  .topics.alphabetical.two-columns .column h3, .topics.alphabetical.two-columns .column .content-intro, .topics.alphabetical.two-columns .column .content-header p, .content-header .topics.alphabetical.two-columns .column p, .topics.alphabetical.two-columns .column .sidebar .blk-closed .blk-title, .sidebar .blk-closed .topics.alphabetical.two-columns .column .blk-title, .topics.alphabetical.two-columns .column .sidebar .blk-compare .blk-title, .sidebar .blk-compare .topics.alphabetical.two-columns .column .blk-title,
  .topics.alphabetical.two-columns .column h2,
  .topics.alphabetical.two-columns .column .search-result-count,
  .topics.alphabetical.two-columns .column #tabs .ui-tabs-nav a,
  #tabs .ui-tabs-nav .topics.alphabetical.two-columns .column a,
  .topics.alphabetical.two-columns .column .blk-title,
  .topics.alphabetical.three-columns .column h3,
  .topics.alphabetical.three-columns .column .content-intro,
  .topics.alphabetical.three-columns .column .content-header p,
  .content-header .topics.alphabetical.three-columns .column p,
  .topics.alphabetical.three-columns .column .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed .topics.alphabetical.three-columns .column .blk-title,
  .topics.alphabetical.three-columns .column .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare .topics.alphabetical.three-columns .column .blk-title,
  .topics.alphabetical.three-columns .column h2,
  .topics.alphabetical.three-columns .column .search-result-count,
  .topics.alphabetical.three-columns .column #tabs .ui-tabs-nav a,
  #tabs .ui-tabs-nav .topics.alphabetical.three-columns .column a,
  .topics.alphabetical.three-columns .column .blk-title,
  .topics.alphabetical .three-columns .column h3,
  .topics.alphabetical .three-columns .column .content-intro,
  .topics.alphabetical .three-columns .column .content-header p,
  .content-header .topics.alphabetical .three-columns .column p,
  .topics.alphabetical .three-columns .column .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed .topics.alphabetical .three-columns .column .blk-title,
  .topics.alphabetical .three-columns .column .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare .topics.alphabetical .three-columns .column .blk-title,
  .topics.alphabetical .three-columns .column h2,
  .topics.alphabetical .three-columns .column .search-result-count,
  .topics.alphabetical .three-columns .column #tabs .ui-tabs-nav a,
  #tabs .ui-tabs-nav .topics.alphabetical .three-columns .column a,
  .topics.alphabetical .three-columns .column .blk-title {
    height: auto;
    margin-left: 10px;
  }

  .topics.alphabetical.two-columns .column li,
  .topics.alphabetical.three-columns .column li,
  .topics.alphabetical .three-columns .column li {
    margin-left: 0;
    padding-left: 25%;
  }
}
@media (min-width: 992px) {
  .topics.alphabetical.two-columns h2, .topics.alphabetical.two-columns .search-result-count, .topics.alphabetical.two-columns #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics.alphabetical.two-columns a, .topics.alphabetical.two-columns .blk-title,
  .topics.alphabetical.two-columns h3,
  .topics.alphabetical.two-columns .content-intro,
  .topics.alphabetical.two-columns .content-header p,
  .content-header .topics.alphabetical.two-columns p,
  .topics.alphabetical.two-columns .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed .topics.alphabetical.two-columns .blk-title,
  .topics.alphabetical.two-columns .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare .topics.alphabetical.two-columns .blk-title,
  .topics.alphabetical.three-columns h2,
  .topics.alphabetical.three-columns .search-result-count,
  .topics.alphabetical.three-columns #tabs .ui-tabs-nav a,
  #tabs .ui-tabs-nav .topics.alphabetical.three-columns a,
  .topics.alphabetical.three-columns .blk-title,
  .topics.alphabetical.three-columns h3,
  .topics.alphabetical.three-columns .content-intro,
  .topics.alphabetical.three-columns .content-header p,
  .content-header .topics.alphabetical.three-columns p,
  .topics.alphabetical.three-columns .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed .topics.alphabetical.three-columns .blk-title,
  .topics.alphabetical.three-columns .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare .topics.alphabetical.three-columns .blk-title,
  .topics.alphabetical .three-columns h2,
  .topics.alphabetical .three-columns .search-result-count,
  .topics.alphabetical .three-columns #tabs .ui-tabs-nav a,
  #tabs .ui-tabs-nav .topics.alphabetical .three-columns a,
  .topics.alphabetical .three-columns .blk-title,
  .topics.alphabetical .three-columns h3,
  .topics.alphabetical .three-columns .content-intro,
  .topics.alphabetical .three-columns .content-header p,
  .content-header .topics.alphabetical .three-columns p,
  .topics.alphabetical .three-columns .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed .topics.alphabetical .three-columns .blk-title,
  .topics.alphabetical .three-columns .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare .topics.alphabetical .three-columns .blk-title {
    height: auto;
    margin: 0;
    color: #98bad9;
  }

  .topics.alphabetical.two-columns ul,
  .topics.alphabetical.three-columns ul,
  .topics.alphabetical .three-columns ul {
    border-bottom: 0;
    min-height: 0;
  }

  .topics.alphabetical.two-columns .topic,
  .topics.alphabetical.three-columns .topic,
  .topics.alphabetical .three-columns .topic {
    border-bottom: 0;
    margin-left: -20px;
  }

  .topics.alphabetical.two-columns .subtopics,
  .topics.alphabetical.three-columns .subtopics,
  .topics.alphabetical .three-columns .subtopics {
    min-height: 0;
  }

  .topics.alphabetical.two-columns .subtopics ul,
  .topics.alphabetical.three-columns .subtopics ul,
  .topics.alphabetical .three-columns .subtopics ul {
    border-bottom: 0;
  }

  .topics.alphabetical.two-columns .subtopics li,
  .topics.alphabetical.two-columns .column li,
  .topics.alphabetical.three-columns .subtopics li,
  .topics.alphabetical.three-columns .column li,
  .topics.alphabetical .three-columns .subtopics li,
  .topics.alphabetical .three-columns .column li {
    padding-left: 0;
    margin-left: 0;
    padding-right: 20px;
  }

  .topics.alphabetical.two-columns .column h2, .topics.alphabetical.two-columns .column .search-result-count, .topics.alphabetical.two-columns .column #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics.alphabetical.two-columns .column a, .topics.alphabetical.two-columns .column .blk-title,
  .topics.alphabetical.three-columns .column h2,
  .topics.alphabetical.three-columns .column .search-result-count,
  .topics.alphabetical.three-columns .column #tabs .ui-tabs-nav a,
  #tabs .ui-tabs-nav .topics.alphabetical.three-columns .column a,
  .topics.alphabetical.three-columns .column .blk-title,
  .topics.alphabetical .three-columns .column h2,
  .topics.alphabetical .three-columns .column .search-result-count,
  .topics.alphabetical .three-columns .column #tabs .ui-tabs-nav a,
  #tabs .ui-tabs-nav .topics.alphabetical .three-columns .column a,
  .topics.alphabetical .three-columns .column .blk-title {
    margin-left: 0;
  }
}
.topics.alphabetical.two-columns h2, .topics.alphabetical.two-columns .search-result-count, .topics.alphabetical.two-columns #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics.alphabetical.two-columns a, .topics.alphabetical.two-columns .blk-title,
.topics.alphabetical.two-columns h3,
.topics.alphabetical.two-columns .content-intro,
.topics.alphabetical.two-columns .content-header p,
.content-header .topics.alphabetical.two-columns p,
.topics.alphabetical.two-columns .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .topics.alphabetical.two-columns .blk-title,
.topics.alphabetical.two-columns .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .topics.alphabetical.two-columns .blk-title {
  border-top: 0;
  font-weight: bold;
  font-size: 1.625em;
  line-height: 1.1538em;
}

@media (min-width: 768px) {
  .topics.alphabetical.two-columns h2, .topics.alphabetical.two-columns .search-result-count, .topics.alphabetical.two-columns #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics.alphabetical.two-columns a, .topics.alphabetical.two-columns .blk-title,
  .topics.alphabetical.two-columns h3,
  .topics.alphabetical.two-columns .content-intro,
  .topics.alphabetical.two-columns .content-header p,
  .content-header .topics.alphabetical.two-columns p,
  .topics.alphabetical.two-columns .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed .topics.alphabetical.two-columns .blk-title,
  .topics.alphabetical.two-columns .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare .topics.alphabetical.two-columns .blk-title {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.1429;
  }
}
@media (min-width: 992px) {
  .topics.alphabetical.two-columns h2, .topics.alphabetical.two-columns .search-result-count, .topics.alphabetical.two-columns #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics.alphabetical.two-columns a, .topics.alphabetical.two-columns .blk-title,
  .topics.alphabetical.two-columns h3,
  .topics.alphabetical.two-columns .content-intro,
  .topics.alphabetical.two-columns .content-header p,
  .content-header .topics.alphabetical.two-columns p,
  .topics.alphabetical.two-columns .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed .topics.alphabetical.two-columns .blk-title,
  .topics.alphabetical.two-columns .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare .topics.alphabetical.two-columns .blk-title {
    height: auto;
    margin: 0;
  }
}
.topics.alphabetical.two-columns li {
  padding-left: 0;
}

@media (min-width: 768px) {
  .topics.alphabetical.two-columns li {
    padding-left: 25%;
  }
}
.article .topics.alphabetical.two-columns {
  margin-left: 0;
}

.topics.alphabetical.two-columns .topic {
  clear: both;
}

@media (min-width: 768px) {
  .article .topics.alphabetical.two-columns .topic {
    margin-left: -20px;
  }
}
.topics.alphabetical.two-columns .column {
  width: 100%;
  float: none;
}

.topics.alphabetical.two-columns .column ul {
  margin-bottom: 10px;
  display: block;
}

@media (min-width: 768px) {
  .topics.alphabetical.two-columns .column ul {
    border-bottom: 2px solid #f3f5f6;
    margin-bottom: 10px;
    min-height: 7em;
  }
}
@media (min-width: 768px) {
  .topics.alphabetical.two-columns .column {
    width: 50%;
    float: left;
    margin-top: -10px;
  }

  .topics.alphabetical.two-columns .column ul {
    margin-right: 10px;
    padding-bottom: 10px;
    border-bottom: 0;
  }
}
.topics.alphabetical.three-columns h2, .topics.alphabetical.three-columns .search-result-count, .topics.alphabetical.three-columns #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics.alphabetical.three-columns a, .topics.alphabetical.three-columns .blk-title,
.topics.alphabetical .three-columns h2,
.topics.alphabetical .three-columns .search-result-count,
.topics.alphabetical .three-columns #tabs .ui-tabs-nav a,
#tabs .ui-tabs-nav .topics.alphabetical .three-columns a,
.topics.alphabetical .three-columns .blk-title {
  font-weight: bold;
  font-size: 1.625em;
  line-height: 1.1538em;
}

@media (min-width: 768px) {
  .topics.alphabetical.three-columns h2, .topics.alphabetical.three-columns .search-result-count, .topics.alphabetical.three-columns #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics.alphabetical.three-columns a, .topics.alphabetical.three-columns .blk-title,
  .topics.alphabetical .three-columns h2,
  .topics.alphabetical .three-columns .search-result-count,
  .topics.alphabetical .three-columns #tabs .ui-tabs-nav a,
  #tabs .ui-tabs-nav .topics.alphabetical .three-columns a,
  .topics.alphabetical .three-columns .blk-title {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.1429;
  }
}
@media (min-width: 768px) {
  .topics.alphabetical.three-columns h2, .topics.alphabetical.three-columns .search-result-count, .topics.alphabetical.three-columns #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics.alphabetical.three-columns a, .topics.alphabetical.three-columns .blk-title,
  .topics.alphabetical .three-columns h2,
  .topics.alphabetical .three-columns .search-result-count,
  .topics.alphabetical .three-columns #tabs .ui-tabs-nav a,
  #tabs .ui-tabs-nav .topics.alphabetical .three-columns a,
  .topics.alphabetical .three-columns .blk-title {
    font-size: 7.3125em;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .topics.alphabetical.three-columns h2, .topics.alphabetical.three-columns .search-result-count, .topics.alphabetical.three-columns #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics.alphabetical.three-columns a, .topics.alphabetical.three-columns .blk-title,
  .topics.alphabetical .three-columns h2,
  .topics.alphabetical .three-columns .search-result-count,
  .topics.alphabetical .three-columns #tabs .ui-tabs-nav a,
  #tabs .ui-tabs-nav .topics.alphabetical .three-columns a,
  .topics.alphabetical .three-columns .blk-title {
    font-size: 3.5em;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .topics.alphabetical.three-columns .column,
  .topics.alphabetical .three-columns .column {
    display: block;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .topics.alphabetical.three-columns .subtopics,
  .topics.alphabetical .three-columns .subtopics {
    padding-left: 0;
  }

  .topics.alphabetical.three-columns .column,
  .topics.alphabetical .three-columns .column {
    display: block;
    width: 33.3%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .topics.thematic.three-columns .column,
  .topics.thematic .three-columns .column {
    display: block;
    width: 33.3%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .topics .column h3, .topics .column .content-intro, .topics .column .content-header p, .content-header .topics .column p, .topics .column .sidebar .blk-closed .blk-title, .sidebar .blk-closed .topics .column .blk-title, .topics .column .sidebar .blk-compare .blk-title, .sidebar .blk-compare .topics .column .blk-title,
  .topics .column h2,
  .topics .column .search-result-count,
  .topics .column #tabs .ui-tabs-nav a,
  #tabs .ui-tabs-nav .topics .column a,
  .topics .column .blk-title,
  .topics .column li {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .topics .subtopics {
    min-height: 80px;
    padding-left: 0;
  }

  .topics .subtopics h2, .topics .subtopics .search-result-count, .topics .subtopics #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics .subtopics a, .topics .subtopics .blk-title {
    height: auto;
    margin-bottom: 0;
  }

  .topics .subtopics ul li {
    list-style: none;
    margin: .2em 0;
    padding-left: 20px;
    text-overflow: ellipsis;
  }

  .topics .subtopics ul.column li {
    padding-left: 20px;
  }

  .topics .subtopics ul {
    min-height: 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .topics .subtopics ul {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .topics .subtopics li {
    padding: 0;
    border-bottom: 0;
    background-position: 0 0.9em;
  }
}
@media (min-width: 768px) {
  .topics .form {
    margin: 0 0 40px -20px;
    padding-left: 20px;
  }

  .topics .form fieldset.topic {
    border-bottom: 0;
  }

  .topics .form .subtopics,
  .topics .form fieldset.navigation {
    padding-left: 20px;
  }

  .topics .form .topic h2, .topics .form .topic .search-result-count, .topics .form .topic #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics .form .topic a, .topics .form .topic .blk-title {
    margin: 40px 0 0;
    color: #98bad9;
    color: #287dab;
    color: #4e92bb;
    font-weight: bold;
    font-size: 1.625em;
    line-height: 1.1538em;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .topics .form .topic h2, .topics .form .topic .search-result-count, .topics .form .topic #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics .form .topic a, .topics .form .topic .blk-title {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.1429;
  }
}
@media (min-width: 768px) {
  .topics .form input.show-topics {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .topics .topic:first-child .three-columns .toplink {
    display: none;
  }
}
.documents .subtopics ul li {
  padding-left: 20px;
  background: url(shared-ro/images/sprite-bullet.png) no-repeat 2px 0.7em;
  border-bottom: 2px solid #FFF;
}

@media (min-width: 768px) {
  .three-columns .column {
    display: block;
    width: 50%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .three-columns .column {
    display: block;
    width: 33.3%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  #main .topics.alphabetical.two-columns h2, #main .topics.alphabetical.two-columns .search-result-count, #main .topics.alphabetical.two-columns #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #main .topics.alphabetical.two-columns a, #main .topics.alphabetical.two-columns .blk-title,
  #main .topics.alphabetical.two-columns h3,
  #main .topics.alphabetical.two-columns .content-intro,
  #main .topics.alphabetical.two-columns .content-header p,
  .content-header #main .topics.alphabetical.two-columns p,
  #main .topics.alphabetical.two-columns .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed #main .topics.alphabetical.two-columns .blk-title,
  #main .topics.alphabetical.two-columns .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare #main .topics.alphabetical.two-columns .blk-title {
    font-size: 7.3125em;
    line-height: 1;
    height: 1em;
    margin: 0 0 -1em 0;
  }

  .topic #main .topics.alphabetical.two-columns h2, .topic #main .topics.alphabetical.two-columns .search-result-count, .topic #main .topics.alphabetical.two-columns #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topic #main .topics.alphabetical.two-columns a, .topic #main .topics.alphabetical.two-columns .blk-title,
  .topic #main .topics.alphabetical.two-columns h3,
  .topic #main .topics.alphabetical.two-columns .content-intro,
  .topic #main .topics.alphabetical.two-columns .content-header p,
  .content-header .topic #main .topics.alphabetical.two-columns p,
  .topic #main .topics.alphabetical.two-columns .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed .topic #main .topics.alphabetical.two-columns .blk-title,
  .topic #main .topics.alphabetical.two-columns .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare .topic #main .topics.alphabetical.two-columns .blk-title {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  #main .topics.alphabetical.two-columns h2, #main .topics.alphabetical.two-columns .search-result-count, #main .topics.alphabetical.two-columns #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #main .topics.alphabetical.two-columns a, #main .topics.alphabetical.two-columns .blk-title,
  #main .topics.alphabetical.two-columns h3,
  #main .topics.alphabetical.two-columns .content-intro,
  #main .topics.alphabetical.two-columns .content-header p,
  .content-header #main .topics.alphabetical.two-columns p,
  #main .topics.alphabetical.two-columns .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed #main .topics.alphabetical.two-columns .blk-title,
  #main .topics.alphabetical.two-columns .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare #main .topics.alphabetical.two-columns .blk-title {
    font-size: 3.5em;
    line-height: 1;
    margin: 0;
  }

  .article #main .topics.alphabetical.two-columns h2, .article #main .topics.alphabetical.two-columns .search-result-count, .article #main .topics.alphabetical.two-columns #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .article #main .topics.alphabetical.two-columns a, .article #main .topics.alphabetical.two-columns .blk-title,
  .article #main .topics.alphabetical.two-columns h3,
  .article #main .topics.alphabetical.two-columns .content-intro,
  .article #main .topics.alphabetical.two-columns .content-header p,
  .content-header .article #main .topics.alphabetical.two-columns p,
  .article #main .topics.alphabetical.two-columns .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed .article #main .topics.alphabetical.two-columns .blk-title,
  .article #main .topics.alphabetical.two-columns .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare .article #main .topics.alphabetical.two-columns .blk-title {
    margin-left: 20px;
  }
}
#main .topics.alphabetical.two-columns .topic {
  padding: 10px 0 10px 0;
}

#main .topics.alphabetical.two-columns .topic ul {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #main .topics.alphabetical.two-columns .topic {
    padding: 10px 0 0 0;
  }

  #main .topics.alphabetical.two-columns .topic ul {
    margin-bottom: 10px;
  }

  #main .topics.alphabetical.two-columns .topic h2, #main .topics.alphabetical.two-columns .topic .search-result-count, #main .topics.alphabetical.two-columns .topic #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #main .topics.alphabetical.two-columns .topic a, #main .topics.alphabetical.two-columns .topic .blk-title,
  #main .topics.alphabetical.two-columns .topic h3,
  #main .topics.alphabetical.two-columns .topic .content-intro,
  #main .topics.alphabetical.two-columns .topic .content-header p,
  .content-header #main .topics.alphabetical.two-columns .topic p,
  #main .topics.alphabetical.two-columns .topic .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed #main .topics.alphabetical.two-columns .topic .blk-title,
  #main .topics.alphabetical.two-columns .topic .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare #main .topics.alphabetical.two-columns .topic .blk-title {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  #main .topics.alphabetical.two-columns .topic {
    padding: 0 20px 20px 20px;
  }

  #main .topics.alphabetical.two-columns .topic h2, #main .topics.alphabetical.two-columns .topic .search-result-count, #main .topics.alphabetical.two-columns .topic #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #main .topics.alphabetical.two-columns .topic a, #main .topics.alphabetical.two-columns .topic .blk-title,
  #main .topics.alphabetical.two-columns .topic h3,
  #main .topics.alphabetical.two-columns .topic .content-intro,
  #main .topics.alphabetical.two-columns .topic .content-header p,
  .content-header #main .topics.alphabetical.two-columns .topic p,
  #main .topics.alphabetical.two-columns .topic .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed #main .topics.alphabetical.two-columns .topic .blk-title,
  #main .topics.alphabetical.two-columns .topic .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare #main .topics.alphabetical.two-columns .topic .blk-title {
    margin-left: 0;
  }
}
.subtopics:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.subtopics.hide {
  height: 0;
  padding-bottom: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .subtopics.hide {
    height: auto;
    overflow: visible;
  }
}
.topics.thematic .subtopics .more {
  display: none;
}

.js .topic h2, .js .topic .search-result-count, .js .topic #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .js .topic a, .js .topic .blk-title {
  padding-right: 3em;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAMAAAALbFwWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAAZQTFRFAAAA////pdmf3QAAAAJ0Uk5T/wDltzBKAAAAKklEQVR42mJg ZGCEAgZGBiCAskEsKA/MhFBQAqoALM0AVw7jMEINAQgwAAllADXUNN/xAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 98% .5em;
  cursor: pointer;
}

.js .topic h2.active, .js .topic .active.search-result-count, .js .topic #tabs .ui-tabs-nav a.active, #tabs .ui-tabs-nav .js .topic a.active, .js .topic .active.blk-title {
  margin-bottom: 10px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAMAAAALbFwWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAAZQTFRFAAAA////pdmf3QAAAAJ0Uk5T/wDltzBKAAAAKklEQVR42mJg BAEGBggFYUN4DFA2mMcAZsMIRpgSBga4cqhGKBukCCDAAAnNADW+Td05AAAAAElFTkSuQmCC");
}

@media (min-width: 768px) {
  .js .topic h2, .js .topic .search-result-count, .js .topic #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .js .topic a, .js .topic .blk-title,
  .js .topic h2.active,
  .js .topic .active.search-result-count,
  .js .topic #tabs .ui-tabs-nav a.active,
  #tabs .ui-tabs-nav .js .topic a.active,
  .js .topic .active.blk-title {
    padding-right: 0;
    background-image: none;
    cursor: default;
  }
}
@media (min-width: 768px) {
  .js .thematic h2 a, .js .thematic .search-result-count a, .js .thematic #tabs .ui-tabs-nav a a, #tabs .ui-tabs-nav .js .thematic a a, .js .thematic .blk-title a {
    color: #01689b;
    text-decoration: underline;
  }
}
.js .thematic h2 a:focus, .js .thematic .search-result-count a:focus, .js .thematic #tabs .ui-tabs-nav a a:focus, #tabs .ui-tabs-nav .js .thematic a a:focus, .js .thematic .blk-title a:focus,
.js .thematic h2 a:hover,
.js .thematic .search-result-count a:hover,
.js .thematic #tabs .ui-tabs-nav a a:hover,
#tabs .ui-tabs-nav .js .thematic a a:hover,
.js .thematic .blk-title a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .js .thematic h2 a:focus, .js .thematic .search-result-count a:focus, .js .thematic #tabs .ui-tabs-nav a a:focus, #tabs .ui-tabs-nav .js .thematic a a:focus, .js .thematic .blk-title a:focus,
  .js .thematic h2 a:hover,
  .js .thematic .search-result-count a:hover,
  .js .thematic #tabs .ui-tabs-nav a a:hover,
  #tabs .ui-tabs-nav .js .thematic a a:hover,
  .js .thematic .blk-title a:hover {
    color: #154273;
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .js .overview .choose-xl {
    display: block;
  }
}
@media print {
  .index,
  .morelink,
  .toplink {
    display: none !important;
  }

  .topics h2, .topics .search-result-count, .topics #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics a, .topics .blk-title {
    clear: left;
  }

  .topics li a {
    display: inline-block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAMAAAACh/xsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAAZQTFRFFUJz0NDAOhAcIwAAAAJ0Uk5T/wDltzBKAAAAHUlEQVR42mJg BAIGKAaTEAaQYoADuAiKGhABEGAABXMAK0OFNgoAAAAASUVORK5CYII=") no-repeat 0 0.65em;
    font-size: 1em;
    line-height: 1.8;
  }

  .topics li a:before {
    content: "-  ";
  }

  .topics.alphabetical.two-columns .column {
    width: 50%;
    float: left;
  }

  .topics.alphabetical.three-columns .column,
  .topics.thematic .three-columns .column {
    width: 33% !important;
    float: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .topics.alphabetical.two-columns .subtopics li {
    padding-left: 0;
  }

  .topics.alphabetical.two-columns .subtopics li:before {
    content: "";
  }

  #main .topics.alphabetical.two-columns h2, #main .topics.alphabetical.two-columns .search-result-count, #main .topics.alphabetical.two-columns #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #main .topics.alphabetical.two-columns a, #main .topics.alphabetical.two-columns .blk-title,
  #main .topics.alphabetical.two-columns h3,
  #main .topics.alphabetical.two-columns .content-intro,
  #main .topics.alphabetical.two-columns .content-header p,
  .content-header #main .topics.alphabetical.two-columns p,
  #main .topics.alphabetical.two-columns .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed #main .topics.alphabetical.two-columns .blk-title,
  #main .topics.alphabetical.two-columns .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare #main .topics.alphabetical.two-columns .blk-title {
    font-size: 3.5em;
    margin-bottom: 0;
  }

  .topics.thematic .topic {
    border-bottom: none !important;
  }

  .topics.alphabetical.three-columns ul,
  .topics.thematic .three-columns ul,
  .topics.alphabetical.two-columns .column ul {
    border-bottom: 0;
  }

  #main .topics .column li a:after,
  #main .topics .column li a:visited:after {
    display: inline-block;
    position: relative;
    top: -.2em;
    padding-left: 0.6em;
  }

  .topics.alphabetical h2, .topics.alphabetical .search-result-count, .topics.alphabetical #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics.alphabetical a, .topics.alphabetical .blk-title,
  .topics.alphabetical h3,
  .topics.alphabetical .content-intro,
  .topics.alphabetical .content-header p,
  .content-header .topics.alphabetical p,
  .topics.alphabetical .sidebar .blk-closed .blk-title,
  .sidebar .blk-closed .topics.alphabetical .blk-title,
  .topics.alphabetical .sidebar .blk-compare .blk-title,
  .sidebar .blk-compare .topics.alphabetical .blk-title {
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 7.3125em;
    line-height: 1.2;
    background-color: transparent;
    color: #98bad9;
  }

  .subtopics.hide {
    height: auto;
    overflow: visible;
  }

  .js .topic h2, .js .topic .search-result-count, .js .topic #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .js .topic a, .js .topic .blk-title {
    background-image: none;
  }
}
.topicSearchWrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .topicSearchWrapper {
    float: left;
    width: 50%;
  }
}
.js .topicSearchWrapper {
  display: block;
}

.topicSearchWrapper .topicSearchForm {
  position: relative;
  padding: 15px 20px 25px 20px;
  background-color: #01689b;
}

.topicSearchWrapper .topicSearchForm h2, .topicSearchWrapper .topicSearchForm .search-result-count, .topicSearchWrapper .topicSearchForm #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topicSearchWrapper .topicSearchForm a, .topicSearchWrapper .topicSearchForm .blk-title {
  color: #fff;
  font-weight: normal;
  margin: 0 0 5px 0;
}

.topicSearchWrapper .topicSearchForm form {
  padding: 0;
}

.topicSearchWrapper .topicSearchForm fieldset {
  position: relative;
  padding: 0 32px 0 0;
}

.topicSearchWrapper .topicSearchForm fieldset label {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  display: inline-block !important;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.topicSearchWrapper .topicSearchForm fieldset input[type="text"] {
  border: 0;
  width: 100%;
  height: 32px;
  margin-right: 32px;
  line-height: 1.1em;
}

.topicSearchWrapper .topicSearchForm fieldset input[type="submit"] {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-color: #e5f0f9;
  text-indent: -9999px;
  background-image: url("shared-ro/images/searchIcon.svg");
  background-position: 1px 1px;
}

.topicSearchWrapper .topicSearchForm p.helper {
  color: #fff;
  font-size: .875em;
  margin: 8px 0 0 0;
}

.topicSearchWrapper .ui-autocomplete {
  z-index: 999;
  max-height: 200px;
  border: 1px solid #01689b;
}

.topicSearchWrapper .ui-autocomplete li {
  border: 0;
  padding: 0 0 0 10px;
  text-transform: lowercase;
}

.topicSearchWrapper .ui-autocomplete li.ui-state-focus,
.topicSearchWrapper .ui-autocomplete li:hover {
  background-color: #01689b;
  color: #fff;
  cursor: pointer;
}

.topicSearchWrapper .ui-helper-hidden {
  display: none;
}

.topicSearchWrapper .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.populairTopicsWrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .populairTopicsWrapper {
    float: left;
    width: 50%;
  }
}
.populairTopicsWrapper .populairTopics {
  background-color: transparent;
  padding: 0;
}

@media (min-width: 768px) {
  .populairTopicsWrapper .populairTopics {
    background-color: #f3f3f3;
    padding: 15px 20px 25px 20px;
  }
}
.populairTopicsWrapper .populairTopics h2, .populairTopicsWrapper .populairTopics .search-result-count, .populairTopicsWrapper .populairTopics #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .populairTopicsWrapper .populairTopics a, .populairTopicsWrapper .populairTopics .blk-title {
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #01689b;
}

@media (min-width: 768px) {
  .populairTopicsWrapper .populairTopics h2, .populairTopicsWrapper .populairTopics .search-result-count, .populairTopicsWrapper .populairTopics #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .populairTopicsWrapper .populairTopics a, .populairTopicsWrapper .populairTopics .blk-title {
    padding: 0 0 5px 0;
    border-bottom: 0;
  }
}
.populairTopicsWrapper .populairTopics .cols {
  padding: 3px 0 0 0;
  margin-left: -15px;
  margin-right: -15px;
}

.populairTopicsWrapper .populairTopics .cols:before,
.populairTopicsWrapper .populairTopics .cols:after {
  content: " ";
  display: table;
}

.populairTopicsWrapper .populairTopics .cols:after {
  clear: both;
}

.populairTopicsWrapper .populairTopics .cols ul {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .populairTopicsWrapper .populairTopics .cols ul {
    float: left;
    width: 50%;
  }
}
.populairTopicsWrapper .populairTopics .cols ul li {
  background-color: #f3f3f3;
  border-bottom: 2px solid #FFF;
  padding: 0.4em 10px 0.4em 15px;
}

@media (min-width: 768px) {
  .populairTopicsWrapper .populairTopics .cols ul li {
    padding: 0;
    background-color: transparent;
    border-bottom: 0;
  }
}
.populairTopicsWrapper .populairTopics .cols ul li a {
  color: #01689b;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  line-height: inherit;
  padding: 0;
}

@media (min-width: 768px) {
  .populairTopicsWrapper .populairTopics .cols ul li a {
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAMAAAACh/xsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAAZQTFRFFUJz0NDAOhAcIwAAAAJ0Uk5T/wDltzBKAAAAHUlEQVR42mJg BAIGKAaTEAaQYoADuAiKGhABEGAABXMAK0OFNgoAAAAASUVORK5CYII=") no-repeat scroll 0 0.65em;
    padding: 0 0 0 18px;
  }
}
.populairTopicsWrapper .populairTopics .cols ul li a:hover {
  color: #154273;
  text-decoration: underline;
}

.topicsList {
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
}

.topicsList:before,
.topicsList:after {
  content: " ";
  display: table;
}

.topicsList:after {
  clear: both;
}

.topicsList.three-columns {
  margin-top: 30px;
}

.topicsList .topicsOverview h2, .topicsList .topicsOverview .search-result-count, .topicsList .topicsOverview #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topicsList .topicsOverview a, .topicsList .topicsOverview .blk-title {
  font-weight: normal;
  margin: 0;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #01689b;
}

@media (min-width: 768px) {
  .topicsList .topicsOverview h2, .topicsList .topicsOverview .search-result-count, .topicsList .topicsOverview #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topicsList .topicsOverview a, .topicsList .topicsOverview .blk-title {
    padding: 0 0 5px 15px;
  }
}
.topicsList .topicsOverview h3, .topicsList .topicsOverview .content-intro, .topicsList .topicsOverview .content-header p, .content-header .topicsList .topicsOverview p, .topicsList .topicsOverview .sidebar .blk-closed .blk-title, .sidebar .blk-closed .topicsList .topicsOverview .blk-title, .topicsList .topicsOverview .sidebar .blk-compare .blk-title, .sidebar .blk-compare .topicsList .topicsOverview .blk-title {
  margin: 15px 0 10px 0;
  font-size: 1.25em;
}

@media (min-width: 768px) {
  .topicsList .topicsOverview h3, .topicsList .topicsOverview .content-intro, .topicsList .topicsOverview .content-header p, .content-header .topicsList .topicsOverview p, .topicsList .topicsOverview .sidebar .blk-closed .blk-title, .sidebar .blk-closed .topicsList .topicsOverview .blk-title, .topicsList .topicsOverview .sidebar .blk-compare .blk-title, .sidebar .blk-compare .topicsList .topicsOverview .blk-title {
    margin: 15px 15px 10px 0;
  }
}
.topicsList .topicsOverview h3 a, .topicsList .topicsOverview .content-intro a, .topicsList .topicsOverview .content-header p a, .content-header .topicsList .topicsOverview p a, .topicsList .topicsOverview .sidebar .blk-closed .blk-title a, .sidebar .blk-closed .topicsList .topicsOverview .blk-title a, .topicsList .topicsOverview .sidebar .blk-compare .blk-title a, .sidebar .blk-compare .topicsList .topicsOverview .blk-title a {
  text-decoration: none;
  background-image: none;
  padding: 0;
}

.topicsList .topicsOverview h3 a:hover, .topicsList .topicsOverview .content-intro a:hover, .topicsList .topicsOverview .content-header p a:hover, .content-header .topicsList .topicsOverview p a:hover, .topicsList .topicsOverview .sidebar .blk-closed .blk-title a:hover, .sidebar .blk-closed .topicsList .topicsOverview .blk-title a:hover, .topicsList .topicsOverview .sidebar .blk-compare .blk-title a:hover, .sidebar .blk-compare .topicsList .topicsOverview .blk-title a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .topicsList .topicsOverview h3 a, .topicsList .topicsOverview .content-intro a, .topicsList .topicsOverview .content-header p a, .content-header .topicsList .topicsOverview p a, .topicsList .topicsOverview .sidebar .blk-closed .blk-title a, .sidebar .blk-closed .topicsList .topicsOverview .blk-title a, .topicsList .topicsOverview .sidebar .blk-compare .blk-title a, .sidebar .blk-compare .topicsList .topicsOverview .blk-title a {
    padding: 0 0 0 15px;
  }
}
.topicsList .topicsOverview ul {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .topicsList .topicsOverview ul {
    margin-bottom: 30px;
  }
}
.topicsList .topicsOverview ul li {
  background: #f3f3f3;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .topicsList .topicsOverview ul li {
    background: transparent;
  }
}
.topicsList .topicsOverview ul li a {
  padding: .4em 10px .4em 15px;
  color: #01689b;
  text-decoration: none;
  font-size: 1em;
  display: inline-block;
}

.topicsList .topicsOverview ul li a:hover {
  color: #154273;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .topicsList .topicsOverview ul li a {
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAMAAAACh/xsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAAZQTFRFFUJz0NDAOhAcIwAAAAJ0Uk5T/wDltzBKAAAAHUlEQVR42mJg BAIGKAaTEAaQYoADuAiKGhABEGAABXMAK0OFNgoAAAAASUVORK5CYII=") no-repeat scroll 0 0.65em;
    padding: 0 0 0 18px;
  }
}
.topicsList .topicsOverview .theme {
  margin-left: 0;
  margin-right: 0;
  border-bottom: 2px solid #f3f3f3;
  position: relative;
}

.topicsList .topicsOverview .theme:before,
.topicsList .topicsOverview .theme:after {
  content: " ";
  display: table;
}

.topicsList .topicsOverview .theme:after {
  clear: both;
}

@media (min-width: 768px) {
  .topicsList .topicsOverview .theme {
    padding-bottom: 30px;
  }
}
.topicsList .topicsOverview .theme ul {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .topicsList .topicsOverview .theme ul {
    float: left;
    width: 25%;
  }
}
@media (max-width: 768px) {
  .topicsList .topicsOverview .theme ul {
    padding: 0;
  }
}
.topicsList .topicsOverview .theme ul:nth-child(4) {
  padding: 0;
}

@media (min-width: 768px) {
  .topicsList .topicsOverview .theme ul:nth-child(4) {
    padding-left: 30px;
    padding-right: 10px;
  }
}
.topicsList .topicsOverview .theme ul:nth-child(5) {
  padding: 0;
}

@media (min-width: 768px) {
  .topicsList .topicsOverview .theme ul:nth-child(5) {
    padding-left: 20px;
    padding-right: 10px;
  }
}
.topicsList .topicsOverview .theme .toplink {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  background: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .topicsList .topicsOverview .theme .toplink {
    display: block;
  }
}
.topicsList .topicsOverview .theme:nth-child(2) .toplink {
  display: none;
}

.js .topicsList .topicsOverview .theme h3, .js .topicsList .topicsOverview .theme .content-intro, .js .topicsList .topicsOverview .theme .content-header p, .content-header .js .topicsList .topicsOverview .theme p, .js .topicsList .topicsOverview .theme .sidebar .blk-closed .blk-title, .sidebar .blk-closed .js .topicsList .topicsOverview .theme .blk-title, .js .topicsList .topicsOverview .theme .sidebar .blk-compare .blk-title, .sidebar .blk-compare .js .topicsList .topicsOverview .theme .blk-title {
  padding-right: 3em;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAMAAAALbFwWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAAZQTFRFAAAA////pdmf3QAAAAJ0Uk5T/wDltzBKAAAAKklEQVR42mJg ZGCEAgZGBiCAskEsKA/MhFBQAqoALM0AVw7jMEINAQgwAAllADXUNN/xAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 98% .5em;
  cursor: pointer;
}

@media (min-width: 768px) {
  .js .topicsList .topicsOverview .theme h3, .js .topicsList .topicsOverview .theme .content-intro, .js .topicsList .topicsOverview .theme .content-header p, .content-header .js .topicsList .topicsOverview .theme p, .js .topicsList .topicsOverview .theme .sidebar .blk-closed .blk-title, .sidebar .blk-closed .js .topicsList .topicsOverview .theme .blk-title, .js .topicsList .topicsOverview .theme .sidebar .blk-compare .blk-title, .sidebar .blk-compare .js .topicsList .topicsOverview .theme .blk-title {
    background-image: none;
    background: transparent;
  }
}
.js .topicsList .topicsOverview .theme ul {
  display: none;
}

@media (min-width: 768px) {
  .js .topicsList .topicsOverview .theme ul {
    display: block;
  }
}
.js .topicsList .topicsOverview .theme.open {
  border-bottom: 0;
}

.js .topicsList .topicsOverview .theme.open h3, .js .topicsList .topicsOverview .theme.open .content-intro, .js .topicsList .topicsOverview .theme.open .content-header p, .content-header .js .topicsList .topicsOverview .theme.open p, .js .topicsList .topicsOverview .theme.open .sidebar .blk-closed .blk-title, .sidebar .blk-closed .js .topicsList .topicsOverview .theme.open .blk-title, .js .topicsList .topicsOverview .theme.open .sidebar .blk-compare .blk-title, .sidebar .blk-compare .js .topicsList .topicsOverview .theme.open .blk-title {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAMAAAALbFwWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAAZQTFRFAAAA////pdmf3QAAAAJ0Uk5T/wDltzBKAAAAKklEQVR42mJg BAEGBggFYUN4DFA2mMcAZsMIRpgSBga4cqhGKBukCCDAAAnNADW+Td05AAAAAElFTkSuQmCC");
}

@media (min-width: 768px) {
  .js .topicsList .topicsOverview .theme.open h3, .js .topicsList .topicsOverview .theme.open .content-intro, .js .topicsList .topicsOverview .theme.open .content-header p, .content-header .js .topicsList .topicsOverview .theme.open p, .js .topicsList .topicsOverview .theme.open .sidebar .blk-closed .blk-title, .sidebar .blk-closed .js .topicsList .topicsOverview .theme.open .blk-title, .js .topicsList .topicsOverview .theme.open .sidebar .blk-compare .blk-title, .sidebar .blk-compare .js .topicsList .topicsOverview .theme.open .blk-title {
    background-image: none;
    background: transparent;
  }
}
.js .topicsList .topicsOverview .theme.open ul {
  display: block;
}

.topicsList .topicsOverview .topicCol {
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .topicsList .topicsOverview .topicCol {
    float: left;
    width: 25%;
  }
}
@media (max-width: 768px) {
  .topicsList .topicsOverview .topicCol {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .topicsList .topicsOverview .topicCol:nth-child(4) {
    padding-left: 35px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .topicsList .topicsOverview .topicCol h3, .topicsList .topicsOverview .topicCol .content-intro, .topicsList .topicsOverview .topicCol .content-header p, .content-header .topicsList .topicsOverview .topicCol p, .topicsList .topicsOverview .topicCol .sidebar .blk-closed .blk-title, .sidebar .blk-closed .topicsList .topicsOverview .topicCol .blk-title, .topicsList .topicsOverview .topicCol .sidebar .blk-compare .blk-title, .sidebar .blk-compare .topicsList .topicsOverview .topicCol .blk-title {
    border: 0;
    font-size: 42px;
    font-weight: bold;
    color: #98bad9;
    padding: 0 0 0 18px;
  }
}
.topicResults {
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}

.topicResults:before,
.topicResults:after {
  content: " ";
  display: table;
}

.topicResults:after {
  clear: both;
}

.topicResults h2, .topicResults .search-result-count, .topicResults #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topicResults a, .topicResults .blk-title {
  font-weight: normal;
  margin: 0 15px 20px 15px;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #01689b;
}

.topicResults p {
  margin-left: 15px;
}

.topicResults .foundTopic {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.topicResults .foundTopic a {
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f3f5f6;
}

.topicResults .foundTopic a h3, .topicResults .foundTopic a .content-intro, .topicResults .foundTopic a .content-header p, .content-header .topicResults .foundTopic a p, .topicResults .foundTopic a .sidebar .blk-closed .blk-title, .sidebar .blk-closed .topicResults .foundTopic a .blk-title, .topicResults .foundTopic a .sidebar .blk-compare .blk-title, .sidebar .blk-compare .topicResults .foundTopic a .blk-title {
  margin: 0;
  padding: 0 0 .3em 0;
  text-decoration: none;
  color: #01689b;
}

.topicResults .foundTopic a p {
  color: #000;
  margin: 0;
}

.topicResults .foundTopic a:hover {
  cursor: pointer;
}

.topicResults .foundTopic a:hover h3, .topicResults .foundTopic a:hover .content-intro, .topicResults .foundTopic a:hover .content-header p, .content-header .topicResults .foundTopic a:hover p, .topicResults .foundTopic a:hover .sidebar .blk-closed .blk-title, .sidebar .blk-closed .topicResults .foundTopic a:hover .blk-title, .topicResults .foundTopic a:hover .sidebar .blk-compare .blk-title, .sidebar .blk-compare .topicResults .foundTopic a:hover .blk-title {
  color: #154273;
  text-decoration: underline;
}

.block-audio-video {
  clear: left;
  margin: 0 0 50px 0;
  padding-bottom: 0;
}

.block-audio-video video {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.mejs-offscreen {
  position: absolute !important;
  top: -10000px;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.mejs-container {
  position: relative;
  background: #000;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
  margin-bottom: 30px;
}

.flash .mejs-container {
  margin-bottom: 0;
}

.mejs-container.mejs-audio {
  margin-bottom: 0;
}

.mejs-container:focus {
  outline: 0;
}

.me-plugin {
  position: absolute;
}

.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}

.mejs-fullscreen {
  overflow: hidden !important;
}

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}

.mejs-clear {
  clear: both;
}

.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0;
}

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-overlay-play {
  cursor: pointer;
}

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(shared-ro/images/videoplayer/bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button {
  background-image: url(shared-ro/images/videoplayer/bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(shared-ro/images/videoplayer/background.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, left, right);
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(shared-ro/images/videoplayer/loading.gif) 50% 50% no-repeat;
}

.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: -30px;
  left: 0;
  height: 30px;
  width: 100%;
  background: #f3f3f3;
}

.flash .mejs-container .mejs-controls {
  bottom: 0;
}

.mejs-container-fullscreen.mejs-container .mejs-controls {
  bottom: 0;
}

.mejs-container.mejs-audio .mejs-controls {
  bottom: 0;
}

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 23px;
  height: 30px;
  font-size: 13px;
  line-height: 13px;
  border: 0;
}

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 5px 0 5px 3px;
  padding: 0;
  position: absolute;
  height: 20px;
  width: 20px;
  border: 0;
  background: transparent url(shared-ro/images/videoplayer/controls.svg) no-repeat;
}

.mejs-container .mejs-controls .mejs-playpause-button {
  width: 30px;
}

.mejs-controls .mejs-playpause-button button {
  margin: 5px 5px 5px 6px;
}

.mejs-container .mejs-controls .mejs-fullscreen-button {
  width: 32px;
}

.no-svg .mejs-controls .mejs-button button {
  background-image: url(shared-ro/images/videoplayer/controls.png);
}

.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}

.mejs-container .mejs-controls .mejs-time {
  color: #696969;
  display: block;
  height: 16px;
  width: auto;
  padding: 9px 3px 7px 3px;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time a {
  color: #696969;
  font-size: 12px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}

.mejs-controls .mejs-play button {
  background-position: 0 -2px;
}

.mejs-controls .mejs-pause button {
  background-position: -1px -22px;
}

.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}

.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 10px 5px 5px 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, left, right);
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), right);
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #b4b4b4;
  width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #007bc7;
  width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}

.mejs-controls .mejs-fullscreen-button button {
  background-position: -27px -2px;
}

.mejs-controls .mejs-unfullscreen button {
  background-position: -27px -22px;
}

.mejs-controls .mejs-mute button {
  background-position: -54px -2px;
}

.mejs-controls .mejs-unmute button {
  background-position: -54px -22px;
}

.mejs-controls .mejs-volume-button {
  position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(shared-ro/images/videoplayer/background.png);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}

.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle;
  margin-left: 5px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 9px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, left, right);
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 9px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, left, right);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}

.mejs-controls .mejs-audiodescription-button {
  position: relative;
}

.mejs-controls .mejs-audiodescription-button button {
  background-position: -101px -2px;
}

.mejs-controls .mejs-audiodescription-button.mejs-audiodescription-active button {
  background-position: -101px -22px;
}

.mejs-controls .mejs-captions-button {
  position: relative;
}

.mejs-controls .mejs-captions-button button {
  background-position: -76px -2px;
}

.mejs-controls .mejs-captions-button.mejs-captions-enabled button {
  background-position: -76px -22px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url(shared-ro/images/videoplayer/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  overflow: hidden;
  border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 24px;
  font-size: 20px;
  color: #fff;
}

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
  text-align: center;
}

.mejs-captions-position-hover {
  bottom: 35px;
}

.mejs-captions-text {
  padding: 3px 5px;
  white-space: pre-wrap;
  text-shadow: 1px 1px #000;
}

.me-cannotplay {
  overflow: hidden;
}

.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}

.me-cannotplay span {
  padding: 15px;
  display: block;
}

.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}

.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}

.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}

.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
}

.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2c7c91;
  color: #fff;
}

.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(shared-ro/images/videoplayer/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-size: 10px;
}

.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(shared-ro/images/videoplayer/background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(shared-ro/images/videoplayer/background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}

div.mejs-speed-button {
  width: 46px !important;
  position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #fff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
  display: none;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(shared-ro/images/videoplayer/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  display: block;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-size: 11.5px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.flex-images {
  overflow: hidden;
}

.flex-images a.item {
  float: left;
  margin: 2px;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
}

.flex-images a.item:focus {
  outline: 2px solid #82befb;
  outline-offset: -1px;
}

.flex-images a.item img {
  display: none;
  width: auto;
  height: 100%;
}

.js .flex-images a.item img {
  display: block;
}

.block-photo-gallery {
  overflow: hidden;
  margin-bottom: 0;
}

.block-photo-gallery h2 span, .block-photo-gallery .search-result-count span, .block-photo-gallery #tabs .ui-tabs-nav a span, #tabs .ui-tabs-nav .block-photo-gallery a span, .block-photo-gallery .blk-title span {
  color: #4e4e4e;
  font-weight: normal;
}

.block-photo-gallery p a {
  display: inline;
  text-decoration: underline;
}

.block-photo-gallery ul {
  margin: 0 0 0 -20px;
  padding: 0;
  list-style: none;
  display: block;
}

.block-photo-gallery ul:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.block-photo-gallery li {
  width: 50%;
  float: left;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  background: 0;
}

.block-photo-gallery li:nth-child(odd) {
  clear: left;
}

.block-photo-gallery li a {
  display: block;
  margin: 0 0 0 20px;
  padding: 10px;
  background: #f2f2f2;
  position: relative;
  text-decoration: none;
  text-align: center;
}

.block-photo-gallery li a:focus,
.block-photo-gallery li a:hover {
  color: #535353;
}

.block-photo-gallery img {
  display: inline-block;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .block-photo-gallery img {
    width: 100%;
    height: auto;
  }
}
.block-photo-gallery .caption {
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin: 0;
  padding: 5px 5px 0;
  background: #f2f2f2;
  color: #535353;
  font-size: .8125em;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
}

.block-photo-gallery .caption span {
  padding-left: 22px;
  background: url(shared-ro/images/icon-highres.png) no-repeat 0 5px;
  color: #535353;
}

.photo-credit {
  font-weight: normal;
  display: block;
  margin-top: .5em;
  text-transform: uppercase;
  font-size: .8125em;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .block-photo-gallery {
    margin-bottom: 0;
  }

  .block-photo-gallery li {
    width: 25%;
    height: 182px;
    overflow: hidden;
    position: relative;
  }

  .block-photo-gallery li:nth-child(odd) {
    clear: none;
  }

  .block-photo-gallery li:nth-child(4n+1) {
    clear: left !important;
  }

  .block-photo-gallery li a:first-child {
    padding: 5px;
    text-align: center;
  }

  .block-photo-gallery li img {
    vertical-align: middle;
  }

  .block-photo-gallery .caption {
    position: absolute;
    padding: 5px;
    font-size: .8125em;
    line-height: 1em;
  }
}
.photo-gallery-detail-navigation {
  position: relative;
  margin-bottom: 10px;
  color: #535353;
  text-align: center;
}

.photo-gallery-detail-navigation .previous {
  position: absolute;
  top: 0;
  left: 0;
}

.photo-gallery-detail-navigation .next {
  position: absolute;
  top: 0;
  right: 0;
}

.photo-gallery-detail-navigation a {
  text-decoration: none;
}

.block-photo-gallery .flex-images .noJs {
  display: block;
  padding: 10px;
  background: #f2f2f2;
  text-align: center;
}

.block-photo-gallery .flex-images img.lazy {
  display: none;
}

.js .block-photo-gallery .flex-images img.lazy {
  display: block;
}

.block-photo-gallery li {
  width: 100%;
  height: auto;
  clear: none;
  overflow: visible;
}

.block-photo-gallery li > img {
  display: block;
  margin: 0 0 10px 20px;
  padding: 10px;
  position: relative;
  text-decoration: none;
  text-align: center;
}

.block-photo-gallery li > img + .caption {
  margin-left: 20px;
  padding-top: 10px;
  padding-left: 10px;
  background-color: transparent;
}

.block-photo-gallery li a {
  display: none;
}

.block-photo-gallery li a.caption {
  position: relative;
  display: block;
  margin: 0 0 0 20px;
  padding: 5px 10px;
  background: 0;
  color: #01689b;
  text-align: center;
  text-decoration: none;
  font: 0.85714em;
}

.block-photo-gallery li a.caption:hover,
.block-photo-gallery li a.caption:active {
  text-decoration: underline;
  color: #154273;
}

.block-photo-gallery li a.caption span {
  padding-left: 0;
  background: 0;
  color: inherit;
}

.block-photo-gallery li a.caption .size {
  color: #666;
}

.block-photo-gallery li noscript div {
  display: block;
  margin: 0 0 0 20px;
  padding: 10px;
  background: #f2f2f2;
  text-align: center;
}

.js .block-photo-gallery li {
  width: 50%;
}

.js .block-photo-gallery li:nth-child(odd) {
  clear: left;
}

@media (min-width: 768px) {
  .js .block-photo-gallery li {
    width: 25%;
  }

  .js .block-photo-gallery li:nth-child(odd) {
    clear: none;
  }

  .js .block-photo-gallery li:nth-child(4n+1) {
    clear: left;
  }
}
.js .block-photo-gallery li a {
  display: block;
}

.picture {
  margin-top: 30px;
}

.picture .block-photo-gallery {
  background: #f2f2f2 none repeat scroll 0 0;
  text-align: center;
  border: 0;
  padding: 5px 10px 10px;
  margin-bottom: 5px;
}

.picture .block-photo-gallery a {
  line-height: 1em;
  padding: 0;
}

.picture .block-photo-gallery img {
  display: inline;
}

.picture .block-photo-gallery p {
  margin-bottom: 0.82em;
}

.picture .superheading {
  margin: 0 0 .1em;
  color: #01689b;
  font-size: 1.536em;
  font-weight: normal;
  line-height: 1.1429;
}

@media (min-width: 992px) {
  .picture {
    margin-right: 20px;
  }

  .picture .block-photo-gallery {
    padding: 10px 20px 10px;
  }

  .picture .block-photo-gallery a {
    padding: 10px;
  }
}
.content-image-left,
.content-image,
.decorative {
  position: relative;
  max-width: 100%;
}

.decorative {
  display: none;
}

@media (min-width: 992px) {
  .decorative {
    display: inline-block;
  }
}
@media print {
  .block-photo-gallery li {
    padding-left: 0;
    margin-left: 0;
  }

  .block-photo-gallery li:before {
    content: "";
  }

  .block-photo-gallery li a {
    margin-left: 0;
  }

  .block-photo-gallery li img {
    width: 100% !important;
  }

  .js .block-photo-gallery li:nth-child(4n+1) {
    clear: left;
  }

  .js .block-photo-gallery li:nth-child(4n+1) a {
    margin-left: 0;
  }

  .js .block-photo-gallery li:nth-child(odd) {
    clear: none;
  }

  .js .block-photo-gallery li {
    width: 25% !important;
  }
}
.block.gallery ul {
  margin-top: 20px;
  display: block;
}

.block.gallery {
  margin-bottom: 10px;
}

.gallery ul {
  margin: 0 0 0 -20px;
  padding: 0;
}

@media (min-width: 992px) {
  .gallery ul {
    margin-left: -20px;
    margin-right: 0;
  }
}
.gallery ul:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.gallery p {
  margin-bottom: 0;
  color: inherit;
}

.gallery li {
  display: block;
  padding: 0;
  background-image: none;
  clear: none;
  float: left;
  width: 50%;
  margin: 0 0 20px;
}

.gallery li:nth-child(2n+1) {
  clear: left;
}

@media (min-width: 768px) {
  .gallery li {
    width: 25%;
    clear: none;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery li:nth-child(2n+1) {
    clear: none;
  }

  .gallery li:nth-child(4n+1) {
    clear: left;
  }
}
.gallery a {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0 0 0 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.gallery a .duration {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 100;
  padding: 2px .4em;
  background-color: #01689b;
  color: #FFF;
  font-size: .8125em;
  font-weight: bold;
  line-height: 1.5;
}

.gallery a:focus,
.gallery a:hover {
  text-decoration: none;
}

.gallery a:focus .duration,
.gallery a:hover .duration {
  background-color: #0162cd;
}

.gallery a:focus h3, .gallery a:focus .content-intro, .gallery a:focus .content-header p, .content-header .gallery a:focus p, .gallery a:focus .sidebar .blk-closed .blk-title, .sidebar .blk-closed .gallery a:focus .blk-title, .gallery a:focus .sidebar .blk-compare .blk-title, .sidebar .blk-compare .gallery a:focus .blk-title,
.gallery a:focus img + p,
.gallery a:hover h3,
.gallery a:hover .content-intro,
.gallery a:hover .content-header p,
.content-header .gallery a:hover p,
.gallery a:hover .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .gallery a:hover .blk-title,
.gallery a:hover .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .gallery a:hover .blk-title,
.gallery a:hover img + p {
  text-decoration: underline;
}

.gallery a:visited img + p {
  color: #767676;
}

.gallery a h3, .gallery a .content-intro, .gallery a .content-header p, .content-header .gallery a p, .gallery a .sidebar .blk-closed .blk-title, .sidebar .blk-closed .gallery a .blk-title, .gallery a .sidebar .blk-compare .blk-title, .sidebar .blk-compare .gallery a .blk-title {
  margin-top: .5em;
  font-weight: normal;
}

.gallery a img {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
}

.gallery .meta {
  font-size: .8125em;
  margin-top: .4em;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .gallery.video li {
    width: 100%;
    clear: left;
  }
}
@media (min-width: 768px) {
  .gallery.video li {
    width: 50%;
  }

  .gallery.video li:nth-child(2n+1) {
    clear: left;
  }
}
.gallery.folder li {
  padding: 0;
  overflow: visible;
  width: 100%;
}

@media (min-width: 480px) {
  .gallery.folder li {
    width: 50%;
  }

  .gallery.folder li:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .gallery.folder li {
    width: 33.33%;
    clear: none;
  }

  .gallery.folder li:nth-child(2n+1) {
    clear: none;
  }

  .gallery.folder li:nth-child(3n+1) {
    clear: left;
  }
}
.gallery.folder a {
  display: block;
  margin: 0 0 0 20px;
  padding: 0;
  position: relative;
  text-decoration: none;
}

.gallery.folder img {
  display: inline-block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .gallery.folder img {
    vertical-align: middle;
  }
}
.gallery .caption {
  display: block;
  margin: 5px 0 0;
  text-align: center;
  padding: 0;
  font-size: 1.07143em;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .gallery .caption {
    font-size: 1.08333em;
  }
}
.gallery a .caption {
  padding-left: 30px;
  color: #01689b;
  text-align: left;
  text-decoration: none;
  background-image: url("shared-ro/images/sprite-icons-xl-1.2.png");
  background-position: -102px -453px;
}

.gallery a:hover .caption,
.gallery a:active .caption {
  text-decoration: underline;
  color: #154273;
}

.gallery .figure {
  text-align: center;
  padding: 0 0 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery .figure .caption {
  position: static;
  background: 0;
  height: auto;
}

.gallery .figure img {
  margin: 0 auto;
  max-width: 90%;
}

.common.gallery-result {
  margin-left: -20px;
}

.common.gallery-result li {
  padding: 0 0 20px;
  overflow: visible;
  float: left;
  margin: 0;
  display: block;
  background-image: none;
  width: 100%;
}

.common.gallery-result li > .no-image {
  padding-top: 1em;
  border-top: 2px solid #f3f5f6;
}

.common.gallery-result li p {
  line-height: 1.3em;
}

.common.gallery-result li:first-child > .no-image {
  border-top: 0;
  padding-top: 0;
}

@media (min-width: 480px) {
  .common.gallery-result li {
    width: 50%;
  }

  .common.gallery-result li:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .common.gallery-result li {
    width: 33.33%;
  }

  .common.gallery-result li:nth-child(2n+1) {
    clear: none;
  }

  .common.gallery-result li:nth-child(3n+1) {
    clear: left;
  }

  .common.gallery-result li:nth-child(2) > .no-image,
  .common.gallery-result li:nth-child(3) > .no-image {
    border-top: 0;
    padding-top: 0;
  }
}
.common.gallery-result li a {
  display: block;
  margin: 0 0 0 20px;
  padding: 0;
  position: relative;
  text-decoration: none;
  font-size: 1em;
  background: 0;
}

@media (min-width: 480px) {
  .common.gallery-result li a {
    width: 100%;
    padding: 0 20px 0 0;
  }
}
.common.gallery-result li img {
  display: inline-block;
  margin: 0 auto 0.5em;
}

@media (min-width: 768px) {
  .common.gallery-result li img {
    vertical-align: middle;
    width: 100%;
  }
}
.common.gallery-result h3, .common.gallery-result .content-intro, .common.gallery-result .content-header p, .content-header .common.gallery-result p, .common.gallery-result .sidebar .blk-closed .blk-title, .sidebar .blk-closed .common.gallery-result .blk-title, .common.gallery-result .sidebar .blk-compare .blk-title, .sidebar .blk-compare .common.gallery-result .blk-title {
  font-size: 1.33333em;
  line-height: 1.3125em;
}

.common.gallery-result h3 + p, .common.gallery-result .content-intro + p, .common.gallery-result .content-header p + p, .content-header .common.gallery-result p + p, .common.gallery-result .sidebar .blk-closed .blk-title + p, .sidebar .blk-closed .common.gallery-result .blk-title + p, .common.gallery-result .sidebar .blk-compare .blk-title + p, .sidebar .blk-compare .common.gallery-result .blk-title + p {
  font-size: 1em;
  margin-bottom: 0;
  font-weight: bold;
}

.common.gallery-result a h3, .common.gallery-result a .content-intro, .common.gallery-result a .content-header p, .content-header .common.gallery-result a p, .common.gallery-result a .sidebar .blk-closed .blk-title, .sidebar .blk-closed .common.gallery-result a .blk-title, .common.gallery-result a .sidebar .blk-compare .blk-title, .sidebar .blk-compare .common.gallery-result a .blk-title {
  color: #369;
}

.common.gallery-result .meta {
  font-weight: normal;
  font-size: 0.8125em;
}

@media print {
  .meta-light {
    clear: left;
    color: #767676;
    font-style: normal;
    line-height: 1.64;
  }

  #content .gallery.folder li {
    width: 33.3% !important;
  }

  #content .gallery.folder li:nth-child(2n+1) {
    clear: none;
  }

  #content .gallery.folder li:nth-child(3n+1) {
    clear: left;
  }

  #content .gallery.folder li:before {
    content: "";
  }

  #content .gallery.video li {
    width: 50%;
    clear: none;
  }

  #content .gallery.video li:nth-child(2n+1) {
    clear: left;
  }

  #content .gallery.video li:before {
    content: "";
  }

  #content .gallery .caption {
    padding-left: 0;
  }

  #content .gallery .caption:before {
    content: "";
  }

  #content .gallery ul {
    margin-left: -20px;
    page-break-inside: avoid;
  }

  #content .gallery li:before {
    content: "";
  }

  .block .common.gallery-result li:before {
    content: "";
  }

  .block .common.gallery-result li a:before {
    content: "" !important;
  }
}
.swipebox-overflow-hidden {
  overflow: hidden !important;
  height: 100%;
  width: 100%;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 999999;
  overflow: hidden;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#swipebox-modal {
  width: 100%;
  height: 100%;
  outline: 0;
}

#swipebox-overlay-desktop {
  display: none;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
}

#swipebox-slider .slide {
  background: 0;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

#swipebox-slider.loading .slide {
  background: url(shared-ro/images/swipebox-loader-dark.gif) no-repeat center center;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  -webkit-box-shadow: 2px 0 17px 1px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 2px 0 17px 1px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 0 17px 1px rgba(50, 50, 50, 0.75);
}

#swipebox-caption {
  position: absolute;
  left: 0;
  padding: 15px 15px 45px 15px;
  z-index: 0;
  height: auto;
  right: 0;
  bottom: 0;
  overflow: visible;
}

#swipebox-caption p {
  margin-bottom: 0;
}

#swipebox-caption p.meta {
  color: #4e4e4e;
}

#swipebox-caption p.hres a {
  color: #01689b;
  background-repeat: no-repeat;
  background-image: url("shared-ro/images/sprite-swipebox.svg");
  background-position: -129px -4px;
  padding-left: 20px;
  margin-top: 5px;
  font-size: 0.8em;
}

@media (min-width: 992px) {
  #swipebox-caption p.hres a {
    float: left;
    background-position: -129px -1px;
  }
}
#swipebox-caption p.hres a:focus,
#swipebox-caption p.hres a:hover {
  color: #01689b;
}

#swipebox-action {
  left: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
}

#swipebox-hres {
  display: block;
  top: -.5em;
  position: relative;
}

button::-moz-focus-inner {
  border: 0;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-color: #01689b;
  background-image: url(shared-ro/images/sprite-swipebox.svg);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 36px;
  overflow: hidden;
  text-indent: -999px;
  margin: 0;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  display: none;
}

#swipebox-arrows {
  position: absolute;
  width: 100%;
  left: 0;
  top: -3px;
}

#swipebox-close {
  background-position: 13px 6px;
  right: 0;
  margin-left: 0;
  top: 0;
}

#swipebox-prev {
  position: absolute;
  background-position: -28px 8px;
  left: 0;
  bottom: 0;
}

#swipebox-next {
  position: absolute;
  background-position: -77px 8px;
  right: 0;
  bottom: 0;
}

#swipebox-overlay {
  background: rgba(0, 0, 0, 0.9);
}

#swipebox-action,
#swipebox-caption {
  color: #000;
  font-size: 1em;
  line-height: 1.5;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#swipebox-caption {
  background-color: #f3f3f3;
}

#swipebox-action {
  background-color: transparent;
  text-align: center;
}

#swipebox-action a {
  color: #FFF;
}

@media (min-width: 992px) {
  #swipebox-slider.loading .slide {
    background: url(shared-ro/images/swipebox-loader-dark.gif) no-repeat center center;
  }

  #swipebox-slider .slide {
    background: 0;
  }

  #swipebox-caption p.meta {
    color: #4e4e4e;
  }

  #swipebox-caption p.hres a {
    color: #01689b;
  }

  #swipebox-caption p.hres a:focus,
  #swipebox-caption p.hres a:hover {
    color: #0162cd;
  }

  #swipebox-action a {
    color: #000;
  }

  #swipebox-prev {
    left: 0;
  }

  #swipebox-next {
    right: 0;
  }

  .caption-meta {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }
}
@media (min-width: 992px) {
  #swipebox-caption {
    padding: 15px 15px 45px 15px;
  }
}
@media (min-width: 1200px) {
  #swipebox-caption {
    padding: 15px 15px 15px 15px;
  }
}
@media print {
  #swipebox-overlay {
    opacity: 1 !important;
    display: block !important;
    width: 600px !important;
  }

  #swipebox-overlay .slide {
    text-align: left;
    width: 100% !important;
  }

  .swipebox-overflow-hidden #mainwrapper {
    display: none !important;
  }
}
.profiledetail h1 {
  margin: 0 0 1em;
  font-weight: bold;
  font-size: 1.625em;
  line-height: 1.1538em;
}

@media (min-width: 768px) {
  .profiledetail h1 {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.1429;
  }
}
.profiledetail .headline {
  margin: 0 0 20px 0;
  padding-top: 10px;
}

@media (min-width: 480px) {
  .profiledetail .headline {
    background-color: #f3f3f3;
  }
}
.profiledetail .headline:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.profiledetail .headline .visual {
  margin: -10px 0 0 0;
}

.profiledetail .headline .visual img {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .profiledetail .headline .visual {
    float: left;
    width: 50%;
  }

  .profiledetail .headline .visual + div {
    float: left;
    width: 50%;
  }

  .profiledetail .headline .visual + div p,
  .profiledetail .headline .visual + div h1 {
    padding: 0 20px;
  }

  .profiledetail .headline .visual img {
    margin-bottom: 0;
  }
}
.profiledetail .headline h1 {
  margin: .5em 0 1em;
  font-size: 1.625em;
  font-weight: normal;
  line-height: 1.1538em;
}

@media (min-width: 768px) {
  .profiledetail .headline h1 {
    font-size: 1.75em;
    font-weight: normal;
    line-height: 1.1429;
  }
}
.profiledetail .headline dl {
  margin-bottom: -0.5em;
}

@media (min-width: 480px) {
  .profiledetail .headline dl {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 480px) {
  .profiledetail .headline dt {
    display: none;
  }

  .profiledetail .headline dd {
    padding: 0 20px;
    margin: 0;
    border-bottom: 0;
  }
}
.profiledetail dl dt {
  float: left;
  text-align: left;
  clear: left;
  width: 100%;
  margin-bottom: 0.2em;
}

@media (min-width: 480px) {
  .profiledetail dl dt {
    width: 15em;
    margin-right: -10em;
  }
}
.profiledetail dl dt:after {
  content: ": ";
}

.profiledetail dl dd {
  clear: left;
  float: none;
  display: block;
  margin: 0 0 1em 0;
  box-sizing: border-box;
  border-bottom: 1px solid #f3f5f6;
  padding-bottom: 0.5em;
}

@media (min-width: 480px) {
  .profiledetail dl dd {
    clear: none;
    padding-left: 15em;
  }
}
.profiledetail dl:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

#priority {
  position: relative;
  padding: 0;
  margin-top: 15px;
  margin: 15px 0 -30px 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  #priority {
    margin: 15px 0 0 0;
  }
}
#priority:before,
#priority:after {
  content: " ";
  display: table;
}

#priority:after {
  clear: both;
}

#priority a {
  text-decoration: none;
  display: block;
  color: #01689b;
}

#priority h2, #priority .search-result-count, #priority #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #priority a, #priority .blk-title {
  position: absolute;
  top: -100000px;
}

#priority h3, #priority .content-intro, #priority .content-header p, .content-header #priority p, #priority .sidebar .blk-closed .blk-title, .sidebar .blk-closed #priority .blk-title, #priority .sidebar .blk-compare .blk-title, .sidebar .blk-compare #priority .blk-title {
  display: block;
  padding-left: 30px;
  font-size: 1.125em;
  line-height: 1.375em;
  text-decoration: none;
  padding-left: 30px;
  margin: 0 0 5px 0;
  background-image: url(shared-ro/images/linkblue-sprite-icons-xl-1.3.png);
  background-position: -102px -450px;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  #priority h3, #priority .content-intro, #priority .content-header p, .content-header #priority p, #priority .sidebar .blk-closed .blk-title, .sidebar .blk-closed #priority .blk-title, #priority .sidebar .blk-compare .blk-title, .sidebar .blk-compare #priority .blk-title {
    font-size: 1.1111em;
    line-height: 1.5em;
  }
}
#priority a.external h3, #priority a.external .content-intro, #priority a.external .content-header p, .content-header #priority a.external p, #priority a.external .sidebar .blk-closed .blk-title, .sidebar .blk-closed #priority a.external .blk-title, #priority a.external .sidebar .blk-compare .blk-title, .sidebar .blk-compare #priority a.external .blk-title {
  background-position: -203px -360px;
}

#priority .carouselControl {
  position: absolute;
  top: 8px;
  right: 20px;
  display: inline-block;
  margin: -3px 0 0 6px;
  width: 22px;
  height: 22px;
  text-indent: -999px;
  overflow: hidden;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #000;
  border-color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
  #priority .carouselControl {
    top: 15px;
    right: 30px;
  }
}
#priority .carouselControl:after {
  content: '';
  position: absolute;
  right: 4px;
  bottom: 3px;
  width: 12px;
  height: 14px;
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
  border-color: rgba(255, 255, 255, 0.9);
}

#priority .carouselControl:hover:after {
  border-color: rgba(255, 255, 255, 0.5);
}

#priority .carouselControl.pauzed:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #fff;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
}

#priority .carouselControl.pauzed:hover:after {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
}

#priority .prio-arrow {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 4px;
  z-index: 110;
  background-image: url("shared-ro/images/linkblue-sprite-icons-xl-1.3.png");
  background-position: -102px -450px;
}

#priority .prio-arrow.external {
  background-position: -203px -360px;
}

#priority ul {
  margin: 0;
  padding: 0;
  position: relative;
}

#priority ul li {
  margin: 0;
  list-style: none;
}

#priority ul li .priorityImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}

#priority ul li .priorityImage img {
  display: none;
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #priority ul li .priorityImage img {
    margin-bottom: 0;
  }
}
#priority ul li:nth-of-type(1) .priorityImage {
  position: relative;
}

#priority ul li:nth-of-type(1) .priorityImage img {
  position: static;
  display: block;
  max-width: 100%;
  height: auto;
}

#priority ul li .priorityBlock {
  z-index: 2;
}

#priority ul li .priorityBlock p {
  display: none;
}

#priority ul li .external {
  padding-left: 0;
}

#priority ul li.current .priorityImage {
  z-index: 1;
}

.js #priority.carousel .carousel-toggle {
  top: 10px;
  display: block;
}

.js #priority.carousel .priorityImage img {
  display: block;
}

.js #priority.carousel h3, .js #priority.carousel .content-intro, .js #priority.carousel .content-header p, .content-header .js #priority.carousel p, .js #priority.carousel .sidebar .blk-closed .blk-title, .sidebar .blk-closed .js #priority.carousel .blk-title, .js #priority.carousel .sidebar .blk-compare .blk-title, .sidebar .blk-compare .js #priority.carousel .blk-title {
  opacity: .6;
  font-size: 1em;
  line-height: 1.2em;
  background-position: -102px -453px;
  padding-left: 25px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .js #priority.carousel h3, .js #priority.carousel .content-intro, .js #priority.carousel .content-header p, .content-header .js #priority.carousel p, .js #priority.carousel .sidebar .blk-closed .blk-title, .sidebar .blk-closed .js #priority.carousel .blk-title, .js #priority.carousel .sidebar .blk-compare .blk-title, .sidebar .blk-compare .js #priority.carousel .blk-title {
    font-weight: bold;
    opacity: 1;
    padding-left: 0;
  }
}
.js #priority.carousel a.external h3, .js #priority.carousel a.external .content-intro, .js #priority.carousel a.external .content-header p, .content-header .js #priority.carousel a.external p, .js #priority.carousel a.external .sidebar .blk-closed .blk-title, .sidebar .blk-closed .js #priority.carousel a.external .blk-title, .js #priority.carousel a.external .sidebar .blk-compare .blk-title, .sidebar .blk-compare .js #priority.carousel a.external .blk-title {
  background-position: -203px -364px;
}

.js #priority.carousel .current h3, .js #priority.carousel .current .content-intro, .js #priority.carousel .current .content-header p, .content-header .js #priority.carousel .current p, .js #priority.carousel .current .sidebar .blk-closed .blk-title, .sidebar .blk-closed .js #priority.carousel .current .blk-title, .js #priority.carousel .current .sidebar .blk-compare .blk-title, .sidebar .blk-compare .js #priority.carousel .current .blk-title {
  opacity: 1;
  font-weight: bold;
}

@media (min-width: 768px) {
  #priority {
    position: relative;
    padding: 0;
  }

  #priority h2, #priority .search-result-count, #priority #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #priority a, #priority .blk-title {
    position: absolute;
    top: -100000px;
  }

  #priority h3, #priority .content-intro, #priority .content-header p, .content-header #priority p, #priority .sidebar .blk-closed .blk-title, .sidebar .blk-closed #priority .blk-title, #priority .sidebar .blk-compare .blk-title, .sidebar .blk-compare #priority .blk-title {
    font-weight: bold;
    font-size: 1.125em;
    line-height: 1.2222em;
    margin: 0 0 5px 0;
    padding-bottom: 0;
  }

  #priority ul {
    margin: 0;
  }

  #priority ul li {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
  }

  #priority ul li .priorityImage {
    position: relative;
    left: auto;
    top: auto;
  }

  #priority ul li .priorityImage img {
    display: block;
    height: 100%;
    width: auto;
    margin-bottom: 0;
  }

  #priority ul li .priorityBlock {
    width: 250px;
    margin-left: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    padding: 10px 24px 10px 10px;
    background: #fff;
    cursor: pointer;
    z-index: 100;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: 0.9;
  }

  #priority ul li .priorityBlock p {
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.375em;
    font-size: 1em;
    display: block;
  }

  .js #priority {
    overflow: hidden;
  }

  .js #priority h3, .js #priority .content-intro, .js #priority .content-header p, .content-header .js #priority p, .js #priority .sidebar .blk-closed .blk-title, .sidebar .blk-closed .js #priority .blk-title, .js #priority .sidebar .blk-compare .blk-title, .sidebar .blk-compare .js #priority .blk-title {
    background-image: none;
    padding-left: 0;
  }

  .js #priority .prio-arrow {
    display: block;
  }

  .js #priority ul {
    margin: 0;
    background-color: #f3f3f3;
  }

  .js #priority ul li {
    width: 100%;
    height: 100%;
    max-height: 400px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
  }

  .js #priority ul li .priorityImage {
    display: block;
    height: auto;
    width: 100%;
  }

  .js #priority ul li .priorityImage img {
    height: auto;
    width: 100%;
    display: block;
  }

  .js #priority ul li.current .priorityImage {
    z-index: 1;
  }

  .js #priority ul li .priorityBlock {
    width: 32.2033%;
  }

  .js #priority ul li .priorityBlock:focus {
    bottom: 0 !important;
  }

  .js #priority ul li:nth-of-type(1) {
    position: relative;
    height: 100%;
    max-width: 100%;
  }

  .js #priority ul li:nth-of-type(1) .priorityImage {
    display: block;
  }

  .js #priority ul li:nth-of-type(1) .priorityBlock {
    left: 0;
    margin-left: 0;
  }

  .js #priority ul li:nth-of-type(2) .priorityBlock {
    left: 50%;
    margin-left: -16.1565%;
  }

  .js #priority ul li:nth-of-type(3) .priorityBlock {
    right: 0;
    left: auto;
  }

  .js #priority.smallTabs ul li .priorityBlock {
    width: 24%;
  }

  .js #priority.smallTabs ul li:nth-of-type(1) .priorityBlock {
    left: 0;
  }

  .js #priority.smallTabs ul li:nth-of-type(2) .priorityBlock {
    left: 50%;
    margin-left: -24.75%;
  }

  .js #priority.smallTabs ul li:nth-of-type(3) .priorityBlock {
    left: 50%;
    margin-left: 0.75%;
  }

  .js #priority.smallTabs ul li:nth-of-type(4) .priorityBlock {
    left: 100%;
    margin-left: -24%;
  }

  .js #priority.carousel ul {
    margin-top: 0;
    margin-left: 0;
  }

  .js #priority.carousel ul li .priorityImage {
    display: block;
  }

  .js #priority.carousel .carousel-toggle {
    top: 8px;
    display: block;
  }
}
@media print {
  #priority {
    display: none !important;
  }
}
.headerImage {
  position: relative;
  width: 100%;
  min-height: 280px;
  overflow: hidden;
  background-color: #000;
  margin: 0 0 -15px 0;
}

@media (min-width: 768px) {
  .headerImage {
    margin: 0;
  }
}
.headerImage a.clickable {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.headerImage .darkOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none;
  z-index: 1;
}

.headerImage a.toggleState {
  position: absolute;
  display: block;
  right: 10px;
  bottom: 10px;
  width: 26px;
  height: 26px;
  z-index: 1;
  text-indent: -999px;
  overflow: hidden;
  z-index: 10;
}

.headerImage a.toggleState:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
}

.headerImage a.toggleState:after {
  content: '';
  position: absolute;
  right: 7px;
  bottom: 5px;
  width: 12px;
  height: 16px;
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
}

.headerImage a.toggleState:hover:before {
  border-color: #ccc;
}

.headerImage a.toggleState:hover:after {
  border-color: #ccc;
}

.headerImage a.toggleState.pauzed:after {
  content: '';
  position: absolute;
  right: 2px;
  bottom: 3px;
  width: 16px;
  height: 18px;
  border-right: 0;
  border-top: 0;
  border-left: none;
  border-bottom: 0;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhYWdfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgd2lkdGg9IjExLjFweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSItNyA2IDExLjEgMTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTcgNiAxMS4xIDE3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+Cjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9Ii03LDYgNC4xLDE0LjUgLTcsMjMgIi8+Cjwvc3ZnPgo=") no-repeat;
}

.headerImage .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 0;
}

.js .headerImage .slide {
  display: none;
}

.headerImage .slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.js .headerImage .slide img {
  display: none;
}

.headerImage .wrapper {
  z-index: 10;
  padding: 15px;
  position: relative;
  padding: 15px 15px 15px 15px;
}

.headerImage .wrapper.clickable {
  cursor: pointer;
}

.headerImage .wrapper a {
  display: block;
  text-decoration: none;
  width: 100%;
}

.headerImage .wrapper h2, .headerImage .wrapper .search-result-count, .headerImage .wrapper #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .headerImage .wrapper a, .headerImage .wrapper .blk-title {
  margin: 0 0 10px 0;
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #fff;
  text-shadow: -1px -1px 40px rgba(0, 0, 0, 0.4);
}

.headerImage .wrapper p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #fff;
  text-shadow: -1px -1px 30px rgba(0, 0, 0, 0.7);
}

.headerImage .wrapper a.ctaBtn {
  display: inline-block;
  width: auto;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #fff;
  text-shadow: -1px -1px 30px rgba(0, 0, 0, 0.7);
  font-weight: bold;
  border: 1px solid #fff;
  padding: 5px 10px 5px 10px;
}

.headerImage .wrapper a.ctaBtn:hover {
  color: #ccc;
  border-color: #ccc;
}

@media (min-width: 768px) {
  .headerImage {
    min-height: 300px;
  }

  .headerImage .wrapper a {
    width: 100%;
  }

  .headerImage .wrapper h2, .headerImage .wrapper .search-result-count, .headerImage .wrapper #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .headerImage .wrapper a, .headerImage .wrapper .blk-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .headerImage .wrapper p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 992px) {
  .headerImage {
    min-height: 370px;
  }

  .headerImage .wrapper a {
    width: 50%;
  }

  .headerImage .wrapper h2, .headerImage .wrapper .search-result-count, .headerImage .wrapper #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .headerImage .wrapper a, .headerImage .wrapper .blk-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .headerImage .wrapper p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .headerImage {
    min-height: 480px;
  }

  .headerImage .wrapper a {
    width: 50%;
  }

  .headerImage .wrapper h2, .headerImage .wrapper .search-result-count, .headerImage .wrapper #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .headerImage .wrapper a, .headerImage .wrapper .blk-title {
    font-size: 3rem;
    line-height: 3.375rem;
  }

  .headerImage .wrapper p {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.campaignImage {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.campaignImage .gradient {
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  background-image: url("shared-ro/images/gradient.svg");
  background-position: top center;
  background-repeat: repeat-x;
  width: 100%;
  height: 20%;
  min-height: 120px;
  z-index: 8;
}

.campaignImage .slideControls {
  position: absolute;
  right: 15px;
  bottom: 10px;
  z-index: 10;
  line-height: 16px;
  font-size: 16px;
}

.campaignImage .slideControls a.bull {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: white;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-indent: -999px;
  margin: 0 0 0 5px;
  border-radius: 50%;
  border: 1px solid #000;
  border-color: rgba(255, 255, 255, 0.6);
}

.campaignImage .slideControls a.bull:hover {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.6);
}

.campaignImage .slideControls a.bull.current {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0.9);
}

.campaignImage .slideControls .toggleState {
  display: inline-block;
  position: relative;
  margin: -3px 0 0 6px;
  float: none;
  width: 22px;
  height: 22px;
  text-indent: -999px;
  overflow: hidden;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #000;
  border-color: rgba(255, 255, 255, 0.6);
}

.campaignImage .slideControls .toggleState:after {
  content: '';
  position: absolute;
  right: 4px;
  bottom: 3px;
  width: 12px;
  height: 14px;
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
  border-color: rgba(255, 255, 255, 0.9);
}

.campaignImage .slideControls .toggleState:hover:after {
  border-color: rgba(255, 255, 255, 0.5);
}

.campaignImage .slideControls .toggleState.pauzed:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #fff;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
}

.campaignImage .slideControls .toggleState.pauzed:hover:after {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
}

.campaignImage.cycle .slide {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.campaignImage.cycle .slide:first-child {
  opacity: 0;
}

.campaignImage.cycle .slide.current {
  opacity: 1;
}

.campaignImage .slide {
  background: #fff;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  background-size: cover;
  background-position: center center;
}

.campaignImage .slide:first-child {
  display: block;
  opacity: 1;
}

.campaignImage .slide:first-child img {
  min-height: 160px;
}

.campaignImage .slide img {
  width: 100%;
  height: auto;
}

.breaking {
  margin: 40px 0 0 0;
  display: block;
}

.breaking:before,
.breaking:after {
  content: " ";
  display: table;
}

.breaking:after {
  clear: both;
}

.breaking .article {
  background: #f3f3f3;
  width: 100%;
  float: left;
  display: block;
  padding: 15px 15px 15px 15px;
}

.breaking .article a {
  text-decoration: none;
  display: block;
}

.breaking .article a:hover {
  text-decoration: none;
  color: #154273;
}

.breaking .article a:hover h2, .breaking .article a:hover .search-result-count, .breaking .article a:hover #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .breaking .article a:hover a, .breaking .article a:hover .blk-title {
  text-decoration: underline;
}

.breaking .article a:hover p {
  color: #112;
}

.breaking .article a h2, .breaking .article a .search-result-count, .breaking .article a #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .breaking .article a a, .breaking .article a .blk-title {
  width: 100%;
  float: left;
  font-size: 1.625em;
  line-height: 1.15384em;
  margin: 0 0 10px 0;
}

@media (min-width: 992px) {
  .breaking .article a h2, .breaking .article a .search-result-count, .breaking .article a #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .breaking .article a a, .breaking .article a .blk-title {
    font-size: 2em;
    line-height: 1.15em;
  }
}
.breaking .article a p {
  color: #000;
  line-height: 1.375em;
  font-size: 1em;
  padding: 10px 0 0 0;
  margin: 0;
}

.breaking .article a p.meta {
  color: #666;
  font-size: .8em;
  line-height: 1.5em;
  padding: 5px 0 0 0;
}

.breaking .article .related {
  display: block;
  width: 100%;
  float: left;
  padding: 15px 0 0 0;
}

.breaking .article .related h3, .breaking .article .related .content-intro, .breaking .article .related .content-header p, .content-header .breaking .article .related p, .breaking .article .related .sidebar .blk-closed .blk-title, .sidebar .blk-closed .breaking .article .related .blk-title, .breaking .article .related .sidebar .blk-compare .blk-title, .sidebar .blk-compare .breaking .article .related .blk-title {
  font-size: 1.125em;
  line-height: 1.22em;
  margin: 0;
  padding: 0;
}

.breaking .article .related a {
  float: left;
  width: 100%;
  margin: 0;
}

.breaking .article .related a:first-child {
  margin: 0 0 10px 0;
}

.breaking .article .related p.meta {
  padding: 5px 0 0 0;
}

@media (min-width: 768px) {
  .breaking .article {
    padding: 15px 15px 15px 15px;
  }

  .breaking .article .related {
    width: 100%;
    float: left;
  }

  .breaking .article .related a {
    width: 50%;
  }

  .breaking .article .related a:first-child {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .breaking .article a {
    float: left;
    width: 75%;
  }

  .breaking .article a h2, .breaking .article a .search-result-count, .breaking .article a #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .breaking .article a a, .breaking .article a .blk-title {
    padding: 0 20px 0 0;
  }

  .breaking .article a p {
    padding: 10px 20px 0 0;
  }

  .breaking .article a p.meta {
    padding: 5px 0 5px 0;
  }

  .breaking .article .related {
    width: 25%;
    float: right;
    padding: 5px 0 0 25px;
  }

  .breaking .article .related a {
    width: 100%;
  }

  .breaking .article .related a:first-child {
    margin: 0 0 10px 0;
  }
}
.breaking.visualnews .article .visual {
  width: 100%;
  float: left;
}

.breaking.visualnews .article .visual img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.breaking.visualnews .article a h2, .breaking.visualnews .article a .search-result-count, .breaking.visualnews .article a #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .breaking.visualnews .article a a, .breaking.visualnews .article a .blk-title {
  padding: 0;
}

.breaking.visualnews .article .related a {
  width: 100%;
  float: left;
}

.breaking.visualnews .article .related p.meta {
  padding: 0;
}

@media (min-width: 480px) {
  .breaking.visualnews .article {
    padding: 0;
  }

  .breaking.visualnews .article .visual {
    width: 50%;
    float: left;
    padding: 0 15px 0 0;
  }

  .breaking.visualnews .article a h2, .breaking.visualnews .article a .search-result-count, .breaking.visualnews .article a #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .breaking.visualnews .article a a, .breaking.visualnews .article a .blk-title {
    float: right;
    width: 50%;
    padding: 10px 15px 0 0;
  }

  .breaking.visualnews .article a p {
    padding: 10px 15px 0 0;
  }

  .breaking.visualnews .article a p.meta {
    padding: 5px 15px 0 0;
  }

  .breaking.visualnews .article .related a {
    float: left;
    width: 50%;
  }

  .breaking.visualnews .article .related a:first-child {
    margin: 0;
  }

  .breaking.visualnews .article .related p.meta {
    padding: 5px 0 15px 0;
  }
}
@media (min-width: 992px) {
  .breaking.visualnews .article .visual {
    width: 40%;
    float: left;
  }

  .breaking.visualnews .article .visual img {
    margin: 0;
  }

  .breaking.visualnews .article a {
    width: auto;
    float: none;
    display: inline;
  }

  .breaking.visualnews .article a h2, .breaking.visualnews .article a .search-result-count, .breaking.visualnews .article a #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .breaking.visualnews .article a a, .breaking.visualnews .article a .blk-title {
    width: 60%;
    float: right;
  }

  .breaking.visualnews .article .related {
    padding: 10px 0 0 0;
    width: 60%;
    float: right;
  }

  .breaking.visualnews .article .related a {
    float: left;
    width: 50%;
  }

  .breaking.visualnews .article .related p.meta {
    padding: 5px 0 10px 0;
  }
}
.breaking:before,
.breaking:after {
  content: " ";
  display: table;
}

.breaking:after {
  clear: both;
}

.map .spotlight.thumbnail {
  min-height: 100px;
}

.map .spotlight.thumbnail > a {
  text-decoration: none;
}

.map .spotlight.thumbnail > a.external {
  background: 0;
}

.map .spotlight.thumbnail > a.external h3, .map .spotlight.thumbnail > a.external .content-intro, .map .spotlight.thumbnail > a.external .content-header p, .content-header .map .spotlight.thumbnail > a.external p, .map .spotlight.thumbnail > a.external .sidebar .blk-closed .blk-title, .sidebar .blk-closed .map .spotlight.thumbnail > a.external .blk-title, .map .spotlight.thumbnail > a.external .sidebar .blk-compare .blk-title, .sidebar .blk-compare .map .spotlight.thumbnail > a.external .blk-title {
  background: url("shared-ro/images/sprites/inline.png") no-repeat 0 -167px;
  padding-left: 15px;
}

.map .spotlight.thumbnail > a h3, .map .spotlight.thumbnail > a .content-intro, .map .spotlight.thumbnail > a .content-header p, .content-header .map .spotlight.thumbnail > a p, .map .spotlight.thumbnail > a .sidebar .blk-closed .blk-title, .sidebar .blk-closed .map .spotlight.thumbnail > a .blk-title, .map .spotlight.thumbnail > a .sidebar .blk-compare .blk-title, .sidebar .blk-compare .map .spotlight.thumbnail > a .blk-title {
  text-decoration: underline;
}

.map .spotlight.thumbnail > a h3 + p, .map .spotlight.thumbnail > a .content-intro + p, .map .spotlight.thumbnail > a .content-header p + p, .content-header .map .spotlight.thumbnail > a p + p, .map .spotlight.thumbnail > a .sidebar .blk-closed .blk-title + p, .sidebar .blk-closed .map .spotlight.thumbnail > a .blk-title + p, .map .spotlight.thumbnail > a .sidebar .blk-compare .blk-title + p, .sidebar .blk-compare .map .spotlight.thumbnail > a .blk-title + p {
  text-decoration: none;
}

.map .spotlight.thumbnail > h3, .map .spotlight.thumbnail > .content-intro, .map .content-header .spotlight.thumbnail > p, .content-header .map .spotlight.thumbnail > p, .map .sidebar .blk-closed .spotlight.thumbnail > .blk-title, .sidebar .blk-closed .map .spotlight.thumbnail > .blk-title, .map .sidebar .blk-compare .spotlight.thumbnail > .blk-title, .sidebar .blk-compare .map .spotlight.thumbnail > .blk-title {
  margin-left: 20px;
  padding-left: 120px;
  font-weight: normal;
  margin-top: -0.3em;
}

.map .spotlight.thumbnail > h3 + img, .map .spotlight.thumbnail > .content-intro + img, .map .content-header .spotlight.thumbnail > p + img, .content-header .map .spotlight.thumbnail > p + img, .map .sidebar .blk-closed .spotlight.thumbnail > .blk-title + img, .sidebar .blk-closed .map .spotlight.thumbnail > .blk-title + img, .map .sidebar .blk-compare .spotlight.thumbnail > .blk-title + img, .sidebar .blk-compare .map .spotlight.thumbnail > .blk-title + img {
  margin-left: 20px;
}

.map .spotlight.thumbnail > h3 + img + p, .map .spotlight.thumbnail > .content-intro + img + p, .map .content-header .spotlight.thumbnail > p + img + p, .content-header .map .spotlight.thumbnail > p + img + p, .map .sidebar .blk-closed .spotlight.thumbnail > .blk-title + img + p, .sidebar .blk-closed .map .spotlight.thumbnail > .blk-title + img + p, .map .sidebar .blk-compare .spotlight.thumbnail > .blk-title + img + p, .sidebar .blk-compare .map .spotlight.thumbnail > .blk-title + img + p {
  margin-left: 20px;
  padding-left: 120px;
}

.js .map .spotlight.thumbnail {
  position: absolute !important;
  display: inline-block !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

@media (min-width: 36em) {
  .map.two-columns {
    margin: 0;
  }
}
.js .map {
  border: 1px solid #ccc;
  margin-bottom: 0 !important;
}

.js .map:focus {
  border-color: #3b7fc4;
}

.map {
  height: auto;
}

.js .map {
  height: 500px;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

.js.no-touchevents .map {
  margin-left: 0;
  margin-right: 0;
}

.js .map table {
  display: none;
}

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

.leaflet-container img {
  max-width: none !important;
}

.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
}

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-tile-pane {
  z-index: 2;
}

.leaflet-objects-pane {
  z-index: 3;
}

.leaflet-overlay-pane {
  z-index: 4;
}

.leaflet-shadow-pane {
  z-index: 5;
}

.leaflet-marker-pane {
  z-index: 6;
}

.leaflet-popup-pane {
  z-index: 7;
}

.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.leaflet-clickable {
  cursor: pointer;
}

.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging,
.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-container .leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #05f;
  background: white;
  opacity: 0.5;
}

.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-bar {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 0;
  border-radius: 0;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:last-child {
  border-bottom: 0;
}

.leaflet-bar .leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom: 0;
}

.leaflet-control-zoom-in {
  background-position: -24px -60px;
}

.leaflet-control-zoom-out {
  background-position: -24px -90px;
}

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
  line-height: 30px;
}

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 28px;
  line-height: 30px;
}

.leaflet-control-layers {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
  background: #f8f8f9;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

.leaflet-container .leaflet-control-attribution {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px #bbb;
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-top .leaflet-control-scale {
  margin-top: 0;
}

.leaflet-right .leaflet-control-scale {
  margin-right: 0;
}

.leaflet-control-scale-line {
  border: 1px solid #777;
  border-top: 0;
  color: black;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.leaflet-top .leaflet-control-scale-line {
  border-top: 1px solid #777;
  border-bottom: 0;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: 0;
  margin-top: -2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-control-zoom {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  background-clip: padding-box;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-control-zoom {
  border-color: #000;
  border: 4px solid rgba(0, 0, 0, 0.3);
}

.leaflet-popup {
  position: absolute;
  text-align: center;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.leaflet-popup-pane {
  z-index: 1001;
}

.leaflet-popup-content a:focus {
  outline: 0;
  text-decoration: none;
}

.leaflet-popup-content a,
.leaflet-popup-content a p {
  display: block;
  text-decoration: none;
}

.leaflet-popup-content a:focus h3, .leaflet-popup-content a:focus .content-intro, .leaflet-popup-content a:focus .content-header p, .content-header .leaflet-popup-content a:focus p, .leaflet-popup-content a:focus .sidebar .blk-closed .blk-title, .sidebar .blk-closed .leaflet-popup-content a:focus .blk-title, .leaflet-popup-content a:focus .sidebar .blk-compare .blk-title, .sidebar .blk-compare .leaflet-popup-content a:focus .blk-title {
  text-decoration: underline;
}

.leaflet-popup-content h3, .leaflet-popup-content .content-intro, .leaflet-popup-content .content-header p, .content-header .leaflet-popup-content p, .leaflet-popup-content .sidebar .blk-closed .blk-title, .sidebar .blk-closed .leaflet-popup-content .blk-title, .leaflet-popup-content .sidebar .blk-compare .blk-title, .sidebar .blk-compare .leaflet-popup-content .blk-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.leaflet-popup-content .content-image {
  float: left;
  clear: none;
  width: 32.5%;
  margin: 0.25em 2.5% 0 0;
}

.leaflet-popup-content .content-image img {
  width: 100%;
}

.leaflet-popup-content .content-image .caption {
  margin: .6em 0 1.8em;
  float: none;
}

.leaflet-popup-content {
  overflow: hidden;
  position: relative;
}

.leaflet-container a.leaflet-popup-close-button {
  font-size: 19px;
  line-height: 19px;
  font-weight: bold;
  width: 19px;
  height: 19px;
  color: #01689b;
}

.leaflet-popup-content p {
  margin: 0;
  line-height: 1.5em;
  color: #000;
}

.leaflet-popup-content img + p {
  float: right;
  width: 74%;
  max-width: 192px;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-control-zoom {
  border-color: #000;
  border: 0;
}

@media (min-width: 36em) {
  .leaflet-popup-content p {
    max-width: 283px;
  }
}
.leaflet-popup-content img {
  float: left;
  width: 24%;
}

.leaflet-popup {
  margin-bottom: -90px;
}

.leaflet-popup-tip-container {
  display: none;
}

@media (min-width: 36em) {
  .leaflet-popup {
    margin-bottom: 0;
  }

  .leaflet-popup-tip-container {
    display: block;
  }
}
.leaflet-bar {
  padding-bottom: 40px;
  padding-top: 0;
  box-shadow: none;
}

@media (min-width: 36em) {
  .leaflet-bar {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.leaflet-bar a,
.leaflet-bar a:hover {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0;
  margin: 0 0 12px 0;
  color: #fff;
  background-color: #01689b;
  background-image: url("shared-ro/images/generic-icons.svg");
  border: 0;
  -webkit-font-smoothing: none;
  width: 32px;
  height: 32px;
  text-indent: -999px;
  overflow: hidden;
}

@media (min-width: 36em) {
  .leaflet-bar a,
  .leaflet-bar a:hover {
    margin: 0 0 7px 7px;
  }
}
.leaflet-left .leaflet-control {
  margin: 0;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar .leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-popup-content a.external {
  background: 0;
  padding-left: 0;
}

.leaflet-popup-content a.external h3, .leaflet-popup-content a.external .content-intro, .leaflet-popup-content a.external .content-header p, .content-header .leaflet-popup-content a.external p, .leaflet-popup-content a.external .sidebar .blk-closed .blk-title, .sidebar .blk-closed .leaflet-popup-content a.external .blk-title, .leaflet-popup-content a.external .sidebar .blk-compare .blk-title, .sidebar .blk-compare .leaflet-popup-content a.external .blk-title {
  background: url("../images/sprites/inline.png") no-repeat 0 -167px;
  padding-left: 14px;
}

@media print {
  .leaflet-container {
    orphans: 3;
    widows: 3;
    page-break-inside: avoid;
    page-break-before: always;
  }

  .leaflet-container img {
    max-width: none !important;
  }

  .leaflet-tile-container {
    page-break-inside: avoid;
    page-break-before: always;
  }
}
.weblog + h1 {
  padding-left: 0;
  margin: 0;
}

.weblog + h1 + .article-meta {
  padding-left: 0;
  margin-bottom: 1.25em;
  margin-top: 0;
}

@media (min-width: 992px) {
  .weblog + h1 + .article-meta {
    margin-bottom: 1.8em;
  }
}
.weblog + h1 + .subheading {
  margin: 0.2em 0;
}

.superheading.weblog {
  margin-bottom: 5px;
}

.superheading.weblog + h1 {
  color: #000;
  margin: 0;
}

.actions {
  clear: both;
  margin: 40px 0 0;
  padding-top: 20px;
}

.actions:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: both;
}

.actions .common li {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 50%;
}

.actions .common .previous {
  float: left;
  text-align: left;
}

.actions .common a {
  display: block;
  margin: 0 0 20px;
  font-size: 0.8em;
}

@media (min-width: 992px) {
  .actions .common a {
    font-size: 1em;
  }
}
.actions .common .next a {
  padding: 0 30px 0 0;
  margin-left: 1em;
}

@media (min-width: 992px) {
  .actions .common .next a {
    margin-top: 0;
  }
}
.actions .common a,
.actions .common a:hover span.meta,
.actions .common a:focus span.meta {
  text-decoration: none;
}

.actions .common a:hover span,
.actions .common a:focus span {
  text-decoration: underline;
  color: #154273;
}

.actions .common span.meta {
  position: relative;
  font-weight: bold;
  top: -1.75em;
  margin: 0 0 -1.75em;
  text-decoration: none;
  font-size: 1em;
}

@media print {
  .actions {
    display: none;
  }

  .weblog + h1 + .article-meta {
    padding-left: 0;
  }

  .common a.weblog {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .departments {
    margin-bottom: 20px;
  }
}
.overview .departments {
  padding-top: 20px;
}

@media (min-width: 992px) {
  .overview .departments {
    padding-top: 40px;
  }
}
.departments ul {
  margin-bottom: 0;
  margin-left: -20px;
}

.departments li {
  display: block;
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  background-image: none;
  list-style: none;
}

@media (min-width: 480px) {
  .departments li {
    margin-bottom: 30px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .departments li {
    margin-bottom: 30px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .departments li {
    margin-bottom: 30px;
    width: 50%;
  }
}
.departments li:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.departments li h2, .departments li .search-result-count, .departments li #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .departments li a, .departments li .blk-title {
  padding-right: 0;
  font-size: 1.125em;
  font-weight: normal;
  line-height: 1.2222;
  clear: none;
  font-weight: normal;
  cursor: pointer;
}

.departments li h2, .departments li .search-result-count, .departments li #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .departments li a, .departments li .blk-title,
.departments li .visual {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
  border-top: 0;
}

.departments a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1.25em;
}

@media (min-width: 992px) {
  .departments a {
    font-size: 1.3125em;
  }
}
.departments a img {
  margin-bottom: 10px;
}

.departments a:hover h2, .departments a:hover .search-result-count, .departments a:hover #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .departments a:hover a, .departments a:hover .blk-title,
.departments a:focus h2,
.departments a:focus .search-result-count,
.departments a:focus #tabs .ui-tabs-nav a,
#tabs .ui-tabs-nav .departments a:focus a,
.departments a:focus .blk-title {
  text-decoration: underline;
  color: #154273;
}

.departments li img {
  width: 100%;
}

@media (min-width: 992px) {
  #main .departments .column h2, #main .departments .column .search-result-count, #main .departments .column #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #main .departments .column a, #main .departments .column .blk-title {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 1.5em;
  }
}
@media print {
  .departments li {
    height: auto !important;
  }

  .departments li:before {
    content: "";
  }
}
.statistics dt {
  width: auto;
  float: none;
}

.statistics dd {
  float: none;
  margin-left: 0;
}

@media (min-width: 768px) {
  .statistics dt {
    width: 14em;
    float: left;
  }

  .statistics dd {
    float: left;
    margin-left: 0.9em;
  }
}
.header .search {
  clear: both;
}

.header .search h2, .header .search .search-result-count, .header .search #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .header .search a, .header .search .blk-title {
  position: absolute;
  top: -100000px;
}

.header .search p {
  min-height: 2em;
  position: relative;
  margin: 0 0 2em;
  padding: 0;
}

.header .search fieldset {
  padding: 0;
  background: transparent;
}

.header .search input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  display: block;
  margin: 0 0 1em;
  border: 1px solid #f3f3f3;
  border-bottom: 2px solid #01689b;
  padding: 3px 3px 3px 1%;
  background: #FFF;
  font-size: 1.3125em;
  line-height: 1;
  line-height: 1.19;
  height: 1.19em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.header .search button {
  display: block;
  margin: 0 10px 0 0;
  padding: 3px 15px;
  border-top: 1px solid #01689b;
  border-bottom: 2px solid #01689b;
  font-size: 1.3125em;
  line-height: 1;
  text-align: center;
  line-height: 1.19;
  height: 1.19em;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.header .search .formWrapper {
  background: 0;
  margin-bottom: 0;
  margin-right: 10px;
  overflow: inherit;
  padding-top: 0;
}

@media (min-width: 992px) {
  .header .search input {
    width: 16em;
    float: left;
    border-right: 0;
  }

  .header .search button {
    width: auto;
    margin-right: 20px;
  }

  .header .search a {
    padding-top: 2px;
  }

  .header .search .formWrapper {
    margin-right: 0;
    overflow: hidden;
  }
}
.reactions,
.mourning {
  clear: both;
  margin: 0;
}

.reactions p,
.mourning p {
  font-size: 1em;
}

.reactions ul,
.mourning ul {
  margin-bottom: 0;
  margin-left: -10px;
  padding-left: 10px;
  background: #f3f3f3;
  display: block;
}

@media (min-width: 768px) {
  .reactions ul,
  .mourning ul {
    margin-left: -20px;
    padding-left: 20px;
  }
}
.reactions ul > li,
.mourning ul > li {
  background: 0;
  padding: 1.5em 10px 1.5em 0;
  margin: 0;
  border-bottom: 2px solid #FFF;
}

.reactions ul > li:last-child,
.mourning ul > li:last-child {
  border-bottom: 0;
}

@media print {
  .reactions ul {
    padding-left: 0;
  }
}
.timeline {
  background-color: #f3f3f3;
  padding: 15px 0 15px 60px;
  margin: 0 -15px 40px -15px;
  width: auto;
}

@media (min-width: 768px) {
  .timeline {
    margin: 0 0 40px 0;
    padding: 15px 0 15px 70px;
    width: 100%;
  }
}
.timeline h2, .timeline .search-result-count, .timeline #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .timeline a, .timeline .blk-title {
  font-size: 28px;
  color: #01689b;
  margin-left: -40px;
}

.timeline h2 span, .timeline .search-result-count span, .timeline #tabs .ui-tabs-nav a span, #tabs .ui-tabs-nav .timeline a span, .timeline .blk-title span {
  display: block;
  line-height: 1.2em;
}

.timeline .timelineToggle {
  border-left: solid 0 #01689b;
}

.timeline .timelineToggle:first-child {
  padding-bottom: 50px;
}

.timeline .timelineToggle a {
  margin-left: -40px;
  position: relative;
  background-color: #f3f3f3;
  padding: 10px 0 15px 0;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.4em;
  text-decoration: underline;
}

.timeline .timelineToggle a:link {
  color: #01689b;
}

.timeline .timelineToggle:first-child {
  padding-bottom: 0;
}

.timeline .timelineToggle:first-child:after {
  content: " ";
  display: block;
  width: 100%;
  padding-bottom: 20px;
}

.timeline .timelineMajor {
  background-color: transparent;
  border-left: solid 2px #01689b;
  margin-left: -30px;
}

.timeline .timelineMajor:before,
.timeline .timelineMajor:after {
  content: " ";
  display: table;
}

.timeline .timelineMajor:after {
  clear: both;
}

.timeline .timelineMajor .majorEvent:focus {
  outline: 2px solid #82befb;
  outline-offset: 2px;
}

.timeline .timelineMajor .timelineMajorMarker {
  margin: 0 0 2px 0;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 1.5em;
  background-color: transparent;
}

.timeline .timelineMajor .timelineMajorMarker a {
  display: block;
  position: relative;
  color: #01689b;
  text-decoration: none;
  font-weight: bold;
  padding: 23px 35px 15px 35px;
  margin: 0;
}

.js .timeline .timelineMajor .timelineMajorMarker a:hover {
  text-decoration: none;
  cursor: pointer;
}

.js .timeline .timelineMajor .timelineMajorMarker a:before {
  background-color: #fff;
  content: "";
  font-family: 'icomoon';
  color: #01689b;
  font-size: 31px;
  text-align: center;
  line-height: 1em;
  height: 40px;
  position: absolute;
  width: 40px;
  top: 15px;
  left: -22px;
  margin-right: 40px;
  border-radius: 100%;
  border: solid 4px #01689b;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 1200px) {
  .js .timeline .timelineMajor .timelineMajorMarker a:before {
    top: 18px;
  }
}
.js .timeline .timelineMajor .timelineMajorMarker a span {
  text-decoration: none;
}

.js .timeline .timelineMajor .timelineMajorMarker a span:hover {
  text-decoration: underline;
}

.js .timeline .timelineMajor.open .timelineMajorMarker a:before {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.timeline .timelineMajor .timelineMajorIntro {
  font-size: 1.2em;
  display: block;
  line-height: 1.4em;
  margin-top: 0;
  border-top: solid 2px #f3f3f3;
}

.js .timeline .timelineMajor .timelineMajorIntro {
  height: 0;
  padding: 0;
  visibility: hidden;
  overflow: hidden;
}

.timeline .timelineMajor .timelineMinor {
  display: block;
  margin-left: -30px;
}

.js .timeline .timelineMajor .timelineMinor {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.timeline .timelineMajor .timelineMinor .timelineEventHead {
  position: relative;
  padding: 15px 15px 0 15px;
}

.timeline .timelineMajor .timelineMinor .timelineEventHead:before {
  border-top: solid 3px #fff;
  width: 100%;
  margin-left: 50px;
  content: " ";
  display: block;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .timeline .timelineMajor .timelineMinor .timelineEventHead:before {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .timeline .timelineMajor .timelineMinor .timelineEventHead:before {
    width: 103%;
    margin-left: 11px;
  }
}
.timeline .timelineMajor .timelineMinor .timelineEventHead:before,
.timeline .timelineMajor .timelineMinor .timelineEventHead:after {
  content: " ";
  display: table;
}

.timeline .timelineMajor .timelineMinor .timelineEventHead:after {
  clear: both;
}

@media (min-width: 768px) {
  .timeline .timelineMajor .timelineMinor .timelineEventHead {
    padding-left: 35px;
  }
}
@media (min-width: 992px) {
  .timeline .timelineMajor .timelineMinor .timelineEventHead {
    padding-left: 55px;
  }
}
.js .timeline .timelineMajor .timelineMinor .timelineEventHead {
  background-color: transparent;
}

.timeline .timelineMajor .timelineMinor .timelineEventHead a {
  position: relative;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  margin-left: 0;
  padding-left: 50px;
  background-color: transparent;
}

.timeline .timelineMajor .timelineMinor .timelineEventHead a:before {
  background-color: #01689b;
  content: "";
  font-family: 'icomoon';
  color: #fff;
  font-size: 16px;
  text-align: center;
  height: 26px;
  position: absolute;
  width: 26px;
  top: 3px;
  left: 0;
  z-index: 1;
  border-radius: 100%;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .timeline .timelineMajor .timelineMinor .timelineEventHead a {
    margin-left: -20px;
  }
}
@media (min-width: 992px) {
  .timeline .timelineMajor .timelineMinor .timelineEventHead a {
    margin-left: -40px;
  }
}
.timeline .timelineMajor .timelineMinor .timelineEventHead a:hover {
  cursor: pointer;
}

.timeline .timelineMajor .timelineMinor .timelineEventHead a h3, .timeline .timelineMajor .timelineMinor .timelineEventHead a .content-intro, .timeline .timelineMajor .timelineMinor .timelineEventHead a .content-header p, .content-header .timeline .timelineMajor .timelineMinor .timelineEventHead a p, .timeline .timelineMajor .timelineMinor .timelineEventHead a .sidebar .blk-closed .blk-title, .sidebar .blk-closed .timeline .timelineMajor .timelineMinor .timelineEventHead a .blk-title, .timeline .timelineMajor .timelineMinor .timelineEventHead a .sidebar .blk-compare .blk-title, .sidebar .blk-compare .timeline .timelineMajor .timelineMinor .timelineEventHead a .blk-title {
  margin-left: 0;
  color: #01689b;
}

.timeline .timelineMajor .timelineMinor .timelineEventHead a h3:hover, .timeline .timelineMajor .timelineMinor .timelineEventHead a .content-intro:hover, .timeline .timelineMajor .timelineMinor .timelineEventHead a .content-header p:hover, .content-header .timeline .timelineMajor .timelineMinor .timelineEventHead a p:hover, .timeline .timelineMajor .timelineMinor .timelineEventHead a .sidebar .blk-closed .blk-title:hover, .sidebar .blk-closed .timeline .timelineMajor .timelineMinor .timelineEventHead a .blk-title:hover, .timeline .timelineMajor .timelineMinor .timelineEventHead a .sidebar .blk-compare .blk-title:hover, .sidebar .blk-compare .timeline .timelineMajor .timelineMinor .timelineEventHead a .blk-title:hover {
  cursor: pointer;
  text-decoration: underline;
}

.timeline .timelineMajor .timelineMinor .timelineEventHead h3, .timeline .timelineMajor .timelineMinor .timelineEventHead .content-intro, .timeline .timelineMajor .timelineMinor .timelineEventHead .content-header p, .content-header .timeline .timelineMajor .timelineMinor .timelineEventHead p, .timeline .timelineMajor .timelineMinor .timelineEventHead .sidebar .blk-closed .blk-title, .sidebar .blk-closed .timeline .timelineMajor .timelineMinor .timelineEventHead .blk-title, .timeline .timelineMajor .timelineMinor .timelineEventHead .sidebar .blk-compare .blk-title, .sidebar .blk-compare .timeline .timelineMajor .timelineMinor .timelineEventHead .blk-title {
  color: #000;
  font-size: 1.66666em;
  width: 74%;
  margin-left: 50px;
  font-weight: bold;
  float: left;
}

@media (min-width: 768px) {
  .timeline .timelineMajor .timelineMinor .timelineEventHead h3, .timeline .timelineMajor .timelineMinor .timelineEventHead .content-intro, .timeline .timelineMajor .timelineMinor .timelineEventHead .content-header p, .content-header .timeline .timelineMajor .timelineMinor .timelineEventHead p, .timeline .timelineMajor .timelineMinor .timelineEventHead .sidebar .blk-closed .blk-title, .sidebar .blk-closed .timeline .timelineMajor .timelineMinor .timelineEventHead .blk-title, .timeline .timelineMajor .timelineMinor .timelineEventHead .sidebar .blk-compare .blk-title, .sidebar .blk-compare .timeline .timelineMajor .timelineMinor .timelineEventHead .blk-title {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .timeline .timelineMajor .timelineMinor .timelineEventHead h3, .timeline .timelineMajor .timelineMinor .timelineEventHead .content-intro, .timeline .timelineMajor .timelineMinor .timelineEventHead .content-header p, .content-header .timeline .timelineMajor .timelineMinor .timelineEventHead p, .timeline .timelineMajor .timelineMinor .timelineEventHead .sidebar .blk-closed .blk-title, .sidebar .blk-closed .timeline .timelineMajor .timelineMinor .timelineEventHead .blk-title, .timeline .timelineMajor .timelineMinor .timelineEventHead .sidebar .blk-compare .blk-title, .sidebar .blk-compare .timeline .timelineMajor .timelineMinor .timelineEventHead .blk-title {
    margin-left: 10px;
  }
}
.timeline .timelineMajor .timelineMinor .timelineEventHead h3 span:first-child, .timeline .timelineMajor .timelineMinor .timelineEventHead .content-intro span:first-child, .timeline .timelineMajor .timelineMinor .timelineEventHead .content-header p span:first-child, .content-header .timeline .timelineMajor .timelineMinor .timelineEventHead p span:first-child, .timeline .timelineMajor .timelineMinor .timelineEventHead .sidebar .blk-closed .blk-title span:first-child, .sidebar .blk-closed .timeline .timelineMajor .timelineMinor .timelineEventHead .blk-title span:first-child, .timeline .timelineMajor .timelineMinor .timelineEventHead .sidebar .blk-compare .blk-title span:first-child, .sidebar .blk-compare .timeline .timelineMajor .timelineMinor .timelineEventHead .blk-title span:first-child {
  font-size: 24px;
  display: block;
  font-weight: bold;
}

.timeline .timelineMajor .timelineMinor .timelineEventHead h3 span, .timeline .timelineMajor .timelineMinor .timelineEventHead .content-intro span, .timeline .timelineMajor .timelineMinor .timelineEventHead .content-header p span, .content-header .timeline .timelineMajor .timelineMinor .timelineEventHead p span, .timeline .timelineMajor .timelineMinor .timelineEventHead .sidebar .blk-closed .blk-title span, .sidebar .blk-closed .timeline .timelineMajor .timelineMinor .timelineEventHead .blk-title span, .timeline .timelineMajor .timelineMinor .timelineEventHead .sidebar .blk-compare .blk-title span, .sidebar .blk-compare .timeline .timelineMajor .timelineMinor .timelineEventHead .blk-title span {
  font-size: .75em;
  line-height: 1.3em;
  font-weight: normal;
  display: block;
}

.timeline .timelineMajor .timelineMinor .timelineEventHead .thumb {
  display: none;
  max-width: 17.5%;
  float: right;
  margin-right: 40px;
}

@media (min-width: 768px) {
  .timeline .timelineMajor .timelineMinor .timelineEventHead .thumb {
    display: block;
  }
}
.timeline .timelineMajor .timelineMinor .timelineEvent {
  margin: 0 2px 0 2px;
  padding: 0 15px 0 65px;
  overflow: hidden;
  width: auto;
  display: block;
}

@media (min-width: 768px) {
  .timeline .timelineMajor .timelineMinor .timelineEvent {
    padding: 0 4px 0 65px;
  }
}
@media (min-width: 992px) {
  .timeline .timelineMajor .timelineMinor .timelineEvent {
    padding: 0 15px 0 65px;
  }
}
.timeline .timelineMajor .timelineMinor .timelineEvent:before,
.timeline .timelineMajor .timelineMinor .timelineEvent:after {
  content: " ";
  display: table;
}

.timeline .timelineMajor .timelineMinor .timelineEvent:after {
  clear: both;
}

.timeline .timelineMajor .timelineMinor .timelineEvent:focus {
  outline: 2px solid #82befb;
  outline-offset: -2px;
}

.js .timeline .timelineMajor .timelineMinor .timelineEvent {
  visibility: hidden;
  height: 0;
}

.timeline .timelineMajor .timelineMinor .timelineEvent .media {
  display: none;
  float: right;
  margin: 10px 0 10px 20px;
}

@media (min-width: 768px) {
  .timeline .timelineMajor .timelineMinor .timelineEvent .media {
    display: block;
  }
}
.timeline .timelineMajor .timelineMinor .timelineEvent .media img {
  margin: 0;
  width: 100%;
  max-width: 230px;
}

.timeline .timelineMajor .timelineMinor .timelineEvent .scrollcontainer {
  clear: both;
}

.timeline .timelineMajor .timelineMinor .timelineEvent .block-audio-video .collapsiblePanels {
  border-bottom: 1px solid #fff;
}

.timeline .timelineMajor .timelineMinor.open .timelineEventHead {
  background-color: transparent;
}

.timeline .timelineMajor .timelineMinor.open .timelineEventHead a:after {
  transform: rotate(90deg);
}

.timeline .timelineMajor .timelineMinor.open .timelineEvent {
  height: auto;
  visibility: visible;
}

.timeline .timelineMajor .timelineMinor.open .thumb {
  display: none;
}

.timeline .timelineMajor.open .timelineMajorMarker {
  background-color: transparent;
  border-bottom: solid 0 #f3f3f3;
}

.timeline .timelineMajor.open .timelineMinor {
  height: auto;
  visibility: visible;
}

.timeline .timelineMajor.open .timelineMajorIntro {
  height: auto;
  visibility: visible;
  padding: 0 55px 20px 35px;
}

@media (min-width: 992px) {
  .timeline .timelineMajor.open .timelineMajorIntro {
    margin-top: -10px;
  }
}
.timeline .timelineMajor.open .timelineMinor.open .timelineEventHead a:before {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#source-list {
  margin-left: 0;
}

#source-list .list h2, #source-list .list .search-result-count, #source-list .list #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #source-list .list a, #source-list .list .blk-title {
  padding-right: 3em;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAMAAAALbFwWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAAZQTFRFAAAA////pdmf3QAAAAJ0Uk5T/wDltzBKAAAAKklEQVR42mJg ZGCEAgZGBiCAskEsKA/MhFBQAqoALM0AVw7jMEINAQgwAAllADXUNN/xAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 98% .5em;
  cursor: pointer;
  color: #000;
  margin: 0;
  font-size: 1.625em;
  line-height: 1.1538em;
}

@media (min-width: 992px) {
  #source-list .list h2, #source-list .list .search-result-count, #source-list .list #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #source-list .list a, #source-list .list .blk-title {
    color: #4d95b9;
    height: auto;
    padding-left: 0;
    font-size: 3.5em;
    line-height: 1.5;
    border-top: 0;
    clear: left;
    background-image: none;
    cursor: default;
  }
}
#source-list .list h2.active, #source-list .list .active.search-result-count, #source-list .list #tabs .ui-tabs-nav a.active, #tabs .ui-tabs-nav #source-list .list a.active, #source-list .list .active.blk-title {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAMAAAALbFwWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAAZQTFRFAAAA////pdmf3QAAAAJ0Uk5T/wDltzBKAAAAKklEQVR42mJg BAEGBggFYUN4DFA2mMcAZsMIRpgSBga4cqhGKBukCCDAAAnNADW+Td05AAAAAElFTkSuQmCC");
}

@media (min-width: 992px) {
  #source-list .list h2.active, #source-list .list .active.search-result-count, #source-list .list #tabs .ui-tabs-nav a.active, #tabs .ui-tabs-nav #source-list .list a.active, #source-list .list .active.blk-title {
    background-image: none;
    padding-right: 0;
  }
}
#source-list ul {
  width: 100%;
  float: none;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #source-list ul {
    float: left;
    margin-bottom: 20px;
  }
}
#source-list ul li {
  background: 0;
  padding-left: 0;
  margin-right: 3%;
  margin: 0;
  background-image: none;
  border-bottom: 2px solid #FFF;
}

@media (min-width: 992px) {
  #source-list ul li {
    float: left;
    width: 30.3%;
  }
}
#source-list ul li a {
  text-decoration: none;
  display: block;
  float: none;
  margin: 0;
  padding: .4em 10px;
  background: #f3f3f3;
}

@media (min-width: 992px) {
  #source-list ul li a {
    display: inline-block;
    padding: 0 0 0 18px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAMAAAACh/xsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAAZQTFRFFUJz0NDAOhAcIwAAAAJ0Uk5T/wDltzBKAAAAHUlEQVR42mJg BAIGKAaTEAaQYoADuAiKGhABEGAABXMAK0OFNgoAAAAASUVORK5CYII=") no-repeat 0 0.65em;
    font-size: 1em;
    line-height: inherit;
  }
}
#source-list ul li a:hover {
  text-decoration: underline;
  color: #154273;
}

#source-list .list {
  clear: both;
  padding: 10px;
  border-bottom: 2px solid #f3f5f6;
}

@media (min-width: 992px) {
  #source-list .list {
    padding: 10px 0;
    border: 0;
  }
}
#source-list .list .sublist {
  border-bottom: 0;
}

@media (min-width: 992px) {
  #source-list .list .sublist {
    border-bottom: 2px solid #f3f5f6;
    padding-bottom: 20px;
  }
}
#source-list .list .sublist.hide {
  height: 0;
  padding-bottom: 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  #source-list .list .sublist.hide {
    height: auto;
    overflow: visible;
    padding-bottom: 20px;
  }
}
.overviewform {
  display: none;
  width: 100%;
  margin-left: -20px;
}

.overviewform fieldset {
  padding-left: 20px;
}

.overviewform fieldset div {
  margin-bottom: 1.2em;
}

.overviewform fieldset .field {
  margin: 0;
}

@media (min-width: 992px) {
  .overviewform {
    width: 66%;
  }
}
@media (min-width: 992px) {
  .js .overviewform {
    display: block;
  }
}
a.source {
  display: inline-block;
  padding: 0 0 0 18px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAMAAAACh/xsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAAZQTFRFFUJz0NDAOhAcIwAAAAJ0Uk5T/wDltzBKAAAAHUlEQVR42mJg BAIGKAaTEAaQYoADuAiKGhABEGAABXMAK0OFNgoAAAAASUVORK5CYII=") no-repeat 0 0.65em;
  font-size: 1em;
  line-height: inherit;
}

.contactdetail {
  margin-bottom: 20px;
}

.contactdetail dl {
  margin: 0 0 0.8125em 0;
}

.contactdetail dl dt {
  float: left;
  text-align: left;
  font-weight: normal;
  clear: left;
  width: 100%;
}

@media (min-width: 480px) {
  .contactdetail dl dt {
    width: 8em;
    margin-right: -10em;
  }
}
.contactdetail dl dt:after {
  content: ": ";
}

.contactdetail dl dd {
  clear: left;
  float: none;
  display: block;
  margin: 0;
  box-sizing: border-box;
}

@media (min-width: 480px) {
  .contactdetail dl dd {
    clear: none;
    padding-left: 8em;
  }
}
.contactdetail dl:after {
  content: " ";
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: left;
}

.contactdetail ul {
  display: block;
}

.contactdetail li {
  background: 0;
  padding-left: 0;
  margin: 0;
}

.contactdetail pre {
  font-family: "RO Sans", Calibri, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.625;
  margin-top: 0;
  white-space: normal;
  overflow: auto;
  background-color: transparent;
  border: 0;
  padding: 0;
}

@media print {
  .contactdetail li:before {
    content: "";
  }
}
.contactpersons ul {
  margin-bottom: 15px;
}

.contactpersons ul li:first-child {
  font-weight: bold;
}

.twitterfeed h2 a, .twitterfeed .search-result-count a, .twitterfeed #tabs .ui-tabs-nav a a, #tabs .ui-tabs-nav .twitterfeed a a, .twitterfeed .blk-title a {
  display: inline;
}

.twitterfeed ul {
  display: block;
  margin: 0 0 30px 0;
}

.twitterfeed ul li {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}

.twitterfeed ul li p {
  line-height: 1.25em;
}

.twitterfeed ul li a {
  display: inline;
}

.twitterfeed ul li .tweetaccount {
  position: relative;
  margin: 0 0 10px 0;
  min-height: 36px;
}

.twitterfeed ul li .tweetaccount .tweetavatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
}

.twitterfeed ul li .tweetaccount .tweetdisplayname {
  display: inline-block;
  font-weight: bold;
  font-size: 1em;
  line-height: 1em;
  margin: 0 0 1.1em 44px;
  vertical-align: top;
}

.twitterfeed ul li .tweetaccount .tweetname {
  position: absolute;
  font-size: .8125em;
  line-height: 1em;
  left: 44px;
  bottom: 3px;
  color: #767676;
}

.twitterfeed ul li .retweetnotice {
  color: #767676;
  font-size: .75em;
  padding: 0 0 0 20px;
  background: url("shared-ro/images/sprite-twitter-feed.png") 0 -35px no-repeat;
}

.twitterfeed ul li .tweetage {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #767676;
  font-size: .8125em;
  line-height: 1em;
}

.twitterfeed ul li .tweetactions {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 16px;
}

@media (min-width: 992px) {
  .twitterfeed ul li .tweetactions {
    bottom: 2px;
  }
}
.twitterfeed ul li .tweetactions a {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0 0 0 3px;
  background: url("shared-ro/images/sprite-twitter-feed.png") 0 0 no-repeat;
}

.twitterfeed ul li .tweetactions a.reply {
  background-position: 0 2px;
}

.twitterfeed ul li .tweetactions a.reply:hover {
  background-position: 0 -18px;
}

.twitterfeed ul li .tweetactions a.retweet {
  background-position: 0 -36px;
}

.twitterfeed ul li .tweetactions a.retweet:hover {
  background-position: 0 -56px;
}

.twitterfeed ul li .tweetactions a.favorite {
  background-position: 0 -80px;
}

.twitterfeed ul li .tweetactions a.favorite:hover {
  background-position: 0 -100px;
}

.twitterfeed a.tweetfollowbtn {
  position: relative;
  display: inline-block;
  line-height: 1em;
  padding: 6px 8px 6px 20px;
  border: 1px solid #ccc;
  font-size: 11px;
  color: #333;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-weight: bold;
  background-color: #f8f8f8;
  background: url("shared-ro/images/sprite-twitter-feed.png") 4px -113px no-repeat, -webkit-gradient(linear, left top, left bottom, left, right);
  background: url("shared-ro/images/sprite-twitter-feed.png") 4px -113px no-repeat, -moz-linear-gradient(top, #fff, #dedede);
  background: url("shared-ro/images/sprite-twitter-feed.png") 4px -113px no-repeat, -o-linear-gradient(top, #fff, #dedede);
  background: url("shared-ro/images/sprite-twitter-feed.png") 4px -113px no-repeat, -ms-linear-gradient(top, #fff, #dedede);
  border: #CCC solid 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
}

.twitterfeed a.tweetfollowbtn:hover {
  text-decoration: none;
  border-color: #BBB;
  background-color: #f8f8f8;
  background: url("shared-ro/images/sprite-twitter-feed.png") 4px -113px no-repeat, -webkit-gradient(linear, left top, left bottom, left, right);
  background: url("shared-ro/images/sprite-twitter-feed.png") 4px -113px no-repeat, -moz-linear-gradient(top, #f8f8f8, #d9d9d9);
  background: url("shared-ro/images/sprite-twitter-feed.png") 4px -113px no-repeat, -o-linear-gradient(top, #f8f8f8, #d9d9d9);
  background: url("shared-ro/images/sprite-twitter-feed.png") 4px -113px no-repeat, -ms-linear-gradient(top, #f8f8f8, #d9d9d9);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.twitter-tweet {
  display: block;
  position: relative;
  padding: 15px 0 15px 15px;
  border-left: 3px solid #01689b;
  font-family: "RO Serif", Serif;
  margin-bottom: 15px;
}

.twitter-tweet .tweet-author {
  position: relative;
  max-width: 800px;
  height: 35px;
}

.twitter-tweet .tweet-author p {
  margin: 0;
  font-size: 0.8em;
}

@media (min-width: 480px) {
  .twitter-tweet .tweet-author p {
    font-size: 1em;
  }
}
@media (min-width: 480px) {
  .twitter-tweet .tweet-author {
    height: 45px;
  }
}
@media (min-width: 768px) {
  .twitter-tweet .tweet-author {
    height: 65px;
  }
}
.twitter-tweet .tweet-author .tweet-author-avatar {
  float: left;
  height: 35px;
  width: 35px;
  background: #01689b;
  margin-right: 15px;
}

.twitter-tweet .tweet-author .tweet-author-avatar img {
  height: 35px;
  width: 35px;
}

@media (min-width: 480px) {
  .twitter-tweet .tweet-author .tweet-author-avatar {
    height: 45px;
    width: 45px;
  }

  .twitter-tweet .tweet-author .tweet-author-avatar img {
    height: 45px;
    width: 45px;
  }
}
@media (min-width: 768px) {
  .twitter-tweet .tweet-author .tweet-author-avatar {
    height: 65px;
    width: 65px;
  }

  .twitter-tweet .tweet-author .tweet-author-avatar img {
    height: 65px;
    width: 65px;
  }
}
.twitter-tweet .tweet-author .tweet-author-name {
  float: left;
  position: relative;
  height: 35px;
}

@media (min-width: 480px) {
  .twitter-tweet .tweet-author .tweet-author-name {
    height: 45px;
  }
}
@media (min-width: 768px) {
  .twitter-tweet .tweet-author .tweet-author-name {
    height: 65px;
  }
}
.twitter-tweet .tweet-author .tweet-author-name .tweet-author-username h3, .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username .content-intro, .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username .content-header p, .content-header .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username p, .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username .sidebar .blk-closed .blk-title, .sidebar .blk-closed .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username .blk-title, .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username .sidebar .blk-compare .blk-title, .sidebar .blk-compare .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username .blk-title {
  font-size: 1.1em;
}

@media (min-width: 480px) {
  .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username h3, .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username .content-intro, .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username .content-header p, .content-header .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username p, .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username .sidebar .blk-closed .blk-title, .sidebar .blk-closed .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username .blk-title, .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username .sidebar .blk-compare .blk-title, .sidebar .blk-compare .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username .blk-title {
    font-size: 1.3em;
  }
}
@media (min-width: 768px) {
  .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username h3, .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username .content-intro, .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username .content-header p, .content-header .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username p, .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username .sidebar .blk-closed .blk-title, .sidebar .blk-closed .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username .blk-title, .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username .sidebar .blk-compare .blk-title, .sidebar .blk-compare .twitter-tweet .tweet-author .tweet-author-name .tweet-author-username .blk-title {
    font-size: 1.4em;
    margin-top: 10px;
  }
}
.twitter-tweet .tweet-author .tweet-author-name .tweet-author-screenname {
  position: absolute;
  bottom: 0;
}

.twitter-tweet .tweet-author .tweet-author-name .tweet-author-screenname a:visited {
  color: #01689b;
}

.twitter-tweet .tweet-author .twitter-logo {
  position: absolute;
  right: 0;
  width: 25px;
  height: 25px;
}

@media (min-width: 480px) {
  .twitter-tweet .tweet-author .twitter-logo {
    width: 35px;
    height: 35px;
  }
}
.twitter-tweet .tweet-meta {
  position: relative;
  float: left;
  width: 100%;
  max-width: 800px;
}

.twitter-tweet .tweet-meta .tweet-text {
  clear: both;
  width: 100%;
  padding-top: 15px;
}

.twitter-tweet .tweet-meta .tweet-image {
  position: relative;
  display: block;
  width: 100%;
  max-width: 800px;
  float: left;
  padding-bottom: 15px;
}

.twitter-tweet .tweet-meta .tweet-image .image:only-child {
  position: relative;
  width: 100%;
}

.twitter-tweet .tweet-meta .tweet-image:first-child {
  position: relative;
  width: 100%;
}

.twitter-tweet .tweet-meta .tweet-image .image:first-child:nth-last-child(2) ~ .image,
.twitter-tweet .tweet-meta .tweet-image .image:first-child:nth-last-child(2) {
  position: relative;
  float: left;
  width: 50%;
  padding-bottom: 50%;
  overflow: hidden;
  border-right: 1px solid #fff;
  background-color: #cbd2e3;
}

.twitter-tweet .tweet-meta .tweet-image .image:first-child:nth-last-child(2) ~ .image a,
.twitter-tweet .tweet-meta .tweet-image .image:first-child:nth-last-child(2) ~ .image img,
.twitter-tweet .tweet-meta .tweet-image .image:first-child:nth-last-child(2) a,
.twitter-tweet .tweet-meta .tweet-image .image:first-child:nth-last-child(2) img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 800px;
}

.twitter-tweet .tweet-meta .tweet-image .image:first-child:nth-last-child(2n+1) ~ .image {
  position: relative;
  float: left;
  width: 50%;
  padding-bottom: 50%;
  overflow: hidden;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: #cbd2e3;
}

.twitter-tweet .tweet-meta .tweet-image .image:first-child:nth-last-child(2n+1) ~ .image a,
.twitter-tweet .tweet-meta .tweet-image .image:first-child:nth-last-child(2n+1) ~ .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 800px;
}

.twitter-tweet .tweet-meta .tweet-image .image:first-child:nth-last-child(4) ~ .image,
.twitter-tweet .tweet-meta .tweet-image .image:first-child:nth-last-child(4) {
  position: relative;
  float: left;
  width: 50%;
  padding-bottom: 50%;
  overflow: hidden;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #cbd2e3;
}

.twitter-tweet .tweet-meta .tweet-image .image:first-child:nth-last-child(4) ~ .image a,
.twitter-tweet .tweet-meta .tweet-image .image:first-child:nth-last-child(4) ~ .image img,
.twitter-tweet .tweet-meta .tweet-image .image:first-child:nth-last-child(4) a,
.twitter-tweet .tweet-meta .tweet-image .image:first-child:nth-last-child(4) img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 800px;
}

.twitter-tweet .tweet-meta .tweet-image .twitter-video-rendered {
  margin: 0 !important;
  min-width: 0 !important;
}

.twitter-tweet .tweet-action {
  clear: both;
  max-width: 800px;
}

.twitter-tweet .tweet-action ul.tweet-action-buttons {
  clear: both;
  list-style-type: none;
  margin: 0;
}

.twitter-tweet .tweet-action ul.tweet-action-buttons li {
  margin: 0;
  padding: 0;
  background: 0;
  float: left;
  padding-right: 15px;
  color: #666;
}

.twitter-tweet .tweet-action ul.tweet-action-buttons li a {
  color: #666;
  text-decoration: none;
  background: url("../presentation/shared-ro/images/twitter-single-tweet-sprite.png") 0 0 no-repeat;
  display: block;
}

.twitter-tweet .tweet-action ul.tweet-action-buttons li a.reply {
  display: block;
  background-position: -30px -25px;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  overflow: hidden;
}

.twitter-tweet .tweet-action ul.tweet-action-buttons li a.reply:hover,
.twitter-tweet .tweet-action ul.tweet-action-buttons li a.reply:active {
  background-position: 0 5px;
}

.twitter-tweet .tweet-action ul.tweet-action-buttons li a.retweet {
  background-position: -88px -83px;
  padding-left: 30px;
  display: block;
}

.twitter-tweet .tweet-action ul.tweet-action-buttons li a.retweet:hover {
  background-position: -58px -53px;
  color: #19cf86;
}

.twitter-tweet .tweet-action ul.tweet-action-buttons li a.heart {
  background-position: -150px -143px;
  padding-left: 24px;
  display: block;
}

.twitter-tweet .tweet-action ul.tweet-action-buttons li a.heart:hover {
  background-position: -120px -113px;
  color: #e81c4f;
}

.twitter-tweet .tweet-action .tweet-date p {
  color: #666;
}

.twitter-tweet .tweet-action .tweet-location p {
  color: #666;
  padding-left: 20px;
  background-image: url("../presentation/shared-ro/images/twitter-geo-icon.png");
  background-repeat: no-repeat;
  background-position: 0 4px;
  line-height: inherit;
}

@media (min-width: 768px) {
  .twitter-tweet .tweet-action .tweet-location p {
    background-position: 0 6px;
  }
}
.twitter-tweet .tweet-action .follow-btn {
  float: left;
  border-radius: 4px;
  background-image: url("../presentation/shared-ro/images/twitter-single-tweet-sprite.png");
  background-position: -172px -167px;
  background-repeat: no-repeat;
  text-decoration: none;
  margin: 1em 20px 0 0;
  padding: .3em 10px .4em 35px;
  padding-bottom: .4em;
  border: 0;
  background-color: #01689b;
  color: #fff;
  font-size: 1em;
  cursor: pointer;
}

@media (min-width: 768px) {
  .twitter-tweet .tweet-action .follow-btn {
    background-position: -172px -166px;
    padding: 0.3em 10px 0.4em 35px;
  }
}
@media (min-width: 480px) {
  .twitter-tweet {
    max-width: 500px;
    width: 75%;
    margin-left: 45px;
    margin-bottom: 45px;
    margin-top: 45px;
  }
}
.hchart ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.hchart a {
  color: #01689b;
  text-decoration: none;
}

.hchart a:hover,
.hchart a:active {
  text-decoration: underline;
}

.hchart .label {
  z-index: 1 !important;
}

.hchart .highcharts-tooltip span {
  z-index: 9999 !important;
}

.hchart .tooltip {
  padding: 5px;
}

.hchart .innerTooltip {
  z-index: 9999 !important;
  background-color: #fff;
  padding: 8px 8px 8px 8px;
  margin: -1px 0 2px 1px;
}

.hchart .descriptionText,
.hchart .description {
  background: transparent;
}

.hchart .descriptionText a,
.hchart .description a {
  display: inline-block;
}

.hchart .descriptionText p,
.hchart .description p {
  padding: 0 0 20px 10px;
}

.hchart .source {
  display: block;
  text-align: left;
  font-size: .8125em;
  color: #535353;
  margin: 0 0 10px 0;
}

.hchart text tspan {
  cursor: default;
}

.hchart .graph {
  margin-bottom: 20px;
  height: auto;
  width: 100%;
}

.hchart .graphImg {
  margin: 8px 0 20px 0;
  width: 100%;
}

.hchart .graphImg h1 {
  text-align: center;
  font-size: 1.125em;
  line-height: 1.3em;
  display: block;
  margin: 0;
}

.hchart .graphImg h1 span {
  display: block;
  font-size: .7777em;
  color: #535353;
}

.hchart .graphImg .source {
  display: block;
  text-align: right;
  font-size: .8125em;
  color: #535353;
}

.hchart .dataSet {
  display: block;
  overflow: auto;
}

.hchart .dataSet table {
  margin-left: 0;
  width: 100%;
}

.hchart .dataSet table caption {
  padding: 0;
  margin: 0 0 0.6em 0;
}

.hchart .dataSet table caption .title {
  color: #000;
  display: block;
  font-size: 1.125em;
  line-height: 1.3em;
  font-weight: bold;
  margin: 0 0 0.2em 0;
}

.hchart .dataSet table caption .subtitle {
  display: block;
  font-size: .875em;
  color: #535353;
}

.hchart .dataSet table td {
  text-align: right;
  width: auto;
}

.hchart .dataSet table th {
  width: auto;
  text-align: right;
}

.hchart .dataSet table th:first-child {
  text-align: left;
}

.js .hchart .metadata,
.js .hchart .downloadDataset {
  display: none;
}

.js .hchart .dataSet {
  display: none;
}

.js .hchart .dataSet.current {
  display: block;
}

.js .hchart .downloads li {
  display: none;
}

.js .hchart .downloads li.current,
.js .hchart .downloads li.panelDownloadLink {
  display: block;
}

.js .hchart .metaPanel {
  display: none;
}

.js .hchart[data-type="table"] .collapsiblePanels .panel .panelContent {
  display: block !important;
}

.js .hchart[data-type="table"] .collapsiblePanels .panel .panelContent .dataSet {
  display: block;
}

@media print {
  .block.hmap .toggleOptions li:before {
    content: "";
  }
}
.hmap ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.hmap a {
  color: #01689b;
  text-decoration: none;
}

.hmap a:hover,
.hmap a:active {
  text-decoration: underline;
}

.hmap .descriptionText,
.hmap .description {
  background: transparent;
}

.hmap .descriptionText a,
.hmap .description a {
  display: inline-block;
}

.hmap .descriptionText p,
.hmap .description p {
  padding: 0 0 20px 10px;
}

.hmap .label {
  z-index: 1 !important;
}

.hmap .highcharts-tooltip span {
  z-index: 9999 !important;
}

.hmap .tooltip {
  padding: 5px;
}

.hmap .innerTooltip {
  z-index: 9999 !important;
  background-color: #fff;
  padding: 8px 8px 8px 8px;
  margin: -1px 0 2px 1px;
}

.hmap .mapAreaDark {
  color: #01689b;
}

.hmap .mapAreaLight {
  color: #d9f2ff;
}

.hmap .mapAreaHover {
  color: #f3f3f3;
}

.hmap .source {
  display: block;
  text-align: left;
  font-size: .8125em;
  color: #535353;
  margin: 0 0 10px 0;
}

.hmap .thematicmap {
  margin-bottom: 20px;
  height: auto;
  width: 100%;
}

.hmap .dataSet {
  display: block;
  padding: 0 20px 10px 20px;
  overflow: auto;
}

.hmap .dataSet table {
  margin-left: 0;
  width: auto;
}

.hmap .dataSet table caption {
  padding: 0;
  margin-bottom: 0.6em;
}

.hmap .dataSet table caption .title {
  color: #000;
  display: block;
  font-size: 1.125em;
  line-height: 1.3em;
  font-weight: bold;
  margin: 0 0 0.2em 0;
}

.hmap .dataSet table caption .subtitle {
  display: block;
  font-size: .875em;
  color: #535353;
}

.hmap .dataSet table td {
  text-align: right;
  width: auto;
}

.hmap .dataSet table th {
  width: auto;
  text-align: right;
}

.hmap .dataSet table th:first-child {
  text-align: left;
}

.js .hmap .metadata,
.js .hmap .downloadDataset {
  display: none;
}

.js .hmap .dataSet {
  display: none;
}

.js .hmap .dataSet.current {
  display: block;
}

.js .hmap .downloads li {
  display: none;
}

.js .hmap .downloads li.current,
.js .hmap .downloads li.panelDownloadLink {
  display: block;
}

.js .hmap .metaPanel {
  display: none;
}

.touchevents.js .choose-xl .summary,
.touchevents.js .choose-xl #topic-search {
  display: none;
}

.choose-xl .summary,
.choose-xl #topic-search {
  display: none;
}

.js .choose-xl .summary,
.js .choose-xl #topic-search {
  display: block;
}

.choose-xl .formWrapper {
  padding-left: 0;
  background: transparent;
}

.choose-xl label {
  position: absolute;
  top: -100000px;
}

.choose-xl select {
  width: 80%;
  float: left;
  margin-right: 10px;
}

.choose-xl h2, .choose-xl .search-result-count, .choose-xl #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .choose-xl a, .choose-xl .blk-title {
  margin: 1em 0 .15em;
  color: #767676;
  font-size: 1.25em;
  line-height: 1.3em;
}

@media (min-width: 768px) {
  .choose-xl h2, .choose-xl .search-result-count, .choose-xl #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .choose-xl a, .choose-xl .blk-title {
    font-size: 1.3125em;
    line-height: 1.5238;
  }
}
.choose-xl p {
  min-height: 2em;
  position: relative;
  margin: .5em 0 2em;
  padding: 0;
}

.choose-xl input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  display: block;
  margin: 0 0 1em;
  border: 1px solid #d7d7d7;
  border-bottom: 2px solid #01689b;
  padding: 3px 0;
  background: #fff;
  font-size: 1.3125em;
  line-height: 1;
  line-height: 1.19;
  height: 1.19em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.choose-xl input[type=text]::-ms-clear {
  display: none;
}

.choose-xl button {
  display: block;
  margin: 0 10px 0 0;
  padding: 4px 15px 5px 15px;
  border-top: 0;
  border-bottom: 0;
  font-size: 1.3125em;
  line-height: 1;
  text-align: center;
  line-height: 1.19;
  height: 1.19em;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

@media (min-width: 992px) {
  .choose-xl input {
    width: 20em;
    float: left;
    border-right: 0;
  }

  .choose-xl button {
    width: auto;
    margin-right: 20px;
  }
}
.ui-autocomplete {
  position: absolute;
  max-height: 150px;
  overflow: auto;
  margin-top: 0;
  border-top: 0;
  background-color: #e6e6e6;
  border-bottom: 2px solid #01689b;
}

.choose-xl .ui-autocomplete {
  margin-left: 10px;
}

.ui-autocomplete li {
  margin: 0;
  padding: 0;
  background-image: none;
  background-color: #FFF;
  border-top: 1px solid #d7d7d7;
  display: block;
  padding: .2em 4px;
  cursor: pointer;
}

.ui-autocomplete li:hover,
.ui-autocomplete li.ui-state-focus {
  background-color: #cce0f1;
  color: #000;
}

.ui-autocomplete li a {
  display: block;
  padding: .2em 4px;
  cursor: pointer;
}

.choose-xl .ui-autocomplete li a {
  padding: 0.3em 6px;
}

.ui-autocomplete li a:hover,
.ui-autocomplete li a:focus,
.ui-autocomplete li a.ui-state-hover {
  background-color: #cce0f1;
  color: #000;
}

.js .ui-autocomplete {
  top: auto;
}

.poll {
  margin-bottom: 40px;
}

.poll h2, .poll .search-result-count, .poll #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .poll a, .poll .blk-title {
  margin: 0 0 .2em 0;
  border-top: 0;
}

.poll p {
  margin-bottom: 30px;
}

.article .poll .formWrapper {
  padding: 1.2em 10px 0 10px;
}

@media (min-width: 992px) {
  .article .poll .formWrapper {
    padding: 1.2em 20px 0 20px;
  }
}
.article .poll input[type="radio"] {
  left: 5px;
}

.article .poll label {
  margin-bottom: 0;
  padding: 5px 10px 5px 30px;
}

.article .poll label:hover {
  background-color: #01689b;
  color: #fff;
}

.article .poll label.check {
  background-color: #01689b;
  color: #fff;
}

.poll label {
  display: block;
  background: transparent;
  float: none;
  clear: both;
  position: relative;
  cursor: pointer;
}

.poll input {
  display: block;
  position: absolute;
}

.poll input[type="submit"] {
  border: 0;
  padding: 10px;
  position: static;
  margin-top: 1.25em;
  background-color: #01689b;
  color: #fff;
}

@media (min-width: 992px) {
  .poll input[type="submit"] {
    margin-top: 1.8em;
  }
}
.js .poll input[type="submit"] {
  cursor: default;
  background-color: #999;
}

.js .poll input[type="submit"].enabled {
  cursor: pointer;
  background-color: #01689b;
}

.poll input[type="radio"] {
  margin-top: 4px;
  background-color: transparent;
  border-color: transparent;
}

.touchevents .poll input[type="radio"] {
  margin-top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #e6e6e6;
  border-color: #999;
}

.touchevents .poll input[type="radio"]:checked {
  background-color: #666;
  border-color: #767676;
}

.poll-results {
  background: #e6e6e6;
  padding: 10px;
}

.article .poll-results {
  display: block;
}

.poll-results p {
  margin-bottom: 0;
}

.poll-results li {
  list-style-type: none;
  background: 0;
  padding-left: 0;
  display: inline-block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 15px;
  position: relative;
}

.poll-results li span.fullbar {
  border: 1px solid #000;
  width: 79%;
  margin: 5px 0 0 0;
  display: block;
  height: 20px;
  float: left;
  border: 0;
  background: #fff;
}

@media (min-width: 480px) {
  .poll-results li span.fullbar {
    width: 87%;
  }
}
@media (min-width: 992px) {
  .poll-results li span.fullbar {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .poll-results li span.fullbar {
    width: 89%;
  }
}
@media (min-width: 1200px) {
  .poll-results li span.fullbar {
    width: 91%;
  }
}
.poll-results li span.fullbar .resultbar {
  background: #01689b;
  display: block;
  height: 20px;
  width: 0;
}

.js .poll-results li span.fullbar .resultbar {
  display: none;
}

.poll-results span.resultnumber {
  float: right;
  display: inline-block;
  margin-left: 10px;
  margin-top: 7px;
  line-height: 1em;
}

@media print {
  .poll {
    width: 100%;
  }

  .poll-results li span.fullbar .resultbar {
    border-top: 15px solid #d9d9d9;
  }

  .poll-results span.resultnumber {
    padding-bottom: 5px;
  }

  .poll-results li:before {
    content: "";
  }

  .poll input[type="submit"] {
    float: none !important;
  }
}
.mediaContainer {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 100%;
}

.mediaContainer.lightbox {
  cursor: pointer;
}

.mediaContainer h3, .mediaContainer .content-intro, .mediaContainer .content-header p, .content-header .mediaContainer p, .mediaContainer .sidebar .blk-closed .blk-title, .sidebar .blk-closed .mediaContainer .blk-title, .mediaContainer .sidebar .blk-compare .blk-title, .sidebar .blk-compare .mediaContainer .blk-title {
  display: block;
  color: #000;
  margin: 0 0 0 8px;
  text-decoration: none;
  font-size: 1em;
  line-height: 1em;
  font-weight: normal;
}

.mediaContainer.download {
  margin: 0;
}

.mediaContainer.download .shareOptionBox {
  margin-bottom: 8px;
}

.mediaContainer.download .miscOptionsBox h3, .mediaContainer.download .miscOptionsBox .content-intro, .mediaContainer.download .miscOptionsBox .content-header p, .content-header .mediaContainer.download .miscOptionsBox p, .mediaContainer.download .miscOptionsBox .sidebar .blk-closed .blk-title, .sidebar .blk-closed .mediaContainer.download .miscOptionsBox .blk-title, .mediaContainer.download .miscOptionsBox .sidebar .blk-compare .blk-title, .sidebar .blk-compare .mediaContainer.download .miscOptionsBox .blk-title {
  margin-right: 35px;
}

.mediaContainer.lightbox .shareOptionBox {
  margin-bottom: 8px;
}

.mediaContainer.lightbox .miscOptionsBox h3, .mediaContainer.lightbox .miscOptionsBox .content-intro, .mediaContainer.lightbox .miscOptionsBox .content-header p, .content-header .mediaContainer.lightbox .miscOptionsBox p, .mediaContainer.lightbox .miscOptionsBox .sidebar .blk-closed .blk-title, .sidebar .blk-closed .mediaContainer.lightbox .miscOptionsBox .blk-title, .mediaContainer.lightbox .miscOptionsBox .sidebar .blk-compare .blk-title, .sidebar .blk-compare .mediaContainer.lightbox .miscOptionsBox .blk-title {
  margin-right: 35px;
}

.mediaContainer.shareMedia.less .shareOptionBox h3, .mediaContainer.shareMedia.less .shareOptionBox .content-intro, .mediaContainer.shareMedia.less .shareOptionBox .content-header p, .content-header .mediaContainer.shareMedia.less .shareOptionBox p, .mediaContainer.shareMedia.less .shareOptionBox .sidebar .blk-closed .blk-title, .sidebar .blk-closed .mediaContainer.shareMedia.less .shareOptionBox .blk-title, .mediaContainer.shareMedia.less .shareOptionBox .sidebar .blk-compare .blk-title, .sidebar .blk-compare .mediaContainer.shareMedia.less .shareOptionBox .blk-title {
  margin-right: 35px;
}

.mediaContainer.shareMedia .shareOptionBox h3, .mediaContainer.shareMedia .shareOptionBox .content-intro, .mediaContainer.shareMedia .shareOptionBox .content-header p, .content-header .mediaContainer.shareMedia .shareOptionBox p, .mediaContainer.shareMedia .shareOptionBox .sidebar .blk-closed .blk-title, .sidebar .blk-closed .mediaContainer.shareMedia .shareOptionBox .blk-title, .mediaContainer.shareMedia .shareOptionBox .sidebar .blk-compare .blk-title, .sidebar .blk-compare .mediaContainer.shareMedia .shareOptionBox .blk-title,
.mediaContainer.lightbox.less .shareOptionBox h3,
.mediaContainer.lightbox.less .shareOptionBox .content-intro,
.mediaContainer.lightbox.less .shareOptionBox .content-header p,
.content-header .mediaContainer.lightbox.less .shareOptionBox p,
.mediaContainer.lightbox.less .shareOptionBox .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .mediaContainer.lightbox.less .shareOptionBox .blk-title,
.mediaContainer.lightbox.less .shareOptionBox .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .mediaContainer.lightbox.less .shareOptionBox .blk-title,
.mediaContainer.download.less .shareOptionBox h3,
.mediaContainer.download.less .shareOptionBox .content-intro,
.mediaContainer.download.less .shareOptionBox .content-header p,
.content-header .mediaContainer.download.less .shareOptionBox p,
.mediaContainer.download.less .shareOptionBox .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .mediaContainer.download.less .shareOptionBox .blk-title,
.mediaContainer.download.less .shareOptionBox .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .mediaContainer.download.less .shareOptionBox .blk-title {
  margin-right: 0;
}

.mediaContainer.shareMedia .miscOptionsBox h3, .mediaContainer.shareMedia .miscOptionsBox .content-intro, .mediaContainer.shareMedia .miscOptionsBox .content-header p, .content-header .mediaContainer.shareMedia .miscOptionsBox p, .mediaContainer.shareMedia .miscOptionsBox .sidebar .blk-closed .blk-title, .sidebar .blk-closed .mediaContainer.shareMedia .miscOptionsBox .blk-title, .mediaContainer.shareMedia .miscOptionsBox .sidebar .blk-compare .blk-title, .sidebar .blk-compare .mediaContainer.shareMedia .miscOptionsBox .blk-title,
.mediaContainer.lightbox.less .miscOptionsBox h3,
.mediaContainer.lightbox.less .miscOptionsBox .content-intro,
.mediaContainer.lightbox.less .miscOptionsBox .content-header p,
.content-header .mediaContainer.lightbox.less .miscOptionsBox p,
.mediaContainer.lightbox.less .miscOptionsBox .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .mediaContainer.lightbox.less .miscOptionsBox .blk-title,
.mediaContainer.lightbox.less .miscOptionsBox .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .mediaContainer.lightbox.less .miscOptionsBox .blk-title,
.mediaContainer.download.less .miscOptionsBox h3,
.mediaContainer.download.less .miscOptionsBox .content-intro,
.mediaContainer.download.less .miscOptionsBox .content-header p,
.content-header .mediaContainer.download.less .miscOptionsBox p,
.mediaContainer.download.less .miscOptionsBox .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .mediaContainer.download.less .miscOptionsBox .blk-title,
.mediaContainer.download.less .miscOptionsBox .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .mediaContainer.download.less .miscOptionsBox .blk-title {
  margin-right: 0;
}

.mediaContainer a.openOptionBox {
  position: absolute;
  right: 4px;
  top: 4px;
  display: block;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: #01689b;
  background-image: url("shared-ro/images/sprite-image-options-1.2.png");
  background-position: 0 0;
  overflow: hidden;
  z-index: 90;
  cursor: pointer;
  display: none;
}

.mediaContainer:hover a.openOptionBox,
.touchevents .mediaContainer a.openOptionBox {
  display: block;
}

.mediaContainer .mediaOptions {
  display: none;
  cursor: default;
  background-color: #fff;
  padding: 14px 8px 8px 0;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 100;
  border: 1px solid #e1e1e1;
}

.mediaContainer .mediaOptions.visible {
  display: block;
}

.mediaContainer .mediaOptions a.closeOptionBox {
  position: absolute;
  right: -1px;
  top: -1px;
  display: block;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: #01689b;
  background-image: url("shared-ro/images/sprite-image-options-1.2.png");
  background-position: 0 -30px;
  overflow: hidden;
}

.mediaContainer .mediaOptions .mediaOption {
  display: inline-block;
  float: left;
  margin: 7px 0 0 8px;
  padding: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("shared-ro/images/sprite-image-options-1.2.png");
  background-color: #01689b;
}

.mediaContainer .mediaOptions .shareOptionBox {
  float: left;
  clear: both;
}

.mediaContainer .mediaOptions .shareOptionBox a.shareBtn.fa {
  background-position: 0 -150px;
}

.mediaContainer .mediaOptions .shareOptionBox a.shareBtn.tw {
  background-position: 0 -210px;
}

.mediaContainer .mediaOptions .shareOptionBox a.shareBtn.li {
  background-position: 0 -270px;
}

.mediaContainer .mediaOptions .shareOptionBox a.shareBtn.go {
  background-position: 0 -330px;
}

.mediaContainer .mediaOptions .shareOptionBox a.shareBtn.tu {
  background-position: 0 -390px;
}

.mediaContainer .mediaOptions .shareOptionBox a.shareBtn.pi {
  background-position: 0 -505px;
}

.mediaContainer .mediaOptions .miscOptionsBox {
  float: left;
  clear: both;
}

.mediaContainer .mediaOptions .miscOptionsBox .mediasize {
  display: inline-block;
  height: 20px;
  line-height: 2em;
  font-size: .875em;
  margin: 8px 0 0 5px;
  vertical-align: top;
}

.mediaContainer .mediaOptions .miscOptionsBox a.lightbox {
  background-position: 0 -60px;
}

.mediaContainer .mediaOptions .miscOptionsBox a.download {
  background-position: 0 -90px;
  position: relative;
}

.decorative .mediaContainer .openOptionBox {
  top: 44px;
}

.decorative .mediaContainer .mediaOptions {
  top: 44px;
}

@media print {
  .mediaContainer .mediaOptions.visible {
    display: none !important;
  }

  #content .mediaContainer.download {
    display: block !important;
  }
}
.calendarSlider {
  display: none;
  background-color: #fff;
  overflow: hidden;
  padding: 0 0 0 30px;
  position: relative;
  border: solid 1px #999;
}

@media (min-width: 992px) {
  .calendarSlider {
    padding: 0 0 0 19px;
  }
}
.js .calendarSlider {
  display: block;
}

.calendarSlider .slideWrapper {
  height: 70px;
  background-color: #fff;
  position: relative;
}

@media (min-width: 992px) {
  .calendarSlider .slideWrapper {
    height: 140px;
  }
}
@media (min-width: 1200px) {
  .calendarSlider .slideWrapper {
    height: 140px;
  }
}
.calendarSlider .slide {
  display: block;
  float: left;
  margin: 0;
  padding: 5px 0 5px 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  width: 110px;
}

@media (min-width: 992px) {
  .calendarSlider .slide {
    padding: 10px 0 10px 0;
    width: 60px;
  }
}
@media (min-width: 1200px) {
  .calendarSlider .slide {
    width: 77px;
  }
}
.calendarSlider .slide a {
  display: block;
  float: left;
  width: 55px;
  background-color: #fff;
  color: #535353;
  font-weight: normal;
  font-size: 20px;
}

@media (min-width: 992px) {
  .calendarSlider .slide a {
    font-size: 21px;
    float: none;
    width: 60px;
  }
}
@media (min-width: 1200px) {
  .calendarSlider .slide a {
    float: none;
    width: 77px;
  }
}
.calendarSlider .slide a:hover {
  text-decoration: none;
  color: #154273;
}

.calendarSlider .slide a:focus,
.calendarSlider .slide a:active {
  text-decoration: none;
  outline: 2px solid #82befb;
  outline-offset: -2px;
}

.calendarSlider .slide span {
  display: block;
  margin-bottom: -8px;
  color: #01689b;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 34px;
}

@media (min-width: 992px) {
  .calendarSlider .slide span {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .calendarSlider .slide span {
    font-size: 32px;
    line-height: 36px;
  }
}
.calendarSlider a.slideActive {
  background-color: #e6e6e6;
  color: #767676;
}

.calendarSlider a.sliderNavPrev,
.calendarSlider a.sliderNavNext {
  position: absolute;
  top: 0;
  display: block;
  width: 30px;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
  background-color: #fff;
  color: #999;
  z-index: 9999;
  background-image: url("shared-ro/images/sprite-month-slider.png");
  background-repeat: no-repeat;
}

.calendarSlider a.sliderNavPrev:hover,
.calendarSlider a.sliderNavPrev:active,
.calendarSlider a.sliderNavNext:hover,
.calendarSlider a.sliderNavNext:active {
  text-decoration: none;
  outline: 0;
}

.calendarSlider a.sliderNavPrev:focus,
.calendarSlider a.sliderNavNext:focus {
  text-decoration: none;
  outline: 2px solid #82befb;
  outline-offset: -1px;
}

@media (min-width: 992px) {
  .calendarSlider a.sliderNavPrev,
  .calendarSlider a.sliderNavNext {
    width: 19px;
  }
}
.calendarSlider .sliderNavPrev {
  left: 0;
  background-position: 1px 23px;
}

@media (min-width: 992px) {
  .calendarSlider .sliderNavPrev {
    background-position: -4px 60px;
  }
}
.calendarSlider .sliderNavNext {
  right: 0;
  background-position: -21px -10px;
}

@media (min-width: 992px) {
  .calendarSlider .sliderNavNext {
    background-position: -27px 26px;
  }
}
.activityblock {
  position: relative;
}

.activityOverview {
  position: relative;
}

@media (min-width: 992px) {
  .activityOverview {
    position: static;
  }
}
.activityOverview .article {
  padding-top: 0;
}

@media (min-width: 992px) {
  .activityOverview {
    padding-top: 0;
  }
}
.activityOverview .activity {
  position: relative;
  background-image: none;
  padding-bottom: 20px;
  padding-left: 70px;
  display: block;
  box-sizing: border-box;
  width: 100%;
}

.activityOverview .activity .dateNumber {
  position: absolute;
  left: 0;
  color: #01689b;
  font-weight: bold;
  font-size: 32px;
  margin-top: 0;
  text-align: center;
}

@media (min-width: 992px) {
  .activityOverview .activity .dateNumber {
    margin-top: -13px;
  }
}
.activityOverview .activity .dateNumber span {
  color: #666;
  font-weight: normal;
  font-size: 52px;
  margin-top: 16px;
  display: block;
}

@media (min-width: 992px) {
  .activityOverview .activity .dateNumber span {
    margin-top: -28px;
  }
}
.activityOverview .dateGroup {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.activityOverview .dateGroup .activity {
  border-bottom: 0;
  padding-bottom: 0;
}

.activityOverview dl {
  margin-top: 3px;
  margin-bottom: 0;
}

.activityOverview dl dt {
  display: none;
}

.activityOverview dl dd {
  margin-left: 0;
  margin-bottom: 0;
  color: #000;
}

.activityOverview .message {
  margin-left: 0;
}

.activityOverview input[type="text"].date {
  width: 40%;
}

.activityOverview .togglePageView {
  display: none;
  position: absolute;
  right: 0;
  top: 7px;
  font-size: 1em;
  background-image: none;
  padding-left: 0;
  text-align: right;
  text-decoration: none;
}

.activityOverview .togglePageView:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .activityOverview .togglePageView {
    display: block;
  }
}
.activityOverview .spinner {
  display: none;
  background: url("shared-ro/images/small_loader.gif") no-repeat;
  position: absolute;
  top: -13px;
  left: 170px;
  width: 20px;
  height: 20px;
}

.activityresults {
  position: relative;
}

.activityresults .resultLoader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -moz-opacity: .9;
  -khtml-opacity: .9;
  opacity: .9;
  z-index: 999;
  text-align: center;
}

.activityresults .resultLoader span {
  background: url("shared-ro/images/small_loader.gif") no-repeat;
  padding-left: 25px;
}

@media (max-width: 992px) {
  .activityresults .common.results a {
    padding-left: 70px;
  }
}
.activityDetail {
  position: relative;
}

.activityDetail .dateNumber {
  position: absolute;
  color: #01689b;
  font-weight: bold;
  font-size: 30px;
  text-align: right;
  margin-top: -8px;
}

.activityDetail .dateNumber span {
  color: #666;
  font-weight: normal;
  font-size: 52px;
  margin-top: -11px;
  display: block;
  line-height: 1;
}

@media (min-width: 992px) {
  .activityDetail .dateNumber {
    left: 0;
  }
}
.activityDetail .dateNumber p {
  color: #01689b;
  font-size: 19px;
  font-weight: normal;
  text-align: center;
}

.activityDetail .end {
  margin-top: 67px;
}

@media (min-width: 992px) {
  .activityDetail .end {
    left: 25px;
  }
}
.activityDetail h1.activity {
  background-image: none;
  padding-left: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.activityDetail h1.activity + .article-meta {
  padding-left: 0;
}

@media (min-width: 992px) {
  .activityDetail h1.activity {
    width: 100%;
  }
}
.activityDetail dl {
  margin-top: -1em;
  margin-bottom: 0;
}

.activityDetail dl dt {
  display: none;
}

.activityDetail dl dd {
  margin-left: 70px;
  margin-bottom: 0;
}

.activityDetail p {
  margin-left: 70px;
}

.activityDetail + .intro {
  margin-top: 0.8125em;
}

.activityslider.block {
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  margin-right: 10px;
  border: 1px solid #919191;
  width: 95%;
}

@media (min-width: 992px) {
  .activityslider.block {
    top: 74px;
    left: 10px;
    width: 96%;
  }
}
@media (min-width: 992px) {
  .activityslider.block {
    position: static;
    padding-right: 0;
    width: 100%;
  }
}
.activityslider.block .activity a {
  display: block;
  width: 8%;
  float: left;
  height: 100%;
  color: #767676;
  padding-top: 60px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  padding-left: 7px;
}

@media (min-width: 992px) {
  .activityslider.block .activity a {
    padding-left: 2px;
  }
}
.activityslider.block .activity a.next span,
.activityslider.block .activity a.previous span {
  background-image: url("shared-ro/images/sprite-topic-toggle.png");
  background-repeat: no-repeat;
  width: 10px;
  height: 20px;
  display: block;
}

.activityslider.block .activity a.next span {
  background-position: 0 65%;
}

.activityslider.block .activity a.previous span {
  background-position: 0 30%;
}

.activityslider.block .activity ul {
  float: left;
  padding: 0;
  margin-left: 0;
  box-sizing: border-box;
  width: 33.3%;
  height: 100%;
}

.activityslider.block .activity ul li {
  width: 100%;
  display: inline-block;
  height: 50%;
}

.activityslider.block .activity ul li a {
  text-align: center;
  background-color: #fff;
  width: 100%;
  color: #767676;
  font-size: 19px;
  padding-top: 0;
}

.activityslider.block .activity ul li a:hover {
  text-decoration: none;
}

.activityslider.block .activity ul li a:first-child {
  margin-bottom: 5px;
}

.activityslider.block .activity ul li a span {
  font-weight: bold;
  display: block;
  color: #01689b;
  margin-bottom: -10px;
  font-size: 26px;
}

.activityslider.block .activity ul li.active a,
.activityslider.block .activity ul li:hover a {
  background-color: #f3f3f3;
  position: relative;
}

.activityslider.block .activity .slideWrapper {
  display: inline-block;
  width: 84%;
  overflow: hidden;
  float: left;
  height: 130px;
}

.activityslider.block .activity .calendarSlider {
  width: auto;
  height: 100%;
}

@media print {
  #aside {
    display: none;
  }

  .article {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .togglePageView {
    display: none;
  }

  .activityOverview .dateGroup {
    margin-bottom: 0;
  }

  .activityOverview a.activity {
    padding-left: 70px !important;
    page-break-inside: avoid;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .activityOverview a.activity .dateNumber {
    margin-right: 20px;
    font-size: 24px;
  }

  .activityOverview a.activity .dateNumber span {
    margin-top: -15px;
    font-size: 36px;
  }
}
.hotspotContainer .hotspotimage {
  margin: 0 auto;
  position: relative;
}

.hotspotContainer .hotspotimage img {
  width: 100%;
  line-height: 0;
}

.hotspotContainer .hotspotimage ul {
  line-height: 0;
  list-style-type: none;
  display: block;
}

.hotspotContainer .hotspotimage ul li {
  position: absolute;
  z-index: auto;
  margin: 0;
  padding: 0;
  background: 0;
  list-style-type: none !important;
  width: 100%;
  height: 0;
  counter-increment: hotzones;
}

.hotspotContainer .hotspotimage ul li a {
  z-index: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  padding: 0;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  background-position: -50px -10px;
  background-image: url("shared-ro/images/hotspotIcons.svg");
  opacity: .99;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.3em;
  text-align: center;
  text-decoration: none;
}

.hotspotContainer .hotspotimage ul li a span {
  position: absolute;
  left: -10000px;
}

.hotspotContainer .hotspotimage ul li a.open {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  outline: 0;
}

.hotspotContainer .hotspotimage ul li a.open:focus {
  outline: 0;
}

.hotspotContainer .hotspotimage ul li a:focus {
  outline: 2px solid #82befb;
  outline-offset: 2px;
  outline: 0;
}

.hotspotContainer .hotspotimage ul li a:before {
  background: 0;
  content: counter(hotzones);
}

@media (min-width: 992px) {
  .hotspotContainer .hotspotimage ul li a {
    background-position: -50px -90px;
  }

  .hotspotContainer .hotspotimage ul li a:before {
    background: 0;
    content: "";
  }
}
.hotspotContainer .hotspotimage ul:after {
  content: ' ';
  display: block;
  clear: both;
}

@media (min-width: 992px) {
  .hotspotContainer .hotspotimage.no-js ul li a,
  .hotspotContainer .hotspotimage.numeric ul li a {
    background-position: -50px -10px;
  }

  .hotspotContainer .hotspotimage.no-js ul li a.open,
  .hotspotContainer .hotspotimage.numeric ul li a.open {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hotspotContainer .hotspotimage.no-js ul li a:before,
  .hotspotContainer .hotspotimage.numeric ul li a:before {
    background: 0;
    content: counter(hotzones);
  }
}
.hotspotContainer .hotspotimage .tooltip {
  text-align: left;
  position: absolute;
  z-index: 19999;
  left: 0;
  top: auto;
  bottom: 0;
  padding: 15px 15px 15px 15px;
  color: #fff;
  background-color: rgba(1, 104, 155, 0.95);
  width: auto;
  max-width: 500px;
  display: block;
  font-size: 90%;
}

@media (min-width: 992px) {
  .hotspotContainer .hotspotimage .tooltip {
    font-size: 100%;
  }
}
.hotspotContainer .hotspotimage .tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(1, 104, 155, 0.95);
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  bottom: -10px;
  margin-left: -10px;
}

.hotspotContainer .hotspotimage .tooltip.left:after {
  margin-left: 0;
  left: 10px;
}

.hotspotContainer .hotspotimage .tooltip.right:after {
  left: auto;
  margin-left: 0;
  right: 10px;
}

.hotspotContainer .hotspotimage .tooltip.bottom:after {
  border-top: 0;
  border-bottom: 10px solid rgba(1, 104, 155, 0.8);
  bottom: auto;
  top: -10px;
}

.hotspotContainer .hotspotimage .tooltip h2, .hotspotContainer .hotspotimage .tooltip .search-result-count, .hotspotContainer .hotspotimage .tooltip #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .hotspotContainer .hotspotimage .tooltip a, .hotspotContainer .hotspotimage .tooltip .blk-title {
  font-size: 1.25em;
  line-height: 1.3em;
  margin: 0;
  display: block;
  font-style: italic;
  padding: 0;
}

.hotspotContainer .hotspotimage .tooltip p {
  line-height: 1.5;
  font-size: 1em;
  padding: 10px 0 0 0;
  margin: 0;
}

.hotspotContainer .hotspotimage .tooltip ol,
.hotspotContainer .hotspotimage .tooltip ul {
  margin: 1 auto;
  padding: 5px;
  line-height: 1.5;
  list-style-type: decimal !important;
}

.hotspotContainer .hotspotimage .tooltip ol li,
.hotspotContainer .hotspotimage .tooltip ul li {
  list-style-type: inherit !important;
  position: relative;
  margin-left: 20px !important;
}

.hotspotContainer .hotspotimage .tooltip ul {
  list-style-type: disc !important;
}

.hotspotContainer .hotspotimage .tooltip img {
  width: 100%;
}

.hotspotContainer .hotspotimage .tooltip.imageleft,
.hotspotContainer .hotspotimage .tooltip.imageright {
  max-width: 620px;
}

.hotspotContainer .hotspotimage .tooltip.imageleft img,
.hotspotContainer .hotspotimage .tooltip.imageright img {
  max-width: 45%;
}

.hotspotContainer .hotspotimage .tooltip.imageleft img {
  float: left;
  margin-right: 15px;
}

.hotspotContainer .hotspotimage .tooltip.imageright img {
  float: right;
  margin-left: 15px;
}

.hotspotContainer .hotspotimage .tooltip.imagetop {
  max-width: 415px;
}

.hotspotContainer .hotspotimage .tooltip.imagetop img {
  margin-bottom: 15px;
}

.hotspotContainer .hotspotimage .tooltip.imagebottom {
  max-width: 415px;
}

.hotspotContainer .hotspotimage .tooltip.imagebottom img {
  margin-bottom: 0;
}

.hotspotContainer .hotspotimage.light .tooltip {
  color: #767676;
  background: #fff;
  opacity: 0.95;
}

.hotspotContainer .hotspotimage.light .tooltip:after {
  border-top: 10px solid rgba(255, 255, 255, 0.95);
}

.hotspotContainer .hotspotimage.light .tooltip.bottom:after {
  border-top: 0;
  border-bottom: 10px solid rgba(255, 255, 255, 0.95);
  bottom: auto;
  top: -10px;
}

.hotspotContainer .hotspotinfo {
  display: block;
  width: auto;
  padding: 0;
  margin: 30px auto;
}

.hotspotContainer .hotspotinfo div {
  width: auto;
  padding: 15px 0 15px 0;
  display: block;
  counter-increment: hotzonesdefs;
  border-top: solid 1px #01689b;
}

.hotspotContainer .hotspotinfo div:before,
.hotspotContainer .hotspotinfo div:after {
  content: " ";
  display: table;
}

.hotspotContainer .hotspotinfo div:after {
  clear: both;
}

.hotspotContainer .hotspotinfo div h2, .hotspotContainer .hotspotinfo div .search-result-count, .hotspotContainer .hotspotinfo div #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .hotspotContainer .hotspotinfo div a, .hotspotContainer .hotspotinfo div .blk-title {
  color: #01689b;
  display: inline;
  font-size: 1.4em;
  line-height: 1.5em;
  margin: 0 0 10px 0;
}

.hotspotContainer .hotspotinfo div:before {
  float: left;
  width: 30px;
  height: 30px;
  background-position: -50px -10px;
  background-image: url("shared-ro/images/hotspotIcons.svg");
  content: counter(hotzonesdefs);
  text-align: center;
  color: #fff;
  display: block;
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 0 10px 0 0;
  padding: 0;
}

.hotspotContainer .hotspotinfo div img {
  width: 100%;
  float: right;
  margin: 10px 0 10px 0;
}

@media (min-width: 768px) {
  .hotspotContainer .hotspotinfo div img {
    width: 40%;
    float: right;
    margin: 0 0 0 10px;
  }
}
@media (min-width: 992px) {
  .js .hotspotContainer .hotspotinfo {
    display: none;
  }
}
.collapsiblePanels {
  margin: 0;
  padding: 0;
}

.collapsiblePanels .panel {
  display: inline-block;
  border-top: 1px solid #fff;
  background-color: #f3f3f3;
  width: 100%;
  height: auto;
}

.collapsiblePanels .panel button {
  width: 100%;
  margin: 0;
  padding: 5px 30px 5px 10px;
  background: #e6e6e6 url("shared-ro/images/sprite-topic-toggle.svg") no-repeat;
  background-position: 99% -75px;
  color: #01689b;
  font-weight: bold;
  display: inline-block;
}

.collapsiblePanels .panel button:hover {
  color: #154273;
}

.collapsiblePanels .panel .panelContent {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 15px 15px 15px 15px;
}

.collapsiblePanels .panel .panelContent img {
  float: right;
  max-width: 30%;
  margin: 10px 0 0 10px;
}

.collapsiblePanels .panel .panelContent table {
  margin-left: 0;
}

.collapsiblePanels .panel .panelContent.downloads,
.collapsiblePanels .panel .panelContent.segments {
  padding: 0;
}

.collapsiblePanels .panel .panelContent.downloads ul,
.collapsiblePanels .panel .panelContent.segments ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.collapsiblePanels .panel .panelContent.downloads ul li,
.collapsiblePanels .panel .panelContent.segments ul li {
  background: 0;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.collapsiblePanels .panel .panelContent.downloads ul li a,
.collapsiblePanels .panel .panelContent.segments ul li a {
  background-image: none;
  padding: 5px 15px 5px 15px;
  width: 100%;
  line-height: 1.2em;
}

.collapsiblePanels .panel .panelContent.downloads ul li a:focus,
.collapsiblePanels .panel .panelContent.segments ul li a:focus {
  outline: 2px solid #82befb;
  outline-offset: -3px;
}

.collapsiblePanels .panel .panelContent.downloads ul li a.current,
.collapsiblePanels .panel .panelContent.segments ul li a.current {
  color: #000;
  cursor: default;
  font-weight: bold;
  text-decoration: none;
}

.collapsiblePanels .panel .panelContent.downloads ul li a:hover,
.collapsiblePanels .panel .panelContent.segments ul li a:hover {
  background-color: #e6e6e6;
  text-decoration: none;
}

.collapsiblePanels .panel .panelContent.downloads ul li a img,
.collapsiblePanels .panel .panelContent.segments ul li a img {
  float: none;
  margin: 0;
  display: inline;
}

.collapsiblePanels .panel .panelContent.downloads ul li a .meta,
.collapsiblePanels .panel .panelContent.segments ul li a .meta {
  display: block;
  clear: left;
  margin: 0;
}

.collapsiblePanels .panel .panelContent .mapData {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}

.collapsiblePanels .panel .panelContent .mapData:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.collapsiblePanels .panel .panelContent .mapData p {
  margin: 10px 0 0 0;
}

.collapsiblePanels .panel .panelContent .mapData h3, .collapsiblePanels .panel .panelContent .mapData .content-intro, .collapsiblePanels .panel .panelContent .mapData .content-header p, .content-header .collapsiblePanels .panel .panelContent .mapData p, .collapsiblePanels .panel .panelContent .mapData .sidebar .blk-closed .blk-title, .sidebar .blk-closed .collapsiblePanels .panel .panelContent .mapData .blk-title, .collapsiblePanels .panel .panelContent .mapData .sidebar .blk-compare .blk-title, .sidebar .blk-compare .collapsiblePanels .panel .panelContent .mapData .blk-title {
  display: inline-block;
  width: 100%;
}

.collapsiblePanels .panel .panelContent .mapData a,
.collapsiblePanels .panel .panelContent .mapData a:visited {
  color: #000;
  text-decoration: none;
}

.collapsiblePanels .panel .panelContent .mapData a h3, .collapsiblePanels .panel .panelContent .mapData a .content-intro, .collapsiblePanels .panel .panelContent .mapData a .content-header p, .content-header .collapsiblePanels .panel .panelContent .mapData a p, .collapsiblePanels .panel .panelContent .mapData a .sidebar .blk-closed .blk-title, .sidebar .blk-closed .collapsiblePanels .panel .panelContent .mapData a .blk-title, .collapsiblePanels .panel .panelContent .mapData a .sidebar .blk-compare .blk-title, .sidebar .blk-compare .collapsiblePanels .panel .panelContent .mapData a .blk-title,
.collapsiblePanels .panel .panelContent .mapData a:visited h3,
.collapsiblePanels .panel .panelContent .mapData a:visited .content-intro,
.collapsiblePanels .panel .panelContent .mapData a:visited .content-header p,
.content-header .collapsiblePanels .panel .panelContent .mapData a:visited p,
.collapsiblePanels .panel .panelContent .mapData a:visited .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .collapsiblePanels .panel .panelContent .mapData a:visited .blk-title,
.collapsiblePanels .panel .panelContent .mapData a:visited .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .collapsiblePanels .panel .panelContent .mapData a:visited .blk-title {
  color: #01689b;
  text-decoration: none;
}

.collapsiblePanels .panel .panelContent .mapData a:hover h3, .collapsiblePanels .panel .panelContent .mapData a:hover .content-intro, .collapsiblePanels .panel .panelContent .mapData a:hover .content-header p, .content-header .collapsiblePanels .panel .panelContent .mapData a:hover p, .collapsiblePanels .panel .panelContent .mapData a:hover .sidebar .blk-closed .blk-title, .sidebar .blk-closed .collapsiblePanels .panel .panelContent .mapData a:hover .blk-title, .collapsiblePanels .panel .panelContent .mapData a:hover .sidebar .blk-compare .blk-title, .sidebar .blk-compare .collapsiblePanels .panel .panelContent .mapData a:hover .blk-title,
.collapsiblePanels .panel .panelContent .mapData a:visited:hover h3,
.collapsiblePanels .panel .panelContent .mapData a:visited:hover .content-intro,
.collapsiblePanels .panel .panelContent .mapData a:visited:hover .content-header p,
.content-header .collapsiblePanels .panel .panelContent .mapData a:visited:hover p,
.collapsiblePanels .panel .panelContent .mapData a:visited:hover .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .collapsiblePanels .panel .panelContent .mapData a:visited:hover .blk-title,
.collapsiblePanels .panel .panelContent .mapData a:visited:hover .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .collapsiblePanels .panel .panelContent .mapData a:visited:hover .blk-title {
  color: #154273;
}

.collapsiblePanels .panel .panelContent .mapData a.external h3, .collapsiblePanels .panel .panelContent .mapData a.external .content-intro, .collapsiblePanels .panel .panelContent .mapData a.external .content-header p, .content-header .collapsiblePanels .panel .panelContent .mapData a.external p, .collapsiblePanels .panel .panelContent .mapData a.external .sidebar .blk-closed .blk-title, .sidebar .blk-closed .collapsiblePanels .panel .panelContent .mapData a.external .blk-title, .collapsiblePanels .panel .panelContent .mapData a.external .sidebar .blk-compare .blk-title, .sidebar .blk-compare .collapsiblePanels .panel .panelContent .mapData a.external .blk-title,
.collapsiblePanels .panel .panelContent .mapData a:visited.external h3,
.collapsiblePanels .panel .panelContent .mapData a:visited.external .content-intro,
.collapsiblePanels .panel .panelContent .mapData a:visited.external .content-header p,
.content-header .collapsiblePanels .panel .panelContent .mapData a:visited.external p,
.collapsiblePanels .panel .panelContent .mapData a:visited.external .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .collapsiblePanels .panel .panelContent .mapData a:visited.external .blk-title,
.collapsiblePanels .panel .panelContent .mapData a:visited.external .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .collapsiblePanels .panel .panelContent .mapData a:visited.external .blk-title {
  padding-left: 5px;
  width: calc(100% - 15px);
}

.collapsiblePanels .panel .panelContent:focus {
  outline: 2px solid #82befb;
  outline-offset: -3px;
}

.collapsiblePanels .panel.closed button {
  background-color: transparent;
  background-position: 99% -45px;
}

.collapsiblePanels .panel.closed .panelContent {
  display: none;
}

.js .collapsiblePanels .panel .panelContent {
  display: none;
}

.js .collapsiblePanels .panel.open .panelContent {
  display: inline-block;
}

.styleTogglr {
  position: fixed;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 1px solid transparent;
  z-index: 999;
}

.styleTogglr .inner {
  display: none;
}

.styleTogglr select {
  margin: 0 0 20px 0;
}

.styleTogglr .toggleTogglr {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: #01689b;
  background-image: url("shared-ro/images/sprite-image-options-1.2.png");
  background-position: 0 0;
  overflow: hidden;
}

.touchevents .styleTogglr .toggleTogglr {
  display: block;
}

.styleTogglr:hover .toggleTogglr {
  display: block;
}

.styleTogglr.expand {
  width: 300px;
  height: 100%;
  padding: 10px 20px 10px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #e1e1e1;
}

.styleTogglr.expand .inner {
  display: block;
}

.styleTogglr.expand .toggleTogglr {
  display: block;
  background-position: 0 -30px;
}

.styleTogglr h3, .styleTogglr .content-intro, .styleTogglr .content-header p, .content-header .styleTogglr p, .styleTogglr .sidebar .blk-closed .blk-title, .sidebar .blk-closed .styleTogglr .blk-title, .styleTogglr .sidebar .blk-compare .blk-title, .sidebar .blk-compare .styleTogglr .blk-title {
  margin: 0 0 20px 0;
}

.styleTogglr h4 {
  margin: 0;
  font-size: 1em;
}

@media screen and (min-width: 320px) and (max-width: 900px) {
  tr th.toezicht-bestuur-standaard {
    width: 50%;
  }
}
#navBar {
  background-color: #01689b;
  min-height: 70px;
  margin-left: -15px;
  margin-right: -15px;
}

#navBar {
  background-color: #01689b;
  min-height: 70px;
}

#navBar:before, #navBar:after {
  content: " ";
  display: table;
}

#navBar:after {
  clear: both;
}

.fixedNav #navBar {
  position: fixed;
  z-index: 999998;
  width: 100%;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
}

.fixedNavUp #navBar {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transition: transform 0.2s ease-in-out;
}

.fixedNavDown #navBar {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -ms-transform: translateY(0px);
  transition: transform 0.4s ease-in-out;
}

#navBar .wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

#navBar .wrapper .breadCrumbNav {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.25rem;
  line-height: 1.4em;
  letter-spacing: .03rem;
  text-decoration: none;
  font-weight: normal;
  padding: 12px 0 0 0;
}

@media (min-width: 768px) {
  #navBar .wrapper .breadCrumbNav {
    float: left;
    width: 100%;
  }
}
.hasMainNav #navBar .wrapper .breadCrumbNav {
  position: relative;
  float: left;
  width: 83.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .hasMainNav #navBar .wrapper .breadCrumbNav {
    float: left;
    width: 33.33333%;
  }
}
#navBar .wrapper .breadCrumbNav a {
  text-decoration: none;
  color: #fff;
}

#navBar .wrapper .breadCrumbNav a:after {
  font-weight: normal;
  font-family: "RO Icons";
  display: inline-block;
  vertical-align: middle;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 6px 0 10px;
  display: inline-block;
  font-size: .9375rem;
  line-height: 1em;
  margin: -3px 0 0 0;
  text-decoration: none;
}

#navBar .wrapper .breadCrumbNav a:last-child:after {
  content: '';
  text-decoration: none;
}

#navBar .wrapper .breadCrumbNav span {
  color: #fff;
  font-weight: 700;
}

@media (min-width: 768px) {
  #navBar .wrapper .breadCrumbNav {
    padding: 18px 48px 18px 0;
    line-height: 1.6em;
  }

  #navBar .wrapper .breadCrumbNav a {
    font-size: 1.375rem;
  }

  #navBar .wrapper .breadCrumbNav a:after {
    font-size: 1.125rem;
  }

  #navBar .wrapper .breadCrumbNav span {
    font-size: 1.375rem;
  }
}
@media (min-width: 1200px) {
  #navBar .wrapper .breadCrumbNav a {
    font-size: 1.625rem;
  }

  #navBar .wrapper .breadCrumbNav a:after {
    font-size: 1.25rem;
  }

  #navBar .wrapper .breadCrumbNav span {
    font-size: 1.625rem;
  }
}
body {
  background-color: #fff;
  color: #000;
  border-top-color: #4E4E4E;
}

body #mainwrapper {
  background-color: #fff;
}

#header {
  background-color: #fff;
  background: none;
}

#header .logo {
  background-color: transparent;
}

#header .logo .wrapper {
  background: #fff;
}

#header .titlebar {
  background-color: #d6d7b2;
  color: #000;
}

#header #skip-to-menu,
#header #skip-to-menu:visited {
  background-color: #ebebd9;
  color: #000;
}

#header #search {
  background-color: #777c00;
}

#header #search input {
  border-radius: 0px;
}

#header #search input[type=submit] {
  border-radius: 0px;
  background-color: #ebebd9;
  border: 1px solid #ebebd9;
  color: #000;
}

#header #search input[type=submit]:active,
#header #skip-to-menu:active {
  background-color: #f3f3f3;
}

#navigation .wrapper ul {
  background-color: #777c00;
}

#navigation .wrapper ul a,
#navigation .wrapper ul a:visited {
  border-top-color: #d6d7b2;
  color: #fff;
  background-color: #777c00;
}

#navigation .wrapper ul a:hover,
#navigation .wrapper ul a:visited:hover {
  color: #d6d7b2;
  background-color: #777c00;
}

#navigation .wrapper ul li:nth-child(1) a {
  border-top: none;
}

.js #navigation .wrapper ul li:nth-child(1) a {
  border-top: 1px solid #d6d7b2;
}

#navigation .wrapper li.selected a,
#navigation .wrapper li.selected a:visited {
  color: #fff;
  background-color: #777c00;
}

#navigation .wrapper li.selected a:hover,
#navigation .wrapper li.selected a:visited:hover {
  color: #d6d7b2;
  background-color: #777c00;
}

@media (min-width: 992px) {
  #navigation .wrapper ul {
    background-color: transparent;
  }

  #navigation .wrapper ul li a,
  #navigation .wrapper ul li a:focus,
  #navigation .wrapper ul li a:visited {
    color: #fff;
    background-color: #777c00;
  }

  #navigation .wrapper ul li a:hover,
  #navigation .wrapper ul li a:focus:hover,
  #navigation .wrapper ul li a:visited:hover {
    color: #000;
    background-color: #ebebd9;
  }

  #navigation .wrapper ul li:nth-child(1) a {
    border-top: none;
  }

  .js #navigation .wrapper ul li:nth-child(1) a {
    border-top: none;
  }

  #navigation .wrapper ul li.selected a,
  #navigation .wrapper ul li.selected a:focus,
  #navigation .wrapper ul li.selected a:visited {
    color: #000;
    background-color: #ebebd9;
  }

  #navigation .wrapper ul li.selected a:hover,
  #navigation .wrapper ul li.selected a:focus:hover,
  #navigation .wrapper ul li.selected a:visited:hover {
    color: #000;
    background-color: #ebebd9;
  }
}
@media (min-width: 992px) {
  #navigation.fixeMobileNav .wrapper ul {
    background-color: #777c00;
  }

  #navigation.fixeMobileNav .wrapper ul li a,
  #navigation.fixeMobileNav .wrapper ul li a:focus,
  #navigation.fixeMobileNav .wrapper ul li a:visited {
    border-top-color: #d6d7b2;
    color: #fff;
    background-color: #777c00;
  }

  #navigation.fixeMobileNav .wrapper ul li a:hover,
  #navigation.fixeMobileNav .wrapper ul li a:focus:hover,
  #navigation.fixeMobileNav .wrapper ul li a:visited:hover {
    color: #d6d7b2;
    background-color: #777c00;
  }

  #navigation.fixeMobileNav .wrapper ul li.selected a,
  #navigation.fixeMobileNav .wrapper ul li.selected a:focus,
  #navigation.fixeMobileNav .wrapper ul li.selected a:visited {
    color: #fff;
    background-color: #777c00;
  }

  #navigation.fixeMobileNav .wrapper ul li.selected a:hover,
  #navigation.fixeMobileNav .wrapper ul li.selected a:focus:hover,
  #navigation.fixeMobileNav .wrapper ul li.selected a:visited:hover {
    color: #d6d7b2;
    background-color: #777c00;
  }
}
#main {
  border-top-color: #ebebd9;
}

#main .header {
  background: none;
  background-color: #ebebd9;
}

#main .header .tabs {
  background-color: #ebebd9;
  border-bottom: none;
}

#main .header .tabs li {
  border-top: 1px solid #e6e6e6;
}

@media (min-width: 768px) {
  #main .header .tabs li {
    border-top: none;
  }
}
#main .header .tabs li a,
#main .header .tabs li a:visited {
  background-color: #ebebd9;
  color: #01689b;
}

#main .header .tabs li.selected a,
#main .header .tabs li.selected strong {
  background-color: transparent;
  color: #000;
}

@media (min-width: 768px) {
  #main .header .tabs li.selected a,
  #main .header .tabs li.selected strong {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0px;
  }
}
#main .headline {
  background-color: #f3f3f3;
}

#main .download-chunk {
  background-color: #e6e6e6;
}

#main .reactions ul {
  background-color: #e6e6e6;
}

#main .article .news .headline {
  background-color: #f3f3f3;
}

#main #sitemap {
  background-color: #e6e6e6;
}

#main .breaking .article a p.meta {
  color: #666;
}

.hotspotContainer .hotspotimage ul li a {
  color: #fff;
  background-position: -330px -10px;
}

@media (min-width: 992px) {
  .hotspotContainer .hotspotimage ul li a {
    background-position: -330px -90px;
  }
}
.hotspotContainer .hotspotimage.no-js ul li a,
.hotspotContainer .hotspotimage.numeric ul li a {
  background-position: -330px -10px;
}

.hotspotContainer .hotspotmap .tooltip {
  color: #fff;
  background-color: rgba(119, 124, 0, 0.95);
}

.hotspotContainer .hotspotmap .tooltip h2, .hotspotContainer .hotspotmap .tooltip .search-result-count, .hotspotContainer .hotspotmap .tooltip #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .hotspotContainer .hotspotmap .tooltip a, .hotspotContainer .hotspotmap .tooltip .blk-title,
.hotspotContainer .hotspotmap .tooltip p {
  color: #fff;
}

.hotspotContainer .hotspotmap .tooltip:after {
  border-top: 10px solid rgba(119, 124, 0, 0.95);
}

.hotspotContainer .hotspotmap .tooltip.bottom:after {
  border-bottom: 10px solid rgba(119, 124, 0, 0.8);
}

#content p a {
  text-decoration: none;
}

#content p a:visited {
  color: #0162CD;
}

#content .cols ul li a,
#content .cols ol li a,
#content .topics ul li a,
#content .topics ol li a,
#content .topicsOverview ul li a,
#content .topicsOverview ol li a {
  text-decoration: none;
}

#content ul li a,
#content ol li a {
  text-decoration: none;
}

#content ul li a:visited,
#content ol li a:visited {
  color: #0162CD;
}

#content .common a,
#content a.more {
  text-decoration: none;
}

a {
  color: #01689b;
  text-decoration: none;
}

a:hover {
  color: #0162CD;
}

.sharing .common a,
.sharing .common a:visited {
  color: #01689b;
}

.sharing .common a:hover,
.sharing .common a:visited:hover {
  color: #0162CD;
}

h2, .search-result-count, #tabs .ui-tabs-nav a, .blk-title,
h3,
.content-intro,
.content-header p,
.sidebar .blk-closed .blk-title,
.sidebar .blk-compare .blk-title,
h4 {
  color: #000;
}

a h3, a .content-intro, a .content-header p, .content-header a p, a .sidebar .blk-closed .blk-title, .sidebar .blk-closed a .blk-title, a .sidebar .blk-compare .blk-title, .sidebar .blk-compare a .blk-title {
  color: #01689b;
}

a h3:hover, a .content-intro:hover, a .content-header p:hover, .content-header a p:hover, a .sidebar .blk-closed .blk-title:hover, .sidebar .blk-closed a .blk-title:hover, a .sidebar .blk-compare .blk-title:hover, .sidebar .blk-compare a .blk-title:hover {
  color: #0162CD;
}

#priority h3, #priority .content-intro, #priority .content-header p, .content-header #priority p, #priority .sidebar .blk-closed .blk-title, .sidebar .blk-closed #priority .blk-title, #priority .sidebar .blk-compare .blk-title, .sidebar .blk-compare #priority .blk-title {
  color: #01689b;
}

h1.news {
  color: #000;
}

h1.activity {
  color: #000;
}

h1.faq {
  color: #000;
}

h1.download {
  color: #000;
}

h1.publication,
.article h1.publication {
  color: #000;
}

.superheading.weblog + h1 {
  color: #000;
}

.block h2, .block .search-result-count, .block #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .block a, .block .blk-title {
  color: #000;
  border-top-color: #777c00;
}

.block.spotlight {
  border-top-color: #777c00;
}

#priority h2, #priority .search-result-count, #priority #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #priority a, #priority .blk-title {
  color: #01689b;
  border-top-color: #777c00;
}

#priority h3, #priority .content-intro, #priority .content-header p, .content-header #priority p, #priority .sidebar .blk-closed .blk-title, .sidebar .blk-closed #priority .blk-title, #priority .sidebar .blk-compare .blk-title, .sidebar .blk-compare #priority .blk-title {
  color: #01689b;
}

#aside .block h2, #aside .block .search-result-count, #aside .block #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #aside .block a, #aside .block .blk-title {
  color: #000;
  border-top-color: #777c00;
}

#aside .block.faqs h2, #aside .block.faqs .search-result-count, #aside .block.faqs #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #aside .block.faqs a, #aside .block.faqs .blk-title,
.faqs h2,
.faqs .search-result-count,
.faqs #tabs .ui-tabs-nav a,
#tabs .ui-tabs-nav .faqs a,
.faqs .blk-title {
  border-top-color: #777c00;
}

#aside .more:hover,
#aside .more:focus {
  color: #0162CD;
}

#topic-home,
.header h1 {
  color: #000;
}

.js .thematic h2 a, .js .thematic .search-result-count a, .js .thematic #tabs .ui-tabs-nav a a, #tabs .ui-tabs-nav .js .thematic a a, .js .thematic .blk-title a {
  color: #01689b;
}

.topics a,
.topics a:visited {
  color: #01689b;
}

.topics li a {
  background-color: #ebebd9;
}

@media (min-width: 768px) {
  .topics li a {
    background-color: transparent;
  }
}
.ie7 .topics li a {
  background-color: transparent;
}

.ie8 .topics li a {
  background-color: transparent;
}

a#topic-home {
  color: #01689b;
}

.block a:focus,
.block a:hover,
.block a:focus h3,
.block a:focus .content-intro,
.block a:focus .content-header p,
.content-header .block a:focus p,
.block a:focus .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .block a:focus .blk-title,
.block a:focus .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .block a:focus .blk-title,
.block a:hover h3,
.block a:hover .content-intro,
.block a:hover .content-header p,
.content-header .block a:hover p,
.block a:hover .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .block a:hover .blk-title,
.block a:hover .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .block a:hover .blk-title {
  color: #0162CD;
}

.faqs .common a:focus,
.faqs .common a:hover,
a.faq:focus,
a.faq:hover,
.spotlight a.faq:focus h3,
.spotlight a.faq:focus .content-intro,
.spotlight a.faq:focus .content-header p,
.content-header .spotlight a.faq:focus p,
.spotlight a.faq:focus .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .spotlight a.faq:focus .blk-title,
.spotlight a.faq:focus .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .spotlight a.faq:focus .blk-title,
.spotlight a.faq:hover h3,
.spotlight a.faq:hover .content-intro,
.spotlight a.faq:hover .content-header p,
.content-header .spotlight a.faq:hover p,
.spotlight a.faq:hover .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .spotlight a.faq:hover .blk-title,
.spotlight a.faq:hover .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .spotlight a.faq:hover .blk-title {
  color: #0162CD;
}

.faqs.answers .common a:focus,
.faqs.answers .common a:hover {
  color: #0162CD;
}

.superheading,
.subheading {
  color: #767676;
}

.results .meta,
.block .meta,
.news .headline .meta,
.meta {
  color: #666;
}

.results a:hover {
  color: #0162CD;
}

.results a:hover h3, .results a:hover .content-intro, .results a:hover .content-header p, .content-header .results a:hover p, .results a:hover .sidebar .blk-closed .blk-title, .sidebar .blk-closed .results a:hover .blk-title, .results a:hover .sidebar .blk-compare .blk-title, .sidebar .blk-compare .results a:hover .blk-title {
  color: #0162CD;
}

.news .headline .meta {
  color: #535353;
}

.topics.alphabetical h2, .topics.alphabetical .search-result-count, .topics.alphabetical #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topics.alphabetical a, .topics.alphabetical .blk-title,
.topics.alphabetical h3,
.topics.alphabetical .content-intro,
.topics.alphabetical .content-header p,
.content-header .topics.alphabetical p,
.topics.alphabetical .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .topics.alphabetical .blk-title,
.topics.alphabetical .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .topics.alphabetical .blk-title,
.topics.alphabetical.two-columns h2,
.topics.alphabetical.two-columns .search-result-count,
.topics.alphabetical.two-columns #tabs .ui-tabs-nav a,
#tabs .ui-tabs-nav .topics.alphabetical.two-columns a,
.topics.alphabetical.two-columns .blk-title,
.topics.alphabetical.two-columns h3,
.topics.alphabetical.two-columns .content-intro,
.topics.alphabetical.two-columns .content-header p,
.content-header .topics.alphabetical.two-columns p,
.topics.alphabetical.two-columns .sidebar .blk-closed .blk-title,
.sidebar .blk-closed .topics.alphabetical.two-columns .blk-title,
.topics.alphabetical.two-columns .sidebar .blk-compare .blk-title,
.sidebar .blk-compare .topics.alphabetical.two-columns .blk-title,
.topics.alphabetical.three-columns h2,
.topics.alphabetical.three-columns .search-result-count,
.topics.alphabetical.three-columns #tabs .ui-tabs-nav a,
#tabs .ui-tabs-nav .topics.alphabetical.three-columns a,
.topics.alphabetical.three-columns .blk-title,
.topics.alphabetical .three-columns h2,
.topics.alphabetical .three-columns .search-result-count,
.topics.alphabetical .three-columns #tabs .ui-tabs-nav a,
#tabs .ui-tabs-nav .topics.alphabetical .three-columns a,
.topics.alphabetical .three-columns .blk-title {
  color: #777c00;
}

.notifications a.email:focus,
.notifications a.rss-feed:focus,
.notifications a.email:hover,
.notifications a.rss-feed:hover {
  color: #0162CD;
}

.poll-results li span.fullbar .resultbar {
  background-color: #777c00;
}

.article .poll input[type="submit"] {
  background-color: #01689b;
  color: #fff;
}

.js .article .poll input[type="submit"] {
  cursor: default;
  background-color: #999;
}

.js .article .poll input[type="submit"].enabled {
  cursor: pointer;
  background-color: #01689b;
}

.article .poll label.check,
.article .poll label:hover {
  background-color: #01689b;
}

.calendar {
  border-top: 3px solid #d6d7b2;
}

.calendar img {
  border-top: 3px solid #777c00;
}

.calendar p {
  border-top: 3px solid #777c00;
}

.calendar abbr {
  color: #535353;
}

.calendar .time {
  color: #535353;
}

.formWrapper {
  background-color: #f3f3f3;
}

.formWrapper div {
  overflow: visible;
}

input[type="text"],
select,
textarea,
input[type="password"] {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 2px solid #01689b;
  border-left: 1px solid #fff;
  border-radius: 0px;
}

.header .search input {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 2px solid #01689b;
  border-left: 1px solid #fff;
  border-radius: 0px;
}

form a.open,
form a.close,
form button.open,
form button.close {
  color: #fff;
  background-color: #01689b;
  border-radius: 0px;
}

.js .ui-datepicker .ui-datepicker-close {
  color: #fff;
  background-color: #01689b;
  border-radius: 0px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  background-color: #01689b;
  border-radius: 0px;
}

.checklist div.field {
  min-height: 2.3333em;
}

.topicSearchWrapper .topicSearchForm {
  background-color: #777c00;
}

.topicSearchWrapper .topicSearchForm h2, .topicSearchWrapper .topicSearchForm .search-result-count, .topicSearchWrapper .topicSearchForm #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topicSearchWrapper .topicSearchForm a, .topicSearchWrapper .topicSearchForm .blk-title {
  color: #fff;
}

.topicSearchWrapper .topicSearchForm fieldset input[type="submit"] {
  background-color: #ebebd9;
}

.topicSearchWrapper .ui-autocomplete {
  z-index: 9999;
  border: 1px solid #777c00;
}

.topicSearchWrapper .ui-autocomplete li.ui-state-focus,
.topicSearchWrapper .ui-autocomplete li:hover {
  background-color: #777c00;
  color: #fff;
}

.topicSearchWrapper .topicResults h2, .topicSearchWrapper .topicResults .search-result-count, .topicSearchWrapper .topicResults #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topicSearchWrapper .topicResults a, .topicSearchWrapper .topicResults .blk-title {
  border-color: #777c00;
}

.js .formWrapper .filter .filter-btn {
  color: #01689b;
}

.mediaContainer .mediaOptions a.closeOptionBox {
  background-color: #01689b;
}

.mediaContainer .mediaOptions .mediaOption {
  background-color: #01689b;
}

.mediaContainer a.openOptionBox {
  background-color: #01689b;
}

.hmap .mapAreaDark {
  color: #777c00;
}

.hmap .mapAreaLight {
  color: #fcffb9;
}

.hmap .mapAreaHover {
  color: #F3F3F3;
}

.choose-xl input {
  border-bottom: 2px solid #01689b;
}

.choose-xl button {
  border-top: solid 1px #777c00;
  border-bottom: 2px solid #01689b;
}

.choose-xl .ui-autocomplete {
  border-bottom: 2px solid #01689b;
}

.js .timeline .timelineToggle {
  border-left: solid 3px #777c00;
}

.js .timeline .timelineToggle a {
  color: #01689b;
}

.js .timeline .timelineToggle:last-child span {
  display: none;
}

.js .timeline .timelineMajor {
  border-color: #777c00;
}

.js .timeline .timelineMajor a {
  color: #01689b;
}

.js .timeline .timelineMajor a:before {
  background-color: #777c00;
}

.js .timeline .timelineMajor .timelineMajorMarker a {
  color: #01689b;
}

.js .timeline .timelineMajor .timelineMajorMarker a:before {
  color: #777c00;
  background-color: #fff;
  border: solid 4px #777c00;
}

.js .timeline .timelineMajor .timelineMinor .timelineEventHead h3, .js .timeline .timelineMajor .timelineMinor .timelineEventHead .content-intro, .js .timeline .timelineMajor .timelineMinor .timelineEventHead .content-header p, .content-header .js .timeline .timelineMajor .timelineMinor .timelineEventHead p, .js .timeline .timelineMajor .timelineMinor .timelineEventHead .sidebar .blk-closed .blk-title, .sidebar .blk-closed .js .timeline .timelineMajor .timelineMinor .timelineEventHead .blk-title, .js .timeline .timelineMajor .timelineMinor .timelineEventHead .sidebar .blk-compare .blk-title, .sidebar .blk-compare .js .timeline .timelineMajor .timelineMinor .timelineEventHead .blk-title {
  color: #000;
}

.js .timeline .timelineMajor .timelineMinor .timelineEventHead a:before {
  background-color: #777c00;
}

.js .timeline .timelineMajor .timelineMinor .timelineEventHead a h3, .js .timeline .timelineMajor .timelineMinor .timelineEventHead a .content-intro, .js .timeline .timelineMajor .timelineMinor .timelineEventHead a .content-header p, .content-header .js .timeline .timelineMajor .timelineMinor .timelineEventHead a p, .js .timeline .timelineMajor .timelineMinor .timelineEventHead a .sidebar .blk-closed .blk-title, .sidebar .blk-closed .js .timeline .timelineMajor .timelineMinor .timelineEventHead a .blk-title, .js .timeline .timelineMajor .timelineMinor .timelineEventHead a .sidebar .blk-compare .blk-title, .sidebar .blk-compare .js .timeline .timelineMajor .timelineMinor .timelineEventHead a .blk-title {
  color: #01689b;
}

ul.paging {
  border-color: #01689b;
}

ul.paging li a {
  color: #01689b;
  background-color: #fff;
}

ul.paging li a:hover {
  color: #0162CD;
}

ul.paging li strong {
  color: #fff;
  background-color: #01689b;
  border-radius: 0px;
}

ul.paging span {
  color: #01689b;
}

.results-message {
  background-color: #e6e6e6;
  color: #000;
}

table {
  border: none;
}

table th {
  color: #000;
  background-color: #e6e6e6;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

table td {
  color: #000;
  background-color: #f3f3f3;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

table td a {
  text-decoration: none;
}

table td a:hover {
  text-decoration: none;
}

table td a,
table td p a {
  text-decoration: none;
}

table td a:hover,
table td p a:hover {
  text-decoration: none;
}

.js #priority.carousel .carousel-toggle {
  color: #01689b;
}

.block-audio-video ul {
  background-color: #e6e6e6;
}

.block-audio-video ul li.toggle h2 a, .block-audio-video ul li.toggle .search-result-count a, .block-audio-video ul li.toggle #tabs .ui-tabs-nav a a, #tabs .ui-tabs-nav .block-audio-video ul li.toggle a a, .block-audio-video ul li.toggle .blk-title a {
  background-color: #f3f3f3;
}

.block-audio-video ul li.toggle h2 a:hover, .block-audio-video ul li.toggle .search-result-count a:hover, .block-audio-video ul li.toggle #tabs .ui-tabs-nav a a:hover, #tabs .ui-tabs-nav .block-audio-video ul li.toggle a a:hover, .block-audio-video ul li.toggle .blk-title a:hover {
  background-color: #e6e6e6;
}

.block-audio-video ul li.toggle ul {
  background-color: #f3f3f3;
}

.block-audio-video a {
  color: #000;
}

.twitter-tweet {
  border-color: #777c00;
}

.js .block-audio-video li.toggle li.download a:hover,
.js .block-audio-video li.toggle li.download a:active {
  background-color: #e6e6e6;
}

.leaflet-container .leaflet-bar a,
.leaflet-container .leaflet-bar a:hover {
  background-color: #01689b;
  color: #fff;
}

.leaflet-container .assistive a {
  color: #01689b;
}

.leaflet-container a {
  color: #01689b;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-color: #777c00;
  color: #fff;
}

#swipebox-caption {
  background-color: #f3f3f3;
}

.activityblock .calendarSlider .slide span {
  color: #01689b;
}

.activityblock .calendarSlider .slide a:hover {
  color: #0162CD;
}

.activityOverview .activity .dateNumber {
  color: #01689b;
}

.activityOverview .dateNumber {
  color: #01689b;
}

.activityblock #search-filter-form .formWrapper .accordionHeader {
  border-bottom: 2px solid #777c00;
}

.populairTopicsWrapper .populairTopics .cols ul li a {
  color: #01689b;
}

.populairTopicsWrapper .populairTopics .cols ul li a:hover {
  color: #0162CD;
}

.topicsList .topicsOverview h2, .topicsList .topicsOverview .search-result-count, .topicsList .topicsOverview #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .topicsList .topicsOverview a, .topicsList .topicsOverview .blk-title {
  border-color: #777c00;
}

.topicsList .topicsOverview ul li a {
  color: #01689b;
}

.topicsList .topicsOverview ul li a:hover {
  color: #0162CD;
}

#footer {
  background-color: #777c00;
  border: none;
}

#footer h2, #footer .search-result-count, #footer #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #footer a, #footer .blk-title {
  color: #535353;
  border-color: #b4b4b4;
}

#footer a,
#footer a:visited {
  color: #535353;
}

#footer a:hover {
  color: #535353;
}

#footer .wrapper .payoff span {
  color: #fff;
}

#footer .wrapper .column h2, #footer .wrapper .column .search-result-count, #footer .wrapper .column #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #footer .wrapper .column a, #footer .wrapper .column .blk-title {
  color: #fff;
}

#footer .wrapper .column ul li a {
  color: #fff;
}

#footer .wrapper .column ul li a:visited,
#footer .wrapper .column ul li a:hover {
  color: #fff;
}

#footer .wrapper .column ul li a:hover {
  color: #fff;
}

#header .skiplinks a {
  background: #ebebd9;
  color: #000;
}

#header #skip-to-menu,
#header #skip-to-menu:visited {
  background: #ebebd9 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZjRiOTE0Ny04MTNhLTQyYmUtYmY4Yi1kNDEwZDRlNTNhOTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkQxOEM4NzkxNTYyMTFFNDgyOTI4MzMyQjVDM0ZERDgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkQxOEM4NzgxNTYyMTFFNDgyOTI4MzMyQjVDM0ZERDgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0ZjRiOTE0Ny04MTNhLTQyYmUtYmY4Yi1kNDEwZDRlNTNhOTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGY0YjkxNDctODEzYS00MmJlLWJmOGItZDQxMGQ0ZTUzYTkxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NBmcTAAAACFJREFUeNpiZGBg+M9ABGBiIBIw/v9PlIEkmDgi3QgQYACUVAkHeBoXRQAAAABJRU5ErkJggg==") no-repeat 6px 7px;
}

@media (min-width: 992px) {
  #header #skip-to-menu,
  #header #skip-to-menu:visited {
    background: #ebebd9;
  }

  #header #skip-to-menu.fixeMobileNav,
  #header #skip-to-menu:visited.fixeMobileNav {
    background: #ebebd9 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZjRiOTE0Ny04MTNhLTQyYmUtYmY4Yi1kNDEwZDRlNTNhOTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkQxOEM4NzkxNTYyMTFFNDgyOTI4MzMyQjVDM0ZERDgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkQxOEM4NzgxNTYyMTFFNDgyOTI4MzMyQjVDM0ZERDgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0ZjRiOTE0Ny04MTNhLTQyYmUtYmY4Yi1kNDEwZDRlNTNhOTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGY0YjkxNDctODEzYS00MmJlLWJmOGItZDQxMGQ0ZTUzYTkxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NBmcTAAAACFJREFUeNpiZGBg+M9ABGBiIBIw/v9PlIEkmDgi3QgQYACUVAkHeBoXRQAAAABJRU5ErkJggg==") no-repeat 6px 7px;
  }
}
#header #search input[type=submit] {
  background: #ebebd9 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjIwMzVDNTcxNTZBMTFFNDgyOTI4MzMyQjVDM0ZERDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjIwMzVDNTgxNTZBMTFFNDgyOTI4MzMyQjVDM0ZERDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRDE4Qzg4MjE1NjIxMUU0ODI5MjgzMzJCNUMzRkREOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMjAzNUM1NjE1NkExMUU0ODI5MjgzMzJCNUMzRkREOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pqzml3MAAAB3SURBVHjanFEJDsAgCCv7gv9/gfpGFsxYEAkja1KNbepRwcwQjjEYwEbR1LdcQ2vtCCjFO0L2BLuz1XvvWxDZVWzQ6vSIsiAEIKLDv/ADb2jOyd6MtIVKEf69n5VHRSD7XKk6CpL2nkEb1BZLIR8sV67/JPMtwAA1aeBDPzYbhQAAAABJRU5ErkJggg==") no-repeat 6px 5px;
}

@media (min-width: 1200px) {
  #header .skiplinks #skip-to-menu,
  .hastitle #header .skiplinks #skip-to-menu,
  #header .skiplinks a {
    background: none;
    background-color: #ebebd9;
    color: #000;
    border-color: #777c00;
  }

  #header .skiplinks #skip-to-menu.fixeMobileNav,
  .hastitle #header .skiplinks #skip-to-menu.fixeMobileNav,
  #header .skiplinks a.fixeMobileNav {
    background: #ebebd9 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZjRiOTE0Ny04MTNhLTQyYmUtYmY4Yi1kNDEwZDRlNTNhOTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkQxOEM4NzkxNTYyMTFFNDgyOTI4MzMyQjVDM0ZERDgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkQxOEM4NzgxNTYyMTFFNDgyOTI4MzMyQjVDM0ZERDgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0ZjRiOTE0Ny04MTNhLTQyYmUtYmY4Yi1kNDEwZDRlNTNhOTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGY0YjkxNDctODEzYS00MmJlLWJmOGItZDQxMGQ0ZTUzYTkxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NBmcTAAAACFJREFUeNpiZGBg+M9ABGBiIBIw/v9PlIEkmDgi3QgQYACUVAkHeBoXRQAAAABJRU5ErkJggg==") no-repeat 6px 7px;
  }
}
#header .titlebar {
  font-size: 1.4em;
  line-height: 1.4em;
  height: auto;
  min-width: 30px;
}

@media (min-width: 1200px) {
  #header .titlebar {
    font-size: 1.3333em;
    line-height: 1.3333em;
  }
}
.content-image-left .caption {
  max-width: 320px;
}

#navBar {
  background-color: #777c00;
}

#navBar .wrapper .breadCrumbNav span {
  color: #fff;
}

#navBar .wrapper .breadCrumbNav a {
  color: #fff;
}

#navBar .wrapper .breadCrumbNav a:hover {
  color: #fff;
}

#navBar .toggleNav span {
  background-color: #fff;
}

#navBar .toggleNav span::before,
#navBar .toggleNav span::after {
  background-color: #fff;
}

#navBar .toggleNav.navOpen span {
  background-color: transparent;
}

/* === For DPC changes === */
a:focus {
  outline: 0;
}

a:visited {
  color: #01689b;
}

.main {
  padding-top: 30px;
}

#main .wrapper {
  max-width: 100%;
}

#main .header .wrapper {
  max-width: 1200px;
}

#navigation .wrapper {
  max-width: 1200px;
  min-height: 70px;
}

#header .titlebar .wrapper {
  color: black;
}

.input-abonneren {
  max-width: 40%;
  margin-right: 5px;
  padding-left: .5em;
  padding-right: .5em;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.mapBanner {
  padding: 0;
}

button,
input {
  line-height: 1em;
}

button.action,
input[type="submit"].action,
input[type="reset"].action,
input[type="button"].action,
button.clear-form {
  background-color: #154273;
  border: solid 1px #0a223d;
  border-radius: 2px;
  font-weight: 500;
}

a.remove-item span.fa {
  color: #154273;
}

.basket-viewer button[type="submit"] {
  border-radius: 2px;
  margin-right: 4px;
  border: solid 1px #0a223d;
}

.basket-viewer p.small, .basket-viewer p.copyright {
  clear: both;
  padding-top: 15px;
  font-size: 15px;
  margin-bottom: 25px;
}

button.action:focus {
  box-shadow: 0 0 0 0px #0a223d;
}

.rwd-collapsible-content {
  padding-left: 15px;
}

.js .tabs li {
  display: block;
  float: left;
}

.ivho-date-list > li {
  position: relative;
}

ul.ivho-compact-list {
  padding: 0px;
}

.ivho-list li {
  width: 100%;
}

.ivho-list li a {
  display: inline;
}

.ivho-list li span {
  clear: none;
}

.wrapper {
  position: relative;
}

.basket-list {
  top: 10px;
  right: 54px;
}

.sec-form button.button {
  width: 95px;
  right: 15px;
  margin-top: 3px;
}

@media (max-width: 992px) {
  .header .sec-form {
    position: relative;
    top: 35px;
    /*right:-10px;*/
  }
}
@media (max-width: 1023px) {
  .header .sec-form {
    position: relative;
    right: -10px;
  }
}
@media (min-width: 992px) {
  #main .wrapper #aside {
    margin-left: 5.33333%;
  }

  .form.fancy {
    width: 80%;
    float: left;
  }
}
@media (max-width: 1023px) {
  .basket-list {
    position: absolute;
    margin-right: 0px;
    top: -12px;
    right: 45px;
  }

  .sec-form button.button {
    width: 20px;
  }

  .sec-form button.button span {
    display: none;
  }

  .sec-form button.button span.fa {
    display: block;
  }

  .sec-form button.button {
    width: 20px;
    margin-left: 31px;
  }

  .search-results {
    margin-left: 23px;
  }
}
@media (min-width: 786px) {
  .ivho-filter-form label {
    float: inherit;
    left: 0px;
    width: 100%;
    top: 0px;
  }
}
.js .map {
  height: 100%;
}

.ivho-form input[type="text"] {
  border: 1px solid #0a223d;
  height: 31px;
}

button {
  text-align: center;
}

.fa-angle-down {
  margin-top: -10px;
}

button.action {
  margin-right: 0;
  margin-top: 1px;
}

button.action + button {
  margin-top: 1px;
}

button.action + button[type="reset"] {
  margin-left: 10px;
}

.ivho-collapsible-filter-form legend {
  height: 33px;
  clip: auto;
  color: #535353;
  font-size: 15px;
  font-weight: normal;
  background-color: white;
  border: solid 1px #999;
  left: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 190px;
  width: 86%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

th, td {
  padding: 0;
  vertical-align: top;
  background-color: #fff;
}

p,
pre {
  margin: 0;
}

dt {
  display: inherit;
  width: inherit;
  float: left;
  clear: none;
  font-weight: inherit;
  line-height: inherit;
}

.ivho-table.rating-table th, .ivho-table.rating-table td {
  background-color: transparent;
  border: none;
}

.ivho-inline-filter-form .form-item {
  float: left;
  clear: none;
  margin-right: 5px;
}

.ivho-inline-filter-form button[type='submit'] {
  height: 31px;
}

.abonneren {
  padding-left: 30px;
}

.abonneren p {
  margin-bottom: 30px;
}

table.org-details td {
  background-color: #fff;
}

.map {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.two-col .form-item {
  background-color: white;
}

div.form-item label {
  left: 0;
}

div.form-item label input[type=radio] {
  position: relative;
}

form.ivho-form.two-col.l-2of3 {
  padding-top: 30px;
}

legend {
  position: relative !important;
  display: block !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: auto;
  height: auto;
  border: 0;
}

.mandatory {
  margin-top: 2em;
}

.ivho-collapsible-filter-form .ivho-icon-info {
  top: auto;
}

table.org-details td {
  background-color: transparent;
}

.tab-content .ivho-legend {
  display: inline-block;
}
.tab-content .ivho-legend .ivho-list {
  float: left;
}

table td {
  border-bottom: 0px;
  border-right: 0px;
}

.sec-form {
  margin-right: 40px;
}

.tabs li {
  border-top: 0px;
}

.tabs a, .tabs strong {
  display: inline;
  padding: 0px;
}

.tabs strong {
  color: #535353;
}

form div.clearFieldWrapper {
  display: inline;
}

form div.clearFieldWrapper .clearField.active {
  display: none;
}

.course-name {
  font-weight: bold;
}

a.course-name:hover {
  text-decoration: underline;
}

.title-schoolsoort {
  margin: 12px;
}

.heading {
  padding-right: 10px;
}

#payoff {
  padding-top: 8px;
}

h2, .search-result-count, #tabs .ui-tabs-nav a, .blk-title {
  font-family: "RO Sans",Calibri,sans-serif;
}

#footer h2, #footer .search-result-count, #footer #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #footer a, #footer .blk-title {
  line-height: 33px;
}

#map-canvas {
  height: 200px;
}

@media (max-width: 992px) {
  .search-results {
    margin-left: 20px;
    padding-right: 15px;
  }

  .main > h2, .main > .search-result-count, #tabs .ui-tabs-nav .main > a, .main > .blk-title {
    margin-left: 20px;
  }

  #topic-home, .header h1 {
    padding-top: 1.8em;
  }

  .title-schoolsoort {
    padding-top: 2.8em;
  }
}
@media (min-width: 320px) {
  .line {
    margin: 10px;
  }

  .tab-content.l-2of3 h2, .tab-content.l-2of3 .search-result-count, .tab-content.l-2of3 #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .tab-content.l-2of3 a, .tab-content.l-2of3 .blk-title {
    margin-left: 0px;
    padding: 0px;
  }

  .compare-sheet.basket-viewer {
    margin-left: 5px;
  }
}
.beoordeling .status-label {
  display: inline;
}

.form-item.form-melding {
  display: block;
}

@media (min-width: 768px) {
  label {
    margin-right: 0px;
  }
}
input[type="checkbox"], input[type="radio"] {
  position: relative;
  margin-top: -5px;
}

@media (min-width: 1024px) {
  .two-col fieldset fieldset label {
    margin-left: 0px;
    width: 60%;
  }
}
.no-results {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 1024px) {
  .search-results .sec-form label {
    display: none;
  }
}
@media (max-width: 992px) {
  .btn {
    margin-left: -158px;
    margin-top: 10px;
  }

  .form.fancy {
    width: 100%;
  }
}
.btn {
  margin: 0px;
  margin-left: 10px;
}

.compare-sheet .sec-form {
  margin-right: 0px;
}

.edu-location {
  float: left;
}

#mainwrapper {
  overflow-x: scroll;
}

.faux-heading-serif {
  float: left;
  width: 100%;
}

.search-results .sec-form {
  margin-right: 0px;
}

.ivho-form.two-col.l-2of3 {
  float: left;
}

.fa-li.fa.fa-angle-right.fa-fw.fa-lg {
  position: static;
}

div.formWrapper.eform .form-item {
  background-color: transparent;
}

div.form-item label {
  width: inherit;
  float: none;
  color: #535353;
}

.form.fancy {
  margin-top: 40px;
}

.formWrapper, .form-pre-wrapper {
  padding-right: 10px;
}

.formWrapper div, .form-pre-wrapper {
  padding-left: 0px;
}

.form.sec-form.fancy {
  margin-top: 0px;
}

#mainResults h2, #mainResults .search-result-count, #mainResults #tabs .ui-tabs-nav a, #tabs .ui-tabs-nav #mainResults a, #mainResults .blk-title {
  color: #777C00;
}

h3, .content-intro, .content-header p, .sidebar .blk-closed .blk-title, .sidebar .blk-compare .blk-title,
h2,
.search-result-count,
#tabs .ui-tabs-nav a,
.blk-title,
body {
  color: #535353;
}

dt,
dd {
  font-size: 18px;
}

dt + dd {
  float: left;
  clear: both;
  margin-left: 0px;
}

table.org-details {
  margin-top: 25px;
  width: 100%;
}

.tab-content .org-details tr td:first-child {
  width: 40%;
}

.two-col {
  margin-top: 1.46667rem;
}

.pagetype-description {
  margin: 10px 0px 8px 12px;
  float: left;
}

#tabs .ui-tabs-nav a.tab-title {
  margin: 0px;
  font-size: 1.17rem;
  padding: .5em 1em;
  color: #535353;
  font-family: "RO-serif";
}

#tabs h2, #tabs .search-result-count, #tabs .ui-tabs-nav a, #tabs .blk-title {
  color: #777C00;
}

.ui-widget {
  font-family: "RO Sans",Calibri,sans-serif;
  font-size: 1em;
}

h2, .search-result-count, #tabs .ui-tabs-nav a, .blk-title, .search-result-count, #tabs .ui-tabs-nav a, .blk-title {
  color: #777C00;
  line-height: 2.2rem;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  h2, .search-result-count, #tabs .ui-tabs-nav a, .blk-title, .search-result-count, #tabs .ui-tabs-nav a, .blk-title {
    margin: 1.46667rem 0 1.46667rem;
  }
}

h3, .content-intro, .content-header p, .sidebar .blk-closed .blk-title, .sidebar .blk-compare .blk-title, .content-intro, .content-header p, .sidebar .blk-closed .blk-title, .sidebar .blk-compare .blk-title, .sidebar .blk-compare .blk-title {
  font-size: 1.17rem;
  line-height: 1.46667rem;
}

.beoordeling.oordeelschaal {
  width: 105px;
}

input, select, textarea, button {
  font-size: inherit;
}

.ivho-form {
  font-family: "RO Sans",Calibri,sans-serif;
  font-size: 15px;
  overflow: hidden;
}

button.action,
button.action + button {
  height: 31px;
  margin-top: 0px;
}

/*@import "print";*/
