/* open-sans-300 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''), url('../../../fonts/open-sans-v20/open-sans-v20-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../../fonts/open-sans-v20/open-sans-v20-latin-ext_latin-300.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-300italic - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local(''), url('../../../fonts/open-sans-v20/open-sans-v20-latin-ext_latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../../fonts/open-sans-v20/open-sans-v20-latin-ext_latin-300italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../../../fonts/open-sans-v20/open-sans-v20-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../../fonts/open-sans-v20/open-sans-v20-latin-ext_latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''), url('../../../fonts/open-sans-v20/open-sans-v20-latin-ext_latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../../fonts/open-sans-v20/open-sans-v20-latin-ext_latin-italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''), url('../../../fonts/open-sans-v20/open-sans-v20-latin-ext_latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../../fonts/open-sans-v20/open-sans-v20-latin-ext_latin-600.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600italic - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local(''), url('../../../fonts/open-sans-v20/open-sans-v20-latin-ext_latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../../fonts/open-sans-v20/open-sans-v20-latin-ext_latin-600italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('../../../fonts/open-sans-v20/open-sans-v20-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../../fonts/open-sans-v20/open-sans-v20-latin-ext_latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700italic - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local(''), url('../../../fonts/open-sans-v20/open-sans-v20-latin-ext_latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../../fonts/open-sans-v20/open-sans-v20-latin-ext_latin-700italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local(''), url('../../../fonts/open-sans-v20/open-sans-v20-latin-ext_latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../../fonts/open-sans-v20/open-sans-v20-latin-ext_latin-800.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800italic - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local(''), url('../../../fonts/open-sans-v20/open-sans-v20-latin-ext_latin-800italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../../fonts/open-sans-v20/open-sans-v20-latin-ext_latin-800italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Focus control */
:root {
  --clr-outline: #a8d431;
}
*:focus {
  outline: 1px solid #a8d431;
  outline: 1px solid var(--clr-outline);
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  box-shadow: 0px -2px 0 0 #000 inset;
  outline: none;
}
.a-mouse-user textarea:focus,
.a-mouse-user input[type="text"]:focus,
.a-mouse-user input[type="submit"]:focus,
.a-mouse-user input[type="password"]:focus {
  box-shadow: 0px -2px 0 0 #000 inset;
  outline: none;
}
.a-mouse-user *:focus {
  outline: none;
  box-shadow: none;
}
.a-keyboard-user *:not(input):not(fieldset):focus {
  box-shadow: 0px -2px 0px 0px #000 inset, #fff 0 0 12px inset;
  outline: none;
}
.a-keyboard-user input[type="radio"]:focus,
.a-keyboard-user input[type="checkbox"]:focus,
.a-keyboard-user input[type="checkbox"]:focus + label,
.a-keyboard-user .bb-option.focus {
  outline: 1px solid #a6d030;
  outline: 1px solid var(--clr-outline);
  box-shadow: none;
}
.cogs-portal {
  z-index: 2;
}
body.inChapter .cogs-portal,
body.inResult .cogs-portal,
body.inAnalysis .cogs-portal {
  background-color: white;
  border-radius: 5px;
  box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.7);
  display: flex !important;
  flex-direction: column;
  left: 50%;
  justify-content: space-between;
  margin-left: -450px;
  min-height: 300px;
  padding-left: 400px;
  position: absolute;
  top: 20%;
  width: 900px;
}
body.inChapter .cogs-portal .close-cogs-portal,
body.inResult .cogs-portal .close-cogs-portal,
body.inAnalysis .cogs-portal .close-cogs-portal {
  align-self: flex-end;
  color: #857303;
  cursor: pointer;
  font-weight: bold;
  margin: 0;
  padding-right: 5px;
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 1;
}
body.inChapter .cogs-portal .close-cogs-portal::after,
body.inResult .cogs-portal .close-cogs-portal::after,
body.inAnalysis .cogs-portal .close-cogs-portal::after {
  content: "+";
  display: inline-block;
  font-size: 35px;
  font-weight: bold;
  margin-right: 5px;
  padding: 0 10px;
  transform: rotate(45deg);
  transform-origin: center;
  vertical-align: middle;
}
body.inChapter .cogs-portal .close-cogs-portal:hover,
body.inResult .cogs-portal .close-cogs-portal:hover,
body.inAnalysis .cogs-portal .close-cogs-portal:hover,
body.inChapter .cogs-portal .close-cogs-portal:focus,
body.inResult .cogs-portal .close-cogs-portal:focus,
body.inAnalysis .cogs-portal .close-cogs-portal:focus {
  background-color: white;
}
body.inChapter .cogs-portal .pie.bb-jumplist,
body.inResult .cogs-portal .pie.bb-jumplist,
body.inAnalysis .cogs-portal .pie.bb-jumplist {
  background: transparent url('../../agroconnect/plugins/cogs/live/assets/pie-bg.png?v=20221117') no-repeat center;
  background-size: cover;
  border-radius: 50%;
  height: 320px;
  left: -10px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  transition: all 300ms ease-out;
  width: 320px;
}
body.inChapter .cogs-portal .pie.bb-jumplist ul li,
body.inResult .cogs-portal .pie.bb-jumplist ul li,
body.inAnalysis .cogs-portal .pie.bb-jumplist ul li {
  border: thin solid white;
  bottom: 50%;
  height: 100%;
  left: 50%;
  position: absolute;
  transform-origin: bottom left;
  width: 100%;
}
body.inChapter .cogs-portal .pie.bb-jumplist ul li.selected,
body.inResult .cogs-portal .pie.bb-jumplist ul li.selected,
body.inAnalysis .cogs-portal .pie.bb-jumplist ul li.selected {
  box-shadow: 0px 0px 5px 2px #1f1f1f;
  z-index: 1;
}
body.inChapter .cogs-portal .pie.bb-jumplist ul li .wrapper,
body.inResult .cogs-portal .pie.bb-jumplist ul li .wrapper,
body.inAnalysis .cogs-portal .pie.bb-jumplist ul li .wrapper {
  bottom: 50px;
  left: 30px;
  position: absolute;
}
body.inChapter .cogs-portal .pie.bb-jumplist ul li .wrapper button,
body.inResult .cogs-portal .pie.bb-jumplist ul li .wrapper button,
body.inAnalysis .cogs-portal .pie.bb-jumplist ul li .wrapper button {
  background-color: white;
  border: none;
  border-radius: 50%;
  color: black;
  font-weight: bold;
  height: 30px;
  margin: 0;
  padding: 0px;
  width: 30px;
}
body.inChapter .cogs-portal .pie.bb-jumplist ul li.semicircle,
body.inResult .cogs-portal .pie.bb-jumplist ul li.semicircle,
body.inAnalysis .cogs-portal .pie.bb-jumplist ul li.semicircle {
  bottom: 0%;
  left: 50%;
  transform-origin: center;
}
body.inChapter .cogs-portal .pie.bb-jumplist ul li.semicircle .wrapper,
body.inResult .cogs-portal .pie.bb-jumplist ul li.semicircle .wrapper,
body.inAnalysis .cogs-portal .pie.bb-jumplist ul li.semicircle .wrapper {
  bottom: 50%;
  left: 15% !important;
  margin-bottom: -25px;
}
body.inChapter .cogs-portal .pie.bb-jumplist ul li.fullcircle,
body.inResult .cogs-portal .pie.bb-jumplist ul li.fullcircle,
body.inAnalysis .cogs-portal .pie.bb-jumplist ul li.fullcircle {
  bottom: 0%;
  left: 0%;
}
body.inChapter .cogs-portal .pie.bb-jumplist ul li.fullcircle .wrapper,
body.inResult .cogs-portal .pie.bb-jumplist ul li.fullcircle .wrapper,
body.inAnalysis .cogs-portal .pie.bb-jumplist ul li.fullcircle .wrapper {
  bottom: 50%;
  left: 50% !important;
  margin-bottom: -15px;
  margin-left: -15px;
}
body.inChapter .cogs-portal .pie.bb-jumplist ul li.fauxitem .wrapper,
body.inResult .cogs-portal .pie.bb-jumplist ul li.fauxitem .wrapper,
body.inAnalysis .cogs-portal .pie.bb-jumplist ul li.fauxitem .wrapper {
  max-height: 50px;
  max-width: 50px;
}
body.inChapter .cogs-portal .pie.bb-jumplist ul li.fauxitem .wrapper button,
body.inResult .cogs-portal .pie.bb-jumplist ul li.fauxitem .wrapper button,
body.inAnalysis .cogs-portal .pie.bb-jumplist ul li.fauxitem .wrapper button {
  pointer-events: none;
}
body.inChapter .cogs-portal .pie.bb-jumplist ul li.fauxitem .wrapper button::before,
body.inResult .cogs-portal .pie.bb-jumplist ul li.fauxitem .wrapper button::before,
body.inAnalysis .cogs-portal .pie.bb-jumplist ul li.fauxitem .wrapper button::before {
  background: transparent url('../../agroconnect/plugins/cogs/live/assets/locked.svg?v=20221117') no-repeat center;
  background-size: 18px;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
body.inChapter .cogs-portal .pointer,
body.inResult .cogs-portal .pointer,
body.inAnalysis .cogs-portal .pointer {
  border-right: 5px solid black;
  border-top: 5px solid black;
  display: block;
  height: 16px;
  margin-left: -50px;
  margin-top: -8px;
  position: absolute;
  transform: rotate(30deg) skewY(30deg);
  top: 150px;
  width: 16px;
}
@media (max-width: 950px) {
  body.inChapter .cogs-portal,
  body.inResult .cogs-portal,
  body.inAnalysis .cogs-portal {
    align-self: flex-start;
    background-color: white;
    flex-direction: column-reverse;
    left: 0%;
    margin-left: 0px;
    min-height: initial;
    max-width: 500px;
    padding: 0 5% 25px 5%;
    position: relative;
    top: 50px;
    width: 90%;
  }
  body.inChapter .cogs-portal .close-cogs-portal,
  body.inResult .cogs-portal .close-cogs-portal,
  body.inAnalysis .cogs-portal .close-cogs-portal {
    top: -50px;
  }
  body.inChapter .cogs-portal .close-cogs-portal,
  body.inResult .cogs-portal .close-cogs-portal,
  body.inAnalysis .cogs-portal .close-cogs-portal,
  body.inChapter .cogs-portal .close-cogs-portal:focus,
  body.inResult .cogs-portal .close-cogs-portal:focus,
  body.inAnalysis .cogs-portal .close-cogs-portal:focus,
  body.inChapter .cogs-portal .close-cogs-portal:hover,
  body.inResult .cogs-portal .close-cogs-portal:hover,
  body.inAnalysis .cogs-portal .close-cogs-portal:hover {
    background-color: transparent;
    color: white;
  }
  body.inChapter .cogs-portal .pie.bb-jumplist,
  body.inResult .cogs-portal .pie.bb-jumplist,
  body.inAnalysis .cogs-portal .pie.bb-jumplist {
    left: 0px;
    height: 220px;
    margin: 0px auto;
    position: relative;
    top: 0px;
    width: 220px;
  }
  body.inChapter .cogs-portal .pie.bb-jumplist ul,
  body.inResult .cogs-portal .pie.bb-jumplist ul,
  body.inAnalysis .cogs-portal .pie.bb-jumplist ul {
    height: 100%;
    position: relative;
    transform: rotate(-90deg);
    width: 100%;
  }
  body.inChapter .cogs-portal .pie.bb-jumplist ul li .wrapper,
  body.inResult .cogs-portal .pie.bb-jumplist ul li .wrapper,
  body.inAnalysis .cogs-portal .pie.bb-jumplist ul li .wrapper {
    bottom: 30px;
    left: 20px;
    margin-left: var(--smladjust);
  }
  body.inChapter .cogs-portal .pie.bb-jumplist ul li .wrapper button,
  body.inResult .cogs-portal .pie.bb-jumplist ul li .wrapper button,
  body.inAnalysis .cogs-portal .pie.bb-jumplist ul li .wrapper button {
    height: 20px;
    transform: rotate(90deg);
    width: 20px;
  }
  body.inChapter .cogs-portal .pie.bb-jumplist ul li.semicircle .wrapper,
  body.inResult .cogs-portal .pie.bb-jumplist ul li.semicircle .wrapper,
  body.inAnalysis .cogs-portal .pie.bb-jumplist ul li.semicircle .wrapper {
    left: 20%;
    margin-bottom: -15px;
  }
  body.inChapter .cogs-portal .pie.bb-jumplist ul li.fullcircle .wrapper,
  body.inResult .cogs-portal .pie.bb-jumplist ul li.fullcircle .wrapper,
  body.inAnalysis .cogs-portal .pie.bb-jumplist ul li.fullcircle .wrapper {
    margin-bottom: -13px;
    margin-left: -13px;
  }
  body.inChapter .cogs-portal .pie.bb-jumplist ul li.fauxitem .wrapper,
  body.inResult .cogs-portal .pie.bb-jumplist ul li.fauxitem .wrapper,
  body.inAnalysis .cogs-portal .pie.bb-jumplist ul li.fauxitem .wrapper {
    max-width: 30px;
    max-height: 30px;
  }
  body.inChapter .cogs-portal .pie.bb-jumplist ul li.fauxitem .wrapper button::before,
  body.inResult .cogs-portal .pie.bb-jumplist ul li.fauxitem .wrapper button::before,
  body.inAnalysis .cogs-portal .pie.bb-jumplist ul li.fauxitem .wrapper button::before {
    background-size: 15px;
  }
  body.inChapter .cogs-portal .pointer,
  body.inResult .cogs-portal .pointer,
  body.inAnalysis .cogs-portal .pointer {
    position: relative;
    margin: auto;
    top: 0px;
    transform: rotate(-60deg) skewY(30deg);
  }
  body.inChapter .cogs-portal #bb-q,
  body.inResult .cogs-portal #bb-q,
  body.inAnalysis .cogs-portal #bb-q {
    align-items: center;
    flex-direction: column;
    margin-top: 0;
  }
  body.inChapter .cogs-portal #bb-q::before,
  body.inResult .cogs-portal #bb-q::before,
  body.inAnalysis .cogs-portal #bb-q::before {
    background-position: center !important;
    border-bottom: 2px solid #20a3f0;
    border-right: none;
    flex-basis: 80px;
    flex-grow: 1;
    margin-bottom: 25px;
    width: 100%;
  }
  body.inChapter .cogs-portal #bb-q fieldset,
  body.inResult .cogs-portal #bb-q fieldset,
  body.inAnalysis .cogs-portal #bb-q fieldset {
    align-self: flex-start;
    flex-grow: 1;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 950px) and (max-width: 950px) {
  body.inChapter .cogs-portal nav button,
  body.inResult .cogs-portal nav button,
  body.inAnalysis .cogs-portal nav button {
    left: 0 !important;
  }
}
body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal {
  display: block;
  width: 100%;
}
body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial {
  align-items: stretch;
  background-color: white;
  display: flex;
}
body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.q-content {
  align-items: flex-start;
  background: transparent url('../../agroconnect/plugins/cogs/live/assets/initial-bbq-bg.png?v=20221117') no-repeat left top;
  background-size: cover;
  display: inline-flex;
  flex-basis: 40%;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 0;
}
body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.q-content h3,
body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.q-content legend {
  font-weight: bold;
}
body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.q-content h3,
body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.q-content legend,
body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.q-content p {
  color: white;
  font-size: 22px;
}
@media (max-width: 430px) {
  body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.q-content h3,
  body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.q-content legend,
  body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.q-content p {
    font-size: 16px;
  }
}
body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.bb-q-container {
  align-items: center;
  background-color: white;
  border: 7px solid lightgrey;
  border-bottom-left-radius: 170px;
  border-top-left-radius: 170px;
  border-right: none;
  display: inline-flex;
  justify-content: space-between;
  flex-basis: calc(60% - 5px);
  flex-grow: 1;
  margin-left: -170px;
  min-width: 500px;
  overflow: hidden;
  padding: 70px 0;
  position: relative;
}
body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.bb-q-container #bb-q {
  background-color: white;
  margin-top: 0;
  padding: 25px 25px 25px 100px;
  width: 100%;
}
body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.bb-q-container #bb-q::before {
  background-position: 10px center;
}
body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.bb-q-container #bb-q fieldset legend {
  color: #006600;
  font-size: 18px;
  font-weight: bold;
}
body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.bb-q-container nav {
  bottom: 20px;
  position: absolute;
  padding: 0;
  right: 15%;
}
@media (max-width: 950px) {
  body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial {
    flex-direction: column;
  }
  body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.q-content {
    padding: 0 0 50px 0;
    min-height: 300px;
    width: 100%;
  }
  body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.q-content h3,
  body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.q-content legend,
  body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.q-content p {
    text-align: center;
  }
  body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.q-content div {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
    width: 100%;
  }
  body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.q-content div fieldset {
    margin: 0 20px;
  }
  body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.clipper {
    clip-path: polygon(50% calc(100% - 20px), 100% 0, 100% 100%, 0 100%, 0 0);
    margin-left: 0;
    margin-top: -70px;
  }
  body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.bb-q-container {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-right: 7px solid lightgrey;
    border-top-right-radius: 170px;
    margin: -150px 0 0 0;
    min-width: 250px;
    padding: 0;
  }
  body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.bb-q-container #bb-q {
    align-items: center;
    flex-direction: column;
    padding: 80px 5% 0;
  }
  body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.bb-q-container #bb-q::before {
    background-position: center !important;
    border-right: none;
    border-bottom: 2px solid #20a3f0;
    flex-basis: 80px;
    flex-grow: 1;
    margin-bottom: 25px;
    width: 100%;
  }
  body:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal section.initial section.bb-q-container #bb-q fieldset {
    align-self: flex-start;
    flex-grow: 1;
    padding: 0;
    padding-bottom: 70px;
    width: 100%;
  }
}
body.inResult .cogs-portal {
  border-radius: 0;
  flex-direction: column;
  left: 0;
  margin: 0;
  padding: 0;
  padding-left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
body.inResult .cogs-portal .close-cogs-portal,
body.inResult .cogs-portal .close-cogs-portal:focus,
body.inResult .cogs-portal .close-cogs-portal:hover {
  color: #20a3f0;
  position: relative;
  top: initial;
}
body.inResult .cogs-portal #bb-q {
  align-items: center;
  flex-direction: column;
}
body.inResult .cogs-portal #bb-q::before {
  display: none;
}
body.inResult .cogs-portal #bb-q fieldset {
  max-width: 100%;
  padding: 0;
  text-align: center;
  width: 100%;
}
body.inResult .cogs-portal #bb-q fieldset legend {
  color: #006600;
  font-size: 22px;
  font-weight: bold;
}
body.inResult .cogs-portal #bb-q .graph {
  margin: 50px auto;
  max-width: 750px;
  min-height: 375px;
}
@media (max-width: 950px) {
  body.inResult .cogs-portal #bb-q .graph {
    min-height: 175px;
  }
}
body.inResult .cogs-portal #bb-q .resultwrapper {
  text-align: left;
  width: 100%;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper {
  background-color: #f5f5f5;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper:nth-child(odd) {
  background-color: #e5e5e5;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .item {
  padding: 15px;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .item.score {
  flex-shrink: 0;
  min-height: 150px;
  position: relative;
  width: 150px;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .item.score::before {
  background: transparent no-repeat center;
  background-image: url('../../agroconnect/plugins/cogs/live/assets/cog.png?v=20221117');
  background-size: 120px;
  display: block;
  content: "";
  flex-shrink: 0;
  height: 100%;
  width: 100%;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .item.score .themeImg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .item.score .themeImg::before {
  background: transparent no-repeat center;
  background-image: url('../../agroconnect/plugins/cogs/live/assets/default-chapter-result.png?v=20221117');
  background-size: 30%;
  content: "";
  display: block;
  height: 100%;
  flex-shrink: 0;
  width: 100%;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .item.text {
  flex-grow: 1;
  max-width: 800px;
  min-width: 300px;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .item.text h2 {
  font-weight: bold;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .item.text label {
  align-items: center;
  color: #20a3f0;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .item.text label::before {
  content: "";
  background: transparent url("../images/chevron.svg") no-repeat center;
  background-size: 10px;
  border: 3px solid #20a3f0;
  border-radius: 50%;
  display: inline-flex;
  height: 25px;
  justify-content: center;
  margin-right: 8px;
  transform: rotate(90deg);
  transition: transform 200ms ease-out;
  width: 25px;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .item.text label::after {
  content: "More information";
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .item.text .jump-to-cogs {
  background-color: transparent;
  color: black;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .item.text .jump-to-cogs:focus,
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .item.text .jump-to-cogs:hover {
  background-color: transparent;
  text-decoration: underline;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info {
  display: none;
  font-weight: bold;
  min-width: 100%;
  padding: 30px calc((100vw - 995px) / 2);
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info div {
  padding: 0 15px;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info br {
  display: none;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .tick,
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .bulb {
  color: black;
  display: block;
  font-style: normal;
  font-weight: normal;
  margin: 10px 0;
  padding-left: 25px;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .tick ol,
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .bulb ol,
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .tick ul,
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .bulb ul {
  margin-left: 27px;
  margin-top: 10px;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .tick ol li ol,
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .bulb ol li ol,
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .tick ul li ol,
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .bulb ul li ol,
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .tick ol li ul,
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .bulb ol li ul,
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .tick ul li ul,
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .bulb ul li ul {
  margin-left: 40px;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .tick ol,
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .bulb ol {
  list-style-type: decimal;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .tick ul,
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .bulb ul {
  list-style-type: lower-alpha;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .tick ul ul,
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .bulb ul ul {
  list-style-type: disc;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .tick::before,
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .bulb::before {
  content: "";
  display: inline-block;
  height: 25px;
  margin-left: -30px;
  margin-right: 5px;
  vertical-align: middle;
  width: 25px;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .bulb::before {
  background: transparent url('../../agroconnect/plugins/cogs/live/assets/bulb.svg?v=20221117') no-repeat center;
  background-size: contain;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .extra-info .tick::before {
  background: transparent url('../../agroconnect/plugins/cogs/live/assets/tick.svg?v=20221117') no-repeat center;
  background-size: contain;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .toggle-info:checked ~ .item {
  border-bottom: thin solid #20a3f0;
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .toggle-info:checked ~ .text label::before {
  transform: rotate(-90deg);
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .toggle-info:checked ~ .text label::after {
  content: "Hide information";
}
body.inResult .cogs-portal #bb-q .resultwrapper .itemwrapper .toggle-info:checked ~ .extra-info {
  display: block;
}
body.inResult .cogs-portal #bb-q nav {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 5vw;
  width: 100%;
}
body.inResult .cogs-portal #bb-q nav .secondary,
body.inResult .cogs-portal #bb-q nav .primary {
  left: auto;
}
body.inResult .cogs-portal #bb-q nav .bb-p-end-tools-container .container {
  border: none;
}
body.inResult .cogs-portal #bb-q + nav {
  display: none !important;
}
@media (max-width: 950px) {
  body.inResult .cogs-portal {
    max-width: 100%;
  }
  body.inResult .cogs-portal #bb-q.graph {
    width: 100%;
  }
}
body.inAnalysis .cogs-portal {
  box-shadow: none;
  padding-left: 60px;
  position: relative;
  top: 0;
}
@media (max-width: 950px) {
  body.inAnalysis .cogs-portal {
    margin: auto;
    flex-direction: column;
  }
}
body.inAnalysis .cogs-portal legend {
  font-size: 22px;
  color: #006600;
}
body.inAnalysis .cogs-portal .p-metaprogress {
  display: none;
}
body.inAnalysis .cogs-portal::before {
  content: "Analysis Questions";
  width: 100%;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #20a3f0;
}
body.inAnalysis .cogs-portal select {
  background-color: white;
}
body.inAnalysis .cogs-portal fieldset > *:not(:first-child) {
  margin-top: 3rem;
}
body.inAnalysis .cogs-portal ul.radiogroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
body.inAnalysis .cogs-portal ul.radiogroup.bbm-column {
  flex-direction: column;
}
body.inAnalysis .cogs-portal ul.radiogroup li.bb-option {
  background-color: white;
  border: 2px solid #857303;
  border-radius: 5px;
  margin: 5px;
  width: calc(50% - 10px);
}
body.inAnalysis .cogs-portal ul.radiogroup li.bb-option.checked {
  background-color: #eee;
  font-weight: bold;
}
body.inAnalysis .cogs-portal ul.radiogroup li.bb-option .bb-option__span {
  padding: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body.inAnalysis .cogs-portal ul.radiogroup li.bb-option .bb-option__label {
  display: block;
}
body.inAnalysis .cogs-portal ul.radiogroup li.bb-option .bb-option__label .p-custom-radios-label {
  display: none !important;
  height: 0;
}
body.inAnalysis .cogs-portal ul.radiogroup li.bb-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.cogs-portal #bb-q {
  align-items: stretch;
  display: flex;
  margin-top: 50px;
  min-height: 200px;
}
.cogs-portal #bb-q::before {
  background: transparent no-repeat 10px 70px;
  background-image: url('../../agroconnect/plugins/cogs/live/assets/initial-inner.png?v=20221117');
  border-right: 2px solid #009ee0;
  content: "";
  display: block;
  flex-shrink: 0;
  width: 90px;
}
.cogs-portal #bb-q fieldset {
  max-width: 600px;
  overflow-x: hidden;
}
.cogs-portal #bb-q nav,
.cogs-portal #bb-q + nav {
  display: flex;
  justify-content: flex-start;
  padding: 10px;
}
@media (max-width: 950px) {
  .cogs-portal #bb-q nav,
  .cogs-portal #bb-q + nav {
    justify-content: space-around;
  }
}
.cogs-portal #bb-q nav .bb-p-end-tools-container,
.cogs-portal #bb-q + nav .bb-p-end-tools-container {
  margin: 0;
}
.cogs-portal #bb-q nav .bb-p-end-tools-container .container,
.cogs-portal #bb-q + nav .bb-p-end-tools-container .container {
  min-height: 0;
}
.cogs-portal #bb-q ~ .restart-warning {
  float: left;
  margin-left: calc(5vw - 15px);
}
.cogs-portal section.initial-explanation {
  padding: 45px 65px;
}
@media (max-width: 950px) {
  .cogs-portal section.initial-explanation {
    padding: 45px 32px;
  }
}
.cogs-portal section.initial-explanation.hml,
.cogs-portal section.initial-explanation.hml .static-text {
  align-items: flex-start;
  background-color: #009ee0;
  color: white;
  display: flex;
  justify-content: space-between;
}
.cogs-portal section.initial-explanation.hml div,
.cogs-portal section.initial-explanation.hml .static-text div {
  flex-basis: 30%;
  flex-grow: 1;
  margin-bottom: 30px;
}
.cogs-portal section.initial-explanation.hml div ul,
.cogs-portal section.initial-explanation.hml .static-text div ul {
  list-style: disc;
  padding-left: 18px;
  margin-top: 15px;
}
.cogs-portal section.initial-explanation.hml div h2,
.cogs-portal section.initial-explanation.hml .static-text div h2 {
  color: white;
  font-weight: bold;
}
.cogs-portal section.initial-explanation.hml div:not(last-of-type),
.cogs-portal section.initial-explanation.hml .static-text div:not(last-of-type) {
  margin-right: 30px;
}
@media (max-width: 680px) {
  .cogs-portal section.initial-explanation.hml,
  .cogs-portal section.initial-explanation.hml .static-text {
    flex-wrap: wrap;
  }
  .cogs-portal section.initial-explanation.hml div,
  .cogs-portal section.initial-explanation.hml .static-text div {
    min-width: 250px;
  }
}
.cogs-portal section.initial-explanation.chapterlist {
  align-items: stretch;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
}
@media (max-width: 950px) {
  .cogs-portal section.initial-explanation.chapterlist {
    display: none;
  }
}
.cogs-portal section.initial-explanation.chapterlist .content {
  background-color: white;
  border: 7px solid lightgrey;
  border-bottom-right-radius: 170px;
  border-top-right-radius: 170px;
  border-left: none;
  flex-basis: 60%;
  flex-grow: 1;
  margin-right: -170px;
  min-height: 500px;
  overflow: hidden;
  padding: 85px 1% 85px 65px;
  z-index: 1;
}
.cogs-portal section.initial-explanation.chapterlist .content h2 {
  min-width: 100%;
}
.cogs-portal section.initial-explanation.chapterlist .side-image {
  background: white url('../../agroconnect/plugins/cogs/live/assets/initial-description-bg.png?v=20221117') no-repeat left center;
  background-size: cover;
  flex-basis: 40%;
  flex-grow: 1;
}
.cogs.faux-jumplist {
  background: transparent url('../../agroconnect/plugins/cogs/live/assets/woman.png?v=20221117') no-repeat bottom left;
  background-size: 480px auto;
  flex-grow: 1;
  margin-left: -190px;
  max-width: 1380px;
  min-height: 700px;
  padding-left: 400px;
  padding-top: 70px;
  width: calc(100vw - 300px);
}
@media (max-width: 950px) {
  body.inChapter .cogs.faux-jumplist {
    display: none;
  }
}
.cogs.faux-jumplist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
  margin: auto;
}
.cogs.faux-jumplist ul li {
  display: inline-block;
  flex-shrink: 0;
  height: 150px;
  position: relative;
  transition: transform 400ms ease;
  width: 150px;
}
.cogs.faux-jumplist ul li:hover,
.cogs.faux-jumplist ul li:focus {
  transform: scale(1.2);
}
.cogs.faux-jumplist ul li::before {
  content: "";
  background: transparent no-repeat center;
  background-image: url('../../agroconnect/plugins/cogs/live/assets/cog.png?v=20221117');
  background-size: contain;
  height: 100%;
  display: block;
  position: absolute;
  transition: transform 5s ease-out;
  width: 100%;
}
.cogs.faux-jumplist ul li:hover::before,
.cogs.faux-jumplist ul li:focus::before {
  transform: rotate(360deg);
  transform-origin: center;
}
.cogs.faux-jumplist ul li button {
  background: transparent url('../../agroconnect/plugins/cogs/live/assets/default-chapter.png?v=20221117') no-repeat center;
  background-size: 40%;
  font-size: 11px;
  font-weight: bold;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
.cogs.faux-jumplist ul li button span {
  background-color: white;
  padding: 3px;
  position: relative;
  top: 30%;
}
.cogs.faux-jumplist ul li button:hover,
.cogs.faux-jumplist ul li button:focus {
  color: #20a3f0;
}
@media (max-width: 950px) {
  .cogs.faux-jumplist {
    background: transparent url('../../agroconnect/plugins/cogs/live/assets/ex-robot-woman.png?v=20221117') no-repeat center bottom;
    background-size: 50% auto;
    padding-bottom: 170px;
    padding-left: 0px;
    margin: auto;
  }
}
.resultjumper {
  align-items: stretch;
  background-color: white;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.resultjumper .content {
  background-color: white;
  border: 7px solid lightgrey;
  border-bottom-right-radius: 170px;
  border-top-right-radius: 170px;
  border-left: none;
  flex-basis: 30%;
  flex-grow: 1;
  padding: 45px 1% 45px 65px;
  margin-right: -170px;
  overflow: hidden;
  z-index: 1;
}
.resultjumper .content h2 {
  color: #006600;
  font-weight: bold;
}
.resultjumper .content .resultjumper-button {
  left: 0;
  margin: 0;
  margin-top: 20px;
  padding-left: 20px;
  position: relative;
}
.resultjumper .side-image {
  background: white url("../images/side-image.png?v=20221117") no-repeat left bottom;
  background-size: cover;
  flex-basis: 40%;
  flex-grow: 1;
}
@media (max-width: 950px) {
  .resultjumper .content {
    border: none;
    flex-basis: 100%;
    margin: 0;
    padding: 45px 32px;
  }
  .resultjumper .side-image {
    display: none;
  }
}
body.hasCogs:not(.inChapter):not(.inResult):not(.inAnalysis) .cogs-portal {
  display: none;
}
body.hasCogs .columns[data-when="hasModel"] {
  display: flex;
}
/*
 * Default colors, can override per theme if needed.
 */
.bb-p-end-tools-container {
  background-color: white;
  color: #006600;
  margin: 10px 0;
  max-height: 0px;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-align: center;
  transition: all 500ms ease;
  width: 100%;
}
.bb-p-end-tools-container.showing {
  max-height: 200px;
}
.bb-p-end-tools-container .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: thin solid #cccccc;
  text-align: left;
  min-height: 50px;
}
.bb-p-end-tools-container .container a,
.bb-p-end-tools-container .container label,
.bb-p-end-tools-container .container button {
  background-color: transparent;
  border: none;
  color: #006600;
  padding: 0;
  font-family: "RijksOverheidSans", "Droid Sans", Arial, Verdana, sans-serif;
  font-size: 13px;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  transition: all 200ms ease-out;
}
.bb-p-end-tools-container .container a.centered,
.bb-p-end-tools-container .container label.centered,
.bb-p-end-tools-container .container button.centered {
  margin: auto;
  text-align: center;
}
.bb-p-end-tools-container .container a:focus svg,
.bb-p-end-tools-container .container button:focus svg,
.bb-p-end-tools-container .container a:hover svg,
.bb-p-end-tools-container .container button:hover svg {
  color: #006600;
}
.bb-p-end-tools-container .container svg {
  color: #006600;
  margin-right: 20px;
  transition: color 200ms ease-out;
  vertical-align: middle;
}
.bb-p-end-tools-container .container .prepping,
.bb-p-end-tools-container .container .prepping svg {
  animation: prepping 1s infinite;
}
.bb-p-end-tools-container .container .prepping::after {
  color: inherit;
  content: attr(data-loading-text);
  display: inline;
  height: 16px;
  width: 100%;
}
.bb-p-end-tools-container .container .impossible,
.bb-p-end-tools-container .container .impossible svg {
  color: red !important;
}
.bb-p-end-tools-container .container .impossible::after {
  color: inherit;
  content: attr(data-impossible-text);
  display: inline;
  height: 16px;
  width: 100%;
}
.bb-p-end-tools-container .email-container {
  justify-content: flex-start;
  position: relative;
  text-align: left;
}
.bb-p-end-tools-container .email-container .opt-for-email,
.bb-p-end-tools-container .email-container .email-send {
  color: #006600;
}
.bb-p-end-tools-container .email-container .opt-for-email {
  color: #006600;
  background-color: transparent;
}
.bb-p-end-tools-container .email-container .email-send {
  border-bottom: thin solid transparent;
  cursor: not-allowed;
  color: #cccccc;
  font-size: 13px;
  margin-left: 10px;
  pointer-events: all;
}
.bb-p-end-tools-container .email-container .email-send.validated {
  color: #006600;
  cursor: pointer;
}
.bb-p-end-tools-container .email-container input.email-address {
  transition: width 500ms ease;
  font-size: 13px;
}
.bb-p-end-tools-container .email-container input.email-address.set {
  display: initial;
  font-size: 13px;
  padding: 5px 10px;
  width: 60%;
}
.bb-p-end-tools-container .email-container input.email-address.ready {
  border: none;
  padding: 0;
  width: 0;
  display: none;
}
.bb-p-end-tools-container .feedback-container label {
  text-align: center;
}
.bb-p-end-tools-container .feedback-container .feedback-button {
  font-weight: bold;
  height: 30px;
  padding: 0;
  width: 30px;
}
.bb-p-end-tools-container .feedback-container .feedback-button[data-value="Negatief"] {
  transform: rotate(180deg);
}
.bb-p-end-tools-container .feedback-container .feedback-button svg {
  margin-right: 0;
}
@keyframes prepping {
  from {
    color: #006600;
  }
  50% {
    color: #006600;
  }
  to {
    color: #006600;
  }
}
@media not all and (hover: none) {
  .bb-p-end-tools-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .bb-p-end-tools-container .container {
    border-bottom: none;
    border-left: thin solid #cccccc;
    display: inline-flex;
    flex-grow: 1;
    justify-content: center;
  }
  .bb-p-end-tools-container .container a,
  .bb-p-end-tools-container .container label:not(.centered),
  .bb-p-end-tools-container .container button {
    font-size: 0px;
  }
  .bb-p-end-tools-container .container a:focus,
  .bb-p-end-tools-container .container label:not(.centered):focus,
  .bb-p-end-tools-container .container button:focus,
  .bb-p-end-tools-container .container a:hover,
  .bb-p-end-tools-container .container label:not(.centered):hover,
  .bb-p-end-tools-container .container button:hover {
    font-size: 13px;
  }
  .bb-p-end-tools-container .container.feedback-container label {
    font-size: 13px;
    padding: 0 15px;
  }
  .bb-p-end-tools-container .container:first-of-type {
    border-left: none;
  }
}
.p-legacy--notice {
  display: none;
}
.p-legacy .p-legacy--hide {
  display: none;
}
.p-legacy .p-legacy--notice {
  display: block;
}
.p-legacy--notice {
  align-self: center;
  margin: 50px;
  max-width: 750px;
  color: #114476;
}
.p-metaprogress {
  top: 10px;
  padding: 10px 0;
  position: absolute;
  display: block;
  width: 100%;
}
@media (max-width: 950px) {
  .p-metaprogress {
    top: 45px;
  }
}
body.hasCogs .p-metaprogress {
  display: none;
}
.p-metaprogress .steps {
  align-items: center;
  justify-content: center;
  text-align: left;
  display: flex;
  margin-left: 9px;
}
.p-metaprogress .steps .step {
  border-radius: 50%;
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #535353;
  margin-right: 18px;
  text-align: center;
}
.p-metaprogress .steps .step::after {
  content: attr(data-step);
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
.p-metaprogress .steps .step:not(:first-of-type)::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  left: -20px;
  top: 50%;
  background-color: #535353;
  margin: auto;
}
.p-metaprogress .steps .step.complete,
.p-metaprogress .steps .step.current {
  background-color: #535353;
}
.p-metaprogress .steps .step.complete::after,
.p-metaprogress .steps .step.current::after {
  color: white;
  font-weight: bold;
}
.p-metaprogress .steps .step.complete::after {
  content: '\2713';
}
.bb-questionlabelgroup:after {
  content: '';
  clear: both;
  display: block;
}
/* hide */
[data-visible=false] {
  font-size: 0 !important;
  margin: 0;
  opacity: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
}
/* reveal */
[data-visible] {
  /* unshrink, then fade in */
  transition: font-size 0.08s ease-in, margin 0.08s ease-in, padding 0.08s ease-in, opacity 0.16s 0.08s ease-in;
}
.bb-programmatically-changed {
  animation: programmatically-changed 600ms;
}
@keyframes programmatically-changed {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #fbfb00;
  }
  0% {
    background-color: #fff;
  }
}
/* CSS regions */
[hidden] {
  display: none !important;
}
.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: auto;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
.reset-blank,
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p + p,
ul + p,
ol + p,
blockquote + p,
pre + p,
div[data-datatype="Text"] + div[data-datatype="Text"] {
  margin-top: 1em;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ol {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Additional Showdown Resets */
.bb-p-showdown-labels ul,
.bb-p-showdown-labels ol {
  list-style: initial;
}
/* Tell fieldset not to grow with along with wide content */
fieldset {
  min-width: 0;
}
@supports not (display: flow-root) {
  @-moz-document url-prefix() {
    /* Only target Gecko. (Breaks layout in IE.) */
    fieldset {
      display: table-cell;
    }
  }
}
legend {
  float: left;
  width: 100%;
}
legend + * {
  clear: left;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: inherit;
}
.logo-secondary {
  background: transparent url('../images/logo.svg') no-repeat left center;
  background-size: contain;
  display: block;
  height: 100px;
  width: 280px;
}
@media (max-width: 769px) {
  .logo-secondary {
    height: 51px;
  }
}
/*
 * jQuery UI CSS Framework
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-helper-clearfix {
  display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}
.ui-helper-clearfix {
  display: block;
}
/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * NOTE THIS WEBPAGE DOES NOT WORK ANYMORE
 *
 * To view and modify this theme, visit http://jquit.com/builder/#gcc=ffffff&gcb=d4d4d4&gct=525252&gci=d4d4d4&pcc=d4d4d4&acb=525252&o=ffffff&ghc=669933&ght=ffffff&ghi=ffffff&gdc=d4d4d4&gdb=d4d4d4&gdt=525252&tdc=669933&tdb=669933&tdt=ffffff&tdi=ffffff&ddc=d4d4d4&ddb=d4d4d4&ddt=525252&pxd=000000&asc=669933&ast=ffffff&goc=9fc47a&gob=9fc47a&got=ffffff&toc=9fc47a&tob=9fc47a&tot=ffffff&toi=ffffff&doc=9fc47a&dob=9fc47a&dot=ffffff&pxa=525252&gac=669933&gab=669933&gat=ffffff&tac=ffffff&tab=d4d4d4&tat=525252&tai=d4d4d4&dac=669933&dab=669933&dat=ffffff&dic=d4d4d4&dib=669933&dit=ffffff&gic=efdca9&gib=efdca9&git=525252&gii=525252&ec=d30909&eb=d30909&et=ffffff&ei=ffffff
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #444444;
}
.ui-widget-content a {
  color: #444444;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #dddddd;
  color: #444444;
  font-weight: bold;
}
.ui-widget-header a {
  color: #444444;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #444444;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #ff0084;
  background: #ffffff;
  color: #222222;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #222222;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #222222;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: normal;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-off {
  background-position: -96px -144px;
}
.ui-icon-radio-on {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* Overlays */
.ui-widget-overlay {
  background: #eeeeee;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ui-widget-shadow {
  margin: -4px 0 0 -4px;
  padding: 4px;
  background: #aaaaaa;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/*
/* General */
.ui-widget {
  font-family: "Segoe UI", Helvetica, Verdana;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 2px solid #dddddd;
  background: inherit;
  font-weight: bold;
  text-decoration: none;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  font-weight: bold;
  color: #ffffff;
  border-width: 2px;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #dddddd;
  font-weight: bold;
  color: #ff0084;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ff0084;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
/* Additional states */
.ui-state-highlight {
  border: 2px solid;
}
.ui-state-error {
  border: 2px solid;
}
/*.ui-state-highlight .ui-icon, .ui-state-error .ui-icon{position:relative;top:-4px;}*/
/* Icon states */
.ui-icon {
  width: 16px;
  height: 16px;
}
/* General */
.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: url(../../../css/jquery-ui/images/ui-icons_d4d4d4_0.png);
}
.ui-state-default .ui-icon {
  background-image: url(../../../css/jquery-ui/images/ui-icons_525252_0.png);
}
.ui-state-active .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(../../../css/jquery-ui/images/ui-icons_ffffff_0.png);
}
.ui-widget-overlay {
  background: #ffffff;
}
.ui-widget-content {
  color: #525252;
}
/* Button states */
.ui-state-default,
.ui-widget-content .ui-state-default {
  background-color: #d4d4d4;
  border-color: #d4d4d4;
  color: #525252;
}
.ui-state-focus,
.ui-widget-content .ui-state-focus {
  background-color: #114476;
  border-color: #114476;
  color: #ffffff;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover {
  background-color: #114476;
  border-color: #114476;
  color: #ffffff;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  background-color: #007bc7;
  border-color: #007bc7;
  color: #ffffff;
}
/* Highlight */
.ui-state-highlight {
  border-color: #efdca9;
  color: #525252;
  background: #efdca9;
}
.ui-state-highlight .ui-icon {
  background-image: url(../../../css/jquery-ui/images/ui-icons_525252_0.png);
}
/* Error */
.ui-state-error {
  border-color: #d30909;
  color: #ffffff;
  background: #d30909;
}
.ui-state-error .ui-icon {
  background-image: url(../../../css/jquery-ui/images/ui-icons_ffffff_0.png);
}
/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 6px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 5px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 48%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: normal;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Datepicker*/
.ui-datepicker {
  border: 2px solid;
  padding: 0 !important;
}
.ui-datepicker .ui-datepicker-header {
  border: none;
  padding: 0.4em 1em 0.4em 1em;
}
.ui-datepicker .ui-datepicker-header .ui-state-default,
.ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: none;
  border: none;
  padding: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 24px;
  height: 24px;
  margin: 0;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ui-datepicker table {
  margin: 0px;
  border: 1px solid;
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-state-hover,
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-state-active {
  border-width: 2px;
}
.ui-datepicker .ui-icon {
  margin: 4px !important;
}
 .ui-datepicker {
  border-color: #007bc7;
}
.ui-datepicker .ui-datepicker-header {
  background-color: #007bc7;
  color: #ffffff;
}
.ui-datepicker table {
  border-color: #ffffff;
}
.ui-datepicker-calendar {
  background: #ffffff;
}
.ui-datepicker-calendar .ui-state-default {
  background-color: #d4d4d4;
  border-color: #d4d4d4;
  color: #525252;
}
.ui-datepicker-calendar .ui-state-hover {
  background-color: #114476 !important;
  border-color: #114476 !important;
  color: #ffffff !important;
}
.ui-datepicker-calendar .ui-state-highlight {
  background-color: #d4d4d4;
  border-color: #007bc7;
  color: #ffffff;
}
.ui-datepicker-calendar .ui-state-active {
  background-color: #007bc7;
  border-color: #007bc7;
  color: #ffffff;
}
.ui-datepicker .ui-icon {
  background-image: url(../../../css/jquery-ui/images/ui-icons_ffffff_0.png);
}
.ui-datepicker .ui-state-hover .ui-icon {
  background-image: url('../../../css/jquery-ui/images/ui-icons_669933_0.png');
}
.ui-datepicker-next,
.ui-datepicker-prev {
  background-image: url('../../../css/jquery-ui/images/ui-icons_ffffff_0.png');
  background-position: -232px -216px;
}
.ui-datepicker-next-hover,
.ui-datepicker-prev-hover {
  background-image: url('../../../css/jquery-ui/images/ui-icons_ffffff_0.png') !important;
  background-position: -232px -168px !important;
  opacity: 1;
}
.ui-datepicker-next.ui-state-disabled,
.ui-datepicker-prev.ui-state-disabled {
  background-image: url('../../../css/jquery-ui/images/ui-icons_ffffff_0.png');
  background-position: -232px -216px;
}
html {
  font-size: 100%;
}
body,
input,
textarea,
keygen,
select,
button,
small {
  font-family: "Open Sans", Arial, Verdana, sans-serif;
}
input,
textarea,
select {
  font-size: inherit;
}
body {
  color: #666666;
  font-size: 16px;
  line-height: 1.625;
}
h1,
h2,
h3 {
  font-family: "Open Sans", Arial, Verdana, sans-serif;
}
h1 {
  color: black;
  font-size: 26px;
  margin-bottom: 12px;
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (min-width: 950px) {
  h1 {
    font-size: 36px;
  }
}
h2 {
  color: #006600;
  font-size: 23px;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 104.3%;
  margin-bottom: 9px;
}
* + h2 {
  margin-top: 1em;
}
h3,
.bbm-heading3 {
  color: #006600;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 1px;
  padding-top: 18px;
  padding-top: 1.125rem;
}
input[type="hidden"] + h3,
input[type="hidden"] + .bbm-heading3,
h3:first-child,
.bbm-heading3:first-child {
  padding-top: 0;
}
.h4,
h4,
h5,
h6 {
  font-family: "Open Sans", Arial, Verdana, sans-serif;
  color: #232a29;
  font-weight: bold;
  line-height: 1.4545;
  margin-bottom: 0.5px;
}
a {
  font-family: "Open Sans", Arial, Verdana, sans-serif;
  color: #009ee0;
  font-weight: bold;
  text-decoration: none;
}
a:hover,
a:hover::before,
a:hover::after {
  color: #009ee0;
  text-decoration: underline;
}
small {
  font-size: 13px;
}
strong {
  color: #006600;
}
body:not(.hasCases) .when-cases,
body:not(.hasJumplist) .when-jumplist,
body:not(.hasMessage) .when-message,
body:not(.hasModel) .when-model,
body:not(.hasModels) .when-models,
body:not(.hasNoNext) .when-no-next,
body.hasNoNext .when-next,
body.hasNoPrior .when-prior,
body:not(.hasRequired) .when-required,
body:not(.hasTextInside) .when-text-inside,
body:not(.isLoggedIn) .when-logged-in,
body.isLoggedIn .not-when-logged-in {
  display: none;
}
footer {
  background-color: #232a29;
  padding: 30px 65px;
}
footer ul {
  display: flex;
  justify-content: flex-start;
  list-style: none;
}
footer ul li {
  display: flex;
}
footer ul li a,
footer ul li p {
  color: #bbbbbb;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
}
footer ul li a:focus,
footer ul li a:hover {
  color: #00bfa7;
  text-decoration: underline;
}
footer ul li:not(:last-of-type)::after {
  color: #bbbbbb;
  content: '|';
  display: inline-block;
  margin: 0 10px;
}
input,
select,
textarea {
  border: 1px solid #fff;
  border-bottom: 2px solid #857303;
  vertical-align: baseline;
}
input.error,
select.error,
textarea.error {
  border-bottom-color: #ee0101;
}
input,
textarea,
select {
  padding: 4px 4px;
}
option {
  padding: 4px 4px;
}
[data-type="label"] > p + p,
label > p + p {
  margin-top: 0.5em;
}
[role="main"] > ul,
[data-type="label"] ul,
label ul {
  list-style: disc;
  margin: 1rem;
}
[role="main"] > ol {
  margin: 1rem;
}
[role="main"] > ol [data-type="label"] ol,
label ol {
  list-style: decimal;
}
fieldset > *:not(:first-child) {
  margin-top: 16px;
  margin-top: 1rem;
}
fieldset > .bbm-standard-remark + * {
  margin-top: 0;
}
.bb-questionlabelgroup > .bb-label {
  color: #006600;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.bb-questionlabelgroup input,
.bb-questionlabelgroup select,
.bb-questionlabelgroup textarea {
  width: 100%;
}
button,
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
input[type="submit"],
button.bb-prior,
button {
  background: white;
  border: none;
  border-radius: 5px;
  color: #20a3f0;
  cursor: pointer;
  font-size: 13px;
  margin-top: 0.3125rem;
  padding: 10px;
  transition: all ease-in 200ms;
  text-indent: 0;
}
input[type="submit"]:hover,
button.bb-prior:hover,
button:hover {
  background: #20a3f0;
  color: white;
}
input[type="submit"].primary,
button.bb-prior.primary,
button.primary,
input[type="submit"].secondary,
button.bb-prior.secondary,
button.secondary {
  align-items: center;
  border: 1px solid #20a3f0;
  display: inline-flex;
  height: 30px;
  margin: 0;
  position: relative;
  text-transform: capitalize;
}
input[type="submit"].primary.primary,
button.bb-prior.primary.primary,
button.primary.primary,
input[type="submit"].secondary.primary,
button.bb-prior.secondary.primary,
button.secondary.primary {
  left: -15px;
}
input[type="submit"].primary.primary::after,
button.bb-prior.primary.primary::after,
button.primary.primary::after,
input[type="submit"].secondary.primary::after,
button.bb-prior.secondary.primary::after,
button.secondary.primary::after {
  background: transparent url("../images/chevron.svg") no-repeat center;
  background-size: 5px;
  content: "";
  display: inline-block;
  height: 7px;
  margin: 0 5px;
  position: relative;
  transition: all ease-in 200ms;
  width: 5px;
}
input[type="submit"].primary.primary:hover::after,
button.bb-prior.primary.primary:hover::after,
button.primary.primary:hover::after,
input[type="submit"].secondary.primary:hover::after,
button.bb-prior.secondary.primary:hover::after,
button.secondary.primary:hover::after,
input[type="submit"].primary.primary:focus::after,
button.bb-prior.primary.primary:focus::after,
button.primary.primary:focus::after,
input[type="submit"].secondary.primary:focus::after,
button.bb-prior.secondary.primary:focus::after,
button.secondary.primary:focus::after {
  background-image: url("../images/chevron-white.svg");
}
input[type="submit"].primary.secondary,
button.bb-prior.primary.secondary,
button.primary.secondary,
input[type="submit"].secondary.secondary,
button.bb-prior.secondary.secondary,
button.secondary.secondary {
  left: -30px;
}
input[type="submit"].primary.secondary::before,
button.bb-prior.primary.secondary::before,
button.primary.secondary::before,
input[type="submit"].secondary.secondary::before,
button.bb-prior.secondary.secondary::before,
button.secondary.secondary::before {
  background: transparent url("../images/chevron.svg") no-repeat center;
  background-size: 5px;
  content: "";
  display: inline-block;
  height: 7px;
  margin: 0 5px;
  position: relative;
  transform: rotate(180deg);
  transition: all ease-in 200ms;
  width: 5px;
}
input[type="submit"].primary.secondary:hover::before,
button.bb-prior.primary.secondary:hover::before,
button.primary.secondary:hover::before,
input[type="submit"].secondary.secondary:hover::before,
button.bb-prior.secondary.secondary:hover::before,
button.secondary.secondary:hover::before,
input[type="submit"].primary.secondary:focus::before,
button.bb-prior.primary.secondary:focus::before,
button.primary.secondary:focus::before,
input[type="submit"].secondary.secondary:focus::before,
button.bb-prior.secondary.secondary:focus::before,
button.secondary.secondary:focus::before {
  background-image: url("../images/chevron-white.svg");
}
input#bb-p-model-filter {
  min-width: 230px;
}
nav[role="navigation"] button {
  text-transform: capitalize;
}
button[disabled] {
  cursor: default;
}
[role="button"] {
  cursor: pointer;
  vertical-align: text-top;
}
.radiogroup label,
.radiogroup [data-type="label"] {
  cursor: pointer;
  display: table-row;
}
.radiogroup label > span,
.radiogroup [data-type="label"] > span,
.radiogroup label > input,
.radiogroup [data-type="label"] > input {
  display: table-cell;
}
.group {
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 0px;
  position: relative;
  padding-bottom: 0px;
}
.group.selected {
  background-color: #fff;
}
.group img {
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 100%;
}
.act-like-group {
  border-bottom: 0.5rem solid #fff;
  border-top: 0.5rem solid #fff;
  display: block;
  padding: 45px 30px 30px 45px;
}
.bb-text.bbm-standard-remark {
  display: none !important;
  border-bottom: 0.5rem solid #fff;
  border-top: 0.5rem solid #fff;
  display: block;
  padding: 45px 30px 30px 45px;
  background: url("../images/bulb.svg?v=20221117") #e5e5e5 no-repeat 5px 5px;
  background-size: 35px;
  max-width: 100%;
  max-height: 250px;
  overflow: auto;
}
.errortext {
  border-bottom: 0.5rem solid #fff;
  border-top: 0.5rem solid #fff;
  display: block;
  padding: 45px 30px 30px 45px;
  color: #ee0101;
}
.p-custom-checkboxes + label.custom-checkbox {
  height: 16px;
  padding: 0 !important;
  width: 16px;
}
.p-custom-checkboxes:checked + label.custom-checkbox {
  background-color: #114476;
  border: thin solid #114476;
}
.p-custom-radios-label {
  background-color: white;
  border: 3px solid #cccccc;
  border-radius: 50%;
  box-shadow: 0 0 0 2px white inset;
  display: inline-block !important;
  height: 16px;
  margin-right: 5px;
  padding: 0px !important;
  vertical-align: middle;
  width: 16px;
}
input:checked + .p-custom-radios-label {
  background-color: #114476;
  border-color: #114476;
}
.p-custom-radios-label + span {
  font-size: 18px;
  vertical-align: middle;
}
.c-card {
  background-color: #fff;
  border: 1px solid #007bc7;
  padding: 12px 15px 15px;
  margin: 0 0 15px 0;
}
.c-card a {
  text-decoration: underline;
}
.c-card_slug {
  font-size: 0.6875rem;
}
.c-card_heading {
  margin-bottom: 0.625rem;
}
.c-card_slug ~ .c-card_heading {
  margin-top: 0;
}
.c-card p ~ p {
  margin-top: 1.25rem;
}
.c-card-holder .c-card {
  margin-top: 1.25rem;
}
.c-card-edit {
  color: #007bc7;
  text-decoration: none;
  font-size: 0.8125rem;
  font-family: Arial;
}
.c-card:hover .c-card-edit {
  color: #114476;
}
.c-card-edit:hover,
.c-card-edit:focus {
  color: #007bc7;
}
.c-card[data-selected="true"] {
  background-color: #114476;
  color: #fff;
}
.c-card[data-selected="true"] h2 {
  color: #fff;
}
.c-card[data-selected="true"] .primary:hover {
  color: #3e3e3e;
  background: #007bc7;
}
.c-card[data-selected="true"] a {
  color: inherit;
}
.c-card[data-selected="true"] .c-card-edit {
  color: inherit !important;
}
.c-form {
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 0px;
  position: relative;
}
.c-form--infocus {
  background-color: #fff;
}
html {
  background-color: white;
}
body {
  position: relative;
}
.l-page-width {
  min-width: 315px;
  overflow: visible;
}
.l-menu a {
  color: #fff;
}
@media (min-width: 645px) {
  .l-first-thing {
    margin-top: 0px;
  }
  .l-page-width {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media (max-width: 949px) {
  .l-no-sml {
    display: none;
  }
}
@media (min-width: 950px) {
  .l-just-sml {
    display: none;
  }
}
.l-page-width {
  width: 100%;
}
.l-page {
  display: flex;
  flex-direction: column;
}
.l-page main {
  min-height: calc(100vh - 86px - 100px);
}
.l-page-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-branding {
  padding: 0;
  position: relative;
}
.l-capped {
  max-width: 1350px;
  padding: 0 65px;
  width: 100%;
}
.l-top-navigation {
  text-align: right;
}
.bb-modelname {
  color: #006600;
  font-size: 30px;
  font-weight: normal;
  margin: 0;
  padding: 4px 32px;
}
@media (max-width: 950px) {
  .bb-modelname {
    font-size: 18px;
  }
}
.home-link {
  font-size: 16px;
  padding: 12px 15px;
  cursor: pointer;
}
.l-menu a {
  padding: 4px 10px 6px;
}
.l-menu a:hover {
  background-color: #007bc7;
  color: #3e3e3e;
}
.l-content {
  width: 100%;
  margin: 0;
  flex-grow: 1;
  flex-direction: column;
  display: flex;
  align-items: stretch;
}
body.hasCogs .l-content {
  background: #e6e6e6 url("../images/bg.jpg?v=20221117") no-repeat center;
  background-size: cover;
}
.l-content .columns {
  flex-grow: 1;
  justify-content: center;
  position: relative;
}
.progress {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 16px 0px white;
  position: absolute;
  height: 100%;
  left: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100;
}
.progress img {
  position: absolute;
  bottom: 50%;
}
a.restart-warning {
  background-color: transparent;
  border: none;
  color: #20a3f0;
  display: block;
  font-weight: bold;
  padding: 10px 10px 10px 0;
  width: fit-content;
}
a.restart-warning svg {
  margin-right: 5px;
  vertical-align: middle;
}
a.restart-warning:hover + .restart-warning-text,
a.restart-warning:focus + .restart-warning-text {
  display: block;
}
.restart-warning-text {
  background-color: #e5e5e5;
  box-shadow: 0 0 10px black;
  color: black;
  display: none;
  left: 300px;
  margin-top: -100px;
  max-width: 500px;
  padding: 15px;
  position: absolute;
  z-index: 1;
}
ul.chapterinfo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px auto;
  max-width: 900px;
  width: 100%;
}
ul.chapterinfo li {
  margin-bottom: 15px;
  flex-basis: 250px;
}
ul.chapterinfo li button.chapteritem {
  color: #114476;
  display: block;
  min-width: 150px;
  background: transparent url("../plugins/cogs/live/assets/chapteritem-bg.png?v=20221117") no-repeat left center;
  background-size: 60px;
  margin-top: 0;
  padding: 0;
  padding-left: 65px;
  height: 60px;
  text-align: left;
  line-height: 60px;
  position: relative;
  font-weight: bold;
}
ul.chapterinfo li button.chapteritem::before {
  content: "";
  background: transparent no-repeat center;
  background-image: url("../plugins/cogs/live/assets/default-chapter-inner.png?v=20221117");
  background-size: 35px;
  width: 60px;
  display: block;
  height: 60px;
  position: absolute;
  left: 0;
}
ul.chapterinfo li button.chapteritem::after {
  background-color: #e5e5e5;
  border-radius: 5px;
  box-shadow: 3px 3px 5px grey;
  content: attr(aria-label);
  display: none;
  height: auto;
  left: 0;
  line-height: 1.7;
  margin-top: 5px;
  padding: 10px;
  position: absolute;
  width: 250px;
  z-index: 1;
}
ul.chapterinfo li button.chapteritem:hover::after,
ul.chapterinfo li button.chapteritem:focus::after {
  display: block;
}
.bb-notification {
  background-color: white;
  color: #114476;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  top: 200px;
  padding: 35px;
  position: absolute;
  width: 100%;
}
/*# sourceMappingURL=style.unless.css.map */
