@font-face {
  font-family: "Untitled Sans";
  src: url("https://assets.hm.edu/_fonts/untitled-sans-web-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Untitled Sans";
  src: url("https://assets.hm.edu/_fonts/untitled-sans-web-medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Untitled Sans", Arial, Helvetica;
  font-size: 1rem;
  line-height: 1.5;
  color: #161616;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

select,
input[type=search]:not(.choices__input),
input[type=text],
input[type=date],
input[type=checkbox] {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: inherit;
  font-size: 1rem;
  border-radius: 0;
  border: 1px solid;
  background-color: #ffffff;
  outline: none !important;
  box-shadow: none !important;
}

select,
input[type=search]:not(.choices__input),
input[type=text],
input[type=date] {
  display: block;
  width: 100%;
  padding: 0.5rem 0.625rem;
}

button {
  all: unset;
  margin: 0;
  padding: 0;
  display: inline-block;
  box-sizing: border-box;
  font: inherit;
  background: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button:focus-visible {
  outline: 1px solid;
  outline: -webkit-focus-ring-color auto 1px;
}

a {
  -webkit-tap-highlight-color: transparent;
}

b,
strong {
  font-weight: 600;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

body {
  letter-spacing: -0.01em;
}

h1,
.h1,
h2,
.h2 {
  margin-bottom: 1.875rem;
  font-size: 1.625rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.h1,
h1 {
  margin-bottom: 2.8125rem;
}

h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-weight: 600;
  line-height: 1.3;
}

h3,
.h3 {
  font-size: 1.2rem;
  margin-bottom: 0.9375rem;
}

h4,
.h4 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

h5,
.h5 {
  font-size: 1rem;
  margin-bottom: 0.3125rem;
}

p {
  margin: 0 0 1rem 0;
}

small {
  font-size: 0.875em;
}

strong {
  font-weight: 600;
}

a {
  color: inherit;
}

label {
  font-weight: 600;
  display: block;
  color: #636363;
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2rem;
    margin-bottom: 3.75rem;
  }
  h2,
  .h2 {
    font-size: 1.75rem;
    margin-bottom: 1.75rem;
  }
  h3,
  .h3 {
    font-size: 1.3125rem;
  }
  label {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.125rem;
    margin-bottom: 4.6875rem;
  }
  h2,
  .h2 {
    font-size: 1.875rem;
    margin-bottom: 2.5rem;
  }
  h3,
  .h3 {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
  h4,
  .h4 {
    margin-bottom: 0.625rem;
  }
  label {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1520px) {
  h1,
  .h1 {
    font-size: 2.25rem;
    margin-bottom: 5.625rem;
  }
  h2,
  .h2 {
    font-size: 2rem;
    margin-bottom: 2.8125rem;
  }
}
html[data-dark-mode=enabled] body {
  background-color: #161616;
  color: #e2e2e2;
}
html[data-dark-mode=enabled] label,
html[data-dark-mode=enabled] .text-muted,
html[data-dark-mode=enabled] .issue-status {
  color: #969696;
}
html[data-dark-mode=enabled] .header,
html[data-dark-mode=enabled] .footer {
  border-color: #636363;
}
html[data-dark-mode=enabled] .header-branding img {
  filter: invert(100%);
}
html[data-dark-mode=enabled] .footer-credits span {
  border: 1px solid #636363;
  border-bottom-color: #161616;
}
html[data-dark-mode=enabled] .button {
  background-color: #303030;
  border-color: #303030;
  color: #f3f3f3;
}
@media (hover: hover) and (pointer: fine) {
  html[data-dark-mode=enabled] .button:not(.no-default-hover):hover {
    border-color: #4a4a4a;
    background-color: #4a4a4a;
  }
}
html[data-dark-mode=enabled] .button:not(.no-default-hover):focus, html[data-dark-mode=enabled] .button:not(.no-default-hover):active {
  border-color: #4a4a4a;
  background-color: #4a4a4a;
}
html[data-dark-mode=enabled] .button.filled {
  background-color: #303030;
}
@media (hover: hover) and (pointer: fine) {
  html[data-dark-mode=enabled] .button.filled:hover {
    background-color: #4a4a4a;
    color: #e2e2e2;
  }
}
html[data-dark-mode=enabled] .button.filled:focus {
  background-color: #4a4a4a;
  color: #e2e2e2;
}
html[data-dark-mode=enabled] .switch {
  color: #f3f3f3;
}
html[data-dark-mode=enabled] .switch a, html[data-dark-mode=enabled] .switch button:not(.active) {
  background-color: #303030;
}
html[data-dark-mode=enabled] .switch a:hover, html[data-dark-mode=enabled] .switch button:not(.active):hover {
  background-color: #4a4a4a;
}
html[data-dark-mode=enabled] .switch strong, html[data-dark-mode=enabled] .switch button.active {
  background-color: #4a4a4a;
}
html[data-dark-mode=enabled] .switch:has(a:hover) strong, html[data-dark-mode=enabled] .switch:has(button:not(.active):hover) button.active {
  background-color: #303030;
}
html[data-dark-mode=enabled] .accordion-section {
  border-color: #303030;
}
html[data-dark-mode=enabled] .accordion-header {
  background-color: #303030;
  color: #f3f3f3;
}
@media (hover: hover) and (pointer: fine) {
  html[data-dark-mode=enabled] .accordion-header:hover .icon-wrap {
    background-color: #4a4a4a;
    border-color: #4a4a4a;
  }
}
html[data-dark-mode=enabled] .category-system {
  border-top: 1px solid #636363 !important;
}
@media (hover: hover) and (pointer: fine) {
  html[data-dark-mode=enabled] .category-system:hover {
    background-color: #4a4a4a;
  }
}
@media (min-width: 1200px) {
  html[data-dark-mode=enabled] .category-system {
    border: 1px solid #303030 !important;
  }
}
@media (min-width: 1200px) and (hover: hover) and (pointer: fine) {
  html[data-dark-mode=enabled] .category-system:hover {
    border-color: #4a4a4a;
  }
}
html[data-dark-mode=enabled] .modal-overlay {
  background: rgba(255, 255, 255, 0.2);
}
html[data-dark-mode=enabled] .modal {
  background: #161616;
}
html[data-dark-mode=enabled] .modal-close-btn:hover {
  background-color: #303030;
  border-color: #303030;
}
html[data-dark-mode=enabled] .choices__list,
html[data-dark-mode=enabled] .filter-control .d-flex .button {
  color: #161616;
}
html[data-dark-mode=enabled] .issue,
html[data-dark-mode=enabled] .text-box {
  border-color: #636363;
}
@media (max-width: 767.98px) {
  html[data-dark-mode=enabled] .issues-row.accordion-panel .issue {
    border-top-color: #303030;
  }
}
html[data-dark-mode=enabled] .tooltip {
  background-color: #000000;
  border-color: #636363;
}
html[data-dark-mode=enabled] canvas:not([style]) {
  background-color: #303030;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

*[hidden] {
  display: none !important;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}

.flex-direction-column {
  flex-direction: column;
}

.flex-direction-row-reverse {
  flex-direction: row-reverse;
}

.justify-space-between {
  justify-content: space-between;
}

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

.justify-end {
  justify-content: flex-end;
}

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

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.g-2 {
  gap: 0.3125rem;
}

.g-4 {
  gap: 0.9375rem;
}

.gx-6 {
  gap: 0 1.875rem;
}

.gv-4 {
  gap: 0.9375rem 0;
}

.gv-5 {
  gap: 1.25rem 0;
}

.gv-6 {
  gap: 1.875rem 0;
}

@media (min-width: 768px) {
  .align-md-center {
    align-items: center;
  }
  .gv-md-6 {
    gap: 1.875rem 0;
  }
}
@media (min-width: 1200px) {
  .gv-xl-5 {
    gap: 1.25rem 0;
  }
}
.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

@media (min-width: 576px) {
  .position-sm-relative {
    position: relative;
  }
  .position-sm-absolute {
    position: absolute;
  }
  .position-sm-fixed {
    position: fixed;
  }
  .position-sm-sticky {
    position: sticky;
  }
}
@media (min-width: 768px) {
  .position-md-relative {
    position: relative;
  }
  .position-md-absolute {
    position: absolute;
  }
  .position-md-fixed {
    position: fixed;
  }
  .position-md-sticky {
    position: sticky;
  }
}
@media (min-width: 992px) {
  .position-lg-relative {
    position: relative;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .position-lg-fixed {
    position: fixed;
  }
  .position-lg-sticky {
    position: sticky;
  }
}
@media (min-width: 1200px) {
  .position-xl-relative {
    position: relative;
  }
  .position-xl-absolute {
    position: absolute;
  }
  .position-xl-fixed {
    position: fixed;
  }
  .position-xl-sticky {
    position: sticky;
  }
}
@media (min-width: 1520px) {
  .position-xxl-relative {
    position: relative;
  }
  .position-xxl-absolute {
    position: absolute;
  }
  .position-xxl-fixed {
    position: fixed;
  }
  .position-xxl-sticky {
    position: sticky;
  }
}
.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-1 {
  margin: 0.1875rem;
}

.mt-1 {
  margin-top: 0.1875rem;
}

.mr-1 {
  margin-right: 0.1875rem;
}

.mb-1 {
  margin-bottom: 0.1875rem;
}

.ml-1 {
  margin-left: 0.1875rem;
}

.mx-1 {
  margin-left: 0.1875rem;
  margin-right: 0.1875rem;
}

.my-1 {
  margin-top: 0.1875rem;
  margin-bottom: 0.1875rem;
}

.m-2 {
  margin: 0.3125rem;
}

.mt-2 {
  margin-top: 0.3125rem;
}

.mr-2 {
  margin-right: 0.3125rem;
}

.mb-2 {
  margin-bottom: 0.3125rem;
}

.ml-2 {
  margin-left: 0.3125rem;
}

.mx-2 {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.my-2 {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.m-3 {
  margin: 0.625rem;
}

.mt-3 {
  margin-top: 0.625rem;
}

.mr-3 {
  margin-right: 0.625rem;
}

.mb-3 {
  margin-bottom: 0.625rem;
}

.ml-3 {
  margin-left: 0.625rem;
}

.mx-3 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.my-3 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.m-4 {
  margin: 0.9375rem;
}

.mt-4 {
  margin-top: 0.9375rem;
}

.mr-4 {
  margin-right: 0.9375rem;
}

.mb-4 {
  margin-bottom: 0.9375rem;
}

.ml-4 {
  margin-left: 0.9375rem;
}

.mx-4 {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.my-4 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.m-5 {
  margin: 1.25rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.m-6 {
  margin: 1.875rem;
}

.mt-6 {
  margin-top: 1.875rem;
}

.mr-6 {
  margin-right: 1.875rem;
}

.mb-6 {
  margin-bottom: 1.875rem;
}

.ml-6 {
  margin-left: 1.875rem;
}

.mx-6 {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.my-6 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .mt-md-6 {
    margin-top: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .pr-xl-7 {
    padding-right: 2.8125rem !important;
  }
}
.text-decoration-none {
  text-decoration: none;
}

.underline-on-hover {
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .underline-on-hover:hover {
    text-decoration: underline;
  }
}

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-extra-small {
  font-size: 0.75rem;
}

.text-small {
  font-size: 0.875rem;
}

.text-large {
  font-size: 1.125rem;
}

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

.text-muted {
  color: #636363;
}

.footnote {
  text-indent: -0.625rem;
  padding-left: 0.625rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .text-md-small {
    font-size: 0.875rem;
  }
}
.bg-white {
  background-color: #ffffff;
  overflow: auto;
}

.bg-grey-1 {
  background-color: #f3f3f3;
  overflow: auto;
}

.col,
[class*=col-] {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col {
  flex: 1 0 0%;
  max-width: 100%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 1520px) {
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
.container {
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1102px;
  }
}
@media (min-width: 1520px) {
  .container {
    max-width: 1102px;
  }
}

.footer {
  border-top: 1px solid #d1d1d1;
  margin-top: 6.3125rem;
}

.footer-credits {
  display: flex;
  gap: 0.3125rem;
  font-size: 0.75rem;
}
.footer-credits span {
  display: inline-block;
  margin-top: -1.625rem;
  padding: 0.1875rem 0.625rem;
  border: 1px solid #d1d1d1;
  border-bottom-color: #ffffff;
}

.footer-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  font-size: 0.75rem;
}

.footer-copyright {
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 1.25rem;
}

@media (max-width: 767.98px) {
  .footer-legal-links {
    position: absolute;
    top: 0.9375rem;
    right: 0.9375rem;
    font-size: calc(0.75rem - 1px);
  }
  .footer-legal-links a {
    display: block;
    text-align: right;
  }
  .footer-legal-links span {
    display: none;
  }
  .footer-switches {
    width: 100%;
    justify-content: space-between;
  }
  .footer-copyright {
    line-height: calc(1.5em - 1.5px);
  }
}
@media (min-width: 768px) {
  .footer .language-switch {
    position: absolute;
    right: 0.9375rem;
    top: 0.9375rem;
  }
  .footer-copyright {
    margin-bottom: 0.625rem;
    padding-top: 0.3125rem;
  }
  .footer-credits {
    display: flex;
    gap: 0.625rem;
  }
  .footer-legal-links span {
    padding: 0 0.1875rem;
    opacity: 0.5;
  }
}
@media (min-width: 992px) {
  .footer {
    margin-top: 7.25rem;
  }
}
@media (min-width: 1200px) {
  .footer {
    margin-top: 9.125rem;
  }
  .footer-main {
    font-size: 0.875rem;
  }
  .footer-copyright {
    flex: 0 0 auto;
    width: auto;
    margin-bottom: 0;
    padding-top: 0;
  }
  .footer-switches {
    gap: 0 1.25rem;
  }
  .footer-switches .language-switch {
    position: relative;
    right: auto;
    top: auto;
  }
}
.header {
  padding: 0.625rem 0;
  border-bottom: 1px solid #d1d1d1;
}

.header-branding {
  display: flex;
  text-decoration: none;
  margin-left: -0.25rem;
}
.header-branding img {
  height: 2.375rem;
  width: auto;
}
.header-branding span {
  margin-top: -1px;
}

.header-status-text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.1875rem;
}
.header-status-text strong:last-child {
  display: none;
}

.header-timestamp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.1875rem;
  font-size: 0.75rem;
}

#reloadButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (min-width: 768px) {
  .header {
    padding: 0.9375rem 0;
  }
  .header-branding img {
    height: 3.75rem;
    margin-left: -0.3125rem;
  }
  .header-branding span {
    margin-top: 0.3125rem;
    font-size: 1.125rem;
  }
  .header-status-text {
    margin-top: 0.3125rem;
    font-size: 1.125rem;
  }
  .header-timestamp {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .header-status-text strong {
    display: none;
  }
  .header-status-text strong:last-child {
    display: inline;
  }
}
@media (min-width: 768px) {
  main {
    min-height: calc(100vh - 300px);
  }
}
@media (min-width: 992px) {
  main {
    min-height: calc(100vh - 330px);
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.row.narrow {
  padding: 0 0.3125rem;
}
.row.narrow *[class*=col-] {
  padding: 0 0.625rem !important;
}

@media (min-width: 768px) {
  .row-md-reverse {
    flex-direction: row-reverse;
  }
}
ul.accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.accordion-section {
  border: 2px solid;
  margin-bottom: 0.9375rem;
}
.accordion-section:first-child {
  margin-top: 0 !important;
}
.accordion-section:last-child {
  margin-bottom: 0 !important;
}

.accordion-header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
  line-height: 1.3;
  text-align: inherit;
  text-decoration: none !important;
  user-select: none;
  width: 100%;
  font-weight: 600;
  font-size: 1.125rem;
  padding: 0.625rem 0.9375rem;
}
.accordion-header .icon-wrap {
  border-color: transparent;
  margin-right: -0.3125rem;
  margin-left: auto;
}
@media (hover: hover) and (pointer: fine) {
  .accordion-header:hover .icon-wrap {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
  }
}
.accordion-header.active .icon-wrap {
  transform: rotate(45deg);
}

.accordion-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s;
}

@media (min-width: 1200px) {
  .accordion-section {
    margin-bottom: 1.25rem;
  }
  .accordion-header {
    padding: 0.625rem 0.9375rem;
  }
}
.announcements {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
}

@media (min-width: 768px) {
  .announcements {
    overflow: auto;
  }
  .announcements .issue:not(:first-child), .announcements .announcement:not(:first-child) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .announcements {
    gap: 1.25rem;
  }
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
  line-height: 1.2;
  text-align: inherit;
  text-decoration: none !important;
  user-select: none;
  border: 1px solid #161616;
  font-weight: normal;
  font-size: 1rem;
  padding: 0.625rem 0.9375rem;
}
@media (hover: hover) and (pointer: fine) {
  .button:not(.no-default-hover):hover {
    background-color: #161616;
    color: #ffffff;
  }
}
.button:not(.no-default-hover):focus, .button:not(.no-default-hover):active {
  background-color: #161616;
  color: #ffffff;
}
.button .icon-arrow-right, .button .icon-arrow-right-bold {
  transition: all 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover .icon-arrow-right, .button:hover .icon-arrow-right-bold {
    transform: translate(0.1875rem);
  }
}
.button[disabled] .button.disabled {
  opacity: 0.25;
  pointer-events: none;
}
.button.w-100 {
  display: flex;
  width: 100%;
}
.button.w-100 .icon:not(:first-child) {
  margin-left: auto;
}
.button.large {
  border-width: 2px;
  font-weight: 600;
  font-size: 1.125rem;
  padding: 0.9375rem 0.9375rem;
}
.button.large:has(.icon-wrap) {
  padding: 0.625rem 0.9375rem;
}
.button.small {
  padding: 0.3125rem 0.625rem;
  gap: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.3;
}
.button.extra-small {
  padding: 0.3125rem 0.625rem;
  gap: 0.3125rem;
  font-size: calc(0.875rem - 1px);
}
.button.filled {
  background-color: #f3f3f3;
  border: none;
}
@media (hover: hover) and (pointer: fine) {
  .button.filled:hover {
    background-color: #e2e2e2;
    color: #161616;
  }
}
.button.filled:focus {
  background-color: #e2e2e2;
  color: #161616;
}

@media (min-width: 768px) {
  .button.small {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .button.large {
    padding: 0.9375rem 1.25rem;
  }
  .button.large:has(.icon-wrap) {
    padding: 0.625rem 1.25rem;
  }
  .button.small {
    padding: 0.5rem 0.9375rem;
    line-height: 1.2;
  }
}
.category-system {
  border: none !important;
  border-top: 1px solid !important;
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
  font-weight: 600;
}
.category-system .icon {
  margin-right: 0.3125rem;
}

@media (min-width: 1200px) {
  .category-nav-item.active + .category-systems {
    padding: 1.25rem 0.625rem;
  }
  .category-systems {
    margin: 0 !important;
    padding: 0 0.625rem;
    gap: 1.25rem 0;
  }
  .category-systems .col-xl-6 {
    padding: 0 0.625rem !important;
  }
  .category-system {
    border: 1px solid !important;
  }
  .category-system .icon {
    margin-right: 0;
  }
}
.chart-canvas {
  display: block;
  min-width: 100%;
}
.chart-canvas:not([style]) {
  min-height: 100px;
  max-height: 200px;
  background-color: #f3f3f3;
}

@media (min-width: 768px) {
  .front-page .chart-canvas {
    margin-top: -0.625rem;
  }
}
.filter-control .d-flex input, .filter-control .d-flex .button {
  height: 44px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 2.5px;
}
.filter-control .d-flex input:focus {
  border-color: #b7b7b7;
}
.filter-control .d-flex .button:hover, .filter-control .d-flex .button:focus {
  background-color: #161616;
  border-color: #161616;
}
.filter-control select[multiple] {
  max-height: 44px;
  opacity: 0;
}
.filter-control .choices__list--multiple .choices__item {
  background-color: #161616;
  border-color: #161616;
}
.filter-control.searchterm input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.filter-control.searchterm .button {
  border-left: none !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.filter-control.date-range input {
  flex: 1 1 auto;
  min-width: 0;
}

@media (min-width: 1200px) {
  .filter-control.date-range input {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 5px;
  }
}
.icon {
  height: 1.125em;
  width: 1.125em;
  flex-shrink: 0;
}

.icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3125rem;
  border: 1px solid;
  border-radius: 9999px;
  transition: all 0.2s;
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.issue {
  width: 100%;
  border: 1px solid;
  padding: 0.9375rem;
  overflow: auto;
}
.issue[class*=border-color] {
  border-width: 2px;
}

a.issue-inner-wrap {
  text-decoration: none;
}
a.issue-inner-wrap:hover .issue-title {
  text-decoration: underline;
}

.issue-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}

.issue-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.1875rem;
  margin-bottom: 0.9375rem;
  font-size: 0.75rem;
}

.issue-updated-at {
  display: block;
  margin-top: 1.25rem;
  font-size: 0.75rem;
}

.issue-status {
  color: #636363;
}

.issue-status-text {
  gap: 0 0.1875rem;
}

.issue-content {
  margin-bottom: 1.25rem;
}
.issue-content p:last-child {
  margin-bottom: 0;
}

.issue-bottom {
  padding-top: 0.3125rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.issue.small {
  padding: 0.9375rem;
}
.issue.small .issue-top {
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
}
.issue.small .issue-title {
  font-size: 1rem;
  margin-bottom: 0;
}
.issue.small .issue-status {
  margin-bottom: 0.9375rem;
  font-size: 0.875rem;
}
.issue.small .issue-bottom {
  padding: 0;
}
.issue.small .hide-if-not-in-modal {
  display: none;
}

.issue.in-modal {
  border: none !important;
  padding: 0 !important;
}
.issue.in-modal .hide-in-modal {
  display: none;
}

.modal-content > .row .issue {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modal-content > .row .issue-bottom {
  margin-top: auto;
}

@media (min-width: 768px) {
  .issue-top {
    font-size: 0.875rem;
  }
  .issue.single .issue-top,
  .issue.in-modal .issue-top {
    margin-bottom: 1.875rem;
  }
  .issue.single .issue-title,
  .issue.in-modal .issue-title {
    font-size: 1.3125rem;
  }
  .issue.single .issue-status,
  .issue.in-modal .issue-status {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
  }
  .issue.single .issue-content,
  .issue.in-modal .issue-content {
    margin-bottom: 1.875rem;
  }
  .issue.single .issue-bottom,
  .issue.in-modal .issue-bottom {
    padding-top: 0.625rem;
  }
  .issue.single .issue-updated-at,
  .issue.in-modal .issue-updated-at {
    position: absolute;
    right: 1.25rem;
    bottom: 0.9375rem;
    margin-top: 0;
  }
  .issue.single {
    padding: 1.875rem;
    position: relative;
  }
  .issue.small .issue-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1200px) {
  .issue {
    padding: 1.25rem;
  }
  .issue.single {
    padding: 2.8125rem;
  }
  .issue.single .issue-title {
    font-size: 1.375rem;
  }
  .issue.small {
    padding: 0.9375rem;
  }
}
.issues-row.filterable:not(:has(> :not([hidden]))) {
  min-height: 150px;
}

@media (max-width: 767.98px) {
  .issues-row.accordion-panel .issue {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .issues-row:not(.accordion-panel) .issue {
    margin-bottom: -1px;
  }
}
@media (min-width: 768px) {
  .issues-row {
    padding: 0 0.3125rem;
    gap: 1.25rem 0;
  }
  .issues-row .col-md-6 {
    padding: 0 0.625rem !important;
  }
  .issues-row .issue {
    height: 100%;
  }
  .issues-row.accordion-panel {
    margin: 0 !important;
    padding: 0 0.625rem;
  }
  .accordion-header.active + .issues-row {
    padding: 1.25rem 0.625rem;
  }
}
.modal-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.modal-overlay.open {
  display: flex;
  opacity: 1;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.modal {
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  max-width: 720px;
  width: calc(100% - 1.25rem);
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  padding: 1.25rem;
  box-sizing: border-box;
  transition: transform 0.15s ease;
}
@media (hover: hover) and (pointer: fine) {
  .modal {
    scrollbar-width: thin;
    scrollbar-color: #969696 transparent;
  }
  .modal::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .modal::-webkit-scrollbar-track {
    background: transparent;
  }
  .modal::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #d1d1d1, #969696);
    border-radius: 999px;
    border: 2px solid transparent;
    background-clip: content-box;
    transition: all 0.2s ease;
  }
  .modal::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #969696, #636363);
  }
  .modal::-webkit-scrollbar-thumb:active {
    background: linear-gradient(180deg, #636363, #969696);
  }
}

.modal-close-btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease;
  border-radius: 9999px;
  padding: 0.3125rem;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .modal-close-btn:hover {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
  }
}

.modal-content {
  min-height: 120px;
}

@media (min-width: 768px) {
  .modal {
    padding: 2.8125rem 1.875rem;
  }
}
@media (min-width: 1200px) {
  .modal {
    max-width: 750px;
    padding: 2.8125rem;
  }
  .modal-close-btn {
    top: 0.75rem;
    right: 0.75rem;
  }
}
.spacer,
.spacer-extra-small,
.spacer-small,
.spacer-large,
.spacer-extra-large {
  overflow: hidden;
}

.spacer-extra-small {
  margin-bottom: 1.875rem;
}

.spacer,
.spacer-small {
  margin-bottom: 2.8125rem;
}

.spacer-large {
  margin-bottom: 3.75rem;
}

.spacer-extra-large {
  margin-bottom: 4.6875rem;
}

@media (min-width: 768px) {
  .spacer {
    margin-bottom: 3.75rem;
  }
  .spacer-md-0 {
    margin-bottom: 0 !important;
  }
  .spacer-large {
    margin-bottom: 4.6875rem;
  }
  .spacer-extra-large {
    margin-bottom: 5.625rem;
  }
}
@media (min-width: 992px) {
  .spacer-lg-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .spacer-extra-small {
    margin-bottom: 2.8125rem;
  }
  .spacer-small {
    margin-bottom: 3.75rem;
  }
  .spacer {
    margin-bottom: 4.6875rem;
  }
  .spacer-large {
    margin-bottom: 5.625rem;
  }
  .spacer-extra-large {
    margin-bottom: 7.5rem;
  }
  .spacer-xl-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1520px) {
  .spacer {
    margin-bottom: 5.625rem;
  }
  .spacer-large {
    margin-bottom: 7.5rem;
  }
  .spacer-extra-large {
    margin-bottom: 10rem;
  }
  .spacer-xxl-0 {
    margin-bottom: 0 !important;
  }
}
.status-icon {
  height: 0.5rem;
  width: 0.5rem;
  display: inline-block;
  border-radius: 9999px;
  background-color: #f3f3f3;
}
.status-icon.large {
  height: 0.625rem;
  width: 0.625rem;
}

@media (min-width: 1200px) {
  .status-icon {
    height: 0.625rem;
    width: 0.625rem;
  }
  .status-icon.large {
    height: 0.75rem;
    width: 0.75rem;
  }
}
.switch {
  display: flex;
  font-size: 0.75rem;
}
.switch * {
  padding: 1px 0.5rem;
}
.switch a, .switch button:not(.active) {
  background-color: #f3f3f3;
  text-decoration: none;
  cursor: pointer;
}
.switch a:hover, .switch button:not(.active):hover {
  background-color: #e2e2e2;
}
.switch strong, .switch button.active {
  background-color: #e2e2e2;
  font-weight: 600;
}
.switch:has(a:hover) strong, .switch:has(button:not(.active):hover) button.active {
  background-color: #f3f3f3;
}

@media (min-width: 768px) {
  .switch * {
    padding: 0.1875rem 0.625rem;
  }
}
.system .announcements .issue .issue-content {
  margin-bottom: 0.3125rem;
}
.system .announcements .issue .issue-bottom {
  display: none;
}

.system-header {
  margin-bottom: 1.25rem;
}
.system-header h1 {
  margin-bottom: 0 !important;
}

.system-status {
  display: flex;
  align-items: center;
  gap: 0.1875rem;
  margin-top: 0.1875rem;
  font-weight: 600;
}

.system-content {
  margin-bottom: 1.875rem;
}

.system-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.9375rem;
}

@media (min-width: 768px) {
  .system-status {
    font-size: 1.125rem;
    margin-top: 0.3125rem;
  }
}
@media (min-width: 1200px) {
  .system-header {
    margin-bottom: 1.875rem;
  }
  .system-content {
    margin-bottom: 2.8125rem;
  }
}
.text-box {
  border: 1px solid;
  padding: 0.9375rem;
}
.text-box *:last-child {
  margin-bottom: 0 !important;
}
.text-box.small {
  padding: 0.5rem 0.9375rem;
}
.text-box.small:has(> .icon:first-child) {
  padding-left: 0.5rem;
}
.text-box.large {
  padding: 1.25rem 0.9375rem;
}
.text-box[class*=border-color] {
  border-width: 2px;
}

@media (min-width: 1200px) {
  .text-box {
    padding: 1.25rem;
  }
  .text-box.small {
    padding: 0.625rem 0.9375rem;
  }
  .text-box.large {
    padding: 1.875rem;
  }
}
.has-tooltip {
  position: relative;
  cursor: pointer;
}
.has-tooltip:hover .tooltip {
  display: block;
}

.tooltip {
  position: absolute;
  max-width: 320px;
  min-width: 150px;
  margin-top: 0.5rem;
  padding: 0.3125rem 0.625rem;
  background-color: #ffffff;
  border: 1px solid currentColor;
  font-size: 0.75rem;
  display: none;
  z-index: 1;
  hyphens: auto;
}
.tooltip.auto-width {
  min-width: auto;
  max-width: none;
}
.tooltip.center {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.center:before, .tooltip.center:after {
  left: 50%;
  transform: translateX(calc(-50% - 5px));
}
.tooltip.right {
  right: 0;
}
.tooltip.right:before, .tooltip.right:after {
  left: auto;
  right: 0.9375rem;
}

@media (min-width: 992px) {
  .tooltip {
    max-width: 480px;
    min-width: 320px;
    margin-top: 0.75rem;
  }
}

/*# sourceMappingURL=hm-status.css.map */
