@charset "UTF-8";
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.select2-container {
  width: unset !important;
}
/*!
 * Datepicker for Bootstrap v1.7.0-dev (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker thead tr:last-of-type {
  border-color: #e8e8e8;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right: 0;
  border-left: 0;
}
.datepicker thead tr:last-of-type th.dow {
  font-size: 14px;
  color: #999;
}
.datepicker tbody tr td {
  color: #3e3e3e;
}
.datepicker tbody tr td:nth-of-type(6),
.datepicker tbody tr td:nth-of-type(7) {
  color: #999;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #f3f3f3;
  cursor: pointer;
  font-weight: bold;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #ffffff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker .prev:before,
.datepicker .next:before {
  content: '';
  background: transparent url('../images/icon-carousel-indicator-grey.svg') no-repeat scroll center;
  background-size: 12px auto;
  display: block;
  height: 100%;
  opacity: 0.6;
  transition: opacity 0.2s ease-out;
}
.datepicker .prev:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.datepicker table tr th {
  font-weight: 500;
  color: #c9c9c9;
}
.datepicker table tr td {
  font-weight: 300;
  color: #656563;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
  font-weight: 100;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover,
.datepicker table tr td span.disabled {
  opacity: 0.2;
}
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-filter: none;
          filter: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  -webkit-filter: none;
          filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.in-selection {
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.shaded-comp-slider .slide img {
  display: none;
}
.shaded-comp-slider .slick-initialized .slide img {
  display: block;
}
/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 0;
  height: calc(100% - 8px);
  padding: 0;
  border: none;
  outline: none;
  z-index: 3;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  z-index: 4;
}
.slick-prev:after,
.slick-next:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.slick-prev:hover:after,
.slick-next:hover:after {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  content: '';
  display: block;
  height: 14px;
  width: 14px;
  background: transparent url('../images/icon-carousel-indicator.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 6px);
}
.slick-prev {
  left: 0px;
  border-left: 10px solid #fff;
}
.slick-prev:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  left: 0px;
}
@media (min-width: 320px) {
  .slick-prev:before {
    left: calc(0 * 1px  + ( 5  - 0 ) * (( 100vw -  320 * 1px ) / ( 768  - 320 )));
  }
}
@media (min-width: 768px) {
  .slick-prev:before {
    left: 5px;
  }
}
.slick-next {
  right: 0;
}
.slick-next:before {
  right: 0px;
}
@media (min-width: 320px) {
  .slick-next:before {
    right: calc(0 * 1px  + ( 5  - 0 ) * (( 100vw -  320 * 1px ) / ( 768  - 320 )));
  }
}
@media (min-width: 768px) {
  .slick-next:before {
    right: 5px;
  }
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.split-row-container.mobile-carousel .slick-prev,
.split-row-container.mobile-carousel .slick-next {
  height: 100%;
  opacity: 0.6;
}
.split-row-container.mobile-carousel .slick-prev:before,
.split-row-container.mobile-carousel .slick-next:before {
  background-image: url('../images/icon-carousel-indicator-grey.svg');
}
.split-row-container.mobile-carousel .slick-prev {
  border: none;
  left: -18px;
}
@media (min-width: 320px) {
  .split-row-container.mobile-carousel .slick-prev {
    left: calc(-18 * 1px  + ( -30  - -18 ) * (( 100vw -  320 * 1px ) / ( 768  - 320 )));
  }
}
@media (min-width: 768px) {
  .split-row-container.mobile-carousel .slick-prev {
    left: -30px;
  }
}
.split-row-container.mobile-carousel .slick-next {
  right: -18px;
}
@media (min-width: 320px) {
  .split-row-container.mobile-carousel .slick-next {
    right: calc(-18 * 1px  + ( -30  - -18 ) * (( 100vw -  320 * 1px ) / ( 768  - 320 )));
  }
}
@media (min-width: 768px) {
  .split-row-container.mobile-carousel .slick-next {
    right: -30px;
  }
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  box-sizing: border-box;
  min-height: 100%;
  color: #656563;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:focus,
button {
  outline: none;
}
a,
a:visited {
  text-decoration: none;
}
main {
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}
main p a {
  font-weight: 600;
}
a[href^="tel"] {
  cursor: default;
  text-decoration: none;
}
::-moz-selection,
footer ::-moz-selection {
  color: #fff;
  background: #89B8AF;
}
::selection,
footer ::selection {
  color: #fff;
  background: #89B8AF;
}
.container {
  margin: 0 auto;
  width: 280px;
}
@media (min-width: 320px) {
  .container {
    width: calc(280 * 1px  + ( 1233  - 280 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1233px;
  }
}
.container .row {
  margin-left: 0;
  margin-right: 0;
}
.container .grid-container {
  width: 100%;
}
section:last-child .grid-container {
  margin-bottom: 50px;
}
@media (min-width: 320px) {
  section:last-child .grid-container {
    margin-bottom: calc(50 * 1px  + ( 110  - 50 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  section:last-child .grid-container {
    margin-bottom: 110px;
  }
}
@media (min-width: 1024px) {
  main {
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  main {
    padding-top: 0;
  }
}
.loader {
  margin: 0 auto;
  height: 15px;
  width: 15px;
}
.loader:after {
  content: '';
  display: block;
  border: 2px solid #656563;
  border-bottom-color: transparent;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -webkit-animation: rotateLoader 2s linear infinite;
          animation: rotateLoader 2s linear infinite;
}
.loader span {
  display: none;
}
@-webkit-keyframes rotateLoader {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateLoader {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.badge-danger {
  background-color: #d9534f;
}
.badge-on-icon {
  position: absolute;
  right: -8px;
  bottom: -8px;
}
.badge-on-icon-closer {
  position: absolute;
  right: -12px;
  bottom: 12px;
}
@media (min-width: 1024px) {
  .badge-on-icon-closer {
    right: 4px;
    bottom: 22px;
  }
}
.form-control {
  border: none;
}
.btn.btn-primary:hover {
  background: #89B8AF;
}
.modal-backdrop.in {
  background-color: #89B8AF;
  opacity: 0.9;
}
.hiwBtn {
  padding: 10px;
  padding-right: 13px;
  padding-top: 10px;
  position: fixed;
  background: #E37A3C;
  cursor: pointer;
  z-index: 2001;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .hiwBtn {
    top: 50%;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    left: 0;
    font-size: 110%;
  }
  .hiwBtn i {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hiwBtn {
    font-size: 80% !important;
    bottom: 0;
    left: 30%;
    width: 40%;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
.video-container {
  position: relative;
  padding-bottom: 52.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 80%;
}
.text {
  font-weight: 300;
  font-size: 16px;
  color: #656563;
  letter-spacing: 0px;
  line-height: 1.7em;
}
@media (min-width: 320px) {
  .text {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .text {
    font-size: 20px;
  }
}
.text p {
  margin-bottom: 26px;
}
.text .bigger {
  font-size: 18px;
}
@media (min-width: 320px) {
  .text .bigger {
    font-size: calc(18 * 1px  + ( 22  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .text .bigger {
    font-size: 22px;
  }
}
.text img {
  width: 100%;
  margin-bottom: 26px;
  display: block;
}
.text .headline3:first-child {
  margin-top: 0;
}
.text .pull-right {
  float: none !important;
}
.text .pull-left {
  float: none !important;
}
.text .collapse + button[data-toggle="collapse"]:hover {
  background: #89B8AF;
}
.text .collapse + button[data-toggle="collapse"] .opened {
  display: none;
}
.text .collapse + button[data-toggle="collapse"] .closed {
  display: inline;
}
.text .collapse.in + button[data-toggle="collapse"] .opened {
  display: inline;
}
.text .collapse.in + button[data-toggle="collapse"] .closed {
  display: none;
}
.text .collapse + button[data-toggle="collapse"] {
  padding-right: 40px;
  position: relative;
}
.text .collapse + button[data-toggle="collapse"]:after {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: calc(50% - 4px);
  background: transparent url('../images/icon-btn-more.svg') no-repeat center;
  background-size: contain;
  right: 18px;
}
.text .collapse.in + button[data-toggle="collapse"]:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.text ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: item;
  overflow: hidden;
  position: relative;
}
.text ol li {
  counter-increment: item;
  padding-left: 28px;
}
.text ol li:before {
  content: counter(item) '.';
  color: #E37A3C;
  font-weight: 700;
  position: absolute;
  left: 0;
}
section.text {
  margin-bottom: 15px;
}
@media (min-width: 320px) {
  section.text {
    margin-bottom: calc(15 * 1px  + ( 20  - 15 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  section.text {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .text .image-container.pull-right,
  .text .image-container.pull-left {
    width: 50%;
    max-width: 500px;
    padding-top: 7px;
  }
  .text .pull-right {
    margin-left: 30px;
    float: right !important;
  }
  .text .pull-left {
    margin-right: 30px;
    float: left !important;
  }
}
.stopper {
  font-weight: 300;
  margin: 150px 0 0;
  margin-top: 42px;
}
@media (min-width: 320px) {
  .stopper {
    margin-top: calc(42 * 1px  + ( 150  - 42 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .stopper {
    margin-top: 150px;
  }
}
.stopper .image {
  position: relative;
}
.stopper .image:before {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  padding-top: 45.3125%;
}
.stopper .image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
  height: 100%;
  width: 100%;
}
.stopper .content {
  background: #89B8AF;
  color: #fff;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5em;
}
@media (min-width: 320px) {
  .stopper .content {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .stopper .content {
    font-size: 20px;
  }
}
.stopper .content h3 {
  font-weight: 300;
  font-size: 24px;
  margin: 0 0 0.2em;
}
.stopper .content h3,
.stopper .content h3.headline1 {
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .stopper .content h3,
  .stopper .content h3.headline1 {
    font-size: calc(28 * 1px  + ( 46  - 28 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  .stopper .content h3,
  .stopper .content h3.headline1 {
    font-size: 46px;
  }
}
@media (min-width: 768px) {
  .stopper .content h3.headline2 {
    font-size: calc(24 * 1px  + ( 32  - 24 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  .stopper .content h3.headline2 {
    font-size: 32px;
  }
}
.stopper .content p {
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.7em;
}
@media (min-width: 320px) {
  .stopper .content p {
    margin-bottom: calc(14 * 1px  + ( 27  - 14 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .stopper .content p {
    margin-bottom: 27px;
  }
}
.stopper .content .btn {
  width: 100%;
}
.stopper .stopper-carousel .slick-prev,
.stopper .stopper-carousel .slick-next {
  height: 100%;
}
.stopper .stopper-carousel .slick-prev {
  border-left: none;
}
.stopper .stopper-carousel-item-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.stopper .stopper-carousel-item-header .stopper-carousel-item-header-info {
  font-weight: 700;
  color: #FFFFFF;
}
.stopper .stopper-carousel-item-header .date {
  font-weight: 300;
}
@media (min-width: 425px) {
  .stopper .content .btn {
    width: auto;
  }
}
@media (min-width: 768px) {
  .stopper .stopper-content.split-2-1 > div:nth-child(2),
  .stopper .stopper-content.split-1-2 > div:nth-child(1) {
    width: calc(267 * 1px  + ( 422  - 267 ) * (( 100vw -  768 * 1px ) / ( 1199  - 768 )));
  }
}
@media (min-width: 1199px) {
  .stopper .stopper-content.split-2-1 > div:nth-child(2),
  .stopper .stopper-content.split-1-2 > div:nth-child(1) {
    width: 422px;
  }
}
@media (min-width: 1200px) {
  .stopper .stopper-content.split-2-1 > div:nth-child(2),
  .stopper .stopper-content.split-1-2 > div:nth-child(1) {
    width: calc(335 * 1px  + ( 404  - 335 ) * (( 100vw -  1200 * 1px ) / ( 1439  - 1200 )));
  }
}
@media (min-width: 1439px) {
  .stopper .stopper-content.split-2-1 > div:nth-child(2),
  .stopper .stopper-content.split-1-2 > div:nth-child(1) {
    width: 404px;
  }
}
@media (min-width: 1440px) {
  .stopper .stopper-content.split-2-1 > div:nth-child(2),
  .stopper .stopper-content.split-1-2 > div:nth-child(1) {
    width: calc(404 * 1px  + ( 482  - 404 ) * (( 100vw -  1440 * 1px ) / ( 1599  - 1440 )));
  }
}
@media (min-width: 1599px) {
  .stopper .stopper-content.split-2-1 > div:nth-child(2),
  .stopper .stopper-content.split-1-2 > div:nth-child(1) {
    width: 482px;
  }
}
@media (min-width: 768px) {
  .stopper .stopper-content.split-1-2 > div:nth-child(1) {
    margin-right: 10px;
  }
  .stopper .stopper-content.split-1-2 > div:nth-child(2) {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
  .stopper .stopper-content.split-2-1 > div:nth-child(2) {
    margin-left: 10px;
  }
  .stopper .stopper-content.split-2-1 > div:nth-child(1) {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
  .stopper .stopper-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .stopper .stopper-content .image:before {
    content: none;
  }
  .stopper .stopper-content .content {
    padding: 26px 27px;
  }
  .stopper .stopper-content .content .container {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .stopper .stopper-content.split-2-1.follows-grid-2-1 > div:nth-child(2),
  .stopper .stopper-content.split-1-2.follows-grid-2-1 > div:nth-child(1) {
    width: calc(422 * 1px  + ( 508  - 422 ) * (( 100vw -  1200 * 1px ) / ( 1439  - 1200 )));
  }
}
@media (min-width: 1439px) {
  .stopper .stopper-content.split-2-1.follows-grid-2-1 > div:nth-child(2),
  .stopper .stopper-content.split-1-2.follows-grid-2-1 > div:nth-child(1) {
    width: 508px;
  }
}
@media (min-width: 1440px) {
  .stopper .stopper-content.split-2-1.follows-grid-2-1 > div:nth-child(2),
  .stopper .stopper-content.split-1-2.follows-grid-2-1 > div:nth-child(1) {
    width: calc(508 * 1px  + ( 587  - 508 ) * (( 100vw -  1440 * 1px ) / ( 1599  - 1440 )));
  }
}
@media (min-width: 1599px) {
  .stopper .stopper-content.split-2-1.follows-grid-2-1 > div:nth-child(2),
  .stopper .stopper-content.split-1-2.follows-grid-2-1 > div:nth-child(1) {
    width: 587px;
  }
}
@media (min-width: 1024px) {
  .stopper .stopper-carousel-item-header .stopper-carousel-item-header-info {
    font-size: 20px;
  }
  .stopper .stopper-content .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .stopper {
    margin: 150px auto 0;
  }
  .stopper .stopper-content.split-2-1 > div:nth-child(2),
  .stopper .stopper-content.split-1-2 > div:nth-child(1) {
    width: calc(50vw - 315px);
  }
  .stopper .stopper-content.split-2-1 > div:nth-child(2).content .container {
    width: 430px;
    margin: 0 auto 0 0;
  }
  .stopper .stopper-content.split-1-2 > div:nth-child(2).content .container {
    width: 1051px;
    margin: 0 auto 0 0;
  }
  .stopper .stopper-content.split-2-1 > div:nth-child(1).content .container {
    width: 1051px;
    margin: 0 0 0 auto;
  }
  .stopper .stopper-content.split-1-2 > div:nth-child(1).content .container {
    width: 430px;
    margin: 0 0 0 auto;
  }
  .stopper .stopper-content.split-2-1.follows-grid-2-1 > div:nth-child(2),
  .stopper .stopper-content.split-1-2.follows-grid-2-1 > div:nth-child(1) {
    width: calc(50vw - 212px);
  }
  .stopper .stopper-content.split-2-1.follows-grid-2-1 > div:nth-child(2).content .container {
    width: 534px;
    margin: 0 auto 0 0;
  }
  .stopper .stopper-content.split-1-2.follows-grid-2-1 > div:nth-child(2).content .container {
    width: 1018px;
    margin: 0 auto 0 0;
  }
  .stopper .stopper-content.split-2-1.follows-grid-2-1 > div:nth-child(1).content .container {
    width: 1018px;
    margin: 0 0 0 auto;
  }
  .stopper .stopper-content.split-1-2.follows-grid-2-1 > div:nth-child(1).content .container {
    width: 534px;
    margin: 0 0 0 auto;
  }
}
.headline1 {
  font-weight: 100;
  font-size: 24px;
  margin-bottom: 1em;
  margin-top: 1.64em;
}
@media (min-width: 320px) {
  .headline1 {
    font-size: calc(24 * 1px  + ( 64  - 24 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .headline1 {
    font-size: 64px;
  }
}
.headline2 {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 1em;
  margin-top: 1.64em;
}
@media (min-width: 320px) {
  .headline2 {
    font-size: calc(22 * 1px  + ( 36  - 22 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .headline2 {
    font-size: 36px;
  }
}
.headline3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 1em;
  margin-top: 1.64em;
}
@media (min-width: 320px) {
  .headline3 {
    font-size: calc(18 * 1px  + ( 26  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .headline3 {
    font-size: 26px;
  }
}
.btn {
  border: 0 none;
  border-radius: 6px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  transition-property: box-shadow, background;
  transition-duration: 0.28s;
  transition-timing-function: ease;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
@media (min-width: 320px) {
  .btn {
    font-size: calc(14 * 1px  + ( 18  - 14 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .btn {
    font-size: 18px;
  }
}
.btn::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.28s ease;
  z-index: -1;
}
.btn:hover {
  box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.12), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 6px 7px -4px rgba(0, 0, 0, 0.2);
}
.btn:hover::before {
  opacity: 1;
}
.btn-download {
  background: #89B8AF;
  color: #fff;
  font-size: 18px;
  white-space: normal;
}
@media (min-width: 320px) {
  .btn-download {
    font-size: calc(18 * 1px  + ( 26  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .btn-download {
    font-size: 26px;
  }
}
.btn-download:hover {
  background: #89B8AF;
  color: #fff;
}
.btn-download:after {
  content: '';
  display: inline-block;
  background: transparent url('../images/icon-download.svg') no-repeat center;
  background-size: contain;
  height: 0.81818182em;
  width: 0.81818182em;
  margin-left: 0.5em;
  vertical-align: middle;
  margin-top: -5px;
}
.btn-download.btn-download-inverse {
  background: #fff;
  color: #89B8AF;
}
.btn-download.btn-download-inverse:after {
  background-image: url('../images/icon-download-inverse.svg');
}
.btn-load-more {
  background: #F1F1F1;
  font-weight: 500;
  font-size: 18px;
  color: #656563;
  width: 80%;
  max-width: 292px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 320px) {
  .btn-load-more {
    font-size: calc(18 * 1px  + ( 24  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .btn-load-more {
    font-size: 24px;
  }
}
.btn-load-more:hover {
  background: #F1F1F1;
  color: #656563;
}
.btn-load-more.loading {
  box-shadow: none !important;
  color: rgba(101, 101, 99, 0.1);
  position: relative;
}
.btn-load-more.loading:after {
  content: '';
  display: block;
  border: 2px solid #656563;
  border-bottom-color: transparent;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  -webkit-animation: rotateLoader 2s linear infinite;
          animation: rotateLoader 2s linear infinite;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
}
.btn-load-more + .btn-load-more {
  margin-top: 10px;
}
.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-transparent:focus,
.btn-transparent.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-transparent:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-transparent:active,
.btn-transparent.active,
.open > .dropdown-toggle.btn-transparent {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-transparent:active:hover,
.btn-transparent.active:hover,
.open > .dropdown-toggle.btn-transparent:hover,
.btn-transparent:active:focus,
.btn-transparent.active:focus,
.open > .dropdown-toggle.btn-transparent:focus,
.btn-transparent:active.focus,
.btn-transparent.active.focus,
.open > .dropdown-toggle.btn-transparent.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-transparent:active,
.btn-transparent.active,
.open > .dropdown-toggle.btn-transparent {
  background-image: none;
}
.btn-transparent.disabled:hover,
.btn-transparent[disabled]:hover,
fieldset[disabled] .btn-transparent:hover,
.btn-transparent.disabled:focus,
.btn-transparent[disabled]:focus,
fieldset[disabled] .btn-transparent:focus,
.btn-transparent.disabled.focus,
.btn-transparent[disabled].focus,
fieldset[disabled] .btn-transparent.focus {
  background-color: transparent;
  border-color: #fff;
}
.btn-transparent .badge {
  color: transparent;
  background-color: #fff;
}
.btn-xs {
  font-size: 14px;
  padding: 10px 14px;
}
@media (min-width: 320px) {
  .btn-xs {
    font-size: calc(14 * 1px  + ( 18  - 14 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .btn-xs {
    font-size: 18px;
  }
}
.btn-sm {
  font-size: 16px;
  padding: 12px 20px;
}
@media (min-width: 320px) {
  .btn-sm {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .btn-sm {
    font-size: 20px;
  }
}
.btn-lg {
  font-size: 20px;
  padding: 16px 28px;
}
@media (min-width: 320px) {
  .btn-lg {
    font-size: calc(20 * 1px  + ( 24  - 20 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .btn-lg {
    font-size: 24px;
  }
}
.grid-container {
  margin: 0 auto;
  width: 300px;
  width: 661.188px;
}
@media (min-width: 320px) {
  .grid-container {
    width: calc(300 * 1px  + ( 747  - 300 ) * (( 100vw -  320 * 1px ) / ( 767  - 320 )));
  }
}
@media (min-width: 767px) {
  .grid-container {
    width: 747px;
  }
}
@media (min-width: 768px) {
  .grid-container {
    width: calc(661.188 * 1px  + ( 1233  - 661.188 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  .grid-container {
    width: 1233px;
  }
}
.grid {
  margin-left: -10px;
  margin-top: 10px;
}
.grid .tile {
  width: 100%;
  padding-left: 10px;
  margin-bottom: 8px;
}
.grid .block {
  width: 100%;
  display: block;
  position: relative;
}
.grid .block:before {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
}
.grid .block img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  font-family: 'object-fit: cover; object-position: top';
  top: 0;
  left: 0;
}
.grid.sm-2 .tile {
  width: 50%;
  margin-bottom: 10px;
}
.grid.mobile-col-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.grid.mobile-col-2 .tile {
  width: 50%;
}
@media (min-width: 768px) {
  .grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .grid .tile,
  .grid.mobile-col-2 .tile {
    width: 33.33333333%;
  }
  .grid.grid-2-1:not(.irregular) .tile:nth-of-type(2n+1) {
    width: 66.66666666%;
  }
  .grid.grid-2-1:not(.irregular) .tile:nth-of-type(2n+1) .block:before {
    padding-top: calc((100% - 10px) / 2);
  }
  .grid.grid-2-1.irregular .tile:nth-of-type(4n+2),
  .grid.grid-2-1.irregular .tile:nth-of-type(4n+3) {
    width: 66.66666666%;
  }
  .grid.grid-2-1.irregular .tile:nth-of-type(4n+2) .block:before,
  .grid.grid-2-1.irregular .tile:nth-of-type(4n+3) .block:before {
    padding-top: calc((100% - 10px) / 2);
  }
}
@media (min-width: 1200px) {
  .grid:not(.grid-2-1) .tile {
    width: 25%;
  }
  .grid.grid-2-1 .tile .block:before {
    padding-top: 89.51219512%;
  }
  .grid.grid-2-1:not(.irregular) .tile:nth-of-type(2n+1) {
    width: 66.66666666%;
  }
  .grid.grid-2-1:not(.irregular) .tile:nth-of-type(2n+1) .block:before {
    padding-top: calc((89.512195122% - 10px) / 2);
  }
  .grid.grid-2-1.irregular .tile.intro-tile .block:before {
    padding-top: 89.51219512%;
  }
  .grid.grid-2-1.irregular .tile:nth-of-type(4n+2),
  .grid.grid-2-1.irregular .tile:nth-of-type(4n+3) {
    width: 66.66666666%;
  }
  .grid.grid-2-1.irregular .tile:nth-of-type(4n+2) .block:before,
  .grid.grid-2-1.irregular .tile:nth-of-type(4n+3) .block:before {
    padding-top: calc((89.512195122% - 10px) / 2);
  }
}
a.block-content,
.grid-2-1 .tile:not(.intro-tile) .block .block-content {
  padding: 0 10px 7px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0);
  transition-property: box-shadow;
  transition-duration: 0.28s;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}
a.block-content > *,
.grid-2-1 .tile:not(.intro-tile) .block .block-content > * {
  position: relative;
  z-index: 2;
  width: 100%;
}
a.block-content:hover,
.grid-2-1 .tile:not(.intro-tile) .block .block-content:hover {
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
}
a.block-content:after,
.grid-2-1 .tile:not(.intro-tile) .block .block-content:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 111px;
  background-image: linear-gradient(rgba(51, 51, 47, 0) 0%, #393934 100%);
}
a.block-content .title-1,
.grid-2-1 .tile:not(.intro-tile) .block .block-content .title-1 {
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
}
@media (min-width: 320px) {
  a.block-content .title-1,
  .grid-2-1 .tile:not(.intro-tile) .block .block-content .title-1 {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 499  - 320 )));
  }
}
@media (min-width: 499px) {
  a.block-content .title-1,
  .grid-2-1 .tile:not(.intro-tile) .block .block-content .title-1 {
    font-size: 20px;
  }
}
@media (min-width: 500px) {
  a.block-content .title-1,
  .grid-2-1 .tile:not(.intro-tile) .block .block-content .title-1 {
    font-size: calc(26 * 1px  + ( 32  - 26 ) * (( 100vw -  500 * 1px ) / ( 767  - 500 )));
  }
}
@media (min-width: 767px) {
  a.block-content .title-1,
  .grid-2-1 .tile:not(.intro-tile) .block .block-content .title-1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  a.block-content .title-1,
  .grid-2-1 .tile:not(.intro-tile) .block .block-content .title-1 {
    font-size: calc(26 * 1px  + ( 40  - 26 ) * (( 100vw -  768 * 1px ) / ( 1199  - 768 )));
  }
}
@media (min-width: 1199px) {
  a.block-content .title-1,
  .grid-2-1 .tile:not(.intro-tile) .block .block-content .title-1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  a.block-content .title-1,
  .grid-2-1 .tile:not(.intro-tile) .block .block-content .title-1 {
    font-size: calc(32 * 1px  + ( 46  - 32 ) * (( 100vw -  1200 * 1px ) / ( 1440  - 1200 )));
  }
}
@media (min-width: 1440px) {
  a.block-content .title-1,
  .grid-2-1 .tile:not(.intro-tile) .block .block-content .title-1 {
    font-size: 46px;
  }
}
a.block-content .title-2,
.grid-2-1 .tile:not(.intro-tile) .block .block-content .title-2 {
  font-weight: 300;
  font-size: 16px;
}
@media (min-width: 320px) {
  a.block-content .title-2,
  .grid-2-1 .tile:not(.intro-tile) .block .block-content .title-2 {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 499  - 320 )));
  }
}
@media (min-width: 499px) {
  a.block-content .title-2,
  .grid-2-1 .tile:not(.intro-tile) .block .block-content .title-2 {
    font-size: 20px;
  }
}
@media (min-width: 500px) {
  a.block-content .title-2,
  .grid-2-1 .tile:not(.intro-tile) .block .block-content .title-2 {
    font-size: calc(26 * 1px  + ( 32  - 26 ) * (( 100vw -  500 * 1px ) / ( 767  - 500 )));
  }
}
@media (min-width: 767px) {
  a.block-content .title-2,
  .grid-2-1 .tile:not(.intro-tile) .block .block-content .title-2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  a.block-content .title-2,
  .grid-2-1 .tile:not(.intro-tile) .block .block-content .title-2 {
    font-size: calc(26 * 1px  + ( 32  - 26 ) * (( 100vw -  768 * 1px ) / ( 1199  - 768 )));
  }
}
@media (min-width: 1199px) {
  a.block-content .title-2,
  .grid-2-1 .tile:not(.intro-tile) .block .block-content .title-2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  a.block-content .title-2,
  .grid-2-1 .tile:not(.intro-tile) .block .block-content .title-2 {
    font-size: calc(26 * 1px  + ( 36  - 26 ) * (( 100vw -  1200 * 1px ) / ( 1440  - 1200 )));
  }
}
@media (min-width: 1440px) {
  a.block-content .title-2,
  .grid-2-1 .tile:not(.intro-tile) .block .block-content .title-2 {
    font-size: 36px;
  }
}
a.block-content .title-secondary,
.grid-2-1 .tile:not(.intro-tile) .block .block-content .title-secondary {
  font-weight: 500;
  font-size: 14px;
}
a.block-content .name,
.grid-2-1 .tile:not(.intro-tile) .block .block-content .name {
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 1.14em;
}
@media (min-width: 768px) {
  a.block-content .name,
  .grid-2-1 .tile:not(.intro-tile) .block .block-content .name {
    font-size: calc(18 * 1px  + ( 22  - 18 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  a.block-content .name,
  .grid-2-1 .tile:not(.intro-tile) .block .block-content .name {
    font-size: 22px;
  }
}
a.block-content .name .add,
.grid-2-1 .tile:not(.intro-tile) .block .block-content .name .add {
  display: block;
}
a.block-content .info,
.grid-2-1 .tile:not(.intro-tile) .block .block-content .info {
  font-weight: 500;
  font-size: 16px;
}
.tile.content-tile .block {
  background: #656563 url('../images/float-image.jpg') no-repeat center;
  background-size: cover;
}
.tile.content-tile .block-content {
  background: rgba(101, 101, 99, 0.9);
  padding: 12px 0 12px 25px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.444em;
}
.tile.content-tile .block-content .headline1 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 36px;
  color: #FFFFFF;
  line-height: normal;
}
.tile.content-tile .block-content a {
  font-weight: 500;
  display: block;
}
.tile.content-tile a {
  color: #fff;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.tile.content-tile a:hover {
  opacity: 0.6;
}
.tile.content-tile .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tile.content-tile .overflow-container {
  overflow: auto;
  padding-right: 25px;
  max-height: 100%;
}
.tile.height-auto .block:before {
  content: none !important;
}
.tile.height-auto .block .block-content {
  position: relative;
  height: auto;
}
.tile.height-auto .block .block-content .header-tile {
  position: relative;
  margin-bottom: 23px;
  height: 300px;
}
.tile.height-auto .block .block-content .header-tile .header-tile-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #F1F1F1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tile.height-auto .block .block-content .header-tile .header-tile-content .image-container {
  position: relative;
  padding: 45px 0;
}
.tile.height-auto .block .block-content .header-tile .header-tile-content .image-container img {
  display: block;
  position: static;
  height: auto;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
  font-family: 'object-fit: contain; object-position: center';
}
.tile.height-auto .block .block-content .header-tile h3 {
  font-weight: 300;
  font-size: 28px;
  color: #656563;
  margin-top: 0;
}
@media (min-width: 768px) {
  .tile.height-auto .block .block-content .header-tile h3 {
    font-size: calc(22 * 1px  + ( 28  - 22 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  .tile.height-auto .block .block-content .header-tile h3 {
    font-size: 28px;
  }
}
.tile.height-auto .block .block-content .description {
  font-weight: 300;
  font-size: 18px;
  color: #656563;
  line-height: 29px;
  padding: 0 7px;
}
.grid-2-1 .tile .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.grid-2-1 .tile .block-content .title {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
}
.grid-2-1 .tile .more-info {
  display: none;
}
@media (min-width: 500px) {
  a.block-content .title-primary {
    font-weight: 300;
  }
}
@media (min-width: 768px) {
  div.block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  div.block-content > * {
    width: 100%;
  }
  div.block-content .title {
    margin-bottom: 4px;
  }
  a.block-content {
    padding: 0 20px 7px;
    padding: 0 12px 7px;
  }
  .grid-2-1 .tile .block-content {
    padding: 0 20px 7px;
    padding: 0 12px 7px;
  }
  .tile.height-auto {
    margin-bottom: 50px;
  }
  .tile.height-auto .block .block-content .header-tile {
    height: auto;
  }
  .tile.height-auto .block .block-content .header-tile:before {
    content: '';
    position: relative;
    width: 100%;
    padding-top: 100%;
    display: block;
  }
  .tile.height-auto .block .block-content .header-tile .header-tile-content {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .tile.height-auto .block .block-content .header-tile .header-tile-content .image-container {
    padding: 23px 0;
    height: calc(100% - 41px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tile.height-auto .block .block-content .header-tile .header-tile-content .image-container img {
    height: 100%;
    max-width: 150px;
    max-height: 150px;
    object-fit: contain;
    object-position: center;
    font-family: 'object-fit: contain; object-position: center';
  }
  .tile.content-tile .block-content {
    padding: 12px 0 12px 12px;
    font-size: 16px;
  }
  .tile.content-tile .block-content .headline1 {
    font-size: 24px;
  }
  .tile.content-tile .overflow-container {
    padding-right: 12px;
  }
}
@media (min-width: 1024px) {
  .tile.content-tile .block-content {
    padding: 12px 0 12px 20px;
    font-size: 18px;
  }
  .tile.content-tile .block-content .headline1 {
    font-size: 30px;
  }
  .tile.content-tile .overflow-container {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .grid-2-1 .intro-tile .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .grid-2-1 .intro-tile .block-content .title {
    font-weight: 300;
  }
  .grid-2-1 .tile:not(.intro-tile) .block-content {
    overflow: hidden;
    font-size: 26px;
    display: block;
    padding: 10px 24px 20px !important;
  }
  .grid-2-1 .tile:not(.intro-tile) .block-content .block-content-collapse {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .grid-2-1 .tile:not(.intro-tile) .block-content .block-content-collapse {
    height: 85%;
    opacity: 0;
    overflow: hidden;
  }
  .grid-2-1 .tile:not(.intro-tile) .block-content .block-content-collapse.calculated {
    opacity: 1;
  }
  .grid-2-1 .tile:not(.intro-tile) .block-content .block-content-collapse.calculated .more-info {
    max-height: 0;
    transition: max-height 0.5s ease-out;
  }
  .grid-2-1 .tile:not(.intro-tile) .block-content .title {
    font-size: 26px;
    line-height: 30px;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .grid-2-1 .tile:not(.intro-tile) .block-content .date {
    width: 150px;
    line-height: 30px;
    text-align: right;
  }
  .grid-2-1 .tile:not(.intro-tile) .block-content .more-info {
    width: 100%;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    display: block;
  }
  .grid-2-1 .tile:not(.intro-tile) .block-content .more-info .btn {
    font-size: 22px;
    padding: 3px 12px 2px;
  }
  .grid-2-1 .tile:not(.intro-tile) .block-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.4s ease-out;
  }
  .grid-2-1 .tile:not(.intro-tile) .block-content:hover:before {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .grid-2-1 .tile:not(.intro-tile) .block-content:hover .block-content-collapse.calculated .more-info {
    max-height: calc(190 * 1px  + ( 260  - 190 ) * (( 100vw -  1200 * 1px ) / ( 1440  - 1200 )));
  }
}
@media (min-width: 1440px) {
  .grid-2-1 .tile:not(.intro-tile) .block-content:hover .block-content-collapse.calculated .more-info {
    max-height: 260px;
  }
}
@media (min-width: 1440px) {
  .tile.content-tile .block-content {
    padding: 12px 0 12px 21px;
    font-size: 18px;
  }
  .tile.content-tile .block-content .headline1 {
    font-size: 36px;
  }
  .tile.content-tile .overflow-container {
    padding-right: 21px;
  }
}
.intro-tile {
  min-width: 100%;
  position: relative;
}
.intro-tile .block {
  height: auto;
}
.intro-tile .block:before {
  content: none;
}
.intro-tile .block .block-content {
  margin: 0 auto;
  width: 280px;
  padding-top: 15px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
}
@media (min-width: 320px) {
  .intro-tile .block .block-content {
    width: calc(280 * 1px  + ( 1233  - 280 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .intro-tile .block .block-content {
    width: 1233px;
  }
}
@media (min-width: 320px) {
  .intro-tile .block .block-content {
    padding-top: calc(15 * 1px  + ( 40  - 15 ) * (( 100vw -  320 * 1px ) / ( 767  - 320 )));
  }
}
@media (min-width: 767px) {
  .intro-tile .block .block-content {
    padding-top: 40px;
  }
}
@media (min-width: 320px) {
  .intro-tile .block .block-content {
    padding-bottom: calc(20 * 1px  + ( 40  - 20 ) * (( 100vw -  320 * 1px ) / ( 767  - 320 )));
  }
}
@media (min-width: 767px) {
  .intro-tile .block .block-content {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .intro-tile .block .block-content {
    padding-top: calc(7 * 1px  + ( 30  - 7 ) * (( 100vw -  768 * 1px ) / ( 1199  - 768 )));
  }
}
@media (min-width: 1199px) {
  .intro-tile .block .block-content {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .intro-tile .block .block-content {
    padding-bottom: calc(7 * 1px  + ( 30  - 7 ) * (( 100vw -  768 * 1px ) / ( 1199  - 768 )));
  }
}
@media (min-width: 1199px) {
  .intro-tile .block .block-content {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .intro-tile .block .block-content {
    padding-left: calc(12 * 1px  + ( 30  - 12 ) * (( 100vw -  768 * 1px ) / ( 1199  - 768 )));
  }
}
@media (min-width: 1199px) {
  .intro-tile .block .block-content {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .intro-tile .block .block-content {
    padding-right: calc(12 * 1px  + ( 30  - 12 ) * (( 100vw -  768 * 1px ) / ( 1199  - 768 )));
  }
}
@media (min-width: 1199px) {
  .intro-tile .block .block-content {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .intro-tile .block .block-content {
    padding: calc(12 * 1px  + ( 30  - 12 ) * (( 100vw -  1200 * 1px ) / ( 1440  - 1200 )));
  }
}
@media (min-width: 1440px) {
  .intro-tile .block .block-content {
    padding: 30px;
  }
}
@media (min-width: 320px) {
  .intro-tile .block .block-content {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .intro-tile .block .block-content {
    font-size: 20px;
  }
}
.intro-tile:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 110vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #89B8AF;
}
.intro-tile .btn {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
}
@media (min-width: 768px) {
  .intro-tile .btn {
    font-size: calc(20 * 1px  + ( 26  - 20 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  .intro-tile .btn {
    font-size: 26px;
  }
}
.intro-tile .title {
  font-weight: 300;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 0.2em;
}
@media (min-width: 320px) {
  .intro-tile .title {
    font-size: calc(24 * 1px  + ( 32  - 24 ) * (( 100vw -  320 * 1px ) / ( 767  - 320 )));
  }
}
@media (min-width: 767px) {
  .intro-tile .title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .intro-tile .title {
    font-size: calc(22 * 1px  + ( 46  - 22 ) * (( 100vw -  768 * 1px ) / ( 1199  - 768 )));
  }
}
@media (min-width: 1199px) {
  .intro-tile .title {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  .intro-tile .title {
    font-size: calc(32 * 1px  + ( 46  - 32 ) * (( 100vw -  1200 * 1px ) / ( 1440  - 1200 )));
  }
}
@media (min-width: 1440px) {
  .intro-tile .title {
    font-size: 46px;
  }
}
.intro-tile p {
  margin: 0 0 16px;
  margin-bottom: 16px;
  font-weight: 300;
  color: #FFFFFF;
}
@media (min-width: 320px) {
  .intro-tile p {
    margin-bottom: calc(16 * 1px  + ( 19  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .intro-tile p {
    margin-bottom: 19px;
  }
}
.grid .tile.intro-tile .block-content .title {
  margin-bottom: 0.2em;
}
.grid-2-1 .tile.intro-tile .title {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.2em;
}
@media (min-width: 320px) {
  .grid-2-1 .tile.intro-tile .title {
    font-size: calc(24 * 1px  + ( 32  - 24 ) * (( 100vw -  320 * 1px ) / ( 767  - 320 )));
  }
}
@media (min-width: 767px) {
  .grid-2-1 .tile.intro-tile .title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .grid-2-1 .tile.intro-tile .title {
    font-size: calc(22 * 1px  + ( 46  - 22 ) * (( 100vw -  768 * 1px ) / ( 1199  - 768 )));
  }
}
@media (min-width: 1199px) {
  .grid-2-1 .tile.intro-tile .title {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  .grid-2-1 .tile.intro-tile .title {
    font-size: calc(32 * 1px  + ( 46  - 32 ) * (( 100vw -  1200 * 1px ) / ( 1440  - 1200 )));
  }
}
@media (min-width: 1440px) {
  .grid-2-1 .tile.intro-tile .title {
    font-size: 46px;
  }
}
.grid .tile.intro-tile {
  min-width: 0;
}
.grid .tile.intro-tile:before {
  content: none;
}
.grid .tile.intro-tile .block {
  background: #89B8AF;
}
.grid .tile.intro-tile .block:before {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
}
.block-content,
.grid .intro-tile .block-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
}
.grid-2-1 .intro-tile div.block-content {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 425px) {
  .intro-tile .btn {
    width: auto;
  }
}
@media (min-width: 768px) {
  .grid .tile.intro-tile[data-tilespan="2"] {
    width: 66.66666666%;
  }
  .grid .tile.intro-tile[data-tilespan="2"] .block:before {
    padding-top: calc((100% - 10px) / 2);
  }
  .grid .tile.intro-tile[data-tilespan="3"],
  .grid .tile.intro-tile[data-tilespan="4"] {
    width: 100%;
  }
  .grid .tile.intro-tile[data-tilespan="3"] .block:before,
  .grid .tile.intro-tile[data-tilespan="4"] .block:before {
    padding-top: calc((100% - 20px) / 3);
  }
  .grid .tile.intro-tile[data-position="2"] + .tile {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .grid .tile.intro-tile[data-position="3"] + .tile {
    -webkit-order: -2;
        -ms-flex-order: -2;
            order: -2;
  }
  .grid .tile.intro-tile[data-position="3"] + .tile + .tile {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .grid .tile.intro-tile[data-tilespan="2"][data-position="3"] + .tile {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .grid .tile.intro-tile[data-tilespan="2"][data-position="4"] + .tile {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .grid .tile.intro-tile[data-tilespan="3"] + .tile,
  .grid .tile.intro-tile[data-tilespan="4"] + .tile {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .grid .tile.intro-tile[data-tilespan="3"] + .tile + .tile,
  .grid .tile.intro-tile[data-tilespan="4"] + .tile + .tile {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .grid.grid-2-1 .tile.intro-tile.full,
  .grid.grid-2-1.irregular .tile.intro-tile.full {
    width: 100%;
  }
  .grid.grid-2-1 .tile.intro-tile.full .block:before,
  .grid.grid-2-1.irregular .tile.intro-tile.full .block:before {
    padding-top: calc((89.512195122% - 20px) / 3);
  }
  .grid.grid-2-1 .tile.intro-tile.full ~ .tile:nth-of-type(4n+3),
  .grid.grid-2-1.irregular .tile.intro-tile.full ~ .tile:nth-of-type(4n+3),
  .grid.grid-2-1 .tile.intro-tile.full ~ .tile:nth-of-type(4n+4),
  .grid.grid-2-1.irregular .tile.intro-tile.full ~ .tile:nth-of-type(4n+4) {
    width: 33.33333333%;
  }
  .grid.grid-2-1 .tile.intro-tile.full ~ .tile:nth-of-type(4n+3) .block:before,
  .grid.grid-2-1.irregular .tile.intro-tile.full ~ .tile:nth-of-type(4n+3) .block:before,
  .grid.grid-2-1 .tile.intro-tile.full ~ .tile:nth-of-type(4n+4) .block:before,
  .grid.grid-2-1.irregular .tile.intro-tile.full ~ .tile:nth-of-type(4n+4) .block:before {
    padding-top: 89.51219512%;
  }
  .grid.grid-2-1 .tile.intro-tile.full ~ .tile:nth-of-type(4n+1),
  .grid.grid-2-1.irregular .tile.intro-tile.full ~ .tile:nth-of-type(4n+1),
  .grid.grid-2-1 .tile.intro-tile.full ~ .tile:nth-of-type(4n+2),
  .grid.grid-2-1.irregular .tile.intro-tile.full ~ .tile:nth-of-type(4n+2) {
    width: 66.66666666%;
  }
  .grid.grid-2-1 .tile.intro-tile.full ~ .tile:nth-of-type(4n+1) .block:before,
  .grid.grid-2-1.irregular .tile.intro-tile.full ~ .tile:nth-of-type(4n+1) .block:before,
  .grid.grid-2-1 .tile.intro-tile.full ~ .tile:nth-of-type(4n+2) .block:before,
  .grid.grid-2-1.irregular .tile.intro-tile.full ~ .tile:nth-of-type(4n+2) .block:before {
    padding-top: calc((89.512195122% - 10px) / 2);
  }
}
@media (min-width: 1200px) {
  .grid:not(.grid-2-1) .tile.intro-tile[data-tilespan="2"] {
    width: 50%;
  }
  .grid:not(.grid-2-1) .tile.intro-tile[data-tilespan="2"] .block:before {
    padding-top: calc((100% - 10px) / 2);
  }
  .grid:not(.grid-2-1) .tile.intro-tile[data-tilespan="3"] {
    width: 75%;
  }
  .grid:not(.grid-2-1) .tile.intro-tile[data-tilespan="3"] .block:before {
    padding-top: calc((100% - 20px) / 3);
  }
  .grid:not(.grid-2-1) .tile.intro-tile[data-tilespan="4"] {
    width: 100%;
  }
  .grid:not(.grid-2-1) .tile.intro-tile[data-tilespan="4"] .block:before {
    padding-top: calc((100% - 30px) / 4);
  }
  .grid:not(.grid-2-1) .tile.intro-tile[data-position="3"] + .tile {
    -webkit-order: -2;
        -ms-flex-order: -2;
            order: -2;
  }
  .grid:not(.grid-2-1) .tile.intro-tile[data-position="3"] + .tile + .tile {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .grid:not(.grid-2-1) .tile.intro-tile[data-position="4"] + .tile {
    -webkit-order: -3;
        -ms-flex-order: -3;
            order: -3;
  }
  .grid:not(.grid-2-1) .tile.intro-tile[data-position="4"] + .tile + .tile {
    -webkit-order: -2;
        -ms-flex-order: -2;
            order: -2;
  }
  .grid:not(.grid-2-1) .tile.intro-tile[data-position="4"] + .tile + .tile + .tile {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .grid:not(.grid-2-1) .tile.intro-tile[data-tilespan="2"][data-position="3"] + .tile {
    -webkit-order: -2;
        -ms-flex-order: -2;
            order: -2;
  }
  .grid:not(.grid-2-1) .tile.intro-tile[data-tilespan="2"][data-position="3"] + .tile + .tile {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .grid:not(.grid-2-1) .tile.intro-tile[data-tilespan="2"][data-position="4"] + .tile {
    -webkit-order: -2;
        -ms-flex-order: -2;
            order: -2;
  }
  .grid:not(.grid-2-1) .tile.intro-tile[data-tilespan="2"][data-position="4"] + .tile + .tile {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .grid:not(.grid-2-1) .tile.intro-tile[data-tilespan="2"][data-position="4"] + .tile + .tile + .tile {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .grid:not(.grid-2-1) .tile.intro-tile[data-tilespan="3"][data-position="2"] + .tile {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .grid:not(.grid-2-1) .tile.intro-tile[data-tilespan="3"][data-position="3"] + .tile {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .grid:not(.grid-2-1) .tile.intro-tile[data-tilespan="3"][data-position="3"] + .tile + .tile {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .grid:not(.grid-2-1) .tile.intro-tile[data-tilespan="3"][data-position="4"] + .tile {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .grid:not(.grid-2-1) .tile.intro-tile[data-tilespan="3"][data-position="4"] + .tile + .tile,
  .grid:not(.grid-2-1) .tile.intro-tile[data-tilespan="3"][data-position="4"] + .tile + .tile + .tile {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .grid:not(.grid-2-1) .tile.intro-tile[data-tilespan="4"][data-position="3"] + .tile,
  .grid:not(.grid-2-1) .tile.intro-tile[data-tilespan="4"][data-position="3"] + .tile + .tile,
  .grid:not(.grid-2-1) .tile.intro-tile[data-tilespan="4"][data-position="4"] + .tile,
  .grid:not(.grid-2-1) .tile.intro-tile[data-tilespan="4"][data-position="4"] + .tile + .tile,
  .grid:not(.grid-2-1) .tile.intro-tile[data-tilespan="4"][data-position="4"] + .tile + .tile + .tile {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
.filterable.filterable-hidden {
  display: none;
}
.fix-filter .intro {
  padding-bottom: 27px;
}
.fix-filter .filter {
  position: fixed;
  top: 50px;
  right: 0;
  margin: 0;
  z-index: 5;
}
@media (min-width: 1200px) {
  .fix-filter .filter {
    width: calc(1049 * 1px  + ( 1269  - 1049 ) * (( 100vw -  1200 * 1px ) / ( 1440  - 1200 )));
  }
}
@media (min-width: 1440px) {
  .fix-filter .filter {
    width: 1269px;
  }
}
.filter {
  color: #fff;
  width: 290px;
  margin: -27px 0 0 auto;
  font-weight: 300;
  font-size: 20px;
  z-index: 7;
}
@media (min-width: 768px) {
  .filter {
    width: calc(715 * 1px  + ( 1336  - 715 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  .filter {
    width: 1336px;
  }
}
@media (min-width: 768px) {
  .filter .bootstrap-select .dropdown-toggle {
    font-size: calc(28 * 1px  + ( 34  - 28 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  .filter .bootstrap-select .dropdown-toggle {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .filter .bootstrap-select .dropdown-toggle {
    width: calc(145 * 1px  + ( 410  - 145 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  .filter .bootstrap-select .dropdown-toggle {
    width: 410px;
  }
}
.filter .bootstrap-select .dropdown-toggle .filter-option {
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter .filter-toggle {
  cursor: pointer;
  display: block;
  padding: 14px 59px 12px 12px;
  position: relative;
  z-index: 11;
  background: #656563;
}
.filter .filter-toggle:after {
  font-family: 'Glyphicons Halflings';
  content: "\e072";
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  font-size: 12px;
  right: 10px;
  top: calc(50% - 6px);
}
.filter .filter-overlay {
  position: fixed;
  height: 0;
  width: 0;
  background: rgba(137, 184, 175, 0.95);
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.2s ease-out, height 0s linear 0.3s, width 0s linear 0.3s;
}
.filter.show-filter .filter-overlay {
  height: 100vh;
  width: 100vw;
  opacity: 1;
  transition: opacity 0.2s ease-out, height 0s linear 0s, width 0s linear 0s;
}
.filter .filter-container {
  display: none;
  position: relative;
  z-index: 11;
  padding: 0 10px 11px;
  max-height: calc(100vh - 104px);
  overflow-y: auto;
}
.filter.show-filter .filter-container {
  display: block;
  background: #656563;
}
.filter .filter-container button.dropdown-toggle {
  display: none;
}
.filter .filter-container .dropdown-menu {
  margin: 0;
  border: none;
  padding: 0;
  pointer-events: auto;
  opacity: 1;
  position: relative;
  float: none;
  max-height: none;
  background: transparent;
  color: #FFFFFF;
  box-shadow: none;
  display: block;
}
.filter .filter-container .dropdown-menu a {
  color: #FFFFFF;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.filter .filter-container .dropdown-menu a:hover {
  background: transparent;
  opacity: 0.8;
}
.filter .filter-container .dropdown-menu .text {
  font-weight: 500;
  font-size: 16px;
  color: inherit;
}
.filter .filter-container .dropdown-menu > li > a {
  padding-left: 28px;
}
.filter .filter-container .bootstrap-select.btn-group.show-tick .dropdown-menu > li {
  margin-bottom: 7px;
}
.filter .filter-container .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin: 0;
}
.filter .filter-container .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  height: 20px;
  width: 20px;
  background: #fff;
  margin: 0;
  top: calc(50% - 10px);
}
.filter .filter-container .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text + span {
  top: calc(50% - 10px);
  left: 0;
  right: auto;
  height: 20px;
  width: 20px;
  margin: 0;
}
.filter .filter-container .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text + span.check-mark:before {
  color: #656563;
  line-height: 20px;
  display: inline-block;
  width: calc(100% - 1px);
  text-align: center;
  font-size: 15px;
}
.filter .filter-container .bootstrap-select.btn-group:not(.input-group-btn) {
  display: block;
  width: 100%;
}
.filter .filter-container .bootstrap-select button[data-id="select-topic"] + .dropdown-menu {
  padding-bottom: 24px;
}
.filter .filter-container .bootstrap-select button[data-id="select-target"] + .dropdown-menu {
  padding-top: 19px;
}
.filter .btn-default:last-child {
  margin-top: 10px;
  width: 100%;
}
.filter.show-filter .filter-toggle:after {
  -webkit-transform: none;
          transform: none;
  content: '';
  background: transparent url('../images/icon-login-close.svg') no-repeat center;
  background-size: contain;
  height: 10px;
  width: 10px;
  right: 11px;
  top: calc(50% - 5px);
}
@media (min-width: 768px) {
  .filter {
    text-align: right;
    padding-right: 22px;
    background: #656563;
    position: relative;
    padding: 10px 22px 7px;
    z-index: 9;
  }
  .filter .filter-toggle {
    display: inline-block;
    padding: 0 8px 0 0;
    pointer-events: none;
  }
  .filter .filter-toggle:after {
    content: none;
  }
  .filter .filter-container {
    display: inline-block;
    padding: 0;
    max-height: none;
    overflow: visible;
  }
  .filter .multiselect-native-select + button {
    margin-left: 25px;
    padding: 6px 1.05em;
  }
  .filter .mobile-only {
    display: none;
  }
  .filter .bootstrap-select.dropdown-toggle {
    background: transparent;
    font-weight: 100;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-left: 4px;
    padding-right: 4px;
  }
  .filter .bootstrap-select.dropdown-toggle:hover {
    background: transparent;
    box-shadow: none;
  }
  .filter .bootstrap-select.open .dropdown-menu.inner {
    height: auto;
  }
  .filter .bootstrap-select.open .dropdown-menu:not(.inner) {
    display: block;
    position: absolute;
    height: 0;
    overflow: hidden;
    padding: 5px 10px !important;
  }
  .filter .bootstrap-select.open .dropdown-menu:not(.inner).open {
    height: auto;
    background: #656563;
    min-width: 200px;
  }
  .filter .filter-container .dropdown-menu {
    display: block;
    position: absolute;
    height: 0;
    overflow: hidden;
    padding: 15px 10px 5px !important;
  }
  .filter .filter-container .dropdown-menu .dropdown-menu.inner > li > a {
    white-space: normal;
  }
  .filter .filter-container .dropdown-menu .text {
    line-height: 1.2em;
    font-weight: 300;
    font-size: 20px;
  }
  .filter .bootstrap-select.open > .dropdown-menu {
    pointer-events: auto;
    opacity: 1;
  }
  .filter .bootstrap-select > .dropdown-menu {
    pointer-events: none;
    opacity: 0;
  }
  .filter .btn-default:active:hover,
  .filter .btn-default.active:hover,
  .filter .open > .dropdown-toggle.btn-default:hover,
  .filter .btn-default:active:focus,
  .filter .btn-default.active:focus,
  .filter .open > .dropdown-toggle.btn-default:focus,
  .filter .btn-default:active.focus,
  .filter .btn-default.active.focus,
  .filter .open > .dropdown-toggle.btn-default.focus {
    background: transparent;
    color: #fff;
    outline: none !important;
  }
  .filter .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
  }
  .filter .filter-container .bootstrap-select.btn-group:not(.input-group-btn) {
    display: inline-block;
    width: auto;
  }
  .filter .btn-default.filter-button {
    margin-left: 15px;
    width: auto;
    padding: 3px 12px;
    font-size: 22px;
    margin-top: -8px;
  }
  .filter .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 6px;
  }
  .filter .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
    font-size: 28px;
  }
  .filter .bootstrap-select .dropdown-toggle {
    font-size: 28px;
  }
  .filter .filter-container button.dropdown-toggle {
    float: none;
    display: inline-block;
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
    box-shadow: none;
    font-weight: 100;
    padding: 0 18px 0 0;
    line-height: normal;
  }
  .filter .filter-container button.dropdown-toggle[data-id="select-topic"] {
    margin-right: 5px;
  }
  .filter .filter-container button.dropdown-toggle[data-id="select-target"] {
    margin-left: 5px;
  }
}
@media (min-width: 1024px) {
  .fix-filter .filter {
    top: 80px;
    z-index: 9;
  }
}
@media (min-width: 1200px) {
  .filter {
    padding: 19px 22px 10px;
    font-size: 22px;
    margin-top: -34px;
    transition: font-size 0.2s ease-out, padding 0.2s ease-out, width 0.2s ease-out;
  }
  .filter .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 32px;
    transition: font-size 0.2s ease-out;
  }
  .filter .filter-container button.dropdown-toggle {
    margin-top: -5px;
  }
  .fix-filter .intro {
    padding-bottom: 34px;
  }
  .fix-filter .filter {
    font-size: 20px;
    padding: 10px 22px 7px;
  }
  .fix-filter .filter .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 28px;
  }
  .fix-filter .filter .btn-default.filter-button {
    font-size: 20px;
  }
  .filter-container .dropdown-menu .text {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .fix-filter .filter {
    top: 90px;
  }
  .fix-filter .intro {
    padding-bottom: 41px;
  }
  .filter {
    padding: 19px 22px 10px 10px;
    font-size: 24px;
    margin-top: -41px;
  }
  .filter .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 36px;
  }
  .filter .filter-container button.dropdown-toggle {
    margin-top: -8px;
  }
  .filter .btn-default.filter-button {
    font-size: 24px;
    padding: 9px 27px;
  }
}
.breadcrumbs-container {
  background: #F1F1F1;
  font-weight: 300;
  font-size: 14px;
  color: #656563;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs-container a {
  color: #656563;
}
.breadcrumb {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb > li {
  display: inline;
}
.breadcrumb > li + li:before {
  content: "\003e";
  font-weight: 300;
  color: #656563;
  padding-left: 8px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .breadcrumbs-container {
    font-weight: 500;
    font-size: 16px;
  }
  .breadcrumb > li + li:before {
    padding-left: 12px;
    padding-right: 10px;
  }
}
.quote {
  background: transparent no-repeat center;
  background-size: cover;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 320px) {
  .quote {
    margin-top: calc(60 * 1px  + ( 83  - 60 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .quote {
    margin-top: 83px;
  }
}
@media (min-width: 320px) {
  .quote {
    margin-bottom: calc(60 * 1px  + ( 83  - 60 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .quote {
    margin-bottom: 83px;
  }
}
.quote .headline1 {
  margin-top: 0;
  text-align: center;
  font-size: 22px;
  margin-bottom: 17px;
}
@media (min-width: 320px) {
  .quote .headline1 {
    font-size: calc(22 * 1px  + ( 46  - 22 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .quote .headline1 {
    font-size: 46px;
  }
}
@media (min-width: 320px) {
  .quote .headline1 {
    margin-bottom: calc(17 * 1px  + ( 22  - 17 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .quote .headline1 {
    margin-bottom: 22px;
  }
}
.quote .quote-content {
  background: rgba(137, 184, 175, 0.85);
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.69em;
  position: relative;
  padding: 32px 0;
}
@media (min-width: 320px) {
  .quote .quote-content {
    font-size: calc(18 * 1px  + ( 26  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .quote .quote-content {
    font-size: 26px;
  }
}
.quote .quote-content .quote-content--text:before {
  content: '';
  display: inline-block;
  top: 0;
  left: 0;
  width: 44px;
  height: 33.333333px;
  background: transparent url('../images/icon-quotes.svg') no-repeat center;
  background-size: contain;
}
@media (min-width: 425px) {
  .quote .headline1 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .quote .quote-content {
    padding: 42px 0;
  }
  .quote .quote-content .quote-content--text {
    position: relative;
    padding-left: 66px;
  }
  .quote .quote-content .quote-content--text:before {
    position: absolute;
    display: block;
    width: 44px;
    height: 33.333333px;
    top: 10px;
  }
}
@media (min-width: 1024px) {
  .quote .quote-content {
    padding: 52px 0;
  }
  .quote .quote-content .quote-content--text {
    position: relative;
    padding-left: 77px;
  }
  .quote .quote-content .quote-content--text:before {
    width: 55px;
    height: 41.66666625px;
    top: 10px;
  }
}
@media (min-width: 1200px) {
  .quote .quote-content .quote-content--text {
    position: relative;
    padding-left: 98px;
  }
  .quote .quote-content .quote-content--text:before {
    width: 66px;
    height: 49.9999995px;
    top: 10px;
  }
}
.form-horizontal {
  margin-bottom: 50px;
}
@media (min-width: 320px) {
  .form-horizontal {
    margin-bottom: calc(50 * 1px  + ( 81  - 50 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .form-horizontal {
    margin-bottom: 81px;
  }
}
.form-horizontal .form-control:not(textarea) {
  height: 34px;
}
@media (min-width: 320px) {
  .form-horizontal .form-control:not(textarea) {
    height: calc(34 * 1px  + ( 48  - 34 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .form-horizontal .form-control:not(textarea) {
    height: 48px;
  }
}
.form-horizontal .form-control:not(select) {
  padding: 10px 15px;
}
.form-horizontal .form-control {
  position: relative;
  border-radius: 2px;
  border: solid 1px #dcdcdc;
  background-color: #fcfcfc;
  box-shadow: none;
  color: #3e3e3e;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 320px) {
  .form-horizontal .form-control {
    font-size: calc(14 * 1px  + ( 18  - 14 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .form-horizontal .form-control {
    font-size: 18px;
  }
}
.form-horizontal .form-control.error {
  box-shadow: inset 0 0 1px 1px #b36666;
}
.form-horizontal .form-control:hover,
.form-horizontal .form-control:focus,
.form-horizontal .form-control:active {
  box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.06), 0 6px 15px 1px rgba(0, 0, 0, 0.07), 0 6px 7px -4px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.form-horizontal .has-success {
  position: relative;
}
.form-horizontal .has-error {
  position: relative;
}
.form-horizontal .has-error .form-control {
  border-radius: 2px 2px 0 0;
}
.form-horizontal .has-error .help-block-error {
  position: relative;
  background-color: #da534f;
  padding: 6px 15px;
  color: #fff;
  border: 1px solid #d04c48;
  border-radius: 0 0 2px 2px;
  margin-top: -1px;
  font-size: 16px;
  line-height: 16px;
}
.form-horizontal .has-error .checkbox .help-block-error {
  display: table;
  border-radius: 2px;
  margin-top: 10px;
}
.form-horizontal .has-error .checkbox .help-block-error::before {
  position: absolute;
  top: -7px;
  left: 6px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #d04c48 transparent;
}
.form-horizontal .has-error .checkbox .help-block-error::after {
  position: absolute;
  top: -5px;
  left: 6px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #da534f transparent;
}
.form-horizontal .has-error .g-recaptcha + .help-block-error {
  display: table;
  border-radius: 2px;
  margin-top: 10px;
}
.form-horizontal .has-error .g-recaptcha + .help-block-error::before {
  position: absolute;
  top: -7px;
  left: 20px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #d04c48 transparent;
}
.form-horizontal .has-error .g-recaptcha + .help-block-error::after {
  position: absolute;
  top: -5px;
  left: 20px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #da534f transparent;
}
.form-horizontal .control-label {
  font-weight: 300;
  font-size: 14px;
  padding-top: 8px;
  color: #656563;
}
@media (min-width: 320px) {
  .form-horizontal .control-label {
    font-size: calc(14 * 1px  + ( 18  - 14 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .form-horizontal .control-label {
    font-size: 18px;
  }
}
.form-horizontal .btn-submit {
  background: #89B8AF;
  color: #fff;
  width: 100%;
}
.form-horizontal .btn-submit:hover {
  background: #89B8AF;
}
.form-horizontal .form-info {
  font-weight: 300;
  font-size: 14px;
  color: #656563;
  letter-spacing: 0px;
  line-height: 1.388em;
  margin-bottom: 15px;
}
@media (min-width: 320px) {
  .form-horizontal .form-info {
    font-size: calc(14 * 1px  + ( 18  - 14 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .form-horizontal .form-info {
    font-size: 18px;
  }
}
.form-horizontal .form-group button.btn {
  margin-top: 4px;
}
.form-horizontal .date {
  position: relative;
}
.form-horizontal .date input.form-control {
  text-align: center;
  /* 14. Februar 1977: */
  font-weight: 500;
  font-size: 14px;
  color: #656563;
  padding-right: 36px;
}
@media (min-width: 320px) {
  .form-horizontal .date input.form-control {
    font-size: calc(14 * 1px  + ( 18  - 14 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .form-horizontal .date input.form-control {
    font-size: 18px;
  }
}
@media (min-width: 320px) {
  .form-horizontal .date input.form-control {
    padding-right: calc(36 * 1px  + ( 50  - 36 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .form-horizontal .date input.form-control {
    padding-right: 50px;
  }
}
.form-horizontal .date .datepicker-button {
  background: #89B8AF url('../images/icon-datepicker.svg') no-repeat center;
  background-size: 47% auto;
  position: absolute;
  top: 0;
  right: 7px;
  height: 100%;
  width: 36px;
  border: 0px none;
}
@media (min-width: 320px) {
  .form-horizontal .date .datepicker-button {
    width: calc(36 * 1px  + ( 50  - 36 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .form-horizontal .date .datepicker-button {
    width: 50px;
  }
}
form .headline2 {
  font-size: 20px;
  margin: 0 0 1.15em;
}
@media (min-width: 320px) {
  form .headline2 {
    font-size: calc(20 * 1px  + ( 28  - 20 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  form .headline2 {
    font-size: 28px;
  }
}
form .checkbox + .checkbox {
  margin-top: 16px;
}
@media (min-width: 320px) {
  form .checkbox + .checkbox {
    margin-top: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  form .checkbox + .checkbox {
    margin-top: 20px;
  }
}
form button.btn {
  margin-top: 20px;
}
@media (min-width: 320px) {
  form button.btn {
    margin-top: calc(20 * 1px  + ( 40  - 20 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  form button.btn {
    margin-top: 40px;
  }
}
.checkbox-group {
  margin-top: 20px;
}
input[type=checkbox] {
  display: none;
}
.editable-checklist input[type="checkbox"].checkbox {
  display: inline-block;
}
/* to hide the checkbox itself */
input[type=checkbox] + label:after {
  font-family: 'Glyphicons Halflings';
  display: inline-block;
}
input[type=checkbox] + label {
  position: relative;
  font-weight: 300;
  padding-left: 35px;
  font-size: 18px;
  line-height: 1.2777777em;
}
input[type=checkbox] + label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  height: 24px;
  width: 24px;
  border-radius: 2px;
  border: solid 1px #dcdcdc;
  background-color: #fcfcfc;
  margin: 0;
  top: calc(50% - 12px);
}
input[type=checkbox]:checked + label:after {
  content: '\e013';
  position: absolute;
  left: 1px;
  top: calc(50% - 12px);
  color: #656563;
  font-size: 20px;
}
.radio-group {
  /* to hide the checkbox itself */
}
.radio-group input[type=radio] {
  display: none;
}
.radio-group input[type=radio] + label:after {
  font-family: 'Glyphicons Halflings';
  display: inline-block;
}
.radio-group input[type=radio] + label {
  position: relative;
  font-weight: 300;
  padding-left: 35px;
  font-size: 18px;
  line-height: 1.2777777em;
}
.radio-group input[type=radio] + label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  height: 20px;
  width: 20px;
  background: #f0f0f0;
  margin: 0;
  top: calc(50% - 10px);
  border-radius: 50%;
}
.radio-group input[type=radio]:checked + label:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  top: calc(50% - 6px);
  left: 4px;
  background-color: #656563;
}
.toggle-control-label {
  margin-bottom: 5px;
}
.radio-toggle-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  background-image: linear-gradient(to bottom, #f7f7f7, #ededed);
}
.radio-toggle-container .toggle {
  width: 50%;
  padding: 0;
}
.radio-toggle-container .toggle input[type="radio"] {
  display: none;
}
.radio-toggle-container .toggle input[type="radio"] + label:hover {
  background-image: linear-gradient(to bottom, rgba(211, 211, 211, 0.33), rgba(211, 211, 211, 0.33)), linear-gradient(to bottom, #f7f7f7 1%, #ededed);
}
.radio-toggle-container .toggle input[type="radio"]:checked + label {
  background-color: #89B8AF;
  border: solid 1px #ed1012;
  color: #fff;
  font-weight: 500;
}
.radio-toggle-container .toggle input[type="radio"]:checked + label:hover {
  background-image: none;
}
.radio-toggle-container .toggle label {
  font-size: 14px;
  border: 1px solid transparent;
  font-weight: 300;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  margin: -1px 0 -1px 0;
  height: 32px;
  line-height: 32px;
}
@media (min-width: 320px) {
  .radio-toggle-container .toggle label {
    font-size: calc(14 * 1px  + ( 18  - 14 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .radio-toggle-container .toggle label {
    font-size: 18px;
  }
}
@media (min-width: 320px) {
  .radio-toggle-container .toggle label {
    height: calc(32 * 1px  + ( 48  - 32 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .radio-toggle-container .toggle label {
    height: 48px;
  }
}
@media (min-width: 320px) {
  .radio-toggle-container .toggle label {
    line-height: calc(32 * 1px  + ( 50  - 32 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .radio-toggle-container .toggle label {
    line-height: 50px;
  }
}
.radio-toggle-container .toggle:first-of-type input[type="radio"] + label {
  border-radius: 2px 0 0 2px;
  margin: -1px 1px -1px -1px;
}
.radio-toggle-container .toggle:last-of-type input[type="radio"] + label {
  border-radius: 0 2px 2px 0;
  margin: -1px -1px -1px 1px;
}
.bootstrap-select-container .bootstrap-select {
  width: 100% !important;
  background: #d7d7d7;
  box-shadow: none !important;
}
.bootstrap-select-container .bootstrap-select .dropdown-toggle {
  background: transparent !important;
  margin-top: 0 !important;
  height: 34px;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 320px) {
  .bootstrap-select-container .bootstrap-select .dropdown-toggle {
    height: calc(34 * 1px  + ( 48  - 34 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .bootstrap-select-container .bootstrap-select .dropdown-toggle {
    height: 48px;
  }
}
@media (min-width: 320px) {
  .bootstrap-select-container .bootstrap-select .dropdown-toggle {
    font-size: calc(14 * 1px  + ( 18  - 14 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .bootstrap-select-container .bootstrap-select .dropdown-toggle {
    font-size: 18px;
  }
}
.bootstrap-select-container .bootstrap-select .dropdown-toggle:hover {
  box-shadow: none;
}
.bootstrap-select-container .bootstrap-select:hover,
.bootstrap-select-container .bootstrap-select:focus,
.bootstrap-select-container .bootstrap-select:active,
.bootstrap-select-container .bootstrap-select.open {
  background: #bebebe;
}
.select2-choice {
  color: #656563 !important;
  font-size: 20px !important;
  padding: 12px 25px 6px 12px !important;
  border: none !important;
  border-radius: 0px !important;
  height: 50px !important;
  background: #F0F0F0 !important;
  background-image: none !important;
}
.select2-container {
  width: 100%;
}
.select2-arrow {
  border: none !important;
  background: none !important;
  padding-top: 12px !important;
  right: 10px !important;
}
.editableform {
  padding-top: 10px !important;
}
.editable-container,
.editable-inline,
.editable-container .form-group,
.editable-container textarea,
.editable-input {
  width: 100% !important;
}
.editable-error-block {
  background-color: #da534f;
  padding: 6px 15px;
  color: #fff !important;
  border: 1px solid #d04c48;
  border-radius: 2px;
  margin-top: 10px;
  max-width: 100%;
}
.form-hint {
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 6px;
}
.form-hint__header {
  font-weight: bold;
}
.form-hint__text {
  margin: 0;
}
.comments .container {
  border-top: 1px solid rgba(101, 101, 99, 0.32);
  padding-top: 32px;
}
@media (min-width: 320px) {
  .comments .container {
    padding-top: calc(32 * 1px  + ( 59  - 32 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .comments .container {
    padding-top: 59px;
  }
}
.comments .comments-counter {
  font-weight: 300;
  font-size: 36px;
  font-size: 22px;
  margin-bottom: 42px;
}
@media (min-width: 320px) {
  .comments .comments-counter {
    font-size: calc(22 * 1px  + ( 36  - 22 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .comments .comments-counter {
    font-size: 36px;
  }
}
@media (min-width: 320px) {
  .comments .comments-counter {
    margin-bottom: calc(42 * 1px  + ( 68  - 42 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .comments .comments-counter {
    margin-bottom: 68px;
  }
}
.comments .comments-counter strong {
  font-weight: 500;
}
.comment-list {
  margin-bottom: 65px;
}
@media (min-width: 320px) {
  .comment-list {
    margin-bottom: calc(65 * 1px  + ( 135  - 65 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .comment-list {
    margin-bottom: 135px;
  }
}
.comment-list .comment {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7em;
  margin-bottom: 15px;
}
@media (min-width: 320px) {
  .comment-list .comment {
    font-size: calc(14 * 1px  + ( 20  - 14 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .comment-list .comment {
    font-size: 20px;
  }
}
@media (min-width: 320px) {
  .comment-list .comment {
    margin-bottom: calc(15 * 1px  + ( 25  - 15 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .comment-list .comment {
    margin-bottom: 25px;
  }
}
.comment-list .comment-header {
  margin-bottom: 16px;
}
@media (min-width: 320px) {
  .comment-list .comment-header {
    margin-bottom: calc(16 * 1px  + ( 24  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .comment-list .comment-header {
    margin-bottom: 24px;
  }
}
.comment-list .comment-header .date {
  display: block;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 320px) {
  .comment-list .comment-header .date {
    font-size: calc(16 * 1px  + ( 18  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .comment-list .comment-header .date {
    font-size: 18px;
  }
}
.comment-list .comment-header .user {
  display: block;
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 320px) {
  .comment-list .comment-header .user {
    font-size: calc(18 * 1px  + ( 24  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .comment-list .comment-header .user {
    font-size: 24px;
  }
}
.comment-list .mark-as-spam {
  font-weight: 300;
  font-size: 14px;
  color: #ADADAD;
  padding: 5px 0;
  display: block;
  text-align: right;
  margin-top: 10px;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
@media (min-width: 320px) {
  .comment-list .mark-as-spam {
    font-size: calc(14 * 1px  + ( 18  - 14 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .comment-list .mark-as-spam {
    font-size: 18px;
  }
}
.comment-list .mark-as-spam:hover {
  opacity: 0.6;
}
.comment-list .comment + .comment {
  margin-top: 56px;
}
@media (min-width: 320px) {
  .comment-list .comment + .comment {
    margin-top: calc(56 * 1px  + ( 108  - 56 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .comment-list .comment + .comment {
    margin-top: 108px;
  }
}
@media (min-width: 1024px) {
  .comment-list .comment {
    position: relative;
  }
  .comment-list .comment .mark-as-spam {
    right: 0;
    margin: 0;
    top: 28px;
    position: absolute;
  }
}
.carousel-control {
  opacity: 0.01;
  transition-property: opacity;
  transition-duration: 0.28s;
  transition-timing-function: ease-out;
}
.carousel-control:hover {
  opacity: 0.5;
}
.carousel-control {
  opacity: 1;
  box-shadow: none !important;
  background: transparent !important;
  width: 10%;
}
.carousel-control.left .glyphicon:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.carousel-control.left .glyphicon {
  left: 11px;
  margin-left: 0;
}
.carousel-control.right .glyphicon {
  right: 11px;
  margin-right: 0;
}
.carousel-control .glyphicon {
  height: 20px;
  width: 20px;
}
.carousel-control .glyphicon:before {
  content: '';
  content: none;
  display: block;
  height: 100%;
  background: transparent url('../images/icon-carousel-indicator.svg') no-repeat center;
  background-size: contain;
}
.split-row {
  position: relative;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.split-row .tile .tile-block {
  background: #89B8AF;
}
.split-row .tile .tile-block a {
  color: #fff;
}
.split-row .tile .tile-content {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.5em;
  padding: 1.25em;
}
@media (min-width: 320px) {
  .split-row .tile .tile-content {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1024  - 320 )));
  }
}
@media (min-width: 1024px) {
  .split-row .tile .tile-content {
    font-size: 20px;
  }
}
.split-row .tile .tile-content .info p {
  margin: 0;
}
.split-row .tile .tile-content .info .btn {
  display: block;
}
.split-row .tile.image-tile {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.split-row .tile.image-tile .tile-content {
  padding: 0;
  height: 125px;
}
@media (min-width: 320px) {
  .split-row .tile.image-tile .tile-content {
    height: calc(125 * 1px  + ( 250  - 125 ) * (( 100vw -  320 * 1px ) / ( 768  - 320 )));
  }
}
@media (min-width: 768px) {
  .split-row .tile.image-tile .tile-content {
    height: 250px;
  }
}
.split-row .tile.image-tile .tile-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.split-row .tile-block.has-background-image {
  background: transparent no-repeat center;
  background-size: cover;
}
.split-row .tile-block.has-background-image .tile-content {
  background: rgba(101, 101, 99, 0.9);
  height: 100%;
}
.split-row .date {
  font-size: 16px;
  margin-bottom: 5px;
}
@media (min-width: 320px) {
  .split-row .date {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1024  - 320 )));
  }
}
@media (min-width: 1024px) {
  .split-row .date {
    font-size: 20px;
  }
}
.split-row .title {
  font-size: 20px;
  line-height: 1.17857em;
  margin: 0 0 0.7em;
}
@media (min-width: 320px) {
  .split-row .title {
    font-size: calc(20 * 1px  + ( 28  - 20 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .split-row .title {
    font-size: 28px;
  }
}
.split-row .poll-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 31px;
}
@media (min-width: 320px) {
  .split-row .poll-info {
    margin-top: calc(31 * 1px  + ( 50  - 31 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .split-row .poll-info {
    margin-top: 50px;
  }
}
.split-row .poll-info .btn {
  display: block;
  margin-top: 10px;
  line-height: 1.3em;
  padding-right: 1.2em;
  padding-left: 1.2em;
  font-size: 16px;
}
@media (min-width: 320px) {
  .split-row .poll-info .btn {
    font-size: calc(16 * 1px  + ( 22  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .split-row .poll-info .btn {
    font-size: 22px;
  }
}
.split-row.split-row-1-3 .tile {
  background: #F1F1F1;
}
.split-row.split-row-1-3 .tile .tile-block {
  background: transparent;
}
.split-row.split-row-1-3 .title {
  color: #89B8AF;
  font-weight: 300;
  margin-top: 0;
  font-size: 28px;
  margin-bottom: 6px;
}
@media (min-width: 320px) {
  .split-row.split-row-1-3 .title {
    font-size: calc(28 * 1px  + ( 46  - 28 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .split-row.split-row-1-3 .title {
    font-size: 46px;
  }
}
@media (min-width: 320px) {
  .split-row.split-row-1-3 .title {
    margin-bottom: calc(6 * 1px  + ( 16  - 6 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .split-row.split-row-1-3 .title {
    margin-bottom: 16px;
  }
}
.split-row.split-row-1-3 .tile-content {
  color: #656563;
}
.split-row.split-row-1-3 .tile-content a,
.split-row.split-row-1-3 .tile-content button {
  color: #656563;
}
.split-row.split-row-1-3 .tile-content a[href^="mailto"] {
  text-decoration: underline;
}
.split-row.split-row-1-3 .tile.image-tile .tile-content {
  height: 240px;
}
@media (min-width: 320px) {
  .split-row.split-row-1-3 .tile.image-tile .tile-content {
    height: calc(240 * 1px  + ( 400  - 240 ) * (( 100vw -  320 * 1px ) / ( 499  - 320 )));
  }
}
@media (min-width: 499px) {
  .split-row.split-row-1-3 .tile.image-tile .tile-content {
    height: 400px;
  }
}
@media (min-width: 450px) {
  .split-row .poll-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .split-row .poll-info .btn {
    width: auto;
    margin: 0;
  }
}
@media (min-width: 500px) {
  .split-row-1-3 {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .split-row-1-3 .tile {
    margin-left: 10px;
  }
  .split-row-1-3 > .tile:first-child {
    width: 50%;
    margin-left: 0;
  }
  .split-row-1-3 > .tile:last-child {
    width: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .split-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .split-row + .split-row {
    margin-top: 8px;
  }
  .split-row > * {
    width: calc(50% - 5px);
  }
  .split-row .tile-block {
    height: 100%;
  }
  .split-row .tile-content {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .split-row .tile.image-tile {
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .split-row .tile.image-tile .tile-content {
    height: 100%;
  }
  .split-row .poll-info .btn {
    line-height: 1.17em;
  }
  .split-row.split-row-1-3 {
    margin-left: 0;
  }
  .split-row.split-row-1-3 > .tile:first-child {
    width: 33.33333333%;
  }
  .split-row.split-row-1-3 > .tile:last-child {
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .split-row {
    margin-left: -10px;
  }
  .split-row .poll-list:last-child {
    margin-bottom: 0;
  }
  .split-row.split-row-1-2 .tile {
    padding-left: 10px;
  }
  .split-row.split-row-1-2 .tile:first-child {
    width: 33.33333333%;
  }
  .split-row.split-row-1-2 .tile:last-child {
    width: 66.66666667%;
  }
  .split-row.split-row-2-1 .tile {
    padding-left: 10px;
  }
  .split-row.split-row-2-1 .tile:first-child {
    width: 66.66666667%;
  }
  .split-row.split-row-2-1 .tile:last-child {
    width: 33.33333333%;
  }
  .split-row.split-row-1-3 > .tile:first-child {
    width: 25%;
  }
  .split-row.split-row-1-3 > .tile:last-child {
    width: 75%;
  }
}
.press-toggle {
  margin-top: 30px;
}
.press-toggle .toggle-control .toggle-control--button-container .btn {
  font-size: 26px;
  font-size: 14px;
}
@media (min-width: 320px) {
  .press-toggle .toggle-control .toggle-control--button-container .btn {
    font-size: calc(14 * 1px  + ( 26  - 14 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .press-toggle .toggle-control .toggle-control--button-container .btn {
    font-size: 26px;
  }
}
.toggle-control {
  border: 2px solid #89B8AF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.toggle-control .toggle-control--button-container {
  width: 50%;
}
.toggle-control .toggle-control--button-container .btn {
  width: 100%;
  font-size: 14px;
  white-space: normal;
  color: #89B8AF;
  background: #fff;
  box-shadow: none;
  font-weight: 400;
  font-weight: 300;
}
.toggle-control .toggle-control--button-container.active .btn {
  color: #fff;
  background: #89B8AF;
  position: relative;
  font-weight: 500;
}
.toggle-control .toggle-control--button-container.active .btn:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -15px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #89B8AF;
  font-size: 0;
  line-height: 0;
  left: calc(50% - 12px);
}
.break-tile {
  width: 100%;
  background: transparent url('../images/block-aktuelles02.jpg');
  background-size: cover;
  text-align: center;
  position: relative;
  padding: 20px 10px;
  margin-bottom: 40px;
}
.break-tile:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(101, 101, 99, 0.9);
}
.break-tile > * {
  position: relative;
  z-index: 2;
}
.break-tile .title {
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
}
@media (min-width: 320px) {
  .break-tile .title {
    font-size: calc(16 * 1px  + ( 24  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .break-tile .title {
    font-size: 24px;
  }
}
.break-tile .form-group {
  margin: 0;
}
.break-tile .btn-submit {
  white-space: normal;
  margin-top: 17px;
  font-size: 18px;
}
@media (min-width: 320px) {
  .break-tile .btn-submit {
    font-size: calc(18 * 1px  + ( 26  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .break-tile .btn-submit {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .break-tile {
    padding: 24px 20px;
  }
}
@media (min-width: 1200px) {
  .square,
  .square-static {
    padding: 40px 20px;
  }
}
@media (max-width: 1200px) {
  .square,
  .square-static {
    padding: 20px;
  }
}
.square,
.square-static {
  text-align: center;
  border: 1px solid #ddd;
  background: #fff;
  color: #999;
  border-radius: 2px;
  transition: all 0.35s ease-out;
}
.square i,
.square-static i {
  font-size: 60px;
  color: #89B8AF;
}
.square h2,
.square-static h2 {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #89B8AF;
  font-size: 20px;
}
.square p,
.square-static p {
  white-space: normal;
}
.square h2,
.square-static h2,
.square h3,
.square-static h3 {
  white-space: normal;
  overflow-wrap: break-word;
}
.active .square,
.square:hover {
  background: #89B8AF;
  border-color: #89B8AF;
}
.active .square i,
.active .square h2,
.active .square h3,
.active .square p,
.square:hover h2,
.square:hover h3,
.square:hover i,
.square:hover p {
  color: #fff;
}
label.btn.square,
label.btn.square-static {
  width: 100%;
}
label.btn.square.active {
  color: #fff;
  background: #89B8AF;
  border-color: #89B8AF;
}
label.btn.square.active i {
  color: #fff;
}
.poll-list {
  padding: 0;
  margin: 20px 0 30px;
  list-style: none;
}
.poll-list > li + li {
  margin-top: 20px;
}
.poll-list .poll {
  position: relative;
  line-height: 24px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 5px;
}
.poll-list .chart {
  display: block;
  position: absolute;
  height: 24px;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.8) 100%);
}
.stats-container {
  text-align: right;
}
.stats-container .comments,
.stats-container .stats {
  padding-left: 1.8em;
  background: transparent no-repeat left center;
  background-size: contain;
  font-weight: 500;
  color: #FFFFFF;
  display: inline-block;
}
.stats-container .comments {
  background-image: url('../images/icon-comments.svg');
  margin-bottom: 5px;
}
.stats-container .stats {
  background-image: url('../images/icon-stats.svg');
  margin-left: 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .poll-list {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .poll-list {
    margin-bottom: 28px;
  }
  .poll-list > li + li {
    margin-top: 10px;
  }
  .poll-list > li.float-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
  }
  .poll-list > li.float-bar .statement {
    width: 538px;
    margin-right: 23px;
    line-height: normal;
  }
  .poll-list > li.float-bar .poll {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}
header {
  position: relative;
}
header .navbar {
  margin-bottom: 0;
  border: none;
}
header .navbar .container {
  position: relative;
}
header .contact-shortcut {
  z-index: 1031;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  padding: 5px 0;
}
header .contact-shortcut a {
  font-size: 14px;
  font-weight: 700;
  color: inherit;
}
header .navbar-brand {
  position: relative;
  left: -10px;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .navbar-brand img {
  max-height: 30px;
  max-width: 200px;
  height: auto;
}
header .navbar-collapse {
  position: absolute;
  top: 50px;
  z-index: 1031;
  width: 100%;
  left: 0;
  margin: 0 !important;
  padding: 0;
  border: none;
}
header .navbar-wrapper {
  background: rgba(137, 184, 175, 0.95);
  width: 100%;
  margin: 0;
  height: 100%;
  height: calc(100vh - 50px);
  padding-top: 30px;
  overflow: auto;
}
header .navbar-nav {
  font-weight: 300;
  font-size: 18px;
}
header .navbar-nav .account-menu-hidden-spacer {
  visibility: hidden;
  margin-right: 34px;
}
header .contact-shortcut {
  background: #E37A3C;
}
header .login-dropdown {
  position: absolute;
  top: 14px;
  right: 46px;
  z-index: 1032;
}
header .login-dropdown .dropdown-toggle {
  color: #7f8082;
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
header .login-dropdown .dropdown-toggle:hover {
  opacity: 0.6;
}
header .login-dropdown .dropdown-toggle .toggle-text {
  display: none;
}
header .login-dropdown .create-account-container {
  padding: 20px;
  background-color: #e0e0e0;
}
header .navbar-toggle {
  border: none;
  margin-right: 0;
  right: -7px;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
header .navbar-toggle:hover {
  opacity: 0.7;
}
header .dropdown-menu {
  display: block;
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  transition: max-height 0s linear 0.2s, opacity 0.15s ease-out;
}
header .open > .dropdown-menu {
  pointer-events: auto;
  opacity: 1;
  max-height: 100vh;
  transition: max-height 0s linear, opacity 0.15s ease-out;
}
.fix-header > header {
  position: fixed;
  margin-top: -10px;
  z-index: 11;
  width: 100%;
}
.fix-header > header nav {
  box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.1);
}
.fix-header main {
  padding-top: 80px;
}
.navbar-additional {
  margin-top: 30px;
}
.navbar-additional > li > a {
  background: transparent;
  position: relative;
  z-index: 2;
}
.navbar-additional > li > a:hover {
  background: transparent !important;
}
.navbar-additional li:after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  height: 100%;
  width: 100vw;
  background: #72A39A;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.navbar-default .navbar-nav > li > a {
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 2px;
}
@media (min-width: 425px) and (max-width: 1023px) {
  .navbar-default .navbar-nav > li > a {
    text-align: center;
  }
}
.navbar-toggle {
  top: 2px;
}
.navbar-toggle .icon-bar {
  background-color: #656563 !important;
  border-radius: 0;
  transition: all 0.2s;
}
.navbar-toggle .icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}
.navbar-toggle .icon-bar:nth-child(3) {
  opacity: 0;
}
.navbar-toggle .icon-bar:nth-child(4) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.navbar-toggle.collapsed .icon-bar:nth-child(3) {
  opacity: 1;
}
.navbar-toggle.collapsed .icon-bar:nth-child(4) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.login-form-container {
  overflow: hidden;
  float: none;
  border: none;
  border-radius: 6px;
  padding: 0;
  margin: 0;
  top: 36px;
  right: -62px;
  left: auto;
  width: 320px;
  background: #f9f9f9;
  box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.12), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 6px 7px -4px rgba(0, 0, 0, 0.2);
  color: #3c3c3c;
  font-weight: 300;
}
.login-form-container a {
  color: #949494;
  text-decoration: underline;
}
.login-form-container a.btn {
  color: initial;
}
.login-form-container .login-form-container-header {
  background: #e0e0e0;
  padding: 10px 20px;
  margin-bottom: 10px;
  color: #3c3c3c;
}
.login-form-container .login-form-container-header.logged-in-header {
  background: linear-gradient(to bottom, rgba(137, 184, 175, 0.9), rgba(137, 184, 175, 0.9)), url('../images/account-menu-background01-small.jpg') no-repeat center;
  background-size: cover;
  padding: 30px 20px;
  margin-bottom: 0;
  color: #fff;
  position: relative;
}
.login-form-container .login-form-container-header.logged-in-header .btn-close {
  position: absolute;
  top: 10px;
  right: 20px;
}
.login-form-container .login-form-container-header.logged-in-header .dropdown-account-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-form-container .login-form-container-header.logged-in-header .dropdown-account-header__picture {
  width: 80px;
  height: 80px;
}
.login-form-container .login-form-container-header.logged-in-header .dropdown-account-header__picture a {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.login-form-container .login-form-container-header.logged-in-header .dropdown-account-header__picture img {
  width: 80px;
  height: 80px;
}
.login-form-container .login-form-container-header.logged-in-header .dropdown-account-header__name {
  padding: 0 11px;
}
.login-form-container .login-form-container-header.logged-in-header .dropdown-account-header__name h5 {
  background: none;
  padding: 0;
  font-weight: 700;
}
.login-form-container .login-form-container-header.logged-in-header .dropdown-account-header__name a {
  color: #fff;
}
.login-form-container .login-form-container-header h5 {
  padding-left: 35px;
  background: transparent url('../images/icon-login-3c3c3c.svg') no-repeat left center;
  background-size: contain;
  margin: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
.login-form-container .login-form-container-header .btn-close {
  background: none;
  border: none;
  height: 26px;
  width: 26px;
  padding: 0;
}
.login-form-container form {
  padding: 10px 20px;
}
.login-form-container form.form-horizontal {
  margin-bottom: 10px;
}
.login-form-container form.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 7px;
}
.login-form-container form p {
  margin: 16px 0 6px;
  font-size: 18px;
}
.login-form-container .forgot-password-container {
  margin-bottom: 6px;
  margin-top: -10px;
  font-size: 14px;
}
.login-form-container .forgot-password-container a {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.login-form-container .forgot-password-container a:hover {
  opacity: 0.6;
}
.login-form-container .btn {
  width: 100%;
  /*font-weight: 500;*/
  font-size: 18px !important;
  text-decoration: none;
}
.login-form-container .logged-in-container {
  padding: 0;
  max-height: calc(100vh - 220px);
  overflow-y: auto;
}
.login-form-container .logged-in-container h4 {
  margin: 0 0 2px;
  font-size: 18px;
  line-height: 1.16666em;
}
.login-form-container .logged-in-container ul {
  /*border-top: 1px solid #4B4B4B;
      margin: 14px 0 0;
      padding: 12px 0 0;*/
  margin: 0px 0 0;
  padding: 0px 0 0;
  list-style: none;
}
.login-form-container .logged-in-container ul li:not(:last-of-type) a {
  border-bottom: 1px solid #ececec;
}
.login-form-container .logged-in-container ul li {
  background-color: #fff;
}
.login-form-container .logged-in-container ul li a {
  padding: 12px 20px;
  display: block;
  font-size: 16px;
  text-decoration: none;
  opacity: 1;
  transition: padding-left 0.4s ease-out;
  color: #3c3c3c;
}
.login-form-container .logged-in-container ul li a:hover {
  text-decoration: none;
  background-color: #ececec;
  padding-left: 25px;
}
.login-form-container .logged-in-container ul li a .fa {
  color: #818181;
  line-height: inherit;
}
.login-form-container .logged-in-container ul li.item-dark a {
  background-color: #ececec;
}
.login-form-container .logged-in-container ul li.item-dark a:hover {
  background-color: #dcdcdc;
}
.login-form-container .logged-in-container ul li.item-dark a .fa {
  color: #3c3c3c;
}
.login-form-container .logged-in-container .submit-group {
  margin: 14px 0 0;
}
.login-form-container .logged-in-container .submit-group a {
  width: 100%;
  display: block;
  text-decoration: none;
}
.login-form-container .logged-in-container .submit-group a + a {
  margin-top: 10px;
}
.login-form-container form button.btn {
  margin-top: 0;
}
@media (min-width: 425px) {
  .navbar-additional li:after {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .login-form-container {
    width: 380px;
  }
}
@media (min-width: 1024px) {
  header .navbar {
    width: calc(950 * 1px  + ( 1233  - 950 ) * (( 100vw -  1024 * 1px ) / ( 1440  - 1024 )));
  }
}
@media (min-width: 1440px) {
  header .navbar {
    width: 1233px;
  }
}
@media (min-width: 1024px) {
  header .navbar-brand {
    left: calc(30 * 1px  + ( 80  - 30 ) * (( 100vw -  1024 * 1px ) / ( 1440  - 1024 )));
  }
}
@media (min-width: 1440px) {
  header .navbar-brand {
    left: 80px;
  }
}
@media (min-width: 1024px) {
  header .login-dropdown {
    right: calc(38 * 1px  + ( 103  - 38 ) * (( 100vw -  1024 * 1px ) / ( 1440  - 1024 )));
  }
}
@media (min-width: 1440px) {
  header .login-dropdown {
    right: 103px;
  }
}
@media (min-width: 1024px) {
  header .navbar-nav.navbar-main {
    right: calc(70 * 1px  + ( 135  - 70 ) * (( 100vw -  1024 * 1px ) / ( 1440  - 1024 )));
  }
}
@media (min-width: 1440px) {
  header .navbar-nav.navbar-main {
    right: 135px;
  }
}
@media (min-width: 1024px) {
  .fix-header > header {
    margin-top: -30px;
    box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.1);
    height: 120px;
    background: #fff;
  }
  .fix-header > header nav {
    box-shadow: none;
  }
  .fix-header main {
    padding-top: 120px;
  }
  body > header {
    height: 120px;
  }
  body > header .navbar {
    height: 80px;
    margin: 0 auto;
    padding-top: 25px;
    position: relative;
    width: 100%;
  }
  body > header .navbar .container {
    width: 100%;
  }
  body > header .navbar:before {
    content: none;
    position: absolute;
    background: #fff;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body > header .navbar-header {
    float: none;
  }
  body > header .navbar-brand {
    height: auto;
    margin-left: 0 !important;
    top: -20px;
  }
  body > header .navbar-brand img {
    max-height: 55px;
    max-width: 200px;
  }
  body > header .login-dropdown {
    position: absolute;
    left: auto;
    top: -2px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    padding: 9px 18px;
  }
  body > header .login-dropdown .dropdown-toggle {
    height: 26px;
    width: auto;
  }
  body > header .login-dropdown .dropdown-toggle img {
    vertical-align: -6px;
  }
  body > header .login-dropdown .dropdown-toggle .toggle-text {
    display: inline;
  }
  body > header .login-form-container {
    right: 0;
  }
  body > header .navbar-default {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    z-index: 1030;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body > header .navbar-default .navbar-collapse {
    top: 0;
  }
  body > header .navbar-default .navbar-nav {
    padding: 0;
  }
  body > header .navbar-default .navbar-nav > li > a {
    color: #656563 !important;
    font-size: 16px;
    padding: 10px 9px;
    transition: color 0.2s ease-out;
    margin-bottom: 0;
  }
  body > header .navbar-default .navbar-nav > li > a:hover {
    color: #89B8AF !important;
  }
  body > header .navbar-default .navbar-nav > li.active > a {
    color: #656563;
    position: relative;
  }
  body > header .navbar-default .navbar-nav > li.active > a:after {
    content: '';
    position: absolute;
    bottom: 4px;
    width: calc(100% - 18px);
    left: 9px;
    height: 2px;
    background: #89B8AF;
  }
  body > header .navbar-default .navbar-nav > li.active > a:hover {
    color: #656563;
  }
  body > header .navbar-nav {
    font-size: 18px;
    padding-top: 29px;
  }
  body > header .navbar-wrapper {
    background: transparent;
    height: auto;
    padding: 0;
    overflow: visible;
  }
  body > header .contact-shortcut {
    width: auto;
    z-index: 1032;
    position: fixed;
    position: absolute;
    right: 0;
    padding-right: 14px;
    padding-left: 14px;
  }
  body > header .navbar-nav.navbar-main {
    padding-right: 10px;
    top: 27px;
    position: absolute;
    float: none !important;
  }
  body > header .navbar-nav.navbar-additional {
    position: fixed;
    position: absolute;
    top: -40px;
    margin: 0;
    right: 313px;
    font-size: 0;
  }
  body > header .navbar-nav.navbar-additional > li > a {
    color: #fff !important;
    font-size: 14px;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 3px;
    background: #72A39A;
    transition: background 0.2s ease-out;
  }
  body > header .navbar-nav.navbar-additional > li > a:after {
    content: none;
  }
  body > header .navbar-nav.navbar-additional > li > a:hover {
    color: #fff !important;
    background: #5e958b !important;
  }
  body > header .login-dropdown > .dropdown-menu {
    top: -9px;
    right: -20px;
  }
}
@media (min-width: 1440px) {
  .fix-header > header {
    height: 150px;
    margin-top: -60px;
    background: #fff;
  }
  .fix-header main {
    padding-top: 150px;
  }
  body > header {
    height: 150px;
  }
  body > header .navbar-brand {
    height: auto;
    top: 0;
  }
  body > header .navbar-brand img {
    max-height: 66px;
    max-width: 200px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: width 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: width 0.2s ease-out, transform 0.2s ease-out;
    transition: width 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  body > header .navbar-nav .account-menu-hidden-spacer {
    margin-right: 0;
  }
  body > header .navbar-nav.navbar-main {
    top: 35px;
  }
  body > header .login-dropdown {
    top: 13px;
  }
  body > header .navbar-default .navbar-nav.navbar-main > li > a {
    font-size: 18px;
    padding: 15px 18px;
  }
  body > header .navbar-nav.navbar-main {
    padding-right: 20px;
  }
  body > header .navbar-brand {
    left: calc(50% - 640px);
  }
  body > header .navbar-nav.navbar-main {
    right: calc(50% - 585px);
  }
  body > header .login-dropdown {
    right: calc(50% - 616px);
  }
  .fix-header-nav header .navbar-brand {
    position: fixed;
    top: 16px;
    margin-bottom: 0;
  }
  .fix-header-nav header .login-dropdown {
    position: fixed;
    top: 26px;
  }
  .fix-header-nav header .navbar-nav.navbar-main {
    position: fixed;
    top: 26px;
  }
  header .navbar-default .navbar-nav > li.active > a:after {
    width: calc(100% - 36px);
    left: 18px;
  }
}
footer {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  background: #656563;
  padding: 56px 0 0;
}
footer a {
  color: #fff;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
footer a:hover {
  color: #fff;
  opacity: 0.6;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .link-list-head {
  font-weight: 500;
  color: #AED3CC;
  margin-top: 0;
  margin-bottom: 23px;
  position: relative;
  font-size: 14px;
}
footer .links-column {
  margin-bottom: 33px;
}
footer .links-column a {
  position: relative;
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
}
footer .partner-list,
footer .socialize-list {
  color: green;
}
footer .partner-list img,
footer .socialize-list img {
  max-height: 30px;
}
footer .partner-list img + span,
footer .socialize-list img + span {
  display: none;
}
footer .partner-list a,
footer .socialize-list a {
  display: block;
}
footer .partner-list li,
footer .socialize-list li {
  display: inline-block;
  margin-right: 22px;
  margin-bottom: 10px;
}
footer .partner-list li:last-child,
footer .socialize-list li:last-child {
  margin-right: 0;
}
footer .partner-list + .link-list-head {
  margin-top: 33px;
}
@media (min-width: 480px) {
  .footer-bottom .all-rights-reserved span {
    display: inline-block;
  }
  .footer-bottom .footer-logo img {
    height: 70px;
  }
}
@media (min-width: 500px) {
  .footer-menu-row {
    text-align: center;
  }
  .footer-menu-row .footer-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -20px;
    margin-right: -20px;
  }
  .footer-menu-row .footer-menu .links-column:nth-child(1),
  .footer-menu-row .footer-menu .links-column:nth-child(2) {
    margin-top: 0;
  }
  .footer-menu-row .footer-menu .links-column {
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    margin-top: 33px;
    padding: 0 20px;
  }
  .footer-menu-row .footer-menu .links-column a:after {
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .footer-menu-row .our-heroes-links {
    text-align: left;
    padding-left: 30px;
  }
  .footer-bottom .content-width {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-bottom .content-width a {
    display: inline;
  }
  .footer-bottom .content-width a:before {
    content: ' / ';
  }
  .footer-bottom .content-width .copyright {
    line-height: 28px;
  }
  .footer-bottom .content-width .creator {
    margin: 0;
  }
  .footer-bottom .content-width .creator .craze {
    display: block;
    height: 100%;
  }
  .footer-bottom .content-width .creator .craze:before {
    content: none;
  }
  .footer .additional-order-info {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .footer-menu-row .footer-menu {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
  }
  .footer-menu-row .footer-menu .link-list-head {
    border: none;
  }
  .footer-menu-row .footer-menu .links-column a:after {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .footer-menu-row .our-heroes-links {
    padding-left: 0;
  }
  footer .partner-list img,
  footer .socialize-list img {
    max-height: 50px;
  }
}
@media (min-width: 1024px) {
  .footer-menu-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-menu-row .footer-menu {
    max-width: none;
    margin: 0;
    width: 100%;
  }
  .footer-menu-row .footer-menu .links-column {
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin-top: 0 !important;
  }
}
.footer-bottom {
  background: #555550;
  padding: 41px 0 22px;
  line-height: 26px;
}
.footer-bottom .footer-logo {
  margin-bottom: 28px;
  display: inline-block;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.footer-bottom .footer-logo img {
  height: 50px;
  width: auto;
}
.footer-bottom .footer-logo:hover {
  opacity: 0.6;
}
.footer-bottom address strong {
  font-weight: 500;
}
.footer-bottom .all-rights-reserved {
  color: #B2B2B2;
  line-height: 1.3em;
}
.footer-bottom .all-rights-reserved span {
  display: block;
}
@media (min-width: 1200px) {
  footer .footer > .container > .row {
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer > .container > .row:before,
  footer .footer > .container > .row:after {
    content: none;
  }
  footer .links-column {
    width: auto;
    max-width: 270px;
    margin-bottom: 51px;
    padding-right: 15px;
    padding-left: 15px;
  }
  footer .links-column:last-child {
    max-width: none;
    width: 430px;
  }
}
.intro .carousel-inner .item {
  background: #89B8AF;
}
@media (min-width: 768px) {
  .intro .carousel-inner .item {
    height: calc(320 * 1px  + ( 650  - 320 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  .intro .carousel-inner .item {
    height: 650px;
  }
}
.intro .carousel-inner .img-container {
  height: 145px;
  position: relative;
}
@media (min-width: 320px) {
  .intro .carousel-inner .img-container {
    height: calc(145 * 1px  + ( 300  - 145 ) * (( 100vw -  320 * 1px ) / ( 767  - 320 )));
  }
}
@media (min-width: 767px) {
  .intro .carousel-inner .img-container {
    height: 300px;
  }
}
.intro .carousel-inner .img-container:before {
  content: '';
  position: absolute;
  display: block;
  height: 56px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.intro .carousel-inner img {
  object-fit: cover;
  object-position: top;
  font-family: 'object-fit: cover; object-position: top';
  height: 140%;
  width: 100%;
}
.intro .carousel-inner .carousel-caption {
  position: relative;
  left: auto;
  right: 20%;
  bottom: 0;
  text-shadow: none;
  text-align: left;
  padding-top: 0;
  width: 280px;
  margin: -40px auto 0;
}
@media (min-width: 320px) {
  .intro .carousel-inner .carousel-caption {
    width: calc(280 * 1px  + ( 1233  - 280 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .intro .carousel-inner .carousel-caption {
    width: 1233px;
  }
}
.intro .carousel-inner .carousel-caption.multiline {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: -40px auto 0;
  width: 50%;
  left: auto;
}
.intro .carousel-inner .carousel-caption.multiline .caption-container {
  font-weight: bold;
}
.intro .carousel-inner .carousel-caption.multiline p,
.intro .carousel-inner .carousel-caption.multiline span {
  font-size: 1.2rem;
  white-space: nowrap;
}
.intro .carousel-inner .carousel-caption.multiline .red {
  background-color: #89B8AF;
  color: #fff;
  padding: 0.1rem 1rem;
  margin-bottom: 0.3rem !important;
}
.intro .carousel-inner .carousel-caption.multiline .white {
  background-color: white;
  color: #89B8AF !important;
  padding: 0.2rem 1rem;
  margin-bottom: 0.3rem;
}
.intro .carousel-inner .carousel-caption.classic {
  left: auto;
  right: auto;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 0;
  width: 100%;
}
.intro .carousel-inner .carousel-caption.classic .caption-container {
  font-weight: normal;
  background-color: #89B8AF;
  padding: 1rem 1rem 0.5rem 1rem;
}
.intro .carousel-inner .carousel-caption.classic h1 {
  font-weight: bold;
  font-size: 3rem;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
}
.intro .carousel-inner .carousel-caption.classic p {
  font-size: 1.9rem;
}
.intro .carousel-inner .carousel-caption h1,
.intro .carousel-inner .carousel-caption h2,
.intro .carousel-inner .carousel-caption h3 {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .intro .carousel-inner .carousel-caption h1,
  .intro .carousel-inner .carousel-caption h2,
  .intro .carousel-inner .carousel-caption h3 {
    margin-bottom: calc(6 * 1px  + ( 12  - 6 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  .intro .carousel-inner .carousel-caption h1,
  .intro .carousel-inner .carousel-caption h2,
  .intro .carousel-inner .carousel-caption h3 {
    margin-bottom: 12px;
  }
}
.intro .carousel-inner .carousel-caption p {
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0px;
  margin: 0;
}
.intro .backlink {
  color: #fff;
  position: relative;
  padding-left: 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 10px;
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.intro .backlink:hover {
  opacity: 0.6;
}
.intro .backlink:before {
  content: '';
  background: transparent url('../images/icon-btn-more.svg') no-repeat left center;
  background-size: contain;
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: calc(50% - 5px);
  left: 0;
}
.intro .intro-breadcrumb {
  color: #fff;
  position: relative;
  background-color: transparent;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.intro .intro-breadcrumb .breadcrumb {
  background-color: transparent;
}
.intro .intro-breadcrumb a {
  color: white;
}
.intro .intro-breadcrumb li + li:before {
  color: white;
}
@media (min-width: 768px) {
  .intro.intro-mini .carousel-inner {
    height: calc(200 * 1px  + ( 260  - 200 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  .intro.intro-mini .carousel-inner {
    height: 260px;
  }
}
.intro.intro-mini .carousel-inner .img-container {
  height: 100%;
}
.intro.intro-mini .item {
  height: 100%;
}
.intro.intro-mini .item .carousel-caption {
  margin-top: 0;
  padding-bottom: 0;
}
.intro-default .item .img-container img {
  height: 100% !important;
}
.intro-default.intro-mini .item .carousel-caption {
  margin-top: 0;
  padding-bottom: 0;
}
.intro-default.intro-mini .item .carousel-caption h1 {
  margin: 0;
  padding-bottom: 1em;
}
.intro-default .carousel-inner .carousel-caption {
  right: auto;
  padding-bottom: 35px;
}
.intro-default .carousel-inner .carousel-caption h1,
.intro-default .carousel-inner .carousel-caption h2,
.intro-default .carousel-inner .carousel-caption h3 {
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .intro-default .carousel-inner .carousel-caption h1,
  .intro-default .carousel-inner .carousel-caption h2,
  .intro-default .carousel-inner .carousel-caption h3 {
    margin-bottom: calc(9 * 1px  + ( 31  - 9 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  .intro-default .carousel-inner .carousel-caption h1,
  .intro-default .carousel-inner .carousel-caption h2,
  .intro-default .carousel-inner .carousel-caption h3 {
    margin-bottom: 31px;
  }
}
.intro-default .carousel-inner .carousel-caption p {
  line-height: 24px;
}
@media (min-width: 1024px) {
  .intro .carousel-inner .carousel-caption.multiline p,
  .intro .carousel-inner .carousel-caption.multiline span {
    font-size: 1.9rem;
  }
}
@media (min-width: 768px) {
  .intro .carousel-inner .img-container {
    height: 100%;
  }
  .intro .carousel-inner .img-container:before {
    content: none;
  }
  .intro .carousel-inner .img-container img {
    height: 100%;
  }
  .intro .carousel-inner .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    margin: 0;
    width: 73%;
    padding: 0;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    padding-left: calc((100vw - 734px) / 2 + 7px);
    padding-right: 10%;
  }
  .intro .carousel-inner .carousel-caption.multiline {
    margin: -40px auto 0;
    width: 100%;
    left: auto;
    right: auto;
  }
  .intro .carousel-inner .carousel-caption.multiline p,
  .intro .carousel-inner .carousel-caption.multiline span {
    font-size: 2.8rem;
  }
  .intro .carousel-inner .carousel-caption.classic {
    padding-left: 0 !important;
    padding-bottom: 5rem;
  }
  .intro-default .carousel-inner .carousel-caption {
    background-image: linear-gradient(90deg, #89B8AF 5%, rgba(137, 184, 175, 0.76) 53%, rgba(137, 184, 175, 0) 82%);
  }
  .intro .carousel-inner .carousel-caption h1,
  .intro .carousel-inner .carousel-caption h2,
  .intro .carousel-inner .carousel-caption h3 {
    font-weight: 300;
    line-height: 1em;
    width: 100%;
  }
  .intro .carousel-inner .carousel-caption p {
    line-height: 1.8em;
    width: 100%;
  }
  .intro.intro-small .item {
    max-height: 400px;
  }
  .intro.intro-small .item .carousel-caption p {
    line-height: 1.41666em;
    width: 100%;
  }
  .intro.intro-mini .item .carousel-caption h1 {
    padding-bottom: 0;
  }
  .intro.intro-mini .carousel-inner .img-container {
    height: 100%;
  }
  .intro-default .intro-mini .item .carousel-caption {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .carousel-indicators li {
    border: 1px solid #fff;
    background-color: #fff;
  }
  .carousel-indicators .active {
    border-color: #89B8AF;
    background-color: #89B8AF;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .intro .carousel-inner .carousel-caption.classic .caption-container {
    padding-left: calc(50 * 1px  + ( 70  - 50 ) * (( 100vw -  768 * 1px ) / ( 1023  - 768 )));
  }
}
@media (min-width: 768px) and (min-width: 1023px) {
  .intro .carousel-inner .carousel-caption.classic .caption-container {
    padding-left: 70px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .intro .carousel-inner .carousel-caption.classic .caption-container {
    padding-left: calc(70 * 1px  + ( 105  - 70 ) * (( 100vw -  1024 * 1px ) / ( 1439  - 1024 )));
  }
}
@media (min-width: 768px) and (min-width: 1439px) {
  .intro .carousel-inner .carousel-caption.classic .caption-container {
    padding-left: 105px;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  .intro .carousel-inner .carousel-caption.classic .caption-container {
    padding-left: calc(105 * 1px  + ( 660  - 105 ) * (( 100vw -  1440 * 1px ) / ( 2560  - 1440 )));
  }
}
@media (min-width: 768px) and (min-width: 2560px) {
  .intro .carousel-inner .carousel-caption.classic .caption-container {
    padding-left: 660px;
  }
}
@media (min-width: 768px) {
  .intro .carousel-inner .carousel-caption {
    padding-left: calc(50 * 1px  + ( 70  - 50 ) * (( 100vw -  768 * 1px ) / ( 1023  - 768 )));
  }
}
@media (min-width: 1023px) {
  .intro .carousel-inner .carousel-caption {
    padding-left: 70px;
  }
}
@media (min-width: 1024px) {
  .intro .carousel-inner .carousel-caption {
    padding-left: calc(70 * 1px  + ( 105  - 70 ) * (( 100vw -  1024 * 1px ) / ( 1439  - 1024 )));
  }
}
@media (min-width: 1439px) {
  .intro .carousel-inner .carousel-caption {
    padding-left: 105px;
  }
}
.intro .carousel-inner .item-subsection .carousel-caption .backlink {
  left: 0;
}
@media (min-width: 1024px) {
  .intro .carousel-inner .carousel-caption {
    padding-right: 20%;
  }
  .intro .carousel-inner .item-subsection .carousel-caption {
    padding-right: 15%;
  }
  .intro .carousel-inner .item-subsection .carousel-caption .backlink {
    position: absolute;
    top: 30px;
    font-size: 20px;
    left: auto;
  }
  .intro .carousel-inner .item-subsection .carousel-caption .backlink + h1,
  .intro .carousel-inner .item-subsection .carousel-caption .backlink + h2,
  .intro .carousel-inner .item-subsection .carousel-caption .backlink + h3 {
    margin-top: 25px;
  }
  .intro .carousel-inner .item-subsection .carousel-caption .backlink:before {
    height: 12px;
    width: 12px;
  }
  .intro .carousel-inner .item-subsection .carousel-caption .intro-breadcrumb {
    position: absolute;
    top: 30px;
    left: auto;
  }
  .intro .carousel-inner .item-subsection .carousel-caption .intro-breadcrumb + h1,
  .intro .carousel-inner .item-subsection .carousel-caption .intro-breadcrumb + h2,
  .intro .carousel-inner .item-subsection .carousel-caption .intro-breadcrumb + h3 {
    margin-top: 25px;
  }
  .carousel-control .glyphicon:before {
    content: '';
  }
}
@media (min-width: 1440px) {
  .intro .carousel-inner .carousel-caption {
    padding-left: calc((100vw - 1232px) / 2);
    padding-right: 23%;
  }
}
@media (min-width: 768px) {
  .intro .carousel-inner .carousel-caption h1,
  .intro .carousel-inner .carousel-caption h2,
  .intro .carousel-inner .carousel-caption h3 {
    font-size: calc(34 * 1px  + ( 86  - 34 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  .intro .carousel-inner .carousel-caption h1,
  .intro .carousel-inner .carousel-caption h2,
  .intro .carousel-inner .carousel-caption h3 {
    font-size: 86px;
  }
}
@media (min-width: 768px) {
  .intro .carousel-inner .carousel-caption p {
    font-size: calc(18 * 1px  + ( 24  - 18 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  .intro .carousel-inner .carousel-caption p {
    font-size: 24px;
  }
}
.intro .carousel-inner .item-subsection .carousel-caption {
  margin-top: 0;
}
.intro .carousel-inner .item-subsection .carousel-caption h1,
.intro .carousel-inner .item-subsection .carousel-caption h2,
.intro .carousel-inner .item-subsection .carousel-caption h3 {
  line-height: 1.2em;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .intro .carousel-inner .item-subsection .carousel-caption h1,
  .intro .carousel-inner .item-subsection .carousel-caption h2,
  .intro .carousel-inner .item-subsection .carousel-caption h3 {
    font-size: calc(30 * 1px  + ( 54  - 30 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  .intro .carousel-inner .item-subsection .carousel-caption h1,
  .intro .carousel-inner .item-subsection .carousel-caption h2,
  .intro .carousel-inner .item-subsection .carousel-caption h3 {
    font-size: 54px;
  }
}
.intro .carousel-inner .item-subsection .carousel-caption p {
  line-height: 1.55em;
}
@media (min-width: 768px) {
  .intro .carousel-inner .item-subsection .carousel-caption p {
    font-size: calc(18 * 1px  + ( 22  - 18 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  .intro .carousel-inner .item-subsection .carousel-caption p {
    font-size: 22px;
  }
}
.press .tab-content {
  padding-bottom: 40px;
}
@media (min-width: 320px) {
  .press .tab-content {
    padding-bottom: calc(40 * 1px  + ( 150  - 40 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .press .tab-content {
    padding-bottom: 150px;
  }
}
.founders .grid-container .grid .tile.height-auto {
  margin-bottom: 0;
}
.founders .grid-container .block-content .image-container {
  position: relative;
}
.founders .grid-container .block-content .image-container:before {
  content: '';
  position: relative;
  width: 100%;
  padding-top: 100%;
  display: block;
}
.founders .grid-container .block-content .image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.founders .grid-container .headline2 {
  margin-top: 1.3em;
  margin-bottom: 0;
  color: #656563;
}
.founders .grid-container .headline3 {
  color: #656563;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
@media (min-width: 320px) {
  .founders .grid-container .headline3 {
    font-size: calc(16 * 1px  + ( 22  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .founders .grid-container .headline3 {
    font-size: 22px;
  }
}
.founders .grid-container .tile.height-auto .block .block-content .description {
  margin-top: 1.75em;
  line-height: 1.7em;
  font-size: 16px;
  padding: 0 1.5em 0 0 !important;
}
@media (min-width: 320px) {
  .founders .grid-container .tile.height-auto .block .block-content .description {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .founders .grid-container .tile.height-auto .block .block-content .description {
    font-size: 20px;
  }
}
.image-container {
  position: relative;
}
.image-container .btn.btn-download {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
  padding: 3px 17px;
  width: auto !important;
}
@media (min-width: 320px) {
  .image-container .btn.btn-download {
    font-size: calc(16 * 1px  + ( 22  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .image-container .btn.btn-download {
    font-size: 22px;
  }
}
.team .grid-2-1 .tile:not(.intro-tile) .block-content {
  padding: 0 !important;
}
.team .grid-2-1 .tile:not(.intro-tile) .block-content:before {
  content: none;
}
.team .btn.btn-download {
  font-size: 16px;
}
@media (min-width: 320px) {
  .team .btn.btn-download {
    font-size: calc(16 * 1px  + ( 22  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .team .btn.btn-download {
    font-size: 22px;
  }
}
.team .title {
  bottom: 0.57692308em;
  left: 0.73076923em;
  font-weight: 500;
  line-height: normal;
  font-size: 18px;
  color: #FFFFFF;
}
@media (min-width: 320px) {
  .team .title {
    font-size: calc(18 * 1px  + ( 26  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .team .title {
    font-size: 26px;
  }
}
.logo .split-row .tile-block.has-background-image .tile-content {
  background: rgba(255, 255, 255, 0.9);
}
.logo .split-row .tile.image-tile .tile-block.has-background-image .tile-content {
  height: 125px;
}
@media (min-width: 320px) {
  .logo .split-row .tile.image-tile .tile-block.has-background-image .tile-content {
    height: calc(125 * 1px  + ( 250  - 125 ) * (( 100vw -  320 * 1px ) / ( 767  - 320 )));
  }
}
@media (min-width: 767px) {
  .logo .split-row .tile.image-tile .tile-block.has-background-image .tile-content {
    height: 250px;
  }
}
.logo .split-row .tile.image-tile .tile-block.has-background-image .tile-content img {
  width: 80%;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
  font-family: 'object-fit: contain; object-position: center';
}
.logo .info .btn-download {
  margin-top: 0.81818182em;
  font-size: 16px;
  display: inline-block !important;
}
@media (min-width: 320px) {
  .logo .info .btn-download {
    font-size: calc(16 * 1px  + ( 22  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .logo .info .btn-download {
    font-size: 22px;
  }
}
.press-releases .table {
  border-collapse: separate;
}
.press-releases .table > tbody > tr > td {
  vertical-align: middle;
  border-top: 1px solid rgba(101, 101, 99, 0.32) !important;
}
@media (min-width: 768px) {
  .press-releases .table > tbody > tr > td {
    padding-top: calc(8 * 1px  + ( 34  - 8 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  .press-releases .table > tbody > tr > td {
    padding-top: 34px;
  }
}
@media (min-width: 768px) {
  .press-releases .table > tbody > tr > td {
    padding-bottom: calc(8 * 1px  + ( 34  - 8 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  .press-releases .table > tbody > tr > td {
    padding-bottom: 34px;
  }
}
.press-releases .table > tbody > tr:last-child td {
  border-bottom: 1px solid rgba(101, 101, 99, 0.32) !important;
}
.press-releases .release-date {
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 320px) {
  .press-releases .release-date {
    font-size: calc(14 * 1px  + ( 20  - 14 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .press-releases .release-date {
    font-size: 20px;
  }
}
.press-releases .release-title {
  font-weight: 300;
  font-size: 14px;
}
@media (min-width: 320px) {
  .press-releases .release-title {
    font-size: calc(14 * 1px  + ( 20  - 14 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .press-releases .release-title {
    font-size: 20px;
  }
}
.press-releases .release-format {
  font-weight: 500;
  font-size: 14px;
  color: #89B8AF;
}
@media (min-width: 320px) {
  .press-releases .release-format {
    font-size: calc(14 * 1px  + ( 16  - 14 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .press-releases .release-format {
    font-size: 16px;
  }
}
.press-releases .consume-action {
  white-space: nowrap;
  text-align: right;
}
.press-releases .consume-action .preview-release,
.press-releases .consume-action .download-release {
  background: transparent no-repeat center;
  background-size: contain;
  display: inline-block;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.press-releases .consume-action .preview-release span,
.press-releases .consume-action .download-release span {
  display: none;
}
.press-releases .consume-action .preview-release:hover,
.press-releases .consume-action .download-release:hover {
  opacity: 0.6;
}
.press-releases .consume-action .preview-release {
  height: 24px;
  width: 24px;
  background-image: url('../images/icon-preview.svg');
}
.press-releases .consume-action .download-release {
  height: 24px;
  width: 20px;
  margin-left: 3px;
  background-image: url('../images/icon-download-inverse.svg');
}
@media (min-width: 320px) {
  .press-releases .consume-action .download-release {
    margin-left: calc(3 * 1px  + ( 20  - 3 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .press-releases .consume-action .download-release {
    margin-left: 20px;
  }
}
.press-contact address {
  margin-bottom: 0;
  line-height: 1.7em;
}
.press-contact .split-row .tile.image-tile .tile-content {
  height: 240px;
}
@media (min-width: 320px) {
  .press-contact .split-row .tile.image-tile .tile-content {
    height: calc(240 * 1px  + ( 400  - 240 ) * (( 100vw -  320 * 1px ) / ( 499  - 320 )));
  }
}
@media (min-width: 499px) {
  .press-contact .split-row .tile.image-tile .tile-content {
    height: 400px;
  }
}
.media-press .grid .block {
  background: rgba(241, 241, 241, 0.9);
}
.media-press .grid .block img {
  width: 80%;
  height: 80%;
  left: 10%;
  object-fit: contain;
  object-position: center;
  font-family: 'object-fit: contain; object-position: center';
}
.media-press .slick-prev:before,
.media-press .slick-next:before {
  background-image: url(../images/icon-carousel-indicator-grey.svg);
}
@media (min-width: 500px) {
  .press-contact .split-row .tile.image-tile .tile-content {
    height: 100%;
  }
  .press-contact .split-row.split-row-1-3 .tile .tile-block {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .logo .split-row .tile.image-tile .tile-block.has-background-image .tile-content {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .team .grid-2-1 .tile:not(.intro-tile) .block-content > .title {
    position: absolute;
  }
  .team .btn.btn-download {
    position: absolute;
    width: auto !important;
  }
  .team .title {
    position: absolute;
  }
  section.media-press .grid .block {
    background: rgba(241, 241, 241, 0.9);
  }
  section.media-press .grid .block-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.2s ease-out;
    background-image: linear-gradient(-180deg, rgba(52, 52, 47, 0.3) 0%, #393934 85%);
  }
  section.media-press .grid .block-content .name {
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }
  section.media-press .grid .block-content:hover:before {
    opacity: 1;
  }
  section.media-press .grid .block-content:hover .name {
    opacity: 1;
  }
  section.media-press .grid-container {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .founders .grid-container .tile {
    width: 33.33333333%;
  }
}
.account-dashboard {
  background: #F1F1F1;
  position: relative;
}
.account-dashboard > .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 10px;
  padding-bottom: 15px;
}
.account-dashboard .btn-logout {
  display: none;
  padding-right: 35px;
  background: #fff;
  color: #656563;
}
.account-dashboard .btn-logout:after {
  content: '';
  height: 22px;
  width: 20px;
  position: absolute;
  background: transparent url('../images/icon-logout.svg') no-repeat center;
  background-size: contain;
  right: 11px;
  top: calc(50% - 11px);
}
.account-dashboard .account-dashboard-info .name {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 320px) {
  .account-dashboard .account-dashboard-info .name {
    font-size: calc(16 * 1px  + ( 18  - 16 ) * (( 100vw -  320 * 1px ) / ( 1024  - 320 )));
  }
}
@media (min-width: 1024px) {
  .account-dashboard .account-dashboard-info .name {
    font-size: 18px;
  }
}
.account-dashboard .account-nav:not(.dropdown) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.account-dashboard .account-nav:not(.dropdown) a {
  padding: 0.3em 0.8em;
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #656563;
  font-weight: 300;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 320px) {
  .account-dashboard .account-nav:not(.dropdown) a {
    font-size: calc(16 * 1px  + ( 18  - 16 ) * (( 100vw -  320 * 1px ) / ( 1024  - 320 )));
  }
}
@media (min-width: 1024px) {
  .account-dashboard .account-nav:not(.dropdown) a {
    font-size: 18px;
  }
}
.account-dashboard .account-nav:not(.dropdown) a + a {
  margin-left: 10px;
}
.account-dashboard .account-nav:not(.dropdown) a:not(.active) {
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0);
  transition-property: box-shadow;
  transition-duration: 0.28s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.account-dashboard .account-nav:not(.dropdown) a:not(.active):hover {
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.45);
}
.account-dashboard .account-nav:not(.dropdown) a.active {
  color: #fff;
  font-weight: 500;
  background: #656563;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  position: relative;
}
.account-dashboard .account-nav:not(.dropdown) a.active:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #656563;
  font-size: 0;
  line-height: 0;
  left: calc(50% - 10px);
}
.account-dashboard.account-dashboard-corp .container {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.account-dashboard.account-dashboard-corp .account-nav.dropdown .dropdown-toggle {
  font-size: 16px;
}
@media (min-width: 320px) {
  .account-dashboard.account-dashboard-corp .account-nav.dropdown .dropdown-toggle {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1024  - 320 )));
  }
}
@media (min-width: 1024px) {
  .account-dashboard.account-dashboard-corp .account-nav.dropdown .dropdown-toggle {
    font-size: 20px;
  }
}
.account-dashboard.account-dashboard-corp .account-nav.dropdown .dropdown-menu {
  left: auto;
  right: 0;
  padding: 0;
}
.account-dashboard.account-dashboard-corp .account-nav.dropdown .dropdown-menu li a {
  font-weight: 300;
  color: #656563;
  padding-top: 6px;
  padding-bottom: 6px;
}
.account-dashboard.account-dashboard-corp .account-nav.dropdown .dropdown-menu li.active a {
  color: #fff;
  background: #656563;
}
.account form {
  padding-top: 50px;
  border-top: 1px solid rgba(101, 101, 99, 0.32);
}
@media (min-width: 320px) {
  .account form {
    padding-top: calc(50 * 1px  + ( 83  - 50 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .account form {
    padding-top: 83px;
  }
}
.account form .form-submit {
  margin-top: 38px;
}
.account-progress--header .counter {
  font-size: 26px;
  font-weight: 300;
}
@media (min-width: 320px) {
  .account-progress--header .counter {
    font-size: calc(26 * 1px  + ( 36  - 26 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .account-progress--header .counter {
    font-size: 36px;
  }
}
.account-progress--header .counter strong {
  font-weight: 500;
}
.account-progress--header .action-container {
  margin: 10px 0;
}
.account-progress--header .action-container.bootstrap-select-container .bootstrap-select {
  background: transparent;
}
.account-progress--header .action-container.bootstrap-select-container .bootstrap-select .dropdown-toggle {
  max-width: 292px;
  margin: 0 auto;
  font-weight: 300;
  background: #F0F0F0 !important;
  display: block;
  float: none;
  font-size: 18px;
}
@media (min-width: 320px) {
  .account-progress--header .action-container.bootstrap-select-container .bootstrap-select .dropdown-toggle {
    font-size: calc(18 * 1px  + ( 22  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .account-progress--header .action-container.bootstrap-select-container .bootstrap-select .dropdown-toggle {
    font-size: 22px;
  }
}
.account-progress--header .action-container .btn-add-collegues {
  width: 100%;
  max-width: 292px;
  margin: 10px auto 0;
  background: #89B8AF;
  color: #fff;
  display: block;
  font-size: 18px;
}
@media (min-width: 320px) {
  .account-progress--header .action-container .btn-add-collegues {
    font-size: calc(18 * 1px  + ( 22  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .account-progress--header .action-container .btn-add-collegues {
    font-size: 22px;
  }
}
.account-progress--header .action-container .btn-add-collegues .icon-add-collegues {
  background: transparent url('../images/icon-add-collegues.svg') no-repeat center;
  margin-left: 10px;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-bottom: -2px;
}
#addCollegueModal .modal-dialog {
  width: 90%;
  position: absolute;
  left: 5%;
  top: 110px;
  margin: 0 0 30px;
}
#addCollegueModal .modal-header {
  border-bottom: none;
}
#addCollegueModal .modal-body {
  padding: 27px 20px 66px;
}
#addCollegueModal .headline2 {
  margin-top: 0;
}
#addCollegueModal form {
  margin-bottom: 0;
  margin-top: 45px;
}
#addCollegueModal form input[type=checkbox] + label:before {
  background: #f0f0f0;
}
#addCollegueModal button.close {
  background: transparent url('../images/icon-close-modal.svg') no-repeat center;
  background-size: contain;
  border: none;
  box-shadow: none;
  position: absolute;
  height: 18px;
  width: 18px;
  top: 15px;
  right: 15px;
}
.account-progress .load-more-container {
  margin-top: 40px;
}
.account-progress--list .progress-item {
  padding: 25px 0;
  overflow: hidden;
  border-top: 1px solid rgba(101, 101, 99, 0.32);
  position: relative;
  line-height: 1.7em;
}
.account-progress--list .progress-item:last-child {
  border-bottom: 1px solid rgba(101, 101, 99, 0.32);
}
.account-progress--list .progress-item strong {
  font-weight: 500;
}
.account-progress--list .progress-item--date {
  margin-bottom: 25px;
  font-weight: 500;
}
.account-progress--list .progress-item--action {
  position: absolute;
  top: 25px;
  right: 0;
  width: auto;
}
.account-progress--list .btn.btn-preview,
.account-progress--list .btn.btn-delete,
.account-progress--list .btn.btn-edit {
  width: 30px;
  height: 24px;
  display: inline-block;
  background: transparent no-repeat center scroll;
  background-size: contain;
  box-shadow: none;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.account-progress--list .btn.btn-preview:hover,
.account-progress--list .btn.btn-delete:hover,
.account-progress--list .btn.btn-edit:hover {
  opacity: 0.6;
}
.account-progress--list .btn.btn-preview {
  background-image: url('../images/icon-preview.svg');
}
.account-progress--list .btn.btn-delete {
  background-image: url('../images/icon-trash.svg');
  margin-left: 10px;
}
.star-rating {
  display: block;
  margin-top: 15px;
  text-align: center;
}
.star-rating .star {
  height: 25px;
  width: 25px;
  background: transparent url('../images/icon-star-empty.svg') no-repeat center scroll;
  display: inline-block;
}
.star-rating .star.checked {
  background-image: url('../images/icon-star-full.svg');
}
.account-corp--list .account-corp--collegue-mail {
  font-size: 16px;
}
@media (min-width: 320px) {
  .account-corp--list .account-corp--collegue-mail {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .account-corp--list .account-corp--collegue-mail {
    font-size: 20px;
  }
}
.account-corp--list .account-corp--collegue {
  font-weight: 500;
  font-size: 16px;
  color: #656563;
  margin-bottom: 10px;
}
@media (min-width: 320px) {
  .account-corp--list .account-corp--collegue {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .account-corp--list .account-corp--collegue {
    font-size: 20px;
  }
}
.account-corp--list .account-corp--collegue .icon-mail {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url('../images/icon-contact-green.svg') no-repeat center scroll;
  background-size: contain;
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -4px;
}
.account-corp--list .btn.btn-edit {
  background-image: url('../images/icon-edit.svg');
}
.account-corp--list .progress-item--action {
  position: static;
  float: right;
}
.account-corp--list .account-corp--collegue-state-container .account-corp--collegue-state {
  border: none;
  background: transparent;
  box-shadow: none;
  /* AKTIV Copy: */
  font-weight: 500;
  font-size: 16px;
  color: #656563;
  text-transform: uppercase;
  padding: 3px 10px;
  margin-left: -10px;
}
@media (min-width: 320px) {
  .account-corp--list .account-corp--collegue-state-container .account-corp--collegue-state {
    font-size: calc(16 * 1px  + ( 18  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .account-corp--list .account-corp--collegue-state-container .account-corp--collegue-state {
    font-size: 18px;
  }
}
.account-corp--list .account-corp--collegue-state-container .account-corp--collegue-state.active {
  color: #89B8AF;
}
@media (min-width: 660px) {
  .account-progress--header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .account-progress--header .action-container {
    margin: 0;
    width: 45%;
    max-width: 292px;
  }
  .account-dashboard.account-dashboard-corp .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 15px;
    list-style: none;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .account-dashboard.account-dashboard-corp .container .btn-logout {
    display: none;
  }
  .account-dashboard.account-dashboard-corp .container .account-dashboard-info {
    width: 100%;
  }
  .account-dashboard.account-dashboard-corp .container .account-dashboard-info .name {
    font-size: 16px;
  }
  .account-dashboard.account-dashboard-corp .container .account-nav.dropdown {
    width: 100%;
    margin-top: 10px;
  }
  .account-dashboard.account-dashboard-corp .container .account-nav.dropdown .dropdown-toggle {
    display: none;
  }
  .account-dashboard.account-dashboard-corp .container .account-nav.dropdown .dropdown-menu {
    width: 100%;
    position: static;
    box-shadow: none;
    border: none;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: transparent;
  }
  .account-dashboard.account-dashboard-corp .container .account-nav.dropdown .dropdown-menu li {
    display: block;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .account-dashboard.account-dashboard-corp .container .account-nav.dropdown .dropdown-menu li + li {
    margin-left: 10px;
  }
  .account-dashboard.account-dashboard-corp .container .account-nav.dropdown .dropdown-menu li.active a:hover {
    box-shadow: none;
  }
  .account-dashboard.account-dashboard-corp .container .account-nav.dropdown .dropdown-menu li:not(.active) a {
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0);
    transition-property: box-shadow;
    transition-duration: 0.28s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .account-dashboard.account-dashboard-corp .container .account-nav.dropdown .dropdown-menu li:not(.active):hover a {
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.45);
  }
  .account-dashboard.account-dashboard-corp .container .account-nav.dropdown .dropdown-menu li.active a {
    color: #fff;
    font-weight: 500;
    background: #656563;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    position: relative;
  }
  .account-dashboard.account-dashboard-corp .container .account-nav.dropdown .dropdown-menu li.active a:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #656563;
    font-size: 0;
    line-height: 0;
    left: calc(50% - 10px);
  }
  .account-dashboard.account-dashboard-corp .container .account-nav.dropdown .dropdown-menu li a {
    padding: 0.3em 0.8em;
    font-size: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    background: #fff;
    color: #656563;
    font-weight: 300;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .account-dashboard.account-dashboard-corp .container .account-nav.dropdown .dropdown-menu li a + a {
    margin-left: 10px;
  }
  .account-progress--list.account-corp--list > .progress-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .account-progress--list.account-corp--list .progress-item--action {
    float: none;
  }
  .account-progress--list.account-corp--list .account-corp--collegue {
    width: 56%;
    margin-bottom: 0;
    float: none;
  }
  .account-progress--list.account-corp--list .account-corp--collegue-state-container {
    width: 22%;
    text-align: center;
    float: none;
  }
  .account-progress--list.account-corp--list .progress-item--action {
    width: 22%;
    text-align: right;
    float: none;
  }
  #addCollegueModal .modal-dialog {
    width: 80%;
    left: 10%;
  }
  #addCollegueModal button.close {
    height: 28px;
    width: 28px;
    top: 25px;
    right: 25px;
  }
}
@media (min-width: 660px) and (min-width: 320px) {
  .account-dashboard.account-dashboard-corp .container .account-dashboard-info .name {
    font-size: calc(16 * 1px  + ( 18  - 16 ) * (( 100vw -  320 * 1px ) / ( 1024  - 320 )));
  }
}
@media (min-width: 660px) and (min-width: 1024px) {
  .account-dashboard.account-dashboard-corp .container .account-dashboard-info .name {
    font-size: 18px;
  }
}
@media (min-width: 660px) and (min-width: 320px) {
  .account-dashboard.account-dashboard-corp .container .account-nav.dropdown .dropdown-menu li a {
    font-size: calc(16 * 1px  + ( 18  - 16 ) * (( 100vw -  320 * 1px ) / ( 1024  - 320 )));
  }
}
@media (min-width: 660px) and (min-width: 1024px) {
  .account-dashboard.account-dashboard-corp .container .account-nav.dropdown .dropdown-menu li a {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .account-dashboard .container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 0;
  }
  .account-dashboard .account-nav {
    width: 450px;
    margin-top: 0;
  }
  .account-dashboard .account-dashboard-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .account-dashboard .account-dashboard-info .name {
    display: inline-block;
  }
  .account-dashboard .btn-logout {
    display: inline-block;
    position: relative;
    font-size: 18px;
    margin-left: 20px;
  }
  .account-progress--list .rating.star-rating {
    display: inline-block;
    margin: 0 0 0 5px;
  }
  .account-progress--list .progress-item {
    font-size: 18px;
  }
  .account-progress--list .progress-item--date {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .account-progress--list .progress-item--description {
    line-height: 24px;
    font-weight: 300;
  }
  .account-progress--list .progress-item--description .rating.star-rating {
    vertical-align: middle;
  }
  .account-dashboard .container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 0;
  }
  .account-dashboard .account-nav {
    margin-top: 0 !important;
  }
  .account-dashboard .account-nav a {
    font-size: 20px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .account-dashboard .account-dashboard-info .name {
    font-size: 20px;
    padding-left: 20px;
  }
  .account-dashboard .btn-logout {
    font-size: 20px;
    padding-right: 40px;
  }
  .account-dashboard.account-dashboard-corp .container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 15px;
  }
  .account-dashboard.account-dashboard-corp .container .btn-logout {
    display: block;
  }
  .account-dashboard.account-dashboard-corp .container .account-dashboard-info {
    width: auto;
  }
  .account-dashboard.account-dashboard-corp .container .account-nav.dropdown {
    width: 440px;
  }
  .account-progress--list.account-corp--list .progress-item {
    padding: 36px 0 27px;
  }
  .account-progress--list.account-corp--list .account-corp--collegue-mail {
    width: 40%;
    font-weight: 300;
    color: #656563;
  }
  .account-progress--list.account-corp--list .progress-item--action {
    float: none;
  }
  .account-progress--list.account-corp--list .account-corp--collegue {
    width: 30%;
  }
  .account-progress--list.account-corp--list .account-corp--collegue .icon-mail {
    display: none;
  }
  .account-progress--list.account-corp--list .account-corp--collegue-state-container {
    width: 15%;
    text-align: center;
  }
  .account-progress--list.account-corp--list .progress-item--action {
    width: 15%;
    text-align: right;
  }
  .account-progress--header .action-container.add-collegues-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    max-width: none;
  }
  .account-progress--header .action-container.add-collegues-container .btn-add-collegues {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .account-progress--list .progress-item {
    font-size: 20px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .account-dashboard.account-dashboard-corp .container .account-nav.dropdown {
    width: 584px;
  }
}
.editable-click,
a.editable-click,
a.editable-click:hover {
  color: #337ab7;
}
.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
  color: #89B8AF !important;
  border-bottom-color: #89B8AF !important;
}
.ask-a-question.ask-a-question-bg-image {
  background: transparent url('../images/block-aktuelles01.jpg') no-repeat center;
  background-size: cover;
  width: 100%;
}
.ask-a-question.ask-a-question-bg-image .ask-a-question-container {
  background: rgba(101, 101, 99, 0.9);
  padding: 0.7em 0.4em;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 320px) {
  .ask-a-question.ask-a-question-bg-image .ask-a-question-container {
    font-size: calc(16 * 1px  + ( 22  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .ask-a-question.ask-a-question-bg-image .ask-a-question-container {
    font-size: 22px;
  }
}
.ask-a-question .toggle-control {
  margin-top: 10px;
}
.ask-a-question .toggle-control .toggle-control--button-container .btn {
  color: #656563;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 18px;
  padding: 0.7em 0.4em;
}
@media (min-width: 320px) {
  .ask-a-question .toggle-control .toggle-control--button-container .btn {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1199  - 320 )));
  }
}
@media (min-width: 1199px) {
  .ask-a-question .toggle-control .toggle-control--button-container .btn {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .ask-a-question .toggle-control .toggle-control--button-container .btn {
    font-size: calc(18 * 1px  + ( 20  - 18 ) * (( 100vw -  1200 * 1px ) / ( 1440  - 1200 )));
  }
}
@media (min-width: 1440px) {
  .ask-a-question .toggle-control .toggle-control--button-container .btn {
    font-size: 20px;
  }
}
.ask-a-question .toggle-control .toggle-control--button-container.active .btn {
  color: #fff;
}
.ask-a-question .toggle-control .toggle-control--button-container.active .btn:after {
  content: none;
}
.ask-a-question .btn-ask-questionmark {
  display: inline-block;
  margin: 0;
  background: transparent url('../images/icon-questionmark.svg') no-repeat center;
  background-size: contain;
  padding: 0;
  margin: 0 0 0 5px;
  height: 16px;
  width: 16px;
  opacity: 1;
  transition: opacity 0.2s ease-out;
  outline: none;
}
.ask-a-question .btn-ask-questionmark:hover {
  box-shadow: none;
  opacity: 0.6;
}
.ask-a-question .btn-submit-container {
  max-width: 333px;
  margin: 0 0 0 auto;
}
.ask-a-question .tab-content {
  margin-top: 37px;
}
.ask-a-question .tab-content .form-horizontal {
  margin-bottom: 0;
}
.ask-a-question .tab-content .form-horizontal .form-group {
  margin: 0;
}
.ask-a-question .tab-content .form-horizontal .form-group input {
  height: 45px;
  line-height: 40px;
}
@media (min-width: 320px) {
  .ask-a-question .tab-content .form-horizontal .form-group input {
    height: calc(45 * 1px  + ( 60  - 45 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .ask-a-question .tab-content .form-horizontal .form-group input {
    height: 60px;
  }
}
@media (min-width: 320px) {
  .ask-a-question .tab-content .form-horizontal .form-group input {
    line-height: calc(40 * 1px  + ( 50  - 40 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .ask-a-question .tab-content .form-horizontal .form-group input {
    line-height: 50px;
  }
}
.ask-a-question .tab-content .form-horizontal .form-group input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 18px;
  color: #9B9B9B;
}
.ask-a-question .tab-content .form-horizontal .form-group input::-moz-placeholder {
  font-weight: 300;
  font-size: 18px;
  color: #9B9B9B;
}
.ask-a-question .tab-content .form-horizontal .form-group input::-ms-input-placeholder {
  font-weight: 300;
  font-size: 18px;
  color: #9B9B9B;
}
.ask-a-question .tab-content .form-horizontal .form-group input::placeholder {
  font-weight: 300;
  font-size: 18px;
  color: #9B9B9B;
}
@media (min-width: 320px) {
  .ask-a-question .tab-content .form-horizontal .form-group input::-webkit-input-placeholder {
    font-size: calc(18 * 1px  + ( 24  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
  .ask-a-question .tab-content .form-horizontal .form-group input::-moz-placeholder {
    font-size: calc(18 * 1px  + ( 24  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
  .ask-a-question .tab-content .form-horizontal .form-group input::-ms-input-placeholder {
    font-size: calc(18 * 1px  + ( 24  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
  .ask-a-question .tab-content .form-horizontal .form-group input::placeholder {
    font-size: calc(18 * 1px  + ( 24  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .ask-a-question .tab-content .form-horizontal .form-group input::-webkit-input-placeholder {
    font-size: 24px;
  }
  .ask-a-question .tab-content .form-horizontal .form-group input::-moz-placeholder {
    font-size: 24px;
  }
  .ask-a-question .tab-content .form-horizontal .form-group input::-ms-input-placeholder {
    font-size: 24px;
  }
  .ask-a-question .tab-content .form-horizontal .form-group input::placeholder {
    font-size: 24px;
  }
}
.ask-a-question input[type=checkbox] + label {
  font-size: 16px;
}
@media (min-width: 320px) {
  .ask-a-question input[type=checkbox] + label {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .ask-a-question input[type=checkbox] + label {
    font-size: 20px;
  }
}
.ask-a-question .checkbox-group {
  margin-bottom: 25px;
}
@media (min-width: 320px) {
  .ask-a-question .checkbox-group {
    margin-bottom: calc(25 * 1px  + ( 50  - 25 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .ask-a-question .checkbox-group {
    margin-bottom: 50px;
  }
}
.ask-a-question .checkbox-group .checkbox {
  display: inline-block;
  margin-top: 0 !important;
  margin-right: 20px;
}
.ask-a-question .btn-submit-container .btn-submit {
  margin-top: 25px;
}
.answered-questions {
  margin-top: 70px;
}
@media (min-width: 320px) {
  .answered-questions {
    margin-top: calc(70 * 1px  + ( 134  - 70 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .answered-questions {
    margin-top: 134px;
  }
}
.answered-questions .answered-questions--headline {
  white-space: nowrap;
  font-weight: 100;
  font-size: 24px;
  text-align: center;
  margin-bottom: 0.99em;
}
@media (min-width: 320px) {
  .answered-questions .answered-questions--headline {
    font-size: calc(24 * 1px  + ( 64  - 24 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .answered-questions .answered-questions--headline {
    font-size: 64px;
  }
}
.answered-questions .answered-questions--headline strong {
  font-weight: 500;
}
.answered-questions form.form-horizontal .form-group {
  margin: 0 0 10px;
}
.answered-questions form.form-horizontal input {
  height: 45px;
  line-height: 40px;
  background: #F1F1F1;
  box-shadow: none;
}
@media (min-width: 320px) {
  .answered-questions form.form-horizontal input {
    height: calc(45 * 1px  + ( 60  - 45 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .answered-questions form.form-horizontal input {
    height: 60px;
  }
}
@media (min-width: 320px) {
  .answered-questions form.form-horizontal input {
    line-height: calc(40 * 1px  + ( 50  - 40 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .answered-questions form.form-horizontal input {
    line-height: 50px;
  }
}
.answered-questions form.form-horizontal input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 18px;
  color: #9B9B9B;
}
.answered-questions form.form-horizontal input::-moz-placeholder {
  font-weight: 300;
  font-size: 18px;
  color: #9B9B9B;
}
.answered-questions form.form-horizontal input::-ms-input-placeholder {
  font-weight: 300;
  font-size: 18px;
  color: #9B9B9B;
}
.answered-questions form.form-horizontal input::placeholder {
  font-weight: 300;
  font-size: 18px;
  color: #9B9B9B;
}
@media (min-width: 320px) {
  .answered-questions form.form-horizontal input::-webkit-input-placeholder {
    font-size: calc(18 * 1px  + ( 24  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
  .answered-questions form.form-horizontal input::-moz-placeholder {
    font-size: calc(18 * 1px  + ( 24  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
  .answered-questions form.form-horizontal input::-ms-input-placeholder {
    font-size: calc(18 * 1px  + ( 24  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
  .answered-questions form.form-horizontal input::placeholder {
    font-size: calc(18 * 1px  + ( 24  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .answered-questions form.form-horizontal input::-webkit-input-placeholder {
    font-size: 24px;
  }
  .answered-questions form.form-horizontal input::-moz-placeholder {
    font-size: 24px;
  }
  .answered-questions form.form-horizontal input::-ms-input-placeholder {
    font-size: 24px;
  }
  .answered-questions form.form-horizontal input::placeholder {
    font-size: 24px;
  }
}
.answered-questions form.form-horizontal button.btn-detail-filter {
  background: #89B8AF;
  color: #fff;
  margin-top: 0 !important;
  width: 100%;
  font-size: 18px;
  height: 45px;
  line-height: 40px;
}
@media (min-width: 320px) {
  .answered-questions form.form-horizontal button.btn-detail-filter {
    font-size: calc(18 * 1px  + ( 22  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .answered-questions form.form-horizontal button.btn-detail-filter {
    font-size: 22px;
  }
}
@media (min-width: 320px) {
  .answered-questions form.form-horizontal button.btn-detail-filter {
    height: calc(45 * 1px  + ( 60  - 45 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .answered-questions form.form-horizontal button.btn-detail-filter {
    height: 60px;
  }
}
@media (min-width: 320px) {
  .answered-questions form.form-horizontal button.btn-detail-filter {
    line-height: calc(40 * 1px  + ( 50  - 40 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .answered-questions form.form-horizontal button.btn-detail-filter {
    line-height: 50px;
  }
}
.answered-questions form.form-horizontal button.btn-detail-filter.btn:after {
  content: '';
  display: inline-block;
  margin: 0;
  background: transparent url('../images/icon-detail-filter.svg') no-repeat center;
  background-size: contain;
  padding: 0;
  margin: 0 0 -3px 10px;
  height: 20px;
  width: 20px;
}
.answered-questions .answered-question + .answered-question {
  margin-top: 120px;
}
.answers-list {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(101, 101, 99, 0.32);
}
.answers-list .question {
  background: transparent url('../images/block-aktuelles01.jpg') no-repeat center;
  background-size: cover;
  position: relative;
  color: #fff;
  font-size: 18px;
  padding: 1em 15px;
}
@media (min-width: 320px) {
  .answers-list .question {
    font-size: calc(18 * 1px  + ( 22  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .answers-list .question {
    font-size: 22px;
  }
}
.answers-list .question:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(137, 184, 175, 0.9);
}
.answers-list .question > * {
  position: relative;
  z-index: 2;
}
.answers-list .question h4 {
  margin: 0 0 15px;
}
.answers-list .question h4,
.answers-list .question .text {
  font-size: 18px;
}
@media (min-width: 320px) {
  .answers-list .question h4,
  .answers-list .question .text {
    font-size: calc(18 * 1px  + ( 22  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .answers-list .question h4,
  .answers-list .question .text {
    font-size: 22px;
  }
}
.answers-list .question p:last-child {
  margin: 0;
}
.answers-list .answer {
  background: #F8F8F8;
  position: relative;
}
.answers-list .answer .show-answer-button-container .btn {
  position: absolute;
  bottom: 0px;
  right: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  color: #89B8AF !important;
  background: #F8F8F8;
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 0.7em 1.5em;
  outline: none;
}
@media (min-width: 320px) {
  .answers-list .answer .show-answer-button-container .btn {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .answers-list .answer .show-answer-button-container .btn {
    font-size: 20px;
  }
}
.answers-list .answer .show-answer-button-container .btn .show-answer-icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  background: transparent no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-left: 15px;
}
.answers-list .answer .show-answer-button-container .btn .opened {
  display: block;
}
.answers-list .answer .show-answer-button-container .btn .opened .show-answer-icon {
  background-image: url('../images/icon-minus.svg');
}
.answers-list .answer .show-answer-button-container .btn .closed {
  display: none;
}
.answers-list .answer .show-answer-button-container .btn .closed .show-answer-icon {
  background-image: url('../images/icon-plus.svg');
}
.answers-list .answer .show-answer-button-container .btn.collapsed .opened {
  display: none;
}
.answers-list .answer .show-answer-button-container .btn.collapsed .closed {
  display: block;
}
.answers-list .answer .consultant {
  padding: 20px 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.answers-list .answer .consultant .consultant-image {
  min-height: 70px;
  width: 70px;
  margin-right: 12px;
}
.answers-list .answer .consultant .consultant-image img {
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
  height: 100%;
  width: 100%;
}
.answers-list .answer .consultant .consultant-info {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #656563;
}
.answers-list .answer .consultant .consultant-info .name {
  font-size: 16px;
  line-height: 1.01em;
  margin-bottom: 3px;
}
@media (min-width: 320px) {
  .answers-list .answer .consultant .consultant-info .name {
    font-size: calc(16 * 1px  + ( 22  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .answers-list .answer .consultant .consultant-info .name {
    font-size: 22px;
  }
}
.answers-list .answer .consultant .consultant-info .description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 9px;
}
@media (min-width: 320px) {
  .answers-list .answer .consultant .consultant-info .description {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .answers-list .answer .consultant .consultant-info .description {
    font-size: 20px;
  }
}
.answers-list .answer .consultant .consultant-info .date {
  font-size: 14px;
  line-height: 1.01em;
}
@media (min-width: 320px) {
  .answers-list .answer .consultant .consultant-info .date {
    font-size: calc(14 * 1px  + ( 16  - 14 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .answers-list .answer .consultant .consultant-info .date {
    font-size: 16px;
  }
}
.answers-list .answer .answer-content-container {
  border-top: 1px solid rgba(101, 101, 99, 0.32);
  padding: 25px 15px 23px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.727272em;
}
@media (min-width: 320px) {
  .answers-list .answer .answer-content-container {
    font-size: calc(16 * 1px  + ( 22  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .answers-list .answer .answer-content-container {
    font-size: 22px;
  }
}
.answers-list .answer .answer-content-container .headline3 {
  font-size: 16px;
  line-height: 1.4em;
}
@media (min-width: 320px) {
  .answers-list .answer .answer-content-container .headline3 {
    font-size: calc(16 * 1px  + ( 22  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .answers-list .answer .answer-content-container .headline3 {
    font-size: 22px;
  }
}
.answers-list .answer .answer-content-container p {
  margin: 0;
}
.answers-list .answer .answer-content-container p + p {
  margin-top: 1.727272em;
}
.answers-list .answer .answer-content-container .grid-2-1 {
  margin-bottom: 30px;
}
@media (min-width: 320px) {
  .answers-list .answer .answer-content-container .grid-2-1 {
    margin-bottom: calc(30 * 1px  + ( 60  - 30 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .answers-list .answer .answer-content-container .grid-2-1 {
    margin-bottom: 60px;
  }
}
.answers-list .answer .answer-rating {
  padding: 25px 0 0;
  position: relative;
  margin-top: 25px;
  text-align: center;
}
.answers-list .answer .answer-rating:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 1px;
  background: rgba(101, 101, 99, 0.32);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 280px;
}
@media (min-width: 320px) {
  .answers-list .answer .answer-rating:before {
    width: calc(280 * 1px  + ( 1233  - 280 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .answers-list .answer .answer-rating:before {
    width: 1233px;
  }
}
.answers-list .answer .answer-rating .rating-action {
  margin-top: 20px;
  text-align: center;
}
.answers-list .answer .answer-rating .rating-action .btn-rating {
  font-weight: 500;
  font-size: 20px;
  color: #656563;
  background: transparent;
  width: 90px;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.answers-list .answer .answer-rating .rating-action .btn-rating:hover {
  opacity: 0.6;
  box-shadow: none;
}
.answers-list .answer .answer-rating .rating-action .btn-rating:after {
  content: '';
  display: inline-block;
  height: 28px;
  width: 28px;
  background: transparent url('../images/icon-rating-hand-positive.svg') no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -6px;
}
.answers-list .answer .answer-rating .rating-action .btn-rating.negative:after {
  background-image: url('../images/icon-rating-hand-negative.svg');
}
.answers-list .answer .slick-prev {
  border-left: 10px solid #F8F8F8;
}
.answered-questions .detail-filter-container {
  left: 0;
  position: absolute;
  width: 100vw;
  max-width: 100%;
  background: rgba(101, 101, 99, 0.95);
  z-index: 4;
  display: none;
}
.answered-questions .detail-filter-container .container {
  padding-top: 38px;
  padding-bottom: 60px;
  position: relative;
}
.answered-questions .detail-filter-container .headline2 {
  font-weight: 300;
  font-size: 28px;
  color: #FFFFFF;
}
@media (min-width: 320px) {
  .answered-questions .detail-filter-container .headline2 {
    font-size: calc(28 * 1px  + ( 36  - 28 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .answered-questions .detail-filter-container .headline2 {
    font-size: 36px;
  }
}
.answered-questions .detail-filter-container .control-label {
  color: #fff;
}
.answered-questions .detail-filter-container .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-weight: 300;
}
.answered-questions .detail-filter-container .filter-category-list {
  margin-left: -7px;
  margin-right: -7px;
}
.answered-questions .detail-filter-container .filter-category-list .control-label {
  padding: 0;
  margin-bottom: 6px;
}
.answered-questions .detail-filter-container .filter-category-list .form-group {
  margin-bottom: 35px;
}
.answered-questions .detail-filter-container .detail-filter-submit-group {
  margin-left: -7px !important;
  margin-right: -7px !important;
}
.answered-questions .detail-filter-container .detail-filter-submit-group .btn-submit {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}
@media (min-width: 320px) {
  .answered-questions .detail-filter-container .detail-filter-submit-group .btn-submit {
    font-size: calc(18 * 1px  + ( 22  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .answered-questions .detail-filter-container .detail-filter-submit-group .btn-submit {
    font-size: 22px;
  }
}
.answered-questions .detail-filter-container .detail-filter-close {
  border: none;
  background: transparent url('../images/icon-close-detailfilter.svg') no-repeat center;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 38px;
  right: 0;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.answered-questions .detail-filter-container .detail-filter-close:hover {
  opacity: 0.6;
}
@media (min-width: 660px) {
  .answers-list .answer .answer-rating {
    text-align: right;
  }
  .answers-list .answer .answer-rating .rating-action {
    display: inline-block;
    margin-top: 0;
    margin-left: 26px;
  }
  .answers-list .answer .answer-rating .rating-action .btn-rating {
    padding: 6px 7px;
  }
  .answers-list .answer .answer-rating .rating-action .btn-rating {
    width: auto;
  }
}
@media (min-width: 768px) {
  .ask-a-question.ask-a-question-bg-image {
    width: calc(661.188 * 1px  + ( 1233  - 661.188 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  .ask-a-question.ask-a-question-bg-image {
    width: 1233px;
  }
}
@media (min-width: 768px) {
  .ask-a-question.ask-a-question-bg-image {
    margin: 0 auto;
  }
  .ask-a-question.ask-a-question-bg-image .ask-a-question-container {
    padding: 1.4545em 1.7em;
  }
  .ask-a-question.ask-a-question-bg-image .container {
    width: auto;
  }
  .answered-questions form.form-horizontal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .answered-questions form.form-horizontal .form-group {
    margin: 0;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .answered-questions form.form-horizontal .btn-container {
    margin-left: 10px;
  }
  .answered-questions form.form-horizontal .btn-container .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .answers-list .question {
    padding: 1.4em 1.3em;
  }
}
@media (min-width: 1024px) {
  .answers-list .answer .show-answer-button-container {
    height: 1px;
    background: rgba(101, 101, 99, 0.32);
  }
  .answers-list .answer .answer-content-container.collapse.in + .show-answer-button-container {
    height: 0;
  }
  .answers-list .answer .show-answer-button-container .btn {
    bottom: auto;
    top: 30px;
    -webkit-transform: none;
            transform: none;
    left: auto;
    right: 0;
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }
  .answers-list .answer .show-answer-button-container .btn:hover {
    opacity: 0.6;
    box-shadow: none;
  }
}
@media (min-width: 1200px) {
  .ask-a-question.ask-a-question-bg-image .ask-a-question-container {
    padding: 1.4545em 1.7em;
  }
  .ask-a-question .ask-a-question--toggle {
    min-width: 663px;
  }
  .ask-a-question .ask-a-question-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ask-a-question .ask-a-question-header .ask-a-question--info {
    padding-right: 20px;
  }
  .ask-a-question .toggle-control {
    margin-top: 0;
  }
}
.find-consultant {
  counter-reset: step;
}
.find-consultant .split-row-container {
  counter-increment: step;
}
.find-consultant .split-row-container .split-row .tile:first-child {
  position: relative;
}
.find-consultant .split-row-container .split-row .tile:first-child .tile-content {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}
.find-consultant .split-row-container .split-row .tile:first-child .tile-content .title {
  min-height: 46px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 320px) {
  .find-consultant .split-row-container .split-row .tile:first-child .tile-content .title {
    min-height: calc(46 * 1px  + ( 55  - 46 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .find-consultant .split-row-container .split-row .tile:first-child .tile-content .title {
    min-height: 55px;
  }
}
.find-consultant .checkbox-button {
  margin-right: 0.4em;
  margin-bottom: 0.6em;
  display: inline-block;
  font-size: 18px;
}
@media (min-width: 320px) {
  .find-consultant .checkbox-button {
    font-size: calc(18 * 1px  + ( 22  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .find-consultant .checkbox-button {
    font-size: 22px;
  }
}
.find-consultant .checkbox-button input[type=checkbox] + label:before,
.find-consultant .checkbox-button input[type=checkbox] + label:after {
  content: none;
}
.find-consultant .checkbox-button input[type=checkbox] + label {
  border: 2px solid #d7d7d7;
  background: #fff;
  color: #656563;
  padding: 6px 15px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0);
  transition-property: box-shadow, background;
  transition-duration: 0.28s;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}
@media (min-width: 320px) {
  .find-consultant .checkbox-button input[type=checkbox] + label {
    font-size: calc(18 * 1px  + ( 22  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .find-consultant .checkbox-button input[type=checkbox] + label {
    font-size: 22px;
  }
}
.find-consultant .checkbox-button input[type=checkbox] + label:hover {
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.45);
}
.find-consultant .checkbox-button input[type=checkbox]:checked + label {
  background: #A0A5D2;
  color: #fff;
  font-weight: 500;
  border: 2px solid #A0A5D2;
}
.find-consultant .radio-button {
  margin-right: 0.4em;
  margin-bottom: 0.6em;
  display: inline-block;
  font-size: 18px;
}
@media (min-width: 320px) {
  .find-consultant .radio-button {
    font-size: calc(18 * 1px  + ( 22  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .find-consultant .radio-button {
    font-size: 22px;
  }
}
.find-consultant .radio-button input[type=radio] {
  display: none;
}
.find-consultant .radio-button input[type=radio] + label:before,
.find-consultant .radio-button input[type=radio] + label:after {
  content: none;
}
.find-consultant .radio-button input[type=radio] + label {
  background: #fff;
  color: #656563;
  padding: 6px 15px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0);
  transition-property: box-shadow, background;
  transition-duration: 0.28s;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}
@media (min-width: 320px) {
  .find-consultant .radio-button input[type=radio] + label {
    font-size: calc(18 * 1px  + ( 22  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .find-consultant .radio-button input[type=radio] + label {
    font-size: 22px;
  }
}
.find-consultant .radio-button input[type=radio] + label:hover {
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.45);
}
.find-consultant .radio-button input[type=radio]:checked + label {
  background: #A0A5D2;
  color: #A0A5D2;
  position: relative;
}
.find-consultant .radio-button input[type=radio]:checked + label:after {
  font-weight: 500;
  content: attr(data-text);
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  left: 50%;
  font-family: 'Roboto', sans-serif;
  white-space: nowrap;
}
@media (min-width: 320px) {
  .find-consultant .radio-button input[type=radio]:checked + label:after {
    font-size: calc(18 * 1px  + ( 22  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .find-consultant .radio-button input[type=radio]:checked + label:after {
    font-size: 22px;
  }
}
.find-consultant-process .split-row-1-2 .tile:first-child .title {
  margin-bottom: 0;
  margin-top: 13px;
  font-size: 20px;
}
@media (min-width: 320px) {
  .find-consultant-process .split-row-1-2 .tile:first-child .title {
    font-size: calc(20 * 1px  + ( 36  - 20 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .find-consultant-process .split-row-1-2 .tile:first-child .title {
    font-size: 36px;
  }
}
.find-consultant-process .split-row-1-2 .tile:first-child .tile-block {
  background: transparent;
}
.find-consultant-process .split-row-1-2 .tile:first-child .tile-content {
  color: #656563;
}
.find-consultant-process .split-row-1-2 .tile:last-child {
  position: relative;
}
.find-consultant-process .split-row-1-2 .tile:last-child .title {
  font-weight: 500;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (min-width: 320px) {
  .find-consultant-process .split-row-1-2 .tile:last-child .title {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .find-consultant-process .split-row-1-2 .tile:last-child .title {
    font-size: 20px;
  }
}
.find-consultant-process .split-row-1-2 .tile:last-child .description {
  position: absolute;
  bottom: 5px;
  right: 15px;
  font-size: 12px;
}
@media (min-width: 320px) {
  .find-consultant-process .split-row-1-2 .tile:last-child .description {
    font-size: calc(12 * 1px  + ( 16  - 12 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .find-consultant-process .split-row-1-2 .tile:last-child .description {
    font-size: 16px;
  }
}
.find-consultant-process .split-row-1-2 .tile:last-child .tile-block {
  background: none;
}
.find-consultant-process .split-row-1-2 .tile:last-child .tile-content {
  color: #656563;
  padding: 15px 15px 35px;
}
.find-consultant .slider-container {
  position: relative;
  margin-bottom: 55px;
}
.find-consultant .slider-container .term0,
.find-consultant .slider-container .term1 {
  position: absolute;
  bottom: -38px;
}
.find-consultant .slider-container .term0 {
  left: 0;
}
.find-consultant .slider-container .term1 {
  right: 0;
}
.find-consultant .slider-container .slider {
  height: 40px;
  width: 100%;
}
.find-consultant .slider-container .slider-track {
  margin: 0;
  bottom: 0;
  height: 3px;
  top: auto;
}
.find-consultant .slider-container .slider-tick-container {
  top: auto;
  bottom: 5px;
}
.find-consultant .slider-container .slider-handle {
  background: transparent url('../images/icon-sliderhandle.svg') no-repeat center;
  background-size: contain;
  height: 30px;
  width: 30px;
  box-shadow: none;
  margin-left: -15px;
  cursor: pointer;
}
.find-consultant .slider-container .tooltip {
  display: none !important;
}
.find-consultant .slider-container .slider-track-low,
.find-consultant .slider-container .slider-track-high {
  height: 2px;
  background: #A0A5D2;
}
.find-consultant .slider-container .slider-selection {
  background: #A0A5D2;
  height: 2px;
}
.find-consultant .slider-container .slider-tick-container .slider-tick {
  height: 7px;
  width: 7px;
  margin-left: -3px;
  background: #A0A5D2;
  border-radius: 50%;
}
.location-container {
  margin-left: -7px;
  margin-right: -7px;
}
.location-container .consulting-location {
  padding-right: 35px;
  font-size: 16px;
  height: 36px;
  font-weight: 500;
  color: #656563;
}
@media (min-width: 320px) {
  .location-container .consulting-location {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .location-container .consulting-location {
    font-size: 20px;
  }
}
@media (min-width: 320px) {
  .location-container .consulting-location {
    height: calc(36 * 1px  + ( 50  - 36 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .location-container .consulting-location {
    height: 50px;
  }
}
.location-container .consulting-location::-webkit-input-placeholder {
  font-weight: 300;
}
.location-container .consulting-location::-moz-placeholder {
  font-weight: 300;
}
.location-container .consulting-location::-ms-input-placeholder {
  font-weight: 300;
}
.location-container .consulting-location::placeholder {
  font-weight: 300;
}
.location-container .map-marker {
  position: absolute;
  right: 17px;
  top: calc(50% - 12px);
  background: transparent url('../images/icon-location-consulting.svg') no-repeat center;
  width: 17px;
  height: 24px;
}
.location-container .bootstrap-select-container .bootstrap-select {
  margin-top: 10px;
  background: #A0A5D2;
}
.location-container .bootstrap-select-container .bootstrap-select .btn {
  color: #fff;
  font-weight: 300;
}
.location-container .checkbox-group {
  margin: 0;
}
.location-container .checkbox-group .checkbox {
  margin-top: 0;
}
.find-consultant .submit-container .form-submit > div {
  padding: 0 !important;
}
.find-consultant .submit-container .btn-submit {
  color: #fff;
  font-weight: 500;
  background: #A0A5D2;
  width: 100%;
  margin: 0 0 40px;
  padding: 6px 25px 6px 30px;
  font-size: 20px;
  white-space: normal;
  text-align: center;
}
@media (min-width: 320px) {
  .find-consultant .submit-container .btn-submit {
    font-size: calc(20 * 1px  + ( 36  - 20 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .find-consultant .submit-container .btn-submit {
    font-size: 36px;
  }
}
.find-consultant .submit-container .btn-submit .icon-search {
  height: 1em;
  width: 40px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  background: transparent url('../images/icon-search-consulting.svg') no-repeat center;
  background-size: contain;
}
@media (min-width: 768px) {
  .find-consultant .split-row-container .split-row .tile-content {
    padding-top: calc(66 * 1px  + ( 75  - 66 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  .find-consultant .split-row-container .split-row .tile-content {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  .find-consultant .submit-container .form-submit {
    margin: 0;
  }
  .find-consultant .submit-container .btn-submit {
    width: auto;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }
}
@media (min-width: 1024px) {
  .find-consultant-process .split-row-1-2 .tile:last-child .tile-content {
    padding: 18px 20px 45px;
  }
  .location-container .bootstrap-select-container .bootstrap-select {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .find-consultant .checkbox-button {
    margin-right: 0.909em;
    margin-bottom: 0.909em;
  }
  .find-consultant-process .split-row-1-2 .tile:last-child .description {
    bottom: auto;
    top: 12px;
  }
  .find-consultant .split-row-container .split-row .tile:first-child:before {
    left: 10px;
  }
  .find-consultant .split-row-container .split-row .tile:first-child:after {
    left: 12px;
  }
}
.find-result-header {
  background: #F1F1F1;
  font-weight: 300;
}
.find-result-header .answered-questions {
  margin-top: 0;
}
.find-result-header .container {
  padding: 10px 0;
}
.find-result-header form.form-horizontal {
  margin-bottom: 0;
}
.find-result-header form.form-horizontal .bootstrap-select-container .bootstrap-select {
  background: #fff;
}
.find-result-header form.form-horizontal .bootstrap-select-container .bootstrap-select .dropdown-toggle {
  font-weight: 300;
  color: #656563;
  font-size: 18px;
  height: 45px;
}
@media (min-width: 320px) {
  .find-result-header form.form-horizontal .bootstrap-select-container .bootstrap-select .dropdown-toggle {
    font-size: calc(18 * 1px  + ( 22  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .find-result-header form.form-horizontal .bootstrap-select-container .bootstrap-select .dropdown-toggle {
    font-size: 22px;
  }
}
@media (min-width: 320px) {
  .find-result-header form.form-horizontal .bootstrap-select-container .bootstrap-select .dropdown-toggle {
    height: calc(45 * 1px  + ( 60  - 45 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .find-result-header form.form-horizontal .bootstrap-select-container .bootstrap-select .dropdown-toggle {
    height: 60px;
  }
}
.find-result-header .find-result-counter {
  margin-bottom: 10px;
  font-size: 22px;
  text-align: center;
}
@media (min-width: 320px) {
  .find-result-header .find-result-counter {
    font-size: calc(22 * 1px  + ( 36  - 22 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .find-result-header .find-result-counter {
    font-size: 36px;
  }
}
.find-result-header form.form-horizontal .btn-container {
  margin-bottom: 10px;
}
.find-result-header form.form-horizontal button.btn-detail-filter {
  background: #fff;
  color: #656563;
}
.find-result-header form.form-horizontal button.btn-detail-filter:after {
  background-image: url('../images/icon-detail-filter-consulting.svg') !important;
}
.find-result-header .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline;
}
.find-consultant-result-list {
  padding-top: 60px;
}
.find-consultant-result-list .split-row-1-3 > .tile.image-tile {
  background: transparent;
}
.find-consultant-result-list .split-row-1-3 > .tile.image-tile .tile-block {
  max-height: 280px;
}
.find-consultant-result-list .split-row-1-3 > .tile.image-tile .tile-block .tile-content {
  max-height: 280px;
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .tile-block {
  width: 100%;
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .tile-content {
  display: block;
  padding: 0;
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .name-container {
  background: rgba(174, 174, 174, 0.15);
  padding: 15px 10px 11px;
  position: relative;
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .name-container .name {
  margin: 0;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.21428571em;
  font-size: 22px;
  color: #656563;
}
@media (min-width: 320px) {
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .name-container .name {
    font-size: calc(22 * 1px  + ( 28  - 22 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .name-container .name {
    font-size: 28px;
  }
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .name-container .consultant-logo {
  display: none;
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .info {
  padding: 20px 10px;
  line-height: normal;
  font-size: 16px;
}
@media (min-width: 320px) {
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info {
    font-size: calc(16 * 1px  + ( 18  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info {
    font-size: 18px;
  }
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .info address {
  margin-bottom: 10px;
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .info .consultant-charts {
  margin-bottom: 10px;
  text-align: right;
  font-weight: 300;
  line-height: 1.7em;
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .info .consultant-charts strong {
  font-weight: 500;
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .info .consultant-charts .star-rating {
  display: inline-block;
  font-size: 0;
  margin: 0;
  vertical-align: bottom;
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .info .consultant-charts .star-rating .star {
  vertical-align: middle;
  height: 18px;
  width: 18px;
  background-size: contain;
  margin-top: -3;
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .info .consultant-charts .star-rating .star:not(.checked) {
  background-image: url("../images/icon-star-empty-consulting.svg");
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .info .tag-list {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 320px) {
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .tag-list {
    font-size: calc(16 * 1px  + ( 18  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .tag-list {
    font-size: 18px;
  }
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .info .tag-list .tag {
  font-size: 16px;
  line-height: 1em;
  margin: 0 0.4em 0.4em 0;
  padding: 0.4em 0.8em;
  background: #fff;
  color: #656563;
  display: inline-block;
}
@media (min-width: 320px) {
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .tag-list .tag {
    font-size: calc(16 * 1px  + ( 18  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .tag-list .tag {
    font-size: 18px;
  }
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .info .tag-list .credo {
  font-style: italic;
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .info .tag-list .importanttag {
  font-weight: 400;
  border: 1px solid #A0A5D2;
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .info .degree-list {
  margin-bottom: 10px;
  font-weight: 500;
  color: #656563;
  font-size: 0;
  padding-left: 40px;
  background: transparent url('../images/icon-degree-batch.svg') no-repeat left top;
  min-height: 30px;
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .info .degree-list .degree {
  font-size: 16px;
  line-height: 1.3333em;
  display: block;
}
@media (min-width: 320px) {
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .degree-list .degree {
    font-size: calc(16 * 1px  + ( 18  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .degree-list .degree {
    font-size: 18px;
  }
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .info .action-container {
  margin-top: 25px;
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .info .action-container .btn {
  width: 100%;
  font-size: 16px;
}
@media (min-width: 320px) {
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .action-container .btn {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .action-container .btn {
    font-size: 20px;
  }
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .info .action-container .btn + .btn {
  margin-top: 10px;
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .info .action-container .btn-contact {
  color: #fff;
  background: #A0A5D2;
}
.find-consultant-result-list .split-row-1-3 > .tile:last-child .info .action-container .btn-contact span:after {
  content: '';
  height: 28px;
  width: 33px;
  display: inline-block;
  background: transparent url('../images/icon-contact-consulting.svg') no-repeat center;
  background-size: contain;
  margin-left: 10px;
  vertical-align: middle;
}
.find-consultant-result-list .profile-contact-dropdown {
  width: 100%;
  margin-top: 10px;
}
.find-consultant-result-list .profile-contact-dropdown button .icon-contact:after {
  margin-top: -1px;
}
.find-consultant-result-list .profile-contact-dropdown .dropdown-menu {
  background: #A0A5D2;
}
.find-consultant-result-list .profile-contact-dropdown .dropdown-menu h5 {
  color: #fff;
}
.find-consultant-result-list .profile-contact-dropdown .dropdown-menu .icon-contact {
  background-image: url('../images/icon-contact-consulting.svg');
}
.find-consultant-result-list .profile-contact-dropdown .dropdown-menu .btn-close {
  background: transparent url('../images/icon-close-detailfilter.svg') no-repeat center;
  background-size: contain;
}
.image-tile .tile-block .tile-premium {
  position: relative;
}
.image-tile .tile-block .tile-premium .premium-award {
  position: absolute;
  bottom: 0;
  border-bottom: 4px solid #F8BD58;
  height: 111px;
  width: 100%;
  left: 0;
  background-image: linear-gradient(-180deg, rgba(51, 51, 47, 0) 0%, #393934 100%);
  color: #fff;
  font-size: 16px;
}
@media (min-width: 320px) {
  .image-tile .tile-block .tile-premium .premium-award {
    font-size: calc(16 * 1px  + ( 18  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .image-tile .tile-block .tile-premium .premium-award {
    font-size: 18px;
  }
}
.image-tile .tile-block .tile-premium .premium-award .premium-award-content {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 15px;
}
.image-tile .tile-block .tile-premium .premium-award .award {
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  background: transparent url('../images/icon-premium-award.svg') no-repeat center;
  background-size: contain;
}
@media (min-width: 460px) and (max-width: 900px) {
  .find-consultant-result-list .split-row-1-3 > .tile.image-tile {
    height: 100px;
    position: absolute;
    width: 120px;
    right: 10px;
    z-index: 2;
    top: 10px;
  }
  .find-consultant-result-list .split-row-1-3 > .tile.image-tile .tile-block .tile-content {
    height: 100% !important;
  }
  .find-consultant-result-list .split-row-1-3 > .tile.image-tile .tile-block .tile-premium .premium-award {
    height: 44px;
  }
  .find-consultant-result-list .split-row-1-3 > .tile.image-tile .tile-block .tile-premium .premium-award .premium-award-content {
    bottom: -8px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    font-size: 14px;
    line-height: 1em;
    color: #656563;
    text-align: left;
  }
  .find-consultant-result-list .split-row-1-3 > .tile.image-tile .tile-block .tile-premium .premium-award .award {
    position: absolute;
    top: -43px;
    left: 3px;
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child {
    margin-left: 0;
    width: 100%;
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .name-container {
    padding-right: 150px;
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info address {
    padding-right: 150px;
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .consultant-charts {
    text-align: left;
    padding-right: 150px;
  }
}
@media (min-width: 650px) and (max-width: 900px) {
  .find-consultant-result-list .split-row-1-3 > .tile.image-tile {
    height: 130px;
    width: 130px;
  }
  .find-consultant-result-list .split-row-1-3 > .tile.image-tile .tile-block .tile-content {
    max-height: 130px;
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .name-container {
    padding-right: 160px;
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info address {
    padding-right: 160px;
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .consultant-charts {
    padding-right: 160px;
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .action-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .action-container > * {
    width: calc(50% - 5px) !important;
    margin: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .find-consultant-result-list .split-row-1-3 > .tile.image-tile {
    height: 160px;
    width: 160px;
  }
  .find-consultant-result-list .split-row-1-3 > .tile.image-tile .tile-block .tile-content {
    max-height: 160px;
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .name-container {
    padding-right: 190px;
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info address,
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .consultant-charts,
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .tag-list {
    padding-right: 190px;
  }
}
.consultant-profile-small {
  margin-bottom: 40px;
}
.find-result-filter-container .form-group-distance .bootstrap-select-container {
  margin-top: 10px;
  margin-bottom: 35px;
}
.find-result-filter-container .form-group-distance .bootstrap-select-container .bootstrap-select {
  background: #E1E1E1 !important;
}
.find-result-filter-container .form-group-distance .form-group-distance--location .input-group {
  position: relative;
}
.find-result-filter-container .form-group-distance .form-group-distance--location .map-marker {
  position: absolute;
  right: 17px;
  top: calc(50% - 12px);
  background: transparent url('../images/icon-location.svg') no-repeat center;
  width: 17px;
  height: 24px;
}
@media (min-width: 500px) {
  .find-result-header .container .find-result-filter-container form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .find-result-header .container .find-result-filter-container form > * {
    width: calc(50% - 5px);
    margin: 0;
  }
  .find-result-filter-container .form-group-distance {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .find-result-filter-container .form-group-distance .form-group-distance--location {
    width: calc(100% - 206px);
  }
  .find-result-filter-container .form-group-distance .bootstrap-select-container {
    width: 206px;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .find-result-header .container {
    padding: 15px 0;
  }
  .find-result-header .find-result-counter {
    text-align: center;
  }
  .find-result-header .find-result-filter-container .form-horizontal {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .find-result-header form.form-horizontal .btn-container {
    margin: 0 10px 0 0;
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .action-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .action-container > * {
    display: inline-block;
    width: auto !important;
    margin-top: 0 !important;
    margin-left: 10px !important;
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .consultant-charts {
    margin-bottom: 20px;
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .degree-list .degree {
    display: inline-block;
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .degree-list .degree:after {
    content: ',\00a0';
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .degree-list .degree:last-child:after {
    content: none;
  }
}
@media (min-width: 1024px) {
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .name-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info address {
    width: calc(100% - 260px);
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .consultant-charts {
    width: 260px;
    margin-bottom: 20px;
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .tag-list,
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .degree-list,
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .action-container {
    width: 100%;
  }
  .find-result-header .find-result-header-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .find-result-header .find-result-header-container .find-result-counter {
    padding-right: 20px;
    text-align: left;
    margin: 0;
  }
  .find-result-header .find-result-header-container .find-result-filter-container {
    width: auto;
  }
  .find-result-header .find-result-header-container .find-result-filter-container form > * {
    width: auto;
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info .consultant-charts .star-rating .star {
    height: 25px;
    width: 25px;
  }
}
@media (min-width: 1319px) {
  .find-consultant-result-list .split-row-1-3 > .tile.image-tile {
    width: 260px;
  }
  .find-consultant-result-list .split-row.split-row-1-3 > .tile:last-child {
    width: calc(100% - 260px - 10px);
  }
  .find-consultant-result-list .split-row.split-row-1-3 > .tile:last-child .info .degree-list {
    width: calc(100% - 430px);
    margin: 0;
  }
  .find-consultant-result-list .split-row.split-row-1-3 > .tile:last-child .info .action-container {
    width: 430px;
    margin-top: 0;
  }
  .find-consultant-result-list .split-row.split-row-1-3 > .tile:last-child .info .consultant-charts {
    position: absolute;
    right: 20px;
  }
  .find-consultant-result-list .split-row.split-row-1-3 > .tile:last-child .info .tag-list {
    padding-right: 260px;
  }
  .find-consultant-result-list .split-row-1-3 > .tile:last-child .info {
    min-height: 220px;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
  }
}
.advisors-list__advisor-profile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  overflow: auto;
  border-radius: 6px;
  box-shadow: 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 6px 7px -4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #3c3c3c;
}
.advisors-list__advisor-profile .advisor-profile__picture {
  width: 100%;
  height: 300px;
}
.advisors-list__advisor-profile .advisor-profile__picture img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.advisors-list__advisor-profile .advisor-profile__picture--sm {
  width: 100%;
  height: 220px;
}
.advisors-list__advisor-profile .advisor-profile__picture--sm img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.advisors-list__advisor-profile .advisor-profile__details {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.advisors-list__advisor-profile .advisor-profile__details .details__header {
  padding: 0 20px;
  background-color: #f1f1f1;
}
.advisors-list__advisor-profile .advisor-profile__details .details__header h2 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 16px;
}
.advisors-list__advisor-profile .advisor-profile__details .details__header h3 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 2px;
}
.advisors-list__advisor-profile .advisor-profile__details .details__header--bg {
  background-color: #89B8AF;
  background-size: cover;
  color: #fff;
}
.advisors-list__advisor-profile .advisor-profile__details .details__header--full-flex {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.advisors-list__advisor-profile .advisor-profile__details .details__main {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
}
.advisors-list__advisor-profile .advisor-profile__details .details__footer {
  padding: 0 20px 20px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.advisors-list__advisor-profile .advisor-profile__details .details__footer .footer__address {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .advisors-list__advisor-profile .advisor-profile__details .details__footer .footer__address {
    white-space: nowrap;
  }
}
.advisors-list__advisor-profile .advisor-profile__details .details__footer .footer__contact-buttons {
  text-align: center;
  width: 100%;
}
@media (max-width: 1023px) {
  .advisors-list__advisor-profile .advisor-profile__details .details__footer .footer__contact-buttons > a {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .advisors-list__advisor-profile {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .advisors-list__advisor-profile .advisor-profile__picture {
    width: 300px;
    height: 300px;
  }
  .advisors-list__advisor-profile .advisor-profile__picture img {
    width: 300px;
    height: 300px;
  }
  .advisors-list__advisor-profile .advisor-profile__picture--sm {
    width: 220px;
    height: 220px;
  }
  .advisors-list__advisor-profile .advisor-profile__picture--sm img {
    width: 220px;
    height: 220px;
  }
  .advisors-list__advisor-profile .advisor-profile__details .details__footer {
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .advisors-list__advisor-profile .advisor-profile__details .details__footer .footer__contact-buttons {
    text-align: right;
  }
}
@media (min-width: 1280px) {
  .advisors-list__advisor-profile .advisor-profile__details .details__footer {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advisors-list__advisor-profile .advisor-profile__details .details__footer .footer__address {
    margin-bottom: 0;
  }
}
.consultant-profile-header .statement {
  background: transparent url('../images/block-aktuelles03.jpg') no-repeat center;
  background-size: cover;
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
}
.consultant-profile-header .statement:after {
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  background: rgba(160, 165, 210, 0.9);
}
.consultant-profile-header .statement > * {
  position: relative;
  z-index: 1;
}
.consultant-profile-header .statement .container {
  text-align: center;
}
.consultant-profile-header .statement .statement-quote {
  font-weight: 300;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1.41666667em;
  text-align: center;
  font-style: italic;
}
@media (min-width: 320px) {
  .consultant-profile-header .statement .statement-quote {
    font-size: calc(20 * 1px  + ( 36  - 20 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .consultant-profile-header .statement .statement-quote {
    font-size: 36px;
  }
}
.consultant-profile-header .statement .btn-container {
  text-align: center;
  margin-top: 20px;
}
.consultant-profile-header .statement .btn-container .btn-contact {
  color: #656563;
  background: #fff;
  font-size: 18px;
}
@media (min-width: 320px) {
  .consultant-profile-header .statement .btn-container .btn-contact {
    font-size: calc(18 * 1px  + ( 26  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .consultant-profile-header .statement .btn-container .btn-contact {
    font-size: 26px;
  }
}
.consultant-profile-header .statement .btn-container .btn-contact span:after {
  content: '';
  height: 28px;
  width: 33px;
  display: inline-block;
  background: transparent url('../images/icon-contact-consulting-profile.svg') no-repeat center;
  background-size: contain;
  margin-left: 10px;
  vertical-align: middle;
}
.consultant-profile-header .profile-image-container {
  height: 220px;
  width: 250px;
  margin: 0 auto 20px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: auto;
}
.consultant-profile-header .profile-image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  font-family: 'object-fit: cover; object-position: center top';
}
.consultant-profile-header .consultant-profile-header-info {
  padding: 20px 0;
}
.consultant-profile-header .consultant-profile-header-info .consultant-info {
  margin-bottom: 15px;
}
.consultant-profile-header .consultant-profile-header-info .consultant-info .headline1 {
  font-weight: 300;
  font-size: 20px;
  margin: 0;
}
@media (min-width: 320px) {
  .consultant-profile-header .consultant-profile-header-info .consultant-info .headline1 {
    font-size: calc(20 * 1px  + ( 28  - 20 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .consultant-profile-header .consultant-profile-header-info .consultant-info .headline1 {
    font-size: 28px;
  }
}
.consultant-profile-header .consultant-profile-header-info .consultant-info .consultant-info__sub-name {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
}
@media (min-width: 320px) {
  .consultant-profile-header .consultant-profile-header-info .consultant-info .consultant-info__sub-name {
    font-size: calc(18 * 1px  + ( 20  - 18 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .consultant-profile-header .consultant-profile-header-info .consultant-info .consultant-info__sub-name {
    font-size: 20px;
  }
}
.consultant-profile-header .consultant-profile-header-info .consultant-info address {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}
@media (min-width: 320px) {
  .consultant-profile-header .consultant-profile-header-info .consultant-info address {
    font-size: calc(16 * 1px  + ( 18  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .consultant-profile-header .consultant-profile-header-info .consultant-info address {
    font-size: 18px;
  }
}
.consultant-profile-header .consultant-profile-header-info .consultant-charts {
  text-align: right;
  font-weight: 300;
}
.consultant-profile-header .consultant-profile-header-info .consultant-charts strong {
  font-weight: 500;
}
.consultant-profile-header .consultant-profile-header-info .consultant-charts .rating-overview {
  font-size: 16px;
}
@media (min-width: 320px) {
  .consultant-profile-header .consultant-profile-header-info .consultant-charts .rating-overview {
    font-size: calc(16 * 1px  + ( 18  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .consultant-profile-header .consultant-profile-header-info .consultant-charts .rating-overview {
    font-size: 18px;
  }
}
.consultant-profile-header .consultant-profile-header-info .consultant-charts .rating-overview .star-rating {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.consultant-profile-header .consultant-profile-header-info .consultant-charts .rating-overview .star-rating .star {
  height: 18px;
  width: 18px;
  background-size: contain;
}
.profile-contact-dropdown {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.profile-contact-dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  transition: max-height 0s linear 0.2s, opacity 0.15s ease-out;
  left: auto;
  right: 0;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.5);
  padding: 10px;
  min-width: 100%;
  max-width: 400px;
  border: none;
  background: #F5F6FA;
  position: absolute;
  top: 0;
  margin-top: 0;
}
.profile-contact-dropdown .dropdown-menu h5 {
  font-weight: 500;
  font-size: 16px;
  color: #656563;
  margin: 0 0 15px;
}
@media (min-width: 320px) {
  .profile-contact-dropdown .dropdown-menu h5 {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .profile-contact-dropdown .dropdown-menu h5 {
    font-size: 20px;
  }
}
.profile-contact-dropdown .dropdown-menu h5 .icon-contact {
  height: 28px;
  width: 33px;
  display: inline-block;
  background: transparent url(../images/icon-contact-consulting-profile.svg) no-repeat center;
  background-size: contain;
  margin-left: 10px;
  vertical-align: middle;
}
.profile-contact-dropdown .dropdown-menu .btn-close {
  position: absolute;
  background: transparent url('../images/icon-close-modal.svg') no-repeat center;
  background-size: contain;
  height: 15px;
  width: 15px;
  top: 10px;
  right: 10px;
  border: 0;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.profile-contact-dropdown .dropdown-menu .btn-close:hover {
  opacity: 0.6;
}
.profile-contact-dropdown .dropdown-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.profile-contact-dropdown .dropdown-menu ul li {
  margin-bottom: 10px;
}
.profile-contact-dropdown .dropdown-menu ul li a {
  background: #fff;
  text-align: center;
  color: #656563;
  text-align: left;
  display: block;
  padding: 5px 35px 6px 35px;
  text-decoration: none !important;
  font-size: 16px;
}
@media (min-width: 320px) {
  .profile-contact-dropdown .dropdown-menu ul li a {
    font-size: calc(16 * 1px  + ( 18  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .profile-contact-dropdown .dropdown-menu ul li a {
    font-size: 18px;
  }
}
.profile-contact-dropdown .dropdown-menu ul li a .icon-mail,
.profile-contact-dropdown .dropdown-menu ul li a .icon-tel,
.profile-contact-dropdown .dropdown-menu ul li a .icon-skype,
.profile-contact-dropdown .dropdown-menu ul li a .icon-baningo {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: transparent no-repeat center;
  background-size: contain;
  margin-right: 10px;
}
.profile-contact-dropdown .dropdown-menu ul li a .icon-mail {
  background-image: url('../images/icon-profile-contact-mail.svg');
}
.profile-contact-dropdown .dropdown-menu ul li a .icon-tel {
  background-image: url('../images/icon-profile-contact-tel.svg');
}
.profile-contact-dropdown .dropdown-menu ul li a .icon-skype {
  background-image: url('../images/icon-profile-contact-skype.svg');
}
.profile-contact-dropdown .dropdown-menu ul li a .icon-baningo {
  background-image: url('../images/icon-profile-contact-baningo.svg');
}
.profile-contact-dropdown.open > .dropdown-menu {
  pointer-events: auto;
  opacity: 1;
  max-height: 100vh;
  transition: max-height 0s linear, opacity 0.15s ease-out;
}
.profile-premium {
  position: relative;
}
.profile-premium .premium-award {
  position: absolute;
  bottom: 0;
  border-bottom: 4px solid #F8BD58;
  height: 111px;
  width: 100%;
  left: 0;
  background-image: linear-gradient(-180deg, rgba(51, 51, 47, 0) 0%, #393934 100%);
  color: #fff;
  font-size: 16px;
}
@media (min-width: 320px) {
  .profile-premium .premium-award {
    font-size: calc(16 * 1px  + ( 18  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .profile-premium .premium-award {
    font-size: 18px;
  }
}
.profile-premium .premium-award .premium-award-content {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
}
.profile-premium .premium-award .award {
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  background: transparent url('../images/icon-premium-award.svg') no-repeat center;
  background-size: contain;
}
.consultant-profile-info {
  background: #F8F8F8;
  font-size: 16px;
  line-height: 1.888em;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 26px;
}
@media (min-width: 320px) {
  .consultant-profile-info {
    font-size: calc(16 * 1px  + ( 18  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .consultant-profile-info {
    font-size: 18px;
  }
}
@media (min-width: 320px) {
  .consultant-profile-info {
    padding-top: calc(20 * 1px  + ( 46  - 20 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .consultant-profile-info {
    padding-top: 46px;
  }
}
@media (min-width: 320px) {
  .consultant-profile-info {
    padding-bottom: calc(26 * 1px  + ( 36  - 26 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .consultant-profile-info {
    padding-bottom: 36px;
  }
}
.consultant-profile-info .headline3 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
}
@media (min-width: 320px) {
  .consultant-profile-info .headline3 {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .consultant-profile-info .headline3 {
    font-size: 20px;
  }
}
.consultant-profile-info .headline3 .icon {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: transparent no-repeat center;
  vertical-align: middle;
  margin-right: 10px;
}
.consultant-profile-info .hours-info {
  max-width: 280px;
}
.consultant-profile-info .hours .icon {
  background-image: url('../images/icon-hours.svg');
  background-size: 26px auto;
}
.consultant-profile-info .degrees .icon {
  background-image: url('../images/icon-degree-batch.svg');
  background-size: auto 30px;
}
.consultant-profile-info .languages .icon {
  background-image: url('../images/icon-languages.svg');
  background-size: 30px auto;
}
.consultant-profile-info .hours,
.consultant-profile-info .qualifications,
.consultant-profile-info .qualifications .degrees {
  margin-bottom: 40px;
}
.consultant-profile-info .hours-list dt,
.consultant-profile-info .hours-list dd {
  line-height: 1.888em;
}
.consultant-profile-info .hours-list dt {
  float: left;
  width: 130px;
  font-weight: 300;
}
.consultant-profile-info .hours-list dt + dd {
  padding-left: 150px;
  font-weight: 500;
}
.consultant-profile-info .support-topics .support-topics-content {
  background: #A0A5D2;
  color: #fff;
  padding: 10px 0;
}
.consultant-profile-info .support-topics .tag-list {
  line-height: normal;
  font-size: 16px;
}
@media (min-width: 320px) {
  .consultant-profile-info .support-topics .tag-list {
    font-size: calc(16 * 1px  + ( 18  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .consultant-profile-info .support-topics .tag-list {
    font-size: 18px;
  }
}
.consultant-profile-info .support-topics .tag-list .tag {
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  background: #898EB8;
  border-radius: 4px;
  padding: 3px 8px;
  margin: 0 6px 6px 0;
}
@media (min-width: 320px) {
  .consultant-profile-info .support-topics .tag-list .tag {
    font-size: calc(16 * 1px  + ( 18  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .consultant-profile-info .support-topics .tag-list .tag {
    font-size: 18px;
  }
}
.consultant-profile-info .support-topics .tag-list .tag a {
  color: #fff;
}
.profile-text {
  padding-top: 36px;
}
@media (min-width: 320px) {
  .profile-text {
    padding-top: calc(36 * 1px  + ( 60  - 36 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .profile-text {
    padding-top: 60px;
  }
}
.profile-text .headline2 {
  margin-top: 0;
}
.profile-text .container .row {
  margin-left: -7px;
  margin-right: -7px;
}
.profile-map-container {
  position: relative;
}
.profile-map-container .maps {
  height: 300px;
}
.profile-map-container .maps-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: linear-gradient(-90deg, rgba(51, 51, 47, 0) 23%, #393934 100%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.profile-map-container .maps-info address {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  margin: 0;
  width: 100%;
  padding-right: 125px;
}
@media (min-width: 320px) {
  .profile-map-container .maps-info address {
    font-size: calc(16 * 1px  + ( 22  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .profile-map-container .maps-info address {
    font-size: 22px;
  }
}
@media (min-width: 320px) {
  .profile-map-container .maps-info address {
    padding-right: calc(125 * 1px  + ( 185  - 125 ) * (( 100vw -  320 * 1px ) / ( 1023  - 320 )));
  }
}
@media (min-width: 1023px) {
  .profile-map-container .maps-info address {
    padding-right: 185px;
  }
}
@media (min-width: 1024px) {
  .profile-map-container .maps-info address {
    padding-right: calc(125 * 1px  + ( 185  - 125 ) * (( 100vw -  1024 * 1px ) / ( 1440  - 1024 )));
  }
}
@media (min-width: 1440px) {
  .profile-map-container .maps-info address {
    padding-right: 185px;
  }
}
.profile-map-container .maps-info .logo-container {
  position: absolute;
  right: 10px;
  top: calc(50% - 15px);
  width: 110px;
  height: 30px;
}
@media (min-width: 320px) {
  .profile-map-container .maps-info .logo-container {
    width: calc(110 * 1px  + ( 170  - 110 ) * (( 100vw -  320 * 1px ) / ( 1023  - 320 )));
  }
}
@media (min-width: 1023px) {
  .profile-map-container .maps-info .logo-container {
    width: 170px;
  }
}
@media (min-width: 1024px) {
  .profile-map-container .maps-info .logo-container {
    width: calc(110 * 1px  + ( 170  - 110 ) * (( 100vw -  1024 * 1px ) / ( 1440  - 1024 )));
  }
}
@media (min-width: 1440px) {
  .profile-map-container .maps-info .logo-container {
    width: 170px;
  }
}
.profile-map-container .maps-info .logo-container img {
  height: 100%;
  width: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center;
  font-family: 'object-fit: contain; object-position: center';
}
.consultant-profile-history .consultant-profile-history--header {
  padding: 34px 20px 42px;
  background: transparent url('../images/block-aktuelles03.jpg') no-repeat center;
  background-size: cover;
  position: relative;
}
.consultant-profile-history .consultant-profile-history--header:after {
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  background: rgba(160, 165, 210, 0.9);
}
.consultant-profile-history .consultant-profile-history--header > * {
  position: relative;
  z-index: 1;
}
.consultant-profile-history .consultant-profile-history--header .headline1 {
  color: #fff;
  margin: 0 0 16px;
  font-size: 28px;
}
@media (min-width: 320px) {
  .consultant-profile-history .consultant-profile-history--header .headline1 {
    font-size: calc(28 * 1px  + ( 64  - 28 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .consultant-profile-history .consultant-profile-history--header .headline1 {
    font-size: 64px;
  }
}
.consultant-profile-history .consultant-profile-history--header .history-draft {
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 320px) {
  .consultant-profile-history .consultant-profile-history--header .history-draft {
    font-size: calc(16 * 1px  + ( 28  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .consultant-profile-history .consultant-profile-history--header .history-draft {
    font-size: 28px;
  }
}
.consultant-profile-history .consultant-profile-history--header .history-draft strong {
  font-weight: 500;
}
.consultant-profile-history--list {
  margin-top: 61px;
  margin-bottom: 57px;
}
.consultant-profile-history--list .history-item {
  font-size: 16px;
  padding: 25px 0;
  overflow: hidden;
  border-top: 1px solid rgba(101, 101, 99, 0.32);
  position: relative;
  font-weight: 300;
  line-height: 1.7em;
}
@media (min-width: 320px) {
  .consultant-profile-history--list .history-item {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .consultant-profile-history--list .history-item {
    font-size: 20px;
  }
}
.consultant-profile-history--list .history-item:last-child {
  border-bottom: 1px solid rgba(101, 101, 99, 0.32);
}
.consultant-profile-history--list .history-item strong {
  font-weight: 500;
}
.consultant-profile-history--list .history-item--date {
  margin-bottom: 5px;
  font-weight: 500;
}
@media (min-width: 660px) {
  .consultant-profile-info > .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .consultant-profile-info > .container .hours,
  .consultant-profile-info > .container .qualifications {
    width: calc(50% - 5px);
  }
  .consultant-profile-info > .container .hours {
    padding-right: 20px;
  }
  .consultant-profile-history--list .rating.star-rating {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .consultant-profile-header-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .consultant-profile-header-info .consultant-info {
    margin: 0 !important;
  }
  .consultant-profile-info .support-topics .support-topics-content {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .consultant-profile-info > .container .hours,
  .consultant-profile-info > .container .qualifications,
  .consultant-profile-info > .container .support-topics {
    margin: 0;
  }
  .consultant-profile-info > .container .hours,
  .consultant-profile-info > .container .qualifications,
  .consultant-profile-info > .container .support-topics {
    width: 33.3333%;
  }
  .consultant-profile-info > .container .hours,
  .consultant-profile-info > .container .qualifications {
    padding-right: 20px;
  }
  .consultant-profile-header .consultant-profile-header-info .consultant-charts .rating-overview {
    margin-top: 5px;
  }
  .consultant-profile-header .profile-image-container {
    position: absolute;
    left: 0;
    bottom: -86px;
    margin: 0;
    height: 250px;
    width: 250px;
  }
  .consultant-profile-header .consultant-profile-header-info .consultant-info {
    padding-left: 276px;
  }
  .consultant-profile-header .statement .container {
    padding-left: 276px;
  }
  .consultant-profile-header .statement .statement-quote,
  .consultant-profile-header .statement .btn-container {
    text-align: left;
  }
  .consultant-profile-header .statement .btn-container .btn-contact {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .consultant-profile-header .consultant-profile-header-info {
    position: relative;
  }
  .consultant-profile-header .statement .container {
    text-align: left;
  }
  .consultant-profile-header .statement .statement-quote {
    min-height: 5em;
  }
}
@media (min-width: 1110px) {
  .consultant-profile-info > .container .hours,
  .consultant-profile-info > .container .qualifications,
  .consultant-profile-info > .container .support-topics {
    width: calc(33.33333% - 5px);
  }
  .profile-contact-dropdown .dropdown-menu {
    padding: 17px 19px;
  }
}
@media (min-width: 1200px) {
  .consultant-profile-header .consultant-profile-header-info .consultant-charts .rating-overview .star-rating .star {
    height: 25px;
    width: 25px;
  }
  .consultant-profile-header .consultant-profile-header-info .consultant-charts {
    position: static;
    -webkit-transform: none;
            transform: none;
    color: #656563;
  }
  .consultant-profile-header .statement .btn-container {
    text-align: right;
    margin: 0;
  }
  .consultant-profile-header .statement .container,
  .consultant-profile-header .consultant-profile-header-info .consultant-info {
    padding-left: 326px;
  }
  .consultant-profile-header .profile-image-container {
    bottom: -113px;
    width: 298px;
    height: 321px;
  }
  .consultant-profile-header {
    background-image: linear-gradient(-90deg, #FFFFFF 36%, #F8F8F8 100%);
  }
  .consultant-profile-header .statement .container {
    text-align: right;
  }
  .consultant-profile-header .statement .btn-container .btn-contact {
    padding-right: 33px;
    padding-left: 32px;
  }
}
.contact-box:not(:last-of-type) {
  margin-bottom: 30px;
}
.contact-box .contact-box__header {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
}
@media (min-width: 320px) {
  .contact-box .contact-box__header {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .contact-box .contact-box__header {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .free-text-header-bottom {
    padding: 0 15px;
  }
}
.contact-buttons {
  display: block;
}
.contact-buttons ul {
  padding: 0;
  margin: 0;
}
.contact-buttons ul.border-primary {
  border: 1px solid #89B8AF;
}
.contact-buttons ul.border-primary li a:hover,
.contact-buttons ul.border-primary li button:hover {
  box-shadow: unset;
  background: #89B8AF;
  color: #fff;
}
.contact-buttons ul li {
  display: block;
}
.contact-buttons ul li .email-address {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.contact-buttons ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.contact-buttons ul li a,
.contact-buttons ul li button {
  width: 100%;
  text-align: left;
}
.contact-buttons ul li a i:only-child,
.contact-buttons ul li button i:only-child {
  margin: 0;
}
.contact-buttons--text-dark ul li a,
.contact-buttons--text-dark ul li button {
  color: #3f3f3f;
}
.contact-buttons-inline {
  display: inline-block;
  background-color: #fff;
}
.contact-buttons-inline ul li {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0 !important;
  margin-left: 5px;
  margin-right: 5px;
}
.contact-buttons-inline ul li a,
.contact-buttons-inline ul li button {
  display: inline-block !important;
}
.contact-buttons--spaced ul li a,
.contact-buttons--spaced ul li button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-buttons--spaced ul li a i,
.contact-buttons--spaced ul li button i {
  margin-left: auto;
}
.assistant-contact {
  width: 100%;
}
@media (min-width: 1024px) {
  .assistant-contact {
    width: 260px;
  }
}
@media (min-width: 1440px) {
  .assistant-contact a,
  .assistant-contact button {
    font-size: 16px !important;
    padding: 12px !important;
  }
}
.profile-tag-list {
  font-size: 0;
  margin-bottom: 20px;
}
.profile-tag-list .tag {
  font-size: 16px;
  line-height: 1em;
  margin: 0 11px 11px 0;
  padding: 12px 20px;
  background: #fff;
  color: #656563;
  display: inline-block;
  border-radius: 6px;
}
@media (min-width: 320px) {
  .profile-tag-list .tag {
    font-size: calc(16 * 1px  + ( 18  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .profile-tag-list .tag {
    font-size: 18px;
  }
}
.profile-tag-list .importanttag {
  font-weight: 400;
  border: 1px solid #d2d2d2;
}
.map-desc {
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .map-desc {
    font-size: 18px;
  }
}
.social-share-icons {
  padding-right: 0;
  white-space: nowrap;
}
.social-share-icons-inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-share-icons i {
  margin: 0 3px;
  font-size: 30px;
  text-align: center;
  vertical-align: sub;
}
.social-share-icons a:nth-last-of-type(1) i {
  margin-right: 0;
}
.fa-stack {
  width: 32px;
}
.fa-facebook-square {
  color: #3C5A99;
}
.fa-linkedin-square {
  color: #4875B4;
}
.fa-xing-square {
  color: #026466;
}
.whatsapp-square {
  color: #25D366;
}
.whatsapp-square .fa-whatsapp {
  font-size: 20px !important;
  font-weight: bold;
}
.social-profiles {
  margin-top: 10px;
}
.social-profiles .social-profiles i {
  margin: 0 15px 0 0;
}
ul.social-profile-list li a {
  border: 1px solid #A0A5D2;
}
.timeline-header {
  margin: 0 10px 0 20px;
  font-size: 170%;
  border-left: 3px #a6a6a6 solid;
  padding: 5px 0px 5px 20px;
}
.timeline-widget {
  margin: 0 20px;
  padding: 20px 0 20px 0;
  list-style: none;
  border-left: 3px #e7e7e7 solid;
}
.timeline-widget .element {
  display: block;
  position: relative;
  padding: 0px 20px;
}
.timeline-widget .element:last-child {
  border-bottom: none;
}
.timeline-widget .element::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 6px;
  display: block;
  width: 14px;
  height: 14px;
  border: 3px solid #c8c8c8;
  border-radius: 14px;
  background: #f9f9f9;
}
.element-title {
  font-size: 140%;
  margin: 0;
}
.element-title span {
  display: block;
  color: grey;
  font-size: 70%;
  margin-top: 5px;
  font-style: italic;
}
.element-footer {
  font-size: 90%;
  color: grey;
  margin-top: 10px;
  padding-bottom: 15px;
}
.space,
.space-xs,
.space-sm,
.space-md,
.space-lg {
  display: block;
  float: none;
  clear: both;
}
.space-xs {
  padding-top: 10px;
}
.space-sm {
  padding-top: 15px;
}
.space-md {
  padding-top: 20px;
}
.space {
  padding-top: 30px;
}
.space-lg {
  padding-top: 50px;
}
/*=== Large line - <hr class="hr"> ===*/
.hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.hr-sm {
  margin-top: 20px;
  margin-bottom: 20px;
}
.hr-xs {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* === Colors === ===*/
ul.default span,
ul.danger span,
ul.warning span,
ul.info span,
ul.success span,
ul.primary span {
  margin-right: 5px;
}
/*=== Section - make your site clearly with these classes ===*/
@media (min-width: 768px) {
  .section-sm {
    padding: 20px 0;
  }
  .section-md {
    padding: 30px 0;
  }
  .section {
    padding: 50px 0;
  }
  .section-lg {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .section-sm {
    padding: 15px 0;
  }
  .section-md {
    padding: 20px 0;
  }
  .section {
    padding: 30px 0;
  }
  .section-lg {
    padding: 50px 0;
  }
}
.container-fluid.section,
.container-fluid.section-md,
.container-fluid.section-sm,
.container-fluid.section-lg,
.container.section,
.container.section-sm,
.container.section-md,
.container.section-lg {
  padding-left: 15px;
  padding-right: 15px;
}
/*=== Section with absolute postiion - using on the Sign In/Up Pages ===*/
.section-fxd {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
/*=== seciton with no top padding ===*/
.noTop.section-lg,
.noTop.section-md,
.noTop.section-sm,
.noTop.section {
  padding-top: 0;
}
.section-sm,
.section-md,
.section-lg,
.section {
  position: relative;
}
/*=== Section for background image or video ===*/
.filling-section {
  min-height: 350px;
  position: relative;
}
/*=== Small container ===*/
.container-sm {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
/*=== max width center, center block ===*/
.img-mw450 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  width: 100%;
}
.img-logo {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  width: 70%;
}
/*=== max width 450px ===*/
.w450 {
  max-width: 450px;
  width: 100%;
}
.w800,
.w450 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/*=== max height 450px ===*/
.h450 {
  max-height: 450px;
}
/*=== max width 800px ===*/
.w800 {
  max-width: 800px;
  width: 100%;
}
/*=== Margins ===*/
.m-no-all {
  margin: 0;
}
.m-no-bottom {
  margin-bottom: 0;
}
.m-no-top {
  margin-top: 0;
}
.m-no-left {
  margin-left: 0;
}
.m-no-right {
  margin-right: 0;
}
.m-10-top {
  margin-top: 10px;
}
/*=== Paddings ===*/
.p-no-all {
  padding: 0;
}
.p-no-bottom {
  padding-bottom: 0;
}
.p-no-top {
  padding-top: 0;
}
.p-no-left {
  padding-left: 0;
}
.p-no-right {
  padding-right: 0;
}
/*=== center block fix ===*/
.input-group.center-block {
  display: inline-table;
}
/*=== cursor ===*/
.cursor-default {
  cursor: default !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
/*=== font weight ===*/
.weight100 {
  font-weight: 100 !important;
}
/*== browser differences ==*/
.indent-with-icon {
  text-indent: 42px;
  padding-left: 0 !important;
}
/*== profile image ==*/
#image_loading {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 31px;
  right: 0;
}
#image_loading i {
  margin-top: 35%;
  color: #555555;
}
/*== line break ==*/
a.break-word,
p.break-word {
  word-wrap: break-word;
}
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 0%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  text-align: center;
  vertical-align: middle;
}
#loading i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #656563;
}
/* === Alerts === */
.alert a {
  color: #fff;
  text-decoration: underline;
}
.alert .text-success,
.alert .text-primary,
.alert .text-warning,
.alert .text-danger,
.alert .text-info {
  color: #fff;
}
.alert .close {
  opacity: 0.9;
  color: #fff;
  text-shadow: none;
}
.alert .close:hover {
  opacity: 1;
}
/* hover content */
.profile {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.profile-upload {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.content-open {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 60px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  transition: all 0.5s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.content-open small,
.content-open p,
.content-open h3 {
  text-align: center;
  color: #272727;
}
.content-open p {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.content-open h3 {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.hover-content:hover .content-open {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.content-center {
  top: 50%;
  position: absolute;
  left: 50%;
  width: 100%;
}
/*
 * container for positioning
 */
.notify {
  position: fixed;
  top: 10px;
  left: 10px;
  box-sizing: border-box;
  width: 350px;
}
/* Positions
========================================================================== */
.notify-top-right,
.notify-bottom-right {
  left: auto;
  right: 10px;
}
.notify-top-center,
.notify-bottom-center {
  left: 50%;
  margin-left: -175px;
}
.notify-bottom-left,
.notify-bottom-right,
.notify-bottom-center {
  top: auto;
  bottom: 10px;
}
/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 479px) {
  /*
     * Fit in small screen
     */
  .notify {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
/* Sub-object: `notify-message`
========================================================================== */
.notify-message {
  position: relative;
  cursor: pointer;
}
.notify .alert-default {
  background: #fff;
  border: 1px solid #e5e5e5;
}
.msg_container_base {
  margin: 0;
  padding: 0 10px 10px;
  max-height: 300px;
  overflow-x: hidden;
}
.msg_receive {
  padding-left: 0;
  margin-left: 0;
}
.msg_sent {
  padding-bottom: 20px !important;
  margin-right: 0;
}
.messages {
  background: white;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 2px #cbcbcb;
  max-width: 100%;
}
.messages > p {
  font-size: 13px;
  margin: 0 0 0.2rem 0;
}
.messages > time {
  font-size: 11px;
  color: #ccc;
}
.msg_container {
  padding: 10px;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.base_sent {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.msg_sent > time {
  float: right;
}
.avatar {
  position: relative;
}
.chat {
  list-style: none;
  margin: 0;
  padding: 0;
}
.chat li {
  padding-bottom: 5px;
}
.panel-body-scroll {
  overflow-y: scroll;
  max-height: 300px;
}
.bubble {
  display: inline-block;
  position: relative;
  max-width: 400px;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  border-color: #89B8AF;
}
.bubbleleft:after {
  content: '';
  position: absolute;
  left: -20px;
  right: auto;
  top: 0;
  bottom: auto;
  border: 12px solid;
  border-top-color: inherit;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: inherit;
}
.bubbleright:after {
  content: '';
  position: absolute;
  left: auto;
  top: auto;
  right: -20px;
  bottom: 0;
  border: 12px solid;
  border-top-color: transparent;
  border-left-color: inherit;
  border-bottom-color: inherit;
  border-right-color: transparent;
}
/*bubble contents */
.bubble-text {
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
}
.bubble-text p {
  /* remove webkit p margins */
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
[tabindex] {
  outline: none !important;
}
.bg-white {
  background: #fff !important;
}
.bg-grey {
  background: #f0f0f0 !important;
}
.bg-grey-1 {
  background: #F0EEED !important;
}
.bg-grey-2 {
  background: #f2f5f7 !important;
}
.bg-grey-3 {
  background: #f5f5f5 !important;
}
.bg-grey-4 {
  background: #f9f9f9 !important;
}
.bg-dark {
  background: #444 !important;
}
.bg-dark-1 {
  background: #272727 !important;
}
.bg-primary {
  color: #ffffff !important;
  background-color: #89B8AF !important;
}
@media (min-width: 320px) {
  .match-maker-selection-container .split-row-container {
    margin-bottom: calc(50 * 1px  + ( 100  - 50 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .match-maker-selection-container .split-row-container {
    margin-bottom: 100px;
  }
}
.match-maker-selection-container .split-row {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .match-maker-selection-container .split-row {
    width: calc(768 * 1px  + ( 1028  - 768 ) * (( 100vw -  1024 * 1px ) / ( 1440  - 1024 )));
  }
}
@media (min-width: 1440px) {
  .match-maker-selection-container .split-row {
    width: 1028px;
  }
}
.match-maker-selection-container .match-maker-submit-group {
  margin-top: 30px;
}
@media (min-width: 320px) {
  .match-maker-selection-container .match-maker-submit-group {
    margin-top: calc(30 * 1px  + ( 45  - 30 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .match-maker-selection-container .match-maker-submit-group {
    margin-top: 45px;
  }
}
.match-maker-selection-container .btn-submit {
  font-weight: 500;
  font-size: 22px;
  padding-left: 27px;
  padding-right: 27px;
}
@media (min-width: 320px) {
  .match-maker-selection-container .btn-submit {
    font-size: calc(22 * 1px  + ( 40  - 22 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .match-maker-selection-container .btn-submit {
    font-size: 40px;
  }
}
.match-maker-selection .tile-block {
  background-color: transparent !important;
}
.match-maker-selection .tile-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
}
@media (min-width: 320px) {
  .match-maker-selection .tile-content {
    width: calc(280 * 1px  + ( 500  - 280 ) * (( 100vw -  320 * 1px ) / ( 767  - 320 )));
  }
}
@media (min-width: 767px) {
  .match-maker-selection .tile-content {
    width: 500px;
  }
}
.match-maker-selection .conjunction {
  font-weight: 300;
  white-space: nowrap;
  color: #BCBCBC;
  text-align: center;
}
@media (min-width: 320px) {
  .match-maker-selection .conjunction {
    font-size: calc(16 * 1px  + ( 22  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .match-maker-selection .conjunction {
    font-size: 22px;
  }
}
@media (min-width: 320px) {
  .match-maker-selection .conjunction {
    width: calc(56 * 1px  + ( 70  - 56 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .match-maker-selection .conjunction {
    width: 70px;
  }
}
@media (min-width: 320px) {
  .match-maker-selection .conjunction {
    margin-top: calc(38 * 1px  + ( 78  - 38 ) * (( 100vw -  320 * 1px ) / ( 767  - 320 )));
  }
}
@media (min-width: 767px) {
  .match-maker-selection .conjunction {
    margin-top: 78px;
  }
}
@media (min-width: 768px) {
  .match-maker-selection .conjunction {
    margin-top: calc(48 * 1px  + ( 84  - 48 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  .match-maker-selection .conjunction {
    margin-top: 84px;
  }
}
.match-maker-selection .match-maker-selection-item {
  text-align: center;
  font-weight: 300;
  color: #656563;
  cursor: pointer;
}
@media (min-width: 320px) {
  .match-maker-selection .match-maker-selection-item {
    width: calc(100 * 1px  + ( 180  - 100 ) * (( 100vw -  320 * 1px ) / ( 767  - 320 )));
  }
}
@media (min-width: 767px) {
  .match-maker-selection .match-maker-selection-item {
    width: 180px;
  }
}
@media (min-width: 768px) {
  .match-maker-selection .match-maker-selection-item {
    width: calc(120 * 1px  + ( 150  - 120 ) * (( 100vw -  768 * 1px ) / ( 1023  - 768 )));
  }
}
@media (min-width: 1023px) {
  .match-maker-selection .match-maker-selection-item {
    width: 150px;
  }
}
@media (min-width: 1024px) {
  .match-maker-selection .match-maker-selection-item {
    width: calc(140 * 1px  + ( 200  - 140 ) * (( 100vw -  1024 * 1px ) / ( 1440  - 1024 )));
  }
}
@media (min-width: 1440px) {
  .match-maker-selection .match-maker-selection-item {
    width: 200px;
  }
}
@media (min-width: 320px) {
  .match-maker-selection .match-maker-selection-item {
    font-size: calc(14 * 1px  + ( 20  - 14 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .match-maker-selection .match-maker-selection-item {
    font-size: 20px;
  }
}
.match-maker-selection .match-maker-selection-item .icon {
  background: #F8F8F8;
  margin-bottom: 0.6em;
  position: relative;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.2s ease-out;
}
.match-maker-selection .match-maker-selection-item .icon:after {
  content: '';
  position: relative;
  width: 100%;
  padding-top: 100%;
  display: block;
}
.match-maker-selection .match-maker-selection-item .icon:hover {
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.37);
}
.match-maker-selection .match-maker-selection-item img {
  object-fit: contain;
  object-position: center;
  font-family: 'object-fit: contain; object-position: center';
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  position: absolute;
  top: 15px;
  left: 15px;
}
.match-maker-selection-item-container {
  position: relative;
}
.match-maker-selection-item-container input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.match-maker-selection-item-container input[type="radio"]:checked + label .icon {
  transition: box-shadow 0s linear;
  box-shadow: 0 0 0px 3px #A0A5D2;
}
@media (min-width: 768px) {
  .match-maker-selection .tile-content {
    width: auto;
    margin: 0 0 0 auto;
  }
  .match-maker-selection-item-container input[type="radio"]:checked + label .icon {
    box-shadow: 0 0 0px 5px #A0A5D2;
  }
  .match-maker-selection-container .match-maker-submit-group {
    text-align: right;
  }
  .match-maker-selection-container .match-maker-submit-group .btn-submit {
    display: inline-block;
    width: auto;
  }
}
.personal-result-minimize {
  text-align: center;
}
.personal-result-minimize button {
  color: #A0A5D2;
  font-weight: 500;
  font-size: 16px;
  background: transparent !important;
  padding-right: 31px;
  position: relative;
}
@media (min-width: 320px) {
  .personal-result-minimize button {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .personal-result-minimize button {
    font-size: 20px;
  }
}
.personal-result-minimize button:after {
  content: '';
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background: #A0A5D2;
  top: calc(50% - 1px);
  right: 0;
}
.personal-result-minimize button:before {
  content: none;
  position: absolute;
  display: block;
  width: 2px;
  height: 20px;
  background: #A0A5D2;
  top: calc(50% - 10px);
  right: 10px;
}
.personal-result-minimize button:hover {
  background: transparent !important;
  box-shadow: none;
}
.personal-result-minimize button:hover:after {
  background: #656563;
}
.personal-result-minimize button.collapsed:before {
  content: '';
}
.personal-result-list {
  background: #F8F8F8;
  padding: 0;
}
.personal-result-list .container {
  padding: 40px 0;
}
.personal-result-list-content .chart-container .chart svg text {
  font-weight: 700;
  font-size: 10px;
}
@media (min-width: 320px) {
  .personal-result-list-content .chart-container .chart svg text {
    font-size: calc(10 * 1px  + ( 18  - 10 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .personal-result-list-content .chart-container .chart svg text {
    font-size: 18px;
  }
}
.personal-result-list-content .description-container {
  margin-top: 50px;
}
.personal-result-list-content .description-container a {
  color: #A0A5D2;
  font-weight: 500;
  font-size: 16px;
  display: block;
}
@media (min-width: 320px) {
  .personal-result-list-content .description-container a {
    font-size: calc(16 * 1px  + ( 20  - 16 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .personal-result-list-content .description-container a {
    font-size: 20px;
  }
}
.personal-result-list-content .legend {
  font-size: 14px;
  padding-left: 31px;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (min-width: 320px) {
  .personal-result-list-content .legend {
    font-size: calc(14 * 1px  + ( 16  - 14 ) * (( 100vw -  320 * 1px ) / ( 1023  - 320 )));
  }
}
@media (min-width: 1023px) {
  .personal-result-list-content .legend {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .personal-result-list-content .legend {
    font-size: calc(14 * 1px  + ( 18  - 14 ) * (( 100vw -  1024 * 1px ) / ( 1440  - 1024 )));
  }
}
@media (min-width: 1440px) {
  .personal-result-list-content .legend {
    font-size: 18px;
  }
}
.personal-result-list-content .legend dt {
  font-weight: 500;
  position: relative;
}
.personal-result-list-content .legend dt:before {
  content: '';
  top: 2px;
  left: -31px;
  height: 20px;
  width: 20px;
  background: #f8f8f8;
  display: block;
  position: absolute;
}
.personal-result-list-content .legend dt.rational:before {
  background: #89B8AF;
}
.personal-result-list-content .legend dt.experience:before {
  background: #E37A3C;
}
.personal-result-list-content .legend dt.intuitive:before {
  background: #F8BD58;
}
.personal-result-list-content .legend dd {
  font-weight: 300;
  margin-bottom: 16px;
}
.personal-result-list-content .legend dd:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 550px) {
  .personal-result-list-content .chart-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .personal-result-list-content .chart-container .chart,
  .personal-result-list-content .chart-container .legend {
    width: 50%;
  }
  .personal-result-list-content .chart-container .legend {
    margin-left: 20px;
    margin-top: 0;
  }
  .personal-result-list-content .chart-container .chart {
    min-height: 280px;
  }
}
.baningo-trust-content {
  position: relative;
}
.baningo-trust-content img + .baningo-trust {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.baningo-trust-content .baningo-trust {
  padding-right: 66px;
  padding-left: 10px;
  padding-bottom: 10px;
  height: 111px;
  width: 100%;
  left: 0;
  background-image: linear-gradient(-180deg, rgba(51, 51, 47, 0) 0%, #393934 100%);
}
.baningo-trust-content .baningo-trust .trust-description {
  padding-left: 25px;
  background: transparent url('../images/icon-baningo-trust.svg') no-repeat left center;
  background-size: auto 17px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  bottom: 10px;
  left: 10px;
  line-height: normal;
  cursor: pointer;
}
.baningo-trust-content .baningo-trust .trust-chart-container {
  position: absolute;
  height: 46px;
  width: 46px;
  bottom: 10px;
  right: 10px;
}
.baningo-trust-content .baningo-trust .trust-chart-container .trust-value {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 19px;
  color: #656563;
}
.baningo-trust-content .baningo-trust .trust-chart-container .trust-chart {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.baningo-trust-content .baningo-trust .trust-chart-container .trust-chart:before {
  content: '';
  height: 90%;
  width: 90%;
  position: absolute;
  display: block;
  top: 5%;
  left: 5%;
  background: #fff;
  border-radius: 100%;
}
.baningo-quality-rank .quality-rank-description {
  font-weight: 400;
  font-size: 16px;
  color: #656563;
  padding-right: 25px;
  background: transparent url('../images/icon-quality-rank.svg') no-repeat right center;
  background-size: auto 17px;
  line-height: normal;
  cursor: pointer;
}
.baningo-quality-rank .quality-rank-slider-container {
  margin: 10px 0 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 201px;
  max-width: 201px;
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
}
.baningo-quality-rank .quality-rank-slider-container > div {
  width: 32%;
  height: 20px;
  border-radius: 5px;
  border: 1px solid rgba(101, 101, 99, 0.15);
}
.baningo-quality-rank .quality-rank-slider-container[data-quality="1"] .range1 {
  background: #E37A3C;
}
.baningo-quality-rank .quality-rank-slider-container[data-quality="2"] .range1,
.baningo-quality-rank .quality-rank-slider-container[data-quality="2"] .range2 {
  background: #F8BD58;
}
.baningo-quality-rank .quality-rank-slider-container[data-quality="3"] .range1,
.baningo-quality-rank .quality-rank-slider-container[data-quality="3"] .range2,
.baningo-quality-rank .quality-rank-slider-container[data-quality="3"] .range3 {
  background: #89B8AF;
}
@media (min-width: 460px) and (max-width: 900px) {
  .consultant-charts.baningo-quality-rank {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 30px !important;
  }
  .consultant-charts.baningo-quality-rank > div {
    width: 100%;
  }
  .consultant-charts.baningo-quality-rank .quality-rank-description {
    padding-right: 0;
    padding-left: 25px;
    background-position: left center;
  }
  .baningo-trust-content .baningo-trust .trust-description {
    bottom: -3px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    left: 0;
    width: 100%;
    color: #656563;
  }
  .consultant-charts.baningo-quality-rank .quality-rank-slider-container {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .personal-result-list-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .personal-result-list-content > div {
    width: 50%;
    height: 100%;
  }
  .personal-result-list-content .chart-container {
    padding-right: 2em;
  }
  .personal-result-list-content .description-container {
    margin-top: 0;
    padding-left: 2em;
  }
}
@media (min-width: 1200px) {
  .personal-result-list-content .chart-container {
    padding-right: 0;
  }
  .personal-result-list-content .description-container {
    padding-left: 80px;
  }
}
.filter.search-guide {
  text-align: right;
  padding-right: 22px;
  background: #656563;
  position: relative;
  padding: 10px 22px 7px;
  z-index: 38;
  width: 290px;
}
@media (min-width: 320px) {
  .filter.search-guide {
    width: calc(290 * 1px  + ( 817  - 290 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .filter.search-guide {
    width: 817px;
  }
}
.filter.search-guide .guide-label {
  display: none;
}
.filter.search-guide .filter-container {
  display: inline-block;
  padding: 0;
  max-height: none;
  overflow: visible;
  width: 100%;
}
.filter.search-guide .searchinput {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0 35px 0 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .filter.search-guide .searchinput {
    width: calc(330 * 1px  + ( 500  - 330 ) * (( 100vw -  1024 * 1px ) / ( 1440  - 1024 )));
  }
}
@media (min-width: 1440px) {
  .filter.search-guide .searchinput {
    width: 500px;
  }
}
.filter.search-guide .searchsubmit {
  border: none;
  background: transparent url('../images/icon-search-guide.svg') no-repeat center;
  background-size: auto 22px;
  padding: 0;
  height: 40px;
  width: 40px;
  position: absolute;
  right: -6px;
  top: calc(50% - 23px);
}
.filter.search-guide .searchsubmit span {
  display: none;
}
.guide-overview .grid-container .intro-tile .title {
  text-align: center;
  font-size: 36px;
}
@media (min-width: 768px) {
  .guide-overview .grid-container .intro-tile .title {
    font-size: calc(36 * 1px  + ( 40  - 36 ) * (( 100vw -  768 * 1px ) / ( 1440  - 768 )));
  }
}
@media (min-width: 1440px) {
  .guide-overview .grid-container .intro-tile .title {
    font-size: 40px;
  }
}
.guide-overview .grid-container .block-content .title-2 {
  font-size: 22px;
}
@media (min-width: 320px) {
  .guide-overview .grid-container .block-content .title-2 {
    font-size: calc(22 * 1px  + ( 28  - 22 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .guide-overview .grid-container .block-content .title-2 {
    font-size: 28px;
  }
}
.guide-overview .grid-container + .grid-container {
  margin-top: 50px;
}
.guide-overview .block-teaser-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7em;
  padding-top: 15px;
  padding-bottom: 25px;
}
@media (min-width: 320px) {
  .guide-overview .block-teaser-text {
    font-size: calc(14 * 1px  + ( 18  - 14 ) * (( 100vw -  320 * 1px ) / ( 1440  - 320 )));
  }
}
@media (min-width: 1440px) {
  .guide-overview .block-teaser-text {
    font-size: 18px;
  }
}
.guide-overview a.tile {
  color: #656563;
}
.guide-overview a.tile:hover .block .block-content {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
}
.fix-filter .filter.search-guide {
  position: fixed;
}
.guide-overview + .stopper {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .filter.search-guide {
    padding: 15px 22px 13px;
    margin-top: -32px;
  }
  .filter.search-guide .searchinput {
    padding: 5px 35px 5px 2px;
  }
  .filter.search-guide .searchsubmit {
    height: 50px;
    width: 50px;
    background-size: auto 30px;
    right: -8px;
    top: calc(50% - 29px);
  }
  .fix-filter .filter.search-guide {
    margin-top: 0;
  }
  .guide-overview .grid-container .intro-tile .title {
    text-align: left;
  }
  .guide-overview .grid .tile.intro-tile .block-content .title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .guide-overview .block-teaser-text {
    padding-bottom: 45px;
  }
  .guide-cat-list .tile.single-tile {
    width: 33.3333333% !important;
  }
  .guide-cat-list .tile.single-tile .block:before {
    padding-top: 100% !important;
  }
}
@media (min-width: 1024px) {
  .filter.search-guide .guide-label {
    display: inline-block;
    margin-right: 10px;
  }
  .filter.search-guide .filter-container {
    width: auto;
  }
  .guide-overview .block-teaser-text {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 60px;
  }
}
body[data-category="products"] .intro .carousel-inner .img-container:before {
  background-image: linear-gradient(-180deg, rgba(138, 184, 175, 0) 0%, #F8BD58 100%);
}
body[data-category="products"] .intro .carousel-inner .item,
body[data-category="products"] .intro-tile:before,
body[data-category="products"] .stopper .content,
body[data-category="products"] .grid .tile.intro-tile .block,
body[data-category="products"] .btn-primary,
body[data-category="products"] .radio-toggle-container .toggle input[type="radio"]:checked + label,
body[data-category="products"] .form-horizontal .date .datepicker-button,
body[data-category="products"] .form-horizontal .btn-submit,
body[data-category="products"] .account-progress--header .action-container .btn-add-collegues,
body[data-category="products"] .toggle-control .toggle-control--button-container.active .btn,
body[data-category="products"] .answered-questions form.form-horizontal button.btn-detail-filter,
body[data-category="products"] .split-row .tile .tile-block,
body[data-category="products"] .btn-download {
  background-color: #F8BD58;
}
body[data-category="products"] .account-corp--list .account-corp--collegue-state-container .account-corp--collegue-state.active,
body[data-category="products"] .text ol li:before,
body[data-category="products"] .answers-list .answer .show-answer-button-container .btn,
body[data-category="products"] .toggle-control .toggle-control--button-container .btn,
body[data-category="products"] .press-releases .release-format {
  color: #F8BD58;
}
body[data-category="products"] .radio-toggle-container,
body[data-category="products"] .toggle-control {
  border-color: #F8BD58;
}
body[data-category="products"] .toggle-control .toggle-control--button-container.active .btn:after {
  border-top-color: #F8BD58;
}
body[data-category="products"] .quote .quote-content,
body[data-category="products"] .answers-list .question:after {
  background-color: rgba(248, 189, 88, 0.85);
}
body[data-category="products"] .toggle-control .toggle-control--button-container.active .btn {
  color: #fff;
}
body[data-category="products"] .btn-download.btn-download-inverse {
  background-color: #fff;
  color: #F8BD58;
}
body[data-category="products"] .split-row.split-row-1-3 .tile .tile-block {
  background-color: transparent;
}
body[data-category="products"] .split-row.split-row-1-3 .title {
  color: #F8BD58;
}
body[data-category="products"] .find-result-header form.form-horizontal button.btn-detail-filter {
  background-color: #fff;
}
@media (min-width: 768px) {
  body[data-category="products"] .intro .carousel-inner .carousel-caption {
    background-image: linear-gradient(90deg, #F8BD58 5%, rgba(248, 189, 88, 0.76) 53%, rgba(137, 184, 175, 0) 82%);
  }
}
.split-row .tile[data-category="products"] .tile-block {
  background-color: #F8BD58 !important;
}
.stopper .content[data-category="products"] {
  background-color: #F8BD58 !important;
}
.intro-tile[data-category="products"]:before {
  background-color: #F8BD58 !important;
}
.tile[data-category="products"] .btn-download.btn-download-inverse {
  color: #F8BD58 !important;
}
@media (min-width: 768px) {
  .grid .tile.intro-tile[data-category="products"] .block {
    background-color: #F8BD58 !important;
  }
}
body[data-category="consulting"] .intro .carousel-inner .img-container:before {
  background-image: linear-gradient(-180deg, rgba(138, 184, 175, 0) 0%, #A0A5D2 100%);
}
body[data-category="consulting"] .intro .carousel-inner .item,
body[data-category="consulting"] .intro-tile:before,
body[data-category="consulting"] .stopper .content,
body[data-category="consulting"] .grid .tile.intro-tile .block,
body[data-category="consulting"] .btn-primary,
body[data-category="consulting"] .radio-toggle-container .toggle input[type="radio"]:checked + label,
body[data-category="consulting"] .form-horizontal .date .datepicker-button,
body[data-category="consulting"] .form-horizontal .btn-submit,
body[data-category="consulting"] .account-progress--header .action-container .btn-add-collegues,
body[data-category="consulting"] .toggle-control .toggle-control--button-container.active .btn,
body[data-category="consulting"] .answered-questions form.form-horizontal button.btn-detail-filter,
body[data-category="consulting"] .split-row .tile .tile-block,
body[data-category="consulting"] .btn-download {
  background-color: #A0A5D2;
}
body[data-category="consulting"] .account-corp--list .account-corp--collegue-state-container .account-corp--collegue-state.active,
body[data-category="consulting"] .text ol li:before,
body[data-category="consulting"] .answers-list .answer .show-answer-button-container .btn,
body[data-category="consulting"] .toggle-control .toggle-control--button-container .btn,
body[data-category="consulting"] .press-releases .release-format {
  color: #A0A5D2;
}
body[data-category="consulting"] .radio-toggle-container,
body[data-category="consulting"] .toggle-control {
  border-color: #A0A5D2;
}
body[data-category="consulting"] .toggle-control .toggle-control--button-container.active .btn:after {
  border-top-color: #A0A5D2;
}
body[data-category="consulting"] .quote .quote-content,
body[data-category="consulting"] .answers-list .question:after {
  background-color: rgba(160, 165, 210, 0.85);
}
body[data-category="consulting"] .toggle-control .toggle-control--button-container.active .btn {
  color: #fff;
}
body[data-category="consulting"] .btn-download.btn-download-inverse {
  background-color: #fff;
  color: #A0A5D2;
}
body[data-category="consulting"] .split-row.split-row-1-3 .tile .tile-block {
  background-color: transparent;
}
body[data-category="consulting"] .split-row.split-row-1-3 .title {
  color: #A0A5D2;
}
body[data-category="consulting"] .find-result-header form.form-horizontal button.btn-detail-filter {
  background-color: #fff;
}
@media (min-width: 768px) {
  body[data-category="consulting"] .intro .carousel-inner .carousel-caption {
    background-image: linear-gradient(90deg, #A0A5D2 5%, rgba(160, 165, 210, 0.76) 53%, rgba(137, 184, 175, 0) 82%);
  }
}
.split-row .tile[data-category="consulting"] .tile-block {
  background-color: #A0A5D2 !important;
}
.stopper .content[data-category="consulting"] {
  background-color: #A0A5D2 !important;
}
.intro-tile[data-category="consulting"]:before {
  background-color: #A0A5D2 !important;
}
.tile[data-category="consulting"] .btn-download.btn-download-inverse {
  color: #A0A5D2 !important;
}
@media (min-width: 768px) {
  .grid .tile.intro-tile[data-category="consulting"] .block {
    background-color: #A0A5D2 !important;
  }
}
body[data-category="content"] .intro .carousel-inner .img-container:before {
  background-image: linear-gradient(-180deg, rgba(138, 184, 175, 0) 0%, #E37A3C 100%);
}
body[data-category="content"] .intro .carousel-inner .item,
body[data-category="content"] .intro-tile:before,
body[data-category="content"] .stopper .content,
body[data-category="content"] .grid .tile.intro-tile .block,
body[data-category="content"] .btn-primary,
body[data-category="content"] .radio-toggle-container .toggle input[type="radio"]:checked + label,
body[data-category="content"] .form-horizontal .date .datepicker-button,
body[data-category="content"] .form-horizontal .btn-submit,
body[data-category="content"] .account-progress--header .action-container .btn-add-collegues,
body[data-category="content"] .toggle-control .toggle-control--button-container.active .btn,
body[data-category="content"] .answered-questions form.form-horizontal button.btn-detail-filter,
body[data-category="content"] .split-row .tile .tile-block,
body[data-category="content"] .btn-download {
  background-color: #E37A3C;
}
body[data-category="content"] .account-corp--list .account-corp--collegue-state-container .account-corp--collegue-state.active,
body[data-category="content"] .text ol li:before,
body[data-category="content"] .answers-list .answer .show-answer-button-container .btn,
body[data-category="content"] .toggle-control .toggle-control--button-container .btn,
body[data-category="content"] .press-releases .release-format {
  color: #E37A3C;
}
body[data-category="content"] .radio-toggle-container,
body[data-category="content"] .toggle-control {
  border-color: #E37A3C;
}
body[data-category="content"] .toggle-control .toggle-control--button-container.active .btn:after {
  border-top-color: #E37A3C;
}
body[data-category="content"] .quote .quote-content,
body[data-category="content"] .answers-list .question:after {
  background-color: rgba(227, 122, 60, 0.85);
}
body[data-category="content"] .toggle-control .toggle-control--button-container.active .btn {
  color: #fff;
}
body[data-category="content"] .btn-download.btn-download-inverse {
  background-color: #fff;
  color: #E37A3C;
}
body[data-category="content"] .split-row.split-row-1-3 .tile .tile-block {
  background-color: transparent;
}
body[data-category="content"] .split-row.split-row-1-3 .title {
  color: #E37A3C;
}
body[data-category="content"] .find-result-header form.form-horizontal button.btn-detail-filter {
  background-color: #fff;
}
@media (min-width: 768px) {
  body[data-category="content"] .intro .carousel-inner .carousel-caption {
    background-image: linear-gradient(90deg, #E37A3C 5%, rgba(227, 122, 60, 0.76) 53%, rgba(137, 184, 175, 0) 82%);
  }
}
.split-row .tile[data-category="content"] .tile-block {
  background-color: #E37A3C !important;
}
.stopper .content[data-category="content"] {
  background-color: #E37A3C !important;
}
.intro-tile[data-category="content"]:before {
  background-color: #E37A3C !important;
}
.tile[data-category="content"] .btn-download.btn-download-inverse {
  color: #E37A3C !important;
}
@media (min-width: 768px) {
  .grid .tile.intro-tile[data-category="content"] .block {
    background-color: #E37A3C !important;
  }
}
/* Categories */
.simple-box {
  padding: 20px 15px 15px 15px;
  background: #fff;
  border-radius: 2px;
  margin: 30px 0;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}
.simple-box:first-child {
  margin: 0 0 30px 0;
}
.simple-box h3 {
  margin-bottom: 15px;
  margin-top: 0;
}
.simple-box ul {
  margin-bottom: 0;
}
.categories li {
  padding: 5px 0;
  font-size: 16px;
  transition: all 0.5s ease;
}
/* Tags */
.tags ul {
  margin-top: 15px;
}
.tags li {
  margin-bottom: 2px;
  background-color: #f5f7f9;
  padding: 6px 8px;
  display: inline-block;
  transition: all 0.35s ease;
}
.tags li:hover {
  color: #444;
  background: #eee;
}
.tags li:hover i {
  color: #3e768c;
}
.tags li i {
  margin-right: 2px;
  color: #777;
  transition: all 0.35s ease;
}
.tags li a {
  color: #777;
}
.lg-tags li {
  padding: 10px 15px;
}
.white .tags li {
  background-color: #fff;
}
.welcome-icon {
  font-size: 50px;
  color: #89B8AF;
  padding-top: 10px;
}
.welcome-link {
  margin: 15px 0 10px 0;
}
.welcome-block {
  border: 1px solid #89B8AF;
  border-radius: 5px;
  padding: 5px 25px;
}
