@font-face {
  font-family: 'ForkAwesome';
  src: url('style/font/Fork-Awesome/forkawesome-webfont.ttf');
}
.icon {
  font-family: 'ForkAwesome';
}
@media print {
  .noprint {
    display: none !important;
  }
}
.exactprint {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.screenreader-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.body-dialogue {
  overflow-y: hidden;
}
@media screen and (min-width: 801px) {
  .desktop-only {
    display: inherit;
  }
  .mobile-only {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: inherit;
  }
}
.block-overflow {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.block-content {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 40px;
}
@media screen and (max-width: 800px) {
  .block-content {
    margin: 20px auto;
    padding: 0 20px;
  }
}
.block-inner {
  margin: 20px auto;
}
.text-regular,
textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 300;
}
.text-narrow {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 300;
}
.message {
  font-size: 1.25rem;
}
.item-nointeract {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 1.15rem;
}
.item {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 1.15rem;
  transition: box-shadow 0.25s;
}
.item:hover,
.item:focus {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.item a {
  text-decoration: none;
  color: #333;
}
.item a::before {
  font-family: 'ForkAwesome';
  display: inline-block;
  margin-right: 0.75rem;
  color: #999;
  font-size: 1.75rem;
}
.item span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.button {
  transition: background-color 0.25s;
  background-color: #30a68e;
  border: none;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  word-break: break-word;
}
.button:hover,
.button:focus {
  background-color: #33596c;
}
main .button {
  padding: 7px 10px;
  line-height: inherit;
}
.button-big {
  font-size: 1.5rem;
}
.button-block {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  font-size: 1.2rem;
  display: grid;
  grid-template-rows: 1fr auto;
  justify-items: center;
  padding-bottom: 5px;
  /*&::before, */
}
.button-block .block {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  width: 188px;
  height: 150px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-block .block img {
  display: block;
  max-width: 70%;
  max-height: 70%;
}
.button-block:hover,
.button-block:focus {
  background: none;
}
.button-block:hover::before,
.button-block:focus::before {
  border: solid 3px #fff;
}
.margin-h2 {
  margin-top: 60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px), print {
  .margin-h2 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 801px) {
  .margin-h2:first-child {
    margin-top: 0;
  }
}
.margin-h-small {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px), print {
  .margin-h-small {
    margin-top: 20px;
  }
}
@media screen and (min-width: 801px) {
  .margin-h-small:first-child {
    margin-top: 0;
  }
}
body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@media print {
  body {
    background-image: none !important;
  }
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  display: flex;
  min-height: 100%;
  font-size: 13pt;
}
fieldset,
legend {
  -webkit-appearance: none;
}
select,
main input[type="text"],
main textarea {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 1.15rem;
  transition: box-shadow 0.25s;
  -webkit-appearance: none;
  display: inline-block;
  border: none;
  margin: 0;
}
select:hover,
main input[type="text"]:hover,
main textarea:hover,
select:focus,
main input[type="text"]:focus,
main textarea:focus {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
select a,
main input[type="text"] a,
main textarea a {
  text-decoration: none;
  color: #333;
}
select a::before,
main input[type="text"] a::before,
main textarea a::before {
  font-family: 'ForkAwesome';
  display: inline-block;
  margin-right: 0.75rem;
  color: #999;
  font-size: 1.75rem;
}
select span,
main input[type="text"] span,
main textarea span {
  overflow: hidden;
  text-overflow: ellipsis;
}
select,
main input[type="text"],
main textarea,
main input[type="submit"],
main button,
main .button {
  padding: 7px 10px;
}
select {
  background-image: url('style/img/icons/arrow-col-main.svg');
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  padding-right: 2rem;
}
body,
input,
button,
select {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 300;
}
input,
button,
.button {
  font-weight: 400;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-right: 1rem;
}
dl dt::after {
  content: ':';
  margin-right: 0.25rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
}
input[type="text"],
input[type="search"],
input[type="submit"],
textarea,
button {
  display: block;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}
button,
input[type="submit"],
a[href],
select {
  cursor: pointer;
}
body {
  flex: 1;
  display: grid;
  grid-template-areas: 'header' 'bar' 'main' 'footer';
  grid-template-rows: auto auto 1fr auto;
}
a#button-skip-to-content {
  position: absolute;
  display: inline-block;
  z-index: 10;
  background: #ffffff;
  padding: 5px;
  color: #000000;
  text-decoration: none;
  top: -100%;
}
a#button-skip-to-content:focus {
  bottom: inherit;
  top: 0;
}
header {
  grid-area: header;
}
header > .inner {
  padding: 20px;
  padding-bottom: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  align-content: center;
}
header > .inner .logo {
  margin-right: 15px;
  max-width: 70px;
}
header > .inner .pretitle,
header > .inner .title {
  display: block;
}
header > .inner .pretitle {
  font-size: 0.9rem;
  height: 2.25em;
}
header > .inner .title {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  font-weight: 400;
  font-size: 1.75rem;
  margin-top: -1rem;
}
header.noorg > .inner {
  padding-bottom: 20px;
}
main {
  grid-area: main;
}
article {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 40px;
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  article {
    margin: 20px auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  article {
    margin-top: 60px;
  }
}
article.container-columns {
  display: grid;
  grid-template-columns: 62% 32%;
  grid-gap: 0 6%;
}
article.container-columns h1 {
  grid-column: 1 / 3;
}
@media screen and (max-width: 800px) {
  article.container,
  article.container-columns {
    display: block;
    width: 100%;
    max-width: 100%;
    width: 100vw;
    max-width: 100vw;
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }
}
article.container-fullwidth {
  width: 100%;
  max-width: 100%;
  width: 100vw;
  max-width: 100vw;
  width: calc(100vw - 40px);
  max-width: calc(100vw - 40px);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media screen {
  article.container-fullwidth .fullwidth {
    overflow: auto;
  }
}
@media screen and (min-width: 801px) {
  article.container-fullwidth-desktop {
    width: 100%;
    max-width: 100%;
    width: 100vw;
    max-width: 100vw;
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
@media screen and (min-width: 801px) and screen {
  article.container-fullwidth-desktop .fullwidth {
    overflow: auto;
  }
}
article h2 {
  margin-top: 60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px), print {
  article h2 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 801px) {
  article h2:first-child {
    margin-top: 0;
  }
}
article h3,
article h4,
article h5,
article h6 {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px), print {
  article h3,
  article h4,
  article h5,
  article h6 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 801px) {
  article h3:first-child,
  article h4:first-child,
  article h5:first-child,
  article h6:first-child {
    margin-top: 0;
  }
}
article .block-overflow {
  margin-top: 15px;
  margin-bottom: 10px;
}
article .block-overflow:first-child {
  margin-top: 0;
}
article p,
article strong,
article ul {
  display: block;
  word-wrap: break-word;
  line-height: 1.5;
  margin-bottom: 10px;
}
article p + ul,
article strong + ul,
article ul + ul {
  margin-top: -10px;
}
article p:first-child,
article strong:first-child,
article ul:first-child {
  margin-top: 0;
}
article .ycanvas p {
  line-height: 1;
}
article strong {
  margin-top: 10px;
}
article table {
  float: none;
  border-collapse: collapse;
  border-width: 1px;
}
article table td,
article table th {
  border: solid 1px #aaa;
  padding: 10px;
  line-height: 1.4;
}
footer {
  grid-area: footer;
  display: flex;
  justify-content: center;
  grid-gap: 20px;
  padding: 25px 20px;
  word-wrap: break-word;
}
@media print {
  footer nav {
    display: none !important;
  }
}
@media print {
  footer {
    display: none;
  }
}
footer,
footer small,
footer a {
  font-size: 1rem;
  color: #cbcbcb;
}
footer a:hover,
footer a:focus {
  color: #fff;
}
.focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #ffae00;
  outline-offset: 2px;
}
body {
  background-size: 100%;
}
body *:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #ffae00;
  outline-offset: 2px;
}
@media screen {
  header {
    background: rgba(0, 0, 0, 0.7);
  }
}
header > .inner {
  color: #ddd;
  text-decoration: none;
}
@media screen {
  main {
    background: #fafafa;
  }
}
main a {
  color: #255a6e;
}
main a:hover,
main a:focus {
  text-decoration: none;
}
main h1 {
  color: #223946;
  font-size: 2.75rem;
  word-wrap: break-word;
}
main h2,
main h3,
main h4,
main h5,
main h6,
main legend:not(.label) {
  color: #666;
  word-wrap: break-word;
}
main h2 {
  font-size: 1.85rem;
}
main h3,
main legend:not(.label) {
  font-size: 1.3rem;
  font-weight: 400;
}
main h4 {
  font-size: 1.2rem;
  font-weight: 400;
}
main h5 {
  font-size: 1.15rem;
  font-weight: 400;
}
main h6 {
  font-size: 1.1rem;
  font-weight: 400;
}
footer {
  background: #223946;
}
@media screen and (max-width: 800px) {
  body {
    background-size: cover;
    background-attachment: fixed;
  }
  main h1 {
    font-size: 2.25rem;
  }
  main h2 {
    font-size: 1.7rem;
  }
  main h3,
  main legend {
    font-size: 1.5rem;
  }
  main h4 {
    font-size: 1.4rem;
  }
  main h5 {
    font-size: 1.3rem;
  }
  main h6 {
    font-size: 1.15rem;
  }
  footer {
    display: grid;
    grid-auto-flow: row;
  }
}
.box-big {
  font-size: 1.2rem;
}
.list-ul {
  list-style: disc;
  margin-left: 1.5em;
}
.list-ul li {
  padding-left: 0.5em;
  margin-bottom: 10px;
}
.box-ok {
  background: #b0e1d0;
  padding: 7px 10px;
}
.box-alert {
  background: #ebc184;
  padding: 7px 10px;
}
.box-alert ul {
  margin-bottom: 0;
  list-style: none;
  margin: 0;
}
.list-docs {
  display: grid;
  grid-template-columns: 1fr;
}
.list-docs li {
  display: grid;
  grid-template-columns: 1fr auto;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 1.15rem;
  transition: box-shadow 0.25s;
}
.list-docs li:hover,
.list-docs li:focus {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.list-docs li a {
  text-decoration: none;
  color: #333;
}
.list-docs li a::before {
  font-family: 'ForkAwesome';
  display: inline-block;
  margin-right: 0.75rem;
  color: #999;
  font-size: 1.75rem;
}
.list-docs li span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-docs li:last-child {
  border-bottom: none;
}
.list-docs li:focus-within {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #ffae00;
  outline-offset: 2px;
}
.list-docs li:focus-within a {
  outline: none;
}
.list-docs li > * {
  display: flex;
  padding: 5px 15px;
  align-items: center;
}
.list-docs li.folder a::before {
  content: '\f07b';
}
.list-docs li.doc a::before {
  content: '\f016';
}
.list-docs li.orgmap a::before {
  content: '\f0e8';
}
.list-blocks {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(5, 188px);
  justify-content: start;
}
.list-blocks li {
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .list-blocks {
    display: grid;
    gap: inherit;
    grid-auto-flow: inherit;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .list-blocks li {
    display: inline-block;
    width: auto;
  }
  .list-blocks li:not(:last-child) a,
  .list-blocks li:not(:last-child) button {
    margin-bottom: 15px;
  }
}
.list-blocks a,
.list-blocks button {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  font-size: 1.2rem;
  display: grid;
  grid-template-rows: 1fr auto;
  justify-items: center;
  padding-bottom: 5px;
  /*&::before, */
  text-decoration: none;
  padding: 0;
}
.list-blocks a .block,
.list-blocks button .block {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  width: 188px;
  height: 150px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-blocks a .block img,
.list-blocks button .block img {
  display: block;
  max-width: 70%;
  max-height: 70%;
}
.list-blocks a:hover,
.list-blocks button:hover,
.list-blocks a:focus,
.list-blocks button:focus {
  background: none;
}
.list-blocks a:hover::before,
.list-blocks button:hover::before,
.list-blocks a:focus::before,
.list-blocks button:focus::before {
  border: solid 3px #fff;
}
main .list-blocks li {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 1.15rem;
  transition: box-shadow 0.25s;
}
main .list-blocks li:hover,
main .list-blocks li:focus {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
main .list-blocks li a {
  text-decoration: none;
  color: #333;
}
main .list-blocks li a::before {
  font-family: 'ForkAwesome';
  display: inline-block;
  margin-right: 0.75rem;
  color: #999;
  font-size: 1.75rem;
}
main .list-blocks li span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-blocks span {
  text-align: center;
}
.metadata {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  display: block;
  margin-top: 60px;
  font-size: 1rem;
  grid-column: 1 / 3;
}
.metadata dt,
.metadata dd {
  display: inline;
}
@media screen and (max-width: 800px) {
  .metadata {
    margin-top: 20px;
    line-height: 1.5;
  }
  .metadata dt,
  .metadata dd {
    display: block;
  }
  .metadata dd {
    margin-bottom: 10px;
  }
}
.container-fullwidth .metadata {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 40px;
}
@media screen and (max-width: 800px) {
  .container-fullwidth .metadata {
    margin: 20px auto;
    padding: 0 20px;
  }
}
.attachedDocMeta {
  display: none;
}
.CompButtonSwitch::before {
  font-family: 'ForkAwesome';
  margin-right: 10px;
}
.CompButtonSwitch[aria-checked="false"]::before {
  content: '\f204';
}
.CompButtonSwitch[aria-checked="true"]::before {
  content: '\f205';
}
.CompDialogue--content {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(255, 255, 255, 0.75);
  left: 0;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}
.CompDialogue.align-top + .CompDialogue--content {
  padding: 20px;
  display: block;
}
.CompDialogue--closer {
  transition: background-color 0.25s;
  background-color: #30a68e;
  border: none;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  word-break: break-word;
  font-weight: 400;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.CompDialogue--closer:hover,
.CompDialogue--closer:focus {
  background-color: #33596c;
}
main .CompDialogue--closer {
  padding: 7px 10px;
  line-height: inherit;
}
.CompDialogue--closer::before {
  font-family: 'ForkAwesome';
  content: '\f00d';
}
@media screen and (max-width: 800px) {
  .CompDialogue.align-top + .CompDialogue--content .CompDialogue--closer {
    position: relative;
    left: inherit;
    top: inherit;
    margin-bottom: 10px;
  }
}
.CompDialogue--content img {
  max-width: 95%;
  max-height: 95%;
}
.CompHeaderPage {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 40px;
}
@media screen and (max-width: 800px) {
  .CompHeaderPage {
    margin: 20px auto;
    padding: 0 20px;
  }
}
.CompHeaderPage h1,
.CompHeaderPage .precontent,
.CompHeaderPage .breadcrumbs {
  margin: 20px auto;
  overflow-wrap: anywhere;
}
.CompHeaderPage h1,
.CompHeaderPage .precontent {
  margin-top: 0;
}
.CompHeaderPage .breadcrumbs {
  margin-bottom: 0;
  padding: 0 0.1rem;
}
.CompHeaderPage .breadcrumbs .button {
  margin-bottom: 10px;
}
.CompHeaderPage .breadcrumbs ol {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  align-items: center;
}
.CompHeaderPage .breadcrumbs ol li {
  margin-right: 0.5rem;
}
.CompHeaderPage .breadcrumbs ol li:last-child {
  margin-right: inherit;
}
.CompHeaderPage .breadcrumbs ol li::after {
  content: '/';
  margin-left: 0.35rem;
  color: #999;
}
.CompHeaderPage .breadcrumbs ol li a {
  text-decoration: none;
  color: #666;
}
.CompHeaderPage .breadcrumbs ol li a:hover,
.CompHeaderPage .breadcrumbs ol li a:focus {
  text-decoration: underline;
}
.CompHeaderPage .precontent .toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media print {
  .CompHeaderPage .precontent .toolbar {
    display: none !important;
  }
}
.CompHeaderPage .precontent .toolbar > * {
  margin-right: 10px;
}
@media screen and (max-width: 800px) {
  .CompHeaderPage .precontent .toolbar {
    display: block;
  }
  .CompHeaderPage .precontent .toolbar > * {
    margin-right: 0;
  }
  .CompHeaderPage .precontent .toolbar .toolbar--item,
  .CompHeaderPage .precontent .toolbar .toolbar--end {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .CompHeaderPage .precontent .toolbar > li.toolbar--item > * {
    display: block;
    width: 100%;
  }
  .CompHeaderPage .precontent .toolbar li:first-child > * {
    margin-top: 0;
  }
}
@media screen and (min-width: 801px) {
  .CompHeaderPage .precontent .toolbar .toolbar--end {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
  }
  .CompHeaderPage .precontent .toolbar .toolbar--end > * {
    margin-left: 10px;
  }
}
@media screen and (min-width: 801px) {
  .CompNavMain .CompTogglable + ul {
    max-height: inherit;
    display: flex;
    grid-gap: 15px;
  }
}
.CompNavMain .CompTogglable[aria-expanded="true"] + ul {
  max-height: inherit;
}
.CompNavMain {
  display: flex;
  align-items: end;
  padding: 20px;
}
.CompNavMain a,
.CompNavMain button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.CompNavMain .button-hamburger {
  display: none;
}
.CompNavMain {
  font-weight: 400;
}
.CompNavMain a {
  transition: background-color 0.25s;
  color: #fff;
  text-decoration: none;
}
.CompNavMain a[aria-current="page"] {
  background: #fafafa;
}
.CompNavMain a[aria-current="page"]:not(:hover):not(:focus) {
  color: #333;
}
.CompNavMain a:hover,
.CompNavMain a:focus {
  background: #666;
}
.CompNavMain a .block {
  display: none;
}
.CompNavMain .button-hamburger {
  background: none;
  color: #fff;
}
@media screen and (min-width: 801px) {
  .CompNavMain {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .CompNavMain {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 0;
  }
  .CompNavMain .button-hamburger {
    display: block;
    position: absolute;
    top: 17px;
    right: 20px;
  }
  body.menu .CompNavMain,
  body.PageHome .CompNavMain {
    position: initial;
    top: initial;
    right: initial;
  }
  .CompNavMain ul {
    display: grid;
    grid-gap: 0;
    position: absolute;
    top: 100%;
    left: 0;
    grid-auto-flow: row;
    width: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
    transition: max-height ease-in-out 0.5s;
    overflow: hidden;
    max-height: 50vh;
  }
  .CompNavMain ul li {
    width: 100%;
  }
  .CompNavMain a {
    justify-content: start;
  }
  .CompNavMain ul {
    background: #333;
  }
}
@media screen and (max-width: 800px) {
  body.noscript .CompNavMain .button-hamburger {
    display: none;
  }
  body.noscript .CompBarTop {
    display: block;
  }
  body.noscript .CompNavMain ul {
    position: inherit;
  }
}
#CompBarTop--sticker {
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: -1;
}
.CompBarTop {
  grid-area: bar;
  display: grid;
  grid-template-columns: 1fr auto;
  top: -1px;
  padding-top: 1px;
  z-index: 500;
}
@media screen and (max-width: 800px) {
  body:not(.PageHome):not(.menu) .CompBarTop.is-pinned .CompNavMain,
  body:not(.PageHome):not(.menu) .CompBarTop.is-pinned .button-hamburger {
    position: initial;
  }
  body:not(.PageHome):not(.menu) .CompBarTop.is-pinned .CompNavMain,
  body:not(.PageHome):not(.menu) .CompBarTop.is-pinned .CompFormSearch {
    grid-row: 1;
  }
  body:not(.PageHome):not(.menu) .CompBarTop.is-pinned .CompNavMain {
    grid-column: 2;
  }
  body:not(.PageHome):not(.menu) .CompBarTop.is-pinned .CompFormSearch {
    grid-column: 1;
  }
  .CompBarTop:not(.is-pinned) .button-hamburger {
    margin-right: -10px;
    margin-top: -7px;
  }
}
body:not(.PageHome):not(.menu) .CompBarTop.is-pinned {
  position: sticky;
}
body:not(.PageHome):not(.menu) .CompBarTop.is-pinned > * {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen {
  .CompBarTop {
    background: rgba(0, 0, 0, 0.7);
  }
}
.CompBarTop *:focus {
  outline-offset: -2px;
}
.CompBarTop ul,
.CompBarTop button,
.CompBarTop input {
  font-size: 1.2rem;
}
.CompBarTop a,
.CompBarTop button,
.CompBarTop input {
  padding: 7px 10px;
}
@media screen and (max-width: 800px) {
  body.noscript .CompBarTop {
    display: block;
  }
}
body.noscript .CompBarTop {
  position: inherit;
}
.CompFormSearch {
  justify-self: end;
  padding: 20px;
  display: flex;
  align-items: center;
}
.CompFormSearch input {
  margin: 0;
}
.CompFormSearch input[type="search"] {
  border: none;
  background: #e0e0e0;
}
.CompFormSearch input[type="search"]::placeholder {
  color: #000;
  opacity: 0.8;
}
.CompFormSearch input[type="search"]:focus {
  background: #fff;
}
.CompFormSearch .button {
  text-transform: uppercase;
}
@media screen and (min-width: 801px) {
  .CompFormSearch {
    padding-top: 0;
  }
}
@media screen and (max-width: 800px) {
  .CompFormSearch {
    min-width: 0;
    flex: 1;
    width: 100%;
  }
  .CompFormSearch input[type="search"] {
    flex: 1;
    min-width: 0;
  }
}
@media screen and (max-width: 800px) {
  body.noscript .CompFormSearch {
    padding-top: 0;
  }
}
.CompSelectSearchable .button.CompDialogue {
  margin-top: 10px;
}
.CompSelectSearchable .CompDialogue--content .CompTreeview ul.orgmap ul {
  padding: 0;
}
body.PageHome {
  grid-template-rows: auto 1fr auto;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  body.PageHome header {
    text-align: center;
  }
}
body.PageHome header > .inner {
  grid-template-areas: 'logo' 'pretitle' 'title';
  justify-content: center;
  grid-template-columns: auto;
  justify-items: center;
  padding-top: 60px;
  color: #fff;
}
body.PageHome header > .inner .logo {
  max-width: 80px;
  margin: 0;
  margin-bottom: 30px;
}
body.PageHome header > .inner .titles {
  text-align: center;
}
body.PageHome header > .inner .title {
  margin-top: inherit;
}
body.PageHome header > .inner .pretitle {
  font-size: 1.25rem;
}
body.PageHome header > .inner .title {
  font-size: 2.75rem;
}
body.PageHome .CompBarTop {
  position: inherit;
  top: inherit;
  grid-template-columns: inherit;
  grid-auto-rows: min-content;
  justify-content: center;
}
body.PageHome .CompNavMain,
body.PageHome .CompFormSearch {
  padding: 0;
  margin: 0;
}
body.PageHome .CompNavMain {
  align-items: inherit;
  justify-content: center;
}
body.PageHome .CompNavMain li a[aria-current="page"] {
  background: inherit;
}
body.PageHome .CompNavMain li a[aria-current="page"]:not(:hover):not(:focus) {
  color: #fff;
}
body.PageHome .CompNavMain .button-hamburger {
  display: none;
}
body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul {
  max-height: inherit;
  position: inherit;
  top: inherit;
  left: inherit;
  overflow: inherit;
  transition: inherit;
  background: inherit;
  box-shadow: inherit;
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(5, 188px);
  justify-content: start;
  grid-template-columns: initial;
  grid-auto-flow: column;
}
body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul li {
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul {
    display: grid;
    gap: inherit;
    grid-auto-flow: inherit;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul li {
    display: inline-block;
    width: auto;
  }
  body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul li:not(:last-child) a,
  body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul li:not(:last-child) button {
    margin-bottom: 15px;
  }
}
body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul a,
body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul button {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  font-size: 1.2rem;
  display: grid;
  grid-template-rows: 1fr auto;
  justify-items: center;
  padding-bottom: 5px;
  /*&::before, */
  text-decoration: none;
  padding: 0;
}
body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul a .block,
body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul button .block {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  width: 188px;
  height: 150px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul a .block img,
body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul button .block img {
  display: block;
  max-width: 70%;
  max-height: 70%;
}
body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul a:hover,
body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul button:hover,
body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul a:focus,
body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul button:focus {
  background: none;
}
body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul a:hover::before,
body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul button:hover::before,
body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul a:focus::before,
body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul button:focus::before {
  border: solid 3px #fff;
}
main body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul li {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 1.15rem;
  transition: box-shadow 0.25s;
}
main body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul li:hover,
main body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul li:focus {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
main body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul li a {
  text-decoration: none;
  color: #333;
}
main body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul li a::before {
  font-family: 'ForkAwesome';
  display: inline-block;
  margin-right: 0.75rem;
  color: #999;
  font-size: 1.75rem;
}
main body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul li span {
  overflow: hidden;
  text-overflow: ellipsis;
}
body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul span {
  text-align: center;
}
body.PageHome .CompNavMain .CompTogglable[aria-expanded] + ul a {
  padding: 0;
  grid-gap: 5px;
}
body.PageHome .CompFormSearch {
  justify-self: inherit;
  justify-content: center;
  gap: inherit;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  body.PageHome .CompFormSearch {
    padding: 20px;
  }
}
body.PageHome .CompFormSearch input {
  font-size: 1.5rem;
}
body.PageHome main {
  display: none;
}
@media screen and (max-width: 800px) {
  body.menu {
    grid-template-rows: auto 1fr auto;
    background-size: cover;
  }
  body.menu header > .inner {
    grid-template-areas: 'logo' 'pretitle' 'title';
    justify-content: center;
    grid-template-columns: auto;
    justify-items: center;
    padding-top: 60px;
    color: #fff;
  }
  body.menu header > .inner .logo {
    max-width: 80px;
    margin: 0;
    margin-bottom: 30px;
  }
  body.menu header > .inner .titles {
    text-align: center;
  }
  body.menu header > .inner .title {
    margin-top: inherit;
  }
  body.menu header > .inner .pretitle {
    font-size: 1.25rem;
  }
  body.menu header > .inner .title {
    font-size: 2.75rem;
  }
  body.menu .CompBarTop {
    position: inherit;
    top: inherit;
    grid-template-columns: inherit;
    grid-auto-rows: min-content;
    justify-content: center;
  }
  body.menu .CompNavMain,
  body.menu .CompFormSearch {
    padding: 0;
    margin: 0;
  }
  body.menu .CompNavMain {
    align-items: inherit;
    justify-content: center;
  }
  body.menu .CompNavMain li a[aria-current="page"] {
    background: inherit;
  }
  body.menu .CompNavMain li a[aria-current="page"]:not(:hover):not(:focus) {
    color: #fff;
  }
  body.menu .CompNavMain .button-hamburger {
    display: none;
  }
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul {
    max-height: inherit;
    position: inherit;
    top: inherit;
    left: inherit;
    overflow: inherit;
    transition: inherit;
    background: inherit;
    box-shadow: inherit;
    margin: 20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(5, 188px);
    justify-content: start;
    grid-template-columns: initial;
    grid-auto-flow: column;
  }
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul li {
    margin-bottom: 15px;
  }
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul a,
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul button {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    font-size: 1.2rem;
    display: grid;
    grid-template-rows: 1fr auto;
    justify-items: center;
    padding-bottom: 5px;
    /*&::before, */
    text-decoration: none;
    padding: 0;
  }
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul a .block,
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul button .block {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    width: 188px;
    height: 150px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul a .block img,
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul button .block img {
    display: block;
    max-width: 70%;
    max-height: 70%;
  }
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul a:hover,
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul button:hover,
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul a:focus,
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul button:focus {
    background: none;
  }
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul a:hover::before,
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul button:hover::before,
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul a:focus::before,
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul button:focus::before {
    border: solid 3px #fff;
  }
  main body.menu .CompNavMain .CompTogglable[aria-expanded] + ul li {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    font-size: 1.15rem;
    transition: box-shadow 0.25s;
  }
  main body.menu .CompNavMain .CompTogglable[aria-expanded] + ul li:hover,
  main body.menu .CompNavMain .CompTogglable[aria-expanded] + ul li:focus {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  }
  main body.menu .CompNavMain .CompTogglable[aria-expanded] + ul li a {
    text-decoration: none;
    color: #333;
  }
  main body.menu .CompNavMain .CompTogglable[aria-expanded] + ul li a::before {
    font-family: 'ForkAwesome';
    display: inline-block;
    margin-right: 0.75rem;
    color: #999;
    font-size: 1.75rem;
  }
  main body.menu .CompNavMain .CompTogglable[aria-expanded] + ul li span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul span {
    text-align: center;
  }
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul a {
    padding: 0;
    grid-gap: 5px;
  }
  body.menu .CompFormSearch {
    justify-self: inherit;
    justify-content: center;
    gap: inherit;
    margin-bottom: 40px;
  }
  body.menu .CompFormSearch input {
    font-size: 1.5rem;
  }
  body.menu main {
    display: none;
  }
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul {
    display: grid;
    gap: inherit;
    grid-auto-flow: inherit;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul li {
    display: inline-block;
    width: auto;
  }
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul li:not(:last-child) a,
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul li:not(:last-child) button {
    margin-bottom: 15px;
  }
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul li:first-child {
    display: none;
  }
  body.menu .CompNavMain .button-hamburger {
    display: block;
    z-index: 10000;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  body.menu header {
    text-align: center;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul {
    display: grid;
    gap: inherit;
    grid-auto-flow: inherit;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul li {
    display: inline-block;
    width: auto;
  }
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul li:not(:last-child) a,
  body.menu .CompNavMain .CompTogglable[aria-expanded] + ul li:not(:last-child) button {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  body.menu .CompFormSearch {
    padding: 20px;
  }
}
.PageSearch main .q {
  font-style: italic;
}
.PageDocBase article ul:not(.list-images) {
  list-style: disc;
  margin-left: 1.5em;
}
.PageDocBase article ul:not(.list-images) li {
  padding-left: 0.5em;
  margin-bottom: 10px;
}
.PageDocBase ul.list-images {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.PageDocBase .container-fullwidth .ycanvas {
  margin: 0 auto;
}
.PageDocBase .container-fullwidth .ycanvas * {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.PageDocBase iframe,
.PageDocBase iframe.noprint {
  border: none;
  width: 100%;
  min-height: 1000px;
  aspect-ratio: 1 / 1.414;
}
.law {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px), print {
  .law {
    margin-top: 20px;
  }
}
@media screen and (min-width: 801px) {
  .law:first-child {
    margin-top: 0;
  }
}
.law a {
  transition: background-color 0.25s;
  background-color: #30a68e;
  border: none;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  word-break: break-word;
  font-weight: 400;
  margin-bottom: 10px;
}
.law a:hover,
.law a:focus {
  background-color: #33596c;
}
main .law a {
  padding: 7px 10px;
  line-height: inherit;
}
article .keyRoleUserW {
  grid-column: 1 / 3;
  margin-top: 40px;
  width: 100%;
}
@media screen and (min-width: 801px), print {
  article .keyRoleUserW .keyRoleContent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
article .keyRoleUserW * {
  line-height: 1;
  display: inline;
}
article .keyRoleUserW h3,
article .keyRoleUserW p {
  display: block;
  background-color: #eee;
  padding: 10px;
  height: 100%;
  font-size: 1rem;
  margin: 0;
  font-weight: 300;
  color: #000;
}
@media screen and (max-width: 800px) {
  article .keyRoleUserW h3,
  article .keyRoleUserW p {
    margin-bottom: 10px;
  }
}
article .keyRoleUserW .h2faktor,
article .keyRoleUserW strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 500;
  color: #223946;
}
.button-toggle {
  width: 34px;
  height: 40px;
  font-size: 10pt;
  border: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  background: none;
}
.button-toggle:hover,
.button-toggle:focus {
  outline: none;
}
.button-toggle:hover::before,
.button-toggle:focus::before {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #ffae00;
  outline-offset: 2px;
  outline-offset: 0;
  background: #f0f0f0;
}
.button-toggle::before {
  font-family: 'ForkAwesome';
  display: inline-block;
  margin-right: 0.75rem;
  color: #999;
  font-size: 1.75rem;
  box-sizing: border-box;
  font-size: 1rem;
  text-align: center;
  padding: 0;
  padding-top: 1px;
  margin: 0;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.container-orgmap.fullwidth {
  overflow: auto;
}
.container-orgmap:not(.fullwidth) {
  max-width: 1100px;
  margin: 0 auto;
}
ul.orgmap *::before,
ul.orgmap *::after {
  box-sizing: border-box;
}
ul.orgmap,
ul.orgmap ul,
ul.orgmap .subtree {
  border: none;
}
ul.orgmap {
  text-align: center;
  margin-bottom: 15px;
  line-height: 100%;
  display: table;
  font-size: 0.85rem;
}
ul.orgmap li {
  display: table-row;
}
ul.orgmap .subtree {
  display: table-cell;
}
ul.orgmap ul {
  display: table;
}
@media screen and (min-width: 801px) {
  ul.orgmap.horizontal {
    margin-left: auto;
    margin-right: auto;
  }
  ul.orgmap.horizontal ul {
    margin-left: 5px;
    margin-right: 5px;
  }
  ul.orgmap.horizontal .node.many > .node-overflow {
    padding-left: 34px;
  }
  ul.orgmap.horizontal ul.prev-many .subtree:not(:last-child)::before,
  ul.orgmap.horizontal ul.prev-many .subtree:not(:first-child)::after {
    content: '';
    position: absolute;
    width: calc(50% + (200px / 2));
    height: 1px;
    top: 0;
  }
  ul.orgmap.horizontal ul.prev-many .subtree:not(:last-child)::before {
    left: 50%;
    margin-left: -5px;
  }
  ul.orgmap.horizontal ul.prev-many .subtree:not(:first-child)::after {
    right: 50%;
  }
  ul.orgmap.horizontal button[aria-expanded="true"] ~ .node.many::before,
  ul.orgmap.horizontal ul .node::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 10px;
    left: 100px;
  }
  ul.orgmap.horizontal .node.many::before {
    bottom: -10px;
  }
  ul.orgmap.horizontal ul .node::after {
    top: -10px;
  }
}
ul.orgmap ul {
  margin: 0;
  padding: 0 15px;
}
ul.orgmap button {
  position: absolute;
  z-index: 1;
}
ul.orgmap button[aria-expanded="false"]::before {
  content: '\f067';
}
ul.orgmap button[aria-expanded="true"]::before {
  content: '\f068';
}
ul.orgmap button[aria-expanded="false"] ~ ul {
  display: none;
}
ul.orgmap .subtree {
  vertical-align: top;
  position: relative;
  margin: 0;
  padding: 0;
  padding-top: 10px;
}
ul.orgmap .subtree:not(:last-child) {
  padding-right: 10px;
}
ul.orgmap .node.many ~ ul {
  margin-top: 10px;
  position: relative;
}
ul.orgmap .node {
  display: inline-block;
  position: relative;
  width: 200px;
  text-decoration: none;
  color: #333;
}
ul.orgmap .node > .node-overflow {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
  min-height: 40px;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 1.15rem;
  transition: box-shadow 0.25s;
  display: flex;
  padding: 5px 10px;
  font-size: 1rem;
  margin: 0;
  border-color: rgba(255, 255, 255, 0.6) !important;
}
ul.orgmap .node > .node-overflow:hover,
ul.orgmap .node > .node-overflow:focus {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
ul.orgmap .node > .node-overflow a {
  text-decoration: none;
  color: #333;
}
ul.orgmap .node > .node-overflow a::before {
  font-family: 'ForkAwesome';
  display: inline-block;
  margin-right: 0.75rem;
  color: #999;
  font-size: 1.75rem;
}
ul.orgmap .node > .node-overflow span {
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.orgmap .node > .node-overflow > span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}
ul.orgmap .node > .node-overflow > .node-leader {
  font-size: 0.75rem;
  margin-top: 0.5em;
}
ul.orgmap.vertical {
  width: 100%;
  padding: 0;
}
ul.orgmap.vertical .node > .node-overflow {
  padding-left: 55px;
}
ul.orgmap.vertical ul {
  width: 100%;
  border: none;
  padding-right: 0;
}
ul.orgmap.vertical .node.many ~ ul {
  margin-top: 0;
}
ul.orgmap.vertical .subtree {
  text-align: left;
  display: block;
  padding-right: 0 !important;
  padding-top: 10px;
}
ul.orgmap.vertical ul .subtree {
  padding-left: 20px;
  border-left-width: 1px;
  border-left-style: solid;
}
ul.orgmap.vertical ul .subtree:last-child {
  border-color: transparent;
}
ul.orgmap.vertical .node {
  width: 100%;
}
ul.orgmap.vertical ul .subtree::before {
  content: '';
  display: block;
  position: absolute;
  width: 21px;
  height: 31px;
  border-style: solid;
  border-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  left: -1px;
  top: -1px;
  background: none;
}
ul.orgmap.vertical .subtree,
ul.orgmap.vertical ul .subtree::before {
  border-color: #bbb;
}
@media screen and (max-width: 800px) {
  ul.orgmap.horizontal {
    width: 100%;
    padding: 0;
  }
  ul.orgmap.horizontal .node > .node-overflow {
    padding-left: 55px;
  }
  ul.orgmap.horizontal ul {
    width: 100%;
    border: none;
    padding-right: 0;
  }
  ul.orgmap.horizontal .node.many ~ ul {
    margin-top: 0;
  }
  ul.orgmap.horizontal .subtree {
    text-align: left;
    display: block;
    padding-right: 0 !important;
    padding-top: 10px;
  }
  ul.orgmap.horizontal ul .subtree {
    padding-left: 20px;
    border-left-width: 1px;
    border-left-style: solid;
  }
  ul.orgmap.horizontal ul .subtree:last-child {
    border-color: transparent;
  }
  ul.orgmap.horizontal .node {
    width: 100%;
  }
  ul.orgmap.horizontal ul .subtree::before {
    content: '';
    display: block;
    position: absolute;
    width: 21px;
    height: 31px;
    border-style: solid;
    border-width: 1px;
    border-top-width: 0;
    border-right-width: 0;
    left: -1px;
    top: -1px;
    background: none;
  }
  ul.orgmap.horizontal .subtree,
  ul.orgmap.horizontal ul .subtree::before {
    border-color: #bbb;
  }
}
ul.orgmap *:not(.icon)::before,
ul.orgmap *:not(.icon)::after {
  background-color: #bbb;
  border-color: #bbb;
}
ul.orgmap .node > span {
  background-color: #fff;
}
ul.orgmap .node > span {
  border-color: #bbb;
}
.PageSurvey .list-blocks .block {
  font-size: 4rem;
  color: #fff;
}
.PageSurvey .list-docs > li a {
  display: block;
}
.PageSurvey .list-docs > li a > span {
  font-weight: bold;
}
.PageSurvey .list-docs ul {
  display: block;
  margin: 0;
}
.PageSurvey .list-docs ul li {
  display: inline;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  transition: none;
}
.PageSurvey .list-docs ul li:not(:last-child)::after {
  content: ' | ';
  margin-left: 0.33em;
  margin-right: 0.33em;
  opacity: 0.6;
}
.PageSurvey div.PageSurvey--details-select {
  display: none;
}
.PageSurvey div.PageSurvey--fields ul,
.PageSurvey div.PageSurvey--details-select ul,
.PageSurvey .blockGroupwhy ul {
  list-style: disc;
  margin-left: 1.5em;
}
.PageSurvey div.PageSurvey--fields ul li,
.PageSurvey div.PageSurvey--details-select ul li,
.PageSurvey .blockGroupwhy ul li {
  padding-left: 0.5em;
  margin-bottom: 10px;
}
.PageSurvey .PageSurvey--fields-datetime {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 10px;
}
.PageSurvey .PageSurvey--fields-datetime label {
  margin-top: 10px;
}
.PageSurvey .blockGroupwhy strong {
  display: inline;
}
.PageSurvey .blockGroupwhy ul {
  margin-top: 10px;
}
.PageSurvey article div.PageSurvey--fields ul li > ul {
  margin-bottom: 0;
}
.PageSurvey .PageSurvey--fields .box-alert {
  display: inline-block;
}
.PageSurvey .PageSurvey--fields small {
  padding-left: 0.1em;
}
.PageSurvey .PageSurvey--fields small,
.PageSurvey .PageSurvey--fields input,
.PageSurvey .PageSurvey--fields textarea,
.PageSurvey .PageSurvey--fields select {
  display: block;
}
.PageSurvey .PageSurvey--fields small,
.PageSurvey .PageSurvey--fields input[type="text"],
.PageSurvey .PageSurvey--fields textarea,
.PageSurvey .PageSurvey--fields select,
.PageSurvey .PageSurvey--fields .list-errors {
  margin-bottom: 10px;
}
.PageSurvey .PageSurvey--fields input[type="text"],
.PageSurvey .PageSurvey--fields textarea,
.PageSurvey .PageSurvey--fields select {
  margin-top: 10px;
}
.PageSurvey .PageSurvey--fields label,
.PageSurvey .PageSurvey--fields input[type="checkbox"],
.PageSurvey .PageSurvey--fields input[type="radio"] {
  display: inline;
}
.PageSurvey .PageSurvey--fields fieldset {
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  border: none;
  position: relative;
}
.PageSurvey .PageSurvey--fields legend + *:not(small):not(.box-alert),
.PageSurvey .PageSurvey--fields small + *:not(.box-alert) {
  margin-top: 10px;
}
.PageSurvey .PageSurvey--fields .columns-input-label > .option-input-label {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #eee;
  display: grid;
  grid-template-columns: min-content 1fr;
  justify-content: start;
  align-items: baseline;
  grid-gap: 0.5em 0.5em;
}
.PageSurvey .PageSurvey--fields .columns-input-label > .option-input-label > .columns-input-label {
  grid-column: span 2;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  padding-bottom: 0;
}
.PageSurvey .PageSurvey--fields .columns-input-label > .option-input-label > input[type="checkbox"]:not(:checked) ~ .columns-input-label {
  display: none;
}
.PageSurvey .PageSurvey--fields .columns-input-label > .option-input-label > label * {
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
}
.PageSurvey .PageSurvey--fields .columns-input-label > .option-input-label > label strong:not(:last-child) {
  margin-bottom: 7px;
}
.PageSurvey .PageSurvey--fields .box-alert + .columns-input-label {
  margin-top: 10px;
}
.PageSurvey .PageSurvey--container-form > * {
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
}
.PageSurvey .PageSurvey--container-form select,
.PageSurvey .PageSurvey--container-form textarea,
.PageSurvey .PageSurvey--container-form input[type="text"],
.PageSurvey .PageSurvey--container-form input[type="submit"],
.PageSurvey .PageSurvey--container-form .button {
  width: 100%;
  font-size: 1rem;
  padding: 10px;
  resize: vertical;
  display: block;
}
.PageSurvey .PageSurvey--container-form input[type="submit"],
.PageSurvey .PageSurvey--container-form .button {
  font-size: 1.2rem;
}
.PageSurvey .PageSurvey--container-form .PageSurvey--buttons {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.PageSurvey .PageSurvey--container-form .PageSurvey--buttons.PageSurvey--buttons-form > .button:first-child {
  grid-column: 1 / 3;
  margin: 0;
}
.PageSurvey .PageSurvey--container-form .PageSurvey--buttons > .button {
  text-align: center;
  margin: 0;
}
.PageSurvey .PageSurvey--container-form .PageSurvey--buttons > .button:not(:first-child) {
  background-color: #999;
}
.PageSurvey .PageSurvey--container-form .PageSurvey--buttons > .button:not(:first-child):hover {
  background-color: #666;
}
.PageSurvey .PageSurvey--container-form .PageSurvey--buttons > .button:last-child {
  background-color: #999;
}
.PageSurvey .PageSurvey--container-form .PageSurvey--buttons > .button:last-child:hover {
  background-color: #aa0000;
}
@keyframes anim-autosave-dots {
  0% {
    content: '';
  }
  33.33% {
    content: '.';
  }
  66.66% {
    content: '..';
  }
  100% {
    content: '...';
  }
}
.PageSurvey .indicator-autosave {
  opacity: 0;
  transition: opacity 2s;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  color: #30a68e;
  font-size: smaller;
  font-weight: 400;
  position: absolute;
  top: -2.5rem;
  left: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.PageSurvey .indicator-autosave.indicator-autosave-active {
  opacity: 1;
}
.PageSurvey .indicator-autosave::before {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background-color: #30a68e;
  margin-right: 0.25rem;
}
.PageSurvey .indicator-autosave::after {
  content: '';
  animation: anim-autosave-dots 1.5s infinite;
}
.PageSurvey .metadata {
  margin: 20px auto;
}
.PageSurvey .PageSurvey--form-comment {
  display: flex;
  flex-flow: wrap;
  justify-content: end;
  padding: 10px;
}
.PageSurvey .PageSurvey--form-comment label,
.PageSurvey .PageSurvey--form-comment textarea {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.PageSurvey .PageSurvey--form-comment textarea {
  resize: none;
}
.PageSurvey .PageSurvey--form-comment .button {
  margin: 0;
}
.PageSurvey .PageSurvey--summary-nc {
  padding: 0 40px;
}
@media screen and (min-width: 1200px) {
  .PageSurvey .PageSurvey--summary-nc {
    display: grid;
    grid-template-columns: 30% 25% 20% 25%;
    max-width: 1730px;
    margin: 0 auto;
  }
  .PageSurvey .PageSurvey--summary-nc > .group {
    padding-right: 40px;
  }
  .PageSurvey .PageSurvey--summary-nc > .group:last-child {
    padding-right: 0;
  }
}
.PageSurvey .PageSurvey--summary-submission {
  margin-top: 40px;
}
@media screen and (min-width: 801px) {
  .PageSurvey .PageSurvey--summary-submission {
    display: grid;
    grid-template-columns: 65% 35%;
  }
  .PageSurvey .PageSurvey--summary-submission > .group {
    padding-right: 40px;
  }
  .PageSurvey .PageSurvey--summary-submission > .group:last-child {
    padding-right: 0;
  }
}
.PageSurvey .PageSurvey--summary p,
.PageSurvey .PageSurvey--summary .block,
.PageSurvey .PageSurvey--summary .item-nointeract,
.PageSurvey .PageSurvey--summary textarea,
.PageSurvey .PageSurvey--summary .button {
  font-size: 0.9rem;
}
.PageSurvey .PageSurvey--summary .group .group {
  margin-bottom: 40px;
}
.PageSurvey .PageSurvey--summary .group {
  margin-bottom: 40px;
}
.PageSurvey .PageSurvey--summary .group:last-child {
  margin-bottom: 0;
}
.PageSurvey .PageSurvey--summary .groupTypecontent .block {
  margin-bottom: 40px;
}
.PageSurvey .PageSurvey--summary .item-nointeract {
  padding: 10px;
}
.PageSurvey .PageSurvey--summary .item-nointeract p:last-child {
  margin-bottom: 0;
}
.PageSurvey .PageSurvey--summary .item-nointeract h4,
.PageSurvey .PageSurvey--summary .item-nointeract label {
  font-size: 1rem;
}
.PageSurvey .PageSurvey--summary .taskBlock h4,
.PageSurvey .PageSurvey--summary label {
  color: #223946;
  font-weight: bolder;
}
.PageSurvey .PageSurvey--summary .blockGrouplog h4,
.PageSurvey .PageSurvey--summary .taskBlock strong,
.PageSurvey .PageSurvey--summary .blockGroupcomments h4,
.PageSurvey .PageSurvey--summary .blockGroupmeta h3 {
  font-size: 0.8rem;
  color: #666;
  font-weight: normal;
  display: block;
  line-height: 1.1;
  padding: 0;
  margin-bottom: 5px;
  margin-top: 20px;
}
.PageSurvey .PageSurvey--summary .blockGroupcomments h4 {
  margin-top: 0;
}
.PageSurvey .PageSurvey--summary h2,
.PageSurvey .PageSurvey--summary .groupTypecontent h3 {
  font-size: 1.3rem;
  color: #30a68e;
  font-weight: lighter;
  border-bottom: solid #30a68e 1px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
@media screen and (min-width: 801px) {
  .PageGdpr .precontent .toolbar {
    display: grid;
    grid-gap: 10px;
    align-items: start;
    grid-template-areas: 'select-1 select-2 select-3 button';
    grid-template-columns: 25% 25% 25% 1fr;
  }
  .PageGdpr .precontent .toolbar > * {
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .PageGdpr .precontent .toolbar {
    display: block;
  }
  .PageGdpr .precontent .toolbar > * {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.PageGdpr .precontent .toolbar select {
  width: 100%;
}
.PageGdpr .precontent .toolbar fieldset {
  border: none;
}
.PageGdpr .precontent .toolbar legend {
  display: block;
  margin-bottom: 10px;
}
.PageGdpr .precontent .toolbar fieldset:nth-of-type(1) {
  grid-area: select-1;
}
.PageGdpr .precontent .toolbar fieldset:nth-of-type(2) {
  grid-area: select-2;
}
.PageGdpr .precontent .toolbar fieldset:nth-of-type(3) {
  grid-area: select-3;
}
.PageGdpr .precontent .toolbar .button {
  grid-area: button;
  width: fit-content;
  justify-self: end;
  align-self: end;
}
.box-toggler {
  border: solid #30a68e 1px;
  margin-bottom: 40px;
}
.toggle-arrow {
  display: flex;
  align-items: center;
}
.toggle-arrow::before {
  content: '';
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-image: url('style/img/icons/arrow-col-secondary.svg');
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 0.5rem;
}
.toggle-arrow:hover {
  cursor: pointer;
}
button.toggle-arrow {
  transition: background-color 0.25s;
  background-color: #30a68e;
  border: none;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  word-break: break-word;
  font-weight: 400;
  display: flex;
  width: 100%;
  font-weight: bolder;
}
button.toggle-arrow:hover,
button.toggle-arrow:focus {
  background-color: #33596c;
}
main button.toggle-arrow {
  padding: 7px 10px;
  line-height: inherit;
}
button.toggle-arrow::before {
  background-image: url('style/img/icons/arrow-light.svg');
}
button.toggle-arrow[aria-expanded="false"]::before {
  transform: rotate(-90deg);
}
.toggle-noscreenreader:not(.toggle-open)::before {
  transform: rotate(-90deg);
}
.CompTogglable[aria-expanded="false"] + * {
  display: none;
  max-height: 0%;
}
