/*
 * DSO Toolkit is built upon Bootstrap SASS 3.3.7 and FontAwesome. Building this module will result in artifacts that already
 * include Bootstrap and FontAwesome. To build this file from your project you will need to pass two extra include paths to the sass compiler.
 *
 * - node_modules/dso-toolkit/libs
 *
 * For example:
 *   $ sass --load-path node_modules/dso-toolkit/libs
 *
 * See https://github.com/dso-toolkit/dso-toolkit/issues/105 for more information
*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! based on normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

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

figure {
  margin: 1em 40px;
}

pre {
  overflow: auto;
}

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

html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

html input[disabled] {
  cursor: default;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
figure {
  margin: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[size] {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #191919;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 38px;
  }
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: default;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: default;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #191919;
}
.has-success .form-control {
  border-color: #191919;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: black;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4c4c4c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4c4c4c;
}
.has-success .form-control-feedback {
  color: #191919;
}

.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #191919;
}
.has-warning .form-control {
  border-color: #191919;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: black;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4c4c4c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4c4c4c;
}
.has-warning .form-control-feedback {
  color: #191919;
}

.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #191919;
}
.has-error .form-control {
  border-color: #191919;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: black;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4c4c4c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4c4c4c;
}
.has-error .form-control-feedback {
  color: #191919;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav::before, .nav::after {
  display: table;
  content: " ";
}
.nav::after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #a3a3a3;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #a3a3a3;
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #39870c;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #000;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #275937;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
.navbar::before, .navbar::after {
  display: table;
  content: " ";
}
.navbar::after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header::before, .navbar-header::after {
  display: table;
  content: " ";
}
.navbar-header::after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse::before, .navbar-collapse::after {
  display: table;
  content: " ";
}
.navbar-collapse::after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 510;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 500;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 13px 0;
  font-size: 20px;
  line-height: 24px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6.5px 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.navbar-form {
  padding: 10px 0;
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: 0;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover {
  color: #444;
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body::before, .panel-body::after {
  display: table;
  content: " ";
}
.panel-body::after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #b2b2b2;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #275937;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #275937;
  border-color: #275937;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #275937;
}
.panel-primary > .panel-heading .badge {
  color: #275937;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #275937;
}

.panel-success {
  border-color: #e4f1d4;
}
.panel-success > .panel-heading {
  color: #191919;
  background-color: #e4f1d4;
  border-color: #e4f1d4;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e4f1d4;
}
.panel-success > .panel-heading .badge {
  color: #e4f1d4;
  background-color: #191919;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e4f1d4;
}

.panel-info {
  border-color: #e1ecf7;
}
.panel-info > .panel-heading {
  color: #191919;
  background-color: #e1ecf7;
  border-color: #e1ecf7;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e1ecf7;
}
.panel-info > .panel-heading .badge {
  color: #e1ecf7;
  background-color: #191919;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e1ecf7;
}

.panel-warning {
  border-color: #f8f6cc;
}
.panel-warning > .panel-heading {
  color: #191919;
  background-color: #f8f6cc;
  border-color: #f8f6cc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f8f6cc;
}
.panel-warning > .panel-heading .badge {
  color: #f8f6cc;
  background-color: #191919;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f8f6cc;
}

.panel-danger {
  border-color: #f5d8dc;
}
.panel-danger > .panel-heading {
  color: #191919;
  background-color: #f5d8dc;
  border-color: #f5d8dc;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f5d8dc;
}
.panel-danger > .panel-heading .badge {
  color: #f5d8dc;
  background-color: #191919;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f5d8dc;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #afcf9d;
  border: 1px solid #afcf9d;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 4px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 520;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Asap, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * @dso-toolkit/css
 */
@media screen and (min-width: 481px) {
  .alert {
    padding: 19px 16px 19px 63px;
  }
}
@media screen and (max-width: 480px) {
  .alert {
    padding: 63px 16px 16px;
  }
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

/* stylelint-disable no-invalid-position-at-import-rule -- box-sizing() mixin has to come first */
@font-face {
  font-family: "Asap";
  font-style: normal;
  font-weight: 400;
  src: local("Asap Regular"), local("Asap-Regular"), url("../fonts/Asap/Asap-Regular.woff2") format("woff2"), url("../fonts/Asap/Asap-Regular.woff") format("woff");
}
@font-face {
  font-family: "Asap";
  font-style: italic;
  font-weight: 400;
  src: local("Asap Regular italic"), local("Asap-Regularitalic"), url("../fonts/Asap/Asap-Italic.woff2") format("woff2"), url("../fonts/Asap/Asap-Italic.woff") format("woff");
}
@font-face {
  font-family: "Asap";
  font-style: normal;
  font-weight: 500;
  src: local("Asap Bold"), local("Asap-Bold"), url("../fonts/Asap/Asap-Medium.woff2") format("woff2"), url("../fonts/Asap/Asap-Medium.woff") format("woff");
}
@font-face {
  font-family: "Asap";
  font-style: italic;
  font-weight: 500;
  src: local("Asap Bold italic"), local("Asap-Bolditalic"), url("../fonts/Asap/Asap-MediumItalic.woff2") format("woff2"), url("../fonts/Asap/Asap-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Asap";
  font-style: normal;
  font-weight: 600;
  src: local("Asap Bold"), local("Asap-Bold"), url("../fonts/Asap/Asap-SemiBold.woff2") format("woff2"), url("../fonts/Asap/Asap-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Asap";
  font-style: italic;
  font-weight: 600;
  src: local("Asap Bold italic"), local("Asap-Bolditalic"), url("../fonts/Asap/Asap-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Asap/Asap-SemiBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Asap";
  font-style: normal;
  font-weight: 700;
  src: local("Asap Bold"), local("Asap-Bold"), url("../fonts/Asap/Asap-Bold.woff2") format("woff2"), url("../fonts/Asap/Asap-Bold.woff") format("woff");
}
@font-face {
  font-family: "Asap";
  font-style: italic;
  font-weight: 700;
  src: local("Asap Bold italic"), local("Asap-Bolditalic"), url("../fonts/Asap/Asap-BoldItalic.woff2") format("woff2"), url("../fonts/Asap/Asap-BoldItalic.woff") format("woff");
}
html {
  font-family: sans-serif;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Asap, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #191919;
  background-color: #fff;
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
}

a {
  background-color: transparent;
  color: #39870c;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #676cb0;
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}
a:visited {
  color: #8b4a6a;
}
a.download::after, a.extern::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  vertical-align: top;
}
a.download::after {
  background: url("../dso-icons.svg#img-download") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
a.extern::after {
  background: url("../dso-icons.svg#img-external-link") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}

b {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #eeeeee;
  font-size: 20px;
  margin: 0 0 16px;
  padding: 16px;
}
blockquote p:last-child {
  margin-bottom: 0;
}

button {
  -webkit-appearance: button;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
}
button[disabled] {
  cursor: default;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

code {
  background-color: #f9f2f4;
  border-radius: 4px;
  color: #c7254e;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 90%;
  padding: 2px 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

del {
  background-color: #f5d8dc;
}

dl {
  margin-bottom: 16px;
  margin-top: 0;
}
dl + dl::before {
  border-bottom: 1px solid #ccc;
  content: " ";
  display: block;
  float: left;
  height: 16px;
  margin-bottom: 32px;
  width: 100%;
}
dl dt,
dl dd {
  line-height: 1.5;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin-left: 0;
}
dl dd p {
  margin: 0 0 16px;
}
dl dd ul,
dl dd ol {
  margin-bottom: 16px;
}
dl dd ul:not(.list-group):not(.dso-link-list):not(.dso-columns-list),
dl dd ol:not(.list-group):not(.dso-link-list):not(.dso-columns-list) {
  padding-inline-start: 24px;
}
dl dd pre {
  margin: 0 0 16px;
}
dl dd blockquote {
  padding: 16px 24px;
}
dl dd dso-highlight-box,
dl dd .dso-highlight-box {
  margin-bottom: 24px;
}
dl dd img {
  height: auto;
  max-width: 100%;
}
dl dd::before, dl dd::after {
  display: table;
  content: " ";
}
dl dd::after {
  clear: both;
}
dl dd p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  dl dd:last-of-type {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  dl.dso-columns {
    break-inside: avoid;
    column-gap: 16px;
  }
  dl.dso-columns dd:last-of-type {
    margin-bottom: 0;
  }
  dl.dso-columns.dso-2-columns {
    column-count: 2;
  }
  dl.dso-columns.dso-2-columns dt {
    width: calc(50% - 8px);
  }
  dl.dso-columns.dso-2-columns dd {
    margin-left: calc(50% + 8px);
  }
  dl.dso-columns.dso-3-columns {
    column-count: 3;
  }
  dl.dso-columns.dso-3-columns dt {
    width: calc(50% - 8px);
  }
  dl.dso-columns.dso-3-columns dd {
    margin-left: calc(50% + 8px);
  }
  dl.dso-columns > div,
dl.dso-columns > div dt,
dl.dso-columns > div dd {
    break-inside: avoid-column;
    overflow: hidden;
  }
}
dl.dso-columns > div {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  dl:not(.dso-vertical):not(.dso-columns) dd + dt,
dl:not(.dso-vertical):not(.dso-columns) dd + dt + dd {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  dl:not(.dso-vertical) dt {
    clear: left;
    float: left;
    width: 200px;
    word-wrap: break-word;
  }
  dl:not(.dso-vertical) dd {
    margin-left: 200px;
    padding-left: 16px;
  }
  dl:not(.dso-vertical).dso-columns-1-3 dt {
    width: 25%;
  }
  dl:not(.dso-vertical).dso-columns-1-3 dd {
    margin-left: 25%;
  }
  dl:not(.dso-vertical).dso-columns-2-2 dt {
    width: 50%;
  }
  dl:not(.dso-vertical).dso-columns-2-2 dd {
    margin-left: 50%;
  }
  dl:not(.dso-vertical).dso-columns-3-1 dt {
    width: 75%;
  }
  dl:not(.dso-vertical).dso-columns-3-1 dd {
    margin-left: 75%;
  }
  dl:not(.dso-vertical).dso-columns {
    break-inside: avoid;
    column-gap: 16px;
  }
  dl:not(.dso-vertical).dso-columns dt,
dl:not(.dso-vertical).dso-columns dd {
    break-inside: avoid-column;
  }
  dl:not(.dso-vertical).dso-columns dd {
    padding-left: 0;
  }
  dl:not(.dso-vertical).dso-2-columns {
    column-count: 2;
  }
  dl:not(.dso-vertical).dso-3-columns {
    column-count: 3;
  }
}
dl.dso-vertical dt,
dl.dso-vertical dd {
  width: 100%;
}
dl.dso-vertical dd {
  margin-left: 0;
}
dl.dso-vertical dd + dt {
  margin-top: 16px;
}
dl.dso-emphasize-description dt {
  color: #666;
  font-weight: normal;
}
dl.dso-with-header dt:first-of-type,
dl.dso-with-header dd:first-of-type {
  color: #39870c;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  dl:not(.dso-bordered) dd + dt {
    margin-top: 16px;
  }
}
dl.dso-bordered {
  border-bottom: 1px solid #ccc;
}
dl.dso-bordered dt::before {
  border-top: 1px solid #ccc;
  content: "";
  display: block;
  padding-top: 16px;
  width: 100%;
}
dl.dso-bordered dt:last-of-type,
dl.dso-bordered dd:last-of-type {
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  dl.dso-bordered dd:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  dl.dso-bordered dd + dt::before {
    margin-top: 16px;
  }
  dl.dso-bordered dd:last-of-type {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  dl.dso-bordered dt + dd {
    margin-left: 200px;
    padding-left: 16px;
  }
  dl.dso-bordered dt + dd::before {
    border-top: 1px solid #ccc;
    content: "";
    display: block;
    margin-left: -16px;
    margin-bottom: 16px;
    width: calc(100% + 16px);
  }
}

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

legend {
  border: 0;
  color: #191919;
  display: block;
  font-size: 24px;
  line-height: inherit;
  margin-bottom: 24px;
  padding: 0;
  width: 100%;
}

footer {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background-color: #f2f2f2;
  border-top: 1px solid #ccc;
  display: block;
  margin-top: 48px;
  padding-bottom: 48px;
  padding-top: 24px;
}
footer .dso-link-list li {
  margin-bottom: 16px;
}
footer .dso-link-list li:last-child {
  margin-bottom: 0;
}
footer .dso-link-list a {
  text-decoration: none;
  color: #191919;
}
footer .dso-link-list a:hover, footer .dso-link-list a:focus, footer .dso-link-list a:active {
  text-decoration: underline;
}
footer .dso-link-list a::before, footer .dso-link-list a:active::before, footer .dso-link-list a:focus::before, footer .dso-link-list a:hover::before {
  background: url("../dso-icons.svg#img-chevron-right-grijs90") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
footer .dso-link-list a:active {
  color: #191919;
  text-decoration: none;
}
footer .dso-link-list a.download::after {
  background: url("../dso-icons.svg#img-download-grijs90") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
footer .dso-link-list a.extern::after {
  background: url("../dso-icons.svg#img-external-link-grijs90") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
footer h2 {
  border-bottom: 1px solid #ccc;
  color: #191919;
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 16px;
  padding-bottom: 16px;
}
footer a, footer a:hover, footer a.active, footer a:active, footer a:focus {
  color: #191919;
}
footer a:not(.btn):not(.dso-primary):not(.dso-secondary):not(.dso-tertiary):visited, footer a:not(.btn):not(.dso-primary):not(.dso-secondary):not(.dso-tertiary):visited:hover, footer a:not(.btn):not(.dso-primary):not(.dso-secondary):not(.dso-tertiary):visited.active, footer a:not(.btn):not(.dso-primary):not(.dso-secondary):not(.dso-tertiary):visited:active, footer a:not(.btn):not(.dso-primary):not(.dso-secondary):not(.dso-tertiary):visited:focus {
  color: #191919;
}

header {
  display: block;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-bottom: 16px;
  margin-top: 24px;
}

h1,
.h1 {
  line-height: 1.25;
}

h1 {
  color: #275937;
  font-size: 2rem;
  font-weight: 700;
}

h2,
.h2 {
  line-height: 1.33;
}

h2 {
  color: #275937;
  font-size: 1.5rem;
  font-weight: 700;
}

h3,
.h3 {
  line-height: 1.2;
}

h3 {
  color: #275937;
  font-size: 1.25rem;
  font-weight: 600;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 16px;
  margin-top: 12px;
}

h4,
.h4 {
  line-height: 1.5;
}

h4 {
  color: #275937;
  font-size: 1rem;
  font-weight: 600;
}

h5,
.h5 {
  line-height: 1.5;
}

h5 {
  color: #191919;
  font-size: 1rem;
  font-weight: 600;
}

h6,
.h6 {
  line-height: 1.5;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  box-sizing: content-box;
  height: 0;
  margin-bottom: 16px;
  margin-top: 16px;
}

img {
  border: 0;
  vertical-align: middle;
}

input {
  color: inherit;
  font: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
input[type=reset], input[type=submit] {
  cursor: pointer;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  line-height: normal;
  margin: 4px 0 0;
}
input[type=checkbox][disabled], input[type=radio][disabled] {
  cursor: default;
}
input[type=file] {
  display: block;
}

ins {
  background-color: #e4f1d4;
  text-decoration: none;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

main {
  display: block;
}

mark {
  background-color: #f8f6cc;
  color: #000;
  padding: 0.2em;
}

nav {
  display: block;
}
nav .dso-link-list a:visited {
  color: #39870c;
}

p {
  margin: 0 0 16px;
}

section {
  display: block;
}

select {
  color: inherit;
  font: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  text-transform: none;
}
select[multiple] {
  height: auto;
}

optgroup {
  color: inherit;
  font: inherit;
  font-weight: bold;
  margin: 0;
}

strong {
  font-weight: bold;
}

sub {
  bottom: -0.25em;
  font-size: 0.65em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub a {
  text-decoration: none;
}
sub a:hover, sub a:focus, sub a:active {
  text-decoration: underline;
}

sup {
  font-size: 0.65em;
  line-height: 0;
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
}
sup a {
  text-decoration: none;
}
sup a:hover, sup a:focus, sup a:active {
  text-decoration: underline;
}

caption {
  color: #666;
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: left;
}

td,
th {
  padding: 0;
}

th {
  font-weight: 600;
  text-align: left;
}

table.table td:not(.plain-content) p,
table.table th p {
  margin: 0 0 16px;
}
table.table td:not(.plain-content) ul,
table.table td:not(.plain-content) ol,
table.table th ul,
table.table th ol {
  margin-bottom: 16px;
}
table.table td:not(.plain-content) ul:not(.list-group):not(.dso-link-list):not(.dso-columns-list),
table.table td:not(.plain-content) ol:not(.list-group):not(.dso-link-list):not(.dso-columns-list),
table.table th ul:not(.list-group):not(.dso-link-list):not(.dso-columns-list),
table.table th ol:not(.list-group):not(.dso-link-list):not(.dso-columns-list) {
  padding-inline-start: 24px;
}
table.table td:not(.plain-content) pre,
table.table th pre {
  margin: 0 0 16px;
}
table.table td:not(.plain-content) blockquote,
table.table th blockquote {
  padding: 16px 24px;
}
table.table td:not(.plain-content) dso-highlight-box,
table.table td:not(.plain-content) .dso-highlight-box,
table.table th dso-highlight-box,
table.table th .dso-highlight-box {
  margin-bottom: 24px;
}
table.table td:not(.plain-content) img,
table.table th img {
  height: auto;
  max-width: 100%;
}

table.table,
.dso-rich-content table {
  margin-bottom: 24px;
  max-width: 100%;
  width: 100%;
}
table.table .dso-tertiary,
table.table .btn-link,
.dso-rich-content table .dso-tertiary,
.dso-rich-content table .btn-link {
  position: relative;
  top: -2px;
  white-space: nowrap;
}
table.table.dso-text-left th,
table.table.dso-text-left td,
.dso-rich-content table.dso-text-left th,
.dso-rich-content table.dso-text-left td {
  text-align: left;
}
table.table.dso-text-center th,
table.table.dso-text-center td,
.dso-rich-content table.dso-text-center th,
.dso-rich-content table.dso-text-center td {
  text-align: center;
}
table.table.dso-text-right th,
table.table.dso-text-right td,
.dso-rich-content table.dso-text-right th,
.dso-rich-content table.dso-text-right td {
  text-align: right;
}
table.table th.dso-text-left,
table.table td.dso-text-left,
.dso-rich-content table th.dso-text-left,
.dso-rich-content table td.dso-text-left {
  text-align: left;
}
table.table th.dso-text-center,
table.table td.dso-text-center,
.dso-rich-content table th.dso-text-center,
.dso-rich-content table td.dso-text-center {
  text-align: center;
}
table.table th.dso-text-right,
table.table td.dso-text-right,
.dso-rich-content table th.dso-text-right,
.dso-rich-content table td.dso-text-right {
  text-align: right;
}
table.table > thead > tr > th,
table.table > thead > tr > td,
table.table > tbody > tr > th,
table.table > tbody > tr > td,
table.table > tfoot > tr > th,
table.table > tfoot > tr > td,
.dso-rich-content table > thead > tr > th,
.dso-rich-content table > thead > tr > td,
.dso-rich-content table > tbody > tr > th,
.dso-rich-content table > tbody > tr > td,
.dso-rich-content table > tfoot > tr > th,
.dso-rich-content table > tfoot > tr > td {
  line-height: 1.5;
  padding: 12px 8px;
  vertical-align: top;
}
table.table > thead > tr > th a,
table.table > thead > tr > td a,
table.table > tbody > tr > th a,
table.table > tbody > tr > td a,
table.table > tfoot > tr > th a,
table.table > tfoot > tr > td a,
.dso-rich-content table > thead > tr > th a,
.dso-rich-content table > thead > tr > td a,
.dso-rich-content table > tbody > tr > th a,
.dso-rich-content table > tbody > tr > td a,
.dso-rich-content table > tfoot > tr > th a,
.dso-rich-content table > tfoot > tr > td a {
  text-decoration: underline;
}
table.table > thead > tr > td,
table.table > thead > tr > th,
.dso-rich-content table > thead > tr > td,
.dso-rich-content table > thead > tr > th {
  border-bottom: 1px solid #666;
}
table.table > tbody > tr > td,
table.table > tbody > tr > th,
table.table > tfoot > tr > td,
table.table > tfoot > tr > th,
.dso-rich-content table > tbody > tr > td,
.dso-rich-content table > tbody > tr > th,
.dso-rich-content table > tfoot > tr > td,
.dso-rich-content table > tfoot > tr > th {
  border-bottom: 1px solid #ccc;
}
table.table > tbody + tbody,
.dso-rich-content table > tbody + tbody {
  border-top: 2px solid #ccc;
}
table.table .table,
.dso-rich-content table .table {
  background-color: #fff;
}
table.table > tbody > tr.result-error td,
.dso-rich-content table > tbody > tr.result-error td {
  font-style: italic;
}
table.table > thead > tr > th,
.dso-rich-content table > thead > tr > th {
  vertical-align: bottom;
}
table.table > thead > tr > th .btn.dso-sort, table.table > thead > tr > th .dso-primary.dso-sort, table.table > thead > tr > th .dso-secondary.dso-sort, table.table > thead > tr > th .dso-tertiary.dso-sort,
.dso-rich-content table > thead > tr > th .btn.dso-sort,
.dso-rich-content table > thead > tr > th .dso-primary.dso-sort,
.dso-rich-content table > thead > tr > th .dso-secondary.dso-sort,
.dso-rich-content table > thead > tr > th .dso-tertiary.dso-sort {
  color: #191919;
  font-weight: 600;
}
table.table > thead > tr > th .btn.dso-sort dso-icon,
table.table > thead > tr > th .btn.dso-sort svg.di, table.table > thead > tr > th .dso-primary.dso-sort dso-icon,
table.table > thead > tr > th .dso-primary.dso-sort svg.di, table.table > thead > tr > th .dso-secondary.dso-sort dso-icon,
table.table > thead > tr > th .dso-secondary.dso-sort svg.di, table.table > thead > tr > th .dso-tertiary.dso-sort dso-icon,
table.table > thead > tr > th .dso-tertiary.dso-sort svg.di,
.dso-rich-content table > thead > tr > th .btn.dso-sort dso-icon,
.dso-rich-content table > thead > tr > th .btn.dso-sort svg.di,
.dso-rich-content table > thead > tr > th .dso-primary.dso-sort dso-icon,
.dso-rich-content table > thead > tr > th .dso-primary.dso-sort svg.di,
.dso-rich-content table > thead > tr > th .dso-secondary.dso-sort dso-icon,
.dso-rich-content table > thead > tr > th .dso-secondary.dso-sort svg.di,
.dso-rich-content table > thead > tr > th .dso-tertiary.dso-sort dso-icon,
.dso-rich-content table > thead > tr > th .dso-tertiary.dso-sort svg.di {
  color: #666;
}
table.table > thead > tr > th .btn.dso-sort dso-icon.dso-sort-active,
table.table > thead > tr > th .btn.dso-sort svg.di.dso-sort-active, table.table > thead > tr > th .dso-primary.dso-sort dso-icon.dso-sort-active,
table.table > thead > tr > th .dso-primary.dso-sort svg.di.dso-sort-active, table.table > thead > tr > th .dso-secondary.dso-sort dso-icon.dso-sort-active,
table.table > thead > tr > th .dso-secondary.dso-sort svg.di.dso-sort-active, table.table > thead > tr > th .dso-tertiary.dso-sort dso-icon.dso-sort-active,
table.table > thead > tr > th .dso-tertiary.dso-sort svg.di.dso-sort-active,
.dso-rich-content table > thead > tr > th .btn.dso-sort dso-icon.dso-sort-active,
.dso-rich-content table > thead > tr > th .btn.dso-sort svg.di.dso-sort-active,
.dso-rich-content table > thead > tr > th .dso-primary.dso-sort dso-icon.dso-sort-active,
.dso-rich-content table > thead > tr > th .dso-primary.dso-sort svg.di.dso-sort-active,
.dso-rich-content table > thead > tr > th .dso-secondary.dso-sort dso-icon.dso-sort-active,
.dso-rich-content table > thead > tr > th .dso-secondary.dso-sort svg.di.dso-sort-active,
.dso-rich-content table > thead > tr > th .dso-tertiary.dso-sort dso-icon.dso-sort-active,
.dso-rich-content table > thead > tr > th .dso-tertiary.dso-sort svg.di.dso-sort-active {
  color: #191919;
}

.table-hover > tbody > tr:hover {
  background-color: #f2f2f2;
}

table col[class*=col-] {
  display: table-column;
  float: none;
  position: static;
}

table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
table td[class*=col-],
table th[class*=col-] {
  display: table-cell;
  float: none;
  position: static;
}

.dso-rich-content table > thead > tr > td.active,
.dso-rich-content table > thead > tr > th.active, .dso-rich-content table > thead > tr.active > td, .dso-rich-content table > thead > tr.active > th,
.dso-rich-content table > tbody > tr > td.active,
.dso-rich-content table > tbody > tr > th.active,
.dso-rich-content table > tbody > tr.active > td,
.dso-rich-content table > tbody > tr.active > th,
.dso-rich-content table > tfoot > tr > td.active,
.dso-rich-content table > tfoot > tr > th.active,
.dso-rich-content table > tfoot > tr.active > td,
.dso-rich-content table > tfoot > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f2f2f2;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #f2f2f2;
}
.table-hover > tbody > tr:hover > th, .table-hover > tbody > tr:hover > td {
  background-color: #f2f2f2;
}
.table-hover > tbody > tr:hover > th a, .table-hover > tbody > tr:hover > td a {
  color: #191919;
}
.table-hover > tbody > tr:hover > th a:hover, .table-hover > tbody > tr:hover > td a:hover {
  text-decoration: none;
}

.table > tbody > tr.active > th, .table > tbody > tr.active > td {
  background-color: #f2f2f2;
}
.table > tbody > tr.active > th a, .table > tbody > tr.active > td a {
  color: #191919;
}
.table > tbody > tr.active > th a:hover, .table > tbody > tr.active > td a:hover {
  text-decoration: none;
}

.dso-table-responsive,
.dso-table-scroll-container {
  min-height: 0.01%;
  overflow-x: auto;
  position: relative;
}

.dso-table-scroll-container {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #ccc;
  margin-bottom: 0;
  overflow-y: hidden;
  width: 100%;
}
.dso-table-scroll-container::before {
  content: "beweeg de tabel van links naar rechts";
  display: block;
  font-size: 0.8em;
  margin-bottom: 8px;
  position: relative;
  text-align: center;
}
.dso-table-scroll-container > .table {
  margin-bottom: 0;
}
.dso-table-scroll-container > .table > thead > tr > th,
.dso-table-scroll-container > .table > thead > tr > td,
.dso-table-scroll-container > .table > tbody > tr > th,
.dso-table-scroll-container > .table > tbody > tr > td,
.dso-table-scroll-container > .table > tfoot > tr > th,
.dso-table-scroll-container > .table > tfoot > tr > td {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .dso-table-responsive {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ccc;
    margin-bottom: 0;
    overflow-y: hidden;
    width: 100%;
  }
  .dso-table-responsive::before {
    content: "beweeg de tabel van links naar rechts";
    display: block;
    font-size: 0.8em;
    margin-bottom: 8px;
    position: relative;
    text-align: center;
  }
  .dso-table-responsive > .table {
    margin-bottom: 0;
  }
  .dso-table-responsive > .table > thead > tr > th,
.dso-table-responsive > .table > thead > tr > td,
.dso-table-responsive > .table > tbody > tr > th,
.dso-table-responsive > .table > tbody > tr > td,
.dso-table-responsive > .table > tfoot > tr > th,
.dso-table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}

textarea {
  color: inherit;
  font: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  overflow: auto;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-muted {
  color: #666;
}

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

.caption {
  font-style: italic;
}

small,
.small {
  font-size: 14px;
}

.hidden {
  display: none !important;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.container {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
.container::before, .container::after {
  display: table;
  content: " ";
}
.container::after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: auto;
  }
}
@media (min-width: 992px) {
  .container {
    width: 922px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1152px;
  }
}

.container-fluid {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid::before, .container-fluid::after {
  display: table;
  content: " ";
}
.container-fluid::after {
  clear: both;
}

.row {
  margin-right: -16px;
  margin-left: -16px;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.row.dso-equal-heights {
  display: flex;
  flex-wrap: wrap;
}
.row.dso-equal-heights > [class*=col-] {
  display: flex;
  flex-direction: column;
}
.row.dso-equal-heights > [class*=col-] > .dso-highlight-box {
  height: 100%;
  min-height: auto;
}
.row.dso-equal-heights > [class*=col-] > .dso-highlight-box.dso-has-counter {
  height: calc(100% - 48px);
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* stylelint-enable no-invalid-position-at-import-rule */
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 14px;
  font-size: 16px;
  line-height: 1.5;
  color: #191919;
  background-color: #fff;
  background-image: none;
  border: 1px solid #275937;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #666;
}
.form-control::-webkit-input-placeholder {
  color: #666;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  border-color: #275937;
  outline: 0;
  box-shadow: inset 0 0 0 1px #275937;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #fff;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: default;
}
.form-control[disabled] {
  border-color: #e5e5e5;
  color: #999;
}
.form-control[readonly] {
  border-width: 1px;
}
.form-control[type=text] {
  line-height: 40px;
}
.form-control[size] {
  width: auto;
}

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

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

.dso-accordion {
  margin-bottom: 32px;
}
.dso-accordion .dso-accordion {
  margin-bottom: 0;
}
.dso-accordion .dso-section-handle {
  font-weight: 600;
  position: relative;
}
.dso-accordion .dso-section-handle a {
  text-decoration: none;
}
.dso-accordion .dso-section-handle a:hover, .dso-accordion .dso-section-handle a:focus {
  text-decoration: none;
}
.dso-accordion .dso-section-handle a:active {
  text-decoration: underline;
}
.dso-accordion .dso-section-handle a,
.dso-accordion .dso-section-handle button {
  align-items: baseline;
  background-color: transparent;
  border: 0;
  display: flex;
  padding: 12px 16px 12px 48px;
  text-align: left;
  width: 100%;
  word-break: break-word;
}
.dso-accordion .dso-section-handle a::before,
.dso-accordion .dso-section-handle button::before {
  content: "";
  display: inline-block;
  left: 16px;
  position: absolute;
}
.dso-accordion .dso-section-handle a::after,
.dso-accordion .dso-section-handle button::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 12px;
}
.dso-accordion .dso-section-handle a .dso-status,
.dso-accordion .dso-section-handle a .dso-icon,
.dso-accordion .dso-section-handle button .dso-status,
.dso-accordion .dso-section-handle button .dso-icon {
  font-weight: 400;
  margin-left: auto;
  padding-left: 16px;
  text-decoration: underline;
}
.dso-accordion .dso-section-handle a dso-attachments-counter,
.dso-accordion .dso-section-handle a .dso-attachments,
.dso-accordion .dso-section-handle button dso-attachments-counter,
.dso-accordion .dso-section-handle button .dso-attachments {
  margin-left: auto;
  padding-left: 16px;
}
.dso-accordion .dso-section-handle a .dso-attachments::after,
.dso-accordion .dso-section-handle button .dso-attachments::after {
  background: url("../dso-icons.svg#img-paperclip-grijs") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.dso-accordion .dso-accordion-section .dso-section-handle,
.dso-accordion .dso-accordion-section > h1.dso-section-handle,
.dso-accordion .dso-accordion-section > h2.dso-section-handle,
.dso-accordion .dso-accordion-section > h3.dso-section-handle,
.dso-accordion .dso-accordion-section > h4.dso-section-handle,
.dso-accordion .dso-accordion-section > h5.dso-section-handle {
  font-size: 1em;
  line-height: 1.375em;
  margin: 0;
}
.dso-accordion .dso-accordion-section .dso-section-handle a:active,
.dso-accordion .dso-accordion-section > h1.dso-section-handle a:active,
.dso-accordion .dso-accordion-section > h2.dso-section-handle a:active,
.dso-accordion .dso-accordion-section > h3.dso-section-handle a:active,
.dso-accordion .dso-accordion-section > h4.dso-section-handle a:active,
.dso-accordion .dso-accordion-section > h5.dso-section-handle a:active {
  text-decoration: none;
}
.dso-accordion .dso-accordion-section + .dso-accordion-section {
  margin-top: 4px;
}
.dso-accordion .dso-accordion-section.dso-success > .dso-section-handle a,
.dso-accordion .dso-accordion-section.dso-success > .dso-section-handle button, .dso-accordion .dso-accordion-section.dso-danger > .dso-section-handle a,
.dso-accordion .dso-accordion-section.dso-danger > .dso-section-handle button, .dso-accordion .dso-accordion-section.dso-warning > .dso-section-handle a,
.dso-accordion .dso-accordion-section.dso-warning > .dso-section-handle button, .dso-accordion .dso-accordion-section.dso-info > .dso-section-handle a,
.dso-accordion .dso-accordion-section.dso-info > .dso-section-handle button {
  padding-right: 56px;
}
.dso-accordion .dso-accordion-section.dso-success > .dso-section-handle a::after,
.dso-accordion .dso-accordion-section.dso-success > .dso-section-handle button::after {
  background: url("../dso-icons.svg#img-status-success") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.dso-accordion .dso-accordion-section.dso-danger > .dso-section-handle a::after,
.dso-accordion .dso-accordion-section.dso-danger > .dso-section-handle button::after {
  background: url("../dso-icons.svg#img-status-danger") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.dso-accordion .dso-accordion-section.dso-warning > .dso-section-handle a::after,
.dso-accordion .dso-accordion-section.dso-warning > .dso-section-handle button::after {
  background: url("../dso-icons.svg#img-status-warning") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.dso-accordion .dso-accordion-section.dso-info > .dso-section-handle a::after,
.dso-accordion .dso-accordion-section.dso-info > .dso-section-handle button::after {
  background: url("../dso-icons.svg#img-status-info") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.dso-accordion .dso-accordion-section.dso-open.dso-nested-accordion {
  border: 0;
  border-radius: 0 0 4px 4px;
}
.dso-accordion .dso-accordion-section.dso-open.dso-nested-accordion > .dso-section-body {
  border: 0;
  padding: 19px 17px 16px;
}
.dso-accordion .dso-accordion-section.dso-open.dso-nested-accordion .dso-accordion-section .dso-section-body {
  background-color: #fff;
}
.dso-accordion .dso-accordion-section:not(.dso-open) .dso-section-body {
  display: none;
}
.dso-accordion .dso-section-body {
  border-top: 0;
  margin-top: -4px;
  padding: 20px 16px 16px;
}
.dso-accordion .dso-section-body *:first-child:not(.dso-info) {
  margin-top: 0;
}
.dso-accordion .dso-section-body *:last-child:not(.dso-info) {
  margin-bottom: 0;
}
.dso-accordion .dso-section-body .dso-rich-content + .dso-accordion,
.dso-accordion .dso-section-body .dso-accordion + .dso-rich-content {
  margin-top: 16px;
}
.dso-accordion.dso-accordion-reverse-align .dso-section-handle a,
.dso-accordion.dso-accordion-reverse-align .dso-section-handle button {
  padding-left: 16px;
  padding-right: 48px;
}
.dso-accordion.dso-accordion-reverse-align .dso-section-handle a::before,
.dso-accordion.dso-accordion-reverse-align .dso-section-handle button::before {
  left: auto;
  right: 16px;
}
.dso-accordion.dso-accordion-reverse-align .dso-section-handle a .dso-icon,
.dso-accordion.dso-accordion-reverse-align .dso-section-handle button .dso-icon {
  display: block;
  float: left;
  font-weight: 400;
  margin-left: 0;
  margin-right: 8px;
  padding-left: 0;
  text-decoration: underline;
}
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-section-handle,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-section-handle {
  background-color: #fff;
  border: 1px solid #8b4a6a;
  border-radius: 4px;
}
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-section-handle a,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-section-handle button,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-section-handle a,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-section-handle button {
  color: #8b4a6a;
}
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-section-handle a::before,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-section-handle button::before,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-section-handle a::before,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-section-handle button::before {
  background: url("../dso-icons.svg#img-chevron-down-mauve") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-section-handle a:hover, .dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-section-handle a:active, .dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-section-handle a.active,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-section-handle button:hover,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-section-handle button:active,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-section-handle button.active,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-section-handle a:hover,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-section-handle a:active,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-section-handle a.active,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-section-handle button:hover,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-section-handle button:active,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-section-handle button.active {
  color: #8b4a6a;
}
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle {
  background-color: #8b4a6a;
  border-radius: 4px;
}
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button {
  color: #fff;
}
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a::before,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button::before,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a::before,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button::before {
  background-image: url("../dso-icons.svg#img-chevron-up-wit");
}
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a dso-attachments-counter,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button dso-attachments-counter,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a dso-attachments-counter,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button dso-attachments-counter {
  --dso-attachments-counter-color: #fff;
  --dso-icon: var(--di-paperclip-wit);
}
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a .dso-attachments,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button .dso-attachments,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a .dso-attachments,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button .dso-attachments {
  color: #fff;
}
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a .dso-attachments::after,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button .dso-attachments::after,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a .dso-attachments::after,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button .dso-attachments::after {
  background-image: url("../dso-icons.svg#img-paperclip-wit");
}
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-accordion-section.dso-open.dso-nested-accordion,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open.dso-nested-accordion {
  background-color: #d1b7c4;
}
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-accordion-section.dso-open.dso-nested-accordion > .dso-section-handle a::before,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-accordion-section.dso-open.dso-nested-accordion > .dso-section-handle button::before,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open.dso-nested-accordion > .dso-section-handle a::before,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open.dso-nested-accordion > .dso-section-handle button::before {
  background-image: url("../dso-icons.svg#img-chevron-up-mauve");
}
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-section-body,
.dso-accordion:not(.dso-accordion-compact):not(.dso-accordion-conclusion) .dso-nested-accordion .dso-accordion .dso-section-body {
  border: 1px solid #8b4a6a;
  border-radius: 0 0 4px 4px;
}
.dso-accordion.dso-accordion-conclusion .dso-section-handle,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-section-handle {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
}
.dso-accordion.dso-accordion-conclusion .dso-section-handle a,
.dso-accordion.dso-accordion-conclusion .dso-section-handle button,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-section-handle a,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-section-handle button {
  color: #191919;
}
.dso-accordion.dso-accordion-conclusion .dso-section-handle a::before,
.dso-accordion.dso-accordion-conclusion .dso-section-handle button::before,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-section-handle a::before,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-section-handle button::before {
  background: url("../dso-icons.svg#img-chevron-down-grijs90") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.dso-accordion.dso-accordion-conclusion .dso-section-handle a:hover, .dso-accordion.dso-accordion-conclusion .dso-section-handle a:active, .dso-accordion.dso-accordion-conclusion .dso-section-handle a.active,
.dso-accordion.dso-accordion-conclusion .dso-section-handle button:hover,
.dso-accordion.dso-accordion-conclusion .dso-section-handle button:active,
.dso-accordion.dso-accordion-conclusion .dso-section-handle button.active,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-section-handle a:hover,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-section-handle a:active,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-section-handle a.active,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-section-handle button:hover,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-section-handle button:active,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-section-handle button.active {
  background-color: #e5e5e5;
  color: #191919;
}
.dso-accordion.dso-accordion-conclusion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle {
  background-color: #f2f2f2;
}
.dso-accordion.dso-accordion-conclusion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a,
.dso-accordion.dso-accordion-conclusion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button {
  color: #191919;
}
.dso-accordion.dso-accordion-conclusion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a::before,
.dso-accordion.dso-accordion-conclusion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button::before,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a::before,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button::before {
  background-image: url("../dso-icons.svg#img-chevron-up-grijs90");
}
.dso-accordion.dso-accordion-conclusion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a dso-attachments-counter,
.dso-accordion.dso-accordion-conclusion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button dso-attachments-counter,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a dso-attachments-counter,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button dso-attachments-counter {
  --dso-attachments-counter-color: #666;
  --dso-icon: var(--di-paperclip-grijs);
}
.dso-accordion.dso-accordion-conclusion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a .dso-attachments,
.dso-accordion.dso-accordion-conclusion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button .dso-attachments,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a .dso-attachments,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button .dso-attachments {
  color: #666;
}
.dso-accordion.dso-accordion-conclusion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a .dso-attachments::after,
.dso-accordion.dso-accordion-conclusion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button .dso-attachments::after,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a .dso-attachments::after,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button .dso-attachments::after {
  background-image: url("../dso-icons.svg#img-paperclip-grijs");
}
.dso-accordion.dso-accordion-conclusion .dso-accordion-section.dso-open.dso-nested-accordion,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open.dso-nested-accordion {
  background-color: #fff;
  border: 2px solid #f2f2f2;
}
.dso-accordion.dso-accordion-conclusion .dso-accordion-section.dso-open.dso-nested-accordion > .dso-section-handle a::before,
.dso-accordion.dso-accordion-conclusion .dso-accordion-section.dso-open.dso-nested-accordion > .dso-section-handle button::before,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open.dso-nested-accordion > .dso-section-handle a::before,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open.dso-nested-accordion > .dso-section-handle button::before {
  background-image: url("../dso-icons.svg#img-chevron-up-grijs90");
}
.dso-accordion.dso-accordion-conclusion .dso-section-body,
.dso-accordion.dso-accordion-conclusion .dso-nested-accordion .dso-accordion .dso-section-body {
  border: 2px solid #f2f2f2;
}
.dso-accordion.dso-accordion-compact .dso-section-handle,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-section-handle {
  border: 1px solid transparent;
}
.dso-accordion.dso-accordion-compact .dso-section-handle a,
.dso-accordion.dso-accordion-compact .dso-section-handle button,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-section-handle a,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-section-handle button {
  color: #39870c;
}
.dso-accordion.dso-accordion-compact .dso-section-handle a::before,
.dso-accordion.dso-accordion-compact .dso-section-handle button::before,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-section-handle a::before,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-section-handle button::before {
  background: url("../dso-icons.svg#img-chevron-down-grasgroen") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.dso-accordion.dso-accordion-compact .dso-section-handle a:hover, .dso-accordion.dso-accordion-compact .dso-section-handle a:active, .dso-accordion.dso-accordion-compact .dso-section-handle a.active,
.dso-accordion.dso-accordion-compact .dso-section-handle button:hover,
.dso-accordion.dso-accordion-compact .dso-section-handle button:active,
.dso-accordion.dso-accordion-compact .dso-section-handle button.active,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-section-handle a:hover,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-section-handle a:active,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-section-handle a.active,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-section-handle button:hover,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-section-handle button:active,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-section-handle button.active {
  color: #39870c;
}
.dso-accordion.dso-accordion-compact .dso-accordion-section,
.dso-accordion.dso-accordion-compact .dso-accordion-section .dso-section-body,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section .dso-section-body {
  border: 0;
  border-top: 1px solid #ccc;
}
.dso-accordion.dso-accordion-compact .dso-accordion-section:last-child,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section:last-child {
  border-bottom: 1px solid #ccc;
}
.dso-accordion.dso-accordion-compact .dso-accordion-section + .dso-accordion-section,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section + .dso-accordion-section {
  margin-top: 0;
}
.dso-accordion.dso-accordion-compact .dso-accordion-section .dso-section-body,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section .dso-section-body {
  margin-top: 0;
}
.dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle {
  background-color: transparent;
}
.dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a,
.dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button {
  color: #39870c;
}
.dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a:hover, .dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a:active, .dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a.active,
.dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button:hover,
.dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button:active,
.dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button.active,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a:hover,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a:active,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a.active,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button:hover,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button:active,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button.active {
  color: #39870c;
}
.dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a::before,
.dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button::before,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a::before,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button::before {
  background-image: url("../dso-icons.svg#img-chevron-up-grasgroen");
}
.dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a dso-attachments-counter,
.dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button dso-attachments-counter,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a dso-attachments-counter,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button dso-attachments-counter {
  --dso-attachments-counter-color: #666;
  --dso-icon: var(--di-paperclip-grijs);
}
.dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a .dso-attachments,
.dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button .dso-attachments,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a .dso-attachments,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button .dso-attachments {
  color: #666;
}
.dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a .dso-attachments::after,
.dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button .dso-attachments::after,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a .dso-attachments::after,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle button .dso-attachments::after {
  background-image: url("../dso-icons.svg#img-paperclip-grijs");
}
.dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open.dso-nested-accordion > .dso-section-handle a::before,
.dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open.dso-nested-accordion > .dso-section-handle button::before,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open.dso-nested-accordion > .dso-section-handle a::before,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open.dso-nested-accordion > .dso-section-handle button::before {
  background-image: url("../dso-icons.svg#img-chevron-up-grasgroen");
}
.dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open.dso-nested-accordion > .dso-section-body,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open.dso-nested-accordion > .dso-section-body {
  padding-bottom: 0;
}
.dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open.dso-nested-accordion > .dso-section-body .dso-accordion-section:last-child,
.dso-accordion.dso-accordion-compact .dso-nested-accordion .dso-accordion .dso-accordion-section.dso-open.dso-nested-accordion > .dso-section-body .dso-accordion-section:last-child {
  border-bottom: 0;
}

.dso-section-body dl:last-child {
  margin-bottom: 0;
}

.alert {
  border: 1px solid transparent;
  line-height: 24px;
  margin-bottom: 24px;
  min-height: 64px;
  position: relative;
}
.alert:not(:first-child) {
  margin-top: 24px;
}
.alert::before {
  content: "";
  left: 15px;
  position: absolute;
  top: 15px;
}
.alert.alert-success {
  color: #191919;
  background-color: #e4f1d4;
  border-color: #e4f1d4;
}
.alert.alert-success::before {
  background: url("../dso-icons.svg#img-status-success") no-repeat;
  background-position: center;
  background-size: cover;
  height: 32px;
  vertical-align: top;
  width: 32px;
}
.alert.alert-danger {
  color: #191919;
  background-color: #f5d8dc;
  border-color: #f5d8dc;
}
.alert.alert-danger::before {
  background: url("../dso-icons.svg#img-status-danger") no-repeat;
  background-position: center;
  background-size: cover;
  height: 32px;
  vertical-align: top;
  width: 32px;
}
.alert.alert-warning {
  color: #191919;
  background-color: #f8f6cc;
  border-color: #f8f6cc;
}
.alert.alert-warning::before {
  background: url("../dso-icons.svg#img-status-warning") no-repeat;
  background-position: center;
  background-size: cover;
  height: 32px;
  vertical-align: top;
  width: 32px;
}
.alert.alert-info {
  color: #191919;
  background-color: #e1ecf7;
  border-color: #e1ecf7;
}
.alert.alert-info::before {
  background: url("../dso-icons.svg#img-status-info") no-repeat;
  background-position: center;
  background-size: cover;
  height: 32px;
  vertical-align: top;
  width: 32px;
}
.alert > .dso-rich-content *:first-child {
  margin-top: 0;
}
.alert > .dso-rich-content *:last-child {
  margin-bottom: 0;
}
.alert > .dso-rich-content h1, .alert > .dso-rich-content h2, .alert > .dso-rich-content h3, .alert > .dso-rich-content h4, .alert > .dso-rich-content h5, .alert > .dso-rich-content h6, .alert > .dso-rich-content .h1, .alert > .dso-rich-content .h2, .alert > .dso-rich-content .h3, .alert > .dso-rich-content .h4, .alert > .dso-rich-content .h5, .alert > .dso-rich-content .h6 {
  color: #000;
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 8px;
  margin-top: 8px;
}
.alert > .dso-rich-content .btn, .alert > .dso-rich-content .dso-primary, .alert > .dso-rich-content .dso-secondary, .alert > .dso-rich-content .dso-tertiary {
  background-color: rgba(25, 25, 25, 0.05);
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 6px 12px;
}
.alert > .dso-rich-content .btn:hover, .alert > .dso-rich-content .btn:active, .alert > .dso-rich-content .dso-primary:hover, .alert > .dso-rich-content .dso-primary:active, .alert > .dso-rich-content .dso-secondary:hover, .alert > .dso-rich-content .dso-secondary:active, .alert > .dso-rich-content .dso-tertiary:hover, .alert > .dso-rich-content .dso-tertiary:active {
  background-color: rgba(25, 25, 25, 0.2);
  color: #000;
}
.alert a, .alert a:not(.btn):visited {
  color: #191919;
}
.alert a:hover, .alert a:focus, .alert a:active, .alert a:visited {
  color: #191919;
}
.alert a:active {
  text-decoration: none;
}
.alert a.download::after {
  background: url("../dso-icons.svg#img-download-grijs90") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.alert a.extern::after {
  background: url("../dso-icons.svg#img-external-link-grijs90") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}

.dso-app-heading {
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
}
.dso-app-heading h2 {
  margin-top: 16px;
}
.dso-app-heading .dso-steps-indicator {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dso-app-heading .dso-steps-indicator span.dso-step {
  color: #39870c;
  display: block;
  flex: 1 0;
  flex-basis: auto;
  font-size: 1rem;
  font-weight: normal;
  padding-top: 6px;
  text-align: right;
}

.dso-attachments {
  color: var(--dso-attachments-counter-color, #666);
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}
.dso-attachments::after {
  background: url("../dso-icons.svg#img-paperclip-grijs") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
  content: "";
  display: inline-block;
}

.dso-badge {
  background-color: #666;
  border-radius: 1em;
  color: #fff;
  display: inline-block;
  font-size: 0.875em;
  line-height: 1em;
  padding: 4px 8px;
}
.dso-badge.badge-info {
  background-color: #6ca4d9;
  color: #191919;
}
.dso-badge.badge-primary {
  background-color: #275937;
  color: #fff;
}
.dso-badge.badge-success {
  background-color: #39870c;
  color: #fff;
}
.dso-badge.badge-warning {
  background-color: #dcd400;
  color: #191919;
}
.dso-badge.badge-danger {
  background-color: #ce3f51;
  color: #fff;
}
.dso-badge.badge-outline {
  background-color: #fff;
  border: 1px solid #191919;
  color: #191919;
}

.banner {
  background-color: #b62f41 !important;
}

.banner,
.dso-banner:not(.row) {
  padding: 16px 0;
  position: relative;
}
.banner a,
.dso-banner:not(.row) a {
  text-decoration: underline;
}
.banner a, .banner a:hover, .banner a:focus, .banner a:active, .banner a:visited,
.dso-banner:not(.row) a,
.dso-banner:not(.row) a:hover,
.dso-banner:not(.row) a:focus,
.dso-banner:not(.row) a:active,
.dso-banner:not(.row) a:visited {
  color: #191919;
}
.banner a:active,
.dso-banner:not(.row) a:active {
  text-decoration: none;
}
.banner a.download::after,
.dso-banner:not(.row) a.download::after {
  background: url("../dso-icons.svg#img-download-grijs90") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.banner a.extern::after,
.dso-banner:not(.row) a.extern::after {
  background: url("../dso-icons.svg#img-external-link-grijs90") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.banner .row > div,
.dso-banner:not(.row) .row > div {
  line-height: 24px;
  position: relative;
}
.banner .row > div button,
.dso-banner:not(.row) .row > div button {
  position: absolute;
  right: 16px;
  top: 0;
}
.banner .row > div button dso-icon,
.banner .row > div button svg.di,
.dso-banner:not(.row) .row > div button dso-icon,
.dso-banner:not(.row) .row > div button svg.di {
  color: #000;
}
@media screen and (min-width: 481px) {
  .banner .row > div,
.dso-banner:not(.row) .row > div {
    padding-left: 48px;
  }
}
@media screen and (max-width: 480px) {
  .banner .row > div,
.dso-banner:not(.row) .row > div {
    padding-top: 39px;
  }
}
.banner .row > div::before,
.dso-banner:not(.row) .row > div::before {
  content: "";
  display: inline-block;
  left: 16px;
  position: absolute;
  top: 0;
}
.banner .row > div > .dso-rich-content,
.dso-banner:not(.row) .row > div > .dso-rich-content {
  padding-right: 24px;
}
.banner .row > div > .dso-rich-content h1,
.banner .row > div > .dso-rich-content h2,
.banner .row > div > .dso-rich-content h3,
.banner .row > div > .dso-rich-content h4,
.banner .row > div > .dso-rich-content h5,
.banner .row > div > .dso-rich-content h6,
.dso-banner:not(.row) .row > div > .dso-rich-content h1,
.dso-banner:not(.row) .row > div > .dso-rich-content h2,
.dso-banner:not(.row) .row > div > .dso-rich-content h3,
.dso-banner:not(.row) .row > div > .dso-rich-content h4,
.dso-banner:not(.row) .row > div > .dso-rich-content h5,
.dso-banner:not(.row) .row > div > .dso-rich-content h6 {
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.banner .row > div > .dso-rich-content h1 + p,
.banner .row > div > .dso-rich-content h2 + p,
.banner .row > div > .dso-rich-content h3 + p,
.banner .row > div > .dso-rich-content h4 + p,
.banner .row > div > .dso-rich-content h5 + p,
.banner .row > div > .dso-rich-content h6 + p,
.dso-banner:not(.row) .row > div > .dso-rich-content h1 + p,
.dso-banner:not(.row) .row > div > .dso-rich-content h2 + p,
.dso-banner:not(.row) .row > div > .dso-rich-content h3 + p,
.dso-banner:not(.row) .row > div > .dso-rich-content h4 + p,
.dso-banner:not(.row) .row > div > .dso-rich-content h5 + p,
.dso-banner:not(.row) .row > div > .dso-rich-content h6 + p {
  display: inline;
}
.banner .row > div > .dso-rich-content h1 + p + *,
.banner .row > div > .dso-rich-content h2 + p + *,
.banner .row > div > .dso-rich-content h3 + p + *,
.banner .row > div > .dso-rich-content h4 + p + *,
.banner .row > div > .dso-rich-content h5 + p + *,
.banner .row > div > .dso-rich-content h6 + p + *,
.dso-banner:not(.row) .row > div > .dso-rich-content h1 + p + *,
.dso-banner:not(.row) .row > div > .dso-rich-content h2 + p + *,
.dso-banner:not(.row) .row > div > .dso-rich-content h3 + p + *,
.dso-banner:not(.row) .row > div > .dso-rich-content h4 + p + *,
.dso-banner:not(.row) .row > div > .dso-rich-content h5 + p + *,
.dso-banner:not(.row) .row > div > .dso-rich-content h6 + p + * {
  margin-top: 16px;
}
.banner .row > div > .dso-rich-content > h2:first-child,
.dso-banner:not(.row) .row > div > .dso-rich-content > h2:first-child {
  float: left;
  margin-right: 8px;
}
.banner .row > div > .dso-rich-content *:first-child,
.dso-banner:not(.row) .row > div > .dso-rich-content *:first-child {
  margin-top: 0;
}
.banner .row > div > .dso-rich-content *:last-child,
.dso-banner:not(.row) .row > div > .dso-rich-content *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .banner .row > div > .dso-rich-content,
.dso-banner:not(.row) .row > div > .dso-rich-content {
    padding-right: 0;
  }
}
.banner.alert-danger,
.dso-banner:not(.row).alert-danger {
  color: #191919;
  background-color: #f5d8dc;
  border-color: #f5d8dc;
}
.banner.alert-danger .row > div::before,
.dso-banner:not(.row).alert-danger .row > div::before {
  background: url("../dso-icons.svg#img-status-danger") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.banner.alert-warning,
.dso-banner:not(.row).alert-warning {
  color: #191919;
  background-color: #f8f6cc;
  border-color: #f8f6cc;
}
.banner.alert-warning .row > div::before,
.dso-banner:not(.row).alert-warning .row > div::before {
  background: url("../dso-icons.svg#img-status-warning") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}

ol.breadcrumb {
  list-style: none;
  margin-bottom: 8px;
  padding: 0 8px;
}
ol.breadcrumb::before, ol.breadcrumb::after {
  display: table;
  content: " ";
}
ol.breadcrumb::after {
  clear: both;
}
ol.breadcrumb > li {
  display: flex;
  float: left;
}
ol.breadcrumb > li + li::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 21.1 55.7' %3E%3Cpath fill='%23666' d='M0 45.6c0-.1.1-.4.4-1.1L14.9 8.6c.2-.5.5-.8 1-1 .5-.2 1.1-.3 1.9-.3h.7c1.8 0 2.6.3 2.6.8 0 .2-.1.6-.4 1.1l-14.5 36c-.2.5-.5.8-1 1-.4.2-1.1.2-1.9.2h-.8c-1.7 0-2.5-.2-2.5-.8z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  margin: 0 4px;
  position: relative;
  width: 7px;
  top: 1px;
}
ol.breadcrumb > li.active {
  color: #666;
}
ol.breadcrumb > li > a {
  text-decoration: none;
}
ol.breadcrumb > li > a:hover, ol.breadcrumb > li > a:focus, ol.breadcrumb > li > a:active {
  text-decoration: underline;
}
ol.breadcrumb > li > a, ol.breadcrumb > li > a:visited {
  color: #39870c;
}

.btn {
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0;
  text-decoration: none;
  touch-action: manipulation;
  text-align: left;
  user-select: none;
  vertical-align: middle;
}
.btn:focus, .btn:focus-visible {
  outline-offset: 2px;
}
.btn:active {
  outline: 0;
}
.btn.extern::after, .btn.download::after {
  content: "";
  display: inline-block;
  height: 1.5em;
  margin-left: 8px;
  vertical-align: top;
  width: 1.5em;
}

.btn-primary {
  background-color: #39870c;
  border-color: #39870c;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  line-height: 1.5;
  min-width: 56px;
  padding: 11px 15px;
}
.btn-primary:hover {
  background-color: #275937;
  border-color: #275937;
  color: #fff;
}
.btn-primary:active {
  background-color: #15301e;
  border-color: #15301e;
  color: #fff;
}
.btn-primary[disabled], .btn-primary[disabled]:hover {
  background-color: #afcf9d;
  border-color: #afcf9d;
  color: #fff;
}
.btn-primary.btn-sm {
  line-height: 16px;
}
.btn-primary.btn-sm dso-icon,
.btn-primary.btn-sm svg.di, .btn-primary.btn-sm.extern::after, .btn-primary.btn-sm.download::after {
  margin-bottom: -4px;
  margin-top: -4px;
}
.btn-primary.download::after {
  background: url("../dso-icons.svg#img-download-wit") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.btn-primary.extern::after {
  background: url("../dso-icons.svg#img-external-link-wit") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.btn-primary dso-icon,
.btn-primary svg.di {
  margin-left: -8px;
  margin-right: 8px;
}
.btn-primary span + dso-icon,
.btn-primary span + svg.di {
  margin-left: 8px;
  margin-right: -8px;
}

a.btn-primary {
  text-decoration: none;
}
a.btn-primary, a.btn-primary:visited {
  color: #fff;
}

.btn-default {
  background-color: #fff;
  border-color: #39870c;
  color: #39870c;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  line-height: 1.5;
  min-width: 56px;
  padding: 11px 15px;
}
.btn-default:hover {
  background-color: #39870c;
  border-color: #39870c;
  color: #fff;
}
.btn-default:active {
  background-color: #275937;
  border-color: #275937;
  color: #fff;
}
.btn-default[disabled], .btn-default[disabled]:hover {
  background-color: #fff;
  border-color: #afcf9d;
  color: #afcf9d;
}
.btn-default.btn-sm {
  line-height: 16px;
}
.btn-default.btn-sm dso-icon,
.btn-default.btn-sm svg.di, .btn-default.btn-sm.extern::after, .btn-default.btn-sm.download::after {
  margin-bottom: -4px;
  margin-top: -4px;
}
.btn-default.download::after {
  background: url("../dso-icons.svg#img-download") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.btn-default.download:hover::after {
  background-image: url("../dso-icons.svg#img-download-wit");
}
.btn-default.download[disabled]::after {
  background-image: url("../dso-icons.svg#img-download-grasgroen-40");
}
.btn-default.extern::after {
  background: url("../dso-icons.svg#img-external-link") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.btn-default.extern:hover::after {
  background-image: url("../dso-icons.svg#img-external-link-wit");
}
.btn-default.extern[disabled]::after {
  background-image: url("../dso-icons.svg#img-external-link-grasgroen-40");
}
.btn-default dso-icon,
.btn-default svg.di {
  margin-left: -8px;
  margin-right: 8px;
}
.btn-default span + dso-icon,
.btn-default span + svg.di {
  margin-left: 8px;
  margin-right: -8px;
}

a.btn-default {
  text-decoration: none;
}
a.btn-default, a.btn-default:visited {
  color: #39870c;
}
a.btn-default:hover, a.btn-default:visited:hover {
  color: #fff;
}

.btn-link {
  border: 0;
  color: #39870c;
  line-height: 1;
  padding: 0;
  background-color: transparent;
}
.btn-link[disabled] {
  color: #afcf9d;
}
.btn-link:not([disabled]):hover {
  color: #676cb0;
  text-decoration: underline;
}
.btn-link:not([disabled]):active {
  color: #676cb0;
}
.btn-link.btn-align {
  line-height: calc(1.5em - 1px);
  padding: 11px 0;
  position: relative;
}
.btn-link.extern::after, .btn-link.download::after {
  position: relative;
  top: -2px;
}
.btn-link.download::after {
  background: url("../dso-icons.svg#img-download") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.btn-link.download[disabled]::after {
  background-image: url("../dso-icons.svg#img-download-grasgroen-40");
}
.btn-link.download:not([disabled]):hover::after, .btn-link.download:not([disabled]):active::after {
  background-image: url("../dso-icons.svg#img-download-scampi");
}
.btn-link.extern::after {
  background: url("../dso-icons.svg#img-external-link") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.btn-link.extern[disabled]::after {
  background-image: url("../dso-icons.svg#img-external-link-grasgroen-40");
}
.btn-link.extern:not([disabled]):hover::after, .btn-link.extern:not([disabled]):active::after {
  background-image: url("../dso-icons.svg#img-external-link-scampi");
}
.btn-link dso-icon + span:not(.sr-only),
.btn-link svg.di + span:not(.sr-only),
.btn-link span:not(.sr-only) + dso-icon,
.btn-link span:not(.sr-only) + svg.di {
  margin-left: 8px;
}
.btn-link dso-icon,
.btn-link svg.di,
.btn-link span {
  vertical-align: middle;
}

a.btn-link {
  text-decoration: none;
}
a.btn-link, a.btn-link:visited {
  color: #39870c;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}

a.dso-primary,
button.dso-primary,
label.dso-primary {
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0;
  text-decoration: none;
  touch-action: manipulation;
  text-align: left;
  user-select: none;
  vertical-align: middle;
  background-color: #39870c;
  border-color: #39870c;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  line-height: 1.5;
  min-width: 56px;
  padding: 11px 15px;
}
a.dso-primary:focus, a.dso-primary:focus-visible,
button.dso-primary:focus,
button.dso-primary:focus-visible,
label.dso-primary:focus,
label.dso-primary:focus-visible {
  outline-offset: 2px;
}
a.dso-primary:active,
button.dso-primary:active,
label.dso-primary:active {
  outline: 0;
}
a.dso-primary.extern::after, a.dso-primary.download::after,
button.dso-primary.extern::after,
button.dso-primary.download::after,
label.dso-primary.extern::after,
label.dso-primary.download::after {
  content: "";
  display: inline-block;
  height: 1.5em;
  margin-left: 8px;
  vertical-align: top;
  width: 1.5em;
}
a.dso-primary:hover,
button.dso-primary:hover,
label.dso-primary:hover {
  background-color: #275937;
  border-color: #275937;
  color: #fff;
}
a.dso-primary:active,
button.dso-primary:active,
label.dso-primary:active {
  background-color: #15301e;
  border-color: #15301e;
  color: #fff;
}
a.dso-primary[disabled], a.dso-primary[disabled]:hover,
button.dso-primary[disabled],
button.dso-primary[disabled]:hover,
label.dso-primary[disabled],
label.dso-primary[disabled]:hover {
  background-color: #afcf9d;
  border-color: #afcf9d;
  color: #fff;
}
a.dso-primary.btn-sm,
button.dso-primary.btn-sm,
label.dso-primary.btn-sm {
  line-height: 16px;
}
a.dso-primary.btn-sm dso-icon,
a.dso-primary.btn-sm svg.di, a.dso-primary.btn-sm.extern::after, a.dso-primary.btn-sm.download::after,
button.dso-primary.btn-sm dso-icon,
button.dso-primary.btn-sm svg.di,
button.dso-primary.btn-sm.extern::after,
button.dso-primary.btn-sm.download::after,
label.dso-primary.btn-sm dso-icon,
label.dso-primary.btn-sm svg.di,
label.dso-primary.btn-sm.extern::after,
label.dso-primary.btn-sm.download::after {
  margin-bottom: -4px;
  margin-top: -4px;
}
a.dso-primary.download::after,
button.dso-primary.download::after,
label.dso-primary.download::after {
  background: url("../dso-icons.svg#img-download-wit") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
a.dso-primary.extern::after,
button.dso-primary.extern::after,
label.dso-primary.extern::after {
  background: url("../dso-icons.svg#img-external-link-wit") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
a.dso-primary dso-icon,
a.dso-primary svg.di,
button.dso-primary dso-icon,
button.dso-primary svg.di,
label.dso-primary dso-icon,
label.dso-primary svg.di {
  margin-left: -8px;
  margin-right: 8px;
}
a.dso-primary span + dso-icon,
a.dso-primary span + svg.di,
button.dso-primary span + dso-icon,
button.dso-primary span + svg.di,
label.dso-primary span + dso-icon,
label.dso-primary span + svg.di {
  margin-left: 8px;
  margin-right: -8px;
}
a.dso-secondary,
button.dso-secondary,
label.dso-secondary {
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0;
  text-decoration: none;
  touch-action: manipulation;
  text-align: left;
  user-select: none;
  vertical-align: middle;
  background-color: #fff;
  border-color: #39870c;
  color: #39870c;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  line-height: 1.5;
  min-width: 56px;
  padding: 11px 15px;
}
a.dso-secondary:focus, a.dso-secondary:focus-visible,
button.dso-secondary:focus,
button.dso-secondary:focus-visible,
label.dso-secondary:focus,
label.dso-secondary:focus-visible {
  outline-offset: 2px;
}
a.dso-secondary:active,
button.dso-secondary:active,
label.dso-secondary:active {
  outline: 0;
}
a.dso-secondary.extern::after, a.dso-secondary.download::after,
button.dso-secondary.extern::after,
button.dso-secondary.download::after,
label.dso-secondary.extern::after,
label.dso-secondary.download::after {
  content: "";
  display: inline-block;
  height: 1.5em;
  margin-left: 8px;
  vertical-align: top;
  width: 1.5em;
}
a.dso-secondary:hover,
button.dso-secondary:hover,
label.dso-secondary:hover {
  background-color: #39870c;
  border-color: #39870c;
  color: #fff;
}
a.dso-secondary:active,
button.dso-secondary:active,
label.dso-secondary:active {
  background-color: #275937;
  border-color: #275937;
  color: #fff;
}
a.dso-secondary[disabled], a.dso-secondary[disabled]:hover,
button.dso-secondary[disabled],
button.dso-secondary[disabled]:hover,
label.dso-secondary[disabled],
label.dso-secondary[disabled]:hover {
  background-color: #fff;
  border-color: #afcf9d;
  color: #afcf9d;
}
a.dso-secondary.btn-sm,
button.dso-secondary.btn-sm,
label.dso-secondary.btn-sm {
  line-height: 16px;
}
a.dso-secondary.btn-sm dso-icon,
a.dso-secondary.btn-sm svg.di, a.dso-secondary.btn-sm.extern::after, a.dso-secondary.btn-sm.download::after,
button.dso-secondary.btn-sm dso-icon,
button.dso-secondary.btn-sm svg.di,
button.dso-secondary.btn-sm.extern::after,
button.dso-secondary.btn-sm.download::after,
label.dso-secondary.btn-sm dso-icon,
label.dso-secondary.btn-sm svg.di,
label.dso-secondary.btn-sm.extern::after,
label.dso-secondary.btn-sm.download::after {
  margin-bottom: -4px;
  margin-top: -4px;
}
a.dso-secondary.download::after,
button.dso-secondary.download::after,
label.dso-secondary.download::after {
  background: url("../dso-icons.svg#img-download") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
a.dso-secondary.download:hover::after,
button.dso-secondary.download:hover::after,
label.dso-secondary.download:hover::after {
  background-image: url("../dso-icons.svg#img-download-wit");
}
a.dso-secondary.download[disabled]::after,
button.dso-secondary.download[disabled]::after,
label.dso-secondary.download[disabled]::after {
  background-image: url("../dso-icons.svg#img-download-grasgroen-40");
}
a.dso-secondary.extern::after,
button.dso-secondary.extern::after,
label.dso-secondary.extern::after {
  background: url("../dso-icons.svg#img-external-link") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
a.dso-secondary.extern:hover::after,
button.dso-secondary.extern:hover::after,
label.dso-secondary.extern:hover::after {
  background-image: url("../dso-icons.svg#img-external-link-wit");
}
a.dso-secondary.extern[disabled]::after,
button.dso-secondary.extern[disabled]::after,
label.dso-secondary.extern[disabled]::after {
  background-image: url("../dso-icons.svg#img-external-link-grasgroen-40");
}
a.dso-secondary dso-icon,
a.dso-secondary svg.di,
button.dso-secondary dso-icon,
button.dso-secondary svg.di,
label.dso-secondary dso-icon,
label.dso-secondary svg.di {
  margin-left: -8px;
  margin-right: 8px;
}
a.dso-secondary span + dso-icon,
a.dso-secondary span + svg.di,
button.dso-secondary span + dso-icon,
button.dso-secondary span + svg.di,
label.dso-secondary span + dso-icon,
label.dso-secondary span + svg.di {
  margin-left: 8px;
  margin-right: -8px;
}
a.dso-tertiary,
button.dso-tertiary,
label.dso-tertiary {
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0;
  text-decoration: none;
  touch-action: manipulation;
  text-align: left;
  user-select: none;
  vertical-align: middle;
  border: 0;
  color: #39870c;
  line-height: 1;
  padding: 0;
  background-color: transparent;
}
a.dso-tertiary:focus, a.dso-tertiary:focus-visible,
button.dso-tertiary:focus,
button.dso-tertiary:focus-visible,
label.dso-tertiary:focus,
label.dso-tertiary:focus-visible {
  outline-offset: 2px;
}
a.dso-tertiary:active,
button.dso-tertiary:active,
label.dso-tertiary:active {
  outline: 0;
}
a.dso-tertiary.extern::after, a.dso-tertiary.download::after,
button.dso-tertiary.extern::after,
button.dso-tertiary.download::after,
label.dso-tertiary.extern::after,
label.dso-tertiary.download::after {
  content: "";
  display: inline-block;
  height: 1.5em;
  margin-left: 8px;
  vertical-align: top;
  width: 1.5em;
}
a.dso-tertiary[disabled],
button.dso-tertiary[disabled],
label.dso-tertiary[disabled] {
  color: #afcf9d;
}
a.dso-tertiary:not([disabled]):hover,
button.dso-tertiary:not([disabled]):hover,
label.dso-tertiary:not([disabled]):hover {
  color: #676cb0;
  text-decoration: underline;
}
a.dso-tertiary:not([disabled]):active,
button.dso-tertiary:not([disabled]):active,
label.dso-tertiary:not([disabled]):active {
  color: #676cb0;
}
a.dso-tertiary.btn-align,
button.dso-tertiary.btn-align,
label.dso-tertiary.btn-align {
  line-height: calc(1.5em - 1px);
  padding: 11px 0;
  position: relative;
}
a.dso-tertiary.extern::after, a.dso-tertiary.download::after,
button.dso-tertiary.extern::after,
button.dso-tertiary.download::after,
label.dso-tertiary.extern::after,
label.dso-tertiary.download::after {
  position: relative;
  top: -2px;
}
a.dso-tertiary.download::after,
button.dso-tertiary.download::after,
label.dso-tertiary.download::after {
  background: url("../dso-icons.svg#img-download") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
a.dso-tertiary.download[disabled]::after,
button.dso-tertiary.download[disabled]::after,
label.dso-tertiary.download[disabled]::after {
  background-image: url("../dso-icons.svg#img-download-grasgroen-40");
}
a.dso-tertiary.download:not([disabled]):hover::after, a.dso-tertiary.download:not([disabled]):active::after,
button.dso-tertiary.download:not([disabled]):hover::after,
button.dso-tertiary.download:not([disabled]):active::after,
label.dso-tertiary.download:not([disabled]):hover::after,
label.dso-tertiary.download:not([disabled]):active::after {
  background-image: url("../dso-icons.svg#img-download-scampi");
}
a.dso-tertiary.extern::after,
button.dso-tertiary.extern::after,
label.dso-tertiary.extern::after {
  background: url("../dso-icons.svg#img-external-link") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
a.dso-tertiary.extern[disabled]::after,
button.dso-tertiary.extern[disabled]::after,
label.dso-tertiary.extern[disabled]::after {
  background-image: url("../dso-icons.svg#img-external-link-grasgroen-40");
}
a.dso-tertiary.extern:not([disabled]):hover::after, a.dso-tertiary.extern:not([disabled]):active::after,
button.dso-tertiary.extern:not([disabled]):hover::after,
button.dso-tertiary.extern:not([disabled]):active::after,
label.dso-tertiary.extern:not([disabled]):hover::after,
label.dso-tertiary.extern:not([disabled]):active::after {
  background-image: url("../dso-icons.svg#img-external-link-scampi");
}
a.dso-tertiary dso-icon + span:not(.sr-only),
a.dso-tertiary svg.di + span:not(.sr-only),
a.dso-tertiary span:not(.sr-only) + dso-icon,
a.dso-tertiary span:not(.sr-only) + svg.di,
button.dso-tertiary dso-icon + span:not(.sr-only),
button.dso-tertiary svg.di + span:not(.sr-only),
button.dso-tertiary span:not(.sr-only) + dso-icon,
button.dso-tertiary span:not(.sr-only) + svg.di,
label.dso-tertiary dso-icon + span:not(.sr-only),
label.dso-tertiary svg.di + span:not(.sr-only),
label.dso-tertiary span:not(.sr-only) + dso-icon,
label.dso-tertiary span:not(.sr-only) + svg.di {
  margin-left: 8px;
}
a.dso-tertiary dso-icon,
a.dso-tertiary svg.di,
a.dso-tertiary span,
button.dso-tertiary dso-icon,
button.dso-tertiary svg.di,
button.dso-tertiary span,
label.dso-tertiary dso-icon,
label.dso-tertiary svg.di,
label.dso-tertiary span {
  vertical-align: middle;
}

a.dso-primary {
  text-decoration: none;
}
a.dso-primary, a.dso-primary:visited {
  color: #fff;
}
a.dso-secondary {
  text-decoration: none;
}
a.dso-secondary, a.dso-secondary:visited {
  color: #39870c;
}
a.dso-secondary:hover, a.dso-secondary:visited:hover {
  color: #fff;
}
a.dso-tertiary {
  text-decoration: none;
}
a.dso-tertiary, a.dso-tertiary:visited {
  color: #39870c;
}

.btn:not(.dso-list-button) + .btn:not(.dso-list-button),
.btn:not(.dso-list-button) + .dso-primary,
.btn:not(.dso-list-button) + .dso-secondary,
.btn:not(.dso-list-button) + .dso-tertiary,
.dso-primary + .btn:not(.dso-list-button),
.dso-primary + .dso-primary,
.dso-primary + .dso-secondary,
.dso-primary + .dso-tertiary,
.dso-secondary + .btn:not(.dso-list-button),
.dso-secondary + .dso-primary,
.dso-secondary + .dso-secondary,
.dso-secondary + .dso-tertiary,
.dso-tertiary + .btn:not(.dso-list-button),
.dso-tertiary + .dso-primary,
.dso-tertiary + .dso-secondary,
.dso-tertiary + .dso-tertiary {
  margin-left: 16px;
}

.dso-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 16px 0 32px;
}
.dso-button-row .btn:not(.dso-list-button),
.dso-button-row .dso-primary,
.dso-button-row .dso-secondary,
.dso-button-row .dso-tertiary {
  white-space: nowrap;
}
.dso-button-row .btn:not(.dso-list-button) + .btn:not(.dso-list-button),
.dso-button-row .btn:not(.dso-list-button) + .dso-primary,
.dso-button-row .btn:not(.dso-list-button) + .dso-secondary,
.dso-button-row .btn:not(.dso-list-button) + .dso-tertiary,
.dso-button-row .dso-primary + .btn:not(.dso-list-button),
.dso-button-row .dso-primary + .dso-primary,
.dso-button-row .dso-primary + .dso-secondary,
.dso-button-row .dso-primary + .dso-tertiary,
.dso-button-row .dso-secondary + .btn:not(.dso-list-button),
.dso-button-row .dso-secondary + .dso-primary,
.dso-button-row .dso-secondary + .dso-secondary,
.dso-button-row .dso-secondary + .dso-tertiary,
.dso-button-row .dso-tertiary + .btn:not(.dso-list-button),
.dso-button-row .dso-tertiary + .dso-primary,
.dso-button-row .dso-tertiary + .dso-secondary,
.dso-button-row .dso-tertiary + .dso-tertiary {
  margin-left: 0;
}

.dso-card {
  padding: 16px 16px 8px;
  width: 100%;
}
.dso-card:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
.dso-card:hover .dso-card-heading > a {
  text-decoration: underline;
}
.dso-card .dso-card-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.dso-card .dso-card-heading h2:first-child,
.dso-card .dso-card-heading h3:first-child {
  display: flex;
  font-size: 1.125em;
  margin-bottom: 0;
  margin-top: 0;
}
.dso-card .dso-card-heading h2:first-child span,
.dso-card .dso-card-heading h3:first-child span {
  margin-right: 8px;
}
.dso-card .dso-card-heading h2:first-child span + dso-icon,
.dso-card .dso-card-heading h2:first-child span + svg.di,
.dso-card .dso-card-heading h3:first-child span + dso-icon,
.dso-card .dso-card-heading h3:first-child span + svg.di {
  flex-shrink: 0;
  position: relative;
}
.dso-card .dso-card-heading h3:first-child {
  line-height: 1.33;
}
.dso-card .dso-card-heading > a {
  text-decoration: none;
}
.dso-card .dso-card-heading > a, .dso-card .dso-card-heading > a:not(.btn):not(.dso-primary):not(.dso-secondary):not(.dso-tertiary):visited, .dso-card .dso-card-heading > a:active, .dso-card .dso-card-heading > a:focus {
  color: #275937;
}
.dso-card .dso-card-heading > a:hover {
  color: #275937;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .dso-card .dso-card-heading {
    flex-wrap: wrap;
  }
}
.dso-card .dso-rich-content :first-child {
  margin-top: 0;
}
.dso-card.dso-is-selectable {
  display: grid;
  grid-template-columns: 1fr minmax(0, 100%);
}
.dso-card.dso-is-selectable .dso-card-selectable {
  grid-row: span 2;
}
.dso-card.dso-is-selectable .dso-card-heading,
.dso-card.dso-is-selectable .dso-card-content {
  grid-column: 2/-1;
}

.dso-card-selectable .dso-selectable label {
  font-size: 0;
}

.dso-card-interactions {
  display: flex;
  justify-content: space-between;
}
.dso-card-interactions .dso-card-interaction {
  align-items: center;
  display: flex;
  text-align: center;
}
.dso-card-interactions .dso-card-interaction p {
  margin-bottom: 0;
}
.dso-card-interactions .dso-info-button {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .dso-card-interactions {
    flex-basis: 100%;
    margin-top: 16px;
  }
}

.dso-card-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
}
.dso-card-grid .dso-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

ul.dso-card-list,
ol.dso-card-list {
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
  margin-top: -1px;
}
ul.dso-card-list li,
ol.dso-card-list li {
  border-top: 1px solid #ccc;
}

ul.dso-conclusion {
  list-style-type: none;
  margin: 4px 0 0;
  padding-left: 0;
}
ul.dso-conclusion li {
  margin: 0 0 8px;
  padding-left: 26px;
  position: relative;
}
ul.dso-conclusion li::before {
  left: 0;
  position: absolute;
  top: 3px;
}
ul.dso-conclusion li.dso-success::before, ul.dso-conclusion li.dso-warning::before, ul.dso-conclusion li.dso-forbidden::before, ul.dso-conclusion li.dso-danger::before {
  content: "";
}
ul.dso-conclusion li.dso-success::before {
  background: url("../dso-icons.svg#img-status-success") no-repeat;
  background-position: center;
  background-size: cover;
  height: 18px;
  vertical-align: top;
  width: 18px;
}
ul.dso-conclusion li.dso-warning::before {
  background: url("../dso-icons.svg#img-status-warning") no-repeat;
  background-position: center;
  background-size: cover;
  height: 18px;
  vertical-align: top;
  width: 18px;
}
ul.dso-conclusion li.dso-forbidden::before {
  background: url("../dso-icons.svg#img-status-forbidden") no-repeat;
  background-position: center;
  background-size: cover;
  height: 18px;
  vertical-align: top;
  width: 18px;
}
ul.dso-conclusion li.dso-danger::before {
  background: url("../dso-icons.svg#img-status-danger") no-repeat;
  background-position: center;
  background-size: cover;
  height: 18px;
  vertical-align: top;
  width: 18px;
}
ul.dso-conclusion li .dso-info {
  margin: 16px 0 16px -26px;
}
ul.dso-conclusion li ul li {
  font-style: italic;
  margin: 0 0 8px;
  padding: 0;
}
ul.dso-conclusion li ul li p {
  margin: 0;
}

.dso-context-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8px;
  row-gap: 16px;
}
.dso-context-wrapper .dso-context-container {
  margin-left: auto;
}
.dso-context-wrapper .dso-context-label h1, .dso-context-wrapper .dso-context-label h2, .dso-context-wrapper .dso-context-label h3, .dso-context-wrapper .dso-context-label h4, .dso-context-wrapper .dso-context-label h5, .dso-context-wrapper .dso-context-label h6, .dso-context-wrapper .dso-context-label .h1, .dso-context-wrapper .dso-context-label .h2, .dso-context-wrapper .dso-context-label .h3, .dso-context-wrapper .dso-context-label .h4, .dso-context-wrapper .dso-context-label .h5, .dso-context-wrapper .dso-context-label .h6 {
  margin-bottom: 0;
  margin-top: 0;
}
.dso-context-wrapper .dso-context-select {
  align-items: center;
  display: flex;
}
.dso-context-wrapper .dso-context-select label {
  margin-bottom: 8px;
  margin-right: 8px;
}
.dso-context-wrapper .dso-context-select select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 14px;
  font-size: 16px;
  line-height: 1.5;
  color: #191919;
  background-color: #fff;
  background-image: none;
  border: 1px solid #275937;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: url("../dso-icons.svg#img-caret-down");
  -moz-appearance: none;
  -webkit-appearance: none;
  background-position: calc(100% - 8px);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-right: 32px;
  width: auto;
}
.dso-context-wrapper .dso-context-select select::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.dso-context-wrapper .dso-context-select select:-ms-input-placeholder {
  color: #666;
}
.dso-context-wrapper .dso-context-select select::-webkit-input-placeholder {
  color: #666;
}
.dso-context-wrapper .dso-context-select select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.dso-context-wrapper .dso-context-select select:focus {
  border-color: #275937;
  outline: 0;
  box-shadow: inset 0 0 0 1px #275937;
}
.dso-context-wrapper .dso-context-select select[disabled], .dso-context-wrapper .dso-context-select select[readonly], fieldset[disabled] .dso-context-wrapper .dso-context-select select {
  background-color: #fff;
  opacity: 1;
}
.dso-context-wrapper .dso-context-select select[disabled], fieldset[disabled] .dso-context-wrapper .dso-context-select select {
  cursor: default;
}
.dso-context-wrapper .dso-context-select select[disabled] {
  border-color: #e5e5e5;
  color: #999;
}
.dso-context-wrapper .dso-context-select select[readonly] {
  border-width: 1px;
}
.dso-context-wrapper .dso-context-select select[type=text] {
  line-height: 40px;
}
.dso-context-wrapper .dso-context-select select[size] {
  width: auto;
}

@media screen and (min-width: 481px) {
  .dso-context-wrapper .dso-context-container .dso-context-select label {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .dso-context-wrapper .dso-context-container {
    flex-basis: 100%;
  }
  .dso-context-wrapper .dso-context-container .dso-context-select {
    flex-wrap: wrap;
  }
  .dso-context-wrapper .dso-context-container .dso-context-select label {
    flex-basis: 100%;
  }
}
.dso-description-term {
  border-bottom: 2px dotted #6ca4d9;
}
.dso-description-term, .dso-description-term:visited, .dso-description-term:active, .dso-description-term:focus {
  color: #191919 !important;
  text-decoration: none !important;
}
.dso-description-term:hover {
  border-bottom-style: solid;
  text-decoration: none;
}
.dso-description-term.dso-open {
  position: relative;
}
.dso-description-term.dso-open::before {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 7px 7px 0;
  bottom: -14px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
  z-index: 101;
}
.dso-description-term.dso-open::after {
  border-color: #6ca4d9 transparent transparent;
  border-style: solid;
  border-width: 8px 8px 0;
  bottom: -16px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
  z-index: 100;
}
.dso-description-term.dso-open + .dso-description-content {
  display: block;
}
.dso-description-term:not(.dso-open) + .dso-description-content {
  display: none;
}
.dso-description-term + .dso-description-content {
  background-color: #e1ecf7;
  border: 1px #6ca4d9 solid;
  margin: 4px 0;
  padding: 8px 32px 8px 8px;
  position: relative;
}
.dso-description-term + .dso-description-content > a {
  display: block;
  height: 24px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 24px;
}
.dso-description-term + .dso-description-content > a::before {
  background: url("../dso-icons.svg#img-times-zwart") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
  content: "";
  display: block;
}

.dso-dropdown-menu {
  display: inline-block;
  position: relative;
}
.dso-dropdown-menu > .dso-primary::after,
.dso-dropdown-menu > .dso-secondary::after,
.dso-dropdown-menu > .dso-tertiary::after,
.dso-dropdown-menu > .btn::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
}
.dso-dropdown-menu > .dso-primary::after,
.dso-dropdown-menu > .btn-primary::after {
  background: url("../dso-icons.svg#img-chevron-down-wit") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.dso-dropdown-menu > .dso-secondary::after,
.dso-dropdown-menu > .btn-default::after {
  background: url("../dso-icons.svg#img-chevron-down") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.dso-dropdown-menu > .dso-secondary:hover::after,
.dso-dropdown-menu > .btn-default:hover::after {
  background-image: url("../dso-icons.svg#img-chevron-down-wit");
}
.dso-dropdown-menu > .dso-tertiary::after,
.dso-dropdown-menu > .btn-link::after {
  background: url("../dso-icons.svg#img-chevron-down") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
  position: relative;
  top: -2px;
}
.dso-dropdown-menu > .dso-tertiary:hover::after,
.dso-dropdown-menu > .btn-link:hover::after {
  background-image: url("../dso-icons.svg#img-chevron-down-scampi");
}
.dso-dropdown-menu .dso-group-label {
  color: #999;
  font-size: 0.875em;
  font-weight: 400;
  margin: 0;
  padding: 4px 20px 2px;
  text-transform: uppercase;
}
.dso-dropdown-menu ul {
  margin: 0;
  padding: 0;
}
.dso-dropdown-menu ul:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 11px;
  padding-bottom: 11px;
}
.dso-dropdown-menu .dso-dropdown-options {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.4);
  font-size: 16px;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 220;
}
.dso-dropdown-menu .dso-dropdown-options li {
  list-style: none;
}
.dso-dropdown-menu .dso-dropdown-options li a:visited {
  color: #191919;
}
.dso-dropdown-menu .dso-dropdown-options li a,
.dso-dropdown-menu .dso-dropdown-options li button {
  text-decoration: none;
  clear: both;
  color: #191919;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.dso-dropdown-menu .dso-dropdown-options li a:hover, .dso-dropdown-menu .dso-dropdown-options li a:focus, .dso-dropdown-menu .dso-dropdown-options li a:active,
.dso-dropdown-menu .dso-dropdown-options li button:hover,
.dso-dropdown-menu .dso-dropdown-options li button:focus,
.dso-dropdown-menu .dso-dropdown-options li button:active {
  text-decoration: underline;
}
.dso-dropdown-menu .dso-dropdown-options li a:hover, .dso-dropdown-menu .dso-dropdown-options li a:focus,
.dso-dropdown-menu .dso-dropdown-options li button:hover,
.dso-dropdown-menu .dso-dropdown-options li button:focus {
  background-color: #39870c;
  border-color: #39870c;
  color: #fff;
  text-decoration: none;
}
.dso-dropdown-menu .dso-dropdown-options li button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  text-align: inherit;
  width: 100%;
}
.dso-dropdown-menu.dso-open > .dso-primary::after,
.dso-dropdown-menu.dso-open > .btn-primary::after {
  background-image: url("../dso-icons.svg#img-chevron-up-wit");
}
.dso-dropdown-menu.dso-open > .dso-secondary::after,
.dso-dropdown-menu.dso-open > .btn-default::after {
  background-image: url("../dso-icons.svg#img-chevron-up");
}
.dso-dropdown-menu.dso-open > .dso-secondary:hover::after,
.dso-dropdown-menu.dso-open > .btn-default:hover::after {
  background-image: url("../dso-icons.svg#img-chevron-up-wit");
}
.dso-dropdown-menu.dso-open > .dso-tertiary::after,
.dso-dropdown-menu.dso-open > .btn-link::after {
  background-image: url("../dso-icons.svg#img-chevron-up");
}
.dso-dropdown-menu.dso-open > .dso-tertiary:hover::after,
.dso-dropdown-menu.dso-open > .btn-link:hover::after {
  background-image: url("../dso-icons.svg#img-chevron-up-scampi");
}
.dso-dropdown-menu.dso-checkable .dso-group-label {
  padding-left: 40px;
}
.dso-dropdown-menu.dso-checkable li a,
.dso-dropdown-menu.dso-checkable li button {
  padding-left: 40px;
}
.dso-dropdown-menu.dso-checkable li.dso-checked a:not(:focus),
.dso-dropdown-menu.dso-checkable li.dso-checked button:not(:focus) {
  background-color: #39870c;
  border-color: #39870c;
  color: #fff;
}
.dso-dropdown-menu.dso-checkable li.dso-checked a::before,
.dso-dropdown-menu.dso-checkable li.dso-checked button::before {
  background: url("../dso-icons.svg#img-check-wit") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
  content: "";
  display: block;
  float: left;
  margin-left: -32px;
  margin-right: 8px;
}
.dso-dropdown-menu.dso-dropdown-align-right .dso-dropdown-options {
  right: 0;
}

.dso-footnotes {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #ccc;
  padding-top: 12px;
}
.dso-footnotes .dso-footnote-backlink::after {
  content: "^";
  display: inline-block;
  font-weight: 700;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 14px;
  font-size: 16px;
  line-height: 1.5;
  color: #191919;
  background-color: #fff;
  background-image: none;
  border: 1px solid #275937;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #666;
}
.form-control::-webkit-input-placeholder {
  color: #666;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  border-color: #275937;
  outline: 0;
  box-shadow: inset 0 0 0 1px #275937;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #fff;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: default;
}
.form-control[disabled] {
  border-color: #e5e5e5;
  color: #999;
}
.form-control[readonly] {
  border-width: 1px;
}
.form-control[type=text] {
  line-height: 40px;
}
.form-control[size] {
  width: auto;
}

.form fieldset, form fieldset, .dso-section-body fieldset {
  margin-bottom: 16px;
}
.form fieldset > legend, form fieldset > legend, .dso-section-body fieldset > legend {
  color: #275937;
  font-size: 1.25rem;
  font-weight: 600;
  border-bottom: 0;
  margin-bottom: 32px;
}
.form fieldset > legend h2,
.form fieldset > legend h3,
.form fieldset > legend h4,
.form fieldset > legend h5,
.form fieldset > legend h6, form fieldset > legend h2,
form fieldset > legend h3,
form fieldset > legend h4,
form fieldset > legend h5,
form fieldset > legend h6, .dso-section-body fieldset > legend h2,
.dso-section-body fieldset > legend h3,
.dso-section-body fieldset > legend h4,
.dso-section-body fieldset > legend h5,
.dso-section-body fieldset > legend h6 {
  margin: 0;
}
.form fieldset + fieldset:not(.form-group) > legend, form fieldset + fieldset:not(.form-group) > legend, .dso-section-body fieldset + fieldset:not(.form-group) > legend {
  border-top: 1px solid #ccc;
  padding-top: 32px;
}
.form fieldset.form-group legend, form fieldset.form-group legend, .dso-section-body fieldset.form-group legend {
  color: #191919;
}
.form fieldset fieldset, form fieldset fieldset, .dso-section-body fieldset fieldset {
  margin-bottom: 0;
  padding-bottom: 0;
}
.form fieldset fieldset + fieldset, form fieldset fieldset + fieldset, .dso-section-body fieldset fieldset + fieldset {
  margin-top: 0;
  padding-top: 0;
}

.form-group {
  margin-bottom: 16px;
}
.form-group + .form-group:not(.dso-static),
.form-group + .dso-form-buttons {
  margin-top: 32px;
}
.form-group:not(.dso-static) + .form-group.dso-static, .form-group.dso-static + .form-group:not(.dso-static) {
  margin-top: 16px;
}
.form-group.dso-edit + .form-group {
  margin-top: 0;
}
.form-group + dl,
.form-group + table,
.form-group + ol,
.form-group + ul,
.form-group + div:not(.form-group):not(.dso-form-buttons) {
  margin-top: 32px;
}
.form-group > .dso-info {
  float: left;
  margin: 16px 0;
}
.form-group .control-label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 8px;
  max-width: 100%;
  text-align: left;
}
.form-group legend.dso-label-container .control-label,
.form-group legend + .dso-label-container .control-label {
  display: inline;
}
.form-group legend.dso-label-container {
  border-bottom: 0;
  font-size: 16px;
  margin-bottom: 8px;
}
.form-group legend + .dso-label-container {
  margin-bottom: 8px;
}
.form-group.has-feedback {
  position: relative;
}
.form-group.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.form-group.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.form-group.has-feedback .form-control {
  padding-right: 47px;
}
.form-group.has-feedback .form-control-feedback {
  color: #275937;
  display: block;
  height: 38px;
  line-height: 38px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 48px;
  z-index: 101;
}
.form-group.has-feedback .form-control-feedback dso-icon,
.form-group.has-feedback .form-control-feedback svg.di {
  margin-top: 7px;
}
.form-group.dso-invalid .form-control {
  border-color: #ce3f51;
}
.form-group.dso-invalid .form-control:focus {
  box-shadow: inset 0 0 0 1px #ce3f51;
}
.form-group.dso-invalid .dso-message {
  color: #b62f41;
  padding-left: 32px;
  position: relative;
}
.form-group.dso-invalid .dso-message::before {
  background: url("../dso-icons.svg#img-status-danger") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
}
.form-group .dso-message,
.form-group .dso-help-block {
  margin: 8px 0 0;
}
.form-group .dso-help-block {
  color: #666;
  font-style: italic;
}

.form-horizontal .form-group {
  margin-right: -16px;
  margin-left: -16px;
}
.form-horizontal .form-group::before, .form-horizontal .form-group::after {
  display: table;
  content: " ";
}
.form-horizontal .form-group::after {
  clear: both;
}
.form-horizontal .form-group > .dso-label-container {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group > .dso-label-container {
    float: left;
    width: 50%;
  }
}
.form-horizontal .form-group > legend + .dso-label-container {
  margin-top: 7px;
}
.form-horizontal .form-group > .dso-field-container {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group > .dso-field-container {
    float: left;
    width: 50%;
  }
}
.form-horizontal .form-group.has-feedback .form-control-feedback {
  right: 16px;
}
.form-horizontal .form-group > .dso-info {
  margin: 16px;
  width: calc(100% - 32px);
}

.form .dso-field-container, form .dso-field-container, .dso-section-body .dso-field-container {
  position: relative;
}
.form fieldset .dso-label-container > .dso-info, form fieldset .dso-label-container > .dso-info, .dso-section-body fieldset .dso-label-container > .dso-info {
  font-weight: 400;
  margin-bottom: 16px;
  margin-top: 8px;
}

.form-group.dso-checkboxes.dso-invalid .dso-selectable {
  --dso-selectable-color: #ce3f51;
}
.form-group.dso-checkboxes.dso-required .control-label::after {
  color: #666;
  content: "verplicht";
  font-size: 0.85em;
  font-style: italic;
  font-weight: 400;
  margin-left: 4px;
}
@media screen and (min-width: 768px) {
  .form-horizontal .form-group.dso-checkboxes .dso-field-container {
    padding-top: 7px;
  }
}

.form-group.dso-input.dso-required .control-label::after {
  color: #666;
  content: "verplicht";
  font-size: 0.85em;
  font-style: italic;
  font-weight: 400;
  margin-left: 4px;
}

.dso-highlight-box {
  background-color: #f2f2f2;
  margin-top: 16px;
  padding: 16px;
  margin-bottom: 24px;
}
.dso-highlight-box.dso-white {
  background-color: #fff;
}
.dso-highlight-box.dso-yellow {
  background-color: #f8f6cc;
}
.dso-highlight-box.dso-drop-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.dso-highlight-box.dso-border {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 15px;
}
.dso-highlight-box.dso-has-counter {
  margin-top: 48px;
}
.dso-highlight-box.dso-has-counter {
  padding-top: 40px;
  position: relative;
}
.dso-highlight-box .dso-step-counter {
  background-color: #275937;
  border: 8px solid #79b929;
  border-radius: 50%;
  box-sizing: content-box;
  color: #fff;
  font-size: 1.25em;
  font-weight: 500;
  height: 32px;
  left: 16px;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: -24px;
  width: 32px;
}
.dso-highlight-box dso-icon {
  vertical-align: text-top;
}
.dso-highlight-box > .dso-rich-content *:first-child {
  margin-top: 0;
}
.dso-highlight-box > *:last-child {
  margin-bottom: 0;
}
.dso-highlight-box .dso-tertiary:not([disabled]):hover,
.dso-highlight-box .dso-tertiary:not([disabled]):hover dso-icon,
.dso-highlight-box .dso-tertiary:not([disabled]):hover svg.di,
.dso-highlight-box .btn-link:not([disabled]):hover,
.dso-highlight-box .btn-link:not([disabled]):hover dso-icon,
.dso-highlight-box .btn-link:not([disabled]):hover svg.di {
  text-decoration: underline;
}
.dso-highlight-box.dso-yellow, .dso-highlight-box:not(.dso-border):not(.dso-white) {
  --di-chevron-right-grijs90: dso-icon("chevron-right", "grijs90");
}
.dso-highlight-box.dso-yellow .dso-tertiary:not([disabled]),
.dso-highlight-box.dso-yellow .btn-link:not([disabled]), .dso-highlight-box:not(.dso-border):not(.dso-white) .dso-tertiary:not([disabled]),
.dso-highlight-box:not(.dso-border):not(.dso-white) .btn-link:not([disabled]) {
  color: #191919;
}
.dso-highlight-box.dso-yellow .dso-tertiary:not([disabled]):hover,
.dso-highlight-box.dso-yellow .dso-tertiary:not([disabled]):hover dso-icon,
.dso-highlight-box.dso-yellow .dso-tertiary:not([disabled]):hover svg.di, .dso-highlight-box.dso-yellow .dso-tertiary:not([disabled]):focus,
.dso-highlight-box.dso-yellow .dso-tertiary:not([disabled]):focus dso-icon,
.dso-highlight-box.dso-yellow .dso-tertiary:not([disabled]):focus svg.di,
.dso-highlight-box.dso-yellow .btn-link:not([disabled]):hover,
.dso-highlight-box.dso-yellow .btn-link:not([disabled]):hover dso-icon,
.dso-highlight-box.dso-yellow .btn-link:not([disabled]):hover svg.di,
.dso-highlight-box.dso-yellow .btn-link:not([disabled]):focus,
.dso-highlight-box.dso-yellow .btn-link:not([disabled]):focus dso-icon,
.dso-highlight-box.dso-yellow .btn-link:not([disabled]):focus svg.di, .dso-highlight-box:not(.dso-border):not(.dso-white) .dso-tertiary:not([disabled]):hover,
.dso-highlight-box:not(.dso-border):not(.dso-white) .dso-tertiary:not([disabled]):hover dso-icon,
.dso-highlight-box:not(.dso-border):not(.dso-white) .dso-tertiary:not([disabled]):hover svg.di, .dso-highlight-box:not(.dso-border):not(.dso-white) .dso-tertiary:not([disabled]):focus,
.dso-highlight-box:not(.dso-border):not(.dso-white) .dso-tertiary:not([disabled]):focus dso-icon,
.dso-highlight-box:not(.dso-border):not(.dso-white) .dso-tertiary:not([disabled]):focus svg.di,
.dso-highlight-box:not(.dso-border):not(.dso-white) .btn-link:not([disabled]):hover,
.dso-highlight-box:not(.dso-border):not(.dso-white) .btn-link:not([disabled]):hover dso-icon,
.dso-highlight-box:not(.dso-border):not(.dso-white) .btn-link:not([disabled]):hover svg.di,
.dso-highlight-box:not(.dso-border):not(.dso-white) .btn-link:not([disabled]):focus,
.dso-highlight-box:not(.dso-border):not(.dso-white) .btn-link:not([disabled]):focus dso-icon,
.dso-highlight-box:not(.dso-border):not(.dso-white) .btn-link:not([disabled]):focus svg.di {
  color: #666;
}
.dso-highlight-box.dso-yellow a:not(.btn):not(.dso-primary):not(.dso-secondary):not(.dso-tertiary),
.dso-highlight-box.dso-yellow a:visited:not(.btn):not(.dso-primary):not(.dso-secondary):not(.dso-tertiary), .dso-highlight-box:not(.dso-border):not(.dso-white) a:not(.btn):not(.dso-primary):not(.dso-secondary):not(.dso-tertiary),
.dso-highlight-box:not(.dso-border):not(.dso-white) a:visited:not(.btn):not(.dso-primary):not(.dso-secondary):not(.dso-tertiary) {
  color: #191919;
}
.dso-highlight-box:not(.dso-border):not(.dso-white) .dso-link-list li {
  margin-bottom: 16px;
}
.dso-highlight-box:not(.dso-border):not(.dso-white) .dso-link-list li:last-child {
  margin-bottom: 0;
}
.dso-highlight-box:not(.dso-border):not(.dso-white) .dso-link-list a {
  text-decoration: none;
  color: #191919;
}
.dso-highlight-box:not(.dso-border):not(.dso-white) .dso-link-list a:hover, .dso-highlight-box:not(.dso-border):not(.dso-white) .dso-link-list a:focus, .dso-highlight-box:not(.dso-border):not(.dso-white) .dso-link-list a:active {
  text-decoration: underline;
}
.dso-highlight-box:not(.dso-border):not(.dso-white) .dso-link-list a::before, .dso-highlight-box:not(.dso-border):not(.dso-white) .dso-link-list a:active::before, .dso-highlight-box:not(.dso-border):not(.dso-white) .dso-link-list a:focus::before, .dso-highlight-box:not(.dso-border):not(.dso-white) .dso-link-list a:hover::before {
  background: url("../dso-icons.svg#img-chevron-right-grijs90") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.dso-highlight-box:not(.dso-border):not(.dso-white) .dso-link-list a:active {
  color: #191919;
  text-decoration: none;
}
.dso-highlight-box:not(.dso-border):not(.dso-white) .dso-link-list a.download::after {
  background: url("../dso-icons.svg#img-download-grijs90") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.dso-highlight-box:not(.dso-border):not(.dso-white) .dso-link-list a.extern::after {
  background: url("../dso-icons.svg#img-external-link-grijs90") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}

svg.di {
  height: 24px;
  vertical-align: top;
  width: 24px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
  outline: 8px solid #b62f41;
}

.img-thumbnail {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  line-height: 1.5;
  outline: 8px solid #b62f41;
  padding: 4px;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

.dso-info:not(.dso-accordion-section) {
  background-color: #f2f2f2;
  padding: 16px 32px 16px 16px;
  position: relative;
}
.dso-info:not(.dso-accordion-section) > button {
  background-color: transparent;
  border-style: none;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 8px;
}
.dso-info:not(.dso-accordion-section) > button::before {
  background: url("../dso-icons.svg#img-times-grijs90") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
  content: "";
  display: inline-block;
}
.dso-info:not(.dso-accordion-section) .dso-rich-content *:first-child {
  margin-top: 0;
}
.dso-info:not(.dso-accordion-section) .dso-rich-content img {
  display: block;
  margin: 8px auto;
  max-width: 100%;
}
.dso-info:not(.dso-accordion-section) .dso-rich-content a:not(.btn):not(.dso-primary):not(.dso-secondary):not(.dso-tertiary), .dso-info:not(.dso-accordion-section) .dso-rich-content a:hover, .dso-info:not(.dso-accordion-section) .dso-rich-content a:focus, .dso-info:not(.dso-accordion-section) .dso-rich-content a:active, .dso-info:not(.dso-accordion-section) .dso-rich-content a:visited {
  color: #191919;
}
.dso-info:not(.dso-accordion-section) .dso-rich-content a:active {
  text-decoration: none;
}
.dso-info:not(.dso-accordion-section) .dso-rich-content .dso-tertiary:not([disabled]),
.dso-info:not(.dso-accordion-section) .dso-rich-content .btn-link:not([disabled]) {
  color: #000;
}
.dso-info:not(.dso-accordion-section) .dso-rich-content .dso-tertiary:not([disabled]):hover,
.dso-info:not(.dso-accordion-section) .dso-rich-content .dso-tertiary:not([disabled]):hover dso-icon,
.dso-info:not(.dso-accordion-section) .dso-rich-content .dso-tertiary:not([disabled]):hover svg.di, .dso-info:not(.dso-accordion-section) .dso-rich-content .dso-tertiary:not([disabled]):focus,
.dso-info:not(.dso-accordion-section) .dso-rich-content .dso-tertiary:not([disabled]):focus dso-icon,
.dso-info:not(.dso-accordion-section) .dso-rich-content .dso-tertiary:not([disabled]):focus svg.di,
.dso-info:not(.dso-accordion-section) .dso-rich-content .btn-link:not([disabled]):hover,
.dso-info:not(.dso-accordion-section) .dso-rich-content .btn-link:not([disabled]):hover dso-icon,
.dso-info:not(.dso-accordion-section) .dso-rich-content .btn-link:not([disabled]):hover svg.di,
.dso-info:not(.dso-accordion-section) .dso-rich-content .btn-link:not([disabled]):focus,
.dso-info:not(.dso-accordion-section) .dso-rich-content .btn-link:not([disabled]):focus dso-icon,
.dso-info:not(.dso-accordion-section) .dso-rich-content .btn-link:not([disabled]):focus svg.di {
  color: #666;
  text-decoration: underline;
}

.dso-info-button {
  background: url("../dso-icons.svg#img-info") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
  border: 1px solid transparent;
  margin-left: 8px;
  padding: 0;
}
.dso-info-button.dso-open, .dso-info-button:hover, .dso-info-button:active {
  background-image: url("../dso-icons.svg#img-info-active");
}
.dso-info-button.dso-info-secondary {
  background-image: url("../dso-icons.svg#img-info-secondary");
}
.dso-info-button.dso-info-secondary.dso-open, .dso-info-button.dso-info-secondary:hover, .dso-info-button.dso-info-secondary:active {
  background-image: url("../dso-icons.svg#img-info-active-secondary");
}

.dso-input-number:not(.form-group) {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.dso-input-number label {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-horizontal .dso-input-number.form-group .dso-field-container {
    margin-top: 7px;
  }
}
.dso-input-number .dso-input-step-counter {
  align-self: center;
  background-color: transparent;
  border: 0;
  display: inline-block;
  height: 24px;
  text-align: center;
  width: 24px;
}
.dso-input-number .dso-input-step-counter:focus, .dso-input-number .dso-input-step-counter:active {
  outline: 0;
}
.dso-input-number .dso-input-step-counter::-webkit-outer-spin-button, .dso-input-number .dso-input-step-counter::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dso-input-number .dso-input-step-counter[type=number] {
  -moz-appearance: textfield;
}

.dso-label {
  background-color: #f2f2f2;
  border-radius: 4px;
  color: #191919;
  display: inline-block;
  line-height: 1.5;
}
.dso-label:not(.dso-label-bright) {
  padding: 4px 8px;
}
.dso-label:focus-within, .dso-label.dso-hover {
  text-decoration: line-through;
}
.dso-label button {
  background: none;
  border: 0;
  border-radius: 0 4px 4px 0;
  color: inherit;
  float: right;
  font-size: 16px;
  margin-bottom: -4px;
  margin-left: 8px;
  margin-right: -4px;
  margin-top: 0;
  padding: 0;
}
.dso-label button:hover {
  cursor: pointer;
}
.dso-label button > dso-icon,
.dso-label button > svg.di {
  display: block;
}
.dso-label.dso-compact {
  border: 0;
  padding: 0 8px;
}
.dso-label.dso-label-info {
  background-color: #6ca4d9;
  color: #191919;
}
.dso-label.dso-label-primary {
  background-color: #275937;
  color: #fff;
}
.dso-label.dso-label-success {
  background-color: #39870c;
  color: #fff;
}
.dso-label.dso-label-warning {
  background-color: #dcd400;
  color: #191919;
}
.dso-label.dso-label-danger {
  background-color: #ce3f51;
  color: #fff;
}
.dso-label.dso-label-bright {
  background-color: #fff;
  color: #191919;
  border: 1px solid #ccc;
  padding: 3px 7px;
}
.dso-label .dso-label-symbol {
  background-color: #fff;
  display: block;
  float: left;
  height: 20px;
  margin-top: 2px;
  margin-right: 8px;
  width: 24px;
  overflow: hidden;
  position: relative;
}
.dso-label .dso-label-symbol > span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dso-label-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.dso-label-group.dso-align-right {
  justify-content: flex-end;
}

.dso-link-list {
  padding-left: 0;
  list-style: none;
}
.dso-link-list li {
  margin-bottom: 16px;
}
.dso-link-list li:last-child {
  margin-bottom: 0;
}
.dso-link-list li a[aria-current=page] {
  font-weight: 700;
}
.dso-link-list a {
  text-decoration: none;
}
.dso-link-list a:hover, .dso-link-list a:focus, .dso-link-list a:active {
  text-decoration: underline;
}
.dso-link-list a::before {
  background: url("../dso-icons.svg#img-chevron-right") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
  content: "";
  display: inline-block;
  margin-left: -8px;
  margin-right: 8px;
}
.dso-link-list a:active::before, .dso-link-list a:focus::before, .dso-link-list a:hover::before {
  background-image: url("../dso-icons.svg#img-chevron-right-scampi");
}

.dso-btn-group {
  display: flex;
  flex-direction: row;
}
.dso-btn-group > * {
  border-radius: 0;
}
.dso-btn-group > *:first-child {
  border-radius: 4px 0 0 4px;
}
.dso-btn-group > *:not(:first-child) {
  border-left-style: none !important;
}
.dso-btn-group > *:last-child {
  border-radius: 0 4px 4px 0;
}
.dso-btn-group > .dso-input-number {
  background-color: #fff;
  border-color: #ccc;
  color: #191919;
  border-style: solid;
  border-width: 1px;
  flex-wrap: nowrap;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .dso-btn-group > .dso-input-number {
    justify-content: center;
  }
}
.dso-btn-group > *:hover + .dso-input-number,
.dso-btn-group > *:focus + .dso-input-number {
  background-color: #fff;
  border-color: #39870c;
  color: #191919;
}
.dso-btn-group > *.dso-selected + .dso-input-number {
  background-color: #fff;
  border-color: #39870c;
  color: #191919;
  border-width: 2px;
}
.dso-btn-group > *:active + .dso-input-number, .dso-btn-group > *:active + .dso-input-number:hover,
.dso-btn-group > *.active + .dso-input-number,
.dso-btn-group > *.active + .dso-input-number:hover {
  background-color: #fff;
  border-color: #39870c;
  color: #191919;
}
.dso-btn-group > *.disabled + .dso-input-number, .dso-btn-group > *.disabled + .dso-input-number:hover,
.dso-btn-group > *[disabled] + .dso-input-number,
.dso-btn-group > *[disabled] + .dso-input-number:hover {
  background-color: #fff;
  border-color: #ccc;
  color: #666;
  opacity: 1;
}
.dso-btn-group .dso-list-button {
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .dso-btn-group {
    flex-direction: column;
  }
  .dso-btn-group > *:first-child {
    border-radius: 4px 4px 0 0;
  }
  .dso-btn-group > *:not(:first-child) {
    border-left-style: solid !important;
    border-top-style: none !important;
  }
  .dso-btn-group > *:last-child {
    border-radius: 0 0 4px 4px;
  }
}

.dso-list-button {
  background-color: #fff;
  border-color: #ccc;
  color: #191919;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  padding: 15px 47px 15px 15px;
  position: relative;
  text-align: left;
  white-space: normal;
  width: 100%;
}
.dso-list-button:hover, .dso-list-button:focus {
  background-color: #fff;
  border-color: #39870c;
  color: #191919;
}
.dso-list-button:active, .dso-list-button:active:hover, .dso-list-button.active, .dso-list-button.active:hover {
  background-color: #fff;
  border-color: #39870c;
  color: #191919;
}
.dso-list-button.disabled, .dso-list-button.disabled:hover, .dso-list-button[disabled], .dso-list-button[disabled]:hover {
  background-color: #fff;
  border-color: #ccc;
  color: #666;
  opacity: 1;
}
.dso-list-button.dso-selected {
  border-color: #39870c;
  border-width: 2px;
}
.dso-list-button > span {
  display: block;
}
.dso-list-button .dso-sublabel {
  font-weight: 400;
  width: 100%;
}
.dso-list-button .dso-subcontent {
  color: #666;
  font-weight: 400;
  padding: 16px 0 0 16px;
}
.dso-list-button .dso-subcontent mark {
  background-color: transparent;
  color: #666;
  font-weight: 700;
  padding: 0;
}
.dso-list-button dso-icon,
.dso-list-button svg.di,
.dso-list-button .dso-count {
  height: 24px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 24px;
}
.dso-list-button dso-icon,
.dso-list-button svg.di {
  color: #39870c;
  page-break-before: always;
}
.dso-list-button .dso-count {
  font-weight: 700;
}

.dso-list-button + .dso-list-button,
.dso-list-button + .dso-btn-group,
.dso-btn-group + .dso-list-button,
.dso-btn-group + .dso-btn-group {
  margin-top: 4px;
}

.list-group-item {
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  position: relative;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 0;
}

.list-group > .list-group-item p {
  margin: 0 0 16px;
}
.list-group > .list-group-item ul,
.list-group > .list-group-item ol {
  margin-bottom: 16px;
}
.list-group > .list-group-item ul:not(.list-group):not(.dso-link-list):not(.dso-columns-list),
.list-group > .list-group-item ol:not(.list-group):not(.dso-link-list):not(.dso-columns-list) {
  padding-inline-start: 24px;
}
.list-group > .list-group-item pre {
  margin: 0 0 16px;
}
.list-group > .list-group-item blockquote {
  padding: 16px 24px;
}
.list-group > .list-group-item dso-highlight-box,
.list-group > .list-group-item .dso-highlight-box {
  margin-bottom: 24px;
}
.list-group > .list-group-item img {
  height: auto;
  max-width: 100%;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 16px;
}
ul.dso-columns-list,
ol.dso-columns-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media (max-width: 991px) {
  ul.dso-columns-list,
ol.dso-columns-list {
    columns: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  ul.dso-columns-list,
ol.dso-columns-list {
    columns: 2;
  }
}
@media (min-width: 1200px) {
  ul.dso-columns-list,
ol.dso-columns-list {
    columns: 3;
  }
}
ul li .dso-info,
ol li .dso-info {
  margin-bottom: 8px;
  margin-top: 8px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

@keyframes slideInFromTop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  body.dso-modal-open {
    overflow: hidden;
  }
  body.dso-modal-open::before {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 529;
  }
}
@media screen and (max-width: 767px) {
  body.dso-modal-open .container,
body.dso-modal-open dso-banner,
body.dso-modal-open .dso-banner {
    display: none;
  }
}

.dso-modal .dso-dialog {
  background-color: #fff;
  box-shadow: 0 8px 24px 0 rgba(25, 25, 25, 0.4);
}
.dso-modal .dso-header {
  border-bottom: 1px solid #ccc;
  padding: 16px;
  position: relative;
}
.dso-modal .dso-header h2 {
  margin: 0;
  max-width: calc(100% - 24px);
}
.dso-modal .dso-header .dso-close {
  background-color: transparent;
  border: 0;
  height: 32px;
  padding: 0;
  position: absolute;
  right: 13px;
  text-align: center;
  top: 16px;
  width: 32px;
}
.dso-modal .dso-header .dso-close::before {
  background: url("../dso-icons.svg#img-times") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.dso-modal .dso-body {
  height: calc(100% - 96px - 1.5rem);
  max-height: calc(70vh - 144px - 1.5em);
  min-height: 1.5rem;
  overflow-x: auto;
  padding: 32px;
}
.dso-modal .dso-body p {
  margin: 0 0 16px;
}
.dso-modal .dso-body ul,
.dso-modal .dso-body ol {
  margin-bottom: 16px;
}
.dso-modal .dso-body ul:not(.list-group):not(.dso-link-list):not(.dso-columns-list),
.dso-modal .dso-body ol:not(.list-group):not(.dso-link-list):not(.dso-columns-list) {
  padding-inline-start: 24px;
}
.dso-modal .dso-body pre {
  margin: 0 0 16px;
}
.dso-modal .dso-body blockquote {
  padding: 16px 24px;
}
.dso-modal .dso-body dso-highlight-box,
.dso-modal .dso-body .dso-highlight-box {
  margin-bottom: 24px;
}
.dso-modal .dso-body img {
  height: auto;
  max-width: 100%;
}
.dso-modal .dso-footer {
  min-height: 80px;
  padding: 0 32px 32px;
  text-align: right;
}
.dso-modal .dso-footer .dso-tertiary,
.dso-modal .dso-footer .btn-link {
  float: left;
  line-height: calc(1.5em - 1px);
  padding: 11px 0;
  position: relative;
}
.dso-modal.dso-confirm .dso-footer button:first-child {
  float: left;
}
@media screen and (min-width: 768px) {
  .dso-modal {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 530;
  }
  .dso-modal .dso-dialog {
    animation: 1s ease-out 0s 1 slideInFromTop;
    margin: auto;
    margin-top: 15vh;
    max-width: 640px;
    opacity: 1;
  }
  .dso-modal .dso-footer .btn + .dso-secondary, .dso-modal .dso-footer .btn + .btn-default, .dso-modal .dso-footer .dso-primary + .dso-secondary, .dso-modal .dso-footer .dso-primary + .btn-default, .dso-modal .dso-footer .dso-secondary + .dso-secondary, .dso-modal .dso-footer .dso-secondary + .btn-default, .dso-modal .dso-footer .dso-tertiary + .dso-secondary, .dso-modal .dso-footer .dso-tertiary + .btn-default {
    margin-left: 16px;
  }
  .dso-modal .dso-footer .btn + .dso-tertiary, .dso-modal .dso-footer .btn + .btn-link, .dso-modal .dso-footer .dso-primary + .dso-tertiary, .dso-modal .dso-footer .dso-primary + .btn-link, .dso-modal .dso-footer .dso-secondary + .dso-tertiary, .dso-modal .dso-footer .dso-secondary + .btn-link, .dso-modal .dso-footer .dso-tertiary + .dso-tertiary, .dso-modal .dso-footer .dso-tertiary + .btn-link {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .dso-modal {
    max-width: 100%;
  }
  .dso-modal .dso-footer .btn + .btn, .dso-modal .dso-footer .btn + .dso-primary, .dso-modal .dso-footer .btn + .dso-secondary, .dso-modal .dso-footer .btn + .dso-tertiary, .dso-modal .dso-footer .dso-primary + .btn, .dso-modal .dso-footer .dso-primary + .dso-primary, .dso-modal .dso-footer .dso-primary + .dso-secondary, .dso-modal .dso-footer .dso-primary + .dso-tertiary, .dso-modal .dso-footer .dso-secondary + .btn, .dso-modal .dso-footer .dso-secondary + .dso-primary, .dso-modal .dso-footer .dso-secondary + .dso-secondary, .dso-modal .dso-footer .dso-secondary + .dso-tertiary, .dso-modal .dso-footer .dso-tertiary + .btn, .dso-modal .dso-footer .dso-tertiary + .dso-primary, .dso-modal .dso-footer .dso-tertiary + .dso-secondary, .dso-modal .dso-footer .dso-tertiary + .dso-tertiary {
    margin-left: 0;
  }
  .dso-modal .dso-footer button {
    text-align: center;
    width: 100%;
  }
  .dso-modal .dso-footer button + button {
    margin-top: 8px;
  }
  .dso-modal .dso-footer button.dso-tertiary,
.dso-modal .dso-footer button.dso-tertiary span, .dso-modal .dso-footer button.btn-link,
.dso-modal .dso-footer button.btn-link span {
    float: none;
  }
}

.dso-navbar {
  min-height: 32px;
}
.dso-navbar .dso-navbar-header {
  float: left;
}
@media screen and (max-width: 991px) {
  .dso-navbar {
    clear: left;
  }
  .dso-navbar > .dso-nav {
    clear: both;
  }
  .dso-navbar:not(.dso-open) > .dso-nav {
    display: none;
  }
  .dso-navbar:not(.dso-open) > .dso-nav.dso-nav-sub {
    display: block;
  }
}
.dso-navbar .dso-navbar-toggle {
  border-radius: 4px;
  min-width: auto;
  padding: 5px 0;
}
.dso-navbar .dso-navbar-toggle dso-icon,
.dso-navbar .dso-navbar-toggle svg.di {
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (min-width: 992px) {
  .dso-navbar .dso-navbar-toggle {
    display: none;
  }
}
#state-switch:checked ~ .toolkit-example .dso-navbar > .dso-nav {
  display: block;
}

.dso-nav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .dso-nav {
    border-bottom: 1px solid #ccc;
  }
}
.dso-nav > li > a {
  display: block;
}
.dso-nav > li > a, .dso-nav > li > a:hover, .dso-nav > li > a:focus, .dso-nav > li > a:visited {
  color: #275937;
}
.dso-nav > li.dso-active > a, .dso-nav > li.is-active > a {
  border-bottom: 4px solid #8b4a6a;
  font-weight: bold;
}
.dso-nav.dso-nav-main > li {
  display: block;
}
@media screen and (min-width: 768px) {
  .dso-nav.dso-nav-main > li {
    display: inline-block;
  }
}
.dso-nav.dso-nav-main > li > a {
  text-decoration: none;
  font-size: 1.25em;
  line-height: 1;
  margin-top: 8px;
  padding: 8px 16px 7px;
}
.dso-nav.dso-nav-main > li > a:hover, .dso-nav.dso-nav-main > li > a:focus, .dso-nav.dso-nav-main > li > a:active {
  text-decoration: underline;
}
.dso-nav.dso-nav-sub > li {
  display: inline-block;
}
.dso-nav.dso-nav-sub > li > a {
  text-decoration: none;
  font-size: 16px;
  margin-top: 4px;
  padding: 4px 8px 3px;
}
.dso-nav.dso-nav-sub > li > a:hover, .dso-nav.dso-nav-sub > li > a:focus, .dso-nav.dso-nav-sub > li > a:active {
  text-decoration: underline;
}

.pagination {
  text-align: center;
}
.pagination .dso-previous,
.pagination .dso-next {
  border-color: #39870c;
  height: 32px;
  text-indent: -9999px;
  width: 32px;
}
.pagination .dso-previous::before,
.pagination .dso-next::before {
  content: "";
  display: inline-block;
  margin-top: 4px;
}
.pagination .dso-previous::before {
  background: url("../dso-icons.svg#img-chevron-left") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.pagination .dso-next::before {
  background: url("../dso-icons.svg#img-chevron-right") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.pagination > li {
  display: inline-block;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}
.pagination > li > a,
.pagination > li > span {
  color: #39870c;
  display: inline-block;
  height: 32px;
  position: relative;
  vertical-align: middle;
  width: 32px;
}
.pagination > li > a:active,
.pagination > li > span:active {
  background-color: #ebf3e6;
}
.pagination > li > span {
  border: 2px solid transparent;
  border-radius: 50%;
}
.pagination > li a {
  line-height: 32px;
  text-decoration: none;
}
.pagination > li a:hover, .pagination > li a:focus {
  text-decoration: none;
}
.pagination > li a:hover::after, .pagination > li a:focus::after {
  border-bottom-color: #39870c;
}
.pagination > li a::after {
  border-bottom: 3px solid transparent;
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  width: 100%;
}
.pagination > li.active span {
  background-color: #39870c;
  color: #fff;
}
.pagination > li + li {
  margin-left: 8px;
}

.progress {
  background-color: #fff;
  border: 1px solid #39870c;
  height: 16px;
  margin-bottom: calc(16px + 1em);
  position: relative;
}
.progress .progress-bar {
  background-color: #39870c;
  color: #fff;
  float: left;
  font-size: 14px;
  height: 100%;
  line-height: 16px;
  text-align: center;
  width: 0%;
}
.progress .progress-bar > span:not(.sr-only) {
  color: #191919;
  left: 0;
  position: absolute;
  top: calc(100% + 8px);
}

.dso-progress-indicator .dso-progress-indicator-spinner {
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.dso-progress-indicator span.dso-progress-indicator-label {
  margin-left: 16px;
  vertical-align: middle;
}
.dso-progress-indicator .dso-progress-indicator-spinner {
  background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner { animation: rotator 8s linear infinite; transform-origin: center; } @keyframes rotator { 0%25 { transform: rotate(0deg); } 100%25 { transform: rotate(360deg); } } .path { stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; } @keyframes dash { 0%25 { stroke-dashoffset: 265; } 50%25 { stroke-dashoffset: 65; transform:rotate(90deg); } 100%25 { stroke-dashoffset: 265; transform:rotate(360deg); } %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.dso-progress-indicator.dso-block {
  align-items: center;
  display: flex;
  justify-content: center;
}
.dso-progress-indicator.dso-small .dso-progress-indicator-spinner, .dso-progress-indicator:not(.dso-medium):not(.dso-large) .dso-progress-indicator-spinner {
  height: 24px;
  width: 24px;
}
.dso-progress-indicator.dso-small.dso-block, .dso-progress-indicator:not(.dso-medium):not(.dso-large).dso-block {
  padding: 12px 16px;
}
.dso-progress-indicator.dso-medium .dso-progress-indicator-spinner {
  height: 32px;
  width: 32px;
}
.dso-progress-indicator.dso-medium.dso-block {
  padding: 16px;
}
.dso-progress-indicator.dso-large .dso-progress-indicator-spinner {
  height: 48px;
  width: 48px;
}
.dso-progress-indicator.dso-large.dso-block {
  padding: 24px 16px;
}

.dso-rich-content p {
  margin: 0 0 16px;
}
.dso-rich-content ul,
.dso-rich-content ol {
  margin-bottom: 16px;
}
.dso-rich-content ul:not(.list-group):not(.dso-link-list):not(.dso-columns-list),
.dso-rich-content ol:not(.list-group):not(.dso-link-list):not(.dso-columns-list) {
  padding-inline-start: 24px;
}
.dso-rich-content pre {
  margin: 0 0 16px;
}
.dso-rich-content blockquote {
  padding: 16px 24px;
}
.dso-rich-content dso-highlight-box,
.dso-rich-content .dso-highlight-box {
  margin-bottom: 24px;
}
.dso-rich-content img {
  height: auto;
  max-width: 100%;
}
.dso-rich-content > :first-child:not(hr) {
  margin-top: 8px;
}
.dso-rich-content > :last-child:not(hr) {
  margin-bottom: 8px;
}

.dso-search-bar {
  display: flex;
  margin-bottom: 16px;
}
.dso-search-bar .dso-search-bar-input {
  position: relative;
  width: 100%;
}
.dso-search-bar .dso-search-bar-input .dso-search-icon {
  bottom: 8px;
  font-size: 0;
  height: 40px;
  left: 0;
  line-height: 40px;
  padding: 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
  z-index: 101;
}
.dso-search-bar .dso-search-bar-input .dso-search-icon::before {
  background: url("../dso-icons.svg#img-search") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
  content: "";
  display: inline-block;
  font-size: 1rem;
}
.dso-search-bar .dso-search-bar-input .dso-search-icon + input,
.dso-search-bar .dso-search-bar-input .dso-search-icon + dso-autosuggest > input {
  padding-left: 40px;
}
.dso-search-bar .dso-search-bar-input input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #275937;
  border-radius: 4px;
  border-width: 1px;
  box-shadow: none;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 6px 40px 6px 8px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
}
.dso-search-bar .dso-search-bar-input input::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.dso-search-bar .dso-search-bar-input input:-ms-input-placeholder {
  color: #666;
}
.dso-search-bar .dso-search-bar-input input::-webkit-input-placeholder {
  color: #666;
}
.dso-search-bar .dso-search-bar-input input:focus {
  border-color: #275937;
  box-shadow: inset 0 0 0 1px #275937;
  outline: 0;
}
.dso-search-bar .dso-search-bar-input input::-ms-clear {
  display: none;
}
.dso-search-bar .dso-search-bar-input button {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #39870c;
  font-size: 0;
  height: 40px;
  padding: 8px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}
.dso-search-bar .dso-search-bar-input button::before {
  background: url("../dso-icons.svg#img-times") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
  content: "";
  display: inline-block;
  font-size: 16px;
}
.dso-search-bar .dso-search-bar-input label {
  flex-grow: 1;
  margin-bottom: 8px;
  width: 100%;
}
.dso-search-bar .dso-search-bar-input label + .dso-search-icon {
  top: 32px;
}
.dso-search-bar .dso-search-bar-input label + .dso-search-icon + input + button,
.dso-search-bar .dso-search-bar-input label + .dso-search-icon + dso-autosuggest + button {
  top: 32px;
}
.dso-search-bar .dso-search-bar-input label + input + button,
.dso-search-bar .dso-search-bar-input label + dso-autosuggest + button {
  top: 32px;
}
.dso-search-bar .dso-search-bar-input label.sr-only + .dso-search-icon, .dso-search-bar .dso-search-bar-input label.dso-search-icon + .dso-search-icon {
  top: 0;
}
.dso-search-bar .dso-search-bar-input label.sr-only + .dso-search-icon + input + button,
.dso-search-bar .dso-search-bar-input label.sr-only + .dso-search-icon + dso-autosuggest + button, .dso-search-bar .dso-search-bar-input label.dso-search-icon + .dso-search-icon + input + button,
.dso-search-bar .dso-search-bar-input label.dso-search-icon + .dso-search-icon + dso-autosuggest + button {
  top: 0;
}
.dso-search-bar .dso-search-bar-input label.sr-only + input + button,
.dso-search-bar .dso-search-bar-input label.sr-only + dso-autosuggest + button, .dso-search-bar .dso-search-bar-input label.dso-search-icon + input + button,
.dso-search-bar .dso-search-bar-input label.dso-search-icon + dso-autosuggest + button {
  top: 0;
}
.dso-search-bar .dso-search-bar-input + button {
  align-self: flex-end;
  height: 40px;
  line-height: 38px;
  margin: 0 0 0 8px;
  min-width: initial;
  padding: 0 16px;
  text-align: center;
}
.dso-search-bar + .dso-results {
  color: #666;
  font-weight: 700;
  margin-top: 8px;
}
.dso-search-bar.dso-invalid .dso-search-bar-input input {
  border-color: #ce3f51;
}

.dso-selectable {
  padding: 0 0 0 32px;
  position: relative;
}
.dso-selectable .dso-selectable-options {
  list-style: none;
  margin-top: 8px;
  padding-left: 0;
}
.dso-selectable .dso-selectable-options li + li {
  margin-top: 8px;
}
.dso-selectable label {
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.dso-selectable input[type=checkbox][disabled] + label::before, .dso-selectable input[type=checkbox][disabled]:active + label::before, .dso-selectable input[type=checkbox][disabled]:focus + label::before,
.dso-selectable input[type=radio][disabled] + label::before,
.dso-selectable input[type=radio][disabled]:active + label::before,
.dso-selectable input[type=radio][disabled]:focus + label::before {
  background-color: #fff;
  box-shadow: 0 0 0 2px #e5e5e5;
}
.dso-selectable input[type=checkbox],
.dso-selectable input[type=radio] {
  height: 24px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
  z-index: 100;
  zoom: 1;
}
@media (prefers-contrast: more) {
  .dso-selectable input[type=checkbox],
.dso-selectable input[type=radio] {
    opacity: 1;
  }
}
.dso-selectable input[type=checkbox]:not([disabled]),
.dso-selectable input[type=radio]:not([disabled]) {
  cursor: pointer;
}
.dso-selectable input[type=checkbox] + label,
.dso-selectable input[type=radio] + label {
  display: inline;
  font-style: normal;
  padding-left: 0;
}
.dso-selectable input[type=checkbox] + label::before,
.dso-selectable input[type=radio] + label::before {
  background: #fff;
  border: 0;
  box-shadow: 0 0 0 2px var(--dso-selectable-color, #275937);
  content: "";
  height: 20px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 20px;
}
.dso-selectable input[type=checkbox]:focus,
.dso-selectable input[type=radio]:focus {
  outline: 0;
}
.dso-selectable input[type=checkbox]:focus + label::before,
.dso-selectable input[type=radio]:focus + label::before {
  box-shadow: 0 0 0 3px var(--dso-selectable-color, #275937);
  height: 18px;
  left: 3px;
  top: 3px;
  width: 18px;
}
.dso-selectable input[type=checkbox]:active + label::before, .dso-selectable input[type=checkbox].active + label::before,
.dso-selectable input[type=radio]:active + label::before,
.dso-selectable input[type=radio].active + label::before {
  background-color: #ebf3e6;
  box-shadow: 0 0 0 1px #275937;
  height: 22px;
  left: 1px;
  top: 1px;
  width: 22px;
}
.dso-selectable input[type=checkbox] + label::before {
  border-radius: 4px;
}
.dso-selectable input[type=checkbox] + label::after {
  background: transparent;
  content: "";
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 6px;
  zoom: 1;
}
.dso-selectable input[type=checkbox]:checked + label::after, .dso-selectable input[type=checkbox]:indeterminate + label::after {
  opacity: 1;
}
.dso-selectable input[type=checkbox]:checked + label::after {
  border: solid;
  border-color: var(--dso-selectable-color, #39870c);
  border-top-color: transparent;
  border-width: 0 0 3px 3px;
  height: 8px;
  transform: rotate(-45deg);
  width: 13px;
}
.dso-selectable input[type=checkbox]:indeterminate + label::after {
  background-color: var(--dso-selectable-color, #39870c);
  height: 12px;
  width: 12px;
}
.dso-selectable input[type=radio] + label::before {
  border-radius: 50%;
}
.dso-selectable input[type=radio] + label::after {
  background-color: transparent;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 6px;
  width: 12px;
  zoom: 1;
}
.dso-selectable input[type=radio]:checked + label::after {
  background-color: var(--dso-selectable-color, #39870c);
  opacity: 1;
}
.dso-selectable > .dso-info {
  float: none;
  margin: 8px 16px 0 -32px;
  width: calc(100% + 32px);
}
.dso-selectable:not(:last-child) {
  margin-bottom: 8px;
}

.dso-shopping-cart .dso-status {
  background-color: #f2f2f2;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  display: block;
  font-weight: 600;
  padding: 16px 48px;
  position: relative;
  text-align: left;
}
.dso-shopping-cart .dso-status dso-icon,
.dso-shopping-cart .dso-status svg.di {
  left: 16px;
  position: absolute;
  margin-right: 8px;
}
.dso-shopping-cart span.dso-status {
  display: inline-block;
  padding-left: 16px;
}
.dso-shopping-cart .dso-status + .dso-items,
.dso-shopping-cart .dso-delete + .dso-items {
  border-top: 1px solid #ccc;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dso-shopping-cart .dso-contents {
  background-color: #f2f2f2;
  border: 0;
  border-radius: 4px;
  position: relative;
}
.dso-shopping-cart .dso-contents > .dso-delete {
  position: absolute;
  width: 24px;
  z-index: 2;
}
.dso-shopping-cart .dso-contents > .dso-items {
  width: 100%;
}
.dso-shopping-cart .dso-contents + .dso-warning {
  margin-top: 16px;
}
.dso-shopping-cart ul,
.dso-shopping-cart ol {
  padding-left: 0;
  list-style: none;
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-bottom: 0;
  margin-top: 0;
}
.dso-shopping-cart ul li,
.dso-shopping-cart ol li {
  border-top: 1px solid #ccc;
}
.dso-shopping-cart .dso-activities > li,
.dso-shopping-cart .dso-subitems > li {
  font-weight: normal;
}
.dso-shopping-cart li {
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative;
}
.dso-shopping-cart li > dso-icon,
.dso-shopping-cart li > svg.di {
  float: left;
  height: 24px;
  margin-right: 8px;
  text-align: center;
  width: 24px;
}
.dso-shopping-cart .dso-items > li {
  font-weight: 600;
  padding-left: 16px;
  padding-right: 80px;
}
.dso-shopping-cart .dso-items > li:first-child {
  border-top: 0;
}
.dso-shopping-cart .dso-items .dso-activities,
.dso-shopping-cart .dso-items .dso-subitems {
  margin-right: -64px;
  margin-top: 16px;
}
.dso-shopping-cart .dso-items .dso-activities li,
.dso-shopping-cart .dso-items .dso-subitems li {
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px 48px 16px 48px;
}
.dso-shopping-cart .dso-items .dso-activities li:last-child,
.dso-shopping-cart .dso-items .dso-subitems li:last-child {
  padding-bottom: 0;
}
.dso-shopping-cart .dso-edit-name {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 14px;
  font-size: 16px;
  line-height: 1.5;
  color: #191919;
  background-color: #fff;
  background-image: none;
  border: 1px solid #275937;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.dso-shopping-cart .dso-edit-name::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.dso-shopping-cart .dso-edit-name:-ms-input-placeholder {
  color: #666;
}
.dso-shopping-cart .dso-edit-name::-webkit-input-placeholder {
  color: #666;
}
.dso-shopping-cart .dso-edit-name::-ms-expand {
  background-color: transparent;
  border: 0;
}
.dso-shopping-cart .dso-edit-name:focus {
  border-color: #275937;
  outline: 0;
  box-shadow: inset 0 0 0 1px #275937;
}
.dso-shopping-cart .dso-edit-name[disabled], .dso-shopping-cart .dso-edit-name[readonly], fieldset[disabled] .dso-shopping-cart .dso-edit-name {
  background-color: #fff;
  opacity: 1;
}
.dso-shopping-cart .dso-edit-name[disabled], fieldset[disabled] .dso-shopping-cart .dso-edit-name {
  cursor: default;
}
.dso-shopping-cart .dso-edit-name[disabled] {
  border-color: #e5e5e5;
  color: #999;
}
.dso-shopping-cart .dso-edit-name[readonly] {
  border-width: 1px;
}
.dso-shopping-cart .dso-edit-name[type=text] {
  line-height: 40px;
}
.dso-shopping-cart .dso-edit-name[size] {
  width: auto;
}
.dso-shopping-cart .dso-delete,
.dso-shopping-cart .dso-edit-cart-item {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #39870c;
  height: 24px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 16px;
  width: 24px;
}
.dso-shopping-cart .dso-delete {
  right: 16px;
}
.dso-shopping-cart .dso-edit-cart-item {
  right: 48px;
}
.dso-shopping-cart .dso-edit-additive {
  font-weight: 400;
  margin-right: -64px;
  margin-top: 8px;
}
.dso-shopping-cart .dso-edit-additive label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.dso-shopping-cart .dso-empty {
  padding: 12px 16px;
}
.dso-shopping-cart .dso-secondary,
.dso-shopping-cart .btn-default {
  font-size: 16px;
  padding: 6px 12px;
}

p[role=doc-subtitle] {
  color: #191919;
  font-weight: 700;
  margin-bottom: 24px;
}

h1 + p[role=doc-subtitle] {
  margin-top: -8px;
}

.dso-whitebox-small:not(.dso-theme),
.dso-tile:not(.dso-theme) {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 56px;
  min-height: 200px;
  padding: 24px 16px 16px;
  position: relative;
  top: 56px;
}
.dso-whitebox-small.dso-theme,
.dso-tile.dso-theme {
  margin: 0;
}
.dso-whitebox-small.dso-theme .dso-tile-icon,
.dso-tile.dso-theme .dso-tile-icon {
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  color: #39870c;
  display: flex;
  height: 92px;
  justify-content: center;
  margin: 0 auto 8px;
  overflow: hidden;
  width: 92px;
}
.dso-whitebox-small.dso-theme .dso-tile-icon img,
.dso-tile.dso-theme .dso-tile-icon img {
  height: 56px;
  width: 56px;
}
.dso-whitebox-small .dso-tile-icon,
.dso-tile .dso-tile-icon {
  display: block;
  margin-bottom: 16px;
  text-align: center;
}
.dso-whitebox-small .dso-tile-icon img,
.dso-tile .dso-tile-icon img {
  height: 80px;
  width: 80px;
}
.dso-whitebox-small .dso-tile-link,
.dso-tile .dso-tile-link {
  border-bottom: 4px solid transparent;
  color: #39870c;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.167;
  padding-bottom: 4px;
  text-align: center;
}
.dso-whitebox-small a,
.dso-tile a {
  text-decoration: none;
}
.dso-whitebox-small a:hover, .dso-whitebox-small a:focus,
.dso-tile a:hover,
.dso-tile a:focus {
  text-decoration: none;
}
.dso-whitebox-small a:active,
.dso-tile a:active {
  text-decoration: underline;
}
.dso-whitebox-small a:hover .dso-tile-link,
.dso-tile a:hover .dso-tile-link {
  border-bottom: 4px solid #39870c;
}

.row.dso-equal-heights > [class*=col-] > .dso-tile,
.row.dso-equal-heights > [class*=col-] > .dso-whitebox-small {
  height: calc(100% - 56px);
  min-height: auto;
}

.dso-whitebox-small {
  background-color: #b62f41;
}

.dso-tile-grid {
  display: grid;
  gap: 32px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
}

.tooltip {
  font-family: Asap, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
  font-size: 14px;
  opacity: 0;
  position: absolute;
  transition: opacity 0.15s linear;
  z-index: 410;
}
.tooltip.in {
  opacity: 1;
}
.tooltip .tooltip-inner {
  background-color: #fff;
  border-radius: 4px;
  color: #191919;
  display: inline-block;
  font-size: 16px;
  max-width: 640px;
  padding: 8px 16px;
  position: relative;
}
.tooltip .tooltip-inner.dso-small {
  max-width: 320px;
}
.tooltip .tooltip-arrow {
  border-color: transparent;
  border-style: solid;
  height: 0;
  width: 0;
}
.tooltip .tooltip-arrow {
  position: absolute;
}
.tooltip:not(.no-arrow).top {
  margin-top: -3px;
  padding: 6px 0;
}
.tooltip:not(.no-arrow).top .tooltip-arrow {
  border-top-color: #fff;
  border-width: 6px 6px 0;
  bottom: 0;
}
.tooltip:not(.no-arrow).top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -6px;
}
.tooltip:not(.no-arrow).right {
  margin-left: 3px;
  padding: 0 6px;
}
.tooltip:not(.no-arrow).right .tooltip-arrow {
  border-right-color: #fff;
  border-width: 6px 6px 6px 0;
  left: 0;
}
.tooltip:not(.no-arrow).right .tooltip-arrow {
  left: 0;
  margin-top: -6px;
  top: 50%;
}
.tooltip:not(.no-arrow).left {
  margin-left: -3px;
  padding: 0 6px;
}
.tooltip:not(.no-arrow).left .tooltip-arrow {
  border-left-color: #fff;
  border-width: 6px 0 6px 6px;
  right: 0;
}
.tooltip:not(.no-arrow).left .tooltip-arrow {
  margin-top: -6px;
  right: 0;
  top: 50%;
}
.tooltip:not(.no-arrow).bottom {
  margin-top: 3px;
  padding: 6px 0;
}
.tooltip:not(.no-arrow).bottom .tooltip-arrow {
  border-bottom-color: #fff;
  border-width: 0 6px 6px;
  top: 0;
}
.tooltip:not(.no-arrow).bottom .tooltip-arrow {
  left: 50%;
  margin-left: -6px;
  top: 0;
}

.dso-whitebox {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 56px;
  padding: 16px 24px;
  position: relative;
  top: 56px;
}
.dso-whitebox .dso-whitebox-title h2 {
  margin: 0 0 48px;
  text-align: center;
}
.dso-whitebox .dso-whitebox-link {
  margin-bottom: 32px;
  text-align: center;
}
.dso-whitebox .dso-whitebox-icon {
  margin-bottom: 32px;
  text-align: center;
}
.dso-whitebox .dso-whitebox-icon img {
  height: 160px;
  width: 160px;
}
.dso-whitebox.dso-has-counter {
  padding-top: 40px;
  position: relative;
}
.dso-whitebox .dso-step-counter {
  background-color: #275937;
  border: 8px solid #79b929;
  border-radius: 50%;
  box-sizing: content-box;
  color: #fff;
  font-size: 1.25em;
  font-weight: 500;
  height: 32px;
  left: 16px;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: -24px;
  width: 32px;
}
.dso-whitebox dso-icon {
  vertical-align: text-top;
}

.row.dso-equal-heights > [class*=col-] > .dso-whitebox {
  height: calc(100% - 56px);
  min-height: auto;
  padding-bottom: 16px;
}

/*!
 * DSO Toolkit styling
 */
main > .dso-rich-content,
form > .dso-rich-content {
  margin-bottom: 32px;
}
main > .row.dso-featured,
form > .row.dso-featured {
  margin-bottom: 40px;
  padding-bottom: 48px;
  padding-top: 40px;
}
main > .row.dso-featured + .row div:not(.dso-rich-content) h1:first-child,
main > .row.dso-featured + .row div:not(.dso-rich-content) .h1:first-child,
main > .row.dso-featured + .row div:not(.dso-rich-content) h2:first-child,
main > .row.dso-featured + .row div:not(.dso-rich-content) .h2:first-child,
main > .row.dso-featured + .row div:not(.dso-rich-content) h3:first-child,
main > .row.dso-featured + .row div:not(.dso-rich-content) .h3:first-child,
form > .row.dso-featured + .row div:not(.dso-rich-content) h1:first-child,
form > .row.dso-featured + .row div:not(.dso-rich-content) .h1:first-child,
form > .row.dso-featured + .row div:not(.dso-rich-content) h2:first-child,
form > .row.dso-featured + .row div:not(.dso-rich-content) .h2:first-child,
form > .row.dso-featured + .row div:not(.dso-rich-content) h3:first-child,
form > .row.dso-featured + .row div:not(.dso-rich-content) .h3:first-child {
  margin-top: 0;
}

.row.dso-banner {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50% - 16px);
  padding-right: calc(50vw - 50% - 16px);
  background-color: #ebf3e6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.row.dso-banner, .row.dso-banner:not(.dso-featured):first-child {
  margin-bottom: 32px;
  padding-top: 2rem;
}
.row.dso-featured {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50% - 16px);
  padding-right: calc(50vw - 50% - 16px);
  background-color: #ebf3e6;
}
.row + .dso-featured {
  margin-top: 24px;
}

.form .dso-justify-form-groups,
form .dso-justify-form-groups,
.dso-section-body .dso-justify-form-groups {
  display: flex;
}
.form .dso-justify-form-groups > div,
form .dso-justify-form-groups > div,
.dso-section-body .dso-justify-form-groups > div {
  flex: 1 1 0;
  padding-left: 8px;
}
.form .dso-justify-form-groups > div:first-child,
form .dso-justify-form-groups > div:first-child,
.dso-section-body .dso-justify-form-groups > div:first-child {
  padding-left: 0;
}
.form .dso-justify-form-groups > div.dso-form-buttons,
form .dso-justify-form-groups > div.dso-form-buttons,
.dso-section-body .dso-justify-form-groups > div.dso-form-buttons {
  align-self: flex-end;
  flex: 0 0 0;
}
.form .dso-justify-form-groups .form-group,
.form .dso-justify-form-groups .form-group + .form-group,
.form .dso-justify-form-groups .form-group + .dso-form-buttons,
form .dso-justify-form-groups .form-group,
form .dso-justify-form-groups .form-group + .form-group,
form .dso-justify-form-groups .form-group + .dso-form-buttons,
.dso-section-body .dso-justify-form-groups .form-group,
.dso-section-body .dso-justify-form-groups .form-group + .form-group,
.dso-section-body .dso-justify-form-groups .form-group + .dso-form-buttons {
  margin-bottom: 0;
  margin-top: 0;
}

.dso-form-buttons {
  margin-bottom: 16px;
  text-align: right;
}
.dso-form-buttons::before, .dso-form-buttons::after {
  display: table;
  content: " ";
}
.dso-form-buttons::after {
  clear: both;
}
.dso-form-buttons:last-child {
  margin-bottom: 32px;
}

.form-group.dso-radios.dso-inline .dso-selectable {
  display: inline-block;
}
.form-group.dso-radios.dso-inline .dso-selectable + .dso-selectable {
  margin-left: 24px;
}
.form-group.dso-radios.dso-invalid .dso-selectable, .form-group.dso-confirm.dso-invalid .dso-selectable {
  --dso-selectable-color: #ce3f51;
}
.form-group.dso-required.dso-confirm .control-label::after, .form-group.dso-required.dso-files .control-label::after, .form-group.dso-required.dso-radios .control-label::after, .form-group.dso-required.dso-select .control-label::after, .form-group.dso-required.dso-textarea .control-label::after {
  color: #666;
  content: "verplicht";
  font-size: 0.85em;
  font-style: italic;
  font-weight: 400;
  margin-left: 4px;
}
.form-group textarea {
  resize: vertical;
}

.form-group select:not([multiple]) {
  background-image: url("../dso-icons.svg#img-caret-down");
  -moz-appearance: none;
  -webkit-appearance: none;
  background-position: calc(100% - 8px);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-right: 32px;
}
.form-group select:not([multiple]):disabled {
  background-image: url("../dso-icons.svg#img-caret-down-disabled");
}
.form-group select:not([multiple])::-ms-expand {
  display: none;
}
.form-group.dso-invalid select:not([multiple]) {
  background-image: url("../dso-icons.svg#img-caret-down-invalid");
}

@media screen and (min-width: 768px) {
  .form-horizontal .form-group.dso-confirm .dso-field-container {
    margin-left: 50%;
    padding-left: 16px;
  }
}
.form-horizontal .form-group.dso-static .dso-field-container {
  margin-bottom: 0;
  min-height: 40px;
  padding-bottom: 7px;
  padding-top: 7px;
}
.form-horizontal .form-group.dso-static .dso-field-container * {
  margin-bottom: 0;
  margin-top: 0;
}
.form-horizontal .form-group.dso-static .dso-field-container * + * {
  margin-top: 8px;
}
.form-horizontal .form-group.dso-static.dso-edit .dso-field-container {
  padding-right: 40px;
  position: relative;
}
.form-horizontal .form-group.dso-static.dso-edit .dso-field-container button {
  position: absolute;
  right: 16px;
  top: 0;
}
.form-horizontal .form-group.dso-textarea .form-control {
  padding-bottom: 5px;
  padding-top: 5px;
}
.form-horizontal .form-group.dso-textarea .form-control:not([rows]) {
  height: calc(4.5em + 14px);
}
.form-horizontal .form-group.dso-radios.dso-inline .dso-selectable {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .form-horizontal .form-group.dso-input-number .dso-field-container, .form-horizontal .form-group.dso-radios .dso-field-container {
    padding-top: 7px;
  }
}

@media screen and (min-width: 768px) {
  .control-label + .dso-info-button {
    margin-top: 7px;
  }
  .dso-radios .control-label + .dso-info-button, .dso-checkboxes .control-label + .dso-info-button, .dso-files .control-label + .dso-info-button {
    margin-top: 0;
  }
}

/* stylelint-disable-next-line no-invalid-position-at-import-rule */
form .form-group.dso-files .dso-remove,
.form .form-group.dso-files .dso-remove {
  font-size: 0;
  min-width: auto;
  padding: 4px;
}
form .form-group.dso-files .dso-remove::before,
.form .form-group.dso-files .dso-remove::before {
  background: url("../dso-icons.svg#img-times-bosgroen") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
  content: "";
  display: block;
  font-size: 16px;
}
form .form-group.dso-files .dso-file-upload input[type=file],
.form .form-group.dso-files .dso-file-upload input[type=file] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
form .form-group.dso-files .dso-file-upload input[type=file] + label,
.form .form-group.dso-files .dso-file-upload input[type=file] + label {
  cursor: pointer;
}
form .form-group.dso-files .dso-file-upload input[type=file]:focus + label.dso-primary,
.form .form-group.dso-files .dso-file-upload input[type=file]:focus + label.dso-primary {
  background-color: #275937;
}
form .form-group.dso-files .dso-file-upload input[type=file]:focus + label.dso-secondary,
.form .form-group.dso-files .dso-file-upload input[type=file]:focus + label.dso-secondary {
  background-color: #39870c;
  color: #fff;
}
form .form-group.dso-files .dso-file-upload input[type=file][disabled] + label,
.form .form-group.dso-files .dso-file-upload input[type=file][disabled] + label {
  cursor: default;
}
form .form-group.dso-files .dso-file-upload input[type=file][disabled] + label.dso-primary,
.form .form-group.dso-files .dso-file-upload input[type=file][disabled] + label.dso-primary {
  background-color: #afcf9d;
  border-color: #afcf9d;
}
form .form-group.dso-files .dso-file-upload input[type=file][disabled] + label.dso-secondary,
.form .form-group.dso-files .dso-file-upload input[type=file][disabled] + label.dso-secondary {
  background-color: #fff;
  border-color: #afcf9d;
  color: #afcf9d;
}
form .form-group.dso-files .dso-filelist,
.form .form-group.dso-files .dso-filelist {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
form .form-group.dso-files .dso-filelist li,
.form .form-group.dso-files .dso-filelist li {
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: flex;
  padding: 3px 7px 2px;
}
form .form-group.dso-files .dso-filelist li + li,
.form .form-group.dso-files .dso-filelist li + li {
  margin-top: 8px;
}
form .form-group.dso-files .dso-filelist li .dso-filename,
.form .form-group.dso-files .dso-filelist li .dso-filename {
  font-weight: 600;
  padding-right: 8px;
  width: calc(100% - 8px);
  word-break: break-all;
}
form .form-group.dso-files .dso-filelist li .dso-confidential + .dso-remove,
.form .form-group.dso-files .dso-filelist li .dso-confidential + .dso-remove {
  margin-left: 32px;
}
form .form-group.dso-files .dso-filelist li .dso-selectable,
.form .form-group.dso-files .dso-filelist li .dso-selectable {
  margin-bottom: 0;
}
form .form-group.dso-files .dso-filelist li .dso-filename,
form .form-group.dso-files .dso-filelist li .dso-confidential,
.form .form-group.dso-files .dso-filelist li .dso-filename,
.form .form-group.dso-files .dso-filelist li .dso-confidential {
  margin: 4px 0;
}
form .form-group.dso-files .dso-filelist li > dso-icon,
form .form-group.dso-files .dso-filelist li > svg.di,
.form .form-group.dso-files .dso-filelist li > dso-icon,
.form .form-group.dso-files .dso-filelist li > svg.di {
  flex: 0 0 24px;
  height: 24px;
  margin: 4px 0 4px 8px;
}
form .form-group.dso-files .dso-filelist li button::before,
.form .form-group.dso-files .dso-filelist li button::before {
  color: #191919;
}
@media screen and (max-width: 991px) {
  form .form-group.dso-files .dso-filelist li,
.form .form-group.dso-files .dso-filelist li {
    display: block;
  }
  form .form-group.dso-files .dso-filelist li::before, form .form-group.dso-files .dso-filelist li::after,
.form .form-group.dso-files .dso-filelist li::before,
.form .form-group.dso-files .dso-filelist li::after {
    display: table;
    content: " ";
  }
  form .form-group.dso-files .dso-filelist li::after,
.form .form-group.dso-files .dso-filelist li::after {
    clear: both;
  }
  form .form-group.dso-files .dso-filelist li .dso-confidential,
form .form-group.dso-files .dso-filelist li > dso-icon,
form .form-group.dso-files .dso-filelist li > svg.di,
form .form-group.dso-files .dso-filelist li .dso-remove,
.form .form-group.dso-files .dso-filelist li .dso-confidential,
.form .form-group.dso-files .dso-filelist li > dso-icon,
.form .form-group.dso-files .dso-filelist li > svg.di,
.form .form-group.dso-files .dso-filelist li .dso-remove {
    display: block;
    float: left;
  }
  form .form-group.dso-files .dso-filelist li .dso-confidential,
.form .form-group.dso-files .dso-filelist li .dso-confidential {
    width: calc(100% - 64px);
  }
}
form .form-group.dso-files .dso-filelist + .dso-file-upload,
.form .form-group.dso-files .dso-filelist + .dso-file-upload {
  margin-top: 16px;
}

.dso-form-buttons {
  text-align: right;
}
.dso-form-buttons::before, .dso-form-buttons::after {
  display: table;
  content: " ";
}
.dso-form-buttons::after {
  clear: both;
}
.dso-form-buttons a.dso-tertiary, .dso-form-buttons a.btn-link,
.dso-form-buttons button.dso-tertiary,
.dso-form-buttons button.btn-link {
  line-height: 1.5;
  padding: 11px 0;
}
.dso-form-buttons .dso-aside {
  clear: both;
  float: left;
}

.dso-single-page.dso-form-buttons .btn, .dso-single-page.dso-form-buttons .dso-primary, .dso-single-page.dso-form-buttons .dso-secondary, .dso-single-page.dso-form-buttons .dso-tertiary,
.dso-single-page .dso-form-buttons .btn,
.dso-single-page .dso-form-buttons .dso-primary,
.dso-single-page .dso-form-buttons .dso-secondary,
.dso-single-page .dso-form-buttons .dso-tertiary {
  float: left;
}

header .dso-logo-bar {
  position: relative;
}
header .dso-tools-bar {
  float: right;
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  header .dso-tools-bar {
    clear: both;
    float: none;
    margin-top: 0;
  }
}
header .dso-search,
header .dso-login {
  float: left;
}
@media screen and (max-width: 991px) {
  header .dso-search,
header .dso-login {
    margin-bottom: 16px;
  }
}
header .dso-search {
  margin-right: 8px;
}
header .logo {
  width: 300px;
}
header .breadcrumb {
  margin-bottom: 16px;
  margin-top: 16px;
}
header h1 {
  font-size: 2em;
  margin-top: 10px;
}
header h2 {
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 0;
}
header .form-control-feedback {
  color: #275937;
  font-size: 1.4em;
}

.hero-image img {
  height: auto;
  width: 100%;
}

.dso-jumbotron {
  margin-right: -16px;
  margin-left: -16px;
}
.dso-jumbotron::before, .dso-jumbotron::after {
  display: table;
  content: " ";
}
.dso-jumbotron::after {
  clear: both;
}
.dso-jumbotron .dso-jumbotron-title {
  color: #275937;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 16px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .dso-jumbotron .dso-jumbotron-title {
    float: left;
    width: 100%;
  }
}
.dso-jumbotron .dso-jumbotron-body {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 992px) {
  .dso-jumbotron .dso-jumbotron-body {
    float: left;
    width: 66.6666666667%;
  }
}
.dso-jumbotron .dso-jumbotron-body p {
  margin: 0 0 16px;
}
.dso-jumbotron .dso-jumbotron-body ul,
.dso-jumbotron .dso-jumbotron-body ol {
  margin-bottom: 16px;
}
.dso-jumbotron .dso-jumbotron-body ul:not(.list-group):not(.dso-link-list):not(.dso-columns-list),
.dso-jumbotron .dso-jumbotron-body ol:not(.list-group):not(.dso-link-list):not(.dso-columns-list) {
  padding-inline-start: 24px;
}
.dso-jumbotron .dso-jumbotron-body pre {
  margin: 0 0 16px;
}
.dso-jumbotron .dso-jumbotron-body blockquote {
  padding: 16px 24px;
}
.dso-jumbotron .dso-jumbotron-body dso-highlight-box,
.dso-jumbotron .dso-jumbotron-body .dso-highlight-box {
  margin-bottom: 24px;
}
.dso-jumbotron .dso-jumbotron-body img {
  height: auto;
  max-width: 100%;
}
.dso-jumbotron .dso-jumbotron-image {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 992px) {
  .dso-jumbotron .dso-jumbotron-image {
    float: left;
    width: 33.3333333333%;
  }
}
.dso-jumbotron .dso-jumbotron-cta {
  clear: both;
  margin-top: 16px;
}

.panel-heading > :first-child,
.panel-footer > :first-child {
  margin-top: 0;
}
.panel-heading > :last-child,
.panel-footer > :last-child {
  margin-bottom: 0;
}

.panel-body {
  padding-bottom: 0;
}
.panel-body p {
  margin: 0 0 16px;
}
.panel-body ul,
.panel-body ol {
  margin-bottom: 16px;
}
.panel-body ul:not(.list-group):not(.dso-link-list):not(.dso-columns-list),
.panel-body ol:not(.list-group):not(.dso-link-list):not(.dso-columns-list) {
  padding-inline-start: 24px;
}
.panel-body pre {
  margin: 0 0 16px;
}
.panel-body blockquote {
  padding: 16px 24px;
}
.panel-body dso-highlight-box,
.panel-body .dso-highlight-box {
  margin-bottom: 24px;
}
.panel-body img {
  height: auto;
  max-width: 100%;
}

.form-group .dso-search-bar {
  margin-bottom: 0;
  width: 50%;
}

.dso-table-filter-wrapper .dso-search-bar {
  margin-bottom: 16px;
  width: 288px;
}

.form-horizontal .dso-field-container .dso-search-bar {
  width: 100%;
}

.dso-invalid .dso-field-container .dso-search-bar input {
  border-color: #ce3f51;
}
.dso-invalid .dso-field-container .dso-search-bar input:focus {
  box-shadow: inset 0 0 0 1px #ce3f51;
}

.dso-field-container .dso-search-bar input {
  border-color: #275937;
}

ul.nav-tabs {
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  ul.nav-tabs {
    border-bottom: 1px solid #39870c;
  }
}
@media screen and (max-width: 767px) {
  ul.nav-tabs {
    border-bottom: 1px solid #fff;
    display: block;
  }
}
ul.nav-tabs > li {
  border-color: #39870c;
  float: none;
  font-weight: bold;
  margin-bottom: -1px;
  min-height: 56px;
}
@media screen and (max-width: 767px) {
  ul.nav-tabs > li {
    margin: 10px 0;
  }
  ul.nav-tabs > li:first-child {
    margin-top: 0;
  }
  ul.nav-tabs > li:last-child {
    margin-bottom: 0;
  }
}
ul.nav-tabs > li > a {
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #666;
  display: block;
  line-height: 1.5;
  margin-right: 2px;
  min-height: 56px;
  padding: 15px 23px;
  position: relative;
}
ul.nav-tabs > li > a:hover, ul.nav-tabs > li > a:focus {
  text-decoration: none;
}
ul.nav-tabs > li > a:active {
  text-decoration: underline;
}
ul.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
ul.nav-tabs > li:not(.disabled) > a:visited {
  color: #666;
}
ul.nav-tabs > li a:active,
ul.nav-tabs > li a:focus,
ul.nav-tabs > li a:hover {
  background-color: #f2f2f2;
  border: 1px solid transparent;
  border-bottom-color: #39870c;
  text-decoration: none;
}
ul.nav-tabs > li.active > a, ul.nav-tabs > li.active > a:active, ul.nav-tabs > li.active > a:focus, ul.nav-tabs > li.active > a:hover, ul.nav-tabs > li.active > a:visited {
  background-color: #fff;
  border: 1px solid #39870c;
  border-bottom-color: #fff;
  color: #39870c;
  cursor: default;
}
@media screen and (max-width: 767px) {
  ul.nav-tabs > li a {
    border-color: #fff;
    border-radius: 8px;
    padding: 18px 20px;
  }
  ul.nav-tabs > li a:active, ul.nav-tabs > li a:focus, ul.nav-tabs > li a:hover {
    border-bottom-width: 1px;
    border-color: transparent;
  }
  ul.nav-tabs > li.active a, ul.nav-tabs > li.active a:focus, ul.nav-tabs > li.active a:hover {
    border-bottom-width: 1px;
    border-color: #39870c;
  }
}

.dso-tree-view {
  background-color: #b62f41;
}
.dso-tree-view ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dso-tree-view li {
  margin-top: 16px;
}
.dso-tree-view li a, .dso-tree-view li a:hover, .dso-tree-view li a:active, .dso-tree-view li a:focus, .dso-tree-view li a:visited {
  color: #000 !important;
  text-decoration: underline;
}
.dso-tree-view li.dso-is-current, .dso-tree-view li.is-current {
  font-weight: 600;
}
.dso-tree-view li.dso-is-current a, .dso-tree-view li.is-current a {
  text-decoration: none;
}
.dso-tree-view li .dso-entity-link {
  padding-left: 1em;
}
.dso-tree-view li.dso-collection {
  margin-left: -0.5em;
}
.dso-tree-view li.dso-collection.is-closed > ul {
  display: none;
}
.dso-tree-view li.dso-collection.is-closed > h3::before {
  background: url("../dso-icons.svg#img-chevron-right-grijs50") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
  content: "";
  display: inline-block;
}
.dso-tree-view li.dso-collection > h3 {
  color: #000;
  display: inline;
  font-size: 1em;
  font-weight: normal;
}
.dso-tree-view li.dso-collection > h3::before {
  background: url("../dso-icons.svg#img-chevron-down-grijs50") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
  content: "";
  display: inline-block;
}
.dso-tree-view li.dso-collection > h3 button {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.dso-tree-view li.dso-collection ul {
  margin-top: 16px;
  padding-left: 1.5em;
}
.dso-tree-view li.dso-collection dso-icon,
.dso-tree-view li.dso-collection svg.di {
  color: #7f7f7f;
}
.dso-tree-view .dso-tree-collection-label span {
  padding-left: 0.75rem;
}
.dso-tree-view .dso-tree-view-subhead {
  color: #666;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.66667;
  margin-bottom: 8px;
  margin-top: 24px;
  text-transform: uppercase;
}

.well {
  border-radius: 0;
}

.anchor-example .row ~ .row {
  border-top: 2px solid #e5e5e5;
  margin-top: 24px;
  padding-top: 16px;
}

.toolkit-example-wrapper {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
}
.toolkit-example-wrapper:first-child {
  margin-top: 24px;
}
.toolkit-example-wrapper .toolkit-example {
  border-top: 0;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
}
.toolkit-example-wrapper .toolkit-example table.table {
  margin-bottom: 0;
}
.toolkit-example-wrapper > input[type=checkbox] + label {
  margin-left: 8px;
  margin-top: 5px;
}
.toolkit-example-wrapper > input[type=checkbox] ~ .toolkit-example {
  border-top: 1px solid #ddd;
}
.toolkit-example-wrapper .toolkit-example-text {
  background-color: #eee;
  border-bottom: 1px solid #ddd;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  padding: 10px;
}
.toolkit-example-wrapper .toolkit-example-text h2 {
  font-size: 1em;
  margin: 0;
  text-transform: uppercase;
}
.toolkit-example-wrapper .toolkit-example-text h2 + p,
.toolkit-example-wrapper .toolkit-example-text p + p {
  margin-top: 8px;
}
.toolkit-example-wrapper .toolkit-example-text p {
  font-size: 0.875em;
  margin: 0;
}
.toolkit-example-wrapper + hr {
  margin: 24px 0;
}

h3.toolkit-example-label {
  color: #000;
  font-size: 1em;
  margin-bottom: 8px;
  margin-top: 8px;
}

hr + .panel {
  margin-top: 24px;
}