@charset "UTF-8";
* {
  box-sizing: border-box;
}

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

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

/* Mobile-first approach */
.mobile-only {
  display: block; /* Show on mobile */
}

.desktop-only {
  display: none; /* Hide on mobile */
}

/* Show .desktop-only and hide .mobile-only on larger screens */
@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: block;
  }
}
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  clip-path: inset(50%) !important; /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; /* 3 */
}

.sr-only:focus,
.sr-only:active {
  z-index: 1;
  clip: auto !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

*:focus-visible {
  outline-offset: 1px;
}

h1, h2, h3 {
  color: #115588;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1rem;
}

p,
.p {
  margin: 1.12em 0;
  line-height: 1.5;
}

ul,
ol {
  padding-left: 1rem;
}
ulul,
olul {
  list-style: circle;
}
ul.unstyled-list,
ol.unstyled-list {
  list-style: none;
  padding: 0;
}
ul.wide-spaced li,
ol.wide-spaced li {
  margin: 0.5rem 0;
}
ul > li,
ol > li {
  padding-left: 0.25rem;
}
ul > li li,
ol > li li {
  padding-left: 1.5rem;
}

dl.wide-spaced dt, dl.wide-spaced dd {
  float: left;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
dl.wide-spaced dt {
  clear: both;
}
dl dt {
  float: left;
  min-width: 4rem;
  margin-right: 0.5rem;
}
dl dd {
  margin-left: 0;
}

hr {
  border-width: 0;
  border-bottom: 2px solid #115588;
}

img {
  vertical-align: middle;
}

a {
  color: #115588;
}
a img {
  border: 0;
}
a.icon-only, a.no-underline {
  text-decoration: none;
}

button,
a.btn,
input[type=button],
input[type=submit] {
  cursor: pointer;
  display: inline-block;
  padding: 0.075rem 0.38rem;
  background: #4872a9;
  border: 1px solid #4872a9;
  line-height: normal;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  white-space: nowrap;
  color: white;
}
button:focus-visible,
a.btn:focus-visible,
input[type=button]:focus-visible,
input[type=submit]:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
button[type=submit]:focus-visible,
a.btn[type=submit]:focus-visible,
input[type=button][type=submit]:focus-visible,
input[type=submit][type=submit]:focus-visible {
  outline-width: 2px;
  outline-style: solid;
}
button[disabled],
a.btn[disabled],
input[type=button][disabled],
input[type=submit][disabled] {
  cursor: default;
  background: #757575;
}
button[hidden],
a.btn[hidden],
input[type=button][hidden],
input[type=submit][hidden] {
  display: none;
}
button[aria-expanded=false] + [role=group], button[aria-expanded=false] + [role=listbox], button[aria-expanded=false] + [role=menu],
a.btn[aria-expanded=false] + [role=group],
a.btn[aria-expanded=false] + [role=listbox],
a.btn[aria-expanded=false] + [role=menu],
input[type=button][aria-expanded=false] + [role=group],
input[type=button][aria-expanded=false] + [role=listbox],
input[type=button][aria-expanded=false] + [role=menu],
input[type=submit][aria-expanded=false] + [role=group],
input[type=submit][aria-expanded=false] + [role=listbox],
input[type=submit][aria-expanded=false] + [role=menu] {
  display: none;
}
button[aria-expanded=true] + [role=group], button[aria-expanded=true] + [role=listbox], button[aria-expanded=true] + [role=menu],
a.btn[aria-expanded=true] + [role=group],
a.btn[aria-expanded=true] + [role=listbox],
a.btn[aria-expanded=true] + [role=menu],
input[type=button][aria-expanded=true] + [role=group],
input[type=button][aria-expanded=true] + [role=listbox],
input[type=button][aria-expanded=true] + [role=menu],
input[type=submit][aria-expanded=true] + [role=group],
input[type=submit][aria-expanded=true] + [role=listbox],
input[type=submit][aria-expanded=true] + [role=menu] {
  display: block;
}
button.borderless,
a.btn.borderless,
input[type=button].borderless,
input[type=submit].borderless {
  cursor: pointer;
  background: transparent;
  border-width: 0;
  color: inherit;
}
button.paddingless,
a.btn.paddingless,
input[type=button].paddingless,
input[type=submit].paddingless {
  padding: 0;
}
button.link,
a.btn.link,
input[type=button].link,
input[type=submit].link {
  background: none;
  border: none;
  padding: 0;
  color: #115588;
  text-decoration: underline;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
}
button.secondary,
a.btn.secondary,
input[type=button].secondary,
input[type=submit].secondary {
  background: rgb(87.8431372549%, 46.7860187553%, 10.9803921569%);
  border-color: rgb(87.8431372549%, 46.7860187553%, 10.9803921569%);
}
button.tertiary,
a.btn.tertiary,
input[type=button].tertiary,
input[type=submit].tertiary {
  background: rgb(35.8823529412%, 35.8823529412%, 35.8823529412%);
  border-color: rgb(35.8823529412%, 35.8823529412%, 35.8823529412%);
}
button.positive,
a.btn.positive,
input[type=button].positive,
input[type=submit].positive {
  background: #007517;
  border-color: rgb(0%, 25.8823529412%, 5.0879839115%);
}
button.warning,
a.btn.warning,
input[type=button].warning,
input[type=submit].warning {
  background: rgb(60%, 36%, 0%);
  border-color: rgb(60%, 36%, 0%);
}

.button-group {
  display: flex;
}
.button-group button,
.button-group a.btn {
  padding: 0.5rem;
  background: white;
  color: #115588;
}
.button-group button:focus,
.button-group a.btn:focus {
  position: relative;
  z-index: 1;
}
.button-group button:first-child,
.button-group a.btn:first-child {
  border-radius: 0.5rem 0 0 0.5rem;
}
.button-group button:last-child,
.button-group a.btn:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
}
.button-group button[aria-pressed=true], .button-group button[aria-current=true],
.button-group a.btn[aria-pressed=true],
.button-group a.btn[aria-current=true] {
  background: #4872a9;
  color: white;
}
.button-group button[aria-pressed=false]:focus, .button-group button[aria-pressed=false]:hover, .button-group button[aria-current=false]:focus, .button-group button[aria-current=false]:hover,
.button-group a.btn[aria-pressed=false]:focus,
.button-group a.btn[aria-pressed=false]:hover,
.button-group a.btn[aria-current=false]:focus,
.button-group a.btn[aria-current=false]:hover {
  background: rgb(96.1500284761%, 97.1068261329%, 98.3597754454%);
}
.button-group.primary button,
.button-group.primary a.btn {
  border-color: white;
  background: #4872a9;
  color: white;
}
.button-group.primary button[aria-pressed=true], .button-group.primary button[aria-current=true],
.button-group.primary a.btn[aria-pressed=true],
.button-group.primary a.btn[aria-current=true] {
  border-color: #4872a9;
  background: white;
  color: #115588;
}

.tooltip {
  cursor: pointer;
  vertical-align: bottom;
}

form {
  margin: 1rem 0;
}
form fieldset {
  margin: 1rem 0;
  border: 2px solid #4872a9;
  line-height: 2;
}
form fieldset legend {
  line-height: normal;
  font-weight: bold;
  color: #115588;
}
form fieldset p:first-child,
form fieldset legend + p {
  margin-top: 0;
}
form fieldset p:last-child {
  margin-bottom: 0;
}
form fieldset label + label,
form [role=group] label + label {
  margin-left: 1rem;
}

label[for],
.label {
  display: inline-block;
  min-width: 100px;
}
label[for].small,
.label.small {
  min-width: 75px;
}
label[for].inline,
.label.inline {
  min-width: 0;
}

input {
  font-family: inherit;
  font-size: inherit;
}
input[type=text], input[type=email], input[type=password] {
  border: 1px solid #757575;
}
input[type=text]:focus-visible, input[type=email]:focus-visible, input[type=password]:focus-visible {
  outline: 1px solid #757575;
}

select {
  font-family: inherit;
  font-size: inherit;
}
select:focus-visible {
  outline: 1px solid #757575;
}

.flex {
  display: flex;
  align-items: center;
}
.flex.space-out {
  justify-content: space-between;
}
.flex .column.half {
  width: 50%;
}
.flex .column.one-third {
  width: 33.5%;
}
.flex .column.one-third:last-child {
  width: 33%;
}

.grid {
  display: grid;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table.nowrap,
table.nowrap th,
table.nowrap td,
table .nowrap,
table .nowrap th,
table .nowrap td {
  text-wrap: nowrap;
}
table th,
table td {
  vertical-align: top;
  padding: 0.25rem;
}
table th pre,
table td pre {
  display: inline;
  margin: 0;
}
table th {
  text-align: left;
  color: #115588;
}
table th a.sort {
  text-decoration: none;
  white-space: nowrap;
}
table tbody tr:nth-child(odd):not(.even),
table tbody tr.odd {
  background: rgba(72, 114, 169, 0.15);
}

.pagination {
  padding: 0 1rem;
  border: 2px solid #115588;
  border-bottom-width: 0;
  background: #4872a9;
  margin-top: 1.5rem;
  color: white;
}
.pagination form.column {
  margin: 1rem 0;
}
.pagination select {
  border: 1px solid #115588;
}
.pagination select[name=pagesize] {
  min-width: auto;
}
.pagination button[type=submit] {
  position: relative;
  top: 0.5px;
  padding-top: 2.125px;
  background: rgb(87.8431372549%, 46.7860187553%, 10.9803921569%);
  box-shadow: inset 0 0 0 1px #115588;
  color: white;
}
.pagination button[type=submit]:focus {
  outline-color: white;
}

@media (max-width: 767px) {
  body:not([data-dashboard-admin-id]) {
    font-size: 1rem;
    line-height: 1.45;
  }
  body:not([data-dashboard-admin-id]) h1 {
    font-size: 1.9rem;
    line-height: 1.12;
  }
  body:not([data-dashboard-admin-id]) h2 {
    font-size: 1.35rem;
    line-height: 1.18;
  }
  body:not([data-dashboard-admin-id]) p,
  body:not([data-dashboard-admin-id]) li,
  body:not([data-dashboard-admin-id]) dt,
  body:not([data-dashboard-admin-id]) dd {
    overflow-wrap: anywhere;
  }
  body:not([data-dashboard-admin-id]) button,
  body:not([data-dashboard-admin-id]) .btn {
    min-height: 2.75rem;
  }
  body:not([data-dashboard-admin-id]) form fieldset {
    min-width: 0;
    margin-inline: 0;
    padding: 0.85rem;
  }
  body:not([data-dashboard-admin-id]) form label {
    display: block;
    width: 100%;
  }
  body:not([data-dashboard-admin-id]) input[type=text],
  body:not([data-dashboard-admin-id]) input[type=email],
  body:not([data-dashboard-admin-id]) input[type=password],
  body:not([data-dashboard-admin-id]) select,
  body:not([data-dashboard-admin-id]) textarea {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    min-height: 2.75rem;
    font-size: 1rem;
  }
  body:not([data-dashboard-admin-id]) textarea {
    max-width: 100%;
  }
  body:not([data-dashboard-admin-id]) .button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  body:not([data-dashboard-admin-id]) .button-group .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  body:not([data-dashboard-admin-id]) dl dt,
  body:not([data-dashboard-admin-id]) dl dd {
    float: none;
    width: auto;
    margin-left: 0;
  }
  body:not([data-dashboard-admin-id]) table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  body:not([data-dashboard-admin-id]) .pagination {
    padding: 0.85rem;
  }
  body:not([data-dashboard-admin-id]) .pagination .flex {
    display: block;
  }
  body:not([data-dashboard-admin-id]) .pagination form.column,
  body:not([data-dashboard-admin-id]) .pagination .column {
    width: 100%;
    margin: 0.85rem 0;
  }
  body:not([data-dashboard-admin-id]) .pagination button[type=submit] {
    top: 0;
    width: 100%;
  }
}
nav.breadcrumbs ul {
  color: #757575;
}
@media (max-width: 767px) {
  nav.breadcrumbs ul {
    overflow-x: auto;
    padding-bottom: 0.25rem;
    white-space: nowrap;
  }
}
nav.breadcrumbs ul li {
  display: inline-block;
}
nav.breadcrumbs ul li:not(:first-child)::before {
  content: "›"; /* Chevron */
  margin: 0 0.25rem;
}
nav.breadcrumbs ul li a {
  color: inherit;
}

.badge {
  cursor: default;
  padding: 0.25rem 0.5rem;
  background: #4872a9;
  border-radius: 1rem;
  white-space: nowrap;
  font-weight: normal;
  text-decoration: none !important;
  color: white;
}
.badge.tiny {
  vertical-align: middle;
  padding: 0.125rem 0.25rem;
  font-size: 0.75rem;
}
.badge.green {
  background: #007517;
}
.badge.gray {
  background: #757575;
}

.pill {
  position: relative;
  top: -2px;
  display: inline-block;
  padding: 0 0.5rem;
  border-radius: 1rem;
  font-weight: bold;
  text-wrap: nowrap;
  color: white;
}
.pill:not(.icon-only) img:first-child {
  margin-left: -0.25rem;
}
.pill.pill-1 {
  background: #c95f26;
  border: 1px solid rgb(62.0034457298%, 29.3051111658%, 11.7220444663%);
}
.pill.pill-2 {
  background: #b6d36a;
  border: 1px solid rgb(39.9878085949%, 49.6515290054%, 14.6621964848%);
  color: #115588;
}
.pill.pill-3 {
  background: #15369d;
  border: 1px solid rgb(1.1566424323%, 2.9742233972%, 8.6472791364%);
}
.pill.icon-only {
  padding: 0 0.1rem;
}
.pill.icon-only img {
  vertical-align: text-bottom;
}

/** Notifications **/
.notification {
  --notification-accent: rgb(0%, 28.264604811%, 46.0784313725%);
  --notification-background: rgb(92%, 94.2611683849%, 95.6862745098%);
  --notification-border: rgba(0%, 28.264604811%, 46.0784313725%, 0.2);
  --notification-icon: "i";
  display: grid;
  align-items: start;
  grid-template-columns: 1.8rem minmax(0, 1fr) auto;
  gap: 0.75rem;
  margin: 1rem 0;
  padding: 0.9rem 1rem;
  background: var(--notification-background);
  border: 1px solid var(--notification-border);
  border-left: 0.35rem solid var(--notification-accent);
  border-radius: 0.65rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05), 0 8px 20px rgba(15, 23, 42, 0.04);
  line-height: 1.45;
  color: #102235;
}
.notification::before {
  content: var(--notification-icon);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  background: var(--notification-accent);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1;
  color: white;
}
.notification .notification-message {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}
.notification .notification-dismiss {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  display: inline-grid;
  place-items: center;
  width: 1.8rem;
  min-width: 1.8rem;
  height: 1.8rem;
  min-height: 1.8rem;
  margin: 0 -0.25rem 0 0.25rem;
  padding: 0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.35rem;
  color: rgba(16, 34, 53, 0.62);
  line-height: 1;
  cursor: pointer;
}
.notification .notification-dismiss svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.notification .notification-dismiss:hover, .notification .notification-dismiss:focus-visible {
  background: rgba(16, 34, 53, 0.06);
  border-color: rgba(16, 34, 53, 0.12);
  color: #102235;
}
.notification a {
  font-weight: bold;
  color: inherit;
  text-decoration-color: rgba(16, 34, 53, 0.35);
  text-underline-offset: 0.15em;
}
.notification a:hover, .notification a:focus-visible {
  text-decoration-color: currentColor;
}
.notification.error {
  --notification-accent: rgb(67.8431372549%, 0%, 7.8746498599%);
  --notification-background: rgb(97.4274509804%, 92%, 92.6299719888%);
  --notification-border: rgba(67.8431372549%, 0%, 7.8746498599%, 0.2);
  --notification-icon: "!";
}
.notification.warning {
  --notification-accent: rgb(60%, 36%, 0%);
  --notification-background: rgb(96.8%, 94.88%, 92%);
  --notification-border: rgba(60%, 36%, 0%, 0.2);
  --notification-icon: "!";
}
.notification.success {
  --notification-accent: rgb(0%, 25.8823529412%, 5.0879839115%);
  --notification-background: rgb(92%, 94.0705882353%, 92.4070387129%);
  --notification-border: rgba(0%, 25.8823529412%, 5.0879839115%, 0.2);
  --notification-icon: "\2713";
}
.notification.info {
  --notification-accent: rgb(0%, 28.264604811%, 46.0784313725%);
  --notification-background: rgb(92%, 94.2611683849%, 95.6862745098%);
  --notification-border: rgba(0%, 28.264604811%, 46.0784313725%, 0.2);
  --notification-icon: "i";
}

[role=alert]:not(.notification),
[role=status]:not(.notification) {
  padding: 0.5rem;
}
[role=alert]:not(.notification).error,
[role=status]:not(.notification).error {
  background: rgb(100%, 87.8431372549%, 89.2542016807%);
  border: 1px solid rgb(67.8431372549%, 0%, 7.8746498599%);
  color: rgb(67.8431372549%, 0%, 7.8746498599%);
}
[role=alert]:not(.notification).warning,
[role=status]:not(.notification).warning {
  background: rgb(100%, 92%, 80%);
  border: 1px solid rgb(60%, 36%, 0%);
  color: rgb(60%, 36%, 0%);
}
[role=alert]:not(.notification).success,
[role=status]:not(.notification).success {
  background: rgb(75.8823529412%, 100%, 80.6234288587%);
  border: 1px solid rgb(0%, 25.8823529412%, 5.0879839115%);
  color: rgb(0%, 25.8823529412%, 5.0879839115%);
}
[role=alert]:not(.notification).info,
[role=status]:not(.notification).info {
  background: rgb(76.0784313725%, 90.7519708914%, 100%);
  border: 1px solid rgb(0%, 28.264604811%, 46.0784313725%);
  color: rgb(0%, 28.264604811%, 46.0784313725%);
}
[role=alert]:not(.notification) p:first-child,
[role=status]:not(.notification) p:first-child {
  margin-top: 0;
}
[role=alert]:not(.notification) p:last-child,
[role=status]:not(.notification) p:last-child {
  margin-bottom: 0;
}
[role=alert]:not(.notification) p + p,
[role=status]:not(.notification) p + p {
  margin-top: 1rem;
}

.chevron {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}
.chevron.vertical {
  transform: rotate(180deg);
}
.chevron.horizontal {
  transform: rotate(90deg);
}

[aria-expanded=true] .chevron.vertical {
  transform: rotate(0deg);
}
[aria-expanded=true] .chevron.horizontal {
  transform: rotate(180deg);
}

[role=listbox],
[role=menu] {
  z-index: 1;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #757575;
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.25);
  background: white;
}
[role=listbox] [role=option],
[role=listbox] [role=menuitem],
[role=menu] [role=option],
[role=menu] [role=menuitem] {
  cursor: pointer;
  padding: 5px 10px;
  white-space: nowrap;
}
[role=listbox] [role=option]:hover,
[role=listbox] [role=menuitem]:hover,
[role=menu] [role=option]:hover,
[role=menu] [role=menuitem]:hover {
  background: rgb(92%, 92%, 92%);
}
[role=listbox] hr,
[role=menu] hr {
  margin: 0;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.layout {
  width: min(1024px, 100%);
  margin: 2rem auto;
}
.layout > .notification-global {
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.layout header .flex {
  justify-content: space-between;
}
.layout header .flex .logo:focus-visible {
  outline-offset: 0.5rem;
}
.layout header .flex [role=search] label {
  font-size: 1.25rem;
  color: #757575;
}
.layout header .flex [role=search] label .placeholder {
  display: inline-block;
  position: relative;
  left: 3.5rem; /* Adjust the value as needed */
  top: 50%;
}
.layout header .flex [role=search] label [role=searchbox] {
  width: 15rem;
  border-width: 2px;
  border-radius: 0.25rem;
  padding: 0.25rem;
  padding-left: 3.25rem;
  font-size: 1.25rem;
  color: #757575;
}
.layout header .flex [role=search] button[type=submit] {
  width: 2rem;
  height: 2rem;
  margin-left: 0.25rem;
  padding: 0;
  font-size: 1.25rem;
}
.layout header .flex [role=search] button[type=submit]:focus-visible {
  outline: 2.5px solid #757575;
  border-radius: 0.25rem;
}
.layout header .flex [role=search] button[type=submit] svg path {
  fill: #757575;
}
.layout header .menu-top {
  background: #115588;
  margin-top: 1rem;
  color: white;
}
.layout header .menu-top ul {
  margin: 0;
}
.layout header .menu-top a {
  text-decoration: none;
  color: inherit;
}
.layout header .menu-top button {
  background: transparent;
  border-width: 0;
}
.layout header .menu-top > ul {
  display: flex;
  align-items: center;
}
.layout header .menu-top > ul > li {
  flex-grow: 1;
  flex-basis: 0;
  padding-left: 0;
  background: linear-gradient(to bottom, rgb(40.0504434139%, 54.9491497844%, 74.4593605077%) 0%, #4872a9 100%);
  font-weight: bold;
  text-align: center;
}
.layout header .menu-top > ul > li > a, .layout header .menu-top > ul > li > button {
  display: inline-block;
  width: 100%;
  padding: 0.75rem 0;
}
.layout header .menu-top > ul > li > a:focus-visible, .layout header .menu-top > ul > li > button:focus-visible {
  position: relative;
  z-index: 11;
}
.layout header .menu-top > ul > li button[aria-expanded=true] {
  background: linear-gradient(to bottom, #4872a9 0%, rgb(40.0504434139%, 54.9491497844%, 74.4593605077%) 100%);
}
.layout header .menu-top > ul > li button[aria-expanded=false]:hover + [role=group],
.layout header .menu-top > ul > li button[aria-expanded=true] + [role=group],
.layout header .menu-top > ul > li [role=group]:hover {
  display: block;
}
.layout header .menu-top > ul > li [role=group] {
  display: none;
  z-index: 10;
  position: absolute;
  background: #4872a9;
  text-align: left;
}
.layout header .menu-top > ul > li [role=group].mainmenu-submenu {
  min-width: 169px;
}
.layout header .menu-top > ul > li [role=group] ul {
  border-top: 1px solid rgb(40.0504434139%, 54.9491497844%, 74.4593605077%);
}
.layout header .menu-top > ul > li [role=group] ul li {
  padding-left: 0;
}
.layout header .menu-top > ul > li [role=group] ul li button,
.layout header .menu-top > ul > li [role=group] ul li a {
  display: inline-block;
  width: 100%;
  padding: 0.5rem;
  font-weight: normal;
}
.layout header .menu-top > ul > li [role=group] ul li button:focus, .layout header .menu-top > ul > li [role=group] ul li button:hover,
.layout header .menu-top > ul > li [role=group] ul li a:focus,
.layout header .menu-top > ul > li [role=group] ul li a:hover {
  background: rgb(33.0379952811%, 49.6794402408%, 71.4718086405%);
}
.layout header .menu-top > ul > li + li {
  border-left: 2px solid #4872a9;
}
.layout .banner {
  border-bottom: 2px solid #4872a9;
}
.layout main {
  border-bottom: 2px solid #115588;
}
.layout main aside {
  padding: 0 1rem;
  margin-bottom: 2rem;
  background: #4872a9;
  border-radius: 0.5rem;
  color: white;
}
.layout main aside h1,
.layout main aside h2,
.layout main aside h3,
.layout main aside p,
.layout main aside a {
  color: white;
}
.layout main input[type=text],
.layout main input[type=email],
.layout main select {
  min-width: 250px;
}
.layout footer .column {
  align-self: flex-start;
  padding: 1.5rem;
}
.layout footer .column :first-child {
  margin-top: 0;
}
.layout footer .column :last-child {
  margin-bottom: 0;
}
.layout footer ul li {
  line-height: 1.5;
}
.layout footer .powered-by {
  margin-top: 3rem;
  text-align: center;
}
.layout footer .powered-by h3 {
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #666666;
}
.layout footer .powered-by svg g {
  fill: rgb(50%, 50%, 50%);
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .layout {
    width: 100%;
    margin: 0;
  }
  .layout header > .flex {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
    padding: 1rem;
    box-sizing: border-box;
  }
  .layout header .logo {
    display: block;
    text-align: center;
  }
  .layout header .logo img {
    width: min(100%, 344px);
    height: auto;
  }
  .layout header > .flex [role=search] {
    width: 100%;
  }
  .layout header > .flex [role=search] .flex {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .layout header > .flex [role=search] label {
    flex: 1 1 auto;
    display: block;
    position: relative;
  }
  .layout header > .flex [role=search] label .placeholder {
    position: absolute;
    left: 1rem;
    top: 50%;
    display: inline-block;
    line-height: 1;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .layout header > .flex [role=search] label [role=searchbox] {
    box-sizing: border-box;
    width: 100%;
    height: 2.75rem;
    min-width: 0;
    padding: 0.55rem 0.75rem 0.55rem 3.25rem;
  }
  .layout header > .flex [role=search] button[type=submit] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.75rem;
    width: 2.75rem;
    height: 2.75rem;
  }
  .layout header .menu-top {
    margin-top: 0;
  }
  .layout header .menu-top > ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .layout header .menu-top > ul > li {
    flex-basis: auto;
    width: 100%;
  }
  .layout header .menu-top > ul > li > a, .layout header .menu-top > ul > li > button {
    min-height: 2.9rem;
    padding: 0.85rem 0.75rem;
  }
  .layout header .menu-top > ul > li [role=group] {
    position: static;
    width: 100%;
  }
  .layout header .menu-top > ul > li [role=group] a,
  .layout header .menu-top > ul > li [role=group] button {
    min-height: 2.75rem;
    padding: 0.75rem 1rem;
  }
  .layout header .menu-top > ul > li + li {
    border-left: 0;
    border-top: 2px solid #4872a9;
  }
  .layout .banner {
    display: block;
    width: 100%;
    height: auto;
  }
  .layout main img,
  .layout main iframe,
  .layout main video {
    max-width: 100%;
  }
  .layout main img {
    height: auto;
  }
  .layout main input[type=text],
  .layout main input[type=email],
  .layout main input[type=password],
  .layout main textarea,
  .layout main select {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
  }
  body:not(.frontpage) .layout main {
    box-sizing: border-box;
    padding: 0 1rem 1.5rem;
  }
  .layout footer > .flex {
    display: block;
  }
  .layout footer .column,
  .layout footer .column.one-third,
  .layout footer .column.one-third:last-child {
    box-sizing: border-box;
    width: 100%;
    text-align: left;
  }
}
.skip-to-content, .skip-to-content:focus, .skip-to-content:active {
  display: block;
  background: white;
  margin: auto !important;
  padding: 0.5rem !important;
  border: 2px solid black !important;
  border-radius: 0.5rem;
}

.hidden-placeholder {
  visibility: hidden;
}

[data-mouse-click] {
  cursor: pointer;
}

body.frontpage .grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto minmax(280px, auto);
  align-items: stretch;
  color: white;
}
body.frontpage .grid-item {
  min-height: 280px;
}
body.frontpage .grid-item h1, body.frontpage .grid-item h2, body.frontpage .grid-item h3 {
  color: inherit;
}
body.frontpage .slideshow {
  position: relative;
  width: 100%;
  aspect-ratio: 1430/616;
  overflow: hidden;
}
body.frontpage .slideshow .slide {
  inset: 0;
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: none;
  transition: opacity 0.45s ease-in-out;
}
body.frontpage .slideshow .slide.is-active {
  z-index: 2;
  opacity: 1;
}
body.frontpage .grid-item-1 {
  grid-area: 1/1/2/3;
  background: black;
}
body.frontpage .grid-item-2 {
  grid-area: 1/3/3/4;
  min-height: 100%;
  background: #e89247;
  color: white;
}
body.frontpage .grid-item-2 .flex {
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
body.frontpage .grid-item-2 .flex .row:first-child {
  justify-content: flex-start;
  flex: 1 1 auto;
  width: 100%;
  padding: 1.25rem 1.5rem;
  text-align: left;
}
body.frontpage .grid-item-2 .flex .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 4.5rem;
  text-align: center;
}
body.frontpage .grid-item-2 h2 {
  margin-top: 0;
}
body.frontpage .grid-item-2 a {
  text-decoration: none;
  color: inherit;
}
body.frontpage .grid-item-2 ul {
  margin: 0;
}
body.frontpage .grid-item-2 ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  font-size: 0.85rem;
  font-weight: bold;
}
body.frontpage .grid-item-2 ul li + li {
  padding-top: 1rem;
}
body.frontpage .grid-item-2 .cases-link {
  flex: 0 0 auto;
  border-top: 2px solid rgb(73.6209150327%, 39.2111395283%, 9.2026143791%);
  background: linear-gradient(to bottom, rgb(92.091503268%, 62.5206024439%, 36.7320261438%), rgb(90.3137254902%, 54.0954816709%, 22.5098039216%));
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
}
body.frontpage .grid-item-3 {
  grid-area: 2/1/3/2;
  background: linear-gradient(to bottom, rgb(92.091503268%, 62.5206024439%, 36.7320261438%), rgb(90.3137254902%, 54.0954816709%, 22.5098039216%));
  font-size: 1.5rem;
  text-align: center;
}
body.frontpage .grid-item-3 .flex {
  width: 100%;
  height: 33%;
}
body.frontpage .grid-item-3 .flex:first-child {
  height: 20%;
  margin-top: 1rem;
}
body.frontpage .grid-item-3 h2 {
  width: 100%;
  font-size: 1.5rem;
}
body.frontpage .grid-item-3 .social-link {
  display: block;
  width: 100%;
}
body.frontpage .grid-item-3 .social-link img {
  width: 66%;
}
body.frontpage .grid-item-4 {
  grid-area: 2/2/3/3;
  background-image: linear-gradient(to bottom, rgb(40.0504434139%, 54.9491497844%, 74.4593605077%) 0%, #4872a9 100%);
  overflow: hidden;
}
body.frontpage .grid-item-4 .flex {
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
}
body.frontpage .grid-item-4 .flex .row:first-child {
  justify-content: center;
  flex: 0 0 35%;
  height: auto;
  font-weight: bold;
  text-align: center;
}
body.frontpage .grid-item-4 .flex .row {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: flex-start;
  width: 100%;
  min-height: 0;
  height: auto;
  text-align: left;
}
body.frontpage .grid-item-4 p {
  z-index: 1;
  position: relative;
  font-size: 1.05rem;
}
body.frontpage .grid-item-4 .background-photo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
}
body.frontpage .grid-item-4 .background-photo img {
  display: block;
  width: 100%;
  height: auto;
}
body.frontpage .grid-item-4 .app-link {
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.35rem;
  margin: 1rem;
  margin-top: 0.5rem;
}
body.frontpage .grid-item-4 .app-link img {
  display: block;
  height: auto;
}

@media (max-width: 900px) and (min-width: 768px) {
  body.frontpage .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto auto;
  }
  body.frontpage .grid-item-1 {
    grid-area: 1/1/2/3;
  }
  body.frontpage .grid-item-2 {
    grid-area: 2/1/3/3;
    min-height: 0;
  }
  body.frontpage .grid-item-2 .flex {
    flex-direction: row;
    height: auto;
  }
  body.frontpage .grid-item-2 .flex .row:first-child {
    width: auto;
  }
  body.frontpage .grid-item-2 .flex .row {
    width: auto;
  }
  body.frontpage .grid-item-2 .cases-link {
    flex: 0 0 14rem;
    border-top: 0;
    border-left: 2px solid rgb(73.6209150327%, 39.2111395283%, 9.2026143791%);
    padding: 1rem 1.25rem;
  }
  body.frontpage .grid-item-3 {
    grid-area: 3/1/4/2;
  }
  body.frontpage .grid-item-4 {
    grid-area: 3/2/4/3;
  }
  body.frontpage .grid-item-4 .background-photo {
    width: min(42%, 10.5rem);
  }
}
@media (max-width: 767px) {
  body.frontpage .grid {
    display: block;
  }
  body.frontpage .grid-item {
    min-height: 0;
    height: auto;
  }
  body.frontpage .slideshow {
    position: relative;
    aspect-ratio: 1430/616;
  }
  body.frontpage .grid-item-2 {
    height: auto;
  }
  body.frontpage .grid-item-2 .flex {
    display: block;
    height: auto;
  }
  body.frontpage .grid-item-2 .flex .row,
  body.frontpage .grid-item-2 .flex .row:first-child {
    display: block;
    width: auto;
    height: auto;
    padding: 1.25rem;
  }
  body.frontpage .grid-item-2 ul {
    -moz-columns: 1;
         columns: 1;
  }
  body.frontpage .grid-item-2 .cases-link {
    border-top: 2px solid rgb(73.6209150327%, 39.2111395283%, 9.2026143791%);
    border-left: 0;
    padding: 1rem 1.25rem;
  }
  body.frontpage .grid-item-3 {
    display: grid;
    gap: 0.85rem;
    padding: 1.25rem;
  }
  body.frontpage .grid-item-3 .flex,
  body.frontpage .grid-item-3 .flex:first-child {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  body.frontpage .grid-item-3 h2 {
    margin: 0;
  }
  body.frontpage .grid-item-3 .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4rem;
    padding: 0.65rem;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 0.35rem;
  }
  body.frontpage .grid-item-3 .social-link img {
    width: min(100%, 13.5rem);
    max-height: 4.75rem;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body.frontpage .grid-item-4 {
    padding: 1.25rem;
  }
  body.frontpage .grid-item-4 .flex {
    display: block;
    height: auto;
  }
  body.frontpage .grid-item-4 .flex .row,
  body.frontpage .grid-item-4 .flex .row:first-child {
    display: block;
    width: auto;
    height: auto;
  }
  body.frontpage .grid-item-4 .flex .row:first-child p {
    margin-top: 0;
  }
  body.frontpage .grid-item-4 .flex .row:last-child {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(7rem, 9.5rem);
    gap: 1rem;
    align-items: end;
  }
  body.frontpage .grid-item-4 .background-photo {
    grid-column: 2;
    position: static;
    display: block;
    width: 100%;
    margin: 0;
  }
  body.frontpage .grid-item-4 .app-link {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    margin: 0;
  }
  body.frontpage .grid-item-4 .app-link img {
    max-width: min(100%, 10.5rem);
    height: auto;
  }
}
body.cases form.filter .flex {
  justify-content: space-between;
}
body.cases .status-indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  border-radius: 50%;
  vertical-align: middle;
}
body.cases .status-indicator--done {
  background: #1fec30;
}
body.cases .status-indicator--unfinished {
  background: #ece41f;
}

@media (max-width: 767px) {
  body.cases form.filter .flex {
    display: grid;
    gap: 0.75rem;
  }
  body.cases form.filter .flex > div {
    min-width: 0;
  }
  body.cases form.filter button[type=submit] {
    width: 100%;
    margin-top: 0.5rem;
  }
  body.cases form.filter .button-group .btn {
    flex: 1 1 12rem;
  }
  body.cases table {
    display: block;
    overflow: visible;
    border-collapse: collapse;
    border-spacing: 0;
  }
  body.cases thead {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  body.cases tbody {
    display: grid;
    gap: 0.75rem;
  }
  body.cases tbody tr:nth-child(odd):not(.even),
  body.cases tbody tr.odd {
    background: white;
  }
  body.cases tr {
    display: grid;
    gap: 0.45rem;
    padding: 0.9rem;
    border-left: 0.35rem solid #4872a9;
    border-radius: 0.35rem;
    background: white;
    box-shadow: 0 0 0 1px rgba(72, 114, 169, 0.2);
  }
  body.cases td {
    display: grid;
    grid-template-columns: 5.5rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
    padding: 0;
  }
  body.cases td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #757575;
  }
  body.cases .cases__status-cell {
    align-items: center;
  }
  body.cases .cases__name-cell a {
    font-weight: bold;
  }
}
body.case-single .case-container {
  align-items: flex-start;
  justify-content: space-between;
}
body.case-single .case-container dl.case-details {
  width: 80%;
  margin-top: 0;
}
body.case-single .case-container dl.case-details dt {
  min-width: 5rem;
}
body.case-single .case-container aside {
  min-width: 20%;
}

@media (max-width: 767px) {
  body.case-single h1 {
    display: grid;
    gap: 0.5rem;
  }
  body.case-single .badge {
    justify-self: start;
    width: -moz-fit-content;
    width: fit-content;
  }
  body.case-single .case-container {
    display: block;
  }
  body.case-single .case-container dl.case-details {
    width: 100%;
  }
  body.case-single .case-container aside {
    min-width: 0;
    margin-top: 1.25rem;
    padding: 1rem;
  }
}
body.departments main .flex {
  justify-content: space-between;
  margin-bottom: 1rem;
}
body.departments main .flex .map-column .map-frame {
  position: relative;
  width: 400px;
  max-width: 100%;
}
body.departments main .flex .map-column .map {
  display: block;
  width: 100%;
  height: auto;
}
body.departments main .flex .map-column a.map-marker {
  position: absolute;
  transform: translate(-50%, -50%);
  text-decoration: none;
}
body.departments main .flex .map-column a.map-marker img {
  background: white;
  border: 2px solid white;
  border-radius: 5px;
}
body.departments main .flex .details-column {
  width: 350px;
}
body.departments main .flex .details-column h2 img {
  vertical-align: text-bottom;
}

@media (max-width: 767px) {
  body.departments main .flex {
    display: block;
  }
  body.departments main .flex .map-column {
    margin: 0.5rem auto 1.5rem;
  }
  body.departments main .flex .map-column .map-frame {
    margin: 0 auto;
  }
  body.departments main .flex .map-column a.map-marker img {
    width: 26px;
    height: 26px;
  }
  body.departments main .flex .details-column {
    width: 100%;
  }
  body.departments main .flex .details-column h2 {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1.4rem;
  }
}
body.employees .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 10px;
  margin-bottom: 1rem;
}
body.employees .grid .portrait {
  float: left;
  margin-right: 0.5rem;
  border: 1px solid #115588;
}
body.employees .grid h2 {
  margin: 0;
  font-size: 1rem;
}

@media (max-width: 900px) and (min-width: 768px) {
  body.employees .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
@media (max-width: 767px) {
  body.employees .grid {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }
  body.employees .grid .grid-item {
    min-width: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(17, 85, 136, 0.18);
    overflow-wrap: anywhere;
  }
  body.employees .grid .portrait {
    width: 76px;
    height: 76px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body.employee-single h1 {
  margin-bottom: 0;
}
body.employee-single .job-title {
  font-weight: bold;
}

@media (max-width: 767px) {
  body.employee-single .job-title,
  body.employee-single dl,
  body.employee-single p {
    overflow-wrap: anywhere;
  }
}
body.news main .flex {
  align-items: flex-start;
}
body.news main .flex .overview h2:first-child {
  margin-top: 0;
}
body.news main .flex .overview h2 {
  margin-bottom: 0;
}
body.news main .flex .overview .time {
  font-style: italic;
}
body.news main .flex aside {
  width: 600px;
}

@media (max-width: 767px) {
  body.news main .flex {
    display: block;
  }
  body.news main .flex .overview {
    min-width: 0;
  }
  body.news main .flex .overview h2 {
    line-height: 1.2;
  }
  body.news main .flex .overview img {
    max-width: 100%;
    height: auto;
  }
  body.news main .flex aside {
    box-sizing: border-box;
    width: auto;
    margin-top: 1.5rem;
    padding: 1rem;
  }
}
.not-found-page .not-found-page__content {
  max-width: 42rem;
  margin: 1.75rem auto 3rem;
  text-align: center;
  color: #757575;
}
.not-found-page .not-found-page__illustration {
  display: block;
  width: min(30rem, 100%);
  height: auto;
  margin: 0 auto 1.25rem;
}
.not-found-page h1 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.15;
  letter-spacing: 0;
  color: #00508d;
}
.not-found-page p {
  max-width: 36rem;
  margin: 1rem auto 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .not-found-page .not-found-page__content {
    margin: 1.25rem auto 2rem;
  }
  .not-found-page h1 {
    font-size: 1.7rem;
  }
  .not-found-page p {
    font-size: 1rem;
  }
}
.search-page > h1 {
  max-width: 42rem;
  margin: 1.25rem 0 0.75rem;
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.search-page > h1 span {
  color: #12233d;
  font-weight: 700;
}
.search-page > p {
  max-width: 38rem;
  margin: 0 0 1rem;
  color: #757575;
  font-size: 1.25rem;
  line-height: 1.45;
}
.search-page .search-page-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.55rem;
  margin: 0.5rem 0 1.5rem;
}
.search-page .search-page-form label {
  display: grid;
  gap: 0.25rem;
  width: min(24rem, 100%);
}
.search-page .search-page-form .placeholder {
  color: #12233d;
  font-weight: 700;
}
.search-page .search-page-form input[type=text] {
  box-sizing: border-box;
  width: 100%;
  min-height: 2rem;
  padding: 0.35rem 0.45rem;
  border: 1px solid #8b97a5;
  border-radius: 0.2rem;
  font: inherit;
}
.search-page .search-page-form button[type=submit] {
  min-height: 2rem;
  padding: 0.35rem 0.8rem;
  border: 0;
  border-radius: 0.2rem;
  background: #4f79ad;
  color: #fff;
  font: inherit;
  font-weight: 700;
}
.search-page .search-empty-state {
  max-width: 38rem;
  margin: 1.5rem auto 3rem;
  text-align: center;
  color: #757575;
}
.search-page .search-empty-state img {
  display: block;
  width: min(32rem, 100%);
  height: auto;
  margin: 0 auto 1.25rem;
}
.search-page .search-empty-state h2 {
  margin: 0;
  font-size: 2.25rem;
  line-height: 1.15;
  color: #12233d;
}
.search-page .search-empty-state p {
  max-width: 34rem;
  margin: 1rem auto 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .search-page > h1 {
    margin-top: 1rem;
    font-size: 1.55rem;
  }
  .search-page > p {
    font-size: 1rem;
  }
  .search-page .search-page-form {
    display: grid;
    gap: 0.75rem;
  }
  .search-page .search-page-form label {
    width: 100%;
  }
  .search-page .search-page-form button[type=submit] {
    width: 100%;
  }
  .search-page .search-empty-state {
    margin: 1.25rem auto 2rem;
  }
  .search-page .search-empty-state h2 {
    font-size: 1.7rem;
  }
  .search-page .search-empty-state p {
    font-size: 1rem;
  }
}