@charset "UTF-8";
:root {
  --last-listing-item-height: 0;
}

body {
  overflow-x: hidden;
}
body.no-scroll {
  overflow-y: hidden;
}

img,
svg {
  vertical-align: top;
}

a {
  color: #1d79a8;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

p {
  margin-block: 0.5rem;
}

details > summary {
  cursor: pointer;
  margin-block-end: 10px;
}

.is-invisible {
  z-index: -1;
  opacity: 0;
  transition: opacity, z-index, 0.25s ease-out;
}

.is-visible {
  z-index: 5;
  opacity: 1;
  transition: opacity, z-index, 0.25s ease-out;
}

.is-hidden,
html.no-js .no-js-hidden,
html.js .js-hidden {
  display: none;
}

.is-unhidden {
  display: block;
}

.off-screen,
.form input[type=file] {
  position: absolute;
  inset-inline-start: -9999px;
}

.on-screen,
.no-js .form input[type=file] {
  position: relative;
  inset-inline-start: 0;
}

.mid-grey-text {
  color: #919191;
}

html {
  color: #1f2328;
}

/* ============================================
    Families – one mixin per typeface
    :: For each font mixin defined here, make sure each property is negated (set
    :: to its default value, usually `inherit`) in all other font mixins.
*/
h1,
h2,
h3,
h4,
h5,
h6,
.heading-text {
  margin: 0 0 1rem;
  font-style: inherit;
  font-weight: 600;
}

.body-text {
  font-size: 1.4285714286vw;
}
@media (max-width: 1120px) {
  .body-text {
    font-size: 16px;
  }
}
@media (min-width: 1260px) {
  .body-text {
    font-size: 18px;
  }
}

h1,
.alpha {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
}

h2,
.beta {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
}

h3,
.two-factor h1,
.two-factor h2,
.stat-block__number,
.gamma {
  font-size: 1.5rem;
  line-height: 2rem;
}

h4,
.delta {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h5,
.nav__link,
.link--download span,
.epsilon {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

h6,
.pagination,
.feed__company,
.zeta {
  font-size: 0.875rem;
}

small,
.milli {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* stylelint-disable selector-max-id, length-zero-no-unit -- CSS from https://github.com/rstacruz/nprogress */
#nprogress {
  /* Make clicks pass-through */
  pointer-events: none;
  /* Fancy blur effect */
  /* Remove these to get rid of the spinner */
}
#nprogress .bar {
  background: #0c72a0;
  position: fixed;
  z-index: 1031;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 2px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  inset-inline-end: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #0c72a0, 0 0 5px #0c72a0;
  opacity: 1;
  transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  inset-block-start: 15px;
  inset-inline-end: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #0c72a0;
  border-left-color: #0c72a0;
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.alert {
  border: 2px solid #7ab8d4;
  padding: 1rem;
  margin: 0 0 2rem;
  background-color: rgba(29, 121, 168, 0.1);
  display: flex;
  align-items: center;
}
.alert__icon {
  width: 25px;
  height: 25px;
  fill: #1d79a8;
  margin-inline-end: 0.8rem;
}
.alert__text {
  margin: 0;
  flex: 1;
}

.all-submissions-table {
  font-size: 14px;
}
.all-submissions-table thead th.desc, .all-submissions-table thead th.asc {
  position: relative;
  color: #404041;
}
.all-submissions-table thead th.desc::after, .all-submissions-table thead th.asc::after {
  position: absolute;
  inset-block-start: 50%;
  margin-inline-start: 3px;
}
.all-submissions-table thead th.desc a, .all-submissions-table thead th.asc a {
  color: inherit;
}
.all-submissions-table thead th.desc::after {
  width: 0;
  height: 0;
  content: "";
  border-bottom: 7.5px solid #1f2328;
  border-inline-end: 5px solid transparent;
  border-inline-start: 5px solid transparent;
}
.all-submissions-table thead th.asc::after {
  width: 0;
  height: 0;
  content: "";
  border-top: 7.5px solid #1f2328;
  border-inline-end: 5px solid transparent;
  border-inline-start: 5px solid transparent;
}
.all-submissions-table thead {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .all-submissions-table thead {
    display: table-header-group;
  }
}
.all-submissions-table thead th.reviews_stats {
  color: rgba(0, 0, 0, 0.6);
}
.all-submissions-table thead th.reviews_stats div {
  font-size: 0.75rem;
}
@media only screen and (min-width: 1024px) {
  .all-submissions-table thead th.title {
    width: 130px;
  }
}
@media only screen and (min-width: 1280px) {
  .all-submissions-table thead th.title {
    width: 260px;
  }
}
@media only screen and (min-width: 1024px) {
  .all-submissions-table thead th.phase {
    width: 150px;
  }
}
.all-submissions-table thead th.selected input[type=checkbox] {
  margin: 0 auto;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
}
@media only screen and (min-width: 1024px) {
  .all-submissions-table thead th.selected {
    width: 50px;
    padding-inline-end: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .all-submissions-table thead th.comments {
    width: 110px;
  }
}
@media only screen and (min-width: 1024px) {
  .all-submissions-table thead th.organization_name {
    width: 110px;
  }
}
.all-submissions-table thead tr:hover {
  box-shadow: none;
}
.all-submissions-table tbody tr[data-archived=True] {
  background-color: #e8e8e8;
}
.all-submissions-table tbody td.title {
  position: relative;
  padding-block-start: 15px;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .all-submissions-table tbody td.title {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1280px) {
  .all-submissions-table tbody td.title {
    display: table-cell;
  }
}
.all-submissions-table tbody td.phase span {
  display: inline-block;
  padding: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #14729a;
  text-align: center;
  background-color: #e7f2f6;
}
@media only screen and (min-width: 1024px) {
  .all-submissions-table tbody td.phase span {
    width: 100%;
  }
}
.all-submissions-table tbody td.comments {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .all-submissions-table tbody td.comments {
    display: table-cell;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    background: url("./../images/quote-outline.e5f1c530def6.svg") transparent no-repeat center center;
    background-size: 24px;
  }
}
.all-submissions-table tbody td.reviews_stats {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .all-submissions-table tbody td.reviews_stats {
    display: table-cell;
  }
}
.all-submissions-table tbody td.selected {
  display: none;
  padding-inline-end: 0;
}
.all-submissions-table tbody td.selected input[type=checkbox] {
  margin: 0 auto;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
}
@media only screen and (min-width: 1024px) {
  .all-submissions-table tbody td.selected {
    display: table-cell;
  }
}
.all-submissions-table tbody td.fund, .all-submissions-table tbody td.round, .all-submissions-table tbody td.screening_status {
  hyphens: auto;
}
@media only screen and (min-width: 1024px) {
  .all-submissions-table tbody td.organization_name {
    padding-inline-start: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .all-submissions-table tbody td .arrow {
    width: 0;
    height: 0;
    content: "";
    border-left: 9px solid #1d79a8;
    border-block-start: 6px solid transparent;
    border-block-end: 6px solid transparent;
    position: relative;
    display: inline-block;
    margin-inline-end: 10px;
    transform: rotate(0);
    transition: transform 0.25s ease-out;
  }
  .all-submissions-table tbody td .arrow:hover {
    cursor: pointer;
  }
}
.all-submissions-table tbody td > span.mobile-label {
  display: inline-block;
  width: 90px;
}
.all-submissions-table tbody td > span.mobile-label.phase, .all-submissions-table tbody td > span.mobile-label.title {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .all-submissions-table tbody td > span.mobile-label {
    display: none;
  }
}
.all-submissions-table__parent.is-expanded {
  background-color: #f3fafe;
  border-block-end: 1px solid #e8e8e8;
}
.all-submissions-table__parent.is-expanded + .all-submissions-table__child {
  border-block-end: 1px solid #e8e8e8;
}
.all-submissions-table__parent.is-expanded + .all-submissions-table__child,
.all-submissions-table__parent.is-expanded + .all-submissions-table__child + .all-submissions-table__child {
  display: table-row;
}
.all-submissions-table__parent.is-expanded .arrow {
  border-right-color: #085071;
  transform: rotate(90deg);
}
.all-submissions-table__child {
  display: none;
  color: #919191;
  vertical-align: top;
  background-color: #f3fafe;
  border: 0;
  border-block-end: 2px solid #f7f7f7;
}
.all-submissions-table__child:hover {
  box-shadow: none;
}
.all-submissions-table__child td {
  padding: 10px;
}
.all-submissions-table__child p {
  margin: 0;
  font-weight: 700;
  color: #1f2328;
}
.all-submissions-table__child .title a {
  visibility: hidden;
}
.all-submissions-table__empty td {
  padding: 20px;
}
.all-submissions-table__toggle {
  padding: 0.5em;
  margin-block-start: -0.5em;
  cursor: pointer;
  vertical-align: top;
}
.all-submissions-table__toggle:hover {
  opacity: 0.7;
}
.all-submissions-table__more {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 20px 25px;
  min-height: auto;
  border-block-end: 1px solid #e8e8e8;
  border-inline-start: 1px solid #e8e8e8;
  border-inline-end: 1px solid #e8e8e8;
}
.all-submissions-table__more a {
  margin: 0;
  flex-basis: auto;
  font-weight: 600;
}

.all-reviews-table {
  font-size: 14px;
}
.all-reviews-table thead th.desc, .all-reviews-table thead th.asc {
  position: relative;
  color: #404041;
}
.all-reviews-table thead th.desc::after, .all-reviews-table thead th.asc::after {
  position: absolute;
  inset-block-start: 50%;
  margin-inline-start: 3px;
}
.all-reviews-table thead th.desc a, .all-reviews-table thead th.asc a {
  color: inherit;
}
.all-reviews-table thead th.desc::after {
  width: 0;
  height: 0;
  content: "";
  border-bottom: 7.5px solid #1f2328;
  border-inline-end: 5px solid transparent;
  border-inline-start: 5px solid transparent;
}
.all-reviews-table thead th.asc::after {
  width: 0;
  height: 0;
  content: "";
  border-top: 7.5px solid #1f2328;
  border-inline-end: 5px solid transparent;
  border-inline-start: 5px solid transparent;
}
.all-reviews-table thead {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .all-reviews-table thead {
    display: table-header-group;
  }
}
.all-reviews-table thead tr:hover {
  box-shadow: none;
}
.all-reviews-table tbody td.title {
  position: relative;
  padding-block-start: 15px;
  padding-inline-start: 10px;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .all-reviews-table tbody td.title {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1280px) {
  .all-reviews-table tbody td.title {
    display: table-cell;
  }
}
.all-reviews-table tbody td.title a {
  color: #1d79a8;
}

.admin-bar {
  position: relative;
  inset-inline-end: 50%;
  inset-inline-start: 50%;
  width: 100vw;
  padding: 1.25rem;
  margin-inline-end: -50vw;
  margin-inline-start: -50vw;
  color: #fff;
  background-color: var(--color-admin-bar-bg);
}
.admin-bar__inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .admin-bar__inner--with-button {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.admin-bar__heading {
  margin-block-end: 0;
}
.admin-bar__meta {
  margin: 0 0 10px;
}
.admin-bar__meta span {
  margin: 0 5px;
}
.admin-bar__back-link {
  display: inline-flex;
  align-items: center;
  color: #24aae1;
  font-weight: 700;
}
.admin-bar__back-link::before {
  width: 0;
  height: 0;
  content: "";
  border-bottom: 7.5px solid currentColor;
  border-inline-end: 5px solid transparent;
  border-inline-start: 5px solid transparent;
  margin-inline-end: 0.5rem;
  transform: rotate(-90deg);
}
.app-open .admin-bar .submissions-count {
  display: none;
}
.admin-bar .status-bar__tooltip {
  color: #fff;
}

.actions-bar {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .actions-bar {
    display: flex;
    justify-content: space-between;
  }
}
.actions-bar__inner > * {
  margin-block-end: 20px;
}
@media only screen and (min-width: 1024px) {
  .actions-bar__inner {
    display: flex;
    align-items: center;
  }
  .actions-bar__inner > * {
    margin: 0 0 0 20px;
  }
  .actions-bar__inner > *:first-child {
    margin-inline-start: 0;
  }
}
.actions-bar__inner--left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.actions-bar__inner--right {
  align-items: center;
}
.actions-bar__inner--batch-actions {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .actions-bar__inner--batch-actions {
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
  }
  .batch-actions-enabled .actions-bar__inner--batch-actions {
    opacity: 1;
    pointer-events: all;
  }
}
.actions-bar__total {
  background-color: #1d79a8;
  color: #fff;
  padding: 6px 16px;
  border-radius: 30px;
  min-width: 120px;
  text-align: center;
  font-weight: 600;
}

.card {
  padding: 20px;
  margin-block-end: 20px;
  border: 1px solid #cfcfcf;
}
.card--solid {
  background-color: #fff;
}
.card__text {
  margin: 0 0 1rem;
}
.card__text:last-child {
  margin: 0;
}
.card__inner {
  margin-block-end: 1rem;
}
.card__inner:last-child {
  margin-block-end: 0;
}
.card__heading {
  margin-block-end: 0;
}
.card__reviewer-outcome {
  display: flex;
  align-items: center;
  margin-block-end: 1rem;
}
@media only screen and (min-width: 640px) {
  .card__reviewer-outcome {
    margin-inline-start: 1rem;
  }
}
.card__reviewer {
  margin-inline-start: 10px;
}

.cookieconsent {
  position: fixed;
  inset-block-end: 0;
  color: #fff;
  background-color: #0c72a0;
  border-block-start: 4px solid #1d79a8;
  transform: translateY(100vh);
  transition: all 0.25s ease-out;
  overflow: hidden;
  max-height: 37.5rem;
}
@media only screen and (min-width: 1024px) {
  .cookieconsent {
    max-height: 19rem;
  }
}
.cookieconsent a {
  color: inherit;
  text-decoration-line: underline;
}
.cookieconsent__content {
  width: 200%;
  margin-left: 0;
  transition: all 0.25s ease-out;
}
.cookieconsent__content > div {
  width: 50%;
  height: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.cookieconsent__content > div > div {
  width: 70%;
}
.cookieconsent__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cookieconsent__actions > button {
  margin-top: 0.5rem;
  max-width: 22rem;
  min-width: 10rem;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .cookieconsent__actions {
    width: fit-content;
    display: block;
  }
  .cookieconsent__actions > button {
    width: auto;
  }
}
.cookieconsent__statement {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .cookieconsent__statement {
    display: block;
  }
}
.cookieconsent__info-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .cookieconsent__info-wrapper {
    flex-direction: row;
    margin-block-end: 1rem;
  }
}
.cookieconsent__info {
  display: flex;
  flex-direction: column;
  justify-content: left;
  min-width: 250px;
  margin-bottom: 0.5rem;
}
.cookieconsent__info > * {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-block: 0.25rem;
}

.js-cookieconsent-open {
  transform: translateY(0);
}
.js-cookieconsent-show-learnmore-expand {
  max-height: 700px;
}
.js-cookieconsent-show-learnmore {
  margin-left: -100%;
}

.comment {
  padding-block-end: 20px;
  margin-block-end: 20px;
  border-block-end: 1px solid #e8e8e8;
}
@media only screen and (min-width: 768px) {
  .comment {
    max-width: 60%;
  }
}
.comment:first-of-type {
  margin-block-start: 20px;
}
.comment:last-of-type {
  padding-block-end: 0;
  margin-block-end: 0;
  border-block-end: 0;
}
.comment__time, .comment__user, .comment__copy {
  margin: 0;
}
.comment__user {
  font-weight: 600;
}

.btn,
.button {
  background-color: transparent;
  background-image: none;
  border: 0;
  box-shadow: none;
}
.btn:hover,
.button:hover {
  cursor: pointer;
}
.btn:disabled, .btn.is-disabled,
.button:disabled,
.button.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.btn-default, .btn-primary, .btn--primary,
.button-default,
.button-primary,
.button--primary {
  padding: 0.5em 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #1d79a8;
  border: 1px solid #fff;
  transition: color, background, border, 0.25s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  background: var(--color-primary);
  display: inline-block;
  border: 1px solid #1d79a8;
}
.btn-default:hover, .btn-default:active, .btn-primary:hover, .btn-primary:active, .btn--primary:hover, .btn--primary:active,
.button-default:hover,
.button-default:active,
.button-primary:hover,
.button-primary:active,
.button--primary:hover,
.button--primary:active {
  cursor: pointer;
  background: #0c72a0;
}
.form--filters .btn-default, .form--filters .btn-primary, .form--filters .btn--primary,
.form--filters .button-default,
.form--filters .button-primary,
.form--filters .button--primary {
  width: 100%;
  text-align: center;
  height: 45px;
}
.btn--project-action,
.button--project-action {
  padding: 0.5em 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #1d79a8;
  border: 1px solid #fff;
  transition: color, background, border, 0.25s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  display: inline-block;
  padding: 0.5rem 1.2rem;
}
.btn--project-action:hover, .btn--project-action:active,
.button--project-action:hover,
.button--project-action:active {
  cursor: pointer;
  background: #0c72a0;
}
.btn--project-action--white,
.button--project-action--white {
  padding: 0.5em 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #fff;
  border: 1px solid #fff;
  transition: color, background, border, 0.25s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  display: inline-block;
  color: #1d79a8;
  border: 1px solid #cfcfcf;
  padding: 0.5rem 1.2rem;
}
.btn--project-action--white:hover, .btn--project-action--white:active,
.button--project-action--white:hover,
.button--project-action--white:active {
  cursor: pointer;
  background: #1d79a8;
}
.btn--project-action--white:active, .btn--project-action--white:focus, .btn--project-action--white:hover,
.button--project-action--white:active,
.button--project-action--white:focus,
.button--project-action--white:hover {
  color: #fff;
}
.btn--left-space,
.button--left-space {
  margin-inline-start: 20px;
}
.btn--transparent,
.button--transparent {
  padding: 0.5em 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: transparent;
  border: 1px solid #fff;
  transition: color, background, border, 0.25s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  padding: 0.25rem 0.75rem;
  font-size: 15px;
  vertical-align: middle;
  color: #1f2328;
  border: 1px solid #1f2328;
}
.btn--transparent:hover, .btn--transparent:active,
.button--transparent:hover,
.button--transparent:active {
  cursor: pointer;
  background: #1f2328;
}
@media only screen and (min-width: 1024px) {
  .btn--transparent,
  .button--transparent {
    padding: 0.25rem 0.75rem;
  }
}
.btn--transparent:focus,
.button--transparent:focus {
  color: #1f2328;
}
.btn--transparent:hover,
.button--transparent:hover {
  color: #fff;
}
.btn--cookieconsent,
.button--cookieconsent {
  padding: 0.5em 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: transparent;
  border: 1px solid #fff;
  transition: color, background, border, 0.25s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  display: inline;
}
.btn--cookieconsent:hover, .btn--cookieconsent:active,
.button--cookieconsent:hover,
.button--cookieconsent:active {
  cursor: pointer;
  background: #fff;
}
.btn--cookieconsent:focus, .btn--cookieconsent:hover,
.button--cookieconsent:focus,
.button--cookieconsent:hover {
  color: #0c72a0;
}
.btn--secondary, .btn--white,
.button--secondary,
.button--white {
  padding: 0.5em 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #fff;
  border: 1px solid #fff;
  transition: color, background, border, 0.25s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  display: inline-block;
  color: #1d79a8;
  border: 1px solid #cfcfcf;
}
.btn--secondary:hover, .btn--secondary:active, .btn--white:hover, .btn--white:active,
.button--secondary:hover,
.button--secondary:active,
.button--white:hover,
.button--white:active {
  cursor: pointer;
  background: #1d79a8;
}
.btn--secondary:active, .btn--secondary:hover, .btn--white:active, .btn--white:hover,
.button--secondary:active,
.button--secondary:hover,
.button--white:active,
.button--white:hover {
  color: #fff;
}
.btn--blue-white,
.button--blue-white {
  padding: 0.5em 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #fff;
  border: 1px solid #fff;
  transition: color, background, border, 0.25s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  display: inline-block;
  color: #1d79a8;
  border: 1px solid #1d79a8;
}
.btn--blue-white:hover, .btn--blue-white:active,
.button--blue-white:hover,
.button--blue-white:active {
  cursor: pointer;
  background: #1d79a8;
}
.btn--blue-white:focus,
.button--blue-white:focus {
  color: #1d79a8;
}
.btn--blue-white:hover,
.button--blue-white:hover {
  color: #fff;
}
.btn-danger, .btn--warning,
.button-danger,
.button--warning {
  padding: 0.5em 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #f05e54;
  border: 1px solid #fff;
  transition: color, background, border, 0.25s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.btn-danger:hover, .btn-danger:active, .btn--warning:hover, .btn--warning:active,
.button-danger:hover,
.button-danger:active,
.button--warning:hover,
.button--warning:active {
  cursor: pointer;
  background: #f05e54;
}
.btn-danger:focus, .btn--warning:focus,
.button-danger:focus,
.button--warning:focus {
  background-color: #f1a9a9;
}
.btn--filters,
.button--filters {
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  padding: 15px 20px;
  font-weight: 400;
  color: #1f2328;
  border: 1px solid #e8e8e8;
  transition: none;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .btn--filters,
  .button--filters {
    background: none;
    padding: 10px;
    border: 0;
    justify-content: flex-start;
    opacity: 0.7;
  }
}
.btn--filters-header,
.button--filters-header {
  display: flex;
}
.btn--search,
.button--search {
  position: absolute;
  inset-block-start: 0.65em;
  inset-inline-end: 10px;
}
.btn--search svg,
.button--search svg {
  fill: #1d79a8;
  height: 24px;
}
.btn--full-width,
.button--full-width {
  width: 100%;
  text-align: center;
}
.btn--half-width,
.button--half-width {
  width: 50%;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.btn--bottom-space,
.button--bottom-space {
  margin-block-end: 10px;
}
.btn--bottom-space:last-child,
.button--bottom-space:last-child {
  margin-block-end: 0;
}
.btn--actions,
.button--actions {
  position: relative;
  display: block;
  background-color: #fff;
}
.btn--actions:active,
.button--actions:active {
  background: rgba(29, 121, 168, 0.1);
}
.btn--actions::after,
.button--actions::after {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 15px;
  font-size: 30px;
  content: "+";
  line-height: 1.2;
}
.btn--actions.is-active,
.button--actions.is-active {
  color: #0c72a0;
  background: rgba(29, 121, 168, 0.1);
}
.btn--actions.is-active::after,
.button--actions.is-active::after {
  inset-block-start: -12px;
  content: "_";
}
@media only screen and (min-width: 768px) {
  .btn--actions,
  .button--actions {
    display: none;
  }
}
.btn--top-space,
.button--top-space {
  margin-block-start: 20px;
}
.btn--submit,
.button--submit {
  min-width: 200px;
  margin-inline-end: 10px;
  text-align: center;
}
.btn--compare,
.button--compare {
  width: 75px;
  padding: 3px;
  margin-block-start: 10px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid currentcolor;
  transition: background-color, color, border, 0.15s ease;
}
@media only screen and (min-width: 768px) {
  .btn--compare,
  .button--compare {
    margin-block-start: 0;
  }
}
.btn--compare:focus, .btn--compare:hover,
.button--compare:focus,
.button--compare:hover {
  color: #fff;
  background-color: #1d79a8;
  border: 1px solid #1d79a8;
}
.btn--arrow-pixels-white,
.button--arrow-pixels-white {
  display: flex;
  align-items: center;
}
.btn--arrow-pixels-white svg,
.button--arrow-pixels-white svg {
  width: 10px;
  height: 14px;
  margin-inline-start: 10px;
  fill: #fff;
}
.btn--action,
.button--action {
  display: flex;
  color: #1f2328;
  align-items: center;
  transition: opacity 0.25s ease-out;
  font-weight: 600;
  position: relative;
}
.btn--action:hover,
.button--action:hover {
  opacity: 0.7;
}
.btn--action:disabled,
.button--action:disabled {
  color: #919191;
  cursor: not-allowed;
  pointer-events: all;
}
.btn--action:disabled::before,
.button--action:disabled::before {
  content: attr(data-tooltip);
  pointer-events: none;
  position: absolute;
  width: 200px;
  padding: 12px;
  font-size: 12px;
  font-weight: 400;
  white-space: normal;
  background: #1d79a8;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  inset-block-end: 45px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: left;
  line-height: 1rem;
  border: 1px solid #fff;
  border-radius: 3px;
}
.btn--action:disabled::after,
.button--action:disabled::after {
  width: 0;
  height: 0;
  content: "";
  border-top: 10.5px solid #1d79a8;
  border-inline-end: 7px solid transparent;
  border-inline-start: 7px solid transparent;
  position: absolute;
  inset-block-start: -22px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.25s ease-out;
  z-index: 10;
}
.btn--action:disabled svg,
.button--action:disabled svg {
  fill: #919191;
}
.btn--action:disabled:hover,
.button--action:disabled:hover {
  opacity: 1;
}
.btn--action:disabled:hover::before,
.button--action:disabled:hover::before {
  pointer-events: all;
  z-index: 10;
  opacity: 1;
}
.btn--action:disabled:hover::after,
.button--action:disabled:hover::after {
  opacity: 1;
}
.btn--action svg,
.button--action svg {
  fill: #1d79a8;
  width: 1em;
  height: 1em;
  margin-inline-end: 0.5rem;
  pointer-events: none;
}
.btn--link,
.button--link {
  color: #1d79a8;
}
.btn--remove,
.button--remove {
  color: #f05e54;
}
.btn--tooltip-disabled,
.button--tooltip-disabled {
  background-color: #7ab8d4;
}
.btn--tooltip-disabled:hover,
.button--tooltip-disabled:hover {
  cursor: default;
  background-color: #7ab8d4;
}
.btn--flag.flagged,
.button--flag.flagged {
  position: relative;
}
.btn--flag.flagged::after,
.button--flag.flagged::after {
  content: "⚑";
  color: #f05e54;
  position: absolute;
  inset-block-start: 4px;
  padding-inline-start: 5px;
  font-size: 24px;
  line-height: 1;
}
.btn--unflag,
.button--unflag {
  padding: 0.5em 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #1d79a8;
  border: 1px solid #fff;
  transition: color, background, border, 0.25s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  padding: 2px;
  font-size: 12px;
  padding-inline-end: 18px;
}
.btn--unflag:hover, .btn--unflag:active,
.button--unflag:hover,
.button--unflag:active {
  cursor: pointer;
  background: #0c72a0;
}
@media only screen and (min-width: 1024px) {
  .btn--unflag,
  .button--unflag {
    padding: 3px 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn--unflag,
  .button--unflag {
    padding-inline-end: 18px;
  }
}
.btn--unflag.flagged::after,
.button--unflag.flagged::after {
  inset-block-start: 2px;
  padding-inline-start: 3px;
  font-size: 14px;
}
.btn-info, .btn-link,
.button-info,
.button-link {
  padding: 0.5em 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #1d79a8;
  border: 1px solid #fff;
  transition: color, background, border, 0.25s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  display: inline-block;
  line-height: 1.15;
}
.btn-info:hover, .btn-info:active, .btn-link:hover, .btn-link:active,
.button-info:hover,
.button-info:active,
.button-link:hover,
.button-link:active {
  cursor: pointer;
  background: #0c72a0;
}
.btn--like-active svg,
.button--like-active svg {
  fill: #0c72a0;
}
.btn--dislike-active svg,
.button--dislike-active svg {
  fill: #f05e54;
}

.wmd-preview {
  background-color: #e7f2f6;
  padding: 0 10px;
  width: 100%;
  overflow: hidden; /* prevent collapsing margins */
}
.wmd-preview ul {
  padding-inline-start: 20px;
  list-style: outside disc;
}
.wmd-preview ol {
  list-style: inside decimal;
}

.wmd-button-row {
  display: flex;
  background-color: #fff;
  padding: 4px;
}

.wmd-spacer {
  background-color: #cfcfcf;
  width: 1px;
  height: 20px;
  margin: 0 14px;
  list-style: none;
}

.wmd-button {
  width: 20px;
  height: 20px;
  margin: 0 2px;
  list-style: none;
  cursor: pointer;
}
.wmd-button > span {
  display: inline-block;
  background-image: url("./../images/editor-buttons.235c6a346ad7.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 20px;
  height: 20px;
}

.wmd-prompt-background {
  background-color: #1f2328;
}

.wmd-prompt-dialog {
  background-color: #f7f7f7;
  padding: 0.5em;
  border: 4px solid #1d79a8;
}

.error-bar {
  padding: 1.25rem;
  margin: 0 auto 2rem;
  background: #f05e54;
  color: #fff;
}
.error-bar__copy {
  margin: 0 0 1rem;
  font-weight: 700;
}
.error-bar__copy:last-child {
  margin: 0;
}

.feed__item {
  position: relative;
  display: flex;
  margin-block-end: 1.5em;
}
.feed__item:last-child {
  border-block-end: 0;
}
.feed__item--collaps {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}
.feed__item ul {
  padding-inline-start: 20px;
  list-style: outside disc;
}
.feed__item ol {
  list-style: inside decimal;
}
.feed__label {
  margin: 0;
  color: #fff;
  text-align: center;
}
.feed__label--note {
  background-color: #f05e54;
}
.feed__label--determination {
  background-color: #1888b1;
}
.feed__label--comment, .feed__label--message {
  background-color: #7dc588;
}
.feed__label--activity, .feed__label--action {
  background-color: #40c2ad;
}
.feed__label--submission {
  background-color: #7dc558;
}
.feed__label--project {
  background-color: #40c2ad;
}
.feed__label--mobile {
  display: block;
  margin-inline-end: 10px;
}
@media only screen and (min-width: 640px) {
  .feed__label--mobile {
    display: none;
  }
}
.feed__pre-content {
  width: 110px;
}
.feed__content {
  width: 100%;
}
.feed__meta {
  font-size: 1.2698412698vw;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 945px) {
  .feed__meta {
    font-size: 12px;
  }
}
@media (min-width: 1260px) {
  .feed__meta {
    font-size: 16px;
  }
}
@media only screen and (min-width: 640px) {
  .feed__meta {
    margin-block-end: 10px;
  }
}
.feed__meta-item {
  margin: 0 10px 0 0;
}
.feed__meta-item span {
  font-weight: 700;
}
@media only screen and (min-width: 640px) {
  .feed__meta-item {
    margin: 0 15px 0 0;
  }
}
.feed__meta-item--edit-button {
  border-inline-start: 2px solid #cfcfcf;
  padding-inline-start: 15px;
}
.feed__meta-item--last-edited {
  margin-inline-end: 5px;
  color: #919191;
}
.feed__meta-item--last-edited span {
  font-weight: 400;
}
.feed__meta-item--right {
  margin-inline-start: auto;
}
.feed__meta-item--right span {
  font-weight: 400;
}
.feed__meta-item--progress {
  width: 100%;
  margin: 5px 0 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 640px) {
  .feed__meta-item--progress {
    width: auto;
    margin: 0 20px 0 0;
  }
}
.feed__meta-item--progress span:first-child::after {
  width: 0;
  height: 0;
  content: "";
  border-left: 6px solid rgba(0, 0, 0, 0.5);
  border-block-start: 4px solid transparent;
  border-block-end: 4px solid transparent;
  display: inline-block;
  margin: 0 5px 0 10px;
}
.feed__comment {
  word-break: break-word;
  max-width: 50em;
}
.feed__related-item {
  white-space: nowrap;
}
.feed__related-item svg {
  width: 10px;
  height: 14px;
  margin-inline-start: 10px;
  margin-block-start: 0.35em;
  fill: #0c72a0;
}
.feed__heading {
  margin-block-end: 0;
}
@media only screen and (min-width: 640px) {
  .feed__heading {
    width: 90%;
    font-size: 18px;
  }
}
.feed__heading-status {
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #14729a;
  text-align: center;
  text-transform: uppercase;
  background-color: #e7f2f6;
}
.feed__show-button {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 3em 0 0.5em;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #fff);
}

.filters {
  display: none;
}
.filters.filters-open {
  position: fixed;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  z-index: 9;
  display: block;
  width: 100%;
  height: 100vh;
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  .filters {
    display: block;
    max-height: 0;
    transition: max-height 0.5s ease;
    transition-delay: 30ms;
    pointer-events: none;
  }
  .filters.filters-open {
    position: relative;
    inset-inline-start: auto;
    inset-inline-end: auto;
    inset-block-start: auto;
    inset-block-end: auto;
    height: auto;
    background: transparent;
    max-height: 85px;
    pointer-events: all;
  }
}
.filters__header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px 0;
}
@media only screen and (min-width: 1024px) {
  .filters__header {
    display: none;
  }
}
.filters__header > div[class^=js-] {
  color: #1d79a8;
}
.filters__header > div[class^=js-]:hover {
  cursor: pointer;
}
.filters__button {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  color: #1d79a8;
  background: transparent;
}

@media only screen and (min-width: 1024px) {
  #show-filters-button {
    display: none;
  }
}

.hypha-grid {
  display: grid;
  margin-block-end: 1rem;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.hypha-grid--two {
  grid-template-columns: 100%;
  gap: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .hypha-grid--two {
    grid-template-columns: 1fr 1fr;
  }
}
.hypha-grid--two.delete {
  grid-template-columns: 1fr;
}
.form--comments .hypha-grid--two {
  margin: 20px 0 0;
  gap: 10px;
  grid-template-columns: 100px 100px;
}
.wrapper--comments .hypha-grid--two {
  grid-template-columns: 1fr;
}
.hypha-grid--two + br {
  display: none;
}
.hypha-grid--narrow {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .hypha-grid--narrow {
    text-align: left;
  }
}
.hypha-grid--no-margin {
  margin: 0;
}
.hypha-grid--proposal-info {
  grid-template-columns: 100%;
  gap: 10px;
  margin: 0 0 1rem;
}
@media only screen and (min-width: 640px) {
  .hypha-grid--proposal-info {
    margin: 0 0 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
}
.hypha-grid--proposal-info * {
  margin: 0;
}
.hypha-grid--status-update {
  grid-template-columns: 100%;
}
@media only screen and (min-width: 640px) {
  .hypha-grid--status-update {
    grid-template-columns: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .hypha-grid__cell--span-two {
    grid-column: auto/span 2;
  }
}

.heading--no-margin {
  margin: 0;
}
.heading--meta {
  display: flex;
  flex-wrap: wrap;
  margin-block-start: 0.25rem;
}
.heading--meta span::after {
  padding: 0 0.25rem;
  content: "•";
}
.heading--meta span:last-child::after {
  content: "";
}
.heading--submission-meta {
  display: flex;
  flex-direction: column;
  margin-block-start: 20px;
  font-weight: 400;
  color: rgba(64, 64, 65, 0.5);
}
@media only screen and (min-width: 1024px) {
  .heading--submission-meta {
    flex-direction: row;
    margin-block-start: 0;
  }
}
.heading--submission-meta span {
  margin-inline-end: 15px;
}
.heading--small {
  font-size: 12px;
}
.heading--light-grey {
  color: rgba(64, 64, 65, 0.5);
}
.heading--uppercase {
  text-transform: uppercase;
}
.heading--normal {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-block-end: 0.25rem;
}
.heading--bold {
  font-weight: 700;
}
.heading--activity-feed {
  font-size: 1.4285714286vw;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 840px) {
  .heading--activity-feed {
    font-size: 12px;
  }
}
@media (min-width: 1260px) {
  .heading--activity-feed {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .heading--activity-feed {
    line-height: auto;
    text-align: left;
  }
}

.icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  transition: fill 0.25s ease-out;
  fill: #404041;
}
.header__menus--mobile.is-visible .icon {
  fill: #fff;
}
.icon--person {
  width: 15px;
  height: 15px;
  margin-inline-end: 5px;
  transition: fill 0.25s ease-out;
}
.button:hover .icon--person {
  fill: #fff;
}
.icon--social-share {
  width: 40px;
  height: 40px;
  padding: 10px;
  margin-inline-end: 5px;
}
.icon--close {
  width: 12px;
  height: 12px;
}
.icon--status {
  width: 65px;
  height: 160px;
  stroke: #cfcfcf;
  fill: transparent;
}
.is-active .icon--status {
  stroke: #40c2ad;
}
.icon--small {
  width: 14px;
  height: 14px;
}
.icon--speech-bubble {
  fill: #fff;
}
.activity-feed__header .icon--speech-bubble {
  margin-inline-start: 10px;
}
.icon--eye {
  position: relative;
  inset-block-start: 0.25em;
  align-self: center;
  width: 1em;
  height: 1em;
  stroke: #1f2328;
}
.icon--dashboard-tasks {
  margin-inline-start: 4px;
  margin-inline-end: 8px;
  width: 24px;
  height: 24px;
}
.icon--action-cross {
  stroke: #1f2328;
  fill: transparent;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.icon--project-eye {
  align-self: center;
  width: 1em;
  height: 1em;
  margin-inline-end: 2px;
  stroke: #1d79a8;
}
.border:hover .icon--project-eye {
  stroke: #fff;
}
.icon--arrow-up-short-bar {
  position: relative;
  align-self: center;
  height: 1.4em;
  margin-inline-end: 3px;
  fill: #1d79a8;
  stroke: #1d79a8;
}
.icon--arrow-up-short-bar--contract-upload {
  stroke: #fff;
}
.icon--request-changes {
  width: 20px;
  height: 20px;
  margin-inline-end: 4px;
  margin-block-start: 2px;
}

.link:disabled, .link.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.link--button {
  padding: 0.5em 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #1d79a8;
  border: 1px solid #fff;
  transition: color, background, border, 0.25s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  display: inline-block;
  /* stylelint-disable-next-line media-query-no-invalid */
}
.link--button:hover, .link--button:active {
  cursor: pointer;
  background: #0c72a0;
}
.link--button--narrow {
  padding: 0.25rem 0.75rem;
  font-size: 15px;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  .link--button--narrow {
    padding: 0.25rem 0.75rem;
  }
}
.link--button--login {
  /* stylelint-disable-next-line media-query-no-invalid */
}
@media (min-width: 465px) {
  .link--button--login {
    width: 20rem;
  }
}
@media (max-width: 465px) {
  .link--button {
    width: 100%;
  }
}
.link--underlined {
  text-decoration: underline;
}
.link--transparent {
  color: #fff;
}
.link--bold {
  font-weight: 700;
}
.link--left-space {
  margin-inline-start: 20px;
}
.link--download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  margin-block-start: 5px;
  color: #fff;
  background: #1d79a8;
  transition: background-color, 0.25s ease-out;
}
.link--download:focus, .link--download:hover {
  background-color: #0c72a0;
}
.link--download > div {
  display: flex;
  align-items: center;
}
.link--download span {
  margin-inline-start: 10px;
  font-weight: 700;
}
.link--download svg:first-child {
  width: 26px;
  height: 32px;
  stroke: #fff;
}
.link--download svg:last-child {
  width: 15px;
  height: 18px;
  stroke: #fff;
}
.link--mobile-standout {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 1rem auto 0;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .link--mobile-standout {
    display: none;
  }
}
.link--button-transparent {
  padding: 0.5em 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: transparent;
  border: 1px solid #fff;
  transition: color, background, border, 0.25s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  color: #fff;
}
.link--button-transparent:hover, .link--button-transparent:active {
  cursor: pointer;
  background: #3d6bdb;
}
.link--button-transparent:focus, .link--button-transparent:hover {
  border: 1px solid transparent;
}
.link--button-long-text {
  padding: 10px;
}
.link--button-narrow {
  padding: 0.25rem 0.75rem;
  font-size: 15px;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  .link--button-narrow {
    padding: 0.25rem 0.75rem;
  }
}
@media only screen and (min-width: 1024px) {
  .link--button-wide {
    padding: 0.5em 80px;
  }
}
.link--edit-lead {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.link--edit-lead:hover {
  cursor: not-allowed;
}
.link--edit-lead.is-active:hover {
  cursor: pointer;
}
.link--edit-submission, .link--delete-submission {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #cfcfcf;
}
.link--edit-submission:hover, .link--delete-submission:hover {
  cursor: not-allowed;
}
.link--edit-submission.is-active, .link--delete-submission.is-active {
  color: #1d79a8;
}
.link--edit-submission.is-active:hover, .link--delete-submission.is-active:hover {
  cursor: pointer;
}
.link--delete-submission {
  margin-inline-end: 1rem;
  padding-inline-end: 1rem;
  border-inline-end: 2px solid #cfcfcf;
}
.link--delete-submission:only-child {
  border-inline-end: 0;
  padding-inline-end: 0;
  margin-inline-end: 0;
}
.link--toggle-reviewers {
  display: block;
  margin: 0 10px 30px;
}
.link--reveal-proposal {
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
}
.link--reveal-proposal::before {
  width: 0;
  height: 0;
  content: "";
  border-bottom: 10.5px solid #0c72a0;
  border-inline-end: 7px solid transparent;
  border-inline-start: 7px solid transparent;
  margin-inline-end: 0.7rem;
  transition: transform 0.25s ease-out;
  transform: rotate(180deg);
}
.link--reveal-proposal.is-open::before {
  transform: rotate(0);
}
.link--secondary-change {
  font-size: 95%;
  margin-inline-start: 5px;
}

.list {
  max-width: 290px;
}
.list--no-margin {
  margin: 0;
}
.list--opinion {
  position: relative;
  font-size: 14px;
  border-block-start: 1px solid #cfcfcf;
  border-block-end: 1px solid #cfcfcf;
  margin: 10px 0;
  padding: 5px 0;
}
.list--opinion .list__item--opinion:first-child span:last-child::before, .list--opinion .list__item--opinion:first-child span:last-child::after {
  position: absolute;
  inset-block-start: -15px;
  inset-inline-end: 5px;
}
.list--opinion .list__item--opinion:first-child span:last-child::after {
  width: 0;
  height: 0;
  content: "";
  border-bottom: 9px solid #f3fafe;
  border-inline-end: 6px solid transparent;
  border-inline-start: 6px solid transparent;
  inset-block-start: -13px;
}
.list--opinion .list__item--opinion:first-child span:last-child::before {
  width: 0;
  height: 0;
  content: "";
  border-bottom: 9px solid #cfcfcf;
  border-inline-end: 6px solid transparent;
  border-inline-start: 6px solid transparent;
}
.list__item--reviewer {
  display: flex;
  justify-content: space-between;
}
.list__item--reviewer-name {
  max-width: 190px;
  overflow: hidden;
  font-weight: 700;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}
.list__item--reviewer-name > img {
  margin-inline-start: 10px;
}
.list__item--reviewer-name:hover {
  position: absolute;
  max-width: initial;
  overflow: visible;
  background-color: #f3fafe;
}
.list__item--reviewer-name:hover + .list__item--reviewer-outcome {
  width: 100%;
  text-align: right;
}
.list__item--opinion .list__item--reviewer-name {
  font-weight: 400;
}
.list__item--reviewer-outcome {
  color: #f05e54;
  position: relative;
}
.list__item--reviewer-outcome.agree {
  color: #7dc558;
}

.list-reveal--determination {
  background-color: #fff;
  margin-block-end: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .list-reveal--determination {
    max-width: 70%;
  }
}
.list-reveal__item {
  display: block;
  font-size: 14px;
  padding: 0.75em 1em;
  border-block-end: 2px solid #e8e8e8;
  margin: 0;
  color: #1f2328;
}
.list-reveal__item--meta {
  color: #0c72a0;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  margin: 0 -24px;
}
.list-reveal__item--determination {
  border: 1px solid #e8e8e8;
  margin: 0;
}
.list-reveal__list {
  max-height: 200px;
  overflow: scroll;
  margin: 0 -24px 1.25rem;
  padding: 0;
  border-block-end: 2px solid #e8e8e8;
  box-shadow: inset 0 -10px 20px -10px #cfcfcf;
  transition: max-height 0.25s ease-out;
}
.list-reveal__list--determination {
  border-inline-start: 1px solid #e8e8e8;
  border-inline-end: 1px solid #e8e8e8;
  margin: 0;
}
.list-reveal__list.is-closed {
  max-height: 0;
  border-block-end: 0;
}
.list-reveal__link {
  text-decoration: underline;
}
.list-reveal__open-icon {
  width: 20px;
  height: 20px;
  fill: #404041;
  opacity: 0;
  transition: opacity 0.15s ease;
  pointer-events: none;
}
.list-reveal__item:hover .list-reveal__open-icon {
  opacity: 1;
}

.modal {
  display: none;
  width: calc(100% - 40px);
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .modal {
    width: 580px;
    padding: 30px;
  }
}
.modal__header-bar {
  color: #fff;
  background-color: #0c72a0;
  margin: -24px -24px 20px;
  padding: 15px;
  text-align: center;
}
.modal__header-bar--no-bottom-space {
  margin-block-end: 0;
}
.modal__project-header-bar {
  color: #fff;
  background-color: #0c72a0;
  margin: -24px -24px 20px;
  padding: 15px 24px;
  text-align: left;
}
.modal__project-header-bar--no-bottom-space {
  margin-block-end: 0;
}
.modal__list {
  max-height: 200px;
  overflow: scroll;
  margin: 0 -24px 20px;
  padding: 0;
  border-block-end: 2px solid #e8e8e8;
  box-shadow: inset 0 -10px 20px -10px #cfcfcf;
  transition: max-height 0.25s ease-out;
}
.modal__list.is-closed {
  max-height: 0;
  border-block-end: 0;
}
.modal__list-item {
  display: block;
  font-size: 14px;
  padding: 12px 28px;
  border-block-end: 2px solid #e8e8e8;
  margin: 0;
  color: #1f2328;
}
.modal__list-item--meta {
  color: #0c72a0;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  margin: 0 -24px;
}
.modal__hide-link {
  text-decoration: underline;
}
.modal__open-link-icon {
  width: 20px;
  height: 20px;
  fill: #404041;
  opacity: 0;
  transition: opacity 0.15s ease;
  pointer-events: none;
}
.modal__list-item:hover .modal__open-link-icon {
  opacity: 1;
}

.rich-text {
  margin-block-end: 2rem;
  word-break: break-word;
  max-width: 50em;
}
.rich-text--answers > section {
  margin: 0 0 2rem;
}
.rich-text--answers > section p:first-of-type {
  margin-block-start: 0;
}
.rich-text--answers > section p:empty {
  margin: 0;
}
.rich-text h1 {
  font-size: 1.296rem;
  margin-block-end: 1em;
  font-weight: 600;
  line-height: 1.3333;
}
.rich-text h1:not(:first-child) {
  margin-block-start: 2em;
}
.rich-text h2 {
  font-size: 1.215rem;
  margin-block-start: 1.6em;
  margin-block-end: 0.6em;
  line-height: 1.6;
  font-weight: 600;
}
.rich-text h3,
.rich-text h4:not(.question) {
  font-size: 1.138rem;
  margin-block-start: 1.5em;
  margin-block-end: 0.5em;
  line-height: 1.5;
}
.rich-text h5,
.rich-text h6 {
  font-size: 1.067rem;
  margin-block-start: 1.4em;
  margin-block-end: 0.4em;
  line-height: 1.4;
}
.rich-text--hidden {
  display: none;
}
.rich-text--hidden.is-open {
  display: block;
}
.rich-text__table {
  overflow: auto;
  margin-block-start: 1.25em;
  margin-block-end: 1.25em;
}
.rich-text__table > table {
  margin-block-start: 0;
  margin-block-end: 0;
}
.rich-text ul.remove-list-style {
  padding: 0;
  list-style: none;
}

.tox-statusbar__wordcount {
  padding-inline-start: 10px;
  padding-inline-end: 10px;
}
.tox-statusbar__wordcount::after {
  content: attr(data-after-word-count);
}
.tox-statusbar__wordcount.word-count-warning, .tox-statusbar__wordcount.word-count-warning-2 {
  background-color: #f1a9a9;
  font-weight: bold;
  text-shadow: none;
  color: #1f2328;
}
.tox-statusbar__wordcount.word-count-warning-2 {
  background-color: #f05e54;
}

.section--has-sidebar {
  flex-grow: 1;
  margin: 1.25rem 0;
}
@media only screen and (min-width: 768px) {
  .section--has-sidebar {
    padding-inline-end: 20px;
    margin-block-end: 0;
  }
}
.section--with-options {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 640px) {
  .section--with-options {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .sidebar {
    width: 345px;
  }
}
.sidebar__inner {
  padding: 20px;
  margin-block-end: 20px;
  border: 1px solid #cfcfcf;
}
.sidebar__inner--light-blue {
  background-color: rgba(29, 121, 168, 0.1);
}
.sidebar__inner--actions {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sidebar__inner--actions {
    display: block;
  }
  .sidebar__inner--actions--instructions {
    margin-block-start: 10px;
    margin-inline-start: 10px;
  }
}
.sidebar__inner--mobile {
  display: none;
}
.sidebar__inner--mobile.is-visible {
  display: block;
  border-block-start: 0;
}
.sidebar__project {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  align-self: flex-start;
  inset-block-start: 0;
}
.sidebar__paf-approvals--pending {
  color: #cfcfcf;
}
.sidebar__paf-approvals--approved {
  color: #1f2328;
}
.sidebar__screening-selected-options {
  display: flex;
  flex-wrap: wrap;
  margin-block-end: 1em;
}
.sidebar__screening-option {
  margin: 0.3em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 6px;
  padding-inline-end: 12px;
  padding-inline-start: 12px;
  font-size: 0.8125rem;
}
.sidebar__separator {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.sidebar__separator::after {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 0;
  width: calc(100% - 60px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.sidebar__separator--medium::after {
  width: calc(100% - 120px);
}

.tabs {
  margin: 1.5rem 0 -20px;
}
.tabs__container {
  display: flex;
}
.tabs__content {
  display: none;
}
.tabs__content--current {
  display: inherit;
}

.tab__item {
  font-size: 1.1904761905vw;
  position: relative;
  padding: 10px;
  font-weight: 700;
  hyphens: auto;
  color: #cfcfcf;
  text-transform: uppercase;
  border-radius: 0.5rem 0.5rem 0 0;
  transition: color, background-color, 300ms ease-out;
}
@media (max-width: 1008px) {
  .tab__item {
    font-size: 12px;
  }
}
@media (min-width: 1260px) {
  .tab__item {
    font-size: 15px;
  }
}
@media only screen and (min-width: 640px) {
  .tab__item {
    width: 33%;
    padding: 15px;
  }
}
@media only screen and (min-width: 640px) {
  .tab__item {
    width: auto;
    padding: 0.75rem 1rem;
  }
}
.tab__item:hover {
  color: #1d79a8;
  background-color: rgba(255, 255, 255, 0.8);
}
.tab__item--alt {
  font-size: 14px;
  font-weight: 600;
  padding: 0.5rem 1rem;
  text-transform: none;
  display: inline-block;
  border-block-end: 3px solid transparent;
  color: #919191;
  width: auto;
}
.tab__item--alt:hover {
  color: #1f2328;
}
.tab__item--alt.tab__item--active {
  background-color: transparent;
  border-block-end: 3px solid #1d79a8;
}
.tab__item--alt.tab__item--active:hover {
  color: #1f2328;
  background-color: transparent;
}
.tab__item--active {
  color: #1f2328;
  cursor: default;
  background-color: #fff;
}
.tab__item--active:hover {
  background-color: #fff;
}
.tab__item--right {
  display: none;
}
@media only screen and (min-width: 640px) {
  .tab__item--right {
    display: block;
    margin-inline-start: auto;
  }
}

.status-bar {
  --bar: 3px;
  --dot: 20px;
  --triangle: 5px;
  --tooltip-padding: 0.5rem;
  --tooltip-max-width: 12ch;
  --tooltip-margin-top: 17px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .status-bar {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .status-bar--mobile {
    display: none;
  }
}
.status-bar--small {
  --tooltip-max-width: 10ch;
  width: 100%;
  max-width: 750px;
  margin-inline-end: 30px;
  margin-inline-start: 16px;
}
.status-bar__subheading {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background-color: #f05e54;
}
.status-bar__text {
  font-size: 12px;
  font-weight: 700;
}
.status-bar__item {
  flex: 1;
  position: relative;
  padding-block-start: var(--tooltip-margin-top);
  border-block-start: var(--bar) solid #cfcfcf;
}
.status-bar__item::before {
  display: flex;
  place-items: center;
  position: absolute;
  inset-block-start: calc(-1 * var(--dot) / 2);
  inset-inline-start: calc(-1 * var(--dot) / 2);
  width: var(--dot);
  height: var(--dot);
  background: #404041;
  border: calc(var(--dot) / 4) solid #cfcfcf;
  border-radius: 50%;
  content: "";
}
.status-bar--small .status-bar__item::before {
  background: #fff;
}
.status-bar__item--is-current::before {
  background: #fff;
  border-color: #f05e54;
}
.status-bar__item--is-current:last-of-type {
  border-color: #1d79a8;
}
.status-bar__item--is-complete {
  border-color: #1d79a8;
}
.status-bar__item--is-complete::before {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #1d79a8;
  border-color: #1d79a8;
  content: "✓";
}
.status-bar--small .status-bar__item--is-complete::before {
  background: #1d79a8;
}
.status-bar__item:first-of-type::before {
  inset-inline-start: 0;
}
.status-bar__item:last-of-type {
  flex: 0;
}
.status-bar__item:last-of-type::before {
  inset-inline-start: auto;
  inset-inline-end: 0;
}
.status-bar__tooltip {
  --tooltip-width: min(var(--tooltip-max-width), var(--tooltip-chars));
  width: var(--tooltip-width);
  margin-inline-start: calc(-1 * var(--tooltip-width) / 2 - 5px);
  text-align: center;
  padding-block: var(--tooltip-padding);
  color: var(--color-fg-muted);
  border-radius: 0.25rem;
}
.status-bar__item--is-complete .status-bar__tooltip {
  opacity: 0.6;
}
.status-bar__item--is-current .status-bar__tooltip {
  width: calc(var(--tooltip-width) + var(--tooltip-padding));
  position: relative;
  color: #fff;
  background-color: #f05e54;
  padding-inline: var(--tooltip-padding);
}
.status-bar__item--is-current .status-bar__tooltip::before {
  width: 0;
  height: 0;
  content: "";
  border-bottom: 7.5px solid #f05e54;
  border-inline-end: 5px solid transparent;
  border-inline-start: 5px solid transparent;
  position: absolute;
  inset-block-start: calc(-1 * var(--triangle) - 2px);
  inset-inline-start: calc(50% - var(--triangle));
}
.status-bar__item--is-current:first-of-type .status-bar__tooltip::before {
  inset-inline-start: var(--triangle);
}
.status-bar__item--is-current:last-of-type .status-bar__tooltip::before {
  inset-inline-start: initial;
  inset-inline-end: var(--triangle);
}
.status-bar__item:first-of-type .status-bar__tooltip {
  margin-inline-start: initial;
  text-align: start;
}
.status-bar__item:last-of-type .status-bar__tooltip {
  margin-inline-start: initial;
  text-align: end;
}

.form--with-p-tags p {
  margin: 0 0 10px;
}
.form--with-p-tags p label {
  display: block;
  margin-block-end: 0.5em;
  font-weight: 700;
}
.form--with-p-tags button {
  margin-block-start: 1.5rem;
}
.form--error-inline .form__error-text {
  padding-inline-start: 0.5rem;
  position: relative;
  max-width: 100%;
}
.form--error-inline .form__error-text::before {
  display: none;
}
.form__group {
  position: relative;
  margin-block-start: 0.5rem;
  margin-block-end: 1.5rem;
}
.form__group:nth-of-type(1) {
  margin-block-start: 0;
}
.locality .form__group:last-child {
  margin-block-end: 0;
}
.form--report-frequency .form__group {
  margin: 1rem;
}
.form--report-frequency .form__group--schedule {
  display: flex;
  align-items: center;
}
.form--report-frequency .form__group--report-every {
  font-weight: 700;
}
.form--report-frequency .form__group.id_occurrence {
  width: 15%;
  margin: 0 1rem;
}
.form--report-frequency .form__group.id_frequency {
  margin: 0;
}
.form__group--wrap {
  flex-wrap: wrap;
}
.form__group--checkbox .form__item {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.form__group input[type=date]:last-child {
  max-width: 385px;
}
.form__question {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
}
.form__question--image_field, .form__question--multi_file_field, .form__question--single_file_field, .form__question--file_field {
  padding: 0.5em 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #fff;
  border: 1px solid #fff;
  transition: color, background, border, 0.25s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  display: inline-block;
  color: #1d79a8;
  border: 1px solid #cfcfcf;
  max-width: 15rem;
  text-align: center;
}
.form__question--image_field:hover, .form__question--image_field:active, .form__question--multi_file_field:hover, .form__question--multi_file_field:active, .form__question--single_file_field:hover, .form__question--single_file_field:active, .form__question--file_field:hover, .form__question--file_field:active {
  cursor: pointer;
  background: #1d79a8;
}
.form__question--image_field:focus, .form__question--multi_file_field:focus, .form__question--single_file_field:focus, .form__question--file_field:focus {
  color: #1d79a8;
}
.form__question--image_field:hover, .form__question--multi_file_field:hover, .form__question--single_file_field:hover, .form__question--file_field:hover {
  color: #fff;
}
.no-js .form__question--image_field, .no-js .form__question--multi_file_field, .no-js .form__question--single_file_field, .no-js .form__question--file_field {
  display: none;
}
.form__question--boolean_field {
  display: inline;
  margin-block-end: 0;
}
.form__file-label {
  padding-block-end: 0.5rem;
}
.form__file-list ul {
  margin: 0.5rem 0;
}
.form__file-drop-zone {
  color: #cfcfcf;
  padding: 25px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  border: 2px dashed #cfcfcf;
  border-radius: 5px;
}
.form__filters .select2 .select2-selection.select2-selection--single {
  border: 0;
  border-block-start: 1px solid #cfcfcf;
}
.form__filters .select2 .select2-selection.select2-selection--single.is-active {
  font-weight: 400;
  background-color: rgba(29, 121, 168, 0.1);
  border-color: #cfcfcf;
}
@media only screen and (min-width: 1024px) {
  .form__filters .select2 .select2-selection.select2-selection--single {
    border: 1px solid #cfcfcf;
  }
}
@media only screen and (min-width: 1024px) {
  .form__filters {
    display: flex;
    align-items: flex-start;
    padding: 10px 0 30px;
    opacity: 0;
    transition: opacity 0.25s ease-out;
  }
  .filters-open .form__filters {
    opacity: 1;
    transition-delay: 300ms;
  }
  .filters--dates .form__filters {
    align-items: flex-end;
    margin: 10px 0 30px;
    padding: 0;
  }
}
.form__filters label {
  display: none;
}
.filters--dates .form__filters label {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .form__filters > * {
    flex-basis: 225px;
  }
  .form__filters > *:not(:last-child) {
    margin-inline-end: 10px;
  }
}
.form__filters--mobile {
  flex-direction: column;
  padding: 0;
}
.form__filters--mobile > * {
  flex-basis: auto;
  margin: 0;
}
.form__filters > li {
  padding: 0 1rem;
}
@media only screen and (min-width: 1024px) {
  .form__filters > li {
    padding: 0;
  }
}
.filters--dates .form__filters > li {
  margin: 0 auto 1rem;
  max-width: 320px;
}
@media only screen and (min-width: 640px) {
  .filters--dates .form__filters > li {
    display: flex;
    max-width: 600px;
  }
  @supports (display: grid) {
    .filters--dates .form__filters > li {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5px;
    }
  }
}
@media only screen and (min-width: 1024px) {
  .filters--dates .form__filters > li {
    margin: 0 1rem 0 0;
    max-width: initial;
  }
}
@supports (display: grid) {
  .filters--dates .form__filters > li label {
    grid-column: 1;
    grid-row: 1;
  }
}
@supports (display: grid) {
  .filters--dates .form__filters > li input:first-of-type {
    grid-column: 1;
  }
}
@supports (display: grid) {
  .filters--dates .form__filters > li span {
    grid-column: 2;
    grid-row: 1;
  }
}
.wrapper--comments .form__label {
  font-size: 15px;
}
.form__required {
  color: #8c0bbf;
}
.form__help {
  margin: 0;
  color: var(--color-fg-muted);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.profile .form__help {
  margin-block-start: 0;
}
.form__help-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.form__help-link a:hover {
  cursor: pointer;
  color: #3d6bdb;
}
.form__open-icon {
  display: inline;
  width: 20px;
  height: 20px;
  fill: #404041;
}
.form__item {
  position: relative;
  padding-block-start: 0.5rem;
}
.form__select {
  max-width: 385px;
}
.form__select:has(.choices) {
  background: none;
}
.form--scoreable .form__select {
  margin-block-start: 20px;
}
.form__select .form__filters .form__select .form {
  max-width: 100%;
}
.form__select .form__filters .form__select .form select {
  height: 45px;
}
.form__select select[multiple=multiple] {
  display: block;
}
.form__select select option {
  background-color: #fff;
}
.form__select--narrow {
  max-width: 280px;
}
.form select,
.form input[type=url],
.form input[type=text]:not(.input--secondary),
.form input[type=date],
.form input[type=time],
.form input[type=email],
.form input[type=number],
.form input[type=password],
.form input[type=datetime-local] {
  width: 100%;
  max-width: 385px;
  border-radius: 0.5rem;
}
.form select.invalid,
.form input[type=url].invalid,
.form input[type=text]:not(.input--secondary).invalid,
.form input[type=date].invalid,
.form input[type=time].invalid,
.form input[type=email].invalid,
.form input[type=number].invalid,
.form input[type=password].invalid,
.form input[type=datetime-local].invalid {
  border: 2px solid #f05e54;
  outline: none;
}
.form__error select,
.form__error textarea,
.form__error input[type=url],
.form__error input[type=text],
.form__error input[type=date],
.form__error input[type=time],
.form__error input[type=email],
.form__error input[type=number],
.form__error input[type=password],
.form__error input[type=datetime-local] {
  border: 2px solid #f05e54;
}
.form__error-text {
  max-width: 200px;
  padding: 5px;
  margin: 20px 0 0;
  color: #fff;
  background: #f05e54;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .form__error-text {
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    max-width: auto;
    margin: 0;
  }
  .form__error-text::before {
    position: absolute;
    inset-block-start: 12px;
    inset-inline-start: -10px;
    border-color: transparent #f05e54 transparent transparent;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    content: "";
  }
}
.form input[type=date] {
  max-width: 285px;
}
.form input[type=date] + input[type=time] {
  width: 100px;
}
.form textarea, .form__textarea {
  display: block;
  width: 100%;
  padding: 0.4em;
  border: 1px solid #cfcfcf;
  border-radius: 0.5rem;
  line-height: 1.5;
  /* stylelint-disable-next-line */
  field-sizing: content;
  min-height: 5rem;
}
.form .wmd-input {
  min-height: 15rem;
}
.form .wmd-preview {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .form .wmd-preview {
    max-width: 70%;
  }
}
.form__comments .fields--visible {
  display: grid;
  grid-template-areas: "message" "attachments" "visibility" "actions";
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 1024px) {
  .form__comments .fields--visible {
    grid-template-areas: "message attachments" "message visibility";
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr;
    column-gap: 2rem;
  }
  .form__comments .fields--visible .wmd-input,
  .form__comments .fields--visible .wmd-preview {
    max-width: 100%;
    margin-block-end: 0;
  }
}
.form__comments .fields--visible .id_attachments {
  grid-area: attachments;
}
.form__comments .fields--visible .id_message {
  grid-area: message;
}
.form__comments .fields--visible .id_message > label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.form__comments .fields--visible .id_visibility_0 {
  grid-area: visibility;
}
.form [type=radio] + label,
.form [type=checkbox] + label {
  padding-inline-start: 0.25rem;
  cursor: pointer;
}
.form .errorlist {
  padding: 5px;
  margin-block-end: 0.2em;
  background: #ffe1df;
  border: 1px solid #f05e54;
}
.form .address {
  padding: 0.5rem 1rem 1.5rem;
  max-width: 410px;
  background-color: #f9fafb;
  border-radius: 0.5rem;
}
.form .address .form__group {
  margin-block-start: 0.5rem;
}
.form .address .form__question {
  margin-block-end: 0.25rem;
  font-size: 1rem;
  line-height: 1.25rem;
}
.form .address .form__question:nth-of-type(1) {
  margin-block-start: 0;
}
.form .multi-input-field-hidden {
  display: none;
}
.form__info-box {
  background-color: rgba(29, 121, 168, 0.1);
  padding: 1rem;
}
.form__info-box p {
  margin: 0;
}
.form .password-reset {
  margin-block-start: -1em;
}

.flash-item {
  animation: flash 1s ease 1;
}

@keyframes flash {
  50% {
    background-color: #e6ab32;
  }
}
.nav__link {
  display: flex;
  position: relative;
  padding-block: 0.5rem;
  color: #1f2328;
  transition: color 0.25s ease-out;
}
.nav__link:focus, .nav__link:hover {
  color: #1d79a8;
}
@media only screen and (min-width: 768px) {
  .nav__link::after {
    position: absolute;
    inset-block-end: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 5px;
    background-color: #0c72a0;
    content: "";
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.2, 1.4, 0.67, 1.13);
  }
}
.nav__link--active::after, .nav__link:focus::after, .nav__link:hover::after {
  opacity: 1;
}

.pagination--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block-end: 60px;
  margin-block-start: 30px;
}
.pagination--wrapper .per-page a.current {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.pagination--wrapper .per-page a {
  text-decoration: underline;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .cardinality {
  margin: 0 10px;
}
.pagination .previous a,
.pagination .next a {
  position: relative;
  display: block;
  width: 55px;
  height: 55px;
  font-size: 0;
  color: #fff;
  background: #fff;
  border: 1px solid #cfcfcf;
}
.pagination .previous a::after,
.pagination .next a::after {
  position: absolute;
  inset-block-start: 18.5px;
  inset-inline-start: 22.5px;
}
.pagination .previous a::after {
  width: 0;
  height: 0;
  content: "";
  border-right: 10.5px solid #1d79a8;
  border-block-start: 7px solid transparent;
  border-block-end: 7px solid transparent;
}
.pagination .next a::after {
  width: 0;
  height: 0;
  content: "";
  border-left: 10.5px solid #1d79a8;
  border-block-start: 7px solid transparent;
  border-block-end: 7px solid transparent;
}

.profile {
  margin-block-start: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .profile {
    display: flex;
    margin-block-start: 2rem;
  }
}
.profile__column {
  padding-block-end: 2rem;
  margin-block-end: 2rem;
  border-block-end: 1px solid #e8e8e8;
}
@media only screen and (min-width: 768px) {
  .profile__column {
    width: 50%;
    padding-inline-end: 3rem;
    margin: 0 3rem 0 0;
    border-inline-end: 1px solid #e8e8e8;
    border-block-end: 0;
  }
  .profile__column:last-child {
    padding-inline-end: 0;
    margin-inline-end: 0;
    border-inline-end: 0;
  }
}

.projects-table thead th.desc, .projects-table thead th.asc {
  position: relative;
  color: #404041;
}
.projects-table thead th.desc::after, .projects-table thead th.asc::after {
  position: absolute;
  inset-block-start: 50%;
  margin-inline-start: 3px;
}
.projects-table thead th.desc a, .projects-table thead th.asc a {
  color: inherit;
}
.projects-table thead th.desc::after {
  width: 0;
  height: 0;
  content: "";
  border-bottom: 7.5px solid #1f2328;
  border-inline-end: 5px solid transparent;
  border-inline-start: 5px solid transparent;
}
.projects-table thead th.asc::after {
  width: 0;
  height: 0;
  content: "";
  border-top: 7.5px solid #1f2328;
  border-inline-end: 5px solid transparent;
  border-inline-start: 5px solid transparent;
}
.projects-table thead {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .projects-table thead {
    display: table-header-group;
  }
}
.projects-table tbody td > span.mobile-label {
  display: inline-block;
  width: 90px;
}
@media only screen and (min-width: 1024px) {
  .projects-table tbody td > span.mobile-label {
    display: none;
  }
}
.projects-table .reporting .icon {
  margin-inline-end: 0.3rem;
  width: 25px;
  height: 25px;
  fill: #f05e54;
}

.invoices-table thead th.desc, .invoices-table thead th.asc {
  position: relative;
  color: #404041;
}
.invoices-table thead th.desc::after, .invoices-table thead th.asc::after {
  position: absolute;
  inset-block-start: 50%;
  margin-inline-start: 3px;
}
.invoices-table thead th.desc a, .invoices-table thead th.asc a {
  color: inherit;
}
.invoices-table thead th.desc::after {
  width: 0;
  height: 0;
  content: "";
  border-bottom: 7.5px solid #1f2328;
  border-inline-end: 5px solid transparent;
  border-inline-start: 5px solid transparent;
}
.invoices-table thead th.asc::after {
  width: 0;
  height: 0;
  content: "";
  border-top: 7.5px solid #1f2328;
  border-inline-end: 5px solid transparent;
  border-inline-start: 5px solid transparent;
}
.invoices-table thead {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .invoices-table thead {
    display: table-header-group;
  }
}
.invoices-table thead th.selected input[type=checkbox] {
  margin: 0 auto;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
}
@media only screen and (min-width: 1024px) {
  .invoices-table thead th.selected {
    width: 50px;
    padding-inline-end: 0;
  }
}
.invoices-table tbody td > span.mobile-label {
  display: inline-block;
  width: 90px;
}
@media only screen and (min-width: 1024px) {
  .invoices-table tbody td > span.mobile-label {
    display: none;
  }
}
.invoices-table tbody td.selected {
  display: none;
  padding-inline-end: 0;
}
.invoices-table tbody td.selected input[type=checkbox] {
  margin: 0 auto;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
}
@media only screen and (min-width: 1024px) {
  .invoices-table tbody td.selected {
    display: table-cell;
  }
}

.related-sidebar ul {
  list-style-type: circle;
  padding-inline-start: 20px;
}
.related-sidebar--collaps {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}
.related-sidebar__show-button {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 3em 0 0.5em;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #fff);
}

.responsive-table thead th.desc, .responsive-table thead th.asc {
  position: relative;
  color: #404041;
}
.responsive-table thead th.desc::after, .responsive-table thead th.asc::after {
  position: absolute;
  inset-block-start: 50%;
  margin-inline-start: 3px;
}
.responsive-table thead th.desc a, .responsive-table thead th.asc a {
  color: inherit;
}
.responsive-table thead th.desc::after {
  width: 0;
  height: 0;
  content: "";
  border-bottom: 7.5px solid #1f2328;
  border-inline-end: 5px solid transparent;
  border-inline-start: 5px solid transparent;
}
.responsive-table thead th.asc::after {
  width: 0;
  height: 0;
  content: "";
  border-top: 7.5px solid #1f2328;
  border-inline-end: 5px solid transparent;
  border-inline-start: 5px solid transparent;
}
.responsive-table thead {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .responsive-table thead {
    display: table-header-group;
  }
}
.responsive-table thead th {
  padding: 25px 10px;
}
.responsive-table tbody td.title {
  padding-block-start: 15px;
}

.reviewer-dash-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #cfcfcf;
}
.reviewer-dash-box__title {
  color: #919191;
}

.reviews-list {
  position: relative;
  margin-block-start: 40px;
  table-layout: auto;
}
.reviews-list__body {
  overflow-x: scroll;
}
.reviews-list__th:hover {
  box-shadow: none;
}
.reviews-list__th:first-child {
  font-weight: 700;
}
.reviews-list__tr {
  border-block-start: 0;
  border-block-end: 2px solid #f7f7f7;
}
.reviews-list__td {
  max-width: 340px;
  min-width: 240px;
  padding: 20px;
}
.reviews-list__td--author > div {
  display: flex;
  align-items: center;
}
.reviews-list__td--author > div img {
  margin-inline-start: 7px;
}
.reviews-list__th, .reviews-list__td {
  display: table-cell;
  height: auto;
  vertical-align: top;
}
.reviews-list__th:first-child, .reviews-list__td:first-child {
  width: 160px;
  background-color: #e8e8e8;
}
.reviews-list__th--author {
  position: sticky;
  inset-block-start: 0;
  background-color: #fff;
}

.reviews-summary {
  display: none;
  background-color: transparent;
}
@media only screen and (min-width: 1024px) {
  .reviews-summary {
    display: table;
  }
}
.reviews-summary__tr {
  vertical-align: top;
  border-block-end: 0;
}
.reviews-summary__td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}
.reviews-summary__td-width {
  width: max-content;
}

.counts-separator {
  color: #cfcfcf;
}

.reviews-sidebar {
  margin-block-end: 20px;
  font-weight: 700;
}
.reviews-sidebar__decision {
  position: relative;
  font-size: 14px;
  border-block-start: 1px solid #cfcfcf;
  border-block-end: 1px solid #cfcfcf;
  margin-block-end: 20px;
  padding-block-start: 10px;
}
.reviews-sidebar__item {
  display: flex;
  justify-content: space-between;
  margin-block-end: 20px;
}
@supports (display: grid) {
  .reviews-sidebar__item {
    display: grid;
    grid-template-columns: 45% 25% 15% 15%;
    gap: 5px;
  }
}
.reviews-sidebar__item.no-score {
  grid-template-columns: 45% 35% 20%;
}
.reviews-sidebar__item--decision {
  margin-block-end: 10px;
  font-weight: 600;
  grid-template-columns: 60% 25% 10%;
}
.reviews-sidebar__item--decision:first-child .reviews-sidebar__outcome::before, .reviews-sidebar__item--decision:first-child .reviews-sidebar__outcome::after {
  position: absolute;
  inset-block-start: -23px;
  inset-inline-start: 5px;
}
.reviews-sidebar__item--decision:first-child .reviews-sidebar__outcome::after {
  width: 0;
  height: 0;
  content: "";
  border-bottom: 12px solid #fff;
  border-inline-end: 8px solid transparent;
  border-inline-start: 8px solid transparent;
  inset-block-start: -21px;
}
.reviews-sidebar__item--decision:first-child .reviews-sidebar__outcome::before {
  width: 0;
  height: 0;
  content: "";
  border-bottom: 12px solid #cfcfcf;
  border-inline-end: 8px solid transparent;
  border-inline-start: 8px solid transparent;
}
.reviews-sidebar__item.is-hidden {
  display: none;
}
.reviews-sidebar__item.no-response {
  color: rgba(0, 0, 0, 0.2);
}
.reviews-sidebar__item .yes {
  color: #7dc558;
}
.reviews-sidebar__item .maybe {
  color: #e6ab32;
}
.reviews-sidebar__item .no {
  color: #f05e54;
}
.reviews-sidebar__date {
  font-size: 0.75rem;
}
.reviews-sidebar__no-reviews {
  color: #cfcfcf;
}
.reviews-sidebar__name {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #fff;
}
.reviews-sidebar__name:hover {
  display: inline-flex;
  overflow: visible;
}
.reviews-sidebar__name img {
  margin-inline-start: 7px;
}
.reviews-sidebar__outcome {
  position: relative;
}
.reviews-sidebar__outcome.agree {
  color: #7dc558;
}
.reviews-sidebar__outcome.disagree {
  color: #f05e54;
}
.reviews-sidebar__split {
  margin-block-end: 20px;
}

.round-block p {
  font-size: 14px;
}
.round-block__item {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-block-end: 0;
  padding: 25px;
  transition: background-color 0.15s ease;
  min-height: 80px;
}
.round-block__item:last-child {
  border-block-end: 1px solid #e8e8e8;
}
@media only screen and (min-width: 1024px) {
  .round-block__item {
    display: flex;
  }
  .round-block__item:hover {
    background-color: #f7f7f7;
  }
  .round-block__item > * {
    margin: 0 30px 0 0;
    flex-basis: 200px;
  }
}
.round-block__item--more {
  padding: 20px 25px;
  justify-content: center;
  border-block-end: 1px solid #e8e8e8;
  min-height: auto;
}
.round-block__item--more:hover {
  background-color: #fff;
}
.round-block__item--more a {
  margin: 0;
  flex-basis: auto;
  font-weight: 600;
}
.round-block__view {
  margin: 0 0 0 auto;
  transition: color 0.15s ease;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .round-block__view {
    color: transparent;
    flex-basis: auto;
    pointer-events: none;
  }
}
.round-block__view:focus, .round-block__item:hover .round-block__view {
  color: #1d79a8;
  pointer-events: all;
}
.round-block__title {
  color: #1f2328;
  font-size: 18px;
  font-weight: 600;
}
.round-block__not-found {
  margin: 0;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}
@media only screen and (min-width: 1024px) {
  .round-block__title {
    flex-basis: 25em;
  }
  .round-block__fund {
    flex-basis: 20em;
  }
  .round-block__view {
    flex-basis: 5em;
  }
}

.select2-container {
  z-index: 99995;
}
.select2 .select2-container--default, .select2.select2-container--default {
  width: 100% !important;
}
.select2 .select2-container--default .select2-selection--single, .select2.select2-container--default .select2-selection--single {
  height: 45px;
  border: 1px solid #cfcfcf;
  border-radius: 0;
}
.select2 .select2-container--default .select2-selection--single.is-active, .select2.select2-container--default .select2-selection--single.is-active {
  font-weight: 700;
  border-color: #1d79a8;
}
.select2 .select2-container--default .select2-selection--single .select2-selection__clear, .select2.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2 .select2-container--default .select2-selection--single .select2-selection__rendered, .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-inline-start: 15px;
  padding-inline-end: 30px;
  line-height: 45px;
}
.select2 .select2-container--default .select2-selection--single .select2-selection__arrow, .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  inset-inline-end: 15px;
  height: 45px;
  pointer-events: none;
  background: url("./../images/dropdown.4c178fe0d732.svg") transparent no-repeat 95% center;
  background-size: 8px;
  width: 8px;
}
.select2 .select2-container--default .select2-selection--single .select2-selection__arrow b[role=presentation], .select2.select2-container--default .select2-selection--single .select2-selection__arrow b[role=presentation] {
  display: none;
}
.select2 .select2-container--default .select2-selection--single .select2-selection__placeholder, .select2.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #1f2328;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #1f2328 !important;
  background-color: rgba(29, 121, 168, 0.1) !important;
}
.select2-container .select2-dropdown {
  border: 0;
  border-block-end: 1px solid #cfcfcf;
  border-radius: 0;
}
@media only screen and (min-width: 640px) {
  .select2-container .select2-dropdown {
    border: 1px solid #cfcfcf;
  }
}
.select2-container .select2-results__option {
  display: flex;
  align-items: center;
  padding: 6px;
}
.select2-container .select2-results__option::before {
  min-width: 20px;
  height: 20px;
  margin-inline-end: 10px;
  background: #fff;
  border: 1px solid #cfcfcf;
  content: "";
}
.select2-container .select2-results__option[aria-selected=true]::before {
  background: url("./../images/tick.03718d20977b.svg") #0c72a0 center no-repeat;
  background-size: 12px;
  border: 1px solid #0c72a0;
  content: "";
}

.simplified__admin-bar {
  position: relative;
  inset-inline-end: 50%;
  inset-inline-start: 50%;
  width: 100vw;
  padding: 1.25rem;
  margin-inline-end: -50vw;
  margin-inline-start: -50vw;
  color: #fff;
  background-color: #404041;
}
.simplified__admin-bar-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.simplified__admin-bar-inner-project {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
.simplified__projects-link {
  display: inline-flex;
  align-items: center;
  color: #24aae1;
  font-weight: 700;
}
.simplified__projects-link::before {
  width: 0;
  height: 0;
  content: "";
  border-bottom: 7.5px solid currentColor;
  border-inline-end: 5px solid transparent;
  border-inline-start: 5px solid transparent;
  margin-inline-end: 0.5rem;
  transform: rotate(-90deg);
}
.simplified__submissions-link {
  display: inline-flex;
  align-items: center;
  color: #24aae1;
  font-weight: 700;
}
.simplified__submissions-link::before {
  width: 0;
  height: 0;
  content: "";
  border-bottom: 7.5px solid currentColor;
  border-inline-end: 5px solid transparent;
  border-inline-start: 5px solid transparent;
  margin-inline-end: 0.5rem;
  transform: rotate(-90deg);
}
.simplified__heading {
  font-size: 2.380952381vw;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1260px) {
  .simplified__heading {
    font-size: 30px;
  }
}
@media (min-width: 1260px) {
  .simplified__heading {
    font-size: 30px;
  }
}
.simplified__subheading {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .simplified__subheading {
    margin-block-end: 1rem;
  }
}
.simplified__subheading span::after {
  padding: 0 15px;
  content: "|";
}
.simplified__subheading span:last-child::after {
  padding: 0;
  content: "";
}
.simplified__wrapper {
  padding: 1.25rem 0;
}
@media only screen and (min-width: 768px) {
  .simplified__wrapper {
    padding: 1rem 0;
  }
}
.simplified__meta {
  margin: 0 0 1rem;
  font-style: inherit;
  font-weight: 600;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.25rem;
  font-weight: 400;
  color: rgba(64, 64, 65, 0.5);
}
@media only screen and (min-width: 1024px) {
  .simplified__meta {
    flex-direction: row;
    margin-block-start: 0;
  }
}
.simplified__meta-item {
  margin-inline-end: 15px;
}
.simplified__meta-item:last-child {
  margin-inline-end: 0;
}
.simplified__rich-text {
  margin-block-end: 2rem;
  word-break: break-word;
}
.simplified__rich-text > section {
  margin: 0 0 2rem;
}
.simplified__rich-text > section p:first-of-type {
  margin-block-start: 0;
}
.simplified__rich-text > section p:empty {
  margin: 0;
}
.simplified__rich-text h1 {
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.simplified__rich-text h2 {
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.simplified__rich-text h3,
.simplified__rich-text h4:not(.question),
.simplified__rich-text h5,
.simplified__rich-text h6 {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.simplified__rich-text .question {
  margin: 0;
}
.simplified__paf_answers section {
  margin: 0 0 1.5rem;
}
.simplified__paf_answers h4 {
  margin: 0;
  font-size: 16px;
}

.status-block {
  background-color: #fff;
  border: 1px solid #e8e8e8;
}
@media only screen and (min-width: 1024px) {
  .status-block {
    display: flex;
  }
}
.status-block__item {
  display: block;
  padding: 10px 20px;
  border-block-end: 1px solid #e8e8e8;
  background-color: #fff;
  transition: background-color 0.15s ease;
}
@media only screen and (min-width: 1024px) {
  .status-block__item {
    border-block-end: 0;
    border-inline-end: 1px solid #e8e8e8;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1280px) {
  .status-block__item {
    padding: 20px 18px 30px;
  }
}
.status-block__item--active {
  border-block-end: 4px solid;
}
.status-block__item:hover {
  background-color: #f7f7f7;
}
.status-block__item:last-child {
  border-inline-end: 0;
}
.status-block__info, .status-block__title {
  margin: 0 0 5px;
}
@media only screen and (min-width: 1024px) {
  .status-block__info {
    margin-block-start: auto;
  }
}
.status-block__title {
  width: 100%;
  hyphens: auto;
}

.submission-meta {
  background-color: transparent;
}
.submission-meta tbody td.phase span {
  display: inline-block;
  padding: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #919191;
  text-align: center;
  background-color: transparent;
  border: 1px solid #919191;
}
.submission-meta__row {
  border: 0;
}
.submission-meta__row:hover {
  box-shadow: none;
}
.submission-meta__row--black {
  color: #1f2328;
}
.submission-meta__row th,
.submission-meta__row td {
  padding: 5px 10px;
}
.submission-meta__row td.lead span {
  background: #f3fafe;
}

.revision {
  margin: 20px 0;
  border: 1px solid #cfcfcf;
}
@media only screen and (min-width: 768px) {
  .revision {
    margin: 4rem 0;
  }
}
.revision__item {
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: #fff;
  border-block-end: 1px dashed #cfcfcf;
}
@media only screen and (min-width: 768px) {
  .revision__item {
    flex-direction: row;
    justify-content: space-between;
  }
}
.revision__item:first-child {
  background-color: #e7f2f6;
}
.revision__item:last-child {
  border-block-end: 0;
}
.revision__meta {
  margin: 0;
}
.revision__date, .revision__current, .revision__draft {
  font-weight: 600;
}

.table-container > table {
  border: 1px solid #e8e8e8;
}
.table-container table:not(.reviews-summary) {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  table-layout: fixed;
}
@media only screen and (min-width: 1024px) {
  .table-container table:not(.reviews-summary) tbody tr:hover {
    background-color: #f7f7f7;
  }
}
.table-container table:not(.reviews-summary) th {
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}
.table-container table:not(.reviews-summary) th a {
  color: rgba(0, 0, 0, 0.6);
  transition: color 0.25s ease-out;
}
.table-container table:not(.reviews-summary) tr {
  border: 1px solid #e8e8e8;
  transition: box-shadow 0.15s ease;
}
@media only screen and (min-width: 1024px) {
  .table-container table:not(.reviews-summary) tr {
    border-block-start: 0;
    border-inline-end: 0;
    border-block-end: 1px solid #e8e8e8;
    border-inline-start: 0;
  }
  .table-container table:not(.reviews-summary) tr.is-expanded {
    border-block-end: 1px solid #f7f7f7;
  }
  .table-container table:not(.reviews-summary) tr.is-expanded .lead span {
    background-color: #f3fafe;
  }
  .table-container table:not(.reviews-summary) tr.reviews-summary__tr {
    box-shadow: none;
  }
}
.table-container table:not(.reviews-summary) tr > td {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .table-container table:not(.reviews-summary) tr > td {
    display: table-cell;
    width: initial;
  }
}
.table-container table:not(.reviews-summary) tr > td.selected {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .table-container table:not(.reviews-summary) tr > td.selected {
    display: table-cell;
  }
}
@media only screen and (min-width: 1024px) {
  .table-container table:not(.reviews-summary) tr > td.lead span {
    position: relative;
    z-index: 1;
    display: block;
    padding-inline-end: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .table-container table:not(.reviews-summary) tr > td.lead span:hover {
    display: inline-block;
    overflow: visible;
  }
}
.table-container table:not(.reviews-summary) tr > td.title a {
  font-weight: 700;
  text-decoration: underline;
}
.table-container table:not(.reviews-summary) td,
.table-container table:not(.reviews-summary) th {
  padding: 5px 20px;
}
@media only screen and (min-width: 1024px) {
  .table-container table:not(.reviews-summary) td,
  .table-container table:not(.reviews-summary) th {
    padding: 15px 10px;
  }
}
.table-container table:not(.reviews-summary) td.title,
.table-container table:not(.reviews-summary) th.title {
  padding-inline-start: 20px;
}
.table-container table.reviews-summary tr {
  border: 0;
}

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-tooltip]::before {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity, bottom, 0.25s ease-out;
  position: absolute;
  inset-block-end: 110%;
  margin-block-end: 5px;
  padding: 7px;
  background-color: #404041;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
}

[data-tooltip]:hover::before {
  visibility: visible;
  opacity: 1;
  inset-block-end: 130%;
}

.traffic-light {
  display: block;
  width: 1em;
  height: 1em;
  aspect-ratio: 1/1;
}
.traffic-light--no, .traffic-light--red {
  background-color: #f05e54;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.traffic-light--maybe, .traffic-light--amber {
  background-color: #e6ab32;
  border-radius: 50%;
}
.traffic-light--yes, .traffic-light--green {
  background-color: #7dc558;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.wrapper {
  width: 100%;
}
.wrapper--small {
  max-width: 790px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.wrapper--medium {
  max-width: 1020px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.wrapper--large {
  max-width: 1280px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.wrapper--main {
  padding: 0 1.25rem;
  min-height: calc(100vh - 260px - 160px);
}
@media only screen and (min-width: 1280px) {
  .wrapper--main {
    padding: 0;
  }
}
.wrapper--blockquote {
  padding: 1rem 0;
  margin-block-start: 2rem;
  margin-block-end: 2rem;
  background: #f7f7f7;
}
@media only screen and (min-width: 768px) {
  .wrapper--blockquote {
    padding: 4rem 0;
    margin-block-start: 4rem;
    margin-block-end: 4rem;
  }
}
.wrapper--blockquote svg {
  position: absolute;
  display: none;
  width: 110px;
  height: 110px;
  fill: #fff;
}
@media only screen and (min-width: 768px) {
  .wrapper--blockquote svg {
    display: block;
  }
}
.wrapper--blockquote svg:first-child {
  inset-block-start: 0;
  inset-inline-start: 0;
  transform: rotate(90deg);
}
.wrapper--blockquote svg:last-child {
  inset-inline-end: 0;
  inset-block-end: 0;
  transform: rotate(-90deg);
}
.wrapper--light-grey-bg {
  background-color: var(--color-bg-default);
}
.wrapper--media-boxes {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
.wrapper--embed {
  width: 100%;
  height: 100%;
}
.wrapper--embed iframe,
.wrapper--embed object,
.wrapper--embed embed {
  width: 100%;
  height: 100%;
}
.wrapper--embed--pdf object {
  height: 300mm;
}
.wrapper--form {
  padding: 0;
  margin: 2em auto;
}
@media only screen and (min-width: 1024px) {
  .wrapper--form {
    padding: 2rem 17rem 2rem 0;
    margin: 1rem auto 3rem;
  }
}
.wrapper--error {
  display: flex;
  align-items: center;
  max-width: 830px;
  padding: 10px;
  margin: 0 auto 2rem;
  background: #ffe1df;
  border: 1px solid #f05e54;
  border-radius: 0.25rem;
}
.feed .wrapper--error {
  margin: 0 0 1rem;
}
.wrapper--bottom-space {
  padding-block-end: 20px;
  margin-block-end: 20px;
}
@media only screen and (min-width: 768px) {
  .wrapper--bottom-space {
    padding-block-end: 3rem;
    margin-block-end: 0;
  }
}
.wrapper--inner-space-small {
  padding: 20px 0;
}
.wrapper--inner-space-medium {
  padding: 20px 0;
}
@media only screen and (min-width: 640px) {
  .wrapper--inner-space-medium {
    padding: 2rem 0;
  }
}
.wrapper--inner-space-medium + .wrapper--inner-space-medium {
  padding: 0;
}
.wrapper--inner-space-large {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .wrapper--inner-space-large {
    padding: 3rem 0;
  }
}
.wrapper--inner-space-xl {
  padding: 2rem 20px;
}
@media only screen and (min-width: 768px) {
  .wrapper--inner-space-xl {
    padding: 4rem 20px;
  }
}
.wrapper--top-outer-space-small {
  margin: 20px 0 0;
}
.wrapper--outer-space-medium {
  margin: 20px 0;
}
@media only screen and (min-width: 640px) {
  .wrapper--outer-space-medium {
    margin: 2rem 0;
  }
}
.wrapper--outer-space-large {
  margin-top: 1em;
  margin-bottom: 1em;
}
.wrapper--sidebar {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .wrapper--sidebar {
    flex-direction: row;
  }
  .wrapper--sidebar > div:last-child {
    flex-basis: 210px;
  }
}
.wrapper--sidebar--inner {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .wrapper--sidebar--inner {
    padding-inline-end: 20px;
  }
}
.wrapper--sidebar .card:first-child {
  margin-block-start: 0;
}
.wrapper--search {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 640px) {
  .wrapper--search {
    flex-direction: row;
  }
}
.wrapper--sidebar-buttons {
  display: flex;
  justify-content: space-between;
}
.wrapper--cta-box {
  width: 500px;
  padding: 20px;
  color: #1f2328;
  background-color: #fff;
}
.wrapper--applicant-dashboard {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrapper--status-bar-outer {
  padding: 20px 0;
  background-color: #fff;
  border-block-end: 3px solid #f7f7f7;
}
.wrapper--status-bar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-block-end: 20px;
}
@media only screen and (min-width: 768px) {
  .wrapper--status-bar-inner {
    margin-block-end: 0;
  }
}
.wrapper--relative {
  position: relative;
}
.wrapper--activity-feed {
  padding: 0 20px;
  margin-block-start: 50px;
}
@media only screen and (min-width: 1024px) {
  .wrapper--activity-feed {
    margin-block-start: 70px;
  }
}
.wrapper--comments {
  padding-block-end: 15px;
  margin-block-end: 15px;
  border-block-end: 1px solid #cfcfcf;
}
@media only screen and (min-width: 768px) {
  .wrapper--comments {
    padding-block-end: 35px;
    margin-block-end: 35px;
  }
}
.wrapper--comments .helptext {
  font-size: 15px;
}
.wrapper--tabs {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .wrapper--tabs {
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .wrapper--table-actions {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .wrapper--table-actions {
    justify-content: flex-end;
  }
}
.wrapper--submission-actions {
  margin-inline-start: auto;
  display: flex;
  margin-block-start: 1rem;
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .wrapper--submission-actions {
    margin-block-start: 0;
    justify-content: flex-end;
    flex: 1;
  }
}
.wrapper--cookieconsent {
  padding: 40px 20px;
  z-index: 20;
}

.revision-diff-table td {
  vertical-align: top;
  word-break: break-word;
}

.diff__deleted {
  background-color: #ffe1df;
}
.diff__deleted a {
  background-color: inherit;
}
.diff__added {
  background-color: #e1fae1;
}
.diff__added a {
  background-color: inherit;
}

.messages {
  position: fixed;
  inset-block-start: 2px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 25;
  pointer-events: none;
}
.messages__actions {
  display: flex;
  align-items: center;
  max-width: 450px;
  margin: 0 auto;
  color: #1f2328;
  pointer-events: all;
  max-height: 1000px;
  background: #f5f7e7;
}
.messages__text {
  position: relative;
  padding: 15px 20px;
  color: #fff;
  font-size: 14px;
  opacity: 1;
  transition: opacity, max-height, 0.25s ease-out;
  pointer-events: all;
  max-height: 1000px;
  background: #0c72a0;
}
@media only screen and (min-width: 1280px) {
  .messages__text {
    padding: 15px 30px;
  }
}
.messages__text--info, .messages__text--success {
  background: #0c72a0;
}
.messages__text--error, .messages__text--warning {
  background: #cc1e12;
}
.messages__text--debug {
  background: #511034;
}
.messages__inner {
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
.messages__copy {
  padding-inline-end: 20px;
  margin: 0;
  flex: 1;
  word-break: break-word;
}
.messages__button {
  margin-inline-start: auto;
  color: #0c72a0;
  background-color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 2px 20px;
}

@media only screen and (min-width: 768px) {
  .stat-block {
    display: flex;
  }
}
.stat-block__item {
  position: relative;
  padding: 1rem;
  background-color: #fff;
  flex: 1;
  display: block;
  margin: 0 0 1rem;
}
@media only screen and (min-width: 768px) {
  .stat-block__item {
    margin: 0 3rem 0 0;
    padding: 1.5rem;
  }
}
.stat-block__item:last-child {
  margin-inline-end: 0;
}
@media only screen and (min-width: 768px) {
  .stat-block__item:only-child {
    max-width: 33.3333333333%;
  }
}
.stat-block__number {
  line-height: 1;
  margin: 0;
  color: #14729a;
}
.stat-block__text {
  margin: 0.5rem 0;
  color: var(--color-fg-default);
}
@media only screen and (min-width: 640px) {
  .stat-block__text {
    margin: 0.5rem 0;
  }
}
.stat-block__view {
  text-transform: uppercase;
  font-weight: 700;
  transition: opacity 0.15s ease;
}
@media only screen and (min-width: 768px) {
  .stat-block__view {
    position: absolute;
    inset-block-start: 1rem;
    inset-inline-end: 1rem;
    opacity: 0;
  }
  .stat-block__item:hover .stat-block__view {
    opacity: 1;
  }
}

.docs-block {
  border-radius: 0.5rem;
}
.docs-block__header {
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: rgba(29, 121, 168, 0.1);
  padding: 0.5rem 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.docs-block__heading {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin: 0;
}
.docs-block__inner {
  padding: 1rem;
}
.docs-block__row {
  padding-block-end: 1rem;
  margin-block-end: 1rem;
  border-block-end: 1px solid #cfcfcf;
}
@media only screen and (min-width: 768px) {
  .docs-block__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.docs-block__row:last-child {
  border-block-end: 0;
  padding-block-end: 0;
  margin-block-end: 0;
}
.docs-block__row-inner {
  display: flex;
  align-items: center;
}
.docs-block__row-inner:first-child {
  margin-block-end: 1rem;
}
@media only screen and (min-width: 768px) {
  .docs-block__row-inner:first-child {
    margin: 0 1rem 0 0;
    flex: 1;
  }
}
.docs-block__row-inner__contract-upload-row {
  border: 1px solid #1d79a8;
}
.docs-block__title {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .docs-block__title {
    flex: 1;
  }
}
.docs-block__icon {
  width: 20px;
  height: 20px;
  stroke: #cfcfcf;
  fill: transparent;
  margin-inline-end: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .docs-block__icon {
    margin-inline-end: 1rem;
  }
}
.docs-block__link {
  font-weight: 700;
  margin-inline-end: 1rem;
  transition: opacity 0.3s ease;
}
.docs-block__link:disabled, .docs-block__link.is-disabled {
  color: #cfcfcf;
  cursor: default;
}
.docs-block__link:last-child {
  margin-inline-end: 0;
}
.docs-block__link:hover {
  opacity: 0.7;
}
.docs-block__icon-link {
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-inline-end: 1rem;
  transition: opacity 0.3s ease;
}
.docs-block__icon-link:disabled, .docs-block__icon-link.is-disabled {
  color: #cfcfcf;
  cursor: default;
}
.docs-block__icon-link:last-child {
  margin-inline-end: 0;
}
.docs-block__icon-link:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 1024px) {
  .docs-block__info-text {
    max-width: 65%;
    margin-inline-start: 3rem;
  }
}
.docs-block__buttons {
  padding: 0 1rem 1rem;
}
.docs-block__buttons .button {
  padding: 0.5rem 1rem;
  margin: 0 0.5rem 0.5rem 0;
}
.docs-block__buttons .button:last-child {
  margin: 0;
}
.docs-block__document-list {
  width: 100%;
  margin-block-start: 1rem;
  padding-inline-start: 0;
}
.docs-block__document {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block-end: 1rem;
  flex-wrap: wrap;
}
.docs-block__document:last-child {
  padding-block-end: 0;
  margin: 0;
  border-block-end: 0;
}
.docs-block__document-inner:first-child {
  margin: 0 1rem 1rem 0;
}
@media only screen and (min-width: 768px) {
  .docs-block__document-inner:first-child {
    margin: 0 1rem 0 0;
  }
}
.docs-block__document-inner__actions {
  display: flex;
  align-items: center;
}
.docs-block__document-info {
  margin: 0;
}
.docs-block__document-link {
  margin-inline-end: 1rem;
}
.docs-block__document-link:last-child {
  margin-inline-end: 0;
}
.docs-block__document-form {
  display: inline;
}

.funding-block {
  background-color: #1d79a8;
  color: #fff;
  padding: 1rem;
  margin-block-end: 1rem;
}
@media only screen and (min-width: 640px) {
  .funding-block {
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.funding-block__item {
  margin: 0 0.5rem 1rem 0;
}
@media only screen and (min-width: 640px) {
  .funding-block__item {
    margin: 0 0.5rem 0 0;
  }
}
.funding-block__item:last-child {
  margin: 0;
}
.funding-block__title {
  margin: 0;
}
.funding-block__standout {
  margin: 0;
  font-size: 24px;
}
@media only screen and (min-width: 640px) {
  .funding-block__standout {
    font-size: 30px;
  }
}
.funding-block__meta {
  margin: 0;
}

.data-block {
  margin-block-end: 1rem;
}
.data-block__header {
  padding: 0.5rem 0.75rem;
  background-color: rgba(29, 121, 168, 0.1);
}
@media only screen and (min-width: 640px) {
  .data-block__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.data-block__body {
  padding: 1rem;
}
@media only screen and (min-width: 640px) {
  .data-block__body {
    padding: 2rem;
  }
}
.data-block__button {
  padding: 0.5em 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #1d79a8;
  border: 1px solid #fff;
  transition: color, background, border, 0.25s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  display: inline-block;
  padding: 0.5rem 1.2rem;
}
.data-block__button:hover, .data-block__button:active {
  cursor: pointer;
  background: #0c72a0;
}
.data-block__header .data-block__button:hover, .data-block__header .data-block__button:focus {
  background-color: #fff;
}
.data-block__links .data-block__button {
  margin-inline-end: 1rem;
}
.data-block__links .data-block__button:only-child {
  margin-inline-end: 0;
}
.data-block__status {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .data-block__status {
    display: block;
    font-weight: 700;
  }
}
.data-block__pagination, .data-block__rejected {
  text-align: center;
}
.data-block__pagination-link, .data-block__rejected-link {
  font-weight: 700;
}
.data-block__mobile-label {
  display: inline-block;
  font-weight: 700;
  margin-inline-end: 0.25rem;
}
@media only screen and (min-width: 1024px) {
  .data-block__mobile-label {
    display: none;
  }
}
.data-block__table {
  min-width: 100%;
}
.data-block__table thead {
  display: none;
  border-block-end: 1px solid #e8e8e8;
}
@media only screen and (min-width: 1024px) {
  .data-block__table thead {
    display: table-header-group;
  }
}
.data-block__table thead th {
  color: #919191;
  padding: 10px;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .data-block__table thead th {
    text-align: left;
  }
}
.data-block__table thead tr {
  border-color: #e8e8e8;
}
.data-block__table tbody {
  font-size: 14px;
}
.data-block__table tr {
  border: 1px solid #f7f7f7;
  border-block-end: 2px solid #f7f7f7;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .data-block__table tr {
    border: 0;
    display: table-row;
  }
}
.data-block__table tr:hover {
  box-shadow: none;
}
.data-block__table tr td {
  word-break: break-word;
}
.data-block__table-amount {
  min-width: 90px;
}
.data-block__table-status {
  min-width: 160px;
}
.data-block__table-date {
  min-width: 130px;
}
.data-block__table-update {
  min-width: 160px;
}
.data-block__action-link {
  font-weight: 700;
  display: inline-block;
  margin-inline-end: 1rem;
  text-decoration: underline;
  color: #1d79a8;
  word-break: normal;
  transition-property: opacity;
  transition-duration: 150ms;
}
.data-block__action-link:hover {
  opacity: 0.75;
}
.data-block__action-link:last-child {
  margin: 0;
}
.data-block__action-icon-link {
  font-weight: 700;
  display: flex;
  align-items: center;
  word-break: normal;
  transition-property: opacity;
  transition-duration: 150ms;
}
.data-block__action-icon-link:hover {
  opacity: 0.75;
}
.data-block__action-icon-link:last-child {
  margin: 0;
}
.data-block__action-icon-link--remove {
  color: #f05e54;
}
.data-block__list-item {
  border-block-end: 2px solid #f7f7f7;
  padding: 1rem 0;
}
@media only screen and (min-width: 1024px) {
  .data-block__list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.data-block__list-item:first-child {
  padding-block-start: 0;
}
.data-block__list-item:last-child {
  border-block-end: 0;
}
.data-block__list-item:only-child {
  padding: 0;
}
.data-block__info {
  margin: 0 1rem 1rem 0;
}
@media only screen and (min-width: 1024px) {
  .data-block__info {
    margin: 0 1rem 0 0;
    flex: 1;
  }
}
.data-block__links {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .data-block__links {
    justify-content: flex-end;
  }
}
.data-block__card {
  padding-block-end: 1rem;
  position: relative;
  margin-block-end: 2rem;
}
.data-block__card::after {
  content: "";
  width: calc(100% + 2rem);
  position: absolute;
  height: 2px;
  display: block;
  background: #cfcfcf;
  inset-inline-start: -1rem;
  inset-block-end: 0;
}
@media only screen and (min-width: 640px) {
  .data-block__card::after {
    width: calc(100% + 4rem);
    inset-inline-start: -2rem;
  }
}
.data-block__card-copy, .data-block__card-title {
  margin: 0 0 0.5rem;
}
.data-block__card-title {
  font-weight: 700;
}

.invoice-block {
  padding: 1rem;
  margin-block-end: 1rem;
  border: 1px solid #0c72a0;
}
@media only screen and (min-width: 640px) {
  .invoice-block {
    display: flex;
    justify-content: space-between;
    padding: 2rem;
  }
}
.invoice-block__item {
  margin-block-end: 1rem;
}
.invoice-block__item:last-child {
  margin: 0;
}
@media only screen and (min-width: 640px) {
  .invoice-block__item {
    margin: 0 1rem 0 0;
  }
}
.invoice-block__title {
  font-weight: 700;
  margin: 0 0 0.2rem;
}
.invoice-block__meta {
  margin: 0;
}

.expired-reminder {
  color: #919191;
}

.reminder-list {
  padding: 3px 3px 0;
}

.reminder-title {
  width: 80%;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.reminder-delete {
  float: right;
}

.form__reminder {
  padding-inline-start: 70px;
}

.two-factor {
  position: relative;
}
.two-factor__back {
  position: absolute;
  inset-block-start: 0.5rem;
}
.two-factor h1,
.two-factor h2 {
  font-weight: 700;
}
.two-factor .mb-3 {
  margin-block-end: 1rem;
}

label[for=id_generator-token] {
  font-size: 1.2em;
}

#id_generator-token {
  -moz-appearance: textfield;
  line-height: 1.5;
  width: 8ch;
  padding: 3px;
}
#id_generator-token::-webkit-outer-spin-button, #id_generator-token::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.determination-outcome {
  display: inline;
  padding-inline-end: 8px;
}

.notifications--dropdown {
  position: relative;
  z-index: 999999;
}
.notifications__content {
  position: absolute;
  inset-inline-end: 1em;
  margin-block-start: 0.5rem;
  padding-block-end: 0.25rem;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  min-width: 400px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 6px -1px, rgba(0, 0, 0, 0.06) 0 2px 4px -1px;
}
.notifications__header {
  padding: 0.75rem 1rem;
  display: flex;
  justify-content: space-between;
  border-block-end: 1px solid #f7f7f7;
  font-weight: 600;
  background-color: #f7f7f7;
}
.notifications__more {
  font-weight: 600;
}
.notifications__item {
  margin: 0;
  padding: 0.75rem 1rem;
  border-block-end: 1px solid #f7f7f7;
}
.notifications__item:last-child {
  margin-block-end: 0;
  border-block-end: 0;
}
.notifications__filters {
  display: flex;
  align-items: center;
  padding: 4px;
  justify-content: space-between;
}
.notifications__filters label {
  font-weight: 600;
  padding-inline-end: 1em;
}
.notifications__filters select {
  padding-inline-end: 1em;
}
.notifications__filters .form__select {
  margin-inline-end: 1em;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown__content {
  position: absolute;
  background-color: #f7f7f7;
  min-width: 160px;
  box-shadow: 1px 8px 16px 1px #919191;
  z-index: 1;
  /* Links inside the dropdown */
}
.dropdown__content a {
  color: #1f2328;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  /* Change color of dropdown links on hover */
}
.dropdown__content a:hover {
  background-color: #cfcfcf;
}

.banner {
  position: relative;
  height: 25px;
  width: 100vw;
  margin: 0 -20px;
  text-align: center;
}
.banner__archived {
  color: #fff;
  background-color: #f05e54;
}
.banner__close {
  color: #fff;
  background-color: #f05e54;
}

.paf-review-table thead th.desc, .paf-review-table thead th.asc {
  position: relative;
  color: #404041;
}
.paf-review-table thead th.desc::after, .paf-review-table thead th.asc::after {
  position: absolute;
  inset-block-start: 50%;
  margin-inline-start: 3px;
}
.paf-review-table thead th.desc a, .paf-review-table thead th.asc a {
  color: inherit;
}
.paf-review-table thead th.desc::after {
  width: 0;
  height: 0;
  content: "";
  border-bottom: 7.5px solid #1f2328;
  border-inline-end: 5px solid transparent;
  border-inline-start: 5px solid transparent;
}
.paf-review-table thead th.asc::after {
  width: 0;
  height: 0;
  content: "";
  border-top: 7.5px solid #1f2328;
  border-inline-end: 5px solid transparent;
  border-inline-start: 5px solid transparent;
}
.paf-review-table thead {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .paf-review-table thead {
    display: table-header-group;
  }
}
.paf-review-table thead th.desc {
  position: relative;
  color: #404041;
}
.paf-review-table thead th.desc::after {
  position: absolute;
  inset-block-start: 40%;
  margin-inline-start: 5px;
}
.paf-review-table thead th.asc {
  position: relative;
  color: #404041;
}
.paf-review-table thead th.asc::after {
  position: absolute;
  inset-block-start: 50%;
  margin-inline-start: 5px;
}
.paf-review-table tbody td > span.mobile-label {
  display: inline-block;
  width: 90px;
}
@media only screen and (min-width: 1024px) {
  .paf-review-table tbody td > span.mobile-label {
    display: none;
  }
}

.header {
  padding: 1.25rem;
  background-color: var(--color-header-bg);
  border-block-end: 1px solid rgba(136, 146, 171, 0.1);
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 0 1.25rem;
  }
}
@media only screen and (min-width: 1280px) {
  .header {
    padding: 0;
  }
}
.header--nomenu {
  padding-block: 1.25rem;
}
.header__inner {
  z-index: 10;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .header__inner {
    flex-direction: row;
  }
}
.header__logo {
  max-width: none;
}
.header__logo--mobile {
  width: 60px;
}
@media only screen and (min-width: 1024px) {
  .header__logo--mobile {
    display: none;
  }
}
.header__logo--desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header__logo--desktop {
    display: block;
    width: 215px;
  }
}
.header__menus {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
