/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(../../../../../../../themes/deindruk/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.eot?v=4.5.0);
  src: url('../../../../../../../themes/deindruk/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url(../../../../../../../themes/deindruk/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(../../../../../../../themes/deindruk/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(../../../../../../../themes/deindruk/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'), url('../../../../../../../themes/deindruk/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.svg?v=4.5.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.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);html{font-family:sans-serif;font-display:auto;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;}audio:not([controls]){display:none;height:0;}progress{vertical-align:baseline;}template,[hidden]{display:none;}a{background-color:transparent;}a:active,a:hover{outline-width:0;}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:inherit;}b,strong{font-weight:bolder;}dfn{font-style:italic;}h1{font-size:2em;margin:0.67em 0;}mark{background-color:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}img{border-style:none;}svg:not(:root){overflow:hidden;}code,kbd,pre,samp{font-family:monospace, monospace;font-display:auto;font-size:1em;}figure{margin:1em 40px;}hr{box-sizing:content-box;height:0;overflow:visible;}button,input,select,textarea{font:inherit;}optgroup{font-weight:bold;}button,input,select{overflow:visible;}button,input,select,textarea{margin:0;}button,select{text-transform:none;}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer;}[disabled]{cursor:default;}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}button:-moz-focusring,input:-moz-focusring{outline:1px dotted ButtonText;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}textarea{overflow:auto;}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{-webkit-appearance:textfield;}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}.visible{display:block;visibility:visible;}.invisible,.hidden{display:none;visibility:hidden;}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}html{height:100%;font-size:62.5%;}body{min-height:100%;background:#fff;font-family:'Open Sans', 'Helvetica Neue', 'Verdana', sans-serif;font-display:swap;font-size:14px;font-size:1.4rem;line-height:1.8;color:#555;padding-top:90px;-webkit-transition:padding-top 0.2s ease-out;-moz-transition:padding-top 0.2s ease-out;-o-transition:padding-top 0.2s ease-out;transition:padding-top 0.2s ease-out;}@media only screen and (min-width: 960px){body{padding-top:180px;}}body.cookies-not-accepted .inner-wrap{padding-bottom:46px;}@media only screen and (min-width: 960px){body.primary-nav--is-open{overflow:hidden;}body.primary-nav--is-open .header-menu__overlay{visibility:visible;opacity:1;cursor:pointer;}}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-weight:bold;color:#232323;line-height:1.1;}.subtitle+h1,.subtitle+.h1,.subtitle+h2,.subtitle+.h2,.subtitle+h3,.subtitle+.h3,.subtitle+h4,.subtitle+.h4,.subtitle+h5,.subtitle+.h5,.subtitle+h6,.subtitle+.h6{margin-top:0;}.h1,h1{font-size:28px;}@media only screen and (min-width: 480px){.h1,h1{font-size:calc((1 / (1180 - 480)) * (36 - 28) * (100vw - 480px) + 28px);}}@media only screen and (min-width: 1180px){.h1,h1{font-size:36px;}}h2,.h2{font-size:24px;}@media only screen and (min-width: 480px){h2,.h2{font-size:calc((1 / (1180 - 480)) * (28 - 24) * (100vw - 480px) + 24px);}}@media only screen and (min-width: 1180px){h2,.h2{font-size:28px;}}h3,.h3{font-size:22px;}@media only screen and (min-width: 480px){h3,.h3{font-size:calc((1 / (1180 - 480)) * (26 - 22) * (100vw - 480px) + 22px);}}@media only screen and (min-width: 1180px){h3,.h3{font-size:26px;}}h4,.h4{font-size:18px;}@media only screen and (min-width: 480px){h4,.h4{font-size:calc((1 / (1180 - 480)) * (22 - 18) * (100vw - 480px) + 18px);}}@media only screen and (min-width: 1180px){h4,.h4{font-size:22px;}}h5,.h5{font-size:17px;}@media only screen and (min-width: 480px){h5,.h5{font-size:calc((1 / (1180 - 480)) * (20 - 17) * (100vw - 480px) + 17px);}}@media only screen and (min-width: 1180px){h5,.h5{font-size:20px;}}h6,.h6{font-size:16px;}@media only screen and (min-width: 480px){h6,.h6{font-size:calc((1 / (1180 - 480)) * (18 - 16) * (100vw - 480px) + 16px);}}@media only screen and (min-width: 1180px){h6,.h6{font-size:18px;}}p,ul,ol,li{font-size:16px;}@media only screen and (min-width: 480px){p,ul,ol,li{font-size:calc((1 / (1180 - 480)) * (18 - 16) * (100vw - 480px) + 16px);}}@media only screen and (min-width: 1180px){p,ul,ol,li{font-size:18px;}}p.large,ul.large,ol.large,li.large{font-size:17px;}@media only screen and (min-width: 480px){p.large,ul.large,ol.large,li.large{font-size:calc((1 / (1180 - 480)) * (20 - 17) * (100vw - 480px) + 17px);}}@media only screen and (min-width: 1180px){p.large,ul.large,ol.large,li.large{font-size:20px;}}p+h2,p+.h2,p+h3,p+.h3,p+h4,p+.h4,p+h5,p+.h5,p+h6,p+.h6,ul+h2,ul+.h2,ul+h3,ul+.h3,ul+h4,ul+.h4,ul+h5,ul+.h5,ul+h6,ul+.h6,ol+h2,ol+.h2,ol+h3,ol+.h3,ol+h4,ol+.h4,ol+h5,ol+.h5,ol+h6,ol+.h6,li+h2,li+.h2,li+h3,li+.h3,li+h4,li+.h4,li+h5,li+.h5,li+h6,li+.h6{margin-top:1.3em;}.subtitle{margin:0 0 8px;font-size:16px;font-weight:bold;line-height:1.2;color:#da030a;}@media only screen and (min-width: 480px){.subtitle{margin:0 0 12px;}}@media only screen and (min-width: 1440px){.subtitle{margin:0 0 16px;}}.subtitle+h1,.subtitle+.h1,.subtitle+h2,.subtitle+.h2,.subtitle+h3,.subtitle+.h3,.subtitle+h4,.subtitle+.h4,.subtitle+h5,.subtitle+.h5,.subtitle+h6,.subtitle+.h6{margin-top:0;}@media only screen and (max-width: 959px){.hide-mobile{display:none !important;}}@media only screen and (min-width: 960px){.hide-desktop{display:none !important;}}.wysiwyg-testimonial .testimonial-wrapper{margin:20px 0;align-items:center;display:flex;}.wysiwyg-testimonial .testimonial-wrapper .testimonial_image{height:70px;width:70px;border-radius:50%;background-size:cover;background-position:center center;}.wysiwyg-testimonial .testimonial-wrapper .testimonial-info{margin-left:20px;}.wysiwyg-testimonial .testimonial-wrapper .testimonial-info .testimonial-name{font-size:16px;font-size:1.6rem;color:#333;line-height:1;font-weight:bold;}.wysiwyg-testimonial .testimonial-wrapper .testimonial-info .testimonial-company{color:#808080;font-size:16px;font-size:1.6rem;font-weight:normal;}blockquote{font-family:'Open Sans', 'Helvetica Neue', 'Verdana', sans-serif, 'Helvetica Neue', 'Verdana', sans-serif;font-display:auto;color:#da030a;font-style:normal;position:relative;background-color:#ffebec;font-weight:600 !important;padding:70px 32px 32px 32px;margin:20px 0;}blockquote cite{display:block;margin:1em 0;text-align:right;font-family:'Open Sans', 'Helvetica Neue', 'Verdana', sans-serif;font-display:auto;font-weight:300;font-size:13px;font-size:1.3rem;font-style:normal;}blockquote cite:before{content:'- ';}blockquote p{margin:0;font-weight:600 !important;font-size:21px !important;font-size:2.1rem !important;line-height:32px !important;}blockquote p:before{font-size:24px;color:#da030a;font-family:"FontAwesome";font-weight:900;position:absolute;content:"\f10d";top:32px;}li{font-size:16px;font-size:1.6rem;}a{color:#111015;}a:hover{text-decoration:none;}a.post-edit-link{color:red;font-weight:bold;text-decoration:uppercase;}img{max-width:100%;height:auto;}.gallery-item .wp-caption-text{font-size:11px;font-size:1.1rem;}.wp-caption .wp-caption-text{margin-top:0;font-size:11px;font-size:1.1rem;font-style:italic;}@media only screen and (min-width: 960px){.wp-caption .wp-caption-text{top:0;right:100%;width:110px;}.wp-caption .wp-caption-text:before{width:25%;display:block;content:"";margin-bottom:10px;}}.alignleft{position:relative;margin:5px 20px 5px 0;max-width:100%;}.alignleft img{display:block;}@media only screen and (min-width: 960px){.alignleft .wp-caption-text{text-align:right;margin-right:20px;}.alignleft .wp-caption-text:before{margin-left:75%;}}.alignright{position:relative;margin:5px 0 5px 20px;max-width:100%;}.alignright img{display:block;}@media only screen and (min-width: 960px){.alignright .wp-caption-text{right:auto;left:100%;margin-left:20px;}}hr{border:0;height:1px;background:#d6d6d6;margin:40px 0;}@media only screen and (min-width: 960px){hr{margin:60px 0;}}label{display:inline-block;}mark{background:#7e645f;color:#fff;padding:2px 5px;margin:0 2px;font-weight:bold;}table{max-width:720px;}thead{background:#f2f2f2;}.tablepress tfoot th,.tablepress thead th{background:#111015 !important;color:#fff !important;}.outer-wrap{position:relative;min-width:100%;min-height:100%;}.inner-wrap{position:absolute;right:0;top:0;width:100%;padding-bottom:0;}.row{position:relative;width:100%;zoom:1;}.row:before{content:'';display:block;}.row:after{content:'';display:table;clear:both;}.layout{position:relative;width:100%;zoom:1;overflow:hidden;}.layout:before{content:'';display:block;}.layout:after{content:'';display:table;clear:both;}.layout .col{width:100%;margin-bottom:2em;}@media only screen and (min-width: 768px){.layout .col{float:left;}.layout .col.col-one-third{width:35%;padding-left:16px;}.layout .col.col-two-thirds{width:65%;padding-right:16px;}.layout .col.col-one-two{width:50%;}.layout .col.col-two-two{width:50%;}}@media only screen and (min-width: 960px){.layout .col.col-one-third{padding-left:32px;}.layout .col.col-two-thirds{padding-right:32px;}}.container{position:relative;width:100%;max-width:1420px;padding:0 20px;margin:0 auto;zoom:1;}.container:before{content:'';display:block;}.container:after{content:'';display:table;clear:both;}.container-small{position:relative;width:100%;max-width:1340px;margin:0 auto;padding-right:20px;padding-left:20px;}@media only screen and (min-width: 480px){.container-small{padding-right:calc((1 / (1180 - 480)) * (100 - 28) * (100vw - 480px) + 28px);padding-left:calc((1 / (1180 - 480)) * (100 - 28) * (100vw - 480px) + 28px);}}@media only screen and (min-width: 1180px){.container-small{padding-right:100px;padding-left:100px;}}.alignleft{float:left;}.alignright{float:right;}.row .col{width:100%;margin-bottom:2em;}@media only screen and (min-width: 768px){.row .col{float:left;}.row .col.col-one-third{width:35%;padding-left:16px;}.row .col.col-two-thirds{width:65%;padding-right:16px;}.row .col.col-one-two{width:50%;}.row .col.col-two-two{width:50%;}}@media only screen and (min-width: 960px){.row .col.col-one-third{padding-left:32px;}.row .col.col-two-thirds{padding-right:32px;}}.gform_wrapper .validation_error{display:none;visibility:hidden;}.gform_wrapper .gf_step{-moz-opacity:0.5 !important;-khtml-opacity:0.5 !important;-webkit-opacity:0.5 !important;opacity:0.5 !important;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50) !important;filter:alpha(opacity=50) !important;}.gform_wrapper .gf_step.gf_step_active{-moz-opacity:1.0 !important;-khtml-opacity:1.0 !important;-webkit-opacity:1.0 !important;opacity:1.0 !important;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;filter:alpha(opacity=100) !important;}.gform_wrapper .gform_body .top_label .gfield_label{margin-bottom:0;color:#111015;font-weight:normal;}.gform_wrapper .gform_body li.gfield{margin-bottom:5px;}.gform_wrapper .gform_body li.gfield.gfield_error{width:100% !important;border:0 !important;margin-bottom:0 !important;background:none !important;}.gform_wrapper .gform_body li.gfield.gfield_error .ginput_container{margin-left:0 !important;max-width:100% !important;margin-top:0 !important;}.gform_wrapper .gform_body li.gfield.gfield_error .gfield_description{margin-left:0 !important;margin-top:0 !important;padding-top:3px !important;}.gform_wrapper .gform_body .ginput_complex label{font-size:11px;font-size:1.1rem;margin-bottom:0;}.gform_wrapper .gform_body .gf-hide,.gform_wrapper .gform_body .gf-hide-label label{display:none !important;visibility:hidden !important;}.gform_wrapper .gform_body textarea{width:98% !important;border:1px solid #e2e1e2 !important;}.gform_wrapper .gform_footer{padding:0 !important;}.gform_wrapper .gform_next_button,.gform_wrapper input.button,.gform_wrapper input[type=submit]{display:inline-block;padding:8px 24px !important;font-weight:600;font-size:14px !important;font-size:1.4rem !important;text-align:center;text-decoration:none;color:#fff !important;line-height:25px;background:#111015;border:0;text-transform:uppercase;transition:.2s all;}.gform_wrapper .gform_next_button:after,.gform_wrapper input.button:after,.gform_wrapper input[type=submit]:after{font-family:"FontAwesome";font-display:auto;content:"\f178";font-size:14px;margin-left:8px;}.gform_wrapper .gform_next_button:focus,.gform_wrapper input.button:focus,.gform_wrapper input[type=submit]:focus{outline:none;}.gform_wrapper .gform_next_button.btn-small,.gform_wrapper input.button.btn-small,.gform_wrapper input[type=submit].btn-small{font-size:15px !important;font-size:1.5rem !important;}.gform_wrapper .gform_next_button.btn-large,.gform_wrapper input.button.btn-large,.gform_wrapper input[type=submit].btn-large{font-size:22px !important;font-size:2.2rem !important;font-weight:bold;line-height:41px;padding:0 25px;}.gform_wrapper .gform_next_button.btn-large i,.gform_wrapper input.button.btn-large i,.gform_wrapper input[type=submit].btn-large i{font-size:18px;font-size:1.8rem;line-height:41px;padding-left:8px;}.gform_wrapper .gform_next_button i,.gform_wrapper input.button i,.gform_wrapper input[type=submit] i{vertical-align:top;line-height:35px;padding-left:6px;font-size:16px;font-size:1.6rem;-webkit-transition:padding 0.2s ease-out;-moz-transition:padding 0.2s ease-out;-o-transition:padding 0.2s ease-out;transition:padding 0.2s ease-out;}.gform_wrapper .gform_next_button:hover,.gform_wrapper input.button:hover,.gform_wrapper input[type=submit]:hover{background:#29282c;}.gform_wrapper .gform_next_button.fa-before i,.gform_wrapper input.button.fa-before i,.gform_wrapper input[type=submit].fa-before i{padding-left:0;padding-right:6px;}.gform_wrapper .gform_next_button a,.gform_wrapper input.button a,.gform_wrapper input[type=submit] a{color:#fff !important;}.gallery-item{padding:0 5px;}.livechat_button{position:fixed;right:0px;bottom:30%;z-index:111;display:none;}@media only screen and (min-width: 640px){.livechat_button{display:block;}}.right_bar .tag_posts{margin-top:5px;margin-bottom:14px;}.right_bar .tag_posts .item{margin-bottom:0;}.right_bar .tag_posts .item .left{display:none;}.right_bar .tag_posts .item .right{padding-left:20px;width:100%;}.right_bar .tag_posts .item .right h4{line-height:16px;margin:5px 0px 5px 10px;}.right_bar .tag_posts .item .right a{position:relative;color:#fff;text-decoration:underline;font-weight:300;font-size:16px;font-size:1.6rem;line-height:20px;letter-spacing:1px;}.right_bar .tag_posts .item .right a:before{font-family:"FontAwesome";font-display:auto;content:"\f0da";font-size:13px;margin-right:10px;display:inline-block;position:absolute;color:#fff;left:-15px;top:3px;}.right_bar .tag_posts .item .right .excerpt{display:none;}.right_bar .tag_posts .item .right .btn{display:none;}.right_bar .tag_posts .btn-primary{display:none;}.right_bar a{text-decoration:none !important;}.functionalities a{margin:0 !important;text-transform:inherit !important;padding:8px 24px important;border:none !important;display:inline !important;}.functionalities a.btn.btn-primary{display:block !important;margin:0 auto !important;text-align:center;border:1px solid #adacac !important;}.fancybox-container{z-index:9999999999999;}.gf_full-width{width:100% !important;padding:0 !important;}.body-codes{display:none;}.layout{padding:128px 0;}.hentry.type-blog{border:1px solid #ebebeb;background:#fff;margin-top:30px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;overflow:hidden;}.hentry.type-blog .wp-post-image{width:100%;height:auto;}.hentry.type-blog .program-title{margin:20px 30px;}.hentry.type-blog .program-title .program-time{display:inline-block;padding:0 14px;margin-right:14px;background:#f0f0f0;color:#262626;font-size:17px;font-size:1.7rem;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 1px 0 rgba(0,0,0,0.3);box-shadow:0 1px 0 rgba(0,0,0,0.3);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;vertical-align:top;}.hentry.type-blog .program-title .program-name{display:inline-block;font-size:18px;font-size:1.8rem;color:#262626;font-weight:500;vertical-align:top;text-decoration:none;}.hentry.type-blog .program-title .program-name:hover{text-decoration:underline;}.hentry.type-blog p{display:block;margin:20px 20px 20px 30px;font-size:16px;font-size:1.6rem;color:#555;line-height:26px;}.hentry.type-blog .read-more{display:block;margin-top:20px;border-top:1px solid #ebebeb;padding:5px 30px;font-size:18px;font-size:1.8rem;font-weight:bold;line-height:31px;color:#111015;text-decoration:none;}.hentry.type-blog .read-more i{padding-left:10px;}.hentry.type-blog .read-more:hover{text-decoration:underline;}.hentry{text-decoration:none;}.hentry.type-referenties .content-wrapper img{object-fit:contain;background:#fff;padding:20px;}.hentry__link{color:#111015;text-decoration:none;font-size:15px;font-weight:bold;display:block;}@media only screen and (min-width: 1180px){.hentry__link{font-size:16px;}}.hentry__link i{padding-left:6px;transition:padding-left .2s ease-out;font-weight:bold;}.hentry__link:hover{text-decoration:underline;}.hentry__link:hover i{padding-left:10px;}.hentry.type-attachment{border-top:1px solid #ebebeb;display:flex;padding:24px 16px;transition:.2s all;}.hentry.type-attachment:hover{background:#fef6f7;}.hentry.type-attachment:hover h3{color:#da030a;}.hentry.type-attachment .content-wrapper{width:100%;}.hentry.type-attachment .content-wrapper .title-excerpt{padding:0 !important;width:100%;display:flex;justify-content:space-between;align-items:center;}.hentry.type-attachment .content-wrapper .title-excerpt i{font-size:20px;color:#da030a;}.hentry.type-attachment .content-wrapper .title-excerpt h3{margin:0 12px 0 0;}.hentry.type-attachment:last-of-type{border-bottom:1px solid #ebebeb;}.hentry .content-wrapper img{max-width:100%;width:100%;height:180px;border-radius:5px;object-fit:cover;}@media only screen and (min-width: 480px){.hentry .content-wrapper img{height:calc((1 / (1180 - 480)) * (180 - 200) * (100vw - 480px) + 180px);}}@media only screen and (min-width: 1180px){.hentry .content-wrapper img{height:200px;}}.hentry .content-wrapper .title-excerpt{padding-top:20px;}.hentry .content-wrapper .title-excerpt .h4{margin-bottom:12px !important;}.hentry .content-wrapper .title-excerpt p{font-size:16px;color:#4a4a4a;}.page-template-default .breadcrumbs{margin-top:20px;}@media only screen and (min-width: 960px){.page-template-default .first_row .one_third .right_bar{margin-top:-160px !important;}}.page-template-default .first_row .one_third .sidebar{width:98%;margin:0px 1%;padding:0px;}.page-template-default .first_row .one_third .sidebar .widget header{background-color:#111015;color:#fff;padding:0px !important;}.page-template-default .first_row .one_third .sidebar .widget header .widget-title{font-size:30px;font-size:3rem;line-height:30px;padding:40px 30px;color:#fff;}.page-template-default .first_row .two_third{padding-top:0px !important;}.page-template-default .first_row .two_third .wysiwyg-content .btn-primary{background-color:#da030a !important;color:#fff !important;}.page-template-default .first_row .two_third .wysiwyg-content .btn-primary:hover{background-color:#fff !important;color:#da030a !important;}@media only screen and (min-width: 960px){.page-template-default .main-content{float:left;width:100%;}}@media only screen and (min-width: 960px){.page-template-default .sidebar{float:right;width:32.5%;padding-left:30px;-webkit-transition:padding 0.2s ease-out;-moz-transition:padding 0.2s ease-out;-o-transition:padding 0.2s ease-out;transition:padding 0.2s ease-out;}}@media only screen and (min-width: 1180px){.page-template-default .sidebar{padding-left:50px;}}.page-template-page-flexible-content{padding-top:0 !important;}.page-template-page-flexible-content .scroll-nav{border-top:1px solid #e2e1e1;border-bottom:1px solid #e2e1e1;position:sticky;top:0;z-index:250;background:#fff;}.page-template-page-flexible-content .scroll-nav__list{list-style:none;padding:0 40px;margin:0;position:relative;}.page-template-page-flexible-content .scroll-nav__list:after{content:'';background:linear-gradient(270deg,rgba(255,255,255,0) 0%,#fff 50%,#fff 100%);width:40px;position:absolute;left:0;top:0;bottom:0;z-index:1;}.page-template-page-flexible-content .scroll-nav__list:before{content:'';background:linear-gradient(90deg,rgba(255,255,255,0) 0%,#fff 50%,#fff 100%);width:40px;position:absolute;right:0;top:0;bottom:0;z-index:1;}.page-template-page-flexible-content .scroll-nav__list.flickity-enabled{overflow:hidden;}.page-template-page-flexible-content .scroll-nav__list.flickity-enabled:focus{outline:none;}.page-template-page-flexible-content .scroll-nav__item{margin-right:20px;position:relative;padding:14px 0;z-index:1;display:inline-block;}@media only screen and (min-width: 768px){.page-template-page-flexible-content .scroll-nav__item{margin-right:50px;padding:24px 0;}}.page-template-page-flexible-content .scroll-nav__item:first-of-type{margin-left:0;}.page-template-page-flexible-content .scroll-nav__item:last-of-type{margin-right:0;}.page-template-page-flexible-content .scroll-nav__item--active:after{content:'';height:1px;bottom:0px;left:0;width:100%;position:absolute;background:#da030a;}.page-template-page-flexible-content .scroll-nav__link{text-decoration:none;font-size:16px;color:#111015;font-weight:600;white-space:nowrap;}.page-template-page-flexible-content .header{position:relative !important;}.page-template-page-flexible-content .header.header--sticky,.page-template-page-flexible-content .header.header--ready.header--not-top{position:relative !important;}.page-template-page-flexible-content .header.header--not-top{box-shadow:none !important;}.page-template-page-flexible-content .header.header--not-top .header{box-shadow:none !important;}@media only screen and (min-width: 960px){.page-template-page-flexible-content .header.header--not-top{margin-top:inherit !important;}}.page-template-page-flexible-content .header.header--sticky-small .header-bar{background:#fff;padding:0;}.page-template-page-flexible-content .header.header--sticky-small .header-bar .logo{float:left;-webkit-transition:margin 0.2s ease-out;-moz-transition:margin 0.2s ease-out;-o-transition:margin 0.2s ease-out;transition:margin 0.2s ease-out;}.page-template-page-flexible-content .header.header--sticky-small .header-bar .logo .logo-img{display:block;width:auto;height:50px;-webkit-transition:height 0.2s ease-out;-moz-transition:height 0.2s ease-out;-o-transition:height 0.2s ease-out;transition:height 0.2s ease-out;}@media only screen and (min-width: 960px){.page-template-page-flexible-content .header.header--sticky-small .header-bar .logo{margin:20px 0;}.page-template-page-flexible-content .header.header--sticky-small .header-bar .logo .logo-img{height:40px;}}@media only screen and (min-width: 1180px){.page-template-page-flexible-content .header.header--sticky-small .header-bar .logo .logo-img{height:60px;}}.page-template-page-flexible-content .header.header--sticky-small .header-bar .primary-menu{margin:12px 0;}@media only screen and (min-width: 960px){.page-template-page-flexible-content .header.header--sticky-small .header-bar .primary-menu{margin:30px 0;}}.page-template-page-flexible-content .layout{position:relative;padding:50px 0;overflow:visible;}.page-template-page-flexible-content .layout.text-color-white h1,.page-template-page-flexible-content .layout.text-color-white h2,.page-template-page-flexible-content .layout.text-color-white h3,.page-template-page-flexible-content .layout.text-color-white h4,.page-template-page-flexible-content .layout.text-color-white h5,.page-template-page-flexible-content .layout.text-color-white h6,.page-template-page-flexible-content .layout.text-color-white ul,.page-template-page-flexible-content .layout.text-color-white ol{color:#fff;}.page-template-page-flexible-content .layout.text-color-white p{color:#fff;opacity:.8;}.page-template-page-flexible-content .layout.text-color-white .wysiwyg-quote{border-color:rgba(255,255,255,0.25);background:rgba(255,255,255,0.05);color:#fff;}.page-template-page-flexible-content .layout.text-color-white .wysiwyg-quote:before{color:#fff;}.page-template-page-flexible-content .layout.background-primary-fade{background-color:#fef6f7;}.page-template-page-flexible-content .layout.background-primary-dark{background-color:#111015;}.page-template-page-flexible-content .layout.background-primary-dark .wysiwyg-content a{color:#fff;}.page-template-page-flexible-content .layout.background-primary-dark .wysiwyg-content p{color:#fff !important;}.page-template-page-flexible-content .layout.background-primary-dark .wysiwyg-content .hentry__link{color:#fff !important;}.page-template-page-flexible-content .layout.background-primary-dark .title-excerpt{color:#fff !important;}.page-template-page-flexible-content .layout.background-none{padding:0;margin:50px 0;}@media only screen and (min-height: 640px){.page-template-page-flexible-content .layout{padding:calc(20vh - 76px) 0;}.page-template-page-flexible-content .layout.background-none{margin:calc(20vh - 76px) 0;}}@media only screen and (min-height: 900px){.page-template-page-flexible-content .layout{padding:100px 0;}.page-template-page-flexible-content .layout.background-none{margin:100px 0;}}.page-template-page-flexible-content .wysiwyg-content h1,.page-template-page-flexible-content .wysiwyg-content .h1,.page-template-page-flexible-content .wysiwyg-content h2,.page-template-page-flexible-content .wysiwyg-content .h2,.page-template-page-flexible-content .wysiwyg-content h3,.page-template-page-flexible-content .wysiwyg-content .h3,.page-template-page-flexible-content .wysiwyg-content h4,.page-template-page-flexible-content .wysiwyg-content .h4,.page-template-page-flexible-content .wysiwyg-content h5,.page-template-page-flexible-content .wysiwyg-content .h5,.page-template-page-flexible-content .wysiwyg-content h6,.page-template-page-flexible-content .wysiwyg-content .h6{font-weight:bold;color:#232323;line-height:1.1;}.subtitle+.page-template-page-flexible-content .wysiwyg-content h1,.subtitle+.page-template-page-flexible-content .wysiwyg-content .h1,.subtitle+.page-template-page-flexible-content .wysiwyg-content h2,.subtitle+.page-template-page-flexible-content .wysiwyg-content .h2,.subtitle+.page-template-page-flexible-content .wysiwyg-content h3,.subtitle+.page-template-page-flexible-content .wysiwyg-content .h3,.subtitle+.page-template-page-flexible-content .wysiwyg-content h4,.subtitle+.page-template-page-flexible-content .wysiwyg-content .h4,.subtitle+.page-template-page-flexible-content .wysiwyg-content h5,.subtitle+.page-template-page-flexible-content .wysiwyg-content .h5,.subtitle+.page-template-page-flexible-content .wysiwyg-content h6,.subtitle+.page-template-page-flexible-content .wysiwyg-content .h6{margin-top:0;}.page-template-page-flexible-content .wysiwyg-content .h1,.page-template-page-flexible-content .wysiwyg-content h1{font-size:28px;}@media only screen and (min-width: 480px){.page-template-page-flexible-content .wysiwyg-content .h1,.page-template-page-flexible-content .wysiwyg-content h1{font-size:calc((1 / (1180 - 480)) * (36 - 28) * (100vw - 480px) + 28px);}}@media only screen and (min-width: 1180px){.page-template-page-flexible-content .wysiwyg-content .h1,.page-template-page-flexible-content .wysiwyg-content h1{font-size:36px;}}.page-template-page-flexible-content .wysiwyg-content h2,.page-template-page-flexible-content .wysiwyg-content .h2{font-size:24px;}@media only screen and (min-width: 480px){.page-template-page-flexible-content .wysiwyg-content h2,.page-template-page-flexible-content .wysiwyg-content .h2{font-size:calc((1 / (1180 - 480)) * (28 - 24) * (100vw - 480px) + 24px);}}@media only screen and (min-width: 1180px){.page-template-page-flexible-content .wysiwyg-content h2,.page-template-page-flexible-content .wysiwyg-content .h2{font-size:28px;}}.page-template-page-flexible-content .wysiwyg-content h3,.page-template-page-flexible-content .wysiwyg-content .h3{font-size:22px;}@media only screen and (min-width: 480px){.page-template-page-flexible-content .wysiwyg-content h3,.page-template-page-flexible-content .wysiwyg-content .h3{font-size:calc((1 / (1180 - 480)) * (26 - 22) * (100vw - 480px) + 22px);}}@media only screen and (min-width: 1180px){.page-template-page-flexible-content .wysiwyg-content h3,.page-template-page-flexible-content .wysiwyg-content .h3{font-size:26px;}}.page-template-page-flexible-content .wysiwyg-content h4,.page-template-page-flexible-content .wysiwyg-content .h4{font-size:18px;}@media only screen and (min-width: 480px){.page-template-page-flexible-content .wysiwyg-content h4,.page-template-page-flexible-content .wysiwyg-content .h4{font-size:calc((1 / (1180 - 480)) * (22 - 18) * (100vw - 480px) + 18px);}}@media only screen and (min-width: 1180px){.page-template-page-flexible-content .wysiwyg-content h4,.page-template-page-flexible-content .wysiwyg-content .h4{font-size:22px;}}.page-template-page-flexible-content .wysiwyg-content h5,.page-template-page-flexible-content .wysiwyg-content .h5{font-size:17px;}@media only screen and (min-width: 480px){.page-template-page-flexible-content .wysiwyg-content h5,.page-template-page-flexible-content .wysiwyg-content .h5{font-size:calc((1 / (1180 - 480)) * (20 - 17) * (100vw - 480px) + 17px);}}@media only screen and (min-width: 1180px){.page-template-page-flexible-content .wysiwyg-content h5,.page-template-page-flexible-content .wysiwyg-content .h5{font-size:20px;}}.page-template-page-flexible-content .wysiwyg-content h6,.page-template-page-flexible-content .wysiwyg-content .h6{font-size:16px;}@media only screen and (min-width: 480px){.page-template-page-flexible-content .wysiwyg-content h6,.page-template-page-flexible-content .wysiwyg-content .h6{font-size:calc((1 / (1180 - 480)) * (18 - 16) * (100vw - 480px) + 16px);}}@media only screen and (min-width: 1180px){.page-template-page-flexible-content .wysiwyg-content h6,.page-template-page-flexible-content .wysiwyg-content .h6{font-size:18px;}}.page-template-page-flexible-content .wysiwyg-content p,.page-template-page-flexible-content .wysiwyg-content ul,.page-template-page-flexible-content .wysiwyg-content ol,.page-template-page-flexible-content .wysiwyg-content li{font-size:16px;}@media only screen and (min-width: 480px){.page-template-page-flexible-content .wysiwyg-content p,.page-template-page-flexible-content .wysiwyg-content ul,.page-template-page-flexible-content .wysiwyg-content ol,.page-template-page-flexible-content .wysiwyg-content li{font-size:calc((1 / (1180 - 480)) * (18 - 16) * (100vw - 480px) + 16px);}}@media only screen and (min-width: 1180px){.page-template-page-flexible-content .wysiwyg-content p,.page-template-page-flexible-content .wysiwyg-content ul,.page-template-page-flexible-content .wysiwyg-content ol,.page-template-page-flexible-content .wysiwyg-content li{font-size:18px;}}.page-template-page-flexible-content .wysiwyg-content p.large,.page-template-page-flexible-content .wysiwyg-content ul.large,.page-template-page-flexible-content .wysiwyg-content ol.large,.page-template-page-flexible-content .wysiwyg-content li.large{font-size:17px;}@media only screen and (min-width: 480px){.page-template-page-flexible-content .wysiwyg-content p.large,.page-template-page-flexible-content .wysiwyg-content ul.large,.page-template-page-flexible-content .wysiwyg-content ol.large,.page-template-page-flexible-content .wysiwyg-content li.large{font-size:calc((1 / (1180 - 480)) * (20 - 17) * (100vw - 480px) + 17px);}}@media only screen and (min-width: 1180px){.page-template-page-flexible-content .wysiwyg-content p.large,.page-template-page-flexible-content .wysiwyg-content ul.large,.page-template-page-flexible-content .wysiwyg-content ol.large,.page-template-page-flexible-content .wysiwyg-content li.large{font-size:20px;}}.page-template-page-flexible-content .wysiwyg-content p+h2,.page-template-page-flexible-content .wysiwyg-content p+.h2,.page-template-page-flexible-content .wysiwyg-content p+h3,.page-template-page-flexible-content .wysiwyg-content p+.h3,.page-template-page-flexible-content .wysiwyg-content p+h4,.page-template-page-flexible-content .wysiwyg-content p+.h4,.page-template-page-flexible-content .wysiwyg-content p+h5,.page-template-page-flexible-content .wysiwyg-content p+.h5,.page-template-page-flexible-content .wysiwyg-content p+h6,.page-template-page-flexible-content .wysiwyg-content p+.h6,.page-template-page-flexible-content .wysiwyg-content ul+h2,.page-template-page-flexible-content .wysiwyg-content ul+.h2,.page-template-page-flexible-content .wysiwyg-content ul+h3,.page-template-page-flexible-content .wysiwyg-content ul+.h3,.page-template-page-flexible-content .wysiwyg-content ul+h4,.page-template-page-flexible-content .wysiwyg-content ul+.h4,.page-template-page-flexible-content .wysiwyg-content ul+h5,.page-template-page-flexible-content .wysiwyg-content ul+.h5,.page-template-page-flexible-content .wysiwyg-content ul+h6,.page-template-page-flexible-content .wysiwyg-content ul+.h6,.page-template-page-flexible-content .wysiwyg-content ol+h2,.page-template-page-flexible-content .wysiwyg-content ol+.h2,.page-template-page-flexible-content .wysiwyg-content ol+h3,.page-template-page-flexible-content .wysiwyg-content ol+.h3,.page-template-page-flexible-content .wysiwyg-content ol+h4,.page-template-page-flexible-content .wysiwyg-content ol+.h4,.page-template-page-flexible-content .wysiwyg-content ol+h5,.page-template-page-flexible-content .wysiwyg-content ol+.h5,.page-template-page-flexible-content .wysiwyg-content ol+h6,.page-template-page-flexible-content .wysiwyg-content ol+.h6,.page-template-page-flexible-content .wysiwyg-content li+h2,.page-template-page-flexible-content .wysiwyg-content li+.h2,.page-template-page-flexible-content .wysiwyg-content li+h3,.page-template-page-flexible-content .wysiwyg-content li+.h3,.page-template-page-flexible-content .wysiwyg-content li+h4,.page-template-page-flexible-content .wysiwyg-content li+.h4,.page-template-page-flexible-content .wysiwyg-content li+h5,.page-template-page-flexible-content .wysiwyg-content li+.h5,.page-template-page-flexible-content .wysiwyg-content li+h6,.page-template-page-flexible-content .wysiwyg-content li+.h6{margin-top:1.3em;}.page-template-page-flexible-content .wysiwyg-content .subtitle{margin:0 0 8px;font-size:16px;font-weight:bold;line-height:1.2;color:#da030a;}@media only screen and (min-width: 480px){.page-template-page-flexible-content .wysiwyg-content .subtitle{margin:0 0 12px;}}@media only screen and (min-width: 1440px){.page-template-page-flexible-content .wysiwyg-content .subtitle{margin:0 0 16px;}}.page-template-page-flexible-content .wysiwyg-content .subtitle+h1,.page-template-page-flexible-content .wysiwyg-content .subtitle+.h1,.page-template-page-flexible-content .wysiwyg-content .subtitle+h2,.page-template-page-flexible-content .wysiwyg-content .subtitle+.h2,.page-template-page-flexible-content .wysiwyg-content .subtitle+h3,.page-template-page-flexible-content .wysiwyg-content .subtitle+.h3,.page-template-page-flexible-content .wysiwyg-content .subtitle+h4,.page-template-page-flexible-content .wysiwyg-content .subtitle+.h4,.page-template-page-flexible-content .wysiwyg-content .subtitle+h5,.page-template-page-flexible-content .wysiwyg-content .subtitle+.h5,.page-template-page-flexible-content .wysiwyg-content .subtitle+h6,.page-template-page-flexible-content .wysiwyg-content .subtitle+.h6{margin-top:0;}.post-type-archive-referenties .date{display:none;}.archive .first_row .two_third{padding-top:0px !important;}.archive .main-content .page-intro{margin:0;}.archive .main-content .loop .facetwp-type-fselect .fs-wrap,.archive .main-content .loop .facetwp-type-fselect .fs-dropdown{margin-bottom:0;width:100%;}@media only screen and (min-width: 480px){.archive .main-content .loop .facetwp-type-fselect .fs-wrap,.archive .main-content .loop .facetwp-type-fselect .fs-dropdown{float:right;width:280px;}}.archive .main-content .loop .item{padding:30px 0px;position:relative;border-bottom:2px solid #d2d1d1;clear:both;}@media only screen and (min-width: 768px){.archive .main-content .loop .item{padding:60px 0px;}}.archive .main-content .loop .item .top .date{font-size:12px;font-size:1.2rem;color:#ababab;}.archive .main-content .loop .item .top h3{margin:0px;color:#da030a;font-size:24px;font-size:2.4rem;line-height:26px;}.archive .main-content .loop .item .thumbnail{margin:10px 0px;position:relative;}.archive .main-content .loop .item .post_tags{padding:0px;}.archive .main-content .loop .item .post_tags li{display:inline-block;}.archive .main-content .loop .item .post_tags li a{color:#da030a;background-color:#ffebec;text-transform:uppercase;font-size:12px;font-size:1.2rem;padding:3px 5px;font-weight:bold;line-height:12px;padding:2px 12px;margin-right:5px;}.archive .main-content .loop .item .bottom{margin-top:10px;}@media only screen and (min-width: 768px){.archive .main-content .loop .item .bottom .left{width:40%;display:inline-block;vertical-align:top;padding-right:30px;}}.archive .main-content .loop .item .bottom .left .thumbnail{margin:5px 0px;}.archive .main-content .loop .item .bottom .left .thumbnail img{width:100%;max-height:220px;object-fit:cover;}@media only screen and (min-width: 768px){.archive .main-content .loop .item .bottom .right{width:59%;display:inline-block;vertical-align:top;}}.archive .main-content .loop .item .bottom .right p{margin:0 0 20px 0;}.archive .main-content .loop .item.highlight{padding-top:0px;}.archive .main-content .loop .item.highlight .thumbnail{width:100%;}@media only screen and (min-width: 768px){.archive .main-content .hentry{display:inline-block;width:46%;margin-left:2%;margin-right:2%;vertical-align:top;text-align:left;}}@media only screen and (min-width: 960px){.archive .main-content .hentry{width:30.83%;margin-left:1.25%;margin-right:1.25%;}}.archive .main-content .hentry.type-blog .program-title{margin-top:25px;line-height:18px;}.archive .main-content .hentry.type-blog p{margin-bottom:25px;}@media only screen and (min-width: 960px){.single .main-content{float:left;width:100%;}}@media only screen and (min-width: 960px){.single .sidebar{float:right;margin:20px 6px;-webkit-transition:padding 0.2s ease-out;-moz-transition:padding 0.2s ease-out;-o-transition:padding 0.2s ease-out;transition:padding 0.2s ease-out;}}.search-results .main-content,.search-no-results .main-content,.error404 .main-content{margin-left:auto;margin-right:auto;max-width:850px;}@media only screen and (min-width: 960px){.search-results .main-content,.search-no-results .main-content,.error404 .main-content{margin-top:50px;}}.search-results .main-content .page-intro .page-title,.search-no-results .main-content .page-intro .page-title,.error404 .main-content .page-intro .page-title{font-size:28px;font-size:2.8rem;}.search-results .main-content #searchform,.search-no-results .main-content #searchform,.error404 .main-content #searchform{zoom:1;}.search-results .main-content #searchform:before,.search-no-results .main-content #searchform:before,.error404 .main-content #searchform:before{content:'';display:block;}.search-results .main-content #searchform:after,.search-no-results .main-content #searchform:after,.error404 .main-content #searchform:after{content:'';display:table;clear:both;}.search-results .main-content #searchform .searchinput,.search-results .main-content #searchform .btn,.search-no-results .main-content #searchform .searchinput,.search-no-results .main-content #searchform .btn,.error404 .main-content #searchform .searchinput,.error404 .main-content #searchform .btn{display:block;margin-bottom:5px;width:100%;height:40px;line-height:40px;outline:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.search-results .main-content #searchform .searchinput,.search-no-results .main-content #searchform .searchinput,.error404 .main-content #searchform .searchinput{padding:0 10px;border:1px solid #e2e1e1;color:#262626;}.search-results .main-content #searchform .btn,.search-no-results .main-content #searchform .btn,.error404 .main-content #searchform .btn{padding:0 10px;text-align:left;}@media only screen and (min-width: 960px){.search-results .main-content #searchform .searchinput,.search-no-results .main-content #searchform .searchinput,.error404 .main-content #searchform .searchinput{float:left;width:80%;}.search-results .main-content #searchform .btn,.search-no-results .main-content #searchform .btn,.error404 .main-content #searchform .btn{float:left;margin-left:1%;width:19%;text-align:center;}}.search-results .main-content .hentry,.search-no-results .main-content .hentry,.error404 .main-content .hentry{border:1px solid #ebebeb;padding:30px;margin-top:30px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.search-results .main-content .hentry .post-title,.search-no-results .main-content .hentry .post-title,.error404 .main-content .hentry .post-title{margin:0;font-size:24px;font-size:2.4rem;}.search-results .main-content .hentry .post-title a,.search-no-results .main-content .hentry .post-title a,.error404 .main-content .hentry .post-title a{text-decoration:none;color:#4a4a4a;}.search-results .main-content .hentry .post-title a:hover,.search-no-results .main-content .hentry .post-title a:hover,.error404 .main-content .hentry .post-title a:hover{text-decoration:underline;}.search-results .main-content .hentry p,.search-no-results .main-content .hentry p,.error404 .main-content .hentry p{margin:0;}.search-results .main-content .pagination,.search-no-results .main-content .pagination,.error404 .main-content .pagination{margin-top:30px;}.search-results .main-content .pagination a,.search-no-results .main-content .pagination a,.error404 .main-content .pagination a{display:inline-block;padding:8px 24px !important;font-weight:600;font-size:14px !important;font-size:1.4rem !important;text-align:center;text-decoration:none;color:#fff !important;line-height:25px;background:#da030a;border:0;text-transform:uppercase;transition:.2s all;padding:5px 20px 5px 20px;background:#58595b;border:1px solid #58595b;}.search-results .main-content .pagination a:after,.search-no-results .main-content .pagination a:after,.error404 .main-content .pagination a:after{font-family:"FontAwesome";font-display:auto;content:"\f178";font-size:14px;margin-left:8px;}.search-results .main-content .pagination a:focus,.search-no-results .main-content .pagination a:focus,.error404 .main-content .pagination a:focus{outline:none;}.search-results .main-content .pagination a.btn-small,.search-no-results .main-content .pagination a.btn-small,.error404 .main-content .pagination a.btn-small{font-size:15px !important;font-size:1.5rem !important;}.search-results .main-content .pagination a.btn-large,.search-no-results .main-content .pagination a.btn-large,.error404 .main-content .pagination a.btn-large{font-size:22px !important;font-size:2.2rem !important;font-weight:bold;line-height:41px;padding:0 25px;}.search-results .main-content .pagination a.btn-large i,.search-no-results .main-content .pagination a.btn-large i,.error404 .main-content .pagination a.btn-large i{font-size:18px;font-size:1.8rem;line-height:41px;padding-left:8px;}.search-results .main-content .pagination a i,.search-no-results .main-content .pagination a i,.error404 .main-content .pagination a i{vertical-align:top;line-height:35px;padding-left:6px;font-size:16px;font-size:1.6rem;-webkit-transition:padding 0.2s ease-out;-moz-transition:padding 0.2s ease-out;-o-transition:padding 0.2s ease-out;transition:padding 0.2s ease-out;}.search-results .main-content .pagination a:hover,.search-no-results .main-content .pagination a:hover,.error404 .main-content .pagination a:hover{background:#de1c23;}.search-results .main-content .pagination a.fa-before i,.search-no-results .main-content .pagination a.fa-before i,.error404 .main-content .pagination a.fa-before i{padding-left:0;padding-right:6px;}.search-results .main-content .pagination a a,.search-no-results .main-content .pagination a a,.error404 .main-content .pagination a a{color:#fff !important;}.search-results .main-content .pagination a:hover,.search-no-results .main-content .pagination a:hover,.error404 .main-content .pagination a:hover{background-color:#fff !important;color:#58595b !important;}.search-results .main-content .pagination a i,.search-no-results .main-content .pagination a i,.error404 .main-content .pagination a i{padding:0;}.search-results .cta,.search-no-results .cta,.error404 .cta{width:100%;background-image:var(--wpr-bg-ef97656d-3b18-45d1-87ba-84a2c7e691aa);background-size:cover;background-repeat:no-repeat;background-position:center;min-height:100px;display:table;}.search-results .cta .container,.search-no-results .cta .container,.error404 .cta .container{display:table-cell;vertical-align:middle;}@media only screen and (min-width: 768px){.search-results .cta .left,.search-no-results .cta .left,.error404 .cta .left{width:60%;display:inline-block;vertical-align:middle;text-align:right;}}.search-results .cta .left p,.search-no-results .cta .left p,.error404 .cta .left p{font-size:24px;font-size:2.4rem;color:#fff;font-weight:300;}@media only screen and (min-width: 768px){.search-results .cta .right,.search-no-results .cta .right,.error404 .cta .right{width:39%;display:inline-block;vertical-align:middle;text-align:left;}}.search-results .cta .right a,.search-no-results .cta .right a,.error404 .cta .right a{background-color:transparent;color:#fff !important;border:1px solid;margin:20px;text-transform:uppercase;font-weight:700;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}@media only screen and (min-width: 768px){.search-results .cta .right a,.search-no-results .cta .right a,.error404 .cta .right a{margin-left:60px;}}.search-results .cta .right a i,.search-no-results .cta .right a i,.error404 .cta .right a i{color:#da030a;margin-right:10px;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}.search-results .cta .right a:hover,.search-no-results .cta .right a:hover,.error404 .cta .right a:hover{color:#fff !important;background-color:#da030a;}.search-results .cta .right a:hover i,.search-no-results .cta .right a:hover i,.error404 .cta .right a:hover i{color:#fff;}.search-results .second_row,.search-no-results .second_row,.error404 .second_row{background-color:#ebebeb;padding:100px 0px;}.search-results .second_row h2,.search-no-results .second_row h2,.error404 .second_row h2{color:#b6b6b6;font-size:40px;font-size:4rem;text-align:center;margin-top:0px;}.search-results .second_row .partners,.search-no-results .second_row .partners,.error404 .second_row .partners{display:inline;padding-top:40px;}.search-results .second_row .partners .partner,.search-no-results .second_row .partners .partner,.error404 .second_row .partners .partner{display:inline-block;margin:30px 0px;}@media only screen and (min-width: 960px){.search-results .second_row .partners .partner,.search-no-results .second_row .partners .partner,.error404 .second_row .partners .partner{width:24%;vertical-align:top;margin-right:13%;}.search-results .second_row .partners .partner:last-of-type,.search-no-results .second_row .partners .partner:last-of-type,.error404 .second_row .partners .partner:last-of-type{margin-right:0px;}}.search-results .second_row .partners .partner .desc,.search-no-results .second_row .partners .partner .desc,.error404 .second_row .partners .partner .desc{color:#959494;font-size:16px;font-size:1.6rem;margin:20px 0px;}.search-results .second_row .partners .partner a,.search-no-results .second_row .partners .partner a,.error404 .second_row .partners .partner a{font-size:16px;font-size:1.6rem;color:#333;}.search-results .second_row .partners .partner a i,.search-no-results .second_row .partners .partner a i,.error404 .second_row .partners .partner a i{color:#da030a;margin-right:10px;}body.home .right_bar-banner{display:flex;margin-bottom:12px;border-radius:8px;overflow:hidden;}@media only screen and (min-width: 960px){body.home .right_bar{margin-top:-115px !important;}}.home .first_row .two_third{padding-top:40px;}@media only screen and (min-width: 960px){.home .first_row .two_third{width:70%;display:inline-block;vertical-align:top;padding-top:75px;padding-right:90px;}}.home .first_row .two_third a.btn-primary{margin-top:15px;padding:5px 20px 5px 20px;text-transform:uppercase;background-color:#fff !important;color:#d6121a !important;border-color:#fff;border:1px solid #d6121a;font-size:14px !important;transition:0.4s ease;font-family:'Open Sans', sans-serif !important;font-display:auto;font-weight:600 !important;text-decoration:none;border-radius:0px !important;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}.home .first_row .two_third a.btn-primary:hover{background-color:#d6121a !important;color:#fff !important;}.home .first_row .one_third{padding-bottom:30px;}@media only screen and (min-width: 960px){.home .first_row .one_third{width:29%;display:inline-block;vertical-align:top;}}.home .first_row .one_third .right_bar{margin:40px 0px;}@media only screen and (min-width: 960px){.home .first_row .one_third .right_bar{margin:0px;}}.home .first_row .one_third .right_bar header div{font-size:24px;font-size:2.4rem;color:#fff;background:#333;font-weight:600;line-height:30px;padding:28px 24px;border-top-left-radius:12px;border-top-right-radius:12px;}.home .first_row .one_third .right_bar section{background:#f0f0f0;border:1px solid #f0f0f0;padding:35px 25px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;}.home .first_row .one_third .right_bar section div.section{margin-bottom:30px;}.home .first_row .one_third .right_bar section div.section span.title{font-size:20px;font-size:2rem;color:#333;font-weight:bold;}.home .first_row .one_third .right_bar section div.section ul{padding-left:20px;margin-top:5px;}.home .first_row .one_third .right_bar section div.section ul li{list-style:none;line-height:16px;margin:10px 0px;position:relative;padding-left:10px;}.home .first_row .one_third .right_bar section div.section ul li:before{font-family:"FontAwesome";font-display:auto;content:"\f0da";font-size:13px;margin-right:10px;display:inline-block;position:absolute;color:#da030a;left:-5px;top:3px;}.home .first_row .one_third .right_bar section div.section ul li a{color:#333;text-decoration:underline;font-weight:500;font-size:16px;font-size:1.6rem;line-height:20px;letter-spacing:1px;}.home .first_row .one_third .right_bar section div.section ul li a:hover{text-decoration:none;}.home .first_row .one_third .right_bar section div.section a.more{text-decoration:none;font-size:13px;font-size:1.3rem;line-height:28px;font-weight:800;color:#333;text-transform:uppercase;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}.home .first_row .one_third .right_bar section div.section a.more i{margin-right:10px;}.home .first_row .one_third .right_bar section div.section a.more:hover{opacity:0.8;}.home .second_row{background-color:#fef6f7;padding:80px 0px;}.home .second_row h2{font-size:40px;font-size:4rem;text-align:center;margin-top:0px;}.home .second_row .partners{display:grid;grid-template-columns:1fr;padding-top:40px;grid-gap:30px;}@media only screen and (min-width: 768px){.home .second_row .partners{grid-template-columns:repeat(2,1fr);}}@media only screen and (min-width: 960px){.home .second_row .partners{grid-template-columns:repeat(3,1fr);}}.home .second_row .partners.row::before{display:none;}.home .second_row .partners.row::after{display:none;}.home .second_row .partners img{max-width:160px;margin:0 auto;display:block;object-fit:contain;}.home .second_row .partners .partner{display:inline-block;margin:30px 0 0 0;}.home .second_row .partners .partner .image-wrap{width:100%;height:200px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#fff;}.home .second_row .partners .partner .desc{font-size:16px;font-size:1.6rem;margin:20px 0;}.home .second_row .partners .partner a{font-size:16px;font-size:1.6rem;color:#333;}.home .second_row .partners .partner a i{color:#da030a;margin-right:10px;}.home .cta{width:100%;background:#333;min-height:100px;display:table;}.home .cta .container{display:table-cell;vertical-align:middle;}@media only screen and (min-width: 768px){.home .cta .left{width:60%;display:inline-block;vertical-align:middle;text-align:right;}}.home .cta .left p{font-size:24px;font-size:2.4rem;color:#fff;font-weight:600;}@media only screen and (min-width: 768px){.home .cta .right{width:39%;display:inline-block;vertical-align:middle;text-align:left;}}.home .cta .right a{background-color:transparent;color:#fff !important;border:1px solid;margin:20px;text-transform:uppercase;font-weight:700;line-height:35px;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}@media only screen and (min-width: 768px){.home .cta .right a{margin-left:60px;}}.home .cta .right a i{color:#da030a;margin-right:10px;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}.home .cta .right a:hover{color:#fff !important;background-color:#da030a !important;}.home .cta .right a:hover i{color:#fff;}.home .fourth_row{width:100%;background-color:#1f1f1f;padding:40px 0;}@media only screen and (min-width: 960px){.home .fourth_row{padding:80px 0;}}.home .fourth_row h2{text-align:center;color:#fff;font-size:40px;font-size:4rem;margin:0;}.home .fourth_row p.desc{font-size:18px;font-size:1.8rem;text-align:center;margin:20px auto;line-height:28px;color:#fff;}@media only screen and (min-width: 960px){.home .fourth_row p.desc{max-width:70%;}}.home .fourth_row .oplossingen .oplossing{display:inline-block;margin:40px 0px;zoom:1;}.home .fourth_row .oplossingen .oplossing:before{content:'';display:block;}.home .fourth_row .oplossingen .oplossing:after{content:'';display:table;clear:both;}@media only screen and (min-width: 768px){.home .fourth_row .oplossingen .oplossing{width:45%;vertical-align:top;margin-right:3%;}}@media only screen and (min-width: 960px){.home .fourth_row .oplossingen .oplossing{width:30%;}}.home .fourth_row .oplossingen .oplossing .left{float:left;width:80px;height:80px;padding:15px;background-color:#ffebec;border-radius:50%;}.home .fourth_row .oplossingen .oplossing .left img{width:50px;height:50px;}.home .fourth_row .oplossingen .oplossing .right{display:block;padding-left:25px;overflow:hidden;}.home .fourth_row .oplossingen .oplossing .right .title{color:#ebebeb;font-weight:bold;font-size:20px;font-size:2rem;}.home .fourth_row .oplossingen .oplossing .right .desc{color:#adacac;font-size:16px;font-size:1.6rem;line-height:28px;}.home .fourth_row a{width:100%;max-width:310px;display:block;border:1px solid #adacac;color:#adacac !important;background-color:transparent !important;text-transform:uppercase;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}.home .fourth_row a i{margin-right:10px;}.home .fourth_row a:hover{opacity:0.6;}.home .fifth_row{padding:40px 0px;}@media only screen and (min-width: 960px){.home .fifth_row{padding:100px 0px;padding-bottom:0px;}}@media only screen and (min-width: 960px){.home .fifth_row .left{width:39%;display:inline-block;vertical-align:bottom;}}.home .fifth_row .left img{display:none;visibility:hidden;}@media only screen and (min-width: 960px){.home .fifth_row .left img{display:block;visibility:visible;max-width:250px;position:absolute;bottom:0;right:0;z-index:1;}}@media only screen and (min-width: 1180px){.home .fifth_row .left img{max-width:300px;}}@media only screen and (min-width: 960px){.home .fifth_row .right{padding-bottom:80px;vertical-align:top;}}.home .fifth_row .right .youtube{width:100%;padding-top:20px;padding-right:0;}@media only screen and (min-width: 960px){.home .fifth_row .right .youtube{width:50%;padding-right:20px;padding-top:0;}}.home .fifth_row .right .quote-container{background-color:#c000010d;padding:40px;width:100%;}@media only screen and (min-width: 960px){.home .fifth_row .right .quote-container{width:50%;float:right;border-radius:12px 12px 0 12px;}}.home .fifth_row .right .quote-container i{font-size:32px;font-size:3.2rem;color:#da030a;}.home .fifth_row .right .quote-container .quote{font-size:24px;font-size:2.4rem;line-height:34px;margin:12px 0 30px 0;width:70%;font-weight:600;}.home .fifth_row .right .quote-container .quote span{color:#da030a;}.home .fifth_row .right .quote-container .name{font-size:16px;font-size:1.6rem;color:#555;line-height:25px;font-weight:bold;}.home .fifth_row .right .quote-container .function{color:#808080;font-size:16px;font-size:1.6rem;}.home .fifth_row .right iframe{height:100%;width:100%;}.home .fifth_row .right .buttons{margin-top:20px;}.home .fifth_row .right .buttons a{margin-right:20px;text-transform:uppercase;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;line-height:35px;}.home .fifth_row .right .buttons a i{margin-right:10px;}.home .fifth_row .right .buttons a:hover{opacity:0.8;}.home .fifth_row .right .buttons .btn-white{line-height:35px !important;display:inline-block;padding:8px 24px !important;font-weight:600;font-size:14px !important;font-size:1.4rem !important;text-align:center;text-decoration:none;color:#fff !important;line-height:25px;background:#111015;border:0;text-transform:uppercase;transition:.2s all;color:#da030a !important;border:1px solid #b6b6b6;background-color:#fff;margin-bottom:20px;}.home .fifth_row .right .buttons .btn-white:after{font-family:"FontAwesome";font-display:auto;content:"\f178";font-size:14px;margin-left:8px;}.home .fifth_row .right .buttons .btn-white:focus{outline:none;}.home .fifth_row .right .buttons .btn-white.btn-small{font-size:15px !important;font-size:1.5rem !important;}.home .fifth_row .right .buttons .btn-white.btn-large{font-size:22px !important;font-size:2.2rem !important;font-weight:bold;line-height:41px;padding:0 25px;}.home .fifth_row .right .buttons .btn-white.btn-large i{font-size:18px;font-size:1.8rem;line-height:41px;padding-left:8px;}.home .fifth_row .right .buttons .btn-white i{vertical-align:top;line-height:35px;padding-left:6px;font-size:16px;font-size:1.6rem;-webkit-transition:padding 0.2s ease-out;-moz-transition:padding 0.2s ease-out;-o-transition:padding 0.2s ease-out;transition:padding 0.2s ease-out;}.home .fifth_row .right .buttons .btn-white:hover{background:#29282c;}.home .fifth_row .right .buttons .btn-white.fa-before i{padding-left:0;padding-right:6px;}.home .fifth_row .right .buttons .btn-white a{color:#fff !important;}@media only screen and (min-width: 768px){.home .fifth_row .right .buttons .btn-white{margin-bottom:0px;}}.home .fifth_row .right .buttons .btn-white:hover{background-color:#fff;}.home .sixth_row{background-color:#ebebeb;padding:40px 0px;}.home .sixth_row h2{text-align:center;color:#333;font-size:18px;font-size:1.8rem;text-transform:uppercase;margin-top:0px;}.home .sixth_row .stories .story{display:inline-block;width:100%;margin:20px 0;text-align:center;}@media only screen and (min-width: 768px){.home .sixth_row .stories .story{width:45%;vertical-align:top;margin-right:3%;}}@media only screen and (min-width: 960px){.home .sixth_row .stories .story{width:30%;}}.home .sixth_row .stories .story img{max-width:230px;object-fit:contain;}.add-ons{padding:80px 0px;background-color:#ebebeb;}.add-ons .top{text-align:center;}.add-ons .top h2{font-size:40px;font-size:4rem;color:#333237;margin:0px;}.add-ons .top .description{margin:0px auto;margin-top:20px;margin-bottom:40px;max-width:900px;font-size:18px;font-size:1.8rem;color:#58595b;line-height:24px;}.add-ons .add-ons-container{border:2px solid rgba(151,151,151,0.25);background-color:#fff;padding:0 40px;margin:60px 0 0 0;}.add-ons .add-ons-container .btn-primary{background-color:#111015;}.add-ons .add-ons-container ul{list-style:none;padding:0;margin:0;}.add-ons .add-ons-container ul li{display:block;border-bottom:2px solid rgba(151,151,151,0.25);padding:30px 0;}@media only screen and (min-width: 768px){.add-ons .add-ons-container ul li{display:flex;justify-content:space-between;align-items:center;padding:24px 0;}}.add-ons .add-ons-container ul li .left{display:block;margin-bottom:20px;margin-right:0;}@media only screen and (min-width: 768px){.add-ons .add-ons-container ul li .left{display:flex;align-items:center;margin-right:20px;margin-bottom:0;}}.add-ons .add-ons-container ul li img{max-width:120px;margin-right:50px;}.add-ons .add-ons-container ul li .add-on-description{font-size:20px;font-size:2rem;max-width:720px;font-weight:bold;color:#333;}.add-ons .add-ons-container ul li .add-on-description p{font-size:18px;font-size:1.8rem;margin:0;color:#757575;font-weight:normal;}.add-ons .add-ons-container ul li:last-child{border:none;}.page-template-template-oplossing .breadcrumbs{margin-top:20px;text-transform:uppercase;}@media only screen and (min-width: 960px){.page-template-template-oplossing .first_row .one_third .right_bar{margin-top:-160px !important;}}.page-template-template-oplossing .first_row .two_third{margin-top:20px;margin-bottom:40px;padding-top:0px !important;}.page-template-template-oplossing .first_row .two_third p .btn-secondary{padding:5px 20px 5px 20px;display:inline-block;padding:8px 24px !important;font-weight:600;font-size:14px !important;font-size:1.4rem !important;text-align:center;text-decoration:none;color:#fff !important;line-height:25px;background:#111015;border:0;text-transform:uppercase;transition:.2s all;background-color:#fff !important;color:#da030a !important;padding:5px 20px 5px 20px !important;border:1px solid #da030a !important;}.page-template-template-oplossing .first_row .two_third p .btn-secondary:after{font-family:"FontAwesome";font-display:auto;content:"\f178";font-size:14px;margin-left:8px;}.page-template-template-oplossing .first_row .two_third p .btn-secondary:focus{outline:none;}.page-template-template-oplossing .first_row .two_third p .btn-secondary.btn-small{font-size:15px !important;font-size:1.5rem !important;}.page-template-template-oplossing .first_row .two_third p .btn-secondary.btn-large{font-size:22px !important;font-size:2.2rem !important;font-weight:bold;line-height:41px;padding:0 25px;}.page-template-template-oplossing .first_row .two_third p .btn-secondary.btn-large i{font-size:18px;font-size:1.8rem;line-height:41px;padding-left:8px;}.page-template-template-oplossing .first_row .two_third p .btn-secondary i{vertical-align:top;line-height:35px;padding-left:6px;font-size:16px;font-size:1.6rem;-webkit-transition:padding 0.2s ease-out;-moz-transition:padding 0.2s ease-out;-o-transition:padding 0.2s ease-out;transition:padding 0.2s ease-out;}.page-template-template-oplossing .first_row .two_third p .btn-secondary:hover{background:#29282c;}.page-template-template-oplossing .first_row .two_third p .btn-secondary.fa-before i{padding-left:0;padding-right:6px;}.page-template-template-oplossing .first_row .two_third p .btn-secondary a{color:#fff !important;}.page-template-template-oplossing .first_row .two_third p a.btn-primary{background-color:#da030a !important;color:#fff !important;margin-bottom:20px !important;}.page-template-template-oplossing .first_row .two_third .wysiwyg-content .btn-primary{background-color:#da030a !important;color:#fff !important;}.page-template-template-oplossing .first_row .two_third .wysiwyg-content .btn-primary:hover{background-color:#fff !important;color:#da030a !important;}.page-template-template-oplossing .text-img{padding-bottom:60px;}@media only screen and (min-width: 768px){.page-template-template-oplossing .text-img .left{width:49%;display:inline-block;vertical-align:top;}}.page-template-template-oplossing .text-img .left h2{font-size:40px;font-size:4rem;color:#333237;}.page-template-template-oplossing .text-img .left p{color:#58595b;font-size:16px;font-size:1.6rem;}.page-template-template-oplossing .text-img .left h3{color:#da030a;font-size:20px;font-size:2rem;font-weight:700;}@media only screen and (min-width: 768px){.page-template-template-oplossing .text-img .right{width:49%;display:inline-block;vertical-align:top;}}.page-id-1270 .first_row{display:none;}.oplossing.hide-oplossing{display:none !important;}.oplossing.hide-oplossing.show-oplossing{display:inline-block !important;}.page-template-template-overzicht .header-image .slide-img .caption_wrap .title,.page-template-template-overzicht .acf-map .slide-img .caption_wrap .title{color:#da030a !important;}.page-template-template-overzicht .header-image .slide-img .caption_wrap p,.page-template-template-overzicht .acf-map .slide-img .caption_wrap p{color:#333;}.page-template-template-overzicht .breadcrumbs{margin-top:20px;}.page-template-template-overzicht .intro{text-align:left;max-width:800px;padding:0 0 40px 0;}.page-template-template-overzicht .diensten{background:#e8e8e8;padding:60px 0 !important;}@media only screen and (min-width: 960px){.page-template-template-overzicht .diensten .oplossing{width:26% !important;margin-right:7% !important;}}.page-template-template-overzicht .diensten .oplossing a{border:0px;}.page-template-template-overzicht .diensten .oplossing .left{width:100% !important;background:none !important;}.page-template-template-overzicht .diensten .oplossing .left img{max-width:60px !important;margin-bottom:10px;}.page-id-1604 .page-template-template-overzicht .diensten .oplossing .left img{max-height:40px;width:auto !important;max-width:none !important;}.page-template-template-overzicht .diensten .oplossing .right{width:100% !important;}.page-template-template-overzicht .diensten .oplossing .right .title{color:#da030a !important;}.page-template-template-overzicht .diensten .oplossing .right .desc{color:#333 !important;}.page-template-template-overzicht .diensten .oplossing .right a{margin-left:0px;padding-left:0px;color:#da030a !important;font-weight:700;text-decoration:none;}.page-id-1604 .diensten .oplossing .left img{max-height:40px;width:auto !important;max-width:none !important;}.single-kennisportaal .header-image{display:none !important;}.tax-kennisportaal-tags .item.hightlight:first-of-type,.tax-kennisportaal_categories .item.hightlight:first-of-type{grid-column:span 1 !important;}.tax-kennisportaal-tags .item.hightlight:first-of-type .left,.tax-kennisportaal_categories .item.hightlight:first-of-type .left{width:100% !important;float:left;}.tax-kennisportaal-tags .item.hightlight:first-of-type .left .thumbnail,.tax-kennisportaal_categories .item.hightlight:first-of-type .left .thumbnail{margin:5px 0px !important;}.tax-kennisportaal-tags .item.hightlight:first-of-type .left .thumbnail img,.tax-kennisportaal_categories .item.hightlight:first-of-type .left .thumbnail img{max-height:220px !important;min-height:220px !important;height:220px !important;}.tax-kennisportaal-tags .item.hightlight:first-of-type .right,.tax-kennisportaal_categories .item.hightlight:first-of-type .right{width:100% !important;padding-left:0 !important;}.tax-kennisportaal-tags .item.hightlight:first-of-type .right .description,.tax-kennisportaal_categories .item.hightlight:first-of-type .right .description{display:none !important;visibility:hidden !important;}.tax-kennisportaal-tags .item.hightlight:first-of-type .right .top h3,.tax-kennisportaal_categories .item.hightlight:first-of-type .right .top h3{line-height:22px !important;font-size:18px !important;font-size:1.8rem !important;}.kennisbank-page .facetwp-load-more{margin-top:50px;padding:15px 0;width:100%;border:0;border-radius:4px;background-color:#2424240f;color:#e30316;font-family:"Open Sans";font-size:16px;font-weight:bold;line-height:22px;}.kennisbank-page .breadcrumbs{margin-top:20px;text-transform:uppercase;}.kennisbank-page .first_row .one_third .right_bar{margin-top:0 !important;}.kennisbank-page .first_row .one_third .right_bar section{background-color:#242424;border-radius:4px;border-radius:0 0 4px 4px;border-bottom:4px solid #e30316;}.kennisbank-page .first_row .one_third .right_bar section .title{color:#fff !important;}.kennisbank-page .first_row .one_third .right_bar ul.tags{padding:0px !important;}.kennisbank-page .first_row .one_third .right_bar ul.tags li{display:inline-block;padding-left:0px !important;margin:5px 0px !important;}.kennisbank-page .first_row .one_third .right_bar ul.tags li:before{content:none !important;}.kennisbank-page .first_row .one_third .right_bar ul.tags li a{font-size:14px !important;font-weight:bold !important;line-height:19px !important;text-transform:uppercase;font-size:12px !important;padding:3px 5px !important;padding:2px 12px;margin-right:5px;letter-spacing:normal !important;border:1px solid #d8d8d817;color:#fff !important;}.kennisbank-page .first_row .one_third .right_bar ul.tags li a span{width:17px;height:17px;margin-left:5px;background:#da030a;font-size:12px;font-size:1.2rem;line-height:17px;border-radius:100%;display:inline-block;text-align:center;}.kennisbank-page .two_third{padding-top:0px !important;}.kennisbank-page .two_third img{height:auto;max-height:380px;object-fit:cover;border-radius:4px;}.kennisbank-page .call-to-action{border-radius:4px;background-color:rgba(227,3,22,0.08);padding:35px 40px;margin:40px 0;}@media only screen and (min-width: 960px){.kennisbank-page .call-to-action{display:flex;justify-content:space-between;align-items:center;}}.kennisbank-page .call-to-action .content h2{font-size:22px;font-weight:bold;line-height:30px;margin:0;}.kennisbank-page .call-to-action .content h3{font-size:18px;font-weight:bold;line-height:24px;color:#e30316;margin:0;}.kennisbank-page .call-to-action .socials li{display:inline-block;padding-right:12px;}.kennisbank-page .call-to-action .socials li a{text-decoration:none;border-radius:48px;height:48px;width:48px;display:flex;align-items:center;background-color:#da030a;color:#fff;justify-content:center;font-size:22px;}@media only screen and (min-width: 768px){.kennisbank-page .items .grid,.kennisbank-page .items .facetwp-template{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;}}.kennisbank-page .items .item.hightlight:first-of-type .left{width:48%;float:left;}.kennisbank-page .items .item.hightlight:first-of-type .left .thumbnail{margin:0;margin-bottom:0 !important;}.kennisbank-page .items .item.hightlight:first-of-type .left .thumbnail img{height:400px;max-height:400px !important;}.kennisbank-page .items .item.hightlight:first-of-type .right{width:50%;float:left;padding-left:40px;}.kennisbank-page .items .item.hightlight:first-of-type .right .top h3{font-size:24px;line-height:33px;}.kennisbank-page .items .item.hightlight:first-of-type .description{display:block;visibility:visible;font-size:16px;font-weight:600;line-height:27px !important;}.kennisbank-page .items .item.hightlight:first-of-type .post_tags{display:inline-block;width:100%;}.kennisbank-page .items .item.hightlight .description{display:none;visibility:hidden;}.kennisbank-page .items .item .top .date{font-size:14px;font-size:1.4rem;line-height:19px;color:#242424;opacity:0.5;}.kennisbank-page .items .item .top h3{margin:0px;font-size:18px;font-size:1.8rem;font-weight:bold;line-height:22px;}.kennisbank-page .items .item .thumbnail{margin-bottom:20px !important;position:relative;}.kennisbank-page .items .item .post_tags{padding:0px;margin-top:22px;}.kennisbank-page .items .item .post_tags li{display:inline-block;}.kennisbank-page .items .item .post_tags li a{border:1px solid #d8d8d8;color:#da030a;text-transform:uppercase;font-size:14px;font-size:1.4rem;padding:3px 5px;font-weight:bold;line-height:19px;padding:2px 12px;margin-right:5px;text-decoration:none;margin-bottom:5px;display:inline-block;}.kennisbank-page .items .item .bottom .left .thumbnail{margin:5px 0px;}.kennisbank-page .items .item .bottom .left .thumbnail img{width:100%;max-height:220px;min-height:220px;object-fit:cover;}.kennisbank-page .items .item .bottom .right p{margin:0px;}.kennisbank-page #nav-posts{margin-top:20px;margin-bottom:20px;overflow:auto;}.kennisbank-page #nav-posts a{text-decoration:none;}.kennisbank-page #nav-posts .btn:before{content:'' !important;}.kennisbank-page #nav-posts .next{float:right;}.kennisbank-page #nav-posts .prev{float:left;}.kennisbank-page .events{margin-top:50px;}.kennisbank-page .events ul{padding-left:0;margin:0;margin-top:25px;}.kennisbank-page .events .title{color:#040e08;font-size:22px;font-weight:bold;line-height:30px;display:inline-block;width:100%;padding-bottom:16px;border-bottom:1px solid #9797974f;}.kennisbank-page .events li{margin-bottom:25px;display:flex;justify-content:end;align-items:center;justify-content:flex-start;}.kennisbank-page .events li a{padding-left:20px;display:table-cell;}.kennisbank-page .events li a span{display:inline-block;width:100%;font-size:16px;font-weight:bold;line-height:22px;color:#e30316;}.kennisbank-page .events .date{display:inline-block;float:left;text-align:center;padding-right:20px;border-right:1px solid #9797974f;}.kennisbank-page .events .dag{display:block;font-size:40px;font-weight:600;line-height:55px;color:#040e08;}.kennisbank-page .events .maand{display:block;font-size:16px;line-height:22px;color:#040e08;}.kennisbank-page .events .more{border-radius:4px;background-color:#e30316;color:#fff;display:inline-block;width:100%;font-size:16px;font-weight:bold;line-height:22px;text-align:center;padding:14px 0;}.tax-referenties-tags .item.hightlight:first-of-type,.tax-referenties_categories .item.hightlight:first-of-type{grid-column:span 1 !important;}.tax-referenties-tags .item.hightlight:first-of-type .left,.tax-referenties_categories .item.hightlight:first-of-type .left{width:100% !important;float:left;}.tax-referenties-tags .item.hightlight:first-of-type .left .thumbnail,.tax-referenties_categories .item.hightlight:first-of-type .left .thumbnail{margin:5px 0px !important;}.tax-referenties-tags .item.hightlight:first-of-type .left .thumbnail img,.tax-referenties_categories .item.hightlight:first-of-type .left .thumbnail img{max-height:220px !important;min-height:220px !important;height:220px !important;}.tax-referenties-tags .item.hightlight:first-of-type .right,.tax-referenties_categories .item.hightlight:first-of-type .right{width:100% !important;padding-left:0 !important;}.tax-referenties-tags .item.hightlight:first-of-type .right .description,.tax-referenties_categories .item.hightlight:first-of-type .right .description{display:none !important;visibility:hidden !important;}.tax-referenties-tags .item.hightlight:first-of-type .right .top h3,.tax-referenties_categories .item.hightlight:first-of-type .right .top h3{line-height:22px !important;font-size:18px !important;font-size:1.8rem !important;}.referenties-page h1{margin-bottom:32px !important;}.referenties-page .referenties-filter{display:flex;}.referenties-page .facetwp-load-more{margin-top:50px;padding:15px 0;width:100%;border:0;border-radius:4px;background-color:#2424240f;color:#e30316;font-family:"Open Sans";font-size:16px;font-weight:bold;line-height:22px;}.referenties-page .breadcrumbs{margin-top:20px;text-transform:uppercase;}.referenties-page .two_third{padding-top:0px !important;}.referenties-page .two_third img{height:auto;max-height:380px;object-fit:cover;border-radius:4px;}@media only screen and (min-width: 768px){.referenties-page .items .grid,.referenties-page .items .facetwp-template{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;}}.referenties-page .items .item.hightlight:first-of-type .left{width:48%;float:left;}.referenties-page .items .item.hightlight:first-of-type .left .thumbnail{margin:0;margin-bottom:0 !important;}.referenties-page .items .item.hightlight:first-of-type .left .thumbnail img{height:400px;max-height:400px !important;}.referenties-page .items .item.hightlight:first-of-type .right{width:50%;float:left;padding-left:40px;}.referenties-page .items .item.hightlight:first-of-type .description{display:block;visibility:visible;font-size:16px;font-weight:600;line-height:27px !important;}.referenties-page .items .item.hightlight:first-of-type .post_tags{display:inline-block;width:100%;}.referenties-page .items .item.hightlight .description{display:none;visibility:hidden;}.referenties-page .items .item .top .date{font-size:14px;font-size:1.4rem;line-height:19px;color:#242424;opacity:0.5;}.referenties-page .items .item .top h3{margin:0px;font-size:18px;font-size:1.8rem;font-weight:bold;line-height:22px;}.referenties-page .items .item .thumbnail{margin-bottom:20px !important;position:relative;}.referenties-page .items .item .post_tags{padding:0px;margin-top:22px;}.referenties-page .items .item .post_tags li{display:inline-block;}.referenties-page .items .item .post_tags li a{border:1px solid #d8d8d8;color:#da030a;text-transform:uppercase;font-size:14px;font-size:1.4rem;padding:3px 5px;font-weight:bold;line-height:19px;padding:2px 12px;margin-right:5px;text-decoration:none;margin-bottom:5px;display:inline-block;}.referenties-page .items .item .bottom h3{font-size:24px;line-height:33px;}.referenties-page .items .item .bottom .left .thumbnail{margin:5px 0px;}.referenties-page .items .item .bottom .left .thumbnail img{width:100%;max-height:220px;min-height:220px;object-fit:cover;}.referenties-page .items .item .bottom .right p{margin:0px;}.referenties-page #nav-posts{margin-top:20px;margin-bottom:20px;overflow:auto;}.referenties-page #nav-posts a{text-decoration:none;}.referenties-page #nav-posts .btn:before{content:'' !important;}.referenties-page #nav-posts .next{float:right;}.referenties-page #nav-posts .prev{float:left;}.referenties-page .events{margin-top:50px;}.referenties-page .events ul{padding-left:0;margin:0;margin-top:25px;}.referenties-page .events .title{color:#040e08;font-size:22px;font-weight:bold;line-height:30px;display:inline-block;width:100%;padding-bottom:16px;border-bottom:1px solid #9797974f;}.referenties-page .events li{margin-bottom:25px;display:flex;justify-content:end;align-items:center;justify-content:flex-start;}.referenties-page .events li a{padding-left:20px;display:table-cell;}.referenties-page .events li a span{display:inline-block;width:100%;font-size:16px;font-weight:bold;line-height:22px;color:#e30316;}.referenties-page .events .date{display:inline-block;float:left;text-align:center;padding-right:20px;border-right:1px solid #9797974f;}.referenties-page .events .dag{display:block;font-size:40px;font-weight:600;line-height:55px;color:#040e08;}.referenties-page .events .maand{display:block;font-size:16px;line-height:22px;color:#040e08;}.referenties-page .events .more{border-radius:4px;background-color:#e30316;color:#fff;display:inline-block;width:100%;font-size:16px;font-weight:bold;line-height:22px;text-align:center;padding:14px 0;}.primary-nav{display:none;}@media only screen and (min-width: 960px){.primary-nav{display:block;}}.primary-nav__menu-container{position:relative;display:flex;align-items:center;}.primary-nav__menu-items{display:flex;list-style:none;margin:0;padding:0;margin-right:20px;}.primary-nav__menu-item{position:relative;display:flex;align-items:center;padding-top:8px;padding-bottom:8px;font-size:14px;padding-right:10px;padding-left:10px;transition:all 0.2s ease-out;font-weight:600;cursor:pointer;}@media only screen and (min-width: 1180px){.primary-nav__menu-item{font-size:15px;padding-right:12px;padding-left:12px;}}@media only screen and (min-width: 1440px){.primary-nav__menu-item{font-size:16px;padding-right:16px;padding-left:16px;}}.primary-nav__menu-item--has-dropdown i{margin-left:6px;font-size:18px;color:#cecece;transform:translateY(1px);}.primary-nav__menu-item a{color:#101010;text-decoration:none;white-space:nowrap;}.primary-nav__menu-item a:hover{text-decoration:underline;}.primary-nav__menu-item.active-menu-item:after{content:"";position:absolute;bottom:-41px;left:0;width:100%;height:3px;background:#111015;}@media mw_large_full{.primary-nav__menu-item.active-menu-item:after{bottom:-28px;}}.primary-nav .btn--search{display:none;position:relative;z-index:101;}@media only screen and (min-width: 960px){.primary-nav .btn--search{display:block;}}.primary-nav .btn--search .fa-search,.primary-nav .btn--search .fa-times{width:18px;text-align:center;font-size:16px;color:#101010;vertical-align:middle;}.primary-nav__dropdown{position:absolute;left:0;z-index:1;transform:translateZ(0);will-change:transform;transform:translateY(20px);transition:transform .3s;}.primary-nav__dropdown-container{position:absolute;top:41px;left:0;width:100vw;visibility:hidden;transform:translateZ(0);will-change:transform, width, height, top;transition:visibility .3s, top .3s;}.primary-nav__dropdown-container:after{content:"";position:absolute;bottom:-7px;height:7px;width:100%;background-position:center center;background-repeat:no-repeat;background-size:1814px 7px;}.primary-nav__dropdown-container > ul{position:relative;z-index:1;height:100%;width:100%;margin:0;padding:0;overflow:hidden;}.primary-nav__dropdown-item{position:absolute;left:0;top:0;opacity:0;visibility:hidden;width:100%;transition:opacity .3s, visibility .3s;}.primary-nav__dropdown-item.active-menu-item{opacity:1;visibility:visible;}.primary-nav__dropdown-item.move-left .primary-nav__dropdown-item-inner{transform:translateX(-100px);}.primary-nav__dropdown-item.move-right .primary-nav__dropdown-item-inner{transform:translateX(100px);}.primary-nav__dropdown-item-inner{display:flex;flex-wrap:wrap;border-top:1px solid #e2e1e1;padding-top:40px;width:100%;transition:transform .3s;}.primary-nav__dropdown-sidebar{margin-bottom:40px;width:280px;transition:width 0.3s ease-out;}@media only screen and (min-width: 1180px){.primary-nav__dropdown-sidebar{width:350px;}}.primary-nav__dropdown-sidebar ul{margin:0;padding:0;list-style:none;}.primary-nav__dropdown-sidebar ul li{display:flex;align-items:center;justify-content:space-between;height:60px;padding:12px 24px;margin-bottom:12px;border-radius:6px;font-size:16px;line-height:1;font-weight:600;color:#101010;cursor:pointer;border:1px solid #e1e1e1;transition:all 0.2s ease-out;}.primary-nav__dropdown-sidebar ul li:last-child{margin:0;}.primary-nav__dropdown-sidebar ul li.active{background:#eaeaea;}.primary-nav__dropdown-sidebar ul li.featured-title{background:#d6121a;color:#fff;}.primary-nav__dropdown-sidebar ul li.featured-title.active{background:#fff;color:#d6121a;border:1px solid #d6121a;}.primary-nav__dropdown-sidebar ul li i{font-size:16px;}.primary-nav__dropdown-content{flex:1;padding-bottom:40px;margin-left:60px;}.primary-nav__dropdown-content-inner{display:none;}.primary-nav__dropdown-content-inner.active{display:block;}.primary-nav__dropdown-content-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:40px;}.primary-nav__dropdown-content-grid__submenu-title{font-size:16px;font-weight:bold;color:#101010;margin-bottom:10px;}.primary-nav__dropdown-content-grid__column{display:flex;flex-direction:column;min-height:350px;}.primary-nav__dropdown-content-grid__column .post-image{background-size:cover;background-position:center center;width:100%;height:150px;border-radius:6px;margin-bottom:16px;}.primary-nav__dropdown-content-grid__column .post-content{overflow:hidden;}.primary-nav__dropdown-content-grid__column .post-content .post-title{font-size:16px;font-size:1.6rem;color:#111015;font-weight:bold;line-height:22px;}.primary-nav__dropdown-content-grid__column .post-content .post-date{font-size:13px;font-size:1.3rem;font-weight:400;color:#111015;opacity:0.6;margin-top:-4px;}.primary-nav__dropdown-content-grid__column .post-content .post-description{font-size:14px;font-size:1.4rem;font-weight:normal;line-height:22px;margin:10px 0;color:#6b6b6b;}.primary-nav__dropdown-content-grid__column .post-content a{color:#da030a;font-weight:bold;margin-top:12px;font-size:14px;font-size:1.4rem;text-decoration:none;}.primary-nav__dropdown-content-grid__column .post-content a i{margin-left:8px;vertical-align:middle;}.primary-nav__dropdown-content-grid__column .close-menu{display:flex;justify-content:flex-end;margin:-10px 0 20px;}.primary-nav__dropdown-content-grid__column .close-menu:hover{cursor:pointer;}.primary-nav__dropdown-content-grid__column .close-menu i{font-size:24px;}.primary-nav__dropdown-content-item{text-decoration:none;font-size:16px;font-weight:600;color:#000;margin:8px 0;line-height:1.2;display:flex;align-items:center;}.primary-nav__dropdown-content-item.featured-title{color:#da030a;}.primary-nav__dropdown-content-item:hover span{text-decoration:underline;}.primary-nav__dropdown-content-item i{margin-right:16px;color:#cecece;font-size:16px;}.primary-nav__dropdown-bar{width:100%;padding:20px 0;border-top:1px solid #e2e1e1;font-size:18px;line-height:1;font-weight:600;color:#da030a;text-align:right;}.primary-nav__dropdown-bar a{text-decoration:none;}.primary-nav__dropdown-bar a:hover{text-decoration:underline;}.primary-nav__dropdown-bar a i{margin-left:6px;font-size:16px;transform:translateY(1px);}.primary-nav__dropdown-break{flex-basis:100%;height:0;}.primary-nav.is-dropdown-visible .primary-nav__dropdown{transform:translateY(0);}.primary-nav.is-dropdown-visible .primary-nav__dropdown-container{visibility:visible;transition:transform .3s, width .3s, height .3s;}.primary-nav__dropdown-bg{position:absolute;top:0;left:0;height:1px;width:100%;background:#fff;opacity:0;transition:opacity .3s;transform-origin:top left;transform:translateZ(0);will-change:transform;backface-visibility:hidden;}.primary-nav.is-dropdown-visible .primary-nav__dropdown-bg{opacity:1;transition:height .3s, opacity .3s;}.primary-nav .header-search{visibility:hidden;position:absolute;top:0;right:80px;bottom:0;left:0;display:flex;justify-content:flex-end;background:var(--c-global-bg);transform:translateX(24px);}@media only screen and (min-width: 960px){.primary-nav .header-search{right:40px;left:-20px;}}.primary-nav .header-search__submit{font-size:18px;margin:1px 0 0 0;padding:0;border:0;background:none;color:var(--c-gray-500);cursor:pointer;}.primary-nav .header-search__input{font-size:18px;width:100%;height:100%;padding-right:12px;padding-left:12px;color:#262626;border:0;z-index:100;outline:none;}.primary-nav .header-search__input::-webkit-search-decoration,.primary-nav .header-search__input::-webkit-search-cancel-button,.primary-nav .header-search__input::-webkit-search-results-button,.primary-nav .header-search__input::-webkit-search-results-decoration{-webkit-appearance:none;}.primary-nav .header-search__input::placeholder{color:#b6b6b6;}.search-back{position:fixed;bottom:0;left:0;width:100%;height:34px;padding:0 20px;font-size:14px;font-size:1.4rem;background:#f0f0f0;color:#4a4a4a;line-height:34px;text-align:center;display:block;font-weight:500;z-index:400;}.search-back:hover{text-decoration:none;}#cookie-notice{background:#e2e1e1 !important;border-top:1px solid #ebebeb;}#cookie-notice #cn-notice-text{display:inline-block;vertical-align:top;line-height:25px;color:#4a4a4a;}#cookie-notice #cn-accept-cookie{display:inline-block;padding:8px 24px !important;font-weight:600;font-size:14px !important;font-size:1.4rem !important;text-align:center;text-decoration:none;color:#fff !important;line-height:25px;background:#111015;border:0;text-transform:uppercase;transition:.2s all;}#cookie-notice #cn-accept-cookie:after{font-family:"FontAwesome";font-display:auto;content:"\f178";font-size:14px;margin-left:8px;}#cookie-notice #cn-accept-cookie:focus{outline:none;}#cookie-notice #cn-accept-cookie.btn-small{font-size:15px !important;font-size:1.5rem !important;}#cookie-notice #cn-accept-cookie.btn-large{font-size:22px !important;font-size:2.2rem !important;font-weight:bold;line-height:41px;padding:0 25px;}#cookie-notice #cn-accept-cookie.btn-large i{font-size:18px;font-size:1.8rem;line-height:41px;padding-left:8px;}#cookie-notice #cn-accept-cookie i{vertical-align:top;line-height:35px;padding-left:6px;font-size:16px;font-size:1.6rem;-webkit-transition:padding 0.2s ease-out;-moz-transition:padding 0.2s ease-out;-o-transition:padding 0.2s ease-out;transition:padding 0.2s ease-out;}#cookie-notice #cn-accept-cookie:hover{background:#29282c;}#cookie-notice #cn-accept-cookie.fa-before i{padding-left:0;padding-right:6px;}#cookie-notice #cn-accept-cookie a{color:#fff !important;}#cookie-notice #cn-more-info{display:inline-block;padding:8px 24px !important;font-weight:600;font-size:14px !important;font-size:1.4rem !important;text-align:center;text-decoration:none;color:#fff !important;line-height:25px;background:#da030a;border:0;text-transform:uppercase;transition:.2s all;padding:5px 20px 5px 20px;background:#58595b;border:1px solid #58595b;}#cookie-notice #cn-more-info:after{font-family:"FontAwesome";font-display:auto;content:"\f178";font-size:14px;margin-left:8px;}#cookie-notice #cn-more-info:focus{outline:none;}#cookie-notice #cn-more-info.btn-small{font-size:15px !important;font-size:1.5rem !important;}#cookie-notice #cn-more-info.btn-large{font-size:22px !important;font-size:2.2rem !important;font-weight:bold;line-height:41px;padding:0 25px;}#cookie-notice #cn-more-info.btn-large i{font-size:18px;font-size:1.8rem;line-height:41px;padding-left:8px;}#cookie-notice #cn-more-info i{vertical-align:top;line-height:35px;padding-left:6px;font-size:16px;font-size:1.6rem;-webkit-transition:padding 0.2s ease-out;-moz-transition:padding 0.2s ease-out;-o-transition:padding 0.2s ease-out;transition:padding 0.2s ease-out;}#cookie-notice #cn-more-info:hover{background:#de1c23;}#cookie-notice #cn-more-info.fa-before i{padding-left:0;padding-right:6px;}#cookie-notice #cn-more-info a{color:#fff !important;}#cookie-notice #cn-more-info:hover{background-color:#fff !important;color:#58595b !important;}#cookie-notice #cn-accept-cookie,#cookie-notice #cn-more-info{font-size:15px !important;font-size:1.5rem !important;padding:5px 12px;line-height:15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.page-intro p.breadcrumbs,p.breadcrumbs{margin:0;font-weight:500;font-size:14px;font-size:1.4rem;}.page-intro p.breadcrumbs a,p.breadcrumbs a{color:#b0b0b1;text-decoration:none;vertical-align:top;}.page-intro p.breadcrumbs a:hover,p.breadcrumbs a:hover{text-decoration:underline;}.page-intro p.breadcrumbs span,p.breadcrumbs span{font-weight:600;}.page-intro p.breadcrumbs .seperator,p.breadcrumbs .seperator{padding:0 5px;color:#111015;}.main-content{margin-top:30px;margin-bottom:30px;}@media only screen and (min-width: 960px){.main-content{margin-bottom:50px;}}.main-content .page-intro{margin-bottom:20px;}.main-content .page-intro h1{margin:0;}.main-content .page-intro + p{margin:20px 0 0;font-size:18px;font-size:1.8rem;line-height:28px;color:#555;}.main-content .page-intro .page-intro-subtitle{margin:5px 0 40px;font-size:14px;font-size:1.4rem;font-weight:500;}.main-content .page-intro .page-intro-subtitle .term:after{content:"|";padding:0 6px;}.main-content .page-intro .page-intro-subtitle .term:last-child:after{content:none;}.sidebar{position:relative;margin-top:30px;margin-bottom:30px;padding-top:0;z-index:200;-webkit-transition:padding 0.2s ease-out;-moz-transition:padding 0.2s ease-out;-o-transition:padding 0.2s ease-out;transition:padding 0.2s ease-out;}@media only screen and (min-width: 960px){.sidebar.show_related_menu{margin-top:-56px;}.sidebar.show_related_menu.no-slideshow{margin-top:30px;}.sidebar.is_stuck{padding-top:0;}.sidebar.is_stuck.vertical-menu-open{padding-top:40px;}.sidebar.is_stuck.sticky-single-nav{padding-top:46px;}.sidebar.is_stuck.sticky-single-nav.vertical-menu-open{padding-top:86px;}.sidebar.is_stuck.show_related_menu{margin-top:30px;}}.wysiwyg-content > *:first-child{margin-top:0 !important;}.wysiwyg-content > *:last-child{margin-bottom:0 !important;}.wysiwyg-content h2{font-size:24px;font-size:2.4rem;}.wysiwyg-content h3{font-size:20px;font-size:2rem;margin-bottom:5px;color:#da030a;}.wysiwyg-content h3 + p{margin-top:5px;}.wysiwyg-content h4{font-size:16px;font-size:1.6rem;margin-bottom:5px;color:#da030a;}.wysiwyg-content h4 + p{margin-top:5px;}.wysiwyg-content p,.wysiwyg-content ul,.wysiwyg-content ol{font-size:16px;font-size:1.6rem;}.wysiwyg-content p li,.wysiwyg-content ul li,.wysiwyg-content ol li{position:relative;list-style:none;margin-bottom:5px;}.wysiwyg-content p strong,.wysiwyg-content ul strong,.wysiwyg-content ol strong{font-weight:700;}.wysiwyg-content ol{counter-reset:custom-counter;}.wysiwyg-content ol li:before{content:counter(custom-counter);counter-increment:custom-counter;position:absolute;top:1px;left:-1.5em;font-size:14px;font-size:1.4rem;color:#111015;font-weight:bold;}.wysiwyg-content ul{counter-reset:custom-counter;}.wysiwyg-content ul li:before{content:"\f111";font-family:'FontAwesome';font-display:auto;position:absolute;top:1.6em;left:-2.8em;font-size:7px;font-size:0.7rem;color:#111015;}.wysiwyg-content blockquote{margin-left:0;font-size:18px;font-size:1.8rem;color:#da030a;}.post_tags span:first-of-type{font-size:16px;}.post_tags .tag{color:#da030a !important;background-color:#ffebec !important;text-transform:uppercase;font-size:12px !important;padding:3px 5px !important;font-weight:bold !important;line-height:12px;padding:2px 12px;margin-right:5px;letter-spacing:normal !important;color:#fff !important;}.reference_block{margin:15px 0px;}.reference_block .quote{color:#da030a;display:block;font-style:italic;font-size:22px;font-size:2.2rem;line-height:26px;font-weight:200;}.reference_block .ondertitel{color:#da030a;display:block;margin-top:10px;}.reference_block a{display:inline-block;}.tag_posts{margin:40px 0px;}.tag_posts .item{display:inline-block;margin-bottom:40px;}@media only screen and (min-width: 768px){.tag_posts .item .left{width:40%;display:inline-block;vertical-align:top;padding-right:30px;}}.tag_posts .item .left img{width:100%;height:100%;max-height:200px;object-fit:cover;margin-bottom:20px;}@media only screen and (min-width: 768px){.tag_posts .item .left img{margin-bottom:0px;}}@media only screen and (min-width: 768px){.tag_posts .item .right{width:59%;display:inline-block;vertical-align:top;}}.tag_posts .item .right h4{margin-top:0px;}.tag_posts .item .right p{margin:0px;}.person img{max-width:47%;display:block;}#gform_wrapper_15 ul.gform_fields li.gfield{width:100%;}.widget-tekst{overflow:hidden;}.widget-tekst .widget-header{padding:0 !important;}.widget-tekst .widget-header img{margin-bottom:10px;}.widget-tekst .widget-content p{font-size:15px;font-size:1.5rem;line-height:26px;}.widget-contact{position:relative;overflow:visible;}.widget-contact .widget-content{position:relative;padding:0 30px 30px;z-index:2;}.widget-contact .widget-content p{font-size:15px;font-size:1.5rem;line-height:26px;}.widget-contact .widget-content #widget-contact-phonelabel,.widget-contact .widget-content #widget-contact-phone{margin-right:0;}.widget-contact .widget-content #widget-contact-phonelabel.hide,.widget-contact .widget-content #widget-contact-phone.hide{display:none;visibility:hidden;}@media only screen and (min-width: 768px){.gform_wrapper ul li{display:inline-block;width:50%;}.gform_wrapper ul li .ginput_container .medium{width:100% !important;}.gform_wrapper #field_9_3{width:100% !important;}}#field_8_1{width:100% !important;}.widget-formulier{position:relative;overflow:visible;margin-top:30px;border:6px solid #fff;}.widget-formulier header{font-size:24px;font-size:2.4rem;color:#fff;background:#333;font-weight:600;line-height:30px;padding:28px 24px;border-top-left-radius:12px;border-top-right-radius:12px;}.widget-formulier #input_8_1{font-size:13px;padding:12px 0px 12px 12px;background-color:#d7d7d7;color:#333237 !important;text-transform:uppercase;font-style:italic;line-height:13px;border:none !important;border-radius:0px !important;}.widget-formulier #gform_submit_button_8{background-color:#58595b;border-radius:0px;font-size:13px !important;padding:7px 15px;margin-top:10px;}.widget-formulier .gfield_required{display:none;}.widget-formulier #field_8_1 label{font-size:16px;font-size:1.6rem;font-weight:300;margin-bottom:10px;}.widget-formulier .widget-content{position:relative;padding:0 30px 30px;z-index:2;}.widget-formulier .widget-content p{font-size:15px;font-size:1.5rem;line-height:26px;}.widget-formulier .widget-content .gform_wrapper{max-width:100%;margin:0;}.widget-formulier .widget-content .gfield{margin-top:0;display:block;width:100%;}.widget-formulier .widget-content .gfield input,.widget-formulier .widget-content .gfield textarea{display:block;width:100% !important;padding-left:5px;outline:none;border:1px solid #ebebeb !important;background:#f0f0f0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}.widget-formulier .widget-content .gform_footer{margin-top:0 !important;}.widget-formulier .widget-content .gform_footer input[type=submit]{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.widget-formulier .widget-content .gform_confirmation_message{color:#a6cc3c;font-weight:bold;line-height:20px;}.widget-carousel{position:relative;background-color:#333;padding:40px 32px;color:#fff;border-radius:12px;}.widget-carousel + .widget{margin-top:30px;}@media only screen and (min-width: 1180px){.widget-carousel + .widget{margin-top:40px;}}.widget-carousel .widget-title{font-size:18px;font-size:1.8rem;font-weight:bold;}.widget-carousel .owl-item .title{margin-top:12px;font-size:24px;font-size:2.4rem;line-height:28px;}.widget-carousel .owl-item p{font-size:15px;font-size:1.5rem;line-height:26px;}.widget-carousel #carousel-custom-dots{margin:24px 0;zoom:1;counter-reset:custom-counter;}.widget-carousel #carousel-custom-dots:before{content:'';display:block;}.widget-carousel #carousel-custom-dots:after{content:'';display:table;clear:both;}.widget-carousel #carousel-custom-dots .owl-dot{float:left;margin-right:8px;width:20px;height:20px;background:#fff;border:2px solid #060606;color:#060606;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}.widget-carousel #carousel-custom-dots .owl-dot:before{content:counter(custom-counter);counter-increment:custom-counter;display:block;line-height:16px;text-align:center;font-size:13px;font-weight:bold;}.widget-carousel #carousel-custom-dots .owl-dot.active{background:#d0021b;border:0;}.widget-carousel #carousel-custom-dots .owl-dot.active:before{color:#fff;line-height:20px;}.widget-carousel #carousel-custom-dots .owl-dot:last-child{margin-right:0;}.widget-lijst{overflow:hidden;}.widget-lijst header{font-size:20px;font-size:2rem;color:#fff;background:#333;font-weight:600;line-height:30px;padding:28px 24px;border-top-left-radius:12px;border-top-right-radius:12px;}.widget-lijst .widget-content{padding:28px 24px;background-color:#fef6f7;border-bottom-left-radius:12px;border-bottom-right-radius:12px;}.widget-lijst .widget-content ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;grid-gap:20px;}.widget-lijst .widget-content ul li{display:flex;grid-gap:20px;padding-bottom:20px;border-bottom:1px solid #fff;}.widget-lijst .widget-content ul li:last-of-type{padding-bottom:0;border:none;}.widget-lijst .widget-content ul li img{height:64px;border-radius:50%;}.widget-lijst .widget-content ul li h3{font-size:18px;margin:0;}.widget-lijst .widget-content ul li p{font-size:14px;margin:4px 0 0 0;}.widget-lijst .widget-content ul li a{font-size:14px;}.widget{margin-top:20px;}@media only screen and (min-width: 1180px){.widget{margin-top:30px;}}.widget-tekst,.widget-contact,.widget-formulier{overflow:hidden;}.widget-tekst .widget-header,.widget-contact .widget-header,.widget-formulier .widget-header{padding:28px 24px;color:#fff;}.widget-tekst .widget-header.no-bg,.widget-contact .widget-header.no-bg,.widget-formulier .widget-header.no-bg{background:none;padding-top:20px;padding-bottom:0;}.widget-tekst .widget-header .widget-title,.widget-contact .widget-header .widget-title,.widget-formulier .widget-header .widget-title{margin:0;font-size:20px;font-size:2rem;line-height:20px;font-weight:600;}.widget-tekst .widget-header .widget-title a,.widget-contact .widget-header .widget-title a,.widget-formulier .widget-header .widget-title a{color:#111015;font-weight:500;text-decoration:none;}.widget-tekst .widget-header .widget-title a:hover,.widget-contact .widget-header .widget-title a:hover,.widget-formulier .widget-header .widget-title a:hover{text-decoration:underline;}.widget-tekst .widget-header .widget-subtitle,.widget-contact .widget-header .widget-subtitle,.widget-formulier .widget-header .widget-subtitle{margin:5px 0 0;font-size:18px;font-size:1.8rem;line-height:18px;font-weight:600;color:#da030a;}.widget-tekst .widget-content,.widget-contact .widget-content,.widget-formulier .widget-content{padding:40px 32px;border:1px solid #f0f0f0;border-bottom-left-radius:12px;border-bottom-right-radius:12px;}.widget-tekst .widget-content p,.widget-contact .widget-content p,.widget-formulier .widget-content p{margin-top:0px;font-size:16px;font-size:1.6rem;font-weight:300;}.widget-meestgelezen{border:6px solid #fff;}.widget-meestgelezen .widget-header .widget-title{margin:0;font-size:22px;font-weight:bold;line-height:30px;padding-bottom:16px;color:#040e08;border-bottom:1px solid #e2e1e1;}.widget-meestgelezen .widget-content .hentry{position:relative;padding:10px 15px 10px 0;zoom:1;}@media only screen and (min-width: 960px){.widget-meestgelezen .widget-content .hentry{display:flex;align-items:center;}}.widget-meestgelezen .widget-content .hentry:before{content:'';display:block;}.widget-meestgelezen .widget-content .hentry:after{content:'';display:table;clear:both;}.widget-meestgelezen .widget-content .hentry .wp-post-image{float:left;margin-right:15px;width:100px;height:80px;object-fit:cover;}.widget-meestgelezen .widget-content .hentry .wp-post-image.bw{-webkit-filter:grayscale(100%);filter:grayscale(100%);}.widget-meestgelezen .widget-content .hentry .post-content{overflow:hidden;}.widget-meestgelezen .widget-content .hentry .post-content a{font-size:14px !important;font-weight:bold !important;line-height:17px;color:#040e08 !important;display:block;text-decoration:none;}.widget-meestgelezen .widget-content .hentry .post-content .post-title,.widget-meestgelezen .widget-content .hentry .post-content .post-content{font-size:14px !important;font-weight:bold !important;line-height:17px;color:#040e08 !important;}.widget-meestgelezen .widget-content .hentry .post-content .post-title:hover,.widget-meestgelezen .widget-content .hentry .post-content .post-content:hover{text-decoration:underline;}.widget-meestgelezen .widget-content .hentry .post-content .post-title:after,.widget-meestgelezen .widget-content .hentry .post-content .post-content:after{content:">";position:absolute;top:50%;right:0;margin-top:-10px;height:20px;line-height:20px;font-size:16px;font-size:1.6rem;font-weight:bold;color:#ebebeb;}.widget-meestgelezen .widget-content .hentry .post-content .post-author,.widget-meestgelezen .widget-content .hentry .post-content .post-count{font-size:13px;font-size:1.3rem;line-height:18px;color:#b6b6b6;}.widget-meestgelezen .widget-content .hentry .post-content .post-author i,.widget-meestgelezen .widget-content .hentry .post-content .post-count i{padding-right:6px;}.btn-primary{display:inline-block;padding:8px 24px !important;font-weight:600;font-size:14px !important;font-size:1.4rem !important;text-align:center;text-decoration:none;color:#fff !important;line-height:25px;background:#111015;border:0;text-transform:uppercase;transition:.2s all;}.btn-primary:after{font-family:"FontAwesome";font-display:auto;content:"\f178";font-size:14px;margin-left:8px;}.btn-primary:focus{outline:none;}.btn-primary.btn-small{font-size:15px !important;font-size:1.5rem !important;}.btn-primary.btn-large{font-size:22px !important;font-size:2.2rem !important;font-weight:bold;line-height:41px;padding:0 25px;}.btn-primary.btn-large i{font-size:18px;font-size:1.8rem;line-height:41px;padding-left:8px;}.btn-primary i{vertical-align:top;line-height:35px;padding-left:6px;font-size:16px;font-size:1.6rem;-webkit-transition:padding 0.2s ease-out;-moz-transition:padding 0.2s ease-out;-o-transition:padding 0.2s ease-out;transition:padding 0.2s ease-out;}.btn-primary:hover{background:#29282c;}.btn-primary.fa-before i{padding-left:0;padding-right:6px;}.btn-primary a{color:#fff !important;}.btn-primary-alt{display:inline-block;padding:8px 24px !important;font-weight:600;font-size:14px !important;font-size:1.4rem !important;text-align:center;text-decoration:none;color:#fff !important;line-height:25px;background:#da030a;border:0;text-transform:uppercase;transition:.2s all;}.btn-primary-alt:after{font-family:"FontAwesome";font-display:auto;content:"\f178";font-size:14px;margin-left:8px;}.btn-primary-alt:focus{outline:none;}.btn-primary-alt.btn-small{font-size:15px !important;font-size:1.5rem !important;}.btn-primary-alt.btn-large{font-size:22px !important;font-size:2.2rem !important;font-weight:bold;line-height:41px;padding:0 25px;}.btn-primary-alt.btn-large i{font-size:18px;font-size:1.8rem;line-height:41px;padding-left:8px;}.btn-primary-alt i{vertical-align:top;line-height:35px;padding-left:6px;font-size:16px;font-size:1.6rem;-webkit-transition:padding 0.2s ease-out;-moz-transition:padding 0.2s ease-out;-o-transition:padding 0.2s ease-out;transition:padding 0.2s ease-out;}.btn-primary-alt:hover{background:#de1c23;}.btn-primary-alt.fa-before i{padding-left:0;padding-right:6px;}.btn-primary-alt a{color:#fff !important;}.btn-secondary{display:inline-block;padding:8px 24px !important;font-weight:600;font-size:14px !important;font-size:1.4rem !important;text-align:center;text-decoration:none;color:#fff !important;line-height:25px;background:#da030a;border:0;text-transform:uppercase;transition:.2s all;padding:5px 20px 5px 20px;background:#58595b;border:1px solid #58595b;}.btn-secondary:after{font-family:"FontAwesome";font-display:auto;content:"\f178";font-size:14px;margin-left:8px;}.btn-secondary:focus{outline:none;}.btn-secondary.btn-small{font-size:15px !important;font-size:1.5rem !important;}.btn-secondary.btn-large{font-size:22px !important;font-size:2.2rem !important;font-weight:bold;line-height:41px;padding:0 25px;}.btn-secondary.btn-large i{font-size:18px;font-size:1.8rem;line-height:41px;padding-left:8px;}.btn-secondary i{vertical-align:top;line-height:35px;padding-left:6px;font-size:16px;font-size:1.6rem;-webkit-transition:padding 0.2s ease-out;-moz-transition:padding 0.2s ease-out;-o-transition:padding 0.2s ease-out;transition:padding 0.2s ease-out;}.btn-secondary:hover{background:#de1c23;}.btn-secondary.fa-before i{padding-left:0;padding-right:6px;}.btn-secondary a{color:#fff !important;}.btn-secondary:hover{background-color:#fff !important;color:#58595b !important;}.btn-contrary{display:inline-block;padding:8px 24px !important;font-weight:600;font-size:14px !important;font-size:1.4rem !important;text-align:center;text-decoration:none;color:#111015 !important;line-height:25px;background:#fff;border:0;text-transform:uppercase;transition:.2s all;}.btn-contrary:after{font-family:"FontAwesome";font-display:auto;content:"\f178";font-size:14px;margin-left:8px;}.btn-contrary:focus{outline:none;}.btn-contrary.btn-small{font-size:15px !important;font-size:1.5rem !important;}.btn-contrary.btn-large{font-size:22px !important;font-size:2.2rem !important;font-weight:bold;line-height:41px;padding:0 25px;}.btn-contrary.btn-large i{font-size:18px;font-size:1.8rem;line-height:41px;padding-left:8px;}.btn-contrary i{vertical-align:top;line-height:35px;padding-left:6px;font-size:16px;font-size:1.6rem;-webkit-transition:padding 0.2s ease-out;-moz-transition:padding 0.2s ease-out;-o-transition:padding 0.2s ease-out;transition:padding 0.2s ease-out;}.btn-contrary:hover{background:#fff;}.btn-contrary.fa-before i{padding-left:0;padding-right:6px;}.btn-contrary a{color:#111015 !important;}.btn-tritary{display:inline-block;padding:8px 24px !important;font-weight:600;font-size:14px !important;font-size:1.4rem !important;text-align:center;text-decoration:none;color:#b6b6b6 !important;line-height:25px;background:#e2e1e1;border:0;text-transform:uppercase;transition:.2s all;}.btn-tritary:after{font-family:"FontAwesome";font-display:auto;content:"\f178";font-size:14px;margin-left:8px;}.btn-tritary:focus{outline:none;}.btn-tritary.btn-small{font-size:15px !important;font-size:1.5rem !important;}.btn-tritary.btn-large{font-size:22px !important;font-size:2.2rem !important;font-weight:bold;line-height:41px;padding:0 25px;}.btn-tritary.btn-large i{font-size:18px;font-size:1.8rem;line-height:41px;padding-left:8px;}.btn-tritary i{vertical-align:top;line-height:35px;padding-left:6px;font-size:16px;font-size:1.6rem;-webkit-transition:padding 0.2s ease-out;-moz-transition:padding 0.2s ease-out;-o-transition:padding 0.2s ease-out;transition:padding 0.2s ease-out;}.btn-tritary:hover{background:#e5e4e4;}.btn-tritary.fa-before i{padding-left:0;padding-right:6px;}.btn-tritary a{color:#b6b6b6 !important;}.btn-attention{display:inline-block;padding:8px 24px !important;font-weight:600;font-size:14px !important;font-size:1.4rem !important;text-align:center;text-decoration:none;color:#fff !important;line-height:25px;background:#ef0b78;border:0;text-transform:uppercase;transition:.2s all;}.btn-attention:after{font-family:"FontAwesome";font-display:auto;content:"\f178";font-size:14px;margin-left:8px;}.btn-attention:focus{outline:none;}.btn-attention.btn-small{font-size:15px !important;font-size:1.5rem !important;}.btn-attention.btn-large{font-size:22px !important;font-size:2.2rem !important;font-weight:bold;line-height:41px;padding:0 25px;}.btn-attention.btn-large i{font-size:18px;font-size:1.8rem;line-height:41px;padding-left:8px;}.btn-attention i{vertical-align:top;line-height:35px;padding-left:6px;font-size:16px;font-size:1.6rem;-webkit-transition:padding 0.2s ease-out;-moz-transition:padding 0.2s ease-out;-o-transition:padding 0.2s ease-out;transition:padding 0.2s ease-out;}.btn-attention:hover{background:#f12386;}.btn-attention.fa-before i{padding-left:0;padding-right:6px;}.btn-attention a{color:#fff !important;}.btn-group{margin-top:-5px;display:flex;flex-wrap:wrap;}.btn-group .btn{margin-right:15px;margin-top:5px;}.btn-group .btn:last-child{margin-right:0;}iframe{max-width:100% !important;}#cookie-law-info-bar{padding:32px;max-width:34rem !important;text-align:left !important;border-radius:0.8rem !important;box-shadow:0 0.8rem 2.8rem 0 rgba(0,0,0,0.1) !important;}#cookie-law-info-bar h5{margin:0;}#cookie-law-info-bar .cookie-notice__content{font-size:14px;margin-top:1em;color:#000;}#cookie-law-info-bar .cookie-notice__buttons{margin-top:1em;}#cookie-law-info-bar .cookie-notice__buttons a.wt-cli-element{margin:0 1em 0 0 !important;}#cookie-law-info-bar .cookie-notice__buttons a.wt-cli-element:last-child{margin-right:0 !important;}#cookie-law-info-bar .cookie-notice__buttons a.cli_settings_button{color:#000;}#cookie-law-info-bar .cookie-notice__buttons a.cli_settings_button:hover{text-decoration:underline;}#cookie-law-info-bar .cookie-notice__buttons a.cli_action_button{background:#111015;border-radius:1em;}.cli-modal-content.cli-bar-popup{padding:40px;border-radius:0.8rem !important;box-shadow:0 0.8rem 2.8rem 0 rgba(0,0,0,0.1) !important;}.cli-modal-content.cli-bar-popup .cli-tab-container h4{font-size:20px;margin:0;}.cli-modal-content.cli-bar-popup .cli-privacy-overview{padding:0;}.cli-modal-content.cli-bar-popup .cli-privacy-content,.cli-modal-content.cli-bar-popup .cli-tab-section,.cli-modal-content.cli-bar-popup .cli-tab-footer{margin-top:24px;padding:0;}.cli-modal-content.cli-bar-popup .cli-privacy-content-text{font-size:16px;color:#000;}.cli-modal-content.cli-bar-popup .cli-tab-container p{font-size:14px;color:#000;}.cli-modal-content.cli-bar-popup .cli_setting_save_button{background:#111015 !important;border-radius:1.8rem;}.cli-modal-content.cli-bar-popup table.cookielawinfo-winter{font-family:'Open Sans', 'Helvetica Neue', 'Verdana', sans-serif;}.cli-modal-content.cli-bar-popup table.cookielawinfo-winter thead th{font-size:14px;color:var(--c-white);background:#111015;}.cli-modal-content.cli-bar-popup table.cookielawinfo-winter tbody td{font-size:14px;color:#000;}div#sf-notification-klantenpopup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.3) !important;display:flex;align-items:center;justify-content:center;z-index:900;padding:1rem;}div#sf-notification-klantenpopup > div{width:100% !important;max-width:60rem;background:#fff;height:auto !important;padding:2em;align-items:flex-start;border-radius:1rem;}div#sf-notification-klantenpopup h4{margin:0;}div#sf-notification-klantenpopup p{font-size:16px;}div#sf-notification-klantenpopup .content ~ div{font-size:20px !important;}div#sf-notification-klantenpopup .content{padding:0;}@media only screen and (min-width: 1280px){.header-container{max-width:1560px !important;}}#header{webkit-transition:all 0.2s ease-out !important;-moz-transition:all 0.2s ease-out !important;-o-transition:all 0.2s ease-out !important;transition:all 0.2s ease-out !important;}.header{position:fixed;top:0;right:0;width:100%;z-index:300;}.header .top-nav{display:none;height:50px;}@media only screen and (min-width: 960px){.header .top-nav{display:block;border-bottom:1px solid #ebebeb;background-color:#fff;z-index:320;position:relative;}.header .top-nav .top-nav-inner{display:flex;align-items:center;justify-content:space-between;height:50px;z-index:330;}.header .top-nav .top-nav-inner .left{display:flex;align-items:center;}.header .top-nav .top-nav-inner .left ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;}.header .top-nav .top-nav-inner .left ul li{display:inline-block;padding-right:16px;}.header .top-nav .top-nav-inner .left ul li a{text-decoration:none;color:#a0a0a0;transition:0.2s;}.header .top-nav .top-nav-inner .left ul li a:hover{color:#101010;opacity:0.8;}.header .top-nav .top-nav-inner .left ul li a i{font-size:16px;font-size:1.6rem;}.header .top-nav .top-nav-inner .left ul li a svg{fill:#a0a0a0;height:16px;width:16px;transition:0.2s;}.header .top-nav .top-nav-inner .left ul li a svg:hover{fill:#101010;opacity:0.8;}.header .top-nav .top-nav-inner .left .phone{text-decoration:none;color:#da030a;font-weight:bold;font-size:16px;font-size:1.6rem;position:relative;padding-right:20px;border-right:1px solid #e3e3e3;}.header .top-nav .top-nav-inner .left .phone:before{content:"";position:absolute;bottom:-2px;right:calc(100%);left:0;height:3px;background:#da030a;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}.header .top-nav .top-nav-inner .left .phone:hover:before{right:20px;}.header .top-nav .top-nav-inner .left .phone i{vertical-align:middle;margin-right:8px;}.header .top-nav .top-nav-inner .left ul{margin-left:20px;}.header .top-nav .top-nav-inner .left ul li a{display:flex;align-items:center;justify-content:center;}.header .top-nav .top-nav-inner .left ul li a i{font-size:16px;}.header .top-nav .top-nav-inner .right ul{padding:0;display:inline-block;position:relative;margin:-18px 12px 0 0;list-style:none;margin:0;}.header .top-nav .top-nav-inner .right ul li{display:inline-block;opacity:1;}.header .top-nav .top-nav-inner .right ul li a{padding:4px 16px;font-weight:700;text-decoration:none;color:#da030a;transition:0.2s;border-right:1px solid #e3e3e3;font-size:15px;}.header .top-nav .top-nav-inner .right ul li a i{font-size:14px;font-size:1.4rem;}.header .top-nav .top-nav-inner .right ul li:last-child{margin:-18px -12px 0 0;}.header .top-nav .top-nav-inner .right ul li:last-child a{border-right:none;}.header .top-nav .top-nav-inner .right ul li.menu-item-has-children>a:hover:before{right:36px;}.header .top-nav .top-nav-inner .right ul li.menu-item-has-children>a:after{content:"\f078";display:inline-block;vertical-align:top;padding-left:4px;font-family:FontAwesome;color:#da030a;font-size:10px;font-size:1rem;vertical-align:middle;}.header .top-nav .top-nav-inner .right .secondary-menu li:hover ul{visibility:visible;opacity:1;right:0;}.header .top-nav .top-nav-inner .right .secondary-menu:hover>li{opacity:0.6;}.header .top-nav .top-nav-inner .right .secondary-menu:hover>li:hover{opacity:1.0;}.header .top-nav .top-nav-inner .right .secondary-menu ul{visibility:hidden;padding:0px;width:100%;position:absolute;opacity:0;z-index:999;display:block;max-width:220px;right:-40px;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;top:30px;box-shadow:0 2px 25px 6px rgba(0,0,0,0);}.header .top-nav .top-nav-inner .right .secondary-menu ul li{display:block;padding:0;font-weight:bold;}.header .top-nav .top-nav-inner .right .secondary-menu ul li:last-child{margin:0;}.header .top-nav .top-nav-inner .right .secondary-menu ul li a{position:relative;display:block;padding:0 15px !important;font-size:14px;font-weight:bold;border-radius:0;background-color:#ffebec;text-decoration:none;margin:0;line-height:40px;}.header .top-nav .top-nav-inner .right .secondary-menu ul li a:hover{background-color:#ffcfd1;}}.header.header--sticky,.header.header--ready.header--not-top{position:fixed;}.header.header--not-top{-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);-moz-box-shadow:0 0 5px rgba(0,0,0,0.2);box-shadow:0 0 5px rgba(0,0,0,0.2);}.header.header--not-top .header{-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);-moz-box-shadow:0 0 5px rgba(0,0,0,0.2);box-shadow:0 0 5px rgba(0,0,0,0.2);}@media only screen and (min-width: 960px){.header.header--not-top{margin-top:-60px;}}.header.header--sticky-small .header-bar{background:#fff;padding:0;}.header.header--sticky-small .header-bar .logo{margin:10px 0;}.header.header--sticky-small .header-bar .logo .logo-img{height:32px;}.header.header--sticky-small .header-bar .primary-menu{margin:8px 0;}.header .header-bar{position:relative;height:100px;z-index:302;background-color:#fff;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}@media only screen and (min-width: 960px){.header .header-bar{height:130px;}}.header .header-bar .container{display:flex;justify-content:space-between;align-items:center;position:static;height:100%;}.header .header-bar .container:before,.header .header-bar .container:after{content:none;}.header .header-bar .logo{-webkit-transition:margin 0.2s ease-out;-moz-transition:margin 0.2s ease-out;-o-transition:margin 0.2s ease-out;transition:margin 0.2s ease-out;}.header .header-bar .logo .logo-img{display:block;width:auto;height:50px;-webkit-transition:height 0.2s ease-out;-moz-transition:height 0.2s ease-out;-o-transition:height 0.2s ease-out;transition:height 0.2s ease-out;}@media only screen and (min-width: 960px){.header .header-bar .logo{margin:20px 0;}.header .header-bar .logo .logo-img{height:40px;}}@media only screen and (min-width: 1180px){.header .header-bar .logo .logo-img{height:60px;}}.header .header-bar .nav-btn-toggle{margin:5px 0;height:50px;width:50px;line-height:50px;text-align:center;color:#4a4a4a;background:#e2e1e1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-size:18px;font-size:1.8rem;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}.header .header-bar .nav-btn-toggle:hover{background:#ebebeb;}@media only screen and (min-width: 960px){.header .header-bar .nav-btn-toggle{display:none;visibility:hidden;}}.header .header-notification{position:relative;z-index:303;background:#e2f1f8;color:#266381;}.header .header-notification .btn{background:#266381 !important;color:#fff !important;}.header .header-notification.header-notification-alert{background:#feed96;color:#222;}.header .header-notification.header-notification-alert .btn{background:#000 !important;color:#fff !important;}.header .header-notification .container{padding-right:50px;}@media only screen and (min-width: 1180px){.header .header-notification .container{padding-right:20px;}}.header .header-notification .text{padding:4px 0;font-size:16px;font-size:1.6rem;line-height:22px;}.header .header-notification .close-notification{position:absolute;top:10px;right:10px;background:#fff;width:30px;height:30px;line-height:30px;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}@media only screen and (min-width: 768px){.header .header-notification{text-align:center;}.header .header-notification .text{display:inline-block;font-size:18px;font-size:1.8rem;}.header .header-notification .btn{margin-left:15px;}}.header-menu__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.2);opacity:0;visibility:hidden;z-index:210;transition:.2s opacity ease-out;}.header-image,.acf-map{margin-top:0;position:relative;min-height:200px;height:30vh;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}.header-image.with_caption,.acf-map.with_caption{min-height:400px;}.header-image.small,.acf-map.small{max-height:300px;}.header-image.full,.acf-map.full{min-height:600px;height:50vh;}@media only screen and (min-width: 480px){.header-image.normal,.acf-map.normal{height:40vh;min-height:460px;margin:0 auto;}.header-image.full,.acf-map.full{height:70vh;min-height:400px;max-height:600px;}}.header-image .slide-img,.acf-map .slide-img{width:100%;height:100%;background-repeat:no-repeat;border-radius:8px;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}.header-image .slide-img.align_middle,.acf-map .slide-img.align_middle{background-position:center center;}.header-image .slide-img.align_top,.acf-map .slide-img.align_top{background-position:top center;}.header-image .slide-img.align_bottom,.acf-map .slide-img.align_bottom{background-position:bottom center;}.header-image .slide-img .container,.acf-map .slide-img .container{height:100%;display:table;}.header-image .slide-img .caption_wrap,.acf-map .slide-img .caption_wrap{display:table-cell;vertical-align:middle;padding:20px 0;}.header-image .slide-img .slide-caption,.acf-map .slide-img .slide-caption{color:#555;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}@media only screen and (min-width: 768px){.header-image .slide-img .slide-caption,.acf-map .slide-img .slide-caption{padding:0px;bottom:50px;}}@media only screen and (min-width: 960px){.header-image .slide-img .slide-caption,.acf-map .slide-img .slide-caption{max-width:48%;}}.header-image .slide-img .slide-caption .title,.acf-map .slide-img .slide-caption .title{font-size:28px;font-size:2.8rem;line-height:40px;font-family:'Open Sans', 'Helvetica Neue', 'Verdana', sans-serif, 'Helvetica Neue', 'Verdana', sans-serif;font-display:auto;color:#fff;-webkit-transition:font-size 0.2s ease-out;-moz-transition:font-size 0.2s ease-out;-o-transition:font-size 0.2s ease-out;transition:font-size 0.2s ease-out;font-weight:bold;visibility:inherit;transition:none;text-align:inherit;border-width:0px;padding:0px;min-height:0px;min-width:0px;max-height:none;max-width:none;opacity:1;margin-bottom:20px;}@media only screen and (min-width: 480px){.header-image .slide-img .slide-caption .title,.acf-map .slide-img .slide-caption .title{font-size:38px;font-size:3.8rem;}}.header-image .slide-img .slide-caption p,.acf-map .slide-img .slide-caption p{font-size:16px;font-size:1.6rem;margin:10px 0 0;color:#fff;-webkit-transition:font-size 0.2s ease-out;-moz-transition:font-size 0.2s ease-out;-o-transition:font-size 0.2s ease-out;transition:font-size 0.2s ease-out;line-height:28px;font-weight:400;letter-spacing:0px;font-family:"Open Sans";font-display:auto;visibility:inherit;transition:none;text-align:inherit;border-width:0px;padding:0px;min-height:0px;min-width:0px;max-height:none;max-width:none;opacity:1;font-family:'Open Sans', sans-serif !important;}@media only screen and (min-width: 480px){.header-image .slide-img .slide-caption p,.acf-map .slide-img .slide-caption p{font-size:18px;font-size:1.8rem;}}@media only screen and (min-width: 960px){.header-image .slide-img .slide-caption p,.acf-map .slide-img .slide-caption p{line-height:32px;}}.header-image .slide-img .slide-caption .btn,.acf-map .slide-img .slide-caption .btn{margin-top:24px;padding:5px 35px 5px 35px;text-transform:uppercase;background-color:#d6121a !important;color:white !important;border-color:#d6121a;border:1px solid #d6121a;font-size:14px !important;transition:0.4s ease;font-family:'Open Sans', sans-serif !important;font-display:auto;font-weight:400 !important;text-decoration:none;border-radius:0px !important;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}.header-image .slide-img .slide-caption .btn:hover,.acf-map .slide-img .slide-caption .btn:hover{background-color:white !important;color:#d6121a !important;}.header-image .slide-img .slide-caption .cycle-pager,.acf-map .slide-img .slide-caption .cycle-pager{position:absolute;bottom:-20px;right:0;height:8px;display:none;visibility:hidden;}@media only screen and (min-width: 768px){.header-image .slide-img .slide-caption .cycle-pager,.acf-map .slide-img .slide-caption .cycle-pager{display:block;visibility:visible;}}.header-image .slide-img .slide-caption .cycle-pager span,.acf-map .slide-img .slide-caption .cycle-pager span{display:inline-block;margin:1px 1px 1px 10px;font-size:0px;font-size:0rem;height:6px;width:6px;border:1px solid #fff;vertical-align:top;cursor:pointer;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}.header-image .slide-img .slide-caption .cycle-pager span:hover,.acf-map .slide-img .slide-caption .cycle-pager span:hover{border-width:2px;}.header-image .slide-img .slide-caption .cycle-pager span.cycle-pager-active,.acf-map .slide-img .slide-caption .cycle-pager span.cycle-pager-active{height:8px;width:8px;border-width:4px;margin:0 0 0 10px;}.acf-map img{max-width:inherit !important;}.cycle-slideshow .cycle-prev,.cycle-slideshow .cycle-next{position:absolute;top:50%;height:60px;width:60px;margin-top:-30px;font-size:20px;line-height:55px;text-align:center;background:rgba(38,38,38,0.5);border:3px solid rgba(38,38,38,0.5);color:#fff;z-index:202;cursor:pointer;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;display:none;visibility:hidden;}@media only screen and (min-width: 1320px){.cycle-slideshow .cycle-prev,.cycle-slideshow .cycle-next{display:block;visibility:visible;}}.cycle-slideshow .cycle-prev{left:30px;}.cycle-slideshow .cycle-prev:hover{left:25px;}.cycle-slideshow .cycle-next{right:30px;}.cycle-slideshow .cycle-next:hover{right:25px;}.footer{background-color:#363636;background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;color:#c4c4c4;font-size:16px;font-size:1.6rem;line-height:30px;}.footer .columns{padding:50px 0;zoom:1;}.footer .columns:before{content:'';display:block;}.footer .columns:after{content:'';display:table;clear:both;}.footer .columns .column{zoom:1;margin:0 0 30px;}.footer .columns .column:before{content:'';display:block;}.footer .columns .column:after{content:'';display:table;clear:both;}.footer .columns .column:last-child{margin:0;}@media only screen and (min-width: 480px){.footer .columns .column{float:left;width:50%;}}@media only screen and (min-width: 960px){.footer .columns .column{width:25%;}}.footer .columns .column:nth-child(3){margin:0;}.footer .columns .column .column-title{margin-bottom:10px;font-size:15px;font-size:1.5rem;line-height:25px;color:#fff;font-weight:bold;text-transform:uppercase;}@media only screen and (min-width: 960px){.footer .columns .column .column-title{margin-bottom:20px;}}.footer .columns .column p{margin:0px;font-weight:300;}.footer .columns .column p.name{font-weight:bold;}.footer .columns .column i{color:#da030a;}.footer .columns .column ul{padding-left:0px;}.footer .columns .column ul li{color:#fff;list-style-type:none;margin:5px 0px;}.footer .columns .column ul li a{color:#c4c4c4;font-size:16px;font-size:1.6rem;font-weight:300;}.footer .columns .column .menu{list-style:none;margin:0;padding:0;zoom:1;}.footer .columns .column .menu:before{content:'';display:block;}.footer .columns .column .menu:after{content:'';display:table;clear:both;}@media only screen and (min-width: 768px){.footer .columns .column .menu li{float:left;width:50%;}}.footer .columns .column .menu li a{color:#555;text-decoration:none;}.footer .columns .column .menu li a:hover{text-decoration:underline;}@media only screen and (min-width: 640px){.footer .columns .column .column-inception{float:left;width:50%;}}.footer .columns .column.column-openinghours .day{display:inline-block;width:35px;}.footer .columns .column.column-openinghours .time strong{color:#111015;}.footer .columns .column.column-contact p{margin:15px 0 0;}.footer .columns .column.column-contact a{color:#555;}.footer .columns .column.column-4 p{margin-top:20px;}@media only screen and (min-width: 768px){.footer .columns .column.column-4 p{margin-top:50px;}}.footer .columns .column.column-4 p i{margin-right:10px;}.footer .columns .column.column-4 p a{color:#c4c4c4;font-size:16px;font-size:1.6rem;font-weight:300;text-decoration:none;}.footer .columns .column.column-4 img{max-width:150px;margin-top:30px;}.footer .footer-bottom{padding:20px 0;text-align:center;color:#9297a0;font-size:14px;font-size:1.4rem;}.footer .footer-bottom .left{display:inline-block;}.footer .footer-bottom .left a{color:#9297a0;}.footer .footer-bottom .right{display:inline-block;color:#f4f4f4;}@media only screen and (min-width: 768px){.footer .footer-bottom .right{float:right;}}.footer .footer-bottom .powered-by{zoom:1;font-size:14px;font-size:1.4rem;}.footer .footer-bottom .powered-by:before{content:'';display:block;}.footer .footer-bottom .powered-by:after{content:'';display:table;clear:both;}.footer .footer-bottom .powered-by img{display:inline-block;padding:4px 10px 4px 0;vertical-align:top;}.footer .footer-bottom .powered-by a{color:#9297a0;}.footer .footer-bottom .footer-menu{display:inline-block;margin:0 0 0 5px;padding:0;list-style:none;}.footer .footer-bottom .footer-menu li{display:inline-block;font-size:14px;}.footer .footer-bottom .footer-menu li:before{content:"-";padding-right:5px;}.footer .footer-bottom .footer-menu li a{color:#9297a0;text-decoration:none;}.footer .footer-bottom .footer-menu li a:hover{text-decoration:underline;}.footer .footer-bottom .copyright{font-size:14px;font-size:1.4rem;}@media only screen and (min-width: 768px){.footer .footer-bottom{zoom:1;text-align:left;}.footer .footer-bottom:before{content:'';display:block;}.footer .footer-bottom:after{content:'';display:table;clear:both;}.footer .footer-bottom .powered-by{float:left;}.footer .footer-bottom .copyright{float:right;}.footer .footer-bottom.no-powered-by{text-align:center;}.footer .footer-bottom.no-powered-by .copyright{float:none;}}.footer .seo-menu{margin:0;padding:20px 0;list-style:none;text-align:center;color:#b6b6b6;font-size:0;}.footer .seo-menu li{display:inline-block;font-size:14px;font-size:1.4rem;}.footer .seo-menu li:after{content:"-";padding:0 6px;}.footer .seo-menu li a{color:#b6b6b6;}.footer .seo-menu li:last-child:after{display:none;visibility:hidden;}.no-js .mobile-nav:target,.mobile-nav.nav-open{right:0;}.no-js .mobile-nav:target + .inner-wrap,.mobile-nav.nav-open + .inner-wrap,.no-js .mobile-nav:target + .inner-wrap .header,.mobile-nav.nav-open + .inner-wrap .header{right:300px;}.csstransitions .inner-wrap,.csstransitions .mobile-nav,.csstransitions #header,.csstransitions #nav-toggle{-webkit-transition:right 0.2s ease-out;-moz-transition:right 0.2s ease-out;-o-transition:right 0.2s ease-out;transition:right 0.2s ease-out;}.mobile-nav{position:fixed;right:-300px;top:0;width:300px;height:100%;padding:30px 30px 10px;overflow-y:auto;background:#111015;z-index:100;-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);}.mobile-nav .logo{display:block;width:175px;}.mobile-nav .search_nav{position:relative;margin:30px 0;}.mobile-nav .search_nav .search-input{display:block;width:100%;padding:5px 30px 5px 5px;background:none;border:0;border-bottom:2px solid #fff;color:#fff;outline:none;-webkit-appearance:none;font-size:14px;font-size:1.4rem;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}.mobile-nav .search_nav .search-input::-webkit-input-placeholder{color:#88888a;}.mobile-nav .search_nav .search-input:-moz-placeholder{color:#88888a;opacity:1;}.mobile-nav .search_nav .search-input::-moz-placeholder{color:#88888a;opacity:1;}.mobile-nav .search_nav .search-input:-ms-input-placeholder{color:#88888a;}.mobile-nav .search_nav .search-submit{position:absolute;bottom:0;right:0;background:none;border:0;padding:0 6px 2px;outline:none;}.mobile-nav .search_nav .search-submit i{padding:0;font-size:16px;font-size:1.6rem;line-height:30px;color:#da030a;}.mobile-nav .mobile-menu-container{margin:30px 0;}.mobile-nav .mobile-menu-container ul{padding:0;list-style:none;}.mobile-nav .mobile-menu-container ul li{font-size:16px;font-size:1.6rem;font-weight:600;line-height:30px;text-transform:uppercase;}.mobile-nav .mobile-menu-container ul li.menu-item-has-children > .arrow{display:block;visibility:visible;display:inline-block;color:#da030a;font-family:'FontAwesome';font-display:auto;font-size:13px;font-size:1.3rem;padding:0 10px;vertical-align:top;}.mobile-nav .mobile-menu-container ul li .arrow{display:none;visibility:hidden;cursor:pointer;}.mobile-nav .mobile-menu-container ul li a{color:#fff;text-decoration:none;}.mobile-nav .mobile-menu-container ul li a:hover{text-decoration:underline;}.mobile-nav .mobile-menu-container ul li .sub-menu{max-height:0;overflow:hidden;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}.mobile-nav .mobile-menu-container ul li .sub-menu.sub-nav-open{padding:0 0 15px;max-height:400px;}.mobile-nav .mobile-menu-container ul li .sub-menu a{font-weight:normal;text-transform:none;color:#b8b7b9;}.mobile-nav .mobile-menu-container ul li .sub-menu a:before{content:"-";padding:0 15px 0 0;}.mobile-nav .mobile-menu-container ul li.btn-primary{display:none;visibility:hidden;}.mobile-nav .contact{margin:30px 0;padding:0;list-style:none;}.mobile-nav .contact li{margin-bottom:5px;}.mobile-nav .contact a{font-size:15px;font-size:1.5rem;color:#fff;text-decoration:none;}.mobile-nav .contact a strong{display:inline-block;width:20px;color:#da030a;}.mobile-nav .contact a:hover{text-decoration:underline;}.mobile-nav .deindruk{display:inline-block;padding-left:26px;font-size:12px;font-size:1.2rem;line-height:20px;text-decoration:none;color:#b8b7b9;background:var(--wpr-bg-b52f47f9-ebcd-48ff-addd-f1312dd383a2) no-repeat center left;background-size:21px 20px;}.mobile-nav .deindruk span{color:#fff;}.mobile-nav .deindruk:hover span{text-decoration:underline;}@media screen and (min-height: 700px){.mobile-nav .deindruk{position:absolute;bottom:10px;right:30px;}}.mobile-nav .nav-btn-close{display:block;position:absolute;top:10px;right:10px;width:30px;height:30px;line-height:26px;border:2px solid #da030a;color:#fff;text-align:center;}.mobile-nav .nav-btn-close:hover{background:#da030a;}.layout-content .breadcrumbs{font-size:14px !important;margin-bottom:0 !important;}.layout-content .breadcrumbs + h1{margin-top:12px;}.layout-content.no-padding-top{padding-top:0 !important;overflow:hidden;}.layout-content.height-min-height{display:flex;align-items:center;flex-direction:column;}@media only screen and (max-width: 768px){.layout-content.height-min-height{padding-top:0;}}@media only screen and (min-width: 768px){.layout-content.height-min-height{flex-direction:row;min-height:90vh;}}@media only screen and (min-width: 768px){.layout-content.height-min-height .layout-content__content{width:50%;}}.layout-content.height-min-height .layout-content__content.image-aligned-right{padding-right:0;}@media only screen and (min-width: 768px){.layout-content.height-min-height .layout-content__content.image-aligned-right{margin-right:50%;padding-right:calc((1 / (1180 - 768)) * (80 - 0) * (100vw - 768px) + 0px);}}@media only screen and (min-width: 1180px){.layout-content.height-min-height .layout-content__content.image-aligned-right{padding-right:80px;}}.layout-content.height-min-height .layout-content__content.image-aligned-left{padding-left:0;}@media only screen and (min-width: 768px){.layout-content.height-min-height .layout-content__content.image-aligned-left{margin-left:50%;padding-left:calc((1 / (1180 - 768)) * (80 - 0) * (100vw - 768px) + 0px);}}@media only screen and (min-width: 1180px){.layout-content.height-min-height .layout-content__content.image-aligned-left{padding-left:80px;}}.layout-content.height-min-height .layout-content__image{height:40vh;}@media only screen and (min-width: 768px){.layout-content.height-min-height .layout-content__image{position:absolute;top:0;bottom:0;width:50%;margin:0;height:inherit;}}.layout-content.height-min-height .layout-content__image img{height:100%;}.layout-content.height-min-height .layout-content__image.image-aligned-right{right:0;}.layout-content.height-min-height .layout-content__image.image-aligned-left{left:0;}@media only screen and (min-width: 768px){.layout-content .container-small.image-aligned-left,.layout-content .container-small.image-aligned-right{display:flex;}.layout-content .container-small.image-aligned-right{flex-direction:row-reverse;}}.layout-content__image .fancybox{display:flex;position:relative;padding-top:56.25%;}.layout-content__image .fancybox .fa-play{width:60px;height:60px;background:#da030a;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff;text-decoration:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;}.layout-content__image .fancybox img{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;min-height:inherit;object-fit:cover;}.layout-content__image img{position:relative;display:block;width:100%;height:35vh;min-height:240px;object-fit:cover;z-index:2;}.layout-content__image.image-aligned-top{position:relative;column-span:all;}.layout-content__image.image-aligned-top:after{content:"";position:absolute;top:0;left:-100%;width:300%;height:50%;background:#fff;z-index:1;}.layout-content__image.image-aligned-top+.wysiwyg-content h1,.layout-content__image.image-aligned-top+.wysiwyg-content h2{margin-top:.7em !important;}@media only screen and (min-width: 768px){.layout-content__image.image-aligned-left,.layout-content__image.image-aligned-right{width:40%;transition:margin .2s ease-out, width .2s ease-out;}.layout-content__image.image-aligned-left{margin-right:30px;}.layout-content__image.image-aligned-right{margin-left:30px;}.layout-content__image img{height:auto;}}@media only screen and (min-width: 1180px){.layout-content__image.image-aligned-left,.layout-content__image.image-aligned-right{width:calc(50% - 30px);}.layout-content__image.image-aligned-left+.layout-content__content.image-aligned-left,.layout-content__image.image-aligned-right+.layout-content__content.image-aligned-left{margin-left:30px;}.layout-content__image.image-aligned-left+.layout-content__content.image-aligned-right,.layout-content__image.image-aligned-right+.layout-content__content.image-aligned-right{margin-right:30px;}.layout-content__image.image-aligned-left{margin-right:30px;}.layout-content__image.image-aligned-right{margin-left:30px;}}@media only screen and (min-width: 1440px){.layout-content__image.image-aligned-left,.layout-content__image.image-aligned-right{width:calc(50% - 40px);}.layout-content__image.image-aligned-left+.layout-content__content.image-aligned-left,.layout-content__image.image-aligned-right+.layout-content__content.image-aligned-left{margin-left:40px;}.layout-content__image.image-aligned-left+.layout-content__content.image-aligned-right,.layout-content__image.image-aligned-right+.layout-content__content.image-aligned-right{margin-right:40px;}.layout-content__image.image-aligned-left{margin-right:40px;}.layout-content__image.image-aligned-right{margin-left:40px;}}.layout-content__content.image-aligned-left,.layout-content__content.image-aligned-right{margin-top:30px;}@media only screen and (min-width: 768px){.layout-content__content.image-aligned-left,.layout-content__content.image-aligned-right{margin:auto 0;flex:1;}}.layout-content__content__container .title-wrapper{position:relative;}@media only screen and (min-width: 960px){.layout-content__content__container.columns-1{margin:0 auto;max-width:720px;}}.layout-content__content__container.columns-2 .wysiwyg-content-cols{display:grid;grid-template-columns:1fr;grid-gap:40px;}@media only screen and (min-width: 768px){.layout-content__content__container.columns-2 .wysiwyg-content-cols{grid-template-columns:1fr 1fr;grid-gap:50px;}}.layout-content .wysiwyg-content h1,.layout-content .wysiwyg-content h2,.layout-content .wysiwyg-content .btn-group{column-span:all;}.layout-content .wysiwyg-content p{font-size:17px;line-height:1.6;hyphens:auto;}@media only screen and (min-width: 1180px){.layout-content .wysiwyg-content p{font-size:18px;}}.layout-content:first-child .wysiwyg-content p{margin:1.2em 0;line-height:1.8;font-size:16px;color:#111015;font-weight:600;}@media only screen and (min-width: 480px){.layout-content:first-child .wysiwyg-content p{font-size:18px;}}.layout-content:first-child.image-aligned-left .layout-content__image{left:0;}@media only screen and (min-width: 960px){.layout-content:first-child.image-aligned-left .layout-content__content{margin-left:50%;}}.layout-content:first-child.image-aligned-right .layout-content__image{right:0;}@media only screen and (min-width: 960px){.layout-content:first-child.image-aligned-right .layout-content__content{margin-right:50%;}}.layout-content:first-child.image-aligned-left,.layout-content:first-child.image-aligned-right{height:100%;}.layout-content:first-child.image-aligned-left .layout-content__image,.layout-content:first-child.image-aligned-right .layout-content__image{width:calc(100% + 40px);margin-left:-20px;}@media only screen and (min-width: 480px){.layout-content:first-child.image-aligned-left .layout-content__image,.layout-content:first-child.image-aligned-right .layout-content__image{width:calc(50% - 40px);margin-left:inherit;}}@media only screen and (min-width: 960px){.layout-content:first-child.image-aligned-left .layout-content__image,.layout-content:first-child.image-aligned-right .layout-content__image{position:absolute;height:calc(100% + 60px);}}@media only screen and (min-width: 960px){.layout-content:first-child.image-aligned-left .layout-content__image img,.layout-content:first-child.image-aligned-right .layout-content__image img{position:absolute;height:100%;min-width:calc(50vw - 40px);}}@media only screen and (min-width: 960px){.layout-content:first-child.image-aligned-left .layout-content__content .wysiwyg-content,.layout-content:first-child.image-aligned-right .layout-content__content .wysiwyg-content{padding:100px 80px 100px 0 !important;}}.layout-content:first-child.image-aligned-left.background-none,.layout-content:first-child.image-aligned-right.background-none{margin-top:0;}@media only screen and (min-width: 768px){.layout-content:first-child.image-aligned-left.background-none .wysiwyg-content,.layout-content:first-child.image-aligned-right.background-none .wysiwyg-content{padding-top:50px;}}.layout-content:first-child.image-aligned-left.background-primary-fade,.layout-content:first-child.image-aligned-right.background-primary-fade{padding-top:0;}@media only screen and (min-width: 768px){.layout-content:first-child.image-aligned-left.background-primary-fade .wysiwyg-content,.layout-content:first-child.image-aligned-right.background-primary-fade .wysiwyg-content{padding:50px 0;}}@media only screen and (min-width: 1180px){.layout-content:first-child.image-aligned-left,.layout-content:first-child.image-aligned-right{margin-bottom:140px;}.layout-content:first-child.image-aligned-left.background-primary-fade,.layout-content:first-child.image-aligned-right.background-primary-fade{padding-bottom:0;}}.layout-grid{overflow:hidden;}.layout-grid__heading{margin-bottom:24px;display:flex;justify-content:space-between;align-items:flex-end;}.layout-grid__heading__link{font-weight:bold;text-decoration:none;font-size:16px;display:none;color:#da030a;margin-top:32px;background:none;}@media only screen and (min-width: 768px){.layout-grid__heading__link{display:inline-block;margin-top:0;}}.layout-grid__heading__link:hover i{transform:translateX(4px);}.layout-grid__heading__link--mobile{display:inline-block;}@media only screen and (min-width: 768px){.layout-grid__heading__link--mobile{display:none;}}.layout-grid__heading__link i{margin-left:8px;transition:.2s all;font-weight:bold;}@media only screen and (min-width: 1180px){.layout-grid__heading{margin-bottom:50px;}}.layout-grid.background-primary-fade .layout-grid__heading__link{color:#262626 !important;}.layout-grid.background-none .layout-grid__heading__link{color:#262626 !important;}.layout-grid__repeater{display:grid;grid-template-columns:1fr;grid-gap:24px;}@media only screen and (min-width: 480px){.layout-grid__repeater{grid-template-columns:repeat(2,1fr);grid-gap:calc(5vw);}}@media only screen and (min-width: 768px){.layout-grid__repeater{grid-template-columns:repeat(3,1fr);}.layout-grid__repeater-2,.layout-grid__repeater-4{grid-template-columns:repeat(2,1fr);}}@media only screen and (min-width: 960px){.layout-grid__repeater-4{grid-template-columns:repeat(4,1fr);}}@media only screen and (min-width: 1440px){.layout-grid__repeater{grid-gap:72px;}}.layout-grid__repeater.carousel-default{display:block;outline:none;}.layout-grid__repeater.carousel-default:after{content:'flickity';display:none;}.layout-grid__repeater.carousel-default .flickity-slider>*{width:90%;max-width:412px;margin-right:24px;}.layout-grid__repeater.carousel-default .flickity-slider>*:last-child{margin-right:0;}@media only screen and (min-width: 480px){.layout-grid__repeater.carousel-default .flickity-slider>*{margin-right:calc(5vw);}}@media only screen and (min-width: 768px){.layout-grid__repeater.carousel-default{display:grid;}.layout-grid__repeater.carousel-default:after{content:'';}.layout-grid__repeater.carousel-default .flickity-slider>*{width:auto;max-width:none;margin-right:0;}}.layout-grid__repeater.carousel-default .flickity-page-dots{display:flex;justify-content:center;padding:0;margin-top:24px;}@media only screen and (min-width: 480px){.layout-grid__repeater.carousel-default .flickity-page-dots{margin-top:calc(1vw + 20px]);}}@media only screen and (min-width: 1440px){.layout-grid__repeater.carousel-default .flickity-page-dots{margin-top:34px;}}.layout-grid__repeater.carousel-default .flickity-page-dots .dot{width:10px;height:10px;background:fade-out(#111015,.8);border-radius:50%;margin-right:8px;}.layout-grid__repeater.carousel-default .flickity-page-dots .dot:last-of-type{margin-right:0;}.layout-grid__repeater.carousel-default .flickity-page-dots .dot::marker{content:none;display:none;font-size:0;}.layout-grid__repeater.carousel-default .flickity-page-dots .dot.is-selected{background:#111015;}.layout-grid__repeater__item >*:first-child{margin-top:0;}.layout-grid__repeater__item >*:last-child{margin-bottom:0;}.layout-grid__repeater__item .wysiwyg-content{margin-top:32px;}.layout-grid__repeater__item__icon{display:flex;align-items:center;justify-content:center;width:88px;height:88px;font-size:48px;line-height:1;color:#111015;background-color:fade-out(#111015,.9);border-radius:44px;}.layout-grid__repeater__item__image{display:block;max-width:100%;border-radius:6px;}.layout-grid__repeater__item__title__link{text-decoration:none;color:#111015;}.layout-grid__repeater__item__title__link:hover{text-decoration:underline;}.layout-grid__repeater__item p{font-size:15px;line-height:1.6;hyphens:auto;}@media only screen and (min-width: 1180px){.layout-grid__repeater__item p{font-size:16px;}}.layout-grid__repeater__item__link{color:#111015;text-decoration:none;font-size:15px;font-weight:bold;}@media only screen and (min-width: 1180px){.layout-grid__repeater__item__link{font-size:16px;}}.layout-grid__repeater__item__link i{padding-left:6px;transition:padding-left .2s ease-out;}.layout-grid__repeater__item__link:hover{text-decoration:underline;}.layout-grid__repeater__item__link:hover i{padding-left:10px;}.layout-image-grid__body .container-small{display:flex;flex-direction:column-reverse;}@media only screen and (min-width: 960px){.layout-image-grid__body .container-small{flex-direction:row;justify-content:space-between;}}.layout-image-grid__header{margin-bottom:40px;}@media only screen and (min-width: 960px){.layout-image-grid__header{max-width:70%;}}.layout-image-grid__header h2{font-size:20px !important;font-weight:600 !important;line-height:1.5 !important;}@media only screen and (min-width: 480px){.layout-image-grid__header h2{font-size:calc((1 / (1180 - 480)) * (24 - 20) * (100vw - 480px) + 20px) !important;}}@media only screen and (min-width: 1180px){.layout-image-grid__header h2{font-size:24px !important;}}.layout-image-grid__image{width:100%;position:relative;min-height:100%;margin-top:40px;height:35vh;}@media only screen and (min-width: 960px){.layout-image-grid__image{width:30%;margin-top:0;height:inherit;}}.layout-image-grid__image img{height:100%;object-fit:cover;right:0;}@media only screen and (min-width: 960px){.layout-image-grid__image img{position:absolute;min-width:40vw;}}.layout-image-grid__grid{display:grid;grid-template-columns:repeat(1,1fr);grid-row-gap:50px;grid-column-gap:28px;width:100%;}@media only screen and (min-width: 768px){.layout-image-grid__grid{grid-template-columns:repeat(2,1fr);}}@media only screen and (min-width: 960px){.layout-image-grid__grid{padding:60px 0 80px 140px;grid-row-gap:60px;grid-column-gap:40px;}}.layout-image-grid__grid__item{display:flex;flex-direction:column;}.layout-image-grid__grid__item__header{display:flex;align-items:center;}.layout-image-grid__grid__item__header i{margin-right:12px;color:#da030a;font-size:24px;}.layout-image-grid__grid__item__header h5{margin:0;}.layout-image-grid__grid__item__body{color:#4a4a4a;margin-top:16px;}.layout-image-grid__grid__item__body p{font-size:16px !important;line-height:27px;opacity:.8;hyphens:auto;}.layout-image-grid__grid .btn{height:fit-content !important;margin-top:auto !important;}.layout-image-grid__grid .btn-primary-alt{width:fit-content;}.layout-logo-grid__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1px;background-color:#e1e6ea;border:1px solid #e1e6ea;}@media only screen and (min-width: 960px){.layout-logo-grid__grid{grid-template-columns:repeat(3,1fr);}}.layout-logo-grid__grid__item{display:flex;align-items:center;justify-content:center;background:#fff;position:relative;padding-top:32px;padding-bottom:32px;}@media only screen and (min-width: 480px){.layout-logo-grid__grid__item{padding-top:calc((1 / (1180 - 480)) * (60 - 32) * (100vw - 480px) + 32px);padding-bottom:calc((1 / (1180 - 480)) * (60 - 32) * (100vw - 480px) + 32px);}}@media only screen and (min-width: 1180px){.layout-logo-grid__grid__item{padding-top:60px;padding-bottom:60px;padding-right:32px;padding-left:32px;}}.layout-logo-grid__grid__item.count--even,.layout-logo-grid__grid__item .count--odd + .count--odd{display:none;}@media only screen and (min-width: 960px){.layout-logo-grid__grid__item.count--even,.layout-logo-grid__grid__item .count--odd + .count--odd{display:block;}}.layout-logo-grid__grid__item--has-hover:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;transition:.2s 0s opacity ease-out, .2s .2s box-shadow ease-out, .2s transform ease-out;background-color:#fff;opacity:0;z-index:1;}.layout-logo-grid__grid__item--has-hover:hover img{transform:scale(.9) translateY(-32px);z-index:2;}.layout-logo-grid__grid__item--has-hover:hover:after{transform:scale(1.066);opacity:1;transition:0s opacity ease-out, .2s box-shadow ease-out, .2s transform ease-out;box-shadow:0 0 40px -10px #00000026;}.layout-logo-grid__grid__item--has-hover:hover .layout-logo-grid__grid__item__text{transform:translateY(0);opacity:1;}.layout-logo-grid__grid__item--has-hover img{width:70%;object-fit:contain;height:80px;transition:.2s transform ease-out;z-index:2;}@media only screen and (min-width: 960px){.layout-logo-grid__grid__item--has-hover img{width:60%;}}.layout-logo-grid__grid__item__text{margin-top:11%;transform:translateY(32px);position:absolute;top:50%;display:flex;align-items:center;flex-direction:column;opacity:0;transition:.2s opacity ease-out, .2s transform ease-out;z-index:2;}.layout-logo-grid__grid__item__text span{font-size:18px;font-weight:600;}.layout-posts.post-type-attachment .layout-posts__heading{text-align:center;display:inherit;}.layout-posts.post-type-attachment .layout-posts__grid{display:block;max-width:720px;margin:0 auto;}.layout-posts.background-primary-fade .layout-posts__heading__link{color:#262626 !important;}.layout-posts.background-none .layout-posts__heading__link{color:#262626 !important;}.layout-posts__heading{margin-bottom:24px;display:flex;justify-content:space-between;align-items:flex-end;}.layout-posts__heading__link{font-weight:bold;text-decoration:none;font-size:16px;display:none;color:#da030a;margin-top:32px;background:none;}@media only screen and (min-width: 768px){.layout-posts__heading__link{display:inline-block;margin-top:0;}}.layout-posts__heading__link:hover i{transform:translateX(4px);}.layout-posts__heading__link--mobile{display:inline-block;}@media only screen and (min-width: 768px){.layout-posts__heading__link--mobile{display:none;}}.layout-posts__heading__link i{margin-left:8px;transition:0.2s all;font-weight:bold;}@media only screen and (min-width: 1180px){.layout-posts__heading{margin-bottom:50px;}}.layout-posts__grid{display:grid;grid-template-columns:1fr;grid-gap:24px;}@media only screen and (min-width: 480px){.layout-posts__grid{grid-template-columns:repeat(2,1fr);grid-gap:calc(5vw);}}@media only screen and (min-width: 768px){.layout-posts__grid{grid-template-columns:repeat(3,1fr);}}@media only screen and (min-width: 1440px){.layout-posts__grid{grid-gap:72px;}}.layout-index__navigation-wrapper{position:sticky;margin-bottom:50px;top:-1px;transition:.2s all;z-index:2;}.layout-index__navigation-wrapper.isSticky{background:#ebebeb;}.layout-index__navigation{list-style:none;padding:12px 20px;border-radius:4px;margin:0;background:#ebebeb;width:100%;transition:.2s all;overflow:scroll;}.layout-index__navigation:focus-visible{outline:none;}@media only screen and (min-width: 960px){.layout-index__navigation{display:flex;}}.layout-index__navigation:after{content:'flickity';display:none;}@media only screen and (min-width: 960px){.layout-index__navigation:after{content:'';}}@media only screen and (min-width: 1180px){.layout-index__navigation{justify-content:space-around;}}.layout-index__navigation__item a{text-transform:uppercase;text-decoration:none;color:#262626;line-height:1;font-weight:bold;width:34px;height:34px;border-radius:50%;transition:.2s all;display:flex;justify-content:center;align-items:center;}.layout-index__navigation__item a:hover{background:#b6b6b63d;}.layout-index__grid-wrapper{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:40px;}@media only screen and (min-width: 768px){.layout-index__grid-wrapper{grid-template-columns:repeat(2,1fr);}}@media only screen and (min-width: 960px){.layout-index__grid-wrapper{grid-template-columns:repeat(3,1fr);}}.layout-index__item__header{font-size:40px;color:#da030a;line-height:1;border-bottom:1px solid #e2e1e1;padding-bottom:12px;font-weight:600;text-transform:uppercase;}@media only screen and (min-width: 480px){.layout-index__item__header{font-size:calc((1 / (1180 - 480)) * (80 - 40) * (100vw - 480px) + 40px);}}@media only screen and (min-width: 768px){.layout-index__item__header{padding-bottom:20px;}}@media only screen and (min-width: 1180px){.layout-index__item__header{font-size:80px;}}.layout-index__item__list{padding:12px 0 0 0;margin:0;list-style:none;}@media only screen and (min-width: 768px){.layout-index__item__list{padding:20px 0 0 0;}}.layout-index__item__list__item a{color:#111015;font-size:16px;line-height:37px;font-weight:600;}@media only screen and (min-width: 768px){.layout-index__item__list__item a{font-size:18px;}}.layout-cta .cta{background:#242424;padding:40px;border-radius:8px;display:flex;max-width:1140px;margin:0 auto;position:relative;}@media only screen and (min-width: 480px){.layout-cta .cta{padding:calc((1 / (1180 - 480)) * (80 - 40) * (100vw - 480px) + 40px);}}@media only screen and (min-width: 1180px){.layout-cta .cta{padding:80px;}}.layout-cta .cta__shape{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;}.layout-cta .cta__shape span{position:absolute;width:80%;height:200%;transform:rotate(30deg);background:#fff;opacity:.03;z-index:1;}.layout-cta .cta__content{display:flex;flex-direction:column;z-index:2;text-align:center;}@media only screen and (min-width: 960px){.layout-cta .cta__content{max-width:65%;text-align:left;}}.layout-cta .cta__content__title{color:#fff;font-size:24px;font-weight:900;margin:0;}@media only screen and (min-width: 480px){.layout-cta .cta__content__title{font-size:calc((1 / (1180 - 480)) * (36 - 24) * (100vw - 480px) + 24px);}}@media only screen and (min-width: 1180px){.layout-cta .cta__content__title{font-size:36px;}}.layout-cta .cta__content__text{color:#fff;margin:0;font-size:18px;opacity:.8;max-width:550px;margin-top:18px;}.layout-cta .cta__content__btns{display:flex;margin-top:32px;align-items:center;justify-content:center;flex-direction:column;}@media only screen and (min-width: 960px){.layout-cta .cta__content__btns{justify-content:flex-start;}}@media only screen and (min-width: 768px){.layout-cta .cta__content__btns{flex-direction:row;}}.layout-cta .cta__content__btns__primary{color:#fff;background:#da030a;padding:16px 20px;text-transform:uppercase;font-weight:bold;text-decoration:none;font-size:14px;line-height:1;margin-bottom:20px;}@media only screen and (min-width: 768px){.layout-cta .cta__content__btns__primary{margin-bottom:0;font-size:16px;}}.layout-cta .cta__content__btns span{font-size:16px;color:#fff;font-weight:400;margin:0 16px;}.layout-cta .cta__content__btns__secondary{font-size:16px;color:#fff;font-weight:bold;}.layout-cta .cta__image{position:absolute;right:-20px;top:-40px;bottom:0;width:auto;justify-content:flex-end;height:calc(100% + 40px);display:none;}@media only screen and (min-width: 960px){.layout-cta .cta__image{display:flex;}}.layout-faq{overflow:hidden;}.layout-faq.background-primary-dark .layout-faq__accordion-item{background:#ffffff0a;}.layout-faq.background-primary-dark .layout-faq__accordion-item__heading__angle{color:#fff;}.layout-faq__heading{margin-bottom:24px;display:flex;margin:0 auto;justify-content:center;align-items:flex-end;max-width:720px;text-align:center;}.layout-faq__heading__link{font-weight:bold;text-decoration:none;font-size:16px;display:none;color:#da030a;margin-top:32px;background:none;}@media only screen and (min-width: 768px){.layout-faq__heading__link{display:inline-block;margin-top:0;}}.layout-faq__heading__link:hover i{transform:translateX(4px);}.layout-faq__heading__link--mobile{display:inline-block;}@media only screen and (min-width: 768px){.layout-faq__heading__link--mobile{display:none;}}.layout-faq__heading__link i{margin-left:8px;transition:.2s all;font-weight:bold;}@media only screen and (min-width: 1180px){.layout-faq__heading{margin-bottom:50px;}}.layout-faq__accordion{margin:0 auto;max-width:720px;}.layout-faq__accordion-item{margin:0 0 12px;box-shadow:0 2px 24px 0 rgba(0,0,0,0.04);background:#fff;}.layout-faq__accordion-item iframe{max-width:100%;}.layout-faq__accordion-item:last-child{margin:0;}.layout-faq__accordion-item.active .section-faq__accordion-item__title i{transform:scale(1,-1);}.layout-faq__accordion-item__heading{padding:20px;display:flex;justify-content:space-between;cursor:pointer;align-items:center;}.layout-faq__accordion-item__heading.active .section-faq__accordion-item__heading__angle{transform:scale(-1);}.layout-faq__accordion-item__heading__title-wrap{display:flex;align-items:center;}.layout-faq__accordion-item__heading__title{margin:0;transition:0.2s all;font-size:18px;}.layout-faq__accordion-item__heading__angle{margin-left:20px;font-size:20px;transition:0.2s all;}.layout-faq__accordion-item__panel{display:none;}.layout-faq__accordion-item__content{flex:1;padding:0 20px 20px 20px;}.layout-faq__accordion-item__content *:first-child{margin-top:0;}.layout-faq__accordion-item__content *:last-child{margin-bottom:0;}.layout-leaflets{overflow:hidden;}.layout-leaflets.column-1 .layout-leaflets__repeater{max-width:820px;margin:0 auto;}.layout-leaflets.column-1 .layout-leaflets__heading{justify-content:center;text-align:center;}.layout-leaflets__heading{margin-bottom:24px;display:flex;justify-content:space-between;align-items:flex-end;}@media only screen and (min-width: 1180px){.layout-leaflets__heading{margin-bottom:50px;}}.layout-leaflets.background-primary-fade .layout-leaflets__heading__link{color:#262626 !important;}.layout-leaflets.background-none .layout-leaflets__heading__link{color:#262626 !important;}.layout-leaflets__repeater{display:grid;grid-template-columns:1fr;grid-gap:24px;}.layout-leaflets__repeater-1{grid-template-columns:repeat(1,1fr) !important;gap:12px !important;}@media only screen and (min-width: 480px){.layout-leaflets__repeater-1 .layout-leaflets__repeater__item a{flex-direction:row;gap:40px;align-items:center;}}.layout-leaflets__repeater-1 .layout-leaflets__repeater__item a p{font-size:17px;}.layout-leaflets__repeater-1 .layout-leaflets__repeater__item__image{max-width:320px;}@media only screen and (min-width: 480px){.layout-leaflets__repeater{grid-template-columns:repeat(2,1fr);grid-gap:calc(5vw);}}@media only screen and (min-width: 768px){.layout-leaflets__repeater{grid-template-columns:repeat(3,1fr);}.layout-leaflets__repeater-2,.layout-leaflets__repeater-4{grid-template-columns:repeat(2,1fr);}}@media only screen and (min-width: 960px){.layout-leaflets__repeater-4{grid-template-columns:repeat(4,1fr);}}@media only screen and (min-width: 1440px){.layout-leaflets__repeater{grid-gap:72px;}}.layout-leaflets__repeater__item{display:flex;}.layout-leaflets__repeater__item a{border-radius:12px;background:#fff;padding:20px;border:1px solid #f0f0f0;display:flex;flex-direction:column;text-decoration:none;transition:.2s all;will-change:transform;}.layout-leaflets__repeater__item a:hover{transform:scale(1.02);}.layout-leaflets__repeater__item a:hover h4{color:#da030a;}.layout-leaflets__repeater__item__image{border-radius:6px;display:flex;width:100%;height:200px;align-items:center;justify-content:center;padding:10px;background:#f9f9f9;}.layout-leaflets__repeater__item__image img{width:100%;height:100%;object-fit:contain;}.layout-leaflets__repeater__item__content{padding:12px;margin-top:12px;}.layout-leaflets__repeater__item__content__title{display:flex;align-items:center;gap:16px;}.layout-leaflets__repeater__item__content__title i{color:#da030a;}.layout-leaflets__repeater__item h4{font-size:20px;margin:0;transition:.2s all;}.layout-leaflets__repeater__item p{font-size:15px !important;line-height:1.6;hyphens:auto;}@media only screen and (min-width: 1180px){.layout-leaflets__repeater__item p{font-size:16px;}}.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;}.owl-carousel .owl-animated-in{z-index:0;}.owl-carousel .owl-animated-out{z-index:1;}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;}@-webkit-keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}@keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1;}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px);}.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.owl-carousel.owl-loaded{display:block;}.owl-carousel.owl-loading{opacity:0;display:block;}.owl-carousel.owl-hidden{opacity:0;}.owl-carousel .owl-refresh .owl-item{display:none;}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d;}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab;}.owl-carousel.owl-rtl{direction:rtl;}.owl-carousel.owl-rtl .owl-item{float:right;}.no-js .owl-carousel{display:block;}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease;}.owl-carousel .owl-item img{transform-style:preserve-3d;}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000;}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:var(--wpr-bg-1f6f6f79-d94c-49a4-9d62-8b9e3a8d10f6) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease;}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3);}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none;}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease;}.owl-carousel .owl-video-frame{position:relative;z-index:1;}