:root {
  --primary: #2c2d84;
}

* {
  box-sizing: border-box;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
}

p,
label,
legend {
  line-height: 1.5;
  color: #212121;
}

@media screen and (min-width: 750px) {
  p,
  label,
  legend {
    font-size: 1.1rem;
  }
}

dl {
  color: #212121;
}

h1,
h2,
h3,
h4,
h5 {
  color: #212121;
  line-height: 1.2;
  margin-top: 35px;
  margin-bottom: 25px;
  font-weight: bold;
  padding-left: 0px;
}

@media screen and (min-width: 750px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 1.5rem;
  }
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0px;
}

a {
  color: #2c2d84;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #212121;
}

a:focus {
  color: #212121;
  outline: 2px solid #ffb81c;
  background: #ffb81c;
}

img {
  max-width: 100%;
  height: auto;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

ol,
ul {
  padding-left: 30px;
  color: #212121;
}

ol li,
ul li {
  padding-left: 15px;
  margin-bottom: 10px;
}

ol li:last-child,
ul li:last-child {
  margin-bottom: 0px;
}

@media screen and (min-width: 750px) {
  ol li,
  ul li {
    font-size: 1.1rem;
  }
}

input,
textarea,
select {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  font-size: 1rem;
  background-color: #ffffff;
  border: 2px solid #212121;
  border-radius: 0px;
}

input:focus,
textarea:focus,
select:focus {
  outline: 3px solid #ffb81c;
}

@media screen and (min-width: 750px) {
  input,
  textarea,
  select {
    font-size: 1.1rem;
  }
}

input:disabled,
textarea:disabled,
select:disabled {
  cursor: not-allowed;
  color: #212121;
  background: rgba(52, 52, 52, 0.1);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 45px;
}

@media screen and (min-width: 750px) {
  table {
    margin-bottom: 55px;
  }
}

table th {
  font-weight: bold;
  text-align: left;
  padding: 10px;
}

table td {
  padding: 15px 10px;
  word-wrap: break-word;
}

table td:first-of-type a {
  font-weight: bold;
}

table tbody tr:nth-of-type(odd) {
  background: #f7f6f2;
}

table p {
  margin: 0;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("images/select-down.svg");
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 45px;
  border-radius: 0px;
}

select::-ms-expand {
  display: none;
}

.turbolinks-progress-bar {
  background-color: #ffb81c;
}

.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.page-content {
  padding: 40px 20px 50px 20px;
}

@media screen and (min-width: 750px) {
  .page-content {
    padding: 50px 20px 100px 20px;
  }
}

.page-subheading {
  font-size: 1.8rem;
  margin-top: 45px;
}

@media screen and (min-width: 750px) {
  .page-subheading {
    margin-top: 55px;
  }
}

@media screen and (min-width: 750px) {
  .two-thirds {
    max-width: 66.67%;
  }
}

@media screen and (min-width: 750px) {
  .one-half {
    max-width: 50%;
  }
}

@media screen and (min-width: 750px) {
  .half-and-half {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}

@media screen and (min-width: 1100px) {
  .half-and-half {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
}

.half-and-half > *:first-child {
  margin-bottom: 35px;
}

@supports (display: grid) {
  @media screen and (min-width: 750px) {
    .half-and-half > *:first-child {
      margin-bottom: 0px;
    }
  }
}

.margin-bottom {
  margin-bottom: 25px;
}

@media screen and (min-width: 750px) {
  .margin-bottom {
    margin-bottom: 35px;
  }
}

.no-results {
  margin-bottom: 45px;
}

@media screen and (min-width: 750px) {
  .no-results {
    margin-bottom: 55px;
  }
}

@media screen and (min-width: 750px) {
  .with-sidebar {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}

@media screen and (min-width: 1100px) {
  .with-sidebar {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
}

.with-sidebar > *:first-child {
  margin-bottom: 35px;
}

@supports (display: grid) {
  @media screen and (min-width: 750px) {
    .with-sidebar > *:first-child {
      margin-bottom: 0px;
    }
  }
}

.with-sidebar p:first-child {
  margin-top: 0px;
}

.actions {
  padding-bottom: 25px;
}

@media screen and (min-width: 750px) {
  .actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 35px;
  }
  .actions button,
  .actions .button {
    margin-bottom: 0;
  }
  .actions__pull-right {
    margin-left: auto;
  }
  .actions *:last-child {
    margin-right: 0px;
  }
}

.actions--no-padding {
  padding-bottom: 0;
}

.danger-zone {
  border: 3px solid #a80707;
  padding: 25px;
  margin: 35px 0px;
}

.danger-zone *:first-child {
  margin-top: 0px;
}

.danger-zone *:last-child,
.danger-zone .button {
  margin-bottom: 0px;
}

@media screen and (min-width: 750px) {
  .danger-zone {
    padding: 35px;
  }
}

.inline {
  display: inline;
}

.site-header {
  --site-header-logo-height-mobile: 40px;
  --site-header-logo-height: 45px;
  --site-header-background-color: var(--primary);
  background: #2c2d84;
  background: var(--site-header-background-color);
  color: #ffffff;
  padding: 10px 20px;
}

.site-header__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 750px) {
  .site-header__inner {
    align-items: center;
  }
}

.site-header__masthead {
  margin-bottom: 10px;
  display: inline-block;
  min-width: 50%;
  width: auto;
  padding-right: 10px;
}

@media screen and (min-width: 750px) {
  .site-header__masthead {
    display: inline-block;
    margin-bottom: 0px;
    min-width: auto;
  }
}

.site-header__logo-link {
  display: inline-block;
  background: inherit;
}

.site-header__logo-link:focus {
  outline: none;
}

.site-header__logo-link:focus-within img {
  outline: 3px solid #ffb81c;
}

.site-header__logo {
  height: var(--site-header-logo-height-mobile);
  color: #ffffff;
}

@media screen and (min-width: 750px) {
  .site-header__logo {
    height: var(--site-header-logo-height);
  }
}

.site-header__service-name-holder {
  display: inline-flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
}

@media screen and (min-width: 750px) {
  .site-header__service-name-holder {
    margin-bottom: 0px;
    width: inherit;
  }
}

.site-header__service-name {
  font-weight: bold;
  font-size: 1.1rem;
  color: #ffffff;
  text-decoration: none;
}

@media screen and (min-width: 750px) {
  .site-header__service-name {
    font-size: 1.5rem;
  }
}

.site-header__service-name:hover {
  text-decoration: underline;
}

.site-header__service-name:focus {
  outline: 3px solid #ffb81c;
  background: #ffb81c;
}

.site-header__actions {
  margin-bottom: 10px;
}

@media screen and (min-width: 750px) {
  .site-header__actions {
    font-size: 1.1rem;
    order: 2;
  }
}

.site-header__link {
  font-weight: bold;
  color: white;
}

.site-header__phase-tag {
  color: #212121;
  background: #ffb81c;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px 5px;
  margin-left: 10px;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-decoration: none !important;
}

.site-header__username {
  display: none;
}

@media screen and (min-width: 1100px) {
  .site-header__username {
    display: inline-block;
    margin-right: 10px;
    color: #ffffff;
  }
}

.site-header--logged-out .site-header__inner {
  justify-content: start;
}

.site-header--logged-out .site-header__masthead {
  padding-right: 40px;
}

.site-header.light {
  color: #121212;
}

.site-header.light .site-header__logo {
  color: #121212;
}

.site-header.light .site-header__link {
  color: #121212;
}

.site-header.light .site-header__service-name {
  color: #121212;
}

@media screen and (min-width: 1100px) {
  .site-header.light .site-header__username {
    color: #121212;
  }
}

.site-nav {
  background: #f7f6f2;
  padding: 10px 20px;
}

@media screen and (min-width: 750px) {
  .site-nav {
    font-size: 1.1rem;
  }
}

.site-nav a {
  color: #121212;
}

@media screen and (min-width: 750px) {
  .site-nav__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

.site-nav__link, .site-nav__current {
  display: inline-block;
  margin: 5px 15px 5px 0px;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .site-nav__link, .site-nav__current {
    margin-right: 20px;
  }
}

.site-nav__current {
  font-weight: normal;
}

.site-nav__current:focus {
  outline: none;
}

.site-nav__pull-right .site-nav__link,
.site-nav__pull-right .site-nav__current {
  margin-right: 0px;
}

@media screen and (min-width: 750px) {
  .site-nav__pull-right {
    margin-left: auto;
    margin-right: 0px;
  }
}

.site-nav__submenu-holder {
  position: relative;
  display: inline-block;
}

.site-nav__submenu-holder:hover .site-nav__submenu, .site-nav__submenu-holder:focus-within .site-nav__submenu {
  display: block;
}

.site-nav__submenu-holder--with-badge {
  margin-right: 15px;
}

@media screen and (min-width: 750px) {
  .site-nav__submenu-holder--with-badge {
    margin-right: 20px;
  }
}

.site-nav__submenu-holder--with-badge a, .site-nav__submenu-holder--with-badge span {
  margin-right: 0px;
}

.site-nav__submenu {
  display: none;
  list-style: none;
  position: absolute;
  left: 0px;
  top: 100%;
  background: #ffffff;
  border: 1px solid #e2dfd2;
  z-index: 2;
  width: 155px;
  margin: 0;
  padding-left: 0;
}

.site-nav__submenu-item {
  padding: 0px;
  margin-bottom: 0px;
}

.site-nav__submenu-link {
  display: block;
  padding: 15px 20px;
  font-size: 0.9rem;
  font-weight: normal;
  cursor: pointer;
}

.site-nav__submenu-link:hover {
  background: #f7f6f2;
  text-decoration: none;
}

.site-nav__submenu-link:focus {
  outline: none;
}

@media screen and (min-width: 750px) {
  .site-nav__submenu-link {
    font-size: 1rem;
  }
}

.site-nav__submenu-current {
  display: block;
  padding: 15px 20px;
  font-size: 0.9rem;
  font-weight: normal;
}

@media screen and (min-width: 750px) {
  .site-nav__submenu-current {
    font-size: 1rem;
  }
}

.badge {
  display: inline-block;
  background: #a80707;
  border-radius: 20px;
  padding: 2px 6.4px;
  font-size: 0.8rem;
  color: #ffffff;
  margin-left: 2px;
  transform: translateY(-2px);
}

.badge--calm {
  background: #2c2d84;
}

.page-header {
  padding-bottom: 20px;
}

@media screen and (min-width: 750px) {
  .page-header {
    padding-bottom: 30px;
  }
}

.page-header__title {
  margin-top: 0;
  font-size: 2.5rem;
}

@media screen and (min-width: 750px) {
  .page-header__title {
    font-size: 3.5rem;
  }
}

.page-header__lede {
  font-size: 1.2rem;
  margin-bottom: 25px;
}

@media screen and (min-width: 750px) {
  .page-header__lede {
    font-size: 1.3rem;
  }
}

.page-header--full-width {
  padding: 30px 20px;
}

.page-header--full-width .page-header__title {
  font-size: 2.5rem;
  margin-bottom: 0px;
}

.shortcuts {
  margin-top: 40px;
  padding-bottom: 25px;
  font-size: 1.1rem;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .shortcuts {
    padding-bottom: 35px;
    font-size: 1.3rem;
  }
}

.shortcuts--no-top-spacing {
  margin-top: 0;
}

.shortcuts--no-bottom-spacing {
  padding-bottom: 0;
}

.shortcuts--sublevel {
  font-size: 0.9rem;
  font-weight: normal;
  margin-top: 10px;
}

@media screen and (min-width: 750px) {
  .shortcuts--sublevel {
    font-size: 1.1rem;
  }
}

.shortcuts--sublevel {
  margin-left: 10px;
}

.shortcuts--sublevel:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("images/level-up-alt-solid.svg");
  transform: rotate(90deg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 13px;
}

.shortcuts__item {
  padding: 10px 10px;
  background-color: #ffffff;
  display: inline-block;
}

.shortcuts__item:focus,
.shortcuts__item a:focus {
  background-color: #ffb81c;
  text-decoration: none;
}

.shortcuts__item:hover,
.shortcuts__item a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

.shortcuts__item.current {
  background-color: #f5f5f5;
}

.shortcuts__count {
  font-weight: normal;
  margin-left: 5px;
  color: #999999;
}

.shortcuts__divider {
  margin-left: 7px;
  margin-right: 7px;
  color: #e2dfd2;
}

@media screen and (min-width: 750px) {
  .shortcuts__divider {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.site-footer {
  background: #212121;
  padding: 30px 20px 50px 20px;
  font-size: 0.85rem;
}

@media screen and (min-width: 750px) {
  .site-footer {
    padding: 30px 20px 60px 20px;
  }
}

.site-footer * {
  color: #ffffff;
  font-size: 0.85rem;
}

.site-footer a {
  text-decoration: underline;
}

.site-footer a:hover {
  text-decoration: none;
}

.site-footer__menu {
  line-height: 2;
}

.site-footer__link {
  display: inline-block;
  margin-right: 15px;
}

.site-footer__license {
  margin: 40px 0px;
}

.site-footer__license img {
  display: block;
  margin-bottom: 10px;
}

.go-back {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
  margin-bottom: 25px;
}

.go-back:before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 10px;
  margin-right: 10px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.17157 9.99985L9.58578 0.585636L12.4142 3.41406L5.82842 9.99985L12.4142 16.5856L9.58578 19.4141L0.17157 9.99985Z' fill='%23121212'/%3E%3C/svg%3E%0A");
}

.go-back:active:before, .go-back:focus:before {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.17157 9.99985L9.58578 0.585636L12.4142 3.41406L5.82842 9.99985L12.4142 16.5856L9.58578 19.4141L0.17157 9.99985Z' fill='%23212121'/%3E%3C/svg%3E%0A");
}

@media screen and (min-width: 750px) {
  .go-back {
    font-size: 1.1rem;
  }
  .go-back:before {
    height: 17px;
    width: 12px;
  }
}

.button {
  display: block;
  background: #9fc63b;
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
  box-shadow: 0px 4px 0px #80a02e;
  width: 100%;
  text-align: center;
  padding: 12px 45px;
  margin-bottom: 25px;
  color: #212121;
  cursor: pointer;
  text-decoration: none;
}

@media screen and (min-width: 750px) {
  .button {
    font-size: 1.2rem;
    width: inherit;
    display: inline-block;
    margin-right: 10px;
  }
}

.button:hover {
  background: rgb(151.5701581028, 189.2213438735, 55.0286561265);
  box-shadow: 0px 4px 0px rgb(120.0776699029, 150.0970873786, 43.1529126214);
  text-decoration: none;
}

.button:active {
  background: rgb(143.6581027668, 179.3438735178, 52.1561264822);
  box-shadow: none !important;
  transform: translateY(4px);
}

.button:focus {
  outline: none;
  background: #ffb81c;
  box-shadow: 0px 4px 0px #212121;
}

.button--danger {
  display: block;
  background: #9fc63b;
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
  box-shadow: 0px 4px 0px #80a02e;
  width: 100%;
  text-align: center;
  padding: 12px 45px;
  margin-bottom: 25px;
  color: #212121;
  cursor: pointer;
  text-decoration: none;
}

@media screen and (min-width: 750px) {
  .button--danger {
    font-size: 1.2rem;
    width: inherit;
    display: inline-block;
    margin-right: 10px;
  }
}

.button--danger:hover {
  background: rgb(151.5701581028, 189.2213438735, 55.0286561265);
  box-shadow: 0px 4px 0px rgb(120.0776699029, 150.0970873786, 43.1529126214);
  text-decoration: none;
}

.button--danger:active {
  background: rgb(143.6581027668, 179.3438735178, 52.1561264822);
  box-shadow: none !important;
  transform: translateY(4px);
}

.button--danger:focus {
  outline: none;
  background: #ffb81c;
  box-shadow: 0px 4px 0px #212121;
}

.button--danger {
  background-color: #a80707;
  box-shadow: 0px 4px 0px rgb(131.28, 5.47, 5.47);
  color: white;
}

.button--danger:hover {
  background-color: rgb(155.76, 6.49, 6.49);
  box-shadow: 0px 4px 0px rgb(119.04, 4.96, 4.96);
}

.button--danger:active {
  background-color: rgb(119.04, 4.96, 4.96);
  color: white;
}

.button--secondary {
  display: block;
  background: #9fc63b;
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
  box-shadow: 0px 4px 0px #80a02e;
  width: 100%;
  text-align: center;
  padding: 12px 45px;
  margin-bottom: 25px;
  color: #212121;
  cursor: pointer;
  text-decoration: none;
}

@media screen and (min-width: 750px) {
  .button--secondary {
    font-size: 1.2rem;
    width: inherit;
    display: inline-block;
    margin-right: 10px;
  }
}

.button--secondary:hover {
  background: rgb(151.5701581028, 189.2213438735, 55.0286561265);
  box-shadow: 0px 4px 0px rgb(120.0776699029, 150.0970873786, 43.1529126214);
  text-decoration: none;
}

.button--secondary:active {
  background: rgb(143.6581027668, 179.3438735178, 52.1561264822);
  box-shadow: none !important;
  transform: translateY(4px);
}

.button--secondary:focus {
  outline: none;
  background: #ffb81c;
  box-shadow: 0px 4px 0px #212121;
}

.button--secondary {
  background-color: #eeeeee;
  box-shadow: 0px 4px 0px #999999;
}

.button--secondary:hover {
  background-color: rgb(225.25, 225.25, 225.25);
  box-shadow: 0px 4px 0px rgb(146.625, 146.625, 146.625);
}

.button--secondary:active {
  background-color: rgb(218.875, 218.875, 218.875);
}

.button[disabled] {
  background: rgba(33, 33, 33, 0.1);
  box-shadow: 0px 4px 0px #999999;
  pointer-events: none;
  color: #999999;
}

.button[disabled]:before {
  opacity: 0.4;
}

.button--add:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("images/plus.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 13px;
}

.inline-button {
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  display: inline-block;
  font-size: 1rem;
  color: #121212;
  margin-bottom: 15px;
  margin-right: 15px;
}

@media screen and (min-width: 750px) {
  .inline-button {
    font-size: 1.1rem;
  }
}

.inline-button:hover {
  text-decoration: underline;
}

.inline-button:focus {
  outline: 3px solid #ffb81c;
  background: #ffb81c;
  color: #212121;
}

.inline-button:active {
  color: #212121;
}

.text-button {
  background-color: transparent;
  color: #2c2d84;
  border: 0;
  text-decoration: none;
  line-height: 1.5;
  text-align: left;
  padding: 0;
}

.text-button:hover {
  text-decoration: underline;
}

.text-button:active {
  color: #212121;
}

.text-button:focus {
  color: #212121;
  outline: 2px solid #ffb81c;
  background: #ffb81c;
}

@media screen and (min-width: 750px) {
  .text-button {
    font-size: 1.1rem;
  }
}

.field {
  position: relative;
  margin-bottom: 25px;
}

@media screen and (min-width: 750px) {
  .field {
    margin-bottom: 35px;
  }
}

.field__label {
  display: block;
  margin-bottom: 7px;
}

.field__label--bold {
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .field__label--bold {
    font-size: 1.2rem;
  }
}

.field__secondary-link {
  display: block;
  margin-bottom: 7px;
}

@media screen and (min-width: 750px) {
  .field__secondary-link {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 1.1rem;
  }
}

.field__hint {
  margin: 0;
  margin-bottom: 15px;
  color: #343434;
}

.field__prefix {
  position: absolute;
  top: 33px;
  padding: 10px 11px;
  left: 0px;
  pointer-events: none;
}

@media screen and (min-width: 750px) {
  .field__prefix {
    padding: 12px;
  }
}

.field__input--with-prefix {
  padding-left: 25px;
}

.field__word-counter {
  font-size: 0.9rem;
  color: #343434;
  margin: 0;
  margin-top: 5px;
}

.field__word-counter--warn {
  border-color: #a80707;
  color: #a80707;
  opacity: 1;
}

.field--changed {
  border-left: 5px solid #ffb81c;
  padding-left: 15px;
  padding-top: 30px;
}

.field--changed:before {
  content: "Changed";
  font-weight: bold;
  color: rgb(232, 159.436123348, 0);
  position: absolute;
  top: 0px;
  float: left;
}

.field--required label:after {
  content: "*";
  color: #a80707;
}

.field--error .field__input {
  border-color: #a80707;
}

.field-group {
  margin-top: 45px;
}

.field-group:is([hidden=true]) + * {
  margin-top: 0px;
}

.field-group:first-child {
  margin-top: 0px;
}

@media screen and (min-width: 750px) {
  .field-group--two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}

@media screen and (min-width: 750px) {
  .field-group--three-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}

@media screen and (min-width: 750px) {
  .field-group--three-cols--or {
    display: grid;
    grid-template-columns: 1fr minmax(auto, max-content) 1fr;
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
    align-items: flex-end;
  }
}

@media screen and (min-width: 750px) {
  .field-group--four-cols {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
    align-items: flex-end;
  }
}

.field-group--flex-cols {
  display: flex;
  flex-direction: column;
}

.field-group--no-top-margin {
  margin-top: 0px;
}

.field-group--no-margins .field {
  margin-bottom: 25px;
}

.field-group--no-margins .field:last-of-type {
  margin-bottom: 0px;
}

@supports (display: grid) {
  @media screen and (min-width: 750px) {
    .field-group--no-margins .field {
      margin-bottom: 0px;
    }
  }
}

.field-group legend.field-group__legend .field__hint {
  padding-top: 10px;
}

.field-group__legend {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-left: 0;
  grid-column: 1/3;
}

.field-group__legend * {
  margin-bottom: 0px;
}

.field-group__hint {
  margin-top: -15px;
  margin-bottom: 25px;
  color: #343434;
}

.checkbox {
  position: relative;
  margin-bottom: 15px;
}

.checkbox__input {
  position: absolute;
  width: 40px;
  height: 40px;
  opacity: 0;
  z-index: -1;
}

.checkbox__input:focus {
  outline: none;
}

.checkbox__input:focus + label:before {
  outline: 3px solid #ffb81c;
}

.checkbox__input:checked + label:after {
  position: absolute;
  content: "";
  display: block;
  height: 26px;
  width: 26px;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("images/tick.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.checkbox__input[disabled] + label {
  cursor: not-allowed;
}

.checkbox__input[disabled] + label:before {
  background: rgba(33, 33, 33, 0.1);
}

.checkbox__label {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.checkbox__label:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: white;
  border: 2px solid #212121;
  margin-right: 15px;
  flex-shrink: 0;
}

.checkbox.checkbox--small {
  margin-bottom: 10px;
}

.checkbox.checkbox--small .checkbox__label:before {
  width: 25px;
  height: 25px;
}

.checkbox.checkbox--small .checkbox__input {
  width: 25px;
  height: 25px;
}

.checkbox.checkbox--small .checkbox__input:checked + label:after {
  height: 18px;
  width: 18px;
  left: 6px;
}

.checkbox--level-1 {
  margin-left: 25px;
}

.checkbox--level-2 {
  margin-left: 45px;
}

.checkbox-group {
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}

@media screen and (min-width: 750px) {
  .checkbox-group {
    margin-bottom: 35px;
  }
}

.form-actions {
  margin-top: 45px;
}

@media screen and (min-width: 750px) {
  .form-actions {
    margin-top: 55px;
  }
}

.changed {
  position: relative;
  border-left: 5px solid #ffb81c;
  padding-left: 15px;
  padding-top: 30px;
}

.changed:before {
  content: "Changed";
  font-weight: bold;
  color: rgb(232, 159.436123348, 0);
  position: absolute;
  top: 0px;
  float: left;
}

.field__color {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: 2px solid #212121;
  border-radius: 40px;
}

.field__color-input {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 56px;
  height: 56px;
  border: none;
  padding: 0;
  background: none;
  border: 0;
  max-width: 56px;
}

.tag {
  display: inline-block;
  border: 1px solid #2c2d84;
  background: rgba(44, 45, 132, 0.1);
  font-size: 0.8rem;
  padding: 5px 7px;
  color: #2c2d84;
  border-radius: 2px;
  margin-right: 7px;
}

.tag--yellow {
  color: rgb(130, 89.3392070485, 0);
  border-color: rgb(130, 89.3392070485, 0);
  background: rgba(255, 184, 28, 0.1);
}

.tag--red {
  color: #a80707;
  border-color: #a80707;
  background: rgba(168, 7, 7, 0.1);
}

.tag--grey {
  color: #343434;
  border-color: #343434;
  background: rgba(52, 52, 52, 0.1);
}

.table-holder {
  overflow-x: auto;
  margin-bottom: 45px;
}

.table-holder table {
  margin-bottom: 0px;
}

@media screen and (min-width: 750px) {
  .table-holder {
    margin-bottom: 55px;
  }
}

@media screen and (min-width: 1100px) {
  .table-holder {
    overflow-x: inherit;
  }
}

.table caption {
  display: none;
}

.table__small {
  font-size: 0.9rem;
  color: #343434;
}

.taxonomy {
  display: inline-block;
  background: rgba(44, 45, 132, 0.1);
  font-size: 0.75rem;
  padding: 2px 5px;
  color: #2c2d84;
  border-radius: 2px;
  margin: 3px;
  margin-left: 0px;
}

.taxonomy:focus {
  background: rgba(255, 184, 28, 0.1);
  outline: none;
  box-shadow: 0px 0px 0px 3px #ffb81c;
}

.table-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #343434;
  font-size: 0.9rem;
}

.table-icon:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  background-image: url("images/note-icon.svg");
}

.sort {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.sort img {
  margin-left: 7px;
  display: block;
  height: 8px;
  margin-bottom: 2px;
}

.inspection {
  margin-bottom: 1rem;
}

.inspection th {
  text-wrap: balance;
}

.inspection td {
  white-space: nowrap;
}

.inspection + div {
  text-align: right;
}

.collapsible {
  position: relative;
  margin-bottom: 45px;
}

@media screen and (min-width: 750px) {
  .collapsible {
    margin-bottom: 55px;
  }
}

.collapsible__header {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  padding-bottom: 15px;
  border-bottom: 5px solid #212121;
  margin-bottom: 25px;
  cursor: pointer;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
}

.collapsible__header:after {
  margin-left: 15px;
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("images/down-arrow.svg");
}

.collapsible__header[aria-expanded=false] {
  margin-bottom: 0px;
}

.collapsible__header[aria-expanded=false]:after {
  background-image: url("images/up-arrow.svg");
}

.collapsible__header:focus {
  outline: none;
  border-color: #ffb81c;
}

.collapsible__header h2 {
  margin: 0;
}

.collapsible__header-count {
  font-weight: normal;
}

.collapsible__content {
  max-width: 100%;
}

.collapsible__action {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 25px;
}

.pagination {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.pagination span {
  margin-right: 10px;
}

@media screen and (min-width: 750px) {
  .pagination span {
    font-size: 1.1rem;
    margin-right: 15px;
  }
}

.pagination span:last-of-type {
  margin-right: 0px;
}

@media screen and (min-width: 750px) {
  .mini-search {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

.mini-search__form {
  position: relative;
  margin-bottom: 25px;
}

@media screen and (min-width: 750px) {
  .mini-search__form {
    margin-bottom: 0px;
    width: 250px;
    display: inline-block;
    margin-right: 10px;
  }
}

.mini-search__input {
  padding: 7px;
  height: 42px;
  font-size: 1rem;
  color: #212121;
  border: 2px solid #212121;
  width: 100%;
  padding-right: 50px;
}

.mini-search__input:focus {
  outline: 3px solid #ffb81c;
}

.mini-search__submit {
  background: none;
  border: none;
  position: absolute;
  right: 2px;
  top: 2px;
  height: 38px;
  width: 38px;
  padding: 10px 12px;
}

.mini-search__submit img {
  height: 100%;
  width: auto;
}

.mini-search__submit {
  cursor: pointer;
}

.mini-search__submit:hover {
  background: #f7f6f2;
}

.mini-search__submit:focus {
  outline: 3px solid #ffb81c;
}

.mini-search__count {
  color: #343434;
  text-align: center;
  font-size: 0.9rem;
}

@media screen and (min-width: 750px) {
  .mini-search__count {
    margin: 0;
    margin-left: 10px;
  }
}

.alert {
  background: rgba(255, 184, 28, 0.1);
  padding: 25px;
  border-left: 5px solid #ffb81c;
  margin-bottom: 40px;
}

@media screen and (min-width: 750px) {
  .alert {
    font-size: 1.1rem;
  }
}

.notice {
  background: rgba(44, 45, 132, 0.1);
  padding: 25px;
  border-left: 5px solid #2c2d84;
  margin-bottom: 40px;
}

@media screen and (min-width: 750px) {
  .notice {
    font-size: 1.1rem;
  }
}

.notice *:first-child {
  margin-top: 0px;
}

.notice *:last-child {
  margin-bottom: 0px;
}

.notice__action {
  display: inline-block;
  font-weight: bold;
}

.notice__divider {
  color: #999999;
  opacity: 0.5;
  margin: 0px 7px;
}

.dark-panel {
  background: #2c2d84;
  padding: 35px;
  margin-bottom: 45px;
}

@media screen and (min-width: 750px) {
  .dark-panel {
    margin-bottom: 55px;
  }
}

.dark-panel p {
  margin: 0;
}

.dark-panel * {
  color: white;
}

.dark-panel a {
  text-decoration: underline;
}

.dark-panel a:hover {
  text-decoration: none;
}

.error {
  padding: 25px;
  margin-bottom: 40px;
  background: rgba(168, 7, 7, 0.1);
  border-left: 5px solid #a80707;
}

@media screen and (min-width: 750px) {
  .error {
    margin-bottom: 50px;
  }
}

.error__title {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.1;
}

.error__list {
  list-style: none;
  margin-bottom: 0px;
  margin-top: 20px;
  padding-left: 0;
}

.error__list li {
  padding-left: 0;
  margin-bottom: 10px;
}

@media screen and (min-width: 750px) {
  .error__list * {
    font-size: 1.1rem;
  }
}

.stepper {
  list-style: none;
  margin: 0;
  padding: 0;
}

.stepper__link {
  display: block;
  text-decoration: none;
}

.stepper__link:hover {
  background: #f7f6f2;
}

.stepper__link:focus {
  background: inherit;
  outline: 3px solid #ffb81c;
}

.stepper__time {
  margin-top: 5px;
  font-size: 0.9rem;
  color: #343434;
  margin-bottom: 0px;
}

.stepper__step {
  position: relative;
  margin-bottom: 0px;
  padding: 0px 0px 20px 50px;
}

.stepper__step:before {
  content: "";
  display: block;
  position: absolute;
  left: 7.5px;
  top: 15px;
  border-left: 2px solid #212121;
  height: 100%;
}

.stepper__step:last-of-type {
  padding-bottom: 0px;
}

.stepper__step:last-of-type:before {
  content: none;
}

.stepper__step:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
  width: 13px;
  height: 13px;
  border: 2px solid #212121;
  border-radius: 200px;
  background: #ffffff;
  z-index: 2;
}

.stepper__step--solid:after {
  background: #212121;
}

.stepper__step--cross:after {
  background: #212121;
  width: 5px;
  height: 5px;
  top: 8px;
  left: 4px;
}

.stepper__step--tick:after {
  background-color: #212121;
  background-image: url("images/tick-white.svg");
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
}

.stepper.stepper--summarised .stepper__step:nth-last-child(2):before {
  border-left: 2px dashed #212121;
}

.confirmation-panel {
  border: 3px solid #9fc63b;
  text-align: center;
  padding: 35px;
}

@media screen and (min-width: 750px) {
  .confirmation-panel {
    padding: 45px 65px;
  }
}

.confirmation-panel__heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2rem;
}

@media screen and (min-width: 750px) {
  .confirmation-panel__heading {
    font-size: 2.5rem;
  }
}

.confirmation-panel__caption {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 1.7rem;
}

.confirmation-body *:first-child {
  margin-top: 0px;
}

.filters {
  margin-bottom: 25px;
}

@media screen and (min-width: 750px) {
  .filters {
    margin-bottom: 35px;
  }
}

.filters__control {
  display: inline list-item;
  color: #121212;
  cursor: pointer;
}

.filters__control:hover {
  text-decoration: underline;
}

.filters__control:focus {
  color: #212121;
  background: #ffb81c;
  outline: 3px solid #ffb81c;
}

.filters__control:active {
  color: #212121;
}

@media screen and (min-width: 750px) {
  .filters__control {
    font-size: 1.1rem;
  }
}

.filters__body {
  margin-top: 25px;
}

@media screen and (min-width: 750px) {
  .filters__body {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
}

.filters__select {
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 750px) {
  .filters__select {
    margin-right: 10px;
    max-width: 210px;
    margin-bottom: 0px;
    flex: 1 1;
  }
}

.radio {
  clear: both;
  position: relative;
  margin-bottom: 15px;
}

.radio__input {
  position: absolute;
  width: 40px;
  height: 40px;
  opacity: 0;
  z-index: -1;
}

.radio__input:focus {
  outline: none;
}

.radio__input:focus + label:before {
  outline: 3px solid #ffb81c;
}

.radio__input:checked + label:after {
  position: absolute;
  content: "";
  display: block;
  height: 26px;
  width: 26px;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  background: #212121;
}

.radio__input[disabled] + label {
  cursor: not-allowed;
}

.radio__input[disabled] + label:before {
  background: rgba(33, 33, 33, 0.1);
}

.radio__label {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.radio__label:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: white;
  border: 2px solid #212121;
  margin-right: 15px;
  flex-shrink: 0;
}

.radio--with-hint .radio__label {
  display: block;
  padding-top: 7px;
  padding-left: 65px;
}

.radio--with-hint .radio__label:before {
  position: absolute;
  left: 0;
  top: 0;
}

.radio--with-hint .radio__label p {
  margin: 0;
}

.radio--with-hint .radio__input:checked + label::after {
  position: absolute;
  top: 9px;
  left: 9px;
  transform: none;
}

.radio--with-hint p.radio__hint {
  color: #343434;
  margin-top: 5px;
}

.breadcrumbs {
  background: #ffffff;
  padding: 10px 20px;
}

@media screen and (min-width: 750px) {
  .breadcrumbs {
    font-size: 1.1rem;
  }
}

.breadcrumbs ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.breadcrumbs ul li {
  padding-left: 0;
}

.breadcrumbs ul li:last-child {
  margin-bottom: auto;
}

@media screen and (min-width: 750px) {
  .breadcrumbs__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

.breadcrumbs a {
  text-decoration: underline;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs__link, .breadcrumbs__current {
  display: inline-block;
  margin: 5px 5px 5px 0px;
}

@media screen and (min-width: 750px) {
  .breadcrumbs__link, .breadcrumbs__current {
    margin-right: 10px;
  }
}

.breadcrumbs__link:after, .breadcrumbs__current:after {
  content: "/";
  margin: 0 0 0 10px;
  color: #999999;
}

.breadcrumbs__link:last-child:after, .breadcrumbs__current:last-child:after {
  content: none;
}

.page-title {
  font-size: 2.5rem;
  margin-top: -20px !important;
  margin-bottom: 35px;
}

@media screen and (min-width: 750px) {
  .page-title {
    margin-top: -30px !important;
    margin-bottom: 45px;
    font-size: 3rem;
  }
}

.flow-content .page-content a {
  text-decoration: underline;
}

.flow-content .page-content a:hover {
  text-decoration: none;
}

.icon-edit:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("images/edit.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 13px;
}

.icon-flag:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("images/flag.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 13px;
}

.icon-flag:hover:before {
  opacity: 0.9;
}

.icon-flag--disabled:before {
  opacity: 0.6;
}

.sort-col form {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.sort-col button {
  flex: 1 1;
  border: 0;
  background: none;
  font-size: 1rem;
  text-align: left;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-weight: bold;
}

.sort-col button:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 13px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 13px;
  flex-basis: 19px;
}

.sort-col.asc button:after {
  background-image: url("images/up-arrow.svg");
}

.sort-col.desc button:after {
  background-image: url("images/down-arrow.svg");
}

.diff-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 10px rgba(153, 153, 153, 0.5);
}

.diff-list__item {
  border-radius: 2px;
  padding: 0 15px;
  margin-bottom: 0;
  display: block;
}

@media screen and (min-width: 750px) {
  .diff-list__item {
    font-size: 1.1rem;
  }
}

.diff-list__item:nth-of-type(odd) {
  background: #f7f6f2;
}

.diff-list__item p {
  line-height: 0.8rem;
  font-family: "Lucida Console", Monaco, monospace;
}

.text-light {
  color: #999999;
}

.actions-inline {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.button {
  display: block;
  background: #9fc63b;
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
  box-shadow: 0px 4px 0px #80a02e;
  width: 100%;
  text-align: center;
  padding: 12px 45px;
  margin-bottom: 25px;
  color: #212121;
  cursor: pointer;
  text-decoration: none;
}

@media screen and (min-width: 750px) {
  .button {
    font-size: 1.2rem;
    width: inherit;
    display: inline-block;
    margin-right: 10px;
  }
}

.button:hover {
  background: rgb(151.5701581028, 189.2213438735, 55.0286561265);
  box-shadow: 0px 4px 0px rgb(120.0776699029, 150.0970873786, 43.1529126214);
  text-decoration: none;
}

.button:active {
  background: rgb(143.6581027668, 179.3438735178, 52.1561264822);
  box-shadow: none !important;
  transform: translateY(4px);
}

.button:focus {
  outline: none;
  background: #ffb81c;
  box-shadow: 0px 4px 0px #212121;
}

.button--outline {
  display: block;
  background: #9fc63b;
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
  box-shadow: 0px 4px 0px #80a02e;
  width: 100%;
  text-align: center;
  padding: 12px 45px;
  margin-bottom: 25px;
  color: #212121;
  cursor: pointer;
  text-decoration: none;
}

@media screen and (min-width: 750px) {
  .button--outline {
    font-size: 1.2rem;
    width: inherit;
    display: inline-block;
    margin-right: 10px;
  }
}

.button--outline:hover {
  background: rgb(151.5701581028, 189.2213438735, 55.0286561265);
  box-shadow: 0px 4px 0px rgb(120.0776699029, 150.0970873786, 43.1529126214);
  text-decoration: none;
}

.button--outline:active {
  background: rgb(143.6581027668, 179.3438735178, 52.1561264822);
  box-shadow: none !important;
  transform: translateY(4px);
}

.button--outline:focus {
  outline: none;
  background: #ffb81c;
  box-shadow: 0px 4px 0px #212121;
}

.button--outline {
  background: none;
  border: 2px solid #121212;
  color: #121212;
  box-shadow: none;
}

.button--outline:hover {
  background: none;
  box-shadow: none;
  border-color: hsl(0, 0%, -2.9411764706%);
  color: hsl(0, 0%, -2.9411764706%);
}

.button--outline:active {
  background: none;
  box-shadow: none !important;
  border-color: #212121;
  color: #212121;
  transform: translateY(0px);
}

.button--outline:focus {
  background: none;
  outline: 3px solid #ffb81c;
  box-shadow: none;
}

table.table--no-bold td:first-of-type a {
  font-weight: normal;
}

:root {
  --primary: #2c2d84;
}

@media print {
  .site-header {
    background: transparent;
    color: #121212;
  }
  .site-header a {
    color: #121212;
  }
  .site-header img {
    filter: invert(88%) sepia(21%) saturate(935%) hue-rotate(123deg) brightness(85%) contrast(97%);
  }
  .site-footer {
    background: transparent;
    color: #121212;
  }
  .site-footer *,
  .site-footer a {
    color: #121212;
  }
  .site-footer__menu {
    display: none;
  }
  .site-footer img {
    filter: invert(88%) sepia(21%) saturate(935%) hue-rotate(123deg) brightness(85%) contrast(97%);
  }
  .table-holder {
    overflow-x: inherit;
  }
  .button {
    width: -moz-fit-content;
    width: fit-content;
  }
}