@charset "UTF-8";
/* index.scss import all other styles and will be target for the sass compile */
/* This is the default index.scss, which will be used if there is no index.scss override found in
 appName subfolder*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   Ad
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1.45;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  min-width: 0;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

@font-face {
  font-family: "Rijksoverheid Sans regular";
  src: url("assets/fonts/RijksoverheidSansTextTT-Regular_2_0.woff") format("woff"), url("assets/fonts/RijksoverheidSansTextTT-Regular_2_0.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Rijksoverheid Sans regular bold";
  src: url("assets/fonts/RijksoverheidSansTextTT-Bold_2_0.woff") format("woff"), url("assets/fonts/RijksoverheidSansTextTT-Bold_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Rijksoverheid Sans italic";
  src: url("assets/fonts/RijksoverheidSansTextTT-Italic_2_0.woff") format("woff"), url("assets/fonts/RijksoverheidSansTextTT-Italic_2_0.ttf") format("truetype");
  font-style: italic;
}
@font-face {
  font-family: "Rijksoverheid Sans Heading";
  src: url("assets/fonts/RijksoverheidSansHeadingTT-Regular_2_0.woff") format("woff"), url("assets/fonts/RijksoverheidSansHeadingTT-Regular_2_0.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Rijksoverheid Sans Heading Bold";
  src: url("assets/fonts/RijksoverheidSansHeadingTT-Bold_2_0.woff") format("woff"), url("assets/fonts/RijksoverheidSansHeadingTT-Bold_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.a-offscreen {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.a-just-on-focus:focus {
  position: relative;
  width: auto;
  height: auto;
  overflow: visible;
  clip: none;
}

html {
  background-color: #ffffff;
}

body,
input,
textarea,
keygen,
select,
button,
small {
  font-family: "Rijksoverheid Sans regular", sans-serif;
}

input,
textarea,
select {
  font-size: inherit;
}

body {
  color: #000;
  font-size: 1rem;
  line-height: 1.625;
  overflow-y: scroll;
}

em {
  font-family: "Rijksoverheid Sans italic", sans-serif;
}

strong {
  font-family: "Rijksoverheid Sans regular bold", sans-serif;
  font-weight: bold;
}

p {
  margin-bottom: 1em;
}

.content-section ol, .flo-embed-dialog-content ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 18px;
  margin-bottom: 1em;
}
.content-section ol li, .flo-embed-dialog-content ol li {
  padding-left: 4px;
}
.content-section ul, .flo-embed-dialog-content ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 18px;
  margin-bottom: 1em;
}
.content-section ul.second-level, .flo-embed-dialog-content ul.second-level {
  list-style: circle;
}
.content-section ul li, .flo-embed-dialog-content ul li {
  padding-left: 4px;
}
.content-section table, .flo-embed-dialog-content table {
  width: 100%;
}
.content-section table th, .flo-embed-dialog-content table th {
  text-align: left;
  font-weight: bold;
}
.content-section table td, .content-section table th, .flo-embed-dialog-content table td, .flo-embed-dialog-content table th {
  border: 1px solid black;
  padding: 5px 10px;
}

.hidden, .flo-embed-hidden {
  display: none !important;
}

.margin-top {
  margin-top: 2em;
}

.left-margin {
  margin-left: 1em;
}

.no-wrap {
  white-space: nowrap;
}

.flo-embed-warning {
  color: red;
}

input {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rijksoverheid Sans Heading", sans-serif;
  font-weight: 400;
  color: #01689b;
}

h1 {
  font-size: 1.6rem;
  line-height: 1.125;
  margin: 26px 0 26px 26px;
  outline-offset: 4px;
}

h2 {
  font-size: 1.35rem;
  line-height: 1.3;
  margin: 26px 0 13px 0;
  outline-offset: 4px;
}

h3 {
  font-family: "Rijksoverheid Sans Heading Bold", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #535353;
  margin: 26px 0 13px 0;
  outline-offset: 4px;
}

h4 {
  font-size: 1.15rem;
  line-height: 1.15;
  margin: 1.5em 0 1em 0;
}

h5 {
  font-size: 1rem;
  font-weight: 700;
  margin: 1em 0 0.5em 0;
  line-height: 1.5;
}

h1 {
  font-size: 1.5rem;
}

a {
  color: #01689b;
  outline-offset: 2px;
}

a:hover:not(.disabled) {
  text-decoration: underline;
}

a:visited {
  color: #01689b;
}

nav a {
  color: #01689b;
  text-decoration: none;
  font-size: 1.0625rem;
}
nav a:visited {
  color: #01689b;
}
nav a:hover {
  color: #01689b;
}
nav a.active {
  color: #01689b;
  text-decoration: underline;
}
nav a.disabled {
  color: #696969;
}

#skip_nav .skip-link a {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
#skip_nav .skip-link a:focus {
  position: static;
  width: auto;
  height: auto;
  clip: auto;
}

.section-skip-links {
  width: 100%;
  text-align: right;
}
.section-skip-links .skip-link {
  display: inline-block;
  font-size: 90%;
}
.section-skip-links .skip-link-divider {
  display: inline-block;
  font-size: 90%;
  color: #01689b;
}

button {
  border: none;
  background-color: #01689b;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.0625rem;
  text-indent: 0;
  outline-offset: 3px;
}

button.flo-embed-default-button, button.flo-form-button {
  margin-top: 0.3125rem;
  padding: 0.38675rem 0.775rem;
}

button.start-button {
  font-size: 1.25rem;
  text-transform: uppercase;
}

button:hover {
  background-color: #01689b;
}

button:disabled {
  background-color: #B2D7EE;
  cursor: default;
}

button.as-link, .flo-embed-as-link-button {
  background: none;
  border: none;
  color: #01689b;
  cursor: pointer;
  line-height: 24px;
  padding: 0.3rem 0 0.3em 0;
}

button.as-link:hover, .flo-embed-as-link-button:hover {
  text-decoration: underline;
  background: none;
  border: none;
}

button {
  display: inline-flex;
  align-items: center;
  color: white;
  background-color: #01689b;
}
button:after, button:before {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #fff;
  color: #01689b;
  font-size: 1.5rem;
}
button:hover {
  background-color: #014e74;
}

.flo-embed-default-button {
  border-radius: 10px;
}

button.previous-button:before {
  margin-right: 2rem;
  content: "<";
}

button.start-button:after, button.next-button:after {
  margin-left: 4rem;
  content: ">";
}

button.flo-form-button {
  margin: 0;
  padding: 0.5rem;
  gap: 0.5rem;
  color: #000;
  font-size: 0.925rem;
  text-transform: lowercase;
  background-color: #FBEAD9;
}
button.flo-form-button:hover:before {
  color: #fff;
  background-color: #193c65;
}
button.flo-form-button:hover:after {
  color: #fff;
  background-color: #193c65;
}

button.flo-form-button-previous:before {
  content: "<";
}

button.flo-form-button-next:after {
  content: ">";
}

html {
  background-color: #ffffff;
}

body {
  border-top: 3px solid #01689b;
  border-bottom: 3px solid #01689b;
}

.columns-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 26px;
  padding-right: 26px;
  display: flex;
  flex-direction: row;
}

.main-container {
  padding-top: 10px;
}

main {
  min-height: calc(100vh - 368px);
}
main .main-content:focus {
  outline: none;
}

.with-start-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 26px;
}

.col-title {
  flex: 3;
}

.col-progress {
  flex: 1;
}

.col-menu, .col-left {
  flex: 4;
  box-sizing: border-box;
}

.col-main, .col-right {
  flex: 9;
}

#main-footer {
  background-color: #01689b;
  margin-top: 52px;
}
#main-footer .col-left {
  padding: 0 26px;
}
#main-footer a {
  color: #fff;
}

.content-section {
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 26px;
  background-color: #fff;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.content-section h2:first-child {
  margin-top: 0;
}
.content-section.bottom-as-top {
  padding-bottom: 26px;
}
.content-section.no-bottom-margin {
  margin-bottom: 0;
}
.content-section.end {
  padding-bottom: 0;
}
.content-section.not-first {
  padding-top: 0;
}
.content-section.pristine {
  background-color: #ffffff;
}

.offscreen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.step-outcome-section {
  padding-bottom: 0;
}
.step-outcome-section .step-outcome-content:not(.has-back-to-content-link) {
  padding-bottom: 26px;
}
.step-outcome-section .section-skip-links {
  margin-top: -13px;
}
.step-outcome-section .form-answer {
  font-weight: bold;
  margin-bottom: 1em;
}

.step-outcome-section:not(:last-child) .step-outcome-content {
  border-bottom: 1px dashed #01689b;
}

.step-outcome-section:not(:first-child) {
  padding-top: 13px;
}

video.full-width, img.full-width {
  width: 100%;
  margin-bottom: 1em;
}

.with-start-button button {
  display: none;
}

.col-menu, .col-left {
  flex: 2;
}

.main-content {
  background-color: #FBEAD9;
  border-top-right-radius: 65px;
  padding-top: 26px;
}
.main-content h1 {
  margin-left: 26px !important;
  margin-top: 0;
  margin-bottom: 0;
}

.step-view .main-content {
  padding-top: 0;
}

.content-section {
  background-color: #FBEAD9;
  padding-bottom: 0;
}

.home-view section.content-section {
  background-color: #FBEAD9;
}
.home-view section.content-section img {
  margin-top: 26px;
  margin-left: -26px;
  margin-right: -26px;
  margin-bottom: -26px;
  width: calc(100% + 52px);
}

.step-view .content-section.flo-form-section {
  padding: 0;
}

.step-view .main-content > h1 {
  display: none;
}

#step_incomplete {
  visibility: hidden;
}

.logo-main {
  width: fit-content;
  height: fit-content;
  display: block;
  margin: 0 auto;
  position: relative;
}

.logo-main-img {
  display: block;
  height: 100px;
}

#title-bar {
  margin-top: 20px;
  background-color: #01689b;
}
#title-bar h1 {
  color: #fff;
  margin: 18px 0;
  padding: 0;
}

.progress-in-header {
  margin: 18px 26px;
}

#skip_nav {
  position: fixed;
  left: 10px;
  top: 20px;
}
#skip_nav .skip-link a:focus {
  display: block;
  max-width: 40vw;
  white-space: normal;
}

#main_nav {
  padding: 26px;
  margin-left: 10px;
}
#main_nav li {
  padding: 0.25em 0;
}
#main_nav a, #main_nav .disabled-link {
  line-height: 24px;
  padding: 0.5em 5px;
  margin: 0 5px;
}
#main_nav a:before, #main_nav .disabled-link:before {
  content: "›";
  margin-left: -21px;
  padding-right: 4px;
  font-weight: normal;
  line-height: 20px;
  display: inline-block;
}
#main_nav a:before:hover, #main_nav .disabled-link:before:hover {
  text-decoration: none;
}
#main_nav a:hover:before {
  text-decoration: none;
}
#main_nav .nav-group {
  margin-bottom: 1em;
}

#bottom_nav {
  display: flex;
  justify-content: space-between;
}
#bottom_nav .start-button {
  display: inline-block;
}

#footer_nav {
  padding: 26px;
}
#footer_nav button.as-link {
  color: #fff;
}

.flo-inner-hidden {
  display: none;
}

.flo-inner-visibility-hidden {
  visibility: hidden;
}

.flo-decision, .flo-form {
  background-color: #f3f3f3;
  padding: 26px;
}

.flo-question-section {
  background-color: #f3f3f3;
  margin-bottom: 4px;
}

.flo-question-section.pristine {
  background-color: #fff;
}

.flo-question-container {
  border: none;
  margin: 0;
  padding: 26px;
  position: relative;
}

.flo-question-description {
  margin-bottom: 1em;
}

.flo-question-answers-option {
  padding-left: 20px;
}
.flo-question-answers-option input {
  margin-left: -20px;
}

.flo-question-answers label {
  display: inline;
  margin-bottom: 0.5em;
}

.flo-question-answers input[type=radio],
.flo-question-answers input[type=checkbox] {
  margin-right: 6px;
}

.flo-boolean-false {
  margin-left: 15px;
}

.flo-question-answers select,
.flo-question-answers input[type=text],
.flo-question-answers textarea {
  width: 100%;
  box-sizing: border-box;
}

.flo-question-answers input.ng-invalid {
  color: #ff0000;
}

.flo-explanation-button {
  font-weight: bold;
  height: 30px;
  width: 26px;
  font-size: 19px;
  box-sizing: border-box;
  margin-left: 0.5rem;
  padding-top: 2px;
}

.flo-explanation-button-active {
  background-color: darkslategray;
  color: white;
}

.flo-explanation-show:before, .flo-option-explanation-show:before {
  content: "i";
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
}

.flo-question-subheader {
  padding-left: 26px;
  padding-right: 26px;
}

.flo-explanation-container {
  position: relative;
  background-color: #fdf6bb;
  padding: 26px;
}

.flo-explanation-hide {
  position: absolute;
  top: 0;
  right: 0;
}

.flo-explanation-hide:before {
  content: "X";
}

.flo-explanation-i {
  position: absolute;
  top: 0;
  left: 26px;
  height: 24px;
  line-height: 24px;
  width: 24px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
  box-sizing: border-box;
  background-color: #f1d13c;
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
}

.flo-ready-status {
  padding: 26px;
}

.flo-nav {
  display: flex;
  justify-content: space-between;
  padding: 26px;
  padding-top: 52px;
  background-color: #f3f3f3;
}

.flo-outcomes-container {
  padding: 26px;
  background-color: #f3f3f3;
}

.flo-outcome-header {
  font-size: large;
  font-weight: bold;
}

.flo-outcome-content {
  margin-bottom: 2rem;
}

.flo-form-transition-out .flo-question-container, .flo-form-transition-out app-explanation, .flo-form-transition-in .flo-question-container, .flo-form-transition-in app-explanation {
  transition: opacity 0.4s;
}

.flo-form-transition-out .flo-question-container, .flo-form-transition-out app-explanation {
  opacity: 0;
}

.flo-decision, .flo-form {
  padding: 0;
}

.flo-explanation-container {
  background: #d9ebf7;
}

.flo-explanation-i {
  background-color: #B2D7EE;
  color: #01689b;
}

.flo-explanation-button {
  height: 1.3rem;
  width: 1.3rem;
  font-size: 0.9rem;
  color: #01689b;
  border: 2px solid #01689b;
  background-color: #ffffff;
  padding: 0;
  padding-top: 0.1rem;
}

.flo-explanation-button:hover {
  color: #fff;
}

.flo-explanation-button-active {
  background-color: #01689b;
  color: #fff;
}

.flo-question-answers-option .flo-explanation-button {
  height: 1.1rem;
  width: 1.1rem;
  font-size: 0.8rem;
  padding-top: 0;
  margin-left: 0.375rem;
}

.flo-explanation-content,
.flo-explanation-content {
  font-size: 0.925rem;
  padding-top: 1em;
}

.flo-ready-status {
  display: none;
}

.flo-decision {
  background-color: #fff;
}

.flo-question-section {
  background-color: #FBEAD9;
  border-top-right-radius: 65px;
  margin-bottom: 0;
}

.flo-question-section.pristine {
  background-color: #FBEAD9;
}

.flo-question-container {
  padding: 26px 46.8px 0 46.8px;
}

.flo-question-description {
  position: relative;
  color: #01689b;
  font-size: 1.5rem;
  line-height: 1.3;
  padding-right: 26px;
  padding-left: 0.5rem;
  margin-bottom: 13px;
}
.flo-question-description .flo-explanation-button {
  position: absolute;
  left: -37.44px;
  top: 0.125rem;
}

.flo-nav {
  padding: 0.2rem 46.8px 26px 46.8px;
  background-color: #FBEAD9;
}

.flo-explanation-container {
  position: relative;
  border-top: 2px solid white;
  padding: 26px 46.8px;
  font-size: 0.925rem;
}
.flo-explanation-container .flo-explanation-button {
  position: absolute;
  top: 26px;
  left: 4.68px;
}
.flo-explanation-container .flo-explanation-content {
  padding-top: 0;
}

.flo-explanation-button {
  padding: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  background-color: transparent;
}
.flo-explanation-button:hover {
  background-color: transparent;
}
.flo-explanation-button::before {
  content: "";
  top: -0.125rem;
  left: -0.125rem;
  position: absolute;
  width: 1.7rem;
  height: 1.7rem;
  background: url("assets/images/svg-info-blauw.svg") no-repeat center center;
}

.flo-explanation-button-active {
  background-color: transparent;
}

.flo-question-answers input[type=radio], .flo-question-answers input[type=checkbox] {
  margin-right: 15px;
  margin-bottom: -0.2rem;
  height: 1rem;
  width: 1rem;
  /* The native appearance is hidden */
  appearance: none;
  /* The background will be the radio dot's color. */
  background: white;
  /* The border will be the spacing between the dot and the outer circle */
  border: 2px solid white;
  box-shadow: 0 0 0 1px white;
}
.flo-question-answers input[type=radio]:hover, .flo-question-answers input[type=radio]:checked, .flo-question-answers input[type=checkbox]:hover, .flo-question-answers input[type=checkbox]:checked {
  /* And by creating a box-shadow with no offset and no blur, we have an outer circle */
  box-shadow: 0 0 0 1px #01689b;
}

.flo-question-answers input[type=radio] {
  /* For a circular appearance we need a border-radius. */
  position: absolute;
  opacity: 0;
}

.flo-question-answers input[type=radio]:checked, .flo-question-answers input[type=checkbox]:checked {
  background: #01689b;
}

.flo-question-answers {
  border-bottom: 1px solid #e17000;
  padding: 0;
  padding-bottom: 26px;
  width: 100%;
  display: inline-block;
  justify-content: space-between;
}
.flo-question-answers input {
  margin-left: 0;
  margin-right: 15px;
}
.flo-question-answers label {
  display: inline-block;
  background-color: #01689b;
  border-radius: 10px;
  min-width: 47%;
  color: white;
  font-size: 1.125rem;
  padding: 7px 16px;
  cursor: pointer;
  position: relative;
}
.flo-question-answers label::first-letter {
  text-transform: uppercase;
}
.flo-question-answers .flo-question-answers-option label {
  min-width: 400px;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
.flo-question-answers label:has(input[type=radio]:focus-visible) {
  outline: 2px solid black;
  outline-offset: 2px;
}
.flo-question-answers label:has(input[type=radio]:hover) {
  background-color: #014e74;
}
.flo-question-answers label:has(input[type=radio]:checked) {
  background-color: #013d5c;
}
.flo-question-answers .flo-explanation-container {
  margin-top: 0;
  border: none;
}

.flo-question-answers-option {
  padding-left: 0;
  position: relative;
}
.flo-question-answers-option .flo-explanation-button {
  position: absolute;
  left: -37.44px;
  top: 0.375rem;
}
.flo-question-answers-option .flo-explanation-button:before {
  width: 1.5rem;
  height: 1.5rem;
}

.flo-boolean-false {
  margin-left: 1rem;
}

.flo-explanation-i {
  display: none;
}

dialog.flo-embed-dialog {
  display: flex;
  flex-direction: column;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-shadow: 0 0 15px black;
  max-width: 800px;
  overflow: hidden;
  padding: 0;
}
dialog.flo-embed-dialog header, dialog.flo-embed-dialog footer, dialog.flo-embed-dialog .flo-embed-dialog-content {
  padding: 26px 39px 26px 39px;
}
dialog.flo-embed-dialog header {
  border-bottom: 2px solid #01689b;
  padding-bottom: 13px;
}
dialog.flo-embed-dialog footer {
  border-top: 1px solid #01689b;
}
dialog.flo-embed-dialog .flo-embed-dialog-content {
  overflow: auto;
  flex: 1;
  -webkit-box-flex: 1;
}
dialog.flo-embed-dialog .flo-embed-dialog-content h2:first-child {
  margin-top: 0;
}
dialog.flo-embed-dialog h1 {
  margin: 0;
}
dialog.flo-embed-dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.3);
}
dialog.flo-embed-dialog .flo-embed-left-margin {
  margin-left: 1em;
}

dialog.flo-embed-dialog header {
  border-bottom: 1px solid #e1e1e1;
}
dialog.flo-embed-dialog footer {
  border-top: 1px solid #e1e1e1;
}

.progress-in-header {
  font-size: 1.5rem;
  color: white;
  text-align: right;
  vertical-align: baseline;
}
.progress-in-header .small {
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 10px;
}
.progress-in-header .announce-progress {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.progress-as-bar .progress-value {
  width: 100%;
  text-align: center;
  color: #000;
}
.progress-as-bar .progress-bar {
  background-color: #fff;
  display: block;
  font-size: 0;
  height: 10px;
  margin: 10px 0 26px 0;
  position: relative;
  text-align: center;
  width: 100%;
  --progress: 0;
}
.progress-as-bar .progress-bar:before {
  background-color: #01689b;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  content: "";
  display: block;
  left: 0;
  height: 10px;
  position: absolute;
  width: calc(1% * var(--progress));
}
.progress-as-bar .announce-progress {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.progress-as-bar {
  margin: 1rem 0 1rem 0;
}
.progress-as-bar .progress-value {
  text-align: left;
  font-size: 0.925rem;
}
.progress-as-bar .progress-bar {
  background-color: #FBEAD9;
  height: 4px;
}
.progress-as-bar .progress-bar:before {
  background-color: #e17000;
  height: 4px;
}

table.scores-table {
  width: 100%;
}
table.scores-table th {
  font-weight: bold;
}
table.scores-table th:first-child {
  text-align: left;
}
table.scores-table td.center {
  text-align: center;
}
table.scores-table td, table.scores-table th {
  padding: 10px;
  border: 1px solid #777;
}
table.scores-table td.not-sufficient {
  font-weight: bold;
  background-color: #FF8F8F;
}
table.scores-table td.sufficient {
  font-weight: bold;
  background-color: #9ADE7B;
}
table.scores-table td.mediocre {
  font-weight: bold;
  background-color: #EEF296;
}

#action_bar {
  display: flex;
}
#action_bar > * {
  flex: 1;
}
#action_bar > *:not(:last-child) {
  margin-right: 5px;
}
#action_bar .action-button {
  box-sizing: border-box;
  font-size: 90%;
  border: 1px solid #01689b;
  color: #01689b;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 5px;
  line-height: 20px;
  height: 3.125rem;
}
#action_bar .pdf-button {
  width: 100%;
  background-size: 20px;
  padding-left: 40px;
  background-image: url("assets/images/general/pdf.svg");
}
#action_bar .email-button {
  background-size: 30px;
  padding-left: 45px;
  background-image: url("assets/images/general/email.svg");
}
#action_bar .reload-button {
  background-size: 20px;
  padding-left: 45px;
  background-image: url("assets/images/general/reload.svg");
}
#action_bar .feedback {
  display: flex;
  box-sizing: border-box;
  padding-left: 8px;
  height: 3.125rem;
  font-size: 90%;
  border: 1px solid #01689b;
}
#action_bar .feedback > * {
  display: inline-block;
  height: 3.125rem;
  vertical-align: middle;
}
#action_bar #feedback_text {
  flex: 6;
  height: 3.125rem;
  line-height: 3.125rem;
  display: inline-block;
}
#action_bar #feedback_text span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  line-height: normal;
}
#action_bar .feedback-button {
  flex: 2;
  background: url("assets/images/general/thumb.svg");
  background-size: calc(0.7*3.125rem);
  width: 30px;
  height: 3.125rem;
  background-position: center;
  background-repeat: no-repeat;
}
#action_bar .feedback-button.negative {
  transform: rotate(180deg);
}
@media (max-width: 645px) {
  #action_bar {
    display: block;
  }
  #action_bar > * {
    width: 90%;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 1em;
  }
}
#action_bar form > * {
  width: 100%;
}

.step-complete-message.with-margin {
  margin-left: 26px;
  margin-right: 26px;
}

.custom-block .image-container img {
  width: 100%;
}

.index-of-contents ul.first-level > li {
  margin-bottom: 0.5em;
}
.index-of-contents ul {
  margin-bottom: 0;
}

.back-to-content {
  margin-top: calc(1.5*26px);
}

.index-of-contents .no-outcomes-message {
  font-family: "Rijksoverheid Sans italic", sans-serif;
}

.step-select-item {
  margin-bottom: 0.5em;
}

.select-explanation-container {
  margin-bottom: 0.5rem;
}

.select-page-outro {
  margin-top: 2rem;
}

#main-footer, #title-bar {
  background-color: #01689b;
}

#bottom_nav {
  display: block;
  padding-bottom: 26px;
}

@media screen and (max-width: 943px) {
  .columns-container {
    display: block;
  }
  .main-container {
    padding: 0;
  }
  #title-bar h1 {
    margin: 0;
    padding: 18px 0;
  }
  #progress {
    margin: 0;
    padding-bottom: 18px;
    font-size: 1.125rem;
  }
  #main-footer .col-left {
    display: none;
  }
  .flo-decision-question-container,
  .flo-form-question-container,
  .flo-decision-question-container,
  .flo-form-question-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 645px) {
  .flo-embed-dialog .flo-embed-default-button {
    display: block;
    margin-top: 1em;
  }
  .flo-embed-dialog .flo-embed-default-button.flo-embed-left-margin {
    margin-left: 0;
  }
  #skip_nav .skip-link a:focus {
    font-size: smaller;
  }
}
@media screen and (min-width: 943px) {
  h1 {
    font-size: 1.8rem;
    margin-left: 0;
  }
  h2 {
    font-size: 1.55rem;
  }
  h3 {
    font-size: 1.35rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 943px) {
  .flo-question-answers .flo-question-answers-option label {
    min-width: 100%;
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .progress-value {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 645px) {
  .flo-question-container, .flo-nav, .flo-explanation-container {
    padding-left: 26px;
    padding-right: 26px;
  }
  .flo-question-description span {
    font-size: 1.375rem;
  }
  .flo-question-description .flo-explanation-button, .flo-question-answers-option .flo-explanation-button {
    left: -31.2px;
  }
  .flo-explanation-container {
    padding-top: 31.2px;
  }
  .flo-explanation-container .flo-explanation-button {
    top: 5.2px;
    left: 0;
  }
}