/*

$breakpoints: (xsmall: 0,
  small: 576px,
  medium: 768px,
  large: 992px,
  xlarge: 1200px);
*/
html {
  box-sizing: border-box;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #42202B;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #42202B;
  text-decoration: underline;
}
a:visited {
  color: #200f15;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.25rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

nav ul, nav ol, nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav,
.nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.65;
  color: #212529;
  background-color: #fff;
  text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.75rem;
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.65rem;
}

h3 {
  font-size: 1.45rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

a {
  color: #42202B;
  text-decoration: none;
}

a:hover {
  color: #42202B;
  text-decoration: underline;
}

a:visited {
  color: #200f15;
}

p {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

img {
  max-width: 100%;
  height: auto;
}

.primary-background {
  background-color: #42202B;
}

.secondary-background {
  background-color: #868e96;
}

.primary-color {
  color: #42202B;
}

.secondary-color {
  color: #868e96;
}

.sr-only,
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.wb-clear-after:after,
.clear-after:after {
  content: "";
  display: table;
  clear: both;
}

.wb-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wb-sitemap {
  margin: 0;
}
.wb-sitemap li {
  margin: 0.5rem 0;
}
.wb-sitemap > li > .wb-sitemap {
  margin: 0;
}
.wb-sitemap > li li .wb-sitemap {
  margin: 0 0 0 2rem;
}

.wb-breadcrumb-nav {
  background-color: transparent;
  line-height: 1.1;
}
.wb-breadcrumb-nav .wb-breadcrumb {
  display: inline-block;
  margin: 0.5rem 0;
  vertical-align: middle;
  color: #42202B;
}
.wb-breadcrumb-nav .wb-breadcrumb a {
  color: #42202B;
  text-decoration: none;
  transition: all 300ms ease;
}
.wb-breadcrumb-nav .wb-breadcrumb a:hover {
  text-decoration: none;
  color: #42202B;
}
.wb-breadcrumb-nav .wb-breadcrumb a:visited,
.wb-breadcrumb-nav .wb-breadcrumb a:active {
  color: #42202B;
  text-decoration: none;
}
.wb-breadcrumb-nav .wb-breadcrumb:first-child {
  margin-left: 0;
}
.wb-breadcrumb-nav .wb-breadcrumb:after {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
  color: #42202B;
  margin: 0 0.75rem;
}
.wb-breadcrumb-nav .wb-breadcrumb:last-child:after {
  content: "";
  margin: 0;
}

.wb-navbar {
  background-color: #42202B;
  line-height: 60px;
  padding: 0 0.75rem;
  position: relative;
  z-index: 2000;
}

.wb-navbar ul,
.wb-navbar .wb-nav,
.wb-navbar .wb-nav-item,
.wb-navbar .wb-dropdown-nav {
  list-style: none;
}
.wb-navbar ul, .wb-navbar li {
  margin: 0;
  padding: 0;
}

.wb-navbar .wb-nav {
  display: flex;
  flex-flow: row nowrap;
}
.wb-navbar .wb-nav > .wb-nav-item.wb-parent {
  position: relative;
}
.wb-navbar .wb-nav > .wb-nav-item.wb-parent .wb-dropdown-nav {
  position: absolute;
  z-index: 200;
  width: 260px;
  background-color: #42202B;
  left: 0;
  top: 60px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 500ms ease;
  display: block;
}
.wb-navbar .wb-nav > .wb-nav-item.wb-parent .wb-dropdown-nav .wb-nav-item {
  width: 100%;
}
.wb-navbar .wb-nav > .wb-nav-item.wb-parent:hover .wb-dropdown-nav {
  height: auto;
  opacity: 1;
}

.wb-navbar .wb-nav > .wb-nav-item a {
  display: block;
  padding: 0 0.5rem;
}
.wb-navbar .wb-nav > .wb-nav-item > a,
.wb-navbar .wb-nav > .wb-nav-item > a:hover,
.wb-navbar .wb-nav > .wb-nav-item > a:visited,
.wb-navbar .wb-nav > .wb-nav-item > a:active {
  color: #fff;
  text-decoration: none;
}
.wb-navbar .wb-nav > .wb-nav-item:hover > a {
  color: #fff;
  background-color: #311820;
}
.wb-navbar .wb-nav > .wb-nav-item.wb-current > a {
  color: #fff;
  background-color: #311820;
}

.wb-navbar .wb-nav .wb-dropdown-nav {
  line-height: 40px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.wb-navbar .wb-nav .wb-dropdown-nav a {
  display: block;
  padding: 0 0.5rem;
}
.wb-navbar .wb-nav .wb-dropdown-nav > .wb-nav-item a,
.wb-navbar .wb-nav .wb-dropdown-nav > .wb-nav-item a:hover,
.wb-navbar .wb-nav .wb-dropdown-nav > .wb-nav-item a:visited,
.wb-navbar .wb-nav .wb-dropdown-nav > .wb-nav-item a:active {
  color: #fff;
  text-decoration: none;
}
.wb-navbar .wb-nav .wb-dropdown-nav > .wb-nav-item:hover > a {
  color: #fff;
  background-color: #311820;
}
.wb-navbar .wb-nav .wb-dropdown-nav > .wb-nav-item.wb-current > a {
  color: #fff;
  background-color: #311820;
}

.wb-mobile-nav {
  display: block;
  background-color: #42202B;
  height: 0;
  overflow: hidden;
  z-index: 2000;
  position: absolute;
  top: 60px;
  width: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 800ms ease;
}
.wb-mobile-nav a {
  display: block;
  color: #fff;
}
@media (min-width: 576px) {
  .wb-mobile-nav {
    top: 70px;
  }
}
@media (min-width: 576px) {
  .wb-mobile-nav {
    width: calc(100% - 32px*2);
    left: 32px;
    right: 32px;
  }
}
@media (min-width: 1200px) {
  .wb-mobile-nav {
    width: calc(100% - 48px*2);
    left: 48px;
    right: 48px;
  }
}
.wb-mobile-nav.wb-show {
  height: auto;
  opacity: 1;
  border-top: 1px solid #fff;
}
.wb-mobile-nav ul {
  padding: 0;
}
.wb-mobile-nav ul li {
  border-bottom: 1px solid #fff;
}
.wb-mobile-nav ul li.wb-mm-parent ul {
  border-top: 1px solid #fff;
}
.wb-mobile-nav ul li.wb-mm-parent ul li:last-child {
  border-bottom: 0 none;
}
.wb-mobile-nav ul li a {
  text-decoration: none;
}
.wb-mobile-nav ul li.wb-mm-current > a {
  background-color: #311820;
}
.wb-mobile-nav ul li a {
  line-height: 49px;
  padding: 0 10px;
}
.wb-mobile-nav ul li li a {
  padding-right: 40px;
}
.wb-mobile-nav ul li li li a {
  padding-right: 60px;
}

.wb-mobile-header {
  background-color: #42202B;
  padding-right: 0;
  padding-left: 0;
  line-height: 55px;
}
.wb-mobile-header .wb-menu-icon {
  height: 48px;
  margin-right: -4px;
  display: inline-block;
  vertical-align: middle;
}
.wb-mobile-header .wb-menu-icon:before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224%22%20viewbox%3D%220%200%2024%2024%22%20width%3D%2224%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3%2018h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.wb-mobile-header.wb-reveal-mobile-menu.wb-on .wb-menu-icon:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224%22%20viewbox%3D%220%200%2024%2024%22%20width%3D%2224%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wb-nav.wb-reveal li.wb-mm-parent {
  position: relative;
}
.wb-nav.wb-reveal li.wb-mm-parent > a {
  width: calc(100% - 48px);
}
.wb-nav.wb-reveal li.wb-mm-parent > .wb-reveal-menu-icon {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 200;
  right: 0;
  top: 0;
}
.wb-nav.wb-reveal li.wb-mm-parent > .wb-reveal-menu-icon:before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224%22%20viewbox%3D%220%200%2024%2024%22%20width%3D%2224%22%3E%3Cpath%20d%3D%22M0%200h24v24H0V0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z%22%20fill%3D%22%23fff%22%20%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.wb-nav.wb-reveal li.wb-mm-parent > .wb-reveal-menu-icon:before {
  background-size: 80%;
}
.wb-nav.wb-reveal li.wb-mm-parent > .wb-reveal-menu-icon.wb-on:before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224%22%20viewbox%3D%220%200%2024%2024%22%20width%3D%2224%22%3E%3Cpath%20d%3D%22M0%200h24v24H0V0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M19%2013H5v-2h14v2z%22%20fill%3D%22%23fff%22%20%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.wb-nav.wb-reveal li.wb-mm-parent > .wb-reveal-menu-icon.wb-on:before {
  background-size: 80%;
}
.wb-nav.wb-reveal li.wb-mm-parent > ul {
  height: 0;
  overflow: hidden;
  border-top-width: 0;
  opacity: 0;
  transition: opacity 500ms ease;
}
.wb-nav.wb-reveal li.wb-mm-parent.wb-show > ul {
  border-top-width: 1px;
  height: auto;
  margin-top: 0;
  opacity: 1;
}

.wb-card {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #e9ecef;
  height: 100%;
  word-wrap: break-word;
  border-radius: 0;
}

.wb-card-image {
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.wb-card-title {
  margin-bottom: 0.75rem;
}

.wb-card-text {
  margin-bottom: 0.5rem;
}
.wb-card-text:last-child {
  margin-bottom: 0;
}

.wb-card-body {
  display: block;
  min-height: 1px;
  padding: 1rem;
}

.wb-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 32px;
  width: 90%;
}
@media (min-width: 576px) {
  .wb-container {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .wb-container {
    width: 85%;
  }
}
@media (min-width: 992px) {
  .wb-container {
    width: 85%;
  }
}
@media (min-width: 1200px) {
  .wb-container {
    width: 82%;
    padding: 0 48px;
  }
}

.wb-row {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wb-col {
  padding: 0;
  margin: 0;
}

.wb-row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -16px;
}
@media (min-width: 1200px) {
  .wb-row {
    margin: 0 -24px;
  }
}

.wb-col {
  padding-right: 16px;
  padding-left: 16px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .wb-col {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 0) {
  .wb-col.wb-xsmall-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .wb-col.wb-xsmall-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .wb-col.wb-xsmall-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wb-col.wb-xsmall-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .wb-col.wb-xsmall-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .wb-col.wb-xsmall-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wb-col.wb-xsmall-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .wb-col.wb-xsmall-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .wb-col.wb-xsmall-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wb-col.wb-xsmall-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .wb-col.wb-xsmall-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .wb-col.wb-xsmall-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .wb-col.wb-small-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .wb-col.wb-small-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .wb-col.wb-small-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wb-col.wb-small-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .wb-col.wb-small-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .wb-col.wb-small-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wb-col.wb-small-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .wb-col.wb-small-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .wb-col.wb-small-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wb-col.wb-small-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .wb-col.wb-small-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .wb-col.wb-small-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .wb-col.wb-medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .wb-col.wb-medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .wb-col.wb-medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wb-col.wb-medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .wb-col.wb-medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .wb-col.wb-medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wb-col.wb-medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .wb-col.wb-medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .wb-col.wb-medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wb-col.wb-medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .wb-col.wb-medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .wb-col.wb-medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .wb-col.wb-large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .wb-col.wb-large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .wb-col.wb-large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wb-col.wb-large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .wb-col.wb-large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .wb-col.wb-large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wb-col.wb-large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .wb-col.wb-large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .wb-col.wb-large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wb-col.wb-large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .wb-col.wb-large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .wb-col.wb-large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .wb-col.wb-xlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .wb-col.wb-xlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .wb-col.wb-xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wb-col.wb-xlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .wb-col.wb-xlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .wb-col.wb-xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wb-col.wb-xlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .wb-col.wb-xlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .wb-col.wb-xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wb-col.wb-xlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .wb-col.wb-xlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .wb-col.wb-xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

[type=text],
[type=email],
[type=date],
[type=password],
[type=number],
textarea {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: inherit;
  padding: 0.25rem 0.5rem;
  margin: 0 0 0.75rem 0;
  background: transparent;
  border: 1px solid #ced4da;
  border-radius: 0;
  display: block;
  width: 100%;
  max-width: 100%;
}
[type=text]:focus,
[type=email]:focus,
[type=date]:focus,
[type=password]:focus,
[type=number]:focus,
textarea:focus {
  border-color: #42202B;
}

a.button,
button,
[type=button],
[type=submit] {
  background-color: #42202B;
  border: 0 solid #42202B;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1;
  padding: 0.5rem 0.75rem;
  text-align: center;
  text-decoration: none;
  transition: all 200ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  transition: all 300ms ease;
}
a.button:hover, a.button:focus,
button:hover,
button:focus,
[type=button]:hover,
[type=button]:focus,
[type=submit]:hover,
[type=submit]:focus {
  background-color: #271319;
  color: #fff;
  border-color: #271319;
}
a.button:disabled,
button:disabled,
[type=button]:disabled,
[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
a.button:disabled:hover,
button:disabled:hover,
[type=button]:disabled:hover,
[type=submit]:disabled:hover {
  background-color: #42202B;
}

select {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0.75rem;
  margin: 0 0 0.75rem 0;
  border: 1px solid #ced4da;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
}

.wb-scroll-top {
  width: 48px;
  height: 48px;
  border: 0 none transparent;
  background-color: #42202B;
  box-shadow: 0 0 0 transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224%22%20viewbox%3D%220%200%2024%2024%22%20width%3D%2224%22%3E%3Cpath%20d%3D%22M0%200h24v24H0V0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.41%2015.41L12%2010.83l4.59%204.58L18%2014l-6-6-6%206%201.41%201.41z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  position: fixed;
  right: 0;
  bottom: 70px;
  display: inline-block;
  border-radius: 0;
  appearance: none;
  outline: 0 none;
  z-index: 1200;
  opacity: 0;
  transition: opacity 300ms ease;
}
@media (min-width: 768px) {
  .wb-scroll-top {
    bottom: 110px;
  }
}
.wb-scroll-top.wb-show {
  cursor: pointer;
  opacity: 0.8;
}
.wb-scroll-top.wb-show:hover {
  opacity: 1;
  outline: 0 none;
}

.wb-embed {
  position: relative;
}
.wb-embed:before {
  content: "";
  display: inline-block;
}
.wb-embed.wb-embed-16x9:before {
  padding-bottom: 56.25%;
}
.wb-embed.wb-embed-4x3:before {
  padding-bottom: 75%;
}
.wb-embed .wb-embeded-item {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(134, 142, 150, 0.5);
}

.wb-media {
  margin: 24px 0;
}
.wb-media .wb-title {
  display: block;
  padding: 0 0 6px 0;
}

.wb-audio-player {
  margin: 0.25rem 0 0.5rem 0;
}
.wb-audio-player .wb-audio-player-title {
  display: block;
  margin-bottom: 0.25rem;
}

.wb-icon-pdf:before {
  content: "";
  display: inline-block;
  margin: 0 6px 0 0;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20fill%3D%22%2342202B%22%20d%3D%22M369.9%2097.9L286%2014C277%205%20264.8-.1%20252.1-.1H48C21.5%200%200%2021.5%200%2048v416c0%2026.5%2021.5%2048%2048%2048h288c26.5%200%2048-21.5%2048-48V131.9c0-12.7-5.1-25-14.1-34zM332.1%20128H256V51.9l76.1%2076.1zM48%20464V48h160v104c0%2013.3%2010.7%2024%2024%2024h104v288H48zm250.2-143.7c-12.2-12-47-8.7-64.4-6.5-17.2-10.5-28.7-25-36.8-46.3%203.9-16.1%2010.1-40.6%205.4-56-4.2-26.2-37.8-23.6-42.6-5.9-4.4%2016.1-.4%2038.5%207%2067.1-10%2023.9-24.9%2056-35.4%2074.4-20%2010.3-47%2026.2-51%2046.2-3.3%2015.8%2026%2055.2%2076.1-31.2%2022.4-7.4%2046.8-16.5%2068.4-20.1%2018.9%2010.2%2041%2017%2055.8%2017%2025.5%200%2028-28.2%2017.5-38.7zm-198.1%2077.8c5.1-13.7%2024.5-29.5%2030.4-35-19%2030.3-30.4%2035.7-30.4%2035zm81.6-190.6c7.4%200%206.7%2032.1%201.8%2040.8-4.4-13.9-4.3-40.8-1.8-40.8zm-24.4%20136.6c9.7-16.9%2018-37%2024.7-54.7%208.3%2015.1%2018.9%2027.2%2030.1%2035.5-20.8%204.3-38.9%2013.1-54.8%2019.2zm131.6-5s-5%206-37.3-7.8c35.1-2.6%2040.9%205.4%2037.3%207.8z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 80%;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.wb-icon-word:before {
  content: "";
  display: inline-block;
  margin: 0 6px 0 0;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20fill%3D%22%2342202B%22%20d%3D%22M369.9%2097.9L286%2014C277%205%20264.8-.1%20252.1-.1H48C21.5%200%200%2021.5%200%2048v416c0%2026.5%2021.5%2048%2048%2048h288c26.5%200%2048-21.5%2048-48V131.9c0-12.7-5.1-25-14.1-34zM332.1%20128H256V51.9l76.1%2076.1zM48%20464V48h160v104c0%2013.3%2010.7%2024%2024%2024h104v288H48zm220.1-208c-5.7%200-10.6%204-11.7%209.5-20.6%2097.7-20.4%2095.4-21%20103.5-.2-1.2-.4-2.6-.7-4.3-.8-5.1.3.2-23.6-99.5-1.3-5.4-6.1-9.2-11.7-9.2h-13.3c-5.5%200-10.3%203.8-11.7%209.1-24.4%2099-24%2096.2-24.8%20103.7-.1-1.1-.2-2.5-.5-4.2-.7-5.2-14.1-73.3-19.1-99-1.1-5.6-6-9.7-11.8-9.7h-16.8c-7.8%200-13.5%207.3-11.7%2014.8%208%2032.6%2026.7%20109.5%2033.2%20136%201.3%205.4%206.1%209.1%2011.7%209.1h25.2c5.5%200%2010.3-3.7%2011.6-9.1l17.9-71.4c1.5-6.2%202.5-12%203-17.3l2.9%2017.3c.1.4%2012.6%2050.5%2017.9%2071.4%201.3%205.3%206.1%209.1%2011.6%209.1h24.7c5.5%200%2010.3-3.7%2011.6-9.1%2020.8-81.9%2030.2-119%2034.5-136%201.9-7.6-3.8-14.9-11.6-14.9h-15.8z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 80%;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.wb-icon-excel:before {
  content: "";
  display: inline-block;
  margin: 0 6px 0 0;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20fill%3D%22%2342202B%22%20d%3D%22M369.9%2097.9L286%2014C277%205%20264.8-.1%20252.1-.1H48C21.5%200%200%2021.5%200%2048v416c0%2026.5%2021.5%2048%2048%2048h288c26.5%200%2048-21.5%2048-48V131.9c0-12.7-5.1-25-14.1-34zM332.1%20128H256V51.9l76.1%2076.1zM48%20464V48h160v104c0%2013.3%2010.7%2024%2024%2024h104v288H48zm212-240h-28.8c-4.4%200-8.4%202.4-10.5%206.3-18%2033.1-22.2%2042.4-28.6%2057.7-13.9-29.1-6.9-17.3-28.6-57.7-2.1-3.9-6.2-6.3-10.6-6.3H124c-9.3%200-15%2010-10.4%2018l46.3%2078-46.3%2078c-4.7%208%201.1%2018%2010.4%2018h28.9c4.4%200%208.4-2.4%2010.5-6.3%2021.7-40%2023-45%2028.6-57.7%2014.9%2030.2%205.9%2015.9%2028.6%2057.7%202.1%203.9%206.2%206.3%2010.6%206.3H260c9.3%200%2015-10%2010.4-18L224%20320c.7-1.1%2030.3-50.5%2046.3-78%204.7-8-1.1-18-10.3-18z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 80%;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.wb-icon-image:before {
  content: "";
  display: inline-block;
  margin: 0 6px 0 0;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20fill%3D%22%2342202B%22%20d%3D%22M369.9%2097.9L286%2014C277%205%20264.8-.1%20252.1-.1H48C21.5%200%200%2021.5%200%2048v416c0%2026.5%2021.5%2048%2048%2048h288c26.5%200%2048-21.5%2048-48V131.9c0-12.7-5.1-25-14.1-34zM332.1%20128H256V51.9l76.1%2076.1zM48%20464V48h160v104c0%2013.3%2010.7%2024%2024%2024h104v288H48zm32-48h224V288l-23.5-23.5c-4.7-4.7-12.3-4.7-17%200L176%20352l-39.5-39.5c-4.7-4.7-12.3-4.7-17%200L80%20352v64zm48-240c-26.5%200-48%2021.5-48%2048s21.5%2048%2048%2048%2048-21.5%2048-48-21.5-48-48-48z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 80%;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.wb-icon-audio:before {
  content: "";
  display: inline-block;
  margin: 0 6px 0 0;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20fill%3D%22%2342202B%22%20d%3D%22M369.941%2097.941l-83.882-83.882A48%2048%200%200%200%20252.118%200H48C21.49%200%200%2021.49%200%2048v416c0%2026.51%2021.49%2048%2048%2048h288c26.51%200%2048-21.49%2048-48V131.882a48%2048%200%200%200-14.059-33.941zM332.118%20128H256V51.882L332.118%20128zM48%20464V48h160v104c0%2013.255%2010.745%2024%2024%2024h104v288H48zm144-76.024c0%2010.691-12.926%2016.045-20.485%208.485L136%20360.486h-28c-6.627%200-12-5.373-12-12v-56c0-6.627%205.373-12%2012-12h28l35.515-36.947c7.56-7.56%2020.485-2.206%2020.485%208.485v135.952zm41.201-47.13c9.051-9.297%209.06-24.133.001-33.439-22.149-22.752%2012.235-56.246%2034.395-33.481%2027.198%2027.94%2027.212%2072.444.001%20100.401-21.793%2022.386-56.947-10.315-34.397-33.481z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 80%;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.wb-icon-video:before {
  content: "";
  display: inline-block;
  margin: 0 6px 0 0;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20fill%3D%22%2342202B%22%20d%3D%22M369.941%2097.941l-83.882-83.882A48%2048%200%200%200%20252.118%200H48C21.49%200%200%2021.49%200%2048v416c0%2026.51%2021.49%2048%2048%2048h288c26.51%200%2048-21.49%2048-48V131.882a48%2048%200%200%200-14.059-33.941zM332.118%20128H256V51.882L332.118%20128zM48%20464V48h160v104c0%2013.255%2010.745%2024%2024%2024h104v288H48zm228.687-211.303L224%20305.374V268c0-11.046-8.954-20-20-20H100c-11.046%200-20%208.954-20%2020v104c0%2011.046%208.954%2020%2020%2020h104c11.046%200%2020-8.954%2020-20v-37.374l52.687%2052.674C286.704%20397.318%20304%20390.28%20304%20375.986V264.011c0-14.311-17.309-21.319-27.313-11.314z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 80%;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.wb-icon-external-link:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 6px;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%2342202B%22%20d%3D%22M432%2C288H416a16%2C16%2C0%2C0%2C0-16%2C16V458a6%2C6%2C0%2C0%2C1-6%2C6H54a6%2C6%2C0%2C0%2C1-6-6V118a6%2C6%2C0%2C0%2C1%2C6-6H208a16%2C16%2C0%2C0%2C0%2C16-16V80a16%2C16%2C0%2C0%2C0-16-16H48A48%2C48%2C0%2C0%2C0%2C0%2C112V464a48%2C48%2C0%2C0%2C0%2C48%2C48H400a48%2C48%2C0%2C0%2C0%2C48-48V304A16%2C16%2C0%2C0%2C0%2C432%2C288ZM500%2C0H364a12%2C12%2C0%2C0%2C0-8.48%2C20.48l48.19%2C48.21L131.51%2C340.89a12%2C12%2C0%2C0%2C0%2C0%2C17l22.63%2C22.63a12%2C12%2C0%2C0%2C0%2C17%2C0l272.2-272.21%2C48.21%2C48.2A12%2C12%2C0%2C0%2C0%2C512%2C148V12A12%2C12%2C0%2C0%2C0%2C500%2C0Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 80%;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* images placed in rich text editor */
.align_left,
.align_right,
.align_center {
  display: block;
  float: none;
  margin: 1rem auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .align_left {
    float: left;
    margin: 0 1rem 0.5rem 0;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .align_right {
    float: right;
    margin: 0 0 0.5rem 1rem;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .align_center {
    display: block;
    margin: 1em auto;
  }
}

/* pw FormBuilder */
#wrap_Inputfield- {
  display: none;
}

.FormBuilder,
.InputfieldForm {
  font-family: inherit;
}

.InputfieldStateRequired label:after {
  content: " *";
}

.Inputfield {
  margin: 0 0 0.5em 0;
}

.InputfieldSubmit {
  margin: 1em 0;
}

.InputfieldStateError,
.ui-state-error {
  color: #dc3545;
}
.InputfieldStateError p,
.ui-state-error p {
  margin: 0;
}

span.ui-state-error {
  font-size: 80%;
  font-style: italic;
}

.InputfieldStateError,
.error {
  color: #dc3545;
}
.InputfieldStateError input[type=text],
.InputfieldStateError input[type=email],
.InputfieldStateError textarea,
.error input[type=text],
.error input[type=email],
.error textarea {
  border-color: #dc3545;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 32px;
  width: 90%;
}
@media (min-width: 576px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 85%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 85%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 82%;
    padding: 0 48px;
  }
}
@media (min-width: 768px) {
  .container {
    min-height: calc(100vh - 70px - 80px - 32px);
  }
}

.top-bar {
  background-color: #42202B;
}
.top-bar:after {
  content: "";
  display: table;
  clear: both;
}

.navbar-container {
  position: relative;
  padding: 0 1rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .navbar-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 32px;
    width: 90%;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .navbar-container {
    width: 90%;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .navbar-container {
    width: 85%;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .navbar-container {
    width: 85%;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .navbar-container {
    width: 82%;
    padding: 0 48px;
  }
}

.logo.site-title {
  align-self: center;
}
.logo.site-title a {
  color: #fff;
}
.logo.site-title a:hover, .logo.site-title a:visited, .logo.site-title a:active {
  color: #fff;
  text-decoration: none;
}
.logo.site-title .title,
.logo.site-title .claim {
  display: block;
}
.logo.site-title .title {
  padding-top: 0.75rem;
  margin-bottom: 0.25rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
@media (min-width: 576px) {
  .logo.site-title .title {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
.logo.site-title .claim {
  font-size: 0.9rem;
  line-height: 0.9rem;
  padding-bottom: 0.75rem;
}
.logo.site-title .claim a:last-child:before {
  content: " / ";
}

.wb-reveal-mobile-menu {
  align-self: center;
  margin: 0;
}

.top-nav.wb-mobile {
  text-align: right;
}

.header {
  padding-top: 32px;
  padding-bottom: 32px;
}

.header.has-background-image {
  margin-top: 1px;
  margin-bottom: 32px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  position: relative;
}
.header.has-background-image:before {
  content: "";
  float: left;
  display: block;
  padding-bottom: 33.3333333333%;
}

.has-background-image .site-title {
  margin: 0;
  transform: translate(0, -50%);
  position: absolute;
  left: 32px;
  top: 50%;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.has-background-image .site-title a {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.has-background-image .site-title a:hover {
  text-decoration: none;
}

.body {
  clear: both;
  padding-bottom: 32px;
}
.body:after {
  content: "";
  display: table;
  clear: both;
}

.has-page-title h1 {
  margin-top: 32px;
  line-height: 1.25;
}

.main-content ul,
.sidebar ul {
  padding: 0;
  margin: 0.75em 0 0.75em 0;
  list-style-position: inside;
}
.main-content ul.nav,
.sidebar ul.nav {
  margin-left: 0;
}

.children-pages,
.content-elements {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .children-pages,
.content-elements {
    margin-top: 48px;
  }
}
.children-pages .child-page,
.children-pages .ce,
.content-elements .child-page,
.content-elements .ce {
  margin-bottom: 32px;
}
.children-pages .child-page .text,
.children-pages .ce .text,
.content-elements .child-page .text,
.content-elements .ce .text {
  margin-bottom: 5px;
}
.children-pages .lead,
.content-elements .lead {
  font-size: 1.25rem;
}
.children-pages .gallery .text,
.content-elements .gallery .text {
  margin-bottom: 10px;
}
.children-pages .audio-player,
.content-elements .audio-player {
  margin: 1rem 0;
}
.children-pages .audio-player:last-child,
.content-elements .audio-player:last-child {
  margin-bottom: 0;
}
.children-pages .audio-player .description,
.content-elements .audio-player .description {
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.children-pages .ce.reference,
.content-elements .ce.reference {
  margin-bottom: 48px;
}
@media (min-width: 576px) {
  .children-pages .reference.has-image > div:first-child,
.content-elements .reference.has-image > div:first-child {
    margin-top: 3px;
  }
}

.nav {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.nav .nav {
  padding-left: 1.5em;
  list-style: disc;
}

.nav li {
  margin: 1em 0;
}

.nav-tree li {
  margin-top: 0;
  margin-bottom: 0;
}

.nav a {
  font-weight: bold;
}

.children-nav .summary {
  font-size: 0.875em;
}
.children-nav li {
  padding: 0.75em 0;
  margin-bottom: 224px;
}

.align_left {
  /* for images placed in rich text editor */
  float: left;
  margin: 0 1em 0.5em 0;
  position: relative;
  top: 0.5em;
  max-width: 50%;
}

.align_right {
  /* for images placed in rich text editor */
  float: right;
  margin: 0 0 0.5em 1em;
  max-width: 50%;
}

.align_center {
  /* for images placed in rich text editor */
  display: block;
  margin: 1em auto;
  position: relative;
  top: 0.5em;
}

.footer {
  margin-top: 32px;
  clear: both;
}
.footer .wb-container {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  padding-top: 16px;
  padding-bottom: 16px;
}
.footer .wb-container:before {
  content: "";
  border-top: 1px solid #42202B;
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
}
@media (min-width: 992px) {
  .footer .wb-container:before {
    left: 48px;
    right: 48px;
  }
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.additionals,
.utilities {
  flex: 0 1 100%;
}
@media (min-width: 768px) {
  .additionals,
.utilities {
    flex: 0 1 50%;
  }
}

.additionals {
  text-align: center;
}
@media (min-width: 768px) {
  .additionals {
    text-align: right;
  }
}

.utilities {
  text-align: center;
}
@media (min-width: 768px) {
  .utilities {
    text-align: left;
  }
}

.tiles a {
  transition: all 300ms linear;
  display: block;
  height: 100%;
}
.tiles a:hover {
  text-decoration: none;
}
.tiles a .tile-image,
.tiles a figure {
  margin: 0;
  display: block;
}
.tiles a .tile-image img,
.tiles a figure img {
  display: block;
  margin: 0;
}
.tiles a .tile-headline,
.tiles a .title {
  display: block;
  padding: 5px 2px;
  margin: 0;
  font-size: 1.25rem;
}
.tiles a .summary {
  padding: 5px 2px;
  font-size: 1rem;
}
.tiles .tile {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .tiles .tile {
    margin-bottom: 48px;
  }
}
.tiles .tile:hover a {
  box-shadow: 0 0 15px rgba(66, 32, 43, 0.6);
}

.wb-gallery > div {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .wb-gallery > div {
    margin-bottom: 48px;
  }
}

audio {
  max-width: 100%;
}

#wrap_Inputfield- {
  display: none;
}

.form input[type=text],
.form input[type=email],
.form input[type=number],
.form textarea {
  padding: 0.25em 0.5em;
  max-width: 100%;
  width: 25em;
  font-size: 0.875em;
}
.form .InputfieldStateRequired label:after {
  content: "*";
}
.form .Inputfield {
  margin: 0.5em 0;
}
.form .InputfieldSubmit {
  padding-top: 1em;
}
.form .ui-widget-content p {
  margin: 0;
}
.form .ui-widget-content p .ui-state-error {
  font-size: 0.75em;
}
.form .ui-state-error {
  color: #B2020A;
}
.form button.ui-button {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  transition: background 200ms ease;
}
.logout-link,
.edit {
  position: fixed;
  top: 30%;
  right: 0;
}
.logout-link a,
.edit a {
  text-decoration: none;
  font-size: 12px;
  display: block;
  background: #990000;
  color: white;
  padding: 0.5em 0.75em;
}

.logout-link {
  top: auto;
  right: 0;
  bottom: 20px;
}

audio.wb-player {
  display: block;
}

@media (min-width: 768px) {
  .top-nav .topnav {
    text-align: left;
    display: table;
    width: 100%;
    border: 0 none;
  }
  .top-nav .topnav * {
    border: 0 none !important;
  }
  .top-nav .topnav > li {
    display: table-cell;
    border: 0 none;
    font-size: 1.2rem;
  }
  .top-nav .topnav > li li {
    font-size: 1rem;
  }
  .top-nav .topnav > li li a {
    padding-right: 0.75rem;
  }
  .top-nav .topnav a {
    border: 0 none;
  }
}

.language-nav {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 30px;
}
@media (min-width: 576px) {
  .language-nav {
    right: 40px;
  }
}
@media (min-width: 992px) {
  .language-nav {
    right: 50px;
  }
}
@media (min-width: 1200px) {
  .language-nav {
    right: 56px;
  }
}
.language-nav a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  padding: 0.25rem;
}
.language-nav a:hover, .language-nav a:visited,
.language-nav a a:active {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.language-nav .current a {
  color: #fff;
}
.language-nav ul {
  display: flex;
  flex-flow: row nowrap;
}
.language-nav ul li {
  margin: 0 0.25rem 0 0;
}
.language-nav ul li:first-child {
  margin-right: 0;
}
.language-nav ul li:first-child:after {
  content: "|";
  color: rgba(255, 255, 255, 0.7);
}
