/*!
 * @dso-toolkit/css
 */
*,
*::after,
*::before {
  box-sizing: border-box;
}

@media screen and (min-width: 481px) {
  .alert {
    padding: 19px 16px 19px 63px;
  }
}
@media screen and (max-width: 480px) {
  .alert {
    padding: 63px 16px 16px;
  }
}
@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");
}
.text-right {
  text-align: right;
}

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

.text-muted {
  color: #666;
}

.caption {
  font-style: italic;
}

.hidden {
  display: none !important;
}

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

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 ol.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;
}

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.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 > .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 #ccc;
}
.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-body {
  padding: 15px;
  padding-bottom: 0;
}
.panel-body::before, .panel-body::after {
  display: table;
  content: " ";
}
.panel-body::after {
  clear: both;
}
.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%;
}

.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-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #ddd;
}

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

.list-group + .panel-footer {
  border-top-width: 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;
}

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

html {
  font-family: sans-serif;
  font-size: 1rem;
  -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: 1rem;
  line-height: 1.5;
  color: #191919;
  background-color: #fff;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

.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: 1.5;
  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 !important;
}
.alert > .dso-rich-content *:last-child {
  margin-bottom: 0 !important;
}
.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;
}

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;
}

.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: 1px solid #666;
  border-radius: 1em;
  color: #fff;
  display: inline-block;
  font-size: 0.875em;
  line-height: 1;
  min-width: 1.5rem;
  padding: 4px 8px;
  text-align: center;
}
.dso-badge.badge-info {
  background-color: #6ca4d9;
  border-color: #6ca4d9;
  color: #191919;
}
.dso-badge.badge-primary {
  background-color: #275937;
  border-color: #275937;
  color: #fff;
}
.dso-badge.badge-success {
  background-color: #39870c;
  border-color: #39870c;
  color: #fff;
}
.dso-badge.badge-warning {
  background-color: #dcd400;
  border-color: #dcd400;
  color: #191919;
}
.dso-badge.badge-danger {
  background-color: #ce3f51;
  border-color: #ce3f51;
  color: #fff;
}
.dso-badge.badge-outline {
  background-color: #fff;
  border-color: #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: 1.5;
  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;
}

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

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;
}

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;
}

.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;
  background-color: #b62f41;
}
.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: 1rem;
}
.btn-primary.btn-sm dso-icon,
.btn-primary.btn-sm svg.di, .btn-primary.btn-sm.extern::after, .btn-primary.btn-sm.download::after, .btn-primary.btn-sm.dso-spinner::before {
  margin-bottom: -4px;
  margin-top: -4px;
}
.btn-primary.btn-sm.dso-spinner-left::before {
  height: 16px;
  width: 16px;
}
.btn-primary.btn-sm.dso-spinner-right::after {
  height: 16px;
  width: 16px;
}
.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;
}
.btn-primary.dso-spinner-left[disabled], .btn-primary.dso-spinner-right[disabled] {
  background-color: #39870c;
  border-color: #39870c;
  color: #fff;
}
.btn-primary.dso-spinner-left::before {
  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 %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %23fff; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %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;
  content: "";
  display: inline-block;
  height: 24px;
  vertical-align: top;
  width: 24px;
  margin-right: 8px;
}
.btn-primary.dso-spinner-right::after {
  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 %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %23fff; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %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;
  content: "";
  display: inline-block;
  height: 24px;
  vertical-align: top;
  width: 24px;
  margin-left: 8px;
}

a.btn-primary {
  text-decoration: none;
  background-color: #b62f41;
}
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;
  background-color: #b62f41;
}
.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: 1rem;
}
.btn-default.btn-sm dso-icon,
.btn-default.btn-sm svg.di, .btn-default.btn-sm.extern::after, .btn-default.btn-sm.download::after, .btn-default.btn-sm.dso-spinner::before {
  margin-bottom: -4px;
  margin-top: -4px;
}
.btn-default.btn-sm.dso-spinner-left::before {
  height: 16px;
  width: 16px;
}
.btn-default.btn-sm.dso-spinner-right::after {
  height: 16px;
  width: 16px;
}
.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;
}
.btn-default.dso-spinner-left[disabled], .btn-default.dso-spinner-right[disabled] {
  background-color: #fff;
  border-color: #39870c;
  color: #39870c;
}
.btn-default.dso-spinner-left::before {
  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 %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %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;
  content: "";
  display: inline-block;
  height: 24px;
  vertical-align: top;
  width: 24px;
  margin-right: 8px;
}
.btn-default.dso-spinner-left:not([disabled]):hover::before {
  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 %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %23fff; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %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;
  content: "";
  display: inline-block;
  height: 24px;
  vertical-align: top;
  width: 24px;
  margin-right: 8px;
}
.btn-default.dso-spinner-left:not([disabled]).btn-sm:hover::before {
  height: 16px;
  width: 16px;
}
.btn-default.dso-spinner-right::after {
  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 %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %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;
  content: "";
  display: inline-block;
  height: 24px;
  vertical-align: top;
  width: 24px;
  margin-left: 8px;
}
.btn-default.dso-spinner-right:not([disabled]):hover::after {
  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 %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %23fff; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %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;
  content: "";
  display: inline-block;
  height: 24px;
  vertical-align: top;
  width: 24px;
  margin-left: 8px;
}
.btn-default.dso-spinner-right:not([disabled]).btn-sm:hover::after {
  height: 16px;
  width: 16px;
}

a.btn-default {
  text-decoration: none;
  background-color: #b62f41;
}
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;
  background-color: #b62f41;
}
.btn-link[disabled] {
  color: #afcf9d;
}
.btn-link[disabled].dso-spinner-left, .btn-link[disabled].dso-spinner-right {
  color: #39870c;
}
.btn-link:not([disabled]):hover {
  color: #676cb0;
  text-decoration: underline;
  text-underline-position: under;
}
.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-spinner-left::before {
  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 %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %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;
  content: "";
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  width: 24px;
  margin-right: 8px;
}
.btn-link.dso-spinner-right::after {
  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 %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %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;
  content: "";
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  width: 24px;
  margin-left: 8px;
}
.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[icon=chevron-left] + span:not(.sr-only),
.btn-link dso-icon[icon=chevron-right] + span:not(.sr-only),
.btn-link svg.di.di-angle-down + span:not(.sr-only),
.btn-link svg.di.di-angle-up + span:not(.sr-only),
.btn-link span:not(.sr-only) + svg.di.di-angle-down,
.btn-link span:not(.sr-only) + svg.di.di-angle-up,
.btn-link span:not(.sr-only) + dso-icon[icon=chevron-left],
.btn-link span:not(.sr-only) + dso-icon[icon=chevron-right] {
  margin-left: 0;
}
.btn-link dso-icon,
.btn-link svg.di,
.btn-link span {
  vertical-align: middle;
}

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

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

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

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: 1rem;
}
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, a.dso-primary.btn-sm.dso-spinner::before,
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,
button.dso-primary.btn-sm.dso-spinner::before,
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,
label.dso-primary.btn-sm.dso-spinner::before {
  margin-bottom: -4px;
  margin-top: -4px;
}
a.dso-primary.btn-sm.dso-spinner-left::before,
button.dso-primary.btn-sm.dso-spinner-left::before,
label.dso-primary.btn-sm.dso-spinner-left::before {
  height: 16px;
  width: 16px;
}
a.dso-primary.btn-sm.dso-spinner-right::after,
button.dso-primary.btn-sm.dso-spinner-right::after,
label.dso-primary.btn-sm.dso-spinner-right::after {
  height: 16px;
  width: 16px;
}
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-primary.dso-spinner-left[disabled], a.dso-primary.dso-spinner-right[disabled],
button.dso-primary.dso-spinner-left[disabled],
button.dso-primary.dso-spinner-right[disabled],
label.dso-primary.dso-spinner-left[disabled],
label.dso-primary.dso-spinner-right[disabled] {
  background-color: #39870c;
  border-color: #39870c;
  color: #fff;
}
a.dso-primary.dso-spinner-left::before,
button.dso-primary.dso-spinner-left::before,
label.dso-primary.dso-spinner-left::before {
  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 %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %23fff; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %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;
  content: "";
  display: inline-block;
  height: 24px;
  vertical-align: top;
  width: 24px;
  margin-right: 8px;
}
a.dso-primary.dso-spinner-right::after,
button.dso-primary.dso-spinner-right::after,
label.dso-primary.dso-spinner-right::after {
  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 %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %23fff; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %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;
  content: "";
  display: inline-block;
  height: 24px;
  vertical-align: top;
  width: 24px;
  margin-left: 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: 1rem;
}
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, a.dso-secondary.btn-sm.dso-spinner::before,
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,
button.dso-secondary.btn-sm.dso-spinner::before,
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,
label.dso-secondary.btn-sm.dso-spinner::before {
  margin-bottom: -4px;
  margin-top: -4px;
}
a.dso-secondary.btn-sm.dso-spinner-left::before,
button.dso-secondary.btn-sm.dso-spinner-left::before,
label.dso-secondary.btn-sm.dso-spinner-left::before {
  height: 16px;
  width: 16px;
}
a.dso-secondary.btn-sm.dso-spinner-right::after,
button.dso-secondary.btn-sm.dso-spinner-right::after,
label.dso-secondary.btn-sm.dso-spinner-right::after {
  height: 16px;
  width: 16px;
}
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-secondary.dso-spinner-left[disabled], a.dso-secondary.dso-spinner-right[disabled],
button.dso-secondary.dso-spinner-left[disabled],
button.dso-secondary.dso-spinner-right[disabled],
label.dso-secondary.dso-spinner-left[disabled],
label.dso-secondary.dso-spinner-right[disabled] {
  background-color: #fff;
  border-color: #39870c;
  color: #39870c;
}
a.dso-secondary.dso-spinner-left::before,
button.dso-secondary.dso-spinner-left::before,
label.dso-secondary.dso-spinner-left::before {
  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 %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %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;
  content: "";
  display: inline-block;
  height: 24px;
  vertical-align: top;
  width: 24px;
  margin-right: 8px;
}
a.dso-secondary.dso-spinner-left:not([disabled]):hover::before,
button.dso-secondary.dso-spinner-left:not([disabled]):hover::before,
label.dso-secondary.dso-spinner-left:not([disabled]):hover::before {
  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 %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %23fff; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %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;
  content: "";
  display: inline-block;
  height: 24px;
  vertical-align: top;
  width: 24px;
  margin-right: 8px;
}
a.dso-secondary.dso-spinner-left:not([disabled]).btn-sm:hover::before,
button.dso-secondary.dso-spinner-left:not([disabled]).btn-sm:hover::before,
label.dso-secondary.dso-spinner-left:not([disabled]).btn-sm:hover::before {
  height: 16px;
  width: 16px;
}
a.dso-secondary.dso-spinner-right::after,
button.dso-secondary.dso-spinner-right::after,
label.dso-secondary.dso-spinner-right::after {
  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 %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %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;
  content: "";
  display: inline-block;
  height: 24px;
  vertical-align: top;
  width: 24px;
  margin-left: 8px;
}
a.dso-secondary.dso-spinner-right:not([disabled]):hover::after,
button.dso-secondary.dso-spinner-right:not([disabled]):hover::after,
label.dso-secondary.dso-spinner-right:not([disabled]):hover::after {
  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 %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %23fff; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %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;
  content: "";
  display: inline-block;
  height: 24px;
  vertical-align: top;
  width: 24px;
  margin-left: 8px;
}
a.dso-secondary.dso-spinner-right:not([disabled]).btn-sm:hover::after,
button.dso-secondary.dso-spinner-right:not([disabled]).btn-sm:hover::after,
label.dso-secondary.dso-spinner-right:not([disabled]).btn-sm:hover::after {
  height: 16px;
  width: 16px;
}
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[disabled].dso-spinner-left, a.dso-tertiary[disabled].dso-spinner-right,
button.dso-tertiary[disabled].dso-spinner-left,
button.dso-tertiary[disabled].dso-spinner-right,
label.dso-tertiary[disabled].dso-spinner-left,
label.dso-tertiary[disabled].dso-spinner-right {
  color: #39870c;
}
a.dso-tertiary:not([disabled]):hover,
button.dso-tertiary:not([disabled]):hover,
label.dso-tertiary:not([disabled]):hover {
  color: #676cb0;
  text-decoration: underline;
  text-underline-position: under;
}
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-spinner-left::before,
button.dso-tertiary.dso-spinner-left::before,
label.dso-tertiary.dso-spinner-left::before {
  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 %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %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;
  content: "";
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  width: 24px;
  margin-right: 8px;
}
a.dso-tertiary.dso-spinner-right::after,
button.dso-tertiary.dso-spinner-right::after,
label.dso-tertiary.dso-spinner-right::after {
  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 %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %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;
  content: "";
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  width: 24px;
  margin-left: 8px;
}
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[icon=chevron-left] + span:not(.sr-only),
a.dso-tertiary dso-icon[icon=chevron-right] + span:not(.sr-only),
a.dso-tertiary svg.di.di-angle-down + span:not(.sr-only),
a.dso-tertiary svg.di.di-angle-up + span:not(.sr-only),
a.dso-tertiary span:not(.sr-only) + svg.di.di-angle-down,
a.dso-tertiary span:not(.sr-only) + svg.di.di-angle-up,
a.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-left],
a.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-right],
button.dso-tertiary dso-icon[icon=chevron-left] + span:not(.sr-only),
button.dso-tertiary dso-icon[icon=chevron-right] + span:not(.sr-only),
button.dso-tertiary svg.di.di-angle-down + span:not(.sr-only),
button.dso-tertiary svg.di.di-angle-up + span:not(.sr-only),
button.dso-tertiary span:not(.sr-only) + svg.di.di-angle-down,
button.dso-tertiary span:not(.sr-only) + svg.di.di-angle-up,
button.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-left],
button.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-right],
label.dso-tertiary dso-icon[icon=chevron-left] + span:not(.sr-only),
label.dso-tertiary dso-icon[icon=chevron-right] + span:not(.sr-only),
label.dso-tertiary svg.di.di-angle-down + span:not(.sr-only),
label.dso-tertiary svg.di.di-angle-up + span:not(.sr-only),
label.dso-tertiary span:not(.sr-only) + svg.di.di-angle-down,
label.dso-tertiary span:not(.sr-only) + svg.di.di-angle-up,
label.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-left],
label.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-right] {
  margin-left: 0;
}
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 {
  align-items: center;
  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.dso-has-image, .dso-card.dso-is-selectable {
  display: grid;
  grid-template-columns: 1fr minmax(0, 100%);
}
.dso-card.dso-has-image .dso-card-heading, .dso-card.dso-is-selectable .dso-card-heading,
.dso-card.dso-has-image .dso-card-content,
.dso-card.dso-is-selectable .dso-card-content {
  grid-column: 2/-1;
}

.dso-card.dso-has-image .dso-card-image, .dso-card.dso-is-selectable .dso-card-selectable {
  grid-row: span 2;
}

.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-has-image .dso-card-image {
  margin-right: 8px;
}
.dso-card.dso-has-image .dso-card-image img {
  display: flex;
  height: 24px;
  width: 24px;
}

.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;
}

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

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 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: calc(16px + 1.5rem);
  padding: 6px 14px;
  font-size: 1rem;
  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: calc(16px + 1.5rem);
}
.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%;
  }
}
dl {
  margin-bottom: 16px;
  margin-top: 0;
}
dl + dl::before {
  border-bottom: 1px solid #ccc;
  content: " ";
  display: block;
  float: left;
  height: 8px;
  margin-bottom: 24px;
  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: 8px;
  }
}
@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: 8px;
}
@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: 8px;
  }
}
@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: 8px;
}
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: 8px;
  }
}
dl.dso-bordered {
  border-bottom: 1px solid #ccc;
}
dl.dso-bordered dt::before {
  border-top: 1px solid #ccc;
  content: "";
  display: block;
  padding-top: 8px;
  width: 100%;
}
dl.dso-bordered dt:last-of-type,
dl.dso-bordered dd:last-of-type {
  padding-bottom: 4px;
}
@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: 8px;
  }
  dl.dso-bordered dd:last-of-type {
    margin-bottom: 8px;
  }
}
@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: 8px;
    width: calc(100% + 16px);
  }
}

del {
  background-color: #f5d8dc;
}

.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-document-header {
  background-color: #f2f2f2;
  padding: 16px;
  margin-left: -16px;
  margin-right: -16px;
}
.dso-document-header a {
  color: #000;
}
.dso-document-header > :first-child {
  margin-top: 0;
}
.dso-document-header h1 {
  margin-bottom: 8px;
}
.dso-document-header .dso-document-header-status {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.dso-document-header .dso-document-header-status .dso-document-header-toggle-status {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.dso-document-header .dso-document-header-status > dso-label,
.dso-document-header .dso-document-header-status > .dso-label {
  margin-right: -8px;
}
.dso-document-header .dso-document-header-status .dso-document-header-badges {
  display: flex;
  gap: 8px;
}
.dso-document-header .dso-document-header-container {
  position: relative;
}
.dso-document-header .dso-document-header-owner-wrapper {
  padding-right: 32px;
}
.dso-document-header .dso-document-header-type,
.dso-document-header .dso-document-header-owner {
  margin: 0 0 8px 0;
  display: inline-block;
}
.dso-document-header .dso-document-header-map-action,
.dso-document-header .dso-document-header-toggle-features {
  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;
  color: #000;
  font-weight: normal;
}
.dso-document-header .dso-document-header-map-action:focus, .dso-document-header .dso-document-header-map-action:focus-visible,
.dso-document-header .dso-document-header-toggle-features:focus,
.dso-document-header .dso-document-header-toggle-features:focus-visible {
  outline-offset: 2px;
}
.dso-document-header .dso-document-header-map-action:active,
.dso-document-header .dso-document-header-toggle-features:active {
  outline: 0;
}
.dso-document-header .dso-document-header-map-action.extern::after, .dso-document-header .dso-document-header-map-action.download::after,
.dso-document-header .dso-document-header-toggle-features.extern::after,
.dso-document-header .dso-document-header-toggle-features.download::after {
  content: "";
  display: inline-block;
  height: 1.5em;
  margin-left: 8px;
  vertical-align: top;
  width: 1.5em;
}
.dso-document-header .dso-document-header-map-action[disabled],
.dso-document-header .dso-document-header-toggle-features[disabled] {
  color: #afcf9d;
}
.dso-document-header .dso-document-header-map-action[disabled].dso-spinner-left, .dso-document-header .dso-document-header-map-action[disabled].dso-spinner-right,
.dso-document-header .dso-document-header-toggle-features[disabled].dso-spinner-left,
.dso-document-header .dso-document-header-toggle-features[disabled].dso-spinner-right {
  color: #39870c;
}
.dso-document-header .dso-document-header-map-action:not([disabled]):hover,
.dso-document-header .dso-document-header-toggle-features:not([disabled]):hover {
  color: #676cb0;
  text-decoration: underline;
  text-underline-position: under;
}
.dso-document-header .dso-document-header-map-action:not([disabled]):active,
.dso-document-header .dso-document-header-toggle-features:not([disabled]):active {
  color: #676cb0;
}
.dso-document-header .dso-document-header-map-action.btn-align,
.dso-document-header .dso-document-header-toggle-features.btn-align {
  line-height: calc(1.5em - 1px);
  padding: 11px 0;
  position: relative;
}
.dso-document-header .dso-document-header-map-action.extern::after, .dso-document-header .dso-document-header-map-action.download::after,
.dso-document-header .dso-document-header-toggle-features.extern::after,
.dso-document-header .dso-document-header-toggle-features.download::after {
  position: relative;
  top: -2px;
}
.dso-document-header .dso-document-header-map-action.download::after,
.dso-document-header .dso-document-header-toggle-features.download::after {
  background: url("../dso-icons.svg#img-download") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
}
.dso-document-header .dso-document-header-map-action.download[disabled]::after,
.dso-document-header .dso-document-header-toggle-features.download[disabled]::after {
  background-image: url("../dso-icons.svg#img-download-grasgroen-40");
}
.dso-document-header .dso-document-header-map-action.download:not([disabled]):hover::after, .dso-document-header .dso-document-header-map-action.download:not([disabled]):active::after,
.dso-document-header .dso-document-header-toggle-features.download:not([disabled]):hover::after,
.dso-document-header .dso-document-header-toggle-features.download:not([disabled]):active::after {
  background-image: url("../dso-icons.svg#img-download-scampi");
}
.dso-document-header .dso-document-header-map-action.extern::after,
.dso-document-header .dso-document-header-toggle-features.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;
}
.dso-document-header .dso-document-header-map-action.extern[disabled]::after,
.dso-document-header .dso-document-header-toggle-features.extern[disabled]::after {
  background-image: url("../dso-icons.svg#img-external-link-grasgroen-40");
}
.dso-document-header .dso-document-header-map-action.extern:not([disabled]):hover::after, .dso-document-header .dso-document-header-map-action.extern:not([disabled]):active::after,
.dso-document-header .dso-document-header-toggle-features.extern:not([disabled]):hover::after,
.dso-document-header .dso-document-header-toggle-features.extern:not([disabled]):active::after {
  background-image: url("../dso-icons.svg#img-external-link-scampi");
}
.dso-document-header .dso-document-header-map-action.dso-spinner-left::before,
.dso-document-header .dso-document-header-toggle-features.dso-spinner-left::before {
  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 %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %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;
  content: "";
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  width: 24px;
  margin-right: 8px;
}
.dso-document-header .dso-document-header-map-action.dso-spinner-right::after,
.dso-document-header .dso-document-header-toggle-features.dso-spinner-right::after {
  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 %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %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;
  content: "";
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  width: 24px;
  margin-left: 8px;
}
.dso-document-header .dso-document-header-map-action dso-icon + span:not(.sr-only),
.dso-document-header .dso-document-header-map-action svg.di + span:not(.sr-only),
.dso-document-header .dso-document-header-map-action span:not(.sr-only) + dso-icon,
.dso-document-header .dso-document-header-map-action span:not(.sr-only) + svg.di,
.dso-document-header .dso-document-header-toggle-features dso-icon + span:not(.sr-only),
.dso-document-header .dso-document-header-toggle-features svg.di + span:not(.sr-only),
.dso-document-header .dso-document-header-toggle-features span:not(.sr-only) + dso-icon,
.dso-document-header .dso-document-header-toggle-features span:not(.sr-only) + svg.di {
  margin-left: 8px;
}
.dso-document-header .dso-document-header-map-action dso-icon[icon=chevron-left] + span:not(.sr-only),
.dso-document-header .dso-document-header-map-action dso-icon[icon=chevron-right] + span:not(.sr-only),
.dso-document-header .dso-document-header-map-action svg.di.di-angle-down + span:not(.sr-only),
.dso-document-header .dso-document-header-map-action svg.di.di-angle-up + span:not(.sr-only),
.dso-document-header .dso-document-header-map-action span:not(.sr-only) + svg.di.di-angle-down,
.dso-document-header .dso-document-header-map-action span:not(.sr-only) + svg.di.di-angle-up,
.dso-document-header .dso-document-header-map-action span:not(.sr-only) + dso-icon[icon=chevron-left],
.dso-document-header .dso-document-header-map-action span:not(.sr-only) + dso-icon[icon=chevron-right],
.dso-document-header .dso-document-header-toggle-features dso-icon[icon=chevron-left] + span:not(.sr-only),
.dso-document-header .dso-document-header-toggle-features dso-icon[icon=chevron-right] + span:not(.sr-only),
.dso-document-header .dso-document-header-toggle-features svg.di.di-angle-down + span:not(.sr-only),
.dso-document-header .dso-document-header-toggle-features svg.di.di-angle-up + span:not(.sr-only),
.dso-document-header .dso-document-header-toggle-features span:not(.sr-only) + svg.di.di-angle-down,
.dso-document-header .dso-document-header-toggle-features span:not(.sr-only) + svg.di.di-angle-up,
.dso-document-header .dso-document-header-toggle-features span:not(.sr-only) + dso-icon[icon=chevron-left],
.dso-document-header .dso-document-header-toggle-features span:not(.sr-only) + dso-icon[icon=chevron-right] {
  margin-left: 0;
}
.dso-document-header .dso-document-header-map-action dso-icon,
.dso-document-header .dso-document-header-map-action svg.di,
.dso-document-header .dso-document-header-map-action span,
.dso-document-header .dso-document-header-toggle-features dso-icon,
.dso-document-header .dso-document-header-toggle-features svg.di,
.dso-document-header .dso-document-header-toggle-features span {
  vertical-align: middle;
}
.dso-document-header .dso-document-header-map-action {
  position: absolute;
  top: 0;
  right: 0;
}

dso-responsive-element.dso-document-header[small] .dso-document-header-features-wrapper {
  margin-bottom: 8px;
}
dso-responsive-element.dso-document-header[small] .dso-document-header-container::before, dso-responsive-element.dso-document-header[small] .dso-document-header-container::after {
  display: table;
  content: " ";
}
dso-responsive-element.dso-document-header[small] .dso-document-header-container::after {
  clear: both;
}
dso-responsive-element.dso-document-header[small] .dso-document-header-type,
dso-responsive-element.dso-document-header[small] .dso-document-header-owner {
  display: block;
}
dso-responsive-element.dso-document-header[small] .dso-document-header-type {
  margin-right: 32px;
}
dso-responsive-element.dso-document-header[small] .dso-document-header-status {
  margin: 0 0 8px 0;
}
dso-responsive-element.dso-document-header[small] dl.dso-document-header-features dt {
  clear: initial;
  float: none;
  width: auto;
  word-wrap: initial;
}
dso-responsive-element.dso-document-header[small] dl.dso-document-header-features dd {
  margin-left: 0;
  padding-left: 0;
}
dso-responsive-element.dso-document-header:not([small]) .dso-document-header-status {
  margin: 8px 0 0;
}
dso-responsive-element.dso-document-header:not([small]) .dso-document-header-type {
  margin-right: 8px;
}
dso-responsive-element.dso-document-header:not([small]) dl.dso-document-header-features dt {
  width: 20%;
}
dso-responsive-element.dso-document-header:not([small]) dl.dso-document-header-features dd {
  margin-left: 20%;
}
dso-responsive-element.dso-document-header:not([small]) .dso-document-header-features {
  margin-bottom: 0;
  margin-top: 16px;
  border-bottom: 1px solid #ccc;
}

.dso-document-list {
  padding-left: 0;
  list-style: none;
  margin: 0 -16px 0 -16px;
}

.dso-document-list-item {
  display: flex;
  flex-direction: column;
}
.dso-document-list-item .dso-document-list-item-heading {
  background-color: #f2f2f2;
  padding: 16px;
  width: 100%;
}
.dso-document-list-item .dso-document-list-item-heading a {
  color: #000;
}
.dso-document-list-item .dso-document-list-item-heading > :first-child {
  margin: 0;
}
.dso-document-list-item .dso-document-list-item-heading .dso-document-list-item-container {
  position: relative;
}
.dso-document-list-item .dso-document-list-item-heading .dso-document-list-item-type,
.dso-document-list-item .dso-document-list-item-heading .dso-document-list-item-owner {
  margin: 0 0 8px 0;
  display: inline-block;
}
.dso-document-list-item .dso-document-list-item-heading .dso-document-list-item-status dso-badge,
.dso-document-list-item .dso-document-list-item-heading .dso-document-list-item-status .dso-badge {
  margin-right: 8px;
}
.dso-document-list-item .dso-document-list-item-content {
  padding: 16px;
}

.dso-document-list-item-open-document {
  float: right;
}

dso-responsive-element[small] > .dso-document-list .dso-document-list-item-container::before, dso-responsive-element[small] > .dso-document-list .dso-document-list-item-container::after {
  display: table;
  content: " ";
}
dso-responsive-element[small] > .dso-document-list .dso-document-list-item-container::after {
  clear: both;
}
dso-responsive-element[small] > .dso-document-list .dso-document-list-item-status {
  margin: 0 0 8px 0;
}

dso-responsive-element:not([small]) > .dso-document-list .dso-document-list-item-type {
  margin-right: 8px;
}
dso-responsive-element:not([small]) > .dso-document-list .dso-document-list-item-status {
  margin: 0;
}

.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;
}
.dso-dropdown-menu > .dso-primary::after,
.dso-dropdown-menu > .dso-secondary::after,
.dso-dropdown-menu > .btn::after {
  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;
  margin-left: 4px;
  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: 1rem;
  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;
}

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

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

legend {
  border: 0;
  color: #191919;
  font-size: 1.5rem;
  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;
}

.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;
}

.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;
}
.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;
}

.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 h1,
.form fieldset > legend h2,
.form fieldset > legend h3,
.form fieldset > legend h4,
.form fieldset > legend h5,
.form fieldset > legend h6, form fieldset > legend h1,
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 h1,
.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 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;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    margin-bottom: 0;
    text-align: right;
  }
}

.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;
  font-weight: bold;
  margin-bottom: 8px;
  max-width: 100%;
  text-align: left;
}
.form-group legend + .dso-label-container {
  margin-bottom: 8px;
}
.form-group .dso-label-container + .dso-field-container {
  margin-top: 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%;
  }
}
@media screen and (min-width: 768px) {
  .form-horizontal .form-group > .dso-label-container {
    padding-top: 8px;
  }
}
.form-horizontal .form-group > .dso-label-container > button.dso-info-button {
  margin-top: 0;
}
.form-horizontal .form-group > .dso-label-container > .dso-info {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .form-horizontal .form-group > legend + .dso-label-container {
    padding-top: 8px;
  }
}
.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%;
  }
}
@media screen and (min-width: 768px) {
  .form-horizontal .form-group > .dso-field-container {
    margin-top: 0;
  }
}
.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-confirm.dso-invalid .dso-selectable {
  --dso-selectable-color: #ce3f51;
}
.form-group.dso-confirm.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-confirm .dso-field-container {
    margin-left: 50%;
    padding-left: 16px;
  }
}

.form-group.dso-files.dso-required .control-label::after {
  color: #666;
  content: "verplicht";
  font-size: 0.85em;
  font-style: italic;
  font-weight: 400;
  margin-left: 4px;
}
.form-group.dso-files dso-selectable,
.form-group.dso-files .dso-selectable {
  margin: 4px 0;
}
.form-group.dso-files .dso-file-upload input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.form-group.dso-files .dso-file-upload input[type=file] + label {
  cursor: pointer;
}
.form-group.dso-files .dso-file-upload input[type=file]:focus + label.dso-primary {
  background-color: #275937;
}
.form-group.dso-files .dso-file-upload input[type=file]:focus + label.dso-secondary {
  background-color: #39870c;
  color: #fff;
}
.form-group.dso-files .dso-file-upload input[type=file][disabled] + label {
  cursor: default;
}
.form-group.dso-files .dso-file-upload input[type=file][disabled] + label.dso-primary {
  background-color: #afcf9d;
  border-color: #afcf9d;
}
.form-group.dso-files .dso-file-upload input[type=file][disabled] + label.dso-secondary {
  background-color: #fff;
  border-color: #afcf9d;
  color: #afcf9d;
}
.form-group.dso-files .dso-filelist {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.form-group.dso-files .dso-filelist li {
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: flex;
  padding: 3px 7px 2px;
}
.form-group.dso-files .dso-filelist li + li {
  margin-top: 8px;
}
.form-group.dso-files .dso-filelist li .dso-filename {
  font-weight: 600;
  padding-right: 8px;
  width: calc(100% - 8px);
  word-break: break-all;
}
.form-group.dso-files .dso-filelist li .dso-selectable + .dso-remove,
.form-group.dso-files .dso-filelist li dso-selectable + .dso-remove {
  margin-left: 32px;
}
.form-group.dso-files .dso-filelist li .dso-remove {
  font-size: 0;
  min-width: auto;
  padding: 4px;
}
.form-group.dso-files .dso-filelist li .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: 1rem;
}
.form-group.dso-files .dso-filelist li .dso-filename,
.form-group.dso-files .dso-filelist li .dso-confidential {
  margin: 4px 0;
}
.form-group.dso-files .dso-filelist li > dso-icon,
.form-group.dso-files .dso-filelist li > svg.di {
  flex: 0 0 24px;
  height: 24px;
  margin: 4px 0 4px 8px;
}
.form-group.dso-files .dso-filelist li button.btn-link {
  color: #191919;
}
@media screen and (max-width: 991px) {
  .form-group.dso-files .dso-filelist li {
    display: block;
  }
  .form-group.dso-files .dso-filelist li::before, .form-group.dso-files .dso-filelist li::after {
    display: table;
    content: " ";
  }
  .form-group.dso-files .dso-filelist li::after {
    clear: both;
  }
  .form-group.dso-files .dso-filelist li .dso-confidential,
.form-group.dso-files .dso-filelist li > dso-icon,
.form-group.dso-files .dso-filelist li > svg.di,
.form-group.dso-files .dso-filelist li .dso-remove {
    display: block;
    float: left;
  }
  .form-group.dso-files .dso-filelist li .dso-confidential {
    width: calc(100% - 64px);
  }
}
.form-group.dso-files .dso-filelist + .dso-file-upload {
  margin-top: 16px;
}

.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;
}

.form-group.dso-input-number.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-input-number .dso-field-container {
    padding-top: 7px;
  }
}

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

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

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

.form-group.dso-select.dso-required .control-label::after {
  color: #666;
  content: "verplicht";
  font-size: 0.85em;
  font-style: italic;
  font-weight: 400;
  margin-left: 4px;
}
.form-group.dso-select.dso-invalid select:not([multiple]) {
  background-image: url("../dso-icons.svg#img-caret-down-invalid");
}
.form-group.dso-select 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.dso-select select:not([multiple]):disabled {
  background-image: url("../dso-icons.svg#img-caret-down-disabled");
}
.form-group.dso-select select:not([multiple])::-ms-expand {
  display: none;
}

.form-horizontal .form-group.dso-static .dso-field-container {
  margin-bottom: 0;
  min-height: 2.5rem;
  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-group.dso-textarea.dso-required .control-label::after {
  color: #666;
  content: "verplicht";
  font-size: 0.85em;
  font-style: italic;
  font-weight: 400;
  margin-left: 4px;
}
.form-group.dso-textarea textarea {
  resize: vertical;
}
.form-group.dso-textarea textarea.form-control {
  height: auto;
}
.form-group.dso-textarea textarea.form-control:not([rows]) {
  height: calc(4.5em + 14px);
}
.form-horizontal .form-group.dso-textarea .form-control {
  padding-bottom: 5px;
  padding-top: 5px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(16px + 1.5rem);
  padding: 6px 14px;
  font-size: 1rem;
  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: calc(16px + 1.5rem);
}
.form-control[size] {
  width: auto;
}

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;
}

.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.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;
}

.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%;
  }
}
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;
}

.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: 2.5rem;
  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.25rem;
  font-weight: 500;
  height: 2rem;
  left: 16px;
  line-height: 2rem;
  position: absolute;
  text-align: center;
  top: -1.5rem;
  width: 2rem;
}
.dso-highlight-box .dso-step-counter svg.di {
  height: 1.5rem;
  margin-top: 0.25rem;
  width: 1.5rem;
}
.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;
}

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

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

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

.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 {
  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: 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:focus, .dso-info-button:focus-visible {
  outline-offset: 2px;
}
.dso-info-button:active {
  outline: 0;
}
.dso-info-button.extern::after, .dso-info-button.download::after {
  content: "";
  display: inline-block;
  height: 1.5em;
  margin-left: 8px;
  vertical-align: top;
  width: 1.5em;
}
.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");
}

@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;
  }
}

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;
}
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;
}

.dso-input-number:not(.form-group) {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.dso-input-number label {
  width: 100%;
}
.dso-input-number .dso-input-step-counter {
  align-self: center;
  background-color: transparent;
  border: 0;
  display: inline-block;
  height: 1.5rem;
  text-align: center;
  width: 1.5rem;
}
.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;
}

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

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

.dso-label {
  background-color: #f2f2f2;
  border-radius: 4px;
  color: #191919;
  display: inline-block;
  line-height: 1.5;
  max-width: 100%;
}
.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: 1rem;
  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 {
  margin-bottom: 16px;
}
.dso-label-group ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.dso-label-group ul > li {
  max-width: 100%;
}
.dso-label-group.dso-align-right ul {
  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;
}
.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 {
  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: #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:focus, .dso-list-button:focus-visible {
  outline-offset: 2px;
}
.dso-list-button:active {
  outline: 0;
}
.dso-list-button.extern::after, .dso-list-button.download::after {
  content: "";
  display: inline-block;
  height: 1.5em;
  margin-left: 8px;
  vertical-align: top;
  width: 1.5em;
}
.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;
}

.dso-img-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding-left: 0;
}
.dso-img-list li {
  align-items: flex-start;
  display: flex;
  gap: 8px;
}
.dso-img-list li img {
  height: 24px;
  width: 24px;
}

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;
}
ul.dso-list-unstyled,
ol.dso-list-unstyled {
  padding-left: 0;
  list-style: none;
}

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

@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;
  }
}

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

.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: 1rem;
  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: 2rem;
  text-indent: -9999px;
  width: 2rem;
}
.pagination .dso-previous::before,
.pagination .dso-next::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.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: calc(2rem - 4px);
  text-align: center;
  vertical-align: middle;
}
.pagination > li > a,
.pagination > li > span {
  align-items: center;
  color: #39870c;
  display: flex;
  height: 2rem;
  justify-content: center;
  position: relative;
  width: 2rem;
}
.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: 2rem;
  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;
}

p {
  margin: 0 0 16px;
}

pre {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333333;
  display: block;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 15px;
  overflow: auto;
  line-height: 1.5;
  margin: 0 0 12px;
  padding: 11.5px;
  word-break: break-all;
  word-wrap: break-word;
}

.progress {
  margin-bottom: 8px;
}
.progress #progress-bar-label {
  font-size: 0.875rem;
  margin-top: 8px;
}
.progress .progress-bar {
  background-color: #fff;
  border: 1px solid #39870c;
  display: block;
  height: 16px;
}
.progress .progress-bar > span {
  background-color: #39870c;
  float: left;
  height: 100%;
  width: 0%;
}

.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: 2.5rem;
  left: 0;
  line-height: 2.5rem;
  padding: 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2.5rem;
  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: 2.5rem;
}
.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: 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 6px 2.5rem 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: 2.5rem;
  padding: 8px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 2.5rem;
}
.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: 1rem;
}
.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: 2rem;
}
.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: 2rem;
}
.dso-search-bar .dso-search-bar-input label + input + button,
.dso-search-bar .dso-search-bar-input label + dso-autosuggest + button {
  top: 2rem;
}
.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: 2.5rem;
  line-height: calc(2.5rem - 2px);
  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-search-bar.dso-invalid .dso-search-bar-input input:focus {
  box-shadow: inset 0 0 0 1px #ce3f51;
}

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;
}

.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: calc(16px + 1.5rem);
  padding: 6px 14px;
  font-size: 1rem;
  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: calc(16px + 1.5rem);
}
.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;
}

small {
  font-size: 14px;
}

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

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;
}

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

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

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;
}

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

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;
  }
}

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

.nav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.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-tabs {
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .nav.nav-tabs {
    border-bottom: 1px solid #39870c;
  }
}
@media screen and (max-width: 767px) {
  .nav.nav-tabs {
    border-bottom: 1px solid #fff;
    display: block;
  }
}
.nav.nav-tabs > li {
  border-color: #39870c;
  font-weight: bold;
  margin-bottom: -1px;
  min-height: 56px;
}
@media screen and (max-width: 767px) {
  .nav.nav-tabs > li {
    margin: 10px 0;
  }
  .nav.nav-tabs > li:first-child {
    margin-top: 0;
  }
  .nav.nav-tabs > li:last-child {
    margin-bottom: 0;
  }
}
.nav.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;
}
.nav.nav-tabs > li > a:hover, .nav.nav-tabs > li > a:focus {
  text-decoration: none;
}
.nav.nav-tabs > li > a:active {
  text-decoration: underline;
}
.nav.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav.nav-tabs > li:not(.disabled) > a:visited {
  color: #666;
}
.nav.nav-tabs > li a:active,
.nav.nav-tabs > li a:focus,
.nav.nav-tabs > li a:hover {
  background-color: #f2f2f2;
  border: 1px solid transparent;
  border-bottom-color: #39870c;
  text-decoration: none;
}
.nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > a:active, .nav.nav-tabs > li.active > a:focus, .nav.nav-tabs > li.active > a:hover, .nav.nav-tabs > li.active > a:visited {
  background-color: #fff;
  border: 1px solid #39870c;
  border-bottom-color: #fff;
  color: #39870c;
  cursor: default;
}
.nav.nav-tabs > li.disabled > a {
  color: #a3a3a3;
}
.nav.nav-tabs > li.disabled > a:hover, .nav.nav-tabs > li.disabled > a:focus {
  color: #a3a3a3;
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .nav.nav-tabs > li a {
    border-color: #fff;
    border-radius: 8px;
    padding: 18px 20px;
  }
  .nav.nav-tabs > li a:active, .nav.nav-tabs > li a:focus, .nav.nav-tabs > li a:hover {
    border-bottom-width: 1px;
    border-color: transparent;
  }
  .nav.nav-tabs > li.active a, .nav.nav-tabs > li.active a:focus, .nav.nav-tabs > li.active a:hover {
    border-bottom-width: 1px;
    border-color: #39870c;
  }
}

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

.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-whitebox-small a:active .dso-tile-link,
.dso-tile a:hover .dso-tile-link,
.dso-tile a:active .dso-tile-link {
  border-bottom: 4px solid #39870c;
}
.dso-whitebox-small a:active,
.dso-tile a:active {
  text-decoration: none;
}

.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);
}

dso-responsive-element.dso-tile-grid[small] {
  grid-template-columns: repeat(2, 1fr);
}
dso-responsive-element.dso-tile-grid[medium] {
  grid-template-columns: repeat(4, 1fr);
}
dso-responsive-element.dso-tile-grid[large] {
  grid-template-columns: repeat(5, 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: 1rem;
  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;
}

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

.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: 2.5rem;
  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.25rem;
  font-weight: 500;
  height: 2rem;
  left: 16px;
  line-height: 2rem;
  position: absolute;
  text-align: center;
  top: -1.5rem;
  width: 2rem;
}
.dso-whitebox .dso-step-counter svg.di {
  height: 1.5rem;
  margin-top: 0.25rem;
  width: 1.5rem;
}
.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
 */
.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-nav {
  margin: 6.5px -16px;
}
.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-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 16px;
    margin-left: 16px;
  }
}

@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
    margin-right: -16px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.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;
}

.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;
}