@import "https://fonts.googleapis.com/css?family=Open+Sans";
@import "https://fonts.googleapis.com/css?family=Roboto+Mono";
@font-face {
  font-family: supria-sans-condensed;
  src: url("Supria-Sans-Condensed-Regular.7aa97f04.otf") format("opentype");
}

* {
  box-sizing: border-box;
}

html, body {
  color: #26262a;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Open Sans, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Roboto Mono, monospace;
  font-weight: bold;
}

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

.box-body h1, .box-body h2, .box-body h3, .box-body h4, .box-body h5, .box-body h6 {
  color: #26262a;
}

.box-body h1, .box-body h2, .box-body h3 {
  font-size: 30px;
}

.question-title, .question-prefix {
  font-family: Roboto Mono, monospace;
}

.main-header .logo {
  font-family: supria-sans-condensed, sans-serif;
}

h2.main-title {
  font-family: supria-sans-condensed, sans-serif;
  font-weight: normal;
}

.outer-wrapper, .main-and-foot {
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
  display: flex;
}

.content {
  flex: 1 0 auto;
  width: 100%;
  display: flex;
}

.content.sidebar-hidden {
  display: block;
}

header {
  color: #fff;
  background-color: #26262a;
  flex: none;
  width: 100%;
}

header > * {
  display: inline-block;
}

header .logo {
  text-align: center;
  width: 230px;
  height: 50px;
  padding: 0 15px;
  font-family: supria-sans-condensed, sans-serif;
  line-height: 50px;
}

.sidebar {
  background-color: #d9d9d644;
  flex: none;
  width: 230px;
  height: 100%;
}

.content.sidebar-hidden .sidebar {
  display: none;
}

.sidebar ul {
  margin-top: 0;
  padding-inline-start: 0;
}

.sidebar li {
  display: block;
}

.sidebar li a {
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
  background-color: #26262a;
  margin: 5px;
  padding: 12px 5px 12px 15px;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.sidebar li.active a, .sidebar li a:hover {
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 0 0 3px #000;
}

.sidebar li.active a {
  cursor: default;
  pointer-events: none;
}

.sidebar li a:focus {
  box-shadow: inset 0 0 0 3px #d9d9d6;
}

footer {
  text-align: center;
  color: #444;
  border-top: 1px solid #d2d6de;
  flex: none;
  font-size: 14px;
}

.box-body {
  background-color: #d9d9d644;
  border: 1px solid #555;
  border-left-width: 5px;
  width: 100%;
  max-width: 1100px;
  margin: 10px auto 20px;
  padding: 1rem 2rem;
  font-size: 14px;
}

header a {
  color: #fff;
}

header a[aria-expanded="true"]:before {
  content: "<<";
}

header a[aria-expanded="false"]:before {
  content: ">>";
}

button, input[type="button"] {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #444;
  background-image: none;
  border: 1px solid #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 14px;
  display: inline-block;
}

button:focus, input[type="button"]:focus {
  box-shadow: inset 0 0 0 3px #d9d9d6;
}

.btn-next, .btn-add {
  color: #26262a;
  background-color: #a8dea8;
  border-radius: 0;
}

.btn-next:hover, .btn-add:hover {
  background-color: #a8dea866;
}

.btn-previous {
  color: #26262a;
  background-color: #f9e1bc;
  border-radius: 0;
}

.btn-previous:hover {
  background-color: #f9e1bc66;
}

.btn-start:hover, .btn-finish:hover, input[type="button"]:hover {
  color: #000;
  background: #4446;
}

.button-row {
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 5px;
  display: flex;
}

.button-row .btn-next, .button-row .btn-finish {
  margin-left: auto;
}

select {
  min-width: 200px;
}

img.block {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logos {
  background-color: #fff;
  width: 100%;
}

.logos img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

main {
  flex: 1 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.screen-reader-only {
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.no-margin {
  margin: 0;
}

.flex-center {
  justify-content: center;
  display: flex;
}

.sticky {
  position: sticky;
}

.warning {
  color: #fff;
  text-align: right;
  background-color: #000;
  padding: 10px 5px;
  font-weight: bold;
  top: 20px;
}

.warning:empty {
  padding-top: 0;
  padding-bottom: 0;
}

.warning a, .warning a:hover, .warning a:visited, .warning a:active {
  color: inherit;
}

.loading-indicator {
  font-weight: bold;
}

.hidden {
  display: none;
}

button:disabled, input[type="button"]:disabled {
  color: #444;
  pointer-events: none;
  background-color: #0000000d;
}

.skiplink {
  white-space: nowrap;
  width: 1px;
  height: 1px;
  font-weight: bold;
  position: absolute;
  overflow: hidden;
}

.skiplink:focus-visible {
  width: auto;
  height: auto;
  top: 10px;
  left: auto;
  right: 10px;
}

main:focus-visible {
  border: 1px solid #000;
  box-shadow: inset 0 0 20px #220;
}

@media screen and (width <= 800px) {
  .content {
    display: block;
  }

  .sidebar {
    text-align: center;
    width: 100%;
    height: auto;
  }

  .sidebar li a {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .sidebar ul {
    margin-bottom: 5px;
  }
}

@media screen and (width <= 450px) {
  .skiplink:focus-visible {
    text-align: center;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }
}
/*# sourceMappingURL=frontend.d3b897d3.css.map */
