.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: 85px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text {
  cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range ,
.react-datepicker__month-text--in-selecting-range ,
.react-datepicker__quarter-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
.react-datepicker__month-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__quarter-text--in-range {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\D7";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.rc-tooltip-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  animation-name: rcToolTipZoomIn;
  animation-play-state: running;
}
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  animation-name: rcToolTipZoomOut;
  animation-play-state: running;
}
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  line-height: 1.5;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1px;
  opacity: 0.9;
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-inner {
  padding: 8px 10px;
  color: #333333;
  text-align: left;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 3px;
  min-height: 34px;
  border: 1px solid #b1b1b1;
}
.rc-tooltip-arrow,
.rc-tooltip-arrow-inner {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: -5px;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #b1b1b1;
}
.rc-tooltip-placement-top .rc-tooltip-arrow-inner,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow-inner,
.rc-tooltip-placement-topRight .rc-tooltip-arrow-inner {
  bottom: 1px;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #ffffff;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}
.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: -5px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #b1b1b1;
}
.rc-tooltip-placement-right .rc-tooltip-arrow-inner,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow-inner,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow-inner {
  left: 1px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #ffffff;
}
.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: -5px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #b1b1b1;
}
.rc-tooltip-placement-left .rc-tooltip-arrow-inner,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow-inner,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow-inner {
  right: 1px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #ffffff;
}
.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  top: -5px;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #b1b1b1;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow-inner,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow-inner,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow-inner {
  top: 1px;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #ffffff;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}

.accordion {
  border-radius: 5px;
  border: 1px solid #d9d9d9;
}
.accordion .accordion-item:first-child .title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.accordion .accordion-item:last-child .title {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.accordion .accordion-item .title {
  background-color: #f6f6f6;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.accordion .accordion-item .title:after {
  content: '\2795';
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
.accordion .accordion-item .panel {
  max-height: 0;
  -webkit-transition: max-height 0.15s ease-out;
  -o-transition: max-height 0.15s ease-out;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.accordion .accordion-item.active .title {
  background-color: #eee;
}
.accordion .accordion-item.active .title:after {
  content: '\2796';
}
.accordion .accordion-item.active .panel {
  max-height: 500px;
  -webkit-transition: max-height 0.25s ease-in;
  -o-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}

.bg-red .bg {
  background-color: rgb(222, 57, 25);
}
.bg-rock .bg {
  background-color: rgb(57, 57, 57);
}
.bg-light-gray .bg {
  background-color: rgb(248, 248, 248);
}
.bg-clay .bg {
  background-color: rgb(173, 163, 152);
}
.bg-marine .bg {
  background-color: rgb(0, 44, 95);
}
.bg-red,
.bg-rock,
.bg-clay,
.bg-marine {
  color: rgb(255, 255, 255)
}
.bg-red a,
.bg-red a:hover,
.bg-red .fact,
.bg-red .page_title,
.bg-red .section_title,
.bg-red .chapter_title,
.bg-red .paragraph_title,
.bg-red .list .title,
.bg-red h1,
.bg-red h2,
.bg-red h3,
.bg-red h4,
.bg-red h5,
.bg-rock a,
.bg-rock a:hover,
.bg-rock .fact,
.bg-rock .page_title,
.bg-rock .section_title,
.bg-rock .chapter_title,
.bg-rock .paragraph_title,
.bg-rock .list .title,
.bg-rock h1,
.bg-rock h2,
.bg-rock h3,
.bg-rock h4,
.bg-rock h5,
.bg-clay a,
.bg-clay a:hover,
.bg-clay .fact,
.bg-clay .page_title,
.bg-clay .section_title,
.bg-clay .chapter_title,
.bg-clay .paragraph_title,
.bg-clay .list .title,
.bg-clay h1,
.bg-clay h2,
.bg-clay h3,
.bg-clay h4,
.bg-clay h5,
.bg-marine a,
.bg-marine a:hover,
.bg-marine .fact,
.bg-marine .page_title,
.bg-marine .section_title,
.bg-marine .chapter_title,
.bg-marine .paragraph_title,
.bg-marine .list .title,
.bg-marine h1,
.bg-marine h2,
.bg-marine h3,
.bg-marine h4,
.bg-marine h5 {
  color: inherit;
}
/* TODO: move to fact.css */
.bg-red {
}
.bg-red .fact-value:before {
  background: rgb(255, 255, 255);
}
:root {
  /* Official Six Colors */         /* #DE3919 */          /* #4E4E4E */       /* #ADA398 */           /* #002C5F */
  /*
   * The official horizon color was not applicable in a web context, there is a
   * darker definition in the Station colors
   */       /* #88C1E4 */

  /* Station Colors */
  /*--color-shadow: rgb(116, 116, 116); */       /* #747474  Check if rock-80 should be used */       /* #4997B7 */          /* #E94C47 */         /* #F0C04E */     /* #9E6C00 */       /* #4997b7 */       /* #5cb85c */

  /* Neutral Colors */                      /* TODO remove duplicates */           /* #393939 */         /* #393939 */      /* #717171 */      /* #959595 */      /* #B8B8B8 */      /* #DCDCDC */      /* #948A7F */      /* #7B7166 */   /* #F8F8F8 */        /* #FFFFFF */

  /* This is an unofficial color from the existing guide line */
}
:root {

  /* Vertical Rhythm variables */ /* calc(var(--vr-rhythm) * 1) */
}
/**
 * Arrow utility, just transform: rotate(135deg) them in the direction needed
 * @apply --arrows-chevron;
 * @apply --arrows-arrow-left;
 * @apply --arrows-arrow-down;
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * Flex Center positioning
 * @apply --flex-center;
 */
/**
 * Optional hyphenation
 * @mixin hyphens;
 */
/*
@define-mixin hyphens $mode: auto {
  word-wrap: break-word;
  -webkit-hyphens: $mode;
     -moz-hyphens: $mode;
      -ms-hyphens: $mode;  //IE10+
       -o-hyphens: $mode;
          hyphens: $mode;
}
*/
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 */
/**
 * Clearfix
 * @apply --vr-baseline;
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
/* NOTE: Not needed as only IE11 has to be mantained */
figure {
  margin: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/*===============================
=            Choices            =
===============================*/
/**
 * NOTE: This is a highly modified version of the original choices.scss for the
 *       SIX project from the original Choices.js project
 */
/*$choicesselector: 'choices';*/
:root {
  /*--font-size-base: 16px;
  --font-size-sm: 14px;
  --font-size-xs: 12px;*/
  /*$choicesbutton-icon-path: '../../icons';*/
}
.choices {
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 1rem
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-disabled {
}
.choices.is-disabled .choices__inner,
    .choices.is-disabled .choices__input {
  background-color: #EAEAEA;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices[data-type*="select-one"] {
  cursor: pointer
}
.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*="select-one"] .choices__input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 43px;
  height: 2.6875rem;
  padding: 8.8px 20px;
  padding: 0.55rem 1.25rem;
  border: 1px solid rgb(220, 220, 220);
  font-family: var(--theme-font-family-condensed);
  font-size: 16px;
  font-size: 1rem;
  color: rgb(57, 57, 57);
  background-color: rgb(255, 255, 255);
  border-radius: 0;
  -webkit-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0 solid;
  /*display: block;
    width: 100%;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid var(--choices-keyline-color);
    background-color: #FFFFFF;
    margin: 0;
    &:focus {
      border-bottom: 1px solid var(--choices-keyline-color);
    }*/
}
.choices[data-type*="select-one"] .choices__button {
  /*background-image: url(--choices-button-icon-path + '/cross-inverse.svg');*/
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2211px%22%20height%3D%2211px%22%20viewBox%3D%22147%200%2011%2011%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22cross%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate%28147.750000%2C%200.750000%29%22%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20fill%3D%22%234997B7%22%20points%3D%229.5%200.558885621%208.94926389%200.00936029412%204.75%204.20061438%200.550720588%200.00936029412%200%200.558885621%204.19927941%204.75017075%200%208.9411299%200.550720588%209.49063971%204.75%205.29968056%208.94926389%209.49063971%209.5%208.9411299%205.30042565%204.75017075%22%3E%3C/polygon%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E%0A);
  padding: 0;
  background-size: 11px 11px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  opacity: .5;
}
.choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0px 0px 0px 2px rgb(255, 255, 255);
}
.choices[data-type*="select-one"][dir="rtl"] {
  /*&:after {
      left: 11.5px;
      right: auto;
    }*/
}
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}
.choices[data-type*="select-one"],
.choices[data-type*="select-multiple"] {
}
.choices[data-type*="select-one"]:after, .choices[data-type*="select-multiple"]:after {
  content: "";
  height: 6px;
  width: 8px;
  fill: rgb(222, 57, 25);
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4.177%205.53L4%205.707l-.354-.353-3-3L.293%202%201%201.293l.354.353L4%204.293l2.646-2.647L7%201.293%207.707%202l-.353.354-3%203-.177.176z%22%20fill%3D%22currentColor%22/%3E%3C/svg%3E);
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4.177%205.53L4%205.707l-.354-.353-3-3L.293%202%201%201.293l.354.353L4%204.293l2.646-2.647L7%201.293%207.707%202l-.353.354-3%203-.177.176z%22%20fill%3D%22%23de3919%22/%3E%3C/svg%3E);
  /*border-style: solid;
    border-color: var(--choices-text-color) transparent transparent transparent;
    border-width: 5px;*/
  position: absolute;
  right: 1.1em;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.choices[data-type*="select-one"].is-open:after, .choices[data-type*="select-multiple"].is-open:after {
  border-color: transparent transparent #333333 transparent;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.choices[data-type*="select-one"][dir="rtl"], .choices[data-type*="select-multiple"][dir="rtl"] {
}
.choices[data-type*="select-one"][dir="rtl"]:after, .choices[data-type*="select-multiple"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*="select-multiple"],
.choices[data-type*="text"] {
}
.choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
  cursor: text;
  min-height: 44px;
  min-height: 2.75rem;
}
.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  top: -1px;
  /*margin-right: calc(var(--choices-button-offset) / 2);*/
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 20px;
  /*border-left: 1px solid color(var(--choices-primary-color) shade(10%));*/
  /*background-image: url(--choices-button-icon-path + '/cross.svg');*/
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2211px%22%20height%3D%2211px%22%20viewBox%3D%22147%200%2011%2011%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22cross%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate%28147.750000%2C%200.750000%29%22%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20fill%3D%22%234997B7%22%20points%3D%229.5%200.558885621%208.94926389%200.00936029412%204.75%204.20061438%200.550720588%200.00936029412%200%200.558885621%204.19927941%204.75017075%200%208.9411299%200.550720588%209.49063971%204.75%205.29968056%208.94926389%209.49063971%209.5%208.9411299%205.30042565%204.75017075%22%3E%3C/polygon%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E%0A);
  background-size: 11px 11px;
  width: 11px;
  line-height: 1;
  /*opacity: .75;*/
}
.choices[data-type*="select-multiple"] .choices__button:hover,
    .choices[data-type*="select-multiple"] .choices__button:focus,
    .choices[data-type*="text"] .choices__button:hover,
    .choices[data-type*="text"] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*="text"] {
}
.choices[data-type*="text"].is-focused {
}
.choices[data-type*="text"].is-focused .choices__inner {
  border: 1px solid rgb(136, 193, 228);
  background-color: #88c1e4;
  background-color: rgba(136, 193, 228, 0.1);
  outline: none;
}
.choices[data-type*="text"].is-focused .choices__input {
  /*background-color: color(var(--color-horizon-official) alpha(10%));*/
  outline: none;
}
.choices__inner {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 43px;
  height: 2.6875rem;
  padding: 8.8px 20px;
  padding: 0.55rem 1.25rem;
  border: 1px solid rgb(220, 220, 220);
  font-family: var(--theme-font-family-condensed);
  font-size: 16px;
  font-size: 1rem;
  color: rgb(57, 57, 57);
  background-color: rgb(255, 255, 255);
  border-radius: 0;
  -webkit-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: auto;
  padding-top: 6.8px;
  padding-top: 0.425rem;
  padding-bottom: 4.56px;
  padding-bottom: 0.285rem;
  width: auto;
}
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 1px 16px 1px 4px;
  padding: 1px 1rem 1px 0.25rem;
  width: 100%
}
[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}
.choices__list--multiple {
  display: inline-block

}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  padding: 3px 10px;
  padding: 0.1875rem 0.625rem;
  margin-top: -1px;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 16px;
  margin-right: 1rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid var(--theme-font-color);
  color: var(--theme-font-color);
  word-break: break-all;
}
.choices__list--multiple .choices__item > div {
  display: inline-block;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  /*background-color: color(var(--choices-primary-color) shade(5%));
      border: 1px solid color(var(--choices-primary-color) shade(10%));*/
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: rgb(176, 176, 176);
  border: 1px solid rgb(152, 152, 152);
}
.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  word-break: break-all
}
.choices__list--dropdown.is-active {
  display: block;
}
.is-open .choices__list--dropdown {
  border-color: rgb(188, 188, 188);
}
.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0;
}
.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
  position: relative;
  padding: 0.500em 1.438em;
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--theme-font-family-condensed);
}
.choices__list--dropdown .choices__item strong {
  color: var(--theme-font-color);
}
[dir="rtl"] .choices__list--dropdown .choices__item {
  text-align: right;
}
.choices__list--dropdown .choices__item--selectable {
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 0.75rem;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  /*background-color: var(--color-light-gray);*/
  background-color: rgb(66, 136, 165);
  color: rgb(255, 255, 255);
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: .5;
}
.choices__item {
  cursor: default;
}
.choices__item--selectable {
  cursor: pointer;
  color: rgb(57, 57, 57);
}
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: .5;
}
.choices__heading {
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px;
  border-bottom: 1px solid rgb(224, 224, 224);
  color: rgb(112, 112, 112);
}
.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer
}
.choices__button:focus {
  outline: none;
}
.choices__input,
.choices__input[type="text"] {

  display: block;

  box-sizing: border-box;

  width: 100%;

  height: 43px;
  height: 2.6875rem;

  padding: 8.8px 20px;
  padding: 0.55rem 1.25rem;

  border: 1px solid rgb(220, 220, 220);

  font-family: var(--theme-font-family-condensed);

  font-size: 16px;
  font-size: 1rem;

  color: rgb(57, 57, 57);

  background-color: rgb(255, 255, 255);

  border-radius: 0;

  -webkit-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);

  transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);

  -webkit-appearance: none;

  -moz-appearance: none;

       appearance: none;
  height: auto;
  padding-top: 6.8px;
  padding-top: 0.425rem;
  padding-bottom: 6.8px;
  padding-bottom: 0.425rem;
  width: auto;
  border: 0px solid;
  display: inline-block

  /*background-color: transparent;
  border: 0 solid;
  display: inline-block;
  vertical-align: baseline;
  background-color: color(#FFF shade(2.5%));
  font-size: var(--font-size-base);
  margin-bottom: 5px;
  max-width: 100%;
  padding: 0.25rem 0 0;
  height: auto;*/
}
.choices__input:focus, .choices__input[type="text"]:focus {
  outline: 0;
  background-color: transparent;
  border: 0;
}
[dir="rtl"] .choices__input, [dir="rtl"] .choices__input[type="text"] {
  padding-right: 2px;
  padding-left: 0;
}
.choices__inner .choices__input, .choices__inner .choices__input[type="text"] {
  padding: 0;
  /*width: auto !important;*/
}
.choices__input::-ms-clear, .choices__input[type="text"]::-ms-clear {
  display: none;
}
.choices__placeholder {
  opacity: .5;
}
/*=====  End of Choices  ======*/
/**
 * A PostCSS/CSSNext rewrite of the highcharts.scss
 * https://github.com/highcharts/highcharts/blob/master/css/highcharts.scss
 */
/*
$colors: #7cb5ec #434348 #90ed7d #f7a35c #8085e9 #f15c80 #e4d354 #2b908f #f45b5b #91e8e1;

@for $i from 1 through length($colors) {
  $color: nth($colors, $i);
  .highcharts-color-#{$i - 1} {
    fill: $color;
    stroke: $color;
  }
}
*/
/* Custom Colors */
.highcharts-color-0 {
  fill: var(--theme-highcharts-color-0);
  stroke: var(--theme-highcharts-color-0);
}
.highcharts-color-1 {
  fill: var(--theme-highcharts-color-1);
  stroke: var(--theme-highcharts-color-1);
}
.highcharts-color-2 {
  fill: var(--theme-highcharts-color-2);
  stroke: var(--theme-highcharts-color-2);
}
.highcharts-color-3 {
  fill: var(--theme-highcharts-color-3);
  stroke: var(--theme-highcharts-color-3);
}
.highcharts-color-4 {
  fill: var(--theme-highcharts-color-4);
  stroke: var(--theme-highcharts-color-4);
}
.highcharts-color-5 {
  fill: var(--theme-highcharts-color-5);
  stroke: var(--theme-highcharts-color-5);
}
.highcharts-color-6 {
  fill: var(--theme-highcharts-color-6);
  stroke: var(--theme-highcharts-color-6);
}
.highcharts-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: normal;
  z-index: 0;
  /* #1072 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: var(--theme-font-family);
  font-size: 12px;
  font-size: 0.75rem;
}
.highcharts-root text {
  stroke-width: 0;
}
.highcharts-background {
  fill: rgb(255, 255, 255);
}
.highcharts-plot-border, .highcharts-plot-background {
  fill: none;
}
.highcharts-label-box {
  fill: none;
}
.highcharts-button-box {
  fill: inherit;
  /* Reset border radius on the rect element */
  rx: 0;
  ry: 0;
}
/* Titles */
.highcharts-title {
  fill: rgb(97, 97, 255);
  font-size: 1.5em;
}
.highcharts-subtitle {
  fill: rgb(136, 136, 136);
}
/* Axes */
.highcharts-axis-line {
  fill: none;
  stroke: rgb(57, 57, 57);
}
.highcharts-yaxis .highcharts-axis-line {
  stroke-width: 0;
}
.highcharts-axis-title {
  fill: rgb(136, 136, 136);
}
.highcharts-axis-labels {
  fill: rgb(136, 136, 136);
  cursor: default;
  font-size: 1.0em;
}
.highcharts-grid-line {
  fill: none;
  stroke: rgb(235, 235, 235);
}
.highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 0;
}
.highcharts-tick {
  stroke: rgb(57, 57, 57);
}
.highcharts-yaxis .highcharts-tick {
  stroke-width: 0;
}
.highcharts-minor-grid-line {
  stroke: rgb(245, 245, 245);
}
.highcharts-crosshair-thin {
  stroke-width: 1px;
  stroke: rgb(215, 215, 215);
}
.highcharts-crosshair-category {
  stroke: rgb(204, 213, 223);
  stroke-opacity: 0.25;
}
/* Credits */
.highcharts-credits {
  cursor: pointer;
  fill: rgb(176, 176, 176);
  font-size: 0.7em;
  -webkit-transition: fill 250ms, font-size 250ms;
  transition: fill 250ms, font-size 250ms;
}
.highcharts-credits:hover {
  font-size: 1em;
}
/* Tooltip */
.highcharts-strong {
  font-weight: 700;
}
.highcharts-tooltip {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  -webkit-transition: stroke 150ms;
  transition: stroke 150ms;
  font-size: 1.1em;
  stroke: rgb(235, 235, 235);
}
/* Remove Shadow of tooltip */
.highcharts-tooltip-0 {
  -webkit-filter: none !important;
          filter: none !important;
}
.highcharts-tooltip text {
  fill: rgb(97, 97, 97);
}
.highcharts-tooltip .highcharts-header {
  font-size: 0.9em;
}
.highcharts-tooltip-box {
  stroke-width: 1px;
  fill: rgb(255, 255, 255);
  fill-opacity: 1;
}
.highcharts-selection-marker {
  fill: rgb(51, 86, 127);
  fill-opacity: 0.25;
}
.highcharts-state-hover .highcharts-graph {
  stroke-width: 3;
}
.highcharts-state-hover path {
  -webkit-transition: stroke-width 50;
  transition: stroke-width 50;
  /* quick in */
}
.highcharts-state-normal path {
  -webkit-transition: stroke-width 250ms;
  transition: stroke-width 250ms;
  /* slow out */
}
/* Legend hover affects points and series */
g.highcharts-series, .highcharts-point {
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover) {
  opacity: 0.2;
}
/* Series options */
.highcharts-area {
  fill: rgb(136, 193, 228);
  fill-opacity: 0.5;
  stroke-width: 0
}
.highcharts-color-0  .highcharts-area {
  fill-opacity: 1;
  fill: url(#highchart-gradient-0);
}
.highcharts-color-1  .highcharts-area {
  fill-opacity: 1;
  fill: url(#highchart-gradient-1);
}
.highcharts-color-2  .highcharts-area {
  fill-opacity: 1;
  fill: url(#highchart-gradient-2);
}
/*
 * This are the gradient definitions, the ID should mirror the configuration in
 * the chart.js Highcharts.theme.defs
 */
#highchart-gradient-0,
#highchart-gradient-1,
#highchart-gradient-2 {
}
#highchart-gradient-0 stop, #highchart-gradient-1 stop, #highchart-gradient-2 stop {
  stop-color: rgb(136, 193, 228);
}
#highchart-gradient-0 stop[offset="0"], #highchart-gradient-1 stop[offset="0"], #highchart-gradient-2 stop[offset="0"] {
  stop-opacity: 0.66;
}
#highchart-gradient-0 stop[offset="1"], #highchart-gradient-1 stop[offset="1"], #highchart-gradient-2 stop[offset="1"] {
  stop-opacity: 0;
  /*
       * Make sure the fadeout will be multiplied with white, otherwise there
       * could be miscalculations in Safari
       */
  stop-color: #FFF;
}
#highchart-gradient-1 {
}
#highchart-gradient-1 stop {
  stop-color: rgb(78, 78, 78);
}
#highchart-gradient-2 {
}
#highchart-gradient-2 stop {
  stop-color: rgb(173, 163, 152);
}
.highcharts-markers {
  stroke-width: 1px;
  stroke: rgb(255, 255, 255);
}
.highcharts-point {
  stroke-width: 1px;
}
.highcharts-dense-data .highcharts-point {
  stroke-width: 0;
}
.highcharts-data-label {
  font-size: 0.9em;
  font-weight: bold;
}
.highcharts-data-label-box {
  fill: none;
  stroke-width: 0;
}
.highcharts-data-label text {
  fill: rgb(97, 97, 97);
}
.highcharts-data-label-connector {
  fill: none;
}

.highcharts-halo {
  fill-opacity: 0.25;
  stroke-width: 0;
}
.highcharts-point-select {
  fill: rgb(215, 215, 215);
  stroke: rgb(57, 57, 57);
}
.highcharts-column-series .highcharts-point {
  stroke: rgb(255, 255, 255);
  -webkit-transition: fill-opacity 250ms;
  transition: fill-opacity 250ms;
}
.highcharts-column-series .highcharts-point-hover {
  fill-opacity: 0.75;
  -webkit-transition: fill-opacity 50ms;
  transition: fill-opacity 50ms;
}
.highcharts-pie-series .highcharts-point {
  stroke-linejoin: round;
  stroke: rgb(255, 255, 255);
}
.highcharts-pie-series .highcharts-point-hover {
  fill-opacity: 0.75;
  -webkit-transition: fill-opacity 50ms;
  transition: fill-opacity 50ms;
}
.highcharts-pie-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}
.highcharts-funnel-series .highcharts-point {
  stroke-linejoin: round;
  stroke: rgb(255, 255, 255);
}
.highcharts-funnel-series .highcharts-point-hover {
  fill-opacity: 0.75;
  -webkit-transition: fill-opacity 50ms;
  transition: fill-opacity 50ms;
}
.highcharts-funnel-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}
.highcharts-pyramid-series .highcharts-point {
  stroke-linejoin: round;
  stroke: rgb(255, 255, 255);
}
.highcharts-pyramid-series .highcharts-point-hover {
  fill-opacity: 0.75;
  -webkit-transition: fill-opacity 50ms;
  transition: fill-opacity 50ms;
}
.highcharts-pyramid-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}
.highcharts-solidgauge-series .highcharts-point {
  stroke-width: 0;
}
.highcharts-treemap-series .highcharts-point {
  stroke-width: 1px;
  stroke: rgb(235, 235, 235);
  -webkit-transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
  transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
}
.highcharts-treemap-series .highcharts-point-hover {
  stroke: rgb(176, 176, 176);
  -webkit-transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
  transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
}
.highcharts-treemap-series .highcharts-above-level {
  display: none;
}
.highcharts-treemap-series .highcharts-internal-node {
  fill: none;
}
.highcharts-treemap-series .highcharts-internal-node-interactive {
  fill-opacity: 0.15;
  cursor: pointer;
}
.highcharts-treemap-series .highcharts-internal-node-interactive:hover {
  fill-opacity: 0.75;
}
/* Legend */
.highcharts-legend-box {
  fill: none;
  stroke-width: 0;
}
.highcharts-legend-item text {
  fill: rgb(97, 97, 97);
  font-weight: bold;
  cursor: pointer;
  stroke-width: 0;
}
.highcharts-legend-item:hover text {
  fill: rgb(57, 57, 57);
}
.highcharts-legend-item-hidden * {
  fill: rgb(215, 215, 215) !important;
  stroke: rgb(215, 215, 215) !important;
  -webkit-transition: fill 250ms;
  transition: fill 250ms;
}
.highcharts-legend-nav-active {
  fill: rgb(0, 44, 95);
  cursor: pointer;
}
.highcharts-legend-nav-inactive {
  fill: rgb(215, 215, 215);
}
.highcharts-legend-title-box {
  fill: none;
  stroke-width: 0;
}
/* Loading */
.highcharts-loading {
  position: absolute;
  background-color: rgb(255, 255, 255);
  opacity: 0.5;
  text-align: center;
  z-index: 10;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.highcharts-loading-hidden {
  height: 0 !important;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 250ms, height 250ms step-end;
  transition: opacity 250ms, height 250ms step-end;
}
.highcharts-loading-inner {
  font-weight: bold;
  position: relative;
  top: 45%;
}
/* Plot bands and polar pane backgrounds */
.highcharts-plot-band {
  fill: rgb(57, 57, 57);
  fill-opacity: 0.05;
}
.highcharts-plot-line {
  fill: none;
  stroke: rgb(176, 176, 176);
  stroke-width: 1px;
}
/* Highcharts More */
.highcharts-boxplot-box {
  fill: rgb(255, 255, 255);
}
.highcharts-boxplot-median {
  stroke-width: 2px;
}
.highcharts-bubble-series .highcharts-point {
  fill-opacity: 0.5;
}
.highcharts-errorbar-series .highcharts-point {
  stroke: rgb(57, 57, 57);
}
.highcharts-gauge-series .highcharts-data-label-box {
  stroke: rgb(215, 215, 215);
  stroke-width: 1px;
}
.highcharts-gauge-series .highcharts-dial {
  fill: rgb(57, 57, 57);
  stroke-width: 0;
}
.highcharts-polygon-series .highcharts-graph {
  fill: inherit;
  stroke-width: 0;
}
.highcharts-waterfall-series .highcharts-graph {
  stroke: rgb(97, 97, 97);
  stroke-dasharray: 1, 3;
}
/* Highstock */
.highcharts-navigator-mask {
  fill: rgb(102, 128, 159);
  /* navigator.maskFill option */
  fill-opacity: 0.25;
}
.highcharts-navigator-mask-inside {
  fill: rgb(102, 128, 159);
  /* navigator.maskFill option */
  fill-opacity: 0.15;
  cursor: ew-resize;
}
.highcharts-navigator-mask-outside {
  fill: transparent;
}
.highcharts-navigator-outline {
  stroke: rgb(215, 215, 215);
  fill: none;
}
.highcharts-navigator-handle {
  stroke: rgb(215, 215, 215);
  fill: rgb(245, 245, 245);
  cursor: ew-resize;
}
.highcharts-navigator-series {
  fill: rgb(51, 86, 127);
  stroke: rgb(51, 86, 127);
}
.highcharts-navigator-series .highcharts-graph {
  stroke-width: 1px;
}
.highcharts-navigator-series .highcharts-area {
  fill-opacity: 0.05;
}
.highcharts-navigator-xaxis .highcharts-axis-line {
  stroke-width: 0;
}
.highcharts-navigator-xaxis .highcharts-grid-line {
  stroke-width: 1px;
  stroke: rgb(235, 235, 235);
}
.highcharts-navigator-xaxis.highcharts-axis-labels {
  fill: rgb(176, 176, 176);
}
.highcharts-navigator-yaxis .highcharts-grid-line {
  stroke-width: 0;
}
.highcharts-scrollbar-thumb {
  fill: rgb(215, 215, 215);
  stroke: rgb(215, 215, 215);
  stroke-width: 1px;
}
.highcharts-scrollbar-button {
  fill: rgb(235, 235, 235);
  stroke: rgb(215, 215, 215);
  stroke-width: 1px;
}
.highcharts-scrollbar-arrow {
  fill: rgb(136, 136, 136);
}
.highcharts-scrollbar-rifles {
  stroke: rgb(136, 136, 136);
  stroke-width: 1px;
}
.highcharts-scrollbar-track {
  fill: rgb(245, 245, 245);
  stroke: rgb(245, 245, 245);
  stroke-width: 1px;
}
.highcharts-button {
  font-family: var(--theme-font-family-condensed);
  fill: rgb(255, 255, 255);
  stroke: rgb(138, 130, 122);
  cursor: default;
  stroke-width: 1px;
  -webkit-transition: fill .3s;
  transition: fill .3s;
}
.highcharts-button text {
  fill: rgb(97, 97, 97);
}
.highcharts-button-hover {
  /* transition: fill 0ms; */
  fill: rgb(235, 235, 235);
  /* stroke: color(var(--color-clay) shade(20%)); */
}
.highcharts-button-pressed {
  font-weight: bold;
  fill: rgb(204, 213, 223);
  stroke: rgb(51, 86, 127);
}
.highcharts-button-disabled text {
  fill: rgb(215, 215, 215);
}
.highcharts-range-selector-buttons .highcharts-button {
  stroke-width: 0;
}
.highcharts-range-label rect {
  fill: none;
}
.highcharts-range-label text {
  fill: rgb(136, 136, 136);
}
.highcharts-range-input rect {
  fill: none;
}
.highcharts-range-input text {
  fill: rgb(97, 97, 97);
}
input.highcharts-range-selector {
  position: absolute;
  border: 0;
  width: 1px;
  /* Chrome needs a pixel to see it */
  height: 1px;
  padding: 0;
  text-align: center;
  left: -9em;
  /* #4798 */
}
.highcharts-crosshair-label text {
  fill: rgb(255, 255, 255);
  font-size: 1.1em;
}
.highcharts-crosshair-label .highcharts-label-box {
  fill: inherit;
}
.highcharts-candlestick-series .highcharts-point {
  stroke: rgb(57, 57, 57);
  stroke-width: 1px;
}
.highcharts-candlestick-series .highcharts-point-up {
  fill: rgb(255, 255, 255);
}
.highcharts-ohlc-series .highcharts-point-hover {
  stroke-width: 3px;
}
.highcharts-flags-series .highcharts-point {
  stroke: rgb(176, 176, 176);
  fill: rgb(255, 255, 255);
}
.highcharts-flags-series .highcharts-point-hover {
  stroke: rgb(57, 57, 57);
  fill: rgb(204, 213, 223);
}
.highcharts-flags-series .highcharts-point text {
  fill: rgb(57, 57, 57);
  font-size: 0.9em;
  font-weight: bold;
}
/* Highmaps */
.highcharts-map-series .highcharts-point {
  -webkit-transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  stroke: rgb(215, 215, 215);
}
.highcharts-map-series .highcharts-point-hover {
  -webkit-transition: fill 0ms, fill-opacity 0ms;
  transition: fill 0ms, fill-opacity 0ms;
  fill-opacity: 0.5;
  stroke-width: 2px;
}
.highcharts-mapline-series .highcharts-point {
  fill: none;
}
.highcharts-heatmap-series .highcharts-point {
  stroke-width: 0;
}
.highcharts-map-navigation {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
.highcharts-coloraxis {
  stroke-width: 0;
}
.highcharts-coloraxis-marker {
  fill: rgb(176, 176, 176);
}
.highcharts-null-point {
  fill: rgb(249, 249, 249);
}
/* 3d charts */
.highcharts-3d-frame {
  fill: transparent;
}
.highcharts-column-series .highcharts-point {
  stroke: inherit;
  /* use point color */
}
/* Exporting module */
.highcharts-contextbutton {
  fill: rgb(255, 255, 255);
  /* needed to capture hover */
  stroke: none;
  stroke-linecap: round;
}
.highcharts-contextbutton:hover {
  fill: rgb(235, 235, 235);
  stroke: rgb(235, 235, 235);
}
.highcharts-button-symbol {
  stroke: rgb(136, 136, 136);
  stroke-width: 3px;
}
.highcharts-menu {
  border: 1px solid rgb(176, 176, 176);
  background: rgb(255, 255, 255);
  padding: 5px 0;
  box-shadow: 3px 3px 10px #888;
}
.highcharts-menu-item {
  padding: 0.5em 1em;
  background: none;
  color: rgb(97, 97, 97);
  cursor: pointer;
  -webkit-transition: background 250ms, color 250ms;
  transition: background 250ms, color 250ms;
}
.highcharts-menu-item:hover {
  background: rgb(51, 86, 127);
  color: rgb(255, 255, 255);
}
/* Drilldown module */
.highcharts-drilldown-point {
  cursor: pointer;
}
.highcharts-drilldown-data-label text, .highcharts-drilldown-axis-label {
  cursor: pointer;
  fill: rgb(0, 44, 95);
  font-weight: bold;
  text-decoration: underline;
}
/* No-data module */
.highcharts-no-data text {
  font-weight: bold;
  font-size: 12px;
  fill: rgb(136, 136, 136);
}
/*
 * General CSS Definitions and resets
 * Note: For the Grid definitions see the partials/atoms/_breakpoints and the
 *       partials/vendor/_flexboxgrid.css files
 */
@-ms-viewport { width: device-width; }
html {
  box-sizing: border-box;
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
*:before,
*:after {
  box-sizing: inherit;
  content: normal;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  background-color: rgb(255, 255, 255);
  color: rgb(113, 113, 113);
  font-family: var(--theme-font-family);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.64;

  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing : grayscale;
  -webkit-text-size-adjust : none;
      -ms-text-size-adjust : none;
          text-size-adjust : none;
}
hr {
  border: 0;
  border-bottom: 1px solid rgb(220, 220, 220);
  margin: 16px 0;
  margin: 1rem 0;
  overflow: hidden;
  background: transparent;
}
hr:after {
  content: "";
  display: table;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
/* TODO: Check if also the six hide should be added */
/*[data-six-hide],*/
[hidden], .hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px

}
.visuallyhidden.focusable:active,
  .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
html.no-scroll,
html.no-scroll body {
    overflow: hidden !important;
    position: relative; /* fix ios overflow issue */
}
@media (max-width: 1023px) {
  html.no-scroll,
  html.no-scroll body {
    height: 100% !important;
  }
}
/*
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content/
 */
.sr-only,
.screenreader {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.clearfix {
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
:root { /* 1250 */
}
/* magic rule */
.dependency-fullpage .btn-primary,
.dependency-fullpage .btn-secondary,
.bg-red .btn-secondary,
.bg-rock .btn-secondary,
.bg-clay .btn-secondary,
.bg-marine .btn-secondary {
  -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  background: transparent;
  overflow: hidden
}
.dependency-fullpage .btn-primary span, .dependency-fullpage .btn-secondary span, .bg-red .btn-secondary span, .bg-rock .btn-secondary span, .bg-clay .btn-secondary span, .bg-marine .btn-secondary span {
  position: relative;
  z-index: 2;
}
.dependency-fullpage .btn-primary:after,
  .dependency-fullpage .btn-primary:before,
  .dependency-fullpage .btn-secondary:after,
  .dependency-fullpage .btn-secondary:before,
  .bg-red .btn-secondary:after,
  .bg-red .btn-secondary:before,
  .bg-rock .btn-secondary:after,
  .bg-rock .btn-secondary:before,
  .bg-clay .btn-secondary:after,
  .bg-clay .btn-secondary:before,
  .bg-marine .btn-secondary:after,
  .bg-marine .btn-secondary:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1;
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, -102%, 0);
          transform: translate3d(0, -102%, 0);
}
.dependency-fullpage .btn-primary:after, .dependency-fullpage .btn-secondary:after, .bg-red .btn-secondary:after, .bg-rock .btn-secondary:after, .bg-clay .btn-secondary:after, .bg-marine .btn-secondary:after {
  background: rgb(255, 255, 255);
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
.dependency-fullpage .btn-primary:focus,
  .dependency-fullpage .btn-primary:hover,
  .dependency-fullpage .btn-secondary:focus,
  .dependency-fullpage .btn-secondary:hover,
  .bg-red .btn-secondary:focus,
  .bg-red .btn-secondary:hover,
  .bg-rock .btn-secondary:focus,
  .bg-rock .btn-secondary:hover,
  .bg-clay .btn-secondary:focus,
  .bg-clay .btn-secondary:hover,
  .bg-marine .btn-secondary:focus,
  .bg-marine .btn-secondary:hover {
  text-decoration: none;
  color: rgb(78, 78, 78);
  background: transparent;
}
.dependency-fullpage .btn-primary:focus:after,
    .dependency-fullpage .btn-primary:focus:before,
    .dependency-fullpage .btn-primary:hover:after,
    .dependency-fullpage .btn-primary:hover:before,
    .dependency-fullpage .btn-secondary:focus:after,
    .dependency-fullpage .btn-secondary:focus:before,
    .dependency-fullpage .btn-secondary:hover:after,
    .dependency-fullpage .btn-secondary:hover:before,
    .bg-red .btn-secondary:focus:after,
    .bg-red .btn-secondary:focus:before,
    .bg-red .btn-secondary:hover:after,
    .bg-red .btn-secondary:hover:before,
    .bg-rock .btn-secondary:focus:after,
    .bg-rock .btn-secondary:focus:before,
    .bg-rock .btn-secondary:hover:after,
    .bg-rock .btn-secondary:hover:before,
    .bg-clay .btn-secondary:focus:after,
    .bg-clay .btn-secondary:focus:before,
    .bg-clay .btn-secondary:hover:after,
    .bg-clay .btn-secondary:hover:before,
    .bg-marine .btn-secondary:focus:after,
    .bg-marine .btn-secondary:focus:before,
    .bg-marine .btn-secondary:hover:after,
    .bg-marine .btn-secondary:hover:before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.btn-block {
  width: 100%;
}
.btn-large {
  min-width: 66.6666%;
}
.btn-medium {
  min-width: 50%;
}
.btn-small {
  min-width: 33.3333%;
}
.btn-inline {
  width: auto;
}
@-webkit-keyframes ball {
  from {
    -webkit-transform: translateY(0) scaleY(.8);
            transform: translateY(0) scaleY(.8);
  }
  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes ball {
  from {
    -webkit-transform: translateY(0) scaleY(.8);
            transform: translateY(0) scaleY(.8);
  }
  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
/**
 * CSS Styles needed for debugging highlighting things in Patternlab
 * TODO: Remove this file from build
 */
.fontawesome-icon-list {
  margin: 16px 0 36px;
  margin: 1rem 0 2.25rem;
}
.debug-icon-list {
}
.debug-icon-list .column_4 {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
/* Needed because of miscalculation of the styleguide*/
#js {
  position: relative;
}
.debug-grid {
}
.debug-grid .box,
  .debug-grid .box-first,
  .debug-grid .box-large,
  .debug-grid .box-nested,
  .debug-grid .box-row {
  position: relative;
  box-sizing: border-box;
  min-height: 32px;
  min-height: 2rem;
  margin-bottom: 0;
  background: var(--theme-font-color);
  overflow: hidden;
  text-align: center;
  color: rgb(255, 255, 255);
}
.debug-grid .box-row {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.debug-grid .box-first {
  background: rgb(62, 128, 156);
}
.debug-grid .box-nested {
  background: rgb(0, 44, 95);
}
.debug-grid .box-large {
  height: 128px;
  height: 8rem;
}
.debug-grid .box-container {
  box-sizing: border-box;
  padding: 8px;
  padding: .5rem;
}
.debug-grid + .debug-grid {
  margin-top: 16px;
  margin-top: 1rem;
}
.debug-breakpoints {
  position: relative;
  height: 200px;
  margin-bottom: 48px;
  margin-bottom: 3rem
}
.debug-breakpoints .xs, .debug-breakpoints .sm, .debug-breakpoints .md, .debug-breakpoints .lg, .debug-breakpoints .xl {
  position: absolute;
  height: 100%;
  background-color: #008080;
  background-color: rgba(0, 128, 128, .1);
  text-align: right;
  padding: 6%;
}
.debug-breakpoints .xs {
  width: 100%;
  max-width: 480px;
  text-align: center;
}
.debug-breakpoints .sm {
  width: 100%;
  max-width: 768px;
}
.debug-breakpoints .md {
  width: 100%;
  max-width: 1024px;
}
.debug-breakpoints .lg {
  width: 100%;
  max-width: 1282px;
}
.debug-breakpoints .sm h2,
.debug-breakpoints .md h2,
.debug-breakpoints .lg h2,
.debug-breakpoints .xl h2 {
  display: none;
}
@media (min-width: 768px) {
  .debug-breakpoints .sm h2 {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .debug-breakpoints .md h2,
  .debug-breakpoints .sm h2 {
    display: inline-block;
  }
}
@media (min-width: 1282px) {
  .debug-breakpoints .lg h2,
  .debug-breakpoints .md h2,
  .debug-breakpoints .sm h2 {
    display: inline-block;
  }
}
.container.debug {
  width: 100%;
}
/**
 * Utility styles for demo pagination
 */
.paging {
  visibility: hidden;
  opacity: 0;
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0
}
.paging.show {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible;
}
/* Resets for Pattern Lab styles */
.sg-tabs-list {
}
.sg-tabs-list li {
  margin-bottom: 0;
}
.font-secondary {
  font-family: var(--theme-font-family-second);
}
.font-condensed {
  font-family: var(--theme-font-family-condensed);
}
.debug-rhythm {
  position: relative
}
.debug-rhythm:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(       transparent,       transparent 0.7575rem,       #ff1919 0.7575rem,       #ff1919 0.82rem,       transparent 0.82rem,       transparent 1.5775rem,       #ff1919 1.5775rem,       #ff1919 1.64rem     );
  background: linear-gradient(       transparent,       transparent 0.7575rem,       #ff1919 0.7575rem,       #ff1919 0.82rem,       transparent 0.82rem,       transparent 1.5775rem,       #ff1919 1.5775rem,       #ff1919 1.64rem     );
  background: -webkit-linear-gradient(       transparent,       transparent 0.7575rem,       rgba(255, 25, 25, .25) 0.7575rem,       rgba(255, 25, 25, .25) 0.82rem,       transparent 0.82rem,       transparent 1.5775rem,       rgba(255, 25, 25, .25) 1.5775rem,       rgba(255, 25, 25, .25) 1.64rem     );
  background: linear-gradient(       transparent,       transparent 0.7575rem,       rgba(255, 25, 25, .25) 0.7575rem,       rgba(255, 25, 25, .25) 0.82rem,       transparent 0.82rem,       transparent 1.5775rem,       rgba(255, 25, 25, .25) 1.5775rem,       rgba(255, 25, 25, .25) 1.64rem     );
  background-size: 100% 1.64rem;
  background-repeat: repeat-y;
  z-index: -1;
}
.sg-content {
  width: 100%;
  min-height: 100%;
}
.sg-content-inner {
  padding: 20px;
}
.sg-content-inner > h1 {
  padding-top: 80px;
}
.sg-content-inner > h1:first-child {
  padding-top: 0;
}
.sg-content-inner > h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.sg-content-inner .lead {
  font-weight: 400;
}
.sg-sidebar-header {
  margin: 80px 0 80px calc(50% - 40px);
  max-width: 170px;
  text-align: left;
}
.sg-sidebar-header h6 {
  margin-top: 20px;
  color: rgb(116, 116, 116);
}
.sg-sidebar ul {
  margin: 0;
  list-style-type: none;
}
.sg-sidebar li {
  margin-bottom: 0;
}
.sg-sidebar ul a {
  display: block;
}
.sg-sidebar > ul > li.active > a svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sg-sidebar > ul > li > a svg {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
.sg-sidebar > ul > li > a {
  padding: 25px;
  position: relative;
  padding-right: 30px;
  color: rgb(78, 78, 78);
}
.sg-sidebar > ul > li:first-child > a {
  border-top: 1px solid rgb(220, 220, 220);
}
.sg-sidebar > ul > li > ul,
.sg-sidebar > ul > li > a {
  border-bottom: 1px solid rgb(220, 220, 220);
}
.sg-sidebar > ul > li > ul {
  display: none;
}
.sg-sidebar > ul > li.active > ul {
  display: block;
}
.sg-sidebar > ul > li > ul {
  background: rgb(249, 250, 252);
  padding: 25px;
  font-size: 0.750em;
}
.sg-sidebar > ul > li > ul a {
  padding: 8px;
}
.sg-info h4 {
  color: var(--theme-table-border-color);
}
.sg-info {
  border-bottom: 2px solid rgb(184, 184, 184);
  padding: 80px 0 5px;
  margin-bottom: 40px;
}
h1 + .sg-section > .sg-info {
  padding-top: 30px;
}
.sg-section .description {
  margin-top: 40px;
}
.sg-box-shadow {
  display: inline-block;
  padding: 120px 20px 20px;
  min-width: 50%;
  box-shadow: -5px 0px 10px 0 rgba(0, 0, 0, .08),
                            10px 10px 20px 0 rgba(0, 0, 0, .05);
  -webkit-transition: box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.sg-box-shadow:hover {
  box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, .18);
}
.sg-box-shadow + .sg-box-shadow {
  margin-top: 40px;
}
.sg-bg-blue,
.sg-bg-red {
  padding: 40px 20px
}
.sg-bg-blue h6, .sg-bg-red h6 {
  color: rgb(255, 255, 255);
}
.sg-bg-blue :first-child, .sg-bg-red :first-child {
  margin-top: 0;
}
.sg-bg-blue {
  background: rgb(0, 44, 95);
}
.sg-bg-red {
  background: rgb(222, 57, 25);
}
@media screen and (min-width: 800px) {
  .sg-content-inner {
    max-width: 960px;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .sg-content {
    padding-left: 20%;
  }
  .sg-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 20%;
    overflow: auto;
    border-right: 1px solid rgb(220, 220, 220);
  }
}
@media screen and (min-width: 1000px) {
  .sg-content-inner {
    padding: 70px 80px;
  }
}
.demo-animate {
  width: 60px;
  height: 60px;
  background: rgb(222, 57, 25);
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.demo-animate:hover {
  background: rgb(184, 184, 184);
}
/* Used for styleguide */
.sg-section {
}
.sg-section .search-config {
  display: block !important;
  margin-bottom: 80px;
}
.sg-section iframe {
  width: 100%;
  border: 0 solid;
  overflow: hidden;
}
.sg-section .iframe-wrapper {
  width: 100%;
  overflow: auto;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.sg-section .icons-brand-list {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.sg-section .icons-brand-list .fa {
  margin: 8px;
  margin: 0.5rem;
}
.sg-section h6 code {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/noto-sans-v6-latin-regular.eot); /* IE9 Compat Modes */
  src: local('Noto Sans'), local('NotoSans'),
       url(fonts/noto-sans-v6-latin-regular.eot?#iefix) format('embedded-opentype'), 
       url(fonts/noto-sans-v6-latin-regular.woff2) format('woff2'), 
       url(fonts/noto-sans-v6-latin-regular.woff) format('woff'), 
       url(fonts/noto-sans-v6-latin-regular.svg#NotoSans) format('svg'); /* Legacy iOS */
}
/* noto-sans-italic - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: url(fonts/noto-sans-v6-latin-italic.eot); /* IE9 Compat Modes */
  src: local('Noto Sans Italic'), local('NotoSans-Italic'),
       url(fonts/noto-sans-v6-latin-italic.eot?#iefix) format('embedded-opentype'), 
       url(fonts/noto-sans-v6-latin-italic.woff2) format('woff2'), 
       url(fonts/noto-sans-v6-latin-italic.woff) format('woff'), 
       url(fonts/noto-sans-v6-latin-italic.svg#NotoSans) format('svg'); /* Legacy iOS */
}
/* noto-sans-700 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/noto-sans-v6-latin-700.eot); /* IE9 Compat Modes */
  src: local('Noto Sans Bold'), local('NotoSans-Bold'),
       url(fonts/noto-sans-v6-latin-700.eot?#iefix) format('embedded-opentype'), 
       url(fonts/noto-sans-v6-latin-700.woff2) format('woff2'), 
       url(fonts/noto-sans-v6-latin-700.woff) format('woff'), 
       url(fonts/noto-sans-v6-latin-700.svg#NotoSans) format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/roboto-v15-latin-regular.eot); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url(fonts/roboto-v15-latin-regular.eot?#iefix) format('embedded-opentype'), 
       url(fonts/roboto-v15-latin-regular.woff2) format('woff2'), 
       url(fonts/roboto-v15-latin-regular.woff) format('woff'), 
       url(fonts/roboto-v15-latin-regular.svg#Roboto) format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(fonts/roboto-v15-latin-italic.eot); /* IE9 Compat Modes */
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url(fonts/roboto-v15-latin-italic.eot?#iefix) format('embedded-opentype'), 
       url(fonts/roboto-v15-latin-italic.woff2) format('woff2'), 
       url(fonts/roboto-v15-latin-italic.woff) format('woff'), 
       url(fonts/roboto-v15-latin-italic.svg#Roboto) format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/roboto-v15-latin-700.eot); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url(fonts/roboto-v15-latin-700.eot?#iefix) format('embedded-opentype'), 
       url(fonts/roboto-v15-latin-700.woff2) format('woff2'), 
       url(fonts/roboto-v15-latin-700.woff) format('woff'), 
       url(fonts/roboto-v15-latin-700.svg#Roboto) format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/roboto-condensed-v13-latin-regular.eot); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url(fonts/roboto-condensed-v13-latin-regular.eot?#iefix) format('embedded-opentype'), 
       url(fonts/roboto-condensed-v13-latin-regular.woff2) format('woff2'), 
       url(fonts/roboto-condensed-v13-latin-regular.woff) format('woff'), 
       url(fonts/roboto-condensed-v13-latin-regular.svg#RobotoCondensed) format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/roboto-condensed-v13-latin-700.eot); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url(fonts/roboto-condensed-v13-latin-700.eot?#iefix) format('embedded-opentype'), 
       url(fonts/roboto-condensed-v13-latin-700.woff2) format('woff2'), 
       url(fonts/roboto-condensed-v13-latin-700.woff) format('woff'), 
       url(fonts/roboto-condensed-v13-latin-700.svg#RobotoCondensed) format('svg'); /* Legacy iOS */
}
/* roboto-mono-regular - latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/roboto-mono-v4-latin-regular.eot); /* IE9 Compat Modes */
  src: local('Roboto Mono'), local('RobotoMono-Regular'),
       url(fonts/roboto-mono-v4-latin-regular.eot?#iefix) format('embedded-opentype'), 
       url(fonts/roboto-mono-v4-latin-regular.woff2) format('woff2'), 
       url(fonts/roboto-mono-v4-latin-regular.woff) format('woff'), 
       url(fonts/roboto-mono-v4-latin-regular.svg#RobotoMono) format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/inter-latin-300.woff2); /* IE9 Compat Modes */
  src: local('inter'), local('inter'),
   url(fonts/inter-latin-300.woff2) format('woff2'); /* Super Modern Browsers */
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/inter-latin-400.woff2); /* IE9 Compat Modes */
  src: local('inter'), local('inter'),
  url(fonts/inter-latin-400.woff2) format('woff2'); /* Super Modern Browsers */
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/inter-latin-600.woff2); /* IE9 Compat Modes */
  src: local('inter'), local('inter'),
  url(fonts/inter-latin-600.woff2) format('woff2'); /* Super Modern Browsers */
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/inter-latin-700.woff2); /* IE9 Compat Modes */
  src: local('inter'), local('inter'),
  url(fonts/inter-latin-700.woff2) format('woff2'); /* Super Modern Browsers */
}
/*
 * CSS Definitions for forms
 */
/* fieldset reset */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.fieldset.featured {
}
.fieldset.featured [type="submit"],
  .fieldset.featured [type="reset"] {
  margin-top: 25px;
  margin-bottom: 0;
}
[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 43px;
  height: 2.6875rem;
  padding: 8.8px 20px;
  padding: 0.55rem 1.25rem;
  border: 1px solid rgb(220, 220, 220);
  font-family: var(--theme-font-family-condensed);
  font-size: 16px;
  font-size: 1rem;
  color: rgb(57, 57, 57);
  background-color: rgb(255, 255, 255);
  border-radius: 0;
  -webkit-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none
}
[type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus, textarea:focus {
  border: 1px solid rgb(136, 193, 228);
  background-color: #88c1e4;
  background-color: rgba(136, 193, 228, 0.1);
  outline: none;
}
.compact [type="text"], .compact [type="password"], .compact [type="date"], .compact [type="datetime"], .compact [type="datetime-local"], .compact [type="month"], .compact [type="week"], .compact [type="email"], .compact [type="number"], .compact [type="search"], .compact [type="tel"], .compact [type="time"], .compact [type="url"], .compact [type="color"], .compact textarea {
  height: 30px;
  height: 1.875rem;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.error [type="text"], .error [type="password"], .error [type="date"], .error [type="datetime"], .error [type="datetime-local"], .error [type="month"], .error [type="week"], .error [type="email"], .error [type="number"], .error [type="search"], .error [type="tel"], .error [type="time"], .error [type="url"], .error [type="color"], .error textarea {
  border: 1px solid rgb(233, 76, 71);
}
.valid [type="text"], .valid [type="password"], .valid [type="date"], .valid [type="datetime"], .valid [type="datetime-local"], .valid [type="month"], .valid [type="week"], .valid [type="email"], .valid [type="number"], .valid [type="search"], .valid [type="tel"], .valid [type="time"], .valid [type="url"], .valid [type="color"], .valid textarea {
  border: 1px solid rgb(92, 184, 92);
}
.highlight [type="text"], .highlight [type="password"], .highlight [type="date"], .highlight [type="datetime"], .highlight [type="datetime-local"], .highlight [type="month"], .highlight [type="week"], .highlight [type="email"], .highlight [type="number"], .highlight [type="search"], .highlight [type="tel"], .highlight [type="time"], .highlight [type="url"], .highlight [type="color"], .highlight textarea {
  border: 1px solid rgb(136, 193, 228);
  background-color: #88c1e4;
  background-color: rgba(136, 193, 228, 0.1);
}
[type="color"]::-webkit-color-swatch-wrapper,
.compact [type="color"]::-webkit-color-swatch-wrapper,
[type="color"],
.compact [type="color"] {
  padding: 0;
}
[type="color"]::-webkit-color-swatch,
.compact [type="color"]::-webkit-color-swatch {
  border: none;
}
.field {
  display: block;
  font-family: var(--theme-font-family-condensed);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 6.4px;
  margin: 0 0 0.4rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  position: relative
}
.compact .field {
  margin: 0 0 5.2px;
  margin: 0 0 0.325rem;
}
.field .title {
  position: absolute;
  display: inline-block;
  top: 32px;
  top: 2rem;
  left: 20px;
  left: 1.25rem;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-weight: 400;
}
.compact .field .title {
  font-size: 14px;
  font-size: 0.875rem;
  top: 28px;
  top: 1.75rem;
  left: 12px;
  left: 0.75rem;
}
.field .detail,
  .field .caption {
  font-family: inherit;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
.field.focus,
  .field.not-empty,
  .field.label-off {
}
.field.focus .title, .field.not-empty .title, .field.label-off .title {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-animation: labelAnimation .6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
          animation: labelAnimation .6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.compact .field.focus .title, .compact .field.not-empty .title, .compact .field.label-off .title {
  -webkit-animation-name: labelSmallAnimation;
          animation-name: labelSmallAnimation;
}
.field.focus {
}
.field.focus .title {
  color: rgb(222, 57, 25);
}
.field.empty {
}
.field.empty .title {
  -webkit-animation: labelEmptyAnimation .25s cubic-bezier(0.32, 0.33, 0.6, 1) reverse forwards;
          animation: labelEmptyAnimation .25s cubic-bezier(0.32, 0.33, 0.6, 1) reverse forwards;
}
.compact .field.empty .title {
  -webkit-animation-name: labelSmallEmptyAnimation;
          animation-name: labelSmallEmptyAnimation;
}
.field.error {
}
.field.error .detail,
    .field.error .caption {
  color: rgb(233, 76, 71);
}
.field.valid {
}
.field.valid .detail,
    .field.valid .caption {
  color: rgb(92, 184, 92);
}
@-webkit-keyframes labelAnimation {
    0%   {opacity: 1; font-weight: 400; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
    30%  {opacity: 0; font-weight: 400; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
    31%  {opacity: 0; font-weight: 700; font-size: .75rem; -webkit-transform: translate3d(-19px,-20px,0); transform: translate3d(-19px,-20px,0);}
    100% {opacity: 1; font-weight: 700; font-size: .75rem; -webkit-transform: translate3d(-19px,-28px,0); transform: translate3d(-19px,-28px,0);}
}
@keyframes labelAnimation {
    0%   {opacity: 1; font-weight: 400; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
    30%  {opacity: 0; font-weight: 400; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
    31%  {opacity: 0; font-weight: 700; font-size: .75rem; -webkit-transform: translate3d(-19px,-20px,0); transform: translate3d(-19px,-20px,0);}
    100% {opacity: 1; font-weight: 700; font-size: .75rem; -webkit-transform: translate3d(-19px,-28px,0); transform: translate3d(-19px,-28px,0);}
}
@-webkit-keyframes labelEmptyAnimation {
    0%   {opacity: 1; font-weight: 400; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
    30%  {opacity: 0; font-weight: 400; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
    31%  {opacity: 0; font-weight: 700; font-size: .75rem; -webkit-transform: translate3d(-19px,-20px,0); transform: translate3d(-19px,-20px,0);}
    100% {opacity: 1; font-weight: 700; font-size: .75rem; -webkit-transform: translate3d(-19px,-28px,0); transform: translate3d(-19px,-28px,0);}
}
@keyframes labelEmptyAnimation {
    0%   {opacity: 1; font-weight: 400; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
    30%  {opacity: 0; font-weight: 400; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
    31%  {opacity: 0; font-weight: 700; font-size: .75rem; -webkit-transform: translate3d(-19px,-20px,0); transform: translate3d(-19px,-20px,0);}
    100% {opacity: 1; font-weight: 700; font-size: .75rem; -webkit-transform: translate3d(-19px,-28px,0); transform: translate3d(-19px,-28px,0);}
}
@-webkit-keyframes labelSmallAnimation {
    0%   {opacity: 1; font-weight: 400; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
    30%  {opacity: 0; font-weight: 400; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
    31%  {opacity: 0; font-weight: 700; font-size: .7rem; -webkit-transform: translate3d(-10px,-18px,0); transform: translate3d(-10px,-18px,0);}
    100% {opacity: 1; font-weight: 700; font-size: .7rem; -webkit-transform: translate3d(-10px,-24px,0); transform: translate3d(-10px,-24px,0);}
}
@keyframes labelSmallAnimation {
    0%   {opacity: 1; font-weight: 400; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
    30%  {opacity: 0; font-weight: 400; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
    31%  {opacity: 0; font-weight: 700; font-size: .7rem; -webkit-transform: translate3d(-10px,-18px,0); transform: translate3d(-10px,-18px,0);}
    100% {opacity: 1; font-weight: 700; font-size: .7rem; -webkit-transform: translate3d(-10px,-24px,0); transform: translate3d(-10px,-24px,0);}
}
@-webkit-keyframes labelSmallEmptyAnimation {
    0%   {opacity: 1; font-weight: 400; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
    30%  {opacity: 0; font-weight: 400; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
    31%  {opacity: 0; font-weight: 700; font-size: .7rem; -webkit-transform: translate3d(-10px,-18px,0); transform: translate3d(-10px,-18px,0);}
    100% {opacity: 1; font-weight: 700; font-size: .7rem; -webkit-transform: translate3d(-10px,-24px,0); transform: translate3d(-10px,-24px,0);}
}
@keyframes labelSmallEmptyAnimation {
    0%   {opacity: 1; font-weight: 400; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
    30%  {opacity: 0; font-weight: 400; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
    31%  {opacity: 0; font-weight: 700; font-size: .7rem; -webkit-transform: translate3d(-10px,-18px,0); transform: translate3d(-10px,-18px,0);}
    100% {opacity: 1; font-weight: 700; font-size: .7rem; -webkit-transform: translate3d(-10px,-24px,0); transform: translate3d(-10px,-24px,0);}
}
/* Range input */
[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
[type=range]:focus {
  outline: none;
}
[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: rgb(149, 149, 149);
  border-radius: 0px;
  border: 0px solid;
}
[type=range]::-webkit-slider-thumb {
  border: 0px solid;
  height: 12px;
  width: 12px;
  border-radius: 12px;
  background: rgb(78, 78, 78);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
[type=range]:focus::-webkit-slider-runnable-track {
  background: rgb(149, 149, 149);
}
[type=range]:focus::-webkit-slider-thumb {
  background: var(--theme-font-color);
}
[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: rgb(149, 149, 149);
  border-radius: 0px;
  border: 0px solid;
}
[type=range]::-moz-range-thumb {
  border: 0px solid;
  height: 12px;
  width: 12px;
  border-radius: 12px;
  background: rgb(78, 78, 78);
  cursor: pointer;
}
[type=range]:focus::-moz-range-thumb {
  background: var(--theme-font-color);
}
[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
[type=range]::-ms-fill-lower {
  background: rgb(149, 149, 149);
  border: 0px solid;
  border-radius: 0px;
}
[type=range]::-ms-fill-upper {
  background: rgb(149, 149, 149);
  border: 0px solid;
  border-radius: 0px;
}
[type=range]::-ms-thumb {
  border: 0px solid;
  height: 12px;
  width: 12px;
  border-radius: 12px;
  background: rgb(78, 78, 78);
  cursor: pointer;
}
[type=range]:focus::-ms-fill-lower {
  background: rgb(149, 149, 149);
}
[type=range]:focus::-ms-fill-upper {
  background: rgb(149, 149, 149);
}
[type=range]:focus::-ms-thumb {
  background: var(--theme-font-color);
}
input,
textarea {
  /* Placeholder text */

  /* Disabled/readonly state */
}
input:placeholder, textarea:placeholder {
  color: rgb(184, 184, 184);
}
input:disabled,
  input[disabled],
  input[readonly],
  textarea:disabled,
  textarea[disabled],
  textarea[readonly] {
  background-color: rgb(248, 248, 248);
  border: 1px solid rgb(220, 220, 220);
  color: #7b7166;
  color: rgba(123, 113, 102, .6);
  cursor: default;
}
textarea {
  min-height: 64px;
  min-height: 4rem;
  padding: 6px;
  padding: 0.375rem;
  resize: vertical;
  max-width: 100%
}
textarea[rows] {
  height: auto;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  color: rgb(57, 57, 57);
  border: 1px solid rgb(220, 220, 220);
  padding: 0.500em 1.438em;
  text-overflow: ellipsis;
  line-height: 1.64;
  height: 43px;
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--theme-font-family-condensed);
  padding-right: 2.5em;
  background-color: rgb(255, 255, 255);
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4.177%205.53L4%205.707l-.354-.353-3-3L.293%202%201%201.293l.354.353L4%204.293l2.646-2.647L7%201.293%207.707%202l-.353.354-3%203-.177.176z%22%20fill%3D%22currentColor%22/%3E%3C/svg%3E);
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4.177%205.53L4%205.707l-.354-.353-3-3L.293%202%201%201.293l.354.353L4%204.293l2.646-2.647L7%201.293%207.707%202l-.353.354-3%203-.177.176z%22%20fill%3D%22%23de3919%22/%3E%3C/svg%3E);
  background-repeat: no-repeat;
  background-position: right 1.1em  top 1.1em;
  -webkit-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955)

  /* This is some basic styling for non-Webkit Browsers */
}
select:hover,
  select:active,
  select:focus {
  outline: 0;
  border-color: rgb(198, 198, 198);
}
select option {
  padding: inherit;
  font-family: inherit;
  color: inherit;
  background: transparent !important;
  box-shadow: none;
}
select option:checked,
  select option:hover {
  background: var(--theme-row-select-color) !important;
  box-shadow: 0 0 10px 100px rgb(66, 136, 165) inset;
}
select optgroup {
  font-family: inherit;
  padding: inherit;
}
select optgroup option {
  padding: inherit;
  padding-left: 0;
  padding-right: 0;
  font-family: inherit;
}
/* browser hacks */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select::-ms-expand {
  display: none;
}
.compact select {
  height: 30px;
  height: 1.875rem;
  padding: 0 12px;
  padding: 0 0.75rem;
  padding-right: 32px;
  padding-right: 2rem;
  font-size: 14px;
  font-size: 0.875rem;
  background-position: right 1.2em top 0.8em;
}
.row select {
  width: 100%;
}
.select-opt-row {
}
.select-opt-row span + span {
  margin-left: 8px;
}
.choices__inner .select-opt-row span {
  display: none;
}
.choices__inner .select-opt-row .its {
  display: block;
}
.choices__inner .select-opt-row .its {
  display: block;
}
.select-opt-row .its + .it:before {
  content: '\2013';
  display: inline-block;
  margin-right: 8px;
}
.select-opt-row .itv,
.select-opt-row .isin {
  font-size: 14px;
  font-size: 0.875rem; /* 14/16 */
  color: rgb(113, 113, 113)
}
.is-highlighted .select-opt-row .itv, .is-highlighted .select-opt-row .isin {
  color: rgb(248, 248, 248);
}
.label-text {
  display: inline-block;
}
label.stacked {
  display: block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  opacity: 0;
  font-size: 16px;
  font-size: 1rem
}
input[type="checkbox"] + .label-text, input[type="radio"] + .label-text {
  position: relative;
  padding-left: 1.5em;
  margin-right: 1em;
}
input[type="checkbox"] + .label-text:before,
  input[type="checkbox"] + .label-text:after,
  input[type="radio"] + .label-text:before,
  input[type="radio"] + .label-text:after {
  content: '';
  background: rgb(255, 255, 255);
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: .25em;
  left: 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
input[type="checkbox"] + .label-text:before, input[type="radio"] + .label-text:before {
  border: 2px solid rgb(162, 162, 162);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .05);
}
input[type="checkbox"]:disabled + .label-text:before, input[type="radio"]:disabled + .label-text:before {
  background: rgb(248, 248, 248);
  border-color: rgb(220, 220, 220);
  cursor: not-allowed;
}
input[type="checkbox"]:disabled + .label-text:after, input[type="radio"]:disabled + .label-text:after {
  opacity: 0;
  cursor: not-allowed;
}
input[type="checkbox"]:focus + .label-text:before, input[type="radio"]:focus + .label-text:before {
  outline: none;
  /* border-color: color(var(--color-horizon) shade(30%)); */
}
input[type="radio"] {
}
input[type="radio"] + .label-text:before,
  input[type="radio"] + .label-text:after {
  border-radius: 50%;
}
input[type="radio"]:checked + .label-text:before {
  background-color: var(--theme-font-color);
  border-color: var(--theme-font-color);
}
input[type="radio"] + .label-text:after {
  background: rgb(255, 255, 255);
  opacity: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
input[type="radio"]:checked + .label-text:after {
  opacity: 1;
  -webkit-transform: scale(.3);
      -ms-transform: scale(.3);
          transform: scale(.3);
}
input[type="checkbox"] {
}
input[type="checkbox"]:checked + .label-text:before {
  background-color: var(--theme-font-checkbox-color, #717171);
  border-color: var(--theme-font-checkbox-color, #717171);
}
input[type="checkbox"] + .label-text:after {
  background: transparent;
  border: solid rgb(255, 255, 255);
  border-width: 0px 1px 1px 0;
  width: 0.2em;
  height: 0.4em;
  position: absolute;
  top: 0.6em;
  left: 0.45em;
  margin-left: -1px;
  margin-top: -2px;
  opacity: 0;
  -webkit-transform: scale(2) rotate(45deg);
      -ms-transform: scale(2) rotate(45deg);
          transform: scale(2) rotate(45deg);
}
input[type="checkbox"]:checked + .label-text:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
      -ms-transform: scale(1) rotate(45deg);
          transform: scale(1) rotate(45deg);
}
.alert_success,
.alert_info,
.alert_warning,
.alert_error {
  position: relative;
  padding: 20px;
  padding: 1.25rem;
  padding-left: 60px;
  padding-left: 3.75rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  border: 1px solid
}
.alert_success .fa, .alert_info .fa, .alert_warning .fa, .alert_error .fa {
  height: 22px;
  height: 1.375rem;
  width: 22px;
  width: 1.375rem;
  padding: 0;
  position: absolute;
  top: 20px;
  top: 1.25rem;
  left: 20px;
  left: 1.25rem;
  font-size: 22px;
  font-size: 1.375rem;
}
.alert_success li, .alert_info li, .alert_warning li, .alert_error li {
  margin-bottom: .3em;
}
.alert_success p, .alert_info p, .alert_warning p, .alert_error p {
  font-size: inherit;
}
.alert_success .title:last-child,
  .alert_success ul:last-child,
  .alert_success p:last-child,
  .alert_info .title:last-child,
  .alert_info ul:last-child,
  .alert_info p:last-child,
  .alert_warning .title:last-child,
  .alert_warning ul:last-child,
  .alert_warning p:last-child,
  .alert_error .title:last-child,
  .alert_error ul:last-child,
  .alert_error p:last-child {
  margin-bottom: 0;
}
.alert_success .title, .alert_info .title, .alert_warning .title, .alert_error .title {
  font-size: 20px;
  font-size: 1.25rem;
  color: inherit;
}
.alert_success {
  background: #5cb85c;
  background: rgba(92, 184, 92, 0.8);
  border-color: rgb(92, 184, 92);
}
.alert_info {
  background: #4996b7;
  background: rgba(73, 150, 183, 0.8);
  border-color: rgb(73, 150, 183);
}
.alert_warning {
  color: rgb(158, 108, 0);
  background: #fdc652;
  background: rgba(253, 198, 82, 0.8);
  border-color: rgb(253, 198, 82);
}
.alert_error {
  background: #e94c47;
  background: rgba(233, 76, 71, 0.8);
  border-color: rgb(233, 76, 71);
}
/*/
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url(fonts/fontawesome-webfont.eot);
  src: url(fonts/fontawesome-webfont.eot?#iefix) format('embedded-opentype'),
       url(fonts/fontawesome-webfont.woff2) format('woff2'),
       url(fonts/fontawesome-webfont.woff) format('woff'),
       url(fonts/fontawesome-webfont.ttf) format('truetype'),
       url(fonts/fontawesome-webfont.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}
.fa-won:before,
.fa-krw:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-pied-piper-pp:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-cc:before {
  content: "\F20A";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-venus:before {
  content: "\F221";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-facebook-official:before {
  content: "\F230";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-server:before {
  content: "\F233";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-train:before {
  content: "\F238";
}
.fa-subway:before {
  content: "\F239";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-sticky-note-o:before {
  content: "\F24A";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-hourglass-o:before {
  content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}
.fa-hand-scissors-o:before {
  content: "\F257";
}
.fa-hand-lizard-o:before {
  content: "\F258";
}
.fa-hand-spock-o:before {
  content: "\F259";
}
.fa-hand-pointer-o:before {
  content: "\F25A";
}
.fa-hand-peace-o:before {
  content: "\F25B";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-safari:before {
  content: "\F267";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-calendar-plus-o:before {
  content: "\F271";
}
.fa-calendar-minus-o:before {
  content: "\F272";
}
.fa-calendar-times-o:before {
  content: "\F273";
}
.fa-calendar-check-o:before {
  content: "\F274";
}
.fa-industry:before {
  content: "\F275";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-map-o:before {
  content: "\F278";
}
.fa-map:before {
  content: "\F279";
}
.fa-commenting:before {
  content: "\F27A";
}
.fa-commenting-o:before {
  content: "\F27B";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-vimeo:before {
  content: "\F27D";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-edge:before {
  content: "\F282";
}
.fa-credit-card-alt:before {
  content: "\F283";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-modx:before {
  content: "\F285";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-usb:before {
  content: "\F287";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-pause-circle-o:before {
  content: "\F28C";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stop-circle-o:before {
  content: "\F28E";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-percent:before {
  content: "\F295";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-envira:before {
  content: "\F299";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-wheelchair-alt:before {
  content: "\F29B";
}
.fa-question-circle-o:before {
  content: "\F29C";
}
.fa-blind:before {
  content: "\F29D";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-volume-control-phone:before {
  content: "\F2A0";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-assistive-listening-systems:before {
  content: "\F2A2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}
.fa-handshake-o:before {
  content: "\F2B5";
}
.fa-envelope-open:before {
  content: "\F2B6";
}
.fa-envelope-open-o:before {
  content: "\F2B7";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-address-book:before {
  content: "\F2B9";
}
.fa-address-book-o:before {
  content: "\F2BA";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-user-circle-o:before {
  content: "\F2BE";
}
.fa-user-o:before {
  content: "\F2C0";
}
.fa-id-badge:before {
  content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-telegram:before {
  content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}
.fa-shower:before {
  content: "\F2CC";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}
.fa-podcast:before {
  content: "\F2CE";
}
.fa-window-maximize:before {
  content: "\F2D0";
}
.fa-window-minimize:before {
  content: "\F2D1";
}
.fa-window-restore:before {
  content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-eercast:before {
  content: "\F2DA";
}
.fa-microchip:before {
  content: "\F2DB";
}
.fa-snowflake-o:before {
  content: "\F2DC";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-meetup:before {
  content: "\F2E0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* Generated by Glyphter (http://www.glyphter.com) */
@font-face {
  font-family: 'SIX-Pictogram';
  src: url(fonts/six-pictogram.eot);
  src: url(fonts/six-pictogram.eot?#iefix) format('embedded-opentype'),
       url(fonts/six-pictogram.woff) format('woff'),
       url(fonts/six-pictogram.ttf) format('truetype'),
       url(fonts/six-pictogram.svg#six-pictogram) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SIX-Pictogram2';
  src: url(fonts/six-pictogram-1.32.0.eot);
  src: url(fonts/six-pictogram-1.32.0.eot?#iefix) format('embedded-opentype'),
       url(fonts/six-pictogram-1.32.0.woff) format('woff'),
       url(fonts/six-pictogram-1.32.0.ttf) format('truetype'),
       url(fonts/six-pictogram-1.32.0.svg#six-pictogram) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa[class*='sp-'] {
  font-family: 'SIX-Pictogram';
}
/* Temp. fix */
.fa[class*='sp-identity-management'],
.fa[class*='sp-iot'],
.fa[class*='sp-micro-payments'],
.fa[class*='sp-robotics'],
.fa[class*='sp-machine-learning'],
.fa[class*='sp-robotics-advisor'],
.fa[class*='sp-social-trading'],
.fa[class*='sp-wearable'],
.fa[class*='sp-star'],
.fa[class*='sp-analyse'],
.fa[class*='sp-tachometer'],
.fa[class*='sp-mobile-payment'],
.fa[class*='sp-currency'],
.fa[class*='sp-simple-integration'],
.fa[class*='sp-wallet'],
.fa[class*='sp-scales'],
.fa[class*='sp-responsive-design'],
.fa[class*='sp-wlan'],
.fa[class*='sp-foreign-exchange'],
.fa[class*='sp-augmented-reality'],
.fa[class*='sp-shield'],
.fa[class*='sp-rain'],
.fa[class*='sp-snow'],
.fa[class*='sp-paris'],
.fa[class*='sp-rocket'],
.fa[class*='sp-x'],
.fa[class*='sp-temperature'],
.fa[class*='sp-cornet'],
.fa[class*='sp-popsicle'],
.fa[class*='sp-coffee'],
.fa[class*='sp-croissant'],
.fa[class*='sp-cupcake'],
.fa[class*='sp-ear'],
.fa[class*='sp-drop'],
.fa[class*='sp-apple'],
.fa[class*='sp-flash'],
.fa[class*='sp-data-mapping'],
.fa[class*='sp-heart'],
.fa[class*='sp-swiss'],
.fa[class*='sp-tool'],
.fa[class*='sp-hashtag'],
.fa[class*='sp-car-race'],
.fa[class*='sp-flag'],
.fa[class*='sp-bill'],
.fa[class*='sp-sun'],
.fa[class*='sp-signal'],
.fa[class*='sp-car-front'],
.fa[class*='sp-airplane'],
.fa[class*='sp-plus'],
.fa[class*='sp-minus'],
.fa[class*='sp-lab'],
.fa[class*='sp-privacy'],
.fa[class*='sp-usb'],
.fa[class*='sp-tokenization'],
.fa[class*='sp-hand-open'],
.fa[class*='sp-thumbs-up'],
.fa[class*='sp-shopping-cart-ecommerce'],
.fa[class*='sp-service-bell'],
.fa[class*='sp-webshop'],
.fa[class*='sp-psp'],
.fa[class*='sp-bricks'],
.fa[class*='sp-bull-bear'],
.fa[class*='sp-flag-switzerland'],
.fa[class*='sp-pay-points'],
.fa[class*='sp-punch-card'],
.fa[class*='sp-ticket'],
.fa[class*='sp-four-leaf-clover'],
.fa[class*='sp-bar-chart'],
.fa[class*='sp-certificate'],
.fa[class*='sp-water'],
.fa[class*='sp-global-coins'],
.fa[class*='sp-eye'],
.fa[class*='sp-deck-chair'],
.fa[class*='sp-couch'],
.fa[class*='sp-sandwich'],
.fa[class*='sp-broom'],
.fa[class*='sp-doctor'],
.fa[class*='sp-person-two'],
.fa[class*='sp-focus'],
.fa[class*='sp-compass'],
.fa[class*='sp-person-headphones'],
.fa[class*='sp-anchor'],
.fa[class*='sp-stairs'],
.fa[class*='sp-beacon'],
.fa[class*='sp-coupon'],
.fa[class*='sp-qrcode'],
.fa[class*='sp-store'],
.fa[class*='sp-volume'],
.fa[class*='sp-unlock'],
.fa[class*='sp-pencil'],
.fa[class*='sp-touch'],
.fa[class*='sp-bone'],
.fa[class*='sp-person-social'],
.fa[class*='sp-gamepad'],
.fa[class*='sp-astronaut'],
.fa[class*='sp-planet'],
.fa[class*='sp-diamond'],
.fa[class*='sp-fence'],
.fa[class*='sp-hand-paper'],
.fa[class*='sp-sentiment-satisfied'],
.fa[class*='sp-sentiment-dissatisfied'],
.fa[class*='sp-phone-headse'],
.fa[class*='sp-crown'],
.fa[class*='sp-more-horiz'],
.fa[class*='sp-more-vert'],
.fa[class*='sp-play'],
.fa[class*='sp-pause'],
.fa.sp-map,
.fa.sp-map-o,
.fa.sp-map-s,
.fa[class*='sp-viking'],
.fa[class*='sp-bluetooth'],
.fa[class*='sp-camera'],
.fa[class*='sp-pram'],
.fa[class*='sp-bee'],
.fa[class*='sp-barcode'] {
  font-family: 'SIX-Pictogram2';
}
.sp-person-neutral:before{content:'A';}
.sp-person-neutral-o:before{content:'B';}
.sp-person-neutral-s:before{content:'C';}
.sp-person-business:before{content:'D';}
.sp-person-business-o:before{content:'E';}
.sp-person-business-s:before{content:'F';}
.sp-person-client:before{content:'G';}
.sp-person-client-o:before{content:'H';}
.sp-person-client-s:before{content:'I';}
.sp-person-callcenter:before{content:'J';}
.sp-person-callcenter-o:before{content:'K';}
.sp-person-callcenter-s:before{content:'L';}
.sp-person-group:before{content:'M';}
.sp-person-group-o:before{content:'N';}
.sp-person-group-s:before{content:'O';}
.sp-wc-man:before{content:'P';}
.sp-wc-man-o:before{content:'Q';}
.sp-wc-man-s:before{content:'R';}
.sp-wc-woman:before{content:'S';}
.sp-wc-woman-o:before{content:'T';}
.sp-wc-woman-s:before{content:'U';}
.sp-wc-handicap:before{content:'V';}
.sp-wc-handicap-o:before{content:'W';}
.sp-wc-handicap-s:before{content:'X';}
.sp-home:before{content:'Y';}
.sp-home-o:before{content:'Z';}
.sp-home-s:before{content:'a';}
.sp-office:before{content:'b';}
.sp-office-o:before{content:'c';}
.sp-office-s:before{content:'d';}
.sp-factory:before{content:'e';}
.sp-factory-o:before{content:'f';}
.sp-factory-s:before{content:'g';}
.sp-bank:before{content:'h';}
.sp-bank-o:before{content:'i';}
.sp-bank-s:before{content:'j';}
.sp-info:before{content:'k';}
.sp-info-o:before{content:'l';}
.sp-info-s:before{content:'m';}
.sp-screen:before{content:'n';}
.sp-screen-o:before{content:'o';}
.sp-screen-s:before{content:'p';}
.sp-desktop:before{content:'q';}
.sp-desktop-o:before{content:'r';}
.sp-desktop-s:before{content:'s';}
.sp-laptop:before{content:'t';}
.sp-laptop-o:before{content:'u';}
.sp-laptop-s:before{content:'v';}
.sp-server:before{content:'w';}
.sp-server-o:before{content:'x';}
.sp-server-s:before{content:'y';}
.sp-smartphone:before{content:'z';}
.sp-smartphone-o:before{content:'0';}
.sp-smartphone-s:before{content:'1';}
.sp-tablet:before{content:'2';}
.sp-tablet-o:before{content:'3';}
.sp-tablet-s:before{content:'4';}
.sp-telephone:before{content:'5';}
.sp-telephone-o:before{content:'6';}
.sp-telephone-s:before{content:'7';}
.sp-storage:before{content:'8';}
.sp-storage-o:before{content:'9';}
.sp-storage-s:before{content:'!';}
.sp-disc:before{content:'"';}
.sp-disc-o:before{content:'#';}
.sp-disc-s:before{content:'$';}
.sp-printer:before{content:'%';}
.sp-printer-o:before{content:'&';}
.sp-printer-s:before{content:'\'';}
.sp-lock:before{content:'(';}
.sp-lock-o:before{content:')';}
.sp-lock-s:before{content:'*';}
.sp-mail:before{content:'+';}
.sp-mail-o:before{content:',';}
.sp-mail-s:before{content:'-';}
.sp-file:before{content:'.';}
.sp-file-o:before{content:'/';}
.sp-file-s:before{content:'[';}
.sp-file-text:before{content:'\\';}
.sp-file-text-o:before{content:']';}
.sp-file-text-s:before{content:'^';}
.sp-paragraph:before{content:'_';}
.sp-paragraph-o:before{content:'`';}
.sp-paragraph-s:before{content:'\151';}
.sp-calendar:before{content:'{';}
.sp-calendar-o:before{content:'|';}
.sp-calendar-s:before{content:'}';}
.sp-book:before{content:'~';}
.sp-book-o:before{content:'?';}
.sp-book-s:before{content:'\16E';}
.sp-search:before{content:'@';}
.sp-search-o:before{content:'<';}
.sp-search-s:before{content:'>';}
.sp-rss:before{content:'=';}
.sp-rss-o:before{content:':';}
.sp-rss-s:before{content:';';}
.sp-coins:before{content:'\A1';}
.sp-coins-o:before{content:'\A2';}
.sp-coins-s:before{content:'\A3';}
.sp-banknote:before{content:'\A4';}
.sp-banknote-o:before{content:'\A5';}
.sp-banknote-s:before{content:'\A6';}
.sp-cash:before{content:'\A7';}
.sp-cash-o:before{content:'\A8';}
.sp-cash-s:before{content:'\A9';}
.sp-cashless:before{content:'\AA';}
.sp-cashless-o:before{content:'\AB';}
.sp-cashless-s:before{content:'\AC';}
.sp-card:before{content:'\AE';}
.sp-card-o:before{content:'\AF';}
.sp-card-s:before{content:'\B0';}
.sp-clock:before{content:'\B1';}
.sp-clock-o:before{content:'\B2';}
.sp-clock-s:before{content:'\B3';}
.sp-leaf:before{content:'\B4';}
.sp-leaf-o:before{content:'\B5';}
.sp-leaf-s:before{content:'\B6';}
.sp-flexibility:before{content:'\B7';}
.sp-flexibility-o:before{content:'\B8';}
.sp-flexibility-s:before{content:'\B9';}
.sp-piggy-bank:before{content:'\BA';}
.sp-piggy-bank-o:before{content:'\BB';}
.sp-piggy-bank-s:before{content:'\BC';}
.sp-stability:before{content:'\BD';}
.sp-stability-o:before{content:'\BF';}
.sp-stability-s:before{content:'\C0';}
.sp-lightbulb:before{content:'\C1';}
.sp-lightbulb-o:before{content:'\C2';}
.sp-lightbulb-s:before{content:'\C3';}
.sp-success:before{content:'\C4';}
.sp-success-o:before{content:'\C5';}
.sp-success-s:before{content:'\C6';}
.sp-global:before{content:'\C7';}
.sp-global-o:before{content:'\C8';}
.sp-global-s:before{content:'\C9';}
.sp-gears:before{content:'\CA';}
.sp-gears-o:before{content:'\CB';}
.sp-gears-s:before{content:'\CC';}
.sp-cheveron-right:before{content:'\CD';}
.sp-cheveron-right-o:before{content:'\CE';}
.sp-cheveron-right-s:before{content:'\CF';}
.sp-map-marker:before{content:'\152';}
.sp-map-marker-o:before{content:'\D0';}
.sp-map-marker-s:before{content:'\D1';}
.sp-share:before{content:'\D2';}
.sp-share-o:before{content:'\D3';}
.sp-share-s:before{content:'\D4';}
.sp-exchange:before{content:'\D5';}
.sp-exchange-o:before{content:'\D6';}
.sp-exchange-s:before{content:'\D7';}
.sp-download:before{content:'\D8';}
.sp-download-o:before{content:'\D9';}
.sp-download-s:before{content:'\DA';}
.sp-exclamation:before{content:'\DB';}
.sp-exclamation-o:before{content:'\DC';}
.sp-exclamation-s:before{content:'\DD';}
.sp-check:before{content:'\DE';}
.sp-check-o:before{content:'\DF';}
.sp-check-s:before{content:'\E0';}
.sp-question:before{content:'\E4';}
.sp-question-o:before{content:'\E5';}
.sp-question-s:before{content:'\E6';}
.sp-trash:before{content:'\E7';}
.sp-trash-o:before{content:'\E8';}
.sp-trash-s:before{content:'\E9';}
.sp-warning:before{content:'\EA';}
.sp-warning-o:before{content:'\EB';}
.sp-warning-s:before{content:'\EC';}
.sp-arrow-right:before{content:'\ED';}
.sp-arrow-right-o:before{content:'\EE';}
.sp-arrow-right-s:before{content:'\EF';}
.sp-skull:before{content:'\F0';}
.sp-skull-o:before{content:'\F1';}
.sp-skull-s:before{content:'\F2';}
.sp-berlin:before{content:'\F3';}
.sp-berlin-o:before{content:'\F4';}
.sp-berlin-s:before{content:'\F5';}
.sp-london:before{content:'\F6';}
.sp-london-o:before{content:'\F7';}
.sp-london-s:before{content:'\F8';}
.sp-zurich:before{content:'\F9';}
.sp-zurich-o:before{content:'\FA';}
.sp-zurich-s:before{content:'\FB';}
.sp-handshake:before{content:'\FC';}
.sp-handshake-o:before{content:'\FD';}
.sp-handshake-s:before{content:'\100';}
.sp-puzzle:before{content:'\101';}
.sp-puzzle-o:before{content:'\FE';}
.sp-puzzle-s:before{content:'\FF';}
.sp-projector:before{content:'\102';}
.sp-projector-o:before{content:'\103';}
.sp-projector-s:before{content:'\104';}
.sp-speechbubble:before{content:'\105';}
.sp-speechbubble-o:before{content:'\106';}
.sp-speechbubble-s:before{content:'\107';}
.sp-cloud:before{content:'\108';}
.sp-cloud-o:before{content:'\109';}
.sp-cloud-s:before{content:'\10A';}
.sp-key:before{content:'\10B';}
.sp-key-o:before{content:'\10C';}
.sp-key-s:before{content:'\10D';}
.sp-glass:before{content:'\10E';}
.sp-glass-o:before{content:'\10F';}
.sp-glass-s:before{content:'\112';}
.sp-arrow-up:before{content:'\113';}
.sp-arrow-up-o:before{content:'\114';}
.sp-arrow-up-s:before{content:'\115';}
.sp-diversify:before{content:'\116';}
.sp-diversify-o:before{content:'\117';}
.sp-diversify-s:before{content:'\118';}
.sp-smoking-prohibited:before{content:'\119';}
.sp-smoking-prohibited-o:before{content:'\11A';}
.sp-smoking-prohibited-s:before{content:'\11B';}
.sp-smoking-allowed:before{content:'\11C';}
.sp-smoking-allowed-o:before{content:'\11D';}
.sp-smoking-allowed-s:before{content:'\11E';}
.sp-surveillance:before{content:'\11F';}
.sp-surveillance-o:before{content:'\120';}
.sp-surveillance-s:before{content:'\121';}
.sp-arrow-down:before{content:'\122';}
.sp-arrow-down-o:before{content:'\123';}
.sp-arrow-down-s:before{content:'\124';}
.sp-calculator:before{content:'\125';}
.sp-calculator-o:before{content:'\126';}
.sp-calculator-s:before{content:'\127';}
.sp-parking:before{content:'\128';}
.sp-parking-o:before{content:'\129';}
.sp-parking-s:before{content:'\12A';}
.sp-train:before{content:'\12B';}
.sp-train-o:before{content:'\12C';}
.sp-train-s:before{content:'\12D';}
.sp-contactless:before{content:'\12E';}
.sp-contactless-o:before{content:'\12F';}
.sp-contactless-s:before{content:'\130';}
.sp-glasses:before{content:'\131';}
.sp-glasses-o:before{content:'\132';}
.sp-glasses-s:before{content:'\133';}
.sp-way-up:before{content:'\134';}
.sp-way-up-o:before{content:'\135';}
.sp-way-up-s:before{content:'\136';}
.sp-umbrella:before{content:'\137';}
.sp-umbrella-o:before{content:'\138';}
.sp-umbrella-s:before{content:'\139';}
.sp-cash-machine:before{content:'\13C';}
.sp-cash-machine-o:before{content:'\13D';}
.sp-cash-machine-s:before{content:'\13E';}
.sp-terminal:before{content:'\13F';}
.sp-terminal-o:before{content:'\140';}
.sp-terminal-s:before{content:'\141';}
.sp-mobile-terminal:before{content:'\142';}
.sp-mobile-terminal-o:before{content:'\143';}
.sp-mobile-terminal-s:before{content:'\144';}
.sp-cash-register:before{content:'\145';}
.sp-cash-register-o:before{content:'\146';}
.sp-cash-register-s-s:before{content:'\147';}
.sp-shopping-cart:before{content:'\148';}
.sp-shopping-cart-o:before{content:'\149';}
.sp-shopping-cart-s:before{content:'\14A';}
.sp-upload:before{content:'\14B';}
.sp-upload-o:before{content:'\14C';}
.sp-upload-s:before{content:'\14D';}
.sp-funnel:before{content:'\14E';}
.sp-funnel-o:before{content:'\14F';}
.sp-funnel-s:before{content:'\150';}
.sp-rock:before{content:'\153';}
.sp-rock-o:before{content:'\154';}
.sp-rock-s:before{content:'\155';}
.sp-shopping-cart-download:before{content:'\156';}
.sp-shopping-cart-download-o:before{content:'\157';}
.sp-shopping-cart-download-s:before{content:'\158';}
.sp-shopping-cart-chf:before{content:'\159';}
.sp-shopping-cart-chf-o:before{content:'\15A';}
.sp-shopping-cart-chf-s:before{content:'\15B';}
.sp-big-data:before{content:'\15C';}
.sp-big-data-o:before{content:'\15D';}
.sp-big-data-s:before{content:'\15E';}
.sp-dna:before{content:'\15F';}
.sp-dna-o:before{content:'\160';}
.sp-dna-s:before{content:'\161';}
.sp-blockchain:before{content:'\162';}
.sp-blockchain-o:before{content:'\163';}
.sp-blockchain-s:before{content:'\164';}
.sp-crowdfunding:before{content:'\165';}
.sp-crowdfunding-o:before{content:'\166';}
.sp-crowdfunding-s:before{content:'\167';}
.sp-cryptocurrency:before{content:'\168';}
.sp-cryptocurrency-o:before{content:'\169';}
.sp-cryptocurrency-s:before{content:'\16A';}
.sp-identity-management:before{content:'A';}
.sp-identity-management-o:before{content:'B';}
.sp-identity-management-s:before{content:'C';}
.sp-iot:before{content:'D';}
.sp-iot-o:before{content:'E';}
.sp-iot-s:before{content:'F';}
.sp-micro-payments:before{content:'G';}
.sp-micro-payments-o:before{content:'H';}
.sp-micro-payments-s:before{content:'I';}
.sp-robotics:before{content:'J';}
.sp-robotics-o:before{content:'K';}
.sp-robotics-s:before{content:'L';}
.sp-machine-learning:before{content:'M';}
.sp-machine-learning-o:before{content:'N';}
.sp-machine-learning-s:before{content:'O';}
.sp-robotics-advisor:before{content:'P';}
.sp-robotics-advisor-o:before{content:'Q';}
.sp-robotics-advisor-s:before{content:'R';}
.sp-social-trading:before{content:'S';}
.sp-social-trading-o:before{content:'T';}
.sp-social-trading-s:before{content:'U';}
.sp-wearable:before{content:'V';}
.sp-wearable-o:before{content:'W';}
.sp-wearable-s:before{content:'X';}
.sp-star:before{content:'Y';}
.sp-star-o:before{content:'Z';}
.sp-star-s:before{content:'a';}
.sp-analyse:before{content:'b';}
.sp-analyse-o:before{content:'c';}
.sp-analyse-s:before{content:'d';}
.sp-tachometer:before{content:'e';}
.sp-tachometer-o:before{content:'f';}
.sp-tachometer-s:before{content:'g';}
.sp-mobile-payment:before{content:'h';}
.sp-mobile-payment-o:before{content:'i';}
.sp-mobile-payment-s:before{content:'j';}
.sp-currency:before{content:'k';}
.sp-currency-o:before{content:'l';}
.sp-currency-s:before{content:'m';}
.sp-simple-integration:before{content:'n';}
.sp-simple-integration-o:before{content:'o';}
.sp-simple-integration-s:before{content:'p';}
.sp-wallet:before{content:'q';}
.sp-wallet-o:before{content:'r';}
.sp-wallet-s:before{content:'s';}
.sp-scales:before{content:'t';}
.sp-scales-o:before{content:'u';}
.sp-scales-s:before{content:'v';}
.sp-responsive-design:before{content:'w';}
.sp-responsive-design-o:before{content:'x';}
.sp-responsive-design-s:before{content:'y';}
.sp-wlan:before{content:'z';}
.sp-wlan-o:before{content:'0';}
.sp-wlan-s:before{content:'1';}
.sp-foreign-exchange:before{content:'2';}
.sp-foreign-exchange-o:before{content:'3';}
.sp-foreign-exchange-s:before{content:'4';}
.sp-augmented-reality:before{content:'5';}
.sp-augmented-reality-o:before{content:'6';}
.sp-augmented-reality-s:before{content:'7';}
.sp-shield:before{content:'8';}
.sp-shield-o:before{content:'9';}
.sp-shield-s:before{content:'!';}
.sp-rain:before{content:'"';}
.sp-rain-o:before{content:'#';}
.sp-rain-s:before{content:'$';}
.sp-snow:before{content:'%';}
.sp-snow-o:before{content:'&';}
.sp-snow-s:before{content:'\'';}
.sp-paris:before{content:'(';}
.sp-paris-o:before{content:')';}
.sp-paris-s:before{content:'*';}
.sp-rocket:before{content:'+';}
.sp-rocket-o:before{content:',';}
.sp-rocket-s:before{content:'-';}
.sp-x:before{content:'.';}
.sp-x-o:before{content:'/';}
.sp-x-s:before{content:'[';}
.sp-temperature:before{content:'\\';}
.sp-temperature-o:before{content:']';}
.sp-temperature-s:before{content:'^';}
.sp-cornet:before{content:'_';}
.sp-cornet-o:before{content:'`';}
.sp-cornet-s:before{content:'{';}
.sp-popsicle:before{content:'|';}
.sp-popsicle-o:before{content:'}';}
.sp-popsicle-s:before{content:'~';}
.sp-coffee:before{content:'?';}
.sp-coffee-o:before{content:'\2122';}
.sp-coffee-s:before{content:'\161';}
.sp-croissant:before{content:'\203A';}
.sp-croissant-o:before{content:'\153';}
.sp-croissant-s:before{content:'\17E';}
.sp-cupcake:before{content:'\178';}
.sp-cupcake-o:before{content:'\A1';}
.sp-cupcake-s:before{content:'\A2';}
.sp-ear:before{content:'\A3';}
.sp-ear-o:before{content:'\A4';}
.sp-ear-s:before{content:'\A5';}
.sp-drop:before{content:'\A6';}
.sp-drop-o:before{content:'\A7';}
.sp-drop-s:before{content:'\A8';}
.sp-apple:before{content:'\A9';}
.sp-apple-o:before{content:'\AA';}
.sp-apple-s:before{content:'\AB';}
.sp-flash:before{content:'\AC';}
.sp-flash-o:before{content:'\AE';}
.sp-flash-s:before{content:'\AF';}
.sp-data-mapping:before{content:'\B0';}
.sp-data-mapping-o:before{content:'\B1';}
.sp-data-mapping-s:before{content:'\B2';}
.sp-heart:before{content:'\B3';}
.sp-heart-o:before{content:'\B4';}
.sp-heart-s:before{content:'\B5';}
.sp-swiss:before{content:'\B6';}
.sp-swiss-o:before{content:'\B7';}
.sp-swiss-s:before{content:'\B8';}
.sp-tool:before{content:'\B9';}
.sp-tool-o:before{content:'\BA';}
.sp-tool-s:before{content:'\BB';}
.sp-hashtag:before{content:'\BC';}
.sp-hashtag-o:before{content:'\BD';}
.sp-hashtag-s:before{content:'\BE';}
.sp-car-race:before{content:'\BF';}
.sp-car-race-o:before{content:'\C0';}
.sp-car-race-s:before{content:'\C1';}
.sp-flag:before{content:'\C2';}
.sp-flag-o:before{content:'\C3';}
.sp-flag-s:before{content:'\C4';}
.sp-bill:before{content:'\C5';}
.sp-bill-o:before{content:'\C6';}
.sp-bill-s:before{content:'\C7';}
.sp-sun:before{content:'\C8';}
.sp-sun-o:before{content:'\C9';}
.sp-sun-s:before{content:'\CA';}
.sp-signal:before{content:'\CB';}
.sp-signal-o:before{content:'\CC';}
.sp-signal-s:before{content:'\CD';}
.sp-car-front:before{content:'\CE';}
.sp-car-front-o:before{content:'\CF';}
.sp-car-front-s:before{content:'\D0';}
.sp-airplane:before{content:'\D1';}
.sp-airplane-o:before{content:'\D2';}
.sp-airplane-s:before{content:'\D3';}
.sp-plus:before{content:'\D4';}
.sp-plus-o:before{content:'\D5';}
.sp-plus-s:before{content:'\D6';}
.sp-minus:before{content:'\D7';}
.sp-minus-o:before{content:'\D8';}
.sp-minus-s:before{content:'\D9';}
.sp-lab:before{content:'\DA';}
.sp-lab-o:before{content:'\DB';}
.sp-lab-s:before{content:'\DC';}
.sp-privacy:before{content:'\DD';}
.sp-privacy-o:before{content:'\DE';}
.sp-privacy-s:before{content:'\DF';}
.sp-usb:before{content:'\E0';}
.sp-usb-o:before{content:'\E1';}
.sp-usb-s:before{content:'\E2';}
.sp-tokenization:before{content:'\E3';}
.sp-tokenization-o:before{content:'\E4';}
.sp-tokenization-s:before{content:'\E5';}
.sp-hand-open:before{content:'\E6';}
.sp-hand-open-o:before{content:'\E7';}
.sp-hand-open-s:before{content:'\E8';}
.sp-thumbs-up:before{content:'\E9';}
.sp-thumbs-up-o:before{content:'\EA';}
.sp-thumbs-up-s:before{content:'\EB';}
.sp-shopping-cart-ecommerce:before{content:'\EC';}
.sp-shopping-cart-ecommerce-o:before{content:'\ED';}
.sp-shopping-cart-ecommerce-s:before{content:'\EE';}
.sp-service-bell:before{content:'\EF';}
.sp-service-bell-o:before{content:'\F0';}
.sp-service-bell-s:before{content:'\F1';}
.sp-webshop:before{content:'\F2';}
.sp-webshop-o:before{content:'\F3';}
.sp-webshop-s:before{content:'\F4';}
.sp-psp:before{content:'\F5';}
.sp-psp-o:before{content:'\F6';}
.sp-psp-s:before{content:'\F7';}
.sp-bricks:before{content:'\F8';}
.sp-bricks-o:before{content:'\F9';}
.sp-bricks-s:before{content:'\FA';}
.sp-bull-bear:before{content:'\FB';}
.sp-bull-bear-o:before{content:'\FC';}
.sp-bull-bear-s:before{content:'\FD';}
.sp-flag-switzerland:before{content:'\FE';}
.sp-flag-switzerland-o:before{content:'\FF';}
.sp-flag-switzerland-s:before{content:'\100';}
.sp-pay-points:before{content:'\101';}
.sp-pay-points-o:before{content:'\102';}
.sp-pay-points-s:before{content:'\103';}
.sp-punch-card:before{content:'\104';}
.sp-punch-card-o:before{content:'\105';}
.sp-punch-card-s:before{content:'\106';}
.sp-ticket:before{content:'\107';}
.sp-ticket-o:before{content:'\108';}
.sp-ticket-s:before{content:'\109';}
.sp-four-leaf-clover:before{content:'\10A';}
.sp-four-leaf-clover-o:before{content:'\10B';}
.sp-four-leaf-clover-s:before{content:'\10C';}
.sp-bar-chart:before{content:'\10D';}
.sp-bar-chart-o:before{content:'\10E';}
.sp-bar-chart-s:before{content:'\10F';}
.sp-certificate:before{content:'\110';}
.sp-certificate-o:before{content:'\111';}
.sp-certificate-s:before{content:'\112';}
.sp-water:before{content:'\113';}
.sp-water-o:before{content:'\114';}
.sp-water-s:before{content:'\115';}
.sp-global-coins:before{content:'\116';}
.sp-global-coins-o:before{content:'\117';}
.sp-global-coins-s:before{content:'\118';}
.sp-eye:before{content:'\119';}
.sp-eye-o:before{content:'\11A';}
.sp-eye-s:before{content:'\11B';}
.sp-deck-chair:before{content:'\11C';}
.sp-deck-chair-o:before{content:'\11D';}
.sp-deck-chair-s:before{content:'\11E';}
.sp-couch:before{content:'\11F';}
.sp-couch-o:before{content:'\120';}
.sp-couch-s:before{content:'\121';}
.sp-sandwich:before{content:'\122';}
.sp-sandwich-o:before{content:'\123';}
.sp-sandwich-s:before{content:'\124';}
.sp-broom:before{content:'\125';}
.sp-broom-o:before{content:'\126';}
.sp-broom-s:before{content:'\127';}
.sp-doctor:before{content:'\128';}
.sp-doctor-o:before{content:'\129';}
.sp-doctor-s:before{content:'\12A';}
.sp-person-two:before{content:'\12B';}
.sp-person-two-o:before{content:'\12C';}
.sp-person-two-s:before{content:'\12D';}
.sp-focus:before{content:'\12E';}
.sp-focus-o:before{content:'\12F';}
.sp-focus-s:before{content:'\130';}
.sp-compass:before{content:'\131';}
.sp-compass-o:before{content:'\132';}
.sp-compass-s:before{content:'\133';}
.sp-person-headphones:before{content:'\134';}
.sp-person-headphones-o:before{content:'\135';}
.sp-person-headphones-s:before{content:'\136';}
.sp-anchor:before{content:'\137';}
.sp-anchor-o:before{content:'\138';}
.sp-anchor-s:before{content:'\139';}
.sp-stairs:before{content:'\13A';}
.sp-stairs-o:before{content:'\13B';}
.sp-stairs-s:before{content:'\13C';}
.sp-beacon:before{content:'\13D';}
.sp-beacon-o:before{content:'\13E';}
.sp-beacon-s:before{content:'\13F';}
.sp-coupon:before{content:'\140';}
.sp-coupon-o:before{content:'\141';}
.sp-coupon-s:before{content:'\142';}
.sp-qrcode:before{content:'\143';}
.sp-qrcode-o:before{content:'\144';}
.sp-qrcode-s:before{content:'\145';}
.sp-store:before{content:'\146';}
.sp-store-o:before{content:'\147';}
.sp-store-s:before{content:'\148';}
.sp-volume:before{content:'\149';}
.sp-volume-o:before{content:'\14A';}
.sp-volume-s:before{content:'\14B';}
.sp-unlock:before{content:'\14C';}
.sp-unlock-o:before{content:'\14D';}
.sp-unlock-s:before{content:'\14E';}
.sp-pencil:before{content:'\14F';}
.sp-pencil-o:before{content:'\150';}
.sp-pencil-s:before{content:'\151';}
.sp-touch:before{content:'\152';}
.sp-touch-o:before{content:'\154';}
.sp-touch-s:before{content:'\155';}
.sp-bone:before{content:'\156';}
.sp-bone-o:before{content:'\157';}
.sp-bone-s:before{content:'\158';}
.sp-person-social:before{content:'\159';}
.sp-person-social-o:before{content:'\15A';}
.sp-person-social-s:before{content:'\15B';}
.sp-gamepad:before{content:'\15C';}
.sp-gamepad-o:before{content:'\15D';}
.sp-gamepad-s:before{content:'\15E';}
.sp-astronaut:before{content:'\15F';}
.sp-astronaut-o:before{content:'\160';}
.sp-astronaut-s:before{content:'\162';}
.sp-planet:before{content:'\163';}
.sp-planet-o:before{content:'\164';}
.sp-planet-s:before{content:'\165';}
.sp-diamond:before{content:'\166';}
.sp-diamond-o:before{content:'\167';}
.sp-diamond-s:before{content:'\168';}
.sp-fence:before{content:'\169';}
.sp-fence-o:before{content:'\16A';}
.sp-fence-s:before{content:'\16B';}
.sp-hand-paper:before{content:'\16E';}
.sp-hand-paper-o:before{content:'\16D';}
.sp-hand-paper-s:before{content:'\16C';}
.sp-sentiment-satisfied:before{content:'\16F';}
.sp-sentiment-satisfied-o:before{content:'\170';}
.sp-sentiment-satisfied-s:before{content:'\171';}
.sp-sentiment-dissatisfied:before{content:'\172';}
.sp-sentiment-dissatisfied-o:before{content:'\173';}
.sp-sentiment-dissatisfied-s:before{content:'\174';}
.sp-phone-headset:before{content:'\175';}
.sp-phone-headset-o:before{content:'\176';}
.sp-phone-headset-s:before{content:'\177';}
.sp-crown:before{content:'\179';}
.sp-crown-o:before{content:'\17A';}
.sp-crown-s:before{content:'\17B';}
.sp-more-horiz:before{content:'\17C';}
.sp-more-horiz-o:before{content:'\17D';}
.sp-more-horiz-s:before{content:'\17F';}
.sp-more-vert:before{content:'\180';}
.sp-more-vert-o:before{content:'\181';}
.sp-more-vert-s:before{content:'\182';}
.sp-play:before{content:'\183';}
.sp-play-o:before{content:'\184';}
.sp-play-s:before{content:'\185';}
.sp-pause:before{content:'\186';}
.sp-pause-o:before{content:'\187';}
.sp-pause-s:before{content:'\188';}
.sp-map:before{content:'\189';}
.sp-map-o:before{content:'\18A';}
.sp-map-s:before{content:'\18B';}
.sp-viking:before{content:'\18C';}
.sp-viking-o:before{content:'\18D';}
.sp-viking-s:before{content:'\18E';}
.sp-bluetooth:before{content:'\190';}
.sp-bluetooth-o:before{content:'\191';}
.sp-bluetooth-s:before{content:'\192';}
.sp-camera:before{content:'\193';}
.sp-camera-o:before{content:'\194';}
.sp-camera-s:before{content:'\195';}
.sp-pram:before{content:'\196';}
.sp-pram-o:before{content:'\197';}
.sp-pram-s:before{content:'\198';}
.sp-bee:before{content:'\199';}
.sp-bee-o:before{content:'\19A';}
.sp-bee-s:before{content:'\19B';}
.sp-barcode:before{content:'\19D';}
.sp-barcode-o:before{content:'\19E';}
.sp-barcode-s:before{content:'\19F';}
.fa[class*='sp-flag-switzerland'] {
 background-color: #FFFFFF !important;
 color: #FF0000 !important;
}
.spinner svg {
  width: 40px;
  height: 40px;
  display: block;
}
.spinner path {
  stroke-dashoffset: 70;
  stroke-dasharray: 70, 444;
  -webkit-animation: loader 2s cubic-bezier(0.56, 0.39, 0.51, 0.96) infinite;
          animation: loader 2s cubic-bezier(0.56, 0.39, 0.51, 0.96) infinite;
}
@-webkit-keyframes loader {
  to { stroke-dashoffset: -444; }
}
@keyframes loader {
  to { stroke-dashoffset: -444; }
}
/*
 * CSS Definitions for lists
 */
ol,
ul,
dl {
  margin-top: 0;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
  font-size: 1em;
  margin-left: 32px;
  margin-left: 2rem;
}
ul {
  list-style: disc outside;
}
ol {
  list-style: decimal outside;
}
ol,
ul {
  margin-top: 0;
  margin-left: 19.2px;
  margin-left: 1.2rem;
  padding-left: 0;
}
li {
  margin-bottom: .8em;
}
nav ul,
nav ul ul {
  margin-left: 0;
}
.textimage ul,
.textimage ol {
  list-style-type: none;
  margin-left: 1.563em
}
.textimage ul li, .textimage ol li {
  position: relative;
  margin-bottom: 0.6em;
}
.textimage ul li ul,
    .textimage ul li ol,
    .textimage ol li ul,
    .textimage ol li ol {
  margin-top: 0.5em;
  margin-bottom: 0.8em;
}
.textimage ul:not(.fa-ul) {
}
.textimage ul:not(.fa-ul) li:before {
  content: '';
  width: 0.3125em;
  /* 5/16 */
  height: 0.3125em;
  /* 5/16 */
  border-radius: 50%;
  background: rgb(222, 57, 25);
  position: absolute;
  left: -16px;
  top: 10px;
}
.textimage ol {
  counter-reset: counter
}
.textimage ol li {
  counter-increment: counter;
}
.textimage ol li:before {
  font-family: var(--theme-font-family-condensed);
  content: counter(counter, decimal-leading-zero) '.';
  font-size: 0.750em;
  color: rgb(222, 57, 25);
  position: absolute;
  left: -2em;
  top: 0.416em;
}
.fa-ul,
.links-only {
  font-size: 14px;
  font-size: 0.875rem; /* 14/16 */
}
.links-only {
  margin-left: 0;
  list-style: none
}
.links-only i.fa {
  display: none;
}
.social_connect {
}
.social_connect li:first-child {
  /* hide "Follow us:" text */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.social_connect ul {
  margin-left: -.4em;
  margin-right: -.4em;
}
.social_connect li {
  display: inline-block;
  margin-bottom: 0;
}
.social_connect a {
  font-size: 18px;
  font-size: 1.125rem;
  /* 18/16 */
  color: rgb(184, 184, 184);
  display: inline-block;
  padding: .4em;
}
.social_connect a:hover {
  color: rgb(147, 147, 147);
}
.pagination {
  text-align: center;
  margin: 40px 0 10px 0
  /* Needed when pagination is integrated into a teaser list page */
}
.pagination nav ul {
  display: block;
}
.pagination li {
  margin: 0;
}
.pagination li {
  display: inline-block;
  margin-bottom: 0;
}
.pagination .arrow {
  display: none;
}
.pagination a {
  display: inline-block;
  border: 1px solid transparent;
  color: rgb(113, 113, 113);
  font-size: 12px;
  font-size: 0.75rem;
  /* 12/16 */
  padding: 6px 9px 5px;
  margin: 6px 1px;
}
.pagination a:hover {
  color: rgb(90, 90, 90);
}
.pagination .first a {
  margin-left: 0;
  margin-right: 4px;
}
.pagination .last a {
  margin-left: 4px;
  margin-right: 0;
}
.pagination .active a {
  color: var(--theme-font-color);
  border-color: var(--theme-font-color);
  background-color: var(--theme-font-color);
}
/* Image */
img {
    max-width: 100%;
    height: auto;
    visibility: hidden;
}
img[src] {
    visibility: visible;
}
div.mood {
    display: block;
    margin-bottom: 16px;
    width: auto;
}
.mood img {
    display: block;
}
.mood.partner {
    max-width: 60%;
}
.fig.image-block {
    margin-bottom: 10px;
    margin-right: 0;
    max-width: 100%;
    position: relative;
    width: 100%;
}
/* [class=fig], */
/* removed default style*/
/* .fig.image-small,
.fig.image-medium,
.fig.image-large,
.figure .fig.align-left,
.align-left .fig {
    float: left;
    margin-left: 0;
    margin-right: 14px;
} */
/* SIX-2915: supports alignement */
/* .figure .fig.align-right,
.align-right .fig {
    margin-left: 14px;
    margin-right: 0;
} */
.figure .fig.align-center,
.align-center .fig {
    margin-left: auto;
    margin-right: auto;
}
/* SIX-2915: supports small images to be centered */
/* .fig.align-center img {
    display: inline-block;
} */
/* [class=fig], */
/* removed default style*/
.fig.image-small {
    width: 30%;
}
.fig.image-medium {
    width: 40%;
}
.fig.image-large {
    width: 50%;
}
.image-block img,
.image-large img,
.image-medium img,
.image-small img {
    display: block;
    width: auto;
}
/* List Image */
/* .list img,
.list .img {
    float: left;
    margin-right: 14px;
    max-width: 30%;
}
 */
/* .list .img {
    width: 50%;
} */
.list.image-block img,
.list.image-block .img {
    /* float: none; */
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1px;
    max-width: 100%;
    position: relative;
}
.list.image-block .img {
    width: 100%;
}
.list.image-large img,
.list.image-large .img {
    max-width: 50%;
}
.list.image-large .img {
    width: 50%;
}
.list.image-medium img,
.list.image-medium .img {
    max-width: 40%;
}
.list.image-medium .img {
    width: 40%;
}
.list.image-small img,
.list.image-small .img {
    max-width: 30%;
}
.list.image-small .img {
    width: 30%;
}
.list .img img {
    /* float: none; */
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: auto;
}
/* SIX-3235: image large in lists 4-4-4 and 3-3-3-3 should look like block */
/* this would be grid behavior: only set image large to block in 3 and 4 columns
.list.image-large .cols_4-4-4 .img,
.list.image-large .cols_3-3-3-3 .img {
    margin-bottom: 10px;
    min-width: 100%;
    width: 100%;
}
*/
/* SIX-3235: set all images in 4 cols to block  */
.list.image-small .cols_3-3-3-3 .img,
.list.image-medium .cols_3-3-3-3 .img,
.list.image-large .cols_3-3-3-3 .img {
    margin-bottom: 1px;
    min-width: 100%;
    width: 100%;
}
/* SIX-3235: special treatment for images in 3 cols */
@media only screen and (min-width: 768px) {

    .list.image-small .cols_4-4-4 .img,
    .list.image-medium .cols_4-4-4 .img,
    .list.image-large .cols_4-4-4 .img {
        margin-bottom: 1px;
        min-width: 100%;
        width: 100%;
    }

}
/* Partner lists */
.list .thumb {
    position: relative;
}
.list.image-block .img.thumb,
.list.image-small .cols_3-3-3-3 .img.thumb,
.list.image-medium .cols_3-3-3-3 .img.thumb,
.list.image-large .cols_3-3-3-3 .img.thumb,
.list.image-small .cols_4-4-4 .img.thumb,
.list.image-medium .cols_4-4-4 .img.thumb,
.list.image-large .cols_4-4-4 .img.thumb {
    margin-bottom: 10px;
}
.list .thumb .thumb-holder {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 56.25%; /* 16:9 */
}
.list .thumb img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    margin-bottom: auto;
    margin-top: auto;
    left: 0;
    right: 0;
}
/* Gallery */
.list.image-small .gallery .item {
    box-sizing: border-box;
    width: calc(25% - 15px);
}
.list.image-medium .gallery .item {
    box-sizing: border-box;
    width: calc(33% - 14px);
}
.list.image-large .gallery .item {
    box-sizing: border-box;
    width: calc(50% - 15px);
}
.list.image-block .gallery .item {
    float: none;
    width: auto;
}
.list .gallery .item img {
    float: none;
    max-width: 100%;
    width: auto;
}
@media only screen and (max-width: 767px) {

    .list.image-small .gallery .item {
        width: calc(50% - 15px);
    }

    .list.image-medium .gallery .item,
    .list.image-large .gallery .item {
        float: none;
        width: auto;
    }

}
/* Featured carousel */
.image-block .featured .figure,
.row .image-large .featured .figure {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.image-large .featured .figure {
    width: 50%;
}
.image-medium .featured .figure {
    width: 33%;
}
.image-small .featured .figure {
    width: 25%;
}
/* Grid */
.column_1 .fig.image-large,
.column_2 .fig.image-large,
.column_3 .fig.image-large,
.column_4 .fig.image-large,
.column_5 .fig.image-large  {
    float: none !important;
    margin-right: 0 !important;
    max-width: 100% !important;
}
.column_1 .image-large img,
.column_2 .image-large img,
.column_3 .image-large img,
.column_4 .image-large img,
.column_5 .image-large img,
.column_1 .image-large .img,
.column_2 .image-large .img,
.column_3 .image-large .img,
.column_4 .image-large .img,
.column_5 .image-large .img {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
}
.column_1 .list.image-large img,
.column_2 .list.image-large img,
.column_3 .list.image-large img,
.column_4 .list.image-large img,
.column_5 .list.image-large img,
.column_1 .list.image-large .img,
.column_2 .list.image-large .img,
.column_3 .list.image-large .img,
.column_4 .list.image-large .img,
.column_5 .list.image-large .img {
    margin-bottom: 10px;
}
.column_1 .fig.image-large,
.column_2 .fig.image-large,
.column_3 .fig.image-large,
.column_4 .fig.image-large,
.column_5 .fig.image-large {
    margin-bottom: 10px;
    width: 100%;
}
.column_1 .image-large .img,
.column_2 .image-large .img,
.column_3 .image-large .img,
.column_4 .image-large .img,
.column_5 .image-large .img {
    width: 100% !important;
}
/*
 * CSS Definitions for media
 */
audio,
video,
canvas {
  width: 100%;
  height: auto;
}
/*
 * Credit: Nicolas Gallagher and SUIT CSS.
 */
.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,
  .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*
 * CSS Definitions for tables
 */
table {
  width: 100%;
  /*max-width: 100%;*/
  border-collapse: collapse;
  font-size: 14px;
  font-size: 0.875rem; /* 14/16 */
  background: #fff;
  position: relative
}
table.align-right {
}
table.align-right th,
    table.align-right td {
  text-align: right;
}
.table {
}
.table.valign-top tbody {
  vertical-align: top;
}
.table.valign-middle tbody {
  vertical-align: middle;
}
.table.valign-bottom tbody {
  vertical-align: bottom;
}
table,
.table-fixed-scroll.table-enhanced {
  z-index: 1;
  position: relative
}
table:before, .table-fixed-scroll.table-enhanced:before {
  /* use :before to prevent css sticky bug */
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  box-shadow: -5px 0px 10px 0 rgba(0, 0, 0, .08),
                            10px 10px 20px 0 rgba(0, 0, 0, .05);
}
table.no-shadow, .table-fixed-scroll.table-enhanced.no-shadow {
  box-shadow: none;
}
table.no-shadow:before, .table-fixed-scroll.table-enhanced.no-shadow:before {
  display: none;
}
.table-inner {
  box-shadow: -5px 0px 10px 0 rgba(0, 0, 0, .08),
                            10px 10px 20px 0 rgba(0, 0, 0, .05)
}
.table-inner table:before {
  display: none;
}
.no-shadow .table-inner {
  box-shadow: none;
}
.table-va-top th,
.table-va-top td {
  vertical-align: top;
}
table.selectable tr:hover td,
table.selectable tbody tr:hover th {
  background: rgb(229, 240, 245);
}
th,
td {
  border-bottom: 1px solid rgb(220, 220, 220);
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
  text-align: left;
  word-wrap: break-word;
  vertical-align: top;
}
tfoot th,
tbody tr:last-child td {
  border-bottom: 0;
}
tfoot th {
  border-top: 1px solid rgb(184, 184, 184);
}
thead th,
thead td,
tbody th {
  border-color: transparent;
}
thead th,
thead td {
  position: relative
}
thead th:not(:empty):after, thead td:not(:empty):after {
  content: '';
  width: calc(100% - 16px);
  height: 1px;
  background: rgb(184, 184, 184);
  position: absolute;
  left: 8px;
  bottom: 0;
}
thead th,
.table-clone-corner th {
  color: rgb(57, 57, 57)
}
thead th a, .table-clone-corner th a {
  color: rgb(57, 57, 57);
}
thead th a:hover, .table-clone-corner th a:hover {
  color: rgb(113, 113, 113);
}
.table-clone-corner tr:last-child th {
  border-bottom-color: transparent;
}
thead tr:last-child {
}
thead tr:last-child th {
  border-width: 1px;
}
thead tr:last-child td,
  thead tr:last-child th {
}
thead tr:last-child td:after, thead tr:last-child th:after {
  display: none;
}
tbody th {
  border-bottom: 0;
  border-right: 1px solid rgb(220, 220, 220);
}
td {
  color: rgb(113, 113, 113);
}
table a {
  font-size: inherit;
}
td ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0
}
td ul li:last-child {
  margin-bottom: 0;
}
.info-overlay-trigger .fa {
  display: block;
  color: rgb(149, 149, 149)
}
.info-overlay-trigger .fa:before {
  border: 1px solid;
  padding: 5px;
}
.table-cell-line {
  display: inline-block;
  width: 100%;
}
.cell-updatable {
  position: relative;
  padding-right: 30px
}
.cell-updatable:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  margin-top: -2px;
  border: 4px;
  top: 50%;
  right: 11px;
  opacity: 0;
}
.cell-update-negative:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgb(233, 76, 71);
}
.cell-update-positive:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgb(92, 184, 92);
}
.cell-update {
  -webkit-animation: cell-update 2s;
          animation: cell-update 2s;
}
.cell-update-negative {
  -webkit-animation: cell-update-negative 4s;
          animation: cell-update-negative 4s;
}
.cell-update-positive {
  -webkit-animation: cell-update-positive 4s;
          animation: cell-update-positive 4s;
}
.cell-updatable.cell-update-negative:after,
.cell-updatable.cell-update-positive:after {
  -webkit-animation: cell-update-icon 4s;
          animation: cell-update-icon 4s;
}
@-webkit-keyframes cell-update {
  0%   {background-color: transparent;}
  10%  {background-color: rgb(229, 240, 245);}
  40%  {background-color: rgb(229, 240, 245);}
  100% {background-color: transparent;}
}
@keyframes cell-update {
  0%   {background-color: transparent;}
  10%  {background-color: rgb(229, 240, 245);}
  40%  {background-color: rgb(229, 240, 245);}
  100% {background-color: transparent;}
}
@-webkit-keyframes cell-update-negative {
  0%   {background-color: transparent;  color: rgb(113, 113, 113);}
  10%  {background-color: #e94c47;background-color: rgba(233, 76, 71, 0.3); color: rgb(78, 78, 78);}
  40%  {background-color: #e94c47;background-color: rgba(233, 76, 71, 0.3); color: rgb(78, 78, 78);}
  100% {background-color: transparent;  color: rgb(113, 113, 113);}
}
@keyframes cell-update-negative {
  0%   {background-color: transparent;  color: rgb(113, 113, 113);}
  10%  {background-color: #e94c47;background-color: rgba(233, 76, 71, 0.3); color: rgb(78, 78, 78);}
  40%  {background-color: #e94c47;background-color: rgba(233, 76, 71, 0.3); color: rgb(78, 78, 78);}
  100% {background-color: transparent;  color: rgb(113, 113, 113);}
}
@-webkit-keyframes cell-update-positive {
  0%   {background-color: transparent;  color: rgb(113, 113, 113);}
  10%  {background-color: #5cb85c;background-color: rgba(92, 184, 92, 0.6); color: rgb(78, 78, 78);}
  40%  {background-color: #5cb85c;background-color: rgba(92, 184, 92, 0.6); color: rgb(78, 78, 78);}
  100% {background-color: transparent;  color: rgb(113, 113, 113);}
}
@keyframes cell-update-positive {
  0%   {background-color: transparent;  color: rgb(113, 113, 113);}
  10%  {background-color: #5cb85c;background-color: rgba(92, 184, 92, 0.6); color: rgb(78, 78, 78);}
  40%  {background-color: #5cb85c;background-color: rgba(92, 184, 92, 0.6); color: rgb(78, 78, 78);}
  100% {background-color: transparent;  color: rgb(113, 113, 113);}
}
@-webkit-keyframes cell-update-icon {
  0%   {opacity: 0;}
  10%  {opacity: 1;}
  40%  {opacity: 1;}
  100% {opacity: 0;}
}
@keyframes cell-update-icon {
  0%   {opacity: 0;}
  10%  {opacity: 1;}
  40%  {opacity: 1;}
  100% {opacity: 0;}
}
.table-inner {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-compact {
}
.table-compact td {
  border-bottom: 0;
  padding-top: 4px;
  padding-top: 0.25rem;
  /* 4/16 */
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  /* 4/16 */
}
.table-compact tbody tr:first-child td {
  padding-top: 12px;
  padding-top: 0.75rem;
}
.table-compact tbody tr:last-child td {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
.table-compact tbody + tbody {
  border-top: 1px solid rgb(220, 220, 220);
}
.table-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  vertical-align: bottom;
  margin: 8px 0 30px;
  margin: 0.5rem 0 1.875rem
}
.table-title .paragraph_title {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 8px 24px 8px 0;
  margin: 0.5rem 1.5rem 0.5rem 0;
  display: block;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}
.table-title .table-pagination {
  display: none;
}
.table-pagination {
  display: block;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1
}
.table-pagination .pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}
.table-pagination ul {
  margin: 0;
}
.table-teaser-link {
  float: right;
  color: var(--theme-font-color);
}
.table-teaser-link:hover {
  color: var(--theme-font-hover-color);
}
.table-header-bar {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  color: rgb(149, 149, 149);
  background-color: rgb(248, 248, 248);

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-header-title {
}
.table-header-title .tooltip-wrapper .fa {
  font-size: 16px;
  font-size: 1rem;
  padding: 7px 10px;
  color: rgb(149, 149, 149);
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border-right: 2px solid rgb(255, 255, 255);
}
.table-header-title .tooltip,
.table-header-title-inner {
  font-size: 0.75em; /* 12/16 */
  text-transform: uppercase;
}
.table-header-title-inner {
  padding: 4px 8px 5px;
}
.tooltip-wrapper + .table-header-title-inner {
  display: none;
}
@media (min-width: 480px) {
  .table-header-title .tooltip-wrapper {
    display: none;
  }
  .tooltip-wrapper + .table-header-title-inner {
    display: inline-block;
  }
}
.table-header-meta {
  margin-bottom: 0;
  margin-left: 0
}
.table-header-meta li {
  display: inline-block;
  margin: 0;
  padding: 0 8px;
  vertical-align: middle;
  border-left: 2px solid rgb(255, 255, 255);
}
.table-header-meta .btn.btn-link {
  -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.table-header-meta .btn.btn-link,
  .table-header-meta a {
  display: inline-block;
  padding: 3px 10px 1px;
  color: inherit;
}
.table-header-meta .btn.btn-link:hover, .table-header-meta a:hover {
  color: rgb(57, 57, 57);
}
.btn.btn-table-scroll-left,
.btn.btn-table-scroll-right {
  margin: 0;
  text-align: center
}
.btn.btn-table-scroll-left .fa, .btn.btn-table-scroll-right .fa {
  margin-right: 0;
}
.btn.btn-table-scroll-left.disabled, .btn.btn-table-scroll-right.disabled {
  border: none;
  background: transparent;
}
.btn.btn-table-scroll-left.disabled:hover, .btn.btn-table-scroll-right.disabled:hover {
  color: rgb(149, 149, 149);
}
.table-bubbling {
  /* Do not override this definition */
}
.table-bubbling table {
  table-layout: fixed;
}
.table-bubbling tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.table-bubbling tr:last-child th,
  .table-bubbling td {
  display: block;
  border-bottom-width: 0;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-bubbling tr:last-child th:last-child {
  border-bottom: 1px solid rgb(222, 57, 25);
}
.table-bubbling td:last-child {
  border-bottom: 1px solid rgb(220, 220, 220);
}
.table-bubbling tbody tr:last-child {
}
.table-bubbling tbody tr:last-child th:last-child,
    .table-bubbling tbody tr:last-child td:last-child {
  border-bottom-width: 0;
}
.table-bubbling.cols-two {
}
.table-bubbling.cols-two th,
    .table-bubbling.cols-two td,
    .table-bubbling.cols-two tr:last-child th {
  width: 50%;
}
.table-bubbling.cols-two th:nth-child(odd):last-child, .table-bubbling.cols-two td:nth-child(odd):last-child, .table-bubbling.cols-two tr:last-child th:nth-child(odd):last-child {
  width: 100%;
}
.table-bubbling.cols-two tr:last-child {
}
.table-bubbling.cols-two tr:last-child th:not(.col-full):nth-child(odd):nth-last-child(2) {
  border-bottom: 1px solid rgb(222, 57, 25);
}
.table-bubbling.cols-two tr:last-child th.col-full:last-child {
  border-bottom: 1px solid rgb(222, 57, 25);
}
.table-bubbling.cols-two td {
}
.table-bubbling.cols-two td:not(.col-full):nth-child(odd):nth-last-child(2) {
  border-bottom: 1px solid rgb(220, 220, 220);
}
.table-bubbling.cols-two td.col-full:last-child {
  border-bottom: 1px solid rgb(220, 220, 220);
}
.table-bubbling.cols-three {
  /* Rules only apply if none of the last columns are expanded to 100% */
}
.table-bubbling.cols-three th,
    .table-bubbling.cols-three td,
    .table-bubbling.cols-three tr:last-child th {
  width: 33.33333333%;
}
.table-bubbling.cols-three th:nth-child(3n-1):last-child, .table-bubbling.cols-three td:nth-child(3n-1):last-child, .table-bubbling.cols-three tr:last-child th:nth-child(3n-1):last-child {
  width: 66.66666667%;
}
.table-bubbling.cols-three th:nth-child(3n-2):last-child, .table-bubbling.cols-three td:nth-child(3n-2):last-child, .table-bubbling.cols-three tr:last-child th:nth-child(3n-2):last-child {
  width: 100%;
}
.table-bubbling.cols-three th.col-full ~ th,
    .table-bubbling.cols-three td.col-full ~ td,
    .table-bubbling.cols-three tr:last-child th.col-full ~ th {
}
.table-bubbling.cols-three th.col-full ~ th:nth-child(3n-2):nth-last-child(2), .table-bubbling.cols-three td.col-full ~ td:nth-child(3n-2):nth-last-child(2), .table-bubbling.cols-three tr:last-child th.col-full ~ th:nth-child(3n-2):nth-last-child(2) {
  border-bottom-width: 0;
}
.table-bubbling.cols-three th.col-full + th,
    .table-bubbling.cols-three tr:last-child th.col-full + th {
}
.table-bubbling.cols-three th.col-full + th:nth-child(3n-2):nth-last-child(2), .table-bubbling.cols-three tr:last-child th.col-full + th:nth-child(3n-2):nth-last-child(2) {
  border-bottom: 1px solid rgb(222, 57, 25);
}
.table-bubbling.cols-three td.col-full + td {
}
.table-bubbling.cols-three td.col-full + td:nth-child(3n-2):nth-last-child(2) {
  border-bottom: 1px solid rgb(220, 220, 220);
}
.table-bubbling.cols-three tr:last-child {
}
.table-bubbling.cols-three tr:last-child th:not(.col-full) {
  /* If the number of columns %3 == 0, 3 columns are underlined */
}
.table-bubbling.cols-three tr:last-child th:not(.col-full):nth-child(3n):last-child,
        .table-bubbling.cols-three tr:last-child th:not(.col-full):nth-child(3n-1):nth-last-child(2),
        .table-bubbling.cols-three tr:last-child th:not(.col-full):nth-child(3n-2):nth-last-child(3),
        .table-bubbling.cols-three tr:last-child th:not(.col-full):nth-child(3n-1):last-child,
        .table-bubbling.cols-three tr:last-child th:not(.col-full):nth-child(3n-2):nth-last-child(2),
        .table-bubbling.cols-three tr:last-child th:not(.col-full):nth-child(3n-2):last-child {
  border-bottom: 1px solid rgb(222, 57, 25);
}
.table-bubbling.cols-three tr:last-child th.col-full:last-child {
  border-bottom: 1px solid rgb(222, 57, 25);
}
.table-bubbling.cols-three td:not(.col-full) {
  /* If the number of columns %3 == 0, 3 columns are underlined */
}
.table-bubbling.cols-three td:not(.col-full):nth-child(3n):last-child,
      .table-bubbling.cols-three td:not(.col-full):nth-child(3n-1):nth-last-child(2),
      .table-bubbling.cols-three td:not(.col-full):nth-child(3n-2):nth-last-child(3),
      .table-bubbling.cols-three td:not(.col-full):nth-child(3n-1):last-child,
      .table-bubbling.cols-three td:not(.col-full):nth-child(3n-2):nth-last-child(2),
      .table-bubbling.cols-three td:not(.col-full):nth-child(3n-2):last-child {
  border-bottom: 1px solid rgb(220, 220, 220);
}
.table-bubbling.cols-three td.col-full:last-child {
  border-bottom: 1px solid rgb(220, 220, 220);
}
.table-bubbling .col-full {
  width: 100% !important;
}
.table-bubbling colgroup {
  display: none;
}
/* SIX style definitions for tables */
table .prominent {
  /*background: rgba(57, 57, 57, 0.05);*/
  background: #393939;
  background: rgba(57, 57, 57, 0.05);
}
.zebra {
}
.zebra tr.odd {
  background: #393939;
  background: rgba(57, 57, 57, 0.05);
}
.zebra td {
  border: 0;
}
.zebra thead tr.odd {
  background: #FFFFFF;
}
/* Scroll Table test */
.table-fixed-scroll.table-enhanced {
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  z-index: 1
}
.table-fixed-scroll.table-enhanced table:before {
  display: none;
}
.table-fixed-scroll.table-enhanced .table-inner {
  box-shadow: none;
}
.table-fixed-scroll.table-enhanced table {
  margin-bottom: 0;
}
.table-fixed-scroll.table-enhanced .table-clone-wrapper-left {
  border-right: 1px solid rgb(220, 220, 220);
}
.table-fixed-scroll.table-enhanced .table-clone-wrapper-top {
  border-bottom: 1px solid rgb(222, 57, 25);
}
.table-fixed-scroll.table-enhanced thead tr:last-child th {
  border-bottom-color: transparent;
}
.table-fixed-scroll.table-enhanced .table-inner {
  width: auto;
  -webkit-overflow-scrolling: auto;
}
.table-clone-wrapper-top,
.table-clone-wrapper-left {
  background: #fff
}
.table-clone-wrapper-top .table-clone-inner, .table-clone-wrapper-left .table-clone-inner {
  background: #fff;
  overflow: hidden;
}
.table-clone-wrapper-top {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 5;
  overflow: hidden;
}
.table-enhanced-sticky .table-clone-wrapper-top {
  position: absolute;
}
.table-clone-wrapper-left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 3
}
.table-clone-wrapper-left:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  width: 50%;
  height: calc(100% - 10px);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .15);
  z-index: -1;
  opacity: 0;
}
.is-scrolled .table-clone-wrapper-left:before {
  opacity: 1;
}
.table-clone-corner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10
}
.table-clone-corner:before {
  display: none;
}
.table-clone-corner th a {
  /* override to match "thead th a" behaviour */
  color: rgb(57, 57, 57);
}
.table-clone-corner th a:hover {
  color: rgb(113, 113, 113);
}
.table-fixed-scroll .table-clone-corner {
  box-shadow: none;
}
.table-fixed-scroll.is-scrolled .table-clone-corner {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .15);
}
.table-orderbook {
}
.table-orderbook .table-inner {
  /* max-height: 275px;
    min-height: 100px; */
  overflow-y: auto;
}
.table-orderbook tr {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.table-orderbook th span,
  .table-orderbook td span {
  display: block;
}
.row-separator td,
.row-separator th,
.ob-ask-row-0 td {
  border-bottom: 1px solid rgb(136, 193, 228);
}
@media (min-width: 768px) {
  .table-orderbook {
  }
  .table-orderbook th span,
    .table-orderbook td span {
    display: inline-block;
    width: 48%;
  }
}
@media (max-width: 1023px) {
  .table-fixed-scroll.table-enhanced {
  }
  .table-fixed-scroll.table-enhanced tbody th {
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1024px) {
  .main .table-clone-wrapper-top {
    top: 7.125rem;
  }
  .expander-body.is-closing .table-clone-wrapper-top,
  .expander-body[aria-hidden="true"] .table-clone-wrapper-top {
    top: 0; /* fixes issues with position: sticky and overflow: hidden */
  }
}
.table {
}
.table .sort {
}
.table .sort a {
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.table .sort a:after {
  content: url(data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4.177%205.53L4%205.707l-.354-.353-3-3L.293%202%201%201.293l.354.353L4%204.293l2.646-2.647L7%201.293%207.707%202l-.353.354-3%203-.177.176z%22%20fill%3D%22currentColor%22/%3E%3C/svg%3E);
  margin-top: -2px;
  display: inline-block;
  width: 0px;
  height: 100%;
  overflow: visible;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  vertical-align: middle;
}
.table .sort-desc,
  .table .sort-asc {
  background-color: rgb(248, 248, 248);
}
.table .sort-desc a:after, .table .sort-asc a:after {
  content: url(data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4.177%205.53L4%205.707l-.354-.353-3-3L.293%202%201%201.293l.354.353L4%204.293l2.646-2.647L7%201.293%207.707%202l-.353.354-3%203-.177.176z%22%20fill%3D%22%23de3919%22/%3E%3C/svg%3E);
}
.table .sort-asc {
}
.table .sort-asc a:after {
  content: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%3E%3Cpath%20d%3D%22M3.8%201.5L4%201.3l0.4%200.4%203%203L7.7%205%207%205.7%206.6%205.4%204%202.7%201.4%205.4%201%205.7%200.3%205l0.4-0.4%203-3L3.8%201.5z%22%20fill%3D%22%23DE3919%22%2F%3E%3C%2Fsvg%3E);
}
/* IE11 Hack for inline sorting arrow */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .table {
  }
  .table .sort {
}
  .table .sort a:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACxJREFUeNpiYCASKOATBxH/gTgBTTIBKo7CScDBRxGcj8NE3DqJdTB2ABBgADk9C9mWmNS6AAAAAElFTkSuQmCC);
  }
  .table .sort-desc,
    .table .sort-asc {
}
  .table .sort-desc a:after, .table .sort-asc a:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEtJREFUeNpiYCAG3LOUVMAlzgSVvA+kE9AkQfz7TErHnz8AMhKBeD5MEZSeDxJnRNMBElwAxCB2IlDzAnQ7E4D4P7p1RDkYJwAIMADAVh1DWMdASAAAAABJRU5ErkJggg==);
  }
  .table .sort-asc {
}
  .table .sort-asc a:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEdJREFUeNpiYCAF3LOUNADi+yAaJsaELAmk9kO5+2GKmNAkNygdf64IomGKGIGEApBzHiqZiGTifCAVAOMk4HBTAgPFACDAAI54GuFRD/ttAAAAAElFTkSuQmCC);
  }
}
/**
 * Styles for the responsive table utility
 */
@media (max-width: 1023px) {
  .table-deconstruct {
    display: block
  }
  .table-deconstruct thead th, .table-deconstruct tfoot th {
    display: none;
  }
  .table-deconstruct tr {
    background-color: transparent !important;
  }
  .table-deconstruct tbody, .table-deconstruct tr {
    display: block;
  }
  .table-deconstruct tbody th,
    .table-deconstruct tbody td {
    display: block;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
  }
  .table-deconstruct tbody th:before, .table-deconstruct tbody td:before {
    content: attr(data-column-name);
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding-right: 3%;
  }
  .table-deconstruct tbody th:last-child, .table-deconstruct tbody td:last-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 480px) {
  .table-pagination {
  }
  .table-pagination .pagination {
    text-align: right;
  }
  .table-title .table-pagination {
    display: block;
  }
}
@media (min-width: 768px) {
  .table-bubbling {

  }
  .table-bubbling tr {
    display: table-row;
  }
  .table-bubbling tr:last-child th,
    .table-bubbling th,
    .table-bubbling td {
    display: table-cell;
    border-bottom-width: 1px !important;
  }
  .table-bubbling tr:last-child th:first-child,
      .table-bubbling tr:last-child th:last-child,
      .table-bubbling th:first-child,
      .table-bubbling th:last-child,
      .table-bubbling td:first-child,
      .table-bubbling td:last-child {
    padding: 0.75rem 0.9375rem;
  }
  .table-bubbling.first-two {
}
  .table-bubbling.first-two th:nth-child(-n+2),
      .table-bubbling.first-two td:nth-child(-n+2),
      .table-bubbling.first-two th:nth-child(n+3),
      .table-bubbling.first-two td:nth-child(n+3) {
    padding: 0.75rem 0.9375rem;
    max-width: none;
  }
  .table-bubbling.cols-two {
}
  .table-bubbling.cols-two th,
      .table-bubbling.cols-two td {
    padding: 0.75rem 0.9375rem;
  }
  .table-bubbling.cols-two th + .table-bubbling.cols-two th, .table-bubbling.cols-two td + .table-bubbling.cols-two td {
    padding: 0.75rem 0.9375rem;
  }
  .table-bubbling.cols-two th:last-child, .table-bubbling.cols-two td:last-child {
    padding: 0.75rem 0.9375rem;
  }
  .table-bubbling colgroup {
    display: table-column-group;
  }
}
/**
 * Styles for the teaser tables
 */
.table-teaser {
}
.table-teaser td:first-child {
  /*border-right: 1px solid var(--color-rock-20);*/
  box-shadow: 1px 0 0 0 rgb(184, 184, 184);
}
.table-badge {
  display: block;
  color: rgb(113, 113, 113);
  font-family: var(--theme-font-family-condensed);
  margin: 0;
  padding: 0;
}
.table-badge-day {
  font-size: 22px;
  font-size: 1.375rem; /* 22/16 */
  display: block;
  line-height: 1.1;
  text-align: center;
  position: relative
}
.table-badge-day span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}
.table-badge-day span:nth-child(1):nth-last-child(2) {
  width: 50%;
  min-width: 45px;
}
.table-badge-day span:nth-child(1):nth-last-child(2):after {
  position: absolute;
  content: '\2013';
  top: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  font-weight: 200;
}
.table-badge-day span:nth-child(2):nth-last-child(1) {
  width: 50%;
  min-width: 45px;
}
.table-badge-month {
  display: block;
  font-size: 12px;
  font-size: 0.75rem; /* 12/16 */
  font-weight: 700;
  text-align: center

}
.table-badge-month span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}
.table-badge-month span:nth-child(1):nth-last-child(2),
  .table-badge-month span:nth-child(2):nth-last-child(1) {
  width: 50%;
  padding: 0 4px;
  padding: 0 0.25rem;
}
/**
 * Table column groups style definitions
 */
colgroup {
}
colgroup .col-hidden {
  visibility: collapse;
  width: 0;
}
colgroup .col-teaser-date {
  width: 75px;
}
colgroup .col-simple-date {
  width: 105px;
}
colgroup .col-1of3 {
  width: 33.33333333%;
}
colgroup .col-2of3 {
  width: 66.66666667%;
}
colgroup .col-3of3 {
  width: 100%;
}
/**
 * Styles for System Notifications that could als obe used from the autor system
 */
.system-notifications {
  position: absolute;
  /* Set height to 0 so that the elements beneath can be clicked */
  height: 0;
  width: auto;
  left: auto;
  right: 8px;
  right: 0.5rem;
  top: 8px;
  top: 0.5rem;

  min-width: 280px;
  min-width: 17.5rem;
  max-width: 930px;
  max-width: 58.125rem;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 9;
}
.system-notification {
  display: inline-block;
  position: static;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  width: auto;
  min-width: 280px;
  min-width: 17.5rem


}
.system-notification .state {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 64px;
  min-height: 4rem;
  padding: 20px 60px 18px 30px;
  padding: 1.25rem 3.75rem 1.125rem 1.875rem;
  border-left: 4px solid;
  border-color: rgb(78, 78, 78);
  box-shadow: -5px 0px 10px 0 rgba(0, 0, 0, .08),
                            10px 10px 20px 0 rgba(0, 0, 0, .05);
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.system-notification .state.success {
  border-color: rgb(92, 184, 92);
}
.system-notification .state.info {
  border-color: rgb(73, 150, 183);
}
.system-notification .state.warning {
  border-color: rgb(253, 198, 82);
}
.system-notification .state.error {
  border-color: rgb(233, 76, 71);
}
.system-notification:hover .state {
  box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, .18);
}
.system-notification .close-icon svg {
  fill: rgb(222, 57, 25);
}
.system-notification-close {
  background: transparent;
  border: 0px solid transparent;
  cursor: pointer;
  position: absolute;
  left: auto;
  right: 0;
  top: 4px;
  top: 0.25rem;
  padding: 8px;
  padding: 0.5rem
}
.system-notification-close:hover {
  background: transparent;
  border: 0px solid transparent;
}
.system-notification-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgb(113, 113, 113);
}
.page_title,
.section_title,
.chapter_title,
.paragraph_title,
.list .title,
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--theme-font-family-condensed);
  color: rgb(57, 57, 57);
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: .5rem;
  font-weight: 700;
}
h1,
.page_title,
.list-teaser-box-top-level .title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
}
h2,
.section_title,
.list-teaser-box-vertical .title,
.fullwidth-teaser .title,
.list-teaser-highlight .title,
.landing-page .list-teaser-alternating .title,
.landing-page .list-teaser-normal .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}
h3,
.lead,
.chapter_title {
  font-size: 1.250em;
  line-height: 1.2;
}
h4,
.paragraph_title,
.list-teaser-alternating .title,
.list-teaser-normal .title {
  font-family: var(--theme-font-family);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.222;
}
h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.222;
}
h6 {
  font-family: var(--theme-font-family);
  color: rgb(184, 184, 184);
  font-weight: 700;
  font-size: 12px;
  font-size: 0.750rem;
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: .5rem;
  text-transform: uppercase;
  line-height: 1.25;
}
.section[class*="bg-"] .section_title {
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}
.underlined_title {
  border-bottom: 1px solid rgb(222, 57, 25);
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
p {
  margin-top: 0;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em;
  line-height: 1.64;
}

p strong {
  font-weight: 600;
}
.lead {
  font-family: var(--theme-font-family-condensed);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  color: rgb(57, 57, 57);
}
/* TODO: doublecheck this */
.reduced {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.58;
}
.cell-negative,
.data-pair-list .cell-negative {
  color: rgb(233, 76, 71);
}
.cell-positive,
.data-pair-list .cell-positive {
  color: rgb(92, 184, 92);
}
a {
  font-weight: bold;
  color: var(--theme-font-color);
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* Break long links, hyphens is needed for IE11 */
  -ms-hyphens: auto;
  word-break: break-word
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover {
  color: var(--theme-font-hover-color);
  text-decoration: none;
}
a .fa-li {
  top: 0.25em;
}
.page-content {
}
.page-content a[target="_blank"]:after {
  content: '\A0\A0\113';
  font-family: "SIX-Pictogram", "SIX-Pictogram2";
  font-size: 0.75em;
}
.page-content .no-extension a:after,
  .page-content a.no-extension:after,
  .page-content a.empty-extension:after {
  content: none;
}
.figure,
figure,
.fig {
}
.figure .caption,
  .figure .caption p,
  figure .caption,
  figure .caption p,
  .fig .caption,
  .fig .caption p {
  font-size: 14px;
  font-size: 0.875rem;
}
.filter-result,
.tab-item,
.table {
}
.filter-result .caption,
  .filter-result .caption p,
  .tab-item .caption,
  .tab-item .caption p,
  .table .caption,
  .table .caption p {
  font-size: 12px;
  font-size: 0.75rem;
}
.disclaimer {
  display: block;
  width: 100%;
  margin: 28px 0 8px;
  margin: 1.75rem 0 0.5rem;
  border-top: 4px solid rgb(136, 193, 228);
  padding-top: 4px;
  padding-top: 0.25rem;
}
.nowrap {
  white-space: nowrap
}
/* TODO: check how to remove .ff- and .fz- stuff */
.ff-sans {
  font-family: var(--theme-font-family);
  font-size: 24px;
}
.ff-condensed {
  font-family:  var(--theme-font-family-condensed);
  font-weight: 700;
  font-size: 24px;
}
.fz-xs {
  font-size: 12px;
  font-size: 0.75rem;
}
.fz-large {
  font-size: 20px;
  font-size: 1.25rem;
}
.color-black {
  color: rgb(57, 57, 57);
}
.text-center {
  text-align: center;
}
.info-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: middle;
  margin: 10px 0 20px
}
.info-title h2,
  .info-title h3,
  .info-title h4 {
  margin: 0;
}
code,
kbd,
pre,
samp {
  font-family: "Roboto Mono", Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: .92em;
}
code {
  display: inline-block;
  padding: 5px 7px;
  border-radius: 3px;
  background: rgb(248, 248, 248);
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
@media (min-width: 480px) {
  h4,
  .paragraph_title {
    font-family: var(--theme-font-family-condensed);
    font-size: 1.125em;
  }
}
@media (min-width: 768px) {
  h1,
  .page_title,
  .list-teaser-box-top-level .title {
    font-size: 3.75rem;
    line-height: 1.15;
  }

  h2,
  .section_title,
  .list-teaser-box-vertical .title,
  .fullwidth-teaser .title,
  .list-teaser-highlight .title,
  .landing-page .list-teaser-alternating .title,
  .landing-page .list-teaser-normal .title {
    font-size: 2rem;
    line-height: 1.15;
  }

  h3,
  .lead,
  .chapter_title {
    font-size: 1.5rem;
    line-height: 1.33;
  }

  .lead {
    margin-bottom: 40px;
  }
}
/*
  there'd probably be a better place to put this
  styling for linklists with [data-six-menu=true]
*/
.menu {
    top: 60px;
    box-shadow: 0 4px 10px -2px rgba(62, 62, 62, .9);
    display: none;
    left: 0;
    list-style: none;
    margin: 0 auto;
    max-width: 500px;
    padding: 0;
    position: absolute
}
.menu li {
  background-color: #fff;
  margin: 0;
}
.menu li:first-child {
  padding-top: 15px;
}
.menu li:last-child {
  padding-bottom: 15px;
}
.menu:before {
    background-color: #fff;
    box-shadow: 0 0 5px -2px rgba(0, 0, 0, .9);
    content: "";
    display: inline-block;
    height: 40px;
    left: calc(50% - 20px);
    position: absolute;
    top: -6px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 40px;
    z-index: -1;
}
.pull-right > .menu {
    left: auto;
    right: 0;
}
.menu a {
    display: block;
    padding: 5px 20px;
}
.dropdown_top .menu {
    bottom: 60px;
    top: auto;
}
.dropdown_top .menu:before {
    bottom: -10px;
    box-shadow: -5px 5px 7px -3px rgba(84, 84, 84, .9);
    top: auto;
}
/* Dropdown */
.dropdown_menu.open .menu {
    display: block;
    z-index: 100;
}
.dropdown_menu .menu.pull-right {
    left: auto;
    right: 0;
}
.dropdown_menu a {
    background-image: none;
}
/* Buttonlink - Dropdown*/
.button_link.dropdown_menu {
    position: relative;
}
/*
 all margins between components
 ----

 margins within a component should be defined in _<componentName>.css
*/
.list,
.row,
.blockquote,
.iconbox,
.image-slider,
.textimage,
.table {

    margin-bottom: 20px;

    margin-bottom: 1.25rem
}
.list:last-child, .row:last-child, .blockquote:last-child, .iconbox:last-child, .image-slider:last-child, .textimage:last-child, .table:last-child {
  margin-bottom: 0;
}
[class^=column_] .list:last-child, [class^=column_] .row:last-child, [class^=column_] .blockquote:last-child, [class^=column_] .iconbox:last-child, [class^=column_] .image-slider:last-child, [class^=column_] .textimage:last-child, [class^=column_] .table:last-child {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
[class^=column_]:last-child .list:last-child, [class^=column_]:last-child .row:last-child, [class^=column_]:last-child .blockquote:last-child, [class^=column_]:last-child .iconbox:last-child, [class^=column_]:last-child .image-slider:last-child, [class^=column_]:last-child .textimage:last-child, [class^=column_]:last-child .table:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .list,
.row,
.blockquote,
.iconbox,
.image-slider,
.textimage,
.table {
}
  [class^=column_] .list:last-child, [class^=column_] .row:last-child, [class^=column_] .blockquote:last-child, [class^=column_] .iconbox:last-child, [class^=column_] .image-slider:last-child, [class^=column_] .textimage:last-child, [class^=column_] .table:last-child {
    margin-bottom: 0;
  }
    }
.btn,
.buttonlink,
button[type="submit"],
button[type="reset"],
input[type="submit"],
input[type="reset"],
.linklist,
.form.link_list,
.dropdown_menu {
    font-family: var(--theme-font-family);
    margin-bottom: 16px;
    margin-bottom: 1rem
}
.btn:last-child, .buttonlink:last-child, button[type="submit"]:last-child, button[type="reset"]:last-child, input[type="submit"]:last-child, input[type="reset"]:last-child, .linklist:last-child, .form.link_list:last-child, .dropdown_menu:last-child {
  font-family: var(--theme-font-family);;
  margin-bottom: 0;
}
[class^=column_] .btn:last-child, [class^=column_] .buttonlink:last-child, [class^=column_] button[type="submit"]:last-child, [class^=column_] button[type="reset"]:last-child, [class^=column_] input[type="submit"]:last-child, [class^=column_] input[type="reset"]:last-child, [class^=column_] .linklist:last-child, [class^=column_] .form.link_list:last-child, [class^=column_] .dropdown_menu:last-child {
  font-family: var(--theme-font-family);
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
[class^=column_]:last-child .btn:last-child, [class^=column_]:last-child .buttonlink:last-child, [class^=column_]:last-child button[type="submit"]:last-child, [class^=column_]:last-child button[type="reset"]:last-child, [class^=column_]:last-child input[type="submit"]:last-child, [class^=column_]:last-child input[type="reset"]:last-child, [class^=column_]:last-child .linklist:last-child, [class^=column_]:last-child .form.link_list:last-child, [class^=column_]:last-child .dropdown_menu:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .btn,
.buttonlink,
button[type="submit"],
button[type="reset"],
input[type="submit"],
input[type="reset"],
.linklist,
.form.link_list,
.dropdown_menu {
    font-family: var(--theme-font-family);
}
  [class^=column_] .btn:last-child, [class^=column_] .buttonlink:last-child, [class^=column_] button[type="submit"]:last-child, [class^=column_] button[type="reset"]:last-child, [class^=column_] input[type="submit"]:last-child, [class^=column_] input[type="reset"]:last-child, [class^=column_] .linklist:last-child, [class^=column_] .form.link_list:last-child, [class^=column_] .dropdown_menu:last-child {
    margin-bottom: 0;
    font-family: var(--theme-font-family);
  }
    }
/* can not be within a grid */
.list-teaser-box-top-level {

    margin-bottom: 30px
}
.list-teaser-box-top-level:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .list-teaser-box-top-level {
    margin-bottom: 50px;
  }
    }
/* grids within certain components should never have bottom margin */
.form {
}
.form .row {
  margin-bottom: 0;
}
/**
 * Style definitions for accordions
 */
.accordion-header {

}
.accordion-content {
  position: relative;
  height: auto;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: max-height .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: max-height .5s cubic-bezier(0.165, 0.84, 0.44, 1);

}
.accordion-toggle {
  width: 100%;
  position: absolute;
  display: block;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  text-align: right;
  outline: 0;
}
.accordion-toggle-icon {
  position: relative;
  display: inline-block;
  height: 44px;
  height: 2.75rem;
  width: 44px;
  width: 2.75rem;
  background-color: rgb(0, 44, 95);
  background-color: transparent;
  color: white;
  color: rgb(113, 113, 113);
  font-size: 18px;
  font-size: 1.125rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem
  /* box-shadow: 2px -2px 8px 0 rgba(113, 113, 113, 0.4); */
}
.accordion-toggle-icon span {
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}
.accordion-open {
}
.accordion-open .accordion-content {
  max-height: 1200px;
}
.accordion-open .accordion-toggle-icon {
}
.accordion-open .accordion-toggle-icon span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion {
  border: 1px solid rgb(220, 220, 220);
  margin: 20px 0;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .05);
}
.accordion .expander-body {
  background: rgb(248, 248, 248);
}
.accordion .expander-body-inner {
  padding: 16px;
}
.accordion .expander-trigger {
  background: rgb(255, 255, 255);
  border: 0 solid #eee;
  border-bottom-width: 1px;
  border-radius: 0;
  cursor: pointer;
  display: block;
  font-family: var(--theme-font-family-condensed);
  font-size: 16px;
  font-size: 1rem;
  color: rgb(113, 113, 113);
  padding: 14px 36px 14px 16px;
  text-align: left;
  width: 100%;
  position: relative;
  -webkit-appearance: none
}
.accordion .expander-trigger:before,
  .accordion .expander-trigger:after {
  content: '';
  background: rgb(222, 57, 25);
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  height: 1px;
  width: 9px;
}
.accordion .expander-trigger:after {
  height: 9px;
  width: 1px;
  margin-top: -4px;
  margin-right: 4px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}
.accordion .expander-trigger[aria-expanded="true"] {
}
.accordion .expander-trigger[aria-expanded="true"]:after {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.accordion .expander-trigger:nth-last-child(2)[aria-expanded="false"] {
  border-bottom-color: transparent;
}
/* keyboard support / do not hide the focus,
https://jira.six-group.net/browse/SIX-3965
removed line:
.accordion .expander-trigger:focus,
*/
.accordion .expander-body:focus {
  outline: 0;
}
@media (min-width: 1024px) {
  .accordion .expander-body-inner {
    padding: 30px;
    padding-right: 20px;
  }
  .accordion .expander-trigger {
    padding-left: 30px;
  }
}
/*
TEST: there is no .textblock and detail-element-spacing is nowhere used

:root {
  --detail-element-spacing: 2.5rem;
}

.textblock {
  position: relative;

  & section {
    z-index: 3;
  }

  & .bg,
  & .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }

  & .bg-image {
    &:after {
     content: '';
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     z-index: 2;
     background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.25));
    }
  }
}
*/
.footer {
  position: relative;
  padding: 40px 0 20px;
  padding: 2.5rem 0 2.5rem
}
.footer .footer-links {
  list-style: none;
  margin: 0;
  text-align: center;
  padding: 24px 0;
  padding: 1.5rem 0;
}
.footer .footer-links a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
  color: rgba(255, 255, 255, .6);
  font-weight: normal;
}
.footer .footer-links a:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 1);
}
.footer .footer-links li {
  display: block;
  width: auto;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
.footer .bg {
  z-index: 1;
}
.footer .container {
  position: relative;
  z-index: 2;
}
.footer .explore-icon {
  text-align: center;
  /*vertical-align: middle;*/
  display: block;
  width: 100%;
  height: auto;
  padding: 32px 0 0 0;
  padding: 2rem 0 0 0;
}
.footer .explore-icon a {
  height: 44px;
  display: inline-block;
  font-family: var(--theme-font-family-condensed);
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0.65;
  padding-right: 12px;
  padding-right: 0.75rem;
}
.footer .explore-icon a:hover {
  opacity: 1;
}
.footer .explore-icon .text {
  font-weight: normal;
  color: rgb(255, 255, 255);
  /*display: inline-block;*/
  margin-left: -5px;
  vertical-align: middle;
}
.footer .explore-icon .svg-icon {
  vertical-align: middle;
}
.footer .social_connect ul {
  list-style: none;
  margin: 0;
  text-align: center;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}
.footer .social_connect ul a {
  color: #ffffff;
  color: rgba(255, 255, 255, .6);
  font-size: 20px;
  font-size: 1.25rem;
  /*font-weight: normal;*/
}
.footer .social_connect ul a:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 1);
}
.footer .social_connect ul li {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
}
.footer .social_connect ul li a {
  padding: 0 14px;
  padding: 0 0.875rem;
}
.footer .column_4 {
  text-align: center;
  /* This is needed as reset because of added display: flex to the column */
}
.footer .column_4 > a {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}
/*@media (--media-xs-max) {
  .footer {
    & .column_4 {
      flex-basis: 100%;
      max-width: 100%;
      text-align: center;
    }
  }
}*/
@media (min-width: 480px) {
  .footer {
  }
  .footer .footer-links {
    padding: 1.5rem 0 0 0;
  }
  .footer .footer-links li {
    display: inline-block;
    margin-bottom: 0;
  }
  .footer .footer-links li + li {
    margin-left: 1.25rem;
  }
  .footer .social_connect ul {
    text-align: right;
    direction: ltr;
    white-space: normal;
    padding: 0;
  }
  .footer .social_connect ul a {
    font-size: 1rem;
  }
  .footer .explore-icon {
    padding: 0;
  }
  .footer .column_last {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .footer .column_4 {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%;
    text-align: inherit;
    /* This is needed as reset because of added display: flex to the column */
  }
  .footer .column_4 > a {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .footer {

    /* Special behaviour if the grid shoud be smaller then the padding */
  }
  .footer .footer-links {
    padding: 2.25rem 0 0 0;
  }
  .footer .social_connect ul {
    text-align: right;
    direction: rtl;
    white-space: nowrap;
    padding: 0;
  }
  .footer .social_connect ul li {
}
  .footer .social_connect ul li a {
    padding: 0 0.5rem;
  }
  .footer .column_6 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .footer .btn {
    max-width: 100%;
    text-overflow: ellipsis;
  }
}
/**
 * CSS definitions for the header image
 */
:root { /* 5/2 */
}
.header-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav-image {
  height: 248px;
  height: 15.5rem;
  overflow: hidden;
  z-index: 1
}
.nav-image .action-call {
  position: relative;
  top: 124px;
  top: 7.75rem;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 5;
}
.nav-image .action-call .call-text {
  /*, & .call-link {*/
  font-family: var(--theme-font-family-condensed);
  color: rgb(255, 255, 255);
}
.nav-image .action-call .call-text {
  width: 100%;
  max-width: 85vw;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1rem;
}
.nav-image .action-call .call-link {
}
.nav-image .action-call .call-link a {
  margin-top: 12.8px;
  margin-top: 0.8rem;
  margin-bottom: 10px;
}
.nav-image .image-shade {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #393939;
  background-color: rgba(57, 57, 57, 0.2);
  z-index: 2;
}
/* object-fit cover fallback only works with fixed aspect ratio! */
.nav-image .cover {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  min-width: 620px;
  min-width: 38.75rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .nav-image {
    height: 100%
  }
  .nav-image .cover {
    min-width: 80rem;
  }
}
@supports (object-fit: cover) {
  .nav-image .cover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    min-width: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/*
 * Header anchor teaser list element definitions
 */
.header-anchor {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;

  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch
}
.header-anchor ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.header-anchor ul  li {
  margin-bottom: 0;
}
.header-anchor-left,
.header-anchor-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  background-color: #002c5f;
  background-color: rgba(0, 44, 95, 0.5);
}
.header-anchor-right {
  background-color: #002c5f;
  background-color: rgba(0, 44, 95, 0.9);
}
.header-anchor-center {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
              -ms-grid-row-align: auto;
          align-self: auto;
  position: relative;
}
.header-anchor-list {
  position: relative;
  top: auto;
  bottom: 0;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
          align-self: auto;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;
  -webkit-flex: 1;
          flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  /*align-content: stretch;*/
}
.header-anchor-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  width: 100%;
  background-color: #002c5f;
  background-color: rgba(0, 44, 95, 0.5);
  -webkit-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.header-anchor-item:nth-child(2) {
  background-color: #002c5f;
  background-color: rgba(0, 44, 95, 0.7);
}
.header-anchor-item:nth-child(3) {
  background-color: #002c5f;
  background-color: rgba(0, 44, 95, 0.8);
}
.header-anchor-item:nth-child(4) {
  background-color: #002c5f;
  background-color: rgba(0, 44, 95, 0.9);
}
.header-anchor-item:hover {
  background-color: rgb(0, 44, 95);
}
.header-anchor-link {
  display: block;
  height: 100%;
  width: 100%;
}
.header-anchor-inner,
.header-anchor-teaser {
  height: 100%;
}
.header-anchor-teaser {
  position: relative;
  color: rgb(255, 255, 255);
  padding: 12px 32px 12px 32px;
  padding: 0.75rem 2rem 0.75rem 2rem;
  max-height: 100%;
}
.header-anchor-content {
  font-size: 14px;
  font-size: 0.875rem;
}
.header-anchor-content {
  display: none;
  opacity: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  font-weight: 400;
}
.header-anchor-teaser-title {
  color: inherit;
  display: inline;
  margin-bottom: 0;
}
.header-anchor-teaser-link {
  position: relative;
  font-size: 0;
}
.header-anchor-teaser-icon {
  padding-left: 4px;
}
@media (min-width: 768px) {
  .nav-image .action-call .call-text {
    font-size: 1.35rem;
    width: 80%;
    max-width: 66rem;
  }

  .header-anchor {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: auto;
    bottom: 0;
    left: 0
  }

  .header-anchor ~ .nav-image .action-call {
    -webkit-transform: translateY(-85%);
        -ms-transform: translateY(-85%);
            transform: translateY(-85%);
  }

  .header-anchor-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .header-anchor-teaser {
    padding: 0.5rem 2rem 2rem 2rem;
  }

  .header-anchor-teaser-title {
    display: block;
    font-size: 1.25rem;
  }

  .header-anchor-teaser-link {
    font-size: 0.875rem;
    position: absolute;
    top: auto;
    bottom: 0.75rem;
  }

}
@media (min-width: 1024px) {

  .header-image-wrapper {
    height: 32rem
  }

  .header-image-wrapper .action-call {
    top: 16rem;
  }

  .nav-image .action-call {
    position: relative;
    top: 16rem;
    left: 0;
    -webkit-transform: translateY(-35%);
        -ms-transform: translateY(-35%);
            transform: translateY(-35%);
    text-align: center
  }

  .nav-image .action-call .call-text {
    max-width: 66rem;
    font-size: 2rem;
  }

  .nav-image .action-call .call-link  a {
    margin-top: 2.5rem;
  }

  .header-anchor {
  }

  .header-anchor:hover ~ .nav-image .action-call {
    opacity: 0.3;
  }

  .header-anchor ~ .nav-image .action-call {
    opacity: 1;
    -webkit-transform: translateY(-80%);
        -ms-transform: translateY(-80%);
            transform: translateY(-80%);
    -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  .header-anchor-teaser-title {
    display: block;
    font-size: 1.5rem;
  }

  .header-anchor-content {
    display: block;
    -webkit-transition: max-height 0.4s 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity  0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: max-height 0.4s 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity  0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955)
  }

  .header-anchor-list:hover .header-anchor-content {
    opacity: 1;
    max-height: 10rem;
    -webkit-transition: max-height 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity  0.4s 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: max-height 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity  0.4s 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  .header-anchor-teaser {
    -webkit-transition: max-height 0.4s 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: max-height 0.4s 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955)
  }

  .header-anchor-list:hover .header-anchor-teaser {
    height: 100%;
    max-height: 400px;
    -webkit-transition: max-height 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: max-height 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  .header-anchor-left,
  .header-anchor-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    -ms-flex: 1 1 auto;
  }

  .header-anchor-center {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: calc(71rem - 32px);
    max-width: 1250px;
  }

}
@media (min-width: 1282px) {

  .header-anchor-teaser {
    padding: 0.75rem 5rem 2.25rem 5rem;
  }

}
/*
 * CSS Definitions for navigation
 *
 * TODO: Refactor for use in molecules and organisms (also clean-up)
 */
:root { /* 65/16 */ /* 60/16 */
  /*--navbar-hamburger-size: 4.000rem;*/
  /* Very strange behaviour with exact pixel sizes */
}
.main {
  /* uses paddingtop instead of margin-top so children can define margin-top */
  padding-top: 114px;
  padding-top: 7.125rem;
  /* TODO: Check the spacings if this can be done for the main and footer */
  margin-bottom: 112px;
  margin-bottom: 7rem;
  position: relative; /* for sticky navigation */
}
/**************************
/ Mobile Nav Bar
***************************/
.nav-division-header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
          flex: 0 auto
}
.nav-division-header ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
.nav-division-header li {
  margin-bottom: 0;
}
.nav-division-header-back,
.nav-division-header-explore,
.nav-division-header-search {
  height: 65px;
  height: 4.0625rem;
  line-height: 65px;
  line-height: 4.0625rem;
  display: inline-block;
}
.nav-division-header-search {
  line-height: 60.8px;
  line-height: 3.8rem;
}
.nav-division-header-search .search-toggle-open {
  font-size: 12.8px;
  font-size: 0.8rem;
}
.nav-division-header-button span {
  line-height: 65px;
  line-height: 4.0625rem;
}
.nav-division-header-button {
  cursor: pointer
}
.nav-division-header-button span:first-child {
  padding-right: 6.4px;
  padding-right: 0.4rem;
}
.nav-division-header-button .nav-division-header-icon {
  display: inline-block;
  position: relative;
  top: 2px
}
.nav-division-header-button .nav-division-header-icon span {
  width: 16px;
  height: 16px;
  display: block;
  padding: 0;
  margin: 0;
}
.nav-division-header-button .nav-division-header-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.nav-division-header-button .nav-division-header-icon path {
  -webkit-transition: fill .2s;
  transition: fill .2s;
  fill: rgb(57, 57, 57);
}
.nav-division-header-button .nav-division-header-icon .nav-division-header-icon-close {
  position: absolute;
  left: 0;
  top: 0;
}
.menu-open
.nav-division-header-button .nav-division-header-icon path {
  fill: rgb(222, 57, 25);
}
.explore-menu-open
.nav-division-header-button .nav-division-header-icon path {
  fill: rgb(255, 255, 255);
}
.nav-division-header-icon-open,
.menu-open .nav-division-header-icon-close {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .2s .1s opacity, visibility 0s 0s;
  transition: .2s .1s opacity, visibility 0s 0s;
}
.menu-open .nav-division-header-icon-open,
.nav-division-header-icon-close {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s 0s opacity, visibility 0s .2s;
  transition: .2s 0s opacity, visibility 0s .2s;
}
.nav-sub-wrapper .close-icon svg {
  fill: rgb(57, 57, 57);
}
/**************************
/ Genaeral Division Nav
***************************/
/* @apply --clearfix; */
.navbar-division {
  position: fixed;
  top: 54px;
  top: 3.375rem;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 1030;
  /*transition: .3s var(--easeOutQuad);*/
  font-family: var(--theme-font-family-condensed);
}
.navbar-division ul {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  list-style: none;
  max-height: calc(100vh - 114px);
  overflow-x: hidden;
  overflow-y: auto;
}
.nav-division-header-back,
.nav-division-header-button {
  font-family: var(--theme-font-family-condensed);
}
.navbar {
  z-index: 1040;
}
.navbar-division {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, .08), 0 -1px rgb(255, 255, 255);
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0)
}
.navbar-division.fixed {
  position: fixed;
  top: 54px;
  top: 3.375rem;
}
.hide-navbar .navbar-division {
  -webkit-transform: translate3d(0, -3.375rem, 0);
          transform: translate3d(0, -3.375rem, 0);
}
.navbar-division a {
  font-weight: 400;
}
.navbar-division li > a {
  color: rgb(57, 57, 57);
}
.navbar-division  li > a:hover {
  text-decoration: none;
  color: rgb(57, 57, 57);
}
.navbar-division  li > a.nav-sub-toggle:hover {
  color: rgb(113, 113, 113);
}
.nav-sub-wrapper {
  visibility: hidden;
}
.nav-third-level {
  font-family: var(--theme-font-family);
  font-size: 0.875em;
}
.nav-division-header {
  display: block;
  margin-bottom: 0;
}
.nav-division a.current-trail span,
.nav-division a.current span {
  position: relative
}
.nav-division a.current-trail span:after, .nav-division a.current span:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background-color: rgb(222, 57, 25);
}
.nav-division-header-explore .explore-trigger {
  height: 65px;
  height: 4.0625rem;
  vertical-align: bottom;
  margin-bottom: 0;
}
.nav-division-header-explore,
.nav-division-header-back {
  position: absolute;
  left: 12.8px;
  left: 0.8rem;
}
.nav-division-header-explore {
  left: 16px;
  left: 1rem;
}
@media (max-width: 1023px) {
  .main {
    padding-top: 0;
  }
  .navbar-division {
    height: 4.0625rem;
    box-shadow: none;
  }
  /* .header-image-wrapper + .navbar-division {
    height: 0;
  } */

  .nav-division-header li {
    font-size: 1.125em;
  }
  .explore-menu-open .nav-corporate-header {
    background: rgb(0, 44, 95) !important;
    color: rgb(255, 255, 255)
  }
  .explore-menu-open .nav-corporate-header .nav-division-header-back:before {
    border-color: inherit;
  }
  .explore-menu-open .nav-corporate-header .nav-division-header-icon:before,
    .explore-menu-open .nav-corporate-header .nav-division-header-icon:after {
    background: rgb(255, 255, 255);
  }

  .nav-division-header-back {
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s 0s opacity, visibility 0s .2s;
    transition: .2s 0s opacity, visibility 0s .2s;
    padding-left: 20px
  }

  .nav-division-header-back:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    left: 8px;
    margin-left: -3px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 1px solid rgb(222, 57, 25);
    border-width: 0 0 1px 1px;
  }
  .nav-division-header-search {
    visibility: visible;
    opacity: 1;
    position: relative;
    right: 0;
    -webkit-transition: .3s opacity, visibility 0s, right 0s .2s;
    transition: .3s opacity, visibility 0s, right 0s .2s;
  }

  .search-open .nav-division-header-search {
    right: -79px;
  }
  .nav-division-header-button {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s .2s, visibility 0s 0s;
    transition: opacity .3s .2s, visibility 0s 0s;
  }
  .search-open .nav-division-header-button {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s , visibility 0s .3s;
    transition: opacity .3s , visibility 0s .3s
  }
  .search-open .nav-division-header-button .nav-division-header-icon-open {
    visibility: inherit;
  }

  .menu-open .nav-division-header-search {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s opacity, visibility 0s .2s;
    transition: .2s opacity, visibility 0s .2s;
  }
  .menu-open .nav-division-header-back-on .nav-division-header-back {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .2s .2s opacity, visibility 0s;
    transition: .2s .2s opacity, visibility 0s;
  }

  .menu-open .nav-division-header-back-on .nav-division-header-explore,
  .nav-division-header-explore {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s opacity, visibility 0s .2s;
    transition: .2s opacity, visibility 0s .2s;
  }
  .menu-open .nav-division-header-explore {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .2s .1s opacity, visibility 0s;
    transition: .2s .1s opacity, visibility 0s;
  }

  .navbar-division {
    position: static;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none
  }

  .navbar-division.fixed {
    position: static;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .hide-navbar .navbar-division {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .nav-division {
    position: absolute;
    top: 4.0625rem;
    right: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    margin-bottom: 0;
    background: #ffffff;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: opacity .2s 0s, visibility 0s .2s;
    transition: opacity .2s 0s, visibility 0s .2s;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
  }
  .nav-division > li:first-child > a,
    .nav-division .nav-second-level > li:first-child > a {
    padding-top: 1.8rem;
  }
  .nav-division > li:last-child > a,
    .nav-division .nav-second-level > li:last-child > a {
    padding-bottom: 1.8rem;
  }
  .menu-open .nav-division {
    /* height: calc(100% - var(--navbar-height-mobile)); */
    height: 100vh;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }

  .nav-corporate-header {
    color: rgb(57, 57, 57);
  }
  header .navbar-corporate .nav-corporate-header {
    background: rgb(255, 255, 255);
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, .08)
  }
  header .navbar-corporate .nav-corporate-header .container {
    opacity: 1;
  }
  .nav-division-header,
  .hide-navbar .navbar-corporate .nav-corporate-header,
  .navbar-corporate .nav-corporate-header {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: background .3s, color .3s, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: background .3s, color .3s, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .3s, color .3s;
    transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .3s, color .3s, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .main-logo {
    -webkit-transition: opacity .3s .1s, visibility 0s 0s;
    transition: opacity .3s .1s, visibility 0s 0s;
    visibility: visible;
    opacity: 1;
  }
  .menu-open {
  }
  .menu-open .main-logo {
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    visibility: hidden;
    opacity: 0;
  }

  .nav-division > li {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .nav-division > li:nth-child(1) { -webkit-transition-delay: .45s; transition-delay: .45s }
  .nav-division > li:nth-child(2) { -webkit-transition-delay: .4s; transition-delay: .4s }
  .nav-division > li:nth-child(3) { -webkit-transition-delay: .35s; transition-delay: .35s }
  .nav-division > li:nth-child(4) { -webkit-transition-delay: .3s; transition-delay: .3s }
  .nav-division > li:nth-child(5) { -webkit-transition-delay: .25s; transition-delay: .25s }
  .nav-division > li:nth-child(6) { -webkit-transition-delay: .2s; transition-delay: .2s }
  .nav-division > li:nth-child(7) { -webkit-transition-delay: .15s; transition-delay: .15s }
  .nav-division > li:nth-child(8) { -webkit-transition-delay: .1s; transition-delay: .1s }

  .menu-open  .nav-division > li:nth-child(1) { -webkit-transition-delay: .1s; transition-delay: .1s }
  .menu-open  .nav-division > li:nth-child(2) { -webkit-transition-delay: .15s; transition-delay: .15s }
  .menu-open  .nav-division > li:nth-child(3) { -webkit-transition-delay: .2s; transition-delay: .2s }
  .menu-open  .nav-division > li:nth-child(4) { -webkit-transition-delay: .25s; transition-delay: .25s }
  .menu-open  .nav-division > li:nth-child(5) { -webkit-transition-delay: .3s; transition-delay: .3s }
  .menu-open  .nav-division > li:nth-child(6) { -webkit-transition-delay: .35s; transition-delay: .35s }
  .menu-open  .nav-division > li:nth-child(7) { -webkit-transition-delay: .4s; transition-delay: .4s }
  .menu-open  .nav-division > li:nth-child(8) { -webkit-transition-delay: .45s; transition-delay: .45s }

  .menu-open .nav-division > li {
    opacity: 1;
  }

  .nav-division {
  }

  .nav-division .nav-meta-mobile-item,
    .nav-division > li > a {
    opacity: 1;
    /* TODO: Check if needed, had impact on element order */
    /* visibility: visible; */
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: opacity .3s .3s, visibility 0s .3s, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s;
    transition: opacity .3s .3s, visibility 0s .3s, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s;
    transition: opacity .3s .3s, transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s, visibility 0s .3s;
    transition: opacity .3s .3s, transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s, visibility 0s .3s, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s;
  }

  .nav-division.collapse {
}

  .nav-division.collapse .nav-meta-mobile-item,
      .nav-division.collapse > li > a {
    opacity: 0;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: opacity .3s 0s, visibility 0s .3s, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: opacity .3s 0s, transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, visibility 0s .3s;
    transition: opacity .3s 0s, transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, visibility 0s .3s, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
  .nav-second-level > li {
    opacity: 0;
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: opacity .3s 0s, visibility 0s .3s, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: opacity .3s 0s, transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, visibility 0s .3s;
    transition: opacity .3s 0s, transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, visibility 0s .3s, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
  .nav-sub-overview {
    opacity: 0;
    -webkit-transition: opacity .3s .2s;
    transition: opacity .3s .2s;
  }
  .nav-sub-wrapper.active {
  }
  .nav-sub-wrapper.active .nav-second-level > li {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: opacity .3s .3s, visibility 0s .3s, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s;
    transition: opacity .3s .3s, visibility 0s .3s, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s;
    transition: opacity .3s .3s, transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s, visibility 0s .3s;
    transition: opacity .3s .3s, transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s, visibility 0s .3s, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s;
  }
  .nav-sub-wrapper.active .nav-sub-overview {
    opacity: 1;
  }

  .nav-division li {
    margin-bottom: 0;
    width: 100%;
    max-width: 48em;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-division .login-trigger > a,
  .navbar-division li > a {
    padding: 1rem;
    display: block;
    font-size: 1.125em;
    visibility: inherit;
    color: rgb(78, 78, 78);
  }
  .nav-tab-toggle > span {
    position: relative
  }
  .nav-tab-toggle > span:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -2px;
    right: -12px;
    margin-left: -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid rgb(113, 113, 113);
    border-width: 1px 1px 0 0;
  }
  .nav-tab-toggle:only-child span {
    margin-left: 0
  }
  .nav-tab-toggle:only-child span:before {
    display: none;
  }

  .active > a.current-trail span:after {
    opacity: 0;
  }

  /* Level 2 */
  .nav-sub-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-sub-wrapper.active {
    visibility: visible;
  }
  .nav-second-level.collapse > li {
  }
  .nav-second-level.collapse > li > a {
    opacity: .2;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .nav-second-level.collapse > li.active > a {
    opacity: 1;
  }
  .nav-third-level {
    -webkit-transition: height .3s, opacity .2s;
    transition: height .3s, opacity .2s;
    opacity: 0;
    height: 0;
    overflow: hidden
  }
  .nav-third-level li {
    max-width: none;
    padding-left: 1rem;
  }

  .nav-sub-overview {
    padding: 2rem 1rem;
    text-align: center;
  }
  .nav-sub-overview-copy {
    display: none;
  }
  .nav-sub-overview-title {
    display: block;
    font-size: 1.250em;
    margin-bottom: 1em;
  }
  .nav-second-level > li {
  }
  .nav-second-level > li:before {
    top: 1.25rem;
    right: auto;
    left: 1rem;
    font-size: 0.875em;
  }
  .nav-second-level > li:first-child:before {
    top: 2.05rem;
  }

  /* Level 3 */
  .nav-third-level.active {
    opacity: 1;
    height: auto;
  }
  .nav-third-level a {
    font-size: 0.875rem;
  }
  .nav-second-level.collapse > li {
    opacity: .2;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
  }
  .nav-second-level.collapse > li.active {
    opacity: 1;
  }
}
.nav-sub-overview-title {
  font-family: var(--theme-font-family-condensed);
  font-weight: 700;
}
.nav-division .nav-meta-mobile {
  max-width: none;
  margin-top: 10px;
  margin-bottom: 30px;
}
.nav-meta-mobile-item {
  border-top: 1px solid rgb(220, 220, 220);
}
.nav-meta-mobile-item-inner {
  width: 100%;
  max-width: 48em;
  margin-left: auto;
  margin-right: auto;
}
/* .nav-meta-mobile-item-inner li:last-child {
  text-align: center;
} */
/**************************
/ Media Queries
/ Desktop
***************************/
@media (min-width: 1024px) {
  .nav-division .nav-meta-mobile {
    display: none;
  }

  .navbar-division {
    height: 3.75rem;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  /* .header-image-wrapper + .navbar-division {
    position: absolute;
    top: 32rem;
    &.fixed {
      position: fixed;
      top: var(--navbar-height-desktop);
    }
  } */

  .nav-division-header {
    display: none;
  }

  .search-wrapper {
    height: 3.75rem;
    display: block
  }

  .search-wrapper .search-icon {
    height: 3.75rem;
    line-height: 3.75rem;
  }

  .search-wrapper a {
    display: block;
    text-align: right;
    padding-right: 1.3rem;
    width: 3.6rem;
    height: 3.75rem;
    line-height: 3.75rem;
    color: rgb(57, 57, 57);
  }

  .nav-division {
    display: block;
    position: inherit;
    margin-bottom: 0;
    width: auto;
    padding-left: 0;
    height: 3.75rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1
  }

  .nav-division > li {
    float: left;
    display: block;
    margin-bottom: 0;
  }

  .nav-division > li:first-child > a {
    margin-left: 6.9rem;
  }

  .nav-division > li > a {
    display: block;
    padding: 0 1em;
  }

  .nav-division.nav-visible > li > a {
    color: gray;
  }

  .nav-division li.hover-active > a {
    color: rgb(57, 57, 57);
  }

  .nav-division .nav-sub-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    position: absolute;
    top: 100%;
    overflow: hidden;
    left: 0;
    right: 0;
    background: white;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out, visibility 0s .2s;
    transition: opacity .2s ease-out, visibility 0s .2s;
    box-shadow: inset 0 8px 25px 0 rgba(0, 0, 0, .08), 0 8px 25px 0 rgba(0, 0, 0, .08);
  }

  .nav-division li:nth-child(4) .nav-sub-wrapper {
    /*display: flex;*/
  }
  .nav-visible .nav-sub-wrapper {
    opacity: 1;
    -webkit-transition: opacity .2s ease-out, visibility 0s 0s;
    transition: opacity .2s ease-out, visibility 0s 0s;
  }
  .hover-active .nav-sub-wrapper {
    visibility: visible;
  }

  .nav-sub-overview {
    box-shadow: inset 0 8px 25px 0 rgba(0, 0, 0, .08);
  }

  .nav-sub-overview-inner {
    float: right;
    width: 312px;
    padding: 2.3rem 2rem 2.5rem 16px;
  }

  .nav-sub-overview-title {
    font-size: 1.125em;
    margin-bottom: 1rem;
    display: block;
  }
  .nav-sub-overview-copy {
    margin-bottom: 2rem;
    line-height: 1.45;
  }

  .nav-second-level {
    padding: 2.5rem .5rem 2rem 4rem;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
    padding-right: .5rem;
    min-height: 28.25rem;
    max-width: 688px
  }

  .nav-second-level a:hover {
    color: var(--theme-font-color);
  }

  .nav-second-level > li {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }

  .nav-second-level > li:before {
    top: 0.15rem;
    left: auto;
    right: 100%;
    font-size: 0.750em;
  }

  .nav-second-level > li > a.current-trail span:after {
    opacity: 0;
  }

  .nav-third-level {
    margin-left: -1rem;
    margin-right: -1rem;
    height: auto !important;
    opacity: 1 !important
  }

  .nav-third-level > li {
    margin-bottom: 0.1rem;
    position: relative;
    float: left;
  }

  .nav-third-level > li:after {
    content: '';
    position: absolute;
    background: #cacaca;
    height: 20px;
    width: 1px;
    margin-left: -1px;
    left: 0;
    top: 6px;
  }

  .nav-third-level > li:first-child {
    display: none;
    /* hide overview Link on Desktop */
  }
  .nav-third-level {
    margin-top: 0.1rem;
    margin-bottom: 0.8rem;
    overflow: hidden;
  }
  .nav-third-level a {
    display: inline-block;
    padding: 0.4rem 1rem;
  }

  .nav-division > li > a {
    height: 3.75rem;
    line-height: 3.75rem;
    white-space: nowrap;
  }

  .nav-third-level li {
    display: inline-block
  }

  .nav-third-level li a {
    color: rgb(113, 113, 113);
  }

  .nav-sub-overview {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(50% - 200px);
        -ms-flex-preferred-size: calc(50% - 200px);
            flex-basis: calc(50% - 200px); /* (1024 / 2) - 312 */
  }

}
@media (min-width: 1282px) {
  .nav-sub-overview {
    -webkit-flex-basis: calc(50% - 313px);
        -ms-flex-preferred-size: calc(50% - 313px);
            flex-basis: calc(50% - 313px); /* (1250 / 2) - 312 */
  }

  .nav-second-level {
    max-width: 938px;
  }
}
#inpage-nav {
  z-index: 1020;
}
.inpage-nav-wrapper {
  background: rgb(237, 237, 237);
  /* background-image: linear-gradient(to bottom, #f7f7f7, #dfdfdf); */
  border: solid rgb(220, 220, 220);
  border-width: 1px 0;
  width: 100%;

}
.inpage-nav-wrapper,
.anchor-nav-inner {
}
.inpage-nav-wrapper:before, .anchor-nav-inner:before {
  content: '';
  position: absolute;
  /* TODO: remove the offset if chrome 56 support can be dropped
    chrome 56 has issues with position sticky and box-shadow */
  width: calc(100% - 4px);
  left: 4px;
  height: 50%;
  top: 50%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05), inset 0 1px 0 0 rgba(255, 255, 255, .2);
  z-index: -1;
}
#inpage-nav.js-sticky {
  height: 62px;
  position: relative;
  top: auto;
}
.inpage-nav-inner {
  margin-left: -16px;
  margin-right: -16px;
  position: relative
}
.inpage-nav-inner ul {
  list-style-type: none;
  margin-bottom: 0;
}
.inpage-nav-inner li {
  margin-bottom: 0;
}
.inpage-nav-inner .inpage-nav > li:first-child {
}
.inpage-nav-inner .inpage-nav > li:first-child.active:after {
  width: calc(100% - 8px);
  left: 0px;
}
.inpage-nav-inner .inpage-nav > li:first-child a {
  font-weight: 700;
  color: rgb(57, 57, 57);
}
.inpage-nav-inner a {
  font-family: var(--theme-font-family-condensed);
  color: rgb(113, 113, 113);
  font-weight: normal;
}
.inpage-nav-inner a:hover {
  color: rgb(57, 57, 57);
}
.inpage-nav-inner:before,
  .inpage-nav-inner:after {
  content: '';
  position: absolute;
  top: 0;
  width: 16px;
  height: 45px;
  z-index: 1;
}
.inpage-nav-inner:before {
  left: 0;
  background-image: -webkit-linear-gradient(left, rgba(237, 237, 237, 1), rgba(237, 237, 237, 0));
  background-image: linear-gradient(to right, rgba(237, 237, 237, 1), rgba(237, 237, 237, 0));
}
.inpage-nav-inner:after {
  right: 0;
  background-image: -webkit-linear-gradient(right, rgba(237, 237, 237, 1), rgba(237, 237, 237, 0));
  background-image: linear-gradient(to left, rgba(237, 237, 237, 1), rgba(237, 237, 237, 0));
}
.inpage-nav-scroller {
  overflow: auto;
  -webkit-overflow-scrolling: touch
}
.inpage-nav-scroller li {
  display: inline-block;
}
.inpage-nav {
  margin-left: 16px;
  margin-right: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.inpage-nav li {
  padding: 17px 0;
}
.inpage-nav a {
  white-space: nowrap;
  padding: 4px 8px;
}
.inpage-nav > li + li a {
  position: relative;
}
.inpage-nav > li + li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 24px;
  height: 1.5rem;
  /* 24/16 */
  margin-top: -12px;
  margin-top: -0.75rem;
  width: 1px;
  background: #cacaca;
}
.inpage-nav li:first-child a {
  padding-left: 0;
}
.inpage-nav li:last-child a {
  padding-right: 16px;
}
.inpage-nav li.active,
.inpage-nav-overflow-content li.active {
  position: relative
}
.inpage-nav li.active:after, .inpage-nav-overflow-content li.active:after {
  content: '';
  position: absolute;
  height: 1px;
  width: calc(100% - 16px);
  bottom: 13px;
  left: 8px;
  background: rgb(222, 57, 25);
}
.inpage-nav-overflow {
  position: absolute;
  right: 17.6px;
  right: 1.1rem;
  top: 50%;
  margin-top: -16px;
  display: none;
}
.inpage-nav-overflow-trigger {
  width: 32px;
  height: 32px;
  padding: 0;
  position: relative;
  background: transparent;
  border: 1px solid currentColor;
  -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: rgb(113, 113, 113);
  display: none
}
.inpage-nav-overflow-trigger:focus,
  .inpage-nav-overflow-trigger:hover {
  color: rgb(57, 57, 57);
  background: transparent;
}
.inpage-nav-overflow-trigger.contains-active .inpage-nav-overflow-count {
  color: rgb(222, 57, 25);
  font-weight: 700;
}
.inpage-nav-overflow-count {
  position: absolute;
  top: -9px;
  left: 22px;
  padding: 2px 6px;
  font-size: 10px;
  font-size: 0.625rem;
  background: rgb(237, 237, 237);
}
@media (min-width: 1024px) {
  #inpage-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 114px;
  }
  .inpage-nav {
    margin-left: 135px;
    margin-right: 70px;
    overflow: hidden
  }
  .inpage-nav li {
    -webkit-transition: opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1), visibility 0s 0s, -webkit-transform .5s cubic-bezier(0.19, 0.92, 0.27, 1);
    transition: opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1), visibility 0s 0s, -webkit-transform .5s cubic-bezier(0.19, 0.92, 0.27, 1);
    transition: opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1), transform .5s cubic-bezier(0.19, 0.92, 0.27, 1), visibility 0s 0s;
    transition: opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1), transform .5s cubic-bezier(0.19, 0.92, 0.27, 1), visibility 0s 0s, -webkit-transform .5s cubic-bezier(0.19, 0.92, 0.27, 1);
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  .inpage-nav .nav-item-overflow {
    -webkit-transition: opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1), visibility 0s .5s, -webkit-transform .5s cubic-bezier(0.19, 0.92, 0.27, 1);
    transition: opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1), visibility 0s .5s, -webkit-transform .5s cubic-bezier(0.19, 0.92, 0.27, 1);
    transition: opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1), transform .5s cubic-bezier(0.19, 0.92, 0.27, 1), visibility 0s .5s;
    transition: opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1), transform .5s cubic-bezier(0.19, 0.92, 0.27, 1), visibility 0s .5s, -webkit-transform .5s cubic-bezier(0.19, 0.92, 0.27, 1);
    opacity: 0;
    -webkit-transform: scale(.8) translateX(30px);
        -ms-transform: scale(.8) translateX(30px);
            transform: scale(.8) translateX(30px);
    visibility: hidden;
  }
  .inpage-nav-inner {
  }
  .inpage-nav-inner:before,
    .inpage-nav-inner:after {
    display: none;
  }
  .inpage-nav-overflow {
    display: block;
  }
  .inpage-nav-overflow-content {
    position: absolute;
    background: white;
    padding: 20px 30px;
    width: auto;
    min-width: 100px;
    right: 0;
    top: 40px;
    z-index: 1;
    box-shadow: -5px 0px 10px 0 rgba(0, 0, 0, .08),
                            10px 10px 20px 0 rgba(0, 0, 0, .05);
    border: 1px solid rgb(220, 220, 220);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scale(.8) translateY(-50px);
        -ms-transform: scale(.8) translateY(-50px);
            transform: scale(.8) translateY(-50px);
    -webkit-transition: opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1), visibility 0s .5s, -webkit-transform .5s cubic-bezier(0.19, 0.92, 0.27, 1);
    transition: opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1), visibility 0s .5s, -webkit-transform .5s cubic-bezier(0.19, 0.92, 0.27, 1);
    transition: opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1), transform .5s cubic-bezier(0.19, 0.92, 0.27, 1), visibility 0s .5s;
    transition: opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1), transform .5s cubic-bezier(0.19, 0.92, 0.27, 1), visibility 0s .5s, -webkit-transform .5s cubic-bezier(0.19, 0.92, 0.27, 1)
  }
  .inpage-nav-overflow-content.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1), visibility 0s 0s, -webkit-transform .5s cubic-bezier(0.19, 0.92, 0.27, 1);
    transition: opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1), visibility 0s 0s, -webkit-transform .5s cubic-bezier(0.19, 0.92, 0.27, 1);
    transition: opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1), transform .5s cubic-bezier(0.19, 0.92, 0.27, 1), visibility 0s 0s;
    transition: opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1), transform .5s cubic-bezier(0.19, 0.92, 0.27, 1), visibility 0s 0s, -webkit-transform .5s cubic-bezier(0.19, 0.92, 0.27, 1);
  }
  .inpage-nav-overflow-content a {
    white-space: nowrap;
  }
  .inpage-nav-overflow-content li.active:after {
    height: 21px;
    width: 3px;
    bottom: auto;
    left: -15px;
    top: 3px;
  }
}
.division-switch {
	display: block;
	list-style: none;
	margin: 0;
	background: var(--theme-font-color);
	color: rgb(255, 255, 255);
}
.division-switch li {
	margin-bottom: 0;
}
.division-switch-item {
	display: block;
	color: inherit;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	opacity: .4;
}
.division-switch-item:hover {
	text-decoration: none;
	color: inherit;
	opacity: .8;
}
.division-switch-item.active {
	opacity: 1;
}
.division-switch-title {
	display: block;
	text-transform: uppercase;
}
.division-switch-copy {
	display: none;
}
@media (min-width: 1024px) {
	.division-switch {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		background: rgb(255, 255, 255);
		color: rgb(57, 57, 57);
	}
	.division-switch-copy {
		display: block;
		visibility: hidden;
	}
	.division-switch-item.active .division-switch-copy {
		visibility: visible;
	}
	.division-switch-item {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		text-align: center;
		outline: 1px solid #ff0099;
	}
	.division-switch-item {
		position: relative;
	}
	.division-switch-item.active {
		color: rgb(255, 255, 255);
	}
	.division-switch-item.active:before,
	.division-switch-item.active:after {
		content: '';
	}
	.division-switch-item:before,
	.division-switch-item:after {
		position: absolute;
		top: 20px;
		right: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background: rgb(222, 57, 25);
		box-shadow: 10px 20px 40px 0 rgba(0, 0, 0, .2);
	}
	.division-switch-item:before {
		top: 0px;
		right: -20px;
		width: 70%;
		background: #006d99;
	}
	.division-switch-title,
	.division-switch-copy {
		position: relative;
		z-index: 2;
	}
	.division-switch-title {
		font-family: var(--theme-font-family-condensed);
		font-size: 2em;
		padding-top: 2em;
		line-height: 1.2;
	}
}
/**
 * CSS Definition for the corporate navigation
 */
:root {
  /*--navbar-height-mobile:    3.750rem;*/
  /*--navbar-height-desktop:   4.000rem;*/
  /*--navbar-explore-size: 4.000rem;*/
  /* Very strange behaviour with exact pixel sizes */
}
.nav-corporate-header {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 1040;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
  will-change: transform, display;
  height: 65px;
  height: 4.0625rem;
  background-color: #ffffff;
  -webkit-transition: background-color .25s, -webkit-transform .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color .25s, -webkit-transform .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform .25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color .25s;
  transition: transform .25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color .25s, -webkit-transform .25s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.nav-corporate-header .container {
  opacity: 1;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.nav-center {
  display: block;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
              -ms-grid-row-align: auto;
          align-self: auto;
  font-family: var(--theme-font-family-condensed);

  position: relative;
  text-align: left;

  -webkit-transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), z-index 0s, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);

  transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), z-index 0s, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);

  transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), z-index 0s;

  transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), z-index 0s, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.navbar-logo-wrapper {
  height: 65px;
  height: 4.0625rem;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
              -ms-grid-row-align: auto;
          align-self: auto;
  overflow: hidden
}
.navbar-logo-wrapper .main-logo {
  display: inline-block;
  padding: 20.8px 0 0;
  padding: 1.3rem 0 0;
}
.navbar-logo-wrapper .main-logo img {
  max-height: 24px;
}
@media (min-width: 1024px) {
  .navbar-logo-wrapper {
    height: 3.375rem
  }
  .navbar-logo-wrapper .main-logo {
    padding: 0.5rem 0 0;
  }
  .navbar-logo-wrapper .main-logo img {
    width: auto;
    max-height: 34px;
    height: 34px;
    display: block;
  }
  .nav-corporate-header {
    position: fixed;
    height: 3.375rem;
  }
}
.nav-meta {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding-right: 0;
  display: none;
  width: auto;
  height: 65px;
  height: 4.0625rem;
  /* overflow: hidden; allow logged in user tooltip to be visible */
  vertical-align: top;
  text-align: right
}
.mobile-nav-open .nav-meta {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: opacity 0.2s 0.1s, z-index 0s, -webkit-transform 0.2s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.2s 0.1s, z-index 0s, -webkit-transform 0.2s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.2s 0.1s, transform 0.2s 0.1s cubic-bezier(0.19, 1, 0.22, 1), z-index 0s;
  transition: opacity 0.2s 0.1s, transform 0.2s 0.1s cubic-bezier(0.19, 1, 0.22, 1), z-index 0s, -webkit-transform 0.2s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 10;
}
.nav-meta .btn-link .fa {
  font-size: 16px;
  font-size: 1rem;
}
.nav-meta li > a,
  .nav-meta .login-trigger > a {
  text-decoration: none !important;
  font-family: var(--theme-font-family-condensed);
  color: rgb(78, 78, 78);
  text-align: center;
  position: relative;
  font-weight: 400;
}
.nav-meta li > a:hover, .nav-meta .login-trigger > a:hover {
  color: rgb(62, 62, 62);
}
.nav-meta .btn {
  margin-bottom: 0;
}
.nav-meta .btn:hover {
  color: rgb(0, 35, 76);
}
.nav-meta .btn:active {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.nav-meta > li {
  display: inline-block;
  margin-bottom: 0;
}
.nav-meta > li + li {
  padding-left: 8px;
  padding-left: 0.5rem;
}
.nav-meta > li > a,
    .nav-meta > li .login-trigger > a {
  height: 65px;
  height: 4.0625rem;
  line-height: 65px;
  line-height: 4.0625rem;
}
.nav-meta-mobile .login-trigger-label {
  margin-left: 9.6px;
  margin-left: .6rem;
}
.nav-meta-mobile .tooltip {
  display: none;
}
.explore-icon {
  vertical-align: middle;
  height: 18px;
  width: 18px;
  position: relative;
  top: -1px;
  left: 4px;
}
.explore-icon svg {
  width: 100%;
  height: 100%;
}
.hide-navbar {
}
.hide-navbar .nav-corporate-header {
  -webkit-transform: translate3d(0, -3.375rem, 0);
          transform: translate3d(0, -3.375rem, 0);
}
.hide-navbar .nav-corporate-header .container {
  opacity: 0;
}
.nav-body-fixed .nav-corporate-header {
  background-color: rgb(255, 255, 255);
}
.nav-util-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.navbar-corporate {
}
.navbar-corporate .login-trigger-label,
  .navbar-corporate .explore-trigger .fa + span {
  padding-left: 0.6em;
}
.navbar-corporate .btn-link .fa {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .nav-division-header .btn-link {
    margin-left: -4px;
    font-size: 1em;
  }
  .explore-icon {
    height: 20px;
    width: 20px;
  }
}
@media (min-width: 1024px) {
  .nav-meta {
    display: inline-block;
    padding: 0;
    width: auto;
    height: 3.375rem
  }
  .nav-meta li {
}
  .nav-meta li > button,
      .nav-meta li > a,
      .nav-meta li .login-trigger > a {
    height: 3.375rem;
    line-height: 3.375rem;
  }

  .nav-meta .btn-link {
    position: relative;
    top: -1px;
  }
  .nav-meta li + li {
    margin-left: 8px;
    padding-left: 11px;
    position: relative
  }
  .nav-meta li + li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 1.4em;
    left: 0;
    top: 50%;
    margin-top: -.7em;
    background: rgb(184, 184, 184);
  }

  .explore-wrapper {
    width: 3.375rem;
    height: 3.375rem;
  }
  .explore {
    top: 0.65rem;
    width: 2.125rem;
    height: 2.125rem

  }
  .explore .svg-icon {
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
/**
 * CSS definitions for the explore fullpage overlay
 */
.explore-fullpage {
  /* Hack because of simplified grid for SIX */
}
.explore-fullpage .container {
  height: 100%;
}
.explore-fullpage .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  /* Hack for IE11 */
  -ms-flex-direction: row;
}
.explore-fullpage .column_4 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  position: relative;
  display: block;
}
.explore-fullpage .list-divisions,
  .explore-fullpage .list-general,
  .explore-fullpage .social_connect ul {
  list-style: none;
  margin: 0;
}
.explore-fullpage .list-divisions:after, .explore-fullpage .list-general:after, .explore-fullpage .social_connect ul:after {
  content: "";
  display: table;
  clear: both;
}
.explore-fullpage .list-divisions li, .explore-fullpage .list-general li, .explore-fullpage .social_connect ul li {
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin-bottom: 0;
}
.explore-fullpage .list-divisions li .title, .explore-fullpage .list-general li .title, .explore-fullpage .social_connect ul li .title {
  display: inline-block;
  width: auto;
  font-weight: 400;
}
.explore-fullpage .list-divisions li .title:after, .explore-fullpage .list-general li .title:after, .explore-fullpage .social_connect ul li .title:after {
  content: "";
  display: table;
  clear: both;
}
.explore-fullpage .list-divisions li .description, .explore-fullpage .list-general li .description, .explore-fullpage .social_connect ul li .description {
  font-weight: 400;
}
.explore-fullpage .list-divisions {
  padding-top: 32px;
  padding-top: 2rem;
  text-align: center;
}
.explore-fullpage .list-divisions li + li {
  padding-top: 32px;
  padding-top: 2rem;
}
.explore-fullpage .list-divisions a {
  position: relative;
  width: 100%;
}
.explore-fullpage .list-divisions a:hover {
  opacity: 1;
}
.explore-fullpage .list-divisions li {
}
.explore-fullpage .list-divisions li .description {
  display: none;
}
.explore-fullpage .list-general {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 40px;
  padding-top: 2.5rem;
}
.explore-fullpage .list-general li {
  display: inline-block;
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  /* Fix for IE11 */
  -ms-flex: 1 1 auto;
}
.explore-fullpage .list-general li a {
  display: inline-block;
  position: relative;
}
.explore-fullpage .list-general li .description {
  display: none;
}
.explore-fullpage .list-general a {
  display: block;
  width: 100%;
}
.explore-fullpage .list-divisions,
  .explore-fullpage .list-general {
}
.explore-fullpage .list-divisions a, .explore-fullpage .list-general a {
  font-family: var(--theme-font-family-condensed);
}
.explore-fullpage .list-divisions .active .title, .explore-fullpage .list-general .active .title {
  position: relative;
}
.explore-fullpage .list-divisions .active .title:before, .explore-fullpage .list-general .active .title:before {
  content: '';
  position: absolute;
  display: block;
  margin-top: 5.6px;
  margin-top: 0.35rem;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(222, 57, 25);
}
.explore-fullpage .list-divisions,
  .explore-fullpage .list-general,
  .explore-fullpage .social_connect {
}
.explore-fullpage .list-divisions:hover, .explore-fullpage .list-general:hover, .explore-fullpage .social_connect:hover {
}
.explore-fullpage .list-divisions:hover li, .explore-fullpage .list-general:hover li, .explore-fullpage .social_connect:hover li {
  opacity: 0.5;
}
.explore-fullpage .list-divisions:hover li:hover, .explore-fullpage .list-general:hover li:hover, .explore-fullpage .social_connect:hover li:hover {
  opacity: 1;
}
.explore-fullpage .social_connect {
  max-width: 100%;
  display: block;
  padding-top: 24px;
  padding-top: 1.5rem;
}
.explore-fullpage .social_connect li {
  display: inline-block;
  padding: 5.6px 0 16px 0;
  padding: 0.35rem 0 1rem 0;
}
.explore-fullpage .social_connect li + li {
  margin-left: 28px;
  margin-left: 1.75rem;
}
.explore-fullpage .social_connect a {
  display: inline-block;
  width: 28px;
  width: 1.75rem;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
.explore-fullpage .utilities-wrapper {
  padding: 0 0 16px 0;
  padding: 0 0 1rem 0;
  position: inherit;
}
.explore-fullpage .utilities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: inherit;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}
.explore-fullpage .explore-top {
}
.explore-fullpage .explore-top a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.explore-fullpage .description {
  font-size: 16px;
  font-size: 1rem;
  opacity: 0.5;
  width: 100%;
}
.explore-top {
  width: 100%;
}
.explore-bottom {
  display: none;
  background-color: #0e3c71
}
.explore-bottom .explore-placeholder {
  height: 240px;
  height: 15rem;
  background-color: rgb(255, 255, 255);
  background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 35px, rgba(0, 0, 0, .1) 35px, rgba(0, 0, 0, .1) 70px);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 35px, rgba(0, 0, 0, .1) 35px, rgba(0, 0, 0, .1) 70px);
  position: relative;
}
.explore-bottom .explore-placeholder:after {
  content: 'Placeholder';
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  position: absolute;
  display: block;
  font-size: 4.5vw;
  color: rgb(220, 220, 220);
}
/* Flexbox definitions */
.explore-fullpage {
  position: relative;
}
.explore-header {
  position: absolute;
  width: 100%
}
.explore-header .container {
  position: relative;
  z-index: 2;
}
.explore-close,
.fullpage-close,
.nav-sub-close {
  position: absolute;
  top: 4px;
  right: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: block;
  background: transparent;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border: 0 solid;
}
.fullpage-close .close-icon {
  background: transparent
}
.fullpage-close .close-icon svg {
  fill: rgb(78, 78, 78);
}
.explore-close:focus,
.explore-close:hover,
.fullpage-close:focus,
.fullpage-close:hover,
.nav-sub-close:focus,
.nav-sub-close:hover {
  background: transparent;
  opacity: 1
}
.explore-close:focus svg, .explore-close:hover svg, .fullpage-close:focus svg, .fullpage-close:hover svg, .nav-sub-close:focus svg, .nav-sub-close:hover svg {
  fill: rgb(222, 57, 25);
}
.explore-header .explore-close {
  opacity: 0;
}
.explore-menu-open .explore-close {
  opacity: .8
}
.close-icon {
  position: relative;
  display: block;
  padding: 14px
}
.close-icon svg {
  display: block;
  fill: rgb(255, 255, 255);
  -webkit-transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 16px;
  height: 16px;
}
@media (min-width: 480px) {
  .explore-top {
    padding-top: 1rem;
  }
  .explore-fullpage {

    /*
     * Special override for a little smaller headers to keep consistent with
     * the removed .list-explore-teaser .title definitions
     */

  }
  .explore-fullpage .row {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .explore-fullpage .column_4 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
  }
  .explore-fullpage .column_4:nth-child(3n) {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .explore-fullpage .list .item .title {
    font-size: 1.125em;
    line-height: 1.222;
  }
  .explore-fullpage .list-divisions {
    padding-top: 0;
    text-align: left;
  }
  .explore-fullpage .list-divisions li + li {
    padding-top: 2.5rem;
  }
  .explore-fullpage .list-divisions li .description {
    display: inline-block;
  }
  .explore-fullpage .list-general {
    width: 100%;
    padding-top: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
            flex: 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
  }
  .explore-fullpage .list-general li {
    display: block;
    text-align: left;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .explore-fullpage .list-general li + li {
    padding-top: 40px;
  }
  .explore-fullpage .list-general li .description {
    display: inline-block;
  }
  .explore-fullpage .utilities-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
            flex: 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 40px 0 60px;
  }
  .explore-fullpage .social_connect {
    padding-top: 0;
    /* Special case because of hidden element */
  }
  .explore-fullpage .social_connect li + li {
    margin-left: 0.9rem;
  }
  .explore-fullpage .social_connect li:first-child + li {
    margin-left: 0;
  }
  .explore-fullpage a {
    font-size: 1.25rem;
  }
  .explore-fullpage .utilities {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    margin-top: 30px;
  }
  .explore-fullpage .utilities .social_connect,
      .explore-fullpage .utilities .explore-searchbox {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    padding: 0;
  }

  .explore-bottom {
    padding: 3rem 0;
    display: block;
  }
}
.nav-sub-close {
  right: 0;
  top: 15px;
}
@media (min-width: 768px) {
  .explore-fullpage {
  }
  .explore-fullpage a {
    font-size: 1.5rem;
  }
  .explore-fullpage .social_connect {
    /* Special case because of hidden element */
  }
  .explore-fullpage .social_connect li + li {
    margin-left: 1.75rem;
  }
  .explore-fullpage .social_connect li:first-child + li {
    margin-left: 0;
  }

}
@media (min-width: 1024px) {
  .nav-sub-close {
    right: calc(50% - 512px);
  }
  .explore-top .container {
    position: relative;
  }
  .explore-top,
  .explore-bottom {
    padding-top: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
  }

  .explore-fullpage {
    /* Hack because of simplified grid for Six */
  }

  .explore-fullpage .row {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .explore-fullpage .column_4,
    .explore-fullpage .column_4:nth-child(3n) {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .explore-fullpage .utilities-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
            flex: 1 auto;
    padding: 0;
  }

  .explore-fullpage .utilities {
    display: block;
    text-align: right;
  }

  .explore-fullpage .utilities .social_connect,
      .explore-fullpage .utilities .explore-searchbox {
    max-width: none;
  }

  .explore-fullpage .social_connect {
    background: transparent;
    position: relative;
    display: block;
    width: auto;
    max-width: none;
    padding-bottom: 2.5rem;
    z-index: 1;
  }

  .explore-fullpage .social_connect li {
    padding: 0 0 2rem 0;
  }
  .explore-top .container,
  .explore-bottom .container {
    padding-top: 5rem;
    /* Needed for IE11 */
    padding-bottom: 3rem;
  }
  .explore-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center
  }
  .explore-top > .container {
}

  .explore-bottom {
    padding: 0;
  }

  .explore-searchbox {
    width: 100%;
  }

  .explore-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 100%;
  }

  .language-inner,
  .login-inner {
  }

  .language-inner .container, .login-inner .container {
    position: relative;
  }

  .language-inner .container .row, .login-inner .container .row {
    padding: 5rem 0;
  }

  .language-inner .fullpage-close {
    left: auto;
    right: 193px;
    background-color: transparent;
  }
  .login-inner .fullpage-close {
    left: auto;
    right: 147px;
    background-color: transparent;
  }

}
@media (min-width: 1282px) {
  .nav-sub-close {
    right: calc(50% - 635px);
  }
}
@media (max-width: 1023px) {
  .explore-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .explore-close,
  .fullpage-close {
    display: none;
  }

}
.breadcrumbs {
  list-style: none;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  color: rgb(184, 184, 184)
}
.breadcrumbs a {
  color: inherit;
  display: inline-block;
  padding: 4px 0 0 0;
  padding: 0.25rem 0 0 0;
}
.breadcrumbs a:hover {
  color: rgb(178, 46, 20);
}
.breadcrumbs li {
  display: inline-block;
  margin-bottom: 0;
}
.breadcrumbs li + li {
}
.breadcrumbs li + li:before {
  content: '/ ';
}
.breadcrumbs.breadcrumbs-large {
  font-size: 14px;
  font-size: 0.875rem;
}
nav > .breadcrumbs {
  color: rgb(222, 57, 25);
}
@media (min-width: 480px) {
  .breadcrumbs {
    font-size: 0.625rem
  }
  .breadcrumbs.breadcrumbs-large {
    font-size: 0.75rem;
  }
}
.textblock {
  padding: 30px 0;
}
.innergrid {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .textblock {
    padding: 20px 0;
  }
}
@media (min-width: 1024px) {
  .search-page section,
  .detail-page .page-header-inner,
  .detail-page .section > section,
  .section.shrink > section {
    padding-left: 135px;
    padding-right: 183.99328px;
  }

  .detail-page .section.expand > section,
  .detail-page footer .section > section,
  /* TODO: Check if this expand is needed here */
  .section.expand > section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1282px) {
  .search-page section,
  .detail-page .page-header-inner,
  .detail-page .section > section,
  .section.shrink > section {
    padding-right: 226.99156px;
  }
}
.filter-advanced-inline {
  background: white;
  box-shadow: -5px 0px 10px 0 rgba(0, 0, 0, .08),
                            10px 10px 20px 0 rgba(0, 0, 0, .05);
  padding: 20px
}
.filter-advanced-inline .row + .row {
  margin-top: 20px;
}
.filter-advanced-inline .field {
  margin-bottom: 0;
}
.filter-advanced-inline .filter-advanced-fields {
  padding: 0;
}
.filter-advanced-inline .filter-advanced-buttons {
  padding-left: 0;
  padding-right: 0;
}
.filter-advanced-inline hr {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.currency-converter-loader {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px
}
.currency-converter-loader .field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0;
}
.currency-converter-loader .spinner {
  padding-left: 12.8px;
  padding-left: .8rem;
}
.currency-converter-result {
  margin-top: 40px;
}
.currency-converter-result-target {
  font-family: var(--theme-font-family-condensed);
  font-size: 32px;
  font-size: 2rem; /* 32/16 */
  font-weight: 700;
  line-height: 1.04;
  color: rgb(57, 57, 57);
  border-bottom: 4px solid rgb(222, 57, 25);
  padding-bottom: 4px;
  word-break: break-all
}
.currency-converter-result-target span {
  word-break: no-break;
  font-size: 16px;
  font-size: 1rem;
}
.currency-converter-result-base {
  font-weight: 700;
}
.currency-converter-result-meta {
  padding-top: 6px;
  margin-top: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.875em; /* 14/16 */
}
.currency-converter-result-date {
  padding-left: 16px;
  padding-left: 1rem;
}
.currency-converter-result-chart {
  height: 140px;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .currency-converter-result {
    padding-left: 40px;
    margin-top: 0;
  }
}
.yield-curves-controls {
}
.yield-curves-controls .field {
  margin-top: 16px;
  margin-top: 1rem;
}
.yield-curves-controls .column_3 > .field:first-child,
  .yield-curves-controls .column_6 > .field:first-child {
  margin-top: 0;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
.yield-curves-controls .btn-secondary,
  .yield-curves-controls .expander-body {
  margin: 0;
}
.yield-curves-controls .expander-body:focus {
  outline: none;
}
.yield-curves-controls .country-base-checkboxes,
  .yield-curves-controls .country-base-radios {
  position: absolute;
  visibility: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}
.yield-curves-controls .country-base-checkboxes.visible, .yield-curves-controls .country-base-radios.visible {
  position: relative;
  visibility: visible;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}
.yield-curves-controls hr {
  margin-top: 32px;
  margin-top: 2rem;
}
.yield-curves-controls .choices__button {
  visibility: hidden;
}
.yield-curves-chart {
  height: 300px;
  max-height: 400px;
}
@media (max-width: 767px) {
  .yield-curves-controls .column_6 + .column_6 {
    margin-top: 1rem;
  }
}
.hero-header {
  position: relative
}
.hero-header.container {
  /* increased specifity TODO: decrease maybe */
  padding: 30px 0 0 0;
}
.hero-header figure {
  margin: 0;
}
.hero-header .bg-image {
  display: none;
}
.hero-header.hero-header-full {
  padding-top: 0;
  max-width: none
}
.hero-header.hero-header-full .hero-header-inner {
  padding-left: 0;
  padding-right: 0;
}
.hero-header-copy {
  margin-bottom: 10px;
  margin-top: 30px;
}
.hero-header-bg-full {
  /* slightly better loading */
}
.hero-header-bg-full img {
  display: block;
  width: 100%;
}
.hero-header-bg-full img:not([src]) {
  padding-bottom: calc(40% - 26px);
}
@media (min-width: 768px) {
  .hero-header-inner {
    position: relative;
  }
  .hero-header-copy {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .hero-header-inner .fig {
    padding-left: 16px;
    padding-right: 16px;

    position: relative

  }
  .hero-header-inner .fig:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #393939;
    background: rgba(57, 57, 57, .2);
  }
  .hero-header-full {
    margin-bottom: 0
  }
  .hero-header-full .hero-header-copy {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .hero-header-full .hero-header-copy .column_6 {
    margin-left: 0;
  }
  .hero-header-full .hero-header-copy .container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
            flex: 1 auto;
    margin: 0;
  }
  .hero-header-full .hero-header-copy,
      .hero-header-full .hero-header-copy h1,
      .hero-header-full .hero-header-copy .breadcrumbs,
      .hero-header-full .hero-header-copy .lead {
    color: rgb(255, 255, 255);
  }
  .hero-header-full .hero-header-copy .breadcrumbs a:hover {
    color: #ffffff;
    color: rgba(255, 255, 255, .8);
  }
  .hero-header-full .fig {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .hero-header + .page-content {
    position: relative;
    padding-top: 1px; /* prevent margin collapse */
  }

  .hero-header-copy {
    margin-top: 58px;
  }
  .hero-header-copy .container,
  .hero-header-inner .fig {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-header {
  position: relative;
  margin-bottom: 10px
}
.page-header.container {
  /* increased specifity TODO: decrease maybe */
  padding: 30px 0 0 0;
}
.page-header figure {
  margin: 0;
}
.page-header-inner .fig {
  margin-top: 40px;
}
.page-header .bg-image {
  display: none;
}
@media (min-width: 768px) {

  .page-header {
    padding-top: 50px;
    margin-bottom: 30px;
  }

  .page-header-inner {
    position: relative;
  }

  .page-header-inner .fig {
    padding-left: 16px;
    padding-right: 16px;
  }

}
@media (min-width: 1024px) {

  .page-header .container,
  .page-header-inner .fig {
    padding-left: 0;
    padding-right: 0;
  }

  /* rare case: on overview pages without lead image, we change to standard page-header */
  .landing-page .page-header-inner {
    padding-left: 16px;
  }

}
.security-header,
.share-header {
  font-size: 14px;
  font-size: 0.875rem; /* 14/16 */
  padding: 16px;
  padding: 1rem;
  margin-top: 20px;
  box-shadow: -5px 0px 10px 0 rgba(0, 0, 0, .08),
                            10px 10px 20px 0 rgba(0, 0, 0, .05);
}
.column_5 > .security-header {
  margin-top: 0;
  margin-bottom: 20px;
}
.security-header-meta {
  border-bottom: 4px solid rgb(222, 57, 25)
}
.security-header-meta span {
  display: block;
}
.security-header-meta span:first-child {
  margin-right: 16px;
  margin-right: 1rem;
}
.security-header-meta,
.security-header-datetime,
.security-header-logo {
  margin-bottom: 20px;
}
.security-header-meta,
.security-header-price-container,
.security-header-datetime dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 4px 0;
}
.security-header-change {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  font-weight: 700
}
.security-header-change span {
  display: block;
}
.security-header-logo {
}
.security-header-logo img {
  max-width: 200px;
  max-height: 100px;
  height: auto;
  width: auto;
}
.security-header-logo a {
  display: block;
}
.security-header-price {
  font-family: var(--theme-font-family-condensed);
  font-size: 32px;
  font-size: 2rem; /* 32/16 */
  font-weight: 700;
  line-height: 1.04;
  color: rgb(57, 57, 57)
}
.security-header-price span {
  font-size: 16px;
  font-size: 1rem;
}
.security-header-datetime {
  border-top: 1px solid rgb(220, 220, 220)
}
.security-header-datetime dt,
  .security-header-datetime dd {
  display: block;
}
.security-header-datetime dd {
  margin-left: 0;
}
.security-header-datetime dt {
  margin-right: 16px;
  margin-right: 1rem;
  font-weight: 700;
}
.security-header-chart .chart {
  max-width: 100%;
  height: 200px;
}
.security-header-filter .field:first-child {
  padding-top: 0;
}
.share-header-values {
  width: 100%
}
.share-header-values .radio-tabs-content-wrapper {
  padding-bottom: 0;
}
.share-header-left,
.share-header-right {
}
.share-header-left .title, .share-header-right .title {
  margin: 16px 0 4px;
  margin: 1rem 0 0.25rem;
}
.share-header-left {
  display: block;
  color: inherit;
  font-weight: inherit
}
.share-header-left:hover {
  color: inherit;
  font-weight: inherit;
}
.share-header-left .security-header-price-container {
  padding-top: 11px;
}
.share-header-right {
}
.share-header-right .table-inner {
  margin-bottom: 0;
}
.share-header-chart .chart {
  height: 180px;
}
@media (max-width: 1023px) {
  .share-content {
  }
  .share-content .column_4,
    .share-content .column_8 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .security-header {
    padding: 20px;
    margin-bottom: 80px;
  }
  .share-header {
    padding: 20px;
    margin-bottom: 0;
  }
  .security-header-meta,
  .security-header-datetime,
  .security-header-logo {
    margin-bottom: 40px;
  }

  .security-header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .security-header-values {
    width: 33.333%;
  }
  .column_5 > .security-header .security-header-values {
    width: 100%;
  }
  .security-header-chart {
    width: 66.666%;
    padding-left: 20px
  }
  .security-header-chart .chart {
    height: 300px;
  }
  .security-header-values .security-header-chart {
    width: 100%;
    padding-left: 0;
  }
}
.tab-item {
  margin: 40px 0;
}
@media (max-width: 1023px) {
  /* TODO do this globally ? */
  .tab-item .column {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .row.featured .column + .column .label:first-child {
    padding-top: 20px;
  }
}
.data-pair-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: -10px;
  margin-right: -10px
}
.data-pair-list > div {
  padding: 0 10px 15px;
  width: 50%;
}
.registration-criteria-list .data-pair-list > div {
  width: 100%;
}
.data-pair-list dd {
  margin-left: 0;
}
.data-pair-list > a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  /* 14/16 */
  padding: 4px 0;
}
.data-pair-list .data-pair-key {
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  /* 12/16 */
}
.data-pair-value {
  color: rgb(57, 57, 57);
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  font-family: var(--theme-font-family-condensed);
}
.data-pair-value a {
  font-family: var(--theme-font-family);
}
.data-pair-value .fa-ul {
  margin-left: 1.76em;
  margin-top: 0.5em;
  margin-bottom: 0;
}
.data-pair-value .fa-ul li {
  margin-bottom: 0.2em;
}
.data-pair-value {
  border-bottom: 1px solid rgb(220, 220, 220);
}
td {
}
td .data-pair-key {
  font-size: 12px;
  font-size: 0.75rem;
}
td .data-pair-value {
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 0;
}
.data-pair-compare {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.data-pair-compare .data-pair-list {
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .05), 0 0 10px 0 rgba(0, 0, 0, .05);
  background: white;
  display: block;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  margin: 0;
}
.data-pair-compare .data-pair-list dt {
  font-weight: 400;
}
.data-pair-compare .data-pair-list dt,
    .data-pair-compare .data-pair-list dd {
  padding-left: 10px;
  padding-right: 10px;
}
.data-pair-compare .data-pair-list > div {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.data-pair-compare .data-pair-list:first-child > div {
  padding-right: 15px;
}
@media (min-width: 480px) {
  .data-pair-list > div {
  }
  .registration-criteria-list .data-pair-list > div {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .data-pair-list {
  }
  .data-pair-list > div {
    width: 33.333%;
  }
}
/**
 * Style definition for the radio button tabs
 */
.radio-tabs {
}
.radio-tabs input {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  clip: rect(0 0 0 0);
}
.radio-tabs input:checked + span {
  border-color: rgb(220, 220, 220);
  box-shadow: inset 0 -1px 0 0 #fff;
  position: relative;
  z-index: 3;
}
.radio-tabs input:checked + span:after {
  content: '';
  position: absolute;
  bottom: 13px;
  left: 15px;
  width: calc(100% - 30px);
  height: 3px;
  background: rgb(222, 57, 25);
}
.radio-tabs label span {
  font-family: var(--theme-font-family-condensed);
  position: relative;
  display: inline-block;
  padding: 15px 15px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
}
.radio-tabs-compact {
}
.radio-tabs-compact label span {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-top: 0px;
  margin-right: 16px;
  margin-right: 1rem;
  font-size: 16px;
  font-size: 1rem;
  border: 0;
}
.radio-tabs-compact input:checked + span {
  border: 0;
  box-shadow: none;
  color: var(--theme-font-color);
}
.radio-tabs-compact input:checked + span:after {
  width: 100%;
  left: 0;
  bottom: 0;
  background: var(--theme-font-color);
}
.radio-tabs-compact .radio-tabs-shadow {
  /* display: none; */
}
.radio-tabs-shadow {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  box-shadow: inset 0 -1px 0 0 rgb(220, 220, 220);
  height: 1px;
  margin-top: -1px;
}
.radio-tabs-content-wrapper {
  min-height: 300px;
  padding: 12px 0;
  padding: 0.75rem 0;
  border: 0
}
.radio-tabs-content-wrapper.wrapper-border {
  padding: 15px;
  padding: 0.9375rem;
  border: 1px solid rgb(220, 220, 220);
  border-top: 0;
}
.radio-tabs-content {
  padding: 8px 0;
  padding: 0.5rem 0;

  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);

  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.radio-tabs-active .radio-tabs-content {
  visibility: hidden;
  opacity: 0;
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.radio-tabs-init-hidden .radio-tabs-content {
  visibility: hidden;
  opacity: 0;
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.radio-tabs-content.show-tab {
}
.radio-tabs-active .radio-tabs-content.show-tab {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible;
  padding: 8px 0;
  padding: 0.5rem 0;
}
/* SIX-3548: make sure tabs do not break if they have display: block */
.radio-tabs-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .radio-tabs {
    position: relative;
    margin-left: -1rem;
    margin-right: -1rem;
    width: auto
  }
  .radio-tabs:before {
    content: '';
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 1px;
    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 100%);
    background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
  }
  .radio-tabs-compact {
    margin-left: 0;
    margin-right: 0
  }
  .radio-tabs-compact .radio-tabs-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .radio-tabs-compact .radio-tabs-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .radio-tabs-content-wrapper {
    position: relative;
    z-index: 2;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .radio-tabs-inner {
    white-space: nowrap;
    overflow: auto;
    position: relative;
    width: 100%;
    padding: 0 16px;
  }
}
.anchor-nav-inner {
}
.anchor-nav-inner nav a {
  font-size: 0.75em;
  /* 12/16 */
  padding: 20.8px 0;
  padding: 1.3rem 0;
  display: inline-block;
  margin: 0 9.6px;
  margin: 0 .6rem;
  position: relative;
}
.anchor-nav-inner nav a:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 16px;
  bottom: 1rem;
  left: 0;
  background: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) .2s;
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) .2s;
}
.anchor-nav-inner nav a.active:after {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.anchor-nav-inner nav a span {
  display: none;
}
@media (max-width: 1023px) {

  .anchor-nav-wrapper {
    width: 100%;
    height: 60px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .anchor-nav-inner {
    height: 60px;
    z-index: 20;
    border-bottom: 1px solid rgb(220, 220, 220)
  }

  .anchor-nav-inner .container {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .anchor-nav-inner ul {
    margin-bottom: 0;
    white-space: nowrap;
    margin-left: -.6rem;
    margin-right: -.6rem;
  }

  .anchor-nav-inner li {
    display: inline-block;
    margin-bottom: 0;
  }

  .anchor-nav-inner li:first-child a {
    padding-left: 0;
  }

  .anchor-nav-inner h6 {
    display: none;
  }

  .anchor-nav-wrapper:empty {
    display: none;
  }

  .product-sidebar + .anchor-nav-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 20;
    margin-top: 20px;
  }

  .product-sidebar-wrapper {
    position: relative
  }

  .product-sidebar-wrapper .anchor-nav-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .anchor-nav-inner {
    background: rgb(248, 248, 248);
  }
}
@media (min-width: 1024px) {
  .anchor-nav-inner {
  }
  .anchor-nav-inner nav a {
    margin: 5px 0;
    padding: 0;
    padding-right: 10px;
    display: block;
  }
  .anchor-nav-inner nav a:after {
    width: 3px;
    height: 100%;
    left: auto;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
  .anchor-nav-inner nav a.active:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .anchor-nav-inner nav a span {
    color: rgb(113, 113, 113);
    font-weight: 400;
    display: inline;
  }
  .anchor-nav-wrapper {
    background: rgb(248, 248, 248);
    padding: 1rem;
    margin: 0;
  }
}
.home-header {

  margin-bottom: 20px
}
.home-header h1,
  .home-header h2 {
  text-align: left;
}
.home-header .lead {
  text-align: left;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1em;
}
.home-header .container {
  margin-top: 32px;
  margin-top: 2rem;
}
@media (min-width: 480px) {
  .home-header {
    margin-bottom: 25px
  }
  .home-header h1,
    .home-header h2 {
    text-align: center;
  }
  .home-header .lead {
    text-align: center;
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
  .home-header .container {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .home-header {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .home-header .container {
    margin-top: 4rem;
  }
  .home-header {
    margin-bottom: 50px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .home-header {
  }
  .home-header .column_8 {
    -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
}
.content-footer {
  /* TODO: Check what kind of color this is as it is missing in _colors */
  /*border-bottom: solid 1px #d1d2cb;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /* TODO: Check if this should this really be em?*/
  font-size: 0.750em;
  padding: 20px 0;
  margin-top: 120px;
  /* Default setting without separator should have less bottom spacing on main */
  margin-bottom: -40px
}
.content-footer .content-footer-social,
  .content-footer .social_share {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  /* Needed because of the different interpretation on IE11 and Safari */
  -ms-flex: 1 1 auto;
}
.content-footer ul {
  margin: 0;
  list-style-type: none;
}
.content-footer ul li {
  display: inline-block;
  padding: 0px 10px;
  margin-bottom: 0;
}
.content-footer .section {
  /*
     * This is needed as on some detail/home pages there are rules that affect
     * the styling otherwise
     */
  margin: 0 !important;
}
.content-footer.separator {
  border-bottom: 1px solid rgb(220, 220, 220);
  margin-top: 80px;
  margin-bottom: 40px;
}
.content-footer-social,
.social_share {
  text-align: center
}
.content-footer-social a, .social_share a {
  font-size: 19.2px;
  font-size: 1.2rem;
  color: rgb(57, 57, 57);
}
.content-footer-social a:hover, .social_share a:hover {
  color: #var(--theme-font-color);
}
.content-footer-social .title, .social_share .title {
  font-family: inherit;
  font-size: 1em;
}
.content-footer-scroll-top {
  position: absolute;
  right: 0;
  /* Prevents miscalculation of position on Firefox */
  bottom: 20px
}
.content-footer-scroll-top a {
  display: inline-block;
  -webkit-transform: rotate(-90deg) translateX(100%);
      -ms-transform: rotate(-90deg) translateX(100%);
          transform: rotate(-90deg) translateX(100%);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  min-width: 120px;
  /* fix transition bug when width has decimals */
}
.content-footer-scroll-top span {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  bottom: -1px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.content-footer-scroll-top a:hover span {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.content-footer-scroll-top path {
  stroke: currentColor;
  fill: none;
}
.content-footer-teaser {
  margin-bottom: 40px
}
.content-footer-teaser img {
  display: block;
  margin-bottom: 15px;
}
.content-footer-teaser p {
  color: rgb(113, 113, 113);
  font-weight: 400;
  font-size: 0.875em;
  margin-bottom: 17.6px;
  margin-bottom: 1.1rem;
}
.content-footer-teaser .teaser-link {
  font-size: 0.750em;
}
.content-footer-teaser-header {
  text-align:  center;
  margin-bottom: 25px
}
.content-footer-teaser-header h2 {
  margin-bottom: 5px;
}
.content-footer-teaser-header a {
  font-size: 0.875em;
}
.content-footer-teaser-content {
  box-shadow: 1px -1px 30px 0 rgba(0, 0, 0, .06);
}
.content-footer-teaser-item {
  display: block;
  padding: 25px 10px;
}
.footer_logo {
  text-align: center
}
.footer_logo img {
  margin: 10px 0;
  max-width: 440px;
  width: 90%;
}
@media (min-width: 480px) {
  .content-footer.separator,
  .content-footer-teaser {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .footer_logo img {
    margin: 30px 0;
  }
}
@media (min-width: 1282px) {
  .content-footer-teaser-item {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .content-footer-teaser .column {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-bottom: 25px;
  }
}
.blockquote {
  background-color: rgb(248, 248, 248);
  width: 100%;
  margin-bottom: 30px
}
.blockquote .image-medium {
  margin-right: 0;
  float: none;
  width: 100%;
}
.blockquote img {
  display: block;
}
.blockquote blockquote p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: var(--theme-font-family-condensed);
  font-weight: bold;
  color: rgb(57, 57, 57);
}
@media (min-width: 768px) {
  .blockquote figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .blockquote {
  }
  .blockquote .fig {
    max-width: 319px;
    width: 20%;
    margin: 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .blockquote .cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
            flex: 1 auto;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blockquote blockquote p {
    font-size: 2rem;
    line-height: 1.15;
  }
}
/**
 * Style definitions for the iconbox component already in use for SIX
 */
.iconbox {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem

  /* if iconbox is configured with positin left but in a section or grid that has align-center center should win */

  /* no support for icon in a circle background */

}
.iconbox:after {
  content: "";
  display: table;
  clear: both;
}
.iconbox .icon {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  color: rgb(222, 57, 25);
}
.bg-red .iconbox .icon,
          .secondary-white .iconbox .icon {
  color: rgb(255, 255, 255);
}
.secondary-marine .iconbox .icon {
  color: rgb(0, 44, 95);
}
.secondary-clay .iconbox .icon {
  color: rgb(173, 163, 152);
}
.secondary-rock .iconbox .icon {
  color: rgb(78, 78, 78);
}
.iconbox .icon.small,
    .iconbox .icon.medium,
    .iconbox .icon.large {
  line-height: 100%;
}
.iconbox .icon.small {
  font-size: 20px;
  font-size: 1.25rem;
}
.iconbox .icon.small ~ .paragraph_title {
  font-size: 18px;
  font-size: 1.125rem;
}
.iconbox .icon.medium {
  font-size: 36px;
  font-size: 2.25rem;
}
.iconbox .icon.medium ~ .paragraph_title {
  font-size: 24px;
  font-size: 1.5rem;
}
.iconbox .icon.medium ~ .iconbox-text {
  overflow: hidden;
}
.iconbox .icon.large {
  font-size: 64px;
  font-size: 4rem;
}
.iconbox .icon.large ~ .paragraph_title {
  font-size: 32px;
  font-size: 2rem;
}
.iconbox .icon.large ~ .iconbox-text {
  overflow: hidden;
}
.iconbox .icon.pull-left,
    .iconbox .icon.pull-right {
  color: rgb(57, 57, 57);
}
.bg-red .iconbox .icon.pull-left,
            .bg-marine .iconbox .icon.pull-left,
            .bg-clay .iconbox .icon.pull-left,
            .bg-rock .iconbox .icon.pull-left,
            .bg-red .iconbox .icon.pull-right,
            .bg-marine .iconbox .icon.pull-right,
            .bg-clay .iconbox .icon.pull-right,
            .bg-rock .iconbox .icon.pull-right {
  color: rgb(255, 255, 255);
}
.iconbox .icon.pull-left {
  margin: 0 8px 0 0;
  margin: 0 0.5rem 0 0;
}
.iconbox .icon.pull-right {
  margin: 0 0 0 8px;
  margin: 0 0 0 0.5rem;
}
.iconbox .paragraph_title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 0;
}
.iconbox p {
  color: rgb(113, 113, 113);
  font-weight: 400;
}
.iconbox a {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}
.align-center .iconbox {
}
.align-center .iconbox .pull-left,
    .align-center .iconbox .pull-right {
  float: none;
  margin: 0 0 4px 0;
  margin: 0 0 .25rem 0;
}
.iconbox .bg {
  color: inherit;
  position: relative;
}
/**
 * CSS Definitions for the detail page image text blocks
 */
.textimage {
  display: block;
  position: static
}
.textimage p:last-child {
  margin-bottom: 0;
}
.textimage .fig.image-block,
  .textimage .fig.image-small,
  .textimage .fig.image-medium,
  .textimage .fig.image-large {
  float: none;
  width: 100%;
}
.textimage.align-center p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.textimage .fig a {
  display: block;
  position: relative;
}
.textimage .fig a span {
  position: absolute;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  /* 14/16 */
  bottom: 0;
  right: 0;
  background: #383838;
  background: rgba(56, 56, 56, .6);
}
/* .bg-white, */
.bg-red,
.bg-rock,
.bg-gray,
.bg-clay,
.bg-marine {
}
.bg-red .textimage, .bg-rock .textimage, .bg-gray .textimage, .bg-clay .textimage, .bg-marine .textimage {
  margin-bottom: 0;
}
.bg-red .textimage p, .bg-rock .textimage p, .bg-gray .textimage p, .bg-clay .textimage p, .bg-marine .textimage p {
  margin-bottom: 30px;
}
.bg-red .row .textimage:last-child, .bg-rock .row .textimage:last-child, .bg-gray .row .textimage:last-child, .bg-clay .row .textimage:last-child, .bg-marine .row .textimage:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* .bg-white, */
  .bg-red,
  .bg-rock,
  .bg-gray,
  .bg-clay,
  .bg-marine {
  }
  .bg-red .textimage p, .bg-rock .textimage p, .bg-gray .textimage p, .bg-clay .textimage p, .bg-marine .textimage p {
    margin-bottom: 40px;
  }
  .bg-red .row .textimage:last-child p:last-child, .bg-rock .row .textimage:last-child p:last-child, .bg-gray .row .textimage:last-child p:last-child, .bg-clay .row .textimage:last-child p:last-child, .bg-marine .row .textimage:last-child p:last-child {
    margin-bottom: 0;
  }
}
.textimage .featured {
  background-color: rgb(248, 248, 248);
  margin-left: 0;
  margin-right: 0;
  padding: 16px;
  padding: 1rem;
}
.row .textimage {
  width: 100%; /* ie fix */
}
[data-six-textimage="below"] .fig {
  margin-bottom: 10px;
}
@media (max-width: 1281px) {
  [data-six-textimage="left"] .fig,
  [data-six-textimage="right"] .fig {
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) {
  .textimage {

    /* TODO: Check if this is really needed on small? */
  }
  .textimage .figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .textimage .fig,
    .textimage .cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .textimage .fig {
}
  .textimage .fig.image-small,
      .textimage .fig.image-medium,
      .textimage .fig.image-large {
    margin-top: 0;
    margin-right: 0;
  }
  .textimage .fig.image-small {
    width: 33.333%;
    min-width: 33.333%;
  }
  .textimage .fig.image-small + .cell {
    width: 66.666%;
  }
  .textimage .fig.image-medium {
    width: 50%;
    min-width: 50%;
  }
  .textimage .fig.image-medium + .cell {
    width: 50%;
  }
  .textimage .fig.image-large {
    width: 66.666%;
    min-width: 66.666%;
  }
  .textimage .fig.image-large + .cell {
    width: 33.333%;
  }
  .textimage .fig.image-block {
    width: 100%;
  }
  .textimage .fig {
    padding-right: 8px;
  }
  .textimage .cell {
    padding-left: 8px;
  }
  .textimage[data-six-textimage="right"] {
}
  .textimage[data-six-textimage="right"] .fig {
    padding-left: 0;
    padding-right: 8px;
  }
  .textimage[data-six-textimage="right"] .cell {
    padding-left: 8px;
    padding-right: 0;
  }
  .textimage[data-six-textimage="left"] {
}
  .textimage[data-six-textimage="left"] .fig {
    padding-left: 8px;
    padding-right: 0;
  }
  .textimage[data-six-textimage="left"] .cell {
    padding-left: 0;
    padding-right: 8px;
  }
  .textimage[data-six-textimage="left"] .fig {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .textimage[data-six-textimage="below"] {
    /*
      // this line is somewhat correct but on IE11 will add a lot of padding-bottom
      // https://jira.six-group.net/browse/SIX-3579
      & .figure {
        flex-direction: column;
      }
      */
    /* TODO: Check if textimage below is still a valid use case
      & .fig {
        order: 2;
      }
      */
  }
  .textimage[data-six-textimage="below"] .fig {
    padding-left: 0;
    padding-right: 0;
  }
  .textimage[data-six-textimage="below"] .cell {
    padding-left: 0;
    padding-right: 0;
  }
  .textimage[data-six-textimage="below"] .figure .fig + .cell {
    width: 100%;
  }
  .textimage .image-block {
    padding-right: 0;
    padding-left: 0;
  }
  .textimage .image-block + .cell {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1282px) {
  /*.textimage {
    & .fig.image-large {
      width: 66.666%;
      min-width: 66.666%;
      & + .cell {
        width: 33.333%;
      }
    }
  }*/
  .row .row .textimage .fig,
  .row .row .textimage .cell {
    width: auto;
  }

}
/**
 * CSS Definitions for the detail page image text blocks
 */
blockquote {
  margin: 0.3em 0;
 }
.blockquote {
}
.blockquote .cell {
  position: relative;
  padding: 3em 3.3em;
}
.blockquote figcaption p {
  margin-bottom: 0;
}
.blockquote blockquote p {
  display: block;
  margin-bottom: 0;
}
.blockquote blockquote p:before,
    .blockquote blockquote p:after {
  content: '';
  display: block;
  position: absolute;
  font-family: var(--theme-font-family);
  background-image: url(fonts/quote-mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 21px;
  width: 28px;
  color: rgb(222, 57, 25);
}
.blockquote blockquote p:before {
  text-align: right;
  top: 16px;
  top: 1rem;
  left: 12px;
  left: 0.75rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.blockquote blockquote p:after {
  text-align: left;
  top: auto;
  bottom: 16px;
  bottom: 1rem;
  left: auto;
  right: 12px;
  right: 0.75rem;
}
.blockquote cite {
  display: inline-block;
  width: 100%;
  color: rgb(113, 113, 113);
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
.blockquote cite small {
  font-weight: normal;
  padding-left: 12px;
  padding-left: 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .blockquote {
  }
  .blockquote .cell {
    padding: 3.6em 7em;
  }
  .blockquote blockquote p {
}
  .blockquote blockquote p:before,
      .blockquote blockquote p:after {
    height: 34px;
    width: 3em;
  }
  .blockquote blockquote p:before {
    text-align: right;
    top: 1.25rem;
    left: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .blockquote blockquote p:after {
    text-align: left;
    top: auto;
    bottom: 1.25rem;
    left: auto;
    right: 0;
  }
}
.featured.cta {
  background-color: rgb(255, 255, 255);
  box-shadow: -5px 0px 10px 0 rgba(0, 0, 0, .08),
                            10px 10px 20px 0 rgba(0, 0, 0, .05);
  border-top: 4px solid rgb(222, 57, 25);
  color: rgb(113, 113, 113);
  padding-bottom: 20px;
  padding-bottom: 1.25rem
}
.featured.cta .cell {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 20px 0 20px;
  padding: 1.25rem 1.25rem 0 1.25rem;
}
.featured.cta .paragraph_title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: .7em;
  line-height: 1.2;
  font-family: var(--theme-font-family-condensed);
  font-weight: bold;
  color: rgb(57, 57, 57);
}
.featured.cta .fig {
  width: 100%;
}
.featured.cta p {
  font-size: 14px;
  font-size: 0.875rem;
  /* 14/16 */
}
.featured.cta .buttonlink {
  color: rgb(255, 255, 255);
  font-family: var(--theme-font-family);
  margin-bottom: 0;
}
.featured.cta figure a {
  display: block;
}
@media (min-width: 768px) {
  .featured.cta,
  .featured.cta .clearfix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .featured.cta .clearfix {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
            flex: 1 auto;
  }
  .featured.cta {
    padding: 1.5em 1.25em /* 28/16 */ /* 20/16 */
  }
  .featured.cta .cell {
    padding-top: 0;
    padding-bottom: 0;
  }
  .featured.cta .fig {
    width: 30%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    max-width: 319px;
  }
}
@media (min-width: 1024px) {
  .featured.cta .paragraph_title {
    font-size: 2rem;
    line-height: 1.15;
  }
}
/* TODO: Move this to a more generic place */
.iframe {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%
}
.iframe.ratio-4x3 {
  padding-bottom: 75%;
  /* 4:3 */
}
.iframe.ratio-5x2 {
  padding-bottom: 40%;
  /* 5:2 */
}
.iframe iframe,
  .iframe object,
  .iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.row.featured {
  padding: 40px 20px;
  margin-left: 0;
  margin-right: 0;
  background-color: rgb(248, 248, 248);
  border: 1px solid rgb(220, 220, 220)
}
.row.featured .paragraph_title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.row.featured p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.5em;
}
.row.featured a {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3px 0;
}
.row.featured .title {
  margin-top: 0;
}
.row.featured .title .sp,
  .row.featured .title .fa {
  font-size: 24px;
  font-size: 1.5rem;
}
.row.featured .sp,
  .row.featured .fa {
  vertical-align: middle;
}
.row.featured .label {
  color: rgb(184, 184, 184);
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  /* 12/16 */
  font-weight: 700;
  margin-bottom: .7em;
}
.row.featured .title {
  border-color: rgb(220, 220, 220);
  margin-top: 0;
  padding-bottom: 20px;
}
.row.featured.separator {
}
.row.featured.separator .list-teaser-horizontal:after {
  content: none !important;
  display: none !important;
}
.row.featured .textimage {
  border-top: 0;
  padding-top: 0;
}
.separator {
}
.separator.list-teaser-horizontal .item:after {
  content: "";
  position: absolute;
  height: 1px;
  background: rgb(220, 220, 220);
  bottom: 0;
  width: calc(100% - 1rem);
  left: 8px;
  left: .5rem;
}
.separator.list-teaser-normal .item,
  .separator.list-teaser-alternating .item {
  position: relative;
  padding-bottom: 40px;
}
.separator.list-teaser-normal .item:after, .separator.list-teaser-alternating .item:after {
  content: "";
  position: absolute;
  height: 1px;
  background: rgb(220, 220, 220);
  bottom: 0;
  width: 100%;
}
@media (min-width: 480px) {

}
.content-image {
  /*
   * Do not use fixed perspectives here
   *

  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;

  &.ratio-2x1 {
    padding-bottom: 50%;
  }
  &.ratio-5x2 {
    padding-bottom: 40%;
  }

  & .image-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  */
}
.content-image figure {
  padding: 0;
  margin: 0;
}
.content-teaser {

  padding: 16px 0 12px 0;
  padding: 1rem 0 0.75rem 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1)

  /*& .quadratic img {
    max-height: 135px;
  }*/

}
.content-teaser .breadcrumbs {
  margin-left: 0;
}
.content-teaser p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.content-teaser .teaser-link {
  font-size: 12px;
  font-size: 0.75rem;
}
.content-teaser figure {
  margin: 0;
  padding: 0;
}
/* TODO: Remove this when the quadratic responsive images were implemented */
@media (min-width: 480px) {
  .content-teaser {
    /*& .quadratic img {
      max-height: none;
    }*/
  }
  .content-teaser .column_4 {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .content-teaser .column_8 {
    -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
}
.content-teaser-list {

  /* TODO: Check why they need to be bigger here */
}
.content-teaser-list figure {
  margin: 0;
  padding: 0;
}
.content-teaser-list p {
  font-weight: 400;
  color: rgb(113, 113, 113);
  /* TODO: Check why Vertical Rhythm was set to 1rem on p */
  /*margin-bottom: var(--vr-header-trailer);*/
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.content-teaser-list h4 {
  margin-top: 0;
}
.content-teaser-list .list-title {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.content-teaser-list .list-teaser-link {
  font-size: 14px;
  font-size: 0.875rem;
}
.content-teaser-list .row + .row {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.content-teaser-list .column_6 + .column_6 {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media (min-width: 480px) {
  .content-teaser-list {
  }
  .content-teaser-list .column_6 + .column_6 {
    margin-top: 0;
  }
  .content-teaser-list p {
    margin-bottom: 1em;
  }
}
.fact {
  margin: 20px 0;
  color: rgb(57, 57, 57);
}
.row > div:first-child .fact {
  margin-top: 0;
}
.row > div:last-child .fact {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .fact,
  .row > div:first-child .fact,
  .row > div:last-child .fact {
    margin: 10px 0;
  }
}
.fact-value {
  font-family: var(--theme-font-family-condensed);
  font-weight: 700;
  line-height: 1.1;
  position: relative
}
.fact-value:before {
  content: '';
  background: rgb(222, 57, 25);
  position: absolute;
  width: 4px;
  height: calc(100% - 0.3em);
  top: 0.12em;
  left: 0;
}
.fact-description {
  font-size: 14px;
  font-size: 0.875rem; /* 14/16 */
  line-height: 1.57;
}
.fact-big-normal,
.fact-big-inverted {
}
.fact-big-normal .fact-value,
  .fact-big-normal .fact-description,
  .fact-big-inverted .fact-value,
  .fact-big-inverted .fact-description {
  padding: 0 15px;
}
.fact-big-normal .fact-value, .fact-big-inverted .fact-value {
  font-size: 32px;
  font-size: 2rem;
  /* 32/16 */
  padding-right: 0;
}
.fact-small-normal,
.fact-small-inverted {
}
.fact-small-normal .fact-value,
  .fact-small-normal .fact-description,
  .fact-small-inverted .fact-value,
  .fact-small-inverted .fact-description {
  padding: 0 10px;
}
.fact-small-normal .fact-value, .fact-small-inverted .fact-value {
  font-size: 18px;
  font-size: 1.125rem;
  /* 18/16 */
  padding-right: 0;
}
.fact-big-inverted,
.fact-small-inverted {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column
}
.fact-big-inverted .fact-value, .fact-small-inverted .fact-value {
  margin-top: 5px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1282px) {
  .fact,
  .row > div:first-child .fact,
  .row > div:last-child .fact  {
    margin: 0 0 5px;
  }

  .fact-big-normal,
  .fact-big-inverted {
  }

  .fact-big-normal .fact-value, .fact-big-inverted .fact-value {
    font-size: 3.75rem;
    /* 60/16 */
  }

  .fact-small-normal,
  .fact-small-inverted {
  }

  .fact-small-normal .fact-value, .fact-small-inverted .fact-value {
    font-size: 1.5rem;
    /* 24/16 */
  }
}
.expander-body {
  position: relative
}
.expander-body.is-closing {
  overflow: hidden;
}
.expander-body[aria-hidden="true"] {
  height: 0;
  overflow: hidden;
}
.expander-body-inner {
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  opacity: 0;
  -webkit-transition: opacity .2s .1s, -webkit-transform .3s cubic-bezier(0.21, 0.82, 0.29, 0.96);
  transition: opacity .2s .1s, -webkit-transform .3s cubic-bezier(0.21, 0.82, 0.29, 0.96);
  transition: transform .3s cubic-bezier(0.21, 0.82, 0.29, 0.96), opacity .2s .1s;
  transition: transform .3s cubic-bezier(0.21, 0.82, 0.29, 0.96), opacity .2s .1s, -webkit-transform .3s cubic-bezier(0.21, 0.82, 0.29, 0.96);
}
.expander-body.is-opening .expander-body-inner,
.expander-body[aria-hidden="false"] .expander-body-inner {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.tooltip-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: var(--theme-font-color);
}
.tooltip-wrapper:hover .tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transition: .25s opacity, visibility 0s 0s;
  transition: .25s opacity, visibility 0s 0s;
}
.tooltip {
  position: absolute;
  z-index: 10;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .25s opacity, visibility 0s .25s;
  transition: .25s opacity, visibility 0s .25s;
}
.tooltip-content {
  display: block;
  background: white;
  cursor: default;
  padding: 10px;
  font-weight: 400;
  color: rgb(113, 113, 113);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .18), 0 0 1px 0 rgba(0, 0, 0, .1);
}
.tooltip-arrow {
  width: 12px;
  height: 12px;
  position: absolute;
  overflow: hidden
}
.tooltip-arrow:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: white;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  left: 2px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .18), 0 0 1px 0 rgba(0, 0, 0, .1);
}
.tooltip-content hr {
  margin: 9.6px 0;
  margin: 0.6rem 0;
}
.tooltip-items {
  list-style: none
}
.tooltip-items li + li,
  .tooltip-items li {
  margin: 0;
  padding-left: 0;
}
.tooltip-items li + li:before {
  display: none;
}
.tooltip-items li a {
  height: auto;
  display: block;
  line-height: inherit;
  padding-left: 4.8px 0;
  padding-left: 0.3rem 0;
}
.login-trigger .tooltip-content {
  font-size: 16px;
  font-size: 1rem;
  text-align: left
}
.login-trigger .tooltip-content > span {
  font-size: 14px;
  padding: 0 3.2px;
  padding: 0 0.2rem;
  display: block;
}
.login-trigger .tooltip-content li a {
  text-align: left;
}
.tooltip-bottom {
  padding-top: 4px;
  top: 100%;
  left: 50%;
  margin-left: -100px
}
.tooltip-bottom .tooltip-arrow {
  top: -8px;
  left: 50%;
  margin-left: -6px;
}
.tooltip-bottom-left {
  left: 100%;
  margin-left: -160px
}
.tooltip-bottom-left .tooltip-arrow {
  left: auto;
  right: 41px;
}
.tooltip-bottom-right {
  left: 0;
  margin-left: -8px
}
.tooltip-bottom-right .tooltip-arrow {
  right: auto;
  left: 26px;
}
@media (max-width: 1023px) {
  .tooltip-bottom-small-left { /* use .tooltip-bottom-left on small screen */
    left: 100%;
    margin-left: -160px
  }
  .tooltip-bottom-small-left .tooltip-arrow {
    left: auto;
    right: 34px;
  }

  .tooltip-bottom-right {
    left: 0;
    margin-left: -8px
  }

  .tooltip-bottom-right .tooltip-arrow {
    right: auto;
    left: 26px;
  }
}
/**
 * General CSS definitions for all the teaser elements
 */
.teaser-path {
}
.teaser-link {
  color: inherit;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  margin-top: 12px;
  margin-top: 0.75rem;
  text-decoration: none
}
.teaser-link .fa {
  margin-right: 3px;
}
.teaser-link span {
  display: inline-block;
  padding-right: 20px;
  padding-right: 1.25rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}
.teaser-link span:last-child,
  .teaser-link span:first-child:last-child,
  .teaser-link span.date span {
  padding-right: 0;
}
.page-header-copy .teaser-link {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.page-header-copy .teaser-link span {
  margin-top: 0;
}
.hero-header-copy .teaser-link {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.hero-header-copy .teaser-link span {
  margin-top: 0;
}
/* Reset if element is directly link */
.teaser-link {
  margin-top: 16px;
  margin-top: 1rem;
}
.item .teaser-link + p {
  margin-top: 15px;
}
@media (min-width: 480px) {
 /*.teaser-path {
    font-size: 10px;
  }*/
}
/**
 * CSS definitions for the teaser for a topic overview
 */
/*:root {
  --teaser-overview-height-mobile:  10.625rem;
  --teaser-overview-height-tablet:  18.750rem;
  --teaser-overview-height-desktop: 31.250rem;
}*/
.overview-teaser {
  display: block;
  position: relative;
  height: auto;
  box-shadow: none

}
.overview-teaser:before,
  .overview-teaser:hover:before {
  box-shadow: none;
}
.overview-teaser .overview-wrapper,
  .overview-teaser .container {
  height: 100%;
  position: relative;
}
.overview-teaser .container,
  .overview-teaser .row {
  box-shadow: none;
  height: 100%;
}
.overview-teaser a {
  position: relative;
  /*height: 100%;
    width: 100%;*/
  box-sizing: border-box;
  /*display: flex;
    flex: 1;*/
  /* Needed because of the different interpretation on IE11 and Safari */
  /*-ms-flex: 1 1 auto;*/
  margin: 0;
}
.overview-teaser .bg,
  .overview-teaser .bg-image {
  position: absolute;
  width: 100%;
  /*height: var(--teaser-overview-height-mobile);*/
  /*padding-bottom: 56.25%;*/
  /* 16:9 image */
  padding-bottom: 40%;
  top: 0;
  left: 0;
}
.overview-teaser .bg {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 40%;
}
.overview-teaser .bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.overview-teaser .overlay-block {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  margin-top: -38.4px;
  margin-top: -2.4rem;
  /*padding-top: calc(var(--teaser-overview-height-mobile) - 3rem);*/
  /*padding-top: calc(56.25% - 3rem);*/
  z-index: 5;
  color: rgb(255, 255, 255);
}
.overview-teaser .h1 {
  display: block;
  position: relative;
  padding: 0 8px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.1;
  /*
    &:before {
      pointer-events: none;
      position: absolute;
      left: var(--half-gutter-width);
      top: 1.5rem;
      color: var(--color-six-red);
      font-size: var(--font-size-xs);
      // margin: 0 0.4rem;
    }
    */
}
.overview-teaser .h1:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 250%;
  left: 0;
  top: auto;
  bottom: -4px;
  bottom: -0.25rem;
  z-index: -1;
  opacity: 0.85;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .0), rgba(0, 0, 0, .75));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .0), rgba(0, 0, 0, .75));
}
.overview-teaser .overview-lead {
  padding: 8px 8px 0;
  max-width: auto;
}
.overview-teaser .lead-text {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgb(78, 78, 78);
  line-height: 1.6;
}
@media (min-width: 768px) {

  .overview-teaser {
    /*height: var(--teaser-overview-height-tablet);*/
  }

  .overview-teaser a {
}

  .overview-teaser a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    box-shadow: -5px 0px 10px 0 rgba(0, 0, 0, .08),
                            10px 10px 20px 0 rgba(0, 0, 0, .05);
    -webkit-transition: box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .overview-teaser a:hover:before {
    box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, .18);
  }

  .overview-teaser a:hover {
}

  .overview-teaser a:hover .overlay-block:before {
    opacity: 1;
  }

  .overview-teaser .bg-image {
    height: 100%;
  }

  .overview-teaser .overlay-block {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: auto;
    bottom: 0;
    z-index: 5;
    margin: 0;
    padding: 4.5rem 0.75rem 1.75rem 0.75rem;
  }

  .overview-teaser .overlay-block:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: auto;
    bottom: 0;
    z-index: -1;
    opacity: 0.85;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .0), rgba(0, 0, 0, .75));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .0), rgba(0, 0, 0, .75));
  }

  .overview-teaser .h1 {
    font-size: 3.75rem;
    padding: 0 0.5rem 0 0;
    /*&:before {
        left: 0;
        top: 2.5rem;
      }*/
  }

  .overview-teaser .h1:after {
    display: none;
  }

  .overview-teaser .overview-lead {
    padding: 0;
    max-width: 32rem;
  }

  .overview-teaser .lead-text {
    font-size: 1rem;
    color: inherit;
  }
}
@media (min-width: 1024px) {

  .overview-teaser {
    /*height: var(--teaser-overview-height-desktop);*/
    /*padding-bottom: 40%; */ /* 5:2 image */
  }

  .overview-teaser .bg-image {
    height: 100%;
  }

  .overview-teaser .overlay-block {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: auto;
    bottom: 0;
    z-index: 5;
    padding: 8.75rem 1.25rem 2.5rem 1.25rem;
  }

  .overview-teaser .h1 {
    font-size: 3.75rem;
    /*&:before {
        top: 2.5rem;
      }*/
  }

  .overview-teaser .overview-lead {
    max-width: 24rem;
  }

  .overview-teaser .lead-text {
    color: inherit;
  }
}
/**
 * CSS definitions for the text teaser
 */
.text-teaser {
   position: relative;

   /* TODO: Remove these two lines as it is only used for debug */
   max-width: 768px;
   max-width: 48rem;
   margin: 0 auto;
   background-color: rgb(255, 255, 255)
}
.text-teaser .text-block {
  margin: 20px;
  margin: 1.25rem;
}
.text-teaser a {
  display: inline-block;
  height: 100%;
}
.text-teaser .teaser-link {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
/**
 * CSS definitions for the teaser link list
 */
.linklist {

  background-color: rgb(156, 147, 137);
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
  margin-left: 0;
  padding: 20px 4px;
  padding: 1.25rem 4px;
  padding-top: 12.8px;
  padding-top: .8rem;
  width: 100%
}
.linklist .teaser-path,
  .linklist .title {
  color: rgb(248, 248, 248);
}
.linklist li {
  overflow: hidden;
  border-bottom: 1px solid rgba(213, 216, 218, .2);
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin: 0 16px;
  max-width: 100%;
  position: relative;
}
.linklist li:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 9px;
  width: 12px;
  background-image: url(fonts/arrow-left.svg);
  background-repeat: no-repeat;
  float: right;
  clear: both;
  top: 54%;
  background-repeat: repeat-x;
  background-position: 0 0;
  -webkit-transition: background-position 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-position 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.linklist li a {
  padding: 40px 24px 28px 0;
  padding: 2.5rem 1.5rem 1.75rem 0;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.linklist:hover {
}
.linklist:hover li {
  opacity: 0.5;
}
.linklist:hover li:hover {
  opacity: 1;
}
.linklist:hover li:hover:after {
  background-position: 12px;
}
@media (min-width: 480px) {
  .linklist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
  }
  .linklist li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
            flex: 1 auto;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
  .linklist a {
    padding: 3rem 1.5rem 1.75rem 0;
  }
}
@media (min-width: 768px) {
  .linklist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column
  }
  .linklist li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
            flex: 0 auto;
  }
}
/**
 * CSS definitions for the full width teaser
 */
/* TODO: move this into section.css */
.bg-white,
.bg-red,
.bg-rock,
.bg-gray,
.bg-clay,
.bg-marine,
.bg-light-gray {
  /* prevents duplicated phantom background in the middle of the page in AEM */
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.list {
  color: rgb(113, 113, 113)
}
.list > ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.list > ul > li {
  margin-bottom: 0;
}
.list p {
  font-weight: normal;
}
.list .item > a {
  display: block;
  color: inherit;
}
.list .item > a .teaser-link {
  font-weight: bold;
  color: var(--theme-font-color);
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* Break long links, hyphens is needed for IE11 */
  -ms-hyphens: auto;
  word-break: break-word;
}
.list .item > a .teaser-link:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.list .item > a:hover .teaser-link {
  color: var(--theme-font-hover-color);
  text-decoration: none;
}
.list .img {
  position: relative;
  float: none;
}
.list .img .fa {
  position: absolute;
  font-size: 28.8px;
  font-size: 1.8rem;
  width: 4em;
  height: 2.2em;
  top: 50%;
  left: 50%;
  margin-left: -2em;
  margin-top: -1em;
  text-align: center;
  line-height: 2.2em;
  color: rgb(255, 255, 255);
  background: var(--theme-table-border-color);
  background: rgba(222, 57, 25, 0.6);
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.list a:hover .img .fa {
  background: rgb(222, 57, 25);
}
.list .item .cell,
  .list .item .img {
  width: auto;
  /* TODO do this in image.css  */
  max-width: 100%;
  /* TODO do this in image.css */
  margin-right: 0;
}
.list .img img {
  display: block;
}
.list .fig.image-block {
  margin-bottom: 0;
}
.list-teaser-highlight {
}
.list-teaser-highlight .item {
  border: 1px solid rgb(220, 220, 220);
  border-width: 1px 0;
  padding: 16px 0 16px;
  padding: 1rem 0 1rem;
}
.list-teaser-highlight .item p {
  font-size: 14px;
  font-size: 0.875rem;
}
.list-teaser-highlight .item + .item {
  border-top: 0;
}
.list-teaser-normal,
.list-teaser-alternating {
}
.list-teaser-normal .item + .item, .list-teaser-alternating .item + .item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
/*
.landing-page {

  & .list-teaser-normal,
  & .list-teaser-alternating {
    & .item {
      padding-bottom: 40px;
      border-bottom: 1px solid var(--color-rock-20);
    }
  }
}
*/
.list-teaser-news,
.list-teaser-ticker {
  margin-bottom: 0
}
.list-teaser-news a, .list-teaser-ticker a {
  position: relative;
  margin-left: 16px;
  margin-right: 16px;
}
.list-teaser-news a .cell, .list-teaser-ticker a .cell {
  padding: 30px 0 40px;
}
.list-teaser-ticker {
}
.list-teaser-ticker a {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
}
.list-teaser-ticker a .cell {
  padding: 20px 0 20px;
}
.list-teaser-news-date {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem; /* 12/16 */
  color: rgb(184, 184, 184);
  margin-bottom: 12.8px;
  margin-bottom: .8rem
}
.list-teaser-news-date .fa {
  margin-right: 5px;
  position: relative;
  top: 3px;
  font-size: 1.333em;
  /* 16/12 */
}
/*.list-teaser-ticker {
  & .item .cell {
    width: 100%;
  }
}*/
@media (min-width: 480px) {
  .list-teaser-normal,
  .list-teaser-highlight,
  .list-teaser-alternating {

  }
  .list-teaser-normal .item > a, .list-teaser-highlight .item > a, .list-teaser-alternating .item > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -8px;
    margin-right: -8px;
  }
  .list-teaser-normal .teaser-path,
    .list-teaser-normal .title,
    .list-teaser-highlight .teaser-path,
    .list-teaser-highlight .title,
    .list-teaser-alternating .teaser-path,
    .list-teaser-alternating .title {
    margin-top: 0;
  }
  .list-teaser-normal .cell,
    .list-teaser-normal .img,
    .list-teaser-highlight .cell,
    .list-teaser-highlight .img,
    .list-teaser-alternating .cell,
    .list-teaser-alternating .img {
    width: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
  .list-teaser-normal .img, .list-teaser-highlight .img, .list-teaser-alternating .img {
    margin-right: 0;
    /* TODO do this in image.css */
  }
  .list-teaser-normal,
  .list-teaser-alternating {
  }
  .list-teaser-normal .cell,
    .list-teaser-normal .img,
    .list-teaser-alternating .cell,
    .list-teaser-alternating .img {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    /* TODO do this in image.css */
    max-width: 50%;
    /* TODO do this in image.css */
  }
  .list-teaser-highlight {
  }
  .list-teaser-highlight .img {
    -webkit-flex-basis: 33.333%;
        -ms-flex-preferred-size: 33.333%;
            flex-basis: 33.333%;
    /* TODO do this in image.css */
    max-width: 33.333%;
    /* TODO do this in image.css */
  }
  .list-teaser-highlight .cell {
    -webkit-flex-basis: 66.666%;
        -ms-flex-preferred-size: 66.666%;
            flex-basis: 66.666%;
    /* TODO do this in image.css */
    max-width: 66.666%;
    /* TODO do this in image.css */
  }
  /* Special cases for quadratic image handling */
  .list-teaser-highlight {
  }
  .list-teaser-highlight,
    .list-teaser-highlight.list {
}
  .list-teaser-highlight .item .img, .list-teaser-highlight.list .item .img {
    min-width: 240px;
  }
  .list-teaser-alternating {
  }
  .list-teaser-alternating .item:nth-child(odd) .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1024px) {
  .list-teaser-news a {
    margin-left: 40px;
    margin-right: 40px
  }
  .list-teaser-news a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: red;
    opacity: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1), -webkit-transform .5s cubic-bezier(0.19, 0.92, 0.27, 1);
    transition: opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1), -webkit-transform .5s cubic-bezier(0.19, 0.92, 0.27, 1);
    transition: transform .5s cubic-bezier(0.19, 0.92, 0.27, 1), opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1);
    transition: transform .5s cubic-bezier(0.19, 0.92, 0.27, 1), opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1), -webkit-transform .5s cubic-bezier(0.19, 0.92, 0.27, 1);
  }
  .list-teaser-news a:hover:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .list-teaser-ticker a {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px
  }
  .list-teaser-ticker a .cell {
}
  .list-teaser-ticker a .cell:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: red;
    opacity: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1), -webkit-transform .5s cubic-bezier(0.19, 0.92, 0.27, 1);
    transition: opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1), -webkit-transform .5s cubic-bezier(0.19, 0.92, 0.27, 1);
    transition: transform .5s cubic-bezier(0.19, 0.92, 0.27, 1), opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1);
    transition: transform .5s cubic-bezier(0.19, 0.92, 0.27, 1), opacity .5s cubic-bezier(0.19, 0.92, 0.27, 1), -webkit-transform .5s cubic-bezier(0.19, 0.92, 0.27, 1);
  }
  .list-teaser-ticker a .cell:hover:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }

  /* Special cases for quadratic image handling */
  .list-teaser-highlight {
  }
  .list-teaser-highlight,
    .list-teaser-highlight.list {
}
  .list-teaser-highlight .item .img, .list-teaser-highlight.list .item .img {
    width: 300px;
  }
}
.list-teaser-horizontal {
}
.list-teaser-horizontal .title {
  margin-top: 20.8px;
  margin-top: 1.3rem;
}
.list-teaser-horizontal ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  padding: 0;
}
.list-teaser-horizontal .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
  max-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  /*&:after {
      content: "";
      position: absolute;
      width: calc(100% - 1rem);
      bottom: 0;
      left: .5rem;
      height: 1px;
      background: var(--color-rock-20);
    }*/
}
.list-teaser-horizontal .item > a {
  padding: 0 8px;
  padding: 0 0.5rem;
  padding: 0 8px;
  width: 100%;
}
.list-teaser-horizontal .item ul {
  display: block;
  margin: 0;
  padding: 0;
}
.row .list-teaser-horizontal {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  margin-bottom: 40px

  /*&:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background: var(--color-rock-20);
  }*/
}
.row .list-teaser-horizontal ul {
  display: block;
}
.row .list-teaser-horizontal ul .item {
  display: block;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  max-width: 100%;
  margin-bottom: 0;
  position: static;
}
.row .list-teaser-horizontal ul .item:after {
  display: none;
}
@media (min-width: 480px) {
  .list-teaser-horizontal {
  }
  .list-teaser-horizontal .item {
    max-width: 50%;
    /* Let flexbox figure out width as Safari calculates margins differently */
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media (min-width: 1024px) {
  .list-teaser-horizontal {
  }
  .list-teaser-horizontal .item {
    /* Let flexbox figure out width as Safari calculates margins differently */
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
  }
}
.list-teaser-box-vertical .item + .item {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 0;
}
.list-teaser-box-vertical {
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none

}
.list-teaser-box-vertical .img {
  display: none;
}
.list-teaser-box-vertical .cell {
  padding: 20px;
  padding: 1.25rem;
  padding-top: 12.8px;
  padding-top: .8rem;
}
.list-teaser-box-vertical .teaser-path:first-child,
  .list-teaser-box-vertical .title:first-child {
  margin-top: 4.8px;
  margin-top: .3rem;
}
.list-teaser-box-vertical .breadcrumbs {
  color: rgb(184, 184, 184);
}
.list-teaser-box-vertical .item > a {
  background: rgb(255, 255, 255);
  width: 100%;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  -ms-flex: 1 1 auto;
  /* IE11 Reset because of Flexbox miscalculation */
  min-height: 1px;
}
.list-teaser-box-vertical p {
  font-size: 14px;
  font-size: 0.875rem;
}
.list-teaser-image-left .img {
  display: block;
}
.list-teaser-box-top-level,
.list-teaser-box-vertical {
}
.list-teaser-box-top-level .item, .list-teaser-box-vertical .item {
  box-shadow: -5px 0px 10px 0 rgba(0, 0, 0, .08),
                            10px 10px 20px 0 rgba(0, 0, 0, .05);
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.list-teaser-box-top-level .item:hover, .list-teaser-box-vertical .item:hover {
  box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, .18);
}
.list-teaser-box-vertical {
}
.list-teaser-box-vertical .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-teaser-box-vertical.list-teaser-image-left {
}
.list-teaser-box-vertical.list-teaser-image-left .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-teaser-box-top-level {
}
.list-teaser-box-top-level .item {
  position: relative;
}
.list-teaser-box-top-level .item + .item {
  margin-top: 16px;
  margin-top: 1rem;
}
/* TODO: remove magic */
.column_3 .list-teaser-normal,
.column_4 .list-teaser-normal,
.column_3 .list-teaser-alternating,
.column_4 .list-teaser-alternating,
.column_3 .list-teaser-highlight,
.column_4 .list-teaser-highlight,
.column_3 .list-teaser-image-left,
.column_4 .list-teaser-image-left {
}
.column_3 .list-teaser-normal .item .img img, .column_4 .list-teaser-normal .item .img img, .column_3 .list-teaser-alternating .item .img img, .column_4 .list-teaser-alternating .item .img img, .column_3 .list-teaser-highlight .item .img img, .column_4 .list-teaser-highlight .item .img img, .column_3 .list-teaser-image-left .item .img img, .column_4 .list-teaser-image-left .item .img img {
  padding: 0;
}
.column_3 .list-teaser-normal .cell, .column_4 .list-teaser-normal .cell, .column_3 .list-teaser-alternating .cell, .column_4 .list-teaser-alternating .cell, .column_3 .list-teaser-highlight .cell, .column_4 .list-teaser-highlight .cell, .column_3 .list-teaser-image-left .cell, .column_4 .list-teaser-image-left .cell {
  max-width: none;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.column_3 .list-teaser-normal .item .img, .column_4 .list-teaser-normal .item .img, .column_3 .list-teaser-alternating .item .img, .column_4 .list-teaser-alternating .item .img, .column_3 .list-teaser-highlight .item .img, .column_4 .list-teaser-highlight .item .img, .column_3 .list-teaser-image-left .item .img, .column_4 .list-teaser-image-left .item .img {
  min-width: 0;
  width: auto;
}
.column_3 .list-teaser-normal .event-teaser-badge, .column_4 .list-teaser-normal .event-teaser-badge, .column_3 .list-teaser-alternating .event-teaser-badge, .column_4 .list-teaser-alternating .event-teaser-badge, .column_3 .list-teaser-highlight .event-teaser-badge, .column_4 .list-teaser-highlight .event-teaser-badge, .column_3 .list-teaser-image-left .event-teaser-badge, .column_4 .list-teaser-image-left .event-teaser-badge {
  top: 0;
}
.column_3 .list-teaser-normal .item > a, .column_4 .list-teaser-normal .item > a, .column_3 .list-teaser-alternating .item > a, .column_4 .list-teaser-alternating .item > a, .column_3 .list-teaser-highlight .item > a, .column_4 .list-teaser-highlight .item > a, .column_3 .list-teaser-image-left .item > a, .column_4 .list-teaser-image-left .item > a {
  display: block;
}
@media (max-width: 1023px) {
  /* TODO: check why only column_6, probably use .row */
  .column_6 .list-teaser-image-left {
  }
  .column_6 .list-teaser-image-left .item .img img {
    padding: 0;
  }
  .column_6 .list-teaser-image-left .event-teaser-badge {
    top: 0;
  }
  .column_6 .list-teaser-image-left .item > a {
    display: block;
  }
}
.event-teaser-badge {
  display: none;
}
@media (max-width: 767px) {
  .list-teaser-box-top-level {
  }
  .list-teaser-box-top-level .item,
    .list-teaser-box-top-level .item:hover {
    box-shadow: none;
  }
  .list-teaser-box-top-level .title {
    position: absolute;
    top: 0;
    padding-top: calc(39% - 1em);
    color: rgb(255, 255, 255);
    margin-bottom: 0;
    /* TODO find better solution to handle multiline text*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding-right: 10px;
  }
  .list-teaser-box-top-level p {
    margin-top: .8em;
  }
  .list-teaser-box-top-level .item .img {
    width: auto;
    max-width: none;
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 480px) {

  .list-teaser-box-vertical {
  }

  .list-teaser-box-vertical,
    .list-teaser-box-vertical > ul,
    .list-teaser-box-vertical .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    /*width: 100%;*/
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    /* Setting min-height seems to fix miscalculation of IE11 */
    /*min-height: 0;*/
  }

  .list-teaser-box-vertical > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    /* fixes ie layout problem */
  }

  .list-teaser-box-vertical .item .item {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .list-teaser-box-vertical .item .item:last-child {
    margin-bottom: 0;
  }

  .list-teaser-box-vertical .img {
    display: block;
  }

  .list-teaser-box-vertical .img img {
    width: 100%;
  }
}
@media (min-width: 768px) {

  .list-teaser-box-top-level {
  }

  .list-teaser-box-top-level .item {
    position: relative;
  }

  .list-teaser-box-top-level .item:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.85;
    -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
  }

  .list-teaser-box-top-level .item:hover {
    color: rgb(255, 255, 255);
  }

  .list-teaser-box-top-level .item:hover:before {
    opacity: 1;
  }

  .list-teaser-box-top-level .cell {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 1.5rem 1rem;
  }

  .list-teaser-box-top-level .title,
    .list-teaser-box-top-level p {
    color: rgb(255, 255, 255);
  }

  .list-teaser-image-left .item {
    position: relative
    /*
    display: flex;
    flex: 1;
    -ms-flex: 1 1 auto;
    height: 100%;
    max-height: 100%;
    */
  }

  .list-teaser-image-left .item > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    -ms-flex: 1 1 auto;
  }

  .list-teaser-image-left .item .img {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex-basis: 44.444%;
        -ms-flex-preferred-size: 44.444%;
            flex-basis: 44.444%;
  }

  .list-teaser-image-left .item .img img {
    padding: 16px;
    padding-right: 0;
  }

  .list-teaser-image-left .item .cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex-basis: 55.555%;
        -ms-flex-preferred-size: 55.555%;
            flex-basis: 55.555%;
  }
  .event-teaser-badge {
    display: block;
    background: rgb(222, 57, 25);
    color: rgb(255, 255, 255);
    font-family: var(--theme-font-family-condensed);
    font-weight: 700;
    min-width: 75px;
    padding: 8px;
    position: absolute;
    top: 16px;
    left: 5%;
  }
  .event-teaser-badge-day {
    font-size: 1.375rem; /* 22/16 */
    display: block;
    line-height: 1.1;
    text-align: center;
    position: relative
  }
  .event-teaser-badge-day span {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
  }
  .event-teaser-badge-day span:nth-child(1):nth-last-child(2) {
    width: 50%;
    min-width: 45px;
  }
  .event-teaser-badge-day span:nth-child(1):nth-last-child(2):after {
    position: absolute;
    content: '\2013';
    top: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    font-weight: 200;
  }
  .event-teaser-badge-day span:nth-child(2):nth-last-child(1) {
    width: 50%;
    min-width: 45px;
  }
  .event-teaser-badge-month {
    display: block;
    font-size: 0.75rem; /* 12/16 */
    text-align: center

  }
  .event-teaser-badge-month span {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
  }
  .event-teaser-badge-month span:nth-child(1):nth-last-child(2),
    .event-teaser-badge-month span:nth-child(2):nth-last-child(1) {
    width: 50%;
    padding: 0 0.25rem;
  }
}
.list-teaser-box-horizontal {
}
.list-teaser-box-horizontal ul {
  list-style-type: none;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -8px;
  margin-right: -0.5rem;
  margin-right: -8px;
  margin-left: -8px;
  margin-left: -0.5rem;
  margin-left: -8px;
  padding: 8px 0;
  padding: 0.5rem 0;
}
.list-teaser-box-horizontal .item {
  margin: 8px;
  margin: 0.5rem;
  margin: 8px;
  /*padding: var(--half-gutter-width, 0.5rem);*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc(100% - 16px);
  -webkit-flex-basis: calc(100% - 16px);
      -ms-flex-preferred-size: calc(100% - 16px);
          flex-basis: calc(100% - 16px);
  /*max-width: 410px;*/
  /* flex: 1 auto; */
  /* Reset because of generic & ul on list-teaser-box-horizontal */
}
.list-teaser-box-horizontal .item ul {
  display: block;
  margin: 0;
  padding: 0;
}
.list-teaser-box-horizontal .item p {
  font-size: 14px;
  font-size: 0.875rem;
}
.list-teaser-box-horizontal .item .chapter_title {
  margin-bottom: .8em;
}
.list-teaser-box-horizontal .item .title {
  margin-top: 20.8px;
  margin-top: 1.3rem;
}
.list-teaser-box-horizontal .item .teaser-path {
  margin-top: 16px;
  margin-top: 1rem;
}
.list-teaser-box-horizontal .item .teaser-path + .title {
  margin-top: 0;
}
.list-teaser-box-horizontal .item .label {
  color: rgb(184, 184, 184);
}
.list-teaser-box-horizontal .item .fa-ul {
  font-size: 14px;
  font-size: 0.875rem;
  /* 14/16 */
  margin-left: 1.571em;
  /* 22/14 */
}
.list-teaser-box-horizontal .item .img,
    .list-teaser-box-horizontal .item .cell {
  display: block;
  width: 100%;
}
.list-teaser-box-horizontal .item .img {
  min-height: 1px;
  /* fixes wrong ie height calculation */
}
.list-teaser-box-horizontal .item .email a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-teaser-box-horizontal .item .cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
.list-teaser-box-horizontal .item .img + .cell {
  padding-top: 0;
}
.list-teaser-box-horizontal .item {
  background: white;
  box-shadow: -5px 0px 10px 0 rgba(0, 0, 0, .08),
                            10px 10px 20px 0 rgba(0, 0, 0, .05);
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.list-teaser-box-horizontal .item:hover {
  box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, .18);
}
.list-teaser-box-horizontal .item > a {
  /*height: 100%;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /* IE11 Reset because of Flexbox miscalculation */
  min-height: 1px;
}
@media (min-width: 480px) {
  .list-teaser-box-horizontal {
  }
  .list-teaser-box-horizontal ul {
    padding: 1rem 0;
  }
  .row .list-teaser-box-horizontal ul {
    padding: 0;
  }
  .list-teaser-box-horizontal .item {
    max-width: calc(50% - 16px);
    /* Let flexbox figure out width as Safari calculates margins differently */
    -webkit-flex-basis: calc(50% - 16px);
        -ms-flex-preferred-size: calc(50% - 16px);
            flex-basis: calc(50% - 16px);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .row .list-teaser-box-horizontal .item {
    max-width: calc(100% - 16px);
    -webkit-flex-basis: calc(100% - 16px);
        -ms-flex-preferred-size: calc(100% - 16px);
            flex-basis: calc(100% - 16px);
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .list-teaser-box-horizontal {
  }
  .list-teaser-box-horizontal .item {
    max-width: calc(33.33333333% - 16px);
    /* Let flexbox figure out width as Safari calculates margins differently */
    -webkit-flex-basis: calc(33.33333333% - 16px);
        -ms-flex-preferred-size: calc(33.33333333% - 16px);
            flex-basis: calc(33.33333333% - 16px);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .row .list-teaser-box-horizontal .item {
    max-width: calc(100% - 16px);
    -webkit-flex-basis: calc(100% - 16px);
        -ms-flex-preferred-size: calc(100% - 16px);
            flex-basis: calc(100% - 16px);
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
.list-teaser-contact-cta {
  /* width: 100%; */
  /* height: 100%; */
}
.list-teaser-contact-cta .item {
  background: rgb(0, 44, 95);
  color: rgb(255, 255, 255);
}
.list-teaser-contact-cta p,
  .list-teaser-contact-cta .title {
  color: inherit;
}
.list-teaser-contact-cta .fa-ul {
  margin-top: .5em;
  margin-left: 1.6em;
  margin-bottom: 1.5em;
}
.list-teaser-contact-cta p,
.list-teaser-contact-cta li,
.list-teaser-contact-cta .title {
  max-width: 100%;
}
.list-teaser-contact-cta .item,
.list-teaser-contact-cta .cell {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.list.list-teaser-contact-cta .item + .item {
    margin-top: 0;
}
.teaser-cta {
  margin-top: auto;
}
.list-teaser-contact-cta .item .cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.align-center .list-teaser-contact-cta .cell > * {
    margin: 0 auto;
}
/* removes*/
.bg-marine {
}
.bg-marine .list-teaser-contact-cta .item,
    .bg-marine .list-teaser-contact-cta .item:hover {
  box-shadow: none;
}
@media (min-width: 768px) {
  .list-teaser-contact-cta .item .cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.teaser-slider-wrapper {
  box-shadow: -5px 0px 10px 0 rgba(0, 0, 0, .08),
                            10px 10px 20px 0 rgba(0, 0, 0, .05);
  margin-top: 0;
  position: relative;
}
.teaser-slider-items {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
.teaser-slider-item {
  margin-bottom: 0;
}
/*.teaser-slider {
  margin-left: calc(var(--gutter-width) * -1);
  margin-right: calc(var(--gutter-width) * -1);
}*/
.teaser-slider-inner {
  position: relative;
  overflow: hidden;
}
.teaser-slider-item .list-teaser-news,
.teaser-slider-item .list-teaser-news > ul,
/*.teaser-slider-item .list-teaser-ticker,
.teaser-slider-item .list-teaser-ticker > ul,*/
.teaser-slider-item .item,
.teaser-slider-item .item > a,
.teaser-slider-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.teaser-slider-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;

  /* background: rgba(200, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px blue; */
}
/* Teaser tickers definitions */
.teaser-slider-item .list-teaser-ticker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  -ms-flex: 1 1 auto
}
.teaser-slider-item .list-teaser-ticker > ul,
  .teaser-slider-item .list-teaser-ticker .item,
  .teaser-slider-item .list-teaser-ticker .item > a,
  .teaser-slider-item .list-teaser-ticker .list-teaser-ticker-graph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  -ms-flex: 1 1 auto;
}
.teaser-slider-item .list-teaser-ticker > ul {
  margin: 0;
}
.teaser-slider-item .list-teaser-ticker .item .cell {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.teaser-slider-item .list-teaser-ticker .title {
  margin-bottom: 0;
}
.list-teaser-ticker-icon {
  display: inline-block
}
.cell-positive .list-teaser-ticker-icon {
  color: rgb(92, 184, 92);
  stroke: rgb(92, 184, 92);
}
.cell-positive .list-teaser-ticker-icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cell-negative .list-teaser-ticker-icon {
  color: rgb(233, 76, 71);
  stroke: rgb(233, 76, 71);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.list-teaser-ticker-state {
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  padding-right: 10px;
  top: auto;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  opacity: 0.9
}
.list-teaser-ticker-state:before {
  content: '\B1\A0';
  font-family: "SIX-Pictogram", "SIX-Pictogram2";
  display: inline-block;
  vertical-align: bottom;
}
.list-teaser-ticker-open .list-teaser-ticker-state {
  color: var(--theme-font-color);
}
.list-teaser-ticker-closed .list-teaser-ticker-state {
  color: rgb(113, 113, 113);
}
.list-teaser-ticker-open {
}
.list-teaser-ticker-open .title,
  .list-teaser-ticker-open .list-teaser-ticker-values,
  .list-teaser-ticker-open .list-teaser-ticker-graph {
  opacity: 1;
}
.list-teaser-ticker-closed {
}
.list-teaser-ticker-closed .title,
  .list-teaser-ticker-closed .list-teaser-ticker-values,
  .list-teaser-ticker-closed .list-teaser-ticker-graph {
  opacity: 0.54;
}
.list-teaser-ticker-price {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
.list-teaser-index-chart {
  width: 100%;
  height: 130px;
}
.teaser-slider-btn-bottom {
}
.teaser-slider-btn-bottom .teaser-slider-item .item .cell {
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
}
.teaser-slider .btn {
  background: transparent;
}
.teaser-slider-prev,
.teaser-slider-next {
  position: absolute;
  bottom: 20px;
  display: block;
  cursor: pointer;
  width: 48px;
  height: 44px;
  margin-bottom: 0
}
.teaser-slider-prev svg, .teaser-slider-next svg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  fill: rgb(184, 184, 184);
}
.teaser-slider-btn-bottom .teaser-slider-prev, .teaser-slider-btn-bottom .teaser-slider-next {
  bottom: 0;
  margin-bottom: 0;
}
.teaser-slider-next {
  right: 4px;
}
.teaser-slider-prev {
  right: 52px;
}
/* prevents external link icon */
.page-content .list-teaser-news a[target="_blank"]:after {
    content: "";
}
@media (min-width: 480px) {
  .teaser-slider-item {
  }
  .teaser-slider-no-chart .teaser-slider-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    /* percentage causes problems because of non-interger width */
    max-width: 50%;
  }
  .teaser-slider-no-chart .teaser-slider-item + .teaser-slider-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: rgb(220, 220, 220);
    opacity: 1;
    -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .teaser-slider-no-chart .teaser-slider-item.active:before {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .teaser-slider-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%
  }
  .teaser-slider-no-chart .teaser-slider-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 246px;
        -ms-flex: 0 0 246px;
            flex: 0 0 246px;
    /* percentage causes problems because of non-interger width */
    max-width: 246px;
  }
  .teaser-slider-item + .teaser-slider-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: rgb(220, 220, 220);
    opacity: 1;
    -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .teaser-slider-item.active:before {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .teaser-slider-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 332px;
        -ms-flex: 0 0 332px;
            flex: 0 0 332px; /* percentage causes problems because of non-interger width */
    max-width: 332px
  }
  .teaser-slider-no-chart .teaser-slider-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 249px;
        -ms-flex: 0 0 249px;
            flex: 0 0 249px;
    /* percentage causes problems because of non-interger width */
    max-width: 249px;
  }
}
@media (min-width: 1350px) {
  .teaser-slider-btn-bottom {
  }
  .teaser-slider-btn-bottom .teaser-slider-item .cell {
    padding-bottom: 0;
  }
  .teaser-slider-prev,
  .teaser-slider-next {
    top: 50%;
    margin-top: -22px
  }
  .teaser-slider-prev:hover svg, .teaser-slider-next:hover svg {
    fill: rgb(149, 149, 149);
  }
  .teaser-slider-next {
    right: 5px;
  }
  .teaser-slider-prev {
    right: auto;
    left: 5px;
  }
}
@media (min-width: 1282px) {
  .teaser-slider-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 418px;
        -ms-flex: 0 0 418px;
            flex: 0 0 418px; /* percentage causes problems because of non-interger width */
    max-width: 418px
  }
  .teaser-slider-no-chart .teaser-slider-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 313px;
        -ms-flex: 0 0 313px;
            flex: 0 0 313px;
    /* percentage causes problems because of non-interger width */
    max-width: 313px;
  }
}
.list {
}
.list.list-image-left {
}
.list.list-image-left .item > a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list.list-image-left .img {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 300px;
  display: block;
}
.list.list-image-left .cell {
  /* for IE11 */
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.list-normal,
.list-highlight {
}
.list-normal.list-image-left .cell, .list-highlight.list-image-left .cell {
  padding: 0 0 0 16px;
  padding: 0 0 0 1rem;
}
.list-box {
}
.list-box.list-image-left {
}
.list-box.list-image-left .img {
  padding: 16px 0 16px 16px;
  padding: 1rem 0 1rem 1rem;
}
.list-box.list-image-left .cell {
  padding: 12.8px 16px 16px 16px;
  padding: .8rem 1rem 1rem 1rem;
}
/*
  we ca not equalize heigts on IE11
  with list-image-left in grids
*/
.row .list.list-image-left {

}
.row .list.list-image-left,
    .row .list.list-image-left > ul {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.list-normal {

}
.list-normal > ul {
  list-style-type: none;
  padding: 0;
  /* 0.5rem 0; */
}
.list-normal .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list-normal .item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-normal .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.list-normal .cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 12.8px 0 0 0;
  padding: .8rem 0 0 0;
}
.list-normal p {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-normal p:last-child {
  margin-bottom: 0;
}
.list-normal .teaser-link {
  /*
      vertical align
      0 - right after teaser content
      auto - algin bottom of each teaser
    */
  margin-top: auto;
}
@media (max-width: 767px) {
  .list-normal {
  }
  .list-normal .item + .item {
    margin: 1.25rem 0 0 0;
  }
}
@media (min-width: 768px) {
  .list-normal {
  }
  .list-normal > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-left: -8px;
    margin-right: -0.5rem;
    margin-right: -8px;
  }
  .list-normal .item {
    max-width: 50%;
    /* max-width: calc(33.33333333% - 16px); */
    -webkit-flex-basis: calc(33.33333333% - 16px);
        -ms-flex-preferred-size: calc(33.33333333% - 16px);
            flex-basis: calc(33.33333333% - 16px);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 8px;
  }
  .row .list-normal {
    /* START: turns on equalized height */
    /* ENDturns on equalized height */
  }
  .row .list-normal > ul {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .row .list-normal .item {
    margin: 0;
    max-width: 100%;
  }
  .row .list-normal .item + .item {
    margin: 1rem 0 0 0;
  }
  .row .list-normal,
      .row .list-normal > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .row .list-normal .item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .row .list-normal .teaser-link {
    /*
          vertical align
          0 - right after teaser content
          auto - algin bottom of each teaser
        */
    margin-top: 0;
  }
}
.list-highlight {

}
.list-highlight > ul {
  list-style-type: none;
  padding: 0;
  /* 0.5rem 0; */
}
.list-highlight .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgb(220, 220, 220);
  padding: 0 0 16px 0;
  padding: 0 0 1rem 0;
}
.list-highlight .item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-highlight .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.list-highlight .cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 12.8px 0 0 0;
  padding: .8rem 0 0 0;
}
.list-highlight p {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-highlight p:last-child {
  margin-bottom: 0;
}
.list-highlight .teaser-link {
  /*
      vertical align
      0 - right after teaser content
      auto - algin bottom of each teaser
    */
  margin-top: auto;
}
@media (max-width: 767px) {
  .list-highlight {
  }
  .list-highlight .item + .item {
    margin: 1.25rem 0 0 0;
  }
}
@media (min-width: 768px) {
  .list-highlight {
  }
  .list-highlight > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-left: -8px;
    margin-right: -0.5rem;
    margin-right: -8px;
  }
  .list-highlight .item {
    max-width: 50%;
    /* max-width: calc(33.33333333% - 16px); */
    -webkit-flex-basis: calc(33.33333333% - 16px);
        -ms-flex-preferred-size: calc(33.33333333% - 16px);
            flex-basis: calc(33.33333333% - 16px);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 8px;
  }
  .row .list-highlight {
    /* START: turns on equalized height */
    /* ENDturns on equalized height */
  }
  .row .list-highlight > ul {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .row .list-highlight .item {
    margin: 0;
    max-width: 100%;
  }
  .row .list-highlight .item + .item {
    margin: 1rem 0 0 0;
  }
  .row .list-highlight,
      .row .list-highlight > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .row .list-highlight .item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .row .list-highlight .teaser-link {
    /*
          vertical align
          0 - right after teaser content
          auto - algin bottom of each teaser
        */
    margin-top: 0;
  }
}
.list-box {

}
.list-box > ul {
  list-style-type: none;
  padding: 0;
  /* 0.5rem 0; */
}
.list-box .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: -5px 0px 10px 0 rgba(0, 0, 0, .08),
                            10px 10px 20px 0 rgba(0, 0, 0, .05);
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.list-box .item:hover {
  box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, .18);
}
.list-box .item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-box .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.list-box .cell {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 12.8px 20px 20px 20px;
  padding: .8rem 1.25rem 1.25rem 1.25rem;
}
.list-box p {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-box p:last-child {
  margin-bottom: 0;
}
.list-box .teaser-link {
  /*
      vertical align
      0 - right after teaser content
      auto - algin bottom of each teaser
    */
  margin-top: auto;
}
@media (max-width: 767px) {
  .list-box {
  }
  .list-box .item + .item {
    margin: 1.25rem 0 0 0;
  }
}
@media (min-width: 768px) {
  .list-box {
  }
  .list-box > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-left: -8px;
    margin-right: -0.5rem;
    margin-right: -8px;
  }
  .list-box .item {
    max-width: 50%;
    /* max-width: calc(33.33333333% - 16px); */
    -webkit-flex-basis: calc(33.33333333% - 16px);
        -ms-flex-preferred-size: calc(33.33333333% - 16px);
            flex-basis: calc(33.33333333% - 16px);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 8px;
  }
  .row .list-box {
    /* START: turns on equalized height */
    /* ENDturns on equalized height */
  }
  .row .list-box > ul {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .row .list-box .item {
    margin: 0;
    max-width: 100%;
  }
  .row .list-box .item + .item {
    margin: 1rem 0 0 0;
  }
  .row .list-box,
      .row .list-box > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .row .list-box .item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .row .list-box .teaser-link {
    /*
          vertical align
          0 - right after teaser content
          auto - algin bottom of each teaser
        */
    margin-top: 0;
  }
}
.image-slider-items {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.image-slider-item {
  margin-bottom: 0;
  background: rgb(57, 57, 57);
}
.image-slider {
  position: relative
}
.image-slider-inner {
  position: relative;
  overflow: hidden;
}
.image-slider-item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%
}
.image-slider-item .fig {
  position: relative;
  margin-bottom: 0;
}
.image-slider-item .fig img {
  display: block;
}
.image-slider-item figcaption {
  display: none;
  min-height: 48px;
  margin: 0;
  padding: 0 16px;
  padding: 0 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-right: 176px;
  background: #393939;
  background: rgba(57, 57, 57, 0.6);
  color: rgb(255, 255, 255)
}
.image-slider-item figcaption .caption {
  padding: 12px 0 12px;
  margin: 0;
}
.image-slider .btn {
  background: rgb(255, 255, 255);
}
.image-slider-prev,
.image-slider-next {
  position: absolute;
  bottom: 0;
  display: block;
  cursor: pointer;
  width: 48px;
  height: 48px;
  font-size: 16px;
  font-size: 1rem;
  color: rgb(113, 113, 113);
  margin-bottom: 0
}
.image-slider-prev:focus,
  .image-slider-prev:hover,
  .image-slider-next:focus,
  .image-slider-next:hover {
  color: rgb(57, 57, 57);
}
.image-slider-prev:active, .image-slider-next:active {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background: rgb(248, 248, 248);
}
.image-slider-prev svg, .image-slider-next svg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  fill: currentColor;
}
.image-slider-count {
  width: 80px;
  height: 48px;
  position: absolute;
  bottom: 0;
  right: 96px;
  color: rgb(255, 255, 255);
  background: rgb(57, 57, 57);
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem; /* 14/16 */
  text-align: center;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  line-height: 48px;
  /* box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.05) inset; */
}
.image-slider-count-current {
  color: var(--theme-font-color);
}
.image-slider-next {
  right: 0;
}
.image-slider-prev {
  right: 48px;
}
@media (min-width: 768px) {
  .image-slider-item figcaption {
    display: block;
  }
}
@media (min-width: 1350px) {

}
@media (min-width: 1282px) {
  .image-slider-item {

  }
}
.search-wrapper .search-form {
  border-top: 1px solid rgb(220, 220, 220);
}
.search-input-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.search-config {
  display: none;
}
.search-field {
  position: absolute;
  width: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  top: 65px;
  top: 4.0625rem;
  z-index: 1050;
  background: rgb(255, 255, 255);
  -webkit-transition: .3s opacity, visibility 0s .3s;
  transition: .3s opacity, visibility 0s .3s;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05), 5px 5px 5px 0 rgba(0, 0, 0, .05);
}
.search-input {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.500em;
  /* Fix for overflow issue on Firefox */
  min-width: 0
}
.search-input::-ms-clear {
  display: none;
}
.search-wrapper .search-input {
  padding-left: 0;
  border: 0;
  height: 2.5em;
}
.search-input,
.search-input:focus {
  border: none;
  box-shadow: none;
  background: transparent;
}
.nav-division-header-search {
  margin: 0 15px;
}
.search-wrapper .search-toggle {
  display: none;
}
.search-toggle {
  position: relative;
}
.search-toggle-open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: .2s .2s opacity, visibility 0s 0s;
  transition: .2s .2s opacity, visibility 0s 0s;
}
.search-toggle-close {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-top: -.5rem;
  margin-left: -8px;
  margin-left: -.5rem;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s opacity, visibility 0s .2s;
  transition: .2s opacity, visibility 0s .2s
}
.search-toggle-close svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: rgb(222, 57, 25);
}
.search-toggle {
  background: transparent;
  color: rgb(57, 57, 57);
  -webkit-transition: color .3s;
  transition: color .3s;
  margin-bottom: 0
}
.search-toggle:hover,
  .search-toggle:active,
  .search-toggle:focus {
  background: transparent;
  color: rgb(113, 113, 113);
}
.search-open {
}
.search-open .search-field {
  visibility: visible;
  opacity: 1;
  -webkit-transition: .3s opacity, visibility 0s 0s;
  transition: .3s opacity, visibility 0s 0s;
}
.search-open .search-toggle-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: .2s .2s opacity, visibility 0s 0s;
  transition: .2s .2s opacity, visibility 0s 0s;
}
.search-open .search-toggle-open {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s opacity, visibility 0s .2s;
  transition: .2s opacity, visibility 0s .2s;
}
button.search-submit {
  margin-bottom: 0;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}
.explore-searchbox {
}
.explore-searchbox .search-form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.explore-searchbox .search-input {
  font-family: var(--theme-font-family);
  font-size: 16px;
  font-size: 1rem;
  padding: .5em 1.563em;
  height: 2.750em;
  font-weight: 400;
  background: #ffffff;
  background: rgba(255, 255, 255, .1);
  color: rgb(255, 255, 255);
}
.explore-searchbox .search-input::-webkit-input-placeholder {
  color: #ffffff;
  color: rgba(255, 255, 255, .2);
  line-height: 1.5;
}
.explore-searchbox .search-input:-ms-input-placeholder {
  color: #ffffff;
  color: rgba(255, 255, 255, .2);
  line-height: 1.5;
}
.explore-searchbox .search-input::placeholder {
  color: #ffffff;
  color: rgba(255, 255, 255, .2);
  line-height: 1.5;
}
.explore-searchbox .btn.search-submit {
  background: #ffffff;
  background: rgba(255, 255, 255, .1);
  margin-bottom: 0;
  color: rgb(255, 255, 255);
}
.explore-searchbox .search-input:focus + .search-submit {
  background: #ffffff;
  background: rgba(255, 255, 255, 1);
  color: rgb(0, 44, 95);
}
@media (max-width: 767px) {
  /* mobile only */
  .search-wrapper button.search-submit {
    color: rgb(222, 57, 25);
    background: transparent
  }
  .search-wrapper button.search-submit:focus,
    .search-wrapper button.search-submit:active,
    .search-wrapper button.search-submit:hover {
    color: rgb(200, 51, 23);
    background: transparent;
  }
}
@media (min-width: 768px) {
  .search-wrapper .search-input {
    font-size: 1.625em;
    height: 2.9em;
  }

  button[type="submit"].btn-icon-only {
    padding: 0.500em 1.438em;
    min-width: auto;
  }
  .search-wrapper .search-submit .fa {
    display: none;
  }
  .search-wrapper .search-submit .sr-only {
    position: relative;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .search-field {
    top: 100%;
  }
  .search-wrapper .search-input {
    padding-left: 8.3rem;
    font-size: 1.875em;
  }
  .search-wrapper .search-toggle {
    display: inline-block;
  }
}
.filter {
  padding-top: 20px;
  margin-left: -8px;
  margin-left: -.5rem;
  margin-right: -8px;
  margin-right: -.5rem;
  margin-bottom: 10px
}
.filter .input {
  display: inline-block;
  margin: 8px 6.4px;
  margin: .5rem .4rem;
}
.filter button {
  margin-bottom: 0;
}
.filter-form {
  margin-bottom: 0;
}
.filter-caption {
  margin: 16px 0 8px;
  margin: 1rem 0 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgb(220, 220, 220);
}
.filter-caption-title {
  font-family: var(--theme-font-family);
  color: rgb(184, 184, 184);
  font-weight: 700;
  font-size: 12px;
  font-size: 0.750rem;
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: .5rem;
  text-transform: uppercase;
  line-height: 1.25;
  color: rgb(222, 57, 25);
  padding: 0;
}
.filter-result {
  margin: 40px 0
}
.filter-result > .underlined_title + .table-pagination {
  display: none;
}
@media (min-width: 480px) {
  .filter-result {
  }
  .filter-result > .underlined_title + .table-pagination {
    display: block;
  }
}
@media (min-width: 768px) {
  .filter-form {
    margin-bottom: 80px;
  }

  .filter {
    padding-top: 40px;
    margin-bottom: 20px;
  }
}
/* Overlay for modal window */
.overlay,
.overlay_shim  {
  background-color: #000;
  border: none;
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9000;
}
.overlay.visible {
  display: block;
}
/* Overlay for flyout */
.page .overlay,
.page .overlay_shim {
  background-color: #fff;
  bottom: 0;
  position: absolute;
  z-index: 200;
}
/**
 * CSS definitions for the search result items
 */
.result-item {
  display: block;
  padding: 25px 0
}
.result-item + .result-item {
  border-top: 1px solid rgb(220, 220, 220);
}
.result-item .result-image {
  /*& + .result-meta {
      flex-basis: auto;
    }*/
}
.result-item .result-meta {
  width: 100%;
}
.result-item .result-action,
  .result-item .result-info {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 5px;
}
.result-item .result-action .fa, .result-item .result-info .fa {
  margin-right: 5px;
}
.result-item .result-action > a,
    .result-item .result-action > span,
    .result-item .result-info > a,
    .result-item .result-info > span {
  display: inline-block;
  margin-right: 20px;
}
.result-item .result-action > a, .result-item .result-info > a {
  margin-bottom: 4px;
}
.result-item .h6 {
  color: rgb(184, 184, 184);
  line-height: 1.4;
  display: block;
}
.result-item .result-info {
  overflow: hidden;
  text-overflow: ellipsis;
}
.result-item .result-path {
  white-space: nowrap;
  font-style: normal;
}
.result-item .result-outline {
  font-weight: normal;
  color: rgb(113, 113, 113);
}
.result-item .result-action {
  margin-top: 10px;
}
.result-item .result-action .fa {
  margin-right: 4.8px;
  margin-right: 0.3rem;
}
.result-item em {
  color: rgb(78, 78, 78);
}
a.result-item {
}
a.result-item .h3 {
  color: rgb(57, 57, 57);
  -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
a.result-item:hover .h3 {
  color: var(--theme-font-hover-color);
}
.search-top-hit {
  background: #f8f8f8;
  padding: 20px
}
.search-top-hit .search-type-title,
  .search-top-hit .result-item {
  padding: 0;
  margin: 0;
}
.search-top-hit.search-type {
  margin-top: 40px;
}
.result-media {
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .result-item-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -8px;
    margin-right: -8px
  }
  .result-item-media .result-media,
    .result-item-media .result-meta {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
            flex: 1 auto;
    width: 50%;
    margin: 0 8px;
  }
  .result-item-media .result-media.quadratic {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  .search-top-hit {
    padding: 30px;
  }
}
/**
 * Style definitions
 */
.filter-advanced-header {
  position: relative;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05),
                          5px 5px 5px 0 rgba(0, 0, 0, .05);
  z-index: 2
}
.filter-advanced-header .field {
  margin: 0;
  padding: 0;
}
.filter-advanced-header .field.field-multi-date {
  width: 100%;
}
.filter-advanced-header .input-multi-list {
}
.filter-advanced-header .input-multi-list input {
}
.filter-advanced-header .input-multi-list input:last-child {
  padding-right: 56px;
  padding-right: 3.5rem;
}
.filter-advanced-header .choices[data-type*="select-one"]:after,
  .filter-advanced-header .choices[data-type*="select-multiple"]:after {
  content: '';
  display: none;
}
.filter-advanced-collapsible {
  position: relative;
  min-height: 45px;
  background-color: rgb(248, 248, 248);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05),
                          5px 5px 5px 0 rgba(0, 0, 0, .05);
  border: solid 1px rgb(220, 220, 220)
}
.filter-advanced-header + .filter-advanced-collapsible {
  margin: 0 16px;
  margin: 0 1rem;
  border-top: 0px solid;
  padding-top: 24px;
  padding-top: 1.5rem;
}
.filter-advanced-collapsible .expander-body:focus {
  outline: none;
}
.filter-advanced-collapsible .expander-trigger {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 45px;
  bottom: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
  -webkit-appearance: none;
}
.filter-advanced-collapsible .expander-trigger:focus {
  outline: none;
}
.filter-advanced-collapsible .expander-trigger.is-opening,
    .filter-advanced-collapsible .expander-trigger[aria-expanded="true"] {
  width: 45px;
}
.filter-advanced-collapsible .expander-trigger.is-opening .filter-summary-text, .filter-advanced-collapsible .expander-trigger[aria-expanded="true"] .filter-summary-text {
  visibility: hidden;
  opacity: 0;
}
.accordion-toggle-icon {
  width: 45px;
  height: 45px;
  display: block;
  padding-top: 12px;
  position: absolute;
  top: 0;
  right: 0
}
.accordion-toggle-icon span {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.expander-trigger[aria-expanded="true"] .accordion-toggle-icon span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filter-summary-text {
  height: 100%;
  width: 100%;
  padding-right: 45px;
  padding-left: 20px;
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--theme-font-family-condensed);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
.filter-summary-text .default,
  .filter-summary-text .intro {
  display: inline;
  line-height: 45px;
}
.filter-summary-text {
}
.filter-summary-text .filter-value + .filter-value:before {
  content: '/';
  display: inline;
  padding: 0 4px 0 4px;
  padding: 0 0.25rem 0 0.25rem;
}
.filter-summary-text .intro {
  display: inline-block;
}
.filter-summary-text .intro:first-child:last-child {
  display: none;
}
.filter-summary-text .default {
  font-size: 14px;
  margin-top: 2px;
  color: rgb(113, 113, 113);
}
.filter-summary-text .default + .intro {
  display: none;
}
.filter-summary-text .default.hidden + .intro {
  display: inline-block;
}
/**
 * Special handling of Chrome datepicker on narrow desktop views
 */
.filter-advanced-fields,
.filter-advanced-header {
}
.filter-advanced-fields .field, .filter-advanced-header .field {
}
.filter-advanced-fields .field .input-multi [type="date"],
    .filter-advanced-fields .field .input-multi [type="datetime"],
    .filter-advanced-fields .field .input-multi [type="datetime-local"],
    .filter-advanced-header .field .input-multi [type="date"],
    .filter-advanced-header .field .input-multi [type="datetime"],
    .filter-advanced-header .field .input-multi [type="datetime-local"] {
}
.filter-advanced-fields .field .input-multi [type="date"]::-webkit-calendar-picker-indicator,
      .filter-advanced-fields .field .input-multi [type="date"]::-webkit-inner-spin-button,
      .filter-advanced-fields .field .input-multi [type="date"]::-webkit-clear-button,
      .filter-advanced-fields .field .input-multi [type="datetime"]::-webkit-calendar-picker-indicator,
      .filter-advanced-fields .field .input-multi [type="datetime"]::-webkit-inner-spin-button,
      .filter-advanced-fields .field .input-multi [type="datetime"]::-webkit-clear-button,
      .filter-advanced-fields .field .input-multi [type="datetime-local"]::-webkit-calendar-picker-indicator,
      .filter-advanced-fields .field .input-multi [type="datetime-local"]::-webkit-inner-spin-button,
      .filter-advanced-fields .field .input-multi [type="datetime-local"]::-webkit-clear-button,
      .filter-advanced-header .field .input-multi [type="date"]::-webkit-calendar-picker-indicator,
      .filter-advanced-header .field .input-multi [type="date"]::-webkit-inner-spin-button,
      .filter-advanced-header .field .input-multi [type="date"]::-webkit-clear-button,
      .filter-advanced-header .field .input-multi [type="datetime"]::-webkit-calendar-picker-indicator,
      .filter-advanced-header .field .input-multi [type="datetime"]::-webkit-inner-spin-button,
      .filter-advanced-header .field .input-multi [type="datetime"]::-webkit-clear-button,
      .filter-advanced-header .field .input-multi [type="datetime-local"]::-webkit-calendar-picker-indicator,
      .filter-advanced-header .field .input-multi [type="datetime-local"]::-webkit-inner-spin-button,
      .filter-advanced-header .field .input-multi [type="datetime-local"]::-webkit-clear-button {
  display: none;
}
.filter-advanced-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -16px;
  margin-right: -1rem;
  margin-right: -16px;
  margin-right: -1rem;
  margin-left: -16px;
  margin-left: -1rem;
  margin-left: -16px;
  margin-left: -1rem;
  padding: 0 20px;
  padding: 0 1.25rem
}
.filter-advanced-fields .field {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  padding-right: 16px;
  padding-right: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  margin: 0;
  /* Overrides flex behaviour and makes field fullwidth */
}
.filter-advanced-fields .field.fullwidth {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
.partnerCheckBox {
  list-style: none;
}
.filter-advanced-fields .field .title {
  left: 36px;
  left: 2.25rem;
}
.filter-advanced-fields .field input,
    .filter-advanced-fields .field select {
  width: 100%;
  max-width: 100%;
}
.filter-advanced-fields .field input[type="checkbox"],
    .filter-advanced-fields .field input[type="radio"] {
  min-width: auto;
  width: auto;
  max-width: none;
}
.filter-advanced-fields .field.autocompleter input {
  min-width: auto;
  width: auto;
  max-width: none;
}
.filter-advanced-fields .field.autocompleter input.choices__input--cloned {
  max-width: 100%;
}
.filter-advanced-fields .field .input-multi .input {
  min-width: 60px;
  max-width: none;
  /* Chrome needs some absolute width otherwise the date inputs overflow */
  width: 20px;
}
.filter-advanced-fields .field.autocompleter {
  min-width: 50%;
}
.filter-input-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative
}
.filter-input-wrapper .filter-input {
  padding-right: 60px;
  padding-right: 3.75rem;
}
.filter-input-wrapper .choices {
  margin-bottom: 0;
  width: 100%;
}
.filter-input-wrapper .choices__inner {
  padding-right: 60px;
  padding-right: 3.75rem;
}
.filter-input-wrapper > select {
  visibility: hidden;
}
.filter-input-wrapper .filter-submit {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  margin-bottom: 0;
  background: transparent;
  color: rgb(113, 113, 113);
  -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.filter-input-wrapper .filter-submit .fa {
  margin-right: 0;
}
.filter-input-wrapper .filter-submit:hover,
    .filter-input-wrapper .filter-submit:focus {
  background: transparent;
  color: rgb(57, 57, 57);
}
.filter-advanced-buttons {
  padding: 20px 20px 56px 20px;
  padding: 1.25rem 1.25rem 3.5rem 1.25rem
}
.filter-advanced-buttons button,
  .filter-advanced-buttons [type="submit"] {
  margin-right: 16px;
  margin-right: 1rem;
  width: 100%;
}
.filter-advanced-buttons button:last-child, .filter-advanced-buttons [type="submit"]:last-child {
  margin-right: 0;
}
@media (min-width: 480px) {
  .filter-advanced-buttons {
    padding: 1.25rem
  }
  .filter-advanced-buttons button,
    .filter-advanced-buttons [type="submit"] {
    margin-bottom: 0;
    width: auto;
  }
  .filter-advanced {
    /* Special handling for fieldset e.g. the multi-input fields */

    /* Prevent underlap of toggle on the buttons */
  }
  .filter-advanced fieldset.field {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .filter-advanced fieldset.field.field-multi-date {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .filter-advanced.accordion-open {
}
  .filter-advanced.accordion-open .accordion-toggle {
    width: calc(100% - 315px);
  }

  .filter-advanced-fields,
  .filter-advanced-header {
  }

  .filter-advanced-fields .field, .filter-advanced-header .field {
}

  .filter-advanced-fields .field .input-multi [type="date"],
      .filter-advanced-fields .field .input-multi [type="datetime"],
      .filter-advanced-fields .field .input-multi [type="datetime-local"],
      .filter-advanced-header .field .input-multi [type="date"],
      .filter-advanced-header .field .input-multi [type="datetime"],
      .filter-advanced-header .field .input-multi [type="datetime-local"] {
}

  .filter-advanced-fields .field .input-multi [type="date"]::-webkit-calendar-picker-indicator,
        .filter-advanced-fields .field .input-multi [type="date"]::-webkit-inner-spin-button,
        .filter-advanced-fields .field .input-multi [type="date"]::-webkit-clear-button,
        .filter-advanced-fields .field .input-multi [type="datetime"]::-webkit-calendar-picker-indicator,
        .filter-advanced-fields .field .input-multi [type="datetime"]::-webkit-inner-spin-button,
        .filter-advanced-fields .field .input-multi [type="datetime"]::-webkit-clear-button,
        .filter-advanced-fields .field .input-multi [type="datetime-local"]::-webkit-calendar-picker-indicator,
        .filter-advanced-fields .field .input-multi [type="datetime-local"]::-webkit-inner-spin-button,
        .filter-advanced-fields .field .input-multi [type="datetime-local"]::-webkit-clear-button,
        .filter-advanced-header .field .input-multi [type="date"]::-webkit-calendar-picker-indicator,
        .filter-advanced-header .field .input-multi [type="date"]::-webkit-inner-spin-button,
        .filter-advanced-header .field .input-multi [type="date"]::-webkit-clear-button,
        .filter-advanced-header .field .input-multi [type="datetime"]::-webkit-calendar-picker-indicator,
        .filter-advanced-header .field .input-multi [type="datetime"]::-webkit-inner-spin-button,
        .filter-advanced-header .field .input-multi [type="datetime"]::-webkit-clear-button,
        .filter-advanced-header .field .input-multi [type="datetime-local"]::-webkit-calendar-picker-indicator,
        .filter-advanced-header .field .input-multi [type="datetime-local"]::-webkit-inner-spin-button,
        .filter-advanced-header .field .input-multi [type="datetime-local"]::-webkit-clear-button {
    display: block;
  }

  .filter-advanced-fields {
  }

  .filter-advanced-fields .field {
}

  .filter-advanced-fields .field.autocompleter {
    min-width: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    /* Override to target IE who interprets this wrong */
    -ms-flex-preferred-size: auto;
  }
}
@media (min-width: 768px) {
  .filter-advanced-fields {
  }
  .filter-advanced-fields.grid {
}
  .filter-advanced-fields.grid .field {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .filter-advanced-fields.grid .field.field-multi-date {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1282px) {
  .filter-advanced-fields.grid {
  }
  .filter-advanced-fields.grid .field {
    -webkit-flex-basis: 33.3333333%;
        -ms-flex-preferred-size: 33.3333333%;
            flex-basis: 33.3333333%;
    max-width: 33.3333333%;
    /* Remove definitions for autocompleter fields */
    min-width: 150px;
  }
}
/**
 * Style definitions for extended form elements like multi input
 */
.input-multi {

}
.input-multi-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start
}
.input-multi-list .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  -ms-flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  position: relative;
  /* Let flex handle the width as some browsers seem to have issues with auto */
  width: 1px;
}
.input-multi-list .input input {
  border-left-width: 0;
  border-right-width: 0;
}
.input-multi-list .input:first-child {
}
.input-multi-list .input:first-child input {
  border-left-width: 1px;
}
.input-multi-list .input:first-child .input-multi-label {
  display: none;
}
.input-multi-list .input:last-child {
}
.input-multi-list .input:last-child input {
  border-right-width: 1px;
}
.input-multi-list input,
  .input-multi-list select {
  width: 100%;
  min-width: 1px;
}
.input-multi-list .input-multi-label {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  left: -1.25rem;
  width: 40px;
  width: 2.5rem;
  height: auto;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgb(149, 149, 149);
  line-height: 1;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 768px) {
  .input-multi-list {
  }
  .input-multi-list .input:first-child {
}
  .input-multi-list .input:first-child .input-multi-label {
    display: block;
    left: 0.125rem;
  }
  .input-multi-list .input:first-child .input-multi-label + input {
    padding-left: 2.75rem;
  }
}
/**
 * CSS definitions for select dependency
 */
.dependency-first-level,
.dependency-second-level {
  display: inline-block;

}
.dependency-second-level {
  /*& option {
    display: none;
  }
  & .dependency-show {
    display: block;
  }*/
}
.dependency-desktop-first-level,
.dependency-desktop-second-level {
  display: none;
  list-style: none;
}
.dependency-desktop-second-level {
}
.dependency-desktop-second-level li {
  /*display: none;*/
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  opacity: 0;
}
.dependency-desktop-second-level .dependency-show {
  /*display: block;*/
  position: relative;
  overflow: auto;
  height: auto;
  width: auto;
  opacity: 1;
}
.dependency-display-level {
  /*display: none;*/
  margin-top: 12px;
  margin-top: 0.75rem;

  position: absolute;
  overflow: hidden;
  /*clip: rect(0 0 0 0);*/
  height: 1px;
  width: 1px;
  opacity: 0
}
.dependency-display-level.dependency-show {
  /*display: block;*/
  position: relative;
  overflow: auto;
  height: auto;
  width: auto;
  opacity: 1;
}
@media (min-width: 768px) {
  .dependency-first-level,
  .dependency-second-level {
    display: none;
  }

  .dependency-desktop-first-level,
  .dependency-desktop-second-level {
    display: block;
  }
}
/**
 * CSS definitions for the language and login fullpage overlay
 */
.dependency-fullpage {
}
.dependency-fullpage h6 {
  opacity: 0.4;
  display: block;
  margin: 32px 20px 12px 20px;
  margin: 2rem 1.25rem 0.75rem 1.25rem;
}
.dependency-fullpage .dependency-level-hidden {
  display: none !important;
}
.dependency-fullpage .dependency-desktop-first-level,
  .dependency-fullpage .row > div:first-child,
  .dependency-fullpage .dependency-level-hidden + div > .dependency-desktop-second-level {
  margin-top: 0;
}
.dependency-fullpage .dependency-desktop-first-level li, .dependency-fullpage .row > div:first-child li, .dependency-fullpage .dependency-level-hidden + div > .dependency-desktop-second-level li {
  opacity: 0.6;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.dependency-fullpage .dependency-desktop-first-level li a, .dependency-fullpage .row > div:first-child li a, .dependency-fullpage .dependency-level-hidden + div > .dependency-desktop-second-level li a {
  font-family: var(--theme-font-family-condensed);
  padding: 12px 0;
  padding: 0.75rem 0;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  visibility: inherit;
  font-weight: normal;
  color: rgb(78, 78, 78);
}
.dependency-fullpage .dependency-desktop-first-level li span, .dependency-fullpage .row > div:first-child li span, .dependency-fullpage .dependency-level-hidden + div > .dependency-desktop-second-level li span {
  position: relative;
  display: block;
  padding-right: 10px;
}
.dependency-fullpage .dependency-desktop-first-level li.dependency-active,
      .dependency-fullpage .dependency-desktop-first-level li:hover,
      .dependency-fullpage .row > div:first-child li.dependency-active,
      .dependency-fullpage .row > div:first-child li:hover,
      .dependency-fullpage .dependency-level-hidden + div > .dependency-desktop-second-level li.dependency-active,
      .dependency-fullpage .dependency-level-hidden + div > .dependency-desktop-second-level li:hover {
  opacity: 1;
}
.dependency-fullpage .dependency-desktop-second-level {
  margin-top: 12px;
  margin-top: 0.75rem;
}
.dependency-fullpage .dependency-desktop-second-level li {
  margin: 0;
  opacity: 0;
  -webkit-transform: translateX(3%);
      -ms-transform: translateX(3%);
          transform: translateX(3%);
  -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.dependency-fullpage .dependency-desktop-second-level li.dependency-show {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.dependency-fullpage .dependency-desktop-second-level li a {
  padding: 6px 0;
  padding: 0.375rem 0;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  visibility: inherit;
  color: rgb(78, 78, 78);
}
.dependency-fullpage .dependency-desktop-second-level li span {
  position: relative;
  display: block;
  padding-right: 10px;
}
.dependency-fullpage .dependency-desktop-second-level li.dependency-active {
  opacity: 1 !important;
}
.dependency-fullpage .dependency-desktop-second-level li.dependency-active a {
  color: rgb(222, 57, 25);
}
.dependency-fullpage .dependency-desktop-second-level:hover {
}
.dependency-fullpage .dependency-desktop-second-level:hover li {
  opacity: 0.6;
}
.dependency-fullpage .dependency-desktop-second-level:hover li:hover {
  opacity: 1;
}
.dependency-fullpage .dependency-desktop-first-level,
  .dependency-fullpage .dependency-desktop-second-level {
  margin: 0 20px 32px 20px;
  margin: 0 1.25rem 2rem 1.25rem;
}
.dependency-fullpage .dependency-desktop-first-level li, .dependency-fullpage .dependency-desktop-second-level li {
}
.dependency-fullpage .dependency-desktop-first-level li a, .dependency-fullpage .dependency-desktop-second-level li a {
  cursor: pointer;
}
.dependency-fullpage .dependency-desktop-first-level li.dependency-active, .dependency-fullpage .dependency-desktop-second-level li.dependency-active {
}
.dependency-fullpage .dependency-desktop-first-level li.dependency-active span, .dependency-fullpage .dependency-desktop-second-level li.dependency-active span {
}
.dependency-fullpage .dependency-desktop-first-level li.dependency-active span:before, .dependency-fullpage .dependency-desktop-second-level li.dependency-active span:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  margin-top: -2px;
  margin-right: 2px;
  left: auto;
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid rgb(222, 57, 25);
  border-width: 1px 1px 0 0;
}
.dependency-fullpage .dependency-display-level {
  margin: 0 20px 32px 20px;
  margin: 0 1.25rem 2rem 1.25rem;
  opacity: 0;
  -webkit-transform: translateX(3%);
      -ms-transform: translateX(3%);
          transform: translateX(3%);
  -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.dependency-fullpage .dependency-display-level.dependency-show {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.dependency-fullpage .dependency-display-level li {
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.dependency-fullpage .dependency-display-level li a {
  font-weight: bold;
}
.dependency-fullpage .dependency-display-level li.dependency-active {
  color: rgb(222, 57, 25);
}
.dependency-fullpage .dependency-display-level:hover {
}
.dependency-fullpage .dependency-display-level:hover li {
  opacity: 0.6;
}
.dependency-fullpage .dependency-display-level:hover li.dependency-active,
        .dependency-fullpage .dependency-display-level:hover li:hover {
  opacity: 1;
}
.dependency-fullpage .dependency-display-level .btn-primary,
    .dependency-fullpage .dependency-display-level .btn-secondary {
  color: rgb(0, 44, 95);
  border-color: rgb(0, 44, 95);
  /* Only needed for demonstration because of close trigger */
  right: auto;
}
.dependency-fullpage .dependency-display-level .btn-primary:before,
      .dependency-fullpage .dependency-display-level .btn-primary:after,
      .dependency-fullpage .dependency-display-level .btn-secondary:before,
      .dependency-fullpage .dependency-display-level .btn-secondary:after {
  background: rgb(0, 44, 95);
  z-index: -1;
}
.dependency-fullpage .dependency-display-level .btn-primary:hover, .dependency-fullpage .dependency-display-level .btn-secondary:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 1);
}
.dependency-fullpage select {
  width: 100%;
  padding: 0.500em 2.250em 0.500em 1.000em;
}
.dependency-fullpage select option {
  padding: 0.500em 1.250em;
}
.dependency-fullpage .column_3 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
/*@media (--media-xs-min) {
  .dependency-fullpage,
  .login-fullpage,
  .language-fullpage {

    & .column_3,
    & .column_4 {
      flex-basis: 50%;
      max-width: 50%;
    }
  }
}*/
@media (min-width: 768px) {

  .dependency-fullpage {
  }

  .dependency-fullpage .column_3,
    .dependency-fullpage .column_4 {
    border-right: 1px solid #dcdcdc;
  }

  .dependency-fullpage .column_3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }

  .dependency-fullpage .column_4 {
    -webkit-flex-basis: 33.333333%;
        -ms-flex-preferred-size: 33.333333%;
            flex-basis: 33.333333%;
    max-width: 33.333333%;
  }

  .dependency-fullpage .dependency-desktop-second-level,
    .dependency-fullpage .dependency-display-level {
    margin-top: 1.375rem;
  }
}
@media (min-width: 1024px) {
  .dependency-fullpage {

  }
  .dependency-fullpage h6 {
    margin: 2rem 2rem 0.75rem 3rem;
  }
  .dependency-fullpage .dependency-desktop-first-level,
    .dependency-fullpage .dependency-desktop-second-level,
    .dependency-fullpage .dependency-display-level {
    margin: 0 2rem 2rem 3rem;
  }
  .dependency-fullpage .dependency-desktop-second-level,
    .dependency-fullpage .dependency-display-level {
    margin-top: 1.375rem;
  }
}
/**
 * CSS definitions specific for the language overlay
 * Also see the definitions in _dependency-fullpage.css
 */
.language-fullpage {
}
.language-fullpage .dependency-display-level {
  list-style: none;
}
.language-fullpage .dependency-display-level li {
  margin: 0;
}
.language-fullpage .dependency-display-level li a {
  padding: 12px 0;
  padding: 0.75rem 0;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  visibility: inherit;
  color: rgb(78, 78, 78);
}
.language-fullpage .dependency-display-level li span {
  position: relative;
}
.language-fullpage .dependency-display-level li.dependency-active {
}
.language-fullpage .dependency-display-level li.dependency-active a {
  color: rgb(222, 57, 25);
}
@media (min-width: 768px) {

  .language-fullpage {
  }

  .language-fullpage .dependency-display-level {
}

  .language-fullpage .dependency-display-level li a {
    padding: 0.375rem 0;
  }
}
/**
 * CSS definitions specific for the login overlay
 * Also see the definitions in _dependency-fullpage.css
 */
.login-fullpage {
}
.login-fullpage .dependency-display-level {
}
.login-fullpage .dependency-display-level p {
  font-size: 14px;
  font-size: 0.875rem;
}
.login-fullpage .dependency-display-level.dependency-show {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
.dependency-display-level .chapter_title {
  margin-top: 32px;
  margin-top: 2rem;
}
.dependency-display-level > .chapter_title:first-child {
  margin-top: 0;
}
.login-inner .container .login-current-service .row {
  padding: 0 20px 20px;
  margin-bottom: 20px
}
.login-inner .container .login-current-service .row ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
.login-inner .container .login-current-service .row li {
  margin-bottom: 0;
}
.login-inner .container .login-current-service .row a {
  padding: 3.2px 0;
  padding: 0.2rem 0;
  font-size: 16px;
  font-size: 1rem;
}
.login-inner .container .login-current-service .row p {
  margin-top: 0;
}
.login-inner .container .login-current-service hr {
  margin: 9.6px 0;
  margin: 0.6rem 0;
}
@media (min-width: 1024px) {
  .dependency-display-level .chapter_title {
    margin-top: 4rem;
  }
  .login-current-service {
    display: none;
  }
}
/* SIX Modal / Lightbox */
.modal_base {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9001;
}
.modal_outer {
  background-color: transparent;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
  visibility: visible;
  display: block;
}
.modal_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  left: 30px;
  position: absolute;
  top: 10px;
}
.modal_close {
  cursor: pointer;
  height: 40px;
  left: auto;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 45px;
}
.modal_close {
 color: rgb(220, 220, 220);
 font-size: 31px;
 line-height: 41px;
 text-align: center;
}
.modal_close:hover {
 color: #fff;
}
.modal_invert ~ .modal_close:hover {
  color: var(--theme-table-border-color);
}
.modal_inner {
  border-radius: 3px;
  left: 50%;
  padding: 62px 30px 30px 30px;
  position: absolute;
  text-align: left;
  visibility: visible;
  box-sizing: content-box;
}
.modal_inner.modal_invert {
  background-color: #fff;
}
.modal_content {
  background: #fff;
  padding: 10px;
  position: relative;
  overflow: auto;
}
.modal_content,
.modal_inner iframe {
  display: block;
}
.modal_description {
  color: #A2A39F;
  font-size: 12px;
  padding-top: 20px;
  text-align: center;
}
.modal_next,
.modal_prev {
  background-color: #222;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 16px;
  font-size: 1rem;
  height: 48px;
  left: 40px;
  line-height: 47px;
  margin: -20px 0 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 48px;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.modal_next i {
  margin-left: 1px;
}
.modal_next:hover,
.modal_prev:hover {
  background-color: #000000;
  background-color: rgba(0, 0, 0, .75);
}
.modal_next {
  left: auto;
  right: 40px;
}
.modal_inner:hover .modal_next,
.modal_inner:hover .modal_prev {
  display: block;
}
.modal_section {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .modal_section {
    margin: 25px 20px;
  }
}
/**
 * Style definitions for the utility components:
 * - structured-output
 */
.structured-output {

  background-color: rgb(248, 248, 248);
  padding: 16px 24px;
  padding: 1rem 1.5rem
}
.structured-output .structured-output-block {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.structured-output code {
  display: block;
  width: 100%;
  border-radius: 0;
}
.structured-output .button-list {
  text-align: right;
}
.section > section,
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -8px;
  margin-right: -0.5rem;
  margin-right: -8px;
  margin-left: -8px;
  margin-left: -0.5rem;
  margin-left: -8px;
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.column.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.column,
.column_1,
.column_2,
.column_3,
.column_4,
.column_5,
.column_6,
.column_7,
.column_8,
.column_9,
.column_10,
.column_11,
.column_12 {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 8px;
  padding-right: 0.5rem;
  padding-right: 8px;
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-left: 8px;
  position: relative;
}
.column_3,
.column_4,
.column_5,
.column_6,
.column_7,
.column_8,
.column_9,
.column_10,
.column_11,
.column_12 {
  word-break: break-word;
}
.column {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  max-width: 100%;
}
.column_1,
.column_2 {
  -webkit-flex-basis: 33.33333333%;
      -ms-flex-preferred-size: 33.33333333%;
          flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.column_3 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
.column_4,
.column_5,
.column_6,
.column_7,
.column_8,
.column_9,
.column_10,
.column_11,
.column_12 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .section > section,
  .container {
    width: 100%;
    max-width: 46rem;
    max-width: 768px;
  }

  .column,
  .column_1,
  .column_2,
  .column_3,
  .column_4,
  .column_5,
  .column_6,
  .column_7,
  .column_8,
  .column_9,
  .column_10,
  .column_11,
  .column_12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-right: 8px;
    padding-left: 0.5rem;
    padding-left: 8px;
  }

  .column {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    max-width: 100%;
  }

  .column_1 {
    -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .column_2 {
    -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
    width: 16.66666667%;
  }

  .column_3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }

  .column_4 {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .section .column_3,
  .section .column_4 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }

  .column_5 {
    -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .column_6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }

  .column_7 {
    -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .column_8 {
    -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .column_9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }

  .column_10 {
    -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .column_11 {
    -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .column_12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }

}
@media (min-width: 1024px) {
  .section > section,
  .container {
    width: 100%;
    max-width: 61rem;
    max-width: 1024px;
  }

  .column,
  .column_1,
  .column_2,
  .column_3,
  .column_4,
  .column_5,
  .column_6,
  .column_7,
  .column_8,
  .column_9,
  .column_10,
  .column_11,
  .column_12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-right: 8px;
    padding-left: 0.5rem;
    padding-left: 8px;
  }

  .column {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    max-width: 100%;
  }

  .column_1 {
    -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .column_2 {
    -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .column_3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }

  .section .column_3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }

  .column_4 {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .column_5 {
    -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .column_6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }

  .column_7 {
    -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .column_8 {
    -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .column_9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }

  .column_10 {
    -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .column_11 {
    -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .column_12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }

}
@media (min-width: 1282px) {
  .section > section,
  .container {
    width: 100%;
    max-width: 71rem;
    max-width: 1282px;
  }

  .column,
  .column_1,
  .column_2,
  .column_3,
  .column_4,
  .column_5,
  .column_6,
  .column_7,
  .column_8,
  .column_9,
  .column_10,
  .column_11,
  .column_12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-right: 8px;
    padding-left: 0.5rem;
    padding-left: 8px;
  }

  .column {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    max-width: 100%;
  }

  .column_1 {
    -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .column_2 {
    -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .column_3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }

  .column_4 {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .column_5 {
    -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .column_6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }

  .column_7 {
    -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .column_8 {
    -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .column_9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }

  .column_10 {
    -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .column_11 {
    -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .column_12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }

}
/* from detail-decorator.css */
.row.separator {

}
.row.separator [class^="column_"] {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.row.separator [class^="column_"] .textimage:last-child {
  margin-bottom: 0;
}
.row.separator [class^="column_"]:last-child {
  margin-bottom: 0;
}
.row.separator [class^="column_"]:after {
  content: "";
  position: absolute;
  height: 1px;
  background: rgb(220, 220, 220);
  bottom: 0;
  left: 8px;
  right: 8px;
}
@media (min-width: 768px) {
  .row.separator [class^="column_"] {
}
  .row.separator [class^="column_"] {
    margin-bottom: 0;
  }
}
/* from _teaser-list-box.css */
/* TODO: remove? */
@media (min-width: 480px) {
  .section .column_4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .section .column_4:nth-child(3n) {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  /* Fix calculation issues on Safari */
  .section .column_4 {
    width: 30%;
  }

  .section .column_4:nth-child(3n) {
    -webkit-flex-basis: 33.3333333%;
        -ms-flex-preferred-size: 33.3333333%;
            flex-basis: 33.3333333%;
    max-width: 33.3333333%;
  }
}
.row_start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: start;
}
.row_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.row_end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: end;
}
.row_top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.row_middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.row_bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.row_around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.row_between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.column_first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.column_last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
/*
 * CCS Style for the dependencies between the corporate and explore fullpage
 * definitions
 */
.explore-menu-open {
}
.explore-menu-open .explore-fullpage {
  z-index: 1044;
}
.language-menu-open {
}
.language-menu-open .language-fullpage {
  z-index: 1044;
}
.login-menu-open {
}
.login-menu-open .login-fullpage {
  z-index: 1044;
}
.explore-fullpage,
.language-fullpage,
.login-fullpage {
  position: absolute;
  top: 65px;
  top: 4.0625rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1049;
  overflow: hidden;
  visibility: hidden;
  background-color: transparent;
  -webkit-transition: background .3s, visibility 0s .3s;
  transition: background .3s, visibility 0s .3s;
  -webkit-overflow-scrolling: touch;
}
.explore-fullpage {
}
.explore-fullpage img[src] {
  visibility: hidden;
}
.explore-menu-open .explore-fullpage {
  -webkit-transition: background .3s, visibility 0s 0s, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background .3s, visibility 0s 0s, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .3s, visibility 0s 0s;
  transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .3s, visibility 0s 0s, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: visible;
  background-color: rgb(0, 44, 95);
  overflow-y: auto;
}
.explore-menu-open .explore-fullpage img[src] {
  visibility: visible;
}
.explore-fullpage .explore-inner {
  width: 100%;
}
.explore-fullpage .explore-top,
  .explore-fullpage .explore-bottom {
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity .1s 0s;
  transition: opacity .1s 0s;
}
.explore-menu-open .explore-fullpage .explore-top, .explore-menu-open .explore-fullpage .explore-bottom {
  -webkit-transition: opacity .5s 0.35s;
  transition: opacity .5s 0.35s;
  opacity: 1;
}
.explore-fullpage .explore-bottom {
}
.explore-menu-open .explore-fullpage .explore-bottom {
  -webkit-transition: opacity .8s 0.45s;
  transition: opacity .8s 0.45s;
}
.explore-effect {
  position: absolute;
  top: 32px;
  top: 2rem;
  right: 29.6px;
  right: 1.85rem;
  display: none
}
.explore-effect:before {
  content: '';
  visibility: visible;
  position: absolute;
  display: block;
  height: 400vw;
  width: 400vw;
  height: 270vmax;
  width: 270vmax;
  top: 50%;
  left: 50%;
  z-index: 1;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  opacity: 1;
  background-color: rgb(0, 44, 95);
  -webkit-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s;
  transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s;
}
.explore-menu-open,
.language-menu-open,
.login-menu-open {
}
.explore-menu-open .explore-effect:before, .language-menu-open .explore-effect:before, .login-menu-open .explore-effect:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  visibility: visible;
  -webkit-transition: all .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s .5s;
  transition: all .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s .5s;
}
.language-fullpage {
}
.language-menu-open .language-fullpage {
  -webkit-transition: background .3s, visibility 0s 0s;
  transition: background .3s, visibility 0s 0s;
  visibility: visible;
  background-color: rgb(255, 255, 255);
  overflow-y: auto;
}
.language-fullpage .language-inner {
  opacity: 0;
  -webkit-transition: opacity .1s 0s;
  transition: opacity .1s 0s;
}
.language-menu-open .language-fullpage .language-inner {
  -webkit-transition: opacity .5s 0.35s;
  transition: opacity .5s 0.35s;
  opacity: 1;
}
.login-fullpage {
}
.login-menu-open .login-fullpage {
  -webkit-transition: background .3s, visibility 0s 0s;
  transition: background .3s, visibility 0s 0s;
  visibility: visible;
  background-color: rgb(255, 255, 255);
  overflow-y: auto;
}
.login-fullpage .login-inner {
  opacity: 0;
  -webkit-transition: opacity .1s 0s;
  transition: opacity .1s 0s;
}
.login-menu-open .login-fullpage .login-inner {
  -webkit-transition: opacity .5s 0.35s;
  transition: opacity .5s 0.35s;
  opacity: 1;
}
@media (min-width: 1024px) {
  .explore-fullpage,
  .language-fullpage,
  .login-fullpage {
    position: fixed;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .explore-fullpage {
  }
  .explore-fullpage .explore-top,
    .explore-fullpage .explore-bottom {
    position: relative;
  }
}
.home-page {
}
.home-page .section {
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .home-page .section {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .home-page .section {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .home-page .section {
    margin-bottom: 50px;
  }
}
/* TODO: remove?
[class^="column_"] > * + *,
.section section > * + * {
  margin-top: 2.25rem;
}
 */
/* TODO: remove? */
@media (min-width: 1024px) {
  .refsearch-page .container {
    padding-left: 135px;
  }
}
.search-input-detail {
  font-family: var(--theme-font-family-condensed);
}
.search-input-detail .search-config {
  display: block;
}
.search-input-detail .search-input {
  border: 1px solid rgb(220, 220, 220);
  border-right: 0;
  height: 44px;
  padding-left: 15px;
}
.search-input-detail .search-input:active,
    .search-input-detail .search-input:focus {
  border-color: rgb(198, 198, 198);
}
.search-input-detail .search-input-wrapper {
  width: 100%;
}
.search-results-header {
  margin-top: 40px;
}
.search-category {
  margin-top: 20px;
}
.search-category {
  white-space: nowrap;
  overflow: auto;
}
.search-division {
  margin-top: 15px;
}
.search-category {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
/* MQM Search styles */
/*
 * Currently not needed as only one entry is displayed
 *
.search-highlighted {
  & .result-item {
    opacity: 0.65;
    transition: var(--transition-default);

    &.search-top-hit,
    &:hover {
      opacity: 1;
    }
  }
}
*/
@media (max-width: 1023px) {
  .column_9 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .search-page .container {
    padding-left: 0;
    padding-right: 0;
  }
  .search-category {
    margin-top: 50px;
  }
  .search-page .search-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .search-division {
    margin-left: 30px;
    margin-top: 0;
  }
  .search-results-header {
    padding-top: 100px;
  }
}
/**
 * Style definitions for the newsboard containers
 */
.newsboard-list {
}
.newsboard-list .data-pair-list {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.newsboard-list .table-inner {
  margin: 24px 0 12px;
  margin: 1.5rem 0 0.75rem;
}
.newsboard-item {
  display: block;
  padding: 44px 0 12px;
  padding: 2.75rem 0 0.75rem
}
.newsboard-item + .newsboard-item {
  border-top: 1px solid rgb(220, 220, 220);
}
.newsboard-item.newsboard-detail-view {
  padding: 0;
}
.newsboard-message {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.newsboard-print,
.newsboard-open {
  padding: 4px 0 20px;
  padding: 0.25rem 0 1.25rem;
  text-align: right
}
.newsboard-print .btn, .newsboard-open .btn {
  margin-bottom: 0;
}
.contact-detail {
}
.contact-detail .fa-ul {
  font-size: 14px;
  font-size: 0.875rem;
  /* 14/16 */
  margin-left: 1.571em;
  /* 22/14 */
}
.contact-detail .adr,
  .contact-detail .fa-ul {
  margin-bottom: 20px;
}
.contact-teaser-item {
  background: white;
  box-shadow: -5px 0px 10px 0 rgba(0, 0, 0, .08),
                            10px 10px 20px 0 rgba(0, 0, 0, .05);
  padding: 20px;
  margin: 8px;
  margin: .5rem;
  width: 100%;
  max-width: 410px
  /* flex: 1 auto; */
}
.contact-teaser-item .chapter_title {
  margin-bottom: .8em;
}
.contact-teaser-item .fa-ul {
  font-size: 14px;
  font-size: 0.875rem;
  /* 14/16 */
  margin-left: 1.571em;
  /* 22/14 */
}
.contact-detail-form {
  background: rgb(248, 248, 248);
  padding-top: 30px;
  padding-bottom: 20px;
  /* box-shadow: var(--boxshadow-teaser-block); */
}
.contact-detail-address {
  padding-top: 30px;
  padding-bottom: 20px;
}
.contact-detail-address .fig img {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .contact-detail {
    max-width: none;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .contact-detail {
    padding-left: 135px
  }
  .contact-detail .page_title,
    .contact-detail .adr,
    .contact-detail .fa-ul {
    margin-bottom: 30px;
  }
  .contact-detail .page_title {
    margin-top: 10px;
  }
  .container .container {
    padding: 0;
  }
  .contact-detail-box {
    padding-top: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-detail-address {
    width: 33.333%;
    padding-top: 0;
    padding-right: 30px;
  }
  .contact-detail-form {
    width: 66.666%;
    /* box-shadow: none; */
    padding: 56px 8% 50px;
  }
}
@media (min-width: 1282px) {
  .contact-detail-address {
    /* padding-left: 119px; */
  }
}
.section {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
/* removes margin on sections with a background color */
.section[class*=" bg-"] {
  margin-top: 0;
  margin-bottom: 0;
}
.section.bg-white,
.section.bg-red,
.section.bg-rock,
.section.bg-light-gray,
.section.bg-clay,
.section.bg-marine {
  z-index: 2; /* make service bar pass behind colored section */
  padding: 36px 0;
  padding: 2.25rem 0;
}
@media (min-width: 1024px) {
  .section.bg-white,
  .section.bg-red,
  .section.bg-rock,
  .section.bg-light-gray,
  .section.bg-clay,
  .section.bg-marine {
    padding: 7.5rem 0;
  }
}
.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  z-index: -1;
}
/* sections added by aem should not add visible space */
.related.base.section,
.parsys.section,
.parbase.section {
  margin-top: 0;
  margin-bottom: 0;
}
.section-id {
  position: absolute;
  top: -65px;
}
@media (min-width: 1024px) {
  .section-id {
    top: -135px;
  }
}
.section-img {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#js .section section {
  visibility: hidden
}
#js .section section .accordion-content {
  visibility: inherit;
}
.cq-wcm-edit #js .section section, /* AEM author mode */
.sr-not-supported #js .section section {
  visibility: visible
}
.cq-wcm-edit #js .section section .accordion-content, .sr-not-supported #js .section section .accordion-content {
  visibility: inherit;
}
/* Section on Homepage */
.home-page .section {
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .home-page .section {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .home-page .section {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .home-page .section {
    margin-bottom: 50px;
  }
}
.product-sidebar {
  margin-top: 40px;
  margin-bottom: 40px

}
.product-sidebar h6 {
  color: rgb(184, 184, 184);
}
.product-sidebar a {
  display: inline-block;
  font-size: 0.750em;
}
.product-sidebar ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
.product-sidebar ul li {
  margin-bottom: 0;
}
.product-sidebar .product-fixed-content {
  text-align: left;
}
.product-sidebar .featured {
  background: rgb(248, 248, 248);
  font-size: 14px;
  font-size: 0.875rem;
  /* 14/16 */
  padding: 15px 20px;
  border-top: 2px solid rgb(222, 57, 25);
}
.product-sidebar-item {
  display: inline-block;
  vertical-align: top;
}
.product-sidebar-wrapper-sticky {
  -webkit-transition: .2s opacity ease;
  transition: .2s opacity ease;
}
@media (max-width: 1023px) {
  .product-sidebar {
  }
  .product-sidebar .column_2 {
    width: 100%;
    max-width: none;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .product-sidebar-item {
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (min-width: 480px) {
  .hero-header-full + .product-sidebar {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {

  .product-sidebar {
    margin: 0;
  }

  .product-sidebar-inner-sticky {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 10;
  }

  .product-sidebar .row {
    position: relative;
  }

  .product-sidebar-wrapper {
    margin-bottom: 0;
    width: 100%;
  }

  .product-sidebar-item + .product-sidebar-item {
    margin-top: 25px;
  }

  .product-sidebar-item {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-sidebar-inner-sticky {
    /* height: calc(100vh - (var(--navbar-height-desktop) + var(--division-height-desktop))); */
    overflow: auto;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
  }

  .product-sidebar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }

  .page-header + .page-content .product-sidebar-inner-sticky {
    padding-top: 60px;
  }

  .hero-header-full + .page-content .product-sidebar {
  }

  .hero-header-full + .page-content .product-sidebar .product-sidebar-inner-sticky {
    padding-top: 40px;
  }

}
@media (min-width: 1024px) {

  .detail-page .product-sidebar {
  }

  .detail-page .product-sidebar ~ .bg-red,
    .detail-page .product-sidebar ~ .bg-rock,
    .detail-page .product-sidebar ~ .bg-clay,
    .detail-page .product-sidebar ~ .bg-marine,
    .detail-page .product-sidebar ~ .bg-light-gray,
    .detail-page .product-sidebar ~ .section.parbase > [class*="bg-"] {
    /* AEM sometimes adds another div parbase :( */
  }

  .detail-page .product-sidebar ~ .bg-red:before,
      .detail-page .product-sidebar ~ .bg-red:after,
      .detail-page .product-sidebar ~ .bg-rock:before,
      .detail-page .product-sidebar ~ .bg-rock:after,
      .detail-page .product-sidebar ~ .bg-clay:before,
      .detail-page .product-sidebar ~ .bg-clay:after,
      .detail-page .product-sidebar ~ .bg-marine:before,
      .detail-page .product-sidebar ~ .bg-marine:after,
      .detail-page .product-sidebar ~ .bg-light-gray:before,
      .detail-page .product-sidebar ~ .bg-light-gray:after,
      .detail-page .product-sidebar ~ .section.parbase > [class*="bg-"]:before,
      .detail-page .product-sidebar ~ .section.parbase > [class*="bg-"]:after {
    content: '';
    width: 170px;
    /* 168 */
    height: 100px;
    pointer-events: none;
    position: absolute;
    left: 50%;
    margin-left: 335px;
  }

  .detail-page .product-sidebar ~ .bg-red:before, .detail-page .product-sidebar ~ .bg-rock:before, .detail-page .product-sidebar ~ .bg-clay:before, .detail-page .product-sidebar ~ .bg-marine:before, .detail-page .product-sidebar ~ .bg-light-gray:before, .detail-page .product-sidebar ~ .section.parbase > [class*="bg-"]:before {
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    background: linear-gradient(#ffffff, #ffffff);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    bottom: 100%;
  }

  .detail-page .product-sidebar ~ .bg-red:after, .detail-page .product-sidebar ~ .bg-rock:after, .detail-page .product-sidebar ~ .bg-clay:after, .detail-page .product-sidebar ~ .bg-marine:after, .detail-page .product-sidebar ~ .bg-light-gray:after, .detail-page .product-sidebar ~ .section.parbase > [class*="bg-"]:after {
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    background: linear-gradient(#ffffff, #ffffff);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    top: 100%;
  }

  .detail-page .product-sidebar ~ .bg-red + [class*="bg-"]:before, .detail-page .product-sidebar ~ .bg-rock + [class*="bg-"]:before, .detail-page .product-sidebar ~ .bg-clay + [class*="bg-"]:before, .detail-page .product-sidebar ~ .bg-marine + [class*="bg-"]:before, .detail-page .product-sidebar ~ .bg-light-gray + [class*="bg-"]:before, .detail-page .product-sidebar ~ .section.parbase > [class*="bg-"] + [class*="bg-"]:before {
    display: none;
  }
}
@media (min-width: 1282px) {
  .detail-page .product-sidebar {
  }
  .detail-page .product-sidebar ~ .bg-red,
    .detail-page .product-sidebar ~ .bg-rock,
    .detail-page .product-sidebar ~ .bg-clay,
    .detail-page .product-sidebar ~ .bg-marine,
    .detail-page .product-sidebar ~ .bg-light-gray,
    .detail-page .product-sidebar ~ .section.parbase > [class*="bg-"] {
}
  .detail-page .product-sidebar ~ .bg-red:before,
      .detail-page .product-sidebar ~ .bg-red:after,
      .detail-page .product-sidebar ~ .bg-rock:before,
      .detail-page .product-sidebar ~ .bg-rock:after,
      .detail-page .product-sidebar ~ .bg-clay:before,
      .detail-page .product-sidebar ~ .bg-clay:after,
      .detail-page .product-sidebar ~ .bg-marine:before,
      .detail-page .product-sidebar ~ .bg-marine:after,
      .detail-page .product-sidebar ~ .bg-light-gray:before,
      .detail-page .product-sidebar ~ .bg-light-gray:after,
      .detail-page .product-sidebar ~ .section.parbase > [class*="bg-"]:before,
      .detail-page .product-sidebar ~ .section.parbase > [class*="bg-"]:after {
    width: 213px;
    /* 211 */
    margin-left: 421px;
  }
}

.container{max-width:1024px}.container-medium{max-width:840px}.page{padding-top:2rem;padding-bottom:2rem}.table-wrapper{overflow-y:hidden}@media only screen and (min-width: 875px){#filter-AcquirerReferenceNumber{width:250px}#filter-partnerName{width:400px}#filter-ReferenceNumber{width:350px}}.attention-bar{min-height:38px;position:relative;padding-right:1rem;margin-bottom:.5rem;font-size:.875rem;background:#f8f8f8;border-left-style:solid;border-left-width:4px;border-left-color:var(--theme-color-error)}.attention-bar__icon{padding-left:12px}.attention-bar__text{padding-left:12px}.svgCrossAttention{stroke:var(--theme-color-error)}.close-button-image{cursor:pointer;border:none;padding-top:.5rem;background-color:#f8f8f8}.attention-bar-content{display:flex;flex-direction:row;justify-content:space-between}.extra-padding{padding-top:4px}.attention-bar-content-leftPart{display:flex;align-items:center}.attention-icon-image{vertical-align:middle;margin-left:9px;height:28px;width:28px}.attention-tooltip{display:inline-block;padding:0rem;max-width:300px}.attention-tooltip p{font-size:.875rem}.attention-tooltip-button{height:28px;width:28px;margin-left:.3rem;border:0;padding:0;background-color:rgba(0,0,0,0)}.attention-icon-image-dashboard{vertical-align:middle;height:28px;width:28px}.float-right{float:right}.badge{display:inline-block;padding:5px;border-radius:50%;background-color:var(--theme-color-positive)}.badge__label{margin-left:1rem}.badge--large{padding:7px}.badge--red{background-color:var(--theme-color-error)}.badge--yellow{background-color:var(--theme-color-alert)}.badge--grey{background-color:#b8b8b8}.badge--error{background-color:var(--theme-color-error)}.badge--alert{background-color:var(--theme-color-alert)}.badge--disable{background-color:#b8b8b8}.breadcrumbs-arrows{display:flex;margin:0;padding-left:1rem;list-style:none;flex-wrap:wrap}@media only screen and (min-width: 768px){.breadcrumbs-arrows{margin:0;overflow-x:auto;flex-wrap:nowrap}}.breadcrumbs-arrows-item{margin:0;padding-right:.5rem;color:#393939;font-weight:400;font-family:var(--theme-font-family-condensed);white-space:nowrap}@media only screen and (max-width: 767px){.breadcrumbs-arrows-item{margin-top:1rem}}.breadcrumbs-arrows-item+.breadcrumbs-arrows-item:before{content:"\CD";display:inline-block;padding-right:.5rem;font-size:.5rem;color:#393939;font-family:"SIX-Pictogram"}.breadcrumbs-arrows-link{font-weight:400;color:inherit}@media only screen and (min-width: 768px){.breadcrumbs-outer{flex:1;overflow:hidden}}.cursor-pointer{cursor:pointer}.normal-text{font-weight:normal}.btn,.button-submit-enabled{background-color:var(--theme-primary-color, black)}.btn-disabled,.button-submit-enabled-disabled{background-color:buttonface}.btn:active,.btn:focus,.btn:hover,.button-submit-enabled:active,.button-submit-enabled:focus,.button-submit-enabled:hover{background-color:var(--theme-secondary-color, blue)}.btn-neutral{padding:0;border:0;background-color:rgba(0,0,0,0)}.btn,.buttonlink,button[type=submit],.contact-us-form .button-submit,.create-user-form .button-submit,button[type=reset],input[type=submit],input[type=reset]{position:relative;border:1px solid rgba(0,0,0,0);border-radius:0;color:#fff;cursor:pointer;display:inline-block;font-family:var(--theme-font-family-condensed);font-size:16px;font-size:1rem;line-height:1.64;font-weight:400;padding:.5em 1.438em;text-align:center;text-decoration:none;outline:none;vertical-align:middle;-webkit-transition:background .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:background .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:none;-webkit-appearance:none}.btn:active,.btn:focus,.buttonlink:active,.buttonlink:focus,button[type=submit]:active,.contact-us-form .button-submit:active,.create-user-form .button-submit:active,button[type=submit]:focus,.contact-us-form .button-submit:focus,.create-user-form .button-submit:focus,button[type=reset]:active,button[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus,input[type=reset]:active,input[type=reset]:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;text-decoration:none;color:#fff}.btn:hover,.buttonlink:hover,button[type=submit]:hover,.contact-us-form .button-submit:hover,.create-user-form .button-submit:hover,button[type=reset]:hover,input[type=submit]:hover,input[type=reset]:hover{text-decoration:none;color:#fff}.btn:active,.buttonlink:active,button[type=submit]:active,.contact-us-form .button-submit:active,.create-user-form .button-submit:active,button[type=reset]:active,input[type=submit]:active,input[type=reset]:active{-webkit-transform:scale(0.98);-ms-transform:scale(0.98);transform:scale(0.98)}.btn.btn-compact,.buttonlink.btn-compact,button[type=submit].btn-compact,.contact-us-form .btn-compact.button-submit,.create-user-form .btn-compact.button-submit,button[type=reset].btn-compact,input[type=submit].btn-compact,input[type=reset].btn-compact{font-size:14px;font-size:.875rem;padding:.357em 1.286em}.btn.btn-link,.buttonlink.btn-link,button[type=submit].btn-link,.contact-us-form .btn-link.button-submit,.create-user-form .btn-link.button-submit,button[type=reset].btn-link,input[type=submit].btn-link,input[type=reset].btn-link{border:0;display:inline-block;padding:0;background:rgba(0,0,0,0);color:#002c5f}.btn.btn-link:active,.btn.btn-link:focus,.btn.btn-link:hover,.buttonlink.btn-link:active,.buttonlink.btn-link:focus,.buttonlink.btn-link:hover,button[type=submit].btn-link:active,.contact-us-form .btn-link.button-submit:active,.create-user-form .btn-link.button-submit:active,button[type=submit].btn-link:focus,.contact-us-form .btn-link.button-submit:focus,.create-user-form .btn-link.button-submit:focus,button[type=submit].btn-link:hover,.contact-us-form .btn-link.button-submit:hover,.create-user-form .btn-link.button-submit:hover,button[type=reset].btn-link:active,button[type=reset].btn-link:focus,button[type=reset].btn-link:hover,input[type=submit].btn-link:active,input[type=submit].btn-link:focus,input[type=submit].btn-link:hover,input[type=reset].btn-link:active,input[type=reset].btn-link:focus,input[type=reset].btn-link:hover{background:rgba(0,0,0,0);color:#002856}.btn.disabled,.btn[disabled],.buttonlink.disabled,.buttonlink[disabled],button[type=submit].disabled,.contact-us-form .disabled.button-submit,.create-user-form .disabled.button-submit,button[type=submit][disabled],.contact-us-form [disabled].button-submit,.create-user-form [disabled].button-submit,button[type=reset].disabled,button[type=reset][disabled],input[type=submit].disabled,input[type=submit][disabled],input[type=reset].disabled,input[type=reset][disabled]{background-color:#f2f2f2;border:solid 1px #717171;color:#717171;opacity:.6;cursor:not-allowed}.btn.disabled:hover,.btn[disabled]:hover,.buttonlink.disabled:hover,.buttonlink[disabled]:hover,button[type=submit].disabled:hover,.contact-us-form .disabled.button-submit:hover,.create-user-form .disabled.button-submit:hover,button[type=submit][disabled]:hover,.contact-us-form [disabled].button-submit:hover,.create-user-form [disabled].button-submit:hover,button[type=reset].disabled:hover,button[type=reset][disabled]:hover,input[type=submit].disabled:hover,input[type=submit][disabled]:hover,input[type=reset].disabled:hover,input[type=reset][disabled]:hover{background-color:#f2f2f2;border:solid 1px #717171;color:#717171}.btn.disabled:hover:before,.btn.disabled:hover:after,.btn[disabled]:hover:before,.btn[disabled]:hover:after,.buttonlink.disabled:hover:before,.buttonlink.disabled:hover:after,.buttonlink[disabled]:hover:before,.buttonlink[disabled]:hover:after,button[type=submit].disabled:hover:before,.contact-us-form .disabled.button-submit:hover:before,.create-user-form .disabled.button-submit:hover:before,button[type=submit].disabled:hover:after,.contact-us-form .disabled.button-submit:hover:after,.create-user-form .disabled.button-submit:hover:after,button[type=submit][disabled]:hover:before,.contact-us-form [disabled].button-submit:hover:before,.create-user-form [disabled].button-submit:hover:before,button[type=submit][disabled]:hover:after,.contact-us-form [disabled].button-submit:hover:after,.create-user-form [disabled].button-submit:hover:after,button[type=reset].disabled:hover:before,button[type=reset].disabled:hover:after,button[type=reset][disabled]:hover:before,button[type=reset][disabled]:hover:after,input[type=submit].disabled:hover:before,input[type=submit].disabled:hover:after,input[type=submit][disabled]:hover:before,input[type=submit][disabled]:hover:after,input[type=reset].disabled:hover:before,input[type=reset].disabled:hover:after,input[type=reset][disabled]:hover:before,input[type=reset][disabled]:hover:after{display:none}.btn .fa,.buttonlink .fa,button[type=submit] .fa,.contact-us-form .button-submit .fa,.create-user-form .button-submit .fa,button[type=reset] .fa{margin-right:1em}.btn .fa[class*=sp-],.buttonlink .fa[class*=sp-],button[type=submit] .fa[class*=sp-],.contact-us-form .button-submit .fa[class*=sp-],.create-user-form .button-submit .fa[class*=sp-],button[type=reset] .fa[class*=sp-]{position:relative;top:2px}.btn-icon-only{padding:.5em;min-width:48px;min-width:3rem}.btn-icon-only .btn-compact{padding:.357em}.btn-icon-only fa{margin-right:0}.page-content a.btn[target=_blank]:after,.page-content a.buttonlink[target=_blank]:after{content:none}.btn-loader-icon{display:inline-block;text-align:right;visibility:hidden;white-space:nowrap;width:0;opacity:0;-webkit-transition:width .15s .2s cubic-bezier(0.165, 0.84, 0.44, 1),opacity .2s,visibility 0s .2s;transition:width .15s .2s cubic-bezier(0.165, 0.84, 0.44, 1),opacity .2s,visibility 0s .2s}.btn-loader-icon span{width:4px;height:4px;border-radius:50%;background:#fff;-webkit-animation:ball .45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;animation:ball .45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;display:inline-block;margin:0 3px;-webkit-animation-delay:.15s;animation-delay:.15s}.btn-loader-icon span:first-child{left:-10px;-webkit-animation-delay:0s;animation-delay:0s}.btn-loader-icon span:last-child{left:10px;-webkit-animation-delay:.3s;animation-delay:.3s}.btn-loading .btn-loader-icon{visibility:visible;width:46px;opacity:1;-webkit-transition:width .15s cubic-bezier(0.165, 0.84, 0.44, 1),opacity .2s,visibility 0s 0s;transition:width .15s cubic-bezier(0.165, 0.84, 0.44, 1),opacity .2s,visibility 0s 0s}.btn+.btn,.buttonlink+.buttonlink,.pull-left+.pull-left,input[type=submit]+input[type=reset],.contact-us-form input.button-submit+input[type=reset],.create-user-form input.button-submit+input[type=reset]{margin-left:16px;margin-left:1rem}.pull-right+.pull-right{margin-left:0;margin-right:16px;margin-right:1rem}.btn-secondary,input[type=reset],button.btn-secondary,.contact-us-form .btn-secondary.button-submit,.create-user-form .btn-secondary.button-submit,input.btn-secondary{color:#8a827a;background:rgba(0,0,0,0);border:1px solid #8a827a}.btn-secondary:focus,.btn-secondary:hover,input[type=reset]:focus,input[type=reset]:hover,button.btn-secondary:focus,button.btn-secondary:hover,input.btn-secondary:focus,input.btn-secondary:hover{color:#fff;background:#8a827a}.bg-red .btn-primary{background-color:#fff;color:#4e4e4e}.card{padding:1rem 1rem}.card--small{max-width:320px}.card--contracts{padding:0rem 1rem}.create-user-form{padding:30px 5% 30px;background-color:#f8f8f8}.create-user-form table{background:rgba(0,0,0,0)}.create-user-form input[type=checkbox]+.label-text:before{width:1.3em;height:1.3em}.create-user-form input[type=checkbox]+.label-text:after{width:.4em;height:.9em}.create-user-form li{margin-bottom:.2em}.create-user-form .form-row{padding-top:1rem}.create-user-form p{font-size:.75rem;font-weight:700}.create-user-form label{font-size:.75rem;font-weight:700;display:inline-table}.create-user-form td{border-bottom:none}.create-user-form .select-all{padding-left:1em}.create-user-form .twoColumnsInput label{width:380px;display:inline-block}.create-user-form .fourColumnsInput label{width:175px;display:inline-block}.create-user-form .partnerSelections td{padding:0 0;margin-bottom:0}.create-user-form .partnerSelectionsList{list-style:none}.create-user-form .partnerSelectionsList td:first-child{width:1%;white-space:nowrap}.create-user-form .partnerSelectionsList td:last-child{width:100%}.create-user-form .saveButton{display:table-cell}.create-user-form input{font-size:.75rem}.create-user-form .wrapper-button-submit{display:flex;align-items:baseline;margin-top:20px}.create-user-form .form-error{color:#de3919;font-size:.75rem;font-weight:700}.create-user-form .submit{margin-left:15px}.create-user-form .submit-icon-success{color:var(--theme-color-positive)}.create-user-form .submit-icon-error{color:var(--theme-color-error)}.create-user-form .submit-text{margin-left:5px}.create-user-form .submit-text-success{color:var(--theme-color-positive)}.create-user-form .submit-text-error{color:var(--theme-color-error)}.create-user-form .button-submit{width:200px}.create-user-form .button-submit-disabled{background-color:buttonface}.create-user-form .loader{display:inline-block;border:1px solid #f3f3f3;border-top:1px solid #de3919;border-radius:50%;width:12px;height:12px;animation:spin 1.5s linear infinite;margin-right:5px}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.currency-controls{position:relative;top:-4rem}.currency-controls__button{position:absolute;left:1rem;padding:1rem;font-size:12px;color:#959595;cursor:pointer;transition:color .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.currency-controls__button:focus,.currency-controls__button:hover{color:#000;outline:none}.currency-controls__button--next{left:auto;right:1rem}.deletePopupButton.btn.btn-link{color:var(--theme-font-color);font-weight:700}.deletePopupButton.btn.btn-link:hover,.deletePopupButton.btn.btn-link:focus{color:var(--theme-font-hover-color)}.error-delete-user-toolbar{font-size:14px;color:#de3919;position:relative;display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background:#f8f8f8}.error-delete-user-toolbar__actions{display:flex}.deletePopup{z-index:1050;display:block;position:fixed;right:8px;width:450px;font-weight:bold;background-color:#fff;border:2px solid var(--theme-table-border-color, gray);padding:8px 8px 8px 8px}@media only screen and (min-width: 1024px){.deletePopup{right:calc((100vw - 512px)/2);top:calc((150vh - 500px)/2)}}.deletePopup--divider{width:5px;height:auto;display:inline-block}.deletePopup--button:active{outline:none}.deletePopup--button-bar{padding:5px 8px;text-align:end}.deletePopup--button{margin-left:10px;padding:5px 8px;border:none;color:#fff}.deletePopup--button--no{background-color:#a4a4a4}.deletePopup--button{background-color:var(--theme-primary-color, black)}.deletePopup--button:hover{background-color:var(--theme-secondary-color, blue)}.display-none{display:none}@media only screen and (min-width: 768px){.disputes{margin-left:-16px;padding-bottom:3rem;border-left:1px solid #dcdcdc}}.disputes__icon-wrapper{display:inline-flex;justify-content:center;align-items:center;width:50px;margin-right:1rem;vertical-align:middle}@media only screen and (min-width: 480px){.disputes__icon-wrapper{margin-right:2rem}}.disputes__action_bold{font-weight:700;color:var(--theme-color-error)}input[type=file].file-upload{position:absolute;opacity:0;left:0;top:0;bottom:0;cursor:pointer;width:100%}div.file-upload{position:absolute;border:0px;top:0;bottom:0;display:flex;align-items:center;justify-content:center;padding-left:15px;padding-right:15px;width:100%}label.file-upload{display:inline-block;position:relative;border:1px solid;min-height:100px;padding:15px 15px;width:100%}.tooltip .tooltiptext{visibility:hidden;width:120px;background-color:#000;color:#fff;text-align:center;padding:5px 0;border-radius:6px;position:absolute;z-index:1}.tooltip:hover .tooltiptext{visibility:visible}.download-menu{position:relative;height:100%;line-height:0;margin-right:0}button.download-button,.contact-us-form .download-button.button-submit,.create-user-form .download-button.button-submit,input.download-button,.download-button{border:none;color:#393939;cursor:pointer;height:100%;margin-bottom:0;padding-top:5px;padding-left:0;padding-right:0}button.download-button:hover,button.download-button:focus,input.download-button:hover,input.download-button:focus,.download-button:hover,.download-button:focus{color:#000;outline:none;background:rgba(0,0,0,0)}.download-svg-rect{fill:var(--theme-primary-color, black)}.download-svg-rect:hover,.download-svg-rect:focus{fill:var(--theme-secondary-color, blue)}.download-svg-text{font:16px var(--theme-font-family-condensed);fill:#fff}.download-content{position:absolute;right:0;z-index:2;display:none;min-width:100px;background-color:#f8f8f8;box-shadow:0 8px 16px 0 rgba(0,0,0,.2)}.download-item.download-item{width:100%;padding:0 .8rem;margin:0;text-align:left;background-color:rgba(0,0,0,0);color:#717171;white-space:nowrap}.download-item.download-item:hover,.download-item.download-item:focus,.download-item.download-item:active{color:#000;background-color:rgba(0,0,0,0)}.accordion{border-radius:0;box-shadow:2px 2px 2px 0 rgba(0,0,0,.05)}.accordion .accordion-item .title{background-color:#fff;border:0 solid #eee;border-bottom-width:1px;border-radius:0;color:#717171}.accordion .accordion-item .title:after{color:#de3919;font-size:10px}.accordion .accordion-item .panel{color:#717171;background-color:#f8f8f8;padding-left:16px}.accordion .accordion-item .faq-answers{padding:15px 15px 15px 5px;font-size:14px}.accordion .accordion-item.active .title{background-color:#fff}.combobox-div{position:relative}.combobox-input{padding-right:3em}.combobox-button{background-color:rgba(0,0,0,0);border:none;cursor:pointer;height:100%;position:absolute;right:0;top:0;width:45px}.combobox-button path{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round}.filters{display:flex;justify-content:space-between;align-items:flex-start}.filters-list{display:flex;flex-wrap:wrap;height:59px;overflow:visible}.filters-list .filter-item{display:inline-block}.filters-list .child-item{display:inline-block}.filters-list.is-open{height:auto;overflow:initial}.filters-delete-button.btn{margin-left:8px;margin-right:12px;margin-bottom:2px;color:var(--theme-font-color);font-weight:700;white-space:nowrap;transition:color .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.filters-delete-button.btn:hover,.filters-delete-button.btn:focus{color:var(--theme-font-hover-color)}.filters-control-button.btn{margin-left:12px;float:right;color:var(--theme-font-color);font-weight:700;white-space:nowrap;transition:color .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.filters-control-button.btn:hover{color:var(--theme-font-hover-color)}.filters-control-button__single.btn{margin-top:8px}.filters-control-button__double.btn{margin-top:-1px;margin-bottom:-1px}.filter-item{position:relative}.filter-item__typeahead-list{position:absolute;top:100%;left:0;right:0;z-index:100;border:1px solid #ddd;margin-top:-1px;max-height:300px;background-color:#fff;overflow:auto}.filter-item__typeahead-list__group{font-size:.875rem;font-weight:bold;padding:.5em 1.438em}.filter-item__typeahead-list__item{font-size:1rem;cursor:pointer;padding:.5em 1.438em}.filter-item__typeahead-list__item--is-selected{background-color:var(--theme-row-select-color, white)}.filter-item__typeahead-list__item--is-highlighted{background-color:var(--theme-row-hover-color, white)}.filter-item__select{width:100%}.filter-item__select:focus{border-color:#717171}.filter-item__select:disabled{cursor:default;opacity:.6}.filter-item__select:disabled:hover{border-color:#dcdcdc}.filter-invalid-value{color:#de3919}.filter-tooltip{font-size:.75rem}.react-datepicker-popper{z-index:2;width:330px;position:relative;margin-top:-101px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:120px}.react-datepicker__time-container{float:right}.filter-item-date{width:128px}.filter-item-datetime{width:180px}.filter-item-date.ms-no-clear::-ms-clear{display:none}.filter-item-datetime.ms-no-clear::-ms-clear{display:none}.filter-reservation-info-text{font-size:14px;color:#698eb3;position:relative;display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background:#f8f8f8}.filter-reservation-info-text__actions{display:flex}@media only screen and (max-width: 575px){.page-transactions .filters-list:not(.is-open) .filter-item{display:inline-block;height:auto}.page-transactions .filters-list:not(.is-open) .filter-item:nth-child(n+2){display:none}}@media only screen and (max-width: 702px){.page-transactions .filters-list:not(.is-open) .filter-item{display:inline-block;height:auto}.page-transactions .filters-list:not(.is-open) .filter-item:nth-child(n+3){display:none}}@media only screen and (max-width: 920px){.page-transactions .filters-list:not(.is-open) .filter-item{display:inline-block;height:auto}.page-transactions .filters-list:not(.is-open) .filter-item:nth-child(n+3){display:none}}@media only screen and (min-width: 921px){.page-transactions .filters-list:not(.is-open) .filter-item{display:inline-block;height:auto}.page-transactions .filters-list:not(.is-open) .filter-item:nth-child(n+4){display:none}}@media only screen{.page-analytics .filters-list:not(.is-open) .filter-item{display:inline-block;height:auto}.page-analytics .filters-list:not(.is-open) .filter-item:nth-child(n+2){display:none}}@media only screen and (min-width: 401px){.page-analytics .filters-list:not(.is-open) .child-item{display:inline-block;height:auto}.page-analytics .filters-list:not(.is-open) .child-item:nth-child(2){display:inline-block;height:auto}}@media only screen and (max-width: 400px){.page-analytics .filters-list:not(.is-open) .child-item{display:inline-block;height:auto}.page-analytics .filters-list:not(.is-open) .child-item:nth-child(2){display:none}}.site-footer .btn{margin-bottom:0;margin-top:0;white-space:nowrap}.site-footer .footer-links{margin-top:3rem;padding:0}.site-footer-inner{min-height:44px}@media only screen and (min-width: 768px){.site-footer-inner{display:flex;justify-content:space-between;align-items:center}}.site-footer-inner-center{min-height:44px;display:flex;align-items:center}@media only screen and (min-width: 768px){.nav-meta__contact-btn{margin-right:1rem}}.nav-meta__contact-btn{border-radius:50px}.site-footer-language{margin-top:2rem;height:44px}@media only screen and (min-width: 768px){.site-footer-language{margin-top:0}}.site-footer-wrapper-buttons{display:flex;flex-direction:column;align-items:stretch;margin:auto;width:min-content;max-width:200px}@media only screen and (min-width: 768px){.site-footer-wrapper-buttons{align-items:center;flex-direction:row;margin:unset;max-width:none}}.site-footer-navigation{display:flex;justify-content:center;margin:0;margin-top:4rem;list-style:none}@media only screen and (min-width: 768px){.site-footer-navigation{justify-content:flex-end;margin:0}}.site-footer-navigation-center{margin:auto;list-style:none}.site-footer-navigation-item{margin:0;margin-left:2rem}.site-footer-navigation-item:first-child{margin-left:0}.site-footer-navigation-link{font-weight:400}.global-error{display:flex;flex-direction:column;min-height:100vh}.global-error__message{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.global-error__databaseUnavailable{font-size:20px}.site-header{padding:1rem 0}.site-header .nav-meta{display:flex;align-items:center;height:auto;font-size:1rem;background:#fff}.site-header .nav-meta li,.site-header .nav-meta a{height:auto;line-height:1}.site-header-inner{display:flex;align-items:center;justify-content:space-between;width:100%}.main-logo{margin-right:2rem}.main-logo-image{display:block}.nav-corporate-header{position:fixed;height:60px;box-shadow:0 8px 25px 0 rgba(0,0,0,.08),0 -1px #fff}.nav-meta__icon{height:auto !important;max-height:24px;line-height:1 !important;cursor:pointer}.dot{height:8px;width:8px;border-radius:50%;display:block;position:relative;left:13px;bottom:22px;background-color:var(--theme-primary-color, black)}@media only screen and (max-width: 1024px){.dot{right:90px}}.nav-icon-image{vertical-align:middle}.nav-meta__myapps{display:flex;align-items:center}.nav-meta__my-apps-text{padding-right:.3em}@media only screen and (min-width: 768px){.nav-meta__contact-btn{margin-right:1rem}}.nav-meta__contact-btn{border-radius:50px}.nav-meta__partner{display:none;font-weight:bold;height:1em;margin-right:.7em}@media only screen and (min-width: 1024px){.nav-meta__partner{display:inline-block}}.nav-meta__user-alias{display:none;font-weight:bold;height:1em;margin-left:.7em}@media only screen and (min-width: 1024px){.nav-meta__user-alias{display:inline-block}}.site-header-wrapper{padding-top:60px}.information-bar{min-height:38px;position:relative;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;padding:0px;padding-top:.5rem;padding-right:1rem;margin-bottom:.5rem;font-size:.875rem;background:#f8f8f8;color:#000 !important}.information-bar__text{color:#000 !important;padding-bottom:.5rem;padding-left:12px}.information-bar__icon{padding-bottom:.5rem;padding-left:12px}.information-icon-image{vertical-align:middle;height:24px;width:24px}.list{margin:0;list-style:none}.list__item{display:flex;flex-direction:column;line-height:20px}@media only screen and (min-width: 480px){.list__item{display:flow-root;flex-direction:row;line-height:22px}.list__item .list__title{float:left}.list__item .list__description{display:flex;float:right;text-align:right}}.list__item_inline-flex{display:inline-flex;margin-top:30px;margin-bottom:0}.list__item-column{display:flex;flex-direction:column;align-items:flex-start}.list__title{padding-right:1rem;color:#000;align-items:baseline}.list__description{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-left:0;color:#000;white-space:normal}@media only screen and (min-width: 480px){.list--row-alternative .list__title{float:none}.list--row-alternative .list__description{float:none}}.messagePopup__button.btn{color:var(--theme-font-color);font-weight:700;transition:color .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.messagePopup__button.btn:hover,.messagePopup__button.btn:focus{color:var(--theme-font-hover-color)}.messagePopup{z-index:1050;display:block;position:fixed;font-weight:bold;background-color:#fff;border:2px solid var(--theme-table-border-color, gray);max-width:400px;top:50%;left:50%;transform:translate(-50%, -50%)}.messagePopup--header{display:flex;justify-content:flex-end;width:100%;padding:0px 8px 0px 8px}.messagePopup--text{padding:8px 20px 32px 20px;text-align:center}.messagePopup--text p{margin:0px}.c-modal__overlay{position:fixed;top:0px;left:0px;right:0px;bottom:0px;background-color:rgba(78,78,78,.4);z-index:1050}.c-modal__content{position:absolute;top:50%;left:50%;right:auto;bottom:auto;width:calc(100% - 10px)}@media only screen and (min-width: 768px){.c-modal__content{top:50%;left:50%;right:auto;bottom:auto;margin-right:-50%;transform:translate(-50%, -50%);width:70%}}.c-modal__content{border:1px solid #ccc;background:#fff;overflow:auto;outline:none;display:flex;flex-direction:column}.c-modal__footer{padding:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.c-modal__body{overflow:auto;flex-grow:1}.analytics-dashboard-chart{padding-right:0}.analytics-tile{background-color:rgba(0,0,0,0);height:210px}.dashboard-rearranged .analytics-tile{height:170px}.analytics-tile--advertisement{background-color:#f8f8f8}.analytics-tile--highlighted:hover{background-color:var(--theme-row-hover-color, white)}.tile-advertisement-text{font-size:1rem;line-height:1.222;font-weight:700;font-family:var(--theme-font-family-condensed);color:#393939;font-weight:400}.tile--title{font-family:var(--theme-font-family);font-size:.875rem;text-transform:uppercase;font-weight:400;color:#717171;min-height:2rem}.tile--value{font-size:1.5rem;line-height:1.2;font-weight:700;font-family:var(--theme-font-family-condensed);color:#393939}@media only screen and (min-width: 768px){.tile--value{font-size:2rem;line-height:1.15}}.tile--value{font-weight:400;min-height:50px}.tile--value--medium{font-size:1.25rem;line-height:1.2;font-weight:700;font-family:var(--theme-font-family-condensed);color:#393939}@media only screen and (min-width: 768px){.tile--value--medium{font-size:1.5rem;line-height:1.33}}.tile--value--medium{font-weight:400}.tile--value--small{font-size:1rem;line-height:1.222;font-weight:700;font-family:var(--theme-font-family-condensed);color:#393939}@media only screen and (min-width: 768px){.tile--value--small{font-size:1.125rem}}.tile--value--small{font-weight:400}.tile--value--xsmall{font-size:1rem;line-height:1.222;font-weight:700;font-family:var(--theme-font-family-condensed);color:#393939;margin-top:15px;font-weight:400}.tile--loading{font-size:1.25rem;line-height:1.2;font-weight:700;font-family:var(--theme-font-family-condensed);color:#393939}@media only screen and (min-width: 768px){.tile--loading{font-size:1.5rem;line-height:1.33}}.tile--loading{-webkit-animation:glow 500ms ease-in-out infinite alternate;-moz-animation:glow 500ms ease-in-out infinite alternate;animation:glow 500ms ease-in-out infinite alternate}.tiles-row{margin-bottom:0}@-webkit-keyframes glow{from{opacity:100%}to{opacity:30%}}.analytics-control-button.btn{margin-left:1px;float:left;position:absolute;left:25px;bottom:15px;margin-top:25px;font-size:larger;color:var(--theme-font-color);font-weight:700;white-space:nowrap;transition:color .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.analytics-control-button.btn:hover,.analytics-control-button.btn:focus{color:var(--theme-font-hover-color)}.benchmark-information-icon{position:absolute;bottom:20px;right:0px;margin-bottom:5px;margin-right:20px;border:0px solid;border-radius:50%;background-color:var(--theme-primary-color, black);font-size:20px;font-family:"Dosis",Arial,Helvetica,sans-serif;color:#fff}@media only screen and (max-width: 768px){.benchmark-information-icon{display:none}}.atvGraphFilter{margin-top:30px}.atvGraph{margin-top:10px}.brandUsageGraphFilter{margin-top:30px}.brandUsageGraph{margin-top:10px}.salesChannelGraphFilter{margin-top:30px}.salesChannelGraph{margin-top:10px}.turnoverGraphFilter{margin-top:30px}.turnoverGraph{margin-top:10px}.notifications{z-index:1050;display:block;position:fixed;right:8px;top:70px;width:450px;max-width:calc(100vw - 16px);max-height:calc(96vh - 64px);background-color:#fff;box-shadow:0 0 1px 1px #dcdcdc}@media only screen and (min-width: 1024px){.notifications{right:calc((100vw - 1024px)/2)}}.notifications-header{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #dcdcdc;width:inherit;padding:15px 30px 15px 30px}@media only screen and (max-width: 480px){.notifications-header{display:block}}.notifications-header--title{margin-bottom:0}@media only screen and (max-width: 480px){.notifications-header--title{margin-bottom:10px}}.notifications-header--button{margin-left:10px;padding:5px 7px 5px 7px}.notifications--wrapper,.notifications-empty{overflow:scroll;overflow-x:hidden;max-height:calc(96vh - 2*64px)}@media only screen and (max-width: 480px){.notifications--wrapper,.notifications-empty{max-height:calc(96vh - (2*64px + 36px))}}.notifications-empty{overflow:hidden}.notifications-empty div :hover{cursor:default !important}.notifications-footer{display:flex;justify-content:center;align-items:center;height:25px;width:inherit;padding:10px}.notifications-footer button,.notifications-footer .contact-us-form .button-submit,.contact-us-form .notifications-footer .button-submit,.notifications-footer .create-user-form .button-submit,.create-user-form .notifications-footer .button-submit{height:10px}.notifications-single-element,.notifications-empty div{padding:15px 30px 15px 30px;display:flex;flex-direction:column;justify-content:start;border-bottom:1px solid #dcdcdc;width:inherit;color:#717171}.notifications-single-element :hover,.notifications-empty div :hover{cursor:pointer}.notifications-single-element--title{font-size:1.125em;font-weight:600}.notifications-single-element--subtitle{font-size:.8rem}.notifications-single-element--content,.notifications-single-element p,.notifications-empty div p{font-size:1rem;margin:0;text-overflow:ellipsis;overflow:hidden}.notifications-single-element--link{font-size:1rem;font-weight:600}.notifications-read,.notifications-empty div{background-color:rgba(0,0,0,.02)}.notifications-read .notifications-single-element--subtitle,.notifications-empty div .notifications-single-element--subtitle,.notifications-read p,.notifications-empty div p{font-weight:100}.notifications-read .notifications-single-element--content,.notifications-empty div .notifications-single-element--content,.notifications-read p,.notifications-empty div p{font-weight:100}.notifications-unread{background-color:#fff}.notifications-unread .notifications-single-element--subtitle,.notifications-unread p{font-weight:600}.notifications-unread .notifications-single-element--content,.notifications-unread p{font-weight:600}.notifications-single-element:hover.notifications-unread,.notifications-empty div:hover.notifications-unread{background-color:#f8f8f8}.notifications-single-element:hover.notifications-read,.notifications-empty div:hover{background-color:#f8f8f8}.pagination--simple:before,.pagination--simple:after{content:" ";display:table}.pagination--simple:after{clear:both}.pagination__button.btn{color:var(--theme-font-color);font-weight:700;margin-bottom:16px;transition:color .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.pagination__button.btn .icon{margin-right:0}.pagination__button.btn:hover,.pagination__button.btn:focus{color:var(--theme-font-hover-color)}.pagination__button--next.btn{float:right}.pagination__button--next.btn .icon{padding-left:.5rem}.pagination__button--prev.btn{float:left}.pagination__button--prev.btn .icon{padding-right:.5rem}.partner-selector-page{display:flex;justify-content:center}.partner-selector-background{z-index:1060;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:.75}.partner-selector{z-index:1065;overflow:auto;overflow-x:hidden;display:block;position:fixed;top:70px;width:600px;max-width:calc(100vw - 16px);background-color:#fff;box-shadow:0 0 1px 1px #dcdcdc;padding:15px 30px}@media only screen and (min-width: 600px){.partner-selector{right:calc((100vw - 600px)/2)}}.partner-selector-header{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width: 600px){.partner-selector-header{display:block}}.partner-selector-header--title{margin-bottom:0}@media only screen and (max-width: 600px){.partner-selector-header--title{margin-bottom:10px}}.partner-selector-header--button.btn{color:var(--theme-font-color);font-weight:700}.partner-selector--wrapper{border-width:2px;border-style:solid;border-color:#000;overflow:scroll;overflow-x:hidden;max-height:calc(96vh - (2*70px + 250px))}@media only screen and (max-width: 600px){.partner-selector--wrapper{max-height:calc(96vh - (2*70px + 220px))}}.partner-selector-footer--button{float:right;padding:5px 7px}.partner-selector-item{display:flex;justify-content:space-between;align-items:center}.partner-selector input[type=radio]{-webkit-appearance:none;appearance:none;background-color:#fff;margin:0}.partner-selector label{display:inline-block;padding:0px 7px;font-family:sans-serif,Arial;font-size:16px}.partner-selector .selected{background-color:#fff;border-color:var(--theme-primary-color, black);color:var(--theme-primary-color, black)}.partner-selector-subhierarchy{padding-left:3rem}.partner-selector .accordion{margin:0}.partner-selector .accordion .accordion-item .title{padding:10px}.partner-selector .accordion .accordion-item .title:before{content:url(fonts/accordion-arrow-down.svg);float:left;margin-top:5px;margin-right:1rem;width:20px;height:20px}.partner-selector .accordion .accordion-item.active .title:before{content:url(fonts/accordion-arrow-up.svg)}.partner-selector .accordion .accordion-item .title:after{content:"";margin:0}.partner-selector .accordion .accordion-item.active .title:after{content:""}.payment-method-icon{max-height:16px;width:auto}.payment-method-icon-wrapper{display:inline;justify-content:center;align-items:center;width:70px;margin-right:1rem;vertical-align:middle}.payment-method-description-list{float:right;overflow:visible}@media only screen and (min-width: 768px){.payout-detail{margin-left:-16px;padding-bottom:3rem;border-left:1px solid #dcdcdc}}.payout-detail .payout-detail__th:after{width:100%;left:0;background-color:#dcdcdc}.payout-detail__header{padding:1rem;padding-bottom:.5rem;background-color:#f8f8f8;display:flex;justify-content:space-between}.payout-detail__title{font-weight:400}.payout-detail__subtitle{margin:0;color:#393939}.payout-detail__body{padding-top:2rem}.payout-detail__list{padding:1rem;padding-top:0}.payout-detail__list .list-description{color:#717171}.payout-detail__table:before{content:none}.payout-detail__th{font-family:var(--theme-font-family);font-size:.75rem;text-transform:uppercase;font-weight:700;color:#959595;border-color:#dcdcdc !important}.payout-detail__tbody{border-bottom:1px solid #dcdcdc}.payouts-download-menu{background-color:#f8f8f8;display:flex;justify-content:flex-end;height:7px;padding-right:.6rem;z-index:2}.payouts-list{margin:0;list-style:none;height:100%;max-height:1100px;overflow-y:scroll}.payouts-list__link{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;color:#717171}.payouts-list__day{font-size:1.5rem;line-height:1.2;font-weight:700;font-family:var(--theme-font-family-condensed);color:#393939}@media only screen and (min-width: 768px){.payouts-list__day{font-size:2rem;line-height:1.15}}.payouts-list__day{font-weight:400}.payouts-list__weekday{padding-left:1rem;flex:1;font-weight:400}.payouts-list .price__value{color:#000}.payouts-list__label{position:sticky;top:0;z-index:1;margin:0;padding:.5rem 1rem;border-bottom:1px solid;border-bottom-color:var(--theme-primary-color, black);color:#393939;font-weight:700;background-color:#f8f8f8}.payouts-list__item{margin:0;transition:background-color .2s;border-bottom:1px solid #dcdcdc}.payouts-list__item:last-child{border-bottom:none}.payouts-list__item:hover,.payouts-list__item:active,.payouts-list__item:focus{color:var(--theme-font-color, black);background-color:var(--theme-row-hover-color, white)}.payouts-list__item:hover .price__currency,.payouts-list__item:active .price__currency,.payouts-list__item:focus .price__currency{color:var(--theme-font-color, black)}.payouts-list .is-active{color:var(--theme-font-color, black);background-color:var(--theme-row-select-color, white)}.payouts-list .is-active .price__currency{color:var(--theme-font-color, black)}.pdf-viewer-page{overflow-y:hidden}.pdf-viewer-page canvas{margin:auto;padding:20px 0}.pdf-viewer-overlay{display:flex;justify-content:center;margin-top:-32px;margin-top:-2rem}.pdf-viewer-overlay .btn{margin-left:16px;margin-left:1rem}.pdf-viewer-overlay-center{padding:16px 16px 0 0;padding:1rem 1rem 0 0}.btn.tac-button-download{margin:0 0 16px 32px;margin:0 0 1rem 2rem;float:right}.placeholder__content{display:inline-block;width:200px;vertical-align:middle;height:16px;animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:pulse;animation-timing-function:linear}.placeholder--block{width:100%}.placeholder--block .placeholder__content{width:100%}.placeholder--title .placeholder__content{width:400px;font-size:2rem;height:36px;margin-bottom:.5rem}@keyframes pulse{0%{background-color:rgba(165,165,165,.1)}50%{background-color:rgba(165,165,165,.3)}100%{background-color:rgba(165,165,165,.1)}}.price__value--large{font-size:1.25rem;line-height:1.2;font-weight:700;font-family:var(--theme-font-family-condensed);color:#393939}@media only screen and (min-width: 768px){.price__value--large{font-size:1.5rem;line-height:1.33}}.price__value--nowrap{white-space:nowrap}.price__value--large_kpi{font-size:1.25rem;line-height:1.2;font-weight:700;font-family:var(--theme-font-family-condensed);color:#393939}@media only screen and (min-width: 768px){.price__value--large_kpi{font-size:1.5rem;line-height:1.33}}.price__value--large_kpi{font-weight:400}.price__value--highlight{font-weight:700}.price__value--xlarge{font-size:1.5rem;line-height:1.2;font-weight:700;font-family:var(--theme-font-family-condensed);color:#393939}@media only screen and (min-width: 768px){.price__value--xlarge{font-size:2rem;line-height:1.15}}.price__value--xlarge{font-weight:400}.price__currency{margin-right:.5rem;font-size:.875rem;text-transform:uppercase;color:#717171;font-weight:400}.reservation-detail__icon-wrapper{display:inline-flex;justify-content:center;align-items:center;vertical-align:middle}.btn-cancel-reservation{padding:0px 5px 0px 5px !important}.cellPaddingSmall{vertical-align:middle;padding:8px 5px 8px 5px}.cellPaddingSmall:first-child{padding-left:16px}.cellPaddingSmall:last-child{padding-right:16px}.no-bottom-margin{margin-bottom:0rem !important}.cellPaddingCancellationText{padding-top:0rem !important}.summary_record{border-top:3px solid #dcdcdc}.reservation-history{font-size:14px}.select-languages{padding-left:2.6rem;border-color:#fff;color:#fff;background-color:rgba(0,0,0,0) !important;background-position:calc(100% - 1rem) 13px,1rem center;background-repeat:no-repeat;background-image:url(fonts/arrow_down.svg),url(fonts/global.svg)}.select-languages option{color:#393939 !important;background-color:#fff !important}.select-grayscale{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjYiPiAgPHBhdGggZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiMzOTM5MzkiIGQ9Ik04IDFMNCA0LjU1NiAwIDEiLz48L3N2Zz4=)}.select-neutral{padding-top:0;padding-bottom:0;border:0;background-color:rgba(0,0,0,0)}.spinner>*>path{stroke:var(--theme-primary-color, black)}.spinner-wrapper{height:350px;display:flex;align-items:center;justify-content:center}.spinner-wrapper-small{height:150px;display:flex;align-items:center;justify-content:center}.contact-us-form{padding:30px 5% 30px;background-color:#f8f8f8}.contact-us-form .form-row{padding-top:1rem}.contact-us-form p{font-size:.75rem;font-weight:700}.contact-us-form label{font-size:.75rem;font-weight:700}.contact-us-form input{font-size:.75rem}.contact-us-form .wrapper-button-submit{display:flex;align-items:baseline;margin-top:20px}.contact-us-form .form-error{color:#de3919;font-size:.75rem;font-weight:700}.contact-us-form .submit{margin-left:15px}.contact-us-form .submit-icon-success{color:var(--theme-color-positive)}.contact-us-form .submit-icon-error{color:var(--theme-color-error)}.contact-us-form .submit-text{margin-left:5px}.contact-us-form .submit-text-success{color:var(--theme-color-positive)}.contact-us-form .submit-text-error{color:var(--theme-color-error)}.contact-us-form .button-submit{width:200px}.contact-us-form .loader{display:inline-block;border:1px solid #f3f3f3;border-top:1px solid #de3919;border-radius:50%;width:12px;height:12px;animation:spin 1.5s linear infinite;margin-right:5px}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.table-body.small-column-space td{padding-inline:7.5px;padding-inline:.46875rem}.table-body.small-column-space td:first-child{padding-left:15px;padding-left:.9375rem}.table-body.small-column-space td:last-child{padding-right:15px;padding-right:.9375rem}.table-row{border-top:1px solid rgba(0,0,0,0);border-bottom:1px solid rgba(0,0,0,0)}.table-row.table-row--is-link{cursor:pointer}.table-row.table-row--is-link:hover,.table-row.table-row--is-link:focus{background-color:var(--theme-row-hover-color, white)}.table-row.table-row--is-link:focus{outline:none;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc}.table-head.small-column-space th{padding-inline:7.5px;padding-inline:.46875rem}.table-head.small-column-space th:first-child{padding-left:15px;padding-left:.9375rem}.table-head.small-column-space th:last-child{padding-right:15px;padding-right:.9375rem}.table-head__text{margin-right:.1rem}.table-head__cell-sortable{cursor:pointer}.table-head__cell-sortable.is-sorted .icon{transform:rotate(180deg)}.table-head__button{font-family:var(--theme-font-family);color:#393939;font-weight:700;cursor:pointer}.column-has-checkbox{width:1px;padding-right:0}.tooltip-detail-popup-table{width:112%;font-size:12px;line-height:5px;margin:-8px 0px 0 -10px}.tooltip-detail-popup-table td{border:none}.tooltip-detail-popup-table th{color:#000}.text-align-right{padding-right:30px}.text-align-left{text-align:left}.search-category{margin-bottom:1.5rem}.tabs-links{border-bottom:1px solid #dcdcdc}.tabs-links a{display:inline-block;padding:.5rem 1rem;color:#959595;font-weight:400}.tabs-links .is-active{color:var(--theme-font-color, black);font-weight:700;border-bottom:3px solid currentColor}.background-teaser{z-index:1060;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:.75}.teaser-header{display:flex;justify-content:flex-end;width:100%;padding:5px 30px 0px 30px}.teaser{z-index:1065;overflow:auto;overflow-x:hidden;display:block;position:fixed;top:170px;width:1005px;max-width:calc(100vw - 16px);max-height:calc(96vh - 170px);background-color:#fff;box-shadow:0 0 1px 1px #dcdcdc}@media only screen and (min-width: 1024px){.teaser{right:calc((100vw - 1024px)/2)}}.teaser-footer{height:30px;padding:0px 30px 10px 30px}.teaser-footer button,.teaser-footer .create-user-form .button-submit,.create-user-form .teaser-footer .button-submit,.teaser-footer .contact-us-form .button-submit,.contact-us-form .teaser-footer .button-submit{height:10px}.teaser-image-container{text-align:center;height:inherit}.teaser-image{object-fit:cover}.teaser-single-element{padding:15px 30px 15px 30px;display:flex;flex-direction:column;justify-content:start;border-bottom:1px solid #dcdcdc;width:inherit;color:#717171}.teaser-single-element :hover{cursor:pointer}.teaser-single-element--title{font-size:1.125em;font-weight:600}.teaser-single-element--content,.teaser-single-element p{font-size:1rem;margin:0;text-overflow:ellipsis;overflow:hidden}.teaser-single-element--link{font-size:1rem;font-weight:600}.teaser-read{background-color:rgba(0,0,0,.02)}.teaser-read .teaser-single-element--subtitle,.teaser-read p{font-weight:100}.teaser-read .teaser-single-element--content,.teaser-read p{font-weight:100}.teaser-unread{background-color:#fff}.teaser-unread .teaser-single-element--subtitle,.teaser-unread p{font-weight:600}.teaser-unread .teaser-single-element--content,.teaser-unread p{font-weight:600}.teaser-row{padding:10px 30px 10px 30px}.teaser-single-element:hover.teaser-unread{background-color:#f8f8f8}.teaser-single-element:hover.teaser-read{background-color:#f8f8f8}.teaser__button.btn{color:var(--theme-font-color);font-weight:700;transition:color .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.teaser__button.btn .icon{margin-right:0}.teaser__button.btn:hover,.teaser__button.btn:focus{color:var(--theme-font-hover-color)}.teaser__button--next.btn{float:right}.teaser__button--next.btn .icon{padding-left:.5rem}.teaser__button--prev.btn{float:left}.teaser__button--prev.btn .icon{padding-right:.5rem}.terminal-counter__active{font-size:1.5rem;line-height:1.2;font-weight:700;font-family:var(--theme-font-family-condensed);color:#393939}@media only screen and (min-width: 768px){.terminal-counter__active{font-size:2rem;line-height:1.15}}.terminal-counter__total{font-size:1.25rem;line-height:1.2;font-weight:700;font-family:var(--theme-font-family-condensed);color:#393939}@media only screen and (min-width: 768px){.terminal-counter__total{font-size:1.5rem;line-height:1.33}}.terminal-counter__total{font-weight:400;color:#959595}.terminal-details__section{padding-top:1rem;padding-bottom:1rem}.terminal-details__title{font-size:1rem;line-height:1.222;font-weight:700;font-family:var(--theme-font-family-condensed);color:#393939}@media only screen and (min-width: 768px){.terminal-details__title{font-size:1.125rem}}.terminal-details__title{margin-top:1rem}.terminal-details__img_background{overflow:auto}.terminal-notification{color:#717171}.terminal-notification .icon{color:var(--theme-color-error);margin-right:.5rem}.terminal-notification .is-crucial-warning{color:var(--theme-color-error);font-weight:700}.terms{color:#717171;min-height:100vh;display:flex;align-items:center;justify-content:center}.terms.window{padding:15px 15px}@media only screen and (min-width: 1024px){.terms.window{padding:15px 200px}}.terms__card{flex:1;padding:0}.tac-pdf-window{min-height:200px;height:70vh;overflow:hidden;overflow-x:auto;overflow-y:auto}.tac-confirmation-footer{padding:2rem 2rem 0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.toolbar{height:38px;position:relative;display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;font-size:.875rem;background:#f8f8f8}.toolbar__actions{align-items:center;display:flex;height:38px}.c-tooltip{display:inline-block}@media only screen and (min-width: 480px){.c-tooltip{position:relative}}.c-tooltip__button{margin-left:.3rem;width:18px;height:18px;padding:0;font-size:.7rem;text-align:center;color:#b8b8b8;border:1px solid currentColor;border-radius:50%;background-color:rgba(0,0,0,0)}.c-tooltip__content{z-index:2;position:absolute;left:1.5rem;right:1.5rem;box-shadow:-5px 0px 10px 0 rgba(0,0,0,.08),10px 10px 20px 0 rgba(0,0,0,.05)}@media only screen and (min-width: 480px){.c-tooltip__content{left:120%;right:auto;width:15rem;box-shadow:none}}.c-tooltip__content-inner{display:inline-block;padding:.5rem;color:#717171;border:1px solid #b8b8b8;background:#fff;border-radius:.15rem}.rc-tooltip{opacity:1;width:auto}.rc-tooltip-inner{max-height:400px;overflow-x:hidden;overflow-y:auto;border:none;box-shadow:-5px 0px 10px 0 rgba(0,0,0,.08),10px 10px 20px 0 rgba(0,0,0,.05)}.dcc-tooltip{display:inline-block;padding:0rem;max-width:500px}.dcc-tooltip p{font-size:.875rem}.accordionUiModule{border-radius:0;box-shadow:2px 2px 2px 0 rgba(0,0,0,.05);position:relative;z-index:1}.accordionUiModule .react-datepicker-popper{z-index:2 !important;width:40px;position:relative !important;margin-top:10px;transform:translate3d(0px, 0px, 0px) !important}.accordionUiModule .datePickerRight .react-datepicker__triangle{left:165px}.accordionUiModule .datePickerRight .react-datepicker-popper{transform:translate3d(-82px, 0px, 0px) !important}.accordionUiModule .u-margin-bottom-1{width:100%}.accordionUiModule .accordion{margin:0px}.accordionUiModule .accordion-item .title{border:0 solid #eee;border-radius:0;padding-left:8px;padding-right:8px;padding-top:4px;padding-bottom:4px;color:#fff;background-color:var(--theme-primary-color, black)}.accordionUiModule .accordion-item .title:after{color:#fff;font-size:15px}.accordionUiModule .accordion-item .panel{color:#717171;background-color:#f8f8f8;padding-left:5px}.accordionUiModule .accordion-item .uiModules{padding:5px 5px 5px 5px;font-size:14px}.accordionUiModule .accordion-item.active .panel{position:relative}.accordionUiModule .accordion-item.active .title{background-color:var(--theme-secondary-color-accordian)}.moduleCheckBox{font-size:16px}.whitelabel-loading{background-color:#000;color:#fff;font-size:2rem}.whitelabel-ts-ignore{background-color:#fff;color:#fff}.widget{display:flex;justify-content:center;background-color:#fff}@media only screen and (min-width: 768px){.widget{margin-bottom:2rem}}.widget__flex-direction{flex-direction:column}.widget-column_1{-ms-grid-column:1}.widget-column_2{-ms-grid-column:3}.widget-meta{display:flex;flex-direction:column;justify-content:space-between;min-width:250px;flex-basis:33%;padding:2rem 1rem;text-align:center}@media only screen and (max-width: 767px){.widget-meta{margin:0 auto}}.widget-wrapper-small .widget-meta{flex-basis:auto}.widget-meta__footer{margin-top:4rem}.dashboard-rearranged .widget-meta__footer{margin-top:1rem}.widget-meta__footer-button{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.widget-meta__title{font-size:1.25rem;line-height:1.2;font-weight:700;font-family:var(--theme-font-family-condensed);color:#393939}@media only screen and (min-width: 768px){.widget-meta__title{font-size:1.5rem;line-height:1.33}}.widget-meta__sub-title{font-family:var(--theme-font-family);font-size:.875rem;text-transform:uppercase;font-weight:400;color:#717171;margin-top:2rem}.dashboard-rearranged .widget-meta__sub-title{margin-top:1rem}.widget-wrapper-small .widget-meta__sub-title{min-height:2rem}.widget-body>*>thead tr:last-child th{border-color:var(--theme-table-border-color, gray)}.widget-body{padding:1.5rem 0 1rem;flex-grow:1;overflow-y:hidden}.dashboard-rearranged .widget-body td{padding:6px 15px;padding:.3rem .9375rem}.widget-wrapper{margin-bottom:1rem}@media only screen and (max-width: 767px){.widget-wrapper{display:grid;grid-gap:1rem;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr))}}.widget-wrapper-small{margin-bottom:1rem;display:-ms-grid;display:grid;grid-gap:2rem;-ms-grid-columns:1fr 2rem 1fr;grid-template-columns:1fr 1fr}@media only screen and (max-width: 767px){.widget-wrapper-small{grid-gap:1rem;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr))}}.layout-main{display:flex;flex-direction:column;min-height:100vh;height:100vh}.layout-main .site-main{flex:1 0 auto}.layout-main .site-footer{flex-shrink:0}.main-logo-image{height:29px}.u-list-reset{margin:0;list-style:none}.u-truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.u-truncate_terminalColumn{text-overflow:ellipsis;white-space:normal;overflow:hidden;width:75%}.u-block{display:block}.u-disabled{pointer-events:none;cursor:not-allowed}.u-box-shadow{box-shadow:-5px 0px 10px 0 rgba(0,0,0,.08),10px 10px 20px 0 rgba(0,0,0,.05)}.u-box-shadow-none{box-shadow:unset}.u-box-shadow-none:before{box-shadow:unset}.u-ident-8{text-indent:.8em}.u-separator:not(:first-child){padding-top:1rem;margin-top:1rem;border-top:1px solid #dcdcdc}.u-seperator-top{padding-top:1rem;margin-top:1rem;border-top:1px solid #dcdcdc}.u-border-top{border-top:1px solid #dcdcdc}.u-border-bottom{border-bottom:1px solid #dcdcdc}.u-padding-0{padding:0}.u-padding-1{padding:1rem}.u-padding-2{padding:2rem}.u-padding-3{padding:3rem}.u-padding-4{padding:4rem}.u-padding-vertical{padding-left:1rem;padding-right:1rem}.u-padding-vertical-2{padding-left:2rem;padding-right:2rem}.u-padding-top-1{padding-top:1rem}.u-padding-top-2{padding-top:2rem}.u-padding-2{padding:2rem}.u-margin-0{margin:0 !important}.u-margin-top-minus-2{margin-top:-2rem}.u-margin-top-0{margin-top:0}.u-margin-top-1{margin-top:1rem}.u-margin-top-2{margin-top:2rem}.u-margin-top-3{margin-top:3rem}.u-margin-top-4{margin-top:4rem}.u-margin-left-1{padding-left:1rem}.u-margin-left-4{padding-left:4rem}.u-margin-right-0{margin-right:0}.u-margin-right-1{margin-right:1rem}.u-margin-bottom-0{margin-bottom:0}.u-margin-bottom-1{margin-bottom:1rem}.u-margin-bottom-2{margin-bottom:2rem}.u-bg-white{background-color:#fff}.u-bg-light-gray{background-color:#f8f8f8}.u-invisible{visibility:hidden}.t-h1{font-size:2rem;line-height:1.25;font-weight:700;font-family:var(--theme-font-family-condensed);color:#393939}@media only screen and (min-width: 768px){.t-h1{font-size:3.75rem;font-family:var(--theme-font-family-condensed);line-height:1.15}}.t-h2{font-size:1.5rem;line-height:1.2;font-weight:700;font-family:var(--theme-font-family-condensed);color:#393939}@media only screen and (min-width: 768px){.t-h2{font-size:2rem;line-height:1.15}}.t-h3{font-size:1.25rem;line-height:1.2;font-weight:700;font-family:var(--theme-font-family-condensed);color:#393939}@media only screen and (min-width: 768px){.t-h3{font-size:1.5rem;line-height:1.33}}.t-h4{font-size:1rem;line-height:1.222;font-weight:700;font-family:var(--theme-font-family-condensed);color:#393939}@media only screen and (min-width: 768px){.t-h4{font-size:1.125rem}}.t-h5{font-size:1rem;line-height:1.222;font-weight:700;font-family:var(--theme-font-family-condensed);color:#393939}.t-h6{font-size:.75rem;text-transform:uppercase;font-weight:700;color:#393939}.t-label{font-family:var(--theme-font-family);font-size:.875rem;text-transform:uppercase;font-weight:400;color:#717171}.t-label-small{font-family:var(--theme-font-family);font-size:.75rem;text-transform:uppercase;font-weight:700;color:#959595}.t-label-section-header{font-family:var(--theme-font-family);font-size:.875rem;text-transform:uppercase;font-weight:700;color:#959595;position:relative;margin-bottom:10px}.t-link{color:var(--theme-font-color);font-weight:700}.t-link-on-event{color:var(--theme-font-hover-color)}.t-color-white{color:#fff}.t-color-base{color:#717171}.u-color-rock-60{color:#959595}.u-color-rock-80{color:#717171}.t-color-black{color:#000}.t-color-error{color:var(--theme-color-error)}.t-sans{font-family:var(--theme-font-family)}.t-sans-serif{font-family:var(--theme-font-family)}.t-sans-second{font-family:var(--theme-font-family-second)}.t-sans-condensed{font-family:var(--theme-font-family-condensed)}.t-serif{font-family:var(--theme-font-serif)}.t-monospace{font-family:var(--theme-font-monospace)}.t-bold{font-weight:700}.t-regular{font-weight:400}.t-capitalize{text-transform:capitalize}@media only screen and (max-width: 479px){.u-hidden-xsmall{display:none}}@media only screen and (max-width: 767px){.u-hidden-small{display:none}}.checkbox .label-text{display:inline}select option{color:initial}.cancelled-option{color:#959595}table:before{content:none}
