@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,500;0,700;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,500;0,700;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,500;0,700;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,500;0,700;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,500;0,700;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,500;0,700;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,500;0,700;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,500;0,700;1,500;1,700&display=swap");
body {
  color: #141414;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

a {
  color: #14558f;
}

p,
span {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}

p.bold,
span.bold {
  font-weight: 700;
}

h1 {
  line-height: 2.5rem;
  font-size: 2rem;
  font-weight: 400;
}

h2 {
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
}

h3 {
  line-height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

h4 {
  line-height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

h5 {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
}

button {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}

label {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
}

.button {
  border: none;
  border-radius: 0.375rem;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
}

.button-link {
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

.button__small {
  line-height: 1.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
  min-width: 126px;
}

.button__medium {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0.875rem 0.5rem 0.875rem;
  min-width: 153px;
}

.button__large {
  line-height: 1.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.5rem 1rem 0.5rem 1rem;
  min-width: 164px;
}

.button-with-text-and-icon__small {
  line-height: 1.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  min-width: 146px;
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
}

.button-with-text-and-icon__medium {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  min-width: 178px;
  padding: 0.5rem 0.875rem 0.5rem 0.875rem;
}

.button-with-text-and-icon__large {
  line-height: 1.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  min-width: 192px;
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.button-with-icon__small {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  line-height: 1.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  height: 32px;
  padding: 0.875rem;
  width: 32px;
}
.button-with-icon__small img {
  height: 13px;
  width: 12px;
}

.button-with-icon__medium {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  height: 36px;
  padding: 0.625rem;
  width: 36px;
}
.button-with-icon__medium img {
  height: 16.5px;
  width: 15px;
}

.button-with-icon__large {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  line-height: 1.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  height: 42px;
  padding: 0.375rem;
  width: 42px;
}
.button-with-icon__large img {
  height: 20px;
  width: 18px;
}

.button__primary--blue {
  color: #ffffff;
  background-color: #14558f;
}
.button__primary--blue:active {
  background-color: #4377a5;
  border: 3px solid #3e94cf;
}
.button__primary--blue:disabled {
  opacity: 0.5;
}
.button__primary--blue:disabled:hover {
  background-color: #14558f;
}
.button__primary--blue:disabled:active {
  border: none;
}
.button__primary--blue:hover {
  background-color: #4377a5;
}

.button__primary--green {
  color: #ffffff;
  background-color: #388557;
}
.button__primary--green:active {
  background-color: #609d79;
  border: 3px solid #3e94cf;
}
.button__primary--green:disabled {
  opacity: 0.5;
}
.button__primary--green:disabled:hover {
  background-color: #388557;
}
.button__primary--green:disabled:active {
  border: none;
}
.button__primary--green:hover {
  background-color: #609d79;
}

.button__primary--red {
  color: #ffffff;
  background-color: #cd0d0d;
}
.button__primary--red:active {
  background-color: #d45656;
  border: 3px solid #3e94cf;
}
.button__primary--red:disabled {
  opacity: 0.5;
}
.button__primary--red:disabled:hover {
  background-color: #cd0d0d;
}
.button__primary--red:disabled:active {
  border: none;
}
.button__primary--red:hover {
  background-color: #d45656;
}

.button__primary--gray {
  color: #ffffff;
  background-color: #dcdcdc;
  color: #141414;
}
.button__primary--gray:active {
  background-color: #cbcbcb;
  border: 3px solid #3e94cf;
}
.button__primary--gray:disabled {
  opacity: 0.5;
}
.button__primary--gray:disabled:hover {
  background-color: #dcdcdc;
}
.button__primary--gray:disabled:active {
  border: none;
}
.button__primary--gray:hover {
  background-color: #cbcbcb;
}

.button__secondary--blue {
  background-color: #ffffff;
  border: 3px solid #141414;
  color: #14558f;
  border: 3px solid #14558f;
}
.button__secondary--blue:disabled {
  opacity: 0.5;
}
.button__secondary--blue:disabled:hover {
  background-color: #ffffff;
  color: #14558f;
}
.button__secondary--blue:disabled:active {
  border: 3px solid #14558f;
}
.button__secondary--blue:hover {
  background-color: #4377a5;
  border: 3px solid #14558f;
  color: #ffffff;
}
.button__secondary--blue:active {
  background-color: #4377a5;
  border: 3px solid #3e94cf;
  color: #ffffff;
}

.button__secondary--green {
  background-color: #ffffff;
  border: 3px solid #141414;
  color: #388557;
  border: 3px solid #388557;
}
.button__secondary--green:disabled {
  opacity: 0.5;
}
.button__secondary--green:disabled:hover {
  background-color: #ffffff;
  color: #388557;
}
.button__secondary--green:disabled:active {
  border: 3px solid #388557;
}
.button__secondary--green:hover {
  background-color: #609d79;
  border: 3px solid #388557;
  color: #ffffff;
}
.button__secondary--green:active {
  background-color: #609d79;
  border: 3px solid #3e94cf;
  color: #ffffff;
}

.button__secondary--red {
  background-color: #ffffff;
  border: 3px solid #141414;
  color: #cd0d0d;
  border: 3px solid #cd0d0d;
}
.button__secondary--red:disabled {
  opacity: 0.5;
}
.button__secondary--red:disabled:hover {
  background-color: #ffffff;
  color: #cd0d0d;
}
.button__secondary--red:disabled:active {
  border: 3px solid #cd0d0d;
}
.button__secondary--red:hover {
  background-color: #d45656;
  border: 3px solid #cd0d0d;
  color: #ffffff;
}
.button__secondary--red:active {
  background-color: #d45656;
  border: 3px solid #3e94cf;
  color: #ffffff;
}

.button__secondary--gray {
  background-color: #ffffff;
  border: 3px solid #141414;
  color: #141414;
  border: 3px solid #141414;
}
.button__secondary--gray:disabled {
  opacity: 0.5;
}
.button__secondary--gray:disabled:hover {
  background-color: #ffffff;
  border: 3px solid #141414;
}
.button__secondary--gray:disabled:active {
  border: 3px solid #141414;
}
.button__secondary--gray:hover {
  background-color: #cbcbcb;
  border: 3px solid #535353;
}
.button__secondary--gray:active {
  background-color: #cbcbcb;
  border: 3px solid #3e94cf;
}

body {
  color: #141414;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

a {
  color: #14558f;
}

p,
span {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}
p.bold,
span.bold {
  font-weight: 700;
}

h1 {
  line-height: 2.5rem;
  font-size: 2rem;
  font-weight: 400;
}

h2 {
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
}

h3 {
  line-height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

h4 {
  line-height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

h5 {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
}

button {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}

label {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
}

input,
select {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  border-color: #dcdcdc;
  border-radius: 6px;
  border-style: solid;
  margin-bottom: 4px;
  margin-right: 16px;
  margin-top: 4px;
  padding: 0.5rem 0.875rem 0.5rem 0.875rem;
}
input:active,
select:active {
  border-color: #3e94cf;
}
input:hover,
select:hover {
  border-color: #535353;
}
input::placeholder,
select::placeholder {
  color: #cbcbcb;
}

select {
  margin-right: 0;
}

textarea {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  border-color: #dcdcdc;
  border-radius: 6px;
  border-style: solid;
  margin-bottom: 4px;
  margin-right: 16px;
  margin-top: 4px;
  padding: 0.5rem 0.875rem 0.5rem 0.875rem;
  display: flex;
  height: 128px;
  resize: none;
}
textarea:active {
  border-color: #3e94cf;
}
textarea:hover {
  border-color: #535353;
}
textarea::placeholder {
  color: #cbcbcb;
}

input[type=text],
input[type=password] {
  display: flex;
  height: 40px;
  width: 352px;
}
input[type=text]:hover,
input[type=password]:hover {
  cursor: text;
}
input[type=text][disabled]:hover,
input[type=password][disabled]:hover {
  border-color: #dcdcdc;
}

input[type=date] {
  display: block;
  height: 40px;
  width: 200px;
}

input[type=checkbox] {
  accent-color: #14558f;
  display: inline;
  height: 20px;
  width: 20px;
}
input[type=checkbox]:hover {
  background-color: #f2f2f2;
  border-color: #4377a5;
  cursor: pointer;
}

input[type=radio] {
  accent-color: #14558f;
}
input[type=radio]:hover {
  border-color: #4377a5;
  cursor: pointer;
}

.form-container {
  border-radius: 5px;
  border-color: #dcdcdc;
  border-width: 1px;
  border-style: solid;
  padding: 8px 16px 8px 16px;
  padding: 2rem;
  width: fit-content;
}

.form-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
}

.form-error-message {
  color: #cd0d0d;
  display: block;
}

.form-actions {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
}

.input__large {
  width: 444px !important;
}

.input__small {
  width: 112px !important;
}

.input__error {
  border-color: #cd0d0d;
}
.input__error:hover {
  border-color: #d45656;
}

.checkbox-label {
  align-items: center;
  display: flex;
  padding-right: 1rem;
  word-wrap: break-word;
}

.radio-button-label {
  display: flex;
  align-items: center;
}

.form-field-label--visually_hidden {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.modal-container {
  background-color: rgba(20, 20, 20, 0.8);
  bottom: 0;
  display: flex;
  height: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.modal-container.modal-container-open {
  height: auto;
}

.modal {
  background-color: white;
  border-radius: 0.5rem;
  margin: auto;
  max-width: 45rem;
  padding: 24px;
  width: 90%;
}

.modal-actions {
  display: flex;
  flex-direction: row;
  justify-content: right;
  margin-top: 16px;
  padding-top: 16px;
}
.modal-actions > *:not(:last-child) {
  margin-right: 16px;
}

.modal-title {
  margin-bottom: 16px;
}

body {
  color: #141414;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

a {
  color: #14558f;
}

p,
span {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}
p.bold,
span.bold {
  font-weight: 700;
}

h1 {
  line-height: 2.5rem;
  font-size: 2rem;
  font-weight: 400;
}

h2 {
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
}

h3 {
  line-height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

h4 {
  line-height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

h5 {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
}

button {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}

label {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
}

.date-filters {
  display: flex;
}

.search-field-cell .match-icon {
  height: 19.74px;
  margin-left: 4px;
  width: 16.24px;
}

.select-filter {
  margin-right: 1rem;
}

.search-label {
  align-items: center;
  background-color: #141414;
  display: flex;
  border-radius: 5px;
  height: 26px;
  justify-content: center;
  max-width: 100px;
  padding: 0.125rem 0.5rem 0.125rem 0.5rem;
}
.search-label--gray {
  background-color: #535353;
}
.search-label--green {
  background-color: #388557;
}
.search-label--red {
  background-color: #cd0d0d;
}
.search-label--yellow {
  background-color: #f6c51b;
}
.search-label--yellow .search-label__text {
  color: #141414;
}
.search-label__text {
  line-height: 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
}

.tab {
  display: inline-block;
  list-style: none;
}
.tab:not(:last-child) {
  padding-right: 1rem;
}
.tab a {
  color: #535353;
  text-decoration: none;
}
.tab a.active {
  border-bottom: 2px solid #3e94cf;
  color: #141414;
}

.tab-bar {
  white-space: nowrap;
}

body {
  color: #141414;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

a {
  color: #14558f;
}

p,
span {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}

p.bold,
span.bold {
  font-weight: 700;
}

h1 {
  line-height: 2.5rem;
  font-size: 2rem;
  font-weight: 400;
}

h2 {
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
}

h3 {
  line-height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

h4 {
  line-height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

h5 {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
}

button {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}

label {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
}

.table {
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  color: #535353;
  min-width: 100%;
  text-align: left;
}

.table__no-results {
  padding: 36px;
  text-align: center;
}

.nav-js {
  line-height: 1.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 8px auto;
  text-align: center;
}
.nav-js > a {
  margin: 4px;
}

.pagy-limit-selector-js {
  display: block;
  margin: 8px auto;
  text-align: center;
}

.page {
  border-radius: 4px;
  cursor: pointer;
  padding: 8px;
}
.page:hover:not(.disabled, .active) {
  background-color: #dddddd;
}
.page.disabled, .page.active {
  cursor: default;
}
.page a {
  color: #141414;
}

body {
  color: #141414;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

a {
  color: #14558f;
}

p,
span {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}

p.bold,
span.bold {
  font-weight: 700;
}

h1 {
  line-height: 2.5rem;
  font-size: 2rem;
  font-weight: 400;
}

h2 {
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
}

h3 {
  line-height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

h4 {
  line-height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

h5 {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
}

button {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}

label {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
}

.table-cell {
  line-height: 1.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-bottom: 1px solid #dcdcdc;
  padding: 16px 12px 16px 12px;
}

.table-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 4rem;
  width: 100%;
}
.table-form.date-filterable {
  grid-template-columns: 1fr 1fr 1fr;
}
.table-form__fields {
  grid-column: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  margin: 0;
}
.table-form__filters {
  grid-column: 2/2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  margin: 0;
}
.table-form__date-filters {
  grid-column: 3/3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  margin: 0;
}
.table-form__date-filters .date-filters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 2em 1fr;
  gap: 1rem 0.5rem;
  padding-bottom: 1em;
}
.table-form__date-filters .date-filters__input {
  grid-row: 2/2;
}
.table-form__date-filters .date-filters__label {
  grid-column: 1/3;
  grid-row: 1/1;
}
.table-form__actions {
  grid-column: 1/4;
  grid-row: 2/2;
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 1em;
}
.table-form__actions a {
  font-size: 0.875rem;
  text-decoration-color: #4377a5;
  text-transform: uppercase;
  text-underline-offset: 0.5rem;
  white-space: nowrap;
}
.table-form .search-field {
  width: 300px;
}
.table-form .query-strings {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: 1fr 2rem;
  width: 100%;
}
.table-form .query-strings .query-strings-container {
  display: flex;
  grid-row: 1/1;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.table-form .query-strings .query-strings-inputs {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  min-width: 38rem;
}
.table-form .query-strings .query-strings-inputs .search-field {
  flex: 1;
}
.table-form .query-strings .query-strings-inputs .remove-query-button {
  padding: 0.25rem 0.5rem;
}
.table-form .query-strings .add-query-button {
  justify-self: center;
  grid-column: 1/2;
  grid-row: 2/2;
  max-width: 9rem;
  min-height: 3rem;
}

legend.table-form__fields-title,
legend.table-form__filters-title,
legend.table-form__date-filters-title {
  line-height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0;
  width: auto;
  text-align: center;
}

legend.table-form__fields-title {
  margin-bottom: 1rem;
}

.table-header-cell {
  border-bottom: 1px solid #dcdcdc;
  padding: 16px 12px 16px 12px;
}
.table-header-cell a {
  color: #141414;
  display: flex;
  text-decoration: none;
}
.table-header-cell a:visited {
  color: #141414;
}
.table-header-cell span {
  line-height: 1.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  color: #141414;
  font-weight: 700;
}
.table-header-cell span img {
  height: 20px;
  margin-left: 0.5rem;
  width: 20px;
}

body {
  color: #141414;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

a {
  color: #14558f;
}

p,
span {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}

p.bold,
span.bold {
  font-weight: 700;
}

h1 {
  line-height: 2.5rem;
  font-size: 2rem;
  font-weight: 400;
}

h2 {
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
}

h3 {
  line-height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

h4 {
  line-height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

h5 {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
}

button {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}

label {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
}

.table-title__row th {
  height: auto;
  border-bottom: 1px solid #dcdcdc;
  padding: 16px 20px 16px 20px;
}

.table-title__row-title {
  color: #141414;
  font-weight: 700;
  text-align: left;
}

.table-title__icon {
  margin-right: 8px;
  vertical-align: text-bottom;
}

th {
  font-weight: 700;
}

body {
  color: #141414;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

a {
  color: #14558f;
}

p,
span {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}

p.bold,
span.bold {
  font-weight: 700;
}

h1 {
  line-height: 2.5rem;
  font-size: 2rem;
  font-weight: 400;
}

h2 {
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
}

h3 {
  line-height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

h4 {
  line-height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

h5 {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
}

button {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}

label {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
}

.table-title__action {
  text-align: right;
}
.table-title__action a {
  font-size: 0.875rem;
  text-decoration-color: #4377a5;
  text-transform: uppercase;
  text-underline-offset: 0.5rem;
  white-space: nowrap;
}

.table-row {
  height: 76px;
}

.table-row--clickable:hover {
  background-color: #dddddd;
  cursor: pointer;
}
.table-row--clickable:active {
  background-color: #cbcbcb;
}

tr:last-child .table-cell {
  border-bottom: none;
}

.user-header {
  border-radius: 5px;
  border-color: #dcdcdc;
  border-width: 1px;
  border-style: solid;
  padding: 8px 16px 8px 16px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 32px;
}
.user-header .user-header__name {
  line-height: 1.375rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.user-header .user-header__details {
  color: #535353;
  line-height: 1.25rem;
  font-size: 0.75rem;
  font-weight: 500;
}

.ma__button-icon {
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #dcdcdc;
  color: #388557;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 550;
  letter-spacing: 0.1em;
  min-height: 46px;
  padding: 10px 14px;
  text-transform: uppercase;
  transition: background-color 0.4s, color 0.4s, border 0.4s, fill 0.4s;
  white-space: nowrap;
}

.ma__brand-banner-button {
  border-bottom: 2px solid #ffffff !important;
  cursor: pointer;
  margin-left: 1rem;
}

.ma__button-icon--c-white {
  color: #ffffff;
}

.ma__button-icon--expanded {
  padding-bottom: 1rem;
}

.ma__button-icon--expanded > svg {
  transform: rotate(-180deg);
}

.ma__button-icon span {
  display: inline-block;
  padding-right: 5px;
}

.ma__button-icon > svg {
  fill: #535353;
  height: 20px;
  transition: transform 0.5s, fill 0.4s;
}

.ma__button-icon.ma__icon-small > svg {
  height: 10px;
}

.ma__button-icon--expanded,
.ma__button-icon:hover {
  background-color: #388557;
  border-color: transparent;
  color: #ffffff;
  font-weight: 550;
}

.ma__button-icon--expanded:hover:not(:disabled),
.ma__button-icon:hover:hover:not(:disabled) {
  background-color: rgba(56, 133, 87, 0.75);
}

.ma__button-icon--expanded svg,
.ma__button-icon:hover svg {
  fill: #ffffff;
}

.ma__button-icon--expanded svg,
.ma__button-icon:hover svg {
  fill: #ffffff;
}

.ma__button-icon--expanded.ma__button-icon--c-white,
.ma__button-icon:hover.ma__button-icon--c-white {
  background-color: #ffffff;
  border-color: transparent;
  color: #14558f;
  font-weight: 550;
}

.ma__button-icon--expanded.ma__button-icon--c-white:hover:not(:disabled),
.ma__button-icon:hover.ma__button-icon--c-white:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.75);
}

.ma__button-icon--expanded.ma__button-icon--c-white svg,
.ma__button-icon:hover.ma__button-icon--c-white svg {
  fill: #14558f;
}

.ma__button-icon--expanded.ma__button-icon--c-white:hover:not(:disabled),
.ma__button-icon:hover.ma__button-icon--c-white:hover:not(:disabled) {
  background-color: #dcdcdc;
}

.ma__button-icon--quaternary,
.ma__button-icon--expanded.ma__button-icon--quaternary,
.ma__button-icon:hover.ma__button-icon--quaternary {
  background-color: transparent;
  border-bottom: 2px solid rgba(20, 85, 143, 0.5);
  border: none;
  box-shadow: none;
  color: #14558f;
  letter-spacing: 0;
  min-height: 0px;
  padding: 0;
  text-transform: none;
}

.ma__button-icon--quaternary svg,
.ma__button-icon--expanded.ma__button-icon--quaternary svg,
.ma__button-icon:hover.ma__button-icon--quaternary svg {
  fill: rgba(20, 85, 143, 0.5);
}

.ma__button-icon--quaternary:hover,
.ma__button-icon--quaternary.active,
.ma__button-icon--expanded.ma__button-icon--quaternary:hover,
.ma__button-icon--expanded.ma__button-icon--quaternary.active,
.ma__button-icon:hover.ma__button-icon--quaternary:hover,
.ma__button-icon:hover.ma__button-icon--quaternary.active {
  background-color: transparent !important;
  border-color: #14558f;
}

.ma__button-icon--quaternary.ma__button-icon--c-white,
.ma__button-icon--expanded.ma__button-icon--quaternary.ma__button-icon--c-white,
.ma__button-icon:hover.ma__button-icon--quaternary.ma__button-icon--c-white {
  border-bottom-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.ma__button-icon--quaternary.ma__button-icon--c-white svg,
.ma__button-icon--expanded.ma__button-icon--quaternary.ma__button-icon--c-white svg,
.ma__button-icon:hover.ma__button-icon--quaternary.ma__button-icon--c-white svg {
  fill: rgba(255, 255, 255, 0.5);
}

.ma__button-icon--quaternary.ma__button-icon--c-white:hover,
.ma__button-icon--quaternary.ma__button-icon--c-white.active,
.ma__button-icon--expanded.ma__button-icon--quaternary.ma__button-icon--c-white:hover,
.ma__button-icon--expanded.ma__button-icon--quaternary.ma__button-icon--c-white.active,
.ma__button-icon:hover.ma__button-icon--quaternary.ma__button-icon--c-white:hover,
.ma__button-icon:hover.ma__button-icon--quaternary.ma__button-icon--c-white.active {
  border-bottom-color: #ffffff;
}

.ma__brand-banner {
  background-color: #e8eef4;
  font-size: 1rem;
  width: 100%;
}

.ma__brand-banner--c-primary-bg-dark {
  background-color: #14558f;
  color: #ffffff;
}

.ma__brand-banner--c-primary-bg-dark > * {
  border-color: #ffffff !important;
  color: #ffffff !important;
  fill: #ffffff !important;
}

.ma__brand-banner-container {
  background-color: transparent;
  border: none;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  width: 100%;
}

@media (min-width: 781px) {
  .ma__brand-banner-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 911px) {
  .ma__brand-banner-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 481px) {
  .ma__brand-banner-container {
    align-items: center;
  }
}
.ma__brand-banner-expansion {
  display: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 781px) {
  .ma__brand-banner-expansion {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 911px) {
  .ma__brand-banner-expansion {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.ma__brand-banner-expansion--expanded {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  padding-top: 10px;
}

.ma__brand-banner-expansion-item {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  max-width: 500px;
}

.ma__brand-banner-expansion-item-content {
  margin-left: 1rem;
}

.ma__brand-banner-expansion-item > svg {
  height: 30px;
  min-width: 20px;
  width: 30px;
}

@media (min-width: 621px) {
  .ma__brand-banner-expansion-item > svg {
    min-width: 30px;
  }
}
.ma__brand-banner-expansion-item + .ma__brand-banner-expansion-item {
  margin-top: 1rem;
}

.ma__brand-banner-expansion-item p {
  margin-bottom: 0;
}

.ma__brand-banner-expansion-item p:first-of-type {
  font-weight: 550;
}

@media (min-width: 621px) {
  .ma__brand-banner-expansion {
    flex-direction: row;
  }
  .ma__brand-banner-expansion-item + .ma__brand-banner-expansion-item {
    margin-left: 1rem;
    margin-top: 0;
  }
}
.state-header {
  align-items: center;
  background-color: #dcdcdc;
  display: flex;
  height: 100px;
  padding-left: 0.75rem;
  width: 100%;
}
.state-header__image {
  height: 45px;
  margin-right: 1rem;
  width: 45px;
}
.state-header__link {
  color: #388557;
  font-size: 1.5rem;
  text-decoration: none;
}
.state-header__link:visited {
  color: #388557;
}

.accessibility.accessibility-show h1 {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  font-weight: 700;
  margin-bottom: 1rem;
}
.accessibility.accessibility-show .statement {
  margin-bottom: 1rem;
}
.accessibility.accessibility-show .statement__indented {
  padding-left: 2rem;
}

.dashboard.dashboard-show .top,
.dashboard.dashboard-show .bottom {
  margin-bottom: 32px;
  width: 100%;
}
.dashboard.dashboard-show .top {
  display: flex;
}
.dashboard.dashboard-show .bottom {
  display: block;
  padding-top: 2rem;
}
.dashboard.dashboard-show .bottom .table {
  width: 100%;
}
.dashboard.dashboard-show .widget-count {
  line-height: 2.5rem;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.dashboard.dashboard-show .widget-label {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
}
.dashboard.dashboard-show .widget-text {
  color: #535353;
}
.dashboard.dashboard-show .pending-searches-widget {
  flex-grow: 1;
  width: 370px;
}
.dashboard.dashboard-show .pending-searches-widget .table {
  width: 100%;
}
.dashboard.dashboard-show .registry-total-widget {
  border-radius: 5px;
  border-color: #dcdcdc;
  border-width: 1px;
  border-style: solid;
  padding: 8px 16px 8px 16px;
  margin-right: 2rem;
  min-height: 284px;
  padding: 0;
  width: 250px;
}
.dashboard.dashboard-show .registry-total-widget__header {
  border-bottom: 1px solid #dcdcdc;
  padding: 1rem 1.25rem 1rem 1.25rem;
}
.dashboard.dashboard-show .registry-total-widget__header h1 {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  font-weight: 700;
}
.dashboard.dashboard-show .registry-total-widget__body {
  display: flex;
  flex-direction: column;
  height: 194px;
  justify-content: center;
  margin-left: 16px;
}
.dashboard.dashboard-show .analytics-widget {
  border-radius: 5px;
  border-color: #dcdcdc;
  border-width: 1px;
  border-style: solid;
  padding: 8px 16px 8px 16px;
  margin-right: 2rem;
  max-width: 500px;
  min-height: 284px;
  padding: 0;
}
.dashboard.dashboard-show .analytics-widget__header {
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.25rem 1rem 1.25rem;
}
.dashboard.dashboard-show .analytics-widget__header h1 {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  font-weight: 700;
  margin-right: 2rem;
}
.dashboard.dashboard-show .analytics-widget__body {
  display: flex;
  min-height: 225px;
}
.dashboard.dashboard-show .analytics-widget__body-left {
  border-right: 1px solid #dcdcdc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 16px;
  width: 50%;
}
.dashboard.dashboard-show .analytics-widget__body-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 16px;
  width: 50%;
}

.employers.employers-show .employer-grid,
.employers.employers-update .employer-grid {
  display: grid;
  row-gap: 32px;
}
.employers.employers-show .status-label,
.employers.employers-update .status-label {
  border-radius: 5px;
  color: #ffffff;
  padding: 8px 16px 8px 16px;
}
.employers.employers-show .status-label__red,
.employers.employers-update .status-label__red {
  background-color: #cd0d0d;
}
.employers.employers-show .status-label__green,
.employers.employers-update .status-label__green {
  background-color: #388557;
}
.employers.employers-show .form-container,
.employers.employers-update .form-container {
  border-radius: 5px;
  border-color: #dcdcdc;
  border-width: 1px;
  border-style: solid;
  padding: 8px 16px 8px 16px;
  padding-top: 16px;
}
.employers.employers-show .form-title,
.employers.employers-update .form-title {
  margin-bottom: 16px;
}
.employers.employers-show .form-button,
.employers.employers-update .form-button {
  display: flex;
  justify-content: right;
  margin-top: 16px;
  padding-top: 16px;
}
.employers.employers-show .notes-label,
.employers.employers-update .notes-label {
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
}
.employers.employers-show .notes-field,
.employers.employers-update .notes-field {
  height: 128px;
  margin-top: 16px;
  width: 560px;
}

.error-page .ma__site-logo a {
  align-items: center;
  display: flex;
  font-size: 0px;
  text-decoration: none;
}
.error-page .ma__site-logo a span {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-left: 0.4rem;
}
@media (max-width: 620px) {
  .error-page .ma__site-logo a span {
    margin-left: 0.3rem;
    width: 102px;
  }
}
.error-page .ma__site-logo a span {
  color: #388557;
  font-weight: 350;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #388557;
}
@media (max-width: 620px) {
  .error-page .ma__site-logo a span {
    -webkit-text-stroke-width: 0.03rem;
  }
}
.error-page .ma__error-page {
  margin-bottom: 40px;
  text-align: center;
}
.error-page .ma__error-page__label {
  font-size: 7rem;
  line-height: 0.72;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (min-width: 621px) {
  .error-page .ma__error-page__label {
    font-size: 12.75rem;
  }
}
.error-page .ma__error-page__type {
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.error-page .ma__error-page__title {
  font-size: 1.75rem;
  line-height: 1.31;
}
@media (min-width: 621px) {
  .error-page .ma__error-page__title {
    font-size: 2.5rem;
  }
}
.error-page .ma__error-page__message {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1.75em;
}
@media (min-width: 621px) {
  .error-page .ma__error-page__message {
    font-size: 1.625rem;
  }
}
.error-page .ma__error-page__label {
  color: #f6c51b;
  font-weight: 900;
}
.error-page .ma__error-page__type {
  color: #535353;
  font-weight: 550;
}
.error-page .ma__error-page__title {
  font-weight: 550;
}
.error-page .ma__error-page__message {
  color: #141414;
  font-weight: 250;
}
@keyframes narrow-template-bg-full-left {
  0% {
    left: 150%;
  }
  100% {
    left: calc(50% - 320px);
  }
}
@keyframes narrow-template-bg-narrow-left {
  0% {
    left: 150%;
  }
  100% {
    left: calc(50% - 125px);
  }
}
@keyframes narrow-template-bg-full-right {
  0% {
    right: 150%;
  }
  100% {
    right: calc(50% - 320px);
  }
}
@keyframes narrow-template-bg-narrow-right {
  0% {
    right: 150%;
  }
  100% {
    right: calc(50% - 125px);
  }
}
.error-page .ma__narrow-template__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 0;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 45px;
  position: relative;
}
@media (min-width: 781px) {
  .error-page .ma__narrow-template__header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 911px) {
  .error-page .ma__narrow-template__header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.error-page .ma__narrow-template__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 800px;
  min-height: calc(100vh - 170px);
}
@media (min-width: 781px) {
  .error-page .ma__narrow-template__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 911px) {
  .error-page .ma__narrow-template__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.error-page .translated-rtl .ma__narrow-template__container,
.error-page .translated-ltr .ma__narrow-template__container {
  min-height: calc(100vh - 210px);
}
.error-page .ma__narrow-template__content {
  flex-grow: 0;
  padding-bottom: 170px;
  position: relative;
  text-align: center;
}
.error-page .ma__narrow-template .ma__helpful-links .ma__comp-heading {
  text-align: center;
}
.error-page .ma__narrow-template .ma__helpful-links .ma__comp-heading:after {
  left: 50%;
  transform: translateX(-50%);
}
.error-page .ma__image {
  height: 45px;
  width: 45px;
}

.maintenance .main-container {
  grid-template-areas: "main main" "footer footer";
}
.maintenance-container h1 {
  margin-bottom: 1rem;
}

.passwords {
  margin-top: 2rem;
}
.passwords h1,
.passwords form,
.passwords ul {
  margin-bottom: 2rem;
}
.passwords ul {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}
.passwords form {
  width: 30%;
}
.passwords .form-error-message {
  overflow-wrap: break-word;
}

body {
  color: #141414;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

a {
  color: #14558f;
}

p,
span {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}

p.bold,
span.bold {
  font-weight: 700;
}

h1 {
  line-height: 2.5rem;
  font-size: 2rem;
  font-weight: 400;
}

h2 {
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
}

h3 {
  line-height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

h4 {
  line-height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

h5 {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
}

button {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}

label {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
}

.searches.searches-index .table-container {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 32px;
  margin-top: 32px;
  width: 100%;
}
.searches.searches-index .table-container .table {
  width: 100%;
}

.searches.searches-show .show-search-grid {
  display: grid;
  margin-top: 48px;
  row-gap: 32px;
}
.searches.searches-show .top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.searches.searches-show .top header {
  align-items: center;
  display: flex;
}
.searches.searches-show .top header h1 {
  margin-right: 1rem;
}
.searches.searches-show .search-documents h2 {
  line-height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.searches.searches-show .search-documents p {
  line-height: 1.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #535353;
  margin-bottom: 24px;
}
.searches.searches-show .activities-header {
  line-height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.searches.searches-show .search-edit-form .comment-field {
  margin-top: 16px;
  width: 100%;
}

.searches.searches-new .form-field,
.searches.searches-create .form-field {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.searches.searches-new .form-field a,
.searches.searches-create .form-field a {
  margin-bottom: 1rem;
}
.searches.searches-new .form-container,
.searches.searches-create .form-container {
  width: 100%;
}
.searches.searches-new .modal,
.searches.searches-create .modal {
  display: flex;
  flex-direction: column;
}
.searches.searches-new .modal-actions,
.searches.searches-create .modal-actions {
  justify-content: center;
}

.search_documents-show main {
  display: flex;
  flex-direction: column;
}
.search_documents-show .search_documents__details {
  margin-bottom: 1rem;
}
.search_documents-show .search_documents-image-wrapper {
  width: 100%;
}
.search_documents-show .search_documents-image-wrapper img {
  display: block;
  margin: auto;
}
.search_documents-show .search_documents-pdf-wrapper {
  width: 100%;
}
.search_documents-show .search_documents-pdf-wrapper iframe {
  display: block;
  height: 90vh;
  margin: auto;
  width: 80%;
}

.users.users-edit .header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.users.users-edit .status-label {
  border-radius: 5px;
  color: #ffffff;
  padding: 8px 16px 8px 16px;
}
.users.users-edit .status-label__red {
  background-color: #cd0d0d;
}
.users.users-edit .status-label__green {
  background-color: #388557;
}
.users.users-edit .role-field {
  display: flex;
  margin-right: 1rem;
}

* {
  box-sizing: border-box;
  margin: 0;
}

body {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100vh;
}
body .hidden-iframe {
  display: none;
  visibility: hidden;
}
body .primary-header {
  display: flex;
  flex-direction: column;
}
body .hidden {
  display: none;
}

.main-container {
  background-color: #ffffff;
  display: grid;
  grid-template-areas: "nav main" "footer footer";
  grid-template-columns: 250px 1fr;
  grid-template-rows: 1fr auto;
  margin: 0;
}
.main-container > nav {
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  grid-area: nav;
  padding: 12px;
}
.main-container > nav .nav-link__selected {
  color: #141414;
  background-color: #dcdcdc;
  font-weight: 700;
}
.main-container > nav > a {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #535353;
  border-radius: 16px;
  padding: 12px 24px 12px 24px;
  text-decoration: none;
}
.main-container > nav > a:hover {
  background-color: #dddddd;
}
.main-container > nav > a:first-child {
  margin-top: 12px;
}
.main-container > main {
  grid-area: main;
  overflow: auto;
  padding: 24px;
}
.main-container .page-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.main-container .page-header__actions {
  align-items: center;
  display: flex;
}
.main-container .page-header__actions a {
  text-decoration-color: #3e94cf;
  text-transform: uppercase;
  text-underline-offset: 0.3125rem;
}
.main-container .page-header__actions button,
.main-container .page-header__actions .button-link {
  margin-left: 1rem;
}

.ma__footer-slim {
  background-color: #dcdcdc;
  font-size: 1.25rem;
  grid-area: footer;
  line-height: 1.2;
  padding: 20px 40px 30px 40px;
  position: relative;
}
.ma__footer-slim a {
  font-style: normal;
}
.ma__footer-slim .ma__image {
  height: 45px;
  width: 45px;
}
.ma__footer-slim .ma__footer-slim__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 911px) {
  .ma__footer-slim .ma__footer-slim__container {
    align-items: flex-start;
    flex-direction: row;
  }
}
.ma__footer-slim .ma__footer-slim__container--stacked {
  flex-direction: column;
}
.ma__footer-slim .ma__footer-slim__container__logos {
  margin-bottom: 1rem;
  margin-right: 1rem;
  min-width: 45px;
}
.ma__footer-slim .ma__footer-slim__container__logos--stacked {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 0;
  position: relative;
}
.ma__footer-slim .ma__footer-slim__container__logos--stacked > .ma__site-logo {
  margin-right: 1rem;
}
.ma__footer-slim .ma__footer-slim__container__inner {
  display: flex;
  flex-direction: column;
  padding-top: 0rem;
}
@media (min-width: 911px) {
  .ma__footer-slim .ma__footer-slim__container__inner {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding-top: 0.75rem;
  }
}
.ma__footer-slim .ma__footer-slim__container__inner--stacked {
  padding-left: 0;
}
.ma__footer-slim .ma__footer-slim__info {
  max-width: 500px;
}
@media (min-width: 911px) {
  .ma__footer-slim .ma__footer-slim__info {
    margin-bottom: 0.25rem;
    margin-right: 2rem;
  }
}
.ma__footer-slim .ma__footer-slim__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.75em;
}
@media (min-width: 621px) {
  .ma__footer-slim .ma__footer-slim__title {
    margin-bottom: 1em;
  }
}
.ma__footer-slim .ma__footer-slim__copyright {
  font-size: 1rem;
  font-weight: 700;
}
.ma__footer-slim .ma__footer-slim__details {
  margin-top: 2rem;
  max-width: 500px;
}
@media (min-width: 911px) {
  .ma__footer-slim .ma__footer-slim__details {
    display: block;
    margin-top: 0;
  }
}
.ma__footer-slim .ma__footer-slim__links {
  margin-bottom: 1em;
}
.ma__footer-slim .ma__footer-slim__contact a {
  font-weight: 700;
  text-decoration: none;
}
.ma__footer-slim .ma__footer-slim__contact__item {
  display: flex;
  margin-bottom: 1rem;
}
.ma__footer-slim .ma__footer-slim__contact__item svg {
  fill: #388557;
  min-width: 20px;
}
.ma__footer-slim .ma__footer-slim__contact__item span,
.ma__footer-slim .ma__footer-slim__contact__item a {
  padding-left: 0.25rem;
}

.pagy-limit-select {
  padding: 0;
  text-align: center;
}

p.notice,
p.alert {
  margin-bottom: 1rem;
}
