@charset "UTF-8";
/*! Main */
/**
 * Main import structure and file naming according to ITCSS
 * by Harry Roberts (http://csswizardry.com).
 * - It’s important not to output any CSS in the first 2 layers.
 */
/* Vendors
   ------------------------------------------------------------------------- */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

@import url(manual.css);

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

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -moz-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); } }

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

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
      -o-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);
  -moz-transform: rotate(90deg);
    -o-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);
  -moz-transform: rotate(180deg);
    -o-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);
  -moz-transform: rotate(270deg);
    -o-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);
  -moz-transform: scale(-1, 1);
    -o-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);
  -moz-transform: scale(1, -1);
    -o-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 {
  -webkit-filter: none;
          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: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: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

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

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

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

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup: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; }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  outline: none; }

.glightbox-container.inactive {
  display: none; }

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden; }

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  will-change: transform;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0); }

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  opacity: 0; }

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative; }

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999; }

.glightbox-container .gslide-inner-content {
  width: 100%; }

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh; }

.glightbox-container .ginner-container.gvideo-container {
  width: 100%; }

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column; }

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important; }

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto; }

.gslide:not(.current) {
  pointer-events: none; }

.gslide-image {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center; }

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px; }

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto; }

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%; }

.gslide-image img.zoomable {
  position: relative; }

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none; }

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important; }

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none; }

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto; }

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none; }

.gslide-video.playing::before {
  display: none; }

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh; }

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important; }

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: -webkit-calc(100vh - 40px);
  max-height: -moz-calc(100vh - 40px);
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto; }

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%; }

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none; }

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1; }

.gslide-external {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%; }

.gslide-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: auto; }

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column; }

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
     -moz-box-flex: 1;
          flex: 1 0 100%; }

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%; }

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%; }

.gslide-description p {
  margin-bottom: 12px; }

.gslide-description p:last-child {
  margin-bottom: 0; }

.zoomed .gslide-description {
  display: none; }

.glightbox-button-hidden {
  display: none; }

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -webkit-order: 2 !important;
     -moz-box-ordinal-group: 3 !important;
          order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  will-change: opacity;
  padding-bottom: 50px; }

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em; }

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1; }

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold; }

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit; }

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4; }

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  will-change: opacity;
  opacity: 0.4; }

.gdesc-open .gdesc-inner {
  padding-bottom: 30px; }

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  will-change: opacity;
  opacity: 1; }

.greset {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.gabsolute {
  position: absolute; }

.grelative {
  position: relative; }

.glightbox-desc {
  display: none !important; }

.glightbox-open {
  overflow: hidden; }

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  -moz-animation: lightboxLoader 0.8s infinite linear;
       animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%; }

.goverlay {
  width: 100%;
  height: -webkit-calc(100vh + 1px);
  height: -moz-calc(100vh + 1px);
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity; }

.glightbox-mobile .goverlay {
  background: #000; }

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column; }

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0; }

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1; }

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff; }

.gbtn.focused {
  outline: 2px solid #0f3d81; }

iframe.wait-autoplay {
  opacity: 0; }

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important; }

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff; }

.glightbox-clean .gdesc-inner {
  padding: 22px 20px; }

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em; }

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em; }

.glightbox-clean .gslide-video {
  background: #000; }

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px; }

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff; }

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px; }

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px; }

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute; }

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto; }

.glightbox-clean .gclose:hover {
  opacity: 1; }

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  -moz-animation: gfadeIn 0.5s ease;
       animation: gfadeIn 0.5s ease; }

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  -moz-animation: gfadeOut 0.5s ease;
       animation: gfadeOut 0.5s ease; }

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  -moz-animation: gslideOutLeft 0.3s ease;
       animation: gslideOutLeft 0.3s ease; }

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  -moz-animation: gslideInLeft 0.3s ease;
       animation: gslideInLeft 0.3s ease; }

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  -moz-animation: gslideOutRight 0.3s ease;
       animation: gslideOutRight 0.3s ease; }

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  -moz-animation: gslideInRight 0.3s ease;
       animation: gslideInRight 0.3s ease; }

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  -moz-animation: gzoomIn 0.5s ease;
       animation: gzoomIn 0.5s ease; }

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  -moz-animation: gzoomOut 0.5s ease;
       animation: gzoomOut 0.5s ease; }

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
         transform: rotate(360deg); } }

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-moz-keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-moz-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    -moz-transform: translate3d(-60%, 0, 0);
         transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    -moz-transform: translate3d(-60%, 0, 0);
         transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@-moz-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    -moz-transform: translate3d(-60%, 0, 0);
         transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    -moz-transform: translate3d(-60%, 0, 0);
         transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-moz-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    -moz-transform: translate3d(60%, 0, 0);
         transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    -moz-transform: translate3d(60%, 0, 0);
         transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@-moz-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    -moz-transform: translate3d(60%, 0, 0);
         transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    -moz-transform: translate3d(60%, 0, 0);
         transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@-moz-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@-moz-keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row; }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0; }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1; }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0; }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1; }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%; }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab; }
  .gslide-inline {
    max-height: 95vh; }
  .gslide-external {
    max-height: 100vh; }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px; }
  .glightbox-open {
    height: auto; }
  .goverlay {
    background: rgba(0, 0, 0, 0.92); }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65); }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto; }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32); }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7); }
  .glightbox-clean .gprev {
    top: 45%; }
  .glightbox-clean .gnext {
    top: 45%; } }

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px; } }

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000; } }

/* Settings
   ------------------------------------------------------------------------- */
/**
 * Global settings, variables and configuration.
 */
/*! Settings - Colors */
/**
 * All global site colors are contained within this document.
 * Any color should always be defined and referenced here.
 */
/* Base colors
   ------------------------------------------------------------------------- */
/* Text colors
   ------------------------------------------------------------------------- */
/* Document colors
   ------------------------------------------------------------------------- */
/**
 * All colors are set to their defaults. Defaults should always be kept
 * in a comment when overwritten.
 */
/* Background colors
   ------------------------------------------------------------------------- */
/* Functional colors
   ------------------------------------------------------------------------- */
/*! Settings - Global */
/**
 * The max width of a container.
 */
/**
 * The amount of columns that span a container. All grid calculations are
 * based on this number.
 */
/* Paths
   ------------------------------------------------------------------------- */
/**
 * Relative path variables for images and fonts.
 */
/* Typography
   ------------------------------------------------------------------------- */
/* Family */
/* Size */
/* Baseline */
/* Weight */
/* Spacings
   ------------------------------------------------------------------------- */
/**
 * Spacings are based on and multiplied by the defined
 * vertical rythm.
 */
/**
 * Borders
 */
/* Default border radius when present. */
/**
 * Z-index
 */
/**
 * Breakpoints
 */
/* Tools
   ------------------------------------------------------------------------- */
/**
 * Globally used mixins and functions.
 */
/*! Tools - Mixins */
/**
 * The container mixin defines the max width of a content container and
 * auto centers it.
 */
/**
 * Standard clearfix hack used for clearing floats contained in a block level
 * element as by (http://blog.teamtreehouse.com/a-better-clearfix-with-sass).
 */
/**
 * A quick icon font mixin which utilizes FontAwesome to generate unicode icons in a
 * before and/or after psuedo element selector using the content attribute.
 */
/* Generic
   ------------------------------------------------------------------------- */
/**
 * Reset and/or normalize styles.
 */
/*! Generic - Reset */
/** Browser defaults reset based on normalize.css v4.1.1 by Necolas
 * (github.com/necolas/normalize.css)
 * - Latest update April 12 2016
 */
/**
 * Remove all margins and paddings in all browsers.
 */
* {
  margin: 0;
  padding: 0; }

/**
 * Box-sizing reset (https://css-tricks.com/box-sizing/).
 * You can use content-box or padding-box (where supported) at will,
 * without worrying about a universal selector overriding your CSS.
 */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit; }

/**
 * 1. Box sizing preserves the actual visible/rendered width and height
 *    of an element despite it having a padding or border.
 * 2. Set height of html 100% of window height.
 * 3. Optimize text rendering for all browsers.
 * 4. Prevent adjustment of font size after orientation changes in IE
 *    and iOS.
 */
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  height: 100%;
  /* 2 */
  font-size: 100%;
  /* 3 */
  text-rendering: optimizeLegibility;
  /* 3 */
  -webkit-font-smoothing: antialiased;
  /* 3 */
  -moz-font-smoothing: grayscale;
  /* 3 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  /* 4 */ }

/**
 * 1. Set position relative to allow positioning of modals, notifications,
 *    tooltips and fixed navigation.
 * 2. Set min height of body 100% to allow dynamic content.
 */
body {
  position: relative;
  /* 1 */
  min-height: 100%;
  /* 2 */ }

/* HTML5 display definitions
   ------------------------------------------------------------------------- */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Anchors
   ------------------------------------------------------------------------- */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  -webkit-text-decoration-skip: objects;
  /* 2 */
  background-color: transparent;
  /* 1 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers.
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text node semantics
   ------------------------------------------------------------------------- */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
  border-bottom: 0;
  /* 1 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  color: #000;
  background-color: #ff0; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height
 * in all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ------------------------------------------------------------------------- */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/** 
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ------------------------------------------------------------------------- */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ------------------------------------------------------------------------- */
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Change font properties to `inherit` in all browsers.
 */
button,
input,
select,
textarea {
  margin: 0;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: hidden; }

/**
 * Remove the inheritance of text transform in Edge, Firefox and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Remove border radius in Webkit browsers on Safari and Chrome iOS
 */
input,
textarea,
select {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none; }

/**
 * Remove default `box-sizing` on `input[type="search"]` in Safari on iOS.
 */
input[type='search'] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

/**
 * 1. Prevent a Webkit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Allow only vertical resizing of text areas.
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * Correct the text style of placeholders in Chrome, Edge and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Selection
   ------------------------------------------------------------------------- */
/*
 * Remove text-shadow in selection highlight:
 * (https://twitter.com/miketaylr/status/12228805301).
 * These selection rule sets have to be separate (when not using postcss).
 */
::-moz-selection {
  text-shadow: none; }
::selection {
  text-shadow: none; }

/*! Generic - Base */
/**
 * Set the document root font size at 10px. This allows for
 * easy calculation of REM sizes.
 */
:root {
  font-size: 62.5%; }

/**
 * Set base font family, size and baseline
 * as defined in (_settings.colors).
 */
body {
  font-family: "FaktPro-Blond", Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  color: #434343; }

/**
 * Set global placeholder color as defined in (_settings.colors).
 */
placeholder {
  color: #c7c7cd; }

/**
 * Overrule default selection color as deefined in (_settings.colors).
 */
::-moz-selection {
  background: #b4d5fe; }
::selection {
  background: #b4d5fe; }

/* Elements
   ------------------------------------------------------------------------- */
/**
 * Styling for bare HTML elements.
 */
/* ==========================================================================
   elements.headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FaktPro-Bold", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.2em;
  color: #273567;
  margin-bottom: 15px; }

h1,
.h1 {
  font-size: 3em; }
  @media (max-width: 600px) {
    h1,
    .h1 {
      font-size: 2.250em !important;
      word-break: break-word; } }

body.blog .h1 {
  margin-top: 60px; }

h2 {
  font-size: 2.4rem; }
  h2.h2.u-row-spacing-none {
    margin-bottom: 8px !important;
    font-size: 3.6rem;
    line-height: 1; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1em; }

/* ==========================================================================
   elements.anchors
   ========================================================================== */
/**
 * - Anchors inherit their parent element's color so anchors are never unwanted any other color.
 *   Anchors can be colored by defining anchors in their associated parent element of by
 *   utility classes.
 * - Anchors by default don't contain any `text-decoration` on hover status.
 */
a {
  color: #00A9DC;
  text-decoration: none; }

/* ==========================================================================
   elements.lists
   ========================================================================== */
ul,
ol {
  margin-left: 1em;
  padding-left: 1em; }

/* ==========================================================================
   elements.media
   ========================================================================== */
/**
 * Default img width to 100% for responsive.
 */
img {
  width: 100%;
  height: auto; }

img.normal {
  width: auto; }

.u-img-pull {
  margin: -80px 0 30px 0; }

/* ==========================================================================
   elements.tables
   ========================================================================== */
/**
 * Default border collapse on tables and width 100%.
 */
table {
  width: 100%;
  border-collapse: collapse; }

/* ==========================================================================
   elements.forms
   ========================================================================== */
/**
 * Inputs, textarea's and selects are 100% wide by default to fill
 * their defined layout.
 */
input,
textarea,
select {
  width: 100%; }

input:focus {
  outline: none; }

/* ==========================================================================
   elements.hr
   ========================================================================== */
/*
 * A better looking default horizontal rule according to
 * (https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css).
 */
hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  background-color: #dfdfdd;
  border: 0; }

/* ==========================================================================
   elements.fonts
   ========================================================================== */
@font-face {
  font-family: 'FaktPro-Blond';
  src: url("../fonts/FaktPro-Blond.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/FaktPro-Blond.eot?#iefix") format("embedded-opentype"), url("../fonts/FaktPro-Blond.woff") format("woff"), url("../fonts/FaktPro-Blond.ttf") format("truetype"); }

@font-face {
  font-family: 'FaktPro-Normal';
  src: url("../fonts/FaktPro-Normal.eot");
  src: url("../fonts/FaktPro-Normal.eot?#iefix") format("ie9-skip-eot"), url("../fonts/FaktPro-Normal.woff") format("woff"), url("../fonts/FaktPro-Normal.ttf") format("truetype"); }

@font-face {
  font-family: 'FaktPro-Bold';
  src: url("../fonts/FaktPro-Bold.eot");
  src: url("../fonts/FaktPro-Bold.eot?#iefix") format("ie9-skip-eot"), url("../fonts/FaktPro-Bold.woff") format("woff"), url("../fonts/FaktPro-Bold.ttf") format("truetype"); }

/* ==========================================================================
   elements.icons
   ========================================================================== */
/* ==========================================================================
   elements.blockquote
   ========================================================================== */
blockquote {
  font-size: 1.500em;
  line-height: 1.3;
  display: block; }

/* ==========================================================================
   elements.paragraph
   ========================================================================== */
strong {
  font-family: "FaktPro-Bold", Helvetica, Arial, Verdana, sans-serif; }

/* Objects
   ------------------------------------------------------------------------- */
/**
 * Objects – Class-based selectors which define undecorated design patterns.
 */
/* ==========================================================================
   objects.effects
   ========================================================================== */
/**
 * Animate effect on input labels
 */
.e-t--up {
  position: absolute;
  top: 15px;
  left: 15px; }

.e-t--focus:focus > .e-t--up {
  top: 0;
  left: 0; }

/**
 * Animate grayscale on hover
 */
.e-t--grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

.e-t--grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0); }

/**
 * Animate image scale
 */
.e-t--zoom {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

.e-t--zoom:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1); }

/* ==========================================================================
   objects.layout
   ========================================================================== */
/**
 * Layout is a flex based display model element.
 */
.o-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (max-width: 600px) {
    .o-layout {
      width: 100%;
      max-width: 100%;
      display: block; } }

.o-layout.o-layout-p20 {
  padding: 0 20px; }

.o-layout-2col--narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 790px;
  margin: 0 auto; }
  .o-layout-2col--narrow.smaller {
    max-width: 590px; }
  .o-layout-2col--narrow .c-card {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-bottom: 30px;
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .o-layout-2col--narrow .c-card:hover {
      -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.1); }
  .o-layout-2col--narrow .c-usp-column {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-bottom: 30px;
    margin-top: 14px;
    border: none;
    color: white; }
    .o-layout-2col--narrow .c-usp-column ul {
      margin-left: 0; }
    .o-layout-2col--narrow .c-usp-column p {
      color: white; }

.o-layout-3col--narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto; }
  .o-layout-3col--narrow .c-card {
    width: -webkit-calc(33.33333% - 20px);
    width: -moz-calc(33.33333% - 20px);
    width: calc(33.33333% - 20px);
    margin: 0 30px 30px 0;
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .o-layout-3col--narrow .c-card:hover {
      -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.1); }
    .o-layout-3col--narrow .c-card:nth-child(3n) {
      margin-right: 0; }

.o-layout__items {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  .o-layout__items .o-layout__item {
    padding: 15px; }
    .o-layout__items .o-layout__item.o-layout__2-items {
      width: 50%; }
    .o-layout__items .o-layout__item.o-layout__3-items {
      width: 33.33333%; }
    .o-layout__items .o-layout__item.o-layout__4-items {
      width: 25%; }
    .o-layout__items .o-layout__item.o-layout__5-items {
      width: 20%; }

@media only screen and (max-width: 876px) {
  .o-layout__items .o-layout__item.o-layout__2-items, .o-layout__items .o-layout__item.o-layout__4-items {
    width: 50%; }
  .o-layout__items .o-layout__item.o-layout__3-items, .o-layout__items .o-layout__item.o-layout__5-items {
    width: 33.33333%; }
  .o-layout-3col--narrow .c-card {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    margin: 0 30px 30px 0; }
    .o-layout-3col--narrow .c-card:nth-child(3n) {
      margin: 0 30px 30px 0; }
    .o-layout-3col--narrow .c-card:nth-child(2n) {
      margin: 0 0 30px 0; } }

@media only screen and (max-width: 600px) {
  .o-layout__items .o-layout__item.o-layout__2-items, .o-layout__items .o-layout__item.o-layout__3-items, .o-layout__items .o-layout__item.o-layout__4-items, .o-layout__items .o-layout__item.o-layout__5-items {
    width: 50%; }
  .o-layout-3col--narrow .c-card {
    width: 100%;
    margin: 0 0 30px 0; } }

@media only screen and (max-width: 480px) {
  .o-layout__items .o-layout__item.o-layout__2-items, .o-layout__items .o-layout__item.o-layout__3-items, .o-layout__items .o-layout__item.o-layout__4-items, .o-layout__items .o-layout__item.o-layout__5-items {
    width: 100%; } }

/**
 * Keeps working on mobile
 */
.o-layout--mobile {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  width: auto !important;
  max-width: auto !important; }

/**
 * Align content in the middle of their layout items.
 */
.o-layout--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center; }

/**
 * Justifies items left and right 
 */
.o-layout--justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between; }

.o-layout--justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center; }

/**
 * Align content at the bottom of their layout items.
 */
.o-layout--end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end; }

/**
 * Change order
 */
.o-layout--image-right {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2; }

/**
 * Equal heights layout hack.
 */
.o-layout--stretch > [class*="o-layout__item-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex; }

.o-layout--stretch > [class*="o-layout__item-"] > * {
  width: 100%; }

/**
 * Default layout items.
 * By default, layout items don't have any gutters.
 * Gutters can be provided by using a `.container` child within a layout item.
 */
.o-layout__item-1 {
  position: relative;
  padding: 15px;
  -webkit-flex-basis: 8.33333%;
          flex-basis: 8.33333%;
  max-width: 8.33333%; }
  @media (max-width: 600px) {
    .o-layout__item-1 {
      width: 100%;
      max-width: 100%;
      display: block;
      padding: 15px 0; } }

.o-layout__item-2 {
  position: relative;
  padding: 15px;
  -webkit-flex-basis: 16.66667%;
          flex-basis: 16.66667%;
  max-width: 16.66667%; }
  @media (max-width: 600px) {
    .o-layout__item-2 {
      width: 100%;
      max-width: 100%;
      display: block;
      padding: 15px 0; } }

.o-layout__item-3 {
  position: relative;
  padding: 15px;
  -webkit-flex-basis: 25%;
          flex-basis: 25%;
  max-width: 25%; }
  @media (max-width: 600px) {
    .o-layout__item-3 {
      width: 100%;
      max-width: 100%;
      display: block;
      padding: 15px 0; } }

.o-layout__item-4 {
  position: relative;
  padding: 15px;
  -webkit-flex-basis: 33.33333%;
          flex-basis: 33.33333%;
  max-width: 33.33333%; }
  @media (max-width: 600px) {
    .o-layout__item-4 {
      width: 100%;
      max-width: 100%;
      display: block;
      padding: 15px 0; } }

.o-layout__item-5 {
  position: relative;
  padding: 15px;
  -webkit-flex-basis: 41.66667%;
          flex-basis: 41.66667%;
  max-width: 41.66667%; }
  @media (max-width: 600px) {
    .o-layout__item-5 {
      width: 100%;
      max-width: 100%;
      display: block;
      padding: 15px 0; } }

.o-layout__item-6 {
  position: relative;
  padding: 15px;
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  max-width: 50%; }
  @media (max-width: 600px) {
    .o-layout__item-6 {
      width: 100%;
      max-width: 100%;
      display: block;
      padding: 15px 0; } }

.o-layout__item-7 {
  position: relative;
  padding: 15px;
  -webkit-flex-basis: 58.33333%;
          flex-basis: 58.33333%;
  max-width: 58.33333%; }
  @media (max-width: 600px) {
    .o-layout__item-7 {
      width: 100%;
      max-width: 100%;
      display: block;
      padding: 15px 0; } }

.o-layout__item-8 {
  position: relative;
  padding: 15px;
  -webkit-flex-basis: 66.66667%;
          flex-basis: 66.66667%;
  max-width: 66.66667%; }
  @media (max-width: 600px) {
    .o-layout__item-8 {
      width: 100%;
      max-width: 100%;
      display: block;
      padding: 15px 0; } }

.o-layout__item-9 {
  position: relative;
  padding: 15px;
  -webkit-flex-basis: 75%;
          flex-basis: 75%;
  max-width: 75%; }
  @media (max-width: 600px) {
    .o-layout__item-9 {
      width: 100%;
      max-width: 100%;
      display: block;
      padding: 15px 0; } }

.o-layout__item-10 {
  position: relative;
  padding: 15px;
  -webkit-flex-basis: 83.33333%;
          flex-basis: 83.33333%;
  max-width: 83.33333%; }
  @media (max-width: 600px) {
    .o-layout__item-10 {
      width: 100%;
      max-width: 100%;
      display: block;
      padding: 15px 0; } }

.o-layout__item-11 {
  position: relative;
  padding: 15px;
  -webkit-flex-basis: 91.66667%;
          flex-basis: 91.66667%;
  max-width: 91.66667%; }
  @media (max-width: 600px) {
    .o-layout__item-11 {
      width: 100%;
      max-width: 100%;
      display: block;
      padding: 15px 0; } }

.o-layout__item-12 {
  position: relative;
  padding: 15px;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  max-width: 100%; }
  @media (max-width: 600px) {
    .o-layout__item-12 {
      width: 100%;
      max-width: 100%;
      display: block;
      padding: 15px 0; } }

.o-layout__item--bleed {
  padding: 0; }

.o-layout__item--left-bleed {
  padding-left: 0; }

.o-layout__item--right-bleed {
  padding-right: 0; }

@media (min-width: 600px) and (max-width: 900px) {
  .o-layout__md-12 .o-layout__item-6 {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
    padding: 0; }
    .o-layout__md-12 .o-layout__item-6:first-child {
      margin-bottom: 30px; } }

@media (min-width: 600px) and (max-width: 900px) {
  .o-layout__item-full {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%; } }

@media (min-width: 600px) and (max-width: 900px) {
  .o-layout__item-full-blog {
    position: relative;
    padding: 15px;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%; } }

@media (max-width: 600px) {
  .o-layout__item-full-blog {
    padding: 15px;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%; } }

@media (min-width: 600px) and (max-width: 900px) {
  .o-layout__mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex; } }

@media (max-width: 600px) {
  .o-layout__mobile-split {
    max-width: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    padding: 15px; } }

/**
 * IE9 Layout fixes
 */
.ie9 .o-layout {
  display: block; }
  .ie9 .o-layout:after {
    content: '';
    display: table;
    clear: both; }

.ie9 .o-layout__item-1 {
  float: left;
  width: 8.33333%; }

.ie9 .o-layout__item-2 {
  float: left;
  width: 16.66667%; }

.ie9 .o-layout__item-3 {
  float: left;
  width: 25%; }

.ie9 .o-layout__item-4 {
  float: left;
  width: 33.33333%; }

.ie9 .o-layout__item-5 {
  float: left;
  width: 41.66667%; }

.ie9 .o-layout__item-6 {
  float: left;
  width: 50%; }

.ie9 .o-layout__item-7 {
  float: left;
  width: 58.33333%; }

.ie9 .o-layout__item-8 {
  float: left;
  width: 66.66667%; }

.ie9 .o-layout__item-9 {
  float: left;
  width: 75%; }

.ie9 .o-layout__item-10 {
  float: left;
  width: 83.33333%; }

.ie9 .o-layout__item-11 {
  float: left;
  width: 91.66667%; }

.ie9 .o-layout__item-12 {
  float: left;
  width: 100%; }

.ie9 .o-layout--justify div:first-child {
  float: left; }

.ie9 .o-layout--justify div {
  float: right; }

/* ==========================================================================
   objects.pane
   ========================================================================== */
/**
 * A pane is a full width band with additional padding on each side to provide some
 * space on narrow viewport.
 */
.o-pane {
  display: block;
  padding-right: 15px;
  padding-left: 15px; }

.o-pane-white {
  background-color: #fff; }

.o-pane--small {
  padding-right: 7.5px;
  padding-left: 7.5px; }

@media (max-width: 600px) {
  .o-pane--bleed {
    padding-left: 0;
    padding-right: 0; } }

.o-pane-narrow-centered {
  max-width: 586px;
  margin: 0 auto;
  text-align: center; }
  .o-pane-narrow-centered p {
    margin: 0 0 24px; }

/**
 * A highlighted pane seperates itself from sibling panes with a background color and borders.
 */
.o-pane--highlight {
  background-color: #fff;
  border-bottom: 1px solid #dfdfdd; }

.o-pane--secondary {
  background-color: #00A9DC; }

.o-pane--gradient {
  background: #00558a;
  background: -webkit-linear-gradient(left, #00558a 0%, #00a6d7 100%);
  background: -webkit-gradient(linear, left top, right top, from(#00558a), to(#00a6d7));
  background: -moz- oldlinear-gradient(left, #00558a 0%, #00a6d7 100%);
  background: linear-gradient(to right, #00558a 0%, #00a6d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00558a', endColorstr='#00a6d7',GradientType=1 ); }

.o-pane--fromtop {
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  display: block; }

.o-pane--fromright {
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateX(-400px);
     -moz-transform: translateX(-400px);
      -ms-transform: translateX(-400px);
       -o-transform: translateX(-400px);
          transform: translateX(-400px);
  margin-top: 0;
  right: -400px;
  display: block; }
  @media (max-width: 600px) {
    .o-pane--fromright {
      -webkit-transform: translateX(-100%);
         -moz-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
           -o-transform: translateX(-100%);
              transform: translateX(-100%);
      right: -100%; } }

.o-pane--hidden {
  display: none; }

.o-pane--hidden.o-pane--fromtop {
  margin-top: -258px;
  display: block; }

.o-pane--hidden.o-pane--fromright {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  display: block; }

.o-pane--border {
  border-bottom: 1px #dfdfdd solid; }

/**
 * The inner pane provides a buffer between the top and bottom of the pane
 * and its contents. The inner padding contracts `$spacing-small` to take into
 * account the mandatory padding on any element within the inner.
 */
.o-pane__inner {
  padding-top: 60px;
  padding-bottom: 60px; }

.o-pane__inner--top {
  padding-bottom: 60px; }

.o-pane__container {
  padding: 15px; }

.o-pane__container-extra-padding {
  padding: 40px; }

/**
 * IE9 Layout fixes
 */
.ie9 .o-pane--hidden.o-pane--fromright {
  right: -400px; }

.ie9 .o-pane--fromright {
  right: 0; }

/* ==========================================================================
   objects.wrapper
   ========================================================================== */
/**
 * Wrappers act as containers. Modified wrappers can have different max-width
 * using the container @mixin which can be referenced at (_tools.mixins).
 */
.o-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

/**
 * Wrapper modifiers can be invoked directly to reduce HTML bloat.
 */
.o-wrapper--slim {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto; }

.o-wrapper--skinny {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto; }

.o-wrapper--contact {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .o-wrapper--contact .c-article {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .o-wrapper--contact .c-article__container {
    padding: 15px 0; }

/**
 * Wrapper with negative margin for homepage
 */
.o-wrapper--pull {
  margin-top: -205px;
  /*@include breakpoint($mobilexxs) {
		margin-top: 0;
	}*/ }

.o-wrapper--lift {
  margin-top: -205px;
  /*@include breakpoint($mobilexxs) {
		margin-top: -158px;
	}*/ }

@media only screen and (max-width: 900px) {
  .o-wrapper--pull {
    margin-top: 0 !important; }
  .o-wrapper--lift {
    margin-top: 15px !important; } }

@media only screen and (max-width: 600px) {
  .o-wrapper--pull {
    margin-top: 0 !important; }
  .o-wrapper--lift {
    margin-top: 15px !important; } }

/*! Objects - container */
/**
 * Containers are block level elements and are used to box of content with paddings on all sides.
 * This is mainly used within layout items to provide gutters or within wrappers where no layout is present.
 * Containers always use `display: block`!
 */
.o-container {
  display: block;
  padding: 15px; }

/** 
 * Container modifiers also use `display: block` so the modified container can be addressed directly without the
 * base class of `.container`. This reduses HTML bloat.
 */
.o-container--obese {
  padding: 30px; }

.o-container--left-bleed {
  padding-left: 0; }

/* Components
   ------------------------------------------------------------------------- */
/**
 * Specific UI components.
 */
/* ==========================================================================
   components.main-header
   ========================================================================== */
.c-main-header {
  width: 100%;
  height: 101px;
  background-color: #fff;
  border-bottom: 1px #dfdfdd solid; }
  .c-main-header .o-pane {
    background-color: #fff; }

@media (max-width: 600px) {
  .c-main-storingsBericht {
    padding: 0 20px; } }

.c-main-storingsBericht .o-wrapper {
  color: white; }
  .c-main-storingsBericht .o-wrapper a {
    color: white;
    text-decoration: underline; }
  .c-main-storingsBericht .o-wrapper p {
    color: white; }
    .c-main-storingsBericht .o-wrapper p a {
      color: white;
      text-decoration: underline; }

.c-language-toggle {
  border-right: 1px #dfdfdd solid; }
  @media only screen and (max-width: 1024px) {
    .c-language-toggle {
      border-right: none; } }

.c-main-nav-toggle {
  display: none; }
  @media only screen and (max-width: 1040px) {
    .c-main-nav-toggle {
      display: block; } }

.c-main-header__link {
  padding: 15px 30px;
  display: block;
  border-left: 1px #dfdfdd solid; }
  @media (max-width: 600px) {
    .c-main-header__link {
      padding: 15px 20px; } }

/* ==========================================================================
   components.main-nav
   ========================================================================== */
.c-main-nav .nav {
  margin-left: 0 !important;
  padding-left: 0 !important; }
  @media (max-width: 1040px) {
    .c-main-nav .nav {
      display: none; } }

.c-main-nav .nav > li {
  display: inline-block;
  padding: 25px 0 18px 0;
  list-style: none; }

.c-main-search-toggle {
  margin-left: 15px; }

.c-main-nav .nav > li > a {
  position: relative;
  display: block;
  padding: 15px;
  color: #273567;
  font-family: "FaktPro-Normal", Helvetica, Arial, Verdana, sans-serif;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  .c-main-nav .nav > li > a:after {
    content: '';
    position: absolute;
    bottom: 12px;
    right: 15px;
    width: 0;
    height: 3px;
    background-color: #00A9DC;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
  .c-main-nav .nav > li > a:hover:after {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    left: 15px; }

.c-main-nav .nav li:hover a,
.c-main-nav .nav li.active a
.c-main-nav .nav li.active a {
  color: #00A9DC; }

.c-main-nav .nav > li.has-children.active > a {
  color: #00A9DC; }
  .c-main-nav .nav > li.has-children.active > a:before {
    color: #00A9DC; }

.c-main-nav .nav > li.has-children:hover > a {
  color: #00A9DC; }
  .c-main-nav .nav > li.has-children:hover > a:before {
    color: #00A9DC;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); }
  .c-main-nav .nav > li.has-children:hover > a:after {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    left: 15px; }

.c-main-nav .nav > li.has-children:hover .nav__level2 {
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.26), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.26), 0 10px 20px 0 rgba(0, 0, 0, 0.19); }
  .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    width: 66.66666%;
    padding: 65px 0; }
    .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 ul {
      -webkit-align-self: flex-start;
              align-self: flex-start;
      width: -webkit-calc(50% - 8px);
      width: -moz-calc(50% - 8px);
      width: calc(50% - 8px);
      height: 100%;
      padding: 0;
      margin: 0;
      list-style: none; }
      .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 ul.col-1 li {
        margin: 0 0 16px;
        font-size: 18px;
        line-height: 1.5;
        font-weight: normal; }
        .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 ul.col-1 li.has-children {
          margin: 0 0 16px;
          font-size: 25px;
          line-height: 1;
          font-weight: bold; }
          .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 ul.col-1 li.has-children a {
            position: relative;
            padding: 0; }
            .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 ul.col-1 li.has-children a:after {
              bottom: -3px;
              height: 3px; }
            .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 ul.col-1 li.has-children a:before {
              content: "";
              font-family: "FontAwesome";
              font-size: 16px;
              color: inherit;
              position: absolute;
              top: 5px;
              right: -20px;
              color: #fff;
              font-weight: 300;
              -webkit-transition: all 250ms ease-in-out;
              -o-transition: all 250ms ease-in-out;
              -moz-transition: all 250ms ease-in-out;
              transition: all 250ms ease-in-out; }
        .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 ul.col-1 li a {
          position: relative;
          padding: 0; }
          .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 ul.col-1 li a:after {
            content: '';
            position: absolute;
            bottom: -1px;
            right: 0;
            width: 0;
            height: 1px;
            background-color: #fff;
            -webkit-transition: all 250ms ease-in-out;
            -o-transition: all 250ms ease-in-out;
            -moz-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out; }
        .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 ul.col-1 li:hover a:after {
          width: 100%;
          left: 0; }
      .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 ul.col-1.nav-list-overcb li, .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 ul.col-1.nav-list-media li {
        margin: 0 0 16px;
        font-size: 25px;
        line-height: 1;
        font-weight: bold; }
        .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 ul.col-1.nav-list-overcb li a, .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 ul.col-1.nav-list-media li a {
          position: relative;
          padding: 0; }
          .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 ul.col-1.nav-list-overcb li a:after, .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 ul.col-1.nav-list-media li a:after {
            bottom: -3px;
            height: 3px; }
          .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 ul.col-1.nav-list-overcb li a:before, .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 ul.col-1.nav-list-media li a:before {
            content: "";
            font-family: "FontAwesome";
            font-size: 16px;
            color: inherit;
            position: absolute;
            top: 5px;
            right: -20px;
            color: #fff;
            font-weight: 300;
            -webkit-transition: all 250ms ease-in-out;
            -o-transition: all 250ms ease-in-out;
            -moz-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out; }
      .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 ul.col-2 li {
        margin: 0 0 30px;
        font-size: 25px;
        line-height: 1;
        font-weight: bold; }
        .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 ul.col-2 li a {
          position: relative;
          padding: 0; }
          .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 ul.col-2 li a:after {
            content: '';
            position: absolute;
            bottom: -3px;
            right: 0;
            width: 0;
            height: 3px;
            background-color: #fff;
            -webkit-transition: all 250ms ease-in-out;
            -o-transition: all 250ms ease-in-out;
            -moz-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out; }
          .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 ul.col-2 li a:before {
            content: "";
            font-family: "FontAwesome";
            font-size: 16px;
            color: inherit;
            position: absolute;
            top: 5px;
            right: -20px;
            color: #fff;
            font-weight: 300;
            -webkit-transition: all 250ms ease-in-out;
            -o-transition: all 250ms ease-in-out;
            -moz-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out; }
        .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-2-3 ul.col-2 li:hover a:after {
          width: 100%;
          left: 0; }
  .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-1-3 {
    display: inline-block;
    width: 33.33333%;
    height: 100%;
    padding: 65px 0 65px 32px;
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
    .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-1-3 p {
      margin: 0 0 16px;
      color: #fff;
      font-size: 25px;
      line-height: 1;
      font-weight: bold; }
    .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-1-3 > .nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap; }
      .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-1-3 > .nav li {
        display: block;
        width: -webkit-calc(50% - 8px);
        width: -moz-calc(50% - 8px);
        width: calc(50% - 8px);
        padding: 0;
        margin: 0 0 16px; }
        .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-1-3 > .nav li a {
          position: relative;
          display: inline;
          padding: 0; }
          .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-1-3 > .nav li a:after {
            content: '';
            position: absolute;
            bottom: -2px;
            right: 0;
            width: 0;
            height: 1px;
            background-color: #fff;
            -webkit-transition: all 250ms ease-in-out;
            -o-transition: all 250ms ease-in-out;
            -moz-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out; }
        .c-main-nav .nav > li.has-children:hover .nav__level2 .nav-divider-1-3 > .nav li:hover a:after {
          width: 100%;
          left: 0; }

.c-main-nav .nav > li.has-children > a {
  position: relative;
  padding-right: 32px; }
  .c-main-nav .nav > li.has-children > a:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 13px;
    color: inherit;
    position: absolute;
    top: 13px;
    right: 15px;
    color: #273567;
    font-weight: 300;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }

.c-main-nav .nav li .nav__level2 {
  position: absolute;
  z-index: 9;
  left: 0;
  display: none;
  width: 100vw;
  margin: 18px 0 0 0;
  padding: 0 -webkit-calc(50vw - 600px);
  padding: 0 -moz-calc(50vw - 600px);
  padding: 0 calc(50vw - 600px);
  background-color: #273567;
  list-style: none; }
  .c-main-nav .nav li .nav__level2 a {
    color: #fff; }

@media only screen and (max-width: 1120px) {
  .c-main-nav .nav > li > a {
    padding-left: 8px;
    padding-right: 8px; }
  .c-main-nav .nav > li.has-children > a {
    padding-right: 25px; }
    .c-main-nav .nav > li.has-children > a:before {
      right: 8px; } }

/**
 * IE9 Layout fixes
 */
.ie9 .c-main-nav {
  float: left; }

/* ==========================================================================
   components.main-search
   ========================================================================== */
.c-main-search {
  padding: 100px 0; }

.c-main-search__close {
  position: absolute;
  top: 30px;
  right: 30px; }

.c-main-search__submit {
  position: absolute;
  right: 0;
  bottom: 0;
  background: transparent;
  color: #fff;
  border: none;
  padding: 0 15px 15px 0;
  cursor: pointer; }

/* ==========================================================================
   components.main-sidebar
   ========================================================================== */
.c-main-sidebar {
  width: 400px;
  height: 100%;
  min-height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: scroll; }
  @media (max-width: 600px) {
    .c-main-sidebar {
      width: 100%;
      -webkit-box-shadow: none;
              box-shadow: none; } }

.c-main-sidebar__header {
  height: 100px;
  position: relative; }

.c-main-sidebar__container {
  padding: 30px; }

/**
 * Main sidebar toggle
 */
.c-main-sidebar__toggle {
  position: absolute;
  top: 39px;
  right: 40px; }
  .c-main-sidebar__toggle:hover {
    cursor: pointer; }

.c-main-sidebar__toggle .line {
  width: 25px;
  height: 3px;
  background-color: #00A9DC;
  display: block;
  margin: 5px auto; }

.c-main-sidebar__toggle .line:nth-child(2) {
  opacity: 0; }

.c-main-sidebar__toggle .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
     -moz-transform: translateY(8px) rotate(45deg);
      -ms-transform: translateY(8px) rotate(45deg);
       -o-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg); }

.c-main-sidebar__toggle .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
     -moz-transform: translateY(-8px) rotate(-45deg);
      -ms-transform: translateY(-8px) rotate(-45deg);
       -o-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg); }

/**
 * Main sidebar navigation
 */
.c-main-sidebar__nav {
  border-bottom: 1px #dfdfdd solid;
  padding-bottom: 15px; }

.c-main-sidebar__nav ul {
  margin: 0;
  padding: 0; }

.c-main-sidebar__nav li a {
  font-family: "FaktPro-Bold", Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.125em;
  color: #273567;
  padding: 15px 0;
  display: block; }
  .c-main-sidebar__nav li a:hover {
    color: #00A9DC; }

/**
 * Main sidebar utilities
*/
.c-main-sidebar__utilities {
  padding-top: 15px; }

.c-main-sidebar__utilities ul li {
  margin-left: 15px;
  display: inline-block; }
  @media (max-width: 600px) {
    .c-main-sidebar__utilities ul li {
      margin-left: 10px; } }

.c-main-sidebar__utilities ul li:first-child {
  margin-left: 0; }

.c-main-sidebar__utilities ul li a {
  color: #273567; }
  .c-main-sidebar__utilities ul li a:hover {
    color: #00A9DC; }

/**
 * Main sidebar socials
*/
.c-main-sidebar__socials {
  width: 400px;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: none; }
  @media (max-width: 600px) {
    .c-main-sidebar__socials {
      width: 100%;
      position: static; } }

.c-main-sidebar__socials ul {
  border-top: 1px #dfdfdd solid; }
  .c-main-sidebar__socials ul:after {
    content: '';
    display: table;
    clear: both; }

.c-main-sidebar__socials ul li:first-child a {
  border-left: 0; }

.c-main-sidebar__socials ul li a {
  width: 33.333%;
  float: left;
  padding: 20px 0 16px 0;
  text-align: center;
  border-left: 1px #dfdfdd solid; }

/* ==========================================================================
   components.main-footer
   ========================================================================== */
.c-main-footer {
  padding: 58px 0; }
  @media (max-width: 600px) {
    .c-main-footer {
      padding: 30px 0; } }

.c-main-footer__list {
  margin: 0; }

.c-main-footer__list li {
  display: inline-block;
  list-style: none;
  margin-left: 100px; }
  @media (min-width: 600px) and (max-width: 900px) {
    .c-main-footer__list li {
      margin-left: 50px; } }
  @media (max-width: 600px) {
    .c-main-footer__list li {
      display: block;
      margin-left: 0; } }

.c-main-footer__list li:first-child {
  margin-left: 0; }

.c-main-footer__list li a {
  font-family: "FaktPro-Normal", Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  color: #fff;
  display: block; }
  @media (max-width: 600px) {
    .c-main-footer__list li a {
      padding: 10px 0; } }

/**
 * Sub footer
 */
.c-sub-footer {
  position: relative; }
  @media (max-width: 600px) {
    .c-sub-footer {
      padding: 30px 0; } }

.c-sub-footer__list {
  margin: 0; }

.c-sub-footer__list li {
  display: inline-block;
  list-style: none;
  color: #434343; }

.c-sub-footer__list li a {
  padding: 25px 15px;
  display: block; }
  @media (max-width: 600px) {
    .c-sub-footer__list li a {
      padding: 15px; } }

.c-sub-footer__list li a:first-child {
  padding-left: 0; }

.c-sub-footer__list li a > .fa {
  font-size: 1.125em; }

.c-sub-footer__divider {
  margin: 0 20px 0 10px; }

.top {
  position: absolute;
  bottom: 32px;
  right: 16px;
  padding: 16px 30px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  .top:hover {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.1); }
  .top img {
    display: block;
    width: 12px;
    margin: 0 auto 8px; }

/**
 * IE9 Layout fixes
 */
.ie9 .c-sub-footer__list {
  float: left; }

.ie9 .top {
  float: right;
  margin-top: 20px; }

/* ==========================================================================
   components.hero
   ========================================================================== */
.c-hero {
  height: 536px;
  padding: 97px 0 0;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 600px) {
    .c-hero {
      min-height: auto;
      padding: 50px 0; } }
  .c-hero .o-pane {
    background-color: transparent; }

/**
 * Specific styling for homepage
 */
.c-hero--home {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto; }
  .c-hero--home .o-pane--video-fix1 .c-hero__content p {
    color: white; }
  @media (min-width: 600px) and (max-width: 900px) {
    .c-hero--home {
      background-position: right center; } }
  @media (max-width: 480px) {
    .c-hero--home {
      background-position: 85% center; } }

.c-hero--home--video .video--holder {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }
  .c-hero--home--video .video--holder:after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2; }
  .c-hero--home--video .video--holder video {
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute; }

.c-hero--home--video .o-pane--video-fix1 {
  z-index: 3;
  position: inherit; }
  .c-hero--home--video .o-pane--video-fix1 .c-hero__content p {
    color: white; }

.c-hero--home--video .flipper {
  z-index: 90; }

@media (max-width: 600px) {
  .c-hero--home--video .video--holder video {
    height: 100%;
    max-width: none;
    width: auto;
    min-width: 100%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    top: 0; } }

.o-pane--highlight.o-pane--video-fix2 .o-wrapper--pull {
  z-index: 5;
  position: relative; }

.c-hero--default {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0; }
  @media (max-width: 600px) {
    .c-hero--default {
      min-height: 380px; } }

.c-hero--slim {
  min-height: 550px;
  padding: 0; }
  @media (max-width: 600px) {
    .c-hero--slim {
      min-height: 380px; } }

.c-hero__content {
  max-width: 655px; }
  .c-hero__content p {
    font-size: 21px;
    line-height: 1.5; }
  @media (max-width: 600px) {
    .c-hero__content p {
      font-size: 18px; } }

.c-hero__title {
  font-size: 3.500em; }
  @media (max-width: 600px) {
    .c-hero__title {
      font-size: 1.500em; } }

.c-hero__title--temp {
  padding-right: 130px; }

@media only screen and (max-width: 900px) {
  .c-hero {
    height: 39vw;
    max-height: 536px;
    min-height: 0; } }
  @media only screen and (max-width: 900px) and (max-width: 600px) {
    .c-hero {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; } }
  @media only screen and (max-width: 900px) and (max-width: 480px) {
    .c-hero {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; } }

/* ==========================================================================
   components.logo
   ========================================================================== */
.c-logo {
  margin: 17px 0; }

.c-logo img {
  /*width: 156px;*/
  /* met pay-off */
  width: 76px;
  /* zonder tekst logo-plain.svg */
  height: 66px; }
  @media (max-width: 600px) {
    .c-logo img {
      /*width: 140px;*/
      /* met pay-off */
      width: 76px;
      /* zonder tekst logo-plain.svg */ } }
  .c-logo img.jub2021 {
    width: auto;
    margin-left: -30px; }
  .c-logo img.logo-hc {
    width: 156px; }
  @media (max-width: 600px) {
    .c-logo img.logo-hc {
      width: 156px; } }

.c-label {
  width: 66px;
  height: 66px; }

@media (min-width: 0px) and (max-width: 369px) {
  .c-label {
    background-color: aqua;
    width: 60px; }
  .c-logo img {
    width: 60px;
    height: 55px; }
  .c-main-header__link {
    padding: 5px 10px; } }

/* ==========================================================================
   components.avatar
   ========================================================================== */
.c-avatar {
  border-radius: 100%;
  overflow: hidden; }

.c-avatar--l {
  width: 175px;
  height: 175px; }

.c-avatar--m {
  width: 100px;
  height: 100px; }

/* ==========================================================================
   components.cards
   ========================================================================== */
.c-card {
  background-color: #fff;
  border: 1px #dfdfdd solid; }
  @media (max-width: 600px) {
    .c-card.u-text-center {
      text-align: left !important; } }

.c-card__container {
  padding: 24px 40px; }
  @media (max-width: 600px) {
    .c-card__container {
      padding: 40px 20px; } }
  .c-card__container.c-card-small {
    padding: 30px 0;
    margin: 0 40px;
    border-bottom: 1px solid #dfdfdd; }
  .c-card__container .u-text-medium.u-text-secondary.u-row-spacing {
    margin-bottom: 24px !important;
    font-size: 18px !important;
    line-height: 1.555555555555556 !important; }

#prefooter,
#people {
  background-color: #faf9f8; }

#contactForm {
  border-top: 1px solid #d8d8d8; }

#newsblock {
  background-color: #faf9f8; }
  #newsblock #news {
    border-bottom: none; }

#news {
  background-color: #faf9f8;
  border-bottom: 1px solid #d8d8d8; }

#news .o-layout {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch; }

#news .o-layout__item-6:first-child .c-card.u-row-spacing-medium {
  height: -webkit-calc(100% - 66px);
  height: -moz-calc(100% - 66px);
  height: calc(100% - 66px);
  margin: 0 !important; }

#news .o-layout__item-6:last-child .c-card.u-row-spacing-medium {
  height: 100%;
  margin: 0 !important; }

#news .c-card__image {
  height: 260px; }

.c-card__image {
  overflow: hidden;
  background-color: #faf9f8; }

.c-card__container--large {
  padding: 70px 50px; }
  @media (max-width: 600px) {
    .c-card__container--large {
      padding: 30px; } }

.c-card__container--slim {
  padding: 30px; }

.c-card__container--small {
  padding: 15px; }

.c-card__container--none {
  padding: 0; }

.c-card__icon {
  margin-bottom: 24px;
  height: 40px; }
  .c-card__icon img {
    width: 54px; }

.c-card__avatar {
  -webkit-box-flex: 100px;
  -webkit-flex: 100px 0;
     -moz-box-flex: 100px;
          flex: 100px 0; }
  @media (max-width: 600px) {
    .c-card__avatar {
      margin-bottom: 15px; } }

.c-card__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center; }
  @media (max-width: 600px) {
    .c-card__heading {
      display: block; } }

.c-card__title {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1; }
  @media (max-width: 600px) {
    .c-card__title {
      margin-left: 0; } }

/**
 * Modifiers for cards
 */
.c-card--secondary {
  background-color: #00A9DC;
  border: 0; }

.c-card--primary {
  background-color: #273567;
  border: 0; }

.c-card--facts p,
.c-card--facts .u-text-h1 {
  color: #fff;
  line-height: 1.1; }

.c-card--facts.c-card--secondary div {
  color: #273567 !important; }

.c-card--horizontal {
  padding-top: 30px;
  padding-bottom: 30px;
  border: 0;
  border-bottom: 1px #dfdfdd solid; }

.c-card__image--small {
  width: 150px;
  height: 150px; }

.c-card__image--right {
  text-align: right;
  min-height: 0;
  background-color: transparent; }
  @media (max-width: 600px) {
    .c-card__image--right {
      text-align: left; } }

/**
 * Add shadow to a card instead of border.
 */
.c-card--shadow {
  border: 0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  .c-card--shadow:hover {
    -webkit-box-shadow: 0 2px 10px 2px rgba(155, 155, 155, 0.5);
            box-shadow: 0 2px 10px 2px rgba(155, 155, 155, 0.5); }

/**
 * IE9 Layout fixes
 */
.ie9 .c-card__heading {
  display: block; }
  .ie9 .c-card__heading:after {
    content: '';
    display: table;
    clear: both; }

.ie9 .c-card__heading > div {
  float: left; }

#colofon {
  background-color: #fff; }

body.news, body.newsOverview, body.clientStoryOverviewHealthcare, body.expertise, body.vacanciesOverview, body.blog, body.blogOverview {
  background-color: #faf9f8; }

#landingpageHighlight,
#vacancies {
  /*border-top: 1px solid $color-border-alt;*/ }

/* ==========================================================================
   components.buttons
   ========================================================================== */
/**
 * Default button styles.
 * Every button gets the same default behaviour.
 */
.c-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 100%; }
  .c-button-wrapper.left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start; }
  .c-button-wrapper.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center; }
  .c-button-wrapper.right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end; }

.c-button {
  display: inline-block;
  padding: 1.7rem 3rem;
  font-size: 18px;
  line-height: 1;
  font-family: "FaktPro-Normal", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
  border-radius: 3px;
  border: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  will-change: background-color, color, border-color;
  cursor: pointer; }
  @media (max-width: 600px) {
    .c-button {
      width: 100%;
      display: block; } }
  .c-button img {
    width: 17px;
    margin-left: 8px; }

/**
 * Primary button.
 */
.c-button--primary {
  color: #fff;
  background-color: #00A9DC; }

.c-button--primary:hover {
  background-color: #0095c3;
  color: #fff; }

/**
 * Contrast buttons are used on dark background when there is no direct need
 * for a Call To Action (primary button). The padding of the button adjusts to
 * its borders
 */
.c-button--contrast {
  background-color: #fff;
  color: #00A9DC; }

.c-button--contrast:hover {
  background-color: #00A9DC;
  color: #fff; }

/**
 * Display block buttons.
 */
.c-button--block {
  display: block;
  width: 100%; }

@media (max-width: 600px) {
  .c-button-group > .c-button {
    margin-bottom: 15px; } }

.c-button--stroke {
  color: #fff;
  background-color: transparent;
  border: 2px rgba(255, 255, 255, 0.5) solid;
  border-radius: 0;
  padding: 1rem 4rem; }

.c-button--stroke:hover {
  color: #00A9DC;
  background-color: #fff; }

/**
 * Button outline with animation
 */
.c-button-outline {
  height: 50px;
  width: 50px;
  font-family: "FaktPro-Normal", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .c-button-outline span {
    display: none; }
  .c-button-outline.small {
    height: 36px;
    width: 36px; }
    .c-button-outline.small:after {
      top: 1.5px;
      left: 1.5px; }

.c-button-outline:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 3rem;
  color: inherit;
  position: relative;
  top: 8px; }

.c-button-outline--contrast {
  border: 2px rgba(255, 255, 255, 0.5) solid;
  color: #fff; }

.c-button-outline--primary {
  border: 2px rgba(39, 53, 103, 0.5) solid;
  color: #273567; }

.c-button-outline--secondary {
  border: 2px rgba(0, 169, 220, 0.5) solid;
  color: #00A9DC; }

.c-button-outline--tertiary {
  border: 2px rgba(230, 70, 114, 0.5) solid;
  color: #E64672; }

/**
 * Button text
 */
.c-button--text {
  font-family: "FaktPro-Normal", Helvetica, Arial, Verdana, sans-serif;
  background-color: transparent;
  color: #00A9DC;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 600px) {
    .c-button--text {
      text-align: left; } }

.c-button--text:hover {
  color: #273567; }

.c-button--text::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 12px;
  margin-left: 7px;
  position: relative;
  top: 2px;
  background: url("/assets/img/icon_arrow.svg") no-repeat;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s; }

.c-button--text:hover::after {
  margin-left: 12px; }

/**
 * Socials
 */
.c-button--small {
  color: #fff; }

.c-button--facebook {
  background-color: #3b5998; }
  .c-button--facebook:hover {
    background-color: #314a7e; }

.c-button--linkedin {
  background-color: #0e76a8; }
  .c-button--linkedin:hover {
    background-color: #0b5f87; }

.c-button--twitter {
  background-color: #00a0d1; }
  .c-button--twitter:hover {
    background-color: #0085ad; }

.c-button--googleplus {
  background-color: #db4a39; }
  .c-button--googleplus:hover {
    background-color: #cb3625; }

/* ==========================================================================
   components.forms
   ========================================================================== */
.c-form {
  width: 100%; }
  .c-form:after {
    content: '';
    display: table;
    clear: both; }

.c-form--center {
  max-width: 600px;
  margin: 0 auto; }

.c-form__control {
  position: relative; }

.c-form__control--align {
  display: inline-block; }

/**
 * Form labels
 */
.form-group label {
  font-family: "FaktPro-Bold", Helvetica, Arial, Verdana, sans-serif;
  font-size: 0.875em;
  margin-bottom: 5px; }

.c-form__label--big {
  font-family: "FaktPro-Normal", Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.500em;
  text-transform: lowercase;
  color: #a3d7ee; }
  @media (max-width: 600px) {
    .c-form__label--big {
      font-size: 1.125em; } }

.c-form .form-group label:first-child,
.form__row label:first-child {
  color: #273567;
  font-family: "FaktPro-Bold", Helvetica, Arial, Verdana, sans-serif;
  font-size: 0.875em; }

.c-form form {
  padding: 30px;
  background: #faf9f8;
  border: 1px #dfdfdd solid;
  margin-bottom: 30px; }

.c-form .row {
  margin-bottom: 30px; }

.c-form .row:last-child {
  margin-bottom: 0; }

.c-form .submit-align-left {
  margin-top: 30px; }

.form-group label.required:after,
.form__label.required:after {
  content: '*';
  color: #cc0000; }

.c-article ul li.nav-item {
  padding: 8px 16px 8px 0;
  margin-right: 16px;
  display: block; }

li.nav-item:after {
  content: '>';
  position: absolute;
  top: 7px;
  right: -8px; }

li.nav-item:last-child:after {
  display: none; }

li.nav-item:before {
  display: none; }

ul.nav.nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  list-style: none; }

span.nav-link.disabled {
  color: #ccc; }

span.nav-link.font-weight-bold.active {
  color: #273567;
  font-family: "FaktPro-Bold", Helvetica, Arial, Verdana, sans-serif; }

.c-form .submit-align-left button,
.freeform-row .freeform-column button {
  display: inline-block;
  padding: 1.3rem 3rem;
  font-family: "FaktPro-Normal", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
  border-radius: 3px;
  border: 0;
  background-color: #00A9DC;
  color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  will-change: background-color, color, border-color;
  cursor: pointer; }
  @media (max-width: 600px) {
    .c-form .submit-align-left button,
    .freeform-row .freeform-column button {
      width: 100%;
      display: block; } }

.c-form .form__note {
  float: right;
  margin-top: 44px; }
  @media (max-width: 600px) {
    .c-form .form__note {
      float: none;
      margin-top: 20px; } }

form .errors {
  border-color: #cc0000;
  list-style: none; }

input.is-invalid,
label.is-invalid {
  color: #cc0000; }

.alert {
  margin: 0;
  margin-bottom: 24px;
  background-color: #ffeeee;
  color: #cc0000;
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  line-height: 1.4;
  vertical-align: middle;
  border-radius: 3px;
  border: 1px solid #cc0000; }

form ul.errors {
  padding-left: 0;
  margin-left: 0; }

form ul.errors li {
  color: #cc0000;
  padding-left: 0; }
  form ul.errors li:before {
    display: none; }

.form-group div {
  margin-bottom: 10px; }

/* ==========================================================================
   components.inputs
   ========================================================================== */
/**
 * Default input behaviour.
 */
.c-input {
  padding: 1.3rem 2rem;
  font-family: "FaktPro-Blond", Helvetica, Arial, Verdana, sans-serif;
  vertical-align: middle;
  color: #434343;
  background-color: #fff;
  border: 1px #dfdfdd solid;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  will-change: box-shadow; }

/**
 * Inputs with underline
 */
.c-input--underline {
  font-size: 1.500em;
  border: 0;
  border-bottom: 3px solid #fff;
  background-color: transparent;
  color: #fff; }

/**
 * Craft forms
 */
.form-group [type="text"],
.form-group [type="tel"],
.form-group [type="email"],
.form-group textarea,
.form-group [type="number"],
.form__field [type="text"],
.form__field [type="tel"],
.form__field [type="email"],
.form__field textarea {
  min-width: 100%;
  padding: 0.5em 1em;
  vertical-align: middle;
  color: #434343;
  background-color: #fff;
  border: 1px #dfdfdd solid;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media (max-width: 600px) {
    .form-group [type="text"],
    .form-group [type="tel"],
    .form-group [type="email"],
    .form-group textarea,
    .form-group [type="number"],
    .form__field [type="text"],
    .form__field [type="tel"],
    .form__field [type="email"],
    .form__field textarea {
      min-width: 100%; } }

/* ==========================================================================
   components.selects
   ========================================================================== */
.c-select {
  position: relative; }

/**
 * Sort icon, hide on all browsers except webkit.
 */
.c-select:after {
  content: '\f107';
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  font-family: "FontAwesome";
  color: #434343; }

/**
 * Only display select icon in webkit browsers.
 */
.c-select:not(*:root):after {
  display: block; }

.form__field .select {
  position: relative; }

.form__field .select:after {
  content: '\f107';
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  font-family: "FontAwesome";
  color: #434343; }

.form__field .select:not(*:root):after {
  display: block; }

.form__field .select select,
.form-group select {
  min-width: 400px;
  padding: 0.5em 1em;
  vertical-align: middle;
  color: #434343;
  background-color: #fff;
  border: 1px #dfdfdd solid;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media (max-width: 600px) {
    .form__field .select select,
    .form-group select {
      min-width: 100%; } }

/* ==========================================================================
   components.article
   ========================================================================== */
.c-article {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1); }

.c-article__container {
  padding: 15px 110px; }
  @media (min-width: 600px) and (max-width: 900px) {
    .c-article__container {
      padding: 0 60px 30px; } }
  @media (max-width: 600px) {
    .c-article__container {
      padding: 0 25px 25px; } }
  @media (max-width: 480px) {
    .c-article__container {
      padding: 0 25px 25px; } }
  @media (min-width: 600px) and (max-width: 900px) {
    .c-article__container p:last-child {
      margin-bottom: 0; } }
  @media (max-width: 600px) {
    .c-article__container p:last-child {
      margin-bottom: 0; } }
  @media (max-width: 480px) {
    .c-article__container p:last-child {
      margin-bottom: 0; } }

.c-article__block--obese {
  padding: 30px 0; }

.c-article p {
  margin-bottom: 30px; }

.c-article ul,
.c-article ol {
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 0;
  color: #434343;
  list-style-position: inside;
  list-style: none;
  counter-reset: counter; }
  .c-article ul li,
  .c-article ol li {
    position: relative;
    margin-bottom: .4em;
    padding-left: 22px;
    counter-increment: counter; }

.c-article ul li::before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #00A9DC;
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 100%; }

.c-article ol li::before {
  font-weight: bold;
  content: counter(counter);
  color: #273567;
  margin-right: 10px; }

@media (min-width: 600px) and (max-width: 900px) {
  .spacer {
    display: none !important; } }

@media (max-width: 600px) {
  .spacer {
    display: none !important; } }

@media (max-width: 480px) {
  .spacer {
    display: none !important; } }

.spacer-mobile {
  display: none !important; }
  @media (min-width: 600px) and (max-width: 900px) {
    .spacer-mobile {
      display: block !important; } }
  @media (max-width: 600px) {
    .spacer-mobile {
      display: block !important; } }
  @media (max-width: 480px) {
    .spacer-mobile {
      display: block !important; } }

.c-article__contact-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  min-height: 72px; }
  @media (min-width: 600px) and (max-width: 900px) {
    .c-article__contact-columns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
              flex-direction: column; } }
  @media (max-width: 600px) {
    .c-article__contact-columns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
              flex-direction: column; } }
  @media (max-width: 480px) {
    .c-article__contact-columns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
              flex-direction: column; } }
  .c-article__contact-columns .contact-column {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    width: -webkit-calc(33.33333% - 20px);
    width: -moz-calc(33.33333% - 20px);
    width: calc(33.33333% - 20px);
    text-align: center; }
    @media (min-width: 600px) and (max-width: 900px) {
      .c-article__contact-columns .contact-column {
        width: 100%; } }
    @media (max-width: 600px) {
      .c-article__contact-columns .contact-column {
        width: 100%; } }
    @media (max-width: 480px) {
      .c-article__contact-columns .contact-column {
        width: 100%; } }
    .c-article__contact-columns .contact-column p {
      margin: 0; }
    .c-article__contact-columns .contact-column:first-child:before, .c-article__contact-columns .contact-column:first-child:after, .c-article__contact-columns .contact-column:last-child:before, .c-article__contact-columns .contact-column:last-child:after {
      position: absolute;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center; }
    .c-article__contact-columns .contact-column:first-child:before, .c-article__contact-columns .contact-column:last-child:before {
      content: '';
      top: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      width: 30px;
      height: 100%;
      background-image: -webkit-linear-gradient(left, transparent 0px, transparent 14px, #d8d8d8 15px, transparent 16px, transparent 30px);
      background-image: -moz- oldlinear-gradient(left, transparent 0px, transparent 14px, #d8d8d8 15px, transparent 16px, transparent 30px);
      background-image: linear-gradient(to right, transparent 0px, transparent 14px, #d8d8d8 15px, transparent 16px, transparent 30px); }
      @media (min-width: 600px) and (max-width: 900px) {
        .c-article__contact-columns .contact-column:first-child:before, .c-article__contact-columns .contact-column:last-child:before {
          left: 0;
          right: 0;
          display: block;
          width: 100%;
          height: 30px;
          background-image: -webkit-linear-gradient(top, transparent 0px, transparent 14px, #d8d8d8 15px, transparent 16px, transparent 30px);
          background-image: -moz- oldlinear-gradient(top, transparent 0px, transparent 14px, #d8d8d8 15px, transparent 16px, transparent 30px);
          background-image: linear-gradient(to bottom, transparent 0px, transparent 14px, #d8d8d8 15px, transparent 16px, transparent 30px); } }
      @media (max-width: 600px) {
        .c-article__contact-columns .contact-column:first-child:before, .c-article__contact-columns .contact-column:last-child:before {
          left: 0;
          right: 0;
          display: block;
          width: 100%;
          height: 30px;
          background-image: -webkit-linear-gradient(top, transparent 0px, transparent 14px, #d8d8d8 15px, transparent 16px, transparent 30px);
          background-image: -moz- oldlinear-gradient(top, transparent 0px, transparent 14px, #d8d8d8 15px, transparent 16px, transparent 30px);
          background-image: linear-gradient(to bottom, transparent 0px, transparent 14px, #d8d8d8 15px, transparent 16px, transparent 30px); } }
      @media (max-width: 480px) {
        .c-article__contact-columns .contact-column:first-child:before, .c-article__contact-columns .contact-column:last-child:before {
          left: 0;
          right: 0;
          display: block;
          width: 100%;
          height: 30px;
          background-image: -webkit-linear-gradient(top, transparent 0px, transparent 14px, #d8d8d8 15px, transparent 16px, transparent 30px);
          background-image: -moz- oldlinear-gradient(top, transparent 0px, transparent 14px, #d8d8d8 15px, transparent 16px, transparent 30px);
          background-image: linear-gradient(to bottom, transparent 0px, transparent 14px, #d8d8d8 15px, transparent 16px, transparent 30px); } }
    .c-article__contact-columns .contact-column:first-child:after, .c-article__contact-columns .contact-column:last-child:after {
      content: 'of';
      top: -webkit-calc(50% - 14px);
      top: -moz-calc(50% - 14px);
      top: calc(50% - 14px);
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: inline-flex;
      width: 30px;
      line-height: 30px;
      background-color: white; }
      @media (min-width: 600px) and (max-width: 900px) {
        .c-article__contact-columns .contact-column:first-child:after, .c-article__contact-columns .contact-column:last-child:after {
          top: 0;
          left: -webkit-calc(50% - 15px) !important;
          left: -moz-calc(50% - 15px) !important;
          left: calc(50% - 15px) !important;
          right: 0;
          display: block;
          height: 30px; } }
      @media (max-width: 600px) {
        .c-article__contact-columns .contact-column:first-child:after, .c-article__contact-columns .contact-column:last-child:after {
          top: 0;
          left: -webkit-calc(50% - 15px) !important;
          left: -moz-calc(50% - 15px) !important;
          left: calc(50% - 15px) !important;
          right: 0;
          display: block;
          height: 30px; } }
      @media (max-width: 480px) {
        .c-article__contact-columns .contact-column:first-child:after, .c-article__contact-columns .contact-column:last-child:after {
          top: 0;
          left: -webkit-calc(50% - 15px) !important;
          left: -moz-calc(50% - 15px) !important;
          left: calc(50% - 15px) !important;
          right: 0;
          display: block;
          height: 30px; } }
    .c-article__contact-columns .contact-column:first-child:before, .c-article__contact-columns .contact-column:first-child:after {
      right: -30px; }
    @media (min-width: 600px) and (max-width: 900px) {
      .c-article__contact-columns .contact-column:first-child {
        margin-bottom: 60px; }
        .c-article__contact-columns .contact-column:first-child:before, .c-article__contact-columns .contact-column:first-child:after {
          top: 70px; } }
    @media (max-width: 600px) {
      .c-article__contact-columns .contact-column:first-child {
        margin-bottom: 60px; }
        .c-article__contact-columns .contact-column:first-child:before, .c-article__contact-columns .contact-column:first-child:after {
          top: 70px; } }
    @media (max-width: 480px) {
      .c-article__contact-columns .contact-column:first-child {
        margin-bottom: 60px; }
        .c-article__contact-columns .contact-column:first-child:before, .c-article__contact-columns .contact-column:first-child:after {
          top: 70px; } }
    .c-article__contact-columns .contact-column:last-child:before, .c-article__contact-columns .contact-column:last-child:after {
      left: -30px; }
    @media (min-width: 600px) and (max-width: 900px) {
      .c-article__contact-columns .contact-column:last-child {
        margin-top: 60px; }
        .c-article__contact-columns .contact-column:last-child:before, .c-article__contact-columns .contact-column:last-child:after {
          left: 0;
          top: -45px; } }
    @media (max-width: 600px) {
      .c-article__contact-columns .contact-column:last-child {
        margin-top: 60px; }
        .c-article__contact-columns .contact-column:last-child:before, .c-article__contact-columns .contact-column:last-child:after {
          left: 0;
          top: -45px; } }
    @media (max-width: 480px) {
      .c-article__contact-columns .contact-column:last-child {
        margin-top: 60px; }
        .c-article__contact-columns .contact-column:last-child:before, .c-article__contact-columns .contact-column:last-child:after {
          left: 0;
          top: -45px; } }

.c-article__2-col,
.c-article__3-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  .c-article__2-col figure,
  .c-article__3-col figure {
    width: 100%;
    margin: 1em auto;
    text-align: left; }
    .c-article__2-col figure img,
    .c-article__3-col figure img {
      max-width: 54px; }

.c-article__2-col h2,
.c-article__3-col h2 {
  display: block;
  width: 100%; }

@media (max-width: 600px) {
  .c-article__2-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column; } }

@media (max-width: 480px) {
  .c-article__2-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column; } }

@media (min-width: 600px) and (max-width: 900px) {
  .c-article__3-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column; } }

@media (max-width: 600px) {
  .c-article__3-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column; } }

@media (max-width: 480px) {
  .c-article__3-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column; } }

.c-article__2-col .column {
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px); }
  @media (max-width: 600px) {
    .c-article__2-col .column {
      width: 100%; } }
  @media (max-width: 480px) {
    .c-article__2-col .column {
      width: 100%; } }

.c-article__3-col .column {
  width: -webkit-calc(33.33333% - 20px);
  width: -moz-calc(33.33333% - 20px);
  width: calc(33.33333% - 20px); }
  @media (min-width: 600px) and (max-width: 900px) {
    .c-article__3-col .column {
      width: 100%; } }
  @media (max-width: 600px) {
    .c-article__3-col .column {
      width: 100%; } }
  @media (max-width: 480px) {
    .c-article__3-col .column {
      width: 100%; } }

.c-article__quote {
  border-left: 5px solid #dfdfdd;
  padding: 0 0 0 25px; }
  .c-article__quote p {
    color: #00A9DC;
    font-size: 20px;
    margin: 0; }

.blogOverview .c-contact-title {
  font-size: 36px; }

.blogOverview .c-card__container {
  padding: 0; }

.blogOverview .c-card__container a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  height: 412px;
  padding: 24px;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  background-position: center;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-repeat: no-repeat;
  background-color: white; }
  @media (min-width: 600px) and (max-width: 900px) {
    .blogOverview .c-card__container a {
      -webkit-background-size: cover;
              background-size: cover; } }
  @media (max-width: 600px) {
    .blogOverview .c-card__container a {
      -webkit-background-size: cover;
              background-size: cover; } }

.blogOverview .c-card__container a:hover {
  -webkit-background-size: auto 125%;
          background-size: auto 125%; }

.blogOverview .c-card__container a h2 {
  font-size: 24px !important;
  line-height: 28px;
  font-weight: bold; }

.blogOverview .c-card__container a .c-contact-name {
  font-size: 16px;
  line-height: 24px; }

.blogOverview .c-card__container a h2,
.blogOverview .c-card__container a .c-contact-name {
  color: #FFF; }

.blogOverview .c-card__container a.no-blog-preview h2,
.blogOverview .c-card__container a.no-blog-preview .c-contact-name {
  background-color: #fff;
  color: #273567; }

.blogOverview .c-card__container a.no-blog-preview:after {
  display: none; }

.blogOverview .c-card__container a:after {
  content: ' ';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1); }

.blogOverview .c-card__container a h2 {
  margin-bottom: 8px; }

.blogOverview .c-card__container a h2,
.blogOverview .c-card__container a .c-contact__image {
  position: relative;
  z-index: 2; }

.blogOverview .c-card__container a .c-contact__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: 0;
  -webkit-flex-basis: 65px;
          flex-basis: 65px;
  height: 65px; }

.blogOverview .c-card__container a .c-contact-name {
  margin-left: 8px; }

/* ==========================================================================
   components.icons
   ========================================================================== */
.c-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 20px auto; }

.c-icon--m {
  width: 80px;
  height: 80px; }

.c-icon--outline {
  border: 2px #fff solid;
  border-radius: 50%;
  text-align: center;
  padding-top: 7px; }

.c-icon--secondary {
  border-color: #00A9DC; }

/* ==========================================================================
   components.breadcrumbs
   ========================================================================== */
.c-breadcrumb {
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 600px) {
    .c-breadcrumb {
      margin: 0 15px 40px 15px; }
      .c-breadcrumb .c-button {
        margin-bottom: 15px; } }

.c-breadcrumb--float {
  position: absolute;
  bottom: 30px;
  margin-bottom: 0; }
  @media (max-width: 600px) {
    .c-breadcrumb--float {
      bottom: 5px;
      left: 0;
      right: 0;
      margin: 0 15px; } }

.c-breadcrumb--inBanner {
  z-index: 888;
  bottom: 30px;
  left: 30px;
  margin-bottom: 0; }
  @media (max-width: 600px) {
    .c-breadcrumb--inBanner {
      margin: 0 15px 0 15px;
      left: 0; }
      .c-breadcrumb--inBanner .c-button {
        margin-bottom: 0; } }

.breadcrumb-container a:nth-last-child(2) {
  color: #c7c7cd;
  pointer-events: none;
  cursor: default; }

.breadcrumb-container .crumb-separator {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: -5px;
  color: #273567;
  text-align: center; }
  .breadcrumb-container .crumb-separator i {
    font-family: "FontAwesome";
    font-size: 12px;
    font-weight: 300;
    font-style: normal; }
  .breadcrumb-container .crumb-separator:last-child {
    display: none; }

/* ==========================================================================
   components.carrousel
   ========================================================================== */
.c-carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 30px; }

.c-carousel .c-card {
  width: 350px;
  position: absolute;
  top: 0; }

.c-carousel__inner {
  display: block;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.c-carousel__button {
  width: 100px;
  text-align: left;
  background-color: #faf9f8;
  -webkit-box-shadow: 5px 0px 10px 0px rgba(213, 213, 213, 0.75);
          box-shadow: 5px 0px 10px 0px rgba(213, 213, 213, 0.75);
  color: #273567;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0; }

.c-carousel__button--next {
  left: auto;
  right: 0;
  text-align: right;
  -webkit-box-shadow: -5px 0px 10px 0px rgba(213, 213, 213, 0.75);
          box-shadow: -5px 0px 10px 0px rgba(213, 213, 213, 0.75); }

.c-carousel__circle {
  width: 50px;
  height: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-top: 15px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -25px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }
  .c-carousel__circle:hover {
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2); }

.c-carousel__indicator {
  width: 350px;
  margin: 20px auto 0;
  position: relative;
  background-color: #c7c7cd;
  overflow: hidden;
  height: 5px; }

.c-carousel__indicatorPoint,
.c-carousel__indicatorPointAdd {
  position: absolute;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  left: 0;
  width: 30px;
  background-color: #00A9DC;
  height: 5px;
  min-width: 5px; }

/* ==========================================================================
   components.clients
   ========================================================================== */
/* ==========================================================================
   components.contact
   ========================================================================== */
.o-wrapper--contact .contact-columns .o-layout__item-6:last-child {
  border-left: 1px solid #dfdfdd; }

@media (max-width: 600px) {
  .o-wrapper--contact .contact-columns .o-layout__item-6:last-child {
    border-left: none; } }

.o-wrapper--contact .contact-columns .o-layout .o-layout__item-6:last-child {
  border-left: none; }

.c-contact {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 50px;
  margin-bottom: 60px;
  padding-top: 60px; }
  .c-contact .c-card__container--large {
    padding: 38px 50px 20px 50px; }
  .c-contact .o-wrapper--lift {
    margin-top: -69px; }
  .c-contact .o-layout p {
    margin-bottom: 0; }
  @media (max-width: 600px) {
    .c-contact {
      padding: 30px; } }

.c-contact--blog {
  padding: 50px 0; }

.c-contact__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
          align-content: center; }
  @media (max-width: 600px) {
    .c-contact__inner {
      display: block; } }

.c-contact__inner--left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex; }
  @media (max-width: 600px) {
    .c-contact__inner--left {
      display: block; } }

.c-contact-info--heading {
  margin-bottom: 56px; }

.c-contact--column:last-child {
  border-left: 1px solid #dfdfdd; }

.mail-link {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media only screen and (min-width: 769px) and (max-width: 876px) {
  .c-contact--column .o-layout__item-6 {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%; } }

@media only screen and (max-width: 768px) {
  .c-contact-panes {
    padding-left: 15px;
    padding-right: 15px; }
  .c-contact--column {
    display: none;
    padding: 0; }
    .c-contact--column > .o-layout {
      padding: 0; }
    .c-contact--column.active {
      display: block; }
    .c-contact--column.o-layout__item-6 {
      -webkit-flex-basis: 100%;
              flex-basis: 100%;
      max-width: 100%; }
    .c-contact--column:last-child {
      border-left: none; } }

.c-contact__image {
  -webkit-flex-basis: 175px;
          flex-basis: 175px;
  margin-right: 60px; }
  .c-contact__image img {
    width: 175px;
    height: 175px;
    border-radius: 50%; }

.c-contact__image--small {
  -webkit-flex-basis: 64px;
          flex-basis: 64px;
  margin-right: 20px; }
  .c-contact__image--small img {
    width: 64px;
    height: 64px;
    border-radius: 50%; }

.c-contact__container {
  width: 500px;
  -webkit-flex-basis: 500px;
          flex-basis: 500px; }
  @media (max-width: 600px) {
    .c-contact__container {
      width: 100%;
      margin-top: 30px; }
      .c-contact__container a {
        display: block; } }

@media (min-width: 600px) and (max-width: 900px) {
  #contactForm .o-layout__item-6 {
    -webkit-flex-basis: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%; } }

.ie9 .c-contact__inner {
  display: block; }
  .ie9 .c-contact__inner:after {
    content: '';
    display: table;
    clear: both; }

.ie9 .c-contact__image {
  float: left; }

.ie9 .c-contact__container {
  float: left; }

/* ==========================================================================
   components.google-maps
   ========================================================================== */
/* ==========================================================================
   components.quicklinks
   ========================================================================== */
.c-quicklinks ul {
  margin: 0;
  padding: 0; }

.c-quicklinks ul li {
  list-style: none; }

.c-quicklinks ul li a {
  color: #fff;
  padding: 5px 0;
  display: block; }

.c-quicklinks ul li:last-child a {
  padding-bottom: 0; }

/* ==========================================================================
   components.language
   ========================================================================== */
.c-language-toggle {
  font-family: "FaktPro-Normal", Helvetica, Arial, Verdana, sans-serif;
  color: #273567; }
  .c-language-toggle .fa {
    margin-left: 5px; }

/* ==========================================================================
   components.page-navigation
   ========================================================================== */
.c-page-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px #dfdfdd solid;
  position: relative;
  overflow: hidden; }
  @media (max-width: 600px) {
    .c-page-navigation {
      overflow: visible; } }

.c-page-navigation--top {
  border-top: 0;
  border-bottom: 1px #dfdfdd solid; }
  @media (max-width: 600px) {
    .c-page-navigation--top {
      display: none; } }

.c-page-navigation__item {
  -webkit-flex-basis: 25%;
          flex-basis: 25%;
  max-width: 25%;
  border-right: 1px #dfdfdd solid;
  color: #434343;
  text-align: center;
  padding: 38px 0;
  display: block; }
  @media (max-width: 600px) {
    .c-page-navigation__item {
      -webkit-flex-basis: 50%;
              flex-basis: 50%;
      max-width: 50%;
      border-bottom: 1px #dfdfdd solid; } }

.c-page-navigation__item.is-last {
  border-right: 0; }

.c-page-navigation__item:hover {
  color: #00A9DC; }

/**
 * IE9 Layout fixes
 */
.ie9 .c-page-navigation {
  display: block; }
  .ie9 .c-page-navigation:after {
    content: '';
    display: table;
    clear: both; }

.ie9 .c-page-navigation__item {
  width: 25%;
  display: block;
  float: left; }

/* ==========================================================================
   components.pagination
   ========================================================================== */
.c-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding-bottom: 30px;
  margin-bottom: 0 !important; }

.c-pagination li {
  padding: 10px 15px 6px 15px !important;
  text-align: center;
  list-style: none; }

.c-pagination li:before {
  display: none; }

.c-pagination li a {
  display: block; }

.c-pagination li.is-current {
  background-color: #00A9DC;
  color: #fff; }

.c-pagination li.is-first a::before {
  content: "";
  width: 17px;
  height: 12px;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 2px;
  background: url("../img/icon_arrow-left.svg") no-repeat; }

.c-pagination li.is-last a::after {
  content: "";
  width: 17px;
  height: 12px;
  display: inline-block;
  margin-left: 7px;
  position: relative;
  top: 2px;
  background: url("../img/icon_arrow.svg") no-repeat; }

.c-pill {
  color: #fff;
  display: table;
  margin-top: 3px;
  background-color: #00A9DC;
  padding: 0.5rem 1rem;
  font-family: "FaktPro-Normal", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
  border-radius: 3px;
  border: 0;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  will-change: background-color, color, border-color;
  cursor: pointer; }
  @media (max-width: 600px) {
    .c-pill {
      width: 100%;
      display: block; } }

/* ==========================================================================
   components.maps
   ========================================================================== */
.c-maps {
  width: 100%;
  height: 350px;
  position: relative; }
  @media (max-width: 600px) {
    .c-maps {
      height: auto; } }

.c-maps__content {
  width: 300px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 40px;
  margin: 0 auto; }
  @media (max-width: 600px) {
    .c-maps__content {
      width: 100%;
      position: relative;
      bottom: 0; } }

/* ==========================================================================
   components.tabs
   ========================================================================== */
/**
 * Tabs navigation
 */
.c-tabs__nav {
  border-bottom: 1px #dfdfdd solid; }
  .c-tabs__nav:after {
    content: '';
    display: table;
    clear: both; }

.c-tabs__nav li {
  list-style: none;
  float: left;
  border: 1px #dfdfdd solid;
  margin: 0 0 -1px -1px !important;
  padding-left: 0 !important; }

.c-tabs__nav li:before {
  display: none; }

.c-tabs__nav li:first-child {
  z-index: 555; }

.c-tabs__nav li.is-active a {
  font-family: "FaktPro-Bold", Helvetica, Arial, Verdana, sans-serif;
  color: #273567;
  background-color: #fff;
  top: 1px; }

.c-tabs__nav li a {
  display: block;
  color: #434343;
  background-color: #faf9f8;
  padding: 1.9rem 3rem;
  position: relative;
  z-index: 444; }

/**
 * Tabs content
 */
.c-tabs__panel {
  display: none; }

.c-tabs__panel.is-active {
  display: block; }

/* ==========================================================================
   components.socials
   ========================================================================== */
.c-socials {
  width: 75%;
  height: 124px;
  background-color: #faf9f8;
  border-right: 1px #dfdfdd solid;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 37px 0 0 37px;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  -moz-transition: transform .3s, -moz-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
  will-change: transform; }
  @media (max-width: 600px) {
    .c-socials {
      width: 100%;
      height: auto;
      padding: 30px; }
      .c-socials a {
        margin-bottom: 10px; } }

.c-socials.is-open {
  -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
       -o-transform: translateX(0px);
          transform: translateX(0px);
  visibility: visible; }

.c-social-bar {
  border-top: 1px #dfdfdd solid;
  padding: 50px;
  background-color: #faf9f8; }
  .c-social-bar i {
    font-size: 24px; }

/* ==========================================================================
   components.tiles
   ========================================================================== */
.c-tile {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.c-tile__container {
  width: 100%;
  position: absolute;
  bottom: 40px;
  z-index: 888;
  padding-left: 15px;
  padding-right: 15px; }

.c-tile__image {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 666;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
  will-change: transform; }

.c-tile__link {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden; }

.c-tile__link:hover
.c-tile__image {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1); }

/**
 * Add this modifier when a tile has text over image
 */
.c-tile__image--overlay::before {
  content: "";
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 75%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.5)));
  background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 75%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 777; }

/**
 * Puts content on top over overlay
 */
.c-tile--overlay .c-tile__link {
  z-index: 888; }

/* ==========================================================================
   components.date
   ========================================================================== */
.c-date__divider {
  padding: 0 5px; }

/* ==========================================================================
   components.quote
   ========================================================================== */
.c-quote {
  width: 100%;
  min-height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 888; }

.c-quote__content {
  width: 75%;
  padding: 30px;
  margin-bottom: 30px; }
  @media (max-width: 600px) {
    .c-quote__content {
      width: 100%; } }

.c-quote__title {
  font-size: 2.250em;
  font-family: "FaktPro-Bold", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.1;
  color: #fff;
  padding-bottom: 7.5px; }
  @media (max-width: 600px) {
    .c-quote__title {
      font-size: 1.5em; } }

.c-quote__name {
  font-size: 1.125em;
  color: #fff; }

/* ==========================================================================
   components.video
   ========================================================================== */
.c-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.c-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-container {
  position: relative;
  padding: 56.25% 0 0 0; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* ==========================================================================
   components.checkbox
   ========================================================================== */
.checkbox[type="checkbox"],
.checkbox[type="checkbox"]:checked,
.form-check [type="checkbox"],
.form-check [type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

.checkbox[type="checkbox"] + label,
.checkbox[type="checkbox"]:checked + label,
.form-check [type="checkbox"] + label,
.form-check [type="checkbox"]:checked + label {
  position: relative;
  padding: 7px 0 0 32px;
  cursor: pointer; }

.checkbox[type="checkbox"] + label:before,
.checkbox[type="checkbox"]:checked + label:before,
.form-check [type="checkbox"] + label:before,
.form-check [type="checkbox"]:checked + label:before {
  content: '';
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 2px;
  border: 1px solid #dfdfdd;
  border-radius: 3px;
  background-color: #fff; }

.checkbox[type="checkbox"] + label:after,
.checkbox[type="checkbox"]:checked + label:after,
.form-check [type="checkbox"] + label:after,
.form-check [type="checkbox"]:checked + label:after {
  content: '\f00c';
  font-family: "FontAwesome";
  position: absolute;
  top: 7px;
  left: 3px;
  margin-left: 0;
  font-size: 16px;
  line-height: 0.8;
  color: #00A9DC;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s; }

.checkbox[type="checkbox"] + label:after,
.form-check [type="checkbox"] + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0); }

.checkbox[type="checkbox"]:checked + label:after,
.form-check [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1); }

/* ==========================================================================
   components.radios
   ========================================================================== */
.c-radio {
  display: block;
  cursor: pointer; }

/**
 * Custom radio styling.
 * For the purpose of maintaining a framework approach, we don't use classes on the child elements of the
 * radio initiator.
 */
.form-group input[type="radio"] {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #dfdfdd;
  border-radius: 50%; }

/**
 * Custom radio styling when checked.
 */
.form-group input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background-color: #00A9DC;
  border-radius: 50%; }

/**
 * The actual radio label. Correctly vertically aligns the label with the radio.
 */
.form-group input[type="radio"] + label {
  display: inline-block;
  vertical-align: middle;
  pointer-events: none; }

/* ==========================================================================
   components.badge
   ========================================================================== */
.flipper {
  position: absolute;
  width: 200px;
  height: 200px;
  -webkit-perspective: 1000px;
     -moz-perspective: 1000px;
          perspective: 1000px;
  right: 30px;
  top: 30px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d; }
  @media (max-width: 600px) {
    .flipper {
      top: 10px;
      right: 10px; } }

.flipper img {
  height: auto; }

.flipper,
.front,
.back {
  width: 200px;
  height: 200px;
  border-radius: 50%; }
  @media (min-width: 600px) and (max-width: 900px) {
    .flipper,
    .front,
    .back {
      width: 125px;
      height: 125px; } }
  @media (max-width: 600px) {
    .flipper,
    .front,
    .back {
      width: 125px;
      height: 125px; } }

.flipper:hover .front,
.flipper.flip .front {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.flipper:hover .back,
.flipper.flip .back {
  -webkit-transform: rotateY(0deg);
     -moz-transform: rotateY(0deg);
          transform: rotateY(0deg); }

.flipper .back {
  -webkit-transform: rotateY(-180deg);
     -moz-transform: rotateY(-180deg);
          transform: rotateY(-180deg); }

.flipper .front,
.flipper .back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden; }

#visual-banner {
  margin-top: -70px;
  border-bottom: 1px solid #d8d8d8; }
  #visual-banner .o-layout {
    position: relative; }
    #visual-banner .o-layout:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 15px;
      width: -webkit-calc(100% - 30px);
      width: -moz-calc(100% - 30px);
      width: calc(100% - 30px);
      height: 1px;
      background-color: #dfdfdd; }

.banner-single,
.banner-double,
.banner-triple {
  background-color: #fff; }
  .banner-single .visual-banner,
  .banner-double .visual-banner,
  .banner-triple .visual-banner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 155px;
    padding: 15px;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .banner-single .visual-banner:hover,
    .banner-double .visual-banner:hover,
    .banner-triple .visual-banner:hover {
      -webkit-background-size: 110% 110%;
              background-size: 110%; }
    .banner-single .visual-banner p.visual-banner--text,
    .banner-double .visual-banner p.visual-banner--text,
    .banner-triple .visual-banner p.visual-banner--text {
      width: 100%;
      font-family: "FaktPro-Bold", Helvetica, Arial, Verdana, sans-serif;
      font-size: 18px;
      line-height: 22px;
      text-align: center; }

.banner-single {
  margin: 0 auto; }

body.recruiteeVacancies p {
  margin-bottom: 20px; }

body.recruiteeVacancies .rec-intro {
  margin-bottom: 30px; }

body.recruiteeVacancies .rec-functie p > span[style],
body.recruiteeVacancies .rec-functie p > span[style] span[style],
body.recruiteeVacancies .rec-functie p > span span[style] {
  font-size: 18px !important;
  color: #00A9DC !important;
  font-family: "FaktPro-Normal", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400 !important;
  line-height: 1.4em;
  margin-bottom: 5px;
  display: block; }

body.recruiteeVacancies .rec-functie p > strong > span[style] span[style],
body.recruiteeVacancies .rec-functie p > strong > span[style],
body.recruiteeVacancies .rec-req p > strong > span[style] span[style],
body.recruiteeVacancies .rec-req p > strong > span[style] {
  color: #273567;
  margin-bottom: 10px;
  display: block;
  font-size: 24px !important;
  line-height: 1.2em; }

body.recruiteeVacancies .rec-functie strong,
body.recruiteeVacancies .rec-req strong {
  color: #273567; }

body.recruiteeVacancies .rec-functie ul,
body.recruiteeVacancies .rec-req ul {
  margin-top: 10px; }

body.recruiteeVacancies .rec-cta-end {
  margin-top: 20px;
  text-align: center; }

body.recruiteeVacancies .rec-quote figure {
  margin: 20px 0 25px 0; }
  body.recruiteeVacancies .rec-quote figure blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.5; }
  body.recruiteeVacancies .rec-quote figure figcaption {
    margin-top: 8px;
    font-style: italic; }

body.recruiteeVacancies .rec-proces {
  margin: 40px 0 25px 0;
  color: #808080; }
  body.recruiteeVacancies .rec-proces h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 48px; }
  body.recruiteeVacancies .rec-proces p {
    color: #808080;
    line-height: 1.2; }
  body.recruiteeVacancies .rec-proces .slide-title {
    font-family: "FaktPro-Bold", Helvetica, Arial, Verdana, sans-serif;
    display: none;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #273567;
    padding-bottom: 20px; }
  body.recruiteeVacancies .rec-proces .ty-step-images .slick-list {
    padding: 0 !important;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center; }
  body.recruiteeVacancies .rec-proces .ty-step-images .slick-list::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #273567; }
  body.recruiteeVacancies .rec-proces .ty-step-images .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center; }
  body.recruiteeVacancies .rec-proces .ty-step-images .ty-step-img {
    position: relative;
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    margin: 0 12px; }
    body.recruiteeVacancies .rec-proces .ty-step-images .ty-step-img img {
      width: 100px;
      height: 100px;
      padding: 20px;
      margin: auto;
      -webkit-transition: all 600ms ease-in-out;
      -o-transition: all 600ms ease-in-out;
      -moz-transition: all 600ms ease-in-out;
      transition: all 600ms ease-in-out; }
  body.recruiteeVacancies .rec-proces .ty-step-images .slick-current.ty-step-img {
    -webkit-transform: scale(2);
       -moz-transform: scale(2);
        -ms-transform: scale(2);
         -o-transform: scale(2);
            transform: scale(2); }
  body.recruiteeVacancies .rec-proces .ty-step-images .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding: 60px 0 48px;
    margin: 0; }
    body.recruiteeVacancies .rec-proces .ty-step-images .slick-dots li::before {
      display: none; }
    body.recruiteeVacancies .rec-proces .ty-step-images .slick-dots li {
      padding: 6px;
      margin-bottom: 0;
      -webkit-transition: all 600ms ease-in-out;
      -o-transition: all 600ms ease-in-out;
      -moz-transition: all 600ms ease-in-out;
      transition: all 600ms ease-in-out; }
    body.recruiteeVacancies .rec-proces .ty-step-images .slick-dots li.slick-active button {
      background-color: #00A9DC;
      color: #ffffff;
      width: 40px;
      height: 40px;
      line-height: 40px; }
    body.recruiteeVacancies .rec-proces .ty-step-images .slick-dots li button {
      border-radius: 50%;
      width: 32px;
      height: 32px;
      border: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
              align-items: center;
      font-weight: 700;
      font-size: 16px;
      line-height: 32px;
      cursor: pointer; }
  body.recruiteeVacancies .rec-proces .ty-step-images .ty-step-img::after {
    position: absolute;
    content: '';
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    background-color: #EFEEEA;
    width: 100px;
    height: 100px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    z-index: -1;
    top: 0; }
  body.recruiteeVacancies .rec-proces .ty-step.slick-current .slide-title {
    display: block; }
  body.recruiteeVacancies .rec-proces .ty-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    text-align: center; }

/* Trumps
   ------------------------------------------------------------------------- */
/**
 * Utilities and helper classes.
 */
/* ==========================================================================
   trumps.utilities
   ========================================================================== */
.chatbuttonfixed {
  background: #00A9DC;
  -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: fixed;
  bottom: 50%;
  right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center; }

.chatbuttonfixed img {
  display: block;
  width: auto; }

/**
 * - Utility classes are helpers that are a small step away from
 *   inline styling. Use with caution.
 * - Always use !important on utility classes to be sure that their
 *   behaviour is always exactly the same.
 */
/**
 * Text alignment utilities.
 */
.u-text-left {
  text-align: left !important; }

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

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

/**
 * Text size utilities.
 */
.u-text-small {
  font-size: 0.875em !important; }

.u-text-medium {
  font-size: 1.125em !important; }

.u-text-large {
  font-size: 4em !important; }

.u-text-h1 {
  font-size: 3em !important; }
  @media (max-width: 600px) {
    .u-text-h1 {
      font-size: 3.6rem; } }

.u-text-h2 {
  font-size: 2.4rem !important; }

.u-text-h3 {
  font-size: 1.5em !important; }

/**
 * Text transform utilities.
 */
.u-text-lower {
  text-transform: lowercase !important; }

.u-text-capitalize {
  text-transform: uppercase !important; }

.u-text-normal {
  font-family: "FaktPro-Normal", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400 !important; }

.u-text-bold {
  font-family: "FaktPro-Bold", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700 !important; }

/**
 * Text color utilities.
 */
.u-text-primary {
  color: #273567 !important; }

.u-text-secondary {
  color: #00A9DC !important; }

.u-text-tertiary {
  color: #E64672 !important; }

.u-text-contrast {
  color: #fff !important; }

.u-text-body {
  color: #434343 !important; }

/**
 * Spacing utilities.
 */
.u-row-spacing-small {
  margin-bottom: 7.5px !important; }

.u-row-spacing {
  margin-bottom: 15px !important; }

.u-row-spacing-medium {
  margin-bottom: 30px !important; }

.u-row-spacing-large {
  margin-bottom: 45px !important; }

.u-row-spacing-huge {
  margin-bottom: 60px !important; }

.u-spacing-left {
  margin-left: 15px !important; }

.u-spacing-right {
  margin-right: 15px !important; }

.u-row-spacing-none {
  margin-bottom: 0 !important; }

/**
 * Height utilities.
 */
.u-h370 {
  height: 370px !important; }

.u-h400 {
  height: 400px !important; }

.u-h420 {
  height: 420px !important; }

.u-h550 {
  height: 550px !important; }
  @media (max-width: 600px) {
    .u-h550 {
      height: 400px !important; } }

.u-h425 {
  height: 425px !important; }

.u-h660 {
  height: 660px !important; }

/**
 * Display utilities.
 */
.u-pull-left {
  float: left !important; }

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

.u-block {
  display: block !important; }

.u-pull-top {
  margin-top: -319px; }

.u-pt-0 {
  padding-top: 0 !important; }

.u-pb-0 {
  padding-bottom: 0 !important; }

/**
 * Position utilities
 */
.u-position-r {
  position: relative; }

.u-width-auto {
  width: auto; }

/**
 * Fa icon margins
 */
.fa-right {
  margin-right: 10px !important; }

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

/**
 * Verticale alignment
 */
.va-container {
  width: 100%;
  display: table; }

.va-middle {
  display: table-cell;
  vertical-align: middle; }

.va-bottom {
  display: table-cell;
  vertical-align: bottom; }

/**
 * Resets default list styles. Useful for navigation and such.
 */
.list-reset {
  margin: 0;
  padding: 0;
  list-style: none; }

/**
 * Overflows
 */
.u-hidden {
  overflow: hidden; }

.u-hide {
  display: none; }

/**
 * Mediaquery utilities.
 */
@media only screen and (min-width: 769px) {
  .u-m-show {
    display: none; } }

@media only screen and (max-width: 768px) {
  .o-pane__inner-mob-small {
    padding-top: 30px;
    padding-bottom: 0px; }
  .u-m-hide {
    display: none; } }

/*------------------------------------*\
    #IE8
\*------------------------------------*/
.ie8-container {
  width: 1024px;
  height: 700px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -350px; }

.ie8-logo {
  width: 223px;
  height: 31px;
  margin: 0 auto;
  margin-bottom: 80px; }

.ie8-heading {
  text-align: center;
  margin: 80px 0; }

.ie8-heading-title {
  font: 700 60px/64px "FaktPro-Normal", Helvetica, Arial, Verdana, sans-serif;
  color: #273567; }

.ie8-heading-paragraph {
  font: normal 24px/24px "FaktPro-Normal", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.5em;
  color: #434343; }

.ie8-content:after {
  content: '';
  display: table;
  clear: both; }

.ie8-content-box {
  border-radius: 3px;
  width: 233px;
  height: 324px;
  float: left;
  margin-right: 30px;
  text-align: center;
  padding: 30px 25px;
  background: #fff;
  border: 1px #dfdfdd solid; }

.ie8-content-box.last {
  margin-right: 0; }

.ie8-content-logo {
  width: 73px;
  height: 75px;
  background: url("../img/browser_icons_sprite.png") no-repeat;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px; }

.ie8-content-logo.chrome {
  background-position: 0 0; }

.ie8-content-logo.firefox {
  background-position: 0 -110px; }

.ie8-content-logo.safari {
  background-position: 0 -220px; }

.ie8-content-logo.internet {
  background-position: 0 -329px; }

.ie8-content-box .btn {
  width: 100%;
  margin-top: 20px; }

/**
 * IE9 FIXES
 */
.ie9 .page-heading:after {
  content: '';
  display: table;
  clear: both; }

.ie9 .page-heading__title {
  float: left; }

.ie9 .page-heading__button {
  float: right; }

.ie9 .flex:after {
  content: '';
  display: table;
  clear: both; }

.ie9 .testimonial__heading {
  display: block; }
  .ie9 .testimonial__heading:after {
    content: '';
    display: table;
    clear: both; }

.ie9 .testimonial__title {
  float: left;
  width: 130px; }

.ie9 .testimonial__avatar {
  width: 100px;
  float: left; }

.ie9 .referentie-buttons:after {
  content: '';
  display: table;
  clear: both; }

.ie9 .referentie-button__item {
  float: left; }

.ie9 .card-row:after {
  content: '';
  display: table;
  clear: both; }

/* CB Compact */
.c-article__container p {
  margin-bottom: 30px; }

.c-avatar--medium {
  width: 112px;
  height: 112px; }

.c-contact-card {
  padding: 30px 0; }

.c-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  width: -webkit-calc(100% - 142px);
  width: -moz-calc(100% - 142px);
  width: calc(100% - 142px);
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 27px; }
  @media (min-width: 600px) and (max-width: 900px) {
    .c-quote {
      width: 100%; } }
  @media (max-width: 600px) {
    .c-quote {
      width: 100%; } }
  @media (max-width: 480px) {
    .c-quote {
      width: 100%; } }

@media (min-width: 600px) and (max-width: 900px) {
  .c-quote__content {
    width: 100%; } }

@media (max-width: 600px) {
  .c-quote__content {
    width: 100%; } }

@media (max-width: 480px) {
  .c-quote__content {
    width: 100%; } }

.c-quote > p:last-of-type {
  margin-bottom: 30px; }

.c-button--dark {
  color: #fff;
  background-color: #273567; }

.c-button--dark:hover {
  background-color: #202b55;
  color: #fff; }

.o-layout-quote-link {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
     -moz-box-align: start !important;
          align-items: flex-start !important; }

.c-subscript {
  margin: 20px 0 0; }
  .c-subscript p {
    margin: 0; }

.c-container-grey {
  background-color: #faf9f8; }

.padding-large {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }
  .padding-large:last-child {
    padding-top: 80px !important;
    padding-bottom: 0 !important; }

.c-card-text {
  height: 100%;
  border: 1px solid rgba(155, 155, 155, 0.2) !important; }
  .c-card-text .c-card__container {
    height: 100%; }

.double-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin: 0 0 56px; }

.double-card {
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px); }

.subpage-forms .form-check {
  position: relative; }

.subpage-forms .form-check label {
  color: #273567; }

.subpage-forms li.nav-item:after {
  content: url("/assets/img/chevron-right.svg");
  top: 10px;
  right: -6px; }

.tooltip-group {
  position: absolute;
  display: inline-block;
  margin: 0; }

.tooltip-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  margin: 5px 0 0 6px;
  cursor: pointer; }

.tooltip-box {
  position: absolute;
  z-index: 99;
  display: block;
  left: -110px;
  width: 256px;
  padding: 20px 20px 24px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 16px;
  background-color: #273567;
  border-radius: 4px;
  font-family: "FaktPro-Blond", Helvetica, Arial, Verdana, sans-serif;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  .tooltip-box.show {
    opacity: 1;
    pointer-events: all; }
  .tooltip-box:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 116px;
    width: 17px;
    height: 17px;
    background-color: #273567;
    border-radius: 4px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg); }

.uspsH .c-icon + p {
  color: #273567;
  font-family: "FaktPro-Bold", Helvetica, Arial, Verdana, sans-serif; }

ul.usp-list {
  padding: 0;
  margin: 30px 0 0 0;
  list-style: none; }
  ul.usp-list li {
    position: relative;
    padding: 0 0 0 34px; }
    ul.usp-list li:before {
      display: none; }
    ul.usp-list li img {
      position: absolute;
      left: 0;
      top: 0;
      width: 24px;
      height: 24px; }

.packages .c-card__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column; }

.packages ul.package-usp-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .packages ul.package-usp-list li {
    position: relative;
    padding: 10px 20px 10px 34px;
    margin: 0;
    border-top: 1px solid #d8d8d8; }
    .packages ul.package-usp-list li.no-icon {
      padding: 10px 20px 10px 34px; }
    .packages ul.package-usp-list li p {
      margin: 0; }
    .packages ul.package-usp-list li:last-child {
      border-bottom: 1px solid #d8d8d8; }
    .packages ul.package-usp-list li:before {
      display: none; }
    .packages ul.package-usp-list li img.icon {
      position: absolute;
      left: 0;
      top: 10px;
      width: 24px;
      height: 24px; }
    .packages ul.package-usp-list li .tooltip-group {
      top: 10px;
      right: 0; }

.packages .package-cost {
  position: relative;
  padding: 20px 20px 30px 34px;
  margin: auto 0 0;
  text-align: left; }
  .packages .package-cost p {
    margin: 0; }
  .packages .package-cost .tooltip-group {
    top: 20px;
    right: 0; }

.packages .package-button {
  display: block; }

.double-card .c-card__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start; }

.double-card h3 {
  margin: 0 0 20px;
  font-size: 18px;
  letter-spacing: 0px; }

.double-card p {
  margin: 0;
  color: #808080; }
  .double-card p:nth-last-child(2) {
    margin: 0 0 40px; }
  .double-card p:last-child {
    margin: auto 0 0;
    color: #273567; }

.infotable {
  max-width: 620px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-collapse: collapse; }
  .infotable tr th {
    padding: 30px;
    color: #273567;
    font-family: "FaktPro-Bold", Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    letter-spacing: 0px;
    text-align: left;
    border-bottom: 1px solid #d8d8d8; }
    .infotable tr th:first-child {
      border-right: 1px solid #d8d8d8; }
  .infotable tr td {
    padding: 10px 30px;
    color: #00A9DC;
    font-family: "FaktPro-Blond", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px; }
    .infotable tr td:first-child {
      font-family: "FaktPro-Bold", Helvetica, Arial, Verdana, sans-serif;
      border-right: 1px solid #d8d8d8; }
  .infotable tr:nth-child(2) td {
    padding: 30px 30px 10px; }
  .infotable tr:last-child td {
    padding: 10px 30px 30px; }

@media only screen and (max-width: 812px) {
  .double-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column; }
    .double-cards .double-card {
      width: 100%;
      margin: 0 0 30px; }
      .double-cards .double-card:last-child {
        margin: 0; }
  .usps {
    padding-top: 30px;
    padding-bottom: 30px; }
  .packages .o-layout--stretch,
  .text-table .o-layout--stretch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column; }
    .packages .o-layout--stretch .o-layout__item-4,
    .packages .o-layout--stretch .o-layout__item-6,
    .packages .o-layout--stretch .o-layout__item-8,
    .text-table .o-layout--stretch .o-layout__item-4,
    .text-table .o-layout--stretch .o-layout__item-6,
    .text-table .o-layout--stretch .o-layout__item-8 {
      width: 100%;
      max-width: none; }
  .infotable {
    table-layout: fixed;
    max-width: 100%; }
    .infotable tr {
      max-width: 100%; }
      .infotable tr th,
      .infotable tr td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }

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