  /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-wrap.fancybox-type-iframe {
  width: 90%;
}
.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  /*-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*/
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  width: 100%;
  height: 100%;
}
.fancybox-image {
  display: table-cell;
  max-width: 100%;
  max-height: 100%;
}
.fancybox-iframe {
  display: block;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("/Images/fancybox_sprite.png");
}
.fancybox-close {
  background-image: url('/Icons/VIA_WEB_IKON_Xlight_21x21_DropShadow-10.svg');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/Images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 21px;
  height: 21px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-close.bottom {
  top: auto;
  bottom: 10px;
}
.fancybox-type-iframe .fancybox-close {
  top: -25px;
  right: 0;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/Images/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  background-image: url("/Icons/VIA_WEB_IKON_Pil_10x17_Light.svg");
  background-size: 15px 25px;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 25px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fancybox-next span {
  right: 10px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/Images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  z-index: 8050;
}
.fancybox-title-float-wrap .child {
  font-size: 14px;
  display: inline-block;
  padding: 10px 0;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  color: #d7d7d7;
  line-height: 24px;
}
.fancybox-title-float-wrap .child p {
  font-size: 14px;
  margin: 0;
}
.fancybox-title-float-wrap .child h3 {
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 18px;
  margin: 0;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('/Images/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  .fancybox-close {
    background-image: url('/Icons/VIA_WEB_IKON_Xlight_21x21_DropShadow-10.svg');
  }
  #fancybox-loading div {
    background-image: url('/Images/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/**
 * selectize.css (v0.11.2)
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Ville Ristimäki (@villeristi)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/dist/css/fonts/flexslider-icon.eot');
  src: url('/dist/css//dist/css/fonts/flexslider-icon.eot') format('embedded-opentype'), url('/dist/css/fonts/flexslider-icon.woff') format('woff'), url('/dist/css/fonts/flexslider-icon.ttf') format('truetype'), url('/dist/css/fonts/flexslider-icon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) #000;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) #000;
}
.flexslider .slides {
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /*a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }*/
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #363636;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all all 0.2s ease-in-out ease;
  transition: all all 0.2s ease-in-out ease;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-in-out;
  transition: all all 0.2s ease-in-out ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.5px;
  padding-right: 0.5px;
}
@media (min-width: 768px) {
  .container {
    width: 721px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 941px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1141px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.5px;
  padding-right: 0.5px;
}
.row {
  margin-left: -0.5px;
  margin-right: -0.5px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.5px;
  padding-right: 0.5px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 0 #000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 0 #000;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;
  -webkit-transition: all border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s ease;
  transition: all border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s ease;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease, -webkit-box-shadow ease-in-out .15s ease;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s ease-in-out;
  transition: all border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s ease-in-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-in-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-in-out, -webkit-box-shadow ease-in-out .15s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: '' inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) 0 0 0 #000;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) 0 0 0 #000;
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 0 #000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 0 #000;
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 0 0 0 #000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 0 0 0 #000;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 0 #000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 0 #000;
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 0 0 0 #000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 0 0 0 #000;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 0 #000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 0 #000;
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 0 0 0 #000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 0 0 0 #000;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #767676;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -0.5px;
  margin-right: -0.5px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 0.5px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: all opacity 0.15s linear ease;
  transition: all opacity 0.15s linear ease;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease-in-out;
  transition: all opacity 0.15s linear ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: all height 0.35s ease ease;
  transition: all height 0.35s ease ease;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
  -webkit-transition: all height 0.35s ease ease-in-out;
  transition: all height 0.35s ease ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: '' 0 3px 9px rgba(0, 0, 0, 0.5) 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' 0 3px 9px rgba(0, 0, 0, 0.5) 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' 0 3px 9px rgba(0, 0, 0, 0.5) 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 0 0 0 #000;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 0 0 0 #000;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: '' 0 5px 15px rgba(0, 0, 0, 0.5) 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: '' 0 5px 15px rgba(0, 0, 0, 0.5) 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: '' 0 5px 15px rgba(0, 0, 0, 0.5) 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 0 0 0 #000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 0 0 0 #000;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}
.o-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.o-grid--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageedit .o-grid {
  display: block;
}
.o-grid__cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.o-grid__cell--width-100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .o-grid__cell--width-33\@lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@font-face {
  font-family: "via-regular";
  src: url("/Fonts/VIA-Font/via_type_regular-webfont.eot");
  src: url("/Fonts/VIA-Font/via_type_regular-webfont.eot") format("embedded-opentype"), url("/Fonts/VIA-Font/via_type_regular-webfont.woff") format("woff"), url("/Fonts/VIA-Font/via_type_regular-webfont.ttf") format("truetype"), url("/Fonts/VIA-Font/via_type_regular.otf") format("opentype"), url("/Fonts/VIA-Font/via_type_regular-webfont.svg") format("svg");
}
@font-face {
  font-family: "via-bold";
  src: url("/Fonts/VIA-Font/via_type_bold-webfont.eot");
  src: url("/Fonts/VIA-Font/via_type_bold-webfont.eot") format("embedded-opentype"), url("/Fonts/VIA-Font/via_type_bold-webfont.woff") format("woff"), url("/Fonts/VIA-Font/via_type_bold-webfont.ttf") format("truetype"), url("/Fonts/VIA-Font/via_type_bold.otf") format("opentype"), url("/Fonts/VIA-Font/via_type_bold-webfont.svg") format("svg");
}
@font-face {
  font-family: "via-light";
  src: url("/Fonts/VIA-Font/via_type_light-webfont.eot");
  src: url("/Fonts/VIA-Font/via_type_light-webfont.eot") format("embedded-opentype"), url("/Fonts/VIA-Font/via_type_light-webfont.woff") format("woff"), url("/Fonts/VIA-Font/via_type_light-webfont.ttf") format("truetype"), url("/Fonts/VIA-Font/via_type_light.otf") format("opentype"), url("/Fonts/VIA-Font/via_type_light-webfont.svg") format("svg");
}
@font-face {
  font-family: "via-black";
  src: url("/Fonts/VIA-Font/via_type_black-webfont.eot");
  src: url("/Fonts/VIA-Font/via_type_black-webfont.eot") format("embedded-opentype"), url("/Fonts/VIA-Font/via_type_black-webfont.woff") format("woff"), url("/Fonts/VIA-Font/via_type_black-webfont.ttf") format("truetype"), url("/Fonts/VIA-Font/via_type_black.otf") format("opentype"), url("/Fonts/VIA-Font/via_type_black-webfont.svg") format("svg");
}
a {
  color: #363636;
}
a:hover,
a:focus {
  color: #363636;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "via-bold";
  font-weight: normal;
}
h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 31px;
}
h2 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 20px;
}
h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
}
h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 15px;
}
h5 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
}
h6 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
}
p {
  font-size: 18px;
  font-size: 1.8rem;
}
b,
strong {
  font-size: 17px;
  font-size: 1.7rem;
}
blockquote,
blockquote p {
  font-size: 24px !important;
  font-size: 2.4rem !important;
  font-family: via-bold;
  line-height: 1;
  border-left: none;
  padding: 0;
  margin: 0 0 10px 0;
}
cite {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  line-height: 1.3rem;
  font-family: "via-regular";
  padding: 0 0 20px 45px;
  position: relative;
}
cite b,
cite strong {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  font-family: "via-regular";
}
cite:before {
  display: block;
  content: "";
  width: 26px;
  height: 30px;
  background-repeat: no-repeat;
  background: url("/Icons/VIA_WEB_IKON_Quote_26x30.svg") no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 1px;
  overflow: hidden;
}
.module-item ul,
.accordion-item ul,
.rte-module ul,
.grid-component ul {
  list-style-type: none;
  padding-left: 17px;
}
.module-item ul li:before,
.accordion-item ul li:before,
.rte-module ul li:before,
.grid-component ul li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}
.grid-component ul li {
  line-height: 20px;
}
.content-module {
  padding: 90px 0 20px 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
.content-module.rte-module {
  *zoom: 1;
  padding-bottom: 20px;
}
.content-module.rte-module:before,
.content-module.rte-module:after {
  content: "";
  display: table;
}
.content-module.rte-module:after {
  clear: both;
}
.content-module p {
  font-size: 15.5px;
  font-size: 1.55rem;
}
div.cards_standard--grey.module-item--nohover {
  background-color: #c4c4c4 !important;
  cursor: default !important;
}
div.cards_standard--grey.module-item--nohover:before {
  background-color: #c4c4c4 !important;
  cursor: default !important;
}
.cards_standard {
  display: block;
  padding: 20px;
  position: relative;
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
@media screen and (min-width: 992px) {
  .ios .cards_standard {
    width: 33.29%;
  }
}
.cards_standard:hover {
  background-color: #f0f1f2 !important;
  cursor: pointer;
}
.cards_standard:first-child {
  border-top: none;
}
@media screen and (min-width: 992px) {
  .cards_standard:nth-child(1),
  .cards_standard:nth-child(2),
  .cards_standard:nth-child(3) {
    border-top: none;
  }
}
.cards_standard--hidden {
  display: none;
}
.cards_standard--small {
  min-height: 110px;
}
.cards_standard--large {
  min-height: 260px;
}
.cards_standard--grey {
  background-color: #c4c4c4;
}
.cards_standard--grey:before {
  background-color: #c4c4c4 !important;
}
.cards_standard--grey:hover {
  background-color: #f0f1f2;
}
.cards_standard--nohover:hover {
  background-color: inherit !important;
}
.cards_standard__manchet {
  display: block;
  font-family: "via-light";
  font-style: normal;
  font-weight: normal;
  margin: 0 0 5px 0;
  font-size: 17px;
  font-size: 1.7rem;
}
.cards_standard__headline {
  margin-top: 0;
  margin-bottom: 15px;
  padding-right: 40px;
}
.cards_standard__text {
  line-height: 1.7rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.cards_standard__text table {
  margin-bottom: 15px;
}
.cards_standard__text table tr td {
  font-size: 14px;
  font-size: 1.4rem;
}
.cards_standard__text table tr td:first-child,
.cards_standard__text table tr td:first-child strong {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.cards_standard__text table td {
  padding: 0 10px 5px 0;
}
.cards_standard__readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.cards_standard__arrow {
  height: 21px;
  width: 11px;
  display: block;
}
.cards_standard__arrow--margin {
  margin-left: 8px;
}
.cards_standard__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 28.5px;
  background-size: 17px;
  background-position: center center;
}
.cards_standard__heart {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  padding: 20px;
}
.cards_standard__heart svg {
  max-height: 21px;
}
.cards_standard__heart svg > g {
  stroke: #363636;
  fill: transparent;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cards_standard__rightarrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  padding: 20px;
}
.cards_standard__rightarrow svg {
  max-height: 21px;
}
.cards_standard__rightarrow svg > g {
  stroke: #363636;
  fill: transparent;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cards_view-more {
  height: 60px;
  padding: 0 20px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  cursor: pointer;
}
.cards_view-more:hover {
  background-color: #f0f1f2 !important;
}
.cards_view-more__label {
  line-height: 60px;
  margin: 0;
}
.cards_view-more__arrow {
  margin-left: 15px;
}
.cards_info {
  position: relative;
  padding: 20px 20px 80px;
  min-height: 270px;
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
@media screen and (min-width: 992px) {
  .ios .cards_info {
    width: 33.29%;
  }
}
.cards_info:first-child {
  border-top: none;
}
@media screen and (min-width: 992px) {
  .cards_info:nth-child(1),
  .cards_info:nth-child(2),
  .cards_info:nth-child(3) {
    border-top: none;
  }
}
.cards_info__headline {
  margin-top: 0;
  margin-bottom: 0;
}
.cards_info__headline__suplemental {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid;
  font-family: "via-regular";
  line-height: 0.8;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 400px) {
  .cards_info__column {
    float: left;
    width: 50%;
  }
  .cards_info__column + .cards_info__column {
    padding-left: 10px;
  }
}
@media screen and (min-width: 992px) {
  .cards_info__column {
    width: 100%;
  }
  .cards_info__column + .cards_info__column {
    padding-left: 0;
  }
}
@media screen and (min-width: 1070px) {
  .cards_info__column {
    width: 50%;
  }
  .cards_info__column + .cards_info__column {
    padding-left: 10px;
  }
}
.cards_info__section {
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
.cards_info__section__headline {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.cards_info__text {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.cards_info__link {
  text-decoration: underline;
}
.cards_info__button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.cards_info__button.button {
  position: absolute;
}
@media screen and (min-width: 992px) {
  .cards_info__button {
    width: 80%;
  }
}
.cards_wide-image {
  margin-top: 10px;
}
.cards_wide-image__image {
  width: 100%;
}
.cards_wide-image__filler {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-color: #c4c4c4;
}
.cards_wide-image__info-wrapper {
  padding: 20px 15px 20px 15px;
  display: block;
}
.cards_wide-image__headline {
  margin-top: 0;
}
.cards_wide-image__view-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cards_wide-image__view-more p {
  margin: 0 10px 5px 0;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  opacity: 0.8;
}
.cards_wide-image__arrow {
  height: 21px;
  width: 11px;
}
.cards-square {
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  display: block;
}
@media screen and (min-width: 1050px) {
  .cards-square {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.25rem);
            flex: 0 0 calc(50% - 0.25rem);
    max-width: calc(50% - 0.25rem);
  }
  .cards-square:nth-of-type(n) {
    margin-right: 0.5rem;
  }
  .cards-square:nth-of-type(2n) {
    margin-right: 0;
  }
}
.cards-square__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cards-square__image {
  position: relative;
  width: 100%;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .cards-square__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.cards-square__image:after {
  content: "";
  display: block;
  position: relative;
  padding-top: 100%;
}
.cards-square__image > *:not(.a-icon) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cards-square__image-wrapper {
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.cards-square__image-asset {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.cards-square__info {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  background-color: #DEDFE0;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
@media screen and (min-width: 768px) {
  .cards-square__info {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    display: block;
  }
  .cards-square__info:after {
    content: "";
    display: block;
    position: relative;
    padding-top: 100%;
  }
  .cards-square__info > *:not(.a-icon) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 480px) {
  .cards-square__info:before {
    content: "";
    width: 0;
    height: 0;
    border: 1rem solid transparent;
    -webkit-transition: border-color 0.1s ease-in-out;
    transition: border-color 0.1s ease-in-out;
    border-right-color: #DEDFE0;
    position: absolute;
    display: block;
    left: -2rem;
    top: 3rem;
  }
}
.cards-square__info-wrapper {
  padding: 3rem 2rem 2rem 2rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.cards-square__label {
  font-size: 1.3rem;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2rem;
  color: rgba(65, 65, 65, 0.8);
  margin-bottom: 2rem;
}
.cards-square__heading {
  font-size: 1.8rem;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 0;
}
@media screen and (min-width: 850px) {
  .cards-square__heading {
    font-size: 2rem;
  }
}
.cards-square__text {
  font-size: 1.6rem;
  line-height: 150%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  overflow: hidden;
  margin-bottom: 2rem;
}
.cards-square__text a {
  line-height: 150%;
  font-weight: 600;
  text-decoration: underline;
  font-size: 1.6rem;
}
.cards-square__link {
  line-height: 150%;
  font-weight: 600;
  text-decoration: underline;
  font-size: 1.6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cards-square__icon {
  height: 2rem;
  width: 1.17647rem;
  stroke: #363636;
  margin-right: 1rem;
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cards-square__icon-asset {
  stroke-width: 0.15rem;
  display: block;
  width: 100%;
  height: 100%;
  fill: black;
}
.favorites_button {
  cursor: pointer;
  padding-bottom: 20px;
}
.favorites_button__label {
  display: inline-block;
  vertical-align: middle;
  font-family: via-regular, arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
}
.favorites_button__heart {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  width: 45px;
  height: 21px;
  padding: 0 20px 0 0;
}
.favorites_button__heart svg {
  max-height: 21px;
}
.favorites_button__heart svg > g {
  stroke: #363636;
  fill: transparent;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.favorites_mobile {
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
}
@media (min-width: 1051px) {
  .favorites_mobile {
    display: none;
  }
}
.favorites_mobile--selected .favorites_mobile__heart > svg > g > g {
  fill: #000000;
}
.favorites_mobile--selected .favorites_mobile__label .base {
  opacity: 0;
}
.favorites_mobile--selected .favorites_mobile__label .changed {
  opacity: 1;
}
.favorites_mobile__heart {
  display: inline-block;
  vertical-align: middle;
  height: 61px;
  width: 61px;
  padding: 20px;
}
.favorites_mobile__heart > svg > g {
  stroke: #000000;
}
.favorites_mobile__heart > svg > g > g {
  fill: transparent;
  -webkit-transition: fill 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: fill 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.favorites_mobile__label {
  display: inline-block;
  vertical-align: middle;
  width: 190px;
  max-width: 100%;
  line-height: 61px;
  margin-left: -4px;
  position: relative;
}
.favorites_mobile__label .base,
.favorites_mobile__label .changed {
  padding: 0 20px;
  line-height: 61px;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.favorites_mobile__label .base {
  opacity: 1;
}
.favorites_mobile__label .changed {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.favorites_nav {
  display: none;
  position: relative;
  background-color: #d7d7d7;
}
@media (min-width: 1051px) {
  .favorites_nav {
    display: block;
  }
}
.favorites_nav--selected .favorites_nav__heart > svg > g > g {
  fill: #363636;
}
.favorites_nav > a {
  padding: 0 !important;
}
.favorites_nav__heart {
  display: inline-block;
  vertical-align: middle;
  height: 59px;
  width: 59px;
  padding: 16px;
}
.favorites_nav__heart > svg > g {
  stroke: #363636;
}
.favorites_nav__heart > svg > g > g {
  fill: transparent;
  -webkit-transition: fill 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: fill 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.quote_horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quote_horizontal__author {
  font-weight: normal;
}
.searchbar {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 16px 60px 16px 16px;
  font-family: "via-regular";
  line-height: 1;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.searchbar--white {
  background-color: #ffffff;
}
.searchbar__btn {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  padding: 16px 16px;
  text-align: center;
}
.dropdown {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  *zoom: 1;
}
.dropdown:hover {
  background-color: #f0f1f2 !important;
}
.dropdown.is-active {
  background-color: #dadadb !important;
}
.dropdown.is-active:hover {
  background-color: #dadadb !important;
}
.dropdown [class*='icon'] {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.dropdown:before,
.dropdown:after {
  content: "";
  display: table;
}
.dropdown:after {
  clear: both;
}
.dropdown[class*='col'] {
  background-color: rgba(177, 177, 177, 0.5);
}
.dropdown[class*='col']:first-child {
  background-color: rgba(177, 177, 177, 0.65);
}
.dropdown[class*='col']:nth-child(3) {
  background-color: rgba(177, 177, 177, 0.3);
}
.dropdown[class*='col']:last-child {
  background: rgba(240, 241, 242, 0.4);
  background-color: rgba(177, 177, 177, 0.1);
}
.dropdown ul {
  display: none;
  width: 100%;
  position: absolute;
  background-color: #dadadb;
  padding: 20px;
  margin: 0;
  list-style: none;
}
.dropdown ul li {
  cursor: pointer;
}
.dropdown ul li + li {
  margin-top: 35px;
}
.dropdown ul a {
  display: block;
  padding: 10px 20px;
}
.dropdown .selected {
  display: block;
  cursor: pointer;
  padding: 16px 60px 16px 16px;
}
.dropdown .dropdown-content {
  display: none;
  z-index: 2;
}
.dropdown .button {
  background: #aaaaaa;
  padding: 15px;
  text-align: center;
  width: 100%;
}
.graphical-checkbox > input[type="checkbox"] {
  display: none;
}
.graphical-checkbox > input[type="checkbox"] ~ label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  font-weight: normal;
}
.graphical-checkbox > input[type="checkbox"] ~ label > span {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #dadadb;
  border: 1px solid #363636;
  margin-top: -1px;
  margin-right: 10px;
}
.graphical-checkbox > input[type="checkbox"] ~ label > span > span {
  display: none;
  width: 10px;
  height: 16px;
  position: absolute;
  left: 6px;
  top: 0;
  border-right: 1px solid #363636;
  border-bottom: 1px solid #363636;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.graphical-checkbox > input[type="checkbox"]:checked ~ label span span {
  display: block;
}
.graphical-checkbox.disabled > input[type="checkbox"] ~ label {
  cursor: default;
  color: #b1b1b1;
}
.graphical-checkbox.disabled > input[type="checkbox"] ~ label > span {
  border-color: #b1b1b1;
}
.graphical-checkbox.disabled > input[type="checkbox"] ~ label > span > span {
  border-color: #b1b1b1;
}
.button {
  display: inline-block;
  position: relative;
  background-color: #c4c4c4;
  border: none;
  padding: 23px 20px;
  line-height: 1;
  color: #363636;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}
.button:nth-of-type(1) {
  background-color: #c4c4c4;
}
.button:nth-of-type(2) {
  background-color: rgba(196, 196, 196, 0.9);
}
.button:nth-of-type(3) {
  background-color: rgba(196, 196, 196, 0.8);
}
.button:nth-of-type(4) {
  background-color: rgba(196, 196, 196, 0.7);
}
.button:nth-of-type(5) {
  background-color: rgba(196, 196, 196, 0.6);
}
.button:nth-of-type(6) {
  background-color: rgba(196, 196, 196, 0.5);
}
.button:nth-of-type(7) {
  background-color: rgba(196, 196, 196, 0.4);
}
.button:nth-of-type(8) {
  background-color: rgba(196, 196, 196, 0.3);
}
.button:nth-of-type(9) {
  background-color: rgba(196, 196, 196, 0.2);
}
.button:nth-of-type(10) {
  background-color: rgba(196, 196, 196, 0.1);
}
.button:nth-child(n+11) {
  background-color: rgba(196, 196, 196, 0);
}
.button .arrow {
  width: 10px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button .arrow > polyline {
  stroke: #363636;
}
.button .icons_filter {
  position: absolute;
  right: 20px;
  top: 18px;
}
.button--dark {
  background-color: #323132;
  color: #d7d7d7;
}
.button--dark:nth-of-type(1) {
  background-color: #323132;
}
.button--dark:nth-of-type(2) {
  background-color: rgba(50, 49, 50, 0.9);
}
.button--dark:nth-of-type(3) {
  background-color: rgba(50, 49, 50, 0.8);
}
.button--dark:nth-of-type(4) {
  background-color: rgba(50, 49, 50, 0.7);
}
.button--dark:nth-of-type(5) {
  background-color: rgba(50, 49, 50, 0.6);
}
.button--dark:nth-of-type(6) {
  background-color: rgba(50, 49, 50, 0.5);
}
.button--dark:nth-of-type(7) {
  background-color: rgba(50, 49, 50, 0.4);
}
.button--dark:nth-of-type(8) {
  background-color: rgba(50, 49, 50, 0.3);
}
.button--dark:nth-of-type(9) {
  background-color: rgba(50, 49, 50, 0.2);
}
.button--dark:nth-of-type(10) {
  background-color: rgba(50, 49, 50, 0.1);
}
.button--dark:nth-child(n+11) {
  background-color: rgba(50, 49, 50, 0);
  color: #363636;
}
.button--dark:nth-child(n+11) .arrow > polyline {
  stroke: #363636;
}
.button--dark .arrow > polyline {
  stroke: #d7d7d7;
}
.button:hover {
  background-color: #f0f1f2;
}
.button:hover .arrow > polyline {
  stroke: #363636;
}
.mobile-filter {
  max-width: 100%;
  padding: 0;
  z-index: 10;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}
@media screen and (max-width: 1050px) {
  .mobile-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    min-width: 330px;
    width: auto;
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 1001;
    background-color: #d7d7d7;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .mobile-filter.is-active {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  .mobile-filter {
    min-width: 85%;
  }
}
.mobile-filter__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
}
@media screen and (max-width: 1050px) {
  .mobile-filter__item {
    width: 100%;
  }
}
.mobile-filter__header {
  display: block;
  padding: 20px;
}
@media screen and (min-width: 1051px) {
  .mobile-filter__header {
    display: none;
  }
}
.mobile-filter__item-filler {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.mobile-filter__close {
  float: right;
  padding: 0;
  background: none;
  border: none;
}
@media screen and (max-width: 1050px) {
  .mobile-filter .dropdown [class*='icon'] {
    top: 20px;
  }
  .mobile-filter .dropdown ul {
    position: relative;
  }
}
.mobile-filter__button {
  display: inline-block;
}
@media screen and (min-width: 1051px) {
  .mobile-filter__button {
    display: none;
  }
}
.mobile-filter__counter {
  display: inline;
}
@media screen and (min-width: 1051px) {
  .mobile-filter__counter {
    display: none;
  }
}
.fancy-modal.fancy-form .fancybox-close {
  right: 20px;
  width: 17px;
  height: 17px;
}
.modal-target {
  display: none;
  background: #d7d7d7;
}
.fancebox-inner .modal-target {
  display: block;
}
.modal-target__header {
  padding: 15px 20px;
  min-height: 50px;
}
.modal-target__title {
  margin: 0;
}
.modal-target__content {
  padding: 30px 20px;
}
.modal-target__content *:first-child {
  margin-top: 0;
}
.modal-target__content div {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.horizontal-text-group {
  padding-right: 10px;
}
.horizontal-text-group:first-of-type {
  margin-top: 15px;
}
.horizontal-text-group__label {
  padding: 0 30px 20px 0;
  font-family: "via-bold";
  word-wrap: break-word;
  font-size: 16px;
  font-size: 1.6rem;
}
.horizontal-text-group__text {
  padding: 0 0 40px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.horizontal-text-group__text h1,
.horizontal-text-group__text h2,
.horizontal-text-group__text h3,
.horizontal-text-group__text h4,
.horizontal-text-group__text h5,
.horizontal-text-group__text h6 {
  margin-top: 0;
}
.horizontal-text-group__text p {
  font-size: 16px;
  font-size: 1.6rem;
}
.horizontal-text-group__text.table {
  max-width: 100%;
  margin-bottom: 0;
}
.horizontal-text-group__text.table .row {
  margin-bottom: 0.3em;
}
.horizontal-text-group__text.table .row strong {
  font-family: via-bold;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}
.groups_two-columns--expanded .groups_two-columns__button .icons_arrow-down {
  display: none;
}
.groups_two-columns--expanded .groups_two-columns__button .icons_arrow-up {
  display: inline-block;
}
.groups_two-columns--expanded .groups_two-columns__text .groups_two-columns__inner {
  max-height: none;
  overflow: auto;
}
@media screen and (min-width: 992px) {
  .groups_two-columns--expanded .groups_two-columns__text .groups_two-columns__inner {
    max-height: none;
  }
}
.groups_two-columns__headline {
  margin-bottom: 25px;
  margin-top: 0;
}
.groups_two-columns__wrapper--darkgray {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media screen and (min-width: 992px) {
  .groups_two-columns__wrapper--darkgray {
    margin-right: 0 !important;
    margin-left: 20px !important;
  }
  .groups_two-columns__wrapper--darkgray .groups_two-columns > .col-md-6:first-child {
    width: calc(50% - 20px);
    padding-left: 0;
    padding-right: 0;
  }
  .groups_two-columns__wrapper--darkgray .groups_two-columns > .col-md-6:last-child {
    width: calc(50% + 10px) !important;
  }
}
.groups_two-columns__wrapper--darkgray .groups_two-columns > .col-md-6 {
  padding-left: 20px;
  padding-right: 20px;
}
.groups_two-columns__wrapper--darkgray .groups_two-columns > .col-md-6.groups_two-columns__text--darkgrey {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .groups_two-columns__wrapper--darkgray .groups_two-columns > .col-md-6.groups_two-columns__text--darkgrey {
    margin-top: -40px;
  }
}
.groups_two-columns__wrapper--darkgray .groups_two-columns > .col-md-6.groups_two-columns__text--darkgrey .groups_two-columns__inner {
  padding-left: 0;
  padding-right: 0;
}
.groups_two-columns__wrapper--darkgray .groups_two-columns > .col-md-6.groups_two-columns__text--darkgrey .groups_two-columns__button {
  left: 0;
  right: 0;
}
.groups_two-columns__inner--expanded {
  max-height: none !important;
}
.groups_two-columns__text--darkgrey {
  background-color: #b1b1b1;
  margin-left: 0 !important;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .groups_two-columns__text--darkgrey {
    width: 50% !important;
  }
  .groups_two-columns__text--darkgrey div.groups_two-columns__inner {
    max-height: 390px;
  }
}
.groups_two-columns__text--darkgrey .groups_two-columns__button {
  background-color: #c4c4c4;
  padding-left: 20px;
  border-top-color: #d7d7d7;
}
.groups_two-columns__text--darkgrey div.groups_two-columns__inner {
  padding: 20px 20px 0 20px;
}
.groups_two-columns__text .groups_two-columns__inner {
  max-height: 145px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .groups_two-columns__text .groups_two-columns__inner {
    max-height: 350px;
  }
}
.groups_two-columns__button {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #afafaf;
  background-color: transparent;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  margin-bottom: 0 !important;
  padding-left: 20px;
}
@media screen and (min-width: 992px) {
  .groups_two-columns__button {
    padding-left: 0;
  }
}
.groups_two-columns__button .icons_arrow-up {
  display: none;
}
.groups_two-columns__button .icons_arrow-up,
.groups_two-columns__button .icons_arrow-down {
  margin-bottom: 0;
}
.groups_two-columns__button--expanded .icons_arrow-up {
  display: inline-block;
}
.groups_two-columns__button--expanded .icons_arrow-down {
  display: none;
}
.groups_two-columns__button-label {
  margin-right: 10px;
}
.groups_two-columns > .col-md-6 {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .groups_two-columns > .col-md-6 {
    width: calc(50% - 10px);
  }
  .groups_two-columns > .col-md-6:nth-child(2n) {
    margin-left: 10px;
  }
  .groups_two-columns > .col-md-6:nth-child(2n-1) {
    margin-right: 10px;
  }
}
.groups_two-columns > .col-md-6.groups_two-columns__text--nobutton {
  padding-bottom: 0;
}
.search-module {
  border-bottom: 1px solid #afafaf;
  border-top: 1px solid #afafaf;
  *zoom: 1;
  position: relative;
}
.search-module:before,
.search-module:after {
  content: "";
  display: table;
}
.search-module:after {
  clear: both;
}
.search-module [class*='col'] {
  padding: 0;
}
.search-module label {
  font-size: 1.4rem;
  font-family: "via-regular", sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
  padding: 20px 0 10px 20px;
}
.search-module .filter-searchbox {
  background-color: #e8e8e8;
}
.search-module .filter-searchbox:focus {
  background: #f2f2f2;
}
.search-module .selectize-control {
  height: 60px;
}
.search-module .selectize-control.single .selectize-input {
  background-color: rgba(177, 177, 177, 0.3);
  padding-left: 20px;
}
.search-module .selectize-control.single .selectize-input .item:first-child {
  color: #A9A9AD;
}
.search-module .selectize-control.single:hover .selectize-input,
.search-module .selectize-control.single .selectize-input.input-active {
  background: #dadadb;
}
.search-module .selectize-control.single .selectize-input input[type="text"]::-webkit-input-placeholder {
  color: #363636;
}
.search-module .selectize-control.single .selectize-input input[type="text"]::-webkit-input-placeholder {
  color: #363636;
}
.search-module .selectize-control.single .selectize-input input[type="text"]:-moz-placeholder {
  color: #363636;
  opacity: 1;
}
.search-module .selectize-control.single .selectize-input input[type="text"]::-moz-placeholder {
  color: #363636;
  opacity: 1;
}
.search-module .selectize-control.single .selectize-input input[type="text"]:-ms-input-placeholder {
  color: #363636;
}
.search-module .search-module .selectize-control.single .selectize-input .item:first-child {
  color: #363636;
}
.search-result {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-result .search-result-header,
.search-result .search-result-item {
  *zoom: 1;
  padding: 0;
}
.search-result .search-result-header:before,
.search-result .search-result-item:before,
.search-result .search-result-header:after,
.search-result .search-result-item:after {
  content: "";
  display: table;
}
.search-result .search-result-header:after,
.search-result .search-result-item:after {
  clear: both;
}
.search-result .search-result-header a,
.search-result .search-result-item a {
  *zoom: 1;
}
.search-result .search-result-header a:before,
.search-result .search-result-item a:before,
.search-result .search-result-header a:after,
.search-result .search-result-item a:after {
  content: "";
  display: table;
}
.search-result .search-result-header a:after,
.search-result .search-result-item a:after {
  clear: both;
}
.search-result .search-result-header [class*="search-result-"],
.search-result .search-result-item [class*="search-result-"] {
  float: left;
  height: 60px;
  display: table;
  padding: 16px 0;
}
.search-result .search-result-header [class*="search-result-"] span,
.search-result .search-result-item [class*="search-result-"] span {
  vertical-align: middle;
  display: table-cell;
  -ms-word-break: break-all;
  word-break: break-all;
}
.search-result .search-result-header [class*="search-result-"][class*="title"],
.search-result .search-result-item [class*="search-result-"][class*="title"] {
  width: 40%;
  padding-right: 10px;
}
.search-result .search-result-header [class*="search-result-"][class*="title-2"],
.search-result .search-result-item [class*="search-result-"][class*="title-2"] {
  width: 50%;
}
.search-result .search-result-header [class*="search-result-"][class*="title-2"] span,
.search-result .search-result-item [class*="search-result-"][class*="title-2"] span {
  padding: 0 10px;
}
.search-result .search-result-header [class*="search-result-"][class*="title-3"],
.search-result .search-result-item [class*="search-result-"][class*="title-3"] {
  width: 50%;
}
.search-result .search-result-header [class*="search-result-"][class*="title-3"] span,
.search-result .search-result-item [class*="search-result-"][class*="title-3"] span {
  padding: 0 10px;
}
.search-result .search-result-header [class*="search-result-"][class*="keywords"],
.search-result .search-result-item [class*="search-result-"][class*="keywords"] {
  width: 30%;
  padding-right: 10px;
}
.search-result .search-result-header [class*="search-result-"][class*="place"],
.search-result .search-result-item [class*="search-result-"][class*="place"] {
  width: 40%;
  padding-right: 10px;
}
.search-result .search-result-header [class*="search-result-"][class*="pre"],
.search-result .search-result-item [class*="search-result-"][class*="pre"],
.search-result .search-result-header [class*="search-result-"][class*="code"],
.search-result .search-result-item [class*="search-result-"][class*="code"],
.search-result .search-result-header [class*="search-result-"][class*="weeks"],
.search-result .search-result-item [class*="search-result-"][class*="weeks"] {
  width: 10%;
}
.search-result .search-result-header [class*="search-result-"][class*="time"],
.search-result .search-result-item [class*="search-result-"][class*="time"] {
  width: 25%;
}
.search-result .search-result-header [class*="search-result-"][class*="time"] span,
.search-result .search-result-item [class*="search-result-"][class*="time"] span {
  padding: 0 5px;
}
.search-result .search-result-header [class*="search-result-"][class*="ects"],
.search-result .search-result-item [class*="search-result-"][class*="ects"] {
  width: 5%;
}
.search-result .search-result-header [class*="search-result-"][class*="participants"],
.search-result .search-result-item [class*="search-result-"][class*="participants"] {
  width: 10%;
}
.search-result .search-result-header [class*="search-result-"][class*="title-2"] span,
.search-result .search-result-item [class*="search-result-"][class*="title-2"] span,
.search-result .search-result-header [class*="search-result-"][class*="title-3"] span,
.search-result .search-result-item [class*="search-result-"][class*="title-3"] span,
.search-result .search-result-header [class*="search-result-"][class*="keywords"] span,
.search-result .search-result-item [class*="search-result-"][class*="keywords"] span,
.search-result .search-result-header [class*="search-result-"][class*="time"] span,
.search-result .search-result-item [class*="search-result-"][class*="time"] span,
.search-result .search-result-header [class*="search-result-"][class*="code"] span,
.search-result .search-result-item [class*="search-result-"][class*="code"] span {
  -ms-word-break: break-word;
  word-break: break-word;
}
.search-result .search-result-header span {
  font-weight: bold;
}
.search-global {
  opacity: 0;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 1px;
  overflow: hidden;
  height: auto;
  -webkit-transition: width 0.5s ease-in-out, opacity 0.3s ease-out;
  transition: width 0.5s ease-in-out, opacity 0.3s ease-out;
}
.search-global__close {
  position: absolute;
  z-index: 1001;
  top: 24px;
  right: 20px;
}
@media screen and (min-width: 1051px) {
  .search-global__close {
    top: 19px;
  }
}
.search-global__input {
  background: transparent;
  border: none;
  font-size: 16px;
  font-family: "VIA Bold", sans-serif;
  width: 100%;
  float: none;
  z-index: 100;
  position: relative;
  padding: 23px 20px;
  line-height: 1.1;
  color: #414141;
}
@media screen and (min-width: 1051px) {
  .search-global__input {
    padding: 20px;
  }
}
.search-global__input:hover,
.search-global__input:focus {
  background: transparent !important;
}
.search-global__input::-webkit-input-placeholder {
  color: #8c8c8c;
}
.search-global__input::-ms-input-placeholder {
  color: #8c8c8c;
}
.search-global__input::placeholder {
  color: #8c8c8c;
}
.search-global__input:-ms-input-placeholder {
  color: #b1b1b1;
}
.search-global.active {
  display: block;
  opacity: 1;
  z-index: 100;
  width: 100%;
}
@media screen and (min-width: 1051px) {
  .search-global.active {
    width: 50%;
  }
}
.search-global-trigger {
  float: right;
}
.search-global-trigger a {
  display: block;
  padding: 20px 20px 20px 15px;
}
.search-global-trigger a:before {
  content: "S";
}
.search_autocomplete {
  padding: 0 20px 5px 20px;
  margin: 0;
}
.search_autocomplete li {
  color: #adadad;
  line-height: 1.25;
  padding: 5px 5px 5px 0;
  -webkit-transition: padding-left 0.4s ease-in, color 0.2s ease-out, -webkit-transform 0.3s ease-out;
  transition: padding-left 0.4s ease-in, color 0.2s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, padding-left 0.4s ease-in, color 0.2s ease-out;
  transition: transform 0.3s ease-out, padding-left 0.4s ease-in, color 0.2s ease-out, -webkit-transform 0.3s ease-out;
  list-style-type: none;
  border-bottom: 1px solid #adadad;
  cursor: pointer;
}
.search_autocomplete li:last-child {
  border-bottom: none;
}
.search_autocomplete li:hover {
  color: #414141;
}
.search_autocomplete .active {
  color: #414141;
}
.search_autocomplete .active b {
  color: #323132;
}
.cludo-search-results {
  max-width: 1200px;
  margin: auto;
  padding: 25px 20px 0;
}
@media screen and (min-width: 1051px) {
  .cludo-search-results {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.cludo-page-navigation .search_page_list {
  text-align: center !important;
}
.cludo-page-navigation a:hover {
  text-decoration: underline;
}
.cludo-page-navigation .active {
  font-weight: bold;
}
.cludo-page-navigation .next,
.cludo-page-navigation .previous {
  font-size: 150%;
}
.cludo-page-navigation .next a:hover,
.cludo-page-navigation .previous a:hover {
  text-decoration: none;
}
.cludo-page-navigation .powered-by-cludo {
  display: none !important;
}
#cludo-loading img {
  max-width: 40px;
  -webkit-transform: translateX(10%);
      -ms-transform: translateX(10%);
          transform: translateX(10%);
  display: inline-block;
  height: auto;
  border-radius: 50%;
  opacity: 0.6;
}
@media screen and (min-width: 1051px) {
  #cludo-loading img {
    max-width: 100px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.latest-viewed {
  position: relative;
}
.latest-viewed__clear-all {
  position: absolute;
  top: 20px;
  right: 20px;
  text-decoration: underline;
  cursor: pointer;
}
.tag {
  display: inline-block;
  background-color: #c4c4c4;
  border: 1px solid #afafaf;
  padding: 10px;
  margin: 10px;
}
.tag--alternate {
  background-color: #d7d7d7;
}
.tag .icons_close {
  float: right;
  margin-left: 10px;
  margin-top: 1px;
}
.tag-container {
  padding: 0 10px;
}
[class*='headline-'] + .tag-container {
  margin-top: -20px;
}
.wrapper {
  padding-top: 40px;
  border-top: 1px solid #afafaf;
}
.wrapper--noborder {
  border-top: 0;
}
.wrapper--nospace {
  padding-top: 0;
}
.wrapper--thin {
  padding-top: 20px;
}
@media screen and (min-width: 1051px) {
  .wrapper--zindex-desktop {
    position: relative;
    z-index: 3;
  }
}
.wrapper__inner {
  margin: 0 20px;
  position: relative;
}
.wrapper__inner--margin-top {
  margin-top: 20px;
}
.single-column-wrapper > * + * {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .single-column-wrapper > * {
    margin-left: 0;
    margin-right: 0;
  }
}
.single-column-wrapper img {
  width: 100%;
}
.relative {
  position: relative;
}
.wrapper_overlay-button {
  background: none;
  border: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.education-list-wrapper {
  padding: 0 10px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.education-list {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.education-list__item-content {
  min-height: 40px;
  border-bottom: 1px solid #c1c1c1;
}
@media screen and (min-width: 768px) {
  .education-list__item-content {
    min-height: 45px;
  }
}
.education-list__item {
  padding: 0 10px;
  margin-top: 15px;
}
.education-list__link {
  text-decoration: none;
}
.related-content-image-list .related-content-image-list-section-headline {
  padding: 30px 10px 20px 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .related-content-image-list .related-content-image-list-section-headline {
    padding-top: 2.8%;
    padding-bottom: 1.5%;
  }
}
.related-content-image-list .related-content-image-list-item {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.related-content-image-list .related-content-image-list-item:before {
  background-color: #afafaf;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .related-content-image-list .related-content-image-list-item:nth-of-type(odd):before {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .related-content-image-list .related-content-image-list-item:nth-of-type(4n+1):before {
    display: none;
  }
}
.related-content-image-list .related-content-image-list-item__image {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.related-content-image-list .related-content-image-list-item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.related-content-image-list .related-content-image-list-item__description {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px 10px 10px 20px;
  background: rgba(65, 65, 65, 0.5);
  color: #d7d7d7;
}
.related-content-image-list .related-content-image-list-item__description__title {
  margin-bottom: 5px;
}
.related-content-image-list .related-content-image-list-item__description__text {
  display: none;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (min-width: 480px) {
  .related-content-image-list .related-content-image-list-item__description__text {
    display: block;
  }
}
.loading-container {
  width: 100%;
}
.loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.loading__dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #aaaaaa;
  margin: 10px;
  -webkit-animation: dot ease-in-out 1s infinite;
          animation: dot ease-in-out 1s infinite;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.loading__dot:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loading__dot:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@-webkit-keyframes dot {
  50% {
    background-color: #b1b1b1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes dot {
  50% {
    background-color: #b1b1b1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.data-list__headline {
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #afafaf;
  font-size: 14px;
  font-size: 1.4rem;
}
.data-list__term {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-right: -4px;
  font-weight: bold;
}
@media screen and (min-width: 480px) {
  .data-list__term {
    width: 30%;
  }
}
@media screen and (min-width: 992px) {
  .data-list__term {
    width: 40%;
  }
}
.data-list__description {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  padding-left: 10px;
  margin-right: -4px;
}
@media screen and (min-width: 480px) {
  .data-list__description {
    width: 35%;
  }
}
@media screen and (min-width: 992px) {
  .data-list__description {
    width: 30%;
  }
}
.data-list__description--double {
  width: 50%;
}
@media screen and (min-width: 480px) {
  .data-list__description--double {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .data-list__description--double {
    width: 60%;
  }
}
.data-list__link {
  text-decoration: underline;
}
.data-list__row {
  padding: 15px 0;
  border-bottom: 1px solid #afafaf;
}
.lists_vertical-link-list__column:first-of-type {
  padding: 0;
}
.lists_vertical-link-list__column + .lists_vertical-link-list__column {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .lists_vertical-link-list__column + .lists_vertical-link-list__column {
    margin-top: 0;
  }
}
.lists_vertical-link-list__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.lists_vertical-link-list__item {
  font-size: 16px;
  font-size: 1.6rem;
}
.lists_vertical-link-list__content {
  position: relative;
  display: block;
  padding: 22px 20px 22px 40px;
  line-height: 1;
}
.lists_vertical-link-list__icon {
  position: absolute;
  top: 21px;
  left: 20px;
}
.parent-site-link {
  background-color: #484848;
  padding: 15px 0 10px;
}
.parent-site-link__link {
  position: relative;
  left: 20px;
  color: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.parent-site-link__link:hover,
.parent-site-link__link:active,
.parent-site-link__link:focus {
  color: #e6e6e6;
}
.info_info-box {
  background-color: #c1c1c1;
  color: #363636;
  display: inline-block;
  padding: 20px;
  position: relative;
  width: 100%;
}
.info_info-box:before {
  width: 30px;
  height: 30px;
  background-color: inherit;
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: -10px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.dam-gallery-masonry {
  width: 100%;
  overflow: hidden;
}
.dam-gallery-masonry .masonry-grid {
  background: #414141;
  margin-left: -2px;
  margin-top: -1px;
  width: 100.33333333%;
}
.dam-gallery-masonry .masonry-grid:after {
  content: '';
  display: block;
  clear: both;
}
.dam-gallery-masonry .masonry-grid__sizer {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .dam-gallery-masonry .masonry-grid__sizer {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 992px) {
  .dam-gallery-masonry .masonry-grid__sizer {
    width: 16.66666667%;
  }
}
.dam-gallery-masonry .masonry-grid__item {
  float: left;
  position: relative;
  outline: none;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(215, 215, 215, 0.8);
}
.dam-gallery-masonry .masonry-grid__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 1px solid #d7d7d7;
}
.dam-gallery-masonry .masonry-grid__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dam-gallery-masonry .masonry-grid__item--square-small {
  width: 50%;
}
.dam-gallery-masonry .masonry-grid__item--square-small:before {
  content: "";
  display: block ;
  padding-top: 100%;
}
@media screen and (min-width: 768px) {
  .dam-gallery-masonry .masonry-grid__item--square-small {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 992px) {
  .dam-gallery-masonry .masonry-grid__item--square-small {
    width: 16.66666667%;
  }
}
.dam-gallery-masonry .masonry-grid__item--square-large {
  width: 50%;
}
.dam-gallery-masonry .masonry-grid__item--square-large:before {
  content: "";
  display: block ;
  padding-top: 100%;
}
@media screen and (min-width: 768px) {
  .dam-gallery-masonry .masonry-grid__item--square-large {
    width: 66.66666667%;
  }
}
@media screen and (min-width: 992px) {
  .dam-gallery-masonry .masonry-grid__item--square-large {
    width: 33.33333333%;
  }
}
.dam-gallery-masonry .masonry-grid__item--landscape {
  width: 100%;
}
.dam-gallery-masonry .masonry-grid__item--landscape:before {
  content: "";
  display: block ;
  padding-top: 50%;
}
@media screen and (min-width: 768px) {
  .dam-gallery-masonry .masonry-grid__item--landscape {
    width: 66.66666667%;
  }
}
@media screen and (min-width: 992px) {
  .dam-gallery-masonry .masonry-grid__item--landscape {
    width: 33.33333333%;
  }
}
.dam-gallery-masonry .masonry-grid__item--portrait {
  width: 50%;
}
.dam-gallery-masonry .masonry-grid__item--portrait:before {
  content: "";
  display: block ;
  padding-top: 200%;
}
@media screen and (min-width: 768px) {
  .dam-gallery-masonry .masonry-grid__item--portrait {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 992px) {
  .dam-gallery-masonry .masonry-grid__item--portrait {
    width: 16.66666667%;
  }
}
@media screen and (max-width: 767px) {
  body.is-hidden-scroll-bar {
    overflow: hidden;
  }
}
.dam-gallery-slider {
  visibility: hidden;
  opacity: 0;
  z-index: -2;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 65, 65, 0.95);
}
.dam-gallery-slider.is-visible-slider {
  visibility: visible;
  z-index: 1001;
}
.dam-gallery-slider.is-fade-slider-in {
  opacity: 1;
}
.dam-gallery-slider__container {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .dam-gallery-slider__container {
    padding: 60px 30px;
  }
}
@media screen and (min-width: 768px) {
  .dam-gallery-slider__container {
    width: 85%;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .dam-gallery-slider__container {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1200px) {
  .dam-gallery-slider__container {
    width: 85%;
    top: 45%;
  }
}
.dam-gallery-slider .slider {
  background: transparent;
  border: none;
  height: 100%;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .dam-gallery-slider .slider {
    height: auto;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) and (min-height: 992px) {
  .dam-gallery-slider .slider {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 992px) {
  .dam-gallery-slider .slider {
    margin-bottom: 80px;
  }
}
.dam-gallery-slider .slider .flex-viewport {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .dam-gallery-slider .slider .flex-viewport {
    height: auto;
    padding-bottom: 40px;
  }
}
.dam-gallery-slider .slider .slides {
  height: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .dam-gallery-slider .slider .slides {
    height: auto;
  }
}
.dam-gallery-slider .slider .slides li {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .dam-gallery-slider .slider .slides li {
    height: auto;
    overflow: visible;
  }
  .dam-gallery-slider .slider .slides li:before {
    content: "";
    display: block ;
    padding-top: 50%;
  }
}
@media screen and (min-width: 768px) and screen and (max-height: 768px) {
  .dam-gallery-slider .slider .slides li:before {
    padding-top: 45%;
  }
}
.dam-gallery-slider .slider .slides li img {
  width: auto;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .dam-gallery-slider .slider .slides li img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  .dam-gallery-slider .slider .slides li img {
    width: auto;
  }
}
.dam-gallery-slider .slider .slides li .dam-gallery-slider__asset iframe {
  height: 100%;
  width: 100%;
}
.dam-gallery-slider .slider .slides li .dam-gallery-slider__asset,
.dam-gallery-slider .slider .slides li video {
  width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 10px solid transparent;
}
@media screen and (min-width: 768px) {
  .dam-gallery-slider .slider .slides li .dam-gallery-slider__asset,
  .dam-gallery-slider .slider .slides li video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-left: -50%;
    border: none;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (orientation: landscape) and (max-width: 767px) {
}
.dam-gallery-slider .carousel {
  display: none;
}
@media screen and (min-width: 768px) {
  .dam-gallery-slider .carousel {
    display: block;
    margin: 0;
    border: none;
    background: transparent;
    border-radius: none;
  }
  .dam-gallery-slider .carousel .flex-viewport {
    max-width: calc(100% - (120px * 2 ) - 1px);
    margin: auto;
  }
  .dam-gallery-slider .carousel .slides {
    margin: 0;
  }
  .dam-gallery-slider .carousel .slides li {
    border-right: 1px solid #d7d7d7;
    height: 120px;
    min-width: 120px;
    max-width: 120px;
    overflow: hidden;
    margin-right: 0;
    cursor: pointer;
    position: relative;
  }
  .dam-gallery-slider .carousel .slides li:last-child {
    border-right: none;
  }
  .dam-gallery-slider .carousel .slides li.flex-active-slide {
    border: 2px solid #d7d7d7;
    border-left-width: 1px;
  }
  .dam-gallery-slider .carousel .slides li.flex-active-slide:before {
    background-color: transparent;
  }
  .dam-gallery-slider .carousel .slides li.flex-active-slide:first-child {
    border-left: 2px solid #d7d7d7;
  }
  .dam-gallery-slider .carousel .slides li img {
    min-width: 120px;
    min-height: 120px;
    max-height: 240px;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -10%);
        -ms-transform: translate(-50%, -10%);
            transform: translate(-50%, -10%);
  }
}
.dam-gallery-slider .flex-direction-nav {
  display: none;
  line-height: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .dam-gallery-slider .flex-direction-nav {
    display: block;
  }
}
.dam-gallery-slider .flex-direction-nav a {
  overflow: visible;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  outline: none;
}
.dam-gallery-slider .flex-direction-nav a:before {
  content: "" !important;
  opacity: 1 !important;
  display: block;
  visibility: visible;
  width: 100%;
  height: 100%;
  background: transparent;
}
.dam-gallery-slider .flex-direction-nav a:after {
  content: "";
  display: block;
  visibility: visible;
  width: 80px;
  height: 80px;
  background: transparent;
  position: absolute;
  top: -20px;
  left: -20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}
.dam-gallery-slider .flex-direction-nav a.flex-prev:before {
  border-left: 3px solid white;
  border-bottom: 3px solid white;
}
.dam-gallery-slider .flex-direction-nav a.flex-next:before {
  border-top: 3px solid white;
  border-right: 3px solid white;
}
.dam-gallery-slider .flex-direction-nav a.flex-disabled {
  display: none;
}
.dam-gallery-slider .flex-direction-nav a:hover:after {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.dam-gallery-slider__figcaption {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  line-height: 25px;
  right: 0;
  padding: 5px 12px;
  background: rgba(65, 65, 65, 0.6);
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .dam-gallery-slider__figcaption {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .dam-gallery-slider__figcaption {
    bottom: -50px;
    padding: 0;
    background: none;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  .dam-gallery-slider__figcaption {
    text-align: center;
  }
}
.dam-gallery-slider__close-button {
  display: inline-block;
  width: 21px !important;
  height: 21px !important;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 30px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .dam-gallery-slider__close-button {
    top: -25px;
    right: 0px;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) and (max-height: 1000px) {
  .dam-gallery-slider__close-button {
    right: -25px;
  }
}
.dam-gallery-slider__close-button:before {
  display: none !important;
}
.headline-large {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 31px;
  font-size: 31px;
  font-size: 3.1rem;
}
.headline-medium {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 20px;
  margin-top: 0;
}
.headline-regular {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 20px;
  font-size: 21px;
  font-size: 2.1rem;
}
.headline-small {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
}
.richtext {
  line-height: 18px;
  line-height: 1.8rem;
}
.richtext p,
.richtext div {
  font-size: 15.5px;
  font-size: 1.55rem;
  margin-bottom: 10px;
}
.richtext a {
  text-decoration: underline;
}
.richtext b,
.richtext strong {
  font-size: 15.5px;
  font-size: 1.55rem;
}
.richtext ul {
  list-style: none;
  padding-top: 10px;
}
.richtext ul li {
  position: relative;
  font-size: 15.5px;
  font-size: 1.55rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 20px;
}
.richtext ul li:before {
  content: " ";
  position: absolute;
  left: -20px;
  top: 5px;
  height: 6px;
  width: 6px;
  background-color: transparent;
  border: 1px solid #323132;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.icons_arrow-right {
  display: inline-block;
  width: 10px;
  height: 17px;
  background-repeat: no-repeat;
  background-image: url("/Icons/VIA_WEB_IKON_Pil_10x17.svg");
}
.icons_arrow-right--light {
  background-image: url("/Icons/VIA_WEB_IKON_Pil_10x17_Light.svg");
}
.icons_arrow-down {
  display: inline-block;
  width: 17px;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url("/Icons/VIA_WEB_IKON_Pil_17x10.svg");
}
.icons_arrow-up {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  display: inline-block;
  width: 17px;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url("/Icons/VIA_WEB_IKON_Pil_17x10.svg");
}
.icons_close {
  display: block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-image: url(/Icons/VIA_WEB_IKON_X_21x21.svg);
}
.icons_close--light {
  background-image: url(/Icons/VIA_WEB_IKON_Xlight_21x21_DropShadow-10.svg);
}
.icons_filter {
  display: inline-block;
  width: 20px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url("/Icons/VIA-filter.svg");
}
.icons_gallery {
  fill: none;
  stroke: #3d3d3d;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  width: 80px;
}
.icons_gallery__circle {
  fill: #414141;
  opacity: 0.1;
}
.icons_gallery__square {
  fill: #414141;
}
.icons_gallery--alternate {
  stroke: #f0f1f2;
}
.icons_gallery--alternate .icons_gallery__circle,
.icons_gallery--alternate .icons_gallery__square {
  fill: #f0f1f2;
}
.icons_gallery--button {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body {
  background-color: #d7d7d7;
  color: #363636;
  font-family: via-regular, arial, sans-serif;
}
#content {
  border-bottom: 1px solid #afafaf;
}
.container-full-width {
  position: relative;
  width: 100%;
}
.container-full-width .row {
  margin-left: 0;
  margin-right: 0;
}
.container-full-width.regions {
  margin-top: 59px;
}
@media screen and (min-width: 1051px) {
  .container-full-width.regions {
    margin-top: 116px;
    max-width: 1980px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1051px) {
  .expanded-menu .container-full-width.regions {
    margin-top: 176px;
  }
}
@media screen and (min-width: 1051px) {
  .expanded-parent-site-link.expanded-menu .container-full-width.regions {
    margin-top: 221px;
  }
}
@media screen and (min-width: 1051px) {
  .expanded-parent-site-link .container-full-width.regions {
    margin-top: 161px;
  }
}
@media print {
  .container-full-width {
    padding-bottom: 60px;
  }
}
body.Gray .gradient-wrapper__standard > *:nth-of-type(10) {
  background-color: rgba(175, 175, 175, 0.1);
}
body.Gray .gradient-wrapper__standard > *:nth-of-type(9) {
  background-color: rgba(175, 175, 175, 0.2);
}
body.Gray .gradient-wrapper__standard > *:nth-of-type(8) {
  background-color: rgba(175, 175, 175, 0.3);
}
body.Gray .gradient-wrapper__standard > *:nth-of-type(7) {
  background-color: rgba(175, 175, 175, 0.4);
}
body.Gray .gradient-wrapper__standard > *:nth-of-type(6) {
  background-color: rgba(175, 175, 175, 0.5);
}
body.Gray .gradient-wrapper__standard > *:nth-of-type(5) {
  background-color: rgba(175, 175, 175, 0.6);
}
body.Gray .gradient-wrapper__standard > *:nth-of-type(4) {
  background-color: rgba(175, 175, 175, 0.7);
}
body.Gray .gradient-wrapper__standard > *:nth-of-type(3) {
  background-color: rgba(175, 175, 175, 0.8);
}
body.Gray .gradient-wrapper__standard > *:nth-of-type(2) {
  background-color: rgba(175, 175, 175, 0.9);
}
body.Gray .gradient-wrapper__standard > *:nth-of-type(1) {
  background-color: #afafaf;
}
body.Gray .backgroundColor-10 {
  background-color: rgba(175, 175, 175, 0.1);
}
body.Gray .backgroundColor-20 {
  background-color: rgba(175, 175, 175, 0.2);
}
body.Gray .backgroundColor-30 {
  background-color: rgba(175, 175, 175, 0.3);
}
body.Gray .backgroundColor-40 {
  background-color: rgba(175, 175, 175, 0.4);
}
body.Gray .backgroundColor-50 {
  background-color: rgba(175, 175, 175, 0.5);
}
body.Gray .backgroundColor-60 {
  background-color: rgba(175, 175, 175, 0.6);
}
body.Gray .backgroundColor-70 {
  background-color: rgba(175, 175, 175, 0.7);
}
body.Gray .backgroundColor-80 {
  background-color: rgba(175, 175, 175, 0.8);
}
body.Gray .backgroundColor-90 {
  background-color: rgba(175, 175, 175, 0.9);
}
body.Gray .backgroundColor-100 {
  background-color: #afafaf;
}
body.Gray .useTheme-fill {
  fill: #afafaf;
}
body.Gray .useTheme-stroke {
  stroke: #afafaf;
}
body.Gray .useTheme-color {
  color: #afafaf;
}
body.Gray .useTheme-border-color {
  border-color: #afafaf;
}
body.Gray .useTheme-background-color {
  background-color: #afafaf;
}
body.Gray .useTheme,
body.Gray .image-module.useTheme:before,
body.Gray .tab-group .title.open,
body.Gray .scfForm input[type='submit'],
body.Gray .slides-pagination a.current,
body.Gray .vok-module .vok-tab-group .title.open,
body.Gray .vok-module .title.open,
body.Gray .campaign-module .container .read-more-link a,
body.Gray .signup-button a,
body.Gray .browser-support-popup-color-banner,
body.Gray .p-press-image,
body.Gray .grid-component__cta,
body.Gray .button.useTheme {
  background-color: #afafaf;
}
body.Gray .useTheme:hover,
body.Gray .image-module.useTheme:before:hover,
body.Gray .tab-group .title.open:hover,
body.Gray .scfForm input[type='submit']:hover,
body.Gray .slides-pagination a.current:hover,
body.Gray .vok-module .vok-tab-group .title.open:hover,
body.Gray .vok-module .title.open:hover,
body.Gray .campaign-module .container .read-more-link a:hover,
body.Gray .signup-button a:hover,
body.Gray .browser-support-popup-color-banner:hover,
body.Gray .p-press-image:hover,
body.Gray .grid-component__cta:hover,
body.Gray .button.useTheme:hover {
  background-color: #f0f1f2;
}
body.Gray .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 .grid-component__cta {
  background-color: rgba(175, 175, 175, 0.8);
}
body.Gray .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 .grid-component__cta:hover {
  background-color: #f0f1f2;
}
body.Gray .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 + .col-md-4 .grid-component__cta {
  background-color: rgba(175, 175, 175, 0.5);
}
body.Gray .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 + .col-md-4 .grid-component__cta:hover {
  background-color: #f0f1f2;
}
body.Gray .grid-component__cta-fixed .grid-component__cta {
  background-color: #afafaf !important;
  border: none;
}
body.Gray .grid-component__cta-fixed .grid-component__cta:hover {
  background-color: #f0f1f2 !important;
}
body.Gray .primary-navigation .level-1 li.active a,
body.Gray .primary-navigation .level-1 li.active .HeaderLvl2background {
  background-color: rgba(175, 175, 175, 0.4);
}
body.Gray .related-module-title > div,
body.Gray .accordion-item,
body.Gray .tab-group-item,
body.Gray .linklist li,
body.Gray .parent-navigation-module .navigate-link,
body.Gray .dropdowns-themed .dropdown,
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item {
  background-color: #afafaf;
  /*
      http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/
    */
  /* two items  */
  /* three items  */
  /* four items  */
  /* five items  */
}
body.Gray .related-module-title > div:nth-of-type(1),
body.Gray .accordion-item:nth-of-type(1),
body.Gray .tab-group-item:nth-of-type(1),
body.Gray .linklist li:nth-of-type(1),
body.Gray .parent-navigation-module .navigate-link:nth-of-type(1),
body.Gray .dropdowns-themed .dropdown:nth-of-type(1),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(1) {
  background-color: #afafaf;
}
body.Gray .related-module-title > div:nth-of-type(2),
body.Gray .accordion-item:nth-of-type(2),
body.Gray .tab-group-item:nth-of-type(2),
body.Gray .linklist li:nth-of-type(2),
body.Gray .parent-navigation-module .navigate-link:nth-of-type(2),
body.Gray .dropdowns-themed .dropdown:nth-of-type(2),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(2) {
  background-color: rgba(175, 175, 175, 0.9);
}
body.Gray .related-module-title > div:nth-of-type(3),
body.Gray .accordion-item:nth-of-type(3),
body.Gray .tab-group-item:nth-of-type(3),
body.Gray .linklist li:nth-of-type(3),
body.Gray .parent-navigation-module .navigate-link:nth-of-type(3),
body.Gray .dropdowns-themed .dropdown:nth-of-type(3),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(3) {
  background-color: rgba(175, 175, 175, 0.8);
}
body.Gray .related-module-title > div:nth-of-type(4),
body.Gray .accordion-item:nth-of-type(4),
body.Gray .tab-group-item:nth-of-type(4),
body.Gray .linklist li:nth-of-type(4),
body.Gray .parent-navigation-module .navigate-link:nth-of-type(4),
body.Gray .dropdowns-themed .dropdown:nth-of-type(4),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(4) {
  background-color: rgba(175, 175, 175, 0.7);
}
body.Gray .related-module-title > div:nth-of-type(5),
body.Gray .accordion-item:nth-of-type(5),
body.Gray .tab-group-item:nth-of-type(5),
body.Gray .linklist li:nth-of-type(5),
body.Gray .parent-navigation-module .navigate-link:nth-of-type(5),
body.Gray .dropdowns-themed .dropdown:nth-of-type(5),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(5) {
  background-color: rgba(175, 175, 175, 0.6);
}
body.Gray .related-module-title > div:nth-of-type(6),
body.Gray .accordion-item:nth-of-type(6),
body.Gray .tab-group-item:nth-of-type(6),
body.Gray .linklist li:nth-of-type(6),
body.Gray .parent-navigation-module .navigate-link:nth-of-type(6),
body.Gray .dropdowns-themed .dropdown:nth-of-type(6),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(6) {
  background-color: rgba(175, 175, 175, 0.5);
}
body.Gray .related-module-title > div:nth-of-type(7),
body.Gray .accordion-item:nth-of-type(7),
body.Gray .tab-group-item:nth-of-type(7),
body.Gray .linklist li:nth-of-type(7),
body.Gray .parent-navigation-module .navigate-link:nth-of-type(7),
body.Gray .dropdowns-themed .dropdown:nth-of-type(7),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(7) {
  background-color: rgba(175, 175, 175, 0.4);
}
body.Gray .related-module-title > div:nth-of-type(8),
body.Gray .accordion-item:nth-of-type(8),
body.Gray .tab-group-item:nth-of-type(8),
body.Gray .linklist li:nth-of-type(8),
body.Gray .parent-navigation-module .navigate-link:nth-of-type(8),
body.Gray .dropdowns-themed .dropdown:nth-of-type(8),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(8) {
  background-color: rgba(175, 175, 175, 0.3);
}
body.Gray .related-module-title > div:nth-of-type(9),
body.Gray .accordion-item:nth-of-type(9),
body.Gray .tab-group-item:nth-of-type(9),
body.Gray .linklist li:nth-of-type(9),
body.Gray .parent-navigation-module .navigate-link:nth-of-type(9),
body.Gray .dropdowns-themed .dropdown:nth-of-type(9),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(9) {
  background-color: rgba(175, 175, 175, 0.2);
}
body.Gray .related-module-title > div:nth-of-type(10),
body.Gray .accordion-item:nth-of-type(10),
body.Gray .tab-group-item:nth-of-type(10),
body.Gray .linklist li:nth-of-type(10),
body.Gray .parent-navigation-module .navigate-link:nth-of-type(10),
body.Gray .dropdowns-themed .dropdown:nth-of-type(10),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(10) {
  background-color: rgba(175, 175, 175, 0.1);
}
body.Gray .related-module-title > div:first-child:nth-last-child(2):nth-of-type(1),
body.Gray .accordion-item:first-child:nth-last-child(2):nth-of-type(1),
body.Gray .tab-group-item:first-child:nth-last-child(2):nth-of-type(1),
body.Gray .linklist li:first-child:nth-last-child(2):nth-of-type(1),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(2):nth-of-type(1),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(2):nth-of-type(1),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2):nth-of-type(1),
body.Gray .related-module-title > div:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Gray .accordion-item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Gray .tab-group-item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Gray .linklist li:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Gray .related-module-title > div:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Gray .accordion-item:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Gray .tab-group-item:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Gray .linklist li:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ div:nth-of-type(1) {
  background-color: #afafaf;
}
body.Gray .related-module-title > div:first-child:nth-last-child(2):nth-of-type(2),
body.Gray .accordion-item:first-child:nth-last-child(2):nth-of-type(2),
body.Gray .tab-group-item:first-child:nth-last-child(2):nth-of-type(2),
body.Gray .linklist li:first-child:nth-last-child(2):nth-of-type(2),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(2):nth-of-type(2),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(2):nth-of-type(2),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2):nth-of-type(2),
body.Gray .related-module-title > div:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Gray .accordion-item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Gray .tab-group-item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Gray .linklist li:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Gray .related-module-title > div:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Gray .accordion-item:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Gray .tab-group-item:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Gray .linklist li:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ div:nth-of-type(2) {
  background-color: rgba(175, 175, 175, 0.7);
}
body.Gray .related-module-title > div:first-child:nth-last-child(3):nth-of-type(1),
body.Gray .accordion-item:first-child:nth-last-child(3):nth-of-type(1),
body.Gray .tab-group-item:first-child:nth-last-child(3):nth-of-type(1),
body.Gray .linklist li:first-child:nth-last-child(3):nth-of-type(1),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(1),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(1),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(1),
body.Gray .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Gray .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Gray .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Gray .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Gray .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Gray .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Gray .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Gray .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(1) {
  background-color: rgba(175, 175, 175, 0.75);
}
body.Gray .related-module-title > div:first-child:nth-last-child(3):nth-of-type(2),
body.Gray .accordion-item:first-child:nth-last-child(3):nth-of-type(2),
body.Gray .tab-group-item:first-child:nth-last-child(3):nth-of-type(2),
body.Gray .linklist li:first-child:nth-last-child(3):nth-of-type(2),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(2),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(2),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(2),
body.Gray .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Gray .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Gray .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Gray .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Gray .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Gray .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Gray .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Gray .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(2) {
  background-color: rgba(175, 175, 175, 0.5);
}
body.Gray .related-module-title > div:first-child:nth-last-child(3):nth-of-type(3),
body.Gray .accordion-item:first-child:nth-last-child(3):nth-of-type(3),
body.Gray .tab-group-item:first-child:nth-last-child(3):nth-of-type(3),
body.Gray .linklist li:first-child:nth-last-child(3):nth-of-type(3),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(3),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(3),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(3),
body.Gray .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Gray .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Gray .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Gray .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Gray .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Gray .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Gray .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Gray .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(3) {
  background-color: rgba(175, 175, 175, 0.25);
}
body.Gray .related-module-title > div:first-child:nth-last-child(4):nth-of-type(1),
body.Gray .accordion-item:first-child:nth-last-child(4):nth-of-type(1),
body.Gray .tab-group-item:first-child:nth-last-child(4):nth-of-type(1),
body.Gray .linklist li:first-child:nth-last-child(4):nth-of-type(1),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(1),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(1),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(1),
body.Gray .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Gray .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Gray .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Gray .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Gray .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Gray .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Gray .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Gray .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(1) {
  background-color: #afafaf;
}
body.Gray .related-module-title > div:first-child:nth-last-child(4):nth-of-type(2),
body.Gray .accordion-item:first-child:nth-last-child(4):nth-of-type(2),
body.Gray .tab-group-item:first-child:nth-last-child(4):nth-of-type(2),
body.Gray .linklist li:first-child:nth-last-child(4):nth-of-type(2),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(2),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(2),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(2),
body.Gray .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Gray .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Gray .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Gray .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Gray .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Gray .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Gray .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Gray .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(2) {
  background-color: rgba(175, 175, 175, 0.8);
}
body.Gray .related-module-title > div:first-child:nth-last-child(4):nth-of-type(3),
body.Gray .accordion-item:first-child:nth-last-child(4):nth-of-type(3),
body.Gray .tab-group-item:first-child:nth-last-child(4):nth-of-type(3),
body.Gray .linklist li:first-child:nth-last-child(4):nth-of-type(3),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(3),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(3),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(3),
body.Gray .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Gray .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Gray .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Gray .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Gray .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Gray .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Gray .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Gray .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(3) {
  background-color: rgba(175, 175, 175, 0.55);
}
body.Gray .related-module-title > div:first-child:nth-last-child(4):nth-of-type(4),
body.Gray .accordion-item:first-child:nth-last-child(4):nth-of-type(4),
body.Gray .tab-group-item:first-child:nth-last-child(4):nth-of-type(4),
body.Gray .linklist li:first-child:nth-last-child(4):nth-of-type(4),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(4),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(4),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(4),
body.Gray .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Gray .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Gray .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Gray .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Gray .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Gray .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Gray .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Gray .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(4) {
  background-color: rgba(175, 175, 175, 0.3);
}
body.Gray .related-module-title > div:first-child:nth-last-child(5):nth-of-type(1),
body.Gray .accordion-item:first-child:nth-last-child(5):nth-of-type(1),
body.Gray .tab-group-item:first-child:nth-last-child(5):nth-of-type(1),
body.Gray .linklist li:first-child:nth-last-child(5):nth-of-type(1),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(1),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(1),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(1),
body.Gray .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Gray .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Gray .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Gray .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Gray .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Gray .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Gray .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Gray .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(1) {
  background-color: #afafaf;
}
body.Gray .related-module-title > div:first-child:nth-last-child(5):nth-of-type(2),
body.Gray .accordion-item:first-child:nth-last-child(5):nth-of-type(2),
body.Gray .tab-group-item:first-child:nth-last-child(5):nth-of-type(2),
body.Gray .linklist li:first-child:nth-last-child(5):nth-of-type(2),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(2),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(2),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(2),
body.Gray .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Gray .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Gray .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Gray .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Gray .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Gray .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Gray .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Gray .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(2) {
  background-color: rgba(175, 175, 175, 0.9);
}
body.Gray .related-module-title > div:first-child:nth-last-child(5):nth-of-type(3),
body.Gray .accordion-item:first-child:nth-last-child(5):nth-of-type(3),
body.Gray .tab-group-item:first-child:nth-last-child(5):nth-of-type(3),
body.Gray .linklist li:first-child:nth-last-child(5):nth-of-type(3),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(3),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(3),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(3),
body.Gray .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Gray .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Gray .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Gray .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Gray .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Gray .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Gray .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Gray .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(3) {
  background-color: rgba(175, 175, 175, 0.7);
}
body.Gray .related-module-title > div:first-child:nth-last-child(5):nth-of-type(4),
body.Gray .accordion-item:first-child:nth-last-child(5):nth-of-type(4),
body.Gray .tab-group-item:first-child:nth-last-child(5):nth-of-type(4),
body.Gray .linklist li:first-child:nth-last-child(5):nth-of-type(4),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(4),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(4),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(4),
body.Gray .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Gray .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Gray .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Gray .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Gray .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Gray .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Gray .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Gray .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(4) {
  background-color: rgba(175, 175, 175, 0.5);
}
body.Gray .related-module-title > div:first-child:nth-last-child(5):nth-of-type(5),
body.Gray .accordion-item:first-child:nth-last-child(5):nth-of-type(5),
body.Gray .tab-group-item:first-child:nth-last-child(5):nth-of-type(5),
body.Gray .linklist li:first-child:nth-last-child(5):nth-of-type(5),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(5),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(5),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(5),
body.Gray .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Gray .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Gray .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Gray .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Gray .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Gray .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Gray .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Gray .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Gray .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Gray .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(5) {
  background-color: rgba(175, 175, 175, 0.3);
}
body.Gray .related-module-title > div:nth-child(n+11),
body.Gray .accordion-item:nth-child(n+11),
body.Gray .tab-group-item:nth-child(n+11),
body.Gray .linklist li:nth-child(n+11),
body.Gray .parent-navigation-module .navigate-link:nth-child(n+11),
body.Gray .dropdowns-themed .dropdown:nth-child(n+11),
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-child(n+11) {
  background-color: rgba(175, 175, 175, 0);
}
@media screen and (min-width: 768px) {
  body.Gray .has-background .accordion-item,
  body.Gray .has-background .tab-group-item {
    background-color: rgba(175, 175, 175, 0.5);
  }
  body.Gray .has-background .accordion-item:not(.open):hover,
  body.Gray .has-background .tab-group-item:not(.open):hover {
    background-color: rgba(240, 241, 242, 0.5) !important;
  }
}
@media screen and (max-width: 1050px) {
  body.Gray .mobile-filter__item {
    background-color: #afafaf;
    /*
        http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/
      */
    /* two items  */
    /* three items  */
    /* four items  */
    /* five items  */
  }
  body.Gray .mobile-filter__item:nth-of-type(1) {
    background-color: #afafaf;
  }
  body.Gray .mobile-filter__item:nth-of-type(2) {
    background-color: rgba(175, 175, 175, 0.9);
  }
  body.Gray .mobile-filter__item:nth-of-type(3) {
    background-color: rgba(175, 175, 175, 0.8);
  }
  body.Gray .mobile-filter__item:nth-of-type(4) {
    background-color: rgba(175, 175, 175, 0.7);
  }
  body.Gray .mobile-filter__item:nth-of-type(5) {
    background-color: rgba(175, 175, 175, 0.6);
  }
  body.Gray .mobile-filter__item:nth-of-type(6) {
    background-color: rgba(175, 175, 175, 0.5);
  }
  body.Gray .mobile-filter__item:nth-of-type(7) {
    background-color: rgba(175, 175, 175, 0.4);
  }
  body.Gray .mobile-filter__item:nth-of-type(8) {
    background-color: rgba(175, 175, 175, 0.3);
  }
  body.Gray .mobile-filter__item:nth-of-type(9) {
    background-color: rgba(175, 175, 175, 0.2);
  }
  body.Gray .mobile-filter__item:nth-of-type(10) {
    background-color: rgba(175, 175, 175, 0.1);
  }
  body.Gray .mobile-filter__item:first-child:nth-last-child(2):nth-of-type(1),
  body.Gray .mobile-filter__item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
  body.Gray .mobile-filter__item:first-child:nth-last-child(2) ~ div:nth-of-type(1) {
    background-color: #afafaf;
  }
  body.Gray .mobile-filter__item:first-child:nth-last-child(2):nth-of-type(2),
  body.Gray .mobile-filter__item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
  body.Gray .mobile-filter__item:first-child:nth-last-child(2) ~ div:nth-of-type(2) {
    background-color: rgba(175, 175, 175, 0.7);
  }
  body.Gray .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(1),
  body.Gray .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
  body.Gray .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(1) {
    background-color: rgba(175, 175, 175, 0.75);
  }
  body.Gray .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(2),
  body.Gray .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
  body.Gray .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(2) {
    background-color: rgba(175, 175, 175, 0.5);
  }
  body.Gray .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(3),
  body.Gray .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
  body.Gray .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(3) {
    background-color: rgba(175, 175, 175, 0.25);
  }
  body.Gray .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(1),
  body.Gray .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
  body.Gray .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(1) {
    background-color: #afafaf;
  }
  body.Gray .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(2),
  body.Gray .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
  body.Gray .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(2) {
    background-color: rgba(175, 175, 175, 0.8);
  }
  body.Gray .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(3),
  body.Gray .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
  body.Gray .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(3) {
    background-color: rgba(175, 175, 175, 0.55);
  }
  body.Gray .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(4),
  body.Gray .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
  body.Gray .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(4) {
    background-color: rgba(175, 175, 175, 0.3);
  }
  body.Gray .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(1),
  body.Gray .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
  body.Gray .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(1) {
    background-color: #afafaf;
  }
  body.Gray .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(2),
  body.Gray .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
  body.Gray .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(2) {
    background-color: rgba(175, 175, 175, 0.9);
  }
  body.Gray .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(3),
  body.Gray .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
  body.Gray .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(3) {
    background-color: rgba(175, 175, 175, 0.7);
  }
  body.Gray .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(4),
  body.Gray .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
  body.Gray .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(4) {
    background-color: rgba(175, 175, 175, 0.5);
  }
  body.Gray .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(5),
  body.Gray .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
  body.Gray .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(5) {
    background-color: rgba(175, 175, 175, 0.3);
  }
}
body.Gray .accordion-item:not(.open):hover,
body.Gray .tab-group-item:hover,
body.Gray .linklist li:hover,
body.Gray .lists_vertical-link-list__list .lists_vertical-link-list__item:hover {
  background: #f0f1f2 !important;
}
body.Yellow .gradient-wrapper__standard > *:nth-of-type(10) {
  background-color: rgba(255, 190, 80, 0.1);
}
body.Yellow .gradient-wrapper__standard > *:nth-of-type(9) {
  background-color: rgba(255, 190, 80, 0.2);
}
body.Yellow .gradient-wrapper__standard > *:nth-of-type(8) {
  background-color: rgba(255, 190, 80, 0.3);
}
body.Yellow .gradient-wrapper__standard > *:nth-of-type(7) {
  background-color: rgba(255, 190, 80, 0.4);
}
body.Yellow .gradient-wrapper__standard > *:nth-of-type(6) {
  background-color: rgba(255, 190, 80, 0.5);
}
body.Yellow .gradient-wrapper__standard > *:nth-of-type(5) {
  background-color: rgba(255, 190, 80, 0.6);
}
body.Yellow .gradient-wrapper__standard > *:nth-of-type(4) {
  background-color: rgba(255, 190, 80, 0.7);
}
body.Yellow .gradient-wrapper__standard > *:nth-of-type(3) {
  background-color: rgba(255, 190, 80, 0.8);
}
body.Yellow .gradient-wrapper__standard > *:nth-of-type(2) {
  background-color: rgba(255, 190, 80, 0.9);
}
body.Yellow .gradient-wrapper__standard > *:nth-of-type(1) {
  background-color: #ffbe50;
}
body.Yellow .backgroundColor-10 {
  background-color: rgba(255, 190, 80, 0.1);
}
body.Yellow .backgroundColor-20 {
  background-color: rgba(255, 190, 80, 0.2);
}
body.Yellow .backgroundColor-30 {
  background-color: rgba(255, 190, 80, 0.3);
}
body.Yellow .backgroundColor-40 {
  background-color: rgba(255, 190, 80, 0.4);
}
body.Yellow .backgroundColor-50 {
  background-color: rgba(255, 190, 80, 0.5);
}
body.Yellow .backgroundColor-60 {
  background-color: rgba(255, 190, 80, 0.6);
}
body.Yellow .backgroundColor-70 {
  background-color: rgba(255, 190, 80, 0.7);
}
body.Yellow .backgroundColor-80 {
  background-color: rgba(255, 190, 80, 0.8);
}
body.Yellow .backgroundColor-90 {
  background-color: rgba(255, 190, 80, 0.9);
}
body.Yellow .backgroundColor-100 {
  background-color: #ffbe50;
}
body.Yellow .useTheme-fill {
  fill: #ffbe50;
}
body.Yellow .useTheme-stroke {
  stroke: #ffbe50;
}
body.Yellow .useTheme-color {
  color: #ffbe50;
}
body.Yellow .useTheme-border-color {
  border-color: #ffbe50;
}
body.Yellow .useTheme-background-color {
  background-color: #ffbe50;
}
body.Yellow .useTheme,
body.Yellow .image-module.useTheme:before,
body.Yellow .tab-group .title.open,
body.Yellow .scfForm input[type='submit'],
body.Yellow .slides-pagination a.current,
body.Yellow .vok-module .vok-tab-group .title.open,
body.Yellow .vok-module .title.open,
body.Yellow .campaign-module .container .read-more-link a,
body.Yellow .signup-button a,
body.Yellow .browser-support-popup-color-banner,
body.Yellow .p-press-image,
body.Yellow .grid-component__cta,
body.Yellow .button.useTheme {
  background-color: #ffbe50;
}
body.Yellow .useTheme:hover,
body.Yellow .image-module.useTheme:before:hover,
body.Yellow .tab-group .title.open:hover,
body.Yellow .scfForm input[type='submit']:hover,
body.Yellow .slides-pagination a.current:hover,
body.Yellow .vok-module .vok-tab-group .title.open:hover,
body.Yellow .vok-module .title.open:hover,
body.Yellow .campaign-module .container .read-more-link a:hover,
body.Yellow .signup-button a:hover,
body.Yellow .browser-support-popup-color-banner:hover,
body.Yellow .p-press-image:hover,
body.Yellow .grid-component__cta:hover,
body.Yellow .button.useTheme:hover {
  background-color: #f0f1f2;
}
body.Yellow .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 .grid-component__cta {
  background-color: rgba(255, 190, 80, 0.8);
}
body.Yellow .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 .grid-component__cta:hover {
  background-color: #f0f1f2;
}
body.Yellow .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 + .col-md-4 .grid-component__cta {
  background-color: rgba(255, 190, 80, 0.5);
}
body.Yellow .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 + .col-md-4 .grid-component__cta:hover {
  background-color: #f0f1f2;
}
body.Yellow .grid-component__cta-fixed .grid-component__cta {
  background-color: #ffbe50 !important;
  border: none;
}
body.Yellow .grid-component__cta-fixed .grid-component__cta:hover {
  background-color: #f0f1f2 !important;
}
body.Yellow .primary-navigation .level-1 li.active a,
body.Yellow .primary-navigation .level-1 li.active .HeaderLvl2background {
  background-color: rgba(255, 190, 80, 0.4);
}
body.Yellow .related-module-title > div,
body.Yellow .accordion-item,
body.Yellow .tab-group-item,
body.Yellow .linklist li,
body.Yellow .parent-navigation-module .navigate-link,
body.Yellow .dropdowns-themed .dropdown,
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item {
  background-color: #ffbe50;
  /*
      http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/
    */
  /* two items  */
  /* three items  */
  /* four items  */
  /* five items  */
}
body.Yellow .related-module-title > div:nth-of-type(1),
body.Yellow .accordion-item:nth-of-type(1),
body.Yellow .tab-group-item:nth-of-type(1),
body.Yellow .linklist li:nth-of-type(1),
body.Yellow .parent-navigation-module .navigate-link:nth-of-type(1),
body.Yellow .dropdowns-themed .dropdown:nth-of-type(1),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(1) {
  background-color: #ffbe50;
}
body.Yellow .related-module-title > div:nth-of-type(2),
body.Yellow .accordion-item:nth-of-type(2),
body.Yellow .tab-group-item:nth-of-type(2),
body.Yellow .linklist li:nth-of-type(2),
body.Yellow .parent-navigation-module .navigate-link:nth-of-type(2),
body.Yellow .dropdowns-themed .dropdown:nth-of-type(2),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(2) {
  background-color: rgba(255, 190, 80, 0.9);
}
body.Yellow .related-module-title > div:nth-of-type(3),
body.Yellow .accordion-item:nth-of-type(3),
body.Yellow .tab-group-item:nth-of-type(3),
body.Yellow .linklist li:nth-of-type(3),
body.Yellow .parent-navigation-module .navigate-link:nth-of-type(3),
body.Yellow .dropdowns-themed .dropdown:nth-of-type(3),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(3) {
  background-color: rgba(255, 190, 80, 0.8);
}
body.Yellow .related-module-title > div:nth-of-type(4),
body.Yellow .accordion-item:nth-of-type(4),
body.Yellow .tab-group-item:nth-of-type(4),
body.Yellow .linklist li:nth-of-type(4),
body.Yellow .parent-navigation-module .navigate-link:nth-of-type(4),
body.Yellow .dropdowns-themed .dropdown:nth-of-type(4),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(4) {
  background-color: rgba(255, 190, 80, 0.7);
}
body.Yellow .related-module-title > div:nth-of-type(5),
body.Yellow .accordion-item:nth-of-type(5),
body.Yellow .tab-group-item:nth-of-type(5),
body.Yellow .linklist li:nth-of-type(5),
body.Yellow .parent-navigation-module .navigate-link:nth-of-type(5),
body.Yellow .dropdowns-themed .dropdown:nth-of-type(5),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(5) {
  background-color: rgba(255, 190, 80, 0.6);
}
body.Yellow .related-module-title > div:nth-of-type(6),
body.Yellow .accordion-item:nth-of-type(6),
body.Yellow .tab-group-item:nth-of-type(6),
body.Yellow .linklist li:nth-of-type(6),
body.Yellow .parent-navigation-module .navigate-link:nth-of-type(6),
body.Yellow .dropdowns-themed .dropdown:nth-of-type(6),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(6) {
  background-color: rgba(255, 190, 80, 0.5);
}
body.Yellow .related-module-title > div:nth-of-type(7),
body.Yellow .accordion-item:nth-of-type(7),
body.Yellow .tab-group-item:nth-of-type(7),
body.Yellow .linklist li:nth-of-type(7),
body.Yellow .parent-navigation-module .navigate-link:nth-of-type(7),
body.Yellow .dropdowns-themed .dropdown:nth-of-type(7),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(7) {
  background-color: rgba(255, 190, 80, 0.4);
}
body.Yellow .related-module-title > div:nth-of-type(8),
body.Yellow .accordion-item:nth-of-type(8),
body.Yellow .tab-group-item:nth-of-type(8),
body.Yellow .linklist li:nth-of-type(8),
body.Yellow .parent-navigation-module .navigate-link:nth-of-type(8),
body.Yellow .dropdowns-themed .dropdown:nth-of-type(8),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(8) {
  background-color: rgba(255, 190, 80, 0.3);
}
body.Yellow .related-module-title > div:nth-of-type(9),
body.Yellow .accordion-item:nth-of-type(9),
body.Yellow .tab-group-item:nth-of-type(9),
body.Yellow .linklist li:nth-of-type(9),
body.Yellow .parent-navigation-module .navigate-link:nth-of-type(9),
body.Yellow .dropdowns-themed .dropdown:nth-of-type(9),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(9) {
  background-color: rgba(255, 190, 80, 0.2);
}
body.Yellow .related-module-title > div:nth-of-type(10),
body.Yellow .accordion-item:nth-of-type(10),
body.Yellow .tab-group-item:nth-of-type(10),
body.Yellow .linklist li:nth-of-type(10),
body.Yellow .parent-navigation-module .navigate-link:nth-of-type(10),
body.Yellow .dropdowns-themed .dropdown:nth-of-type(10),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(10) {
  background-color: rgba(255, 190, 80, 0.1);
}
body.Yellow .related-module-title > div:first-child:nth-last-child(2):nth-of-type(1),
body.Yellow .accordion-item:first-child:nth-last-child(2):nth-of-type(1),
body.Yellow .tab-group-item:first-child:nth-last-child(2):nth-of-type(1),
body.Yellow .linklist li:first-child:nth-last-child(2):nth-of-type(1),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(2):nth-of-type(1),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(2):nth-of-type(1),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2):nth-of-type(1),
body.Yellow .related-module-title > div:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Yellow .accordion-item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Yellow .tab-group-item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Yellow .linklist li:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Yellow .related-module-title > div:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Yellow .accordion-item:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Yellow .tab-group-item:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Yellow .linklist li:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ div:nth-of-type(1) {
  background-color: #ffbe50;
}
body.Yellow .related-module-title > div:first-child:nth-last-child(2):nth-of-type(2),
body.Yellow .accordion-item:first-child:nth-last-child(2):nth-of-type(2),
body.Yellow .tab-group-item:first-child:nth-last-child(2):nth-of-type(2),
body.Yellow .linklist li:first-child:nth-last-child(2):nth-of-type(2),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(2):nth-of-type(2),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(2):nth-of-type(2),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2):nth-of-type(2),
body.Yellow .related-module-title > div:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Yellow .accordion-item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Yellow .tab-group-item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Yellow .linklist li:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Yellow .related-module-title > div:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Yellow .accordion-item:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Yellow .tab-group-item:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Yellow .linklist li:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ div:nth-of-type(2) {
  background-color: rgba(255, 190, 80, 0.7);
}
body.Yellow .related-module-title > div:first-child:nth-last-child(3):nth-of-type(1),
body.Yellow .accordion-item:first-child:nth-last-child(3):nth-of-type(1),
body.Yellow .tab-group-item:first-child:nth-last-child(3):nth-of-type(1),
body.Yellow .linklist li:first-child:nth-last-child(3):nth-of-type(1),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(1),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(1),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(1),
body.Yellow .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Yellow .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Yellow .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Yellow .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Yellow .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Yellow .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Yellow .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Yellow .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(1) {
  background-color: rgba(255, 190, 80, 0.75);
}
body.Yellow .related-module-title > div:first-child:nth-last-child(3):nth-of-type(2),
body.Yellow .accordion-item:first-child:nth-last-child(3):nth-of-type(2),
body.Yellow .tab-group-item:first-child:nth-last-child(3):nth-of-type(2),
body.Yellow .linklist li:first-child:nth-last-child(3):nth-of-type(2),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(2),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(2),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(2),
body.Yellow .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Yellow .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Yellow .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Yellow .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Yellow .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Yellow .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Yellow .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Yellow .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(2) {
  background-color: rgba(255, 190, 80, 0.5);
}
body.Yellow .related-module-title > div:first-child:nth-last-child(3):nth-of-type(3),
body.Yellow .accordion-item:first-child:nth-last-child(3):nth-of-type(3),
body.Yellow .tab-group-item:first-child:nth-last-child(3):nth-of-type(3),
body.Yellow .linklist li:first-child:nth-last-child(3):nth-of-type(3),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(3),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(3),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(3),
body.Yellow .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Yellow .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Yellow .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Yellow .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Yellow .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Yellow .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Yellow .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Yellow .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(3) {
  background-color: rgba(255, 190, 80, 0.25);
}
body.Yellow .related-module-title > div:first-child:nth-last-child(4):nth-of-type(1),
body.Yellow .accordion-item:first-child:nth-last-child(4):nth-of-type(1),
body.Yellow .tab-group-item:first-child:nth-last-child(4):nth-of-type(1),
body.Yellow .linklist li:first-child:nth-last-child(4):nth-of-type(1),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(1),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(1),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(1),
body.Yellow .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Yellow .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Yellow .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Yellow .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Yellow .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Yellow .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Yellow .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Yellow .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(1) {
  background-color: #ffbe50;
}
body.Yellow .related-module-title > div:first-child:nth-last-child(4):nth-of-type(2),
body.Yellow .accordion-item:first-child:nth-last-child(4):nth-of-type(2),
body.Yellow .tab-group-item:first-child:nth-last-child(4):nth-of-type(2),
body.Yellow .linklist li:first-child:nth-last-child(4):nth-of-type(2),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(2),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(2),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(2),
body.Yellow .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Yellow .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Yellow .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Yellow .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Yellow .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Yellow .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Yellow .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Yellow .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(2) {
  background-color: rgba(255, 190, 80, 0.8);
}
body.Yellow .related-module-title > div:first-child:nth-last-child(4):nth-of-type(3),
body.Yellow .accordion-item:first-child:nth-last-child(4):nth-of-type(3),
body.Yellow .tab-group-item:first-child:nth-last-child(4):nth-of-type(3),
body.Yellow .linklist li:first-child:nth-last-child(4):nth-of-type(3),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(3),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(3),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(3),
body.Yellow .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Yellow .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Yellow .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Yellow .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Yellow .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Yellow .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Yellow .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Yellow .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(3) {
  background-color: rgba(255, 190, 80, 0.55);
}
body.Yellow .related-module-title > div:first-child:nth-last-child(4):nth-of-type(4),
body.Yellow .accordion-item:first-child:nth-last-child(4):nth-of-type(4),
body.Yellow .tab-group-item:first-child:nth-last-child(4):nth-of-type(4),
body.Yellow .linklist li:first-child:nth-last-child(4):nth-of-type(4),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(4),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(4),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(4),
body.Yellow .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Yellow .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Yellow .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Yellow .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Yellow .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Yellow .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Yellow .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Yellow .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(4) {
  background-color: rgba(255, 190, 80, 0.3);
}
body.Yellow .related-module-title > div:first-child:nth-last-child(5):nth-of-type(1),
body.Yellow .accordion-item:first-child:nth-last-child(5):nth-of-type(1),
body.Yellow .tab-group-item:first-child:nth-last-child(5):nth-of-type(1),
body.Yellow .linklist li:first-child:nth-last-child(5):nth-of-type(1),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(1),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(1),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(1),
body.Yellow .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Yellow .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Yellow .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Yellow .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Yellow .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Yellow .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Yellow .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Yellow .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(1) {
  background-color: #ffbe50;
}
body.Yellow .related-module-title > div:first-child:nth-last-child(5):nth-of-type(2),
body.Yellow .accordion-item:first-child:nth-last-child(5):nth-of-type(2),
body.Yellow .tab-group-item:first-child:nth-last-child(5):nth-of-type(2),
body.Yellow .linklist li:first-child:nth-last-child(5):nth-of-type(2),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(2),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(2),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(2),
body.Yellow .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Yellow .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Yellow .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Yellow .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Yellow .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Yellow .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Yellow .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Yellow .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(2) {
  background-color: rgba(255, 190, 80, 0.9);
}
body.Yellow .related-module-title > div:first-child:nth-last-child(5):nth-of-type(3),
body.Yellow .accordion-item:first-child:nth-last-child(5):nth-of-type(3),
body.Yellow .tab-group-item:first-child:nth-last-child(5):nth-of-type(3),
body.Yellow .linklist li:first-child:nth-last-child(5):nth-of-type(3),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(3),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(3),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(3),
body.Yellow .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Yellow .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Yellow .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Yellow .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Yellow .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Yellow .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Yellow .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Yellow .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(3) {
  background-color: rgba(255, 190, 80, 0.7);
}
body.Yellow .related-module-title > div:first-child:nth-last-child(5):nth-of-type(4),
body.Yellow .accordion-item:first-child:nth-last-child(5):nth-of-type(4),
body.Yellow .tab-group-item:first-child:nth-last-child(5):nth-of-type(4),
body.Yellow .linklist li:first-child:nth-last-child(5):nth-of-type(4),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(4),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(4),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(4),
body.Yellow .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Yellow .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Yellow .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Yellow .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Yellow .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Yellow .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Yellow .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Yellow .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(4) {
  background-color: rgba(255, 190, 80, 0.5);
}
body.Yellow .related-module-title > div:first-child:nth-last-child(5):nth-of-type(5),
body.Yellow .accordion-item:first-child:nth-last-child(5):nth-of-type(5),
body.Yellow .tab-group-item:first-child:nth-last-child(5):nth-of-type(5),
body.Yellow .linklist li:first-child:nth-last-child(5):nth-of-type(5),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(5),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(5),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(5),
body.Yellow .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Yellow .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Yellow .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Yellow .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Yellow .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Yellow .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Yellow .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Yellow .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Yellow .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Yellow .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(5) {
  background-color: rgba(255, 190, 80, 0.3);
}
body.Yellow .related-module-title > div:nth-child(n+11),
body.Yellow .accordion-item:nth-child(n+11),
body.Yellow .tab-group-item:nth-child(n+11),
body.Yellow .linklist li:nth-child(n+11),
body.Yellow .parent-navigation-module .navigate-link:nth-child(n+11),
body.Yellow .dropdowns-themed .dropdown:nth-child(n+11),
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-child(n+11) {
  background-color: rgba(255, 190, 80, 0);
}
@media screen and (min-width: 768px) {
  body.Yellow .has-background .accordion-item,
  body.Yellow .has-background .tab-group-item {
    background-color: rgba(255, 190, 80, 0.5);
  }
  body.Yellow .has-background .accordion-item:not(.open):hover,
  body.Yellow .has-background .tab-group-item:not(.open):hover {
    background-color: rgba(240, 241, 242, 0.5) !important;
  }
}
@media screen and (max-width: 1050px) {
  body.Yellow .mobile-filter__item {
    background-color: #ffbe50;
    /*
        http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/
      */
    /* two items  */
    /* three items  */
    /* four items  */
    /* five items  */
  }
  body.Yellow .mobile-filter__item:nth-of-type(1) {
    background-color: #ffbe50;
  }
  body.Yellow .mobile-filter__item:nth-of-type(2) {
    background-color: rgba(255, 190, 80, 0.9);
  }
  body.Yellow .mobile-filter__item:nth-of-type(3) {
    background-color: rgba(255, 190, 80, 0.8);
  }
  body.Yellow .mobile-filter__item:nth-of-type(4) {
    background-color: rgba(255, 190, 80, 0.7);
  }
  body.Yellow .mobile-filter__item:nth-of-type(5) {
    background-color: rgba(255, 190, 80, 0.6);
  }
  body.Yellow .mobile-filter__item:nth-of-type(6) {
    background-color: rgba(255, 190, 80, 0.5);
  }
  body.Yellow .mobile-filter__item:nth-of-type(7) {
    background-color: rgba(255, 190, 80, 0.4);
  }
  body.Yellow .mobile-filter__item:nth-of-type(8) {
    background-color: rgba(255, 190, 80, 0.3);
  }
  body.Yellow .mobile-filter__item:nth-of-type(9) {
    background-color: rgba(255, 190, 80, 0.2);
  }
  body.Yellow .mobile-filter__item:nth-of-type(10) {
    background-color: rgba(255, 190, 80, 0.1);
  }
  body.Yellow .mobile-filter__item:first-child:nth-last-child(2):nth-of-type(1),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(2) ~ div:nth-of-type(1) {
    background-color: #ffbe50;
  }
  body.Yellow .mobile-filter__item:first-child:nth-last-child(2):nth-of-type(2),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(2) ~ div:nth-of-type(2) {
    background-color: rgba(255, 190, 80, 0.7);
  }
  body.Yellow .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(1),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(1) {
    background-color: rgba(255, 190, 80, 0.75);
  }
  body.Yellow .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(2),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(2) {
    background-color: rgba(255, 190, 80, 0.5);
  }
  body.Yellow .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(3),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(3) {
    background-color: rgba(255, 190, 80, 0.25);
  }
  body.Yellow .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(1),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(1) {
    background-color: #ffbe50;
  }
  body.Yellow .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(2),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(2) {
    background-color: rgba(255, 190, 80, 0.8);
  }
  body.Yellow .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(3),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(3) {
    background-color: rgba(255, 190, 80, 0.55);
  }
  body.Yellow .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(4),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(4) {
    background-color: rgba(255, 190, 80, 0.3);
  }
  body.Yellow .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(1),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(1) {
    background-color: #ffbe50;
  }
  body.Yellow .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(2),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(2) {
    background-color: rgba(255, 190, 80, 0.9);
  }
  body.Yellow .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(3),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(3) {
    background-color: rgba(255, 190, 80, 0.7);
  }
  body.Yellow .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(4),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(4) {
    background-color: rgba(255, 190, 80, 0.5);
  }
  body.Yellow .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(5),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
  body.Yellow .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(5) {
    background-color: rgba(255, 190, 80, 0.3);
  }
}
body.Yellow .accordion-item:not(.open):hover,
body.Yellow .tab-group-item:hover,
body.Yellow .linklist li:hover,
body.Yellow .lists_vertical-link-list__list .lists_vertical-link-list__item:hover {
  background: #f0f1f2 !important;
}
body.Green .gradient-wrapper__standard > *:nth-of-type(10) {
  background-color: rgba(140, 195, 90, 0.1);
}
body.Green .gradient-wrapper__standard > *:nth-of-type(9) {
  background-color: rgba(140, 195, 90, 0.2);
}
body.Green .gradient-wrapper__standard > *:nth-of-type(8) {
  background-color: rgba(140, 195, 90, 0.3);
}
body.Green .gradient-wrapper__standard > *:nth-of-type(7) {
  background-color: rgba(140, 195, 90, 0.4);
}
body.Green .gradient-wrapper__standard > *:nth-of-type(6) {
  background-color: rgba(140, 195, 90, 0.5);
}
body.Green .gradient-wrapper__standard > *:nth-of-type(5) {
  background-color: rgba(140, 195, 90, 0.6);
}
body.Green .gradient-wrapper__standard > *:nth-of-type(4) {
  background-color: rgba(140, 195, 90, 0.7);
}
body.Green .gradient-wrapper__standard > *:nth-of-type(3) {
  background-color: rgba(140, 195, 90, 0.8);
}
body.Green .gradient-wrapper__standard > *:nth-of-type(2) {
  background-color: rgba(140, 195, 90, 0.9);
}
body.Green .gradient-wrapper__standard > *:nth-of-type(1) {
  background-color: #8cc35a;
}
body.Green .backgroundColor-10 {
  background-color: rgba(140, 195, 90, 0.1);
}
body.Green .backgroundColor-20 {
  background-color: rgba(140, 195, 90, 0.2);
}
body.Green .backgroundColor-30 {
  background-color: rgba(140, 195, 90, 0.3);
}
body.Green .backgroundColor-40 {
  background-color: rgba(140, 195, 90, 0.4);
}
body.Green .backgroundColor-50 {
  background-color: rgba(140, 195, 90, 0.5);
}
body.Green .backgroundColor-60 {
  background-color: rgba(140, 195, 90, 0.6);
}
body.Green .backgroundColor-70 {
  background-color: rgba(140, 195, 90, 0.7);
}
body.Green .backgroundColor-80 {
  background-color: rgba(140, 195, 90, 0.8);
}
body.Green .backgroundColor-90 {
  background-color: rgba(140, 195, 90, 0.9);
}
body.Green .backgroundColor-100 {
  background-color: #8cc35a;
}
body.Green .useTheme-fill {
  fill: #8cc35a;
}
body.Green .useTheme-stroke {
  stroke: #8cc35a;
}
body.Green .useTheme-color {
  color: #8cc35a;
}
body.Green .useTheme-border-color {
  border-color: #8cc35a;
}
body.Green .useTheme-background-color {
  background-color: #8cc35a;
}
body.Green .useTheme,
body.Green .image-module.useTheme:before,
body.Green .tab-group .title.open,
body.Green .scfForm input[type='submit'],
body.Green .slides-pagination a.current,
body.Green .vok-module .vok-tab-group .title.open,
body.Green .vok-module .title.open,
body.Green .campaign-module .container .read-more-link a,
body.Green .signup-button a,
body.Green .browser-support-popup-color-banner,
body.Green .p-press-image,
body.Green .grid-component__cta,
body.Green .button.useTheme {
  background-color: #8cc35a;
}
body.Green .useTheme:hover,
body.Green .image-module.useTheme:before:hover,
body.Green .tab-group .title.open:hover,
body.Green .scfForm input[type='submit']:hover,
body.Green .slides-pagination a.current:hover,
body.Green .vok-module .vok-tab-group .title.open:hover,
body.Green .vok-module .title.open:hover,
body.Green .campaign-module .container .read-more-link a:hover,
body.Green .signup-button a:hover,
body.Green .browser-support-popup-color-banner:hover,
body.Green .p-press-image:hover,
body.Green .grid-component__cta:hover,
body.Green .button.useTheme:hover {
  background-color: #f0f1f2;
}
body.Green .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 .grid-component__cta {
  background-color: rgba(140, 195, 90, 0.8);
}
body.Green .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 .grid-component__cta:hover {
  background-color: #f0f1f2;
}
body.Green .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 + .col-md-4 .grid-component__cta {
  background-color: rgba(140, 195, 90, 0.5);
}
body.Green .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 + .col-md-4 .grid-component__cta:hover {
  background-color: #f0f1f2;
}
body.Green .grid-component__cta-fixed .grid-component__cta {
  background-color: #8cc35a !important;
  border: none;
}
body.Green .grid-component__cta-fixed .grid-component__cta:hover {
  background-color: #f0f1f2 !important;
}
body.Green .primary-navigation .level-1 li.active a,
body.Green .primary-navigation .level-1 li.active .HeaderLvl2background {
  background-color: rgba(140, 195, 90, 0.4);
}
body.Green .related-module-title > div,
body.Green .accordion-item,
body.Green .tab-group-item,
body.Green .linklist li,
body.Green .parent-navigation-module .navigate-link,
body.Green .dropdowns-themed .dropdown,
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item {
  background-color: #8cc35a;
  /*
      http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/
    */
  /* two items  */
  /* three items  */
  /* four items  */
  /* five items  */
}
body.Green .related-module-title > div:nth-of-type(1),
body.Green .accordion-item:nth-of-type(1),
body.Green .tab-group-item:nth-of-type(1),
body.Green .linklist li:nth-of-type(1),
body.Green .parent-navigation-module .navigate-link:nth-of-type(1),
body.Green .dropdowns-themed .dropdown:nth-of-type(1),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(1) {
  background-color: #8cc35a;
}
body.Green .related-module-title > div:nth-of-type(2),
body.Green .accordion-item:nth-of-type(2),
body.Green .tab-group-item:nth-of-type(2),
body.Green .linklist li:nth-of-type(2),
body.Green .parent-navigation-module .navigate-link:nth-of-type(2),
body.Green .dropdowns-themed .dropdown:nth-of-type(2),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(2) {
  background-color: rgba(140, 195, 90, 0.9);
}
body.Green .related-module-title > div:nth-of-type(3),
body.Green .accordion-item:nth-of-type(3),
body.Green .tab-group-item:nth-of-type(3),
body.Green .linklist li:nth-of-type(3),
body.Green .parent-navigation-module .navigate-link:nth-of-type(3),
body.Green .dropdowns-themed .dropdown:nth-of-type(3),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(3) {
  background-color: rgba(140, 195, 90, 0.8);
}
body.Green .related-module-title > div:nth-of-type(4),
body.Green .accordion-item:nth-of-type(4),
body.Green .tab-group-item:nth-of-type(4),
body.Green .linklist li:nth-of-type(4),
body.Green .parent-navigation-module .navigate-link:nth-of-type(4),
body.Green .dropdowns-themed .dropdown:nth-of-type(4),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(4) {
  background-color: rgba(140, 195, 90, 0.7);
}
body.Green .related-module-title > div:nth-of-type(5),
body.Green .accordion-item:nth-of-type(5),
body.Green .tab-group-item:nth-of-type(5),
body.Green .linklist li:nth-of-type(5),
body.Green .parent-navigation-module .navigate-link:nth-of-type(5),
body.Green .dropdowns-themed .dropdown:nth-of-type(5),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(5) {
  background-color: rgba(140, 195, 90, 0.6);
}
body.Green .related-module-title > div:nth-of-type(6),
body.Green .accordion-item:nth-of-type(6),
body.Green .tab-group-item:nth-of-type(6),
body.Green .linklist li:nth-of-type(6),
body.Green .parent-navigation-module .navigate-link:nth-of-type(6),
body.Green .dropdowns-themed .dropdown:nth-of-type(6),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(6) {
  background-color: rgba(140, 195, 90, 0.5);
}
body.Green .related-module-title > div:nth-of-type(7),
body.Green .accordion-item:nth-of-type(7),
body.Green .tab-group-item:nth-of-type(7),
body.Green .linklist li:nth-of-type(7),
body.Green .parent-navigation-module .navigate-link:nth-of-type(7),
body.Green .dropdowns-themed .dropdown:nth-of-type(7),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(7) {
  background-color: rgba(140, 195, 90, 0.4);
}
body.Green .related-module-title > div:nth-of-type(8),
body.Green .accordion-item:nth-of-type(8),
body.Green .tab-group-item:nth-of-type(8),
body.Green .linklist li:nth-of-type(8),
body.Green .parent-navigation-module .navigate-link:nth-of-type(8),
body.Green .dropdowns-themed .dropdown:nth-of-type(8),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(8) {
  background-color: rgba(140, 195, 90, 0.3);
}
body.Green .related-module-title > div:nth-of-type(9),
body.Green .accordion-item:nth-of-type(9),
body.Green .tab-group-item:nth-of-type(9),
body.Green .linklist li:nth-of-type(9),
body.Green .parent-navigation-module .navigate-link:nth-of-type(9),
body.Green .dropdowns-themed .dropdown:nth-of-type(9),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(9) {
  background-color: rgba(140, 195, 90, 0.2);
}
body.Green .related-module-title > div:nth-of-type(10),
body.Green .accordion-item:nth-of-type(10),
body.Green .tab-group-item:nth-of-type(10),
body.Green .linklist li:nth-of-type(10),
body.Green .parent-navigation-module .navigate-link:nth-of-type(10),
body.Green .dropdowns-themed .dropdown:nth-of-type(10),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(10) {
  background-color: rgba(140, 195, 90, 0.1);
}
body.Green .related-module-title > div:first-child:nth-last-child(2):nth-of-type(1),
body.Green .accordion-item:first-child:nth-last-child(2):nth-of-type(1),
body.Green .tab-group-item:first-child:nth-last-child(2):nth-of-type(1),
body.Green .linklist li:first-child:nth-last-child(2):nth-of-type(1),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(2):nth-of-type(1),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(2):nth-of-type(1),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2):nth-of-type(1),
body.Green .related-module-title > div:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Green .accordion-item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Green .tab-group-item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Green .linklist li:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Green .related-module-title > div:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Green .accordion-item:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Green .tab-group-item:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Green .linklist li:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ div:nth-of-type(1) {
  background-color: #8cc35a;
}
body.Green .related-module-title > div:first-child:nth-last-child(2):nth-of-type(2),
body.Green .accordion-item:first-child:nth-last-child(2):nth-of-type(2),
body.Green .tab-group-item:first-child:nth-last-child(2):nth-of-type(2),
body.Green .linklist li:first-child:nth-last-child(2):nth-of-type(2),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(2):nth-of-type(2),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(2):nth-of-type(2),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2):nth-of-type(2),
body.Green .related-module-title > div:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Green .accordion-item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Green .tab-group-item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Green .linklist li:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Green .related-module-title > div:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Green .accordion-item:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Green .tab-group-item:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Green .linklist li:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ div:nth-of-type(2) {
  background-color: rgba(140, 195, 90, 0.7);
}
body.Green .related-module-title > div:first-child:nth-last-child(3):nth-of-type(1),
body.Green .accordion-item:first-child:nth-last-child(3):nth-of-type(1),
body.Green .tab-group-item:first-child:nth-last-child(3):nth-of-type(1),
body.Green .linklist li:first-child:nth-last-child(3):nth-of-type(1),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(1),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(1),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(1),
body.Green .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Green .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Green .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Green .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Green .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Green .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Green .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Green .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(1) {
  background-color: rgba(140, 195, 90, 0.75);
}
body.Green .related-module-title > div:first-child:nth-last-child(3):nth-of-type(2),
body.Green .accordion-item:first-child:nth-last-child(3):nth-of-type(2),
body.Green .tab-group-item:first-child:nth-last-child(3):nth-of-type(2),
body.Green .linklist li:first-child:nth-last-child(3):nth-of-type(2),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(2),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(2),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(2),
body.Green .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Green .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Green .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Green .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Green .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Green .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Green .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Green .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(2) {
  background-color: rgba(140, 195, 90, 0.5);
}
body.Green .related-module-title > div:first-child:nth-last-child(3):nth-of-type(3),
body.Green .accordion-item:first-child:nth-last-child(3):nth-of-type(3),
body.Green .tab-group-item:first-child:nth-last-child(3):nth-of-type(3),
body.Green .linklist li:first-child:nth-last-child(3):nth-of-type(3),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(3),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(3),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(3),
body.Green .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Green .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Green .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Green .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Green .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Green .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Green .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Green .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(3) {
  background-color: rgba(140, 195, 90, 0.25);
}
body.Green .related-module-title > div:first-child:nth-last-child(4):nth-of-type(1),
body.Green .accordion-item:first-child:nth-last-child(4):nth-of-type(1),
body.Green .tab-group-item:first-child:nth-last-child(4):nth-of-type(1),
body.Green .linklist li:first-child:nth-last-child(4):nth-of-type(1),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(1),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(1),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(1),
body.Green .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Green .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Green .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Green .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Green .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Green .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Green .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Green .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(1) {
  background-color: #8cc35a;
}
body.Green .related-module-title > div:first-child:nth-last-child(4):nth-of-type(2),
body.Green .accordion-item:first-child:nth-last-child(4):nth-of-type(2),
body.Green .tab-group-item:first-child:nth-last-child(4):nth-of-type(2),
body.Green .linklist li:first-child:nth-last-child(4):nth-of-type(2),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(2),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(2),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(2),
body.Green .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Green .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Green .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Green .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Green .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Green .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Green .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Green .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(2) {
  background-color: rgba(140, 195, 90, 0.8);
}
body.Green .related-module-title > div:first-child:nth-last-child(4):nth-of-type(3),
body.Green .accordion-item:first-child:nth-last-child(4):nth-of-type(3),
body.Green .tab-group-item:first-child:nth-last-child(4):nth-of-type(3),
body.Green .linklist li:first-child:nth-last-child(4):nth-of-type(3),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(3),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(3),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(3),
body.Green .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Green .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Green .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Green .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Green .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Green .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Green .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Green .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(3) {
  background-color: rgba(140, 195, 90, 0.55);
}
body.Green .related-module-title > div:first-child:nth-last-child(4):nth-of-type(4),
body.Green .accordion-item:first-child:nth-last-child(4):nth-of-type(4),
body.Green .tab-group-item:first-child:nth-last-child(4):nth-of-type(4),
body.Green .linklist li:first-child:nth-last-child(4):nth-of-type(4),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(4),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(4),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(4),
body.Green .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Green .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Green .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Green .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Green .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Green .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Green .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Green .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(4) {
  background-color: rgba(140, 195, 90, 0.3);
}
body.Green .related-module-title > div:first-child:nth-last-child(5):nth-of-type(1),
body.Green .accordion-item:first-child:nth-last-child(5):nth-of-type(1),
body.Green .tab-group-item:first-child:nth-last-child(5):nth-of-type(1),
body.Green .linklist li:first-child:nth-last-child(5):nth-of-type(1),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(1),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(1),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(1),
body.Green .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Green .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Green .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Green .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Green .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Green .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Green .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Green .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(1) {
  background-color: #8cc35a;
}
body.Green .related-module-title > div:first-child:nth-last-child(5):nth-of-type(2),
body.Green .accordion-item:first-child:nth-last-child(5):nth-of-type(2),
body.Green .tab-group-item:first-child:nth-last-child(5):nth-of-type(2),
body.Green .linklist li:first-child:nth-last-child(5):nth-of-type(2),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(2),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(2),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(2),
body.Green .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Green .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Green .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Green .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Green .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Green .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Green .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Green .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(2) {
  background-color: rgba(140, 195, 90, 0.9);
}
body.Green .related-module-title > div:first-child:nth-last-child(5):nth-of-type(3),
body.Green .accordion-item:first-child:nth-last-child(5):nth-of-type(3),
body.Green .tab-group-item:first-child:nth-last-child(5):nth-of-type(3),
body.Green .linklist li:first-child:nth-last-child(5):nth-of-type(3),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(3),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(3),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(3),
body.Green .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Green .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Green .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Green .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Green .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Green .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Green .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Green .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(3) {
  background-color: rgba(140, 195, 90, 0.7);
}
body.Green .related-module-title > div:first-child:nth-last-child(5):nth-of-type(4),
body.Green .accordion-item:first-child:nth-last-child(5):nth-of-type(4),
body.Green .tab-group-item:first-child:nth-last-child(5):nth-of-type(4),
body.Green .linklist li:first-child:nth-last-child(5):nth-of-type(4),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(4),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(4),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(4),
body.Green .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Green .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Green .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Green .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Green .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Green .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Green .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Green .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(4) {
  background-color: rgba(140, 195, 90, 0.5);
}
body.Green .related-module-title > div:first-child:nth-last-child(5):nth-of-type(5),
body.Green .accordion-item:first-child:nth-last-child(5):nth-of-type(5),
body.Green .tab-group-item:first-child:nth-last-child(5):nth-of-type(5),
body.Green .linklist li:first-child:nth-last-child(5):nth-of-type(5),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(5),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(5),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(5),
body.Green .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Green .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Green .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Green .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Green .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Green .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Green .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Green .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Green .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Green .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(5) {
  background-color: rgba(140, 195, 90, 0.3);
}
body.Green .related-module-title > div:nth-child(n+11),
body.Green .accordion-item:nth-child(n+11),
body.Green .tab-group-item:nth-child(n+11),
body.Green .linklist li:nth-child(n+11),
body.Green .parent-navigation-module .navigate-link:nth-child(n+11),
body.Green .dropdowns-themed .dropdown:nth-child(n+11),
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-child(n+11) {
  background-color: rgba(140, 195, 90, 0);
}
@media screen and (min-width: 768px) {
  body.Green .has-background .accordion-item,
  body.Green .has-background .tab-group-item {
    background-color: rgba(140, 195, 90, 0.5);
  }
  body.Green .has-background .accordion-item:not(.open):hover,
  body.Green .has-background .tab-group-item:not(.open):hover {
    background-color: rgba(240, 241, 242, 0.5) !important;
  }
}
@media screen and (max-width: 1050px) {
  body.Green .mobile-filter__item {
    background-color: #8cc35a;
    /*
        http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/
      */
    /* two items  */
    /* three items  */
    /* four items  */
    /* five items  */
  }
  body.Green .mobile-filter__item:nth-of-type(1) {
    background-color: #8cc35a;
  }
  body.Green .mobile-filter__item:nth-of-type(2) {
    background-color: rgba(140, 195, 90, 0.9);
  }
  body.Green .mobile-filter__item:nth-of-type(3) {
    background-color: rgba(140, 195, 90, 0.8);
  }
  body.Green .mobile-filter__item:nth-of-type(4) {
    background-color: rgba(140, 195, 90, 0.7);
  }
  body.Green .mobile-filter__item:nth-of-type(5) {
    background-color: rgba(140, 195, 90, 0.6);
  }
  body.Green .mobile-filter__item:nth-of-type(6) {
    background-color: rgba(140, 195, 90, 0.5);
  }
  body.Green .mobile-filter__item:nth-of-type(7) {
    background-color: rgba(140, 195, 90, 0.4);
  }
  body.Green .mobile-filter__item:nth-of-type(8) {
    background-color: rgba(140, 195, 90, 0.3);
  }
  body.Green .mobile-filter__item:nth-of-type(9) {
    background-color: rgba(140, 195, 90, 0.2);
  }
  body.Green .mobile-filter__item:nth-of-type(10) {
    background-color: rgba(140, 195, 90, 0.1);
  }
  body.Green .mobile-filter__item:first-child:nth-last-child(2):nth-of-type(1),
  body.Green .mobile-filter__item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
  body.Green .mobile-filter__item:first-child:nth-last-child(2) ~ div:nth-of-type(1) {
    background-color: #8cc35a;
  }
  body.Green .mobile-filter__item:first-child:nth-last-child(2):nth-of-type(2),
  body.Green .mobile-filter__item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
  body.Green .mobile-filter__item:first-child:nth-last-child(2) ~ div:nth-of-type(2) {
    background-color: rgba(140, 195, 90, 0.7);
  }
  body.Green .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(1),
  body.Green .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
  body.Green .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(1) {
    background-color: rgba(140, 195, 90, 0.75);
  }
  body.Green .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(2),
  body.Green .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
  body.Green .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(2) {
    background-color: rgba(140, 195, 90, 0.5);
  }
  body.Green .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(3),
  body.Green .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
  body.Green .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(3) {
    background-color: rgba(140, 195, 90, 0.25);
  }
  body.Green .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(1),
  body.Green .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
  body.Green .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(1) {
    background-color: #8cc35a;
  }
  body.Green .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(2),
  body.Green .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
  body.Green .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(2) {
    background-color: rgba(140, 195, 90, 0.8);
  }
  body.Green .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(3),
  body.Green .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
  body.Green .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(3) {
    background-color: rgba(140, 195, 90, 0.55);
  }
  body.Green .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(4),
  body.Green .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
  body.Green .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(4) {
    background-color: rgba(140, 195, 90, 0.3);
  }
  body.Green .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(1),
  body.Green .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
  body.Green .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(1) {
    background-color: #8cc35a;
  }
  body.Green .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(2),
  body.Green .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
  body.Green .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(2) {
    background-color: rgba(140, 195, 90, 0.9);
  }
  body.Green .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(3),
  body.Green .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
  body.Green .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(3) {
    background-color: rgba(140, 195, 90, 0.7);
  }
  body.Green .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(4),
  body.Green .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
  body.Green .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(4) {
    background-color: rgba(140, 195, 90, 0.5);
  }
  body.Green .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(5),
  body.Green .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
  body.Green .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(5) {
    background-color: rgba(140, 195, 90, 0.3);
  }
}
body.Green .accordion-item:not(.open):hover,
body.Green .tab-group-item:hover,
body.Green .linklist li:hover,
body.Green .lists_vertical-link-list__list .lists_vertical-link-list__item:hover {
  background: #f0f1f2 !important;
}
body.Orange .gradient-wrapper__standard > *:nth-of-type(10),
.pageedit.Salmon .gradient-wrapper__standard > *:nth-of-type(10) {
  background-color: rgba(255, 145, 100, 0.1);
}
body.Orange .gradient-wrapper__standard > *:nth-of-type(9),
.pageedit.Salmon .gradient-wrapper__standard > *:nth-of-type(9) {
  background-color: rgba(255, 145, 100, 0.2);
}
body.Orange .gradient-wrapper__standard > *:nth-of-type(8),
.pageedit.Salmon .gradient-wrapper__standard > *:nth-of-type(8) {
  background-color: rgba(255, 145, 100, 0.3);
}
body.Orange .gradient-wrapper__standard > *:nth-of-type(7),
.pageedit.Salmon .gradient-wrapper__standard > *:nth-of-type(7) {
  background-color: rgba(255, 145, 100, 0.4);
}
body.Orange .gradient-wrapper__standard > *:nth-of-type(6),
.pageedit.Salmon .gradient-wrapper__standard > *:nth-of-type(6) {
  background-color: rgba(255, 145, 100, 0.5);
}
body.Orange .gradient-wrapper__standard > *:nth-of-type(5),
.pageedit.Salmon .gradient-wrapper__standard > *:nth-of-type(5) {
  background-color: rgba(255, 145, 100, 0.6);
}
body.Orange .gradient-wrapper__standard > *:nth-of-type(4),
.pageedit.Salmon .gradient-wrapper__standard > *:nth-of-type(4) {
  background-color: rgba(255, 145, 100, 0.7);
}
body.Orange .gradient-wrapper__standard > *:nth-of-type(3),
.pageedit.Salmon .gradient-wrapper__standard > *:nth-of-type(3) {
  background-color: rgba(255, 145, 100, 0.8);
}
body.Orange .gradient-wrapper__standard > *:nth-of-type(2),
.pageedit.Salmon .gradient-wrapper__standard > *:nth-of-type(2) {
  background-color: rgba(255, 145, 100, 0.9);
}
body.Orange .gradient-wrapper__standard > *:nth-of-type(1),
.pageedit.Salmon .gradient-wrapper__standard > *:nth-of-type(1) {
  background-color: #ff9164;
}
body.Orange .backgroundColor-10,
.pageedit.Salmon .backgroundColor-10 {
  background-color: rgba(255, 145, 100, 0.1);
}
body.Orange .backgroundColor-20,
.pageedit.Salmon .backgroundColor-20 {
  background-color: rgba(255, 145, 100, 0.2);
}
body.Orange .backgroundColor-30,
.pageedit.Salmon .backgroundColor-30 {
  background-color: rgba(255, 145, 100, 0.3);
}
body.Orange .backgroundColor-40,
.pageedit.Salmon .backgroundColor-40 {
  background-color: rgba(255, 145, 100, 0.4);
}
body.Orange .backgroundColor-50,
.pageedit.Salmon .backgroundColor-50 {
  background-color: rgba(255, 145, 100, 0.5);
}
body.Orange .backgroundColor-60,
.pageedit.Salmon .backgroundColor-60 {
  background-color: rgba(255, 145, 100, 0.6);
}
body.Orange .backgroundColor-70,
.pageedit.Salmon .backgroundColor-70 {
  background-color: rgba(255, 145, 100, 0.7);
}
body.Orange .backgroundColor-80,
.pageedit.Salmon .backgroundColor-80 {
  background-color: rgba(255, 145, 100, 0.8);
}
body.Orange .backgroundColor-90,
.pageedit.Salmon .backgroundColor-90 {
  background-color: rgba(255, 145, 100, 0.9);
}
body.Orange .backgroundColor-100,
.pageedit.Salmon .backgroundColor-100 {
  background-color: #ff9164;
}
body.Orange .useTheme-fill,
.pageedit.Salmon .useTheme-fill {
  fill: #ff9164;
}
body.Orange .useTheme-stroke,
.pageedit.Salmon .useTheme-stroke {
  stroke: #ff9164;
}
body.Orange .useTheme-color,
.pageedit.Salmon .useTheme-color {
  color: #ff9164;
}
body.Orange .useTheme-border-color,
.pageedit.Salmon .useTheme-border-color {
  border-color: #ff9164;
}
body.Orange .useTheme-background-color,
.pageedit.Salmon .useTheme-background-color {
  background-color: #ff9164;
}
body.Orange .useTheme,
.pageedit.Salmon .useTheme,
body.Orange .image-module.useTheme:before,
.pageedit.Salmon .image-module.useTheme:before,
body.Orange .tab-group .title.open,
.pageedit.Salmon .tab-group .title.open,
body.Orange .scfForm input[type='submit'],
.pageedit.Salmon .scfForm input[type='submit'],
body.Orange .slides-pagination a.current,
.pageedit.Salmon .slides-pagination a.current,
body.Orange .vok-module .vok-tab-group .title.open,
.pageedit.Salmon .vok-module .vok-tab-group .title.open,
body.Orange .vok-module .title.open,
.pageedit.Salmon .vok-module .title.open,
body.Orange .campaign-module .container .read-more-link a,
.pageedit.Salmon .campaign-module .container .read-more-link a,
body.Orange .signup-button a,
.pageedit.Salmon .signup-button a,
body.Orange .browser-support-popup-color-banner,
.pageedit.Salmon .browser-support-popup-color-banner,
body.Orange .p-press-image,
.pageedit.Salmon .p-press-image,
body.Orange .grid-component__cta,
.pageedit.Salmon .grid-component__cta,
body.Orange .button.useTheme,
.pageedit.Salmon .button.useTheme {
  background-color: #ff9164;
}
body.Orange .useTheme:hover,
.pageedit.Salmon .useTheme:hover,
body.Orange .image-module.useTheme:before:hover,
.pageedit.Salmon .image-module.useTheme:before:hover,
body.Orange .tab-group .title.open:hover,
.pageedit.Salmon .tab-group .title.open:hover,
body.Orange .scfForm input[type='submit']:hover,
.pageedit.Salmon .scfForm input[type='submit']:hover,
body.Orange .slides-pagination a.current:hover,
.pageedit.Salmon .slides-pagination a.current:hover,
body.Orange .vok-module .vok-tab-group .title.open:hover,
.pageedit.Salmon .vok-module .vok-tab-group .title.open:hover,
body.Orange .vok-module .title.open:hover,
.pageedit.Salmon .vok-module .title.open:hover,
body.Orange .campaign-module .container .read-more-link a:hover,
.pageedit.Salmon .campaign-module .container .read-more-link a:hover,
body.Orange .signup-button a:hover,
.pageedit.Salmon .signup-button a:hover,
body.Orange .browser-support-popup-color-banner:hover,
.pageedit.Salmon .browser-support-popup-color-banner:hover,
body.Orange .p-press-image:hover,
.pageedit.Salmon .p-press-image:hover,
body.Orange .grid-component__cta:hover,
.pageedit.Salmon .grid-component__cta:hover,
body.Orange .button.useTheme:hover,
.pageedit.Salmon .button.useTheme:hover {
  background-color: #f0f1f2;
}
body.Orange .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 .grid-component__cta,
.pageedit.Salmon .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 .grid-component__cta {
  background-color: rgba(255, 145, 100, 0.8);
}
body.Orange .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 .grid-component__cta:hover,
.pageedit.Salmon .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 .grid-component__cta:hover {
  background-color: #f0f1f2;
}
body.Orange .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 + .col-md-4 .grid-component__cta,
.pageedit.Salmon .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 + .col-md-4 .grid-component__cta {
  background-color: rgba(255, 145, 100, 0.5);
}
body.Orange .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 + .col-md-4 .grid-component__cta:hover,
.pageedit.Salmon .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 + .col-md-4 .grid-component__cta:hover {
  background-color: #f0f1f2;
}
body.Orange .grid-component__cta-fixed .grid-component__cta,
.pageedit.Salmon .grid-component__cta-fixed .grid-component__cta {
  background-color: #ff9164 !important;
  border: none;
}
body.Orange .grid-component__cta-fixed .grid-component__cta:hover,
.pageedit.Salmon .grid-component__cta-fixed .grid-component__cta:hover {
  background-color: #f0f1f2 !important;
}
body.Orange .primary-navigation .level-1 li.active a,
.pageedit.Salmon .primary-navigation .level-1 li.active a,
body.Orange .primary-navigation .level-1 li.active .HeaderLvl2background,
.pageedit.Salmon .primary-navigation .level-1 li.active .HeaderLvl2background {
  background-color: rgba(255, 145, 100, 0.4);
}
body.Orange .related-module-title > div,
.pageedit.Salmon .related-module-title > div,
body.Orange .accordion-item,
.pageedit.Salmon .accordion-item,
body.Orange .tab-group-item,
.pageedit.Salmon .tab-group-item,
body.Orange .linklist li,
.pageedit.Salmon .linklist li,
body.Orange .parent-navigation-module .navigate-link,
.pageedit.Salmon .parent-navigation-module .navigate-link,
body.Orange .dropdowns-themed .dropdown,
.pageedit.Salmon .dropdowns-themed .dropdown,
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item,
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item {
  background-color: #ff9164;
  /*
      http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/
    */
  /* two items  */
  /* three items  */
  /* four items  */
  /* five items  */
}
body.Orange .related-module-title > div:nth-of-type(1),
.pageedit.Salmon .related-module-title > div:nth-of-type(1),
body.Orange .accordion-item:nth-of-type(1),
.pageedit.Salmon .accordion-item:nth-of-type(1),
body.Orange .tab-group-item:nth-of-type(1),
.pageedit.Salmon .tab-group-item:nth-of-type(1),
body.Orange .linklist li:nth-of-type(1),
.pageedit.Salmon .linklist li:nth-of-type(1),
body.Orange .parent-navigation-module .navigate-link:nth-of-type(1),
.pageedit.Salmon .parent-navigation-module .navigate-link:nth-of-type(1),
body.Orange .dropdowns-themed .dropdown:nth-of-type(1),
.pageedit.Salmon .dropdowns-themed .dropdown:nth-of-type(1),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(1),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(1) {
  background-color: #ff9164;
}
body.Orange .related-module-title > div:nth-of-type(2),
.pageedit.Salmon .related-module-title > div:nth-of-type(2),
body.Orange .accordion-item:nth-of-type(2),
.pageedit.Salmon .accordion-item:nth-of-type(2),
body.Orange .tab-group-item:nth-of-type(2),
.pageedit.Salmon .tab-group-item:nth-of-type(2),
body.Orange .linklist li:nth-of-type(2),
.pageedit.Salmon .linklist li:nth-of-type(2),
body.Orange .parent-navigation-module .navigate-link:nth-of-type(2),
.pageedit.Salmon .parent-navigation-module .navigate-link:nth-of-type(2),
body.Orange .dropdowns-themed .dropdown:nth-of-type(2),
.pageedit.Salmon .dropdowns-themed .dropdown:nth-of-type(2),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(2),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(2) {
  background-color: rgba(255, 145, 100, 0.9);
}
body.Orange .related-module-title > div:nth-of-type(3),
.pageedit.Salmon .related-module-title > div:nth-of-type(3),
body.Orange .accordion-item:nth-of-type(3),
.pageedit.Salmon .accordion-item:nth-of-type(3),
body.Orange .tab-group-item:nth-of-type(3),
.pageedit.Salmon .tab-group-item:nth-of-type(3),
body.Orange .linklist li:nth-of-type(3),
.pageedit.Salmon .linklist li:nth-of-type(3),
body.Orange .parent-navigation-module .navigate-link:nth-of-type(3),
.pageedit.Salmon .parent-navigation-module .navigate-link:nth-of-type(3),
body.Orange .dropdowns-themed .dropdown:nth-of-type(3),
.pageedit.Salmon .dropdowns-themed .dropdown:nth-of-type(3),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(3),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(3) {
  background-color: rgba(255, 145, 100, 0.8);
}
body.Orange .related-module-title > div:nth-of-type(4),
.pageedit.Salmon .related-module-title > div:nth-of-type(4),
body.Orange .accordion-item:nth-of-type(4),
.pageedit.Salmon .accordion-item:nth-of-type(4),
body.Orange .tab-group-item:nth-of-type(4),
.pageedit.Salmon .tab-group-item:nth-of-type(4),
body.Orange .linklist li:nth-of-type(4),
.pageedit.Salmon .linklist li:nth-of-type(4),
body.Orange .parent-navigation-module .navigate-link:nth-of-type(4),
.pageedit.Salmon .parent-navigation-module .navigate-link:nth-of-type(4),
body.Orange .dropdowns-themed .dropdown:nth-of-type(4),
.pageedit.Salmon .dropdowns-themed .dropdown:nth-of-type(4),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(4),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(4) {
  background-color: rgba(255, 145, 100, 0.7);
}
body.Orange .related-module-title > div:nth-of-type(5),
.pageedit.Salmon .related-module-title > div:nth-of-type(5),
body.Orange .accordion-item:nth-of-type(5),
.pageedit.Salmon .accordion-item:nth-of-type(5),
body.Orange .tab-group-item:nth-of-type(5),
.pageedit.Salmon .tab-group-item:nth-of-type(5),
body.Orange .linklist li:nth-of-type(5),
.pageedit.Salmon .linklist li:nth-of-type(5),
body.Orange .parent-navigation-module .navigate-link:nth-of-type(5),
.pageedit.Salmon .parent-navigation-module .navigate-link:nth-of-type(5),
body.Orange .dropdowns-themed .dropdown:nth-of-type(5),
.pageedit.Salmon .dropdowns-themed .dropdown:nth-of-type(5),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(5),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(5) {
  background-color: rgba(255, 145, 100, 0.6);
}
body.Orange .related-module-title > div:nth-of-type(6),
.pageedit.Salmon .related-module-title > div:nth-of-type(6),
body.Orange .accordion-item:nth-of-type(6),
.pageedit.Salmon .accordion-item:nth-of-type(6),
body.Orange .tab-group-item:nth-of-type(6),
.pageedit.Salmon .tab-group-item:nth-of-type(6),
body.Orange .linklist li:nth-of-type(6),
.pageedit.Salmon .linklist li:nth-of-type(6),
body.Orange .parent-navigation-module .navigate-link:nth-of-type(6),
.pageedit.Salmon .parent-navigation-module .navigate-link:nth-of-type(6),
body.Orange .dropdowns-themed .dropdown:nth-of-type(6),
.pageedit.Salmon .dropdowns-themed .dropdown:nth-of-type(6),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(6),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(6) {
  background-color: rgba(255, 145, 100, 0.5);
}
body.Orange .related-module-title > div:nth-of-type(7),
.pageedit.Salmon .related-module-title > div:nth-of-type(7),
body.Orange .accordion-item:nth-of-type(7),
.pageedit.Salmon .accordion-item:nth-of-type(7),
body.Orange .tab-group-item:nth-of-type(7),
.pageedit.Salmon .tab-group-item:nth-of-type(7),
body.Orange .linklist li:nth-of-type(7),
.pageedit.Salmon .linklist li:nth-of-type(7),
body.Orange .parent-navigation-module .navigate-link:nth-of-type(7),
.pageedit.Salmon .parent-navigation-module .navigate-link:nth-of-type(7),
body.Orange .dropdowns-themed .dropdown:nth-of-type(7),
.pageedit.Salmon .dropdowns-themed .dropdown:nth-of-type(7),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(7),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(7) {
  background-color: rgba(255, 145, 100, 0.4);
}
body.Orange .related-module-title > div:nth-of-type(8),
.pageedit.Salmon .related-module-title > div:nth-of-type(8),
body.Orange .accordion-item:nth-of-type(8),
.pageedit.Salmon .accordion-item:nth-of-type(8),
body.Orange .tab-group-item:nth-of-type(8),
.pageedit.Salmon .tab-group-item:nth-of-type(8),
body.Orange .linklist li:nth-of-type(8),
.pageedit.Salmon .linklist li:nth-of-type(8),
body.Orange .parent-navigation-module .navigate-link:nth-of-type(8),
.pageedit.Salmon .parent-navigation-module .navigate-link:nth-of-type(8),
body.Orange .dropdowns-themed .dropdown:nth-of-type(8),
.pageedit.Salmon .dropdowns-themed .dropdown:nth-of-type(8),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(8),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(8) {
  background-color: rgba(255, 145, 100, 0.3);
}
body.Orange .related-module-title > div:nth-of-type(9),
.pageedit.Salmon .related-module-title > div:nth-of-type(9),
body.Orange .accordion-item:nth-of-type(9),
.pageedit.Salmon .accordion-item:nth-of-type(9),
body.Orange .tab-group-item:nth-of-type(9),
.pageedit.Salmon .tab-group-item:nth-of-type(9),
body.Orange .linklist li:nth-of-type(9),
.pageedit.Salmon .linklist li:nth-of-type(9),
body.Orange .parent-navigation-module .navigate-link:nth-of-type(9),
.pageedit.Salmon .parent-navigation-module .navigate-link:nth-of-type(9),
body.Orange .dropdowns-themed .dropdown:nth-of-type(9),
.pageedit.Salmon .dropdowns-themed .dropdown:nth-of-type(9),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(9),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(9) {
  background-color: rgba(255, 145, 100, 0.2);
}
body.Orange .related-module-title > div:nth-of-type(10),
.pageedit.Salmon .related-module-title > div:nth-of-type(10),
body.Orange .accordion-item:nth-of-type(10),
.pageedit.Salmon .accordion-item:nth-of-type(10),
body.Orange .tab-group-item:nth-of-type(10),
.pageedit.Salmon .tab-group-item:nth-of-type(10),
body.Orange .linklist li:nth-of-type(10),
.pageedit.Salmon .linklist li:nth-of-type(10),
body.Orange .parent-navigation-module .navigate-link:nth-of-type(10),
.pageedit.Salmon .parent-navigation-module .navigate-link:nth-of-type(10),
body.Orange .dropdowns-themed .dropdown:nth-of-type(10),
.pageedit.Salmon .dropdowns-themed .dropdown:nth-of-type(10),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(10),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(10) {
  background-color: rgba(255, 145, 100, 0.1);
}
body.Orange .related-module-title > div:first-child:nth-last-child(2):nth-of-type(1),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(2):nth-of-type(1),
body.Orange .accordion-item:first-child:nth-last-child(2):nth-of-type(1),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(2):nth-of-type(1),
body.Orange .tab-group-item:first-child:nth-last-child(2):nth-of-type(1),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(2):nth-of-type(1),
body.Orange .linklist li:first-child:nth-last-child(2):nth-of-type(1),
.pageedit.Salmon .linklist li:first-child:nth-last-child(2):nth-of-type(1),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(2):nth-of-type(1),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(2):nth-of-type(1),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(2):nth-of-type(1),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(2):nth-of-type(1),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2):nth-of-type(1),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2):nth-of-type(1),
body.Orange .related-module-title > div:first-child:nth-last-child(2) ~ li:nth-of-type(1),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Orange .accordion-item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Orange .tab-group-item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Orange .linklist li:first-child:nth-last-child(2) ~ li:nth-of-type(1),
.pageedit.Salmon .linklist li:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ li:nth-of-type(1),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ li:nth-of-type(1),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Orange .related-module-title > div:first-child:nth-last-child(2) ~ div:nth-of-type(1),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Orange .accordion-item:first-child:nth-last-child(2) ~ div:nth-of-type(1),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Orange .tab-group-item:first-child:nth-last-child(2) ~ div:nth-of-type(1),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Orange .linklist li:first-child:nth-last-child(2) ~ div:nth-of-type(1),
.pageedit.Salmon .linklist li:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ div:nth-of-type(1),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ div:nth-of-type(1),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ div:nth-of-type(1),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ div:nth-of-type(1) {
  background-color: #ff9164;
}
body.Orange .related-module-title > div:first-child:nth-last-child(2):nth-of-type(2),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(2):nth-of-type(2),
body.Orange .accordion-item:first-child:nth-last-child(2):nth-of-type(2),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(2):nth-of-type(2),
body.Orange .tab-group-item:first-child:nth-last-child(2):nth-of-type(2),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(2):nth-of-type(2),
body.Orange .linklist li:first-child:nth-last-child(2):nth-of-type(2),
.pageedit.Salmon .linklist li:first-child:nth-last-child(2):nth-of-type(2),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(2):nth-of-type(2),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(2):nth-of-type(2),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(2):nth-of-type(2),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(2):nth-of-type(2),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2):nth-of-type(2),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2):nth-of-type(2),
body.Orange .related-module-title > div:first-child:nth-last-child(2) ~ li:nth-of-type(2),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Orange .accordion-item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Orange .tab-group-item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Orange .linklist li:first-child:nth-last-child(2) ~ li:nth-of-type(2),
.pageedit.Salmon .linklist li:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ li:nth-of-type(2),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ li:nth-of-type(2),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Orange .related-module-title > div:first-child:nth-last-child(2) ~ div:nth-of-type(2),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Orange .accordion-item:first-child:nth-last-child(2) ~ div:nth-of-type(2),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Orange .tab-group-item:first-child:nth-last-child(2) ~ div:nth-of-type(2),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Orange .linklist li:first-child:nth-last-child(2) ~ div:nth-of-type(2),
.pageedit.Salmon .linklist li:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ div:nth-of-type(2),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ div:nth-of-type(2),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ div:nth-of-type(2),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ div:nth-of-type(2) {
  background-color: rgba(255, 145, 100, 0.7);
}
body.Orange .related-module-title > div:first-child:nth-last-child(3):nth-of-type(1),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(3):nth-of-type(1),
body.Orange .accordion-item:first-child:nth-last-child(3):nth-of-type(1),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(3):nth-of-type(1),
body.Orange .tab-group-item:first-child:nth-last-child(3):nth-of-type(1),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(3):nth-of-type(1),
body.Orange .linklist li:first-child:nth-last-child(3):nth-of-type(1),
.pageedit.Salmon .linklist li:first-child:nth-last-child(3):nth-of-type(1),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(1),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(1),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(1),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(1),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(1),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(1),
body.Orange .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(1),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Orange .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Orange .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Orange .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(1),
.pageedit.Salmon .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(1),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(1),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Orange .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(1),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Orange .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(1),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Orange .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(1),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Orange .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(1),
.pageedit.Salmon .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(1),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(1),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(1),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(1) {
  background-color: rgba(255, 145, 100, 0.75);
}
body.Orange .related-module-title > div:first-child:nth-last-child(3):nth-of-type(2),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(3):nth-of-type(2),
body.Orange .accordion-item:first-child:nth-last-child(3):nth-of-type(2),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(3):nth-of-type(2),
body.Orange .tab-group-item:first-child:nth-last-child(3):nth-of-type(2),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(3):nth-of-type(2),
body.Orange .linklist li:first-child:nth-last-child(3):nth-of-type(2),
.pageedit.Salmon .linklist li:first-child:nth-last-child(3):nth-of-type(2),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(2),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(2),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(2),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(2),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(2),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(2),
body.Orange .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(2),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Orange .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Orange .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Orange .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(2),
.pageedit.Salmon .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(2),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(2),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Orange .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(2),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Orange .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(2),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Orange .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(2),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Orange .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(2),
.pageedit.Salmon .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(2),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(2),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(2),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(2) {
  background-color: rgba(255, 145, 100, 0.5);
}
body.Orange .related-module-title > div:first-child:nth-last-child(3):nth-of-type(3),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(3):nth-of-type(3),
body.Orange .accordion-item:first-child:nth-last-child(3):nth-of-type(3),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(3):nth-of-type(3),
body.Orange .tab-group-item:first-child:nth-last-child(3):nth-of-type(3),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(3):nth-of-type(3),
body.Orange .linklist li:first-child:nth-last-child(3):nth-of-type(3),
.pageedit.Salmon .linklist li:first-child:nth-last-child(3):nth-of-type(3),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(3),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(3),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(3),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(3),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(3),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(3),
body.Orange .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(3),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Orange .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Orange .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Orange .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(3),
.pageedit.Salmon .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(3),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(3),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Orange .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(3),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Orange .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(3),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Orange .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(3),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Orange .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(3),
.pageedit.Salmon .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(3),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(3),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(3),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(3) {
  background-color: rgba(255, 145, 100, 0.25);
}
body.Orange .related-module-title > div:first-child:nth-last-child(4):nth-of-type(1),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(4):nth-of-type(1),
body.Orange .accordion-item:first-child:nth-last-child(4):nth-of-type(1),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(4):nth-of-type(1),
body.Orange .tab-group-item:first-child:nth-last-child(4):nth-of-type(1),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(4):nth-of-type(1),
body.Orange .linklist li:first-child:nth-last-child(4):nth-of-type(1),
.pageedit.Salmon .linklist li:first-child:nth-last-child(4):nth-of-type(1),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(1),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(1),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(1),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(1),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(1),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(1),
body.Orange .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(1),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Orange .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Orange .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Orange .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(1),
.pageedit.Salmon .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(1),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(1),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Orange .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(1),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Orange .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(1),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Orange .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(1),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Orange .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(1),
.pageedit.Salmon .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(1),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(1),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(1),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(1) {
  background-color: #ff9164;
}
body.Orange .related-module-title > div:first-child:nth-last-child(4):nth-of-type(2),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(4):nth-of-type(2),
body.Orange .accordion-item:first-child:nth-last-child(4):nth-of-type(2),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(4):nth-of-type(2),
body.Orange .tab-group-item:first-child:nth-last-child(4):nth-of-type(2),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(4):nth-of-type(2),
body.Orange .linklist li:first-child:nth-last-child(4):nth-of-type(2),
.pageedit.Salmon .linklist li:first-child:nth-last-child(4):nth-of-type(2),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(2),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(2),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(2),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(2),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(2),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(2),
body.Orange .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(2),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Orange .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Orange .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Orange .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(2),
.pageedit.Salmon .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(2),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(2),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Orange .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(2),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Orange .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(2),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Orange .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(2),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Orange .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(2),
.pageedit.Salmon .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(2),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(2),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(2),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(2) {
  background-color: rgba(255, 145, 100, 0.8);
}
body.Orange .related-module-title > div:first-child:nth-last-child(4):nth-of-type(3),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(4):nth-of-type(3),
body.Orange .accordion-item:first-child:nth-last-child(4):nth-of-type(3),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(4):nth-of-type(3),
body.Orange .tab-group-item:first-child:nth-last-child(4):nth-of-type(3),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(4):nth-of-type(3),
body.Orange .linklist li:first-child:nth-last-child(4):nth-of-type(3),
.pageedit.Salmon .linklist li:first-child:nth-last-child(4):nth-of-type(3),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(3),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(3),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(3),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(3),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(3),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(3),
body.Orange .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(3),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Orange .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Orange .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Orange .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(3),
.pageedit.Salmon .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(3),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(3),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Orange .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(3),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Orange .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(3),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Orange .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(3),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Orange .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(3),
.pageedit.Salmon .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(3),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(3),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(3),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(3) {
  background-color: rgba(255, 145, 100, 0.55);
}
body.Orange .related-module-title > div:first-child:nth-last-child(4):nth-of-type(4),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(4):nth-of-type(4),
body.Orange .accordion-item:first-child:nth-last-child(4):nth-of-type(4),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(4):nth-of-type(4),
body.Orange .tab-group-item:first-child:nth-last-child(4):nth-of-type(4),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(4):nth-of-type(4),
body.Orange .linklist li:first-child:nth-last-child(4):nth-of-type(4),
.pageedit.Salmon .linklist li:first-child:nth-last-child(4):nth-of-type(4),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(4),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(4),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(4),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(4),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(4),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(4),
body.Orange .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(4),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Orange .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Orange .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Orange .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(4),
.pageedit.Salmon .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(4),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(4),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Orange .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(4),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Orange .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(4),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Orange .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(4),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Orange .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(4),
.pageedit.Salmon .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(4),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(4),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(4),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(4) {
  background-color: rgba(255, 145, 100, 0.3);
}
body.Orange .related-module-title > div:first-child:nth-last-child(5):nth-of-type(1),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(5):nth-of-type(1),
body.Orange .accordion-item:first-child:nth-last-child(5):nth-of-type(1),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(5):nth-of-type(1),
body.Orange .tab-group-item:first-child:nth-last-child(5):nth-of-type(1),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(5):nth-of-type(1),
body.Orange .linklist li:first-child:nth-last-child(5):nth-of-type(1),
.pageedit.Salmon .linklist li:first-child:nth-last-child(5):nth-of-type(1),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(1),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(1),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(1),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(1),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(1),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(1),
body.Orange .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(1),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Orange .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Orange .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Orange .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(1),
.pageedit.Salmon .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(1),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(1),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Orange .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(1),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Orange .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(1),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Orange .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(1),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Orange .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(1),
.pageedit.Salmon .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(1),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(1),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(1),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(1) {
  background-color: #ff9164;
}
body.Orange .related-module-title > div:first-child:nth-last-child(5):nth-of-type(2),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(5):nth-of-type(2),
body.Orange .accordion-item:first-child:nth-last-child(5):nth-of-type(2),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(5):nth-of-type(2),
body.Orange .tab-group-item:first-child:nth-last-child(5):nth-of-type(2),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(5):nth-of-type(2),
body.Orange .linklist li:first-child:nth-last-child(5):nth-of-type(2),
.pageedit.Salmon .linklist li:first-child:nth-last-child(5):nth-of-type(2),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(2),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(2),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(2),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(2),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(2),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(2),
body.Orange .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(2),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Orange .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Orange .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Orange .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(2),
.pageedit.Salmon .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(2),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(2),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Orange .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(2),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Orange .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(2),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Orange .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(2),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Orange .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(2),
.pageedit.Salmon .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(2),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(2),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(2),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(2) {
  background-color: rgba(255, 145, 100, 0.9);
}
body.Orange .related-module-title > div:first-child:nth-last-child(5):nth-of-type(3),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(5):nth-of-type(3),
body.Orange .accordion-item:first-child:nth-last-child(5):nth-of-type(3),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(5):nth-of-type(3),
body.Orange .tab-group-item:first-child:nth-last-child(5):nth-of-type(3),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(5):nth-of-type(3),
body.Orange .linklist li:first-child:nth-last-child(5):nth-of-type(3),
.pageedit.Salmon .linklist li:first-child:nth-last-child(5):nth-of-type(3),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(3),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(3),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(3),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(3),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(3),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(3),
body.Orange .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(3),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Orange .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Orange .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Orange .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(3),
.pageedit.Salmon .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(3),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(3),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Orange .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(3),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Orange .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(3),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Orange .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(3),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Orange .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(3),
.pageedit.Salmon .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(3),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(3),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(3),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(3) {
  background-color: rgba(255, 145, 100, 0.7);
}
body.Orange .related-module-title > div:first-child:nth-last-child(5):nth-of-type(4),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(5):nth-of-type(4),
body.Orange .accordion-item:first-child:nth-last-child(5):nth-of-type(4),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(5):nth-of-type(4),
body.Orange .tab-group-item:first-child:nth-last-child(5):nth-of-type(4),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(5):nth-of-type(4),
body.Orange .linklist li:first-child:nth-last-child(5):nth-of-type(4),
.pageedit.Salmon .linklist li:first-child:nth-last-child(5):nth-of-type(4),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(4),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(4),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(4),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(4),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(4),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(4),
body.Orange .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(4),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Orange .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Orange .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Orange .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(4),
.pageedit.Salmon .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(4),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(4),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Orange .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(4),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Orange .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(4),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Orange .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(4),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Orange .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(4),
.pageedit.Salmon .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(4),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(4),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(4),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(4) {
  background-color: rgba(255, 145, 100, 0.5);
}
body.Orange .related-module-title > div:first-child:nth-last-child(5):nth-of-type(5),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(5):nth-of-type(5),
body.Orange .accordion-item:first-child:nth-last-child(5):nth-of-type(5),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(5):nth-of-type(5),
body.Orange .tab-group-item:first-child:nth-last-child(5):nth-of-type(5),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(5):nth-of-type(5),
body.Orange .linklist li:first-child:nth-last-child(5):nth-of-type(5),
.pageedit.Salmon .linklist li:first-child:nth-last-child(5):nth-of-type(5),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(5),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(5),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(5),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(5),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(5),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(5),
body.Orange .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(5),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Orange .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Orange .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Orange .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(5),
.pageedit.Salmon .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(5),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(5),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Orange .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(5),
.pageedit.Salmon .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Orange .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(5),
.pageedit.Salmon .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Orange .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(5),
.pageedit.Salmon .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Orange .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(5),
.pageedit.Salmon .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Orange .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(5),
.pageedit.Salmon .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Orange .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(5),
.pageedit.Salmon .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(5),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(5) {
  background-color: rgba(255, 145, 100, 0.3);
}
body.Orange .related-module-title > div:nth-child(n+11),
.pageedit.Salmon .related-module-title > div:nth-child(n+11),
body.Orange .accordion-item:nth-child(n+11),
.pageedit.Salmon .accordion-item:nth-child(n+11),
body.Orange .tab-group-item:nth-child(n+11),
.pageedit.Salmon .tab-group-item:nth-child(n+11),
body.Orange .linklist li:nth-child(n+11),
.pageedit.Salmon .linklist li:nth-child(n+11),
body.Orange .parent-navigation-module .navigate-link:nth-child(n+11),
.pageedit.Salmon .parent-navigation-module .navigate-link:nth-child(n+11),
body.Orange .dropdowns-themed .dropdown:nth-child(n+11),
.pageedit.Salmon .dropdowns-themed .dropdown:nth-child(n+11),
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-child(n+11),
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-child(n+11) {
  background-color: rgba(255, 145, 100, 0);
}
@media screen and (min-width: 768px) {
  body.Orange .has-background .accordion-item,
  .pageedit.Salmon .has-background .accordion-item,
  body.Orange .has-background .tab-group-item,
  .pageedit.Salmon .has-background .tab-group-item {
    background-color: rgba(255, 145, 100, 0.5);
  }
  body.Orange .has-background .accordion-item:not(.open):hover,
  .pageedit.Salmon .has-background .accordion-item:not(.open):hover,
  body.Orange .has-background .tab-group-item:not(.open):hover,
  .pageedit.Salmon .has-background .tab-group-item:not(.open):hover {
    background-color: rgba(240, 241, 242, 0.5) !important;
  }
}
@media screen and (max-width: 1050px) {
  body.Orange .mobile-filter__item,
  .pageedit.Salmon .mobile-filter__item {
    background-color: #ff9164;
    /*
        http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/
      */
    /* two items  */
    /* three items  */
    /* four items  */
    /* five items  */
  }
  body.Orange .mobile-filter__item:nth-of-type(1),
  .pageedit.Salmon .mobile-filter__item:nth-of-type(1) {
    background-color: #ff9164;
  }
  body.Orange .mobile-filter__item:nth-of-type(2),
  .pageedit.Salmon .mobile-filter__item:nth-of-type(2) {
    background-color: rgba(255, 145, 100, 0.9);
  }
  body.Orange .mobile-filter__item:nth-of-type(3),
  .pageedit.Salmon .mobile-filter__item:nth-of-type(3) {
    background-color: rgba(255, 145, 100, 0.8);
  }
  body.Orange .mobile-filter__item:nth-of-type(4),
  .pageedit.Salmon .mobile-filter__item:nth-of-type(4) {
    background-color: rgba(255, 145, 100, 0.7);
  }
  body.Orange .mobile-filter__item:nth-of-type(5),
  .pageedit.Salmon .mobile-filter__item:nth-of-type(5) {
    background-color: rgba(255, 145, 100, 0.6);
  }
  body.Orange .mobile-filter__item:nth-of-type(6),
  .pageedit.Salmon .mobile-filter__item:nth-of-type(6) {
    background-color: rgba(255, 145, 100, 0.5);
  }
  body.Orange .mobile-filter__item:nth-of-type(7),
  .pageedit.Salmon .mobile-filter__item:nth-of-type(7) {
    background-color: rgba(255, 145, 100, 0.4);
  }
  body.Orange .mobile-filter__item:nth-of-type(8),
  .pageedit.Salmon .mobile-filter__item:nth-of-type(8) {
    background-color: rgba(255, 145, 100, 0.3);
  }
  body.Orange .mobile-filter__item:nth-of-type(9),
  .pageedit.Salmon .mobile-filter__item:nth-of-type(9) {
    background-color: rgba(255, 145, 100, 0.2);
  }
  body.Orange .mobile-filter__item:nth-of-type(10),
  .pageedit.Salmon .mobile-filter__item:nth-of-type(10) {
    background-color: rgba(255, 145, 100, 0.1);
  }
  body.Orange .mobile-filter__item:first-child:nth-last-child(2):nth-of-type(1),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(2):nth-of-type(1),
  body.Orange .mobile-filter__item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
  body.Orange .mobile-filter__item:first-child:nth-last-child(2) ~ div:nth-of-type(1),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(2) ~ div:nth-of-type(1) {
    background-color: #ff9164;
  }
  body.Orange .mobile-filter__item:first-child:nth-last-child(2):nth-of-type(2),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(2):nth-of-type(2),
  body.Orange .mobile-filter__item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
  body.Orange .mobile-filter__item:first-child:nth-last-child(2) ~ div:nth-of-type(2),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(2) ~ div:nth-of-type(2) {
    background-color: rgba(255, 145, 100, 0.7);
  }
  body.Orange .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(1),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(1),
  body.Orange .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
  body.Orange .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(1),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(1) {
    background-color: rgba(255, 145, 100, 0.75);
  }
  body.Orange .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(2),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(2),
  body.Orange .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
  body.Orange .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(2),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(2) {
    background-color: rgba(255, 145, 100, 0.5);
  }
  body.Orange .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(3),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(3),
  body.Orange .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
  body.Orange .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(3),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(3) {
    background-color: rgba(255, 145, 100, 0.25);
  }
  body.Orange .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(1),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(1),
  body.Orange .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
  body.Orange .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(1),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(1) {
    background-color: #ff9164;
  }
  body.Orange .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(2),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(2),
  body.Orange .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
  body.Orange .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(2),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(2) {
    background-color: rgba(255, 145, 100, 0.8);
  }
  body.Orange .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(3),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(3),
  body.Orange .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
  body.Orange .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(3),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(3) {
    background-color: rgba(255, 145, 100, 0.55);
  }
  body.Orange .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(4),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(4),
  body.Orange .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
  body.Orange .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(4),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(4) {
    background-color: rgba(255, 145, 100, 0.3);
  }
  body.Orange .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(1),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(1),
  body.Orange .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
  body.Orange .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(1),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(1) {
    background-color: #ff9164;
  }
  body.Orange .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(2),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(2),
  body.Orange .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
  body.Orange .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(2),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(2) {
    background-color: rgba(255, 145, 100, 0.9);
  }
  body.Orange .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(3),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(3),
  body.Orange .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
  body.Orange .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(3),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(3) {
    background-color: rgba(255, 145, 100, 0.7);
  }
  body.Orange .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(4),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(4),
  body.Orange .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
  body.Orange .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(4),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(4) {
    background-color: rgba(255, 145, 100, 0.5);
  }
  body.Orange .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(5),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(5),
  body.Orange .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
  body.Orange .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(5),
  .pageedit.Salmon .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(5) {
    background-color: rgba(255, 145, 100, 0.3);
  }
}
body.Orange .accordion-item:not(.open):hover,
.pageedit.Salmon .accordion-item:not(.open):hover,
body.Orange .tab-group-item:hover,
.pageedit.Salmon .tab-group-item:hover,
body.Orange .linklist li:hover,
.pageedit.Salmon .linklist li:hover,
body.Orange .lists_vertical-link-list__list .lists_vertical-link-list__item:hover,
.pageedit.Salmon .lists_vertical-link-list__list .lists_vertical-link-list__item:hover {
  background: #f0f1f2 !important;
}
body.Red .gradient-wrapper__standard > *:nth-of-type(10) {
  background-color: rgba(255, 115, 105, 0.1);
}
body.Red .gradient-wrapper__standard > *:nth-of-type(9) {
  background-color: rgba(255, 115, 105, 0.2);
}
body.Red .gradient-wrapper__standard > *:nth-of-type(8) {
  background-color: rgba(255, 115, 105, 0.3);
}
body.Red .gradient-wrapper__standard > *:nth-of-type(7) {
  background-color: rgba(255, 115, 105, 0.4);
}
body.Red .gradient-wrapper__standard > *:nth-of-type(6) {
  background-color: rgba(255, 115, 105, 0.5);
}
body.Red .gradient-wrapper__standard > *:nth-of-type(5) {
  background-color: rgba(255, 115, 105, 0.6);
}
body.Red .gradient-wrapper__standard > *:nth-of-type(4) {
  background-color: rgba(255, 115, 105, 0.7);
}
body.Red .gradient-wrapper__standard > *:nth-of-type(3) {
  background-color: rgba(255, 115, 105, 0.8);
}
body.Red .gradient-wrapper__standard > *:nth-of-type(2) {
  background-color: rgba(255, 115, 105, 0.9);
}
body.Red .gradient-wrapper__standard > *:nth-of-type(1) {
  background-color: #ff7369;
}
body.Red .backgroundColor-10 {
  background-color: rgba(255, 115, 105, 0.1);
}
body.Red .backgroundColor-20 {
  background-color: rgba(255, 115, 105, 0.2);
}
body.Red .backgroundColor-30 {
  background-color: rgba(255, 115, 105, 0.3);
}
body.Red .backgroundColor-40 {
  background-color: rgba(255, 115, 105, 0.4);
}
body.Red .backgroundColor-50 {
  background-color: rgba(255, 115, 105, 0.5);
}
body.Red .backgroundColor-60 {
  background-color: rgba(255, 115, 105, 0.6);
}
body.Red .backgroundColor-70 {
  background-color: rgba(255, 115, 105, 0.7);
}
body.Red .backgroundColor-80 {
  background-color: rgba(255, 115, 105, 0.8);
}
body.Red .backgroundColor-90 {
  background-color: rgba(255, 115, 105, 0.9);
}
body.Red .backgroundColor-100 {
  background-color: #ff7369;
}
body.Red .useTheme-fill {
  fill: #ff7369;
}
body.Red .useTheme-stroke {
  stroke: #ff7369;
}
body.Red .useTheme-color {
  color: #ff7369;
}
body.Red .useTheme-border-color {
  border-color: #ff7369;
}
body.Red .useTheme-background-color {
  background-color: #ff7369;
}
body.Red .useTheme,
body.Red .image-module.useTheme:before,
body.Red .tab-group .title.open,
body.Red .scfForm input[type='submit'],
body.Red .slides-pagination a.current,
body.Red .vok-module .vok-tab-group .title.open,
body.Red .vok-module .title.open,
body.Red .campaign-module .container .read-more-link a,
body.Red .signup-button a,
body.Red .browser-support-popup-color-banner,
body.Red .p-press-image,
body.Red .grid-component__cta,
body.Red .button.useTheme {
  background-color: #ff7369;
}
body.Red .useTheme:hover,
body.Red .image-module.useTheme:before:hover,
body.Red .tab-group .title.open:hover,
body.Red .scfForm input[type='submit']:hover,
body.Red .slides-pagination a.current:hover,
body.Red .vok-module .vok-tab-group .title.open:hover,
body.Red .vok-module .title.open:hover,
body.Red .campaign-module .container .read-more-link a:hover,
body.Red .signup-button a:hover,
body.Red .browser-support-popup-color-banner:hover,
body.Red .p-press-image:hover,
body.Red .grid-component__cta:hover,
body.Red .button.useTheme:hover {
  background-color: #f0f1f2;
}
body.Red .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 .grid-component__cta {
  background-color: rgba(255, 115, 105, 0.8);
}
body.Red .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 .grid-component__cta:hover {
  background-color: #f0f1f2;
}
body.Red .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 + .col-md-4 .grid-component__cta {
  background-color: rgba(255, 115, 105, 0.5);
}
body.Red .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 + .col-md-4 .grid-component__cta:hover {
  background-color: #f0f1f2;
}
body.Red .grid-component__cta-fixed .grid-component__cta {
  background-color: #ff7369 !important;
  border: none;
}
body.Red .grid-component__cta-fixed .grid-component__cta:hover {
  background-color: #f0f1f2 !important;
}
body.Red .primary-navigation .level-1 li.active a,
body.Red .primary-navigation .level-1 li.active .HeaderLvl2background {
  background-color: rgba(255, 115, 105, 0.4);
}
body.Red .related-module-title > div,
body.Red .accordion-item,
body.Red .tab-group-item,
body.Red .linklist li,
body.Red .parent-navigation-module .navigate-link,
body.Red .dropdowns-themed .dropdown,
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item {
  background-color: #ff7369;
  /*
      http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/
    */
  /* two items  */
  /* three items  */
  /* four items  */
  /* five items  */
}
body.Red .related-module-title > div:nth-of-type(1),
body.Red .accordion-item:nth-of-type(1),
body.Red .tab-group-item:nth-of-type(1),
body.Red .linklist li:nth-of-type(1),
body.Red .parent-navigation-module .navigate-link:nth-of-type(1),
body.Red .dropdowns-themed .dropdown:nth-of-type(1),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(1) {
  background-color: #ff7369;
}
body.Red .related-module-title > div:nth-of-type(2),
body.Red .accordion-item:nth-of-type(2),
body.Red .tab-group-item:nth-of-type(2),
body.Red .linklist li:nth-of-type(2),
body.Red .parent-navigation-module .navigate-link:nth-of-type(2),
body.Red .dropdowns-themed .dropdown:nth-of-type(2),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(2) {
  background-color: rgba(255, 115, 105, 0.9);
}
body.Red .related-module-title > div:nth-of-type(3),
body.Red .accordion-item:nth-of-type(3),
body.Red .tab-group-item:nth-of-type(3),
body.Red .linklist li:nth-of-type(3),
body.Red .parent-navigation-module .navigate-link:nth-of-type(3),
body.Red .dropdowns-themed .dropdown:nth-of-type(3),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(3) {
  background-color: rgba(255, 115, 105, 0.8);
}
body.Red .related-module-title > div:nth-of-type(4),
body.Red .accordion-item:nth-of-type(4),
body.Red .tab-group-item:nth-of-type(4),
body.Red .linklist li:nth-of-type(4),
body.Red .parent-navigation-module .navigate-link:nth-of-type(4),
body.Red .dropdowns-themed .dropdown:nth-of-type(4),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(4) {
  background-color: rgba(255, 115, 105, 0.7);
}
body.Red .related-module-title > div:nth-of-type(5),
body.Red .accordion-item:nth-of-type(5),
body.Red .tab-group-item:nth-of-type(5),
body.Red .linklist li:nth-of-type(5),
body.Red .parent-navigation-module .navigate-link:nth-of-type(5),
body.Red .dropdowns-themed .dropdown:nth-of-type(5),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(5) {
  background-color: rgba(255, 115, 105, 0.6);
}
body.Red .related-module-title > div:nth-of-type(6),
body.Red .accordion-item:nth-of-type(6),
body.Red .tab-group-item:nth-of-type(6),
body.Red .linklist li:nth-of-type(6),
body.Red .parent-navigation-module .navigate-link:nth-of-type(6),
body.Red .dropdowns-themed .dropdown:nth-of-type(6),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(6) {
  background-color: rgba(255, 115, 105, 0.5);
}
body.Red .related-module-title > div:nth-of-type(7),
body.Red .accordion-item:nth-of-type(7),
body.Red .tab-group-item:nth-of-type(7),
body.Red .linklist li:nth-of-type(7),
body.Red .parent-navigation-module .navigate-link:nth-of-type(7),
body.Red .dropdowns-themed .dropdown:nth-of-type(7),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(7) {
  background-color: rgba(255, 115, 105, 0.4);
}
body.Red .related-module-title > div:nth-of-type(8),
body.Red .accordion-item:nth-of-type(8),
body.Red .tab-group-item:nth-of-type(8),
body.Red .linklist li:nth-of-type(8),
body.Red .parent-navigation-module .navigate-link:nth-of-type(8),
body.Red .dropdowns-themed .dropdown:nth-of-type(8),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(8) {
  background-color: rgba(255, 115, 105, 0.3);
}
body.Red .related-module-title > div:nth-of-type(9),
body.Red .accordion-item:nth-of-type(9),
body.Red .tab-group-item:nth-of-type(9),
body.Red .linklist li:nth-of-type(9),
body.Red .parent-navigation-module .navigate-link:nth-of-type(9),
body.Red .dropdowns-themed .dropdown:nth-of-type(9),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(9) {
  background-color: rgba(255, 115, 105, 0.2);
}
body.Red .related-module-title > div:nth-of-type(10),
body.Red .accordion-item:nth-of-type(10),
body.Red .tab-group-item:nth-of-type(10),
body.Red .linklist li:nth-of-type(10),
body.Red .parent-navigation-module .navigate-link:nth-of-type(10),
body.Red .dropdowns-themed .dropdown:nth-of-type(10),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(10) {
  background-color: rgba(255, 115, 105, 0.1);
}
body.Red .related-module-title > div:first-child:nth-last-child(2):nth-of-type(1),
body.Red .accordion-item:first-child:nth-last-child(2):nth-of-type(1),
body.Red .tab-group-item:first-child:nth-last-child(2):nth-of-type(1),
body.Red .linklist li:first-child:nth-last-child(2):nth-of-type(1),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(2):nth-of-type(1),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(2):nth-of-type(1),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2):nth-of-type(1),
body.Red .related-module-title > div:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Red .accordion-item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Red .tab-group-item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Red .linklist li:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Red .related-module-title > div:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Red .accordion-item:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Red .tab-group-item:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Red .linklist li:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ div:nth-of-type(1) {
  background-color: #ff7369;
}
body.Red .related-module-title > div:first-child:nth-last-child(2):nth-of-type(2),
body.Red .accordion-item:first-child:nth-last-child(2):nth-of-type(2),
body.Red .tab-group-item:first-child:nth-last-child(2):nth-of-type(2),
body.Red .linklist li:first-child:nth-last-child(2):nth-of-type(2),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(2):nth-of-type(2),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(2):nth-of-type(2),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2):nth-of-type(2),
body.Red .related-module-title > div:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Red .accordion-item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Red .tab-group-item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Red .linklist li:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Red .related-module-title > div:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Red .accordion-item:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Red .tab-group-item:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Red .linklist li:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ div:nth-of-type(2) {
  background-color: rgba(255, 115, 105, 0.7);
}
body.Red .related-module-title > div:first-child:nth-last-child(3):nth-of-type(1),
body.Red .accordion-item:first-child:nth-last-child(3):nth-of-type(1),
body.Red .tab-group-item:first-child:nth-last-child(3):nth-of-type(1),
body.Red .linklist li:first-child:nth-last-child(3):nth-of-type(1),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(1),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(1),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(1),
body.Red .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Red .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Red .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Red .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Red .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Red .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Red .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Red .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(1) {
  background-color: rgba(255, 115, 105, 0.75);
}
body.Red .related-module-title > div:first-child:nth-last-child(3):nth-of-type(2),
body.Red .accordion-item:first-child:nth-last-child(3):nth-of-type(2),
body.Red .tab-group-item:first-child:nth-last-child(3):nth-of-type(2),
body.Red .linklist li:first-child:nth-last-child(3):nth-of-type(2),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(2),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(2),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(2),
body.Red .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Red .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Red .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Red .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Red .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Red .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Red .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Red .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(2) {
  background-color: rgba(255, 115, 105, 0.5);
}
body.Red .related-module-title > div:first-child:nth-last-child(3):nth-of-type(3),
body.Red .accordion-item:first-child:nth-last-child(3):nth-of-type(3),
body.Red .tab-group-item:first-child:nth-last-child(3):nth-of-type(3),
body.Red .linklist li:first-child:nth-last-child(3):nth-of-type(3),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(3),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(3),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(3),
body.Red .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Red .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Red .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Red .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Red .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Red .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Red .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Red .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(3) {
  background-color: rgba(255, 115, 105, 0.25);
}
body.Red .related-module-title > div:first-child:nth-last-child(4):nth-of-type(1),
body.Red .accordion-item:first-child:nth-last-child(4):nth-of-type(1),
body.Red .tab-group-item:first-child:nth-last-child(4):nth-of-type(1),
body.Red .linklist li:first-child:nth-last-child(4):nth-of-type(1),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(1),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(1),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(1),
body.Red .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Red .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Red .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Red .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Red .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Red .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Red .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Red .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(1) {
  background-color: #ff7369;
}
body.Red .related-module-title > div:first-child:nth-last-child(4):nth-of-type(2),
body.Red .accordion-item:first-child:nth-last-child(4):nth-of-type(2),
body.Red .tab-group-item:first-child:nth-last-child(4):nth-of-type(2),
body.Red .linklist li:first-child:nth-last-child(4):nth-of-type(2),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(2),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(2),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(2),
body.Red .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Red .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Red .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Red .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Red .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Red .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Red .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Red .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(2) {
  background-color: rgba(255, 115, 105, 0.8);
}
body.Red .related-module-title > div:first-child:nth-last-child(4):nth-of-type(3),
body.Red .accordion-item:first-child:nth-last-child(4):nth-of-type(3),
body.Red .tab-group-item:first-child:nth-last-child(4):nth-of-type(3),
body.Red .linklist li:first-child:nth-last-child(4):nth-of-type(3),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(3),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(3),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(3),
body.Red .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Red .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Red .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Red .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Red .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Red .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Red .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Red .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(3) {
  background-color: rgba(255, 115, 105, 0.55);
}
body.Red .related-module-title > div:first-child:nth-last-child(4):nth-of-type(4),
body.Red .accordion-item:first-child:nth-last-child(4):nth-of-type(4),
body.Red .tab-group-item:first-child:nth-last-child(4):nth-of-type(4),
body.Red .linklist li:first-child:nth-last-child(4):nth-of-type(4),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(4),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(4),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(4),
body.Red .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Red .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Red .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Red .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Red .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Red .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Red .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Red .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(4) {
  background-color: rgba(255, 115, 105, 0.3);
}
body.Red .related-module-title > div:first-child:nth-last-child(5):nth-of-type(1),
body.Red .accordion-item:first-child:nth-last-child(5):nth-of-type(1),
body.Red .tab-group-item:first-child:nth-last-child(5):nth-of-type(1),
body.Red .linklist li:first-child:nth-last-child(5):nth-of-type(1),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(1),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(1),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(1),
body.Red .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Red .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Red .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Red .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Red .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Red .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Red .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Red .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(1) {
  background-color: #ff7369;
}
body.Red .related-module-title > div:first-child:nth-last-child(5):nth-of-type(2),
body.Red .accordion-item:first-child:nth-last-child(5):nth-of-type(2),
body.Red .tab-group-item:first-child:nth-last-child(5):nth-of-type(2),
body.Red .linklist li:first-child:nth-last-child(5):nth-of-type(2),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(2),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(2),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(2),
body.Red .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Red .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Red .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Red .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Red .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Red .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Red .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Red .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(2) {
  background-color: rgba(255, 115, 105, 0.9);
}
body.Red .related-module-title > div:first-child:nth-last-child(5):nth-of-type(3),
body.Red .accordion-item:first-child:nth-last-child(5):nth-of-type(3),
body.Red .tab-group-item:first-child:nth-last-child(5):nth-of-type(3),
body.Red .linklist li:first-child:nth-last-child(5):nth-of-type(3),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(3),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(3),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(3),
body.Red .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Red .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Red .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Red .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Red .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Red .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Red .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Red .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(3) {
  background-color: rgba(255, 115, 105, 0.7);
}
body.Red .related-module-title > div:first-child:nth-last-child(5):nth-of-type(4),
body.Red .accordion-item:first-child:nth-last-child(5):nth-of-type(4),
body.Red .tab-group-item:first-child:nth-last-child(5):nth-of-type(4),
body.Red .linklist li:first-child:nth-last-child(5):nth-of-type(4),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(4),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(4),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(4),
body.Red .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Red .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Red .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Red .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Red .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Red .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Red .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Red .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(4) {
  background-color: rgba(255, 115, 105, 0.5);
}
body.Red .related-module-title > div:first-child:nth-last-child(5):nth-of-type(5),
body.Red .accordion-item:first-child:nth-last-child(5):nth-of-type(5),
body.Red .tab-group-item:first-child:nth-last-child(5):nth-of-type(5),
body.Red .linklist li:first-child:nth-last-child(5):nth-of-type(5),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(5),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(5),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(5),
body.Red .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Red .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Red .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Red .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Red .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Red .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Red .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Red .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Red .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Red .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(5) {
  background-color: rgba(255, 115, 105, 0.3);
}
body.Red .related-module-title > div:nth-child(n+11),
body.Red .accordion-item:nth-child(n+11),
body.Red .tab-group-item:nth-child(n+11),
body.Red .linklist li:nth-child(n+11),
body.Red .parent-navigation-module .navigate-link:nth-child(n+11),
body.Red .dropdowns-themed .dropdown:nth-child(n+11),
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-child(n+11) {
  background-color: rgba(255, 115, 105, 0);
}
@media screen and (min-width: 768px) {
  body.Red .has-background .accordion-item,
  body.Red .has-background .tab-group-item {
    background-color: rgba(255, 115, 105, 0.5);
  }
  body.Red .has-background .accordion-item:not(.open):hover,
  body.Red .has-background .tab-group-item:not(.open):hover {
    background-color: rgba(240, 241, 242, 0.5) !important;
  }
}
@media screen and (max-width: 1050px) {
  body.Red .mobile-filter__item {
    background-color: #ff7369;
    /*
        http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/
      */
    /* two items  */
    /* three items  */
    /* four items  */
    /* five items  */
  }
  body.Red .mobile-filter__item:nth-of-type(1) {
    background-color: #ff7369;
  }
  body.Red .mobile-filter__item:nth-of-type(2) {
    background-color: rgba(255, 115, 105, 0.9);
  }
  body.Red .mobile-filter__item:nth-of-type(3) {
    background-color: rgba(255, 115, 105, 0.8);
  }
  body.Red .mobile-filter__item:nth-of-type(4) {
    background-color: rgba(255, 115, 105, 0.7);
  }
  body.Red .mobile-filter__item:nth-of-type(5) {
    background-color: rgba(255, 115, 105, 0.6);
  }
  body.Red .mobile-filter__item:nth-of-type(6) {
    background-color: rgba(255, 115, 105, 0.5);
  }
  body.Red .mobile-filter__item:nth-of-type(7) {
    background-color: rgba(255, 115, 105, 0.4);
  }
  body.Red .mobile-filter__item:nth-of-type(8) {
    background-color: rgba(255, 115, 105, 0.3);
  }
  body.Red .mobile-filter__item:nth-of-type(9) {
    background-color: rgba(255, 115, 105, 0.2);
  }
  body.Red .mobile-filter__item:nth-of-type(10) {
    background-color: rgba(255, 115, 105, 0.1);
  }
  body.Red .mobile-filter__item:first-child:nth-last-child(2):nth-of-type(1),
  body.Red .mobile-filter__item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
  body.Red .mobile-filter__item:first-child:nth-last-child(2) ~ div:nth-of-type(1) {
    background-color: #ff7369;
  }
  body.Red .mobile-filter__item:first-child:nth-last-child(2):nth-of-type(2),
  body.Red .mobile-filter__item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
  body.Red .mobile-filter__item:first-child:nth-last-child(2) ~ div:nth-of-type(2) {
    background-color: rgba(255, 115, 105, 0.7);
  }
  body.Red .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(1),
  body.Red .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
  body.Red .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(1) {
    background-color: rgba(255, 115, 105, 0.75);
  }
  body.Red .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(2),
  body.Red .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
  body.Red .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(2) {
    background-color: rgba(255, 115, 105, 0.5);
  }
  body.Red .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(3),
  body.Red .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
  body.Red .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(3) {
    background-color: rgba(255, 115, 105, 0.25);
  }
  body.Red .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(1),
  body.Red .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
  body.Red .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(1) {
    background-color: #ff7369;
  }
  body.Red .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(2),
  body.Red .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
  body.Red .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(2) {
    background-color: rgba(255, 115, 105, 0.8);
  }
  body.Red .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(3),
  body.Red .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
  body.Red .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(3) {
    background-color: rgba(255, 115, 105, 0.55);
  }
  body.Red .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(4),
  body.Red .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
  body.Red .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(4) {
    background-color: rgba(255, 115, 105, 0.3);
  }
  body.Red .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(1),
  body.Red .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
  body.Red .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(1) {
    background-color: #ff7369;
  }
  body.Red .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(2),
  body.Red .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
  body.Red .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(2) {
    background-color: rgba(255, 115, 105, 0.9);
  }
  body.Red .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(3),
  body.Red .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
  body.Red .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(3) {
    background-color: rgba(255, 115, 105, 0.7);
  }
  body.Red .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(4),
  body.Red .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
  body.Red .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(4) {
    background-color: rgba(255, 115, 105, 0.5);
  }
  body.Red .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(5),
  body.Red .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
  body.Red .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(5) {
    background-color: rgba(255, 115, 105, 0.3);
  }
}
body.Red .accordion-item:not(.open):hover,
body.Red .tab-group-item:hover,
body.Red .linklist li:hover,
body.Red .lists_vertical-link-list__list .lists_vertical-link-list__item:hover {
  background: #f0f1f2 !important;
}
body.Purple .gradient-wrapper__standard > *:nth-of-type(10) {
  background-color: rgba(160, 160, 220, 0.1);
}
body.Purple .gradient-wrapper__standard > *:nth-of-type(9) {
  background-color: rgba(160, 160, 220, 0.2);
}
body.Purple .gradient-wrapper__standard > *:nth-of-type(8) {
  background-color: rgba(160, 160, 220, 0.3);
}
body.Purple .gradient-wrapper__standard > *:nth-of-type(7) {
  background-color: rgba(160, 160, 220, 0.4);
}
body.Purple .gradient-wrapper__standard > *:nth-of-type(6) {
  background-color: rgba(160, 160, 220, 0.5);
}
body.Purple .gradient-wrapper__standard > *:nth-of-type(5) {
  background-color: rgba(160, 160, 220, 0.6);
}
body.Purple .gradient-wrapper__standard > *:nth-of-type(4) {
  background-color: rgba(160, 160, 220, 0.7);
}
body.Purple .gradient-wrapper__standard > *:nth-of-type(3) {
  background-color: rgba(160, 160, 220, 0.8);
}
body.Purple .gradient-wrapper__standard > *:nth-of-type(2) {
  background-color: rgba(160, 160, 220, 0.9);
}
body.Purple .gradient-wrapper__standard > *:nth-of-type(1) {
  background-color: #a0a0dc;
}
body.Purple .backgroundColor-10 {
  background-color: rgba(160, 160, 220, 0.1);
}
body.Purple .backgroundColor-20 {
  background-color: rgba(160, 160, 220, 0.2);
}
body.Purple .backgroundColor-30 {
  background-color: rgba(160, 160, 220, 0.3);
}
body.Purple .backgroundColor-40 {
  background-color: rgba(160, 160, 220, 0.4);
}
body.Purple .backgroundColor-50 {
  background-color: rgba(160, 160, 220, 0.5);
}
body.Purple .backgroundColor-60 {
  background-color: rgba(160, 160, 220, 0.6);
}
body.Purple .backgroundColor-70 {
  background-color: rgba(160, 160, 220, 0.7);
}
body.Purple .backgroundColor-80 {
  background-color: rgba(160, 160, 220, 0.8);
}
body.Purple .backgroundColor-90 {
  background-color: rgba(160, 160, 220, 0.9);
}
body.Purple .backgroundColor-100 {
  background-color: #a0a0dc;
}
body.Purple .useTheme-fill {
  fill: #a0a0dc;
}
body.Purple .useTheme-stroke {
  stroke: #a0a0dc;
}
body.Purple .useTheme-color {
  color: #a0a0dc;
}
body.Purple .useTheme-border-color {
  border-color: #a0a0dc;
}
body.Purple .useTheme-background-color {
  background-color: #a0a0dc;
}
body.Purple .useTheme,
body.Purple .image-module.useTheme:before,
body.Purple .tab-group .title.open,
body.Purple .scfForm input[type='submit'],
body.Purple .slides-pagination a.current,
body.Purple .vok-module .vok-tab-group .title.open,
body.Purple .vok-module .title.open,
body.Purple .campaign-module .container .read-more-link a,
body.Purple .signup-button a,
body.Purple .browser-support-popup-color-banner,
body.Purple .p-press-image,
body.Purple .grid-component__cta,
body.Purple .button.useTheme {
  background-color: #a0a0dc;
}
body.Purple .useTheme:hover,
body.Purple .image-module.useTheme:before:hover,
body.Purple .tab-group .title.open:hover,
body.Purple .scfForm input[type='submit']:hover,
body.Purple .slides-pagination a.current:hover,
body.Purple .vok-module .vok-tab-group .title.open:hover,
body.Purple .vok-module .title.open:hover,
body.Purple .campaign-module .container .read-more-link a:hover,
body.Purple .signup-button a:hover,
body.Purple .browser-support-popup-color-banner:hover,
body.Purple .p-press-image:hover,
body.Purple .grid-component__cta:hover,
body.Purple .button.useTheme:hover {
  background-color: #f0f1f2;
}
body.Purple .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 .grid-component__cta {
  background-color: rgba(160, 160, 220, 0.8);
}
body.Purple .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 .grid-component__cta:hover {
  background-color: #f0f1f2;
}
body.Purple .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 + .col-md-4 .grid-component__cta {
  background-color: rgba(160, 160, 220, 0.5);
}
body.Purple .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 + .col-md-4 .grid-component__cta:hover {
  background-color: #f0f1f2;
}
body.Purple .grid-component__cta-fixed .grid-component__cta {
  background-color: #a0a0dc !important;
  border: none;
}
body.Purple .grid-component__cta-fixed .grid-component__cta:hover {
  background-color: #f0f1f2 !important;
}
body.Purple .primary-navigation .level-1 li.active a,
body.Purple .primary-navigation .level-1 li.active .HeaderLvl2background {
  background-color: rgba(160, 160, 220, 0.4);
}
body.Purple .related-module-title > div,
body.Purple .accordion-item,
body.Purple .tab-group-item,
body.Purple .linklist li,
body.Purple .parent-navigation-module .navigate-link,
body.Purple .dropdowns-themed .dropdown,
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item {
  background-color: #a0a0dc;
  /*
      http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/
    */
  /* two items  */
  /* three items  */
  /* four items  */
  /* five items  */
}
body.Purple .related-module-title > div:nth-of-type(1),
body.Purple .accordion-item:nth-of-type(1),
body.Purple .tab-group-item:nth-of-type(1),
body.Purple .linklist li:nth-of-type(1),
body.Purple .parent-navigation-module .navigate-link:nth-of-type(1),
body.Purple .dropdowns-themed .dropdown:nth-of-type(1),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(1) {
  background-color: #a0a0dc;
}
body.Purple .related-module-title > div:nth-of-type(2),
body.Purple .accordion-item:nth-of-type(2),
body.Purple .tab-group-item:nth-of-type(2),
body.Purple .linklist li:nth-of-type(2),
body.Purple .parent-navigation-module .navigate-link:nth-of-type(2),
body.Purple .dropdowns-themed .dropdown:nth-of-type(2),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(2) {
  background-color: rgba(160, 160, 220, 0.9);
}
body.Purple .related-module-title > div:nth-of-type(3),
body.Purple .accordion-item:nth-of-type(3),
body.Purple .tab-group-item:nth-of-type(3),
body.Purple .linklist li:nth-of-type(3),
body.Purple .parent-navigation-module .navigate-link:nth-of-type(3),
body.Purple .dropdowns-themed .dropdown:nth-of-type(3),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(3) {
  background-color: rgba(160, 160, 220, 0.8);
}
body.Purple .related-module-title > div:nth-of-type(4),
body.Purple .accordion-item:nth-of-type(4),
body.Purple .tab-group-item:nth-of-type(4),
body.Purple .linklist li:nth-of-type(4),
body.Purple .parent-navigation-module .navigate-link:nth-of-type(4),
body.Purple .dropdowns-themed .dropdown:nth-of-type(4),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(4) {
  background-color: rgba(160, 160, 220, 0.7);
}
body.Purple .related-module-title > div:nth-of-type(5),
body.Purple .accordion-item:nth-of-type(5),
body.Purple .tab-group-item:nth-of-type(5),
body.Purple .linklist li:nth-of-type(5),
body.Purple .parent-navigation-module .navigate-link:nth-of-type(5),
body.Purple .dropdowns-themed .dropdown:nth-of-type(5),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(5) {
  background-color: rgba(160, 160, 220, 0.6);
}
body.Purple .related-module-title > div:nth-of-type(6),
body.Purple .accordion-item:nth-of-type(6),
body.Purple .tab-group-item:nth-of-type(6),
body.Purple .linklist li:nth-of-type(6),
body.Purple .parent-navigation-module .navigate-link:nth-of-type(6),
body.Purple .dropdowns-themed .dropdown:nth-of-type(6),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(6) {
  background-color: rgba(160, 160, 220, 0.5);
}
body.Purple .related-module-title > div:nth-of-type(7),
body.Purple .accordion-item:nth-of-type(7),
body.Purple .tab-group-item:nth-of-type(7),
body.Purple .linklist li:nth-of-type(7),
body.Purple .parent-navigation-module .navigate-link:nth-of-type(7),
body.Purple .dropdowns-themed .dropdown:nth-of-type(7),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(7) {
  background-color: rgba(160, 160, 220, 0.4);
}
body.Purple .related-module-title > div:nth-of-type(8),
body.Purple .accordion-item:nth-of-type(8),
body.Purple .tab-group-item:nth-of-type(8),
body.Purple .linklist li:nth-of-type(8),
body.Purple .parent-navigation-module .navigate-link:nth-of-type(8),
body.Purple .dropdowns-themed .dropdown:nth-of-type(8),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(8) {
  background-color: rgba(160, 160, 220, 0.3);
}
body.Purple .related-module-title > div:nth-of-type(9),
body.Purple .accordion-item:nth-of-type(9),
body.Purple .tab-group-item:nth-of-type(9),
body.Purple .linklist li:nth-of-type(9),
body.Purple .parent-navigation-module .navigate-link:nth-of-type(9),
body.Purple .dropdowns-themed .dropdown:nth-of-type(9),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(9) {
  background-color: rgba(160, 160, 220, 0.2);
}
body.Purple .related-module-title > div:nth-of-type(10),
body.Purple .accordion-item:nth-of-type(10),
body.Purple .tab-group-item:nth-of-type(10),
body.Purple .linklist li:nth-of-type(10),
body.Purple .parent-navigation-module .navigate-link:nth-of-type(10),
body.Purple .dropdowns-themed .dropdown:nth-of-type(10),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(10) {
  background-color: rgba(160, 160, 220, 0.1);
}
body.Purple .related-module-title > div:first-child:nth-last-child(2):nth-of-type(1),
body.Purple .accordion-item:first-child:nth-last-child(2):nth-of-type(1),
body.Purple .tab-group-item:first-child:nth-last-child(2):nth-of-type(1),
body.Purple .linklist li:first-child:nth-last-child(2):nth-of-type(1),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(2):nth-of-type(1),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(2):nth-of-type(1),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2):nth-of-type(1),
body.Purple .related-module-title > div:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Purple .accordion-item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Purple .tab-group-item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Purple .linklist li:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Purple .related-module-title > div:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Purple .accordion-item:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Purple .tab-group-item:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Purple .linklist li:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ div:nth-of-type(1) {
  background-color: #a0a0dc;
}
body.Purple .related-module-title > div:first-child:nth-last-child(2):nth-of-type(2),
body.Purple .accordion-item:first-child:nth-last-child(2):nth-of-type(2),
body.Purple .tab-group-item:first-child:nth-last-child(2):nth-of-type(2),
body.Purple .linklist li:first-child:nth-last-child(2):nth-of-type(2),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(2):nth-of-type(2),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(2):nth-of-type(2),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2):nth-of-type(2),
body.Purple .related-module-title > div:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Purple .accordion-item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Purple .tab-group-item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Purple .linklist li:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Purple .related-module-title > div:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Purple .accordion-item:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Purple .tab-group-item:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Purple .linklist li:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ div:nth-of-type(2) {
  background-color: rgba(160, 160, 220, 0.7);
}
body.Purple .related-module-title > div:first-child:nth-last-child(3):nth-of-type(1),
body.Purple .accordion-item:first-child:nth-last-child(3):nth-of-type(1),
body.Purple .tab-group-item:first-child:nth-last-child(3):nth-of-type(1),
body.Purple .linklist li:first-child:nth-last-child(3):nth-of-type(1),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(1),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(1),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(1),
body.Purple .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Purple .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Purple .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Purple .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Purple .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Purple .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Purple .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Purple .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(1) {
  background-color: rgba(160, 160, 220, 0.75);
}
body.Purple .related-module-title > div:first-child:nth-last-child(3):nth-of-type(2),
body.Purple .accordion-item:first-child:nth-last-child(3):nth-of-type(2),
body.Purple .tab-group-item:first-child:nth-last-child(3):nth-of-type(2),
body.Purple .linklist li:first-child:nth-last-child(3):nth-of-type(2),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(2),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(2),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(2),
body.Purple .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Purple .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Purple .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Purple .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Purple .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Purple .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Purple .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Purple .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(2) {
  background-color: rgba(160, 160, 220, 0.5);
}
body.Purple .related-module-title > div:first-child:nth-last-child(3):nth-of-type(3),
body.Purple .accordion-item:first-child:nth-last-child(3):nth-of-type(3),
body.Purple .tab-group-item:first-child:nth-last-child(3):nth-of-type(3),
body.Purple .linklist li:first-child:nth-last-child(3):nth-of-type(3),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(3),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(3),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(3),
body.Purple .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Purple .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Purple .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Purple .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Purple .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Purple .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Purple .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Purple .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(3) {
  background-color: rgba(160, 160, 220, 0.25);
}
body.Purple .related-module-title > div:first-child:nth-last-child(4):nth-of-type(1),
body.Purple .accordion-item:first-child:nth-last-child(4):nth-of-type(1),
body.Purple .tab-group-item:first-child:nth-last-child(4):nth-of-type(1),
body.Purple .linklist li:first-child:nth-last-child(4):nth-of-type(1),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(1),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(1),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(1),
body.Purple .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Purple .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Purple .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Purple .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Purple .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Purple .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Purple .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Purple .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(1) {
  background-color: #a0a0dc;
}
body.Purple .related-module-title > div:first-child:nth-last-child(4):nth-of-type(2),
body.Purple .accordion-item:first-child:nth-last-child(4):nth-of-type(2),
body.Purple .tab-group-item:first-child:nth-last-child(4):nth-of-type(2),
body.Purple .linklist li:first-child:nth-last-child(4):nth-of-type(2),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(2),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(2),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(2),
body.Purple .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Purple .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Purple .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Purple .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Purple .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Purple .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Purple .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Purple .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(2) {
  background-color: rgba(160, 160, 220, 0.8);
}
body.Purple .related-module-title > div:first-child:nth-last-child(4):nth-of-type(3),
body.Purple .accordion-item:first-child:nth-last-child(4):nth-of-type(3),
body.Purple .tab-group-item:first-child:nth-last-child(4):nth-of-type(3),
body.Purple .linklist li:first-child:nth-last-child(4):nth-of-type(3),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(3),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(3),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(3),
body.Purple .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Purple .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Purple .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Purple .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Purple .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Purple .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Purple .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Purple .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(3) {
  background-color: rgba(160, 160, 220, 0.55);
}
body.Purple .related-module-title > div:first-child:nth-last-child(4):nth-of-type(4),
body.Purple .accordion-item:first-child:nth-last-child(4):nth-of-type(4),
body.Purple .tab-group-item:first-child:nth-last-child(4):nth-of-type(4),
body.Purple .linklist li:first-child:nth-last-child(4):nth-of-type(4),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(4),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(4),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(4),
body.Purple .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Purple .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Purple .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Purple .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Purple .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Purple .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Purple .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Purple .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(4) {
  background-color: rgba(160, 160, 220, 0.3);
}
body.Purple .related-module-title > div:first-child:nth-last-child(5):nth-of-type(1),
body.Purple .accordion-item:first-child:nth-last-child(5):nth-of-type(1),
body.Purple .tab-group-item:first-child:nth-last-child(5):nth-of-type(1),
body.Purple .linklist li:first-child:nth-last-child(5):nth-of-type(1),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(1),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(1),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(1),
body.Purple .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Purple .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Purple .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Purple .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Purple .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Purple .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Purple .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Purple .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(1) {
  background-color: #a0a0dc;
}
body.Purple .related-module-title > div:first-child:nth-last-child(5):nth-of-type(2),
body.Purple .accordion-item:first-child:nth-last-child(5):nth-of-type(2),
body.Purple .tab-group-item:first-child:nth-last-child(5):nth-of-type(2),
body.Purple .linklist li:first-child:nth-last-child(5):nth-of-type(2),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(2),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(2),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(2),
body.Purple .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Purple .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Purple .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Purple .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Purple .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Purple .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Purple .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Purple .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(2) {
  background-color: rgba(160, 160, 220, 0.9);
}
body.Purple .related-module-title > div:first-child:nth-last-child(5):nth-of-type(3),
body.Purple .accordion-item:first-child:nth-last-child(5):nth-of-type(3),
body.Purple .tab-group-item:first-child:nth-last-child(5):nth-of-type(3),
body.Purple .linklist li:first-child:nth-last-child(5):nth-of-type(3),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(3),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(3),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(3),
body.Purple .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Purple .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Purple .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Purple .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Purple .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Purple .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Purple .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Purple .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(3) {
  background-color: rgba(160, 160, 220, 0.7);
}
body.Purple .related-module-title > div:first-child:nth-last-child(5):nth-of-type(4),
body.Purple .accordion-item:first-child:nth-last-child(5):nth-of-type(4),
body.Purple .tab-group-item:first-child:nth-last-child(5):nth-of-type(4),
body.Purple .linklist li:first-child:nth-last-child(5):nth-of-type(4),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(4),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(4),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(4),
body.Purple .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Purple .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Purple .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Purple .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Purple .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Purple .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Purple .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Purple .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(4) {
  background-color: rgba(160, 160, 220, 0.5);
}
body.Purple .related-module-title > div:first-child:nth-last-child(5):nth-of-type(5),
body.Purple .accordion-item:first-child:nth-last-child(5):nth-of-type(5),
body.Purple .tab-group-item:first-child:nth-last-child(5):nth-of-type(5),
body.Purple .linklist li:first-child:nth-last-child(5):nth-of-type(5),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(5),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(5),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(5),
body.Purple .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Purple .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Purple .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Purple .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Purple .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Purple .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Purple .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Purple .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Purple .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Purple .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(5) {
  background-color: rgba(160, 160, 220, 0.3);
}
body.Purple .related-module-title > div:nth-child(n+11),
body.Purple .accordion-item:nth-child(n+11),
body.Purple .tab-group-item:nth-child(n+11),
body.Purple .linklist li:nth-child(n+11),
body.Purple .parent-navigation-module .navigate-link:nth-child(n+11),
body.Purple .dropdowns-themed .dropdown:nth-child(n+11),
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-child(n+11) {
  background-color: rgba(160, 160, 220, 0);
}
@media screen and (min-width: 768px) {
  body.Purple .has-background .accordion-item,
  body.Purple .has-background .tab-group-item {
    background-color: rgba(160, 160, 220, 0.5);
  }
  body.Purple .has-background .accordion-item:not(.open):hover,
  body.Purple .has-background .tab-group-item:not(.open):hover {
    background-color: rgba(240, 241, 242, 0.5) !important;
  }
}
@media screen and (max-width: 1050px) {
  body.Purple .mobile-filter__item {
    background-color: #a0a0dc;
    /*
        http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/
      */
    /* two items  */
    /* three items  */
    /* four items  */
    /* five items  */
  }
  body.Purple .mobile-filter__item:nth-of-type(1) {
    background-color: #a0a0dc;
  }
  body.Purple .mobile-filter__item:nth-of-type(2) {
    background-color: rgba(160, 160, 220, 0.9);
  }
  body.Purple .mobile-filter__item:nth-of-type(3) {
    background-color: rgba(160, 160, 220, 0.8);
  }
  body.Purple .mobile-filter__item:nth-of-type(4) {
    background-color: rgba(160, 160, 220, 0.7);
  }
  body.Purple .mobile-filter__item:nth-of-type(5) {
    background-color: rgba(160, 160, 220, 0.6);
  }
  body.Purple .mobile-filter__item:nth-of-type(6) {
    background-color: rgba(160, 160, 220, 0.5);
  }
  body.Purple .mobile-filter__item:nth-of-type(7) {
    background-color: rgba(160, 160, 220, 0.4);
  }
  body.Purple .mobile-filter__item:nth-of-type(8) {
    background-color: rgba(160, 160, 220, 0.3);
  }
  body.Purple .mobile-filter__item:nth-of-type(9) {
    background-color: rgba(160, 160, 220, 0.2);
  }
  body.Purple .mobile-filter__item:nth-of-type(10) {
    background-color: rgba(160, 160, 220, 0.1);
  }
  body.Purple .mobile-filter__item:first-child:nth-last-child(2):nth-of-type(1),
  body.Purple .mobile-filter__item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
  body.Purple .mobile-filter__item:first-child:nth-last-child(2) ~ div:nth-of-type(1) {
    background-color: #a0a0dc;
  }
  body.Purple .mobile-filter__item:first-child:nth-last-child(2):nth-of-type(2),
  body.Purple .mobile-filter__item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
  body.Purple .mobile-filter__item:first-child:nth-last-child(2) ~ div:nth-of-type(2) {
    background-color: rgba(160, 160, 220, 0.7);
  }
  body.Purple .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(1),
  body.Purple .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
  body.Purple .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(1) {
    background-color: rgba(160, 160, 220, 0.75);
  }
  body.Purple .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(2),
  body.Purple .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
  body.Purple .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(2) {
    background-color: rgba(160, 160, 220, 0.5);
  }
  body.Purple .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(3),
  body.Purple .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
  body.Purple .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(3) {
    background-color: rgba(160, 160, 220, 0.25);
  }
  body.Purple .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(1),
  body.Purple .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
  body.Purple .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(1) {
    background-color: #a0a0dc;
  }
  body.Purple .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(2),
  body.Purple .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
  body.Purple .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(2) {
    background-color: rgba(160, 160, 220, 0.8);
  }
  body.Purple .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(3),
  body.Purple .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
  body.Purple .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(3) {
    background-color: rgba(160, 160, 220, 0.55);
  }
  body.Purple .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(4),
  body.Purple .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
  body.Purple .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(4) {
    background-color: rgba(160, 160, 220, 0.3);
  }
  body.Purple .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(1),
  body.Purple .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
  body.Purple .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(1) {
    background-color: #a0a0dc;
  }
  body.Purple .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(2),
  body.Purple .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
  body.Purple .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(2) {
    background-color: rgba(160, 160, 220, 0.9);
  }
  body.Purple .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(3),
  body.Purple .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
  body.Purple .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(3) {
    background-color: rgba(160, 160, 220, 0.7);
  }
  body.Purple .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(4),
  body.Purple .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
  body.Purple .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(4) {
    background-color: rgba(160, 160, 220, 0.5);
  }
  body.Purple .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(5),
  body.Purple .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
  body.Purple .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(5) {
    background-color: rgba(160, 160, 220, 0.3);
  }
}
body.Purple .accordion-item:not(.open):hover,
body.Purple .tab-group-item:hover,
body.Purple .linklist li:hover,
body.Purple .lists_vertical-link-list__list .lists_vertical-link-list__item:hover {
  background: #f0f1f2 !important;
}
body.Blue .gradient-wrapper__standard > *:nth-of-type(10) {
  background-color: rgba(120, 180, 220, 0.1);
}
body.Blue .gradient-wrapper__standard > *:nth-of-type(9) {
  background-color: rgba(120, 180, 220, 0.2);
}
body.Blue .gradient-wrapper__standard > *:nth-of-type(8) {
  background-color: rgba(120, 180, 220, 0.3);
}
body.Blue .gradient-wrapper__standard > *:nth-of-type(7) {
  background-color: rgba(120, 180, 220, 0.4);
}
body.Blue .gradient-wrapper__standard > *:nth-of-type(6) {
  background-color: rgba(120, 180, 220, 0.5);
}
body.Blue .gradient-wrapper__standard > *:nth-of-type(5) {
  background-color: rgba(120, 180, 220, 0.6);
}
body.Blue .gradient-wrapper__standard > *:nth-of-type(4) {
  background-color: rgba(120, 180, 220, 0.7);
}
body.Blue .gradient-wrapper__standard > *:nth-of-type(3) {
  background-color: rgba(120, 180, 220, 0.8);
}
body.Blue .gradient-wrapper__standard > *:nth-of-type(2) {
  background-color: rgba(120, 180, 220, 0.9);
}
body.Blue .gradient-wrapper__standard > *:nth-of-type(1) {
  background-color: #78b4dc;
}
body.Blue .backgroundColor-10 {
  background-color: rgba(120, 180, 220, 0.1);
}
body.Blue .backgroundColor-20 {
  background-color: rgba(120, 180, 220, 0.2);
}
body.Blue .backgroundColor-30 {
  background-color: rgba(120, 180, 220, 0.3);
}
body.Blue .backgroundColor-40 {
  background-color: rgba(120, 180, 220, 0.4);
}
body.Blue .backgroundColor-50 {
  background-color: rgba(120, 180, 220, 0.5);
}
body.Blue .backgroundColor-60 {
  background-color: rgba(120, 180, 220, 0.6);
}
body.Blue .backgroundColor-70 {
  background-color: rgba(120, 180, 220, 0.7);
}
body.Blue .backgroundColor-80 {
  background-color: rgba(120, 180, 220, 0.8);
}
body.Blue .backgroundColor-90 {
  background-color: rgba(120, 180, 220, 0.9);
}
body.Blue .backgroundColor-100 {
  background-color: #78b4dc;
}
body.Blue .useTheme-fill {
  fill: #78b4dc;
}
body.Blue .useTheme-stroke {
  stroke: #78b4dc;
}
body.Blue .useTheme-color {
  color: #78b4dc;
}
body.Blue .useTheme-border-color {
  border-color: #78b4dc;
}
body.Blue .useTheme-background-color {
  background-color: #78b4dc;
}
body.Blue .useTheme,
body.Blue .image-module.useTheme:before,
body.Blue .tab-group .title.open,
body.Blue .scfForm input[type='submit'],
body.Blue .slides-pagination a.current,
body.Blue .vok-module .vok-tab-group .title.open,
body.Blue .vok-module .title.open,
body.Blue .campaign-module .container .read-more-link a,
body.Blue .signup-button a,
body.Blue .browser-support-popup-color-banner,
body.Blue .p-press-image,
body.Blue .grid-component__cta,
body.Blue .button.useTheme {
  background-color: #78b4dc;
}
body.Blue .useTheme:hover,
body.Blue .image-module.useTheme:before:hover,
body.Blue .tab-group .title.open:hover,
body.Blue .scfForm input[type='submit']:hover,
body.Blue .slides-pagination a.current:hover,
body.Blue .vok-module .vok-tab-group .title.open:hover,
body.Blue .vok-module .title.open:hover,
body.Blue .campaign-module .container .read-more-link a:hover,
body.Blue .signup-button a:hover,
body.Blue .browser-support-popup-color-banner:hover,
body.Blue .p-press-image:hover,
body.Blue .grid-component__cta:hover,
body.Blue .button.useTheme:hover {
  background-color: #f0f1f2;
}
body.Blue .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 .grid-component__cta {
  background-color: rgba(120, 180, 220, 0.8);
}
body.Blue .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 .grid-component__cta:hover {
  background-color: #f0f1f2;
}
body.Blue .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 + .col-md-4 .grid-component__cta {
  background-color: rgba(120, 180, 220, 0.5);
}
body.Blue .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 + .col-md-4 .grid-component__cta:hover {
  background-color: #f0f1f2;
}
body.Blue .grid-component__cta-fixed .grid-component__cta {
  background-color: #78b4dc !important;
  border: none;
}
body.Blue .grid-component__cta-fixed .grid-component__cta:hover {
  background-color: #f0f1f2 !important;
}
body.Blue .primary-navigation .level-1 li.active a,
body.Blue .primary-navigation .level-1 li.active .HeaderLvl2background {
  background-color: rgba(120, 180, 220, 0.4);
}
body.Blue .related-module-title > div,
body.Blue .accordion-item,
body.Blue .tab-group-item,
body.Blue .linklist li,
body.Blue .parent-navigation-module .navigate-link,
body.Blue .dropdowns-themed .dropdown,
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item {
  background-color: #78b4dc;
  /*
      http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/
    */
  /* two items  */
  /* three items  */
  /* four items  */
  /* five items  */
}
body.Blue .related-module-title > div:nth-of-type(1),
body.Blue .accordion-item:nth-of-type(1),
body.Blue .tab-group-item:nth-of-type(1),
body.Blue .linklist li:nth-of-type(1),
body.Blue .parent-navigation-module .navigate-link:nth-of-type(1),
body.Blue .dropdowns-themed .dropdown:nth-of-type(1),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(1) {
  background-color: #78b4dc;
}
body.Blue .related-module-title > div:nth-of-type(2),
body.Blue .accordion-item:nth-of-type(2),
body.Blue .tab-group-item:nth-of-type(2),
body.Blue .linklist li:nth-of-type(2),
body.Blue .parent-navigation-module .navigate-link:nth-of-type(2),
body.Blue .dropdowns-themed .dropdown:nth-of-type(2),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(2) {
  background-color: rgba(120, 180, 220, 0.9);
}
body.Blue .related-module-title > div:nth-of-type(3),
body.Blue .accordion-item:nth-of-type(3),
body.Blue .tab-group-item:nth-of-type(3),
body.Blue .linklist li:nth-of-type(3),
body.Blue .parent-navigation-module .navigate-link:nth-of-type(3),
body.Blue .dropdowns-themed .dropdown:nth-of-type(3),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(3) {
  background-color: rgba(120, 180, 220, 0.8);
}
body.Blue .related-module-title > div:nth-of-type(4),
body.Blue .accordion-item:nth-of-type(4),
body.Blue .tab-group-item:nth-of-type(4),
body.Blue .linklist li:nth-of-type(4),
body.Blue .parent-navigation-module .navigate-link:nth-of-type(4),
body.Blue .dropdowns-themed .dropdown:nth-of-type(4),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(4) {
  background-color: rgba(120, 180, 220, 0.7);
}
body.Blue .related-module-title > div:nth-of-type(5),
body.Blue .accordion-item:nth-of-type(5),
body.Blue .tab-group-item:nth-of-type(5),
body.Blue .linklist li:nth-of-type(5),
body.Blue .parent-navigation-module .navigate-link:nth-of-type(5),
body.Blue .dropdowns-themed .dropdown:nth-of-type(5),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(5) {
  background-color: rgba(120, 180, 220, 0.6);
}
body.Blue .related-module-title > div:nth-of-type(6),
body.Blue .accordion-item:nth-of-type(6),
body.Blue .tab-group-item:nth-of-type(6),
body.Blue .linklist li:nth-of-type(6),
body.Blue .parent-navigation-module .navigate-link:nth-of-type(6),
body.Blue .dropdowns-themed .dropdown:nth-of-type(6),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(6) {
  background-color: rgba(120, 180, 220, 0.5);
}
body.Blue .related-module-title > div:nth-of-type(7),
body.Blue .accordion-item:nth-of-type(7),
body.Blue .tab-group-item:nth-of-type(7),
body.Blue .linklist li:nth-of-type(7),
body.Blue .parent-navigation-module .navigate-link:nth-of-type(7),
body.Blue .dropdowns-themed .dropdown:nth-of-type(7),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(7) {
  background-color: rgba(120, 180, 220, 0.4);
}
body.Blue .related-module-title > div:nth-of-type(8),
body.Blue .accordion-item:nth-of-type(8),
body.Blue .tab-group-item:nth-of-type(8),
body.Blue .linklist li:nth-of-type(8),
body.Blue .parent-navigation-module .navigate-link:nth-of-type(8),
body.Blue .dropdowns-themed .dropdown:nth-of-type(8),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(8) {
  background-color: rgba(120, 180, 220, 0.3);
}
body.Blue .related-module-title > div:nth-of-type(9),
body.Blue .accordion-item:nth-of-type(9),
body.Blue .tab-group-item:nth-of-type(9),
body.Blue .linklist li:nth-of-type(9),
body.Blue .parent-navigation-module .navigate-link:nth-of-type(9),
body.Blue .dropdowns-themed .dropdown:nth-of-type(9),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(9) {
  background-color: rgba(120, 180, 220, 0.2);
}
body.Blue .related-module-title > div:nth-of-type(10),
body.Blue .accordion-item:nth-of-type(10),
body.Blue .tab-group-item:nth-of-type(10),
body.Blue .linklist li:nth-of-type(10),
body.Blue .parent-navigation-module .navigate-link:nth-of-type(10),
body.Blue .dropdowns-themed .dropdown:nth-of-type(10),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(10) {
  background-color: rgba(120, 180, 220, 0.1);
}
body.Blue .related-module-title > div:first-child:nth-last-child(2):nth-of-type(1),
body.Blue .accordion-item:first-child:nth-last-child(2):nth-of-type(1),
body.Blue .tab-group-item:first-child:nth-last-child(2):nth-of-type(1),
body.Blue .linklist li:first-child:nth-last-child(2):nth-of-type(1),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(2):nth-of-type(1),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(2):nth-of-type(1),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2):nth-of-type(1),
body.Blue .related-module-title > div:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Blue .accordion-item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Blue .tab-group-item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Blue .linklist li:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Blue .related-module-title > div:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Blue .accordion-item:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Blue .tab-group-item:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Blue .linklist li:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ div:nth-of-type(1) {
  background-color: #78b4dc;
}
body.Blue .related-module-title > div:first-child:nth-last-child(2):nth-of-type(2),
body.Blue .accordion-item:first-child:nth-last-child(2):nth-of-type(2),
body.Blue .tab-group-item:first-child:nth-last-child(2):nth-of-type(2),
body.Blue .linklist li:first-child:nth-last-child(2):nth-of-type(2),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(2):nth-of-type(2),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(2):nth-of-type(2),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2):nth-of-type(2),
body.Blue .related-module-title > div:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Blue .accordion-item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Blue .tab-group-item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Blue .linklist li:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Blue .related-module-title > div:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Blue .accordion-item:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Blue .tab-group-item:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Blue .linklist li:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ div:nth-of-type(2) {
  background-color: rgba(120, 180, 220, 0.7);
}
body.Blue .related-module-title > div:first-child:nth-last-child(3):nth-of-type(1),
body.Blue .accordion-item:first-child:nth-last-child(3):nth-of-type(1),
body.Blue .tab-group-item:first-child:nth-last-child(3):nth-of-type(1),
body.Blue .linklist li:first-child:nth-last-child(3):nth-of-type(1),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(1),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(1),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(1),
body.Blue .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Blue .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Blue .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Blue .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Blue .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Blue .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Blue .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Blue .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(1) {
  background-color: rgba(120, 180, 220, 0.75);
}
body.Blue .related-module-title > div:first-child:nth-last-child(3):nth-of-type(2),
body.Blue .accordion-item:first-child:nth-last-child(3):nth-of-type(2),
body.Blue .tab-group-item:first-child:nth-last-child(3):nth-of-type(2),
body.Blue .linklist li:first-child:nth-last-child(3):nth-of-type(2),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(2),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(2),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(2),
body.Blue .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Blue .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Blue .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Blue .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Blue .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Blue .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Blue .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Blue .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(2) {
  background-color: rgba(120, 180, 220, 0.5);
}
body.Blue .related-module-title > div:first-child:nth-last-child(3):nth-of-type(3),
body.Blue .accordion-item:first-child:nth-last-child(3):nth-of-type(3),
body.Blue .tab-group-item:first-child:nth-last-child(3):nth-of-type(3),
body.Blue .linklist li:first-child:nth-last-child(3):nth-of-type(3),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(3),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(3),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(3),
body.Blue .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Blue .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Blue .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Blue .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Blue .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Blue .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Blue .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Blue .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(3) {
  background-color: rgba(120, 180, 220, 0.25);
}
body.Blue .related-module-title > div:first-child:nth-last-child(4):nth-of-type(1),
body.Blue .accordion-item:first-child:nth-last-child(4):nth-of-type(1),
body.Blue .tab-group-item:first-child:nth-last-child(4):nth-of-type(1),
body.Blue .linklist li:first-child:nth-last-child(4):nth-of-type(1),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(1),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(1),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(1),
body.Blue .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Blue .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Blue .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Blue .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Blue .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Blue .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Blue .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Blue .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(1) {
  background-color: #78b4dc;
}
body.Blue .related-module-title > div:first-child:nth-last-child(4):nth-of-type(2),
body.Blue .accordion-item:first-child:nth-last-child(4):nth-of-type(2),
body.Blue .tab-group-item:first-child:nth-last-child(4):nth-of-type(2),
body.Blue .linklist li:first-child:nth-last-child(4):nth-of-type(2),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(2),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(2),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(2),
body.Blue .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Blue .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Blue .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Blue .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Blue .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Blue .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Blue .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Blue .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(2) {
  background-color: rgba(120, 180, 220, 0.8);
}
body.Blue .related-module-title > div:first-child:nth-last-child(4):nth-of-type(3),
body.Blue .accordion-item:first-child:nth-last-child(4):nth-of-type(3),
body.Blue .tab-group-item:first-child:nth-last-child(4):nth-of-type(3),
body.Blue .linklist li:first-child:nth-last-child(4):nth-of-type(3),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(3),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(3),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(3),
body.Blue .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Blue .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Blue .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Blue .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Blue .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Blue .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Blue .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Blue .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(3) {
  background-color: rgba(120, 180, 220, 0.55);
}
body.Blue .related-module-title > div:first-child:nth-last-child(4):nth-of-type(4),
body.Blue .accordion-item:first-child:nth-last-child(4):nth-of-type(4),
body.Blue .tab-group-item:first-child:nth-last-child(4):nth-of-type(4),
body.Blue .linklist li:first-child:nth-last-child(4):nth-of-type(4),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(4),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(4),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(4),
body.Blue .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Blue .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Blue .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Blue .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Blue .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Blue .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Blue .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Blue .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(4) {
  background-color: rgba(120, 180, 220, 0.3);
}
body.Blue .related-module-title > div:first-child:nth-last-child(5):nth-of-type(1),
body.Blue .accordion-item:first-child:nth-last-child(5):nth-of-type(1),
body.Blue .tab-group-item:first-child:nth-last-child(5):nth-of-type(1),
body.Blue .linklist li:first-child:nth-last-child(5):nth-of-type(1),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(1),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(1),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(1),
body.Blue .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Blue .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Blue .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Blue .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Blue .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Blue .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Blue .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Blue .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(1) {
  background-color: #78b4dc;
}
body.Blue .related-module-title > div:first-child:nth-last-child(5):nth-of-type(2),
body.Blue .accordion-item:first-child:nth-last-child(5):nth-of-type(2),
body.Blue .tab-group-item:first-child:nth-last-child(5):nth-of-type(2),
body.Blue .linklist li:first-child:nth-last-child(5):nth-of-type(2),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(2),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(2),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(2),
body.Blue .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Blue .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Blue .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Blue .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Blue .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Blue .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Blue .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Blue .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(2) {
  background-color: rgba(120, 180, 220, 0.9);
}
body.Blue .related-module-title > div:first-child:nth-last-child(5):nth-of-type(3),
body.Blue .accordion-item:first-child:nth-last-child(5):nth-of-type(3),
body.Blue .tab-group-item:first-child:nth-last-child(5):nth-of-type(3),
body.Blue .linklist li:first-child:nth-last-child(5):nth-of-type(3),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(3),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(3),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(3),
body.Blue .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Blue .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Blue .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Blue .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Blue .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Blue .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Blue .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Blue .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(3) {
  background-color: rgba(120, 180, 220, 0.7);
}
body.Blue .related-module-title > div:first-child:nth-last-child(5):nth-of-type(4),
body.Blue .accordion-item:first-child:nth-last-child(5):nth-of-type(4),
body.Blue .tab-group-item:first-child:nth-last-child(5):nth-of-type(4),
body.Blue .linklist li:first-child:nth-last-child(5):nth-of-type(4),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(4),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(4),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(4),
body.Blue .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Blue .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Blue .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Blue .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Blue .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Blue .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Blue .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Blue .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(4) {
  background-color: rgba(120, 180, 220, 0.5);
}
body.Blue .related-module-title > div:first-child:nth-last-child(5):nth-of-type(5),
body.Blue .accordion-item:first-child:nth-last-child(5):nth-of-type(5),
body.Blue .tab-group-item:first-child:nth-last-child(5):nth-of-type(5),
body.Blue .linklist li:first-child:nth-last-child(5):nth-of-type(5),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(5),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(5),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(5),
body.Blue .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Blue .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Blue .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Blue .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Blue .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Blue .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Blue .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Blue .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Blue .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Blue .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(5) {
  background-color: rgba(120, 180, 220, 0.3);
}
body.Blue .related-module-title > div:nth-child(n+11),
body.Blue .accordion-item:nth-child(n+11),
body.Blue .tab-group-item:nth-child(n+11),
body.Blue .linklist li:nth-child(n+11),
body.Blue .parent-navigation-module .navigate-link:nth-child(n+11),
body.Blue .dropdowns-themed .dropdown:nth-child(n+11),
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-child(n+11) {
  background-color: rgba(120, 180, 220, 0);
}
@media screen and (min-width: 768px) {
  body.Blue .has-background .accordion-item,
  body.Blue .has-background .tab-group-item {
    background-color: rgba(120, 180, 220, 0.5);
  }
  body.Blue .has-background .accordion-item:not(.open):hover,
  body.Blue .has-background .tab-group-item:not(.open):hover {
    background-color: rgba(240, 241, 242, 0.5) !important;
  }
}
@media screen and (max-width: 1050px) {
  body.Blue .mobile-filter__item {
    background-color: #78b4dc;
    /*
        http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/
      */
    /* two items  */
    /* three items  */
    /* four items  */
    /* five items  */
  }
  body.Blue .mobile-filter__item:nth-of-type(1) {
    background-color: #78b4dc;
  }
  body.Blue .mobile-filter__item:nth-of-type(2) {
    background-color: rgba(120, 180, 220, 0.9);
  }
  body.Blue .mobile-filter__item:nth-of-type(3) {
    background-color: rgba(120, 180, 220, 0.8);
  }
  body.Blue .mobile-filter__item:nth-of-type(4) {
    background-color: rgba(120, 180, 220, 0.7);
  }
  body.Blue .mobile-filter__item:nth-of-type(5) {
    background-color: rgba(120, 180, 220, 0.6);
  }
  body.Blue .mobile-filter__item:nth-of-type(6) {
    background-color: rgba(120, 180, 220, 0.5);
  }
  body.Blue .mobile-filter__item:nth-of-type(7) {
    background-color: rgba(120, 180, 220, 0.4);
  }
  body.Blue .mobile-filter__item:nth-of-type(8) {
    background-color: rgba(120, 180, 220, 0.3);
  }
  body.Blue .mobile-filter__item:nth-of-type(9) {
    background-color: rgba(120, 180, 220, 0.2);
  }
  body.Blue .mobile-filter__item:nth-of-type(10) {
    background-color: rgba(120, 180, 220, 0.1);
  }
  body.Blue .mobile-filter__item:first-child:nth-last-child(2):nth-of-type(1),
  body.Blue .mobile-filter__item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
  body.Blue .mobile-filter__item:first-child:nth-last-child(2) ~ div:nth-of-type(1) {
    background-color: #78b4dc;
  }
  body.Blue .mobile-filter__item:first-child:nth-last-child(2):nth-of-type(2),
  body.Blue .mobile-filter__item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
  body.Blue .mobile-filter__item:first-child:nth-last-child(2) ~ div:nth-of-type(2) {
    background-color: rgba(120, 180, 220, 0.7);
  }
  body.Blue .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(1),
  body.Blue .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
  body.Blue .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(1) {
    background-color: rgba(120, 180, 220, 0.75);
  }
  body.Blue .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(2),
  body.Blue .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
  body.Blue .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(2) {
    background-color: rgba(120, 180, 220, 0.5);
  }
  body.Blue .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(3),
  body.Blue .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
  body.Blue .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(3) {
    background-color: rgba(120, 180, 220, 0.25);
  }
  body.Blue .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(1),
  body.Blue .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
  body.Blue .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(1) {
    background-color: #78b4dc;
  }
  body.Blue .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(2),
  body.Blue .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
  body.Blue .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(2) {
    background-color: rgba(120, 180, 220, 0.8);
  }
  body.Blue .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(3),
  body.Blue .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
  body.Blue .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(3) {
    background-color: rgba(120, 180, 220, 0.55);
  }
  body.Blue .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(4),
  body.Blue .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
  body.Blue .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(4) {
    background-color: rgba(120, 180, 220, 0.3);
  }
  body.Blue .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(1),
  body.Blue .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
  body.Blue .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(1) {
    background-color: #78b4dc;
  }
  body.Blue .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(2),
  body.Blue .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
  body.Blue .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(2) {
    background-color: rgba(120, 180, 220, 0.9);
  }
  body.Blue .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(3),
  body.Blue .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
  body.Blue .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(3) {
    background-color: rgba(120, 180, 220, 0.7);
  }
  body.Blue .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(4),
  body.Blue .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
  body.Blue .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(4) {
    background-color: rgba(120, 180, 220, 0.5);
  }
  body.Blue .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(5),
  body.Blue .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
  body.Blue .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(5) {
    background-color: rgba(120, 180, 220, 0.3);
  }
}
body.Blue .accordion-item:not(.open):hover,
body.Blue .tab-group-item:hover,
body.Blue .linklist li:hover,
body.Blue .lists_vertical-link-list__list .lists_vertical-link-list__item:hover {
  background: #f0f1f2 !important;
}
body.Turquoise .gradient-wrapper__standard > *:nth-of-type(10) {
  background-color: rgba(50, 200, 170, 0.1);
}
body.Turquoise .gradient-wrapper__standard > *:nth-of-type(9) {
  background-color: rgba(50, 200, 170, 0.2);
}
body.Turquoise .gradient-wrapper__standard > *:nth-of-type(8) {
  background-color: rgba(50, 200, 170, 0.3);
}
body.Turquoise .gradient-wrapper__standard > *:nth-of-type(7) {
  background-color: rgba(50, 200, 170, 0.4);
}
body.Turquoise .gradient-wrapper__standard > *:nth-of-type(6) {
  background-color: rgba(50, 200, 170, 0.5);
}
body.Turquoise .gradient-wrapper__standard > *:nth-of-type(5) {
  background-color: rgba(50, 200, 170, 0.6);
}
body.Turquoise .gradient-wrapper__standard > *:nth-of-type(4) {
  background-color: rgba(50, 200, 170, 0.7);
}
body.Turquoise .gradient-wrapper__standard > *:nth-of-type(3) {
  background-color: rgba(50, 200, 170, 0.8);
}
body.Turquoise .gradient-wrapper__standard > *:nth-of-type(2) {
  background-color: rgba(50, 200, 170, 0.9);
}
body.Turquoise .gradient-wrapper__standard > *:nth-of-type(1) {
  background-color: #32c8aa;
}
body.Turquoise .backgroundColor-10 {
  background-color: rgba(50, 200, 170, 0.1);
}
body.Turquoise .backgroundColor-20 {
  background-color: rgba(50, 200, 170, 0.2);
}
body.Turquoise .backgroundColor-30 {
  background-color: rgba(50, 200, 170, 0.3);
}
body.Turquoise .backgroundColor-40 {
  background-color: rgba(50, 200, 170, 0.4);
}
body.Turquoise .backgroundColor-50 {
  background-color: rgba(50, 200, 170, 0.5);
}
body.Turquoise .backgroundColor-60 {
  background-color: rgba(50, 200, 170, 0.6);
}
body.Turquoise .backgroundColor-70 {
  background-color: rgba(50, 200, 170, 0.7);
}
body.Turquoise .backgroundColor-80 {
  background-color: rgba(50, 200, 170, 0.8);
}
body.Turquoise .backgroundColor-90 {
  background-color: rgba(50, 200, 170, 0.9);
}
body.Turquoise .backgroundColor-100 {
  background-color: #32c8aa;
}
body.Turquoise .useTheme-fill {
  fill: #32c8aa;
}
body.Turquoise .useTheme-stroke {
  stroke: #32c8aa;
}
body.Turquoise .useTheme-color {
  color: #32c8aa;
}
body.Turquoise .useTheme-border-color {
  border-color: #32c8aa;
}
body.Turquoise .useTheme-background-color {
  background-color: #32c8aa;
}
body.Turquoise .useTheme,
body.Turquoise .image-module.useTheme:before,
body.Turquoise .tab-group .title.open,
body.Turquoise .scfForm input[type='submit'],
body.Turquoise .slides-pagination a.current,
body.Turquoise .vok-module .vok-tab-group .title.open,
body.Turquoise .vok-module .title.open,
body.Turquoise .campaign-module .container .read-more-link a,
body.Turquoise .signup-button a,
body.Turquoise .browser-support-popup-color-banner,
body.Turquoise .p-press-image,
body.Turquoise .grid-component__cta,
body.Turquoise .button.useTheme {
  background-color: #32c8aa;
}
body.Turquoise .useTheme:hover,
body.Turquoise .image-module.useTheme:before:hover,
body.Turquoise .tab-group .title.open:hover,
body.Turquoise .scfForm input[type='submit']:hover,
body.Turquoise .slides-pagination a.current:hover,
body.Turquoise .vok-module .vok-tab-group .title.open:hover,
body.Turquoise .vok-module .title.open:hover,
body.Turquoise .campaign-module .container .read-more-link a:hover,
body.Turquoise .signup-button a:hover,
body.Turquoise .browser-support-popup-color-banner:hover,
body.Turquoise .p-press-image:hover,
body.Turquoise .grid-component__cta:hover,
body.Turquoise .button.useTheme:hover {
  background-color: #f0f1f2;
}
body.Turquoise .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 .grid-component__cta {
  background-color: rgba(50, 200, 170, 0.8);
}
body.Turquoise .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 .grid-component__cta:hover {
  background-color: #f0f1f2;
}
body.Turquoise .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 + .col-md-4 .grid-component__cta {
  background-color: rgba(50, 200, 170, 0.5);
}
body.Turquoise .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 + .col-md-4 .grid-component__cta:hover {
  background-color: #f0f1f2;
}
body.Turquoise .grid-component__cta-fixed .grid-component__cta {
  background-color: #32c8aa !important;
  border: none;
}
body.Turquoise .grid-component__cta-fixed .grid-component__cta:hover {
  background-color: #f0f1f2 !important;
}
body.Turquoise .primary-navigation .level-1 li.active a,
body.Turquoise .primary-navigation .level-1 li.active .HeaderLvl2background {
  background-color: rgba(50, 200, 170, 0.4);
}
body.Turquoise .related-module-title > div,
body.Turquoise .accordion-item,
body.Turquoise .tab-group-item,
body.Turquoise .linklist li,
body.Turquoise .parent-navigation-module .navigate-link,
body.Turquoise .dropdowns-themed .dropdown,
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item {
  background-color: #32c8aa;
  /*
      http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/
    */
  /* two items  */
  /* three items  */
  /* four items  */
  /* five items  */
}
body.Turquoise .related-module-title > div:nth-of-type(1),
body.Turquoise .accordion-item:nth-of-type(1),
body.Turquoise .tab-group-item:nth-of-type(1),
body.Turquoise .linklist li:nth-of-type(1),
body.Turquoise .parent-navigation-module .navigate-link:nth-of-type(1),
body.Turquoise .dropdowns-themed .dropdown:nth-of-type(1),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(1) {
  background-color: #32c8aa;
}
body.Turquoise .related-module-title > div:nth-of-type(2),
body.Turquoise .accordion-item:nth-of-type(2),
body.Turquoise .tab-group-item:nth-of-type(2),
body.Turquoise .linklist li:nth-of-type(2),
body.Turquoise .parent-navigation-module .navigate-link:nth-of-type(2),
body.Turquoise .dropdowns-themed .dropdown:nth-of-type(2),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(2) {
  background-color: rgba(50, 200, 170, 0.9);
}
body.Turquoise .related-module-title > div:nth-of-type(3),
body.Turquoise .accordion-item:nth-of-type(3),
body.Turquoise .tab-group-item:nth-of-type(3),
body.Turquoise .linklist li:nth-of-type(3),
body.Turquoise .parent-navigation-module .navigate-link:nth-of-type(3),
body.Turquoise .dropdowns-themed .dropdown:nth-of-type(3),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(3) {
  background-color: rgba(50, 200, 170, 0.8);
}
body.Turquoise .related-module-title > div:nth-of-type(4),
body.Turquoise .accordion-item:nth-of-type(4),
body.Turquoise .tab-group-item:nth-of-type(4),
body.Turquoise .linklist li:nth-of-type(4),
body.Turquoise .parent-navigation-module .navigate-link:nth-of-type(4),
body.Turquoise .dropdowns-themed .dropdown:nth-of-type(4),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(4) {
  background-color: rgba(50, 200, 170, 0.7);
}
body.Turquoise .related-module-title > div:nth-of-type(5),
body.Turquoise .accordion-item:nth-of-type(5),
body.Turquoise .tab-group-item:nth-of-type(5),
body.Turquoise .linklist li:nth-of-type(5),
body.Turquoise .parent-navigation-module .navigate-link:nth-of-type(5),
body.Turquoise .dropdowns-themed .dropdown:nth-of-type(5),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(5) {
  background-color: rgba(50, 200, 170, 0.6);
}
body.Turquoise .related-module-title > div:nth-of-type(6),
body.Turquoise .accordion-item:nth-of-type(6),
body.Turquoise .tab-group-item:nth-of-type(6),
body.Turquoise .linklist li:nth-of-type(6),
body.Turquoise .parent-navigation-module .navigate-link:nth-of-type(6),
body.Turquoise .dropdowns-themed .dropdown:nth-of-type(6),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(6) {
  background-color: rgba(50, 200, 170, 0.5);
}
body.Turquoise .related-module-title > div:nth-of-type(7),
body.Turquoise .accordion-item:nth-of-type(7),
body.Turquoise .tab-group-item:nth-of-type(7),
body.Turquoise .linklist li:nth-of-type(7),
body.Turquoise .parent-navigation-module .navigate-link:nth-of-type(7),
body.Turquoise .dropdowns-themed .dropdown:nth-of-type(7),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(7) {
  background-color: rgba(50, 200, 170, 0.4);
}
body.Turquoise .related-module-title > div:nth-of-type(8),
body.Turquoise .accordion-item:nth-of-type(8),
body.Turquoise .tab-group-item:nth-of-type(8),
body.Turquoise .linklist li:nth-of-type(8),
body.Turquoise .parent-navigation-module .navigate-link:nth-of-type(8),
body.Turquoise .dropdowns-themed .dropdown:nth-of-type(8),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(8) {
  background-color: rgba(50, 200, 170, 0.3);
}
body.Turquoise .related-module-title > div:nth-of-type(9),
body.Turquoise .accordion-item:nth-of-type(9),
body.Turquoise .tab-group-item:nth-of-type(9),
body.Turquoise .linklist li:nth-of-type(9),
body.Turquoise .parent-navigation-module .navigate-link:nth-of-type(9),
body.Turquoise .dropdowns-themed .dropdown:nth-of-type(9),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(9) {
  background-color: rgba(50, 200, 170, 0.2);
}
body.Turquoise .related-module-title > div:nth-of-type(10),
body.Turquoise .accordion-item:nth-of-type(10),
body.Turquoise .tab-group-item:nth-of-type(10),
body.Turquoise .linklist li:nth-of-type(10),
body.Turquoise .parent-navigation-module .navigate-link:nth-of-type(10),
body.Turquoise .dropdowns-themed .dropdown:nth-of-type(10),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-of-type(10) {
  background-color: rgba(50, 200, 170, 0.1);
}
body.Turquoise .related-module-title > div:first-child:nth-last-child(2):nth-of-type(1),
body.Turquoise .accordion-item:first-child:nth-last-child(2):nth-of-type(1),
body.Turquoise .tab-group-item:first-child:nth-last-child(2):nth-of-type(1),
body.Turquoise .linklist li:first-child:nth-last-child(2):nth-of-type(1),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(2):nth-of-type(1),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(2):nth-of-type(1),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2):nth-of-type(1),
body.Turquoise .related-module-title > div:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Turquoise .accordion-item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Turquoise .tab-group-item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Turquoise .linklist li:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
body.Turquoise .related-module-title > div:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Turquoise .accordion-item:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Turquoise .tab-group-item:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Turquoise .linklist li:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ div:nth-of-type(1),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ div:nth-of-type(1) {
  background-color: #32c8aa;
}
body.Turquoise .related-module-title > div:first-child:nth-last-child(2):nth-of-type(2),
body.Turquoise .accordion-item:first-child:nth-last-child(2):nth-of-type(2),
body.Turquoise .tab-group-item:first-child:nth-last-child(2):nth-of-type(2),
body.Turquoise .linklist li:first-child:nth-last-child(2):nth-of-type(2),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(2):nth-of-type(2),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(2):nth-of-type(2),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2):nth-of-type(2),
body.Turquoise .related-module-title > div:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Turquoise .accordion-item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Turquoise .tab-group-item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Turquoise .linklist li:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
body.Turquoise .related-module-title > div:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Turquoise .accordion-item:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Turquoise .tab-group-item:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Turquoise .linklist li:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(2) ~ div:nth-of-type(2),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(2) ~ div:nth-of-type(2) {
  background-color: rgba(50, 200, 170, 0.7);
}
body.Turquoise .related-module-title > div:first-child:nth-last-child(3):nth-of-type(1),
body.Turquoise .accordion-item:first-child:nth-last-child(3):nth-of-type(1),
body.Turquoise .tab-group-item:first-child:nth-last-child(3):nth-of-type(1),
body.Turquoise .linklist li:first-child:nth-last-child(3):nth-of-type(1),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(1),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(1),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(1),
body.Turquoise .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Turquoise .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Turquoise .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Turquoise .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
body.Turquoise .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Turquoise .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Turquoise .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Turquoise .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(1),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(1) {
  background-color: rgba(50, 200, 170, 0.75);
}
body.Turquoise .related-module-title > div:first-child:nth-last-child(3):nth-of-type(2),
body.Turquoise .accordion-item:first-child:nth-last-child(3):nth-of-type(2),
body.Turquoise .tab-group-item:first-child:nth-last-child(3):nth-of-type(2),
body.Turquoise .linklist li:first-child:nth-last-child(3):nth-of-type(2),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(2),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(2),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(2),
body.Turquoise .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Turquoise .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Turquoise .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Turquoise .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
body.Turquoise .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Turquoise .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Turquoise .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Turquoise .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(2),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(2) {
  background-color: rgba(50, 200, 170, 0.5);
}
body.Turquoise .related-module-title > div:first-child:nth-last-child(3):nth-of-type(3),
body.Turquoise .accordion-item:first-child:nth-last-child(3):nth-of-type(3),
body.Turquoise .tab-group-item:first-child:nth-last-child(3):nth-of-type(3),
body.Turquoise .linklist li:first-child:nth-last-child(3):nth-of-type(3),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(3):nth-of-type(3),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(3):nth-of-type(3),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3):nth-of-type(3),
body.Turquoise .related-module-title > div:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Turquoise .accordion-item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Turquoise .tab-group-item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Turquoise .linklist li:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
body.Turquoise .related-module-title > div:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Turquoise .accordion-item:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Turquoise .tab-group-item:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Turquoise .linklist li:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(3) ~ div:nth-of-type(3),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(3) ~ div:nth-of-type(3) {
  background-color: rgba(50, 200, 170, 0.25);
}
body.Turquoise .related-module-title > div:first-child:nth-last-child(4):nth-of-type(1),
body.Turquoise .accordion-item:first-child:nth-last-child(4):nth-of-type(1),
body.Turquoise .tab-group-item:first-child:nth-last-child(4):nth-of-type(1),
body.Turquoise .linklist li:first-child:nth-last-child(4):nth-of-type(1),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(1),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(1),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(1),
body.Turquoise .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Turquoise .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Turquoise .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Turquoise .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
body.Turquoise .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Turquoise .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Turquoise .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Turquoise .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(1),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(1) {
  background-color: #32c8aa;
}
body.Turquoise .related-module-title > div:first-child:nth-last-child(4):nth-of-type(2),
body.Turquoise .accordion-item:first-child:nth-last-child(4):nth-of-type(2),
body.Turquoise .tab-group-item:first-child:nth-last-child(4):nth-of-type(2),
body.Turquoise .linklist li:first-child:nth-last-child(4):nth-of-type(2),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(2),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(2),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(2),
body.Turquoise .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Turquoise .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Turquoise .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Turquoise .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
body.Turquoise .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Turquoise .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Turquoise .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Turquoise .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(2),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(2) {
  background-color: rgba(50, 200, 170, 0.8);
}
body.Turquoise .related-module-title > div:first-child:nth-last-child(4):nth-of-type(3),
body.Turquoise .accordion-item:first-child:nth-last-child(4):nth-of-type(3),
body.Turquoise .tab-group-item:first-child:nth-last-child(4):nth-of-type(3),
body.Turquoise .linklist li:first-child:nth-last-child(4):nth-of-type(3),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(3),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(3),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(3),
body.Turquoise .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Turquoise .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Turquoise .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Turquoise .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
body.Turquoise .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Turquoise .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Turquoise .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Turquoise .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(3),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(3) {
  background-color: rgba(50, 200, 170, 0.55);
}
body.Turquoise .related-module-title > div:first-child:nth-last-child(4):nth-of-type(4),
body.Turquoise .accordion-item:first-child:nth-last-child(4):nth-of-type(4),
body.Turquoise .tab-group-item:first-child:nth-last-child(4):nth-of-type(4),
body.Turquoise .linklist li:first-child:nth-last-child(4):nth-of-type(4),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(4):nth-of-type(4),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(4):nth-of-type(4),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4):nth-of-type(4),
body.Turquoise .related-module-title > div:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Turquoise .accordion-item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Turquoise .tab-group-item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Turquoise .linklist li:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
body.Turquoise .related-module-title > div:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Turquoise .accordion-item:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Turquoise .tab-group-item:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Turquoise .linklist li:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(4) ~ div:nth-of-type(4),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(4) ~ div:nth-of-type(4) {
  background-color: rgba(50, 200, 170, 0.3);
}
body.Turquoise .related-module-title > div:first-child:nth-last-child(5):nth-of-type(1),
body.Turquoise .accordion-item:first-child:nth-last-child(5):nth-of-type(1),
body.Turquoise .tab-group-item:first-child:nth-last-child(5):nth-of-type(1),
body.Turquoise .linklist li:first-child:nth-last-child(5):nth-of-type(1),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(1),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(1),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(1),
body.Turquoise .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Turquoise .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Turquoise .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Turquoise .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
body.Turquoise .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Turquoise .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Turquoise .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Turquoise .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(1),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(1) {
  background-color: #32c8aa;
}
body.Turquoise .related-module-title > div:first-child:nth-last-child(5):nth-of-type(2),
body.Turquoise .accordion-item:first-child:nth-last-child(5):nth-of-type(2),
body.Turquoise .tab-group-item:first-child:nth-last-child(5):nth-of-type(2),
body.Turquoise .linklist li:first-child:nth-last-child(5):nth-of-type(2),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(2),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(2),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(2),
body.Turquoise .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Turquoise .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Turquoise .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Turquoise .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
body.Turquoise .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Turquoise .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Turquoise .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Turquoise .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(2),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(2) {
  background-color: rgba(50, 200, 170, 0.9);
}
body.Turquoise .related-module-title > div:first-child:nth-last-child(5):nth-of-type(3),
body.Turquoise .accordion-item:first-child:nth-last-child(5):nth-of-type(3),
body.Turquoise .tab-group-item:first-child:nth-last-child(5):nth-of-type(3),
body.Turquoise .linklist li:first-child:nth-last-child(5):nth-of-type(3),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(3),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(3),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(3),
body.Turquoise .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Turquoise .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Turquoise .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Turquoise .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
body.Turquoise .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Turquoise .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Turquoise .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Turquoise .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(3),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(3) {
  background-color: rgba(50, 200, 170, 0.7);
}
body.Turquoise .related-module-title > div:first-child:nth-last-child(5):nth-of-type(4),
body.Turquoise .accordion-item:first-child:nth-last-child(5):nth-of-type(4),
body.Turquoise .tab-group-item:first-child:nth-last-child(5):nth-of-type(4),
body.Turquoise .linklist li:first-child:nth-last-child(5):nth-of-type(4),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(4),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(4),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(4),
body.Turquoise .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Turquoise .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Turquoise .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Turquoise .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
body.Turquoise .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Turquoise .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Turquoise .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Turquoise .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(4),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(4) {
  background-color: rgba(50, 200, 170, 0.5);
}
body.Turquoise .related-module-title > div:first-child:nth-last-child(5):nth-of-type(5),
body.Turquoise .accordion-item:first-child:nth-last-child(5):nth-of-type(5),
body.Turquoise .tab-group-item:first-child:nth-last-child(5):nth-of-type(5),
body.Turquoise .linklist li:first-child:nth-last-child(5):nth-of-type(5),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(5):nth-of-type(5),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(5):nth-of-type(5),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5):nth-of-type(5),
body.Turquoise .related-module-title > div:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Turquoise .accordion-item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Turquoise .tab-group-item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Turquoise .linklist li:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
body.Turquoise .related-module-title > div:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Turquoise .accordion-item:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Turquoise .tab-group-item:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Turquoise .linklist li:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Turquoise .parent-navigation-module .navigate-link:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Turquoise .dropdowns-themed .dropdown:first-child:nth-last-child(5) ~ div:nth-of-type(5),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:first-child:nth-last-child(5) ~ div:nth-of-type(5) {
  background-color: rgba(50, 200, 170, 0.3);
}
body.Turquoise .related-module-title > div:nth-child(n+11),
body.Turquoise .accordion-item:nth-child(n+11),
body.Turquoise .tab-group-item:nth-child(n+11),
body.Turquoise .linklist li:nth-child(n+11),
body.Turquoise .parent-navigation-module .navigate-link:nth-child(n+11),
body.Turquoise .dropdowns-themed .dropdown:nth-child(n+11),
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-child(n+11) {
  background-color: rgba(50, 200, 170, 0);
}
@media screen and (min-width: 768px) {
  body.Turquoise .has-background .accordion-item,
  body.Turquoise .has-background .tab-group-item {
    background-color: rgba(50, 200, 170, 0.5);
  }
  body.Turquoise .has-background .accordion-item:not(.open):hover,
  body.Turquoise .has-background .tab-group-item:not(.open):hover {
    background-color: rgba(240, 241, 242, 0.5) !important;
  }
}
@media screen and (max-width: 1050px) {
  body.Turquoise .mobile-filter__item {
    background-color: #32c8aa;
    /*
        http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/
      */
    /* two items  */
    /* three items  */
    /* four items  */
    /* five items  */
  }
  body.Turquoise .mobile-filter__item:nth-of-type(1) {
    background-color: #32c8aa;
  }
  body.Turquoise .mobile-filter__item:nth-of-type(2) {
    background-color: rgba(50, 200, 170, 0.9);
  }
  body.Turquoise .mobile-filter__item:nth-of-type(3) {
    background-color: rgba(50, 200, 170, 0.8);
  }
  body.Turquoise .mobile-filter__item:nth-of-type(4) {
    background-color: rgba(50, 200, 170, 0.7);
  }
  body.Turquoise .mobile-filter__item:nth-of-type(5) {
    background-color: rgba(50, 200, 170, 0.6);
  }
  body.Turquoise .mobile-filter__item:nth-of-type(6) {
    background-color: rgba(50, 200, 170, 0.5);
  }
  body.Turquoise .mobile-filter__item:nth-of-type(7) {
    background-color: rgba(50, 200, 170, 0.4);
  }
  body.Turquoise .mobile-filter__item:nth-of-type(8) {
    background-color: rgba(50, 200, 170, 0.3);
  }
  body.Turquoise .mobile-filter__item:nth-of-type(9) {
    background-color: rgba(50, 200, 170, 0.2);
  }
  body.Turquoise .mobile-filter__item:nth-of-type(10) {
    background-color: rgba(50, 200, 170, 0.1);
  }
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(2):nth-of-type(1),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(2) ~ li:nth-of-type(1),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(2) ~ div:nth-of-type(1) {
    background-color: #32c8aa;
  }
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(2):nth-of-type(2),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(2) ~ li:nth-of-type(2),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(2) ~ div:nth-of-type(2) {
    background-color: rgba(50, 200, 170, 0.7);
  }
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(1),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(1),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(1) {
    background-color: rgba(50, 200, 170, 0.75);
  }
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(2),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(2),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(2) {
    background-color: rgba(50, 200, 170, 0.5);
  }
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(3):nth-of-type(3),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(3) ~ li:nth-of-type(3),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(3) ~ div:nth-of-type(3) {
    background-color: rgba(50, 200, 170, 0.25);
  }
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(1),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(1),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(1) {
    background-color: #32c8aa;
  }
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(2),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(2),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(2) {
    background-color: rgba(50, 200, 170, 0.8);
  }
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(3),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(3),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(3) {
    background-color: rgba(50, 200, 170, 0.55);
  }
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(4):nth-of-type(4),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(4) ~ li:nth-of-type(4),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(4) ~ div:nth-of-type(4) {
    background-color: rgba(50, 200, 170, 0.3);
  }
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(1),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(1),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(1) {
    background-color: #32c8aa;
  }
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(2),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(2),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(2) {
    background-color: rgba(50, 200, 170, 0.9);
  }
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(3),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(3),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(3) {
    background-color: rgba(50, 200, 170, 0.7);
  }
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(4),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(4),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(4) {
    background-color: rgba(50, 200, 170, 0.5);
  }
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(5):nth-of-type(5),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(5) ~ li:nth-of-type(5),
  body.Turquoise .mobile-filter__item:first-child:nth-last-child(5) ~ div:nth-of-type(5) {
    background-color: rgba(50, 200, 170, 0.3);
  }
}
body.Turquoise .accordion-item:not(.open):hover,
body.Turquoise .tab-group-item:hover,
body.Turquoise .linklist li:hover,
body.Turquoise .lists_vertical-link-list__list .lists_vertical-link-list__item:hover {
  background: #f0f1f2 !important;
}
body.black-inverted {
  background-color: #414141;
  color: #d7d7d7;
}
body.black-inverted .top-header,
body.black-inverted .footer {
  background-color: #414141;
}
@media screen and (min-width: 1051px) {
  body.black-inverted .primary-navigation.has-children {
    background-color: #414141;
  }
}
body.black-inverted .search-clear-filters a {
  border: 1px solid #8c8c8c;
}
body.black-inverted .search-clear-filters a:before {
  background-image: url("/Icons/VIA_WEB_IKON_Xlight_21x21_DropShadow-10.svg");
}
body.black-inverted .icon-search,
body.black-inverted .js-search-top a,
body.black-inverted .language-controls a {
  color: #adadad;
}
body.black-inverted .js-search-top a:before {
  background-image: url("/Icons/VIA_WEB_IKON_lup_18x21_Light.svg");
}
body.black-inverted .js-mobile-nav-trigger a:before {
  background-image: url("/Icons/VIA_WEB_IKON_menu_23x17_Light.svg");
}
body.black-inverted .js-mobile-nav-hide a:before {
  background-image: url("/Icons/VIA_WEB_IKON_Xlight_21x21_DropShadow-10.svg");
}
body.black-inverted .primary-navigation .level-1 li.lang .language-controls a,
body.black-inverted .headline-module .manchet,
body.black-inverted .dam-gallery-slider__figcaption {
  color: #d7d7d7;
}
body.black-inverted .favorites_button__heart svg > g {
  stroke: #d7d7d7;
}
body.black-inverted .expert-card__info {
  background-color: #d7d7d7;
}
body.black-inverted .expert-card__extras {
  background-color: rgba(215, 215, 215, 0.9);
}
body.black-inverted .cards_view-more,
body.black-inverted .parent-navigation-module .navigate-link,
body.black-inverted .social-module__links > div,
body.black-inverted .article figcaption {
  background-color: #d7d7d7;
  color: #363636;
}
body.black-inverted .article figcaption:after {
  border-color: rgba(215, 215, 215, 0);
  border-right-color: #d7d7d7;
}
body.black-inverted a {
  color: #d7d7d7;
}
body.black-inverted .button,
body.black-inverted .manchet,
body.black-inverted .parent-navigation-module .navigate-link a,
body.black-inverted .social-module a,
body.black-inverted .expert-card,
body.black-inverted .full-screen-video__image-overlay__left-bar__headline,
body.black-inverted .globalsearch,
body.black-inverted .globalsearch a {
  color: #363636;
}
@media screen and (max-width: 1050px) {
  body.black-inverted .primary-navigation a {
    color: #363636;
  }
}
body.black-inverted .facebook,
body.black-inverted .play,
body.black-inverted .vimeo,
body.black-inverted .twitter,
body.black-inverted .instagram,
body.black-inverted .linkedin,
body.black-inverted .mail {
  border-radius: 28px;
}
body.black-inverted .module-item {
  border-top: 1px solid #414141;
}
body.black-inverted .module-item.noTheme:not(:hover) .manchet {
  color: #d7d7d7;
}
body.black-inverted .gradient-wrapper__standard > * {
  color: #363636;
}
body.black-inverted .gradient-wrapper__standard > *:nth-of-type(10) {
  background-color: rgba(215, 215, 215, 0.1);
}
body.black-inverted .gradient-wrapper__standard > *:nth-of-type(9) {
  background-color: rgba(215, 215, 215, 0.2);
}
body.black-inverted .gradient-wrapper__standard > *:nth-of-type(8) {
  background-color: rgba(215, 215, 215, 0.3);
}
body.black-inverted .gradient-wrapper__standard > *:nth-of-type(7) {
  background-color: rgba(215, 215, 215, 0.4);
}
body.black-inverted .gradient-wrapper__standard > *:nth-of-type(6) {
  background-color: rgba(215, 215, 215, 0.5);
}
body.black-inverted .gradient-wrapper__standard > *:nth-of-type(5) {
  background-color: rgba(215, 215, 215, 0.6);
}
body.black-inverted .gradient-wrapper__standard > *:nth-of-type(4) {
  background-color: rgba(215, 215, 215, 0.7);
}
body.black-inverted .gradient-wrapper__standard > *:nth-of-type(3) {
  background-color: rgba(215, 215, 215, 0.8);
}
body.black-inverted .gradient-wrapper__standard > *:nth-of-type(2) {
  background-color: rgba(215, 215, 215, 0.9);
}
body.black-inverted .gradient-wrapper__standard > *:nth-of-type(1) {
  background-color: #d7d7d7;
}
body.black-inverted .backgroundColor-* {
  color: #363636;
}
body.black-inverted .backgroundColor-10 {
  background-color: rgba(215, 215, 215, 0.1);
}
body.black-inverted .backgroundColor-20 {
  background-color: rgba(215, 215, 215, 0.2);
}
body.black-inverted .backgroundColor-30 {
  background-color: rgba(215, 215, 215, 0.3);
}
body.black-inverted .backgroundColor-40 {
  background-color: rgba(215, 215, 215, 0.4);
}
body.black-inverted .backgroundColor-50 {
  background-color: rgba(215, 215, 215, 0.5);
}
body.black-inverted .backgroundColor-60 {
  background-color: rgba(215, 215, 215, 0.6);
}
body.black-inverted .backgroundColor-70 {
  background-color: rgba(215, 215, 215, 0.7);
}
body.black-inverted .backgroundColor-80 {
  background-color: rgba(215, 215, 215, 0.8);
}
body.black-inverted .backgroundColor-90 {
  background-color: rgba(215, 215, 215, 0.9);
}
body.black-inverted .backgroundColor-100 {
  background-color: #d7d7d7;
}
body.black-inverted .useTheme-fill {
  fill: #d7d7d7;
}
body.black-inverted .cards_standard .useTheme-fill {
  fill: #414141;
}
body.black-inverted .useTheme-stroke {
  stroke: #414141;
}
body.black-inverted .useTheme-color {
  color: #d7d7d7;
}
body.black-inverted .useTheme-border-color {
  border-color: #d7d7d7;
}
body.black-inverted .useTheme-background-color {
  background-color: #414141;
}
body.black-inverted .noTheme:hover {
  color: #363636;
}
body.black-inverted .noTheme:hover a {
  color: #363636;
}
body.black-inverted .noTheme:hover .icon-arrow:before {
  background-image: url("/Icons/VIA_WEB_IKON_Pil_10x17.svg");
}
body.black-inverted .noTheme.image-module:before {
  background-color: #414141;
}
body.black-inverted .noTheme .icon-arrow:before {
  background-image: url("/Icons/VIA_WEB_IKON_Pil_10x17_Light.svg");
}
body.black-inverted .scfForm button,
body.black-inverted .scfForm input,
body.black-inverted .scfForm optgroup,
body.black-inverted .scfForm select,
body.black-inverted .scfForm textarea {
  color: #414141;
}
body.black-inverted .scfDateSelectorShortLabelDay,
body.black-inverted .scfDateSelectorShortLabelMonth,
body.black-inverted .scfDateSelectorShortLabelYear {
  color: #d7d7d7;
}
body.black-inverted .useTheme,
body.black-inverted .image-module.useTheme:before,
body.black-inverted .tab-group .title.open,
body.black-inverted .scfForm input[type='submit'],
body.black-inverted .slides-pagination a.current,
body.black-inverted .vok-module .vok-tab-group .title.open,
body.black-inverted .vok-module .title.open,
body.black-inverted .campaign-module .container .read-more-link a,
body.black-inverted .signup-button a,
body.black-inverted .browser-support-popup-color-banner,
body.black-inverted .p-press-image,
body.black-inverted .grid-component__cta,
body.black-inverted .button.useTheme,
body.black-inverted .rte-section {
  color: #363636;
  background-color: #d7d7d7;
}
body.black-inverted .useTheme:hover,
body.black-inverted .image-module.useTheme:before:hover,
body.black-inverted .tab-group .title.open:hover,
body.black-inverted .scfForm input[type='submit']:hover,
body.black-inverted .slides-pagination a.current:hover,
body.black-inverted .vok-module .vok-tab-group .title.open:hover,
body.black-inverted .vok-module .title.open:hover,
body.black-inverted .campaign-module .container .read-more-link a:hover,
body.black-inverted .signup-button a:hover,
body.black-inverted .browser-support-popup-color-banner:hover,
body.black-inverted .p-press-image:hover,
body.black-inverted .grid-component__cta:hover,
body.black-inverted .button.useTheme:hover,
body.black-inverted .rte-section:hover {
  color: #363636;
  background-color: #f0f1f2;
}
body.black-inverted .useTheme a,
body.black-inverted .tab-group .title.open a,
body.black-inverted .vok-module .vok-tab-group .title.open a,
body.black-inverted .vok-module .title.open a,
body.black-inverted .browser-support-popup-color-banner a,
body.black-inverted .grid-component__cta a,
body.black-inverted .button.useTheme a,
body.black-inverted .education-list .education-item,
body.black-inverted .cards_standard--grey,
body.black-inverted .cards_standard--grey a,
body.black-inverted .cards_info,
body.black-inverted .cards_info a:not(.cards_info__button),
body.black-inverted .campaign-module .container .campaign-module-header,
body.black-inverted .education-view-module .container .campaign-module-header,
body.black-inverted .tab-group .title,
body.black-inverted .filter-module [class*='col'],
body.black-inverted .filter-module ul a,
body.black-inverted .employee-module .employee-item,
body.black-inverted .tag,
body.black-inverted .tag--alternate,
body.black-inverted .rte-section a {
  color: #363636;
}
body.black-inverted .filter-module [class*='col'] {
  background-color: #d7d7d7;
}
body.black-inverted .filter-module [class*='col']:nth-child(3) {
  background-color: rgba(215, 215, 215, 0.9);
}
body.black-inverted .filter-module [class*='col']:last-child {
  background-color: #ffffff;
}
body.black-inverted .filter-searchbox::-webkit-input-placeholder {
  color: #363636;
}
body.black-inverted .filter-searchbox::-ms-input-placeholder {
  color: #363636;
}
body.black-inverted .filter-searchbox::placeholder {
  color: #363636;
}
body.black-inverted .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 .grid-component__cta {
  color: #363636;
  background-color: rgba(215, 215, 215, 0.8);
}
body.black-inverted .row > .col-md-4.grid-component__cta-fixed:nth-of-type(3n+2) + .col-md-4 + .col-md-4 .grid-component__cta {
  color: #363636;
  background-color: rgba(215, 215, 215, 0.6);
}
body.black-inverted .primary-navigation .level-1 li.active a,
body.black-inverted .primary-navigation .level-1 li.active .level-2,
body.black-inverted .primary-navigation .level-1 li.active .level-2 li {
  color: #363636;
  background-color: #d7d7d7;
}
body.black-inverted .related-module-title > div,
body.black-inverted .accordion-item,
body.black-inverted .tab-group-item,
body.black-inverted .linklist li,
body.black-inverted .dropdowns-themed .dropdown,
body.black-inverted .lists_vertical-link-list__list .lists_vertical-link-list__item,
body.black-inverted .primary-navigation .level-1 > li {
  color: #363636;
  background-color: #d3d3d3;
}
body.black-inverted .related-module-title > div a:not(.level-1__link),
body.black-inverted .accordion-item a:not(.level-1__link),
body.black-inverted .tab-group-item a:not(.level-1__link),
body.black-inverted .linklist li a:not(.level-1__link),
body.black-inverted .dropdowns-themed .dropdown a:not(.level-1__link),
body.black-inverted .lists_vertical-link-list__list .lists_vertical-link-list__item a:not(.level-1__link),
body.black-inverted .primary-navigation .level-1 > li a:not(.level-1__link) {
  color: #363636;
}
body.black-inverted .related-module-title > div:nth-child(n+1),
body.black-inverted .accordion-item:nth-child(n+1),
body.black-inverted .tab-group-item:nth-child(n+1),
body.black-inverted .linklist li:nth-child(n+1),
body.black-inverted .dropdowns-themed .dropdown:nth-child(n+1),
body.black-inverted .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-child(n+1),
body.black-inverted .primary-navigation .level-1 > li:nth-child(n+1) {
  background-color: #afafaf;
}
body.black-inverted .related-module-title > div:nth-child(n+2),
body.black-inverted .accordion-item:nth-child(n+2),
body.black-inverted .tab-group-item:nth-child(n+2),
body.black-inverted .linklist li:nth-child(n+2),
body.black-inverted .dropdowns-themed .dropdown:nth-child(n+2),
body.black-inverted .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-child(n+2),
body.black-inverted .primary-navigation .level-1 > li:nth-child(n+2) {
  background-color: #b3b3b3;
}
body.black-inverted .related-module-title > div:nth-child(n+3),
body.black-inverted .accordion-item:nth-child(n+3),
body.black-inverted .tab-group-item:nth-child(n+3),
body.black-inverted .linklist li:nth-child(n+3),
body.black-inverted .dropdowns-themed .dropdown:nth-child(n+3),
body.black-inverted .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-child(n+3),
body.black-inverted .primary-navigation .level-1 > li:nth-child(n+3) {
  background-color: #b7b7b7;
}
body.black-inverted .related-module-title > div:nth-child(n+4),
body.black-inverted .accordion-item:nth-child(n+4),
body.black-inverted .tab-group-item:nth-child(n+4),
body.black-inverted .linklist li:nth-child(n+4),
body.black-inverted .dropdowns-themed .dropdown:nth-child(n+4),
body.black-inverted .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-child(n+4),
body.black-inverted .primary-navigation .level-1 > li:nth-child(n+4) {
  background-color: #bbbbbb;
}
body.black-inverted .related-module-title > div:nth-child(n+5),
body.black-inverted .accordion-item:nth-child(n+5),
body.black-inverted .tab-group-item:nth-child(n+5),
body.black-inverted .linklist li:nth-child(n+5),
body.black-inverted .dropdowns-themed .dropdown:nth-child(n+5),
body.black-inverted .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-child(n+5),
body.black-inverted .primary-navigation .level-1 > li:nth-child(n+5) {
  background-color: #bfbfbf;
}
body.black-inverted .related-module-title > div:nth-child(n+6),
body.black-inverted .accordion-item:nth-child(n+6),
body.black-inverted .tab-group-item:nth-child(n+6),
body.black-inverted .linklist li:nth-child(n+6),
body.black-inverted .dropdowns-themed .dropdown:nth-child(n+6),
body.black-inverted .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-child(n+6),
body.black-inverted .primary-navigation .level-1 > li:nth-child(n+6) {
  background-color: #c3c3c3;
}
body.black-inverted .related-module-title > div:nth-child(n+7),
body.black-inverted .accordion-item:nth-child(n+7),
body.black-inverted .tab-group-item:nth-child(n+7),
body.black-inverted .linklist li:nth-child(n+7),
body.black-inverted .dropdowns-themed .dropdown:nth-child(n+7),
body.black-inverted .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-child(n+7),
body.black-inverted .primary-navigation .level-1 > li:nth-child(n+7) {
  background-color: #c7c7c7;
}
body.black-inverted .related-module-title > div:nth-child(n+8),
body.black-inverted .accordion-item:nth-child(n+8),
body.black-inverted .tab-group-item:nth-child(n+8),
body.black-inverted .linklist li:nth-child(n+8),
body.black-inverted .dropdowns-themed .dropdown:nth-child(n+8),
body.black-inverted .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-child(n+8),
body.black-inverted .primary-navigation .level-1 > li:nth-child(n+8) {
  background-color: #cbcbcb;
}
body.black-inverted .related-module-title > div:nth-child(n+9),
body.black-inverted .accordion-item:nth-child(n+9),
body.black-inverted .tab-group-item:nth-child(n+9),
body.black-inverted .linklist li:nth-child(n+9),
body.black-inverted .dropdowns-themed .dropdown:nth-child(n+9),
body.black-inverted .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-child(n+9),
body.black-inverted .primary-navigation .level-1 > li:nth-child(n+9) {
  background-color: #cfcfcf;
}
body.black-inverted .related-module-title > div:nth-child(n+10),
body.black-inverted .accordion-item:nth-child(n+10),
body.black-inverted .tab-group-item:nth-child(n+10),
body.black-inverted .linklist li:nth-child(n+10),
body.black-inverted .dropdowns-themed .dropdown:nth-child(n+10),
body.black-inverted .lists_vertical-link-list__list .lists_vertical-link-list__item:nth-child(n+10),
body.black-inverted .primary-navigation .level-1 > li:nth-child(n+10) {
  background-color: #d3d3d3;
}
@media screen and (min-width: 768px) {
  body.black-inverted .has-background .accordion-item,
  body.black-inverted .has-background .tab-group-item {
    background-color: rgba(215, 215, 215, 0.5);
  }
  body.black-inverted .has-background .accordion-item:not(.open):hover,
  body.black-inverted .has-background .tab-group-item:not(.open):hover {
    background-color: rgba(240, 241, 242, 0.5) !important;
  }
}
@media screen and (max-width: 1050px) {
  body.black-inverted .mobile-filter__item {
    background-color: #d7d7d7;
  }
  body.black-inverted .mobile-filter__item:nth-of-type(1) {
    background-color: #d7d7d7;
  }
  body.black-inverted .mobile-filter__item:nth-of-type(2) {
    background-color: rgba(215, 215, 215, 0.9);
  }
  body.black-inverted .mobile-filter__item:nth-of-type(3) {
    background-color: rgba(215, 215, 215, 0.8);
  }
  body.black-inverted .mobile-filter__item:nth-of-type(4) {
    background-color: rgba(215, 215, 215, 0.7);
  }
  body.black-inverted .mobile-filter__item:nth-of-type(5) {
    background-color: rgba(215, 215, 215, 0.6);
  }
}
body.black-inverted .accordion-item:not(.open):hover,
body.black-inverted .tab-group-item:hover,
body.black-inverted .linklist li:hover,
body.black-inverted .lists_vertical-link-list__list .lists_vertical-link-list__item:hover {
  background: #f0f1f2 !important;
}
body.black-inverted .image-module img {
  -webkit-filter: none;
}
.gradient-wrapper__grey > *:nth-of-type(10) {
  background-color: rgba(175, 175, 175, 0.1);
}
.gradient-wrapper__grey > *:nth-of-type(9) {
  background-color: rgba(175, 175, 175, 0.2);
}
.gradient-wrapper__grey > *:nth-of-type(8) {
  background-color: rgba(175, 175, 175, 0.3);
}
.gradient-wrapper__grey > *:nth-of-type(7) {
  background-color: rgba(175, 175, 175, 0.4);
}
.gradient-wrapper__grey > *:nth-of-type(6) {
  background-color: rgba(175, 175, 175, 0.5);
}
.gradient-wrapper__grey > *:nth-of-type(5) {
  background-color: rgba(175, 175, 175, 0.6);
}
.gradient-wrapper__grey > *:nth-of-type(4) {
  background-color: rgba(175, 175, 175, 0.7);
}
.gradient-wrapper__grey > *:nth-of-type(3) {
  background-color: rgba(175, 175, 175, 0.8);
}
.gradient-wrapper__grey > *:nth-of-type(2) {
  background-color: rgba(175, 175, 175, 0.9);
}
.gradient-wrapper__grey > *:nth-of-type(1) {
  background-color: #afafaf;
}
.pageedit .module li {
  *zoom: 1;
}
.pageedit .module li:before,
.pageedit .module li:after {
  content: "";
  display: table;
}
.pageedit .module li:after {
  clear: both;
}
.pageedit .module .linklist-item:nth-of-type(n+11),
.pageedit .module .tab-group-item:nth-of-type(n+11),
.pageedit .module .accordion-item:nth-of-type(n+11) {
  display: block;
  background-color: red;
}
.pageedit .module .linklist-item:nth-of-type(n+11) a,
.pageedit .module .tab-group-item:nth-of-type(n+11) a,
.pageedit .module .accordion-item:nth-of-type(n+11) a {
  background-color: red;
}
.module .text a {
  text-decoration: underline;
}
.module .title {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  padding: 19px 0 20px 0;
  cursor: pointer;
}
.module .linklist-item:nth-of-type(n+11),
.module .tab-group-item:nth-of-type(n+11),
.module .accordion-item:nth-of-type(n+11) {
  display: none;
}
.pageedit [class*='col'] {
  float: none;
}
.top-header {
  position: fixed;
  top: 0;
  background: #d7d7d7;
  z-index: 1000;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  border-bottom: 1px solid #afafaf;
}
@media screen and (min-width: 1051px) {
  .top-header {
    border-bottom: none;
  }
}
.top-header.container-full-width {
  position: fixed;
}
.top-header.open {
  height: 100%;
  width: 100%;
  overflow: auto;
}
.top-header .col-lg-12 {
  padding-left: 0;
}
.top-header .header {
  position: relative;
  max-width: 1980px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1051px) {
  .top-header .header__navigation {
    width: 100%;
    height: 60px;
    margin-top: 59px;
    border-bottom: 1px solid #aaaaaa;
  }
}
.top-header .header__logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 57px;
}
@media screen and (min-width: 1051px) {
  .top-header .header__logo {
    height: 118px;
  }
}
.top-header .header__logo > img {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: calc(100% - 16px);
  margin-left: 22px;
}
@media screen and (max-width: 1051px) {
  .top-header .header__logo > img {
    position: absolute;
    top: 50%;
    left: 0;
  }
}
@media screen and (min-width: 1051px) {
  .top-header .header__logo > img {
    max-height: calc(100% - 50px);
  }
}
.top-header .header__text {
  position: absolute;
  left: 20px;
  top: 8px;
  width: calc(100% - 120px);
}
@media screen and (min-width: 1051px) {
  .top-header .header__text {
    top: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto;
  }
}
.top-header .header__text-link {
  display: inline-block;
}
.top-header .header__text-slogan {
  font-family: "via-light";
  line-height: 21px;
  font-size: 1.77rem;
}
@media screen and (min-width: 1051px) {
  .top-header .header__text-slogan {
    font-size: 2.1rem;
  }
}
.top-header .header__text-header {
  font-family: "via-regular";
  line-height: 21px;
  margin: 0;
  font-size: 1.77rem;
  width: 100%;
}
@media screen and (min-width: 1051px) {
  .top-header .header__text-header {
    font-size: 2.1rem;
    width: auto;
  }
}
@media screen and (min-width: 1051px) {
  .top-header .header__search {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .top-header .header__language {
    position: absolute;
    top: 0;
    right: 61px;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .top-header .header__language.search-global-is-hidden {
    right: 15px;
  }
}
.pageedit .top-header {
  position: static !important;
}
@media print {
  .top-header {
    display: none;
  }
}
.footer {
  *zoom: 1;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  width: 100%;
  overflow-x: hidden;
  background: #b1b1b1;
}
.footer:before,
.footer:after {
  content: "";
  display: table;
}
.footer:after {
  clear: both;
}
.footer h3 {
  padding: 0 20px 0 0;
  text-align: left;
  min-height: 35px;
  margin-top: 40px;
  margin-bottom: 0;
}
.footer span {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: via-regular;
  font-weight: normal;
  margin: 0 0 6px 0;
  display: inline-block;
}
.footer .col-lg-12 {
  min-height: 0;
}
.footer #repeaterWrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1980px;
  position: relative;
}
.footer-group {
  *zoom: 1;
  padding: 0 0 30px 16px;
}
.footer-group:before,
.footer-group:after {
  content: "";
  display: table;
}
.footer-group:after {
  clear: both;
}
.footer-group .footer-element {
  margin-left: 0;
  list-style: none;
}
.footer-group .footer-element.footer-img {
  float: left;
  width: 36px;
  margin-right: 14px;
}
.footer-group .footer-element.footer-img:nth-child(4) {
  clear: both;
}
.footer-group .footer-element.footer-img h4 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.footer-group .footer-element img {
  width: 35px;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.footer-group .footer-element a:hover {
  color: #f0f1f2;
}
.footer-group ul {
  padding: 0;
  margin: 0;
}
.footer-group ul .footer-img {
  list-style-type: none;
  margin-left: 0;
}
.footer-group-v2 {
  *zoom: 1;
  padding: 30px 0 16px 0;
  text-align: center;
}
.footer-group-v2:before,
.footer-group-v2:after {
  content: "";
  display: table;
}
.footer-group-v2:after {
  clear: both;
}
.footer-group-v2 img {
  padding: 0 0 20px 0;
  max-width: 100%;
  padding: 0 16px;
}
.areaFooter-viauc {
  background: #b1b1b1;
}
@media screen and (max-width: 767px) {
  footer div .footer-group {
    padding-bottom: 0;
    background: #b1b1b1;
  }
  #repeaterWrapper .col-xs-12:last-of-type .footer-group {
    padding-bottom: 60px;
  }
  .footer-group-v2 img {
    padding: 0 16px 20px 16px;
  }
}
@media screen and (max-width: 1050px) {
  .footer-group {
    padding: 0 0 60px 16px;
  }
}
@media print {
  .footer {
    display: none;
  }
}
.primary-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.primary-navigation .level-1__link {
  position: relative;
  display: block;
  padding: 19px 20px 18px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: via-bold;
}
.primary-navigation .level-1__link:hover {
  color: #fff;
}
.primary-navigation .level-1 {
  *zoom: 1;
}
.primary-navigation .level-1:before,
.primary-navigation .level-1:after {
  content: "";
  display: table;
}
.primary-navigation .level-1:after {
  clear: both;
}
.primary-navigation .level-1 li {
  display: inline-block;
  /*&:last-child a {
            font-family: via-light;
            font-weight: normal;
            }*/
}
.primary-navigation .level-1 li a {
  display: block;
  padding: 18px 20px;
  font-size: 16.5px;
  font-size: 1.65rem;
  font-weight: normal;
  font-family: via-bold;
}
.primary-navigation .level-1 li a:hover {
  color: #fff;
}
.primary-navigation .level-1 li .level-2 {
  display: none;
}
.primary-navigation .level-1 li .level-2 .active a {
  font-family: via-bold;
}
.primary-navigation .level-1 li .level-2 a {
  font-size: 15.5px;
  font-size: 1.55rem;
  background: none !important;
  font-family: via-light;
}
.language-controls {
  float: right;
}
.language-controls a {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 24px 10px 15px 10px;
  display: block;
  float: left;
  color: #747474;
  min-height: 60px;
}
.language-controls a.active {
  opacity: 0.6;
}
.language-controls a.disabled {
  opacity: 0.4;
  cursor: default;
}
.language-controls .chinese {
  background: url("/Icons/VIA_ikon_China.png") no-repeat 50% 50%;
  background-size: 20px;
  overflow: hidden;
  text-indent: -999px;
  width: 30px;
  height: 60px;
}
.parent-navigation-module {
  padding-top: 20px;
  border-top: 1px solid #afafaf;
  *zoom: 1;
  width: 100%;
}
.parent-navigation-module h2 {
  margin-bottom: 20px;
  margin-top: 0;
}
.parent-navigation-module:before,
.parent-navigation-module:after {
  content: "";
  display: table;
}
.parent-navigation-module:after {
  clear: both;
}
.parent-navigation-module a {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  padding: 16px 20px;
  min-height: 59px;
}
.parent-navigation-module a:hover {
  background-color: #f0f1f2 !important;
}
@media screen and (min-width: 1051px) {
  .primary-navigation .level-1 {
    text-align: right;
    max-height: 60px;
  }
  .primary-navigation .level-1 > li {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    background-color: transparent !important;
  }
  .primary-navigation .level-1 > li.active a:hover {
    color: inherit;
  }
  .primary-navigation .level-1 > li.active .HeaderLvl2background {
    position: fixed;
    width: 100vw;
    height: 59px;
    left: 0;
    pointer-events: none;
  }
  .primary-navigation .level-1 > li.active .level-2 {
    *zoom: 1;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 59px;
    background-color: none;
  }
  .primary-navigation .level-1 > li.active .level-2:before,
  .primary-navigation .level-1 > li.active .level-2:after {
    content: "";
    display: table;
  }
  .primary-navigation .level-1 > li.active .level-2:after {
    clear: both;
  }
  .primary-navigation .level-2 > li {
    vertical-align: top;
  }
  .primary-navigation.has-children {
    min-height: 119px;
    background: #d7d7d7;
    bottom: -61px;
    border-bottom: 1px solid #aaaaaa;
  }
  .primary-navigation .mobile-nav-hide a:before,
  .primary-navigation .mobile-nav-trigger a:before {
    display: none;
  }
  .primary-navigation .icon-plus {
    display: none;
  }
}
/*@media screen and (max-width:@large) {
  .header {
    &.mobile {
      .mobileMenu();
    }
  }
}*/
@media print {
  .parent-navigation-module {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .primary-navigation.has-children {
    min-height: 0;
  }
  .primary-navigation .level-1 {
    display: none;
    /*> li {
        .generate-children('bg',@grey-400,5);
      }*/
  }
  .primary-navigation .level-1 li {
    width: 100%;
    float: none;
    position: relative;
  }
  .primary-navigation .level-1 li a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding: 20px;
    padding-right: 60px;
  }
  .primary-navigation .level-1 li a:hover {
    color: #363636;
  }
  .primary-navigation .level-1 li a span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 24px;
    height: 100%;
  }
  .primary-navigation .level-1 li a span:before {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    margin-left: -9px;
  }
  .primary-navigation .level-1 li.active {
    background-color: #F8F8F8;
  }
  .primary-navigation .level-1 li.active .HeaderLvl2background {
    width: 100vw;
    left: 0;
    pointer-events: none;
  }
  .primary-navigation .level-1 li.active .level-2 {
    *zoom: 1;
    display: block;
    left: 0;
    width: 100%;
    height: 0px !important;
    background-color: none;
  }
  .primary-navigation .level-1 li.active .level-2:before,
  .primary-navigation .level-1 li.active .level-2:after {
    content: "";
    display: table;
  }
  .primary-navigation .level-1 li.active .level-2:after {
    clear: both;
  }
  .primary-navigation .level-1 li.active .level-2 a {
    background: none;
  }
  .primary-navigation .level-1 li.lang {
    background-color: transparent !important;
  }
  .primary-navigation .level-1 li.lang:hover {
    background-color: transparent !important;
  }
  .primary-navigation .level-1 li.lang .language-controls {
    *zoom: 1;
    float: none;
    padding-left: 10px;
  }
  .primary-navigation .level-1 li.lang .language-controls:before,
  .primary-navigation .level-1 li.lang .language-controls:after {
    content: "";
    display: table;
  }
  .primary-navigation .level-1 li.lang .language-controls:after {
    clear: both;
  }
  .primary-navigation .level-1 li.lang .language-controls a {
    font-family: via-light;
    color: #363636;
    display: inline-block;
    float: none;
    padding: 24px 10px 15px 10px;
  }
  .primary-navigation .level-1 li.lang .language-controls a.chinese {
    height: 40px;
    background-size: 22px;
    background-position: 50% 26px;
  }
  .primary-navigation .level-1 .icon-plus {
    display: block;
  }
  .primary-navigation .level-1 li:last-child {
    overflow: auto;
  }
  .primary-navigation .level-2 {
    display: none;
    position: static !important;
  }
  .primary-navigation .level-2 .icon-plus {
    display: none;
  }
  .primary-navigation__controls {
    height: 57px;
    *zoom: 1;
  }
  .primary-navigation__controls:before,
  .primary-navigation__controls:after {
    content: "";
    display: table;
  }
  .primary-navigation__controls:after {
    clear: both;
  }
  .primary-navigation__controls .language-controls {
    display: none;
  }
  .mobile-nav-hide {
    display: none;
    float: right;
  }
  .mobile-nav-hide a {
    display: block;
    padding: 20px ;
  }
  .mobile-nav-trigger {
    display: none;
    padding: 20px 10px;
    position: absolute;
    top: 0;
    right: 53px;
  }
  .mobile-nav-trigger a {
    display: block;
    width: 100%;
  }
  .mobile-nav-trigger a span {
    display: block;
    width: 100%;
    height: 1px;
    background: #323132;
    margin-top: 6px;
  }
  /* Primary mobile nav */
  .js-mobile-nav-trigger a:before {
    display: block;
    content: "";
    width: 23px;
    height: 23px;
    height: 17px;
    background-image: url("/Icons/VIA_WEB_IKON_menu_23x17.svg");
    background-repeat: no-repeat;
  }
  /* Hide mobile nav */
  .js-mobile-nav-hide a:before {
    display: block;
    content: "";
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-image: url("/Icons/VIA_WEB_IKON_X_21x21.svg");
  }
}
.accordion.cfu {
  border-top: none;
}
.accordion ul {
  padding: 0;
  margin: 0;
}
.accordion [class*='icon']:after {
  display: block;
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .accordion.has-background ul {
    background-image: none !important;
  }
}
@media screen and (min-width: 768px) {
  .accordion.has-background ul {
    background-position: center;
    background-size: cover;
  }
  .accordion.has-background .content {
    background-color: #d7d7d7;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.accordion-item {
  font-size: 18px;
  font-size: 1.8rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: 15.5px;
  font-size: 1.55rem;
  line-height: 20px;
  padding: 0 20px;
  border-bottom: solid 1px #d7d7d7;
}
.accordion-item:hover {
  background-color: none;
}
.accordion-item .title {
  font-family: 'via-bold';
  font-weight: normal;
  margin: 0;
}
.accordion-item ul {
  padding: 0 0 0 17px;
  margin: 0 0 10px 0;
}
.accordion-item:last-child {
  border-bottom: 0;
}
.accordion-item .content {
  *zoom: 1;
  display: none;
}
.accordion-item .content:before,
.accordion-item .content:after {
  content: "";
  display: table;
}
.accordion-item .content:after {
  clear: both;
}
.accordion-item.open .content {
  display: block;
}
.accordion-item h2 {
  padding: 0;
  margin: 25px 0 10px 0;
}
.accordion-item .intro {
  font-family: "via-bold";
  padding: 0 30px 20px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.accordion-item .text {
  padding: 0 0 40px 0;
}
.accordion-item .text a[name] {
  text-decoration: none;
}
.accordion-item .text h1,
.accordion-item .text h2,
.accordion-item .text h3,
.accordion-item .text h4,
.accordion-item .text h5,
.accordion-item .text h6 {
  margin-top: 0;
}
.accordion-item .text p {
  font-size: 16px;
  font-size: 1.6rem;
}
.accordion-item .text.table {
  margin-bottom: 0;
  max-width: 500px;
}
.accordion-item .text.table .row {
  margin-bottom: 0.3em;
}
.accordion-item .text.table .row strong {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: via-bold;
  font-weight: 400;
}
.accordion-item .wrapper__inner {
  margin-bottom: 20px;
}
.cfu .accordion-item .text p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
}
.accordion-subheadline {
  font-weight: bold;
  line-height: 22px;
}
.accordion-column {
  margin-bottom: 50px;
  padding: 0 15px;
}
.accordion-section {
  line-height: 22px;
}
.accordion-section + .accordion-section {
  margin-top: 30px;
}
.accordion-section__headline {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  margin: 0;
}
.accordion-data-list__term {
  width: 30%;
  display: inline-block;
  font-weight: normal;
  vertical-align: top;
  margin-right: -4px;
}
.accordion-data-list__description {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  margin-right: -4px;
}
.accordion-data-list__description--double {
  width: 70%;
}
.signup-link {
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid rgba(54, 54, 54, 0.7);
  display: block;
  line-height: 1em;
  padding: 20px 10px;
  font-family: 'via-regular';
  height: 60px;
  position: relative;
}
.signup-link:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 20px;
  background-image: url("/Icons/VIA_WEB_IKON_Pil_10x17.svg");
}
.signup-link.fancybox-iframe {
  display: block;
}
.signup-link:hover {
  background: rgba(240, 241, 242, 0.5);
}
.signup-link-closed {
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid rgba(54, 54, 54, 0.7);
  display: block;
  line-height: 1em;
  padding: 20px 10px;
  font-family: 'via-regular';
  height: 60px;
  position: relative;
  background: rgba(240, 241, 242, 0.5);
  border: 0;
  cursor: default;
}
.signup-link-closed:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 20px;
  background-image: url("/Icons/VIA_WEB_IKON_Pil_10x17.svg");
}
.signup-link-closed:after {
  display: none;
}
.pageedit .accordion-item .content {
  display: block;
}
@media only screen and (max-width: 767px) {
  .accordion-item {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
  }
  .accordion-item h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .accordion-item .title {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .accordion-item .intro {
    font-weight: 400;
  }
}
@media print {
  .accordion .accordion-item {
    /*.font-size(1.2);*/
  }
  .accordion .accordion-item .title {
    /*.font-size(1.3);*/
  }
  .accordion .accordion-item [class*='icon'] {
    display: none;
  }
  .accordion .content {
    display: block !important;
    /*.font-size(1.2);*/
  }
  .accordion h2 {
    /*.font-size(1.5);*/
  }
  .accordion .text {
    /*.font-size(0.8);*/
  }
}
.tabs-container {
  *zoom: 1;
  position: relative;
}
.tabs-container:before,
.tabs-container:after {
  content: "";
  display: table;
}
.tabs-container:after {
  clear: both;
}
.tab-group {
  *zoom: 1;
  width: 100%;
}
.tab-group:before,
.tab-group:after {
  content: "";
  display: table;
}
.tab-group:after {
  clear: both;
}
.tab-group .title {
  font-family: 'via-regular';
  background: #b1b1b1;
  padding: 17px 20px 18px 20px;
  width: 50%;
  max-height: 60px;
  border-bottom: solid 1px #d7d7d7;
}
.tab-group .title.open {
  font-family: 'via-bold';
}
.tab-group:last-child .title {
  left: 50%;
  border-left: solid 1px #d7d7d7;
}
.tab-group:first-child .title {
  left: 0;
}
.tab-group-item {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  line-height: 24px;
  max-height: 60px;
  border-bottom: solid 1px #d7d7d7;
}
.tab-group-item--hidden {
  display: none !important;
}
.tab-group-item a {
  font-family: 'via-regular';
  display: inline-block;
  margin-left: -8px;
  padding: 18px 20px;
  height: 100%;
  width: 100%;
}
.tabify .tab-group {
  position: absolute;
  top: 61px;
}
.tabify .title {
  position: absolute;
  top: -60px;
}
@media only screen and (max-width: 767px) {
  .tab-group .title {
    font-size: 15px;
    font-size: 1.5rem;
    top: -57px;
  }
  .tab-group-item {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
  }
}
@media print {
  .tabs {
    display: none;
  }
  .tabs [class*='icon'] {
    display: none;
  }
  .tabify {
    height: auto !important;
  }
  .tabify .title {
    position: static;
    width: 100%;
  }
  .tabify .tab-group {
    position: static;
  }
  .tabify .tab-group .content {
    display: block !important;
  }
}
.identity-module {
  padding: 100px 0 40px 20px;
}
@media screen and (min-width: 767px) {
  .identity-module.js-absolute {
    position: absolute;
    top: 0;
    z-index: 999;
  }
  .identity-module.js-move-down {
    padding-top: 160px;
  }
}
.identity-module .slogan {
  font-size: 21px;
  font-size: 2.1rem;
  font-family: via-light;
  line-height: 21px;
}
.identity-module .identity-header {
  font-family: via-regular;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 21px;
  margin: 0 0 0 0;
}
.identity-module .identity-abstract {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
}
.identity-module .logo {
  width: 90px;
  /*height:auto;
    position:relative;
    padding-top: 100%;*/
}
.identity-module .logo img {
  margin-top: 17px;
}
@media screen and (max-width: 992px) {
  .identity-module .slogan,
  .identity-module .identity-header {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .identity-module .identity-abstract {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .identity-module {
    border-bottom: 1px solid #aaaaaa;
    position: static;
    padding-top: 70px;
    padding-bottom: 5px;
  }
  .identity-module .slogan,
  .identity-module .identity-header {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .identity-module .identity-header {
    line-height: 1.8rem;
  }
  .identity-module .identity-abstract {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .identity-module .logo {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .identity-module .logo img {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .identity-module .slogan,
  .identity-module .identity-header {
    font-size: 20px;
    font-size: 2rem;
  }
  .identity-module .identity-abstract {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .identity-module .slogan,
  .identity-module .identity-header {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .identity-module .identity-abstract {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
  .identity-module {
    padding: 100px 0 40px 20px;
  }
  .identity-module .logo img {
    margin-top: 20px;
  }
}
.pageedit .identity-module {
  position: static !important;
  padding-top: 30px;
}
_::-moz-svg-foreign-content,
:root .identity-module .logo {
  height: 190px;
  width: auto;
}
@media print {
  .logo a:link,
  .logo a:link:after,
  .logo a:visited:after {
    color: transparent;
  }
}
.linklist {
  clear: left;
}
.linklist ul {
  *zoom: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
.linklist ul:before,
.linklist ul:after {
  content: "";
  display: table;
}
.linklist ul:after {
  clear: both;
}
.linklist li {
  font-size: 18px;
  font-size: 1.8rem;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: none;
  float: left;
  line-height: 1.6rem;
  position: relative;
  max-height: 60px;
  overflow: hidden;
}
.linklist li:last-child {
  border-bottom-color: #b1b1b1;
}
.linklist li.col-sm-2 {
  border-right: solid 1px #d7d7d7;
}
.linklist li.col-sm-2:last-child {
  border-bottom: none;
  border-right: none;
}
.linklist li a {
  display: block;
  float: left;
  margin-right: 30px;
  padding: 20px 20px;
  width: 100%;
  height: 60px;
}
.linklist li a:hover {
  background: #f0f1f2;
}
.linklist li [class*='icon'] {
  position: absolute;
  right: 20px;
  top: 19px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .linklist li {
    font-size: 15px;
    font-size: 1.5rem;
    border-bottom: solid 1px #d7d7d7;
  }
  .linklist li.col-sm-2 {
    border-right: none;
  }
  .linklist li.col-sm-2:last-child {
    border-bottom: solid 1px #b1b1b1;
  }
}
@media print {
  .linklist li {
    float: none;
  }
  .linklist li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .linklist li [class*='icon'] {
    display: none;
  }
  .linklist h2 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .linklist .text {
    font-size: 8px;
    font-size: 0.8rem;
  }
}
.image-text-module-container {
  *zoom: 1;
}
.image-text-module-container:before,
.image-text-module-container:after {
  content: "";
  display: table;
}
.image-text-module-container:after {
  clear: both;
}
.module-item {
  display: inline;
  float: left;
  padding: 0 20px;
  padding: 0;
  position: relative;
  border-top: none;
  border-top: 1px solid #d7d7d7;
  -webkit-box-shadow: -1px -1px 0 0 #d7d7d7, 1px 1px 0 0 #d7d7d7;
          box-shadow: -1px -1px 0 0 #d7d7d7, 1px 1px 0 0 #d7d7d7;
}
.module-item.text-module .content,
.module-item.html-module .content {
  width: 100%;
}
.module-item:hover:not(.contact-item) {
  cursor: pointer;
  background: #f0f1f2 !important;
}
.module-item h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.module-item img {
  display: inline;
  float: left;
  width: 50%;
  padding: 0 20px;
  padding: 0px;
  height: auto;
}
.module-item .image-filler {
  width: 50%;
  height: 100%;
  display: inline;
  float: left;
  padding: 0 20px;
  padding: 0px;
  background-color: #c4c4c4;
}
.module-item blockquote {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 2rem;
}
.module-item .inner {
  padding: 20px;
  display: block;
}
.module-item .content {
  display: inline;
  float: left;
  width: 50%;
  padding: 0 20px;
  padding-bottom: 50%;
  height: 0px;
  position: relative;
  overflow: hidden;
}
.module-item .content > *:first-child {
  margin-top: 0;
}
.module-item .manchet {
  font-size: 15.5px;
  font-size: 1.55rem;
  max-height: 120px;
  overflow: hidden;
  line-height: 1.7rem;
}
.module-item .manchet p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7rem;
}
.module-item .label {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  opacity: 0.8;
  margin-bottom: 5px;
  font-family: "via-light";
}
.module-item .link {
  display: block;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-item .link a {
  font-size: 13px;
  font-size: 1.3rem;
}
.module-item .link a[class*='icon'] {
  display: inline-block;
}
.module-item .link a[class*='icon']:before {
  float: right;
  margin-left: 10px;
}
.module-item .link [class*='icon'] {
  display: block;
}
.module-item .link [class*='icon'].icon-arrow--margin {
  margin-left: 8px;
}
.module-item-label {
  display: block;
  font-family: "via-light";
  font-size: 17px;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: normal;
  margin: 0;
}
.cfu-list .module-item-label {
  margin: 0px 25px 0px 0px;
}
.cfu-list h3.course-title {
  padding: 0px 25px 0px 0px;
}
.image-full-module {
  overflow: hidden;
  display: block;
  min-height: 100%;
}
.grid-component .image-full-module {
  float: none;
}
.image-full-module .image-full-module__image {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .image-full-module .image-full-module__image {
    left: 0;
    min-height: 0;
    min-width: 0;
    position: relative;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .image-full-module .content {
    left: 0;
    position: absolute;
    top: 0;
  }
}
.pageedit .module-item {
  *zoom: 1;
  min-height: 300px;
  display: block;
  float: none;
}
.pageedit .module-item:before,
.pageedit .module-item:after {
  content: "";
  display: table;
}
.pageedit .module-item:after {
  clear: both;
}
.pageedit .module-item:before {
  display: none;
}
.pageedit .module-item .content {
  height: auto;
  padding: 0 0 20px 0;
}
.pageedit .module-item.image-module .content {
  padding: 0 0 20px 20px;
}
.pageedit .module-item.html-module {
  min-height: 0;
}
.pageedit .module-item.html-module .content {
  height: 0px;
  padding-bottom: 50%;
}
.pageedit .module-item .link {
  position: static;
}
.pageedit .module-item.small {
  float: none;
}
.pageedit .module-item.small .inner {
  height: auto;
  min-height: 300px;
}
@media screen and (min-width: 1200px) {
  .large {
    width: 66.66666667%;
  }
  .large.text-module .content {
    padding-left: 0;
    padding-right: 0;
  }
  .medium {
    width: 33.33333333%;
  }
  .medium.text-module .content {
    padding-left: 0;
    padding-right: 0;
  }
  .small {
    width: 16.66666667%;
    padding-bottom: 16.66666667%;
    height: 0px;
  }
  .small .inner {
    height: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .large {
    width: 100%;
  }
  .large.text-module .content {
    padding-left: 0;
    padding-right: 0;
  }
  .medium {
    width: 50%;
  }
  .medium.text-module .content {
    padding-left: 0;
    padding-right: 0;
  }
  .small {
    width: 25%;
    padding-bottom: 25%;
    height: 0px;
  }
}
@media screen and (max-width: 992px) {
  .large {
    width: 100%;
  }
  .large.text-module .content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .medium {
    width: 66.66666667%;
  }
  .medium.text-module .content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .small {
    width: 33.33333333%;
    padding-bottom: 33.4%;
    height: 0px;
  }
}
@media screen and (max-width: 768px) {
  .large {
    width: 100%;
  }
  .large.text-module .inner {
    padding: 20px;
  }
  .medium {
    width: 100%;
  }
  .medium.text-module .inner {
    padding: 20px;
  }
  .small {
    width: 50%;
    padding-bottom: 50%;
    height: 0;
  }
}
@media screen and (max-width: 480px) {
  .module-item {
    border-top: 1px solid #d7d7d7;
  }
  .module-item.text-module .inner {
    padding: 0 20px;
  }
  .module-item.text-module .link {
    position: static;
    margin-top: 10px;
  }
  .module-item .inner {
    padding: 20px 0;
    display: block;
  }
  .module-item img,
  .module-item .content {
    padding: 20px 20px;
    display: block;
    float: left;
    width: 100%;
    height: auto;
  }
  .module-item img {
    padding: 0;
  }
  .module-item .content .manchet {
    max-height: 1000000px;
  }
  .small {
    width: 100%;
    padding: 0 20px;
    height: auto;
  }
  .small .link {
    position: static;
    margin-top: 10px;
  }
}
@media print {
  .image-text-module-container {
    display: none;
  }
  .image-text-module-container:before {
    display: none !important;
  }
}
.text-module {
  overflow: hidden;
}
.text-module h3 {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  font-family: "via-bold";
}
.text-module.one-col h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
.text-module .text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
}
.text-module .link {
  bottom: 20px;
}
.text-module .link a {
  font-size: 13px;
  font-size: 1.3rem;
}
.text-module .link a[class*='icon']:after {
  margin-top: 10px;
  position: relative;
  right: 5px;
}
.text-module .link [class*='icon'] {
  display: block;
}
.text-module.image-module {
  padding: 0;
}
.text-module.image-module .image {
  width: 50%;
  float: left;
  overflow: hidden;
}
.text-module.image-module .content {
  padding: 12px;
  width: 100%;
  float: left;
}
.text-module.image-module:before {
  width: 10px;
  height: 10px;
  background: #d7d7d7;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -5px;
  border-left: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.image-module:before {
  width: 20px;
  height: 20px;
  background: #d7d7d7;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -10px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.image-module img {
  -webkit-filter: saturate(0);
  -webkit-transition: -webkit-filter 400ms;
  transition: -webkit-filter 400ms;
}
.image-module.useTheme:hover:before:not(.contact-item) {
  background-color: #f0f1f2 !important;
}
.image-module:hover img {
  -webkit-filter: saturate(1);
}
.image-module:hover:not(.contact-item):before {
  background-color: #f0f1f2 !important;
}
.image-module:hover:not(.contact-item):before body.Gray .image-module:hover:not(.contact-item):before body {
  background-color: #afafaf !important;
}
.image-module:hover:not(.contact-item):before body.Yellow .image-module:hover:not(.contact-item):before body {
  background-color: #ffbe50 !important;
}
.image-module:hover:not(.contact-item):before body.Orange .image-module:hover:not(.contact-item):before body {
  background-color: #ff9164 !important;
}
.image-module:hover:not(.contact-item):before body.Red .image-module:hover:not(.contact-item):before body {
  background-color: #ff7369 !important;
}
.image-module:hover:not(.contact-item):before body.Purple .image-module:hover:not(.contact-item):before body {
  background-color: #a0a0dc !important;
}
.image-module:hover:not(.contact-item):before body.Blue .image-module:hover:not(.contact-item):before body {
  background-color: #78b4dc !important;
}
.image-module:hover:not(.contact-item):before body.Turquoise .image-module:hover:not(.contact-item):before body {
  background-color: #32c8aa !important;
}
.image-module:hover:not(.contact-item):before body.Green .image-module:hover:not(.contact-item):before body {
  background-color: #8cc35a !important;
}
.image-module.reverse .content {
  padding: 0 20px 50% 0;
}
.image-module.reverse img {
  float: right;
}
.image-module.reverse:before {
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.pageedit .image-module img {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .image-module:before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .image-module.reverse .content {
    padding: 20px;
  }
  .image-module .link {
    position: static;
  }
}
.html-module {
  overflow: hidden;
}
.html-module .inner {
  padding: 0;
}
.html-module .content {
  padding-left: 0;
  padding-right: 0;
}
.html-module .content iframe,
.html-module .content embed,
.html-module .content object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.headline-section + * {
  border-top: none !important;
}
.headline-section + * div,
.headline-section + * section {
  border-top: none !important;
}
.headline-module {
  border-bottom: 1px solid #afafaf;
  padding-top: 20px;
  border-top: 1px solid #afafaf;
  *zoom: 1;
}
.headline-module h2 {
  margin-bottom: 20px;
  margin-top: 0;
}
.headline-module:before,
.headline-module:after {
  content: "";
  display: table;
}
.headline-module:after {
  clear: both;
}
.headline-module.hide-top-border {
  border-top: none;
}
.headline-module.hide-bottom-border {
  border-bottom: none;
}
.headline-module .headline {
  width: 50%;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 0;
}
.headline-module .manchet {
  width: 45%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  margin-top: 10px;
}
.headline-module .manchet a {
  text-decoration: underline;
}
.headline-module .favorites_button {
  padding-bottom: 10px;
  padding-top: 10px;
}
.headline-module h1,
.headline-module h2,
.headline-module h3,
.headline-module h4,
.headline-module h5,
.headline-module h6 {
  margin: 0;
  padding: 0;
}
.headline-module h2.grid-component__headline {
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .headline-module .headline,
  .headline-module .manchet {
    width: 55%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .headline-module .headline,
  .headline-module .manchet {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .headline-module .headline {
    width: 100%;
    line-height: 30px;
    margin-top: 20px;
    padding-right: 20px;
  }
  .headline-module .manchet {
    width: 100%;
    padding-right: 20px;
  }
}
.teaching-aid-module {
  font-size: 0;
}
@media screen and (min-width: 480px) {
  .teaching-aid-module {
    display: table;
  }
}
.teaching-aid-module.module-item {
  padding: 20px;
  background: #c1c1c1;
}
.teaching-aid-module.module-item:nth-of-type(1) {
  background: #f0f1f2;
}
.teaching-aid-module.module-item:nth-of-type(2) {
  background: #dadadb;
}
@media screen and (min-width: 480px) {
  .teaching-aid-module.module-item .teaching-aid-module__image-container {
    display: table-cell;
    height: 165px;
    max-width: 175px;
    overflow: hidden;
    vertical-align: top;
  }
}
.teaching-aid-module.module-item .teaching-aid-module__image {
  float: none;
  height: auto;
  max-width: 100%;
  -webkit-filter: saturate(0);
  -webkit-transition: -webkit-filter 400ms;
  transition: -webkit-filter 400ms;
}
@media screen and (min-width: 480px) {
  .teaching-aid-module.module-item .teaching-aid-module__image {
    height: 100%;
    max-width: initial;
    width: auto;
  }
}
.teaching-aid-module.module-item:hover .teaching-aid-module__image {
  -webkit-filter: saturate(1);
}
.teaching-aid-module__info-container {
  margin-top: 10px;
  position: relative;
  vertical-align: top;
}
.teaching-aid-module__info-container a {
  font-size: 16px;
}
@media screen and (min-width: 480px) {
  .teaching-aid-module__info-container a {
    bottom: 0;
    left: 10px;
    position: absolute;
  }
}
.teaching-aid-module__info-container a:after {
  background-image: url("/Icons/VIA_WEB_IKON_Pil_10x17.svg");
  background-repeat: no-repeat;
  content: "";
  display: block;
  float: right;
  height: 17px;
  margin-left: 10px;
  margin-top: 2px;
  width: 11px;
}
@media screen and (min-width: 480px) {
  .teaching-aid-module__info-container {
    display: table-cell;
    margin-top: 0;
    padding-left: 10px;
    width: 100%;
  }
}
.teaching-aid-module-container {
  position: relative;
}
.teaching-aid-module-container__all-link {
  padding: 0 8px;
  position: absolute;
  right: 20px;
  text-decoration: underline;
  top: 22px;
}
.full-screen-video {
  position: relative;
  height: auto !important;
}
.full-screen-video__video-wrap {
  position: absolute;
  top: 117px;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 50%;
  /* 960x480 ratio */
  height: 0;
}
@media screen and (min-width: 767px) {
  .full-screen-video__video-wrap {
    top: 0;
  }
}
.full-screen-video__video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.full-screen-video__image-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #d7d7d7;
}
@media screen and (min-width: 768px) {
  .full-screen-video__image-overlay--video-playing {
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .full-screen-video__image-overlay--video-playing {
    visibility: hidden;
    background-color: transparent;
  }
  .full-screen-video__image-overlay--video-playing .full-screen-video__image-overlay__left-bar {
    visibility: visible;
  }
  .full-screen-video__image-overlay--video-playing .full-screen-video__video-wrap {
    background-color: red;
    top: 0;
  }
  .full-screen-video__image-overlay--video-playing + .full-screen-video__video-wrap {
    top: 0;
  }
}
.full-screen-video__image-overlay__image-wrap {
  position: relative;
}
.full-screen-video__image-overlay__image-wrap__image {
  width: 100%;
}
@media (min-width: 992px) {
  .full-screen-video__image-overlay__image-wrap__image {
    height: 100%;
  }
}
.full-screen-video__image-overlay__left-bar {
  padding: 28px 15px;
}
@media (min-width: 768px) {
  .full-screen-video__image-overlay__left-bar {
    height: 100%;
    background-color: rgba(215, 215, 215, 0.8);
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .full-screen-video__image-overlay__left-bar__headline {
    margin-top: 265px;
  }
}
#full-screen-video-ipad-bar .full-screen-video__image-overlay__left-bar {
  z-index: 100;
  height: calc(100% - 1px);
}
/* Page editor custom */
@media screen and (min-width: 767px) {
  .pageedit .navigation-module {
    top: 172px;
  }
  .pageedit .navigation-module.extended-top {
    top: 232px;
  }
}
/* End page editor custom */
.navigation-module {
  display: block;
  position: absolute;
  right: 0;
  top: 61px;
  z-index: 998;
  font-size: 1.4rem;
  font-family: 'via-regular';
  text-transform: uppercase;
  font-weight: bold;
  width: 48px;
  /*
    Desktop vs mobile only classes
  */
}
@media screen and (min-width: 767px) {
  .navigation-module {
    width: 270px;
    top: 78px;
  }
}
@media screen and (max-width: 766px) {
  .navigation-module__inner {
    height: 100%;
    overflow: auto;
  }
}
@media screen and (min-width: 1051px) {
  .navigation-module.extended-top {
    top: 193px;
  }
}
.navigation-module--open-menu {
  position: absolute;
  height: calc(100vh - 58px);
}
@media screen and (min-width: 767px) {
  .navigation-module--open-menu {
    position: absolute;
  }
}
@media screen and (max-width: 766px) {
  .navigation-module--open-menu {
    position: fixed;
    top: 58px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #afafaf;
    width: 100%;
  }
  .navigation-module--open-menu .navigation-module__header {
    padding: 20px 68px 20px 20px;
    width: auto;
  }
  .navigation-module--open-menu .navigation-module__header .cross-wrap {
    display: none;
  }
}
.navigation-module--open-menu .arrow-wrap__arrow {
  background-position: 0px -8px;
}
.navigation-module--open-menu .navigation-module__menu-items {
  display: block;
}
.navigation-module--open-menu .mobile-close {
  display: none;
}
@media screen and (max-width: 766px) {
  .navigation-module--open-menu .mobile-close {
    display: block !important;
  }
}
.navigation-module--first-view {
  width: auto;
}
.navigation-module--first-view .navigation-module__header {
  padding: 20px 68px 20px 20px;
  width: auto;
}
.navigation-module .mobile-close {
  display: none;
}
.navigation-module__header {
  cursor: pointer;
  background-color: #78b4dc;
  position: relative;
  height: 60px;
  width: 48px;
}
@media screen and (min-width: 767px) {
  .navigation-module__header {
    background-color: rgba(120, 180, 220, 0.8);
    display: block;
    width: auto;
    padding: 20px 68px 20px 20px;
  }
  .navigation-module__header .arrow-wrap {
    display: block;
  }
  .navigation-module__header .cross-wrap {
    display: none;
  }
}
.navigation-module__menu-items {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1em;
  display: none;
}
.navigation-module__menu-items__item {
  position: relative;
  background-color: rgba(233, 234, 236, 0.9);
}
.navigation-module__menu-items__item__link {
  position: relative;
  padding: 20px 68px 20px 20px;
  display: block;
}
.navigation-module__menu-items__item__link > .cross-wrap {
  background-color: #e3e4e6;
}
.navigation-module__menu-items__item__subitems {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1em;
  display: none;
}
.navigation-module__menu-items__item__subitems--open-menu {
  display: block;
}
.navigation-module__menu-items__item__subitems__subitem__link {
  position: relative;
  padding: 20px 68px 20px 20px;
  display: block;
  font-weight: 400;
}
.navigation-module__menu-items__item:nth-child(1) {
  background-color: rgba(181, 181, 183, 0.9);
}
.navigation-module__menu-items__item:nth-child(1) .cross-wrap {
  background-color: #afafaf;
}
.navigation-module__menu-items__item:nth-child(2) {
  background-color: rgba(188, 188, 188, 0.9);
}
.navigation-module__menu-items__item:nth-child(2) .cross-wrap {
  background-color: #b5b5b7;
}
.navigation-module__menu-items__item:nth-child(3) {
  background-color: rgba(195, 195, 195, 0.9);
}
.navigation-module__menu-items__item:nth-child(3) .cross-wrap {
  background-color: #bcbcbc;
}
.navigation-module__menu-items__item:nth-child(4) {
  background-color: rgba(201, 201, 203, 0.9);
}
.navigation-module__menu-items__item:nth-child(4) .cross-wrap {
  background-color: #c3c3c3;
}
.navigation-module__menu-items__item:nth-child(5) {
  background-color: rgba(208, 208, 208, 0.9);
}
.navigation-module__menu-items__item:nth-child(5) .cross-wrap {
  background-color: #c9c9cb;
}
.navigation-module__menu-items__item:nth-child(6) {
  background-color: rgba(215, 215, 215, 0.9);
}
.navigation-module__menu-items__item:nth-child(6) .cross-wrap {
  background-color: #d0d0d0;
}
.navigation-module__menu-items__item:nth-child(7) {
  background-color: rgba(220, 221, 223, 0.9);
}
.navigation-module__menu-items__item:nth-child(7) .cross-wrap {
  background-color: #d7d7d7;
}
.navigation-module__menu-items__item:nth-child(8) {
  background-color: rgba(227, 228, 230, 0.9);
}
.navigation-module__menu-items__item:nth-child(8) .cross-wrap {
  background-color: #dcdddf;
}
@media screen and (min-width: 767px) {
  .navigation-module .desktop-only {
    display: block;
  }
  .navigation-module .mobile-only {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .navigation-module .desktop-only {
    display: none;
  }
  .navigation-module .mobile-only {
    display: none;
  }
  .navigation-module--open-menu .mobile-only,
  .navigation-module--first-view .mobile-only {
    display: block;
  }
}
body.Gray .navigation-module__header {
  background-color: rgba(175, 175, 175, 0.8);
}
@media screen and (max-width: 767px) {
  body.Gray .navigation-module__header {
    background-color: #afafaf;
  }
}
body.Yellow .navigation-module__header {
  background-color: rgba(255, 190, 80, 0.8);
}
@media screen and (max-width: 767px) {
  body.Yellow .navigation-module__header {
    background-color: #ffbe50;
  }
}
body.Orange .navigation-module__header {
  background-color: rgba(255, 145, 100, 0.8);
}
@media screen and (max-width: 767px) {
  body.Orange .navigation-module__header {
    background-color: #ff9164;
  }
}
body.Red .navigation-module__header {
  background-color: rgba(255, 115, 105, 0.8);
}
@media screen and (max-width: 767px) {
  body.Red .navigation-module__header {
    background-color: #ff7369;
  }
}
body.Purple .navigation-module__header {
  background-color: rgba(160, 160, 220, 0.8);
}
@media screen and (max-width: 767px) {
  body.Purple .navigation-module__header {
    background-color: #a0a0dc;
  }
}
body.Blue .navigation-module__header {
  background-color: rgba(120, 180, 220, 0.8);
}
@media screen and (max-width: 767px) {
  body.Blue .navigation-module__header {
    background-color: #78b4dc;
  }
}
body.Turquoise .navigation-module__header {
  background-color: rgba(50, 200, 170, 0.8);
}
@media screen and (max-width: 767px) {
  body.Turquoise .navigation-module__header {
    background-color: #32c8aa;
  }
}
body.Green .navigation-module__header {
  background-color: rgba(140, 195, 90, 0.8);
}
@media screen and (max-width: 767px) {
  body.Green .navigation-module__header {
    background-color: #8cc35a;
  }
}
body.black-inverted .navigation-module__header {
  background-color: rgba(215, 215, 215, 0.8);
}
@media screen and (max-width: 767px) {
  body.black-inverted .navigation-module__header {
    background-color: #d7d7d7;
  }
}
body.black-inverted .navigation-module a {
  color: #363636;
}
html {
  -ms-overflow-style: scrollbar;
}
@media screen and (max-width: 767px) {
  body.noscroll-mobile {
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
  }
  body.noscroll-mobile html {
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.cross-wrap {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 48px;
  height: 100%;
}
.cross-wrap__cross {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9.5px;
  margin-left: -9.5px;
}
.cross-wrap__cross:before {
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url("/Icons/VIA_WEB_IKON_plus_19x19.svg");
}
.cross-wrap__cross--open:before {
  background-image: url("/Icons/VIA_WEB_IKON_minus_19x19.svg");
}
.close-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
}
.close-wrap__close {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11.5px;
  margin-left: -11.5px;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-image: url("/Icons/VIA_WEB_IKON_X_21x21.svg");
}
.arrow-wrap {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
}
.arrow-wrap__arrow {
  display: inline-block;
  width: 15px;
  height: 8px;
  background-image: url("/Images/navigation-module-sprite.png");
  background-position: 0 0;
  background-size: 53px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -7.5px;
}
.play-button {
  background-image: url("/Images/video_play_button.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  height: 80px;
  width: 80px;
  margin-top: -40px;
  margin-left: -40px;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.play-button:hover {
  -webkit-filter: brightness(111%);
          filter: brightness(111%);
}
@media screen and (max-width: 767px) {
  .play-button {
    height: 70px;
    width: 70px;
    margin-top: -35px;
    margin-left: -35px;
  }
}
.mobile-close {
  display: block;
  cursor: pointer;
  position: relative;
  height: 57px;
  width: 100%;
  background-color: #d7d7d7;
}
.desktop-only {
  display: none;
}
@media screen and (min-width: 767px) {
  .desktop-only {
    display: block;
  }
}
.mobile-only {
  display: block;
}
@media screen and (min-width: 767px) {
  .mobile-only {
    display: none;
  }
}
.three-part-video__title {
  padding: 20px 20px 0 20px;
  margin-bottom: 40px;
  margin-top: 0;
}
.three-part-video__filter {
  position: relative;
}
.three-part-video__filter__sort-button {
  cursor: pointer;
  position: relative;
  background-color: #b7b7b7;
  padding: 20px;
  color: #363636;
}
.three-part-video__filter__sort-button .arrow-wrap {
  display: block;
}
.three-part-video__filter__sort-button.filter-open .arrow-wrap__arrow {
  background-position: 0 12px;
}
.three-part-video__filter__list {
  display: none;
  position: absolute;
  z-index: 4;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #b7b7b7;
}
.three-part-video__filter__list__item {
  list-style: none;
}
.three-part-video__filter__list__item:hover {
  background-color: #f0f1f2;
}
.three-part-video__filter__list__item label {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  padding: 14px 48px 14px 20px;
  margin-bottom: 0;
  font-weight: normal;
}
.three-part-video__filter__list__item input[type="checkbox"] {
  display: none;
}
.three-part-video__filter__list__item input[type="checkbox"] + label:before {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -14px;
  background-color: #fff;
  content: '';
  display: inline-block;
  height: 28px;
  width: 28px;
  padding: 0;
  vertical-align: middle;
}
.three-part-video__filter__list__item input[type="checkbox"]:checked + label:before {
  background: #fff;
  color: #363636;
  content: url('/Images/check.png');
}
.three-part-video .show-all-elements .three-part-video__elements__element {
  display: block !important;
}
.three-part-video__elements__element {
  display: none;
}
.three-part-video__elements__element .play-button {
  display: none;
}
.three-part-video__elements__element--is-video .play-button {
  display: block;
  height: 80px;
  width: 80px;
  margin-top: -40px;
  margin-left: -40px;
}
.three-part-video__elements__element__image-wrapper {
  display: block;
  position: relative;
}
.three-part-video__elements__element__link {
  display: block;
}
.three-part-video__elements__element__link__image {
  max-width: 100%;
  position: relative;
  z-index: 2;
  width: auto;
  height: auto;
}
.three-part-video__elements__element__link__description {
  min-height: 120px;
  padding: 25px 20px 20px 20px;
}
.three-part-video__elements__element__link__description > .icon-arrow {
  display: inline-block;
}
.three-part-video__elements__element__link__description > .icon-arrow:before {
  float: right;
  margin-top: 2px;
  margin-left: 10px;
}
.three-part-video__elements__element__link__description > h3 {
  margin-top: 0;
}
.media-list .content-wrap {
  position: relative;
}
.media-list .content-wrap .content-wrap__right-column {
  display: none;
}
.media-list .content-wrap .content-wrap__image {
  width: 100%;
}
.media-list__media {
  padding: 0;
  cursor: pointer;
}
.media-list__popup-footer {
  display: none;
}
.media-list__play-icon-wrap {
  display: inline-block;
  position: relative;
}
.media-list__play-icon-wrap__play-icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  height: 80px;
  width: 80px;
  border: 4px solid white;
  border-radius: 100px;
}
.media-list__play-icon-wrap__play-icon > span {
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
.media-list__play-icon-wrap__play-icon > span:before {
  background-size: 100% 100%;
  content: '';
  display: block;
  padding-top: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAFABAMAAAA/vriZAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURQAAAP///////////////////////////yN+nV8AAAAHdFJOUwC8E+o/bo54pz/7AAACVklEQVR42u2c203DQBAAU0MqoAgKoARaQUi4fcQjwXHutfdxO0EzFYyEJtjn2z2dREREREREREREREREREREREREREREREREREREROQhONMF31/hgtvbC1xw+3iCC27PdMHtTBdEh/IliA7lW5Acyo8gOJRfQW4oF0FsKBdBbChXQWoof4LQUHaCzFD2gshQ9oLIUG4EiaHcCgJDOQjyQjkK4kI5CuJCuROkhXIvCAulIMgKpSSICqUkiAqlKEgKpSwICqUiyAmlJogJpSaICaUqSAmlLggJpSHICKUliAilJYgIpSlICKUtCAilI5gfSk8wPZSeYHooXcHsUPqCyaEMCOaGMiKYGsqIYGooQ4KZoYwJJoYyKJgXyqhgWiijgmmhDAtmhTIumBRKQDAnlIhgSigRwZRQQoIZocQEE0IJCq4PJSq4PJSo4PJQwoKrQ4kLLg5lQnBtKDOCS0OZEVwaypTgylDmBBeG8k8F6X9ieiT4nxn6DzX9Xx39YYH+uIV/YKU/8tNfmuivnfQXd/zRB/3wiH78Rj/ApB8B4w/R6Z8h6B9y6J/C6B8T8Z9j6R+06VcC6Jcq6NdS8Bd76Fej6JfL6Nfz6Bcc8VdE6Zds6deU6Re96Vfl8cMG9HEN+sALfWSIPnSFH1ujD/7RRyfpw6f08V38ADR9hJw+hE9fY0BfBIFfpUFfRkJf50JfiENfKYRfykRfa0VfDEZfrUZfTodf70dfkEhfMUlf0klfc4pfFItftSsiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIvJgfALwrytKH1wdpAAAAABJRU5ErkJggg==");
}
.media-list__status {
  margin-bottom: 12px;
}
.media-list__status__likes {
  font-weight: bold;
}
.media-list__status__time {
  float: right;
}
.instagram-wrap {
  position: fixed;
  top: 57px;
  left: 0;
  width: 100%;
  height: calc(100% - 57px);
}
.instagram-wrap .content-wrap__right-column__footer__headline {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 1051px) {
  .instagram-wrap {
    top: 0;
    height: 100%;
    z-index: 1000;
  }
  .instagram-wrap .mobile-close {
    display: none;
  }
}
.instagram-wrap .content-wrap {
  position: absolute;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d7d7d7;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 1051px) {
  .instagram-wrap .content-wrap {
    top: 50%;
    left: 50%;
    width: 960px;
    height: 600px;
    margin-top: -300px;
    margin-left: -480px;
    overflow: initial;
  }
}
.instagram-wrap .content-wrap__image {
  max-width: 100%;
}
@media screen and (min-width: 1051px) {
  .instagram-wrap .content-wrap__image {
    height: 600px;
    width: 600px;
  }
}
.instagram-wrap .content-wrap__right-column {
  width: 100%;
}
@media screen and (min-width: 1051px) {
  .instagram-wrap .content-wrap__right-column {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 360px;
  }
}
.instagram-wrap .content-wrap__right-column__header {
  position: relative;
  height: 80px;
}
@media screen and (min-width: 1051px) {
  .instagram-wrap .content-wrap__right-column__header {
    border-bottom: 1px solid #aaaaaa;
  }
}
.instagram-wrap .content-wrap__right-column__header__avatar {
  border-radius: 100px;
  height: 50px;
  width: 50px;
  position: absolute;
  left: 20px;
  top: 15px;
}
.instagram-wrap .content-wrap__right-column__header__name {
  position: absolute;
  top: 30px;
  left: 90px;
  margin: 0;
  font-size: 16px;
  text-decoration: underline;
}
.instagram-wrap .content-wrap__right-column__comments .username,
.instagram-wrap .content-wrap__right-column__caption .username,
.instagram-wrap .content-wrap__right-column__comments .hash-tag,
.instagram-wrap .content-wrap__right-column__caption .hash-tag {
  text-decoration: underline;
}
.instagram-wrap .content-wrap__right-column__comments .username,
.instagram-wrap .content-wrap__right-column__caption .username {
  font-weight: 600;
}
.instagram-wrap .content-wrap__right-column__caption {
  padding: 20px 20px 0 20px;
}
.instagram-wrap .content-wrap__right-column__comments {
  list-style: none;
  padding: 0px 20px 20px 20px;
  margin-top: 20px;
  text-decoration: underline;
}
.instagram-wrap .content-wrap__right-column__footer {
  padding: 20px 20px 15px 20px;
}
@media screen and (min-width: 1051px) {
  .instagram-wrap .content-wrap__right-column__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.instagram-wrap__background {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
body.Gray .theme-box {
  background-color: #afafaf;
}
body.Yellow .theme-box {
  background-color: #ffbe50;
}
body.Orange .theme-box {
  background-color: #ff9164;
}
body.Red .theme-box {
  background-color: #ff7369;
}
body.Purple .theme-box {
  background-color: #a0a0dc;
}
body.Blue .theme-box {
  background-color: #78b4dc;
}
body.Turquoise .theme-box {
  background-color: #32c8aa;
}
body.Green .theme-box {
  background-color: #8cc35a;
}
body .theme-box {
  padding: 35px 20px;
  margin-bottom: 10px;
}
.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-width: 0;
  border-style: solid;
  border-color: #afafaf;
}
.article-content .social-icons {
  padding: 0 0 20px 0;
}
.social-icons.bordertop {
  border-width: 1px 0 0 0;
}
.social-icons.borderbottom {
  border-width: 0 0 1px 0;
}
.social-icons.nomargins {
  padding: 0 0 25px 0;
  margin-top: -8px;
  margin-bottom: -5px;
}
.social-icons--instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.social-icons--instagram__headline {
  margin: 0 0 25px 0;
  font-size: 1.6rem;
  -ms-flex: 1 100%;
  -webkit-box-flex: 1;
          flex: 1 100%;
}
.social-icons__headline {
  font-family: via-regular, arial, sans-serif;
  margin: 8px 10px 0 0;
  font-size: 1.5rem;
}
.facebook,
.play,
.vimeo,
.twitter,
.instagram,
.linkedin,
.mail {
  display: inline-block;
  background-image: url("/Icons/social-sprite-black.png");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  margin-right: 7px;
}
.facebook {
  background-position: 0 0;
  background-position-x: 0;
  background-position-y: 0;
}
.facebook:hover {
  background-position: 0 -28px;
}
.play {
  background-position: calc(-28px * 1) 0;
  background-position-x: -28px;
  background-position-y: 0;
}
.play:hover {
  background-position: calc(-28px * 1) -28px;
}
.vimeo {
  background-position: calc(-28px * 2) 0;
  background-position-x: -56px;
  background-position-y: 0;
}
.vimeo:hover {
  background-position: calc(-28px * 2) -28px;
}
.twitter {
  background-position: calc(-28px * 4) 0;
  background-position-x: -112px;
  background-position-y: 0;
}
.twitter:hover {
  background-position: calc(-28px * 4) -28px;
}
.instagram {
  background-position: calc(-28px * 5) 0;
  background-position-x: -140px;
  background-position-y: 0;
}
.instagram:hover {
  background-position: calc(-28px * 5) -28px;
}
.linkedin {
  background-position: calc(-28px * 6) 0;
  background-position-x: -168px;
  background-position-y: 0;
}
.linkedin:hover {
  background-position: calc(-28px * 6) -28px;
}
.mail {
  background-position: calc(-28px * 7) 0;
  background-position-x: -196px;
  background-position-y: 0;
}
.mail:hover {
  background-position: calc(-28px * 7) -28px;
}
@media print {
  .social-icons {
    display: none !important;
  }
}
.expert-category-page {
  padding: 20px 0 40px 0;
}
.expert-category-page__headline {
  padding: 20px 20px 0 20px;
  margin-bottom: 40px;
  margin-top: 0;
}
.expert-category-page .expert-card {
  display: block;
}
.expert-category-page .expert-card-separator + .expert-card {
  margin-top: 1px;
}
.expert-category-page .expert-card:hover .expert-card__info,
.expert-category-page .expert-card:hover .expert-card__extras {
  background-color: #f0f1f2;
}
@media screen and (min-width: 992px) {
  .expert-category-page .expert-card {
    display: table;
  }
}
.expert-category-page .expert-card > .row {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 992px) {
  .expert-category-page .expert-card > .row {
    display: table-row;
  }
  .expert-category-page .expert-card > .row:before {
    content: none;
  }
}
.expert-category-page .expert-card ul {
  list-style: none;
  padding: 0;
}
.expert-category-page .expert-card ul li {
  font-size: 15.5px;
  font-size: 1.55rem;
}
.expert-category-page .expert-card ul li:before {
  content: "-";
  margin-right: 5px;
}
.expert-category-page .expert-card__inner {
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .expert-category-page .expert-card__inner {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    overflow: hidden;
  }
}
.expert-category-page .expert-card__inner p {
  line-height: 17px;
  font-size: 15.5px;
  font-size: 1.55rem;
}
.expert-category-page .expert-card__headline {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  font-family: "via-bold";
}
.expert-category-page .expert-card__photo {
  width: 100%;
  height: auto;
  -webkit-filter: saturate(0);
  filter: saturate(0);
  -webkit-transition: -webkit-filter 400ms;
  transition: -webkit-filter 400ms;
}
.expert-category-page .expert-card:hover .expert-card__photo {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
@media screen and (min-width: 992px) {
  .expert-category-page .expert-card__avatar {
    display: table-cell;
    float: none;
  }
  .expert-category-page .expert-card__avatar:before {
    content: none;
  }
}
.expert-category-page .expert-card__avatar__inner {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.expert-category-page .expert-card__info {
  position: relative;
  background-color: #79b4dd;
}
@media screen and (min-width: 992px) {
  .expert-category-page .expert-card__info {
    display: table-cell;
    float: none;
  }
  .expert-category-page .expert-card__info:before {
    content: none;
  }
}
.expert-category-page .expert-card__info:before {
  width: 20px;
  height: 20px;
  background: inherit;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  margin-left: -10px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.expert-category-page .expert-card__info__link {
  padding-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (min-width: 992px) {
  .expert-category-page .expert-card__info__link {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding-top: 0;
  }
}
.expert-category-page .expert-card__extras {
  background-color: #d0d0d0;
}
@media screen and (min-width: 992px) {
  .expert-category-page .expert-card__extras {
    display: table-cell;
    float: none;
  }
  .expert-category-page .expert-card__extras:before {
    content: none;
  }
}
.expert-category-page .expert-card__extras > ul {
  padding: 0;
  list-style: none;
  text-indent: -5px;
}
.expert-category-page .expert-card__extras > ul > li {
  padding-left: 5px;
  font-size: 1.6rem;
}
.expert-category-page .expert-card__extras > ul > li:before {
  content: "-";
  margin-right: 5px;
}
body.Gray .expert-category-page .expert-card__info {
  background-color: #afafaf;
}
body.Gray .expert-category-page .expert-card__extras {
  background-color: rgba(175, 175, 175, 0.9);
}
body.Yellow .expert-category-page .expert-card__info {
  background-color: #ffbe50;
}
body.Yellow .expert-category-page .expert-card__extras {
  background-color: rgba(255, 190, 80, 0.9);
}
body.Orange .expert-category-page .expert-card__info {
  background-color: #ff9164;
}
body.Orange .expert-category-page .expert-card__extras {
  background-color: rgba(255, 145, 100, 0.9);
}
body.Red .expert-category-page .expert-card__info {
  background-color: #ff7369;
}
body.Red .expert-category-page .expert-card__extras {
  background-color: rgba(255, 115, 105, 0.9);
}
body.Purple .expert-category-page .expert-card__info {
  background-color: #a0a0dc;
}
body.Purple .expert-category-page .expert-card__extras {
  background-color: rgba(160, 160, 220, 0.9);
}
body.Blue .expert-category-page .expert-card__info {
  background-color: #78b4dc;
}
body.Blue .expert-category-page .expert-card__extras {
  background-color: rgba(120, 180, 220, 0.9);
}
body.Turquoise .expert-card .expert-card__info {
  background-color: #32c8aa;
}
body.Turquoise .expert-card .expert-card__extras {
  background-color: rgba(50, 200, 170, 0.9);
}
body.Green .expert-category-page .expert-card__info {
  background-color: #8cc35a;
}
body.Green .expert-category-page .expert-card__extras {
  background-color: rgba(140, 195, 90, 0.9);
}
.person-overview {
  width: 100%;
  *zoom: 1;
}
.person-overview:before,
.person-overview:after {
  content: "";
  display: table;
}
.person-overview:after {
  clear: both;
}
.person-overview__individual {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .person-overview__individual {
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .person-overview__individual:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  .person-overview__individual:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (min-width: 768px) {
  .person-overview__image-column {
    width: 50%;
    float: left;
  }
}
.person-overview__image-column .photo {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.person-overview__description-column {
  padding: 20px 20px 20px 5px;
}
@media screen and (min-width: 768px) {
  .person-overview__description-column {
    width: 50%;
    float: left;
    padding-left: 20px;
    padding-top: 5px;
  }
}
.person-overview__description-column p {
  font-size: 16px;
  margin-bottom: 7px;
}
.rte-module {
  padding-top: 20px;
  border-top: 1px solid #afafaf;
  *zoom: 1;
  padding-bottom: 20px;
}
.rte-module a[name] {
  text-decoration: none!important;
}
.rte-module h2 {
  margin-bottom: 20px;
  margin-top: 0;
}
.rte-module:before,
.rte-module:after {
  content: "";
  display: table;
}
.rte-module:after {
  clear: both;
}
.rte-module.cfu {
  border-top: none;
}
.rte-module.hide-top-border {
  border-top: none;
}
.rte-module .headline {
  *zoom: 1;
  -ms-word-break: break-word;
  word-break: break-word;
}
.rte-module .headline:before,
.rte-module .headline:after {
  content: "";
  display: table;
}
.rte-module .headline:after {
  clear: both;
}
.rte-module .headline h2 {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0;
}
.rte-module h1 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 20px;
  margin-top: 0;
}
.rte-module h5,
.rte-module h6 {
  margin-top: 0;
}
.rte-module h2 {
  margin-bottom: 10px;
  margin-top: 20px;
}
.rte-module h3 {
  margin-bottom: 9px;
  margin-top: 20px;
}
.rte-module h4 {
  margin-bottom: 8px;
  margin-top: 20px;
}
.rte-module .manchet {
  font-family: "via-bold";
  line-height: 20px;
  padding: 0 30px 20px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.rte-module .text {
  line-height: 20px;
}
.rte-module .text a {
  text-decoration: underline;
}
.image-text-module-container .rte-module {
  padding-top: 20px;
}
.image-text-module-container .rte-module .manchet {
  width: 100%;
  padding-right: 20px;
}
.image-text-module-container .rte-module .text {
  width: 100%;
  padding-right: 10px;
  line-height: 21px;
}
.rte-module blockquote,
.rte-module cite {
  margin: 0 0 20px 0;
}
.rte-module blockquote {
  margin: 20px 0 10px 0;
}
.image-text-module-container .rte-section {
  width: 16%;
  float: left;
}
.rte-snippet-small,
.rte-snippet-small strong {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 2.3rem;
  letter-spacing: -0.05rem;
  font-family: "via-light";
}
.rte-snippet-small {
  max-width: 720px;
  -ms-word-break: break-word;
  word-break: break-word;
}
.rte-snippet-small strong,
.rte-snippet-small a {
  font-family: "via-bold";
}
.rte-snippet-small a:hover {
  color: #fff;
}
.rte-snippet,
.rte-snippet strong {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.05rem;
  font-family: "via-light";
}
.rte-snippet {
  max-width: 720px;
  -ms-word-break: break-word;
  word-break: break-word;
}
.rte-snippet strong,
.rte-snippet a {
  font-family: "via-bold";
}
.rte-snippet a:hover {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .image-text-module-container .rte-section {
    width: 50%;
  }
  .image-text-module-container .rte-section:nth-child(4) {
    clear: left;
  }
}
@media screen and (max-width: 992px) {
  .image-text-module-container .rte-section {
    width: 50%;
    /*&:nth-child(5){
        clear:left;
      }      
      &:nth-child(6){
        clear:none;
      }*/
  }
}
@media screen and (max-width: 768px) {
  .rte-module .manchet,
  .rte-module .text {
    max-width: none;
    float: none;
    width: 100%;
    line-height: 18px;
  }
  .rte-module .text,
  .rte-module .headline,
  .rte-module [class*="col-"] {
    padding-right: 20px;
  }
  .rte-snippet,
  .rte-snippet strong,
  .rte-highlight {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .image-text-module-container .rte-section {
    width: 100%;
    clear: both;
  }
}
@media screen and (min-width: 1200px) {
  .image-text-module-container .rte-section {
    width: 33.33333333%;
  }
  .image-text-module-container .rte-section:nth-child(5) {
    clear: left;
  }
  .image-text-module-container .rte-section:nth-child(6) {
    clear: none;
  }
}
@media print {
  .rte-module {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.identity-abstract {
  display: block;
  margin-top: 7px;
}
.campaign-module img,
.education-view-module img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.campaign-module .container,
.education-view-module .container {
  position: absolute;
  top: 272px;
  padding-left: 20px;
  overflow: hidden;
}
.campaign-module .container .campaign-module-header,
.education-view-module .container .campaign-module-header {
  font-size: 31px;
  font-size: 3.1rem;
  width: 50%;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 0;
}
.campaign-module .container .manchet,
.education-view-module .container .manchet {
  width: 45%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  margin-top: 10px;
}
.campaign-module .container .read-more-link,
.education-view-module .container .read-more-link {
  width: 100%;
  margin-top: 20px;
}
.campaign-module .container .read-more-link a,
.education-view-module .container .read-more-link a {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  line-height: 1em;
  padding: 20px 20px;
  margin-left: -21px;
  background: #32c8aa;
  font-family: 'via-regular';
  height: 60px;
  position: relative;
}
.campaign-module .container .read-more-link a:after,
.education-view-module .container .read-more-link a:after {
  content: ">";
  font-size: 40px;
  font-size: 4rem;
  position: relative;
  top: 5px;
}
.campaign-module .container .read-more-link a:hover,
.education-view-module .container .read-more-link a:hover {
  background-color: #f0f1f2 !important;
}
.pageedit .campaign-module .slide-container {
  position: relative;
}
.pageedit .campaign-module__down-arrow__arrow {
  display: none;
}
@media screen and (min-width: 1200px) {
  .campaign-module .container .campaign-module-header {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .campaign-module .container {
    top: 234px;
  }
  .campaign-module .container .campaign-module-header,
  .campaign-module .container .manchet {
    width: 55%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .campaign-module .container {
    top: 234px;
  }
  .campaign-module .container .campaign-module-header,
  .campaign-module .container .manchet {
    width: 70%;
  }
  .campaign-module .container .read-more-link a {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .campaign-module .container {
    top: 234px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .campaign-module {
    position: relative;
  }
  .campaign-module #slides .slides-pagination {
    bottom: 65px;
  }
  .campaign-module__down-arrow {
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 50%;
    width: 128px;
    padding: 17px;
    margin-left: -64px;
  }
  .campaign-module__down-arrow__arrow {
    width: 90px;
    height: 45px;
    cursor: pointer;
    margin: auto;
    background-image: url("/Images/slider-arrow.png");
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .campaign-module {
    max-width: 100%;
    height: 750px;
    margin-bottom: 0 !important;
    padding-top: 0;
  }
  .campaign-module #slides {
    position: relative;
    overflow: visible !important;
  }
  .campaign-module .slide-container {
    /*overflow: visible !important;*/
  }
  .campaign-module .container {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    top: auto;
    bottom: 0;
    position: absolute;
  }
  .campaign-module .container.hide-text .campaign-module-header,
  .campaign-module .container.hide-text .manchet {
    display: none;
  }
  .campaign-module .container.hide-text .read-more-link {
    margin-top: 0;
  }
  .campaign-module .container .campaign-module-header {
    width: 100%;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 30px;
    margin-top: 20px;
    padding-right: 20px;
  }
  .campaign-module .container .manchet {
    width: 100%;
    padding-right: 20px;
  }
  .campaign-module .container .read-more-link a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .campaign-module .container .call-to-action {
    padding: 0;
  }
  .campaign-module .slides-pagination {
    top: 0;
    bottom: initial;
  }
  .campaign-module .slides-pagination a {
    /*width: 10px;
        height: 10px;*/
  }
}
@media screen and (min-width: 551px) and (max-width: 667px) {
  .campaign-module {
    height: 570px;
  }
}
@media screen and (min-width: 501px) and (max-width: 550px) {
  .campaign-module {
    height: 490px;
  }
}
@media screen and (min-width: 321px) and (max-width: 500px) {
  .campaign-module {
    height: 370px;
  }
}
@media screen and (max-width: 320px) {
  .campaign-module {
    height: 320px;
  }
}
@media print {
  .campaign-module {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .campaign-module .container {
    max-height: 315px;
  }
}
#slides {
  position: relative;
  z-index: 800;
}
#slides .slides-container li {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#slides .slides-container li .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: url(/Images/mega-slider-gradient.png) 0 0 repeat-x;
}
#slides .slides-container .current {
  display: block !important;
}
#slides .slides-container img {
  zoom: 1;
  width: 100%;
  height: 100%;
}
#slides .slides-container .scrollable {
  *zoom: 1;
  position: relative;
  z-index: 4;
  top: 0;
  left: 0;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .slides-container .scrollable:after {
  content: "";
  display: table;
  clear: both;
}
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 35%;
  width: 100%;
  display: none !important;
}
.slides-navigation a {
  position: absolute;
  display: block;
  font-size: 3em;
  color: #fff;
  width: 27px;
  height: 27px;
  background: url('/Images/bg_direction_nav.png');
}
.slides-navigation a.prev {
  left: 2%;
}
.slides-navigation a.next {
  right: 2%;
  background-position: -30px 0;
}
.slides-pagination {
  position: absolute;
  z-index: 3000;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  background: #afafaf;
  border-radius: 30px;
  text-indent: -100px;
  overflow: hidden;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 20px 10px;
  opacity: 1;
}
.slides-pagination a:hover {
  opacity: 1;
}
.pageedit #slides .slides-container img {
  width: auto;
  height: auto;
}
.related-module-container {
  *zoom: 1;
}
.related-module-container:before,
.related-module-container:after {
  content: "";
  display: table;
}
.related-module-container:after {
  clear: both;
}
.related-module-container .related-module-title .related-module {
  max-height: 60px;
  overflow: hidden;
}
.related-module-container.related-educations .related-module-title a {
  max-height: 60px;
  height: 60px;
  font-family: 'via-regular';
  vertical-align: middle;
  width: 100%;
}
.related-module-container.related-educations .related-module.useTheme:hover {
  background: #f0f1f2;
}
.related-module-container [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.related-module-container .related-module.image-module {
  overflow: hidden;
}
.related-module-container .related-module.image-module .image {
  background: #f0f1f2;
}
.related-module-container .related-module img {
  width: 100%;
}
.related-module-container .related-module a {
  display: block;
}
.related-module-container .related-module [class*='icon'] {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
}
.related-module-container .related-module:before {
  display: none;
}
.related-module-container .related-module-title {
  *zoom: 1;
}
.related-module-container .related-module-title:before,
.related-module-container .related-module-title:after {
  content: "";
  display: table;
}
.related-module-container .related-module-title:after {
  clear: both;
}
.related-module-container .related-module-title .related-module.useTheme:hover {
  background: #f0f1f2;
}
.related-module-container .related-module-title a {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "via-bold";
  padding: 20px;
  line-height: 1.6rem;
  max-height: 60px;
  height: 60px;
  font-family: 'via-regular';
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
}
.related-module-container .related-module-title a:hover {
  background: #f0f1f2;
}
.related-module-container.title a {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "via-bold";
  padding: 20px;
}
.related-module-container.title a:hover {
  background: #f0f1f2;
}
@media only screen and (max-width: 480px) {
  .related-module.image-module {
    padding: 0;
  }
}
@media print {
  .related-module-container {
    display: none;
  }
}
.filter-module {
  *zoom: 1;
}
.filter-module:before,
.filter-module:after {
  content: "";
  display: table;
}
.filter-module:after {
  clear: both;
}
.filter-module [class*='col'] {
  background-color: rgba(177, 177, 177, 0.5);
}
.filter-module [class*='col']:first-child {
  background-color: rgba(177, 177, 177, 0.65);
}
.filter-module [class*='col']:nth-child(3) {
  background-color: rgba(177, 177, 177, 0.3);
}
.filter-module [class*='col']:last-child {
  background-color: rgba(177, 177, 177, 0.1);
  background: rgba(240, 241, 242, 0.4);
}
.filter-module ul {
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  width: 100%;
  background-color: #dadadb;
}
.filter-module ul li {
  cursor: pointer;
}
.filter-module ul li:hover {
  background: #f0f1f2;
}
.filter-module ul li:last-child {
  padding-bottom: 5px;
}
.filter-module ul a {
  padding: 10px 20px;
  display: block;
}
.filter-module .selected {
  padding: 20px;
  display: none;
  cursor: pointer;
}
.filter-module .select-filter {
  display: none;
  z-index: 1;
}
.filter-module select {
  font-family: "via-regular";
  width: 100%;
  border: none;
  padding: 21px;
  background-color: rgba(177, 177, 177, 0.5);
  line-height: 1;
  border-radius: 0;
  -webkit-appearance: none;
}
.filter-module select:focus {
  outline: none;
}
.filter-module select option {
  padding: 10px;
  background-color: #dadadb;
}
.filter-module .select {
  position: relative;
}
.filter-module .select:hover {
  background: #f0f1f2 !important;
}
.filter-module .select [class*='icon'] {
  position: absolute;
  right: 0;
  top: 5px;
  padding: 20px;
  cursor: pointer;
}
.filter-module .col-sm-6 + .col-sm-6,
.filter-module .col-md-4 + .col-md-4 {
  padding-left: 0;
}
.filter-searchbtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  padding: 20px 10px;
  text-align: center;
}
.filter-searchbox {
  border-radius: 0;
  font-family: "via-regular";
  width: 100%;
  border: none;
  padding: 22px 20px;
  line-height: 1;
  background-color: transparent;
}
.filter-searchbox--graybackground {
  background-color: rgba(240, 241, 242, 0.4);
}
.filter-searchbox:focus {
  outline: none;
  background: #f0f1f2;
}
.search-clear-filters {
  padding-top: 0;
}
.search-clear-filters a {
  background-color: rgba(177, 177, 177, 0.5);
  border: 1px solid #afafaf;
  display: inline-block;
  margin: 10px;
  padding: 10px;
}
.search-clear-filters a:before {
  float: left;
  margin-top: 2px;
  margin-right: 25px;
}
.pageedit .filter-module [class*='col'] {
  float: left;
}
.pageedit .filter-module .select-filter {
  display: block;
  position: static;
  margin-bottom: 0;
}
@media print {
  .filter-module {
    display: none;
  }
}
.education-module .filter-module {
  border-bottom: 1px solid #afafaf;
}
.education-module .education-list-title {
  /*max-width:230px;*/
  padding: 20px 20px 0 20px;
  line-height: 31px;
  font-size: 31px;
  font-size: 3.1rem;
}
.education-module .education-list {
  *zoom: 1;
  margin-top: 0;
}
.education-module .education-list:before,
.education-module .education-list:after {
  content: "";
  display: table;
}
.education-module .education-list:after {
  clear: both;
}
.education-module .education-list > div {
  background: #afafaf;
  padding: 0;
}
.education-module .education-list > div:nth-child(even) {
  background: #b7b7b7;
}
.education-module h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "via-bold";
}
.education-module .teaser {
  font-size: 16px;
  font-size: 1.6rem;
}
.education-module .education-item {
  padding: 20px;
  height: 150px;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #d7d7d7;
}
.education-module .education-item:hover {
  background: #f0f1f2;
}
.education-module .education-item h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0;
  font-family: "via-regular";
  font-weight: 300;
}
.education-module .education-item .teaser {
  font-size: 14px;
  font-size: 1.4rem;
}
.education-module .education-item .logo {
  width: 46px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.education-module .no-result {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .education-module .education-item {
    height: auto;
  }
  .education-module .education-item .teaser {
    display: none;
  }
  .education-module .education-item .logo {
    position: static;
  }
}
@media print {
  .education-module {
    display: none;
  }
}
.education-location-module ul {
  *zoom: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
.education-location-module ul:before,
.education-location-module ul:after {
  content: "";
  display: table;
}
.education-location-module ul:after {
  clear: both;
}
.education-location-module li {
  font-size: 18px;
  font-size: 1.8rem;
  background: #b1b1b1;
  border-left: solid 1px #d7d7d7;
  border-bottom: none;
  float: left;
  line-height: 24px;
  position: relative;
  border-top: solid 1px #d7d7d7;
}
.education-location-module li:last-child {
  border-bottom-color: #b1b1b1;
}
.education-location-module li.col-sm-2 {
  border-right: solid 1px #d7d7d7;
}
.education-location-module li.col-sm-2:last-child {
  border-bottom: none;
  border-right: none;
}
.education-location-module li:hover {
  background: #f0f1f2;
}
.education-location-module li a {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  float: left;
  margin-right: 30px;
  padding: 23px 20px;
  width: 100%;
}
.education-location-module li [class*='icon'] {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media screen and (min-width: 801px) {
  .education-location-module {
    display: none;
  }
}
.pageedit .education-location-module {
  display: block;
}
@media print {
  .education-location-module {
    display: none;
  }
}
.social-module {
  *zoom: 1;
}
.social-module:before,
.social-module:after {
  content: "";
  display: table;
}
.social-module:after {
  clear: both;
}
.social-module__links > div {
  background: #b1b1b1;
}
.social-module h3 {
  font-family: "via-bold";
  padding: 0 20px;
}
.social-module div:last-child a {
  border-right: none;
}
.social-module a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  height: 60px;
  display: block;
  overflow: hidden;
  padding: 23px 20px 23px 20px;
}
.social-module a:hover {
  background-color: #f0f1f2;
}
.social-module a [class*='icon'] {
  display: block;
  position: absolute;
  right: 20px;
  top: 13px;
  width: 35px;
  height: 35px;
  margin: 0;
  background-image: url(/Icons/social-icons-sprite.png);
  background-repeat: no-repeat;
  background-position: -500px -500px;
  background-size: 226px;
}
.social-module a [class*='facebook'] {
  background-position: 0 0;
}
.social-module a [class*='instagram'] {
  background-position: 0 -55px;
}
.social-module a [class*='linkedin'] {
  background-position: 0 -112px;
}
.social-module a [class*='twitter'] {
  background-position: 0 -163px;
  top: 10px;
}
.social-module a [class*='vimeo'] {
  background-position: 0 -221px;
}
.social-module a [class*='youtube'] {
  background-position: 0 -282px;
}
@media only screen and (max-width: 768px) {
  .social-module a {
    border-right: none;
    border-top: solid 1px #d7d7d7;
    padding: 20px;
  }
  .social-module a [class*='icon'] {
    left: auto;
    right: 20px;
  }
}
@media print {
  .social-module {
    display: none !important;
  }
}
.map {
  clear: left;
}
.map .map-content {
  background: url(/Images/via_modul_kort_h560.svg) no-repeat;
  position: relative;
  margin: 0 auto;
  /*height: 560px;
    width: 753px;*/
  height: 445px;
  width: 600px;
}
.map .map-links {
  position: absolute;
}
.map .map-links .marker {
  position: absolute;
  white-space: nowrap;
  /*Herning*/
  /*Viborg*/
  /*Horsens*/
  /*Randers*/
  /*Silkeborg*/
  /*Århus*/
  /* Thisted*/
  /* Nr. Nissum */
  /* Holstebro */
  /* Skive*/
  /* Grenå*/
  /* Skanderborg*/
  /* Aalborg*/
  /* Hobro */
}
.map .map-links .marker.first,
.map .map-links .marker.herning {
  /*left: 219px;
        top: 373px;*/
  left: 165px;
  top: 299px;
}
.map .map-links .marker.second,
.map .map-links .marker.viborg {
  /*left: 336px;
        top: 218px;*/
  left: 267px;
  top: 176px;
}
.map .map-links .marker.third,
.map .map-links .marker.horsens {
  /*left: 437px;
        top: 505px;*/
  left: 342px;
  top: 398px;
}
.map .map-links .marker.fourth,
.map .map-links .marker.randers {
  /*left: 500px;
        top: 218px;*/
  left: 382px;
  top: 172px;
}
.map .map-links .marker.fifth,
.map .map-links .marker.silkeborg {
  /*left: 358px;
        top: 350px;*/
  left: 285px;
  top: 280px;
}
.map .map-links .marker.sixth,
.map .map-links .marker.aarhus {
  /*left: 535px;
        top: 358px;*/
  left: 420px;
  top: 290px;
}
.map .map-links .marker.seventh,
.map .map-links .marker.thisted {
  /*left: 122px;
        top: 20px;*/
  left: 90px;
  top: 20px;
}
.map .map-links .marker.eighth,
.map .map-links .marker.nrrenissum,
.map .map-links .marker.nrnissum {
  /*left: 60px;
        top: 185px;*/
  left: 40px;
  top: 151px;
}
.map .map-links .marker.ninth,
.map .map-links .marker.holstebro {
  /*left: 115px;
        top: 263px;*/
  left: 80px;
  top: 205px;
}
.map .map-links .marker.tenth,
.map .map-links .marker.skive {
  /*left: 245px;
        top: 175px;*/
  left: 188px;
  top: 140px;
}
.map .map-links .marker.eleventh,
.map .map-links .marker.gren {
  /*left: 720px;
        top: 250px;*/
  left: 565px;
  top: 200px;
}
.map .map-links .marker.twelfth,
.map .map-links .marker.skanderborg {
  /*left: 445px;
        top: 422px;*/
  left: 355px;
  top: 350px;
}
.map .map-links .marker.aalborg {
  /*left: 422px;
        top: 20px;*/
  left: 355px;
  top: 20px;
}
.map .map-links .marker.hobro {
  /*left: 430px;
        top: 130px;*/
  left: 330px;
  top: 105px;
}
.map .map-links .marker.thirteenth,
.map .map-links .marker.ikast {
  /*left: 278px;
        top: 361px;*/
  left: 225px;
  top: 290px;
}
.map .map-links a:after {
  content: url(/Icons/VIA_geo.png);
  display: block;
  position: absolute;
  top: -20px;
  left: 40%;
}
.map .map-links a:hover {
  color: #f0f1f2;
}
.map map {
  display: block;
  height: 560px;
  position: absolute;
}
.pageedit .map-links a:after {
  display: none;
}
.pageedit .map-links .marker {
  width: 110px;
}
.pageedit .map-links .marker:after {
  content: url(/Icons/VIA_geo.png);
  display: block;
  position: absolute;
  top: -20px;
  left: 15%;
}
/*@media only screen and (max-width: @medium) {
  .map .map-content {
    width: 500px;

    .marker {
      position: absolute;
      
      &.first,
      &.herning {
        left: 144px;
        top: 256px;
      }

      &.second,
      &.viborg {
        left: 207px;
        top: 147px;
      }

      &.third,
      &.horsens {
        left: 277px;
        top: 336px;
      }

      &.fourth,
      &.randers {
        left: 317px;
        top: 144px;
      }

      &.fifth,
      &.silkeborg {
        left: 232px;
        top: 245px;
      }

      &.sixth,
      &.aarhus {
        left: 346px;
        top: 242px;
      }

      &.seventh,
      &.thisted {
        left: 72px;
        top: 20px;
      }

      &.eighth,
      &.nrrenissum,
      &.nrnissum {
        left: 30px;
        top: 116px;
      }

      &.ninth,
      &.holstebro {
        left: 70px;
        top: 168px;
      }

      &.tenth,
      &.skive {
        left: 157px;
        top: 130px;
      }

      &.eleventh,
      &.gren {
        left: 470px;
        top: 170px;
      }

      &.twelfth,
      &.skanderborg {
        left: 290px;
        top: 300px;
      }

      
      &.aalborg {
        left: 270px;
        top: 20px;
      }

      &.hobro {
        left: 280px;
        top: 80px;
      }
      &.thirteenth,
      &.ikast {
        left: 193px;
        top: 249px;
      }
    }
  }
}*/
@media only screen and (max-width: 800px) {
  .map {
    display: none;
  }
}
@media print {
  .map {
    display: none;
  }
}
[class*='icon']:after,
[class*='icon']:before {
  background-repeat: no-repeat;
}
.icon-plus:before {
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url("/Icons/VIA_WEB_IKON_plus_19x19.svg");
}
.icon-plus.open:before {
  background-image: url("/Icons/VIA_WEB_IKON_minus_19x19.svg");
}
.icon-arrow:before {
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  height: 17px;
  background-image: url("/Icons/VIA_WEB_IKON_Pil_10x17.svg");
}
.icon-arrow-down:before {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  height: 10px;
  float: left;
  background-image: url("/Icons/VIA_WEB_IKON_Pil_17x10.svg");
}
.icon-arrow-up:before {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.module-item .icon-arrow:after {
  display: none;
}
.module-item .icon-arrow:before {
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  height: 17px;
  background-image: url("/Icons/VIA_WEB_IKON_Pil_10x17.svg");
}
/* Accordion */
.accordion [class*='icon']:before {
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 15px;
}
.accordion .open [class*='icon']:before {
  background-image: url("/Icons/VIA_WEB_IKON_minus_19x19.svg");
}
/* Tabs */
.tab-group .icon-arrow:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 20px;
  background-image: url("/Icons/VIA_IKONER-03.svg");
}
/* Taxonomy */
.taxonomy-read-more-link:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  height: 17px;
  background-image: url("/Icons/VIA_WEB_IKON_Pil_10x17.svg");
}
/* Campaign module */
.parent-navigation-module .navigate-link a:after,
.campaign-module .container .read-more-link a:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  height: 17px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-image: url("/Icons/VIA_WEB_IKON_Pil_10x17.svg");
}
/* Search */
.search-clear-filters a:before,
.search-global__close:before {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-image: url("/Icons/VIA_WEB_IKON_X_21x21.svg");
}
.icon-search,
.search-global-trigger a:before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  height: 21px;
  background-image: url("/Icons/VIA_WEB_IKON_lup_18x21.svg");
  background-repeat: no-repeat;
}
.vok-module {
  padding-top: 20px;
  border-top: 1px solid #afafaf;
  padding-top: 0;
}
.vok-module h2 {
  margin-bottom: 20px;
  margin-top: 0;
}
.vok-module--related {
  border-top: none;
}
.vok-module .vok-list {
  *zoom: 1;
}
.vok-module .vok-list:before,
.vok-module .vok-list:after {
  content: "";
  display: table;
}
.vok-module .vok-list:after {
  clear: both;
}
.vok-module .vok-list:hover {
  background: none;
}
.vok-module .vok-list.content .see-more-wrap {
  *zoom: 1;
  width: 100%;
  display: block;
  float: left;
  background-color: #B1B1B1 !important;
}
.vok-module .vok-list.content .see-more-wrap:before,
.vok-module .vok-list.content .see-more-wrap:after {
  content: "";
  display: table;
}
.vok-module .vok-list.content .see-more-wrap:after {
  clear: both;
}
.vok-module .vok-list.content .see-more-wrap:hover {
  background: #f0f1f2 !important;
}
.vok-module .vok-list.content .see-more-wrap .see-more {
  *zoom: 1;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  min-width: 140px;
  cursor: pointer;
}
.vok-module .vok-list.content .see-more-wrap .see-more:before,
.vok-module .vok-list.content .see-more-wrap .see-more:after {
  content: "";
  display: table;
}
.vok-module .vok-list.content .see-more-wrap .see-more:after {
  clear: both;
}
.vok-module .vok-list.content .see-more-wrap .see-more a {
  padding: 20px;
  display: block;
  width: 100%;
}
.vok-module .vok-list.content .see-more-wrap .see-more .icon-arrow-down {
  display: inline-block;
  padding: 7px 0 0 10px;
}
.vok-module .vok-list__headline {
  display: inline-block;
  padding: 20px 0 0 20px;
}
.vok-module .vok-list__headline-count {
  font-family: via-bold;
  font-size: 21px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 20px 0 0 20px;
}
.vok-module h2 {
  padding-top: 20px;
}
.vok-module h2 + .filter-module {
  border-top: 1px solid #afafaf;
}
.vok-module h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "via-bold";
}
.vok-module .teaser {
  font-size: 16px;
  font-size: 1.6rem;
}
.vok-module .vok-item {
  padding: 20px;
  height: 150px;
  display: block;
  overflow: hidden;
}
.vok-module .vok-item:hover {
  background: #f0f1f2;
}
.vok-module .vok-item h3,
.vok-module .vok-item h2 {
  margin: 0;
  font-family: "via-regular";
}
.vok-module .vok-item .teaser {
  font-size: 14px;
  font-size: 1.4rem;
}
.vok-module .vok-item .logo {
  width: 46px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.vok-module .no-result {
  padding: 20px;
}
.vok-module h2 + .no-result {
  padding-top: 0;
}
.vok-module .filter-module {
  border-bottom: 1px solid #afafaf;
  position: relative;
}
.vok-module .filter-module span.selected {
  height: 60px;
  overflow: hidden;
  vertical-align: middle;
  display: table-cell;
  display: inline-block;
  padding: 20px;
  width: 100%;
}
.vok-module .filter-module ul {
  top: 60px;
}
.vok-module .filter-module li a {
  position: relative;
  padding: 10px 20px;
}
.vok-module .filter-module li.selected {
  padding: 0;
  display: block;
}
.vok-module .vok-result-list {
  *zoom: 1;
  padding-top: 20px;
}
.vok-module .vok-result-list:before,
.vok-module .vok-result-list:after {
  content: "";
  display: table;
}
.vok-module .vok-result-list:after {
  clear: both;
}
.vok-module .vok-result-count {
  padding: 0 20px;
}
.vok-module .vok-tab-container {
  *zoom: 1;
  clear: left;
  margin: 20px 0 0 0;
  position: relative;
}
.vok-module .vok-tab-container:before,
.vok-module .vok-tab-container:after {
  content: "";
  display: table;
}
.vok-module .vok-tab-container:after {
  clear: both;
}
.vok-module .vok-tab-container.cfu-tab-container {
  margin-top: 0;
}
.vok-module .vok-tab-container.cfu-tab-container + .vok-module .vok-tab-container.cfu-tab-container {
  margin-top: 20px;
}
.vok-module .vok-tabs {
  *zoom: 1;
}
.vok-module .vok-tabs:before,
.vok-module .vok-tabs:after {
  content: "";
  display: table;
}
.vok-module .vok-tabs:after {
  clear: both;
}
.vok-module .title {
  font-family: 'via-regular';
  background: #b1b1b1;
  padding: 10px 20px 18px 20px;
  height: 60px;
  border-bottom: solid 1px #d7d7d7;
  cursor: pointer;
  position: static;
}
.vok-module .title .count-title {
  font-weight: bold;
}
.vok-module .title .count-digits {
  font-size: 13px;
  font-size: 1.3rem;
}
.vok-module .title:nth-child(2),
.vok-module .title:nth-child(3),
.vok-module .title:nth-child(4),
.vok-module .title:nth-child(5),
.vok-module .title:nth-child(6),
.vok-module .title:nth-child(7) {
  border-left: solid 1px #d7d7d7;
}
ul.vok-list {
  background: none !important;
  border-bottom: none !important;
  clear: both;
  list-style: none;
  padding: 20px 0 10px 20px;
}
ul.vok-list:hover {
  background: none !important;
}
ul.vok-list .vok-list-item {
  padding: 5px 0;
}
ul.vok-list a {
  text-decoration: underline;
}
ul.vok-list a:hover {
  text-decoration: underline;
}
.vok-tab-group {
  *zoom: 1;
  width: 100%;
}
.vok-tab-group:before,
.vok-tab-group:after {
  content: "";
  display: table;
}
.vok-tab-group:after {
  clear: both;
}
.vok-tab-group .count-wrapper {
  padding: 20px;
}
.tabify .vok-tab-group .count-wrapper {
  display: none;
}
.vok-tab-group a {
  padding: 0;
  margin-left: 0;
}
.vok-tab-group a.all-results {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px;
  display: inline-block;
  position: relative;
}
.vok-tab-group a.all-results [class*='icon'] {
  float: right;
  padding-left: 10px;
}
.vok-tab-group a.all-results [class*='icon']:before {
  width: 29px;
  height: 23px;
}
.vok-tab-group .tab-group-item:nth-of-type(n+11) {
  display: block;
}
.vok-tab-group .tab-group-item {
  font-size: 16px;
  font-size: 1.6rem;
  height: 185px;
  max-height: none;
  padding: 20px;
  border-left: solid 1px #d7d7d7;
  border-left: none;
}
.vok-tab-group .tab-group-item .start-dato,
.vok-tab-group .tab-group-item .location,
.vok-tab-group .tab-group-item .tutoring-schedule,
.vok-tab-group .tab-group-item .price,
.vok-tab-group .tab-group-item .ects {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'via-regular';
  line-height: 20px;
}
.vok-tab-group .tab-group-item:first-child {
  border-left: none;
}
.vok-tab-group .tab-group-item:nth-child(odd) {
  background: #afafaf !important;
}
.vok-tab-group .tab-group-item:nth-child(even) {
  background: #b7b7b7 !important;
}
.vok-tab-group .tab-group-item h3 {
  margin: 5px 0 5px 0;
  line-height: 20px;
}
.vok-tab-group .tab-group-item p {
  font-size: 16px;
  font-size: 1.6rem;
}
.vok-tab-group .tab-group-item td {
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 30px;
}
.vok-tab-group .cfu-list .tab-group-item .location {
  display: inline-block;
  width: 35%;
}
.vok-tab-group .cfu-list .tab-group-item .start-dato {
  display: inline-block;
  min-width: 63%;
}
.vok-tab-group .cfu-list .tab-group-item .start-dato + .location {
  margin-top: 5px;
}
.vok-tab-group .vok-list.content {
  border-bottom: none;
}
.accordion .vok-tab-group {
  *zoom: 1;
  clear: left;
  width: 100%;
  padding: 0;
}
.accordion .vok-tab-group:before,
.accordion .vok-tab-group:after {
  content: "";
  display: table;
}
.accordion .vok-tab-group:after {
  clear: both;
}
.accordion .vok-tab-group .count-wrapper {
  display: none;
  padding: 20px 0;
}
.accordion .vok-list {
  background: transparent;
  border-bottom: none;
  clear: both;
  padding: 0 0 10px 0;
}
.accordion .vok-list:hover {
  background: transparent !important;
}
.accordion .vok-list a {
  width: 100%;
  padding: 0;
  margin-left: 0;
}
.accordion .vok-list a:hover {
  text-decoration: underline;
}
.accordion .vok-list .tab-group-item {
  margin: 20px 0 20px 0;
  padding: 0;
  float: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: none !important;
  border-bottom: none;
  border-left: none;
}
.accordion .vok-list .tab-group-item:hover {
  background: transparent !important;
}
.accordion .see-more-wrap {
  padding: 0 0 20px 0;
}
.accordion .see-more-wrap a {
  font-weight: bold;
}
.accordion .see-more-wrap .icon-arrow-down {
  display: none;
}
.vok-contact {
  float: left;
}
.signup-button {
  width: 100%;
}
.signup-button a {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  line-height: 1em;
  padding: 20px 20px;
  background: #32c8aa;
  font-family: 'via-regular';
  height: 60px;
  position: relative;
}
.signup-button a:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  height: 17px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-image: url("/Icons/VIA_WEB_IKON_Pil_10x17.svg");
}
.signup-button a:hover {
  background-color: #f0f1f2 !important;
}
.inline-button {
  text-decoration: none !important;
  background-color: rgba(177, 177, 177, 0.5);
  border: 1px solid #afafaf;
  display: inline-block;
  padding: 10px;
}
.vok-direction-module ul {
  padding: 0 0 10px 20px;
}
.vok-direction-module ul .vok-list-item {
  padding-top: 0;
}
.vok-status-module {
  padding-top: 20px;
  border-top: 1px solid #afafaf;
  *zoom: 1;
  background: rgba(235, 203, 148, 0.4);
}
.vok-status-module h2 {
  margin-bottom: 20px;
  margin-top: 0;
}
.vok-status-module:before,
.vok-status-module:after {
  content: "";
  display: table;
}
.vok-status-module:after {
  clear: both;
}
.cfu-module .tab-group-item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .cfu-module .tab-group-item {
    border-bottom: none;
  }
}
.cfu-list__header {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .cfu-list__header {
    padding-right: 150px;
  }
}
.cfu-list .cfu-list__header__title {
  margin-bottom: 0;
}
.cfu-list .cfu-list__header__link {
  padding: 0 8px;
  text-decoration: underline;
}
@media screen and (min-width: 480px) {
  .cfu-list .cfu-list__header__link {
    right: 20px;
    position: absolute;
    top: 22px;
  }
}
.cfu-list .vok-tab-group .course-title {
  margin: 0 0 5px 0;
}
.cfu-list .vok-tab-group .course-title__multipledays {
  font-family: "via-light";
  font-size: 1.7rem;
  font-style: italic;
  font-weight: normal;
}
.course-sub-title {
  font-family: "via-light";
  font-style: italic;
  font-weight: normal;
  font-size: 17px;
  font-size: 1.7rem;
}
.course-subject {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .vok-module .vok-item {
    height: auto;
  }
  .vok-module .vok-item .teaser {
    display: none;
  }
  .vok-module .vok-item .logo {
    position: static;
  }
  .vok-module .filter-module ul {
    margin-bottom: 0;
  }
  .vok-tab-group .tab-group-item {
    border-right: none;
    height: auto;
  }
  .accordion .vok-list {
    padding-left: 0;
  }
}
.vok-module-search-view h2 {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .vok-tab-group .tab-group-item {
    height: 330px;
  }
}
@media screen and (min-width: 992px) {
  .vok-module .vok-tab-group .tab-group-item {
    height: 200px;
  }
  .vok-module .vok-tab-group .cfu-list .tab-group-item {
    height: 230px;
  }
  .vok-module .no-result {
    max-width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .vok-module .vok-list.content .see-more {
    padding: 20px 20px 20px 10px;
  }
  .vok-module .title {
    position: static;
    width: 150px;
    padding-left: 10px;
    white-space: nowrap;
    height: 70px;
    max-height: none;
  }
  .vok-module .vok-tabs {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 70px;
  }
  .vok-module .vok-tabs .tab-wrap {
    width: auto;
    height: 70px;
  }
  .vok-module .vok-tabs .tab-wrap .title {
    height: 60px;
  }
  .vok-module .vok-tabs .tab-wrap .title:hover {
    opacity: 0.5;
  }
  .vok-module .vok-tab-group h2 {
    padding: 0 8px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .vok-module .vok-tab-group .tab-group-item {
    padding: 10px;
    height: auto;
  }
  .vok-module .vok-tab-group .tab-group-item a {
    height: auto;
  }
}
@media print {
  .vok-module {
    display: none;
  }
  .signup-button {
    display: none;
  }
}
.course-padding {
  padding: 10px;
}
.course-module {
  background: #fff;
  padding-top: 20px;
  border-top: 1px solid #afafaf;
  min-height: 1px;
  height: auto;
  padding: 10px 10px 10px 10px;
  overflow: hidden;
}
.course-module h2 {
  margin-bottom: 20px;
  margin-top: 0;
}
.course-module.nurse {
  margin-top: 55px;
}
.course-module h2 {
  padding-left: 0;
}
.course-module li {
  list-style-type: none;
}
.course-module p {
  font-size: 16px;
  font-size: 1.6rem;
}
.course-module .course-content,
.course-module .course-spot {
  padding: 10px;
  padding-right: 40px;
}
.course-module .course-content header {
  border-bottom: 1px solid #afafaf;
}
.course-module .course-content h1,
.course-module .course-content h2,
.course-module .course-content h3,
.course-module .course-content h4,
.course-module .course-content h5,
.course-module .course-content h6 {
  margin-bottom: 0;
}
.course-module .course-spot {
  padding-top: 40px;
}
.course-module .course-spot .signup-button {
  padding-bottom: 47px;
  border-bottom: 1px solid #afafaf;
}
.course-module .course-spot .signup-button a {
  background: #32c8aa;
  font-family: 'via-regular';
  font-size: 17px;
  font-size: 1.7rem;
  padding: 19px 25px;
  width: 100%;
  line-height: 17px;
  max-height: 60px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.course-module .course-spot .signup-button a:after {
  display: inherit;
  float: right;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/Icons/VIA_IKONER-03.svg");
}
.course-module .course-spot td {
  padding: 4px 10px;
}
.course-module .course-spot .related-module-title a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 17px;
  max-height: 70px;
  height: 60px;
  font-family: 'via-regular';
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 10px 20px 9px 20px;
  overflow: hidden;
}
.course-content,
.course-spot {
  padding: 10px;
  padding-right: 40px;
}
.course-content header {
  border-bottom: 1px solid #afafaf;
}
.course-content h1,
.course-content h2,
.course-content h3,
.course-content h4,
.course-content h5,
.course-content h6 {
  margin-bottom: 0;
  margin-top: 20px;
}
.course-content p,
.course-content strong {
  font-size: 14px;
  font-size: 1.4rem;
}
.course-content .hidden-print {
  background: #414141;
  color: #fff;
  padding: 5px 15px;
}
.course-content-print {
  background: #ffffff;
  float: left;
}
.course-content-print .hidden-print {
  display: none;
}
.course-content-print h1,
.course-content-print h2,
.course-content-print h3,
.course-content-print h4,
.course-content-print h5,
.course-content-print h6 {
  margin-bottom: 0;
}
.course-content-print p,
.course-content-print strong {
  font-size: 14px;
  font-size: 1.4rem;
}
.vok-contacts {
  *zoom: 1;
  width: 100%;
  clear: both;
}
.vok-contacts:before,
.vok-contacts:after {
  content: "";
  display: table;
}
.vok-contacts:after {
  clear: both;
}
.vok-contacts .vok-contacts-content {
  *zoom: 1;
  padding: 20px 0 20px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  border-top: 1px solid #afafaf;
}
.vok-contacts .vok-contacts-content:before,
.vok-contacts .vok-contacts-content:after {
  content: "";
  display: table;
}
.vok-contacts .vok-contacts-content:after {
  clear: both;
}
.vok-contacts .vok-contact {
  width: 100%;
  margin-bottom: 20px;
}
.vok-contacts .vok-contact h3 {
  margin: 0;
}
.vok-contacts .vok-contact p {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.vok-contacts .css-row {
  display: table-row;
}
.vok-contacts .css-cell {
  display: table-cell;
  vertical-align: top;
}
.vok-contacts .taxonomy-module-container .module-item .manchet {
  max-height: 180px;
}
@media screen and (max-width: 480px) {
  .vok-contacts .taxonomy-module-container .module-item .manchet {
    max-height: 1000000px;
  }
}
.vok-contacts .image-module img {
  -webkit-filter: saturate(1);
}
.vok-contacts a {
  text-decoration: underline;
}
@media print {
  .module-item {
    width: 50%;
  }
}
.vok-dynamic-list {
  border-top: none;
  font-size: 14px;
  font-size: 1.4rem;
}
.vok-dynamic-list .icon-arrow-down:before {
  margin-right: 0;
  display: block;
  content: "";
  width: 17px;
  background-repeat: no-repeat;
  height: 10px;
  float: left;
  background-image: url("/Icons/VIA_WEB_IKON_Pil_17x10.svg");
}
.vok-dynamic-list ul.select-filter {
  max-height: 400px;
  overflow: auto;
}
.vok-dynamic-list ul.select-filter li:before {
  content: '';
  display: none;
}
.vok-dynamic-list ul.select-filter li a {
  text-decoration: none;
}
.accordion .open .icon-arrow-down:before {
  margin-right: 0;
  display: block;
  content: "";
  width: 17px;
  background-repeat: no-repeat;
  height: 10px;
  float: left;
  background-image: url("/Icons/VIA_WEB_IKON_Pil_17x10.svg");
}
.infolist {
  clear: left;
}
.infolist ul {
  *zoom: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
.infolist ul:before,
.infolist ul:after {
  content: "";
  display: table;
}
.infolist ul:after {
  clear: both;
}
.infolist li {
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: none;
  float: left;
  line-height: 24px;
  position: relative;
  max-height: 60px;
  overflow: hidden;
}
.infolist li:last-child {
  border-bottom-color: #b1b1b1;
}
.infolist li.col-sm-2 {
  border-right: solid 1px #d7d7d7;
}
.infolist li.col-sm-2:last-child {
  border-bottom: none;
  border-right: none;
}
.infolist li a {
  display: block;
  float: left;
  margin-right: 30px;
  padding: 18px 20px;
  width: 100%;
}
.infolist li a:hover {
  background: #f0f1f2;
}
.infolist li [class*='icon'] {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .infolist li {
    font-size: 15px;
    font-size: 1.5rem;
    border-bottom: solid 1px #d7d7d7;
  }
  .infolist li.col-sm-2 {
    border-right: none;
  }
  .infolist li.col-sm-2:last-child {
    border-bottom: solid 1px #b1b1b1;
  }
}
@media print {
  .infolist li {
    float: none;
  }
  .infolist li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .infolist li [class*='icon'] {
    display: none;
  }
}
.scfForm {
  padding-top: 20px;
  border-top: 1px solid #afafaf;
  *zoom: 1;
  / Labels /
  /**** Sections /
  /*** Radio- and checkbox  */
  / Input fields /
  /** Checkboxes */
  /** Radio */
  / File upload /
  / Buttons /
  /**** Validation /
  /*** Simple form ***/
}
.scfForm h2 {
  margin-bottom: 20px;
  margin-top: 0;
}
.scfForm:before,
.scfForm:after {
  content: "";
  display: table;
}
.scfForm:after {
  clear: both;
}
.scfForm h1,
.scfForm .scfSectionLegend {
  font-size: 21px;
  font-size: 2.1rem;
  font-family: 'via-bold';
  color: #363636;
  line-height: 20px;
  padding: 0 20px;
  margin: 0 0 25px 0;
  border-bottom: none;
}
.scfForm .scfIntroBorder p,
.scfForm .scfFooterBorder p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 23px;
  margin: 20px;
}
.scfForm .scfCheckBoxListLabel,
.scfForm .scfRadioButtonListLabel,
.scfForm label {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "via-regular", sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
  padding: 20px 0 10px 0;
}
.scfForm .scfDropListLabel,
.scfForm .scfEmailLabel,
.scfForm .scfMultipleLineTextLabel,
.scfForm .scfSingleLineTextLabel,
.scfForm .scfPasswordLabel,
.scfForm .scfNumberLabel,
.scfForm .scfDatePickerLabel,
.scfForm .scfDateLabel,
.scfForm .scfRadioButtonListLabel,
.scfForm .scfCheckBoxListLabel,
.scfForm .scfListBoxLabel,
.scfForm .scfFileUploadLabel,
.scfForm .scfDateSelectorLabel,
.scfForm .scfCreditCardLabel,
.scfForm .scfConfirmPasswordLabel,
.scfForm .scfCaptchaLabel,
.scfForm .scfTelephoneLabel,
.scfForm .scfSmsTelephoneLabel {
  width: 100%;
}
.scfForm .scfSectionContent {
  padding: 0 0 0 20px;
}
.scfForm .scfForm select,
.scfForm .scfForm option,
.scfForm .scfForm textarea,
.scfForm .scfForm input[type="password"],
.scfForm .scfForm input[type="text"] {
  width: 100%;
}
.scfForm .scfDropListGeneralPanel,
.scfForm .scfListBoxGeneralPanel,
.scfForm .scfEmailGeneralPanel,
.scfForm .scfMultipleLineGeneralPanel,
.scfForm .scfSingleLineGeneralPanel,
.scfForm .scfPasswordGeneralPanel,
.scfForm .scfNumberGeneralPanel,
.scfForm .scfDatePickerGeneralPanel,
.scfForm .scfDateGeneralPanel,
.scfForm .scfRadioButtonListGeneralPanel,
.scfForm .scfCheckBoxListGeneralPanel,
.scfForm .scfFileUploadGeneralPanel,
.scfForm .scfDateSelectorGeneralPanel,
.scfForm .scfCreditCardGeneralPanel,
.scfForm .scfConfirmPasswordGeneralPanel,
.scfForm .scfCaptchaGeneralPanel,
.scfForm .scfTelephoneGeneralPanel,
.scfForm .scfSmsTelephoneGeneralPanel {
  float: none;
  width: 100%;
  padding: 0;
}
.scfForm .scfSectionBorder {
  *zoom: 1;
  width: 100%;
}
.scfForm .scfSectionBorder:before,
.scfForm .scfSectionBorder:after {
  content: "";
  display: table;
}
.scfForm .scfSectionBorder:after {
  clear: both;
}
.scfForm .scfSectionBorderAsFieldSet {
  margin: 20px 0 0 0;
  padding: 0;
  border: none;
}
.scfForm .scfSectionBorderAsFieldSet .scfSectionLegend {
  margin-bottom: 0;
}
.scfForm .scfCheckbox td,
.scfForm .scfRadioButtonList td,
.scfForm .scfCheckBoxList td {
  padding: 10px 0 0 0;
}
.scfForm .scfCheckbox input,
.scfForm .scfRadioButtonList input,
.scfForm .scfCheckBoxList input {
  margin: 0 5px;
}
.scfForm .scfFileUploadLabel,
.scfForm .scfCheckBoxListLabel,
.scfForm .scfRadioButtonListLabel {
  display: block;
  width: 100%;
  border-bottom: 1px solid #afafaf;
}
.scfForm select,
.scfForm option,
.scfForm textarea,
.scfForm input[type="password"],
.scfForm input[type="text"] {
  border-radius: 0;
  border: 0;
  background-color: #e8e8e8;
  width: 100%;
  height: 60px;
  padding: 10px;
  font-weight: 100;
  font-family: "via-regular", sans-serif;
}
.scfForm select:focus,
.scfForm option:focus,
.scfForm textarea:focus,
.scfForm input[type="password"]:focus,
.scfForm input[type="text"]:focus {
  background: #f2f2f2;
  outline: none;
}
.scfForm .scfCheckboxBorder {
  margin-top: 20px;
}
.scfForm input[type="radio"],
.scfForm input[type="checkbox"] {
  display: none;
}
.scfForm input[type="radio"] + label,
.scfForm input[type="checkbox"] + label {
  display: inline-block;
  width: 32px;
  height: 48px;
  padding-left: 60px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAADYCAYAAABC1wtWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTQ2N0RCOUI1NUVEMTFFNEE5NkNFNDg0QkIzQjY3NTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTQ2N0RCOUM1NUVEMTFFNEE5NkNFNDg0QkIzQjY3NTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NDY3REI5OTU1RUQxMUU0QTk2Q0U0ODRCQjNCNjc1NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1NDY3REI5QTU1RUQxMUU0QTk2Q0U0ODRCQjNCNjc1NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqWBNi0AAA89SURBVHja7J1ZjxRVFMfv1BTIqgyrgBrAuCTGuERMwJiAxj0mkuiLiS/6mTRuD6hRv4P64oNbQlRQgwuCCwEUdIYBhRFmsH6n51+cKbqrqnt6uktzb1L00N1V9/zv2W+dPjVy8ODBwyGEVaHHMTIy0vb9S5cu5Z/xd6fv6rN5jIk0+2frfACMjo7a6/T0tBHEMTMzEy5evGivHEmS2JGmqX0/SUbs/9kV7Dy+M48xBohx/ujmrBYhiREMsVNTU3ZcuHDBCOLV/x/iFy1aFK666ip7TdPRsHjx4uzg/4vtPa6lhehyjKfdfLu1emEO8WfOnAlnz54N586dy4ngVQcgAH2ZC0n2mmSEp2HZsuVh5cqV9spnmkMcrTvSbkSHCSBscnLSDq22JmSlRaznFudKxDimp1uvk5MT4a+/zmYcWZIBWRauvvrqsHTp0q51pRYICIMIVpxjfHw8m/wv+2z58uU2OSsKAR4IxHNoZQViaup8+PvvvzMushhn7Hpc9/z58+Gaa66xa0rE6uhLWkdxmRix+eOPP2wyLs5EEL569WqbWADEARHvryUw0hmATEyczo5xu/7p06ftvVWrVtl1lyxZknOxjDNpHfGZmJgIJ0+etAlYoTVr1oS1a9faZIBh5SUC0olyw5Bm56V27tjYWLYwa8Off/5pczDXqVOn7BrMweJARxmQtMwCcSFWnwNWM+n69evDtddea1yA+E5+onxcMvMqUZUIcc3jx4/bfHAFosdWj4UVy1fkC1obBBcWB1ghWM8EmzZtMhBM2IsV6eTkWAhEkZXnFTE6fuK4zZ/NENKMc54jpSC8CLESrAj6wEpt3LgxbNiwwawIY54O6gpAzMnczGVGIXOIJzKunM10ZXQkCWvXrTOAlZyQNUF54cA///wTVqxYkXOAFZrP6lcNFob54fTmTZtDkhF/7NjRcHrydEhndRGAxQVMijEQhAMCEYKFEA+bAdCnWKeWmAEEzq9btz4T70W5Q5W0tAUhGceJocSwDsshCzEIAO2ArF+/wejgPcwwtPnoYQ4IBvYbM4p8IkbYaq/EgxwKHDEoa9ag8EuME9DXFoS0HpQoMr4AL8wxDACeI4gSyr5y5Qp7DzGXqZUKJPLKfMAXIBoLBCfkMYcJAjqXLl1iCwo9LDKLLU6ZjvioVFxoRZbLenRk/R8SKw5oUsQskTJOoAtCR5wPAF6bNDA06CdSgwX10XMCGgVkgIATsM3HQ8Mcmh96RJcSL/mLRDIPe/gbEBxFWzzsAQcWz9LG8GntHGenNFK5QJOGGSBHnyIHy9193tBKHUcbxwWv4Jajj16OnnPr5IEo1x22LnTiRprl5xyJk5TEB3SKS5omSpdBzAap2dIT5ebOzkevTeWAgzG70K3jChBN5sCcmArJMbKT9qG4kvJ+Jjz9DgqnZxD/udKTeC7Yl2btb9PESts3l2YTJy85eRQrsyogTQPhF9iH4hYIKhrUzoVcejHcHaZZlYcWXRIlRRuJvJ5CDb5EgFW1dzToAQDo0t6u/FnuJ7zHFid8lNgEfRAIBYNzQHiX7kH4zeJhiZTERfSQ7yjG89ubibSeN8khvEiJfcNWaN3/gNbW/Y25aULiN8IUxUoG/Y2SYQFgIZX7Fw3QHBCX89kWq8QNQOgCw1JmUlElbIqyiw459aj9PqwUSaAEcFCDhQMAB7QwZEGLi5peubswMucGB6sgJfNp60JzAAkoAhAXilYz7bRphZLLXwgIJwuIv3/XL4cmywjxgGB+KbNPS0s3lJVry5lworykrAMTAcTn4b3uTfm7Rx6AOODvvOo2c+WueFE/5FA8EN1AZAsFbmmFenVi3g/IrMs/AUDiW3a/Oy2LGGUNpGgyebq9y2QA8bd3q/ISXVsBHdflmgIhQuUP6tzfTssm86IldooA+RAOrZi/9dsuWxQA3QK+cOFiDkSEygqKA3XSgkpTIyA+57hMzHTOHXHB75h4EJ4DMzMXZ89t3btTEJrvrc5uYtcNQmvZS4W/irGkkL5+Q98pE6nLQCBuJve1ntu9lEek3Sih2CtikVtxplhJ41fSi1cL5EhofY3XZI5B6eV2GiDGerEofoOhDHRxI6IlOiPuOiNdiU6bYVU2R0IP9U6yIl6EipxoB7AFJJg+6BrzdJgTI83eZ6q5vRn+ByOCiCAiiAgigogg/vcg0m+//TbWisda8Vgr3kNmF2vFY614rBWPteK1t4DE9VgrXgQRa8XbGIdudaYRteK+rK0qSKwDpE6t+Bxx8rXiODBfK16lA8U9WIUcWrliKUPVghRrxc+fn8prxVlgT1MqVPOpFZdDkiiyYnh0bfkzKbqlymfdvqq6rq8Vn5zE0EzlteLeoabyyopE+RDxqVsrrnACon/77bfwyy+/hBMnTlgoAQjOh3C4et1119khEa0SM8VdqhVnDtWK+1qU1BPSTa24PuMczPFPP/0UsgQr/PDDDwaCCXXPgrCbawLglltuCbfeemvYvHmziWodfZFYwWV0FrFigbmugSjWivNh3Vpxvg+xP//8c/jiiy/CN998Yx5XeqWVhAg4wwERzMd7119/fW71qoZqxSWmXEM3PVMuBoBeasW5GCJ08OBBA/Drr7/addpVH3BtPLBun0EQIosJ1w3GMkvla8Whd9614joH9qIDiBAc8NUHnQhiJY8ePRoOHTpkC1B1jo/l+lorLtBYIYhHBxChsjtH+oyJ0aFjx44ZCOS7rv/pVCue+LzBp5BVAxCsKiLilbiOL0EUWADOlS7WTY/7Uivu62d1E73b+20+MVIBSh0rtSC14vOpbO7l3E614mkxUKvjRaVo3hx3C7x4br3Ass+14oDQb/GU5VWF6focm09qS2BXx3PPMdX9qhUXaIjH8+KJCQvyUug2QHytCMBvuOEGS3O7AdGpVjztpVZcnhhxwOsSRmBtZHY7cQTLAoAbb7wx3HTTTeboZPfriHGnWvE8ipUN97XiVSsEAQRzxENYKlYZ54cf8DW15qgy2ReAO++8M2zbtq2rX1SW1Yqnvlbc76VygnYzOomH6gIRKekIKSSOzMdIfAcdQITgAED4Xp2CLx9RtKsVNxC+VlzJjAqzqooWdS5ihV4opfz999+NG4qj+BwlRgfWZQk/+UG3BZFlteI5iHa14nVNp1ZbBLLiCtIUiqPACp+7/fVYVa146glRzam8aWv7vZ4d98EjKy/j4FnvF6RuvFSnVjwt1opLgVRUWERd5QRFrBcXT3C32z11asVTfVEBIF/y3FA+XNeW+3q/fuxDxVrxWCveBw7EWvFYK97Dln6sFa+63RVrxWOteKwV786i+Fy7zt3RWCtePmKteAQRQUQQEUQEEUFEEIMa6fvvv2+14k3uKDQbGk089NBD29qCyIjfqkyqqd21ZutOxspC8fEsTx7rVF/XhDG7mTxemhTBBVWXNXFU5Rqpyjm5y9NUcdJ9jlIQnhNNAiLCuZlZCkKJet2StkGDgJ6q+yP53VO/29A0EFW3x6LHjiAiiAgigoggIogIIoKIICKICCKCiCAiiAgigoggIogIIoKIICKI/9TICxl7aU+x0KMuPf+Lmyz8HGeMn5M19VFXDOiDzo4gZmZmjoyPj6/iJ2VNHbMFxBMdORarMSOICCKCiCAiiAjivxDFxkLGAUWysZCxKSMWMjYlPY2FjANxVG7uYh+d2jl2E8TF/2iwl2cSDwWEejwhwjTw+fLLL03ub7755nDbbbdZ8xL6qNUFkg4DAJaQn/B/9tln4fPPP7dGiGxUAABQt99+u/XGKWs5PDQQ6tKCB963b1946aWXrAEiXAHcxx9/bMeePXvCCy+8kDcJahQIWcEPPvgg7N2719pR+jY0eGZ1Oe0qAByUCNE2idf33nsvvPvuu9aRUV0n/M/61TXCK/7QQUgHIOyjjz4Kb7/9dvjuu+/yHmlSXvUTRB846oQbAwGhbizowCeffBJeffVVU1xA+fYVauuyZcuW8Pzzz4f7778/70YxdBCIB4qc5SzhzTfftMae6r7ifQME0zftueeeCzt27MibntQVp2ShRAhbD8EAeOedd6yTqUBJkfUQAvzDs88+G+677z77XA8jGKpio8SICOYSDnz//ffWRkydJRSZctC97sEHHwy7du3KQXWbZab91gF1/vn000/Dyy+/bDqg9mE+PwAkzdyylDPce++9efuMXtLktN86gDwjQm+99ZY5snapLx2DaKH3yCOPGAha8NVV4lIQCnmx3YoaWTEmrOoFKz/ASkoHMKNYITWoVZTK9RChBx54IDz88MNmkeo+LKMUBBchKYKlX3/9tTVs1nMmiGEAph5PnXSAlcSMeh2QH5AOcH0BeOyxx6wlpTqxzEsCFA4w0ZEjR8Jrr71mTZ3poHjHHXeEZ555xqwHIlGcTF6WFcaRvfLKK7kOePFRFyKuifggRgAo69nUpRi3ukR/9dVXJgYHDhzIO7TriTdPP/20eVH9X9xT+yLpALGQ9KKoA3AA8QGERKjHR/pcCUIPCSCmJzRmtWnEyQSYO8wkgIgsd+7cae8DBnnnb4I56YB/IIxWGTEs6oD30n0xKGqTzeEzLR8yfPjhhwaUkJkOo8Q9rC5m9I033jBHhg747Ew6gF7t3r27rzrQJsVNzF7TuxVvWezq0+p1v9TE7MUXX7RX2m/DIfKBw4cP508H6eQHHn/8ceuXWTfJ6UmxIZ7+rSgyWZaeP1FMZH788cfw+uuvm7jRT1yxUFEHEDe6lUI8YgQHBG4hNiJSxe/IKpPyf/RDDT614yCvC0gAaa/KPxVKj8KipSocQAdwZGr2tmCBprpkIed33313vlqIjbrxekK1yeZ3JbwO0G4VAOgA3JB5XdBoWX9ABARu374979e0f/9+Ey1trHXKthT7o8RPPPGEcQBu+O2YgYBQaIHY3HPPPTmx7EYgImWPWEDRMQwAUCw0CA5cAULxPQQD5K677jJRYnWxRDySCk75WEg9LLdu3RoeffRRC6fhgER0UKNtFCvrhGixqnCBBJ+9IW07Iv+A4fOnnnrKdIBzFsoC9ZTZqREuT4p68sknzXLh0HzLVRSXjAwRWugHMfWUT6hnpR47grjQ0Z3gkHAEHcB7E4oQ2MG9Ye2op1W5ssQDIIgMES0hCBxCF/AlwwRQO7PTdjtBH17dj2G1Ju5oneo8ycM/ZGOhfcCCFTL6zxe6bjAWMjZtVBUy/ivAAGLInaMa189WAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 0 -116px;
}
.scfForm input[type="radio"] + label {
  background-position: 0 0;
}
.scfForm input[type="checkbox"]:checked + label {
  background-position: 0 -169px;
}
.scfForm input[type="radio"]:checked + label {
  background-position: 0 -60px;
}
.scfForm textarea {
  height: 240px;
}
.scfForm select option {
  background-color: #dadadb;
  padding: 10px;
  width: 100%;
  font-size: 1em;
  line-height: 1.2em;
  -webkit-appearance: none;
  /* gets rid of default appearance in Webkit browsers*/
  -moz-appearance: none;
  /* Get rid of default appearance for older Firefox browsers */
}
.scfForm ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a9a9ad;
}
.scfForm .scfFileUploadGeneralPanel {
  clear: both;
  height: 60px;
  padding: 20px 0;
}
.scfForm .scfFileUploadGeneralPanel input[type="file"]:focus {
  outline: none;
}
.scfForm input[type="submit"] {
  float: left;
  height: 60px;
  width: 16.66666%;
  padding: 0 20px;
  background: transparent;
  border-radius: 0;
  text-decoration: none;
  border: 0;
  font-weight: 100;
  padding: 22px 20px;
  color: #363636;
  font-size: 16px;
  margin-bottom: -2px;
  text-align: left;
  font-family: "via-regular", sans-serif;
}
.scfForm input[type="submit"]:hover {
  background: #f0f1f2 !important;
}
.scfForm .scfValidationSummary {
  margin-bottom: 25px;
  color: #f64646;
}
.scfForm .scfValidationSummary ul {
  list-style: none;
}
.scfForm .scfValidationSummary ul li:before {
  display: inline-block;
  content: "-";
}
.scfForm .scfValidator {
  margin: 10px 0;
}
.scfForm .scfValidatorRequired,
.scfForm .scfRequired {
  display: none;
}
.scfForm.simple-form {
  padding-left: 0;
  padding-right: 0;
}
.scfForm .simple-form {
  float: left;
}
.scfForm .simple-form .scfSectionContent {
  padding: 0;
}
.scfForm .simple-form fieldset {
  border-top: none;
  margin-top: 0;
}
.scfForm .simple-form .scfEmailGeneralPanel,
.scfForm .simple-form .scfMultipleLineGeneralPanel,
.scfForm .simple-form .scfSingleLineGeneralPanel,
.scfForm .simple-form .scfPasswordGeneralPanel,
.scfForm .simple-form .scfNumberGeneralPanel,
.scfForm .simple-form .scfDatePickerGeneralPanel,
.scfForm .simple-form .scfDateGeneralPanel,
.scfForm .simple-form .scfRadioButtonListGeneralPanel,
.scfForm .simple-form .scfCheckBoxListGeneralPanel,
.scfForm .simple-form .scfFileUploadGeneralPanel,
.scfForm .simple-form .scfDateSelectorGeneralPanel,
.scfForm .simple-form .scfCreditCardGeneralPanel,
.scfForm .simple-form .scfConfirmPasswordGeneralPanel,
.scfForm .simple-form .scfCaptchaGeneralPanel,
.scfForm .simple-form .scfTelephoneGeneralPanel,
.scfForm .simple-form .scfSmsTelephoneGeneralPanel {
  width: 100%;
  padding: 0;
  margin: 0;
}
.scfForm .simple-form .scfDropListBorder,
.scfForm .simple-form .scfEmailBorder,
.scfForm .simple-form .scfMultipleLineTextBorder,
.scfForm .simple-form .scfSingleLineTextBorder,
.scfForm .simple-form .scfPasswordBorder,
.scfForm .simple-form .scfNumberBorder,
.scfForm .simple-form .scfDatePickerBorder,
.scfForm .simple-form .scfDateBorder,
.scfForm .simple-form .scfRadioButtonListBorder,
.scfForm .simple-form .scfListBoxBorder,
.scfForm .simple-form .scfCheckBoxListBorder,
.scfForm .simple-form .scfFileUploadBorder,
.scfForm .simple-form .scfDateSelectorBorder,
.scfForm .simple-form .scfCreditCardBorder,
.scfForm .simple-form .scfConfirmPasswordBorder,
.scfForm .simple-form .scfCaptchaBorder,
.scfForm .simple-form .scfTelephoneBorder,
.scfForm .simple-form .scfSmsTelephoneBorder {
  margin: 0;
}
.scfForm .simple-form legend,
.scfForm .simple-form .scfDateSelectorLabel {
  display: none;
}
.scfForm .simple-form input[type="submit"] {
  width: 16.666666%;
}
.scfForm .simple-form .scfValidator {
  margin: 10px 20px;
}
.selectize-dropdown {
  background: #dadadb;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: none;
}
.selectize-dropdown .option {
  padding: 10px 20px;
}
.selectize-dropdown .option.active {
  background: #f0f1f2;
}
.selectize-control.single .selectize-input {
  background-color: #e8e8e8;
  height: 60px;
  padding: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: none;
}
.selectize-control.single .selectize-input.input-active {
  background: #f2f2f2;
  outline: none;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  border-width: 0;
  margin-top: -3px;
}
.selectize-control.single .selectize-input:after {
  content: url("/Icons/VIA_IKONER-03.svg");
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border: none;
  width: 16px;
  height: 16px;
  top: 22px;
}
.selectize-control.single .selectize-input .item {
  padding: 10px 0;
}
.selectize-control.single .selectize-input input[type="text"] {
  height: 40px;
}
@media screen and (max-width: 480px) {
  .scfForm .scfSectionContent {
    padding: 0;
  }
  .scfForm .scfFileUploadGeneralPanel,
  .scfForm .scfDropListLabel,
  .scfForm .scfEmailLabel,
  .scfForm .scfMultipleLineTextLabel,
  .scfForm .scfSingleLineTextLabel,
  .scfForm .scfPasswordLabel,
  .scfForm .scfNumberLabel,
  .scfForm .scfDatePickerLabel,
  .scfForm .scfDateLabel,
  .scfForm .scfRadioButtonListLabel,
  .scfForm .scfCheckBoxListLabel,
  .scfForm .scfListBoxLabel,
  .scfForm .scfFileUploadLabel,
  .scfForm .scfDateSelectorLabel,
  .scfForm .scfCreditCardLabel,
  .scfForm .scfConfirmPasswordLabel,
  .scfForm .scfCaptchaLabel,
  .scfForm .scfTelephoneLabel,
  .scfForm .scfSmsTelephoneLabel {
    padding-left: 20px;
  }
  .scfForm .scfCheckbox input,
  .scfForm .scfRadioButtonList input,
  .scfForm .scfCheckBoxList input {
    margin: 0 5px 0 20px;
  }
  .scfForm input[type="submit"] {
    width: 100%;
  }
  .scfForm textarea,
  .scfForm input[type="text"] {
    padding: 10px 20px;
  }
  .scfForm .scfCheckBoxList,
  .scfForm .scfRadioButtonList,
  .scfForm .scfCheckboxBorder {
    margin: 10px 20px;
  }
  .simple-form {
    width: 100%;
  }
  .simple-form .scfSubmitButtonBorder {
    clear: both;
    height: 60px;
  }
}
@media screen and (min-width: 480px) {
  .simple-form {
    width: 100%;
  }
  .simple-form .scfDropListBorder,
  .simple-form .scfEmailBorder,
  .simple-form .scfMultipleLineTextBorder,
  .simple-form .scfSingleLineTextBorder,
  .simple-form .scfPasswordBorder,
  .simple-form .scfNumberBorder,
  .simple-form .scfDatePickerBorder,
  .simple-form .scfDateBorder,
  .simple-form .scfRadioButtonListBorder,
  .simple-form .scfListBoxBorder,
  .simple-form .scfCheckBoxListBorder,
  .simple-form .scfFileUploadBorder,
  .simple-form .scfDateSelectorBorder,
  .simple-form .scfCreditCardBorder,
  .simple-form .scfConfirmPasswordBorder,
  .simple-form .scfCaptchaBorder,
  .simple-form .scfTelephoneBorder,
  .simple-form .scfSmsTelephoneBorder {
    width: 50%;
    float: left;
    clear: none;
  }
  .scfForm input[type="submit"] {
    width: 50%;
  }
  .scfForm .scfSectionContent {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .simple-form .scfSubmitButtonBorder {
    clear: both;
    height: 60px;
  }
  .simple-form input[type="submit"] {
    float: none;
  }
}
@media screen and (min-width: 768px) {
  .scfForm .scfSectionContent {
    width: 66.66666666%;
    padding: 0 0 0 20px;
  }
  .scfForm input[type="submit"] {
    width: 66.66666666%;
  }
  .simple-form {
    width: 66.66666666%;
  }
  .simple-form .scfSingleLineTextBorder,
  .simple-form .scfEmailBorder {
    width: 50%;
    float: left;
    clear: none;
  }
  .simple-form .scfSectionContent {
    width: 100%;
  }
  .simple-form input[type="submit"] {
    width: 33.3333333%;
  }
}
@media screen and (min-width: 992px) {
  .scfForm input[type="submit"],
  .scfForm .scfSectionContent {
    width: 50%;
  }
  .simple-form {
    width: 50%;
  }
  .simple-form .scfSectionContent {
    width: 100%;
  }
  .simple-form input[type="submit"] {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .scfForm input[type="submit"],
  .scfForm .scfSectionContent {
    width: 33.33333333%;
  }
  input[type="submit"] {
    width: 100%;
  }
  .simple-form {
    width: 33.333333%;
  }
  .simple-form .scfSectionContent {
    width: 100%;
  }
  .simple-form input[type="submit"] {
    width: 16.66666%;
  }
}
#ui-datepicker-div.ui-datepicker {
  font-size: 14px;
  font-size: 1.4rem;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar td a {
  text-align: center;
}
.tmh-module {
  padding-top: 20px;
  border-top: 1px solid #afafaf;
}
.tmh-module h2 {
  margin-bottom: 20px;
  margin-top: 0;
}
.tmh-module .tmh-list {
  *zoom: 1;
  background: rgba(240, 241, 242, 0.4);
}
.tmh-module .tmh-list:before,
.tmh-module .tmh-list:after {
  content: "";
  display: table;
}
.tmh-module .tmh-list:after {
  clear: both;
}
.tmh-module h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "via-bold";
}
.tmh-module .teaser {
  font-size: 16px;
  font-size: 1.6rem;
}
.tmh-module .tmh-item {
  padding: 20px;
  height: 150px;
  display: block;
  overflow: hidden;
}
.tmh-module .tmh-item:hover {
  background: #f0f1f2;
}
.tmh-module .tmh-item h3,
.tmh-module .tmh-item h2 {
  margin: 0;
  font-family: "via-regular";
}
.tmh-module .tmh-item .teaser {
  font-size: 14px;
  font-size: 1.4rem;
}
.tmh-module .tmh-item .logo {
  width: 46px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.tmh-module .no-result {
  padding: 20px;
}
.tmh-popup {
  display: none;
  background: #fff;
  padding: 20px;
}
.tmh-popup h2 {
  margin-top: 0;
}
.tmh-fancybox {
  background: #fff;
}
.tmh-fancybox .fancybox-close {
  top: 15px;
  right: 40px;
}
.tmh-fancybox.tmh-pre .fancybox-close {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .tmh-module .tmh-item {
    height: auto;
  }
  .tmh-module .tmh-item .teaser {
    display: none;
  }
  .tmh-module .tmh-item .logo {
    position: static;
  }
}
@media print {
  .tmh-module {
    display: none;
  }
}
.image-gallery-module {
  *zoom: 1;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
  background: none;
}
.image-gallery-module:before,
.image-gallery-module:after {
  content: "";
  display: table;
}
.image-gallery-module:after {
  clear: both;
}
.image-gallery-module [class*='col-'] {
  padding: 0;
}
.image-gallery-module.fancybox iframe {
  display: none;
}
.image-gallery-module .fancybox-thumb {
  display: block;
  background-repeat: no-repeat;
}
.image-gallery-module .fancybox-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.image-gallery-module .slides li {
  text-align: center;
  position: relative;
}
.image-gallery-module .slides .content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  position: absolute;
  padding: 0 20px 20px 0;
  text-align: left;
  width: 20%;
}
.image-gallery-module .slides .content p {
  font-size: 16px;
  font-size: 1.6rem;
}
.image-gallery-module .slides .image {
  max-width: 60%;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.image-gallery-module .slides .image.video {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.image-gallery-module .slides .image .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 670px;
}
.image-gallery-module .slides .image .video-container iframe,
.image-gallery-module .slides .image .video-container object,
.image-gallery-module .slides .image .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-gallery-module .slides img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.image-gallery-module .slides .credits {
  text-align: left;
  padding: 20px 0;
}
.image-gallery-module .flex-direction-nav {
  display: none;
}
.image-gallery-module .flex-control-nav {
  margin-top: 20px;
}
.image-gallery-module .flex-control-thumbs {
  text-align: center;
}
.image-gallery-module .flex-control-thumbs li {
  width: 100px;
  height: 100px;
  margin: 10px 10px 0 0;
  overflow: hidden;
}
.image-gallery-module .flex-control-thumbs li.video-thumb {
  position: relative;
}
.image-gallery-module .flex-control-thumbs li.video-thumb:after {
  content: url(/Icons/YouTube-social-icon_dark_24px.png);
  position: absolute;
  top: 40px;
  left: 40px;
  cursor: pointer;
}
.image-gallery-module .flex-control-thumbs li img {
  width: auto;
  min-width: 100%;
  height: 100%;
}
.pageedit .flexslider .slides > li {
  display: block;
}
@media screen and (max-width: 768px) {
  .image-gallery-module .slides .image {
    max-width: none;
  }
  .image-gallery-module .slides img {
    width: 100%;
  }
  .image-gallery-module .slides .content {
    width: 100%;
    position: static;
  }
  .image-gallery-module .flex-control-thumbs {
    margin-left: 10px;
  }
  .image-gallery-module .flex-control-thumbs li {
    width: 80px;
    height: 80px;
    margin: 10px 10px 0 0;
  }
}
.scrollToTop {
  display: none;
}
@media screen and (max-width: 480px) {
  .scrollToTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    display: block;
    width: 31px;
    height: 36px;
    background: whiteSmoke;
    background: url("/Icons/VIA_WEB_IKON_OpScroll_31x36.svg") no-repeat center;
    background-size: 100%;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .scrollToTop:hover {
    opacity: 0.8;
  }
  .scrollToTop--shown {
    opacity: 0.6;
  }
}
.fact-box {
  float: left;
  padding: 0 20px;
  margin: 40px 0 20px 0;
  max-width: 480px;
}
.accordion .fact-box {
  margin-top: 0;
  width: 100%;
  padding: 0 0 0 20px;
}
.rte-module .fact-box {
  margin-top: 0;
}
.fact-box h4 {
  margin: 0 0 10px 0;
}
.fact-box img {
  padding: 0 10px 10px 0;
  max-width: 100%;
}
.fact-box ul {
  padding: 10px 0 10px 20px;
}
.fact-box a {
  text-decoration: underline;
}
.fact-box .text {
  padding-bottom: 10px;
}
.fact-box table {
  max-width: 100%;
}
.fact-box table tr {
  border-top: 1px solid #afafaf;
}
.fact-box .row {
  border-top: 1px solid rgba(125, 125, 125, 0.5);
}
.fact-box .row > div {
  padding: 15px 10px 15px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
  float: left;
  width: 40%;
}
.fact-box .row > div.first {
  font-weight: bold;
  padding-left: 15px;
}
.fact-box .row > div.second {
  width: 60%;
}
.fact-box td {
  padding: 10px 10px 10px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
}
.fact-box td:first-child {
  width: 25%;
  font-weight: bold;
}
.fact-box .fact-box__image {
  height: auto;
  padding: 0;
  width: 100%;
}
.fact-box__image-caption {
  background: #c1c1c1;
  display: inline-block;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  width: 100%;
}
.fact-box__image-caption:after {
  border: solid rgba(0, 0, 0, 0);
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #c1c1c1;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 20px;
  pointer-events: none;
  position: absolute;
  top: -30px;
  width: 0;
}
@media screen and (max-width: 768px) {
  .fact-box {
    padding: 0 0 40px 0;
  }
  .accordion .fact-box {
    padding: 0 20px 0 0;
  }
}
.employee-module {
  margin-top: 40px;
  border-top: 1px solid #afafaf;
  padding-top: 0;
}
.employee-module .no-result {
  padding: 20px;
}
.employee-module .filter-module {
  border-bottom: 1px solid #afafaf;
}
.employee-module .filter-module > div {
  padding: 0;
}
.employee-module .filter-module select {
  height: 60px;
  background: none;
  position: relative;
  z-index: 100;
  cursor: pointer;
  line-height: 60px;
  padding: 0 21px;
}
.employee-module .filter-module .select [class*='icon'] {
  z-index: 90;
}
.employee-module .filter-searchbtn {
  border: none;
  background: none;
  text-indent: -999px;
  overflow: hidden;
}
.employee-module .filter-searchbtn [class*='icon'] {
  position: absolute;
  top: 20px;
}
.employee-module .employee-list > div {
  padding: 0;
  background: #afafaf;
}
.employee-module .employee-list > div:nth-child(even) {
  background: #b7b7b7;
}
.employee-module .employee-item {
  padding: 20px;
  height: 220px;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #d7d7d7;
}
.employee-module .employee-item:hover {
  background: #f0f1f2;
}
.employee-module .employee-item h3 {
  margin: 5px 0 5px 0;
  font-family: "via-bold";
  line-height: 20px;
}
.employee-module .employee-item .u-email,
.employee-module .employee-item .p-tel {
  padding-left: 5px;
}
.employee-module .employee-item .p-adr {
  padding-bottom: 10px;
}
.employee-profile {
  padding-top: 20px;
  border-top: 1px solid #afafaf;
  *zoom: 1;
  padding-top: 0;
  margin: 0;
  position: relative;
}
.employee-profile h2 {
  margin-bottom: 20px;
  margin-top: 0;
}
.employee-profile:before,
.employee-profile:after {
  content: "";
  display: table;
}
.employee-profile:after {
  clear: both;
}
.employee-profile h2,
.employee-profile h3 {
  padding: 0 0 2px 0;
  margin: 0;
}
.employee-profile .photo {
  width: 100%;
  height: auto;
  -webkit-filter: saturate(0);
  -webkit-transition: -webkit-filter 400ms;
  transition: -webkit-filter 400ms;
}
.employee-profile .u-email,
.employee-profile .p-tel {
  padding-left: 5px;
}
.employee-profile-wrap {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .employee-profile-wrap {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .employee-module .employee-item {
    height: auto;
  }
  .employee-module .filter-module {
    padding-bottom: 40px;
    /*[class*='icon'] {
        padding: 10px;

        &:before {
          width: 30px;
          height: 30px;
        }
      }*/
  }
  .employee-profile {
    border-bottom: none;
  }
  .employee-profile .photo {
    width: 50%;
    height: auto;
  }
  .employee-profile-wrap {
    padding: 20px 20px 40px 20px;
    border-bottom: 1px solid #afafaf;
  }
}
.p-press-image:hover {
  background: #f0f1f2 !important;
}
.p-press-image a {
  display: block;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-press-image {
    position: absolute;
    bottom: 0;
    left: 16.66666667%;
    max-width: 450px;
  }
}
.p-press-image .icon-arrow {
  position: absolute;
  right: 20px;
  top: 22px;
  cursor: pointer;
}
.expert-profile-knowledge {
  border-top: 1px solid #afafaf;
  padding: 20px 20px 40px;
}
.expert-profile-knowledge-title {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0 20px;
}
.expert-profile-knowledge-info ul {
  list-style-type: none;
  padding-left: 25px;
}
.expert-profile-knowledge-info ul li {
  font-size: 15.5px;
  font-size: 1.55rem;
}
.expert-profile-knowledge-info li:before {
  content: '-';
  padding-right: 10px;
}
article.article {
  padding-top: 20px;
  border-top: 1px solid #afafaf;
  clear: left;
}
article.article h2 {
  margin-bottom: 20px;
  margin-top: 0;
}
.article {
  *zoom: 1;
}
.article:before,
.article:after {
  content: "";
  display: table;
}
.article:after {
  clear: both;
}
.article .article-date {
  padding: 0 20px;
  margin-top: 20px;
  font-size: 15px;
  font-size: 1.5rem;
}
.article h1 {
  padding: 5px 20px 20px 20px;
  margin-top: 0;
}
.article figure {
  *zoom: 1;
}
.article figure:before,
.article figure:after {
  content: "";
  display: table;
}
.article figure:after {
  clear: both;
}
@media only screen and (min-width: 480px) {
  .article figure {
    max-width: 480px;
  }
}
@media only screen and (min-width: 992px) {
  .article figure {
    max-width: 688px;
  }
}
.article figure div {
  vertical-align: top;
}
@media only screen and (min-width: 992px) {
  .article figure div {
    display: table-cell;
    width: 70%;
  }
}
.article figure div img {
  max-width: 480px;
  width: 100%;
  height: auto;
}
.article figcaption {
  font-style: italic;
  padding: 20px;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .article figcaption {
    background: #d7d7d7;
  }
}
@media only screen and (min-width: 992px) {
  .article figcaption {
    background: #c1c1c1;
  }
}
@media only screen and (min-width: 992px) {
  .article figcaption {
    display: table-cell;
    width: 264px;
  }
}
@media only screen and (max-width: 992px) {
  .article figcaption:after {
    bottom: 100%;
    left: 35px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #d7d7d7;
    border-width: 15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) {
  .article figcaption:after {
    right: 100%;
    top: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #c1c1c1;
    border-width: 15px;
    margin-top: -15px;
  }
}
.article .article-content {
  *zoom: 1;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px;
  border-top: solid 1px #afafaf;
}
.article .article-content:before,
.article .article-content:after {
  content: "";
  display: table;
}
.article .article-content:after {
  clear: both;
}
.article .article-content h1,
.article .article-content h2 {
  padding: 0;
  margin: 0 0 15px 0;
}
.article .article-content .article-date {
  padding: 0;
}
.article .article-content .social-icons.noborder {
  padding: 0 0 25px 0;
  margin-top: -8px;
  margin-bottom: -5px;
}
.article .article-abstract {
  float: none;
  font-weight: bold;
  padding: 0 0 20px 0;
}
@media only screen and (min-width: 480px) {
  .article .article-abstract {
    max-width: 480px;
  }
}
@media only screen and (min-width: 992px) {
  .article .article-abstract {
    max-width: 668px;
  }
}
.article .article-author {
  border: 1px solid #a9a9a9;
  border-width: 1px 0;
  float: none;
  padding: 15px 0;
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 480px) {
  .article .article-author {
    max-width: 480px;
  }
}
@media only screen and (min-width: 992px) {
  .article .article-author {
    max-width: 668px;
  }
}
@media only screen and (max-width: 768px) {
  .article figure img {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .article figcaption {
    padding: 10px 20px;
  }
  .article figcaption .icon-arrow:before {
    display: none;
  }
  .article .article-content {
    border-top: none;
  }
}
.taxonomy-module-container {
  *zoom: 1;
}
.taxonomy-module-container:before,
.taxonomy-module-container:after {
  content: "";
  display: table;
}
.taxonomy-module-container:after {
  clear: both;
}
.taxonomy-module-container--nohover-gray > .module-item:hover:not(.contact-item) {
  cursor: default;
  background: #c4c4c4 !important;
}
.taxonomy-module-container--nohover-gray > .module-item:hover:not(.contact-item):before {
  background-color: #c4c4c4 !important;
  cursor: default !important;
}
.taxonomy-module-container .taxonomy-module-header {
  *zoom: 1;
}
.taxonomy-module-container .taxonomy-module-header:before,
.taxonomy-module-container .taxonomy-module-header:after {
  content: "";
  display: table;
}
.taxonomy-module-container .taxonomy-module-header:after {
  clear: both;
}
.taxonomy-module-container .taxonomy-module-header a {
  float: right;
  text-decoration: underline;
}
.taxonomy-module-container .module-item {
  display: inline;
  float: left;
  padding: 0 20px;
  padding: 0;
  position: relative;
  border-top: none;
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
.taxonomy-module-container .module-item.caption-show-right .caption-left {
  display: none;
}
.taxonomy-module-container .module-item.caption-show-left .caption-right {
  display: none;
}
.taxonomy-module-container .module-item.text-module .content {
  width: 100%;
}
.taxonomy-module-container .module-item:hover:not(.contact-item) {
  cursor: pointer;
  background: #f0f1f2;
}
.taxonomy-module-container .module-item h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.taxonomy-module-container .module-item img {
  display: inline;
  float: left;
  width: 50%;
  padding: 0 20px;
  padding: 0px;
  height: auto;
}
.taxonomy-module-container .module-item blockquote {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 2rem;
}
.taxonomy-module-container .module-item .inner {
  padding: 0px;
}
.taxonomy-module-container .module-item .content {
  display: inline;
  float: left;
  width: 50%;
  padding: 20px;
  padding-bottom: 45%;
  height: 0px;
  position: relative;
}
.taxonomy-module-container .module-item .taxonomy-type {
  font-family: via-light;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
  margin: 0;
}
.taxonomy-module-container .module-item .date-place {
  font-family: via-light;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}
.taxonomy-module-container .module-item .manchet {
  font-size: 15.5px;
  font-size: 1.55rem;
  max-height: 120px;
  overflow: hidden;
  line-height: 1.7rem;
}
.taxonomy-module-container .module-item .manchet p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7rem;
}
.taxonomy-module-container .module-item .link {
  /*position: absolute;
    bottom: 20px;*/
  margin-top: 10px;
}
.taxonomy-module-container .module-item .link a {
  font-size: 13px;
  font-size: 1.3rem;
}
.taxonomy-module-container .module-item .link a[class*='icon'] {
  display: inline-block;
}
.taxonomy-module-container .module-item .link a[class*='icon']:before {
  float: right;
  margin-left: 10px;
}
.taxonomy-module-container .module-item .link [class*='icon'] {
  display: block;
}
.pageedit .module-item {
  *zoom: 1;
  min-height: 300px;
  display: block;
  float: none;
}
.pageedit .module-item:before,
.pageedit .module-item:after {
  content: "";
  display: table;
}
.pageedit .module-item:after {
  clear: both;
}
.pageedit .module-item:before {
  display: none;
}
.pageedit .module-item .content {
  height: auto;
  padding: 0 0 20px 0;
}
.pageedit .module-item.image-module .content {
  padding: 0 0 20px 20px;
}
.pageedit .module-item .link {
  position: static;
}
.pageedit .module-item.small {
  float: none;
}
.pageedit .module-item.small .inner {
  height: auto;
  min-height: 300px;
}
@media screen and (min-width: 1200px) {
  .taxonomy-module-container .medium {
    width: 33.33333333%;
  }
  .taxonomy-module-container .medium.text-module .content {
    padding-left: 0;
    padding-right: 0;
  }
  .taxonomy-module-container .small {
    width: 16.66666667%;
    padding-bottom: 16.66666667%;
    height: 0px;
  }
  .taxonomy-module-container .small .inner {
    height: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .taxonomy-module-container .medium {
    width: 50%;
  }
  .taxonomy-module-container .medium.text-module .content {
    padding-left: 0;
    padding-right: 0;
  }
  .taxonomy-module-container .small {
    width: 25%;
    padding-bottom: 25%;
    height: 0px;
  }
}
@media screen and (max-width: 992px) {
  .taxonomy-module-container .medium {
    width: 66.66666667%;
  }
  .taxonomy-module-container .medium.text-module .content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .taxonomy-module-container .small {
    width: 33.33333333%;
    padding-bottom: 33.4%;
    height: 0px;
  }
}
@media screen and (max-width: 768px) {
  .taxonomy-module-container .medium {
    width: 100%;
  }
  .taxonomy-module-container .medium.text-module .inner {
    padding: 20px;
  }
  .taxonomy-module-container .small {
    width: 50%;
    padding-bottom: 50%;
    height: 0;
  }
}
@media screen and (max-width: 480px) {
  .taxonomy-module-container .module-item {
    border-top: 1px solid #d7d7d7;
  }
  .taxonomy-module-container .module-item.text-module .inner {
    padding: 0 20px;
  }
  .taxonomy-module-container .module-item.text-module .link {
    position: static;
    margin-top: 10px;
  }
  .taxonomy-module-container .module-item .inner {
    padding: 20px 0;
  }
  .taxonomy-module-container .module-item img,
  .taxonomy-module-container .module-item .content {
    padding: 20px 20px;
    display: block;
    float: left;
    width: 100%;
    height: auto;
  }
  .taxonomy-module-container .module-item img {
    padding: 0;
  }
  .taxonomy-module-container .module-item .content .manchet {
    max-height: 1000000px;
  }
  .taxonomy-module-container .small {
    width: 100%;
    padding: 0 20px;
    height: auto;
  }
  .taxonomy-module-container .small .link {
    position: static;
    margin-top: 10px;
  }
}
@media print {
  .image-text-module-container {
    display: none;
  }
  .image-text-module-container:before {
    display: none !important;
  }
}
/*@import "_includes/_include.less";

.taxonomy-module {
  .module-top();

  .taxonomy-list-hidden {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 1900px;

    div {
      background: #D7D7D7;
      border-bottom: 1px solid #D7D7D7;
      @media only screen and (min-width: @screen-xs) {
      }

      @media only screen and (min-width: @screen-sm) {
      }

      @media only screen and (min-width: @screen-md) {
      }

      @media only screen and (min-width: @screen-lg) {
        //min-height: 316px;
      }
      figure {
        .clear();

        .image-container {


          @media only screen and (min-width: @screen-md) {
            display: table-cell;
            width: 50%;
          }

          vertical-align: top;

          img {
            @media only screen and (min-width: @screen-lg) {
              max-width: 316px;
              max-height: 316px;
            }

            width: 100%;
            height: auto;
          }
        }

        figcaption {
          font-style: italic;
          padding: 20px;
          vertical-align: top;
          background: #79b4dc;
          position: relative;

          @media only screen and (min-width: @screen-md) {
            display: table-cell;
          }

          &:after {
            @media only screen and (min-width: @screen-md) {
              right: 100%;
              top: 25px;
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
              border-color: rgba(136, 183, 213, 0);
              border-right-color: #79b4dc;
              border-width: 15px;
              margin-top: -15px;
            }
          }

          .taxonomy-type {
            font-family: via-light;
            font-style: normal;
            .font-size(1.7);
            margin: 0;
          }

          h2 {
            padding: 0;
            margin: 0 0 10px;
            font-family: via-bold;
            font-style: normal;
            .font-size(1.8);
            color: #414141;

            @media only screen and (min-width: @screen-xs) {
            }

            @media only screen and (min-width: @screen-sm) {
            }

            @media only screen and (min-width: @screen-md) {
            }

            @media only screen and (min-width: @screen-lg) {
            }
          }
            .taxonomy-type {
            font-family: via-light;
            font-style: normal;
            .font-size(1.7);
            margin: 0;
          }
          .date-place {
            font-family: via-light;
            font-style: normal;
            .font-size(1.4);
            margin: 0;
          }

          .text {
            font-family: via-regular;
            font-style: normal;
            .font-size(1.4);
            margin: 0;
          }

          .taxonomy-read-more-link {
            padding-top: 20px;
          }
        }

        .caption-left {
          figcaption {
            &:after {
              @media only screen and (min-width: @screen-md) {
                left: 100%;
                border-left-color: #88b7d5;
                border-right-color: transparent;
              }
            }
          }
        }
      }

      &.caption-show-right {
        .caption-left {
          display: none;
        }
      }

      &.caption-show-left {
        .caption-right {
          display: none;
        }
      }
    }
  }

  > h1 {
    padding: 20px;
  }
}*/
.fancy-form .fancybox-close {
  display: block;
  content: "";
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-image: url("/Icons/VIA_WEB_IKON_X_21x21.svg");
  top: 15px;
  right: 30px;
}
.browser-support-popup-background {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM4ODIzQTM2Rjg5NjExRTQ4RjU1REUwQkUzRTU2RjJDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM4ODIzQTM3Rjg5NjExRTQ4RjU1REUwQkUzRTU2RjJDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Qzg4MjNBMzRGODk2MTFFNDhGNTVERTBCRTNFNTZGMkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Qzg4MjNBMzVGODk2MTFFNDhGNTVERTBCRTNFNTZGMkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7hMD7kAAAAD0lEQVR42mJgYGCYCRBgAACeAJqgxcsLAAAAAElFTkSuQmCC') repeat;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}
.browser-support-popup-background.notify {
  display: table;
}
.browser-support-popup-container {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.browser-support-popup {
  max-height: 95%;
  max-width: 930px;
  margin: 0 auto;
  background: #d7d7d7;
  padding: 100px 100px 100px 50px;
  position: relative;
  width: 95%;
}
.browser-support-popup-color-banner {
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.browser-support-popup-close {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjczNDIxMTAwRjg5OTExRTQ5REJGQTU3NTNEQkY0OTQzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjczNDIxMTAxRjg5OTExRTQ5REJGQTU3NTNEQkY0OTQzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzM0MjEwRkVGODk5MTFFNDlEQkZBNTc1M0RCRjQ5NDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzM0MjEwRkZGODk5MTFFNDlEQkZBNTc1M0RCRjQ5NDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5VZyBhAAAAz0lEQVR42mJgYGA4BMT9DNQBnUB8HMSYBsT/gbiEQgOzoebMgwkUU2hwHlR/FbpECVSinEwDa3EpKIcqKCLRy7WEFBZCFVYQUFeAy8u4QAUBF2dB5etJDfxCHGEMc2ElucmkHC1VkO1CdFAENWgFkWFNNFgPNXA3tQzMhBq4AUrnU2ogLFKqSUxuOAGuSKkgMYMQnWwKSc3S2UQmm3JiC6E8tDAkBEoIGZxHbOFAbOmWRaaB6EFRCBPoJ7W0IRB50xmgdco0KmWUCUB8GiDAAJ7mTGG5nCxOAAAAAElFTkSuQmCC') no-repeat;
  border: none;
  display: inline-block;
  height: 21px;
  right: 15px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 21px;
  z-index: 1;
}
.browser-support-popup-close-bottom {
  font-size: 18px;
  font-size: 1.8rem;
  background: none;
  border: none;
  bottom: 50px;
  padding: 0;
  position: absolute;
  right: 100px;
  text-decoration: underline;
}
.browser-support-popup-heading {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 20px;
  margin-bottom: 30px;
}
.browser-support-popup-list {
  margin-top: 70px;
  padding-right: 340px;
}
.browser-support-popup-link {
  display: inline-block;
  margin-right: 30px;
  text-align: center;
  text-decoration: underline;
}
.browser-support-popup-image {
  display: block;
  margin-bottom: 10px;
}
.pageedit .grid-component > div {
  height: 100%;
}
.grid-component {
  position: relative;
}
.grid-component p {
  font-size: 1.6rem;
  line-height: 20px;
}
.grid-component ul li,
.grid-component ol li {
  font-size: 1.55rem;
  line-height: 20px;
}
.grid-component a {
  text-decoration: underline;
}
.grid-component a.grid-component__cta {
  text-decoration: none;
  font-size: 1.55rem;
  line-height: 1.7rem;
}
@media (min-width: 992px) {
  .grid-component > .row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid-component > .row-flex-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .grid-component > .row-flex [class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pageedit .grid-component > .row-flex [class*='col-'] > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .grid-component > .row-flex div[class*='col-'] > div {
    width: 100%;
  }
  .grid-component > .row-flex .col-md-4.grid-component__cta-fixed .grid-component__cta {
    width: 100%;
  }
}
.grid-component .col-md-4,
.grid-component .col-md-6,
.grid-component .col-md-8,
.grid-component .col-md-12 {
  padding-right: 0;
  padding-left: 0;
}
.grid-component > .row:after,
.grid-component > .row:before {
  display: block;
  clear: both;
  content: " ";
}
.grid-component__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  min-height: 100%;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .grid-component__inner {
    width: auto;
  }
}
.grid-component__background-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.grid-component__background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-component__background-color {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .grid-component__background-color--only-tablet-desktop {
    background: none !important;
  }
}
@media screen and (min-width: 768px) {
  .grid-component__background-color--only-mobile {
    background: none !important;
  }
}
.grid-component__cta-fixed .grid-component__cta {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.grid-component__cta-fixed .grid-component__inner {
  padding-bottom: 80px;
}
h1.grid-component__headline,
h2.grid-component__headline {
  margin-top: 20px;
  padding-right: 20px;
  font-weight: normal;
  font-size: 3.1rem;
  font-family: "via-bold";
  line-height: 30px;
}
h3.grid-component__headline {
  margin-top: 20px;
  padding-right: 20px;
  font-weight: normal;
  font-size: 1.8rem;
  font-family: "via-bold";
  line-height: 30px;
}
.grid-component__manchet {
  font-size: 1.8rem;
}
.grid-component a.grid-component__cta--transparent {
  border: 2px solid currentColor;
  background: none;
}
.grid-component__cta {
  position: relative;
  display: block;
  padding: 20px 20px;
  max-width: 100%;
  width: calc(33.33333333vw - 6px);
  height: 60px;
  color: inherit;
  font-size: 2rem;
  font-family: 'via-regular';
  line-height: 1em;
}
@media (max-width: 1050px) {
  .grid-component__cta {
    width: 100%;
  }
}
.grid-component__cta:after {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  height: 17px;
  background-image: url(/Icons/VIA_WEB_IKON_Pil_10x17.svg);
  background-repeat: no-repeat;
  content: "";
}
.grid-component__cta:hover {
  background-color: #f0f1f2 !important;
}
.grid-component__low-height {
  min-height: 250px;
}
.grid-component__medium-height {
  min-height: 420px;
}
.grid-component__tall-height {
  min-height: 820px;
}
.grid-component__vertical-top,
.grid-component__vertical-mid,
.grid-component__vertical-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pageedit .grid-component__vertical-top div,
.pageedit .grid-component__vertical-mid div,
.pageedit .grid-component__vertical-bottom div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid-component__vertical-top .grid-component__inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.grid-component__vertical-mid .grid-component__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid-component__vertical-bottom .grid-component__inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .grid-component .grid-component__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.grid-component__horizontal-left,
.grid-component__horizontal-mid,
.grid-component__horizontal-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) {
  .grid-component__horizontal-left.col-md-4 .grid-component__inner,
  .grid-component__horizontal-mid.col-md-4 .grid-component__inner,
  .grid-component__horizontal-right.col-md-4 .grid-component__inner {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-component__horizontal-left.col-md-6 .grid-component__inner,
  .grid-component__horizontal-mid.col-md-6 .grid-component__inner,
  .grid-component__horizontal-right.col-md-6 .grid-component__inner {
    width: 66.67% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-component__horizontal-left.col-md-8 .grid-component__inner,
  .grid-component__horizontal-mid.col-md-8 .grid-component__inner,
  .grid-component__horizontal-right.col-md-8 .grid-component__inner {
    width: 50% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-component__horizontal-left.col-md-12 .grid-component__inner,
  .grid-component__horizontal-mid.col-md-12 .grid-component__inner,
  .grid-component__horizontal-right.col-md-12 .grid-component__inner {
    width: 33.33% !important;
  }
}
.col-md-12 .grid-component__horizontal-left .grid-component__inner,
.col-md-12 .grid-component__horizontal-mid .grid-component__inner,
.col-md-12 .grid-component__horizontal-right .grid-component__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.grid-component__horizontal-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pageedit .grid-component__horizontal-left > div {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.grid-component__horizontal-mid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pageedit .grid-component__horizontal-mid > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid-component__horizontal-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.pageedit .grid-component__horizontal-right > div {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .grid-component {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.margin-top--sm {
  margin-top: 20px;
}
.margin-bottom--md {
  margin-bottom: 30px;
}
.gallery-item-is-experience-editor-editing {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  max-width: 768px;
  margin: 20px auto;
  padding: 15px;
  background: #eee;
  border-radius: 3px;
}
.gallery-item-is-experience-editor-editing__row {
  margin-top: 15px;
  margin-bottom: 15px;
}
.gallery-item-is-experience-editor-editing__row:first-child {
  margin-top: 0;
}
.gallery-item-is-experience-editor-editing__row:last-child {
  margin-bottom: 0;
}
.gallery-item-is-experience-editor-editing__id {
  font-family: 'Courier New', Courier, monospace, sans-serif;
  font-size: 120%;
  padding: 0.2em 0.5em;
  background: white;
  border: 1px dashed #ddd;
}
.gallery-item-is-experience-editor-editing__text-field {
  display: inline-block;
  padding: 0.2em 0.5em;
  background: white;
  border: 1px dashed #ddd;
}

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