html,
body {
  height: 100%;
}

body {
  background: #f3f4f6;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  height: auto;
}

main {
  outline: 0;
}

main {
  padding-bottom: calc(3em + var(--cookieBannerHeight, 96px));
}

main.fullHeight {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main.fullHeight > * {
  width: 100%;
}

details {
  margin-bottom: 1em;
}

input[id^=datepicker],
#startDate,
#endDate {
  display: inline-block;
  width: 196px;
  margin-right: 1em;
}

option[disabled] {
  display: none;
}

[hidden] {
  display: none !important;
}

.relative-wrapper {
  position: relative;
}

.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.invisible {
  visibility: hidden;
}

.l-flex {
  display: flex;
}
@media screen and (max-width: 900px) {
  .l-flex--mobile {
    display: flex;
  }
}

.l-flex--responsive {
  display: flex;
}
@media screen and (max-width: 900px) {
  .l-flex--responsive {
    display: block;
  }
}

.no-left-indent {
  padding-left: 0;
}

.l-mt-none {
  margin-top: 0 !important;
}

.body-text-override {
  font-weight: normal;
  font-size: 1rem;
}

.larger-body-text {
  font-size: 1.2rem;
}

.coming-soon {
  font-size: 1rem;
  display: inline-block;
  background: #fff !important;
  color: #DD2764;
  font-size: 0.88rem;
  padding: 0.22rem 0.45rem 0.1rem 0.45rem;
  margin-top: -0.22rem;
  margin-bottom: -0.22rem;
  font-weight: 700;
  font-style: italic;
  border-radius: 3px;
  position: relative !important;
  left: 14px !important;
  border: 1.5px solid #DD2764;
}

.micro-action-button .coming-soon {
  margin-right: 1em;
}

.preferences-section {
  border-bottom: 1px solid #767676;
}

.preferences-section:last-child {
  border-bottom: 0;
}

.or-divider {
  display: flex;
  position: relative;
  padding: 2.5rem 0px;
  text-transform: uppercase;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}
.or-divider:before, .or-divider:after {
  content: "";
  background-color: currentColor;
  height: 1px;
  width: 45%;
}

.large-number {
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}
.large-number--medium {
  font-size: 3rem;
}
.large-number-box, .large-number-square {
  overflow: hidden;
}
.large-number-box .large-number, .large-number-square .large-number {
  background: #21254B;
  color: white;
  font-size: 2.05rem;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  font-weight: normal;
  margin-left: 0.5rem;
  flex-basis: 100px;
  min-height: 100px;
  flex-shrink: 0;
}
.large-number-square {
  width: 4.4rem;
  height: 4.4rem;
  margin-right: 1rem;
}
.large-number-square .large-number {
  border-radius: 10px;
  min-height: 100%;
  margin: 0;
}

.right-marker-summary > summary {
  list-style: none;
  position: relative;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}
.right-marker-summary > summary::-webkit-details-marker {
  display: none;
}
.right-marker-summary > summary::after {
  content: "\f282";
  position: absolute;
  margin-left: 0.5rem;
  font-family: bootstrap-icons !important;
  font-weight: 400;
}
.right-marker-summary[open] > summary::after {
  content: "\f286";
}

p .link--external,
.inline-link.link--external {
  margin-right: 1.5rem;
  position: relative;
}
p .link--external .external-link,
.inline-link.link--external .external-link {
  position: absolute;
  color: #5856D6;
}

a .external-link {
  margin-left: 0.4rem;
}

.l-plain-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-plain-list li {
  padding-bottom: 0;
}
.l-plain-list--margin {
  margin-left: 1em;
}
.l-plain-list--margin li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.l-plain-list--spaced li:not(:last-of-type) {
  margin-bottom: var(--listItemSpacing, 0.5em);
}
.l-plain-list__icon {
  flex-basis: var(--iconContainerWidth, 61px);
  display: flex;
  justify-content: var(--justifyIcon, center);
  flex-shrink: 0;
  margin-bottom: 0.55rem;
}
.l-plain-list__text {
  margin-bottom: var(--textContainerSpacing, 0.55rem);
}

.l-nested-list {
  padding-left: 1.5em;
  margin-bottom: 0;
  padding-bottom: 0;
}

.l-flex-columns {
  display: flex;
}
.l-flex-columns ul {
  padding-left: 1.5em;
}
.l-flex-columns div {
  min-width: 150px;
}
.l-flex-columns div:not(:first-child) {
  padding-left: 1.5rem;
  border-left: 1px solid #dfdfe4;
}
.l-flex-columns div:not(:last-child) {
  padding-right: 2rem;
}

.l-flex-center {
  display: flex;
  align-items: center;
  gap: var(--flexGap, 0.5em);
}

.l-table-plain {
  width: auto;
  margin: 1em 0;
}
.l-table-plain th {
  background: #fff;
}
.l-table-plain th,
.l-table-plain td {
  padding: 0;
}
.l-table-plain th:not(:first-child),
.l-table-plain td:not(:first-child) {
  padding-left: 1rem;
}
.l-table-plain td {
  border: none;
}

.l-table-users, .searchable-list--userTable table, .searchable-list--userTableUpdated table, .searchable-list--testerTable table, .searchable-list--companyTable table, .searchable-list--auditResultsTable table, .searchable-list--auditIssuesTable table {
  table-layout: fixed;
}
.l-table-users[data-table-size="6"] th[data-table-header=account], .searchable-list--userTable table[data-table-size="6"] th[data-table-header=account], .searchable-list--userTableUpdated table[data-table-size="6"] th[data-table-header=account], .searchable-list--testerTable table[data-table-size="6"] th[data-table-header=account], .searchable-list--companyTable table[data-table-size="6"] th[data-table-header=account], .searchable-list--auditResultsTable table[data-table-size="6"] th[data-table-header=account], .searchable-list--auditIssuesTable table[data-table-size="6"] th[data-table-header=account], .l-table-users[data-table-size="7"] th[data-table-header=account], .searchable-list--userTable table[data-table-size="7"] th[data-table-header=account], .searchable-list--userTableUpdated table[data-table-size="7"] th[data-table-header=account], .searchable-list--testerTable table[data-table-size="7"] th[data-table-header=account], .searchable-list--companyTable table[data-table-size="7"] th[data-table-header=account], .searchable-list--auditResultsTable table[data-table-size="7"] th[data-table-header=account], .searchable-list--auditIssuesTable table[data-table-size="7"] th[data-table-header=account] {
  width: auto;
}
.l-table-users th[data-table-header=account], .searchable-list--userTable table th[data-table-header=account], .searchable-list--userTableUpdated table th[data-table-header=account], .searchable-list--testerTable table th[data-table-header=account], .searchable-list--companyTable table th[data-table-header=account], .searchable-list--auditResultsTable table th[data-table-header=account], .searchable-list--auditIssuesTable table th[data-table-header=account] {
  width: var(--headerWidth, 30%);
}
.l-table-users th[data-table-header=role], .searchable-list--userTable table th[data-table-header=role], .searchable-list--userTableUpdated table th[data-table-header=role], .searchable-list--testerTable table th[data-table-header=role], .searchable-list--companyTable table th[data-table-header=role], .searchable-list--auditResultsTable table th[data-table-header=role], .searchable-list--auditIssuesTable table th[data-table-header=role] {
  width: var(--headerWidth, 7%);
}
.l-table-users th[data-table-header=company], .searchable-list--userTable table th[data-table-header=company], .searchable-list--userTableUpdated table th[data-table-header=company], .searchable-list--testerTable table th[data-table-header=company], .searchable-list--companyTable table th[data-table-header=company], .searchable-list--auditResultsTable table th[data-table-header=company], .searchable-list--auditIssuesTable table th[data-table-header=company] {
  width: var(--headerWidth, 18%);
}
.l-table-users th[data-table-header=details], .searchable-list--userTable table th[data-table-header=details], .searchable-list--userTableUpdated table th[data-table-header=details], .searchable-list--testerTable table th[data-table-header=details], .searchable-list--companyTable table th[data-table-header=details], .searchable-list--auditResultsTable table th[data-table-header=details], .searchable-list--auditIssuesTable table th[data-table-header=details] {
  width: var(--headerWidth, 10%);
}
.l-table-users th[data-table-header=options], .searchable-list--userTable table th[data-table-header=options], .searchable-list--userTableUpdated table th[data-table-header=options], .searchable-list--testerTable table th[data-table-header=options], .searchable-list--companyTable table th[data-table-header=options], .searchable-list--auditResultsTable table th[data-table-header=options], .searchable-list--auditIssuesTable table th[data-table-header=options] {
  width: var(--headerWidth, 35%);
}
.l-table-users td[data-table-data=name], .searchable-list--userTable table td[data-table-data=name], .searchable-list--userTableUpdated table td[data-table-data=name], .searchable-list--testerTable table td[data-table-data=name], .searchable-list--companyTable table td[data-table-data=name], .searchable-list--auditResultsTable table td[data-table-data=name], .searchable-list--auditIssuesTable table td[data-table-data=name], .l-table-users td[data-table-data=email], .searchable-list--userTable table td[data-table-data=email], .searchable-list--userTableUpdated table td[data-table-data=email], .searchable-list--testerTable table td[data-table-data=email], .searchable-list--companyTable table td[data-table-data=email], .searchable-list--auditResultsTable table td[data-table-data=email], .searchable-list--auditIssuesTable table td[data-table-data=email] {
  word-break: break-word;
}
.l-table-users td[data-table-data=actions], .searchable-list--userTable table td[data-table-data=actions], .searchable-list--userTableUpdated table td[data-table-data=actions], .searchable-list--testerTable table td[data-table-data=actions], .searchable-list--companyTable table td[data-table-data=actions], .searchable-list--auditResultsTable table td[data-table-data=actions], .searchable-list--auditIssuesTable table td[data-table-data=actions] {
  padding-right: 2rem;
}
.l-table-users td[data-table-data=actions] a, .searchable-list--userTable table td[data-table-data=actions] a, .searchable-list--userTableUpdated table td[data-table-data=actions] a, .searchable-list--testerTable table td[data-table-data=actions] a, .searchable-list--companyTable table td[data-table-data=actions] a, .searchable-list--auditResultsTable table td[data-table-data=actions] a, .searchable-list--auditIssuesTable table td[data-table-data=actions] a {
  width: auto !important;
  flex-shrink: 0;
}
.l-table-users td[data-table-data=actions] button, .searchable-list--userTable table td[data-table-data=actions] button, .searchable-list--userTableUpdated table td[data-table-data=actions] button, .searchable-list--testerTable table td[data-table-data=actions] button, .searchable-list--companyTable table td[data-table-data=actions] button, .searchable-list--auditResultsTable table td[data-table-data=actions] button, .searchable-list--auditIssuesTable table td[data-table-data=actions] button {
  width: 100% !important;
  min-width: 0 !important;
}

.empty-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 3px dashed #21254B;
  padding: 5rem;
  min-height: 550px;
}

legend.h2 + .invalid-feedback {
  margin-top: 1rem;
}

.l-divider > *:not(:first-child) {
  border-left: 1px solid #767676;
  margin-left: 1rem;
  padding-left: 1rem;
}

.l-scroll, .a11y-modal {
  position: relative;
  max-height: var(--scrollHeight, 20rem);
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: auto;
  scrollbar-color: auto #5856D6;
}
.l-scroll::-webkit-scrollbar, .a11y-modal::-webkit-scrollbar {
  width: 15px;
}
.l-scroll::-webkit-scrollbar-track, .a11y-modal::-webkit-scrollbar-track {
  background: #fff;
}
.l-scroll::-webkit-scrollbar-thumb, .a11y-modal::-webkit-scrollbar-thumb {
  background-color: #5856D6;
  border-radius: 15px;
  border: 3px solid #fff;
  min-height: 40px;
}
.l-scroll .grouped-input--checkbox:last-child .grouped-input__wrapper, .a11y-modal .grouped-input--checkbox:last-child .grouped-input__wrapper {
  margin-bottom: 0;
}

.js-measuring {
  visibility: hidden !important;
  display: block !important;
  height: auto !important;
}

.l-dl-inline dd,
.l-dl-inline dt {
  display: inline;
}
.l-dl-inline dd:after {
  content: "";
  display: block;
}

.icon--bi {
  font-size: 1.33em;
  line-height: 1;
  display: inline-flex;
}

.l-markdown li > p {
  margin-top: 0;
}
.l-markdown li > p:last-child {
  margin-bottom: 0;
}
.l-markdown > ul:last-child, .l-markdown > p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.l-grid {
  display: grid;
  grid-template-columns: repeat(var(--grid-columns, 3), minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 0.5rem 2rem;
}
.l-grid__item {
  min-width: 0;
  /* placement */
  grid-column: var(--col);
  grid-row: var(--row);
}

body.nav-open {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
body.nav-open .header {
  height: 100vh;
}

.header {
  position: sticky;
  width: 100%;
  top: 0px;
  z-index: 9;
  background: #ffffff;
  border-bottom: 3px solid #5856D6;
}
.header .breadcrumbs,
.header [data-feedback-survey] {
  border-top: 3px solid #F3F4F6;
  padding: 0.5rem 0;
}
.header__bar {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 3.85rem;
}
@media screen and (max-width: 900px) {
  .header__bar {
    flex-wrap: wrap;
    min-height: 3.26rem;
  }
}
.header__logo {
  align-self: center;
}
@media screen and (max-width: 900px) {
  .header__logo {
    width: 27vw;
  }
}
.header__logo img {
  margin: 0 -5px;
  width: 135px;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .header__logo img {
    width: 100%;
    max-width: 135px;
  }
}
.header__logo:focus {
  outline: none;
  box-shadow: 0 0 0 3px #5856D6;
}
.header__nav {
  flex-grow: 1;
}
.header__nav-list {
  margin: 0 50px;
  height: 100%;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__nav-item {
  height: 100%;
  padding: 0;
}
.header__nav-item--current + li a:not(.inline-link),
.header__nav-item--current + li span {
  box-shadow: none;
}
.header__nav-item--current + li:last-of-type a:hover,
.header__nav-item--current + li:last-of-type a:focus {
  box-shadow: inset 0 0 0 3px #5856D6;
}
.header__nav-item a,
.header__nav-item span {
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 9px 24px;
}
.header__nav-item a:not(.inline-link) {
  color: #000;
  text-decoration: none;
}
.header__nav-item a:not(.inline-link)[aria-current] {
  position: relative;
  background: #F3F4F6;
  box-shadow: inset 0 6px 0 #DD2764;
  font-weight: bold;
}
.header__nav-item a:not(.inline-link)[aria-current]:hover, .header__nav-item a:not(.inline-link)[aria-current]:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px #5856D6, inset 0 6px 0 #5856D6;
}
@media screen and (max-width: 900px) {
  .header__nav-item a:not(.inline-link)[aria-current] {
    box-shadow: inset 4px 0px 0 #DD2764;
  }
}
.header__nav-item a:not(.inline-link):hover, .header__nav-item a:not(.inline-link):focus {
  outline: none;
  box-shadow: inset 0 0 0 3px #5856D6;
}
@media screen and (max-width: 900px) {
  .header__nav-item a:not(.inline-link):hover, .header__nav-item a:not(.inline-link):focus {
    box-shadow: none;
    background: #5856D6;
    color: white;
  }
}
.header__nav-item a.inline-link {
  padding: 0;
}
.header__nav-item a.inline-link:hover, .header__nav-item a.inline-link:focus {
  background: #5856D6;
  color: #fff;
  box-shadow: none;
}
.header__nav-item--fill {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.header__nav-dropdown {
  height: 100%;
  padding-bottom: 0;
}
.header__nav-dropdown .header__settings {
  min-width: 0 !important;
}
.header__nav-dropdown .header__settings-link {
  padding: 0.6em 1.3em !important;
}
.header__nav-dropdown .header__settings-menu {
  width: 14.2rem !important;
  margin-top: 3px !important;
}
@media screen and (max-height: 700px) {
  .header__nav-dropdown .header__settings-menu {
    max-height: calc(90vh - var(--headerHeight));
    overflow-y: scroll;
    scrollbar-width: auto;
    scrollbar-color: auto #5856D6;
  }
  .header__nav-dropdown .header__settings-menu::-webkit-scrollbar {
    width: 15px;
  }
  .header__nav-dropdown .header__settings-menu::-webkit-scrollbar-track {
    background: #fff;
  }
  .header__nav-dropdown .header__settings-menu::-webkit-scrollbar-thumb {
    background-color: #5856D6;
    border-radius: 15px;
    border: 3px solid #fff;
    min-height: 40px;
  }
}
.header__nav-dropdown .header__settings-trigger:after {
  margin-left: 1rem !important;
}
.header__nav-dropdown--current .header__settings-trigger {
  position: relative;
  background: #F3F4F6 !important;
  box-shadow: inset 0 6px 0 #DD2764 !important;
}
.header__nav-dropdown--current .header__settings-trigger:hover, .header__nav-dropdown--current .header__settings-trigger:focus, .header__nav-dropdown--current .header__settings-trigger[aria-expanded=true]:hover, .header__nav-dropdown--current .header__settings-trigger[aria-expanded=true]:focus {
  box-shadow: inset 0 0 0 3px #5856D6, inset 3px 0px 0 0px #F3F4F6, inset 0 6px 0 #5856D6 !important;
}
.header__nav-dropdown--current .header__settings-trigger[aria-expanded=true] {
  box-shadow: inset 3px 1px 0 0 #5856D6, inset -3px 0px 0 0 #5856D6, inset 3px 0px 0 0px #F3F4F6, inset 0 6px 0 #5856D6 !important;
}
.header__nav-dropdown--current [aria-current=page] {
  font-weight: bold;
}
.header__nav-dropdown--current + li a,
.header__nav-dropdown--current + li span {
  box-shadow: none;
}
.header__nav-toggle {
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 1rem;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  color: #000;
  min-height: 2.27rem;
}
.header__nav-toggle::before {
  font-family: "bootstrap-icons";
  content: "\f479";
  font-size: 1.3rem;
  line-height: 1;
  display: block;
  margin-right: 0.5rem;
}
.header__nav-toggle[aria-expanded=true]::before {
  content: "\f659";
}
.header__nav-toggle:hover, .header__nav-toggle:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px #5856D6;
}
@media screen and (max-width: 900px) {
  .header__nav {
    display: none;
  }
  body.nav-open .header__nav {
    display: block;
  }
  .header__nav {
    background: #fff;
    margin-left: -0.9rem;
    margin-right: -0.9rem;
    height: calc(100vh - var(--headerHeight));
    overflow-y: scroll;
  }
  .header__nav-list {
    flex-direction: column;
    height: auto;
    margin: 0;
    align-items: stretch;
  }
  .header__nav-item {
    height: auto;
    width: 100%;
  }
  .header__nav-item a, .header__nav-item span {
    height: auto;
    text-align: left;
    min-height: 56px;
  }
}
.header__settings {
  position: relative;
  min-width: 13rem;
}
.header__settings-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
  border: none;
  background-color: transparent;
  height: 100%;
  width: 100%;
  padding: 9px 24px;
  font-size: 1rem;
  color: #000;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.header__settings-trigger__content {
  flex-grow: 1;
  text-align: left;
}
.header__settings-trigger:before {
  content: "";
  display: none;
  position: absolute;
  flex-shrink: 0;
  margin-right: 15px;
  height: 3px;
  width: calc(100% - 6px);
  background: #fff;
  top: 100%;
  left: 3px;
  z-index: 101;
}
.header__settings-trigger:after {
  content: "";
  display: block;
  flex-shrink: 0;
  background: url(../images/icon-down-arrow.svg) no-repeat 0 50%;
  width: 20px;
  height: 12px;
  margin-left: 0.75rem;
}
.header__settings-trigger[aria-expanded=true] {
  box-shadow: inset 3px 0px 0 0px #5856d6, inset -3px 0px 0 0px #5856d6, inset 0px 3px 0 0px #5856D6;
}
.header__settings-trigger[aria-expanded=true]:before {
  display: block;
}
.header__settings-trigger[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.header__settings-trigger[aria-expanded=true]:hover, .header__settings-trigger[aria-expanded=true]:focus {
  box-shadow: inset 0 0 0 3px #5856D6;
}
.header__settings-trigger:hover {
  cursor: pointer;
}
.header__settings-trigger:hover, .header__settings-trigger:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px #5856D6;
}
@media screen and (max-width: 900px) {
  .header__settings-trigger > span {
    padding: 0;
  }
  .header__settings-trigger:after {
    display: none;
  }
  .header__settings-trigger:hover, .header__settings-trigger:focus {
    outline: none;
    box-shadow: none;
  }
}
.header__settings-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
  width: 100%;
  margin-top: 0;
  background: #fff;
  border: 1px solid #5856D6;
  border-top: none;
  box-shadow: inset 2px 0px 0 0px #5856d6, inset -2px 0px 0 0px #5856d6, inset 0px -2px 0 #5856d6;
}
.header__settings-menu ul {
  list-style: none;
  padding: 1rem 0;
  margin: 0;
}
.header__settings-menu li {
  margin: 0;
  padding: 0;
}
.header__settings-link {
  display: block;
  padding: 0.9em 1.6em;
  text-decoration: none;
  color: #000;
}
.header__settings-link:hover, .header__settings-link:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px #5856D6;
  background: #5856D6;
  color: #ffffff;
}
.header__actions {
  display: flex;
  align-self: center;
  padding: 9px 0 9px 24px;
}
@media screen and (max-width: 900px) {
  .header__actions {
    margin-right: 0;
    gap: 1rem;
    width: 63vw;
    justify-content: flex-end;
  }
}
.header__button {
  padding: 0.6rem 1.26rem;
  color: #fff;
  background: #DD2764;
  text-decoration: none;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  line-height: 1.3;
}
.header__button:hover, .header__button:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px #DD2764;
  background-color: #fff;
  color: #000;
}
.header__button-icon {
  font-size: 1.22rem;
  margin-left: 8px;
}
@media screen and (max-width: 900px) {
  .header__button-icon {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  .header__button {
    padding: 0.5rem 0.8rem;
  }
}

.login-button {
  margin-top: 1em;
}

.invalid-feedback {
  display: block !important; /* need important to override bootstrap */
}

.sticky-footer {
  background: #fff;
  width: 100%;
  padding: 2em;
  margin-top: 2em;
}

@media screen and (min-height: 640px) {
  .sticky-footer {
    position: fixed;
    bottom: 0;
  }
}
.sticky-footer small {
  display: block;
  text-align: center;
  color: #21254b;
}

.project-overview-section:not(:last-of-type) {
  border-bottom: 1px solid #e2e8f1;
  padding-bottom: 1em;
}
.project-overview-section:not(:first-of-type) {
  padding-top: 1em;
}

.quick-add-members-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.plain-list {
  list-style-type: none;
  padding: 0;
}

.project-info__access {
  display: flex;
  align-items: center;
}

.project-info__access-icon {
  fill: #dd2764;
  height: 28px;
  width: 28px;
  margin-right: 12px;
}

.project-info__access-label,
.add-members-label {
  font-weight: bold;
  line-height: 1;
  font-size: inherit;
  margin: 0;
}

.error-div {
  background: #fff url(/images/bg-kid-backpack.png) no-repeat 90% 30%;
  padding-right: 40%;
}

.modal-intro {
  border-bottom: 1px solid #e2e8f1;
  padding-bottom: 1rem;
}

.largeRatingDisplay {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

.largeRatingDisplay > span {
  display: inline-block;
  padding: 1rem;
  background: #21254B;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  width: 4rem;
  line-height: 2rem;
}

.video-modal-item {
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}

.video-modal-item svg {
  height: 35px;
  width: 40px;
}

.video-modal-item h2 {
  font-weight: normal;
  color: #242223;
  font-size: 1rem;
  margin-top: 0;
  margin-left: 1rem;
  line-height: 35px;
}

.activity-list, .meeting-list {
  padding: 0;
  margin: 0;
}

.activity-list li {
  list-style-type: none;
  display: grid;
  grid-template-columns: 12rem auto;
  padding-bottom: 1.25rem;
}
.activity-list li:last-child {
  padding-bottom: 0;
}

.activity-list li.month-separator:not(:first-child) {
  border-top: 1px solid #DFDFE4;
  padding-top: 1.25rem;
}

.activity-list time {
  width: 10rem;
  color: #4A4A4A;
}

.meeting-list > li {
  list-style-type: none;
  padding: 1rem 0;
}

.meeting-list > li:not(:first-child) {
  border-top: 1px solid #DFDFE4;
}

.meeting-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.meeting-image {
  width: 90px;
  height: 100px;
  margin-left: auto;
  flex-shrink: 0;
}

.grouped-input--3-col {
  columns: 3;
}
.grouped-input--3-col .grouped-input--checkbox {
  display: inline-block;
  margin-top: 0.5em;
  width: 100%;
}

#skipToMain,
.show-on-focus {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

#skipToMain:focus,
.show-on-focus:focus {
  background: #5856D6;
  position: static;
  display: block;
  clip: auto;
  clip-path: initial;
  height: auto;
  outline: none;
  margin: 0;
  width: auto;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

#skipToMain span,
.show-on-focus span {
  display: block;
  padding: 0.45em 1em;
  max-width: 1400px;
  margin: 0 auto;
}

.sidebarTabs {
  list-style: none;
  padding: 1em 0;
  margin-top: 0;
}

.sidebarTabs li {
  margin: 0;
  padding: 0;
}

.sidebarTabs li a {
  padding: 1em 2em;
  color: #242223;
  display: block;
  text-decoration: none;
  background: transparent;
}

.sidebarTabs li a.active {
  background: #21254b;
  color: #fff;
}
.sidebarTabs li a.active:focus {
  outline-offset: 2px;
}

.sidebarTabs li a:hover,
.sidebarTabs li a:focus {
  text-decoration: underline;
}

.sidebarTabs li a:focus {
  outline: 3px solid #5856D6;
  outline-offset: -3px;
}

.step-form-section[inert],
fieldset[inert] {
  opacity: 0.6;
}

.step-navigation-column {
  position: sticky;
  top: 4em;
}

input[name=environment]:disabled ~ label[class=grouped-input__wrapper] {
  box-shadow: none;
  pointer-events: none;
  background: #F1F1F1;
}

input[name=environment]:disabled ~ label[class=grouped-input__wrapper] .grouped-input__label {
  color: #DFDFDF;
}

input[name=datepicker]:disabled {
  color: #DFDFDF;
}

.datepicker-wrapper {
  position: relative;
}

.timepicker-wrapper {
  grid-column: span 2;
}

input.timepicker {
  width: calc(40% - 1em);
}

@media screen and (max-width: 900px) {
  .step-navigation-column {
    position: static !important;
    margin-top: 2rem;
    padding: 0 2rem;
    width: auto !important;
  }
  .step-navigation-column p {
    width: auto;
    border-bottom: none !important;
  }
  .step-navigation.desktop-only {
    display: none;
  }
  .step-form-section {
    margin-top: 2rem;
  }
}
.request-title__requestType {
  font-size: 1.2rem;
  color: #5856D6;
  order: -1;
}

.toggle-icon {
  height: 16px;
  width: 14px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.toggle-icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  outline: 0;
  margin-bottom: 0 !important;
  border: none;
  padding: 0;
  color: currentColor;
}
.toggle-icon-button:focus, .toggle-icon-button:hover {
  box-shadow: 0 0 0 2px currentColor;
}
.toggle-icon-button .toggle-icon {
  width: 32px;
  height: 32px;
  top: auto;
  margin-left: 1rem;
}
.toggle-icon-button .toggle-icon--expanded {
  top: -3px;
}

.toggle-icon--expanded {
  transform: rotate(180deg);
}

[aria-expanded=true] .toggle-icon--collapsed {
  display: none;
}

[aria-expanded=false] .toggle-icon--expanded {
  display: none;
}

.calculated-sus-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  border-radius: 10px;
  margin-right: 1.5rem;
  width: 120px;
  height: 115px;
}

.calculated-sus-wrapper p {
  font-size: 3.56rem;
  text-align: center;
  margin: 0;
  line-height: 115px;
}

.question-number {
  font-weight: bold;
  display: inline-block;
  padding-right: 1rem;
  height: 100%;
  width: 2rem;
}

.sus-answer {
  font-weight: bold;
  color: #4A4A4A;
}

.checkbox-table tr {
  background-color: #fff;
}

[data-select-row].focus,
.checkbox-table tr.focus {
  outline: 3px solid #5856D6;
  outline-offset: -3px;
}

table.checkbox-table .grouped-input--no-border .grouped-input__label::after {
  left: 1em;
}

.audience-tester {
  border-bottom: 1px solid #E2E8F1;
  margin-bottom: 0;
}

.audience-tester summary {
  padding: 1em;
}

.audience-tester summary:hover {
  background: #f3f3f3;
  cursor: pointer;
}

.audience-tester summary:focus {
  outline: 3px solid #5856D6;
  outline-offset: -3px;
}

.audience-tester[open] {
  background: #f3f3f3;
}

.audience-tester .js-deviceFieldGroup {
  margin: 0 2em 2em 2em;
}

.tabs-container {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.tabs-container [role=tablist] {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tabs-container [role=tablist] li {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
}

.tabs-container [role=tablist] li:last-child {
  border-bottom: 0;
}

.tabs-container [role=tab] {
  padding: 1rem 2rem;
  background: #fff;
  min-height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.tabs-container li:first-child [role=tab] {
  border-radius: 4px 4px 0 0;
}

.tabs-container li:last-child [role=tab] {
  border-radius: 0 0 4px 4px;
}

.tabs-container [role=tab] > span {
  display: block;
  max-width: 90%;
}

.tabs-container [role=tab] span.bold {
  font-weight: bold;
}

.tabs-container [role=tab]:focus {
  outline: 3px solid #5856D6;
  outline-offset: 2px;
}

.tabs-container [role=tab][aria-selected=true] {
  background-color: #21254B;
  color: #fff;
}

.tabs-container [role=tabpanel] {
  box-shadow: 0px 0px 20px #E2E8F1;
  grid-column: span 2;
}

.tabs-container .tab-assistiveTech {
  display: block;
  margin-top: 0.5em;
  font-weight: normal !important;
  text-decoration: none !important;
}

.tab-assistiveTech__item {
  text-decoration: none !important;
}

.tab-assistiveTech__item::after {
  content: "|";
  display: inline-block;
  padding: 0 4px;
}

.tab-assistiveTech__item:last-child::after {
  display: none;
}

.feedback-explorer-tabcontent-header {
  border-radius: 4px 4px 0 0;
}

.feedback-explorer-tabcontent-header .edit-feedback {
  position: absolute;
  text-align: right;
  top: 1.5em;
  right: 2em;
  color: #fff;
}

.feedback-explorer-tabcontent-header .edit-feedback a {
  color: #fff;
}

.feedback-explorer-tabcontent-header .edit-feedback small {
  display: block;
  margin-top: 0.25em;
}

.feedback-explorer-tabcontent-footer {
  border-radius: 0 0 4px 4px;
}

.feedback-explorer-tabcontent-header,
.feedback-explorer-tabcontent-footer {
  padding: 0 2rem;
  background-color: #21254B;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.feedback-explorer-tabcontent-header h3 {
  font-weight: normal;
  margin-bottom: 0;
  line-height: 26px;
  color: #fff;
}

.feedback-explorer-tabcontent-header p {
  margin-top: 0em;
}

.feedback-explorer-tabcontent-footer.is-blocked {
  background-color: #dd2764;
}

.feedback-explorer-tabcontent-footer.is-no-issues {
  background-color: #5856D6;
}

.related-wcag {
  padding: 0;
  margin-bottom: 0;
}

.related-wcag li {
  background: #e9e9ed;
  list-style-type: none;
  font-size: 0.89rem;
  display: inline;
  border-radius: 4px;
  padding: 0.5em 1em;
  margin-right: 1em;
}

.issueType-wrapper {
  background: #fff;
}

.step-title {
  background: #fff;
  margin: 0;
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.25rem;
}

.step-title + .l-padding-sm {
  padding-top: 1rem;
}

.no-issues-title {
  font-size: 1.25rem;
  color: #5856D6;
}

.issue-title {
  color: #dd2764;
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0;
}

.tester-details {
  font-size: 1.125rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.l-bottom-border:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.l-bottom-border:last-child {
  border-radius: 0 0 4px 4px;
}

.tab-filter {
  max-width: 250px;
}

@media screen and (max-width: 900px) {
  .tab-filter {
    max-width: 100%;
  }
  .tabs-container {
    grid-template-columns: 1fr;
    gap: 1.11rem;
  }
  .tabs-container [role=tabpanel] {
    grid-column: span 1;
  }
  .feedback-explorer-tabcontent-header .edit-feedback {
    position: static;
  }
  .tabs-container [role=tab] {
    padding: 1rem 1.11rem;
  }
  .feedback-explorer-tabcontent-header,
  .feedback-explorer-tabcontent-footer {
    padding: 0 1.11rem;
  }
  .step-title {
    padding-left: 1.11rem;
    padding: 1.11rem;
  }
}
.page-section .table,
.feedback-summary-table {
  margin: 0;
}

.feedback-summary-table td {
  background: transparent;
}

.page-section .table th:first-child,
.page-section .table td:first-child,
.feedback-summary-table th:first-child,
.feedback-summary-table td:first-child {
  padding-left: 2rem;
}

.chart-data {
  margin-top: 10px;
}

.chart-data th {
  background: #fff;
  color: #242223;
  font-weight: normal;
}

.chart-data th span {
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  float: left;
  margin-left: -18px;
  margin-top: 5px;
}

.chart-data th, .chart-data td {
  border-bottom: 0;
  font-size: 1rem !important;
  padding: 0.25em 0.75em;
}

.chart-data td {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.summary-chart-hc {
  overflow: hidden;
}
.summary-chart-hc .page-section__header {
  margin-bottom: -80px;
  z-index: 1;
}

/*  Chart legends ------------------------------------------------------------ */
#accessibility_rating_pie_wrapper .chart-data tr:nth-child(1) th span {
  background-color: #5856D6 !important;
}

#accessibility_rating_pie_wrapper .chart-data tr:nth-child(2) th span {
  background-color: #21254B !important;
}

#accessibility_rating_pie_wrapper .chart-data tr:nth-child(3) th span {
  background-color: #FFCC02 !important;
}

#accessibility_rating_pie_wrapper .chart-data tr:nth-child(4) th span {
  background-color: #DD2764 !important;
}

#ease_of_use_pie_wrapper .chart-data tr:nth-child(1) th span {
  background-color: #5856D6 !important;
}

#ease_of_use_pie_wrapper .chart-data tr:nth-child(2) th span {
  background-color: #21254B !important;
}

#ease_of_use_pie_wrapper .chart-data tr:nth-child(3) th span {
  background-color: #cdcdd0 !important;
}

#ease_of_use_pie_wrapper .chart-data tr:nth-child(4) th span {
  background-color: #FFCC02 !important;
}

#ease_of_use_pie_wrapper .chart-data tr:nth-child(5) th span {
  background-color: #DD2764 !important;
}

#likely_to_recommend_pie_wrapper .chart-data tr:nth-child(1) th span {
  background-color: #5856D6 !important;
}

#likely_to_recommend_pie_wrapper .chart-data tr:nth-child(2) th span {
  background-color: #cdcdd0 !important;
}

#likely_to_recommend_pie_wrapper .chart-data tr:nth-child(3) th span {
  background-color: #DD2764 !important;
}

/*  Pie chart  ------------------------------------------------------------ */
#accessibility_rating_pie_wrapper,
#ease_of_use_pie_wrapper,
#likely_to_recommend_pie_wrapper {
  padding-bottom: 0;
}

#likely_to_recommend_pie {
  max-width: 124px;
}

#accessibility_rating_pie_wrapper .ct-series-a .ct-slice-donut {
  stroke: #5856D6 !important;
}

#accessibility_rating_pie_wrapper .ct-series-b .ct-slice-donut {
  stroke: #21254B !important;
}

#accessibility_rating_pie_wrapper .ct-series-c .ct-slice-donut {
  stroke: #FFCC02 !important;
}

#accessibility_rating_pie_wrapper .ct-series-d .ct-slice-donut {
  stroke: #DD2764 !important;
}

#ease_of_use_pie_wrapper .ct-series-a .ct-slice-donut {
  stroke: #5856D6 !important;
}

#ease_of_use_pie_wrapper .ct-series-b .ct-slice-donut {
  stroke: #21254B !important;
}

#ease_of_use_pie_wrapper .ct-series-c .ct-slice-donut {
  stroke: #cdcdd0 !important;
}

#ease_of_use_pie_wrapper .ct-series-d .ct-slice-donut {
  stroke: #FFCC02 !important;
}

#ease_of_use_pie_wrapper .ct-series-e .ct-slice-donut {
  stroke: #DD2764 !important;
}

#likely_to_recommend_pie_wrapper .ct-series-a .ct-slice-donut {
  stroke: #5856D6 !important;
}

#likely_to_recommend_pie_wrapper .ct-series-b .ct-slice-donut {
  stroke: #cdcdd0 !important;
}

#likely_to_recommend_pie_wrapper .ct-series-c .ct-slice-donut {
  stroke: #DD2764 !important;
}

.key-value-list dt {
  font-weight: bold;
}

.key-value-list dd {
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}

.key-value-list--aligned dt {
  font-weight: bold;
}

.key-value-list--aligned dd:not(:last-child) {
  margin-bottom: 1rem;
}

.key-value-list--grid {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 1rem;
}

.key-value-list--grid dt {
  font-weight: bold;
}

.key-value-list--grid dd {
  justify-self: end;
  margin: 0;
}

.metadata dt {
  font-weight: bold;
}

.metadata dd + dt {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #DFDFE4;
}

.metadata dd:last-child {
  border-bottom: 0;
}

/* This gives the right aligned buttons on preferences the same width */
.form-group.l-flex-right > .button--aux {
  min-width: 12em;
}

#change-notifications {
  margin-top: -14em;
}

.seat-usage {
  padding-top: 1.5rem;
}
.seat-usage__icon {
  padding-right: 1.5rem;
}
.seat-usage__total-wrapper {
  width: 100%;
}
.seat-usage .request-progress--lg {
  width: 100%;
  max-width: 100%;
}

.export-modal-row .button--aux {
  min-width: 167px;
  margin-top: 1em;
}

#confirm-export {
  max-width: 790px;
  padding: 2.5em;
}

.confirm-export-header {
  text-align: center;
  font-size: 28px;
}

.icon-export-option {
  width: 85px;
  padding-right: 1.5em;
  padding-top: 30px;
  margin-top: -0.5em;
}

.export-option-description {
  padding-right: 30px;
  width: 26em;
}

.export-option-description h3 {
  margin-bottom: -0.5em;
  font-size: 1em;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
  background: #21254B;
  border-color: #21254B;
}

.flatpickr-day.selected:focus {
  background: #dd2764;
  border-color: #dd2764;
}

.flatpickr-input {
  background: url(../images/icon-calendar-minimal.svg) no-repeat 95% 50%;
  background-position: right 1rem center;
}

#cookie-permission-banner {
  background: #fff;
  box-shadow: 0px -15px 30px rgba(188, 187, 187, 0.25);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

.searchable-list--projectRequestList .searchable-list__results {
  background-color: #fff;
  box-shadow: 0px 0px 20px #e2e8f1;
  border-radius: 6px;
  overflow: hidden;
}
.searchable-list--projectRequestList .searchable-list__sort {
  padding: 0.5rem;
  border-bottom: 1px solid #646680;
  justify-content: flex-end;
}
.searchable-list--projectRequestList .searchable-list__sort-wrapper, .searchable-list--projectRequestList .searchable-list__sort-group {
  background-color: #ffffff;
}
.searchable-list--projectList .searchable-list__bar {
  margin-bottom: 1rem;
  max-width: calc(66.67% - 1rem);
  min-width: 805px;
}
@media screen and (max-width: 900px) {
  .searchable-list--projectList .searchable-list__bar {
    min-width: 0;
    max-width: 100%;
  }
}
.searchable-list--projectList .searchable-list__sort {
  padding-bottom: 0.5rem;
}
.searchable-list--projectList .searchable-list__sort-wrapper {
  margin-left: -1rem;
  min-width: 0;
}
.searchable-list--projectList .searchable-list__sort-wrapper, .searchable-list--projectList .searchable-list__sort-group {
  background-color: #f3f4f6;
}
.searchable-list--projectList .searchable-list__empty {
  grid-column: 1/-1;
}
.searchable-list--projectList .searchable-list__results--updatedUI {
  margin-bottom: 1rem;
}
.searchable-list--projectRequestList .searchable-list__empty {
  padding: 1rem 1rem 2rem;
}
.searchable-list--userTable .searchable-list__bar, .searchable-list--userTableUpdated .searchable-list__bar, .searchable-list--recruitmentTable .searchable-list__bar, .page-section.l-shadow-box .searchable-list .searchable-list__bar {
  padding: 0 2rem;
}
.searchable-list--userTable .searchable-list__results-total, .searchable-list--userTableUpdated .searchable-list__results-total, .searchable-list--testerTable .searchable-list__results-total, .searchable-list--companyTable .searchable-list__results-total, .searchable-list--auditResultsTable .searchable-list__results-total, .searchable-list--auditIssuesTable .searchable-list__results-total {
  margin-left: 2rem;
}
.searchable-list--userTable .searchable-list__results-toggle, .searchable-list--userTableUpdated .searchable-list__results-toggle, .searchable-list--testerTable .searchable-list__results-toggle, .searchable-list--companyTable .searchable-list__results-toggle, .searchable-list--auditResultsTable .searchable-list__results-toggle, .searchable-list--auditIssuesTable .searchable-list__results-toggle {
  padding-left: 2rem;
  margin-top: 1rem;
}
.searchable-list--userTable .searchable-list__results-heading, .searchable-list--userTableUpdated .searchable-list__results-heading, .searchable-list--testerTable .searchable-list__results-heading, .searchable-list--companyTable .searchable-list__results-heading, .searchable-list--auditResultsTable .searchable-list__results-heading, .searchable-list--auditIssuesTable .searchable-list__results-heading {
  padding: 0 2rem 1rem 2rem;
}
.searchable-list--recruitmentTable .searchable-list__bar {
  max-width: 70%;
}
.searchable-list--learnersTable .searchable-list__bar {
  max-width: 75%;
  padding: 2rem 2rem 0rem 2rem;
}
.searchable-list--learnersTable table thead {
  position: sticky;
  top: calc(var(--headerHeight) - 2px);
}
.searchable-list--learnersTable table td {
  padding: 1.5rem 2rem;
}
.searchable-list--learnersTable table th {
  padding-left: 2rem;
}
.searchable-list--learnersTable .searchable-list__progress-bar {
  background: #ffffff;
  border: 1px solid #5856d6;
  height: 10px;
  margin: 0.25rem 0;
}
.searchable-list--learnersTable .searchable-list__progress-bar > div {
  background: #5855d6;
  border-radius: 1px;
}
.searchable-list--learnersTable .searchable-list__sort {
  padding-left: 1rem;
}
.searchable-list--learnersTable .searchable-list__sort-group {
  background: #ffffff !important;
}
.searchable-list--learnersTable .searchable-list__results-total {
  padding-left: 2rem;
}
.searchable-list--learnersTable .searchable-list__results-total-wrapper .searchable-list__downloadLink {
  margin-top: 0;
}
.searchable-list--testerTable table, .searchable-list--companyTable table {
  margin-top: 0;
}
.searchable-list--testerTable .searchable-list__bar, .searchable-list--companyTable .searchable-list__bar {
  padding-left: 2rem;
  padding-right: 2rem;
}
.searchable-list--testerTable .searchable-list__select-all, .searchable-list--companyTable .searchable-list__select-all {
  margin-left: 2rem;
  margin-bottom: 1rem !important;
}
.searchable-list--testerTable table, .searchable-list--companyTable table {
  margin-bottom: 0;
}
.searchable-list--testerTable table th:first-child,
.searchable-list--testerTable table td:first-child, .searchable-list--companyTable table th:first-child,
.searchable-list--companyTable table td:first-child {
  padding-left: 2rem;
}
.searchable-list--testerTable table th:last-child,
.searchable-list--testerTable table td:last-child, .searchable-list--companyTable table th:last-child,
.searchable-list--companyTable table td:last-child {
  padding-right: 2rem;
}
.searchable-list--testerTable [data-table-header=select], .searchable-list--companyTable [data-table-header=select] {
  width: 80px;
}
.l-shadow-box .searchable-list--testerTable .searchable-list__results-total-wrapper, .l-shadow-box .searchable-list--companyTable .searchable-list__results-total-wrapper {
  margin-left: 2rem;
}
.searchable-list--companyTable [data-table-header=name],
.searchable-list--companyTable [data-table-header=actions] {
  width: 25%;
}
.searchable-list--testerTable table {
  table-layout: fixed;
}
.searchable-list--testerTable td:nth-child(2),
.searchable-list--testerTable td:nth-child(3) {
  word-wrap: break-word;
}
.searchable-list--auditResultsTable .searchable-list__results, .searchable-list--auditIssuesTable .searchable-list__results {
  margin-bottom: 0;
  margin-top: 1rem;
}
.searchable-list--auditResultsTable .searchable-list__bar,
.searchable-list--auditResultsTable .searchable-list__results-heading,
.searchable-list--auditResultsTable .searchable-list__results-total-wrapper, .searchable-list--auditIssuesTable .searchable-list__bar,
.searchable-list--auditIssuesTable .searchable-list__results-heading,
.searchable-list--auditIssuesTable .searchable-list__results-total-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}
.searchable-list--auditResultsTable .searchable-list__results-toggle, .searchable-list--auditIssuesTable .searchable-list__results-toggle {
  padding-left: 0;
}
.searchable-list--auditResultsTable .search-bar__group, .searchable-list--auditIssuesTable .search-bar__group {
  max-width: 28.33rem;
}
.searchable-list--auditResultsTable table thead tr, .searchable-list--auditIssuesTable table thead tr {
  position: sticky;
  top: var(--headerHeight);
  z-index: 5;
}
.searchable-list--auditResultsTable table th, .searchable-list--auditResultsTable table td, .searchable-list--auditIssuesTable table th, .searchable-list--auditIssuesTable table td {
  vertical-align: top;
}
.searchable-list--auditResultsTable table td, .searchable-list--auditIssuesTable table td {
  padding-top: 1em;
}
.searchable-list--auditResultsTable table th:first-child,
.searchable-list--auditResultsTable table td:first-child, .searchable-list--auditIssuesTable table th:first-child,
.searchable-list--auditIssuesTable table td:first-child {
  padding-left: max((100vw - 1440px) / 2 + 32px, 16px);
}
.searchable-list--auditResultsTable table th:last-child,
.searchable-list--auditResultsTable table td:last-child, .searchable-list--auditIssuesTable table th:last-child,
.searchable-list--auditIssuesTable table td:last-child {
  padding-right: max((100vw - 1440px) / 2 + 32px, 16px);
}
.searchable-list--auditResultsTable [data-table-header=criteria] {
  width: calc(29rem + max((100vw - 1440px) / 2 + 32px, 16px));
}
.searchable-list--auditResultsTable [data-table-header=outcome] {
  width: 10rem;
}
.searchable-list--auditResultsTable [data-table-header="test method"] {
  width: 10rem;
}
.searchable-list--auditResultsTable [data-table-header=results] {
  max-width: 30rem;
}
.searchable-list--auditResultsTable [data-table-header=level] {
  width: calc(4rem + max((100vw - 1440px) / 2 + 32px, 16px));
}
.searchable-list--auditIssuesTable [data-table-header=level] {
  width: calc(3rem + max((100vw - 1440px) / 2 + 32px, 16px));
}
.searchable-list--auditIssuesTable [data-table-header=criteria] {
  width: 5rem;
}
.searchable-list--auditIssuesTable [data-table-header="identified by"]:last-child {
  width: calc(35rem + max((100vw - 1440px) / 2 + 32px, 16px));
}
.searchable-list--auditIssuesTable [data-table-header=ticket] {
  width: calc(13rem + max((100vw - 1440px) / 2 + 32px, 16px));
}
.searchable-list__results-total-wrapper {
  display: flex;
  align-items: center;
}
.searchable-list__results-total {
  padding: 1rem 0;
}
.searchable-list__results-toggle {
  margin-left: -0.5rem;
}
.searchable-list__results.table + .searchable-list__results-total {
  border-top: 1px solid #dfdfe4;
  padding-top: 1rem;
  padding-left: 2rem;
}
.searchable-list__table-controls {
  display: flex;
  margin-bottom: 0.5rem;
}
.searchable-list__sort {
  display: flex;
}
.searchable-list__sort-wrapper {
  position: relative;
  min-width: 250px;
}
.searchable-list__sort-toggle {
  display: flex;
  border: none;
  background-color: transparent;
  font-size: 1rem;
  font-family: inherit;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  width: 100%;
  border: 1px solid transparent;
}
.searchable-list__sort-toggle[aria-expanded=true] {
  border-color: #646680;
  border-bottom: none;
}
.searchable-list__sort-toggle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #152651;
  margin-left: 0.5em;
  transform: translateX(50%);
}
.searchable-list__sort-toggle:hover, .searchable-list__sort-toggle:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #21254b;
}
.searchable-list__sort-group {
  position: absolute;
  top: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 5;
  border: 1px solid #646680;
  border-top: none;
}
.searchable-list__sort-group li {
  padding: 0.5rem 1rem;
}
.searchable-list__sort-group li:hover, .searchable-list__sort-group li:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #21254b;
}
.searchable-list__downloadLink {
  margin-left: 0.5rem !important;
  padding-right: 0.5rem;
}
.searchable-list__results-total-wrapper .searchable-list__downloadLink {
  margin-top: -1rem;
}
.searchable-list__filters.a11y-modal--wide {
  max-width: 780px;
}
.searchable-list__filters h1 {
  margin-bottom: 2rem !important;
}
.searchable-list__filters fieldset.filter-groups {
  display: inline-flex;
}
.searchable-list__filters fieldset.filter-groups fieldset legend {
  font-size: 1rem;
  margin: 0;
  margin-bottom: 0.9em;
}
.searchable-list__filters-legend {
  font-size: 1.27rem;
  margin-bottom: 0;
  line-height: 1;
}
.searchable-list__filters-group {
  width: 100%;
  display: grid;
  grid-template-columns: 195px 195px 265px;
  column-gap: 15px;
}
.searchable-list__filters-option {
  width: 100%;
  display: inline-block;
  padding-top: 5px;
}
.searchable-list__filters-select {
  max-width: 285px;
}
.searchable-list__filters-select select {
  width: 100%;
}
.page-section.l-shadow-box .searchable-list--selectTimezone .searchable-list__bar, .step-form-section .searchable-list--selectTimezone .searchable-list__bar {
  padding: 0;
}
.page-section.l-shadow-box .searchable-list--selectTimezone .searchable-list__results, .step-form-section .searchable-list--selectTimezone .searchable-list__results {
  padding-right: 1rem;
}
.page-section.l-shadow-box .searchable-list--selectTimezone .searchable-list__results .grouped-input--radio, .step-form-section .searchable-list--selectTimezone .searchable-list__results .grouped-input--radio {
  margin-left: 0;
}

.transcript {
  overflow: hidden;
  min-height: 550px;
}
.transcript__wrapper {
  flex: 1 0 1px !important;
  height: 1px;
  overflow: auto;
  scrollbar-width: auto;
  scrollbar-color: auto #5856D6;
}
.transcript__wrapper::-webkit-scrollbar {
  width: 15px;
}
.transcript__wrapper::-webkit-scrollbar-track {
  background: #fff;
}
.transcript__wrapper::-webkit-scrollbar-thumb {
  background-color: #5856D6;
  border-radius: 15px;
  border: 3px solid #fff;
  min-height: 40px;
}
.transcript__name {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-column-gap: 8px;
  padding: 0.5em 0;
}
.transcript__name strong {
  padding: 0.5em;
  font-weight: bold;
}
.transcript__name:before {
  content: "";
  display: block;
}
.transcript__item {
  position: relative;
  font-family: inherit;
  font-size: 1rem;
  display: grid;
  width: 100%;
  grid-template-columns: 50px 1fr;
  grid-column-gap: 8px;
  text-align: left;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
}
.transcript__item:hover {
  cursor: pointer;
}
.transcript__item[aria-current] * {
  font-weight: bold;
  color: #5856D6;
}
.transcript__time {
  min-width: 50px;
  padding: 0.5em 0;
}
.transcript__time button {
  font-size: 1em;
  font-family: inherit;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  margin: 0;
}
.transcript__time button:hover {
  cursor: pointer;
}
.transcript__time button:focus {
  box-shadow: 0 0 0 2px currentColor;
}
.transcript__text {
  padding: 0.5em;
  margin: 0;
  position: relative;
}

.video-list td {
  background: transparent;
}
.video-list td:first-child,
.video-list th:first-child {
  padding-left: 2rem;
}
.video-list td:last-child,
.video-list th:last-child {
  padding-right: 2rem;
}
.video-list__item.isCurrent,
.video-list__item.isCurrent .micro-action-button:not(.actions-menu__toggle, .actions-menu__link) {
  color: white;
}
.video-list__item.isCurrent .inline-link {
  color: white;
}
.video-list__item.isCurrent .inline-link .external-link {
  color: white;
}
.video-list__item.isCurrent .action-menu__container .micro-action-button {
  color: initial;
}
.video-list__item.isCurrent {
  background: #5856d6;
}
.video-list__item.isCurrent .video-list__play {
  color: white;
  box-shadow: none;
}
.video-list__item.isCurrent .video-list__play--clip:focus, .video-list__item.isCurrent .video-list__play--clip:hover {
  outline-color: white;
}
.video-list__item.isCurrent .actions-menu__toggle[aria-expanded=false] {
  color: white;
}
.video-list__item.isCurrent .actions-menu__toggle[aria-expanded=false]:focus {
  box-shadow: inset 0 0 0 2px white;
  background: transparent;
}
.video-list__item.isPending * {
  color: #767676;
}
.video-list__item.isPlaying td {
  font-weight: bold;
}
.video-list__actions {
  display: flex;
  flex-wrap: nowrap;
}
.video-list__play {
  background: transparent;
  border: none;
  font: inherit;
  text-align: left;
  cursor: pointer;
  color: #5856D6;
  box-shadow: 0 1px currentColor;
  padding: 0;
}
.video-list__play:focus, .video-list__play:hover {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}
.video-list__play svg {
  display: block;
}
.video-list__play[disabled] {
  color: inherit;
}
.video-list__play--clip {
  color: inherit;
  box-shadow: none;
  border-radius: 3px;
}
.video-list__play--clip:focus, .video-list__play--clip:hover {
  outline: 3px solid var(--Purple, #5856D6);
  outline-offset: 5px;
}
.video-list__thumbnail {
  position: relative;
  flex-shrink: 0;
}
.video-list__thumbnail img {
  width: 7rem;
  height: 5rem;
  display: block;
}
.video-list__thumbnail--placeholder {
  width: 142px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 2px solid var(--Grey---Inactive-text, #767676);
  background: #fff;
  flex-shrink: 0;
}
.video-list__thumbnail--placeholder img {
  width: 24px;
  height: 24px;
}
.video-list__play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.video-list__play-overlay img {
  width: 3rem;
  height: 3rem;
}
.video-list__wcag-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.video-list__wcag-pill {
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
  border: 1px solid #767676;
  background: #fff;
  font-size: 0.85rem;
  line-height: 1.4;
}
.video-list__item.isCurrent .video-list__wcag-pill {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.clip-editor__form-layout {
  display: flex;
  gap: 1rem;
}
.clip-editor__form-layout__fields {
  width: 50%;
  grid-gap: 1.5rem;
}
.clip-editor__form-layout__fields label {
  white-space: nowrap;
}
.clip-editor__form-layout__actions {
  margin-top: 2.2em;
}
@media screen and (max-width: 1200px) {
  .clip-editor__form-layout {
    flex-direction: column;
  }
  .clip-editor__form-layout__fields {
    width: 100%;
    display: block;
  }
  .clip-editor__form-layout__fields > div:not(:last-child) {
    margin-bottom: 2rem;
  }
  .clip-editor__form-layout__actions {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.clip-editor__input-wrapper {
  position: relative;
}
.clip-editor__input-wrapper input {
  margin-bottom: 0;
  width: 100%;
}
.clip-editor__stepper {
  display: block;
  position: absolute;
  right: 1em;
  padding: 0;
  top: 50%;
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 3px;
  background: transparent;
}
.clip-editor__stepper--up {
  border-top: 0;
  border-bottom: 10px solid #2f2f2f;
  transform: translateY(-135%);
}
.clip-editor__stepper--down {
  border-bottom: 0;
  border-top: 10px solid #2f2f2f;
  transform: translateY(35%);
}

.actions-menu {
  z-index: 3;
}
.actions-menu--contained {
  --containerWidth: calc(100% + 16px);
  position: relative;
  z-index: unset;
}
.actions-menu--contained.actions-menu--right.actions-menu--open:before {
  right: -8px;
}
.actions-menu--contained.actions-menu--right .actions-menu__container {
  right: -8px;
}
.actions-menu--contained.actions-menu--open {
  z-index: 3;
}
.actions-menu--contained.actions-menu--open:before {
  content: "";
  height: calc(100% + 8px);
  margin-top: -8px;
  margin-left: -8px;
  width: var(--containerWidth);
  background: white;
  position: absolute;
  box-shadow: inset -2px 0 0 0 #5856d6, inset 2px 0 0 0 #5856d6, inset 0 2px 0 0 #5856d6;
}
.actions-menu--contained .actions-menu__toggle {
  width: 100%;
  padding: 0.5em;
}
.actions-menu--contained .actions-menu__toggle--inline {
  padding: 0;
}
.actions-menu--contained .actions-menu__toggle--inline:hover, .actions-menu--contained .actions-menu__toggle--inline:focus {
  box-shadow: none;
  outline: 2px solid #5856d6;
  outline-offset: 0.2rem;
  box-shadow: none !important;
}
.actions-menu--contained .actions-menu__toggle[aria-expanded=true] {
  box-shadow: none;
}
.actions-menu--contained .actions-menu__toggle:focus {
  box-shadow: inset 2px 0 0 0 #5856d6, inset 0 2px 0 0 #5856d6, inset 0 -2px 0 0 #5856d6, inset -2px 0 0 0 #5856d6;
}
.actions-menu--contained .actions-menu__container {
  margin-top: 0;
  width: auto;
  min-width: var(--containerWidth);
  margin-left: -8px;
  z-index: 3;
  box-shadow: inset -2px 0 0 0 #5856d6, inset 2px 0 0 0 #5856d6, inset 0 -2px 0 0 #5856d6;
  color: #000;
}
.actions-menu--contained .actions-menu__wrapper {
  min-width: var(--containerWidth);
}
.actions-menu--contained .actions-menu__link {
  padding: 0.25em 0.5em;
}
.actions-menu-group {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
.actions-menu-group .status-badge {
  position: relative;
}
.actions-menu__toggle {
  height: 100%;
  margin: 0 !important;
  padding: 0 1rem;
  z-index: 2;
  position: relative;
}
.actions-menu__toggle:focus, .actions-menu__toggle[aria-expanded=true] {
  outline: none;
  background: #ffffff;
  color: #5856D6;
}
.actions-menu__toggle[aria-expanded=true] {
  box-shadow: inset -2px 0 0 0 #5856d6, inset 2px 0 0 0 #5856d6, inset 0 2px 0 0 #5856d6;
}
.actions-menu__toggle:focus {
  box-shadow: inset 0 0 0 2px #5856d6;
}
.actions-menu__container {
  position: absolute;
  background: white;
  box-shadow: inset 0 0 0 2px #5856d6;
  width: 100%;
  margin-top: -2px;
  padding: 0.325rem 0 0.325rem 0;
  z-index: 1;
}
.actions-menu__link {
  padding: 0.5rem 1rem;
  width: 100%;
}
.actions-menu__link:focus, .actions-menu__link:hover {
  outline: none;
  background: #5856d6;
  color: white;
  box-shadow: inset 0 0 0 2px #5856d6;
}
.actions-menu__link[disabled], .actions-menu__link[aria-disabled=true] {
  color: #767676;
  cursor: default;
  pointer-events: none;
}
.actions-menu__link[disabled] .micro-action-button__icon svg path, .actions-menu__link[aria-disabled=true] .micro-action-button__icon svg path {
  fill: #767676;
}

@media screen and (max-width: 900px) {
  .page-banner__actions [data-banner-action] {
    display: none;
  }
  .page-banner__actions .responsive-actions-menu {
    display: block;
  }
  .page-banner__actions .actions-menu__toggle {
    padding: 0.5em 1rem;
  }
}
.in-progress-icon, .join-link__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 2px solid #DD2764;
  background-color: #DD2764;
  box-shadow: inset 0px 0px 0px 5px white;
  padding: 0;
  margin-right: 0.75em;
  margin-left: 0.5em;
}

@media screen and (prefers-reduced-motion: no-preference) {
  .in-progress-icon, .join-link__icon {
    animation-name: flash;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
}
.join-link:hover .join-link__icon, .join-link:focus .join-link__icon {
  animation-play-state: paused;
}
@keyframes flash {
  0%, 25% {
    background-color: white;
  }
  50%, 75% {
    background-color: #DD2764;
  }
  100% {
    background-color: white;
  }
}
.project-observations__list {
  overflow: hidden;
  position: sticky;
  top: calc(var(--headerHeight, 121px) + 1rem);
  min-height: 690px;
  height: calc(100vh - var(--headerHeight, 121px) - 2rem);
}
.project-observations__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.project-observations__list-item {
  width: 100%;
  text-align: left;
  display: flex;
  background: transparent;
  border: 1px solid #767676;
  border-radius: 10px;
  font-size: 1rem;
  padding: 1.3rem;
}
.project-observations__list-item h4 {
  margin: 0;
  color: currentColor;
}
.project-observations__list-item[aria-current] {
  color: white;
  background-color: #5856D6;
  border: 1px solid #5856D6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project-observations__list-item:hover {
  cursor: pointer;
}
.project-observations__list-item:focus, .project-observations__list-item:hover {
  box-shadow: 0 0 0 1px black;
  border-color: black;
  outline: none;
}
.project-observations__list-item dl {
  display: flex;
}
.project-observations__list-item dd:not(:last-of-type) {
  display: inline-flex;
  align-items: center;
}
.project-observations__list-item dd:not(:last-of-type):after {
  content: "";
  display: block;
  border-radius: 100%;
  width: 6px;
  height: 5px;
  background-color: #E0E0E0;
  margin: 0 0.5rem;
  margin-top: -2px;
}
.project-observations__list-wrapper {
  flex: 1 0 1px !important;
  height: 1px;
  overflow: auto;
  scrollbar-width: auto;
  scrollbar-color: auto #5856D6;
}
.project-observations__list-wrapper::-webkit-scrollbar {
  width: 15px;
}
.project-observations__list-wrapper::-webkit-scrollbar-track {
  background: #fff;
}
.project-observations__list-wrapper::-webkit-scrollbar-thumb {
  background-color: #5856D6;
  border-radius: 15px;
  border: 3px solid #fff;
  min-height: 40px;
}

.recent-clips {
  overflow-y: auto;
  max-height: calc((120px + 1rem) * 3);
  scrollbar-width: auto;
  scrollbar-color: auto #5856D6;
}
.recent-clips::-webkit-scrollbar {
  width: 15px;
}
.recent-clips::-webkit-scrollbar-track {
  background: #fff;
}
.recent-clips::-webkit-scrollbar-thumb {
  background-color: #5856D6;
  border-radius: 15px;
  border: 3px solid #fff;
  min-height: 40px;
}
.recent-clips__list {
  list-style: none;
  margin: 0;
}
.recent-clips__item {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 1px solid #767676;
  border-radius: 10px;
  font-size: 1rem;
  overflow: hidden;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}
.recent-clips__item:last-child {
  margin-bottom: 0;
}
.recent-clips__item h3 {
  margin: 0;
  margin-top: 1rem;
  font-size: 18px;
  color: currentColor;
}
.recent-clips__item h3 a {
  color: black;
  text-decoration: none;
}
.recent-clips__item:hover {
  cursor: pointer;
}
.recent-clips__item:focus, .recent-clips__item:hover {
  box-shadow: 0 0 0 1px black;
  border-color: black;
  outline: none;
}
.recent-clips__item dl {
  display: flex;
}
.recent-clips__item dl.secondary {
  color: #767676;
}
.recent-clips__item dd:not(:last-of-type) {
  display: inline-flex;
  align-items: center;
}
.recent-clips__item dd:not(:last-of-type):after {
  content: "";
  display: block;
  border-radius: 100%;
  width: 6px;
  height: 5px;
  background-color: #E0E0E0;
  margin: 0 0.5rem;
  margin-top: -2px;
}
.recent-clips__thumbnail {
  background-color: #E0E0E0;
  height: 120px;
  width: 214px;
  margin-right: 2em;
  float: left;
  text-align: center;
}

h2 .date-range-span,
[data-header-date-filter] {
  color: #767676;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
}

.disabled-text {
  color: #767676;
}

.scroll-modal {
  height: var(--modalHeight, 80vh);
}
@media screen and (max-height: 256px) {
  .scroll-modal {
    height: auto;
  }
}
.scroll-modal__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-height: 256px) {
  .scroll-modal__wrapper {
    display: block;
  }
}
.scroll-modal__content {
  --scrollHeight: auto;
  flex-grow: 1;
  padding-bottom: 2rem;
  margin-right: calc(-1 * var(--modalPadding) / 2);
  padding-right: 1rem;
}
@media screen and (max-width: 900px) {
  .scroll-modal__content {
    margin-top: 1rem;
  }
}
@media screen and (max-height: 256px) {
  .scroll-modal__content {
    max-height: unset;
  }
}
.scroll-modal__actions {
  z-index: 1;
  border-top: 1px solid #000000;
  background: white;
  padding-top: 2rem;
  padding-left: var(--modalPadding);
  padding-right: var(--modalPadding);
  margin-left: calc(-1 * var(--modalPadding));
  margin-right: calc(-1 * var(--modalPadding));
}
@media screen and (max-width: 900px) {
  .scroll-modal__actions {
    padding-top: 1.275rem;
  }
}

.filter-row {
  display: flex;
  align-items: flex-end;
  gap: var(--columnGap, 1rem);
}
.filter-row__control {
  margin-bottom: 0;
  padding-top: 0.61rem;
  padding-bottom: 0.61rem;
  min-width: var(--minWidth, 8.88rem);
  max-width: var(--maxWidth, 10rem);
  height: 2.33rem;
  line-height: 1;
}

.grid-icon-data {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(var(--gridColumns, 3), 1fr);
}
.grid-icon-data__item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  padding: var(--gridItemPadding, 2rem);
}
.grid-icon-data__item:not(:first-child) {
  border-left: 1px solid #dfdfe4;
}
@media screen and (max-width: 900px) {
  .grid-icon-data__item:not(:first-child) {
    border-left: none;
    border-top: 1px solid #dfdfe4;
  }
}
@media screen and (max-width: 900px) {
  .grid-icon-data {
    display: block;
  }
  .grid-icon-data .grid-icon-data__item .icon--bi {
    font-size: 1.33em !important;
    display: block;
  }
  .grid-icon-data .grid-icon-data__item {
    padding: var(--gridItemPadding, 1.11rem);
  }
}

.expand-row {
  --expandIconWidth: 1.33rem;
  --expandGap: 1rem;
  vertical-align: top;
}
.expand-row__button {
  display: inline-block;
  border-radius: 4px;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  min-width: var(--minWidth, 6.66rem);
  outline: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  font-weight: normal;
  display: flex;
  gap: var(--expandGap);
}
.expand-row__button[aria-expanded=true] {
  font-weight: bold;
}
.expand-row__button:before {
  content: "\f4fd";
  font-weight: normal;
  font-family: "bootstrap-icons";
  font-size: var(--expandIconWidth);
  line-height: 1;
  display: flex;
}
.expand-row__button[aria-expanded=true]:before {
  content: "\f2e8";
}
.expand-row__button:focus {
  outline: 3px solid #5856D6;
  outline-offset: 0.3rem;
}
.expand-row__button + * {
  margin-left: calc(var(--expandIconWidth, 1.33em) + var(--expandGap, 1em));
}
.expand-row--expanded .expand-row__content > *:first-child {
  font-weight: bold;
}
.expand-row--expanded .expand-row__content p:last-child {
  margin-bottom: 0;
}

.l-flex--responsive .grouped-input--radio {
  flex: 1;
}