@charset "UTF-8";
/* Functional Colors */
/* PLACEHOLDERS */
/* SOCIAL */
@import url("/_cdn/sites/anva/fonts/anva-icomoon/style.css");
.white {
  color: #FFF !important; }

.white-bg {
  background-color: #FFF !important; }

/*!
 *  Font Awesome 4.6.3 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.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, ul.check-list li:before, section.block_targetgroupcontent ul li:before, footer#site-footer .footer-sitemap ul a:hover:before {
  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.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, ul.check-list li.fa-pull-left:before, section.block_targetgroupcontent ul li.fa-pull-left:before, footer#site-footer .footer-sitemap ul a.fa-pull-left:hover:before {
  margin-right: .3em; }

.fa.fa-pull-right, ul.check-list li.fa-pull-right:before, section.block_targetgroupcontent ul li.fa-pull-right:before, footer#site-footer .footer-sitemap ul a.fa-pull-right:hover:before {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, ul.check-list li.pull-left:before, section.block_targetgroupcontent ul li.pull-left:before, footer#site-footer .footer-sitemap ul a.pull-left:hover:before {
  margin-right: .3em; }

.fa.pull-right, ul.check-list li.pull-right:before, section.block_targetgroupcontent ul li.pull-right:before, footer#site-footer .footer-sitemap ul a.pull-right:hover:before {
  margin-left: .3em; }

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

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

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

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

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

.fa-inverse {
  color: #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-f:before,
.fa-facebook:before {
  content: ""; }

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

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

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

.fa-feed:before,
.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,
.fa-gratipay: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-pp: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-resistance:before,
.fa-rebel:before {
  content: ""; }

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.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: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

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

.fa-stop-circle:before {
  content: ""; }

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

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

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

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

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

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .cookiebanner button > .caret,
  .dropup > .btn > .caret,
  .cookiebanner .dropup > button > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive, section.block_content img, section.block_productcontent img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 41px; }

h2, .h2 {
  font-size: 34px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 1200px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

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

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

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

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

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

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

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

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

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

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

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

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 49px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .cookiebanner .input-group-lg > .input-group-btn > button.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .cookiebanner .input-group-sm > .input-group-btn > button.form-control-static {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .cookiebanner .input-group-sm > .input-group-btn > button {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .cookiebanner .input-group-lg > .input-group-btn > button {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .cookiebanner .input-group-lg > .input-group-btn > button + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .cookiebanner .input-group-sm > .input-group-btn > button + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn, .cookiebanner button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .cookiebanner button:focus, .btn.focus, .cookiebanner button.focus, .btn:active:focus, .cookiebanner button:active:focus, .btn:active.focus, .cookiebanner button:active.focus, .btn.active:focus, .cookiebanner button.active:focus, .btn.active.focus, .cookiebanner button.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .cookiebanner button:hover, .btn:focus, .cookiebanner button:focus, .btn.focus, .cookiebanner button.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .cookiebanner button:active, .btn.active, .cookiebanner button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .cookiebanner button.disabled, .btn[disabled], .cookiebanner button[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] .cookiebanner button,
  .cookiebanner fieldset[disabled] button {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e5e5;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary, .cookiebanner button {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .cookiebanner button:focus, .btn-primary.focus, .cookiebanner button.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover, .cookiebanner button:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .cookiebanner button:active, .btn-primary.active, .cookiebanner button.active,
  .open > .btn-primary.dropdown-toggle,
  .cookiebanner .open > button.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .cookiebanner button:active:hover, .btn-primary:active:focus, .cookiebanner button:active:focus, .btn-primary:active.focus, .cookiebanner button:active.focus, .btn-primary.active:hover, .cookiebanner button.active:hover, .btn-primary.active:focus, .cookiebanner button.active:focus, .btn-primary.active.focus, .cookiebanner button.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .cookiebanner .open > button.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .cookiebanner .open > button.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    .cookiebanner .open > button.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .cookiebanner button:active, .btn-primary.active, .cookiebanner button.active,
  .open > .btn-primary.dropdown-toggle,
  .cookiebanner .open > button.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .cookiebanner button.disabled:hover, .btn-primary.disabled:focus, .cookiebanner button.disabled:focus, .btn-primary.disabled.focus, .cookiebanner button.disabled.focus, .btn-primary[disabled]:hover, .cookiebanner button[disabled]:hover, .btn-primary[disabled]:focus, .cookiebanner button[disabled]:focus, .btn-primary[disabled].focus, .cookiebanner button[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .cookiebanner button:hover,
  .cookiebanner fieldset[disabled] button:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .cookiebanner button:focus,
  .cookiebanner fieldset[disabled] button:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .cookiebanner button.focus,
  .cookiebanner fieldset[disabled] button.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge, .cookiebanner button .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .cookiebanner .btn-group-lg > button {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn, .cookiebanner .btn-group-sm > button {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, .cookiebanner .btn-group-xs > button {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 1200px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .cookiebanner .btn-group > button,
  .btn-group-vertical > .btn,
  .cookiebanner .btn-group-vertical > button {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .cookiebanner .btn-group > button:hover, .btn-group > .btn:focus, .cookiebanner .btn-group > button:focus, .btn-group > .btn:active, .cookiebanner .btn-group > button:active, .btn-group > .btn.active, .cookiebanner .btn-group > button.active,
    .btn-group-vertical > .btn:hover,
    .cookiebanner .btn-group-vertical > button:hover,
    .btn-group-vertical > .btn:focus,
    .cookiebanner .btn-group-vertical > button:focus,
    .btn-group-vertical > .btn:active,
    .cookiebanner .btn-group-vertical > button:active,
    .btn-group-vertical > .btn.active,
    .cookiebanner .btn-group-vertical > button.active {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .cookiebanner button + .btn, .cookiebanner .btn-group button + .btn, .btn-group .cookiebanner .btn + button, .cookiebanner .btn-group .btn + button, .btn-group .cookiebanner button + button, .cookiebanner .btn-group button + button,
.btn-group .btn + .btn-group,
.btn-group .cookiebanner button + .btn-group,
.cookiebanner .btn-group button + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .cookiebanner .btn-group + button,
.cookiebanner .btn-group .btn-group + button,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar .cookiebanner button, .cookiebanner .btn-toolbar button,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .cookiebanner .btn-toolbar > button,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .cookiebanner .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .cookiebanner .btn-group > button:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .cookiebanner .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .cookiebanner .btn-group > button:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .cookiebanner .btn-group > .btn-group:not(:first-child):not(:last-child) > button {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .cookiebanner .btn-group > .btn-group:first-child:not(:last-child) > button:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .cookiebanner .btn-group > .btn-group:last-child:not(:first-child) > button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, .cookiebanner .btn-group > button + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .cookiebanner .btn-group-lg.btn-group > button + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret, .cookiebanner button .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .cookiebanner .btn-group-lg > button .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .cookiebanner .btn-group-lg > button .caret, .cookiebanner .dropup .btn-group-lg > button .caret {
  border-width: 0 5px 5px; }


.btn-group-vertical > .btn,
.cookiebanner .btn-group-vertical > button,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.cookiebanner .btn-group-vertical > .btn-group > button {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }


.btn-group-vertical > .btn-group > .btn,
.cookiebanner .btn-group-vertical > .btn-group > button {
  float: none; }

.btn-group-vertical > .btn + .btn, .cookiebanner .btn-group-vertical > button + .btn, .cookiebanner .btn-group-vertical > .btn + button, .cookiebanner .btn-group-vertical > button + button,
.btn-group-vertical > .btn + .btn-group,
.cookiebanner .btn-group-vertical > button + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.cookiebanner .btn-group-vertical > .btn-group + button,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .cookiebanner .btn-group-vertical > button:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .cookiebanner .btn-group-vertical > button:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .cookiebanner .btn-group-vertical > button:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .cookiebanner .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .cookiebanner .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .cookiebanner .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, .cookiebanner .btn-group-justified > button,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .cookiebanner button, .cookiebanner .btn-group-justified > .btn-group button {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], .cookiebanner [data-toggle="buttons"] > button input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.cookiebanner [data-toggle="buttons"] > button input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.cookiebanner [data-toggle="buttons"] > .btn-group > button input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.cookiebanner [data-toggle="buttons"] > .btn-group > button input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .cookiebanner .input-group-sm > .input-group-btn > button.input-group-addon {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .cookiebanner .input-group-lg > .input-group-btn > button.input-group-addon {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.cookiebanner .input-group-btn:first-child > button,
.input-group-btn:first-child > .btn-group > .btn,
.cookiebanner .input-group-btn:first-child > .btn-group > button,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.cookiebanner .input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.cookiebanner .input-group-btn:last-child > .btn-group:not(:last-child) > button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.cookiebanner .input-group-btn:last-child > button,
.input-group-btn:last-child > .btn-group > .btn,
.cookiebanner .input-group-btn:last-child > .btn-group > button,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.cookiebanner .input-group-btn:first-child > button:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.cookiebanner .input-group-btn:first-child > .btn-group:not(:first-child) > button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .cookiebanner .input-group-btn > button {
    position: relative; }
    .input-group-btn > .btn + .btn, .cookiebanner .input-group-btn > button + .btn, .cookiebanner .input-group-btn > .btn + button, .cookiebanner .input-group-btn > button + button {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .cookiebanner .input-group-btn > button:hover, .input-group-btn > .btn:focus, .cookiebanner .input-group-btn > button:focus, .input-group-btn > .btn:active, .cookiebanner .input-group-btn > button:active {
      z-index: 2; }
  
  .input-group-btn:first-child > .btn,
  .cookiebanner .input-group-btn:first-child > button,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  
  .input-group-btn:last-child > .btn,
  .cookiebanner .input-group-btn:last-child > button,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 1200px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 1200px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 1200px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 1200px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 1200px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 1200px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 1200px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 1200px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 1199px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 1200px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 14px;
          padding-bottom: 14px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 1199px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .cookiebanner .btn-group-sm > button.navbar-btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .cookiebanner .btn-group-xs > button.navbar-btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px; }
  @media (min-width: 1200px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 1200px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5d5d;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 1199px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090808; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090808; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090808;
    color: #fff; }
  @media (max-width: 1199px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label, .cookiebanner button .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, .cookiebanner button .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .cookiebanner .btn-group-xs > button .badge,
  .btn-group-xs > .btn .badge,
  .cookiebanner .btn-group-xs > button .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 72px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive, section.block_content .youtube, section.block_productcontent .youtube {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item, section.block_content .youtube .embed-responsive-item, section.block_productcontent .youtube .embed-responsive-item,
  .embed-responsive iframe,
  section.block_content .youtube iframe,
  section.block_productcontent .youtube iframe,
  .embed-responsive embed,
  section.block_content .youtube embed,
  section.block_productcontent .youtube embed,
  .embed-responsive object,
  section.block_content .youtube object,
  section.block_productcontent .youtube object,
  .embed-responsive video,
  section.block_content .youtube video,
  section.block_productcontent .youtube video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9, section.block_content .youtube, section.block_productcontent .youtube {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .cookiebanner button + .btn, .cookiebanner .modal-footer button + .btn, .modal-footer .cookiebanner .btn + button, .cookiebanner .modal-footer .btn + button, .modal-footer .cookiebanner button + button, .cookiebanner .modal-footer button + button {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .cookiebanner button + .btn, .cookiebanner .modal-footer .btn-group button + .btn, .modal-footer .btn-group .cookiebanner .btn + button, .cookiebanner .modal-footer .btn-group .btn + button, .modal-footer .btn-group .cookiebanner button + button, .cookiebanner .modal-footer .btn-group button + button {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
  position: static; }

.yamm .container {
  position: relative; }

.yamm .dropdown-menu {
  left: auto; }

.yamm .yamm-content {
  padding: 20px 30px; }

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c3c3; }
  .selectric-hover .selectric .button {
    color: #a2a1a1; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a1a1; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c3c3; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%;
    display: none; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c3c3;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/**

FONT FAMILY LOADER


@include font-face(Samplino, fonts/Samplino);

- Rendered as CSS:
@font-face {
    font-family: "Samplino";
    src: url("fonts/Samplino.eot?") format("eot"),
         url("fonts/Samplino.woff2") format("woff2"),
         url("fonts/Samplino.woff") format("woff"),
         url("fonts/Samplino.ttf") format("truetype"),
         url("fonts/Samplino.svg#Samplino") format("svg");
}

*/
@font-face {
  font-family: "sansa";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/sansapro/sansapro-semibold-webfont.eot?") format("eot"), url("../fonts/sansapro/sansapro-semibold-webfont.woff2") format("woff2"), url("../fonts/sansapro/sansapro-semibold-webfont.woff") format("woff"), url("../fonts/sansapro/sansapro-semibold-webfont.ttf") format("truetype"), url("../fonts/sansapro/sansapro-semibold-webfont.svg#sansa") format("svg"); }

@font-face {
  font-family: "sansa";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/sansapro/sansapro-bold-webfont.eot?") format("eot"), url("../fonts/sansapro/sansapro-bold-webfont.woff2") format("woff2"), url("../fonts/sansapro/sansapro-bold-webfont.woff") format("woff"), url("../fonts/sansapro/sansapro-bold-webfont.ttf") format("truetype"), url("../fonts/sansapro/sansapro-bold-webfont.svg#sansa") format("svg"); }

@font-face {
  font-family: "proximanova";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/proxima/proximanova-light.eot?") format("eot"), url("../fonts/proxima/proximanova-light.woff") format("woff"), url("../fonts/proxima/proximanova-light.ttf") format("truetype"), url("../fonts/proxima/proximanova-light.svg#proximanova") format("svg"); }

@font-face {
  font-family: "proximanova";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/proxima/proximanova-lightit.eot?") format("eot"), url("../fonts/proxima/proximanova-lightit.woff") format("woff"), url("../fonts/proxima/proximanova-lightit.ttf") format("truetype"), url("../fonts/proxima/proximanova-lightit.svg#proximanova") format("svg"); }

@font-face {
  font-family: "proximanova";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/proxima/proximanova-regular.eot?") format("eot"), url("../fonts/proxima/proximanova-regular.woff") format("woff"), url("../fonts/proxima/proximanova-regular.ttf") format("truetype"), url("../fonts/proxima/proximanova-regular.svg#proximanova") format("svg"); }

@font-face {
  font-family: "proximanova";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/proxima/proximanova-regitalic.eot?") format("eot"), url("../fonts/proxima/proximanova-regitalic.woff") format("woff"), url("../fonts/proxima/proximanova-regitalic.ttf") format("truetype"), url("../fonts/proxima/proximanova-regitalic.svg#proximanova") format("svg"); }

@font-face {
  font-family: "proximanova";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/proxima/proximanova-bold.eot?") format("eot"), url("../fonts/proxima/proximanova-bold.woff") format("woff"), url("../fonts/proxima/proximanova-bold.ttf") format("truetype"), url("../fonts/proxima/proximanova-bold.svg#proximanova") format("svg"); }

@font-face {
  font-family: "proximanova";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/proxima/proximanova-boldit.eot?") format("eot"), url("../fonts/proxima/proximanova-boldit.woff") format("woff"), url("../fonts/proxima/proximanova-boldit.ttf") format("truetype"), url("../fonts/proxima/proximanova-boldit.svg#proximanova") format("svg"); }

@font-face {
  font-family: "quadon";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/quadon/quadon_light-webfont.eot?") format("eot"), url("../fonts/quadon/quadon_light-webfont.woff2") format("woff2"), url("../fonts/quadon/quadon_light-webfont.woff") format("woff"), url("../fonts/quadon/quadon_light-webfont.ttf") format("truetype"), url("../fonts/quadon/quadon_light-webfont.svg#quadon") format("svg"); }

@font-face {
  font-family: "quadon";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/quadon/quadon_lightitalic-webfont.eot?") format("eot"), url("../fonts/quadon/quadon_lightitalic-webfont.woff2") format("woff2"), url("../fonts/quadon/quadon_lightitalic-webfont.woff") format("woff"), url("../fonts/quadon/quadon_lightitalic-webfont.ttf") format("truetype"), url("../fonts/quadon/quadon_lightitalic-webfont.svg#quadon") format("svg"); }

@font-face {
  font-family: "quadon";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/quadon/quadon_medium-webfont.eot?") format("eot"), url("../fonts/quadon/quadon_medium-webfont.woff2") format("woff2"), url("../fonts/quadon/quadon_medium-webfont.woff") format("woff"), url("../fonts/quadon/quadon_medium-webfont.ttf") format("truetype"), url("../fonts/quadon/quadon_medium-webfont.svg#quadon") format("svg"); }

@font-face {
  font-family: "quadon";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/quadon/quadon_mediumitalic-webfont.eot?") format("eot"), url("../fonts/quadon/quadon_mediumitalic-webfont.woff2") format("woff2"), url("../fonts/quadon/quadon_mediumitalic-webfont.woff") format("woff"), url("../fonts/quadon/quadon_mediumitalic-webfont.ttf") format("truetype"), url("../fonts/quadon/quadon_mediumitalic-webfont.svg#quadon") format("svg"); }

@font-face {
  font-family: "quadon";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/quadon/quadon_bold-webfont.eot?") format("eot"), url("../fonts/quadon/quadon_bold-webfont.woff2") format("woff2"), url("../fonts/quadon/quadon_bold-webfont.woff") format("woff"), url("../fonts/quadon/quadon_bold-webfont.ttf") format("truetype"), url("../fonts/quadon/quadon_bold-webfont.svg#quadon") format("svg"); }

@font-face {
  font-family: "quadon";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/quadon/quadon_bolditalic-webfont.eot?") format("eot"), url("../fonts/quadon/quadon_bolditalic-webfont.woff2") format("woff2"), url("../fonts/quadon/quadon_bolditalic-webfont.woff") format("woff"), url("../fonts/quadon/quadon_bolditalic-webfont.ttf") format("truetype"), url("../fonts/quadon/quadon_bolditalic-webfont.svg#quadon") format("svg"); }

@font-face {
  font-family: "quadon";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/quadon/quadon_extrabold-webfont.eot?") format("eot"), url("../fonts/quadon/quadon_extrabold-webfont.woff2") format("woff2"), url("../fonts/quadon/quadon_extrabold-webfont.woff") format("woff"), url("../fonts/quadon/quadon_extrabold-webfont.ttf") format("truetype"), url("../fonts/quadon/quadon_extrabold-webfont.svg#quadon") format("svg"); }

@font-face {
  font-family: "quadon";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/quadon/quadon_extrabolditalic-webfont.eot?") format("eot"), url("../fonts/quadon/quadon_extrabolditalic-webfont.woff2") format("woff2"), url("../fonts/quadon/quadon_extrabolditalic-webfont.woff") format("woff"), url("../fonts/quadon/quadon_extrabolditalic-webfont.ttf") format("truetype"), url("../fonts/quadon/quadon_extrabolditalic-webfont.svg#quadon") format("svg"); }

@font-face {
  font-family: "quadon";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/quadon/quadon_black-webfont.eot?") format("eot"), url("../fonts/quadon/quadon_black-webfont.woff2") format("woff2"), url("../fonts/quadon/quadon_black-webfont.woff") format("woff"), url("../fonts/quadon/quadon_black-webfont.ttf") format("truetype"), url("../fonts/quadon/quadon_black-webfont.svg#quadon") format("svg"); }

@font-face {
  font-family: "quadon";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/quadon/quadon_blackitalic-webfont.eot?") format("eot"), url("../fonts/quadon/quadon_blackitalic-webfont.woff2") format("woff2"), url("../fonts/quadon/quadon_blackitalic-webfont.woff") format("woff"), url("../fonts/quadon/quadon_blackitalic-webfont.ttf") format("truetype"), url("../fonts/quadon/quadon_blackitalic-webfont.svg#quadon") format("svg"); }

@font-face {
  font-family: "quadon";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/quadon/quadon_heavy-webfont.eot?") format("eot"), url("../fonts/quadon/quadon_heavy-webfont.woff2") format("woff2"), url("../fonts/quadon/quadon_heavy-webfont.woff") format("woff"), url("../fonts/quadon/quadon_heavy-webfont.ttf") format("truetype"), url("../fonts/quadon/quadon_heavy-webfont.svg#quadon") format("svg"); }

@font-face {
  font-family: "quadon";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/quadon/quadon_heavyitalic-webfont.eot?") format("eot"), url("../fonts/quadon/quadon_heavyitalic-webfont.woff2") format("woff2"), url("../fonts/quadon/quadon_heavyitalic-webfont.woff") format("woff"), url("../fonts/quadon/quadon_heavyitalic-webfont.ttf") format("truetype"), url("../fonts/quadon/quadon_heavyitalic-webfont.svg#quadon") format("svg"); }

body {
  font-family: "proximanova"; }

.text-proximanova, nav.breadcrumb ul.demo-submenu li.demo-button .btn, nav.breadcrumb ul.demo-submenu li.demo-button .cookiebanner button, .cookiebanner nav.breadcrumb ul.demo-submenu li.demo-button button {
  font-family: "proximanova"; }

.text-quadon, section.block_targetgroupcontent ul {
  font-family: "quadon"; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts//fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts//fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts//fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts//fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts//fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, ul.check-list li:before, section.block_targetgroupcontent ul li:before, footer#site-footer .footer-sitemap ul a:hover:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal; }

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

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, ul.check-list li.fa-pull-left:before, section.block_targetgroupcontent ul li.fa-pull-left:before, footer#site-footer .footer-sitemap ul a.fa-pull-left:hover:before {
  margin-right: .3em; }

.fa.fa-pull-right, ul.check-list li.fa-pull-right:before, section.block_targetgroupcontent ul li.fa-pull-right:before, footer#site-footer .footer-sitemap ul a.fa-pull-right:hover:before {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, ul.check-list li.pull-left:before, section.block_targetgroupcontent ul li.pull-left:before, footer#site-footer .footer-sitemap ul a.pull-left:hover:before {
  margin-right: .3em; }

.fa.pull-right, ul.check-list li.pull-right:before, section.block_targetgroupcontent ul li.pull-right:before, footer#site-footer .footer-sitemap ul a.pull-right:hover:before {
  margin-left: .3em; }

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  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, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

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

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

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

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

.fa-inverse {
  color: #ffffff; }

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

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

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

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-square:before {
  content: "\f0c8"; }

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

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

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

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

.fa-columns:before {
  content: "\f0db"; }

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

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

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

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

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

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

.fa-exchange:before {
  content: "\f0ec"; }

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

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

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

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

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

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

.fa-beer:before {
  content: "\f0fc"; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

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

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

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

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

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b"; }

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

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

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

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

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

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

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

.fa-crop:before {
  content: "\f125"; }

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

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

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

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

.fa-microphone:before {
  content: "\f130"; }

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

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

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

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

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

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

.fa-gbp:before {
  content: "\f154"; }

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

.fa-dropbox:before {
  content: "\f16b"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

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

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

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193"; }

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

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

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

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

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

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

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

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

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

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

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-history:before {
  content: "\f1da"; }

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

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

/**

Generate responsive fontsizes, accepts a list with fontsize and lineheight

$pFontSizes: (
  768px  : (15px, 1.3),
  900px: (17px, 1.4),
  1440px : (19px, 1.45)
);

use like:

p {
  @include font-size($pFontSizes);
}

*/
/**
Media queries

a. Regular media query mixins.
b. Bootstrap specific media query mixins.
*/
/* =============================================================================
   Media queries for bootstrap.
   ========================================================================== */
.columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px; }

.columns-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px; }

.columns-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px; }

.bg-blue-dark {
  background: #00507d; }

.bg-blue-light {
  background: #168ED1; }

.bg-grey-light {
  background: #F0F1F3; }

.bg-grey-lighter {
  background: #F0F1F3; }

.bg-yellow, .bg-orange {
  background: #f9b233; }

hr.stripes {
  height: 15px;
  border: none;
  opacity: 0.75;
  filter: alpha(opacity=75); }
  hr.stripes.stripes_light, section.block_productlist .post-list.product-list .post:hover hr.stripes, section.block_employeearchive .post-list.team-list .post-wrap.vacany-block .post hr.stripes {
    background-image: url("../img/base/stripes-white-flipped.svg");
    background-repeat: repeat;
    background-size: 8px; }
  hr.stripes.stripes_dark {
    background-image: url("../img/base/stripes-blue-dark-flipped.svg");
    background-repeat: repeat;
    background-size: 8px; }

@media (min-width: 992px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

ul.arrow-icon-list {
  list-style: none; }
  ul.arrow-icon-list li > a {
    position: relative;
    padding-right: 25px;
    display: inline-block; }
    ul.arrow-icon-list li > a:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'anva-icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e900';
      position: absolute;
      right: 0; }

ul.news-list {
  list-style: none;
  padding: 0; }
  ul.news-list li > a time, ul.news-list li > a p {
    float: left;
    margin-bottom: 0;
    font-size: 15px;
    position: relative; }
  ul.news-list li > a time {
    font-size: 14px;
    margin-right: 10px;
    font-weight: 100;
    top: 0; }
  ul.news-list li > a p {
    top: -3px;
    left: -2px; }

ul.check-list, section.block_targetgroupcontent ul {
  list-style: none; }
  ul.check-list li, section.block_targetgroupcontent ul li {
    position: relative;
    padding-left: 35px;
    display: inline-block; }
    ul.check-list li:before, section.block_targetgroupcontent ul li:before {
      content: '\f00c';
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      color: #7ECC2C;
      font-size: 20px; }

.read-more {
  position: relative;
  padding-right: 25px;
  color: #008cd3;
  cursor: pointer;
  border: none;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none; }
  .read-more:before {
    font-family: 'anva-icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .read-more:focus {
    outline: none; }
  .read-more.read-more-left {
    padding-right: 0;
    padding-left: 25px; }
    .read-more.read-more-left:before {
      position: absolute;
      right: auto;
      top: 3px;
      left: -5px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .read-more:hover {
    text-decoration: underline; }
  .read-more:before {
    text-decoration: underline; }
  .read-more:before {
    text-decoration: none; }
  .read-more:hover:before {
    text-decoration: none; }

.bg-image {
  background: no-repeat center;
  background-size: cover; }

.new-corner,
.update-corner {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 50px;
  top: 8px;
  left: -17px; }
  .new-corner::before,
  .update-corner::before {
    position: absolute; }
  .new-corner:after,
  .update-corner:after {
    position: absolute;
    left: 50%;
    bottom: 5px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-transform: uppercase;
    font-weight: 700; }
  .new-corner.corner_right,
  .update-corner.corner_right {
    right: 0;
    left: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.new-corner:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid #f9b233; }

.new-corner:after {
  content: 'nieuw'; }

.update-corner:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid #008cd3; }

.update-corner:after {
  content: 'update';
  color: #fff; }

.stripped-half-bg, .stripped-half-bg-dark, .stripped-full-bg {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .stripped-half-bg:after, .stripped-half-bg-dark:after, .stripped-full-bg:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    height: 4500px;
    width: 100%;
    width: 100vw;
    top: -2250px;
    right: -90%;
    right: -90vw;
    background: repeating-linear-gradient(90deg, #f5f5f5, #f5f5f5 0.72px, transparent 0.72px, transparent 5.84px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.stripped-full-bg:after {
  right: -25vw; }

.stripped-half-bg-dark:after {
  background: repeating-linear-gradient(90deg, rgba(0, 80, 125, 0.4), rgba(0, 80, 125, 0.4) 0.72px, transparent 0.72px, transparent 5.84px); }

.section-bg {
  max-width: 45%;
  max-width: calc(50% - 30px);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .section-bg.section-bg-left {
    top: calc(50% - 45px);
    left: 0;
    max-width: 45%; }

.row.small-gutter, section.block_testimonials .testimonials-list .row, section.block_testimonials .row.testimonials-list {
  margin-left: -5px;
  margin-right: -5px; }
  .row.small-gutter [class*='col-'], section.block_testimonials .testimonials-list .row [class*='col-'], section.block_testimonials .row.testimonials-list [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px; }

.no-padding {
  padding: 0 !important; }

section.wysiwyg_content ul {
  list-style: none;
  padding-left: 30px; }
  section.wysiwyg_content ul li {
    padding-left: 14px;
    position: relative; }
    section.wysiwyg_content ul li:before {
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      top: 8px !important;
      width: 7px;
      height: 7px;
      border-radius: 7px;
      background: #168ED1; }

.light-blue {
  color: #168ED1; }

.no-interaction {
  pointer-events: none; }

.mc {
  margin-left: auto;
  margin-right: auto; }

.mt-0 {
  margin-top: 0; }

.mr-0 {
  margin-right: 0; }

.mb-0 {
  margin-bottom: 0; }

.ml-0 {
  margin-left: 0; }

.pt-0 {
  padding-top: 0; }

.pr-0 {
  padding-right: 0; }

.pb-0 {
  padding-bottom: 0; }

.pl-0 {
  padding-left: 0; }

@media (max-width: 767px) {
  .mc-sm {
    margin-right: auto;
    margin-left: auto; }
  .mt-xs {
    margin-top: 4px; }
  .mr-xs {
    margin-right: 4px; }
  .mb-xs {
    margin-bottom: 4px; }
  .ml-xs {
    margin-left: 4px; }
  .mt-sm {
    margin-top: 8px; }
  .mr-sm {
    margin-right: 8px; }
  .mb-sm {
    margin-bottom: 8px; }
  .ml-sm {
    margin-left: 8px; }
  .mt-md {
    margin-top: 11px; }
  .mr-md {
    margin-right: 11px; }
  .mb-md, section.block_contentcta .subtitle {
    margin-bottom: 11px; }
  .ml-md {
    margin-left: 11px; }
  .mt-lg {
    margin-top: 23px; }
  .mr-lg {
    margin-right: 23px; }
  .mb-lg {
    margin-bottom: 23px; }
  .ml-lg {
    margin-left: 23px; }
  .mt-xl {
    margin-top: 38px; }
  .mr-xl {
    margin-right: 38px; }
  .mb-xl {
    margin-bottom: 38px; }
  .ml-xl {
    margin-left: 38px; }
  .p-xs {
    padding: 4px; }
  .pt-xs {
    padding-top: 4px; }
  .pr-xs {
    padding-right: 4px; }
  .pb-xs {
    padding-bottom: 4px; }
  .pl-xs {
    padding-left: 4px; }
  .p-sm {
    padding: 8px; }
  .pt-sm {
    padding-top: 8px; }
  .pr-sm {
    padding-right: 8px; }
  .pb-sm {
    padding-bottom: 8px; }
  .pl-sm {
    padding-left: 8px; }
  .p-md {
    padding: 11px; }
  .pt-md {
    padding-top: 11px; }
  .pr-md {
    padding-right: 11px; }
  .pb-md {
    padding-bottom: 11px; }
  .pl-md {
    padding-left: 11px; }
  .p-lg {
    padding: 23px; }
  .pt-lg {
    padding-top: 23px; }
  .pr-lg {
    padding-right: 23px; }
  .pb-lg {
    padding-bottom: 23px; }
  .pl-lg {
    padding-left: 23px; }
  .p-xl {
    padding: 38px; }
  .pt-xl {
    padding-top: 38px; }
  .pr-xl {
    padding-right: 38px; }
  .pb-xl {
    padding-bottom: 38px; }
  .pl-xl {
    padding-left: 38px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .mc-md {
    margin-right: auto;
    margin-left: auto; }
  .mt-xs {
    margin-top: 4px; }
  .mr-xs {
    margin-right: 4px; }
  .mb-xs {
    margin-bottom: 4px; }
  .ml-xs {
    margin-left: 4px; }
  .mt-sm {
    margin-top: 8px; }
  .mr-sm {
    margin-right: 8px; }
  .mb-sm {
    margin-bottom: 8px; }
  .ml-sm {
    margin-left: 8px; }
  .mt-md {
    margin-top: 11px; }
  .mr-md {
    margin-right: 11px; }
  .mb-md, section.block_contentcta .subtitle {
    margin-bottom: 11px; }
  .ml-md {
    margin-left: 11px; }
  .mt-lg {
    margin-top: 23px; }
  .mr-lg {
    margin-right: 23px; }
  .mb-lg {
    margin-bottom: 23px; }
  .ml-lg {
    margin-left: 23px; }
  .mt-xl {
    margin-top: 38px; }
  .mr-xl {
    margin-right: 38px; }
  .mb-xl {
    margin-bottom: 38px; }
  .ml-xl {
    margin-left: 38px; }
  .p-xs {
    padding: 4px; }
  .pt-xs {
    padding-top: 4px; }
  .pr-xs {
    padding-right: 4px; }
  .pb-xs {
    padding-bottom: 4px; }
  .pl-xs {
    padding-left: 4px; }
  .p-sm {
    padding: 8px; }
  .pt-sm {
    padding-top: 8px; }
  .pr-sm {
    padding-right: 8px; }
  .pb-sm {
    padding-bottom: 8px; }
  .pl-sm {
    padding-left: 8px; }
  .p-md {
    padding: 11px; }
  .pt-md {
    padding-top: 11px; }
  .pr-md {
    padding-right: 11px; }
  .pb-md {
    padding-bottom: 11px; }
  .pl-md {
    padding-left: 11px; }
  .p-lg {
    padding: 23px; }
  .pt-lg {
    padding-top: 23px; }
  .pr-lg {
    padding-right: 23px; }
  .pb-lg {
    padding-bottom: 23px; }
  .pl-lg {
    padding-left: 23px; }
  .p-xl {
    padding: 38px; }
  .pt-xl {
    padding-top: 38px; }
  .pr-xl {
    padding-right: 38px; }
  .pb-xl {
    padding-bottom: 38px; }
  .pl-xl {
    padding-left: 38px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .mc-lg {
    margin-right: auto;
    margin-left: auto; }
  .mt-xs {
    margin-top: 5px; }
  .mr-xs {
    margin-right: 5px; }
  .mb-xs {
    margin-bottom: 5px; }
  .ml-xs {
    margin-left: 5px; }
  .mt-sm {
    margin-top: 10px; }
  .mr-sm {
    margin-right: 10px; }
  .mb-sm {
    margin-bottom: 10px; }
  .ml-sm {
    margin-left: 10px; }
  .mt-md {
    margin-top: 15px; }
  .mr-md {
    margin-right: 15px; }
  .mb-md, section.block_contentcta .subtitle {
    margin-bottom: 15px; }
  .ml-md {
    margin-left: 15px; }
  .mt-lg {
    margin-top: 30px; }
  .mr-lg {
    margin-right: 30px; }
  .mb-lg {
    margin-bottom: 30px; }
  .ml-lg {
    margin-left: 30px; }
  .mt-xl {
    margin-top: 50px; }
  .mr-xl {
    margin-right: 50px; }
  .mb-xl {
    margin-bottom: 50px; }
  .ml-xl {
    margin-left: 50px; }
  .p-xs {
    padding: 5px; }
  .pt-xs {
    padding-top: 5px; }
  .pr-xs {
    padding-right: 5px; }
  .pb-xs {
    padding-bottom: 5px; }
  .pl-xs {
    padding-left: 5px; }
  .p-sm {
    padding: 10px; }
  .pt-sm {
    padding-top: 10px; }
  .pr-sm {
    padding-right: 10px; }
  .pb-sm {
    padding-bottom: 10px; }
  .pl-sm {
    padding-left: 10px; }
  .p-md {
    padding: 15px; }
  .pt-md {
    padding-top: 15px; }
  .pr-md {
    padding-right: 15px; }
  .pb-md {
    padding-bottom: 15px; }
  .pl-md {
    padding-left: 15px; }
  .p-lg {
    padding: 30px; }
  .pt-lg {
    padding-top: 30px; }
  .pr-lg {
    padding-right: 30px; }
  .pb-lg {
    padding-bottom: 30px; }
  .pl-lg {
    padding-left: 30px; }
  .p-xl {
    padding: 50px; }
  .pt-xl {
    padding-top: 50px; }
  .pr-xl {
    padding-right: 50px; }
  .pb-xl {
    padding-bottom: 50px; }
  .pl-xl {
    padding-left: 50px; } }

@media (min-width: 1200px) {
  .mc-xl {
    margin-right: auto;
    margin-left: auto; }
  .mt-xs {
    margin-top: 8px; }
  .mr-xs {
    margin-right: 8px; }
  .mb-xs {
    margin-bottom: 8px; }
  .ml-xs {
    margin-left: 8px; }
  .mt-sm {
    margin-top: 15px; }
  .mr-sm {
    margin-right: 15px; }
  .mb-sm {
    margin-bottom: 15px; }
  .ml-sm {
    margin-left: 15px; }
  .mt-md {
    margin-top: 23px; }
  .mr-md {
    margin-right: 23px; }
  .mb-md, section.block_contentcta .subtitle {
    margin-bottom: 23px; }
  .ml-md {
    margin-left: 23px; }
  .mt-lg {
    margin-top: 45px; }
  .mr-lg {
    margin-right: 45px; }
  .mb-lg {
    margin-bottom: 45px; }
  .ml-lg {
    margin-left: 45px; }
  .mt-xl {
    margin-top: 75px; }
  .mr-xl {
    margin-right: 75px; }
  .mb-xl {
    margin-bottom: 75px; }
  .ml-xl {
    margin-left: 75px; }
  .p-xs {
    padding: 8px; }
  .pt-xs {
    padding-top: 8px; }
  .pr-xs {
    padding-right: 8px; }
  .pb-xs {
    padding-bottom: 8px; }
  .pl-xs {
    padding-left: 8px; }
  .p-sm {
    padding: 15px; }
  .pt-sm {
    padding-top: 15px; }
  .pr-sm {
    padding-right: 15px; }
  .pb-sm {
    padding-bottom: 15px; }
  .pl-sm {
    padding-left: 15px; }
  .p-md {
    padding: 23px; }
  .pt-md {
    padding-top: 23px; }
  .pr-md {
    padding-right: 23px; }
  .pb-md {
    padding-bottom: 23px; }
  .pl-md {
    padding-left: 23px; }
  .p-lg {
    padding: 45px; }
  .pt-lg {
    padding-top: 45px; }
  .pr-lg {
    padding-right: 45px; }
  .pb-lg {
    padding-bottom: 45px; }
  .pl-lg {
    padding-left: 45px; }
  .p-xl {
    padding: 75px; }
  .pt-xl {
    padding-top: 75px; }
  .pr-xl {
    padding-right: 75px; }
  .pb-xl {
    padding-bottom: 75px; }
  .pl-xl {
    padding-left: 75px; } }

.text-yellow {
  color: #f9b233 !important; }

.text-blue-dark {
  color: #00507d !important; }

.text-blue-light {
  color: #008cd3 !important; }

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

.lead,
p.lead,
section.block_targetgroupcontent div.content-left strong,
section.block_targetgroupcontent div.content-right strong {
  color: #00507d; }

p {
  line-height: 1.6; }

p, ul li {
  color: #888;
  font-weight: 200; }

/**
Heading styles
*/
.subtitle {
  font-family: "quadon";
  font-style: italic;
  font-weight: 200;
  color: #008cd3;
  margin-top: 0; }
  @media screen and (min-width: 992px) {
    .subtitle {
      font-size: 24px;
      line-height: 1; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #00507d; }

@media screen and (min-width: 992px) {
  h1 {
    font-size: 70px;
    line-height: 1; } }

@media screen and (min-width: 992px) {
  h1 ~ .subtitle {
    font-size: 30px;
    line-height: 1; } }

@media screen and (min-width: 480px) {
  h2 {
    font-size: 28px;
    line-height: 1.1; } }

@media screen and (min-width: 600px) {
  h2 {
    font-size: 40px;
    line-height: 1.1; } }

@media screen and (min-width: 992px) {
  h2 {
    font-size: 50px;
    line-height: 1; } }

@media screen and (min-width: 992px) {
  h2 ~ .subtitle {
    font-size: 30px;
    line-height: 1; } }

@media screen and (min-width: 992px) {
  h3 {
    font-size: 37px;
    line-height: 1; } }

@media screen and (min-width: 992px) {
  h3 ~ .subtitle {
    font-size: 26px;
    line-height: 1; } }

@media screen and (min-width: 992px) {
  h4 {
    font-size: 27px;
    line-height: 1; } }

@media screen and (min-width: 992px) {
  h4 ~ .subtitle {
    font-size: 21px;
    line-height: 1; } }

.btn, .cookiebanner button {
  background-color: #f9b233;
  padding: 20px 60px 20px 20px;
  border-radius: 0;
  font-family: "quadon";
  color: #000;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  -o-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease; }
  .btn:before, .cookiebanner button:before {
    float: right;
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-family: 'anva-icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    -webkit-transition: right 200ms ease;
    -o-transition: right 200ms ease;
    transition: right 200ms ease; }
  .btn:hover:before, .cookiebanner button:hover:before {
    right: 15px; }
  .btn.btn-bordered, .cookiebanner button.btn-bordered {
    border: 2px solid #000;
    background-color: transparent; }
    .btn.btn-bordered:hover, .cookiebanner button.btn-bordered:hover {
      background-color: #000;
      color: #fff; }
    .btn.btn-bordered.btn-bordered-white, .cookiebanner button.btn-bordered.btn-bordered-white {
      border-color: #fff;
      color: #fff; }
      .btn.btn-bordered.btn-bordered-white:hover, .cookiebanner button.btn-bordered.btn-bordered-white:hover {
        border-color: #fff;
        background-color: #fff;
        color: #000; }
  .btn.btn-no-arrow, .cookiebanner button.btn-no-arrow {
    padding: 20px; }
    .btn.btn-no-arrow:before, .cookiebanner button.btn-no-arrow:before {
      content: ''; }
  @media (max-width: 767px) {
    .btn, .cookiebanner button {
      padding: 20px 46px 20px 15px; }
      .btn:before, .cookiebanner button:before {
        right: 15px; } }

ul.social-buttons {
  padding: 0;
  list-style: none; }
  ul.social-buttons li {
    margin-right: 15px;
    display: inline-block;
    -webkit-transition: background 300ms;
    -o-transition: background 300ms;
    transition: background 300ms; }
    ul.social-buttons li.facebook {
      background: #4252B8; }
    ul.social-buttons li.twitter {
      background: #51A7E2; }
    ul.social-buttons li.linkedin {
      background: #107AA7; }
    ul.social-buttons li.youtube {
      background: #b31217; }
    ul.social-buttons li.email {
      background: #168ED1; }
    ul.social-buttons li:hover.facebook {
      background: #212f89; }
    ul.social-buttons li:hover.twitter {
      background: #3f95cf; }
    ul.social-buttons li:hover.linkedin {
      background: #025e86; }
    ul.social-buttons li:hover.youtube {
      background: #e52d27; }
    ul.social-buttons li:last-child {
      margin-right: 0px; }
    ul.social-buttons li a {
      color: white;
      float: left;
      padding: 7px 40px 6px 13px;
      position: relative; }
      ul.social-buttons li a:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'anva-icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e900';
        position: absolute;
        right: 13px;
        top: 10px; }
      ul.social-buttons li a span.fa {
        margin-right: 5px; }
      ul.social-buttons li a:hover {
        text-decoration: none; }

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, textarea.form-control {
  padding: 10px 20px;
  border-radius: 0;
  border: 1px solid #F0F1F3;
  background: #F0F1F3;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #8A9AA3;
  font-weight: 500;
  font-size: 16px;
  height: 52px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, textarea:focus, textarea.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #168ED1; }

textarea, textarea.form-control {
  height: auto;
  min-height: 65px; }

.form-control, .selectric-form-control {
  margin-bottom: 20px; }

.selectric-wrapper .selectric, .selectric-wrapper .selectric-items {
  background: #F0F1F3;
  color: #8A9AA3;
  border: none; }

.selectric-wrapper .selectric {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 52px; }
  .selectric-wrapper .selectric span {
    text-align: left;
    font-size: 16px;
    padding: 8px 8px; }
    .selectric-wrapper .selectric span.label {
      position: absolute;
      top: 0;
      width: 100%; }
  .selectric-wrapper .selectric b {
    height: 52px; }

.selectric-wrapper .selectric-items li {
  font-size: 16px; }

form.form-group-lg input[type="email"], form.form-group-lg input[type="number"], form.form-group-lg input[type="password"], form.form-group-lg input[type="search"], form.form-group-lg input[type="tel"], form.form-group-lg input[type="text"], form.form-group-lg input[type="url"], form.form-group-lg input[type="color"], form.form-group-lg input[type="date"], form.form-group-lg input[type="datetime"], form.form-group-lg input[type="datetime-local"], form.form-group-lg input[type="month"], form.form-group-lg input[type="time"], form.form-group-lg input[type="week"], form.form-group-lg textarea, form.form-group-lg textarea.form-control, form.form-group-lg .selectric, form .form-group-lg input[type="email"], form .form-group-lg input[type="number"], form .form-group-lg input[type="password"], form .form-group-lg input[type="search"], form .form-group-lg input[type="tel"], form .form-group-lg input[type="text"], form .form-group-lg input[type="url"], form .form-group-lg input[type="color"], form .form-group-lg input[type="date"], form .form-group-lg input[type="datetime"], form .form-group-lg input[type="datetime-local"], form .form-group-lg input[type="month"], form .form-group-lg input[type="time"], form .form-group-lg input[type="week"], form .form-group-lg textarea, form .form-group-lg textarea.form-control, form .form-group-lg .selectric {
  height: 65px;
  border-radius: 0;
  font-size: 16px; }
  form.form-group-lg input[type="email"].selectric, form.form-group-lg input[type="number"].selectric, form.form-group-lg input[type="password"].selectric, form.form-group-lg input[type="search"].selectric, form.form-group-lg input[type="tel"].selectric, form.form-group-lg input[type="text"].selectric, form.form-group-lg input[type="url"].selectric, form.form-group-lg input[type="color"].selectric, form.form-group-lg input[type="date"].selectric, form.form-group-lg input[type="datetime"].selectric, form.form-group-lg input[type="datetime-local"].selectric, form.form-group-lg input[type="month"].selectric, form.form-group-lg input[type="time"].selectric, form.form-group-lg input[type="week"].selectric, form.form-group-lg textarea.selectric, form.form-group-lg textarea.form-control.selectric, form.form-group-lg .selectric.selectric, form .form-group-lg input[type="email"].selectric, form .form-group-lg input[type="number"].selectric, form .form-group-lg input[type="password"].selectric, form .form-group-lg input[type="search"].selectric, form .form-group-lg input[type="tel"].selectric, form .form-group-lg input[type="text"].selectric, form .form-group-lg input[type="url"].selectric, form .form-group-lg input[type="color"].selectric, form .form-group-lg input[type="date"].selectric, form .form-group-lg input[type="datetime"].selectric, form .form-group-lg input[type="datetime-local"].selectric, form .form-group-lg input[type="month"].selectric, form .form-group-lg input[type="time"].selectric, form .form-group-lg input[type="week"].selectric, form .form-group-lg textarea.selectric, form .form-group-lg textarea.form-control.selectric, form .form-group-lg .selectric.selectric {
    height: 65px; }
    form.form-group-lg input[type="email"].selectric span, form.form-group-lg input[type="number"].selectric span, form.form-group-lg input[type="password"].selectric span, form.form-group-lg input[type="search"].selectric span, form.form-group-lg input[type="tel"].selectric span, form.form-group-lg input[type="text"].selectric span, form.form-group-lg input[type="url"].selectric span, form.form-group-lg input[type="color"].selectric span, form.form-group-lg input[type="date"].selectric span, form.form-group-lg input[type="datetime"].selectric span, form.form-group-lg input[type="datetime-local"].selectric span, form.form-group-lg input[type="month"].selectric span, form.form-group-lg input[type="time"].selectric span, form.form-group-lg input[type="week"].selectric span, form.form-group-lg textarea.selectric span, form.form-group-lg textarea.form-control.selectric span, form.form-group-lg .selectric.selectric span, form .form-group-lg input[type="email"].selectric span, form .form-group-lg input[type="number"].selectric span, form .form-group-lg input[type="password"].selectric span, form .form-group-lg input[type="search"].selectric span, form .form-group-lg input[type="tel"].selectric span, form .form-group-lg input[type="text"].selectric span, form .form-group-lg input[type="url"].selectric span, form .form-group-lg input[type="color"].selectric span, form .form-group-lg input[type="date"].selectric span, form .form-group-lg input[type="datetime"].selectric span, form .form-group-lg input[type="datetime-local"].selectric span, form .form-group-lg input[type="month"].selectric span, form .form-group-lg input[type="time"].selectric span, form .form-group-lg input[type="week"].selectric span, form .form-group-lg textarea.selectric span, form .form-group-lg textarea.form-control.selectric span, form .form-group-lg .selectric.selectric span {
      padding: 13px 8px;
      height: 65px; }
    form.form-group-lg input[type="email"].selectric b, form.form-group-lg input[type="number"].selectric b, form.form-group-lg input[type="password"].selectric b, form.form-group-lg input[type="search"].selectric b, form.form-group-lg input[type="tel"].selectric b, form.form-group-lg input[type="text"].selectric b, form.form-group-lg input[type="url"].selectric b, form.form-group-lg input[type="color"].selectric b, form.form-group-lg input[type="date"].selectric b, form.form-group-lg input[type="datetime"].selectric b, form.form-group-lg input[type="datetime-local"].selectric b, form.form-group-lg input[type="month"].selectric b, form.form-group-lg input[type="time"].selectric b, form.form-group-lg input[type="week"].selectric b, form.form-group-lg textarea.selectric b, form.form-group-lg textarea.form-control.selectric b, form.form-group-lg .selectric.selectric b, form .form-group-lg input[type="email"].selectric b, form .form-group-lg input[type="number"].selectric b, form .form-group-lg input[type="password"].selectric b, form .form-group-lg input[type="search"].selectric b, form .form-group-lg input[type="tel"].selectric b, form .form-group-lg input[type="text"].selectric b, form .form-group-lg input[type="url"].selectric b, form .form-group-lg input[type="color"].selectric b, form .form-group-lg input[type="date"].selectric b, form .form-group-lg input[type="datetime"].selectric b, form .form-group-lg input[type="datetime-local"].selectric b, form .form-group-lg input[type="month"].selectric b, form .form-group-lg input[type="time"].selectric b, form .form-group-lg input[type="week"].selectric b, form .form-group-lg textarea.selectric b, form .form-group-lg textarea.form-control.selectric b, form .form-group-lg .selectric.selectric b {
      height: 65px; }

form.form-group-lg textarea, form.form-group-lg textarea.form-control, form .form-group-lg textarea, form .form-group-lg textarea.form-control {
  height: auto;
  min-height: 65px; }

@font-face {
  font-family: "proxima-nova";
  src: url(data:font/opentype;base64,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);
  font-style: italic;
  font-weight: 400; }

@font-face {
  font-family: "proxima-nova";
  src: url(data:font/opentype;base64,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);
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: "proxima-nova";
  src: url(data:font/opentype;base64,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);
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "proxima-nova";
  src: url(data:font/opentype;base64,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);
  font-style: normal;
  font-weight: 700; }

body {
  background: #ffffff;
  overflow-x: hidden; }

.cmsblock section {
  overflow-x: hidden; }
  .cmsblock section.block_content {
    overflow-x: visible; }

blockquote {
  position: relative;
  float: left;
  padding: 30px;
  margin: 0;
  border: none;
  color: #008cd3;
  font-family: "quadon";
  font-style: italic;
  width: 100%;
  text-align: center; }
  blockquote:before {
    width: 65px;
    height: 65px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    font-family: 'anva-icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    font-size: 69px; }
  blockquote:after {
    position: absolute;
    content: '\201C';
    width: 65px;
    height: 65px;
    top: 22px;
    font-family: "proximanova";
    font-size: 88px;
    font-style: normal;
    margin-left: -32px; }
  @media only screen and (min-width: 1370px) {
    blockquote {
      width: 280px;
      margin-left: -140px;
      text-align: right; }
      blockquote:before {
        margin: 0;
        margin-bottom: 15px;
        margin-left: auto; }
      blockquote:after {
        right: 44px;
        margin-left: 0; } }
  @media only screen and (min-width: 1162px) and (max-width: 1370px) {
    blockquote {
      width: 280px;
      margin-left: -60px;
      text-align: right; }
      blockquote:before {
        margin: 0;
        margin-bottom: 15px;
        margin-left: auto; }
      blockquote:after {
        right: 44px;
        margin-left: 0; } }

.navbar-default {
  width: 100%;
  height: 75px;
  border: none;
  border-radius: 0;
  margin: 0;
  background: #168ED1;
  background-image: -webkit-linear-gradient(left, #00507d 0%, #008cd3 100%);
  background-image: -o-linear-gradient(left, #00507d 0%, #008cd3 100%);
  background-image: linear-gradient(to right, #00507d 0%, #008cd3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00507D', endColorstr='#FF008CD3', GradientType=1);
  font-family: "quadon";
  -webkit-transition: background 350ms ease, background-color 350ms ease;
  -o-transition: background 350ms ease, background-color 350ms ease;
  transition: background 350ms ease, background-color 350ms ease; }
  .navbar-default .navbar-header .navbar-brand {
    color: #fff;
    font-family: "sansa";
    font-size: 32px;
    height: 75px;
    padding: 23px 15px;
    line-height: 1;
    -webkit-transform: scaleX(1.2);
    -ms-transform: scaleX(1.2);
    -o-transform: scaleX(1.2);
    transform: scaleX(1.2);
    padding-left: 25px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease; }
  .navbar-default .navbar-nav {
    border-radius: 0; }
    .navbar-default .navbar-nav > li {
      -webkit-transition: background 350ms ease, background-color 350ms ease;
      -o-transition: background 350ms ease, background-color 350ms ease;
      transition: background 350ms ease, background-color 350ms ease; }
      .navbar-default .navbar-nav > li > a {
        max-height: 75px;
        color: #FFF;
        font-size: 18px;
        font-weight: 100;
        padding: 28px 15px;
        font-family: "quadon";
        font-style: italic; }
        @media (max-width: 1500px) {
          .navbar-default .navbar-nav > li > a {
            padding: 28px 10px; } }
      .navbar-default .navbar-nav > li:hover > a {
        color: #fff; }
      .navbar-default .navbar-nav > li.open > a,
      .navbar-default .navbar-nav > li.open > a:hover,
      .navbar-default .navbar-nav > li.open > a:focus {
        background: #FFF;
        color: #555; }
  .navbar-default .navbar-nav .dropdown ul.dropdown-menu {
    padding: 45px 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .navbar-default .navbar-nav .dropdown ul.dropdown-menu:before {
      display: block;
      content: '';
      position: absolute;
      height: 100%;
      z-index: -1;
      top: 0px;
      width: 200vw;
      left: -50vw;
      right: -50vw;
      border-bottom: 1px solid #fafafa;
      background: #fff; }
    .navbar-default .navbar-nav .dropdown ul.dropdown-menu a:hover {
      position: relative;
      padding-right: 0; }
      .navbar-default .navbar-nav .dropdown ul.dropdown-menu a:hover:before {
        display: block; }
    .navbar-default .navbar-nav .dropdown ul.dropdown-menu > li > a {
      color: #008cd3;
      font-size: 24px;
      display: inline-block;
      font-family: "proximanova";
      font-style: normal;
      font-weight: bold; }
      .navbar-default .navbar-nav .dropdown ul.dropdown-menu > li > a:hover, .navbar-default .navbar-nav .dropdown ul.dropdown-menu > li > a:focus {
        background: none; }
    .navbar-default .navbar-nav .dropdown ul.dropdown-menu h3 {
      width: 100%;
      border-bottom: 1px solid #dadada;
      margin-top: 0;
      margin-bottom: 20px;
      padding-bottom: 15px;
      font-family: "proximanova";
      font-size: 24px;
      color: #008cd3; }
      .navbar-default .navbar-nav .dropdown ul.dropdown-menu h3 a {
        color: #008cd3; }
    .navbar-default .navbar-nav .dropdown ul.dropdown-menu ul {
      list-style: none;
      padding: 0; }
      .navbar-default .navbar-nav .dropdown ul.dropdown-menu ul a {
        color: #00507d;
        font-family: "quadon";
        font-style: italic;
        font-weight: 300;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto; }
    .navbar-default .navbar-nav .dropdown ul.dropdown-menu a:hover {
      text-decoration: none; }
    .navbar-default .navbar-nav .dropdown ul.dropdown-menu .row [class*="col-"] .row [class*="col-"] span {
      margin-bottom: 15px;
      display: inline-block; }
    @media (min-width: 1200px) {
      .navbar-default .navbar-nav .dropdown ul.dropdown-menu button {
        display: none; }
      .navbar-default .navbar-nav .dropdown ul.dropdown-menu .collapse {
        display: block; } }
  .navbar-default .navbar-nav .dropdown ul.dropdown-menu .menu-cta-block {
    border: 1px solid #168ED1;
    padding: 25px;
    padding-top: 0;
    max-width: 300px; }
    .navbar-default .navbar-nav .dropdown ul.dropdown-menu .menu-cta-block h3 {
      font-size: 35px;
      border: none; }
    .navbar-default .navbar-nav .dropdown ul.dropdown-menu .menu-cta-block p, .navbar-default .navbar-nav .dropdown ul.dropdown-menu .menu-cta-block strong {
      font-size: 21px;
      line-height: 1;
      font-style: italic;
      color: #00507d; }
      .navbar-default .navbar-nav .dropdown ul.dropdown-menu .menu-cta-block p a, .navbar-default .navbar-nav .dropdown ul.dropdown-menu .menu-cta-block strong a {
        color: #00507d; }
        .navbar-default .navbar-nav .dropdown ul.dropdown-menu .menu-cta-block p a:hover:before, .navbar-default .navbar-nav .dropdown ul.dropdown-menu .menu-cta-block p a:hover:after, .navbar-default .navbar-nav .dropdown ul.dropdown-menu .menu-cta-block strong a:hover:before, .navbar-default .navbar-nav .dropdown ul.dropdown-menu .menu-cta-block strong a:hover:after {
          display: none; }
    .navbar-default .navbar-nav .dropdown ul.dropdown-menu .menu-cta-block p {
      margin-bottom: 2px;
      margin-top: 2px; }

.navbar-default .navbar-right {
  margin-right: 0; }
  .navbar-default .navbar-right li.bg-blue-dark > a {
    color: #008cd3; }
  .navbar-default .navbar-right li a {
    font-family: "quadon";
    font-style: italic; }
    .navbar-default .navbar-right li a span[class*="anva-icon-"],
    .navbar-default .navbar-right li a .fa,
    .navbar-default .navbar-right li a ul.check-list li:before,
    ul.check-list .navbar-default .navbar-right li a li:before,
    .navbar-default .navbar-right li a section.block_targetgroupcontent ul li:before,
    section.block_targetgroupcontent ul .navbar-default .navbar-right li a li:before,
    .navbar-default .navbar-right li a footer#site-footer .footer-sitemap ul a:hover:before,
    footer#site-footer .footer-sitemap ul .navbar-default .navbar-right li a a:hover:before {
      font-size: 24px; }
    @media (max-width: 1500px) {
      .navbar-default .navbar-right li a {
        padding: 28px 15px 28px 20px; } }
  .navbar-default .navbar-right li.service {
    padding-right: 5px; }
    .navbar-default .navbar-right li.service .anva-icon-lock {
      float: left;
      top: -2px;
      position: relative;
      margin-left: 5px;
      margin-right: 15px; }
      @media (max-width: 1500px) {
        .navbar-default .navbar-right li.service .anva-icon-lock {
          margin-right: 5px; } }
    @media (max-width: 1500px) {
      .navbar-default .navbar-right li.service .serviceportal {
        display: none; } }
  .navbar-default .navbar-right li.search {
    height: 75px; }
  .navbar-default .navbar-right .search {
    margin-left: 75px; }
    .navbar-default .navbar-right .search a {
      color: #000;
      position: absolute;
      top: 0;
      right: 0;
      width: 75px;
      height: 75px;
      background: #f9b233;
      padding: 0;
      cursor: pointer;
      -webkit-transition: width 500ms ease-in-out;
      -o-transition: width 500ms ease-in-out;
      transition: width 500ms ease-in-out; }
      .navbar-default .navbar-right .search a [class^="anva-icon-"], .navbar-default .navbar-right .search a [class*=" anva-icon-"] {
        display: block; }
      .navbar-default .navbar-right .search a:hover, .navbar-default .navbar-right .search a:focus {
        background: #f8a91a; }
      .navbar-default .navbar-right .search a .js-searchOpen {
        padding: 26px 26px;
        height: 100%;
        float: left; }
    .navbar-default .navbar-right .search .search-close {
      display: none;
      position: relative;
      font-size: 20px;
      float: right;
      color: #FFF; }
      .navbar-default .navbar-right .search .search-close > span {
        display: block;
        padding: 28px;
        cursor: pointer; }
    .navbar-default .navbar-right .search #searchForm {
      display: none; }
    .navbar-default .navbar-right .search.search-open #searchForm {
      display: inline-block;
      float: left;
      width: 70%; }
      .navbar-default .navbar-right .search.search-open #searchForm input.form-control,
      .navbar-default .navbar-right .search.search-open #searchForm input.btn {
        float: left; }
      .navbar-default .navbar-right .search.search-open #searchForm input.form-control {
        margin: 11px 0;
        background: none;
        border: none;
        color: #FFF; }
        .navbar-default .navbar-right .search.search-open #searchForm input.form-control::-webkit-input-placeholder {
          color: #FFF; }
        .navbar-default .navbar-right .search.search-open #searchForm input.form-control:-moz-placeholder {
          /* Firefox 18- */
          color: #FFF; }
        .navbar-default .navbar-right .search.search-open #searchForm input.form-control::-moz-placeholder {
          /* Firefox 19+ */
          color: #FFF; }
        .navbar-default .navbar-right .search.search-open #searchForm input.form-control:-ms-input-placeholder {
          color: #FFF; }
        .navbar-default .navbar-right .search.search-open #searchForm input.form-control:focus {
          outline: none; }
    .navbar-default .navbar-right .search.search-open a {
      width: 100vw;
      overflow: hidden; }
    .navbar-default .navbar-right .search.search-open .search-close {
      display: block; }

@media (max-width: 1199px) {
  body {
    padding-top: 75px; }
  .navbar-default {
    position: fixed !important;
    top: 0 !important;
    z-index: 1000 !important;
    width: 100%;
    width: 100vw; }
    .navbar-default .navbar-header .navbar-right {
      margin: 0;
      float: right; }
      .navbar-default .navbar-header .navbar-right li {
        text-align: center;
        width: 75px;
        height: 75px;
        float: left; }
    .navbar-default .navbar-header .navbar-toggle {
      z-index: 1;
      border: none;
      padding-top: 22px;
      background: none; }
      .navbar-default .navbar-header .navbar-toggle .icon-bar {
        background-color: #fff;
        height: 3px; }
        .navbar-default .navbar-header .navbar-toggle .icon-bar:nth-child(1) {
          width: 18.7px; }
        .navbar-default .navbar-header .navbar-toggle .icon-bar:nth-child(2) {
          width: 15.4px; }
        .navbar-default .navbar-header .navbar-toggle .icon-bar:nth-child(3) {
          width: 22px; }
      .navbar-default .navbar-header .navbar-toggle:hover {
        background: none; }
      .navbar-default .navbar-header .navbar-toggle:before {
        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;
        content: "\f00d";
        color: #168ED1;
        margin-top: -5px;
        font-size: 27px; }
      .navbar-default .navbar-header .navbar-toggle.collapsed:before {
        display: none; }
    .navbar-default .navbar-collapse {
      position: relative;
      top: -75px;
      left: 0;
      right: 0;
      bottom: 0;
      min-height: 100%;
      min-height: 100vh;
      min-width: 100%;
      min-width: 100vw;
      padding-top: 75px;
      height: 100% !important;
      height: 100vh !important;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transition-duration: 0;
      transition-duration: 0;
      background: #fff; }
      .navbar-default .navbar-collapse.in, .navbar-default .navbar-collapse.collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transition-duration: 0;
        transition-duration: 0; }
      .navbar-default .navbar-collapse ul.navbar-nav {
        padding: 0 15px; }
      .navbar-default .navbar-collapse .navbar-nav > li > a {
        font-weight: 500;
        color: #00507d;
        font-size: 24px;
        padding: 28px 0; }
      .navbar-default .navbar-collapse .navbar-nav .dropdown ul.dropdown-menu {
        padding: 0 0 15px 0;
        background: none; }
        .navbar-default .navbar-collapse .navbar-nav .dropdown ul.dropdown-menu:before {
          display: none; }
        .navbar-default .navbar-collapse .navbar-nav .dropdown ul.dropdown-menu .container-fluid {
          padding-left: 10px;
          padding-right: 10px; }
        .navbar-default .navbar-collapse .navbar-nav .dropdown ul.dropdown-menu .row {
          margin-bottom: 0; }
          .navbar-default .navbar-collapse .navbar-nav .dropdown ul.dropdown-menu .row .row {
            margin-top: 10px;
            margin-bottom: 10px; }
        .navbar-default .navbar-collapse .navbar-nav .dropdown ul.dropdown-menu [class*="col-"] {
          width: 100%;
          margin-bottom: 0; }
        .navbar-default .navbar-collapse .navbar-nav .dropdown ul.dropdown-menu .row.collapse [class*="col-"] button,
        .navbar-default .navbar-collapse .navbar-nav .dropdown ul.dropdown-menu .row.collapsing [class*="col-"] button {
          margin: 5px 0 5px 0;
          margin-top: 10px;
          padding-left: 50px;
          font-size: 20px;
          color: #00507d;
          font-weight: 700; }
        .navbar-default .navbar-collapse .navbar-nav .dropdown ul.dropdown-menu .row.collapse [class*="col-"] ul li:first-child,
        .navbar-default .navbar-collapse .navbar-nav .dropdown ul.dropdown-menu .row.collapsing [class*="col-"] ul li:first-child {
          margin-top: 0px; }
        .navbar-default .navbar-collapse .navbar-nav .dropdown ul.dropdown-menu .row [class*="col-"] .row [class*="col-"] span {
          display: none; }
        .navbar-default .navbar-collapse .navbar-nav .dropdown ul.dropdown-menu h3 span,
        .navbar-default .navbar-collapse .navbar-nav .dropdown ul.dropdown-menu .sublevel {
          display: none; }
        .navbar-default .navbar-collapse .navbar-nav .dropdown ul.dropdown-menu h3 {
          padding: 15px 30px 15px 0;
          margin-bottom: 0; }
        .navbar-default .navbar-collapse .navbar-nav .dropdown ul.dropdown-menu ul {
          -webkit-column-count: 1;
          -moz-column-count: 1;
          column-count: 1;
          -webkit-column-gap: 0;
          -moz-column-gap: 0;
          column-gap: 0;
          padding: 5px 0 0 10px; }
          .navbar-default .navbar-collapse .navbar-nav .dropdown ul.dropdown-menu ul li a {
            font-size: 18px;
            line-height: 1.6; }
        .navbar-default .navbar-collapse .navbar-nav .dropdown ul.dropdown-menu a {
          position: relative;
          padding-right: 15px; }
          .navbar-default .navbar-collapse .navbar-nav .dropdown ul.dropdown-menu a:before {
            display: block !important; }
      .navbar-default .navbar-collapse .dropdown > a {
        border-bottom: 1px solid #AAB9C0;
        position: relative; }
        .navbar-default .navbar-collapse .dropdown > a:before {
          position: absolute;
          display: block;
          right: 7px;
          top: 28px;
          z-index: 1;
          font-style: normal;
          font-size: 32px;
          content: '+'; }
      .navbar-default .navbar-collapse .dropdown.open > a:before {
        content: '-'; }
      .navbar-default .navbar-collapse .dropdown .container {
        padding-right: 0; }
      .navbar-default .navbar-collapse .dropdown button {
        border: none;
        outline: none;
        background: none;
        text-align: left; }
        .navbar-default .navbar-collapse .dropdown button:hover, .navbar-default .navbar-collapse .dropdown button:active, .navbar-default .navbar-collapse .dropdown button:focus {
          outline: none;
          border: none; }
      .navbar-default .navbar-collapse .search {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        width: 100vw;
        height: 75px;
        background: #f9b233;
        z-index: 1; } }

@media (max-width: 767px) {
  body {
    padding-top: 60px; }
  .block_introgrid {
    margin-top: -60px; }
  .navbar-default {
    height: 60px; }
    .navbar-default .navbar-header .navbar-brand {
      height: 60px;
      padding: 16px 15px; }
    .navbar-default .navbar-header .navbar-toggle {
      padding: 16px 3px 0 0; }
    .navbar-default .navbar-header .navbar-right li {
      width: 60px;
      height: 60px; }
      .navbar-default .navbar-header .navbar-right li a {
        padding: 21px 15px; }
  #js-fixedMenuWrap.on-top .navbar-default {
    background: none !important;
    background-color: transparent !important; }
    #js-fixedMenuWrap.on-top .navbar-default .navbar-brand {
      opacity: 0;
      filter: alpha(opacity=0); }
    #js-fixedMenuWrap.on-top .navbar-default .navbar-header .navbar-right li {
      background: none !important;
      background-color: transparent !important; } }

div.all_solutions_cat span {
  color: #798890;
  text-transform: uppercase;
  font-family: "proximanova";
  font-weight: bold; }
  div.all_solutions_cat span ul li a {
    color: #00507d;
    font-family: "quadon";
    font-style: italic; }

nav.breadcrumb {
  padding: 15px 15px 6px 15px;
  background: #fff;
  border-radius: 0;
  margin: 0; }
  nav.breadcrumb ul {
    list-style: none;
    padding: 0; }
    nav.breadcrumb ul.demo-submenu {
      float: right; }
      nav.breadcrumb ul.demo-submenu li {
        float: left;
        display: inline-block;
        padding: 0 10px;
        margin: 0 15px;
        font-size: 20px;
        position: relative;
        top: 5px; }
        nav.breadcrumb ul.demo-submenu li a {
          color: #8A9AA3; }
          nav.breadcrumb ul.demo-submenu li a:hover {
            color: #AAB9C0;
            text-decoration: none;
            border-bottom: 1px solid #AAB9C0;
            padding-bottom: 3px; }
        nav.breadcrumb ul.demo-submenu li.demo-button {
          top: 0;
          margin-left: 10px; }
          nav.breadcrumb ul.demo-submenu li.demo-button .btn, nav.breadcrumb ul.demo-submenu li.demo-button .cookiebanner button, .cookiebanner nav.breadcrumb ul.demo-submenu li.demo-button button {
            position: inherit;
            padding: 10px 20px;
            font-style: normal;
            text-transform: uppercase;
            font-weight: 400;
            font-size: 14px;
            color: #000; }
            nav.breadcrumb ul.demo-submenu li.demo-button .btn:before, nav.breadcrumb ul.demo-submenu li.demo-button .cookiebanner button:before, .cookiebanner nav.breadcrumb ul.demo-submenu li.demo-button button:before {
              content: ''; }
            nav.breadcrumb ul.demo-submenu li.demo-button .btn:hover, nav.breadcrumb ul.demo-submenu li.demo-button .cookiebanner button:hover, .cookiebanner nav.breadcrumb ul.demo-submenu li.demo-button button:hover {
              color: #333;
              border: 1px solid #8A9AA3; }
    nav.breadcrumb ul.breadcrumb-list {
      float: left; }
      nav.breadcrumb ul.breadcrumb-list li {
        text-transform: uppercase;
        float: left;
        margin-right: 12px;
        padding-right: 17px;
        position: relative; }
        nav.breadcrumb ul.breadcrumb-list li:before {
          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;
          content: "";
          right: 0;
          top: 2px;
          position: absolute; }
        nav.breadcrumb ul.breadcrumb-list li a, nav.breadcrumb ul.breadcrumb-list li:before {
          color: #8A9AA3; }
        nav.breadcrumb ul.breadcrumb-list li a {
          font-size: 14px; }
        nav.breadcrumb ul.breadcrumb-list li:nth-last-child(2):before {
          display: none; }
        nav.breadcrumb ul.breadcrumb-list li:last-child {
          width: 100%; }
          nav.breadcrumb ul.breadcrumb-list li:last-child:before {
            display: none; }
          nav.breadcrumb ul.breadcrumb-list li:last-child a {
            font-weight: 100;
            font-size: 28px;
            color: #008cd3;
            line-height: 1.2;
            position: relative; }
  @media (max-width: 767px) {
    nav.breadcrumb {
      padding: 6px 15px 6px 15px; }
      nav.breadcrumb ul.breadcrumb-list li {
        margin-right: 5px;
        padding-right: 12px; }
        nav.breadcrumb ul.breadcrumb-list li:before {
          top: 4px;
          font-size: 14px; }
        nav.breadcrumb ul.breadcrumb-list li a {
          font-size: 12px; }
        nav.breadcrumb ul.breadcrumb-list li:last-child a {
          font-size: 20px; } }

footer#site-footer .anva-icon-headphone {
  position: relative;
  top: 4px;
  display: inline-block;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1); }

footer#site-footer .footer-sitemap h4 {
  font-size: 20px; }
  footer#site-footer .footer-sitemap h4 a:hover {
    text-decoration-line: none; }

footer#site-footer .footer-sitemap ul {
  font-family: "quadon";
  list-style: none;
  padding: 0; }
  footer#site-footer .footer-sitemap ul a {
    color: #00507d;
    font-style: italic; }
  footer#site-footer .footer-sitemap ul a:hover {
    position: relative;
    padding-right: 15px;
    font-weight: 600;
    text-decoration-line: none; }
    footer#site-footer .footer-sitemap ul a:hover:before {
      content: '';
      width: 10px;
      height: 10px;
      float: right;
      display: block;
      position: absolute;
      top: 45%;
      top: calc(50% - 5px);
      right: 0;
      line-height: 10px;
      text-align: right;
      content: "\f105"; }

footer#site-footer .footer-sitemap ul.social-list .facebook span {
  background: #212f89; }

footer#site-footer .footer-sitemap ul.social-list .twitter span {
  background: #3f95cf; }

footer#site-footer .footer-sitemap ul.social-list .linkedin span {
  background: #025e86; }

footer#site-footer .footer-sitemap ul.social-list .youtube span {
  background: #e52d27; }

footer#site-footer .footer-sitemap ul.social-list span {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 9px;
  position: relative;
  top: 4px; }
  footer#site-footer .footer-sitemap ul.social-list span i {
    font-size: 13px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

footer#site-footer .footer-contact-bar {
  color: #AAB9C0;
  padding-bottom: 90px; }
  footer#site-footer .footer-contact-bar img.logo {
    margin-bottom: -30px;
    width: 100%; }
  footer#site-footer .footer-contact-bar h6 {
    color: #AAB9C0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px; }
  footer#site-footer .footer-contact-bar p {
    margin-bottom: 0;
    font-size: 14px; }
  @media (max-width: 991px) {
    footer#site-footer .footer-contact-bar {
      margin-left: -7.5px;
      margin-right: -7.5px; }
      footer#site-footer .footer-contact-bar [class*='col-'] {
        padding-left: 7.5px;
        padding-right: 7.5px; }
      footer#site-footer .footer-contact-bar img.logo {
        margin-bottom: 0; }
      footer#site-footer .footer-contact-bar img.brand-label {
        margin-top: 60px; }
      footer#site-footer .footer-contact-bar p {
        font-size: 13px;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0; } }
  @media (min-width: 992px) {
    footer#site-footer .footer-contact-bar [class*='col-'] {
      margin-top: auto; } }

footer#site-footer .footer_disclaimer {
  background: #F0F1F3;
  min-height: 70px; }
  footer#site-footer .footer_disclaimer a {
    color: #AAB9C0; }
  footer#site-footer .footer_disclaimer ul {
    margin-top: 25px; }
    footer#site-footer .footer_disclaimer ul li {
      float: left; }
      footer#site-footer .footer_disclaimer ul li + li {
        margin-left: 10px;
        padding-left: 10px;
        position: relative; }
        footer#site-footer .footer_disclaimer ul li + li:before {
          content: '';
          position: absolute;
          display: inline-block;
          left: 0;
          top: 4px;
          height: 12px;
          width: 1px;
          background: #AAB9C0; }

.social-list {
  list-style: none;
  padding: 0; }
  .social-list a.facebook > span.fa {
    color: #212f89; }
  .social-list a.twitter > span.fa {
    color: #3f95cf; }
  .social-list a.linkedin > span.fa {
    color: #025e86; }
  .social-list a.youtube > span.fa {
    color: #e52d27; }

.cookiebanner {
  width: 88%;
  max-width: 1230px;
  margin: auto;
  border: 1px solid #AAB9C0;
  color: #000;
  background-color: white;
  bottom: 20px !important;
  padding: 20px; }
  .cookiebanner .cookiebanner-close {
    color: #000; }
  .cookiebanner h3 {
    font-weight: 600;
    font-size: 18px; }
  .cookiebanner p {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 70%;
    float: left; }
  .cookiebanner button {
    float: right;
    margin-right: 40px;
    border: none; }
  .cookiebanner a {
    float: left;
    width: 70%;
    color: #00507d; }

.product-list {
  padding: 0;
  list-style: none; }
  .product-list.row {
    padding: 0;
    margin-left: -5px;
    margin-right: -5px; }
    .product-list.row [class*='col-'] {
      padding-left: 5px;
      padding-right: 5px; }
  .product-list .product {
    display: inline-block;
    background: #F0F1F3;
    height: 135px;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding: 15px;
    -webkit-transition: all, 500ms;
    -o-transition: all, 500ms;
    transition: all, 500ms; }
    .product-list .product p {
      color: #00507d;
      font-size: 18px;
      margin-bottom: 0px; }
      .product-list .product p > span {
        text-transform: uppercase;
        font-weight: 700; }
    .product-list .product h5 {
      color: #008cd3;
      font-size: 24px;
      margin-top: 2px; }
    .product-list .product [class^="anva-icon-"], .product-list .product [class*=" anva-icon-"] {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 15px;
      color: #008cd3;
      font-size: 95%; }
    .product-list .product p, .product-list .product h5, .product-list .product [class^="anva-icon-"], .product-list .product [class*=" anva-icon-"] {
      -webkit-transition: all, 500ms, ease;
      -o-transition: all, 500ms, ease;
      transition: all, 500ms, ease; }
    .product-list .product:hover {
      background: #168ED1;
      text-decoration: none; }
      .product-list .product:hover p, .product-list .product:hover h5 {
        color: white; }
      .product-list .product:hover [class^="anva-icon-"], .product-list .product:hover [class*=" anva-icon-"] {
        color: white;
        padding-left: 80%;
        padding-left: calc( 100% - 35px); }
  .product-list.product-list_blue .product {
    height: 150px;
    background: #168ED1;
    color: #fff; }
    .product-list.product-list_blue .product * {
      color: #fff; }
    .product-list.product-list_blue .product [class^="anva-icon-"], .product-list.product-list_blue .product [class*=" anva-icon-"] {
      color: #f9b233; }
    .product-list.product-list_blue .product:hover {
      background: #f9b233; }
      .product-list.product-list_blue .product:hover [class^="anva-icon-"], .product-list.product-list_blue .product:hover [class*=" anva-icon-"] {
        color: #fff; }
  @media (max-width: 767px) {
    .product-list .product {
      padding: 9px; }
      .product-list .product p > span {
        font-size: 15px; }
      .product-list .product h5 {
        font-size: 19px; } }

.post-list {
  /**
        Count to 100 items.
        Per row, display other order of background colors. So: white - grey - white - grey - grey - white - grey - white - white - grey ...
    */ }
  .post-list .post-wrap {
    margin-bottom: 30px; }
  @media only screen and (max-width: 1199px) {
    .post-list {
      /*
        Different background coloring, based on odd and even child elements.
        This works with hidden child elements to..
        based on: https://codepen.io/jensgro/pen/DjlpG
        */ }
      .post-list .post-wrap .post,
      .post-list .post-wrap.hidden:nth-child(even) + .post-wrap:nth-of-type(odd) + .post-wrap:nth-of-type(even) .post,
      .post-list .post-wrap.hidden:nth-child(even) + .post-wrap.hidden:nth-child(odd) ~ .post-wrap:nth-of-type(odd) .post {
        background: #F0F1F3; }
      .post-list .post-wrap:nth-child(even) .post,
      .post-list .post-wrap.hidden:nth-child(even) ~ .post-wrap:nth-of-type(odd) .post, .post-list .post-wrap.hidden:nth-child(even) + .post-wrap.hidden:nth-child(odd) ~ .post-wrap:nth-of-type(even) .post {
        background: transparent; } }
  @media only screen and (min-width: 1200px) {
    .post-list .post-wrap:nth-child(1) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(2) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(3) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(4) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(5) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(6) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(7) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(8) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(9) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(10) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(11) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(12) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(13) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(14) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(15) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(16) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(17) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(18) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(19) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(20) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(21) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(22) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(23) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(24) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(25) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(26) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(27) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(28) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(29) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(30) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(31) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(32) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(33) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(34) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(35) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(36) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(37) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(38) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(39) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(40) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(41) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(42) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(43) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(44) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(45) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(46) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(47) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(48) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(49) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(50) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(51) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(52) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(53) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(54) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(55) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(56) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(57) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(58) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(59) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(60) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(61) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(62) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(63) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(64) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(65) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(66) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(67) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(68) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(69) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(70) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(71) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(72) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(73) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(74) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(75) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(76) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(77) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(78) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(79) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(80) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(81) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(82) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(83) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(84) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(85) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(86) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(87) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(88) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(89) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(90) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(91) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(92) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(93) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(94) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(95) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(96) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(97) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(98) .post {
      background: transparent; }
    .post-list .post-wrap:nth-child(99) .post {
      background: #F0F1F3; }
    .post-list .post-wrap:nth-child(100) .post {
      background: transparent; } }
  .post-list.reserved-order .post-wrap:nth-child(odd) .post {
    background: none; }
  .post-list.reserved-order .post-wrap:nth-child(even) .post {
    background: #F0F1F3; }
  .post-list .post {
    padding: 15px; }
    .post-list .post span.category {
      float: left;
      background: #AAB9C0;
      padding: 4px 5px 2px 5px;
      color: #fff;
      text-transform: uppercase;
      font-size: 13px; }
    .post-list .post time {
      float: right;
      color: #AAB9C0;
      font-size: 15px;
      font-family: "quadon";
      font-style: italic; }
    .post-list .post h3, .post-list .post p {
      width: 100%;
      float: left;
      color: #00507d; }
    .post-list .post hr {
      width: 100%;
      margin-bottom: 13px; }
    .post-list .post h3 {
      margin-top: 10px;
      font-size: 17px;
      min-height: 40px; }
    .post-list .post p.subtitle {
      color: #008cd3;
      font-size: 15px; }
    .post-list .post p {
      line-height: 1.3; }
    .post-list .post a.read-more {
      display: inline-block; }
  .post-list.small-gutter .post-wrap, section.block_testimonials .testimonials-list .post-list.row .post-wrap, section.block_testimonials .post-list.testimonials-list.row .post-wrap {
    margin-bottom: 10px; }
  .post-list .post .new-corner:after, .post-list .post .update-corner:after {
    font-size: 12px; }
  .post-list .post .new-corner.corner_right, .post-list .post .update-corner.corner_right {
    top: -7px;
    right: -27px; }

.posts-filter-bar {
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 7px;
  width: 100%;
  border-bottom: 2px solid #AAB9C0; }
  .posts-filter-bar .filters {
    padding: 0;
    list-style: none;
    max-width: 63%;
    /* Extra Small Devices, Phones */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */
    /* Large Devices, Wide Screens */
    overflow: hidden; }
    @media only screen and (min-width: 480px) {
      .posts-filter-bar .filters {
        max-width: 69%; } }
    @media only screen and (min-width: 768px) {
      .posts-filter-bar .filters {
        max-width: 63%; } }
    @media only screen and (min-width: 992px) {
      .posts-filter-bar .filters {
        max-width: 75%; } }
    @media only screen and (min-width: 1200px) {
      .posts-filter-bar .filters {
        max-width: 76%; } }
    .posts-filter-bar .filters li {
      float: left; }
      .posts-filter-bar .filters li + li {
        margin-left: 15px; }
        .posts-filter-bar .filters li + li a {
          cursor: pointer;
          padding: 7px 10px 5px 10px;
          display: inline-block;
          border: 1px solid #f9b233;
          color: #333;
          text-transform: uppercase;
          font-size: 13px;
          font-weight: 500;
          margin-bottom: 5px; }
          .posts-filter-bar .filters li + li a.active, .posts-filter-bar .filters li + li a:hover {
            background: #f9b233;
            text-decoration: none; }
      .posts-filter-bar .filters li.title {
        margin-right: 10px;
        padding-top: 5px;
        font-size: 18px;
        font-family: "quadon";
        font-style: italic;
        color: #00507d; }
  .posts-filter-bar .search {
    color: #00507d;
    font-size: 24px;
    position: absolute;
    right: 17px;
    top: -2px;
    cursor: pointer; }

section.c_productarchive .posts-filter-bar .filters, section.c_eventlist .posts-filter-bar .filters {
  width: 100%;
  max-width: 100%; }

@media (min-width: 992px) {
  section.block_introgrid {
    min-height: 800px;
    max-height: 1500px;
    height: 75%;
    height: calc(100% - 75px);
    height: 75vh;
    height: calc(100vh - 75px); } }

section.block_introgrid .block_introgrid_top-row,
section.block_introgrid .block_introgrid_bottom-row {
  padding-bottom: 15px; }
  section.block_introgrid .block_introgrid_top-row [class*='col-'],
  section.block_introgrid .block_introgrid_bottom-row [class*='col-'] {
    height: 100%; }
    section.block_introgrid .block_introgrid_top-row [class*='col-'] > div,
    section.block_introgrid .block_introgrid_bottom-row [class*='col-'] > div {
      height: 100%; }

section.block_introgrid .block_introgrid_top-row {
  height: 66.6666666667%; }
  @media (max-width: 991px) {
    section.block_introgrid .block_introgrid_top-row {
      padding-bottom: 10px; } }

section.block_introgrid .block_introgrid_bottom-row {
  height: 33.3333333333%; }
  @media (max-width: 991px) {
    section.block_introgrid .block_introgrid_bottom-row {
      padding-bottom: 0px; } }

section.block_introgrid h1, section.block_introgrid h2, section.block_introgrid h3 {
  font-size: 32px; }
  section.block_introgrid h1 ~ .subtitle, section.block_introgrid h2 ~ .subtitle, section.block_introgrid h3 ~ .subtitle {
    font-size: 22px; }

section.block_introgrid .block_introgrid_links {
  background: no-repeat center;
  background-size: cover;
  background-position: top left; }
  section.block_introgrid .block_introgrid_links img {
    margin-left: 10px; }
  section.block_introgrid .block_introgrid_links .logo {
    margin-left: 30px;
    width: 150px; }
  section.block_introgrid .block_introgrid_links .block_introgrid_links_content {
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: auto !important;
    max-width: 615px;
    display: block; }
    section.block_introgrid .block_introgrid_links .block_introgrid_links_content h1, section.block_introgrid .block_introgrid_links .block_introgrid_links_content h2 {
      color: #fff;
      margin-top: 0;
      margin-bottom: 45px;
      padding-right: 30px;
      padding-left: 120px; }
    section.block_introgrid .block_introgrid_links .block_introgrid_links_content ul {
      font-family: "quadon";
      font-weight: 100;
      margin-bottom: 0;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 15px;
      border-left: 1px solid #fff;
      float: right;
      min-width: 300px;
      max-width: 450px; }
      section.block_introgrid .block_introgrid_links .block_introgrid_links_content ul > li + li {
        margin-top: 25px; }
      section.block_introgrid .block_introgrid_links .block_introgrid_links_content ul > li > a {
        font-style: italic;
        font-size: 20px;
        color: #fff;
        padding-right: 40px; }
        section.block_introgrid .block_introgrid_links .block_introgrid_links_content ul > li > a:before {
          color: #f9b233;
          top: 4px; }
  @media (max-width: 1199px) {
    section.block_introgrid .block_introgrid_links .block_introgrid_links_content h1, section.block_introgrid .block_introgrid_links .block_introgrid_links_content h2 {
      padding-left: 220px; } }
  @media (max-width: 991px) {
    section.block_introgrid .block_introgrid_links {
      min-height: 630px; }
      section.block_introgrid .block_introgrid_links .logo {
        margin-left: 0;
        width: 130px; }
      section.block_introgrid .block_introgrid_links .block_introgrid_links_content {
        right: 30px;
        width: 450px;
        max-width: calc(100% - 200px); }
        section.block_introgrid .block_introgrid_links .block_introgrid_links_content h1, section.block_introgrid .block_introgrid_links .block_introgrid_links_content h2 {
          padding-left: 120px;
          margin-bottom: 30px; } }
  @media (max-width: 767px) {
    section.block_introgrid .block_introgrid_links {
      padding-top: 60px; }
      section.block_introgrid .block_introgrid_links img {
        padding: 0;
        margin: 0 auto 30px auto;
        padding-top: 30px;
        display: block;
        max-width: 100px;
        height: auto;
        display: block !important; }
      section.block_introgrid .block_introgrid_links .block_introgrid_links_content {
        position: relative;
        width: 100%;
        max-width: 100%;
        left: inherit;
        right: inherit;
        top: inherit;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
        section.block_introgrid .block_introgrid_links .block_introgrid_links_content h1 {
          font-size: 24px;
          margin-bottom: 15px;
          padding-left: 0; }
        section.block_introgrid .block_introgrid_links .block_introgrid_links_content ul.arrow-icon-list {
          padding: 0;
          width: 100%;
          max-width: 100%;
          float: left;
          border-left: none; }
          section.block_introgrid .block_introgrid_links .block_introgrid_links_content ul.arrow-icon-list li {
            margin-top: 0;
            padding: 10px 15px;
            position: relative; }
            section.block_introgrid .block_introgrid_links .block_introgrid_links_content ul.arrow-icon-list li:hover {
              z-index: 1; }
              section.block_introgrid .block_introgrid_links .block_introgrid_links_content ul.arrow-icon-list li:hover:before {
                content: '';
                background: #f9b233;
                position: absolute;
                left: 0;
                right: 0;
                top: -1px;
                bottom: -1px; }
              section.block_introgrid .block_introgrid_links .block_introgrid_links_content ul.arrow-icon-list li:hover > a {
                text-decoration: none;
                color: #000; }
                section.block_introgrid .block_introgrid_links .block_introgrid_links_content ul.arrow-icon-list li:hover > a:before {
                  color: #000; }
            section.block_introgrid .block_introgrid_links .block_introgrid_links_content ul.arrow-icon-list li > a {
              width: 100%; }
              section.block_introgrid .block_introgrid_links .block_introgrid_links_content ul.arrow-icon-list li > a:before {
                color: #fff; }
            section.block_introgrid .block_introgrid_links .block_introgrid_links_content ul.arrow-icon-list li + li {
              border-top: 1px solid #fff; } }

section.block_introgrid .block_introgrid_content {
  padding: 30px;
  color: #00507d; }
  section.block_introgrid .block_introgrid_content p {
    color: #00507d; }
  section.block_introgrid .block_introgrid_content a, section.block_introgrid .block_introgrid_content h2, section.block_introgrid .block_introgrid_content h3 {
    color: #008cd3; }
  section.block_introgrid .block_introgrid_content img {
    margin: 30px auto; }
  section.block_introgrid .block_introgrid_content .in-image {
    display: inline-block;
    margin-top: -110px;
    float: right;
    z-index: 1;
    position: relative;
    margin-right: 45px;
    background: #f9b233; }

section.block_introgrid .block_introgrid_news {
  color: #fff; }
  section.block_introgrid .block_introgrid_news * {
    color: #fff; }
  section.block_introgrid .block_introgrid_news h3 {
    margin-top: 5px; }
  section.block_introgrid .block_introgrid_news ul {
    height: 101px;
    margin-bottom: 0; }
    section.block_introgrid .block_introgrid_news ul time, section.block_introgrid .block_introgrid_news ul a, section.block_introgrid .block_introgrid_news ul p {
      line-height: 1;
      position: relative; }
    section.block_introgrid .block_introgrid_news ul a {
      font-size: 18px; }
      section.block_introgrid .block_introgrid_news ul a:before {
        font-size: 12px;
        top: 3px; }
    section.block_introgrid .block_introgrid_news ul time {
      font-weight: bold;
      top: 3px;
      letter-spacing: 1px;
      width: 85px; }
  @media (max-width: 991px) {
    section.block_introgrid .block_introgrid_news {
      width: 100vw; } }
  section.block_introgrid .block_introgrid_news hr {
    margin-bottom: 5px; }
  section.block_introgrid .block_introgrid_news .stripes.stripes_light, section.block_introgrid .block_introgrid_news section.block_productlist .post-list.product-list .post:hover hr.stripes, section.block_productlist .post-list.product-list .post:hover section.block_introgrid .block_introgrid_news hr.stripes, section.block_introgrid .block_introgrid_news section.block_employeearchive .post-list.team-list .post-wrap.vacany-block .post hr.stripes, section.block_employeearchive .post-list.team-list .post-wrap.vacany-block .post section.block_introgrid .block_introgrid_news hr.stripes {
    margin-bottom: 15px; }

section.block_introgrid .block_introgrid_content-wide {
  color: #00507d; }
  section.block_introgrid .block_introgrid_content-wide p, section.block_introgrid .block_introgrid_content-wide h2, section.block_introgrid .block_introgrid_content-wide h3 {
    color: #00507d; }
  section.block_introgrid .block_introgrid_content-wide p {
    height: 46px;
    overflow: hidden; }
  section.block_introgrid .block_introgrid_content-wide a {
    color: #008cd3; }
  section.block_introgrid .block_introgrid_content-wide h3 {
    margin-top: 5px; }
  section.block_introgrid .block_introgrid_content-wide .image-wrap {
    padding: 15px 0; }
  section.block_introgrid .block_introgrid_content-wide hr {
    margin-bottom: 15px; }
  section.block_introgrid .block_introgrid_content-wide h4 {
    height: 44px; }

section.block_introgrid .block_introgrid_content .in-image {
  color: #000; }

section.block_introgrid .block_introgrid_content .new-corner {
  color: #000; }

section.block_contentcta {
  border-bottom: 1px solid #929395; }
  @media (max-width: 991px) {
    section.block_contentcta .section-bg {
      width: 30%; } }
  section.block_contentcta p.lead, section.block_contentcta section.block_targetgroupcontent div.content-left strong, section.block_targetgroupcontent div.content-left section.block_contentcta strong, section.block_contentcta section.block_targetgroupcontent div.content-right strong, section.block_targetgroupcontent div.content-right section.block_contentcta strong {
    color: #00507d; }

section.block_quicknav h4 {
  margin-bottom: 5px; }

@media (min-width: 768px) and (max-width: 991px) {
  section.block_quicknav .block_quicknav-call {
    text-align: center; } }

section.block_video {
  overflow: hidden;
  min-height: 400px;
  height: 500px;
  background: no-repeat center;
  background-size: cover;
  position: relative;
  color: white; }
  section.block_video * {
    color: white; }
  section.block_video:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }
  section.block_video .container,
  section.block_video .container > .row,
  section.block_video .container > .row > [class*="col-"] {
    height: 100%;
    position: relative; }
  section.block_video .play-icon-wrap, section.block_video .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  section.block_video .play-icon-wrap {
    width: 125px;
    text-align: center;
    cursor: pointer; }
    section.block_video .play-icon-wrap .fa, section.block_video .play-icon-wrap ul.check-list li:before, ul.check-list section.block_video .play-icon-wrap li:before, section.block_video .play-icon-wrap section.block_targetgroupcontent ul li:before, section.block_targetgroupcontent ul section.block_video .play-icon-wrap li:before, section.block_video .play-icon-wrap footer#site-footer .footer-sitemap ul a:hover:before, footer#site-footer .footer-sitemap ul section.block_video .play-icon-wrap a:hover:before {
      width: 100px;
      height: 100px;
      border: 4px solid #fff;
      border-radius: 100%;
      font-size: 42px;
      padding: 26px 35px;
      margin-bottom: 20px;
      -webkit-transition: background 300ms ease, color 300ms ease;
      -o-transition: background 300ms ease, color 300ms ease;
      transition: background 300ms ease, color 300ms ease; }
    section.block_video .play-icon-wrap p {
      margin-bottom: 0;
      font-size: 20px;
      font-weight: 200; }
    section.block_video .play-icon-wrap:hover .fa, section.block_video .play-icon-wrap:hover ul.check-list li:before, ul.check-list section.block_video .play-icon-wrap:hover li:before, section.block_video .play-icon-wrap:hover section.block_targetgroupcontent ul li:before, section.block_targetgroupcontent ul section.block_video .play-icon-wrap:hover li:before, section.block_video .play-icon-wrap:hover footer#site-footer .footer-sitemap ul a:hover:before, footer#site-footer .footer-sitemap ul section.block_video .play-icon-wrap:hover a:hover:before {
      background: #fff;
      color: #000; }
  section.block_video .content {
    width: 100%;
    padding: 15px; }
  @media (max-width: 767px) {
    section.block_video {
      height: auto;
      padding-left: 0;
      padding-right: 0; }
      section.block_video .content {
        padding: 15px 0; }
      section.block_video .play-icon-wrap, section.block_video .content {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
      section.block_video .play-icon-wrap {
        width: 100%;
        text-align: center;
        margin: 30px auto; } }

section.block_productusp {
  background-image: url("../img/base/stripes-gray-flipped.svg");
  background-repeat: repeat;
  background-size: 8px;
  position: relative;
  position: relative; }
  section.block_productusp:before {
    position: absolute;
    display: inline-block;
    content: '';
    height: 50%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#00FFFFFF', GradientType=0); }
  @media (max-width: 767px) {
    section.block_productusp {
      padding-left: 0;
      padding-right: 0; }
      section.block_productusp:before {
        background-image: none; } }
  section.block_productusp h2 {
    max-width: 720px; }
  section.block_productusp .release-intro {
    font-size: 20px; }
    section.block_productusp .release-intro .product-intro-text {
      color: #00507d; }
      section.block_productusp .release-intro .product-intro-text .title {
        font-weight: bold; }
  section.block_productusp ul.product-list li:before {
    display: none; }
  section.block_productusp ul.product-list li .product {
    height: 165px; }

@media (min-width: 768px) and (max-width: 991px) {
  body > div:nth-child(6) > section.block_productusp > div > div > div > ul > li > a > h5 {
    font-size: 18px; } }

section.block_contactcta {
  position: relative; }
  section.block_contactcta:before {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f9b233;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: -2; }
  section.block_contactcta:after {
    opacity: 0.3;
    filter: alpha(opacity=30); }
  section.block_contactcta h3 {
    color: #fff; }
    section.block_contactcta h3 ~ .subtitle {
      color: #000; }
  section.block_contactcta a.btn-bordered {
    width: 200px; }

section.block_highlightednewsvacancies .new-corner {
  top: -8px; }

section.block_highlightednewsvacancies .post-wrap .post header h3 {
  font-size: 24px;
  min-height: 1px;
  margin-bottom: 5px; }

@media (min-width: 768px) {
  section.block_highlightednewsvacancies .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    section.block_highlightednewsvacancies .row-eq-height [class*="col-"] .post {
      position: relative;
      display: inline-block;
      padding-bottom: 95px;
      height: 100%; }
      section.block_highlightednewsvacancies .row-eq-height [class*="col-"] .post hr.stripes, section.block_highlightednewsvacancies .row-eq-height [class*="col-"] .post a.read-more {
        position: absolute;
        width: inherit;
        left: 30px;
        right: 30px; }
      section.block_highlightednewsvacancies .row-eq-height [class*="col-"] .post hr.stripes {
        bottom: 60px; }
      section.block_highlightednewsvacancies .row-eq-height [class*="col-"] .post a.read-more {
        bottom: 30px; } }

section.block_testimonialscta {
  overflow-x: hidden;
  border-top: 1px solid #929395;
  padding-left: 0;
  padding-right: 0; }
  section.block_testimonialscta .testimonials-carousel {
    margin: 40px 0; }
  @media (max-width: 767px) {
    section.block_testimonialscta h3.subtitle {
      padding: 0 15px; } }

section.block_mailchimp {
  padding: 30px 0;
  background-image: url("../img/base/stripes-blue-light.svg");
  background-repeat: repeat;
  background-size: 8px; }
  section.block_mailchimp .mailchimp-form-wrap {
    background: #fff;
    border-radius: 5px;
    padding: 25px 25px 15px 25px; }
    section.block_mailchimp .mailchimp-form-wrap form h4 {
      margin: 0 0 10px; }
      section.block_mailchimp .mailchimp-form-wrap form h4 ~ .subtitle {
        font-size: 18px; }
    section.block_mailchimp .mailchimp-form-wrap form input[type="text"] {
      width: 100%;
      margin-bottom: 10px; }
    section.block_mailchimp .mailchimp-form-wrap form input[type="email"] {
      margin-bottom: 5px; }
    section.block_mailchimp .mailchimp-form-wrap form div.mailchimp_tab {
      position: absolute;
      left: -5000px; }
    @media (max-width: 767px) {
      section.block_mailchimp .mailchimp-form-wrap button[type="submit"] {
        float: left !important; } }

section.block_pageheader {
  background-image: url("../img/base/stripes-gray-flipped.svg");
  background-repeat: repeat;
  background-size: 8px;
  position: relative;
  border-top: 2px solid #F0F1F3; }
  section.block_pageheader:before {
    position: absolute;
    display: inline-block;
    content: '';
    height: 50%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#00FFFFFF', GradientType=0); }
  section.block_pageheader.vacancy a.btn.pull-right {
    margin-top: 50px; }
  section.block_pageheader .page-header-quicknav {
    padding-bottom: 15px; }
    section.block_pageheader .page-header-quicknav:before {
      content: '';
      height: 2px;
      background: #F0F1F3;
      position: absolute;
      bottom: 0;
      left: 15px;
      right: 15px; }
    section.block_pageheader .page-header-quicknav .next-prev-nav > * {
      float: left;
      color: #008cd3; }
    section.block_pageheader .page-header-quicknav .next-prev-nav p {
      margin: 0 15px; }
    section.block_pageheader .page-header-quicknav .next-prev-nav a {
      font-size: 18px; }
  section.block_pageheader .category {
    display: inline-block;
    background: #AAB9C0;
    color: #fff;
    padding: 10px 15px; }
    @media (max-width: 767px) {
      section.block_pageheader .category {
        font-size: 14px;
        padding: 6px 11px; } }
  section.block_pageheader ul.social-buttons .title {
    position: relative;
    top: -14px; }
  section.block_pageheader ul.social-buttons li:last-child {
    margin-right: 0; }
  section.block_pageheader ul.social-buttons a {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 7px; }
    section.block_pageheader ul.social-buttons a:before {
      display: none; }
    section.block_pageheader ul.social-buttons a span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    section.block_pageheader ul.social-buttons .title {
      display: none; }
    section.block_pageheader ul.social-buttons li {
      margin-right: 5px; }
    section.block_pageheader ul.social-buttons a {
      width: 31px;
      height: 31px; } }

/**

- Large imagepageheader -
Add class 'pageimageheader-large' to the parent (cmsblock), so the block in the contenttype backend.


*/
section.block_pageimageheader {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .cmsblock.pageimageheader-large section.block_pageimageheader {
    position: relative;
    min-height: 475px;
    height: 40vh; }
    .cmsblock.pageimageheader-large section.block_pageimageheader .container {
      position: absolute;
      bottom: 75px;
      left: 0;
      right: 0; }

section.block_socialmediacta {
  border-top: 1px solid #929395;
  margin-top: 20px; }
  @media (min-width: 992px) {
    section.block_socialmediacta h2 {
      font-size: 42px; } }
  section.block_socialmediacta p.subtitle {
    color: #00507d; }
  section.block_socialmediacta img {
    margin-top: -20px; }
    @media (max-width: 991px) {
      section.block_socialmediacta img {
        margin-top: 30px; } }

section.block_content h3, section.block_content h4, section.block_content h5, section.block_content h6 {
  color: #008cd3; }

section.block_content p.lead, section.block_content section.block_targetgroupcontent div.content-left strong, section.block_targetgroupcontent div.content-left section.block_content strong, section.block_content section.block_targetgroupcontent div.content-right strong, section.block_targetgroupcontent div.content-right section.block_content strong {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 30px;
  color: #00507d; }

section.block_content blockquote p {
  color: #008cd3; }

section.block_content ul {
  list-style: none;
  padding-left: 30px; }
  section.block_content ul li {
    padding-left: 14px;
    position: relative; }
    section.block_content ul li:before {
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      top: 42%;
      top: calc(50% - (7px/2));
      width: 7px;
      height: 7px;
      border-radius: 7px;
      background: #168ED1; }

section.block_targetgroupintro {
  margin-bottom: 60px;
  background-position: center;
  color: #fff; }
  @media (max-width: 991px) {
    section.block_targetgroupintro {
      background-position: right; } }
  section.block_targetgroupintro h1, section.block_targetgroupintro h2, section.block_targetgroupintro h3, section.block_targetgroupintro h4, section.block_targetgroupintro h5, section.block_targetgroupintro h6, section.block_targetgroupintro p, section.block_targetgroupintro small {
    color: #fff; }
  section.block_targetgroupintro h1, section.block_targetgroupintro h2 {
    text-transform: uppercase; }
    section.block_targetgroupintro h1 small, section.block_targetgroupintro h2 small {
      text-transform: initial; }
  section.block_targetgroupintro img {
    margin-bottom: -120px; }

section.block_targetgroupcontent div.content-left h1, section.block_targetgroupcontent div.content-left h2, section.block_targetgroupcontent div.content-left h3, section.block_targetgroupcontent div.content-left h4, section.block_targetgroupcontent div.content-right h1, section.block_targetgroupcontent div.content-right h2, section.block_targetgroupcontent div.content-right h3, section.block_targetgroupcontent div.content-right h4 {
  color: #168ED1;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase; }

section.block_targetgroupcontent div.content-left strong, section.block_targetgroupcontent div.content-right strong {
  font-weight: normal !important; }

section.block_targetgroupcontent ul {
  margin-top: -15px; }
  section.block_targetgroupcontent ul li {
    border-bottom: 1px solid #AAB9C0;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #00507d;
    font-size: 18px;
    font-style: italic; }
    section.block_targetgroupcontent ul li:last-child {
      border-bottom: none; }

section.block_targetgrouppackage h1, section.block_targetgrouppackage h2 {
  margin-top: 0; }

section.block_targetgrouppackage .img-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-right: 30px; }

section.block_targetgrouppackage.stripped-half-bg-dark .container, section.block_targetgrouppackage.stripped-half-bg .container, section.block_targetgrouppackage.stripped-half-bg-dark .container {
  position: relative;
  z-index: 2; }
  section.block_targetgrouppackage.stripped-half-bg-dark .container .lead, section.block_targetgrouppackage.stripped-half-bg .container .lead, section.block_targetgrouppackage.stripped-half-bg-dark .container .lead {
    font-size: 18px; }

section.block_targetgrouppackage.stripped-half-bg-dark:after, section.block_targetgrouppackage.stripped-half-bg:after, section.block_targetgrouppackage.stripped-half-bg-dark:after {
  z-index: 1; }

.package-list .post-wrap .post {
  background: #c0a16b;
  padding: 30px; }
  .package-list .post-wrap .post h3 {
    height: 64px;
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative; }
    .package-list .post-wrap .post h3 span {
      display: block;
      position: absolute; }
  .package-list .post-wrap .post hr {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px; }

@media (max-width: 767px) {
  .package-list .post-wrap .post h3 {
    height: auto;
    font-size: 26px; }
    .package-list .post-wrap .post h3 span {
      display: block;
      position: relative; } }

section.block_packagecontent h3, section.block_packagecontent h4, section.block_packagecontent h5, section.block_packagecontent h6 {
  color: #008cd3; }

section.block_packagecontent .btn, section.block_packagecontent .cookiebanner button, .cookiebanner section.block_packagecontent button {
  margin-top: 40px; }

section.block_products h1, section.block_products h2, section.block_products h3, section.block_products h4, section.block_products h5, section.block_products h6, section.block_products p, section.block_products ul, section.block_products a {
  color: #fff; }

section.block_products .title h1, section.block_products .title h2, section.block_products .title h3, section.block_products .title p {
  font-weight: 100; }

section.block_products .product-list_blue h5 {
  min-height: 70px;
  margin-bottom: 5px; }

section.block_products .product-list_blue hr {
  margin-top: 5px;
  margin-bottom: 5px; }

section.block_packageintro {
  overflow: visible;
  margin-bottom: 100px;
  position: relative; }
  section.block_packageintro h1 {
    margin-bottom: 0; }
  section.block_packageintro p.mt-md {
    font-size: 18px; }
  section.block_packageintro img.section-bg-left {
    margin-top: 30px;
    max-width: 45%;
    max-height: 100%;
    max-height: calc(100% + 30px);
    margin-top: 90px; }
  section.block_packageintro .text-wrap {
    margin-bottom: -30px; }

section.block_productlist {
  border-top: 1px solid #AAB9C0; }
  section.block_productlist h2 {
    font-weight: 300; }
    section.block_productlist h2 strong {
      font-weight: 700; }
  section.block_productlist .post-list.product-list .post {
    height: 235px; }
    section.block_productlist .post-list.product-list .post h3 {
      font-size: 22px; }
    section.block_productlist .post-list.product-list .post p {
      height: 100px; }
    section.block_productlist .post-list.product-list .post > a {
      padding-top: 5px; }
    section.block_productlist .post-list.product-list .post:hover {
      background: #168ED1;
      color: #fff; }
      section.block_productlist .post-list.product-list .post:hover * {
        color: #fff; }
    section.block_productlist .post-list.product-list .post hr {
      float: left;
      padding: 0;
      margin: 0; }
  section.block_productlist .post-list.product-list.vacancy-list div.post {
    height: 300px; }
    section.block_productlist .post-list.product-list.vacancy-list div.post h3 {
      width: 95%;
      min-height: 50px; }
    section.block_productlist .post-list.product-list.vacancy-list div.post p.subtitle-small {
      color: #008cd3;
      height: 20px; }
    section.block_productlist .post-list.product-list.vacancy-list div.post p.summary {
      min-height: 110px;
      max-height: 110px; }
  section.block_productlist.vacancylist {
    border-top: 0; }
    section.block_productlist.vacancylist div.vacancy-list-intro {
      border-bottom: 1px solid #AAB9C0; }
      section.block_productlist.vacancylist div.vacancy-list-intro p.lead, section.block_productlist.vacancylist div.vacancy-list-intro section.block_targetgroupcontent div.content-left strong, section.block_targetgroupcontent div.content-left section.block_productlist.vacancylist div.vacancy-list-intro strong, section.block_productlist.vacancylist div.vacancy-list-intro section.block_targetgroupcontent div.content-right strong, section.block_targetgroupcontent div.content-right section.block_productlist.vacancylist div.vacancy-list-intro strong {
        margin-bottom: 10px; }
    section.block_productlist.vacancylist p.lead, section.block_productlist.vacancylist section.block_targetgroupcontent div.content-left strong, section.block_targetgroupcontent div.content-left section.block_productlist.vacancylist strong, section.block_productlist.vacancylist section.block_targetgroupcontent div.content-right strong, section.block_targetgroupcontent div.content-right section.block_productlist.vacancylist strong {
      color: #00507d;
      font-size: 20px; }

section.block_employeearchive {
  overflow-x: visible; }
  section.block_employeearchive .post-list.team-list .post-wrap {
    margin-bottom: 45px;
    height: auto; }
    section.block_employeearchive .post-list.team-list .post-wrap .post {
      height: 225px; }
      section.block_employeearchive .post-list.team-list .post-wrap .post header {
        height: 120px; }
        section.block_employeearchive .post-list.team-list .post-wrap .post header h3 {
          font-size: 24px;
          min-height: 1px; }
        section.block_employeearchive .post-list.team-list .post-wrap .post header .subtitle {
          color: #008cd3;
          font-size: 14px; }
    section.block_employeearchive .post-list.team-list .post-wrap.vacany-block .vacany-block-image {
      overflow: hidden;
      width: 100%;
      height: 180px;
      background: #1F9CE2;
      text-align: center; }
      section.block_employeearchive .post-list.team-list .post-wrap.vacany-block .vacany-block-image [class^="anva-icon-"] {
        display: block;
        padding-top: 15px;
        color: #fff;
        font-size: 200px; }
    section.block_employeearchive .post-list.team-list .post-wrap.vacany-block .post {
      background: #168ED1;
      color: #fff; }
      section.block_employeearchive .post-list.team-list .post-wrap.vacany-block .post *, section.block_employeearchive .post-list.team-list .post-wrap.vacany-block .post header .subtitle {
        color: #fff; }
      section.block_employeearchive .post-list.team-list .post-wrap.vacany-block .post h3 {
        margin-top: 34px; }
      section.block_employeearchive .post-list.team-list .post-wrap.vacany-block .post .read-more {
        margin-bottom: 4px;
        margin-top: 2px; }

ul.icon-buttons {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 0 -15px;
  min-height: 27px; }
  ul.icon-buttons li {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px; }
    ul.icon-buttons li a {
      display: block;
      width: 27px;
      height: 27px;
      padding: 4px 0;
      background: #f9b233;
      text-align: center;
      color: #333;
      -webkit-transition: background 300ms ease, color 300ms ease;
      -o-transition: background 300ms ease, color 300ms ease;
      transition: background 300ms ease, color 300ms ease; }
      ul.icon-buttons li a:hover {
        background: #333;
        color: #f9b233; }

section.block_testimonials .testimonials-list .testimonial-wrap {
  margin-bottom: 10px; }
  section.block_testimonials .testimonials-list .testimonial-wrap .testimonial {
    display: block;
    position: relative; }
    section.block_testimonials .testimonials-list .testimonial-wrap .testimonial:before {
      content: '';
      display: block;
      padding-top: 100%; }
    section.block_testimonials .testimonials-list .testimonial-wrap .testimonial .content {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      padding: 30px; }
    section.block_testimonials .testimonials-list .testimonial-wrap .testimonial .text {
      display: none;
      max-width: 100%;
      text-align: center;
      font-style: italic; }
      section.block_testimonials .testimonials-list .testimonial-wrap .testimonial .text h4, section.block_testimonials .testimonials-list .testimonial-wrap .testimonial .text h5 {
        color: #008cd3;
        font-size: 20px;
        font-family: "quadon";
        font-weight: 200; }
    section.block_testimonials .testimonials-list .testimonial-wrap .testimonial:hover img {
      display: none; }
    section.block_testimonials .testimonials-list .testimonial-wrap .testimonial:hover .text {
      display: block; }
      section.block_testimonials .testimonials-list .testimonial-wrap .testimonial:hover .text p {
        font-weight: 400;
        font-style: italic; }
  @media (max-width: 767px) {
    section.block_testimonials .testimonials-list .testimonial-wrap:nth-child(1) .testimonial .content,
    section.block_testimonials .testimonials-list .testimonial-wrap:nth-child(4n) .testimonial .content,
    section.block_testimonials .testimonials-list .testimonial-wrap:nth-child(5n) .testimonial .content {
      background: #F0F1F3; } }
  @media (min-width: 768px) {
    section.block_testimonials .testimonials-list .testimonial-wrap:nth-child(odd) .testimonial .content {
      background: #F0F1F3; } }
  section.block_testimonials .testimonials-list .testimonial-wrap .testimonial.testimonial_large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    section.block_testimonials .testimonials-list .testimonial-wrap .testimonial.testimonial_large:before {
      display: none; }
    section.block_testimonials .testimonials-list .testimonial-wrap .testimonial.testimonial_large .image {
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    section.block_testimonials .testimonials-list .testimonial-wrap .testimonial.testimonial_large .info {
      position: relative; }
      section.block_testimonials .testimonials-list .testimonial-wrap .testimonial.testimonial_large .info:before {
        content: '';
        display: block;
        padding-top: 100%; }
      section.block_testimonials .testimonials-list .testimonial-wrap .testimonial.testimonial_large .info .content {
        left: 5px;
        right: 5px;
        display: block; }
        section.block_testimonials .testimonials-list .testimonial-wrap .testimonial.testimonial_large .info .content h3 {
          font-size: 24px; }
        section.block_testimonials .testimonials-list .testimonial-wrap .testimonial.testimonial_large .info .content p {
          line-height: 1.3; }
    section.block_testimonials .testimonials-list .testimonial-wrap .testimonial.testimonial_large:hover img {
      display: inherit; }
    @media (max-width: 767px) {
      section.block_testimonials .testimonials-list .testimonial-wrap .testimonial.testimonial_large {
        display: block; }
        section.block_testimonials .testimonials-list .testimonial-wrap .testimonial.testimonial_large .image {
          height: 250px; }
        section.block_testimonials .testimonials-list .testimonial-wrap .testimonial.testimonial_large .info:before {
          display: none; }
        section.block_testimonials .testimonials-list .testimonial-wrap .testimonial.testimonial_large .info .content {
          position: relative;
          left: 0;
          right: 0; } }

section.block_eventdetail .event-program {
  padding: 45px 45px; }
  section.block_eventdetail .event-program h2, section.block_eventdetail .event-program h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px; }
  section.block_eventdetail .event-program ul {
    list-style: none;
    padding: 0; }
    section.block_eventdetail .event-program ul li {
      margin-top: 5px;
      font-size: 17px;
      font-weight: 200;
      color: black; }
      section.block_eventdetail .event-program ul li time {
        font-weight: 900;
        text-transform: uppercase;
        min-width: 105px;
        float: left;
        color: black; }
  section.block_eventdetail .event-program:after {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  @media (max-width: 767px) {
    section.block_eventdetail .event-program {
      padding: 15px; } }

section.block_requestdemo #signup-event-form #add-guest-event-form {
  cursor: pointer; }

section.block_eventsearchive .post-list.events-list .post-wrap .post header {
  height: 130px; }
  section.block_eventsearchive .post-list.events-list .post-wrap .post header h3 {
    font-size: 22px;
    min-height: 44px;
    margin-bottom: 5px; }
  section.block_eventsearchive .post-list.events-list .post-wrap .post header .subtitle {
    color: #008cd3;
    font-size: 14px;
    margin-bottom: 0; }

section.block_eventsearchive .post-list.events-list .post-wrap .post .content {
  display: inline-block;
  height: 62px;
  overflow: hidden; }

section.block_eventsearchive .post-list.events-list .post-wrap .post hr {
  margin-top: 10px; }

section.block_packageproductlist .post-list.events-list .post-wrap .update-corner, section.block_packageproductlist .post-list.events-list .post-wrap .new-corner {
  top: -8px;
  left: -27px; }

section.block_packageproductlist .post-list.events-list .post-wrap .post header {
  height: 30px; }
  section.block_packageproductlist .post-list.events-list .post-wrap .post header h3 {
    font-size: 22px;
    min-height: 44px;
    margin-bottom: 5px; }
  section.block_packageproductlist .post-list.events-list .post-wrap .post header .subtitle {
    color: #008cd3;
    font-size: 14px;
    margin-bottom: 0; }

section.block_packageproductlist .post-list.events-list .post-wrap .post .content {
  height: 130px;
  display: inline-block;
  overflow: hidden; }

section.block_packageproductlist .post-list.events-list .post-wrap .post hr {
  margin-top: 10px; }

section.block_contact .map-wrap {
  position: relative;
  margin-bottom: 15px; }
  section.block_contact .map-wrap:before {
    content: '';
    background: #F0F1F3;
    height: 100%;
    max-width: 100%;
    position: absolute;
    left: 15px;
    right: 15px; }
  section.block_contact .map-wrap .google-map {
    height: 300px; }
  section.block_contact .map-wrap .info-wrap {
    padding: 15px; }
    section.block_contact .map-wrap .info-wrap h4 {
      margin-bottom: 15px;
      color: #008cd3; }
    section.block_contact .map-wrap .info-wrap h5 {
      margin-top: 15px;
      margin-bottom: 0;
      font-size: 19px; }
    section.block_contact .map-wrap .info-wrap p {
      color: #00507d; }
    @media (min-width: 992px) {
      section.block_contact .map-wrap .info-wrap {
        padding: 30px 45px; }
        section.block_contact .map-wrap .info-wrap a.btn {
          margin-top: 100px; } }

section.block_videotext h3 {
  color: #168ED1;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

section.block_vacancyform {
  padding-top: 110px; }
  section.block_vacancyform hr {
    margin: 0 0 10px 0;
    padding: 0; }
  section.block_vacancyform h3 {
    margin-bottom: 25px; }
  section.block_vacancyform .file_upload {
    margin-bottom: 40px; }
    section.block_vacancyform .file_upload > div {
      width: 100%;
      height: 65px;
      overflow: hidden;
      position: relative;
      border: solid 1px #F0F1F3; }
      section.block_vacancyform .file_upload > div > div {
        padding: 10px 0 0 10px;
        width: 50%;
        display: block;
        overflow: hidden;
        float: left; }
        section.block_vacancyform .file_upload > div > div span.title {
          color: #00507d;
          font-weight: bold; }
        section.block_vacancyform .file_upload > div > div span.types {
          color: #008cd3; }
        section.block_vacancyform .file_upload > div > div span.filename {
          color: #AAB9C0; }
        section.block_vacancyform .file_upload > div > div.fileuploadhidden {
          width: 0;
          height: 0;
          position: relative;
          padding: 0;
          overflow: hidden; }
          section.block_vacancyform .file_upload > div > div.fileuploadhidden input {
            top: 0;
            right: 0;
            opacity: 0.0;
            filter: alpha(opacity=0);
            font-size: 300px;
            height: 65px; }
      section.block_vacancyform .file_upload > div button {
        float: right;
        background-color: #008cd3;
        color: #FFF; }
  section.block_vacancyform ul {
    list-style: none; }
    section.block_vacancyform ul li {
      color: #00507d;
      margin-top: 10px; }
      section.block_vacancyform ul li label input[type=text] {
        font-weight: bold; }
      section.block_vacancyform ul li label input[type=radio] {
        margin-right: 5px; }

@media (max-width: 767px) {
  section.block_vacancyform .file_upload-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    float: left;
    width: 100%; }
  section.block_vacancyform .file_upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%; }
    section.block_vacancyform .file_upload > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-height: 150px;
      height: auto; }
      section.block_vacancyform .file_upload > div > div {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        padding: 10px 0 10px 10px; }
      section.block_vacancyform .file_upload > div button {
        width: 100%; } }

@media (min-width: 768px) {
  section.block_vacancyform .file_upload > div {
    height: 65px; }
    section.block_vacancyform .file_upload > div > div {
      width: 50%; }
    section.block_vacancyform .file_upload > div button {
      width: 50%; } }

@media (min-width: 992px) {
  section.block_vacancyform .file_upload > div > div {
    width: 50%; }
  section.block_vacancyform .file_upload > div button {
    width: initial; } }

section.block_teamctabanner .row {
  border-top: 1px #F0F1F3 solid; }
  section.block_teamctabanner .row .employees {
    height: 200px;
    overflow: hidden; }
    section.block_teamctabanner .row .employees div {
      width: 150px;
      height: 200px;
      margin: 30px 0 0 0;
      padding: 10px;
      display: inline;
      float: left; }
      section.block_teamctabanner .row .employees div span {
        padding-top: 10px;
        display: table;
        margin: 0 auto;
        text-align: center;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

section.block_linkslider .row {
  background-color: #00507d;
  font-size: 18px; }
  section.block_linkslider .row .linksslider-carousel .own-stage {
    width: 100% !important; }
  section.block_linkslider .row .linksslider-carousel .item .singleItem {
    display: block;
    width: 100%;
    height: auto; }
  section.block_linkslider .row .text {
    color: #FFFFFF; }
  section.block_linkslider .row .link {
    color: #F7B342; }

section.block_productarchiveheader {
  background-image: url("../img/base/stripes-gray-flipped.svg");
  background-repeat: repeat;
  background-size: 8px;
  border-top: 2px solid #F0F1F3;
  font-size: 20px; }
  section.block_productarchiveheader .product-intro-text {
    color: #00507d; }
    section.block_productarchiveheader .product-intro-text .title {
      font-weight: bold; }

section.block_productcontent {
  position: relative;
  position: relative; }
  section.block_productcontent:before {
    position: absolute;
    display: inline-block;
    content: '';
    height: 50%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#00FFFFFF', GradientType=0); }
  section.block_productcontent .section-bg {
    top: 300px; }
  section.block_productcontent h3, section.block_productcontent h4, section.block_productcontent h5, section.block_productcontent h6 {
    color: #008cd3; }
  section.block_productcontent p {
    color: #8A9AA3; }
    section.block_productcontent p.lead, section.block_productcontent section.block_targetgroupcontent div.content-left strong, section.block_targetgroupcontent div.content-left section.block_productcontent strong, section.block_productcontent section.block_targetgroupcontent div.content-right strong, section.block_targetgroupcontent div.content-right section.block_productcontent strong {
      color: #00507d; }
  section.block_productcontent ol, section.block_productcontent ul {
    color: #8A9AA3; }

section.block_search {
  position: relative;
  position: relative; }
  section.block_search:before {
    position: absolute;
    display: inline-block;
    content: '';
    height: 50%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#00FFFFFF', GradientType=0); }
  section.block_search h3, section.block_search h4, section.block_search h5, section.block_search h6 {
    color: #008cd3; }
  section.block_search section {
    padding-bottom: 50px; }
    section.block_search section .lead {
      margin-bottom: 10px; }

section.c_vacancylist h3 {
  position: relative; }

section.block_archive-news article.post-wrap {
  height: 500px; }
  section.block_archive-news article.post-wrap img {
    max-height: 275px; }
  section.block_archive-news article.post-wrap .post {
    height: 310px; }
    @media (max-width: 1200px) {
      section.block_archive-news article.post-wrap .post {
        height: 340px; } }
    @media (max-width: 768px) {
      section.block_archive-news article.post-wrap .post {
        height: 225px; } }
    @media (max-width: 480px) {
      section.block_archive-news article.post-wrap .post {
        height: 270px; } }
    section.block_archive-news article.post-wrap .post div.readmore_stripes_wrapper {
      position: absolute;
      bottom: 18px;
      width: 248px; }
      @media (max-width: 768px) {
        section.block_archive-news article.post-wrap .post div.readmore_stripes_wrapper {
          bottom: 8px;
          width: 90% !important; } }
      @media (max-width: 1200px) {
        section.block_archive-news article.post-wrap .post div.readmore_stripes_wrapper {
          width: 200px; } }

section.block_archive-news #search-news-form {
  position: absolute;
  top: 0;
  right: 50px;
  width: 20%; }
  @media (max-width: 991px) {
    section.block_archive-news #search-news-form {
      width: 30%; } }
  @media (max-width: 767px) {
    section.block_archive-news #search-news-form {
      width: 20%; } }
  section.block_archive-news #search-news-form input {
    line-height: 30px;
    height: 30px;
    width: 100%;
    padding: 0;
    padding: 5px; }

section.block_highlightednews article.post-wrap p {
  height: 150px; }
