:root {
  --page-background-color: #ffffff;
  --page-highlight-background-color: rgba(240, 240, 240, 0.8549019608);
  --page-text-color: #000000;
  --link-color: #0071b3;
  --link-hover-color: #005586;
  --link-active-color: #c60c46;
  --link-focus-color: #202024;
  --link-focus-background: #ffb400;
  --link-focus-outline: 3px solid #ffb400;
}

@media (prefers-color-scheme: dark) {
  :root {
    --page-background-color: #282729;
    --page-highlight-background-color: rgba(134, 133, 135, 0.4156862745);
    --page-text-color: #f0f0f0;
    --link-color: #00c5db;
    --link-hover-color: #00aecd;
    --link-active-color: #c60c46;
    --link-focus-color: #e6e6e9;
    --link-focus-background: #ffb400;
    --link-focus-outline: 3px solid #ffb400;
  }
}
.dark {
  --page-background-color: #282729;
  --page-highlight-background-color: rgba(134, 133, 135, 0.4156862745);
  --page-text-color: #f0f0f0;
  --link-color: #00c5db;
  --link-hover-color: #00aecd;
  --link-active-color: #c60c46;
  --link-focus-color: #e6e6e9;
  --link-focus-background: #ffb400;
  --link-focus-outline: 3px solid #ffb400;
  background-color: var(--page-background-color);
}

.bg-blue-primary {
  background-color: #00539b;
}

.text-blue-primary {
  color: #00539b;
}

.bg-blue-25-tint {
  background-color: #407eb4;
}

.text-blue-25-tint {
  color: #407eb4;
}

.bg-blue-50-tint {
  background-color: #80a9cd;
}

.text-blue-50-tint {
  color: #80a9cd;
}

.bg-blue-25-shade {
  background-color: #003e74;
}

.text-blue-25-shade {
  color: #003e74;
}

.bg-light-blue-primary {
  background-color: #0071b3;
}

.text-light-blue-primary {
  color: #0071b3;
}

.bg-light-blue-25-tint {
  background-color: #4095c6;
}

.text-light-blue-25-tint {
  color: #4095c6;
}

.bg-light-blue-50-tint {
  background-color: #80b8d9;
}

.text-light-blue-50-tint {
  color: #80b8d9;
}

.bg-light-blue-25-shade {
  background-color: #005586;
}

.text-light-blue-25-shade {
  color: #005586;
}

.bg-red-primary {
  background-color: #ea1a13;
}

.text-red-primary {
  color: #ea1a13;
}

.bg-red-25-tint {
  background-color: #ef534e;
}

.text-red-25-tint {
  color: #ef534e;
}

.bg-red-50-tint {
  background-color: #f58d89;
}

.text-red-50-tint {
  color: #f58d89;
}

.bg-red-25-shade {
  background-color: #b0140e;
}

.text-red-25-shade {
  color: #b0140e;
}

.bg-dark-grey-1 {
  background-color: #202024;
}

.text-dark-grey-1 {
  color: #202024;
}

.bg-dark-grey-2 {
  background-color: #0f0f11;
}

.text-dark-grey-2 {
  color: #0f0f11;
}

.bg-mid-grey-1 {
  background-color: #949494;
}

.text-mid-grey-1 {
  color: #949494;
}

.bg-mid-grey-2 {
  background-color: #dedede;
}

.text-mid-grey-2 {
  color: #dedede;
}

.bg-light-grey-1 {
  background-color: #f0f0f0;
}

.text-light-grey-1 {
  color: #f0f0f0;
}

.bg-light-grey-2 {
  background-color: #fafafa;
}

.text-light-grey-2 {
  color: #fafafa;
}

.bg-orange-primary {
  background-color: #ffb400;
}

.text-orange-primary {
  color: #ffb400;
}

.bg-dark-orange {
  background-color: #bf5909;
}

.text-dark-orange {
  color: #bf5909;
}

.bg-dark-orange-25-shade {
  background-color: #98490c;
}

.text-dark-orange-25-shade {
  color: #98490c;
}

.bg-green-primary {
  background-color: #00853f;
}

.text-green-primary {
  color: #00853f;
}

.bg-green-25-tint {
  background-color: #40a46f;
}

.text-green-25-tint {
  color: #40a46f;
}

.bg-green-50-tint {
  background-color: #80c29f;
}

.text-green-50-tint {
  color: #80c29f;
}

.bg-green-10-shade {
  background-color: #007136;
}

.text-green-10-shade {
  color: #007136;
}

.bg-green-25-shade {
  background-color: #00642f;
}

.text-green-25-shade {
  color: #00642f;
}

.bg-purple-primary {
  background-color: #7b439a;
}

.text-purple-primary {
  color: #7b439a;
}

.bg-purple-25-tint {
  background-color: #9c72b3;
}

.text-purple-25-tint {
  color: #9c72b3;
}

.bg-purple-50-tint {
  background-color: #bda1cd;
}

.text-purple-50-tint {
  color: #bda1cd;
}

.bg-purple-10-shade {
  background-color: #693983;
}

.text-purple-10-shade {
  color: #693983;
}

.bg-purple-25-shade {
  background-color: #5c3274;
}

.text-purple-25-shade {
  color: #5c3274;
}

.bg-burgundy-primary {
  background-color: #c60c46;
}

.text-burgundy-primary {
  color: #c60c46;
}

.bg-burgundy-25-tint {
  background-color: #d44974;
}

.text-burgundy-25-tint {
  color: #d44974;
}

.bg-burgundy-50-tint {
  background-color: #e386a3;
}

.text-burgundy-50-tint {
  color: #e386a3;
}

.bg-burgundy-25-shade {
  background-color: #950935;
}

.text-burgundy-25-shade {
  color: #950935;
}

.bg-success {
  background-color: #00853f;
}

.text-success {
  color: #00853f;
}

.bg-information {
  background-color: #00539b;
}

.text-information {
  color: #00539b;
}

.bg-warning {
  background-color: #bf5909;
}

.text-warning {
  color: #bf5909;
}

.bg-danger {
  background-color: #ea1a13;
}

.text-danger {
  color: #ea1a13;
}

@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url(//fonts.gstatic.com/s/ptsans/v8/CWlc_g68BGYDSGdpJvpktgLUuEpTyoUstqEm5AMlJo4.woff2) format("woff2"), url("../assets/fonts/pt-sans/regular/PTS55F-webfont.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(//fonts.gstatic.com/s/ptsans/v8/0XxGQsSc1g4rdRdjJKZrNAzyDMXhdD8sAj6OAJTFsBI.woff2) format("woff2"), url("../assets/fonts/pt-sans/bold/PTS75F-webfont.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  src: local("PT Sans Italic"), local("PTSans-Italic"), url(//fonts.gstatic.com/s/ptsans/v8/PIPMHY90P7jtyjpXuZ2cLJBw1xU1rKptJj_0jans920.woff2) format("woff2"), url("../assets/fonts/pt-sans/italic/PTS56F-webfont.woff") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 700;
  src: local("PT Sans Bold Italic"), local("PTSans-BoldItalic"), url(//fonts.gstatic.com/s/ptsans/v8/lILlYDvubYemzYzN7GbLkBampu5_7CjHW5spxoeN3Vs.woff2) format("woff2"), url("../assets/fonts/pt-sans/bolditalic/PTS76F-webfont.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  src: local("PT Serif"), local("PTSerif-Regular"), url(//fonts.gstatic.com/s/ptserif/v8/I-OtoJZa3TeyH6D9oli3iXYhjbSpvc47ee6xR_80Hnw.woff2) format("woff2"), url("../assets/fonts/pt-serif/regular/PTF55F-webfont.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 700;
  src: local("PT Serif Bold"), local("PTSerif-Bold"), url(//fonts.gstatic.com/s/ptserif/v8/QABk9IxT-LFTJ_dQzv7xpIgp9Q8gbYrhqGlRav_IXfk.woff2) format("woff2"), url("../assets/fonts/pt-serif/bold/PTF75F-webfont.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: 400;
  src: local("PT Serif Italic"), local("PTSerif-Italic"), url(//fonts.gstatic.com/s/ptserif/v8/03aPdn7fFF3H6ngCgAlQzAzyDMXhdD8sAj6OAJTFsBI.woff2) format("woff2"), url("../assets/fonts/pt-serif/italic/PTF56F-webfont.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: 700;
  src: local("PT Serif Bold Italic"), local("PTSerif-BoldItalic"), url(//fonts.gstatic.com/s/ptserif/v8/Foydq9xJp--nfYIx2TBz9WaVI6zN22yiurzcBKxPjFE.woff2) format("woff2"), url("../assets/fonts/pt-serif/bolditalic/PTF76F-webfont.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 200;
  src: url("https://fonts.gstatic.com/s/materialsymbolsoutlined/v175/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
:root {
  --page-font-family: "PT Sans", Helvetica, Arial, sans-serif;
}

body {
  background-color: var(--page-background-color);
  color: var(--page-text-color);
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 100%;
}
@media (min-width: 576px) {
  body {
    font-size: 112.5%;
  }
}

h1 {
  font-size: 2.0736em;
  font-weight: 700;
}
@media (min-width: 36em) and (max-width: 75em) {
  h1 {
    font-size: calc(2.0736em + 0.36780625em * (100vw - 36em) / (75em - 36em));
  }
}
@media (min-width: 75em) {
  h1 {
    font-size: calc(2.0736em + 0.36780625em);
  }
}

h2 {
  font-size: 1.728em;
  font-weight: 700;
}
@media (min-width: 36em) and (max-width: 75em) {
  h2 {
    font-size: calc(1.728em + 0.225125em * (100vw - 36em) / (75em - 36em));
  }
}
@media (min-width: 75em) {
  h2 {
    font-size: calc(1.728em + 0.225125em);
  }
}

h3 {
  font-size: 1.44em;
  font-weight: 700;
}
@media (min-width: 36em) and (max-width: 75em) {
  h3 {
    font-size: calc(1.44em + 0.1225em * (100vw - 36em) / (75em - 36em));
  }
}
@media (min-width: 75em) {
  h3 {
    font-size: calc(1.44em + 0.1225em);
  }
}

h4 {
  font-size: 1.2em;
  font-weight: 700;
}
@media (min-width: 36em) and (max-width: 75em) {
  h4 {
    font-size: calc(1.2em + 0.05em * (100vw - 36em) / (75em - 36em));
  }
}
@media (min-width: 75em) {
  h4 {
    font-size: calc(1.2em + 0.05em);
  }
}

h5 {
  font-size: 1em;
  font-weight: 700;
}

h6 {
  font-size: 1em;
  font-weight: 700;
}

a, .link {
  color: var(--link-color);
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: color 0.3s ease;
}
a:hover, .link:hover {
  color: var(--link-hover-color);
  text-decoration: none;
}
a:active, .link:active {
  color: var(--link-active-color);
}
a:focus, .link:focus {
  color: var(--link-focus-color);
  background: var(--link-focus-background);
  box-shadow: 0 3px var(--link-focus-background);
  outline: var(--link-focus-outline);
  text-decoration: underline;
}

.visually-hidden {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

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

.text-blue-primary {
  color: #00539b;
}

.text-blue-25-tint {
  color: #407eb4;
}

.text-blue-50-tint {
  color: #80a9cd;
}

.text-blue-25-shade {
  color: #003e74;
}

.text-light-blue-primary {
  color: #0071b3;
}

.text-light-blue-25-tint {
  color: #4095c6;
}

.text-light-blue-50-tint {
  color: #80b8d9;
}

.text-light-blue-25-shade {
  color: #005586;
}

.text-red-primary {
  color: #ea1a13;
}

.text-red-25-tint {
  color: #ef534e;
}

.text-red-50-tint {
  color: #f58d89;
}

.text-red-25-shade {
  color: #b0140e;
}

.text-dark-grey-1 {
  color: #202024;
}

.text-dark-grey-2 {
  color: #0f0f11;
}

.text-grey {
  color: #6a6a6b;
}

.text-mid-grey-1 {
  color: #949494;
}

.text-mid-grey-2 {
  color: #dedede;
}

.text-light-grey-1 {
  color: #f0f0f0;
}

.text-light-grey-2 {
  color: #fafafa;
}

.text-white {
  color: #ffffff;
}

.text-orange-primary {
  color: #ffb400;
}

.text-dark-orange {
  color: #bf5909;
}

.text-green-primary {
  color: #00853f;
}

.text-green-25-tint {
  color: #40a46f;
}

.text-green-50-tint {
  color: #80c29f;
}

.text-green-25-shade {
  color: #00642f;
}

.text-purple-primary {
  color: #7b439a;
}

.text-purple-25-tint {
  color: #9c72b3;
}

.text-purple-50-tint {
  color: #bda1cd;
}

.text-purple-25-shade {
  color: #5c3274;
}

.text-burgundy-primary {
  color: #c60c46;
}

.text-burgundy-25-tint {
  color: #d44974;
}

.text-burgundy-50-tint {
  color: #e386a3;
}

.text-burgundy-25-shade {
  color: #950935;
}

.text-success {
  color: #00853f;
}

.text-information {
  color: #00539b;
}

.text-warning {
  color: #bf5909;
}

.text-danger {
  color: #ea1a13;
}

.bg-blue-primary {
  background-color: #00539b;
}

.bg-blue-25-tint {
  background-color: #407eb4;
}

.bg-blue-50-tint {
  background-color: #80a9cd;
}

.bg-blue-25-shade {
  background-color: #003e74;
}

.bg-light-blue-primary {
  background-color: #0071b3;
}

.bg-light-blue-25-tint {
  background-color: #4095c6;
}

.bg-light-blue-50-tint {
  background-color: #80b8d9;
}

.bg-light-blue-25-shade {
  background-color: #005586;
}

.bg-red-primary {
  background-color: #ea1a13;
}

.bg-red-25-tint {
  background-color: #ef534e;
}

.bg-red-50-tint {
  background-color: #f58d89;
}

.bg-red-25-shade {
  background-color: #b0140e;
}

.bg-dark-grey-1 {
  background-color: #202024;
}

.bg-dark-grey-2 {
  background-color: #0f0f11;
}

.bg-grey {
  background-color: #6a6a6b;
}

.bg-mid-grey-1 {
  background-color: #949494;
}

.bg-mid-grey-2 {
  background-color: #dedede;
}

.bg-light-grey-1 {
  background-color: #f0f0f0;
}

.bg-light-grey-2 {
  background-color: #fafafa;
}

.bg-white {
  background-color: #ffffff;
}

.bg-orange-primary {
  background-color: #ffb400;
}

.bg-dark-orange {
  background-color: #bf5909;
}

.bg-green-primary {
  background-color: #00853f;
}

.bg-green-25-tint {
  background-color: #40a46f;
}

.bg-green-50-tint {
  background-color: #80c29f;
}

.bg-green-25-shade {
  background-color: #00642f;
}

.bg-purple-primary {
  background-color: #7b439a;
}

.bg-purple-25-tint {
  background-color: #9c72b3;
}

.bg-purple-50-tint {
  background-color: #bda1cd;
}

.bg-purple-25-shade {
  background-color: #5c3274;
}

.bg-burgundy-primary {
  background-color: #c60c46;
}

.bg-burgundy-25-tint {
  background-color: #d44974;
}

.bg-burgundy-50-tint {
  background-color: #e386a3;
}

.bg-burgundy-25-shade {
  background-color: #950935;
}

.bg-success {
  background-color: #00853f;
}

.bg-information {
  background-color: #00539b;
}

.bg-warning {
  background-color: #bf5909;
}

.bg-danger {
  background-color: #ea1a13;
}

.material-icons-outlined {
  font-family: "Material Symbols Outlined", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

*, *:after, *:before {
  box-sizing: border-box;
}

.container {
  width: 100%;
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 320px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 480px) {
  .container {
    max-width: 460px;
  }
}
@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: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1366px;
  }
}
.container .row {
  display: contents;
  gap: 20px;
}

.col {
  grid-column: span 12;
  grid-row: span 1;
}
@media (min-width: 320px) {
  .col.col-1-xxs {
    grid-column: span 1;
  }
  .col.col-2-xxs {
    grid-column: span 2;
  }
  .col.col-3-xxs {
    grid-column: span 3;
  }
  .col.col-4-xxs {
    grid-column: span 4;
  }
  .col.col-5-xxs {
    grid-column: span 5;
  }
  .col.col-6-xxs {
    grid-column: span 6;
  }
  .col.col-7-xxs {
    grid-column: span 7;
  }
  .col.col-8-xxs {
    grid-column: span 8;
  }
  .col.col-9-xxs {
    grid-column: span 9;
  }
  .col.col-10-xxs {
    grid-column: span 10;
  }
  .col.col-11-xxs {
    grid-column: span 11;
  }
  .col.col-12-xxs {
    grid-column: span 12;
  }
  .col.row-1-xxs {
    grid-row: span 1;
  }
  .col.row-2-xxs {
    grid-row: span 2;
  }
  .col.row-3-xxs {
    grid-row: span 3;
  }
  .col.row-4-xxs {
    grid-row: span 4;
  }
  .col.row-5-xxs {
    grid-row: span 5;
  }
  .col.row-6-xxs {
    grid-row: span 6;
  }
}
@media (min-width: 480px) {
  .col.col-1-xs {
    grid-column: span 1;
  }
  .col.col-2-xs {
    grid-column: span 2;
  }
  .col.col-3-xs {
    grid-column: span 3;
  }
  .col.col-4-xs {
    grid-column: span 4;
  }
  .col.col-5-xs {
    grid-column: span 5;
  }
  .col.col-6-xs {
    grid-column: span 6;
  }
  .col.col-7-xs {
    grid-column: span 7;
  }
  .col.col-8-xs {
    grid-column: span 8;
  }
  .col.col-9-xs {
    grid-column: span 9;
  }
  .col.col-10-xs {
    grid-column: span 10;
  }
  .col.col-11-xs {
    grid-column: span 11;
  }
  .col.col-12-xs {
    grid-column: span 12;
  }
  .col.row-1-xs {
    grid-row: span 1;
  }
  .col.row-2-xs {
    grid-row: span 2;
  }
  .col.row-3-xs {
    grid-row: span 3;
  }
  .col.row-4-xs {
    grid-row: span 4;
  }
  .col.row-5-xs {
    grid-row: span 5;
  }
  .col.row-6-xs {
    grid-row: span 6;
  }
}
@media (min-width: 576px) {
  .col.col-1-sm {
    grid-column: span 1;
  }
  .col.col-2-sm {
    grid-column: span 2;
  }
  .col.col-3-sm {
    grid-column: span 3;
  }
  .col.col-4-sm {
    grid-column: span 4;
  }
  .col.col-5-sm {
    grid-column: span 5;
  }
  .col.col-6-sm {
    grid-column: span 6;
  }
  .col.col-7-sm {
    grid-column: span 7;
  }
  .col.col-8-sm {
    grid-column: span 8;
  }
  .col.col-9-sm {
    grid-column: span 9;
  }
  .col.col-10-sm {
    grid-column: span 10;
  }
  .col.col-11-sm {
    grid-column: span 11;
  }
  .col.col-12-sm {
    grid-column: span 12;
  }
  .col.row-1-sm {
    grid-row: span 1;
  }
  .col.row-2-sm {
    grid-row: span 2;
  }
  .col.row-3-sm {
    grid-row: span 3;
  }
  .col.row-4-sm {
    grid-row: span 4;
  }
  .col.row-5-sm {
    grid-row: span 5;
  }
  .col.row-6-sm {
    grid-row: span 6;
  }
}
@media (min-width: 768px) {
  .col.col-1-md {
    grid-column: span 1;
  }
  .col.col-2-md {
    grid-column: span 2;
  }
  .col.col-3-md {
    grid-column: span 3;
  }
  .col.col-4-md {
    grid-column: span 4;
  }
  .col.col-5-md {
    grid-column: span 5;
  }
  .col.col-6-md {
    grid-column: span 6;
  }
  .col.col-7-md {
    grid-column: span 7;
  }
  .col.col-8-md {
    grid-column: span 8;
  }
  .col.col-9-md {
    grid-column: span 9;
  }
  .col.col-10-md {
    grid-column: span 10;
  }
  .col.col-11-md {
    grid-column: span 11;
  }
  .col.col-12-md {
    grid-column: span 12;
  }
  .col.row-1-md {
    grid-row: span 1;
  }
  .col.row-2-md {
    grid-row: span 2;
  }
  .col.row-3-md {
    grid-row: span 3;
  }
  .col.row-4-md {
    grid-row: span 4;
  }
  .col.row-5-md {
    grid-row: span 5;
  }
  .col.row-6-md {
    grid-row: span 6;
  }
}
@media (min-width: 992px) {
  .col.col-1-lg {
    grid-column: span 1;
  }
  .col.col-2-lg {
    grid-column: span 2;
  }
  .col.col-3-lg {
    grid-column: span 3;
  }
  .col.col-4-lg {
    grid-column: span 4;
  }
  .col.col-5-lg {
    grid-column: span 5;
  }
  .col.col-6-lg {
    grid-column: span 6;
  }
  .col.col-7-lg {
    grid-column: span 7;
  }
  .col.col-8-lg {
    grid-column: span 8;
  }
  .col.col-9-lg {
    grid-column: span 9;
  }
  .col.col-10-lg {
    grid-column: span 10;
  }
  .col.col-11-lg {
    grid-column: span 11;
  }
  .col.col-12-lg {
    grid-column: span 12;
  }
  .col.row-1-lg {
    grid-row: span 1;
  }
  .col.row-2-lg {
    grid-row: span 2;
  }
  .col.row-3-lg {
    grid-row: span 3;
  }
  .col.row-4-lg {
    grid-row: span 4;
  }
  .col.row-5-lg {
    grid-row: span 5;
  }
  .col.row-6-lg {
    grid-row: span 6;
  }
}
@media (min-width: 1200px) {
  .col.col-1-xl {
    grid-column: span 1;
  }
  .col.col-2-xl {
    grid-column: span 2;
  }
  .col.col-3-xl {
    grid-column: span 3;
  }
  .col.col-4-xl {
    grid-column: span 4;
  }
  .col.col-5-xl {
    grid-column: span 5;
  }
  .col.col-6-xl {
    grid-column: span 6;
  }
  .col.col-7-xl {
    grid-column: span 7;
  }
  .col.col-8-xl {
    grid-column: span 8;
  }
  .col.col-9-xl {
    grid-column: span 9;
  }
  .col.col-10-xl {
    grid-column: span 10;
  }
  .col.col-11-xl {
    grid-column: span 11;
  }
  .col.col-12-xl {
    grid-column: span 12;
  }
  .col.row-1-xl {
    grid-row: span 1;
  }
  .col.row-2-xl {
    grid-row: span 2;
  }
  .col.row-3-xl {
    grid-row: span 3;
  }
  .col.row-4-xl {
    grid-row: span 4;
  }
  .col.row-5-xl {
    grid-row: span 5;
  }
  .col.row-6-xl {
    grid-row: span 6;
  }
}
@media (min-width: 1440px) {
  .col.col-1-xxl {
    grid-column: span 1;
  }
  .col.col-2-xxl {
    grid-column: span 2;
  }
  .col.col-3-xxl {
    grid-column: span 3;
  }
  .col.col-4-xxl {
    grid-column: span 4;
  }
  .col.col-5-xxl {
    grid-column: span 5;
  }
  .col.col-6-xxl {
    grid-column: span 6;
  }
  .col.col-7-xxl {
    grid-column: span 7;
  }
  .col.col-8-xxl {
    grid-column: span 8;
  }
  .col.col-9-xxl {
    grid-column: span 9;
  }
  .col.col-10-xxl {
    grid-column: span 10;
  }
  .col.col-11-xxl {
    grid-column: span 11;
  }
  .col.col-12-xxl {
    grid-column: span 12;
  }
  .col.row-1-xxl {
    grid-row: span 1;
  }
  .col.row-2-xxl {
    grid-row: span 2;
  }
  .col.row-3-xxl {
    grid-row: span 3;
  }
  .col.row-4-xxl {
    grid-row: span 4;
  }
  .col.row-5-xxl {
    grid-row: span 5;
  }
  .col.row-6-xxl {
    grid-row: span 6;
  }
}

.col-centered {
  grid-column: span 12;
  grid-row: span 1;
}
@media (min-width: 320px) {
  .col-centered.col-1-xxs {
    grid-column-start: calc((13 - 1) / 2);
    grid-column-end: span 1;
  }
  .col-centered.col-2-xxs {
    grid-column-start: calc((13 - 2) / 2);
    grid-column-end: span 2;
  }
  .col-centered.col-3-xxs {
    grid-column-start: calc((13 - 3) / 2);
    grid-column-end: span 3;
  }
  .col-centered.col-4-xxs {
    grid-column-start: calc((13 - 4) / 2);
    grid-column-end: span 4;
  }
  .col-centered.col-5-xxs {
    grid-column-start: calc((13 - 5) / 2);
    grid-column-end: span 5;
  }
  .col-centered.col-6-xxs {
    grid-column-start: calc((13 - 6) / 2);
    grid-column-end: span 6;
  }
  .col-centered.col-7-xxs {
    grid-column-start: calc((13 - 7) / 2);
    grid-column-end: span 7;
  }
  .col-centered.col-8-xxs {
    grid-column-start: calc((13 - 8) / 2);
    grid-column-end: span 8;
  }
  .col-centered.col-9-xxs {
    grid-column-start: calc((13 - 9) / 2);
    grid-column-end: span 9;
  }
  .col-centered.col-10-xxs {
    grid-column-start: calc((13 - 10) / 2);
    grid-column-end: span 10;
  }
  .col-centered.col-11-xxs {
    grid-column-start: calc((13 - 11) / 2);
    grid-column-end: span 11;
  }
  .col-centered.col-12-xxs {
    grid-column-start: calc((13 - 12) / 2);
    grid-column-end: span 12;
  }
}
@media (min-width: 320px) and (min-width: 480px) {
  .col-centered.col-1-xs {
    grid-column-start: calc((13 - 1) / 2);
    grid-column-end: span 1;
  }
  .col-centered.col-2-xs {
    grid-column-start: calc((13 - 2) / 2);
    grid-column-end: span 2;
  }
  .col-centered.col-3-xs {
    grid-column-start: calc((13 - 3) / 2);
    grid-column-end: span 3;
  }
  .col-centered.col-4-xs {
    grid-column-start: calc((13 - 4) / 2);
    grid-column-end: span 4;
  }
  .col-centered.col-5-xs {
    grid-column-start: calc((13 - 5) / 2);
    grid-column-end: span 5;
  }
  .col-centered.col-6-xs {
    grid-column-start: calc((13 - 6) / 2);
    grid-column-end: span 6;
  }
  .col-centered.col-7-xs {
    grid-column-start: calc((13 - 7) / 2);
    grid-column-end: span 7;
  }
  .col-centered.col-8-xs {
    grid-column-start: calc((13 - 8) / 2);
    grid-column-end: span 8;
  }
  .col-centered.col-9-xs {
    grid-column-start: calc((13 - 9) / 2);
    grid-column-end: span 9;
  }
  .col-centered.col-10-xs {
    grid-column-start: calc((13 - 10) / 2);
    grid-column-end: span 10;
  }
  .col-centered.col-11-xs {
    grid-column-start: calc((13 - 11) / 2);
    grid-column-end: span 11;
  }
  .col-centered.col-12-xs {
    grid-column-start: calc((13 - 12) / 2);
    grid-column-end: span 12;
  }
}
@media (min-width: 320px) and (min-width: 576px) {
  .col-centered.col-1-sm {
    grid-column-start: calc((13 - 1) / 2);
    grid-column-end: span 1;
  }
  .col-centered.col-2-sm {
    grid-column-start: calc((13 - 2) / 2);
    grid-column-end: span 2;
  }
  .col-centered.col-3-sm {
    grid-column-start: calc((13 - 3) / 2);
    grid-column-end: span 3;
  }
  .col-centered.col-4-sm {
    grid-column-start: calc((13 - 4) / 2);
    grid-column-end: span 4;
  }
  .col-centered.col-5-sm {
    grid-column-start: calc((13 - 5) / 2);
    grid-column-end: span 5;
  }
  .col-centered.col-6-sm {
    grid-column-start: calc((13 - 6) / 2);
    grid-column-end: span 6;
  }
  .col-centered.col-7-sm {
    grid-column-start: calc((13 - 7) / 2);
    grid-column-end: span 7;
  }
  .col-centered.col-8-sm {
    grid-column-start: calc((13 - 8) / 2);
    grid-column-end: span 8;
  }
  .col-centered.col-9-sm {
    grid-column-start: calc((13 - 9) / 2);
    grid-column-end: span 9;
  }
  .col-centered.col-10-sm {
    grid-column-start: calc((13 - 10) / 2);
    grid-column-end: span 10;
  }
  .col-centered.col-11-sm {
    grid-column-start: calc((13 - 11) / 2);
    grid-column-end: span 11;
  }
  .col-centered.col-12-sm {
    grid-column-start: calc((13 - 12) / 2);
    grid-column-end: span 12;
  }
}
@media (min-width: 320px) and (min-width: 768px) {
  .col-centered.col-1-md {
    grid-column-start: calc((13 - 1) / 2);
    grid-column-end: span 1;
  }
  .col-centered.col-2-md {
    grid-column-start: calc((13 - 2) / 2);
    grid-column-end: span 2;
  }
  .col-centered.col-3-md {
    grid-column-start: calc((13 - 3) / 2);
    grid-column-end: span 3;
  }
  .col-centered.col-4-md {
    grid-column-start: calc((13 - 4) / 2);
    grid-column-end: span 4;
  }
  .col-centered.col-5-md {
    grid-column-start: calc((13 - 5) / 2);
    grid-column-end: span 5;
  }
  .col-centered.col-6-md {
    grid-column-start: calc((13 - 6) / 2);
    grid-column-end: span 6;
  }
  .col-centered.col-7-md {
    grid-column-start: calc((13 - 7) / 2);
    grid-column-end: span 7;
  }
  .col-centered.col-8-md {
    grid-column-start: calc((13 - 8) / 2);
    grid-column-end: span 8;
  }
  .col-centered.col-9-md {
    grid-column-start: calc((13 - 9) / 2);
    grid-column-end: span 9;
  }
  .col-centered.col-10-md {
    grid-column-start: calc((13 - 10) / 2);
    grid-column-end: span 10;
  }
  .col-centered.col-11-md {
    grid-column-start: calc((13 - 11) / 2);
    grid-column-end: span 11;
  }
  .col-centered.col-12-md {
    grid-column-start: calc((13 - 12) / 2);
    grid-column-end: span 12;
  }
}
@media (min-width: 320px) and (min-width: 992px) {
  .col-centered.col-1-lg {
    grid-column-start: calc((13 - 1) / 2);
    grid-column-end: span 1;
  }
  .col-centered.col-2-lg {
    grid-column-start: calc((13 - 2) / 2);
    grid-column-end: span 2;
  }
  .col-centered.col-3-lg {
    grid-column-start: calc((13 - 3) / 2);
    grid-column-end: span 3;
  }
  .col-centered.col-4-lg {
    grid-column-start: calc((13 - 4) / 2);
    grid-column-end: span 4;
  }
  .col-centered.col-5-lg {
    grid-column-start: calc((13 - 5) / 2);
    grid-column-end: span 5;
  }
  .col-centered.col-6-lg {
    grid-column-start: calc((13 - 6) / 2);
    grid-column-end: span 6;
  }
  .col-centered.col-7-lg {
    grid-column-start: calc((13 - 7) / 2);
    grid-column-end: span 7;
  }
  .col-centered.col-8-lg {
    grid-column-start: calc((13 - 8) / 2);
    grid-column-end: span 8;
  }
  .col-centered.col-9-lg {
    grid-column-start: calc((13 - 9) / 2);
    grid-column-end: span 9;
  }
  .col-centered.col-10-lg {
    grid-column-start: calc((13 - 10) / 2);
    grid-column-end: span 10;
  }
  .col-centered.col-11-lg {
    grid-column-start: calc((13 - 11) / 2);
    grid-column-end: span 11;
  }
  .col-centered.col-12-lg {
    grid-column-start: calc((13 - 12) / 2);
    grid-column-end: span 12;
  }
}
@media (min-width: 320px) and (min-width: 1200px) {
  .col-centered.col-1-xl {
    grid-column-start: calc((13 - 1) / 2);
    grid-column-end: span 1;
  }
  .col-centered.col-2-xl {
    grid-column-start: calc((13 - 2) / 2);
    grid-column-end: span 2;
  }
  .col-centered.col-3-xl {
    grid-column-start: calc((13 - 3) / 2);
    grid-column-end: span 3;
  }
  .col-centered.col-4-xl {
    grid-column-start: calc((13 - 4) / 2);
    grid-column-end: span 4;
  }
  .col-centered.col-5-xl {
    grid-column-start: calc((13 - 5) / 2);
    grid-column-end: span 5;
  }
  .col-centered.col-6-xl {
    grid-column-start: calc((13 - 6) / 2);
    grid-column-end: span 6;
  }
  .col-centered.col-7-xl {
    grid-column-start: calc((13 - 7) / 2);
    grid-column-end: span 7;
  }
  .col-centered.col-8-xl {
    grid-column-start: calc((13 - 8) / 2);
    grid-column-end: span 8;
  }
  .col-centered.col-9-xl {
    grid-column-start: calc((13 - 9) / 2);
    grid-column-end: span 9;
  }
  .col-centered.col-10-xl {
    grid-column-start: calc((13 - 10) / 2);
    grid-column-end: span 10;
  }
  .col-centered.col-11-xl {
    grid-column-start: calc((13 - 11) / 2);
    grid-column-end: span 11;
  }
  .col-centered.col-12-xl {
    grid-column-start: calc((13 - 12) / 2);
    grid-column-end: span 12;
  }
}
@media (min-width: 320px) and (min-width: 1440px) {
  .col-centered.col-1-xxl {
    grid-column-start: calc((13 - 1) / 2);
    grid-column-end: span 1;
  }
  .col-centered.col-2-xxl {
    grid-column-start: calc((13 - 2) / 2);
    grid-column-end: span 2;
  }
  .col-centered.col-3-xxl {
    grid-column-start: calc((13 - 3) / 2);
    grid-column-end: span 3;
  }
  .col-centered.col-4-xxl {
    grid-column-start: calc((13 - 4) / 2);
    grid-column-end: span 4;
  }
  .col-centered.col-5-xxl {
    grid-column-start: calc((13 - 5) / 2);
    grid-column-end: span 5;
  }
  .col-centered.col-6-xxl {
    grid-column-start: calc((13 - 6) / 2);
    grid-column-end: span 6;
  }
  .col-centered.col-7-xxl {
    grid-column-start: calc((13 - 7) / 2);
    grid-column-end: span 7;
  }
  .col-centered.col-8-xxl {
    grid-column-start: calc((13 - 8) / 2);
    grid-column-end: span 8;
  }
  .col-centered.col-9-xxl {
    grid-column-start: calc((13 - 9) / 2);
    grid-column-end: span 9;
  }
  .col-centered.col-10-xxl {
    grid-column-start: calc((13 - 10) / 2);
    grid-column-end: span 10;
  }
  .col-centered.col-11-xxl {
    grid-column-start: calc((13 - 11) / 2);
    grid-column-end: span 11;
  }
  .col-centered.col-12-xxl {
    grid-column-start: calc((13 - 12) / 2);
    grid-column-end: span 12;
  }
}

@media (min-width: 320px) {
  .start-col-1-xxs {
    grid-column: 1/span 1;
  }
  .start-col-2-xxs {
    grid-column: 1/span 2;
  }
  .start-col-3-xxs {
    grid-column: 1/span 3;
  }
  .start-col-4-xxs {
    grid-column: 1/span 4;
  }
  .start-col-5-xxs {
    grid-column: 1/span 5;
  }
  .start-col-6-xxs {
    grid-column: 1/span 6;
  }
  .start-col-7-xxs {
    grid-column: 1/span 7;
  }
  .start-col-8-xxs {
    grid-column: 1/span 8;
  }
  .start-col-9-xxs {
    grid-column: 1/span 9;
  }
  .start-col-10-xxs {
    grid-column: 1/span 10;
  }
  .start-col-11-xxs {
    grid-column: 1/span 11;
  }
  .start-col-12-xxs {
    grid-column: 1/span 12;
  }
}
@media (min-width: 480px) {
  .start-col-1-xs {
    grid-column: 1/span 1;
  }
  .start-col-2-xs {
    grid-column: 1/span 2;
  }
  .start-col-3-xs {
    grid-column: 1/span 3;
  }
  .start-col-4-xs {
    grid-column: 1/span 4;
  }
  .start-col-5-xs {
    grid-column: 1/span 5;
  }
  .start-col-6-xs {
    grid-column: 1/span 6;
  }
  .start-col-7-xs {
    grid-column: 1/span 7;
  }
  .start-col-8-xs {
    grid-column: 1/span 8;
  }
  .start-col-9-xs {
    grid-column: 1/span 9;
  }
  .start-col-10-xs {
    grid-column: 1/span 10;
  }
  .start-col-11-xs {
    grid-column: 1/span 11;
  }
  .start-col-12-xs {
    grid-column: 1/span 12;
  }
}
@media (min-width: 576px) {
  .start-col-1-sm {
    grid-column: 1/span 1;
  }
  .start-col-2-sm {
    grid-column: 1/span 2;
  }
  .start-col-3-sm {
    grid-column: 1/span 3;
  }
  .start-col-4-sm {
    grid-column: 1/span 4;
  }
  .start-col-5-sm {
    grid-column: 1/span 5;
  }
  .start-col-6-sm {
    grid-column: 1/span 6;
  }
  .start-col-7-sm {
    grid-column: 1/span 7;
  }
  .start-col-8-sm {
    grid-column: 1/span 8;
  }
  .start-col-9-sm {
    grid-column: 1/span 9;
  }
  .start-col-10-sm {
    grid-column: 1/span 10;
  }
  .start-col-11-sm {
    grid-column: 1/span 11;
  }
  .start-col-12-sm {
    grid-column: 1/span 12;
  }
}
@media (min-width: 768px) {
  .start-col-1-md {
    grid-column: 1/span 1;
  }
  .start-col-2-md {
    grid-column: 1/span 2;
  }
  .start-col-3-md {
    grid-column: 1/span 3;
  }
  .start-col-4-md {
    grid-column: 1/span 4;
  }
  .start-col-5-md {
    grid-column: 1/span 5;
  }
  .start-col-6-md {
    grid-column: 1/span 6;
  }
  .start-col-7-md {
    grid-column: 1/span 7;
  }
  .start-col-8-md {
    grid-column: 1/span 8;
  }
  .start-col-9-md {
    grid-column: 1/span 9;
  }
  .start-col-10-md {
    grid-column: 1/span 10;
  }
  .start-col-11-md {
    grid-column: 1/span 11;
  }
  .start-col-12-md {
    grid-column: 1/span 12;
  }
}
@media (min-width: 992px) {
  .start-col-1-lg {
    grid-column: 1/span 1;
  }
  .start-col-2-lg {
    grid-column: 1/span 2;
  }
  .start-col-3-lg {
    grid-column: 1/span 3;
  }
  .start-col-4-lg {
    grid-column: 1/span 4;
  }
  .start-col-5-lg {
    grid-column: 1/span 5;
  }
  .start-col-6-lg {
    grid-column: 1/span 6;
  }
  .start-col-7-lg {
    grid-column: 1/span 7;
  }
  .start-col-8-lg {
    grid-column: 1/span 8;
  }
  .start-col-9-lg {
    grid-column: 1/span 9;
  }
  .start-col-10-lg {
    grid-column: 1/span 10;
  }
  .start-col-11-lg {
    grid-column: 1/span 11;
  }
  .start-col-12-lg {
    grid-column: 1/span 12;
  }
}
@media (min-width: 1200px) {
  .start-col-1-xl {
    grid-column: 1/span 1;
  }
  .start-col-2-xl {
    grid-column: 1/span 2;
  }
  .start-col-3-xl {
    grid-column: 1/span 3;
  }
  .start-col-4-xl {
    grid-column: 1/span 4;
  }
  .start-col-5-xl {
    grid-column: 1/span 5;
  }
  .start-col-6-xl {
    grid-column: 1/span 6;
  }
  .start-col-7-xl {
    grid-column: 1/span 7;
  }
  .start-col-8-xl {
    grid-column: 1/span 8;
  }
  .start-col-9-xl {
    grid-column: 1/span 9;
  }
  .start-col-10-xl {
    grid-column: 1/span 10;
  }
  .start-col-11-xl {
    grid-column: 1/span 11;
  }
  .start-col-12-xl {
    grid-column: 1/span 12;
  }
}
@media (min-width: 1440px) {
  .start-col-1-xxl {
    grid-column: 1/span 1;
  }
  .start-col-2-xxl {
    grid-column: 1/span 2;
  }
  .start-col-3-xxl {
    grid-column: 1/span 3;
  }
  .start-col-4-xxl {
    grid-column: 1/span 4;
  }
  .start-col-5-xxl {
    grid-column: 1/span 5;
  }
  .start-col-6-xxl {
    grid-column: 1/span 6;
  }
  .start-col-7-xxl {
    grid-column: 1/span 7;
  }
  .start-col-8-xxl {
    grid-column: 1/span 8;
  }
  .start-col-9-xxl {
    grid-column: 1/span 9;
  }
  .start-col-10-xxl {
    grid-column: 1/span 10;
  }
  .start-col-11-xxl {
    grid-column: 1/span 11;
  }
  .start-col-12-xxl {
    grid-column: 1/span 12;
  }
}
@media (min-width: 320px) {
  .end-col-1-xxs {
    grid-column: 12/span 1;
  }
  .end-col-2-xxs {
    grid-column: 11/span 2;
  }
  .end-col-3-xxs {
    grid-column: 10/span 3;
  }
  .end-col-4-xxs {
    grid-column: 9/span 4;
  }
  .end-col-5-xxs {
    grid-column: 8/span 5;
  }
  .end-col-6-xxs {
    grid-column: 7/span 6;
  }
  .end-col-7-xxs {
    grid-column: 6/span 7;
  }
  .end-col-8-xxs {
    grid-column: 5/span 8;
  }
  .end-col-9-xxs {
    grid-column: 4/span 9;
  }
  .end-col-10-xxs {
    grid-column: 3/span 10;
  }
  .end-col-11-xxs {
    grid-column: 2/span 11;
  }
  .end-col-12-xxs {
    grid-column: 1/span 12;
  }
}
@media (min-width: 480px) {
  .end-col-1-xs {
    grid-column: 12/span 1;
  }
  .end-col-2-xs {
    grid-column: 11/span 2;
  }
  .end-col-3-xs {
    grid-column: 10/span 3;
  }
  .end-col-4-xs {
    grid-column: 9/span 4;
  }
  .end-col-5-xs {
    grid-column: 8/span 5;
  }
  .end-col-6-xs {
    grid-column: 7/span 6;
  }
  .end-col-7-xs {
    grid-column: 6/span 7;
  }
  .end-col-8-xs {
    grid-column: 5/span 8;
  }
  .end-col-9-xs {
    grid-column: 4/span 9;
  }
  .end-col-10-xs {
    grid-column: 3/span 10;
  }
  .end-col-11-xs {
    grid-column: 2/span 11;
  }
  .end-col-12-xs {
    grid-column: 1/span 12;
  }
}
@media (min-width: 576px) {
  .end-col-1-sm {
    grid-column: 12/span 1;
  }
  .end-col-2-sm {
    grid-column: 11/span 2;
  }
  .end-col-3-sm {
    grid-column: 10/span 3;
  }
  .end-col-4-sm {
    grid-column: 9/span 4;
  }
  .end-col-5-sm {
    grid-column: 8/span 5;
  }
  .end-col-6-sm {
    grid-column: 7/span 6;
  }
  .end-col-7-sm {
    grid-column: 6/span 7;
  }
  .end-col-8-sm {
    grid-column: 5/span 8;
  }
  .end-col-9-sm {
    grid-column: 4/span 9;
  }
  .end-col-10-sm {
    grid-column: 3/span 10;
  }
  .end-col-11-sm {
    grid-column: 2/span 11;
  }
  .end-col-12-sm {
    grid-column: 1/span 12;
  }
}
@media (min-width: 768px) {
  .end-col-1-md {
    grid-column: 12/span 1;
  }
  .end-col-2-md {
    grid-column: 11/span 2;
  }
  .end-col-3-md {
    grid-column: 10/span 3;
  }
  .end-col-4-md {
    grid-column: 9/span 4;
  }
  .end-col-5-md {
    grid-column: 8/span 5;
  }
  .end-col-6-md {
    grid-column: 7/span 6;
  }
  .end-col-7-md {
    grid-column: 6/span 7;
  }
  .end-col-8-md {
    grid-column: 5/span 8;
  }
  .end-col-9-md {
    grid-column: 4/span 9;
  }
  .end-col-10-md {
    grid-column: 3/span 10;
  }
  .end-col-11-md {
    grid-column: 2/span 11;
  }
  .end-col-12-md {
    grid-column: 1/span 12;
  }
}
@media (min-width: 992px) {
  .end-col-1-lg {
    grid-column: 12/span 1;
  }
  .end-col-2-lg {
    grid-column: 11/span 2;
  }
  .end-col-3-lg {
    grid-column: 10/span 3;
  }
  .end-col-4-lg {
    grid-column: 9/span 4;
  }
  .end-col-5-lg {
    grid-column: 8/span 5;
  }
  .end-col-6-lg {
    grid-column: 7/span 6;
  }
  .end-col-7-lg {
    grid-column: 6/span 7;
  }
  .end-col-8-lg {
    grid-column: 5/span 8;
  }
  .end-col-9-lg {
    grid-column: 4/span 9;
  }
  .end-col-10-lg {
    grid-column: 3/span 10;
  }
  .end-col-11-lg {
    grid-column: 2/span 11;
  }
  .end-col-12-lg {
    grid-column: 1/span 12;
  }
}
@media (min-width: 1200px) {
  .end-col-1-xl {
    grid-column: 12/span 1;
  }
  .end-col-2-xl {
    grid-column: 11/span 2;
  }
  .end-col-3-xl {
    grid-column: 10/span 3;
  }
  .end-col-4-xl {
    grid-column: 9/span 4;
  }
  .end-col-5-xl {
    grid-column: 8/span 5;
  }
  .end-col-6-xl {
    grid-column: 7/span 6;
  }
  .end-col-7-xl {
    grid-column: 6/span 7;
  }
  .end-col-8-xl {
    grid-column: 5/span 8;
  }
  .end-col-9-xl {
    grid-column: 4/span 9;
  }
  .end-col-10-xl {
    grid-column: 3/span 10;
  }
  .end-col-11-xl {
    grid-column: 2/span 11;
  }
  .end-col-12-xl {
    grid-column: 1/span 12;
  }
}
@media (min-width: 1440px) {
  .end-col-1-xxl {
    grid-column: 12/span 1;
  }
  .end-col-2-xxl {
    grid-column: 11/span 2;
  }
  .end-col-3-xxl {
    grid-column: 10/span 3;
  }
  .end-col-4-xxl {
    grid-column: 9/span 4;
  }
  .end-col-5-xxl {
    grid-column: 8/span 5;
  }
  .end-col-6-xxl {
    grid-column: 7/span 6;
  }
  .end-col-7-xxl {
    grid-column: 6/span 7;
  }
  .end-col-8-xxl {
    grid-column: 5/span 8;
  }
  .end-col-9-xxl {
    grid-column: 4/span 9;
  }
  .end-col-10-xxl {
    grid-column: 3/span 10;
  }
  .end-col-11-xxl {
    grid-column: 2/span 11;
  }
  .end-col-12-xxl {
    grid-column: 1/span 12;
  }
}
.header-content {
  display: grid;
  align-items: center;
  padding: 10px 0;
  justify-content: left;
}
.header-content .logo {
  height: auto;
  max-width: 300px;
  min-width: 216px;
}

/* Smaller screens (e.g., phones) */
@media (max-width: 600px) {
  .header-content .logo {
    width: 40%;
  }
}
/* Medium screens (e.g., tablets) */
@media (min-width: 601px) and (max-width: 1024px) {
  .header-content .logo {
    width: 40%;
  }
}
/* Large screens */
@media (min-width: 1025px) {
  .header-content .logo {
    width: 40%;
  }
}
footer {
  border-top: 1px solid #6a6a6b;
  background-color: #0f0f11;
  color: #f0f0f0;
  padding: calc(1vw + 1rem) 0 calc(1vw + 1rem) 0;
  font-family: var(--page-font-family);
  font-size: 18px;
  text-align: left;
  line-height: 1.5;
  width: 100vw;
}
footer .footer-text {
  width: 90%;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
footer .footer-links {
  gap: 0.5rem;
}
footer .footer-links a {
  color: #f0f0f0;
  text-decoration: underline;
  white-space: nowrap;
}
footer .footer-links a:hover, footer .footer-links a:focus {
  text-decoration: none;
}

@media (min-width: 576px) {
  .footer {
    font-size: 16px;
  }
}
.main-content {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
}

.bg-blue-primary {
  background-color: #00539b;
}

.text-blue-primary {
  color: #00539b;
}

.bg-blue-25-tint {
  background-color: #407eb4;
}

.text-blue-25-tint {
  color: #407eb4;
}

.bg-blue-50-tint {
  background-color: #80a9cd;
}

.text-blue-50-tint {
  color: #80a9cd;
}

.bg-blue-25-shade {
  background-color: #003e74;
}

.text-blue-25-shade {
  color: #003e74;
}

.bg-light-blue-primary {
  background-color: #0071b3;
}

.text-light-blue-primary {
  color: #0071b3;
}

.bg-light-blue-25-tint {
  background-color: #4095c6;
}

.text-light-blue-25-tint {
  color: #4095c6;
}

.bg-light-blue-50-tint {
  background-color: #80b8d9;
}

.text-light-blue-50-tint {
  color: #80b8d9;
}

.bg-light-blue-25-shade {
  background-color: #005586;
}

.text-light-blue-25-shade {
  color: #005586;
}

.bg-red-primary {
  background-color: #ea1a13;
}

.text-red-primary {
  color: #ea1a13;
}

.bg-red-25-tint {
  background-color: #ef534e;
}

.text-red-25-tint {
  color: #ef534e;
}

.bg-red-50-tint {
  background-color: #f58d89;
}

.text-red-50-tint {
  color: #f58d89;
}

.bg-red-25-shade {
  background-color: #b0140e;
}

.text-red-25-shade {
  color: #b0140e;
}

.bg-dark-grey-1 {
  background-color: #202024;
}

.text-dark-grey-1 {
  color: #202024;
}

.bg-dark-grey-2 {
  background-color: #0f0f11;
}

.text-dark-grey-2 {
  color: #0f0f11;
}

.bg-mid-grey-1 {
  background-color: #949494;
}

.text-mid-grey-1 {
  color: #949494;
}

.bg-mid-grey-2 {
  background-color: #dedede;
}

.text-mid-grey-2 {
  color: #dedede;
}

.bg-light-grey-1 {
  background-color: #f0f0f0;
}

.text-light-grey-1 {
  color: #f0f0f0;
}

.bg-light-grey-2 {
  background-color: #fafafa;
}

.text-light-grey-2 {
  color: #fafafa;
}

.bg-orange-primary {
  background-color: #ffb400;
}

.text-orange-primary {
  color: #ffb400;
}

.bg-dark-orange {
  background-color: #bf5909;
}

.text-dark-orange {
  color: #bf5909;
}

.bg-dark-orange-25-shade {
  background-color: #98490c;
}

.text-dark-orange-25-shade {
  color: #98490c;
}

.bg-green-primary {
  background-color: #00853f;
}

.text-green-primary {
  color: #00853f;
}

.bg-green-25-tint {
  background-color: #40a46f;
}

.text-green-25-tint {
  color: #40a46f;
}

.bg-green-50-tint {
  background-color: #80c29f;
}

.text-green-50-tint {
  color: #80c29f;
}

.bg-green-10-shade {
  background-color: #007136;
}

.text-green-10-shade {
  color: #007136;
}

.bg-green-25-shade {
  background-color: #00642f;
}

.text-green-25-shade {
  color: #00642f;
}

.bg-purple-primary {
  background-color: #7b439a;
}

.text-purple-primary {
  color: #7b439a;
}

.bg-purple-25-tint {
  background-color: #9c72b3;
}

.text-purple-25-tint {
  color: #9c72b3;
}

.bg-purple-50-tint {
  background-color: #bda1cd;
}

.text-purple-50-tint {
  color: #bda1cd;
}

.bg-purple-10-shade {
  background-color: #693983;
}

.text-purple-10-shade {
  color: #693983;
}

.bg-purple-25-shade {
  background-color: #5c3274;
}

.text-purple-25-shade {
  color: #5c3274;
}

.bg-burgundy-primary {
  background-color: #c60c46;
}

.text-burgundy-primary {
  color: #c60c46;
}

.bg-burgundy-25-tint {
  background-color: #d44974;
}

.text-burgundy-25-tint {
  color: #d44974;
}

.bg-burgundy-50-tint {
  background-color: #e386a3;
}

.text-burgundy-50-tint {
  color: #e386a3;
}

.bg-burgundy-25-shade {
  background-color: #950935;
}

.text-burgundy-25-shade {
  color: #950935;
}

.bg-success {
  background-color: #00853f;
}

.text-success {
  color: #00853f;
}

.bg-information {
  background-color: #00539b;
}

.text-information {
  color: #00539b;
}

.bg-warning {
  background-color: #bf5909;
}

.text-warning {
  color: #bf5909;
}

.bg-danger {
  background-color: #ea1a13;
}

.text-danger {
  color: #ea1a13;
}

@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url(//fonts.gstatic.com/s/ptsans/v8/CWlc_g68BGYDSGdpJvpktgLUuEpTyoUstqEm5AMlJo4.woff2) format("woff2"), url("../assets/fonts/pt-sans/regular/PTS55F-webfont.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(//fonts.gstatic.com/s/ptsans/v8/0XxGQsSc1g4rdRdjJKZrNAzyDMXhdD8sAj6OAJTFsBI.woff2) format("woff2"), url("../assets/fonts/pt-sans/bold/PTS75F-webfont.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  src: local("PT Sans Italic"), local("PTSans-Italic"), url(//fonts.gstatic.com/s/ptsans/v8/PIPMHY90P7jtyjpXuZ2cLJBw1xU1rKptJj_0jans920.woff2) format("woff2"), url("../assets/fonts/pt-sans/italic/PTS56F-webfont.woff") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 700;
  src: local("PT Sans Bold Italic"), local("PTSans-BoldItalic"), url(//fonts.gstatic.com/s/ptsans/v8/lILlYDvubYemzYzN7GbLkBampu5_7CjHW5spxoeN3Vs.woff2) format("woff2"), url("../assets/fonts/pt-sans/bolditalic/PTS76F-webfont.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  src: local("PT Serif"), local("PTSerif-Regular"), url(//fonts.gstatic.com/s/ptserif/v8/I-OtoJZa3TeyH6D9oli3iXYhjbSpvc47ee6xR_80Hnw.woff2) format("woff2"), url("../assets/fonts/pt-serif/regular/PTF55F-webfont.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 700;
  src: local("PT Serif Bold"), local("PTSerif-Bold"), url(//fonts.gstatic.com/s/ptserif/v8/QABk9IxT-LFTJ_dQzv7xpIgp9Q8gbYrhqGlRav_IXfk.woff2) format("woff2"), url("../assets/fonts/pt-serif/bold/PTF75F-webfont.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: 400;
  src: local("PT Serif Italic"), local("PTSerif-Italic"), url(//fonts.gstatic.com/s/ptserif/v8/03aPdn7fFF3H6ngCgAlQzAzyDMXhdD8sAj6OAJTFsBI.woff2) format("woff2"), url("../assets/fonts/pt-serif/italic/PTF56F-webfont.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: 700;
  src: local("PT Serif Bold Italic"), local("PTSerif-BoldItalic"), url(//fonts.gstatic.com/s/ptserif/v8/Foydq9xJp--nfYIx2TBz9WaVI6zN22yiurzcBKxPjFE.woff2) format("woff2"), url("../assets/fonts/pt-serif/bolditalic/PTF76F-webfont.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 200;
  src: url("https://fonts.gstatic.com/s/materialsymbolsoutlined/v175/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
.category-header {
  background-color: #0071b3;
  color: #ffffff;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
}
.category-header a {
  color: inherit;
  text-decoration: none;
}
.category-header a:hover {
  text-decoration: underline;
}
.category-header a:active, .category-header a.selected {
  color: var(--link-focus-color);
  background-color: var(--link-focus-background);
}

.breadcrumbs {
  padding: 0.5rem 0.5rem 0.5rem 0;
}

.breadcrumbs ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center; /* This ensures all items are aligned on the same line */
}

.breadcrumbs li {
  display: flex;
  align-items: center; /* Aligns the text and icons vertically */
}

.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  content: "chevron_right"/"";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
}

html, body {
  height: 100%;
  margin: 0;
}

.page-container {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
}

.website-footer {
  border-top: 1px solid #6a6a6b;
  grid-row-start: 2;
  grid-auto-flow: row;
  background-color: #202024;
  color: #f0f0f0;
  padding: calc(1vw + 1rem) 0;
  font-family: var(--page-font-family);
  font-size: 18px;
  text-align: left;
  line-height: 1.5;
}
.website-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 
This SCSS file defines the styles for various button 
components and dropdown menus. It includes 
mixins for color options, size options, 
and action buttons. The file also generates
icon button classes based on a list of supported icons.
*/
.btn.icon-word {
  padding: 0.5rem !important;
}

.icon-word::before {
  color: inherit;
  float: right;
  font-size: 1.3rem;
  padding: 0;
  padding-left: 8px;
  padding-top: 5px;
  line-height: 1rem;
  content: "text_snippet";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}

.btn.icon-expand_more {
  padding: 0.5rem !important;
}

.icon-expand_more::before {
  color: inherit;
  float: right;
  font-size: 1.3rem;
  padding: 0;
  padding-left: 8px;
  padding-top: 5px;
  line-height: 1rem;
  content: "expand_more";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}

.btn.icon-pdf {
  padding: 0.5rem !important;
}

.icon-pdf::before {
  color: inherit;
  float: right;
  font-size: 1.3rem;
  padding: 0;
  padding-left: 8px;
  padding-top: 5px;
  line-height: 1rem;
  content: "picture_as_pdf";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}

.btn.icon-zip {
  padding: 0.5rem !important;
}

.icon-zip::before {
  color: inherit;
  float: right;
  font-size: 1.3rem;
  padding: 0;
  padding-left: 8px;
  padding-top: 5px;
  line-height: 1rem;
  content: "folder_zip";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}

.btn.icon-edit {
  padding: 0.5rem !important;
}

.icon-edit::before {
  color: inherit;
  float: right;
  font-size: 1.3rem;
  padding: 0;
  padding-left: 8px;
  padding-top: 5px;
  line-height: 1rem;
  content: "edit";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}

.btn.icon-folder {
  padding: 0.5rem !important;
}

.icon-folder::before {
  color: inherit;
  float: right;
  font-size: 1.3rem;
  padding: 0;
  padding-left: 8px;
  padding-top: 5px;
  line-height: 1rem;
  content: "folder";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}

.btn.icon-person {
  padding: 0.5rem !important;
}

.icon-person::before {
  color: inherit;
  float: right;
  font-size: 1.3rem;
  padding: 0;
  padding-left: 8px;
  padding-top: 5px;
  line-height: 1rem;
  content: "person";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}

.btn.icon-mail {
  padding: 0.5rem !important;
}

.icon-mail::before {
  color: inherit;
  float: right;
  font-size: 1.3rem;
  padding: 0;
  padding-left: 8px;
  padding-top: 5px;
  line-height: 1rem;
  content: "mail";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}

.btn.icon-delete {
  padding: 0.5rem !important;
}

.icon-delete::before {
  color: inherit;
  float: right;
  font-size: 1.3rem;
  padding: 0;
  padding-left: 8px;
  padding-top: 5px;
  line-height: 1rem;
  content: "delete";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}

.btn.icon-home {
  padding: 0.5rem !important;
}

.icon-home::before {
  color: inherit;
  float: right;
  font-size: 1.3rem;
  padding: 0;
  padding-left: 8px;
  padding-top: 5px;
  line-height: 1rem;
  content: "home";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}

.btn.icon-menu {
  padding: 0.5rem !important;
}

.icon-menu::before {
  color: inherit;
  float: right;
  font-size: 1.3rem;
  padding: 0;
  padding-left: 8px;
  padding-top: 5px;
  line-height: 1rem;
  content: "menu";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}

.btn.icon-settings {
  padding: 0.5rem !important;
}

.icon-settings::before {
  color: inherit;
  float: right;
  font-size: 1.3rem;
  padding: 0;
  padding-left: 8px;
  padding-top: 5px;
  line-height: 1rem;
  content: "settings";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}

.btn.icon-pin {
  padding: 0.5rem !important;
}

.icon-pin::before {
  color: inherit;
  float: right;
  font-size: 1.3rem;
  padding: 0;
  padding-left: 8px;
  padding-top: 5px;
  line-height: 1rem;
  content: "pin";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}

.btn.icon-schedule {
  padding: 0.5rem !important;
}

.icon-schedule::before {
  color: inherit;
  float: right;
  font-size: 1.3rem;
  padding: 0;
  padding-left: 8px;
  padding-top: 5px;
  line-height: 1rem;
  content: "schedule";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}

.btn.icon-date {
  padding: 0.5rem !important;
}

.icon-date::before {
  color: inherit;
  float: right;
  font-size: 1.3rem;
  padding: 0;
  padding-left: 8px;
  padding-top: 5px;
  line-height: 1rem;
  content: "date_range";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}

.btn.icon-chevron_right {
  padding: 0.5rem !important;
}

.icon-chevron_right::before {
  color: inherit;
  float: right;
  font-size: 1.3rem;
  padding: 0;
  padding-left: 8px;
  padding-top: 5px;
  line-height: 1rem;
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}

.btn.icon-chevron_left {
  padding: 0.5rem !important;
}

.icon-chevron_left::before {
  color: inherit;
  float: right;
  font-size: 1.3rem;
  padding: 0;
  padding-left: 8px;
  padding-top: 5px;
  line-height: 1rem;
  content: "chevron_left";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}

.hover-drop-list {
  position: relative;
  display: inline-block;
}
.hover-drop-list .btn {
  margin: 0 !important;
  padding-right: 3rem;
}
@keyframes out {
  from {
    max-height: 0%;
  }
  to {
    max-height: 100%;
  }
}
.hover-drop-list .show {
  display: block !important;
}
.hover-drop-list .drop-content {
  overflow: hidden;
  position: absolute;
  background-color: var(--page-background-color);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  max-width: 100%;
  padding: 0;
  margin: 0px 0 0;
  list-style: none;
  font-size: 1rem;
  text-align: left;
  border: 1px solid #6a6a6b;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.hover-drop-list .drop-content > li > a {
  display: block;
  padding: 6px 22px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: var(--page-text-color);
}
.hover-drop-list .drop-content > li > a:hover {
  background: var(--page-highlight-background-color);
  color: var(--page-text-color);
  text-decoration: none;
}
.hover-drop-list.up > .drop-content {
  top: auto;
  bottom: 100%;
}
.hover-drop-list.down > .drop-content {
  top: 100%;
}
.hover-drop-list:after {
  content: "";
  position: absolute;
  pointer-events: all;
  right: 0.9rem;
  top: 0.6rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  transform: rotate(-45deg);
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transition: 0.2s ease-in-out;
}

.btn:focus, .btn:active {
  outline: 3px solid #FFB400;
}

.btn:focus {
  color: #fff;
  background-color: #003e74;
}

.btn:hover {
  color: #fff;
  background-color: #003e74;
}

.btn:active {
  color: #202024;
  background-color: var(--link-focus-background);
}

@media (min-width: 800px) {
  .hover-drop-list:not(.selected):hover .btn:hover:after {
    top: 1rem;
    transform: rotate(135deg);
    pointer-events: all;
  }
  .hover-drop-list.up:not(.selected):hover .btn:hover:after {
    top: 1rem;
    transform: rotate(90deg);
    pointer-events: all;
  }
  .hover-drop-list:not(.selected):hover .drop-content {
    display: block;
    animation-name: out;
    animation-duration: 0.2s;
  }
}
@media (min-width: 992px) {
  .hover-drop-list:not(.selected):hover .btn:after {
    top: 1rem;
    transform: rotate(135deg);
    pointer-events: all;
  }
}
.selected:after {
  top: 0.6rem;
  transform: rotate(135deg);
  pointer-events: all;
}

.btn {
  z-index: 1;
  margin-bottom: 5px;
  padding: 0.5em 1em;
  text-decoration: none;
  text-underline-offset: 0.15em;
  background-color: #00539b;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  line-height: 1.5;
  border-radius: 0;
  white-space: nowrap;
  display: inline-block;
}
.btn.burgundy {
  background-color: #c60c46;
}
.btn.burgundy:focus, .btn.burgundy:hover {
  background-color: #950935;
}
.btn.green {
  background-color: #00853f;
}
.btn.green:focus, .btn.green:hover {
  background-color: #00642f;
}
.btn.grey {
  background-color: #949494;
}
.btn.grey:focus, .btn.grey:hover {
  background-color: #4f4f4f;
}
.btn.orange {
  background-color: #bf5909;
}
.btn.orange:focus, .btn.orange:hover {
  background-color: #98490c;
}
.btn.purple {
  background-color: #7b439a;
}
.btn.purple:focus, .btn.purple:hover {
  background-color: #5c3274;
}
.btn.red {
  background-color: #ea1a13;
}
.btn.red:focus, .btn.red:hover {
  background-color: #b0140e;
}
.btn.white {
  background-color: #fff;
  color: #00539b;
  border: 1px solid #003e74;
  border-bottom: 3px solid #0071b3;
  padding-bottom: 6px;
}
.btn.white:focus, .btn.white:hover {
  background-color: #fff;
  text-decoration: underline;
}
.btn.lg {
  font-size: 1em;
  line-height: 1.5;
}
.btn.mrg {
  margin: 0.3rem;
}
.btn.action {
  top: 0.1rem;
  border-bottom: 3px #003e74 solid;
  font-weight: bold;
  color: white;
  position: relative;
  text-align: left;
  padding-top: 0.3rem;
  padding-left: 1rem;
  padding-bottom: 0.3rem;
}
.btn.action.green {
  border-bottom: 3px solid #00642f;
}
.btn.action.orange {
  border-bottom: 3px solid #98490c;
}
.btn.action.red {
  border-bottom: 3px solid #b0140e;
}
.btn.action.burgundy {
  border-bottom: 3px solid #950935;
}
.btn.action.purple {
  border-bottom: 3px solid #5c3274;
}
.btn.action.grey {
  border-bottom: 3px solid #4f4f4f;
}
.btn.action.white {
  border-bottom: 3px solid #003e74;
  background-color: #fff;
  color: #00539b;
  border: 1px solid #003e74;
  border-bottom: 3px solid #0071b3;
  padding-bottom: 6px;
}
.btn.action:after {
  content: "";
  right: 0rem;
  margin-bottom: -0.1rem;
  margin-top: 0.1rem;
  margin-left: 0.2rem;
  margin-right: 0rem;
  border: 1rem solid #fff;
  border-width: 0px 0.3rem 0.3rem 0px;
  display: inline-block;
  padding: 0.3rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.btn.action.white:after {
  border: 1rem solid #00539b;
  border-width: 0px 0.3rem 0.3rem 0px;
}

.image {
  max-width: 100%;
}

.navbox {
  width: 100%;
}
.navbox .navbox-image {
  width: 100%;
  min-width: 250px;
  margin-bottom: 0;
}
.navbox .navbox-title {
  width: 100%;
  min-width: 250px;
  background-color: #0071b3;
  margin-top: -5px;
  padding: 5px, 5px, 5px, 5px;
}
.navbox a {
  color: white;
  padding: 5px 5px 5px 5px;
}
.navbox h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.navigation-bar {
  width: 100%;
  margin: 0;
  padding: 0;
}
.navigation-bar-primary {
  background-color: #00539b;
}
.navigation-bar-secondary {
  background-color: #0071b3;
}
.navigation-bar-nav {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.navigation-bar-nav.primary-nav {
  background-color: #00539b;
  margin-bottom: 3px;
  margin-top: 3px;
}
.navigation-bar-nav.primary-nav li {
  flex: 1;
  text-align: center;
  margin-right: 3px;
}
.navigation-bar-nav.primary-nav li:first-child {
  padding-left: 0;
}
.navigation-bar-nav.primary-nav li a {
  display: block;
  padding: 10px 10px 10px;
  text-decoration: none;
  color: white;
  white-space: nowrap;
}
.navigation-bar-nav.primary-nav li a:hover {
  text-decoration: underline;
  background-color: #003e74;
}
.navigation-bar-nav.primary-nav li a:active, .navigation-bar-nav.primary-nav li a.selected {
  border-radius: var(--link-focus-outline);
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  background-color: #0071b3;
}
.navigation-bar-nav.secondary-nav {
  background-color: #0071b3;
  margin-bottom: 3px;
  margin-top: 3px;
}
.navigation-bar-nav.secondary-nav li {
  flex: 1;
  text-align: center;
  margin-right: 3px;
}
.navigation-bar-nav.secondary-nav li:first-child {
  padding-left: 0;
}
.navigation-bar-nav.secondary-nav li a {
  display: block;
  padding: 10px 10px 10px;
  text-decoration: none;
  color: white;
  white-space: nowrap;
}
.navigation-bar-nav.secondary-nav li a:hover {
  text-decoration: underline;
  background-color: #003e74;
}
.navigation-bar-nav.secondary-nav li a:active, .navigation-bar-nav.secondary-nav li a.selected {
  border-radius: var(--link-focus-outline);
  -webkit-border-radius: var(--link-focus-outline);
  -moz-border-radius: var(--link-focus-outline);
  -ms-border-radius: var(--link-focus-outline);
  -o-border-radius: var(--link-focus-outline);
  background-color: #0071b3;
  color: #003e74;
}

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
}
.pagination .page-link {
  display: block;
  padding: 8px 16px;
  margin-bottom: 20px;
  border: 1px solid #202024;
  background-color: white;
  color: #00539b;
  text-decoration: none;
  font-weight: bold;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  transition: background-color 0.3s, color 0.3s;
}
.pagination .page-link:hover {
  background-color: #00539b;
  color: white;
}

.horizontal-list {
  background-color: white;
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.horizontal-list li {
  color: #0f0f11;
}
.horizontal-list li:not(:last-child) {
  margin-right: 5px;
}
.horizontal-list li:not(:last-child):after {
  content: "|";
  color: #949494;
  margin-left: 5px;
}
.horizontal-list li a {
  text-decoration: underline;
  color: inherit;
}

.article-header {
  font-family: var(--page-font-family);
  border-bottom: 1px #dedede solid;
  margin-bottom: calc(1.5vw + 1rem);
}

.article-header h1 {
  margin-bottom: 0.75rem;
}
.article-header img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
.article-header .meta {
  display: flex;
}

.article-list {
  padding: 1em 0;
}
.article-list .snippet .heading {
  font-size: 1.2em;
  line-height: 1.25;
  margin: 0 0 5px 0;
}
.article-list .snippet dl {
  font-size: 1rem;
  overflow: auto;
  margin: 0;
}
.article-list .snippet dl dt {
  position: relative;
  padding-left: 1.5em;
}
.article-list .snippet dl dt::before {
  display: inline-block;
  position: absolute;
  left: 0;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}
.article-list .snippet dl .date::before {
  content: "event"/"Date";
}
.article-list .snippet dl .time::before {
  content: "schedule"/"Time";
}
.article-list .snippet dl .location::before {
  content: "place"/"Location";
}
.article-list .snippet dl .folder-open::before {
  content: "folder_open"/"Category";
}
.article-list .snippet dd {
  display: block;
  margin-bottom: 10px;
  margin-left: 20px;
}
.article-list .description {
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 540px) {
  .article-list .description {
    display: none;
  }
}

.metadata-list {
  font-size: 1rem;
  overflow: auto;
}
.metadata-list .full {
  clear: left;
  float: left;
  display: block;
  font-weight: 900;
}
.metadata-list .no-icon {
  margin-right: 0.5rem;
  width: auto !important;
}
.metadata-list .no-icon::after {
  content: ":";
}

.metadata-list_no-icon {
  margin-left: -23px !important;
}

.pattern-wrapper {
  border-bottom: 1px #6a6a6b dashed;
  margin-bottom: 30px;
}

.alert {
  border: 5px solid #6a6a6b;
  padding: 20px;
  margin-bottom: 20px;
}
.alert.success {
  border-color: #00853f;
}
.alert.info {
  border-color: #00539b;
}
.alert.warning {
  border-color: #bf5909;
}
.alert.danger {
  border-color: #ea1a13;
}
.alert h2, .alert h3, .alert h4, .alert h5, .alert h6 {
  font-size: 1.44em;
  margin: 0 0 10px 0;
}
@media (min-width: 36em) and (max-width: 75em) {
  .alert h2, .alert h3, .alert h4, .alert h5, .alert h6 {
    font-size: calc(1.44em + 0.1225em * (100vw - 36em) / (75em - 36em));
  }
}
@media (min-width: 75em) {
  .alert h2, .alert h3, .alert h4, .alert h5, .alert h6 {
    font-size: calc(1.44em + 0.1225em);
  }
}
.alert p {
  margin: 0;
}

.callout {
  border-left: 5px solid #6a6a6b;
  padding: 20px;
  margin-bottom: 20px;
}
.callout.success {
  border-color: #00853f;
}
.callout.info {
  border-color: #00539b;
}
.callout.warning {
  border-color: #bf5909;
}
.callout.danger {
  border-color: #ea1a13;
}
.callout h2, .callout h3, .callout h4, .callout h5, .callout h6 {
  font-size: 1.44em;
  margin: 0 0 10px 0;
}
@media (min-width: 36em) and (max-width: 75em) {
  .callout h2, .callout h3, .callout h4, .callout h5, .callout h6 {
    font-size: calc(1.44em + 0.1225em * (100vw - 36em) / (75em - 36em));
  }
}
@media (min-width: 75em) {
  .callout h2, .callout h3, .callout h4, .callout h5, .callout h6 {
    font-size: calc(1.44em + 0.1225em);
  }
}
.callout p {
  margin: 0;
}

.accordion-group {
  margin-bottom: 1.2em;
}
.accordion-group details {
  border-top: 1px solid #0f0f11;
  background: #ffffff;
  color: #0f0f11;
}
.accordion-group details:last-child {
  border-bottom: 1px solid #0f0f11;
}
.accordion-group details > summary {
  font-size: 1.2em;
  font-weight: 700;
  color: #0071b3;
  cursor: pointer;
  padding: 15px;
  list-style: none;
}
@media (min-width: 36em) and (max-width: 75em) {
  .accordion-group details > summary {
    font-size: calc(1.2em + 0.05em * (100vw - 36em) / (75em - 36em));
  }
}
@media (min-width: 75em) {
  .accordion-group details > summary {
    font-size: calc(1.2em + 0.05em);
  }
}
.accordion-group details > summary:hover {
  text-decoration: underline;
}
.accordion-group details > summary:focus {
  outline: 3px solid #ffb400;
  text-decoration: underline;
}
.accordion-group details > summary::before {
  float: right;
  content: "expand_more"/"";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
  color: #0f0f11;
}
.accordion-group details[open] > summary::before {
  content: "expand_less"/"";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}
.accordion-group details .accordion-content {
  padding: 15px;
}
.accordion-group details .accordion-content > :first-child {
  margin-top: 0;
}
.accordion-group details .accordion-content > :last-child {
  margin-bottom: 0;
}
.accordion-group:has(> .accordion-group-open) details:first-of-type {
  clear: both;
}

.accordion-group-open {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  color: #0071b3;
  border: none;
  background: none;
  font-size: 1em;
  margin-bottom: 0.5rem;
  text-decoration: underline;
  float: right;
  cursor: pointer;
}

.container {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
}
.container blockquote {
  border: 0;
  border-left: 5px solid #dedede;
  font-size: inherit;
  margin: 0 0 1.5625rem 0;
  padding: 1em 1.2em;
}
.container .blockquote {
  border-left: 5px solid #dedede;
  margin: 0 0 1.5625rem 0;
  padding: 1em 1.2em;
}
.container .blockquote::after {
  clear: both;
  content: "";
  display: block;
}
.container .blockquote > blockquote {
  border: 0;
  margin: 0;
  font-size: inherit;
  padding: 0;
}
.container .blockquote .author {
  font-size: 1rem;
  font-style: normal;
  line-height: inherit;
  padding: 1.5625rem 0 0 0;
  display: flex;
  align-items: center;
}
.container .blockquote .author-thumbnail {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  overflow: hidden;
  position: relative;
  margin-right: 1rem;
}
.container .blockquote .author-thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.container .blockquote .pull {
  background: none;
  border-left: 0;
  font-size: 1.2em;
  margin: 0 auto;
  padding-left: 10%;
}
@media (min-width: 576px) {
  .container .blockquote .author {
    float: right;
  }
  .container .blockquote .author-thumbnail {
    height: 80px;
    width: 80px;
  }
}
@media (min-width: 36em) and (max-width: 75em) {
  .container .blockquote .pull {
    font-size: calc(1.2em + 0.05 * (100vw - 36em) / 39);
  }
}
@media (min-width: 75em) {
  .container .blockquote .pull {
    font-size: 1.25em;
  }
}
.container .blockquote .font-scale-2 {
  font-size: 1.44em !important;
  line-height: inherit !important;
}
@media (min-width: 36em) and (max-width: 75em) {
  .container .blockquote .font-scale-2 {
    font-size: calc(1.44em + 0.1225 * (100vw - 36em) / 39) !important;
  }
}
@media (min-width: 75em) {
  .container .blockquote .font-scale-2 {
    font-size: 1.5625em !important;
  }
}
.container .blockquote.pull {
  border-left: none;
  margin: 0 0 0 10%;
}
.container .blockquote.pull blockquote p {
  font-size: 1.25em;
}

.text-banner-content {
  text-align: center;
}
.text-banner-content.left {
  text-align: left;
}
.text-banner-content.right {
  text-align: right;
}
.text-banner-content a {
  color: #fafafa;
  text-decoration: underline;
}
.text-banner-content a:hover {
  color: #f0f0f0;
  text-decoration: none;
}
.text-banner-content a:focus {
  color: var(--link-focus-color);
}

.contact-card {
  container-type: inline-size;
  display: grid;
  grid-template-columns: 6rem 1fr auto;
  column-gap: 1em;
  padding: 1em 0;
}
.contact-card + .contact-card {
  border-top: 1px solid #dedede;
}
.contact-card .contact-card-avatar img {
  height: auto;
  width: 100%;
  border-radius: 50%;
}
.contact-card .contact-card-information > * {
  margin: 0;
}
.contact-card .contact-card-information h2, .contact-card .contact-card-information h3, .contact-card .contact-card-information h4, .contact-card .contact-card-information h5, .contact-card .contact-card-information h6 {
  font-size: 1.44em;
}
@media (min-width: 36em) and (max-width: 75em) {
  .contact-card .contact-card-information h2, .contact-card .contact-card-information h3, .contact-card .contact-card-information h4, .contact-card .contact-card-information h5, .contact-card .contact-card-information h6 {
    font-size: calc(1.44em + 0.1225em * (100vw - 36em) / (75em - 36em));
  }
}
@media (min-width: 75em) {
  .contact-card .contact-card-information h2, .contact-card .contact-card-information h3, .contact-card .contact-card-information h4, .contact-card .contact-card-information h5, .contact-card .contact-card-information h6 {
    font-size: calc(1.44em + 0.1225em);
  }
}
.contact-card .contact-card-information .contact-card-summary {
  margin-top: 0.8em;
}
.contact-card .contact-card-link {
  padding: 0.4em 0.5em;
  display: inline-block;
  border: 1px solid #949494;
  font-size: 0.9em;
}
.contact-card .contact-card-link:hover {
  background: #dedede;
  color: #202024;
}
.contact-card .contact-card-link:focus {
  text-decoration: none;
  background: #dedede;
}
.contact-card .contact-card-contact > div[class^=contact-card-contact] {
  text-align: right;
  margin-bottom: 0.3em;
}
.contact-card .contact-card-contact .contact-card-link::before {
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
  font-variation-settings: "FILL" 1;
  text-decoration: none;
  display: inline-block;
  color: #202024;
  opacity: 0.7;
  font-size: 26px;
  position: relative;
  top: 8px;
  left: 0;
  line-height: 0;
  margin-right: 0.2em;
}
.contact-card .contact-card-contact .contact-card-contact-phone .contact-card-link::before {
  content: "phone_enabled"/"";
}
.contact-card .contact-card-contact .contact-card-contact-email .contact-card-link::before {
  content: "mail"/"";
}
.contact-card .contact-card-tags {
  grid-column: 2/-1;
  padding: 0;
  display: inline-block;
  list-style-type: none;
  margin: 0.8em 0 0 0;
}
.contact-card .contact-card-tags .contact-card-tag {
  display: inline-block;
}
.contact-card .contact-card-link-small {
  font-size: 0.8em;
}

@media (prefers-color-scheme: dark) {
  .contact-card .contact-card-contact .contact-card-link::before {
    color: #f0f0f0;
  }
  .contact-card .contact-card-contact .contact-card-link:hover::before {
    color: #0f0f11;
  }
  .contact-card .contact-card-link:focus {
    color: #0f0f11;
  }
  .contact-card .contact-card-link:focus::before {
    color: #0f0f11;
  }
}
@container (max-width: 900px) {
  .contact-card {
    grid-template-columns: 6em 1fr;
  }
  .contact-card .contact-card-information {
    grid-column: 2;
  }
  .contact-card .contact-card-contact {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0.4em;
  }
  .contact-card .contact-card-contact > div[class^=contact-card-contact] {
    display: inline-block;
    text-align: left;
    margin-bottom: 0.3em;
  }
  .contact-card .contact-card-tags {
    margin-top: 0.3em;
  }
  .contact-card .contact-card-link-small {
    font-size: 0.8em;
    margin-bottom: 0.3em;
  }
}
@container (max-width: 370px) {
  .contact-card .contact-card-contact > div[class^=contact-card-contact] {
    text-align: center;
    width: 100%;
  }
  .contact-card .contact-card-contact > div[class^=contact-card-contact] .contact-card-link {
    width: 100%;
    font-size: 1em;
  }
  .contact-card .contact-card-link-small {
    font-size: 0.9em;
  }
}
@container (max-width: 300px) {
  .contact-card .contact-card-information {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .contact-card .contact-card-contact {
    grid-column: 1/-1;
    grid-row: 3;
  }
  .contact-card .contact-card-tags {
    grid-column: 1/-1;
  }
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
  width: 20%;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dedede;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

a.list-group-item {
  color: black;
  text-decoration: none;
}
a.list-group-item .list-group-item-heading {
  color: black;
}
a.list-group-item:hover {
  text-decoration: none;
  color: inherit;
  background-color: light-grey-1;
}
a.list-group-item:focus {
  text-decoration: none;
  color: inherit;
  background-color: light-grey-1;
}

button.list-group-item .list-group-item-heading {
  color: black;
}
button.list-group-item:hover {
  text-decoration: none;
  color: inherit;
  background-color: light-grey-1;
}
button.list-group-item:focus {
  text-decoration: none;
  color: inherit;
  background-color: light-grey-1;
}

a {
  color: blue-primary;
  text-decoration: none;
}
a:hover {
  color: information;
  text-decoration: underline;
}
a:focus {
  color: information;
  text-decoration: underline;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.facet-clear {
  display: inline-block;
  font-weight: normal;
  font-size: 0.83333em;
  margin: 8px 0 8px 15px;
  text-decoration: underline;
}

.material-icons-outlined {
  font-size: 20px;
  font-weight: 1000;
}

.page-intro .container {
  margin-top: 2rem;
}

.lead {
  font-size: 1.373rem;
}

.heading--large {
  font-size: 3.125rem;
}

.btn {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 0px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

.btn-action {
  background: #0071b3;
  border: 1px #0071b3 solid;
  border-bottom: 3px #005586 solid;
  font-weight: bold;
  font-size: 1.2rem;
  color: white;
  line-height: 1.3;
  position: relative;
  padding: 0.5em 2.4rem calc(0.5rem - 2px) 15px;
  text-align: left;
}
.btn-action:hover, .btn-action:focus {
  background: #005586;
  border-color: #005586;
  color: white;
  text-decoration: underline;
}
.btn-action:active {
  background: #FFB400;
  border-color: #FFB400;
  color: #202024;
}
.btn-action .material-icons-outlined {
  position: absolute;
  top: 28%;
  padding-left: 1rem;
  font-weight: 900;
}

.btn-action-secondary {
  background: white;
  border: 1px #0071b3 solid;
  border-bottom: 3px #0071b3 solid;
  color: #0071b3;
  font-size: 1.2rem;
  display: inline-block;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  padding: 0.5rem 2.4rem calc(0.5rem - 2px) 15px;
  text-align: left;
  text-decoration: none;
  white-space: normal;
}
.btn-action-secondary:hover, .btn-action-secondary:focus {
  background: white;
  border-color: #005586;
  color: #005586;
  text-decoration: underline;
}
.btn-action-secondary:active {
  background: #FFB400;
  border-color: #FFB400;
  color: #202024;
}
.btn-action-secondary .material-icons-outlined {
  position: absolute;
  top: 30%;
  padding-left: 1rem;
  font-weight: 1000;
  right: 5%;
}

* {
  box-sizing: border-box;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.search-bar {
  position: relative;
  background: #054fb9;
  padding: 0.5em 1em 8em 1em;
}
.search-bar .constrained {
  position: absolute;
  width: 100%;
  margin-bottom: 20px;
}
.search-bar .heading {
  color: white;
  font-size: 1.5em;
  width: 100%;
}
.search-bar form.dpl-form {
  display: inline-block;
  width: 90%;
  left: 7%;
  overflow: hidden;
}
.search-bar form.dpl-form input[type=text] {
  padding: 0.6em;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}
.search-bar .input-group input[type=text]:focus {
  border: 5px solid #F57600;
  padding: 5px 5px 10px 5px;
}
.search-bar form.dpl-form button {
  float: left;
  width: 50px;
  padding: 0.75em 0.75em 0.23em 0.75em;
  background: #0461cf;
  color: white;
  font-size: 1em;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}
.search-bar form.dpl-form button:hover {
  background-color: #0073e6;
}
.search-bar form.dpl-form button:focus {
  border: 2px solid #F57600;
}

@media only screen and (max-width: 479px) {
  .search-bar {
    height: 200px;
  }
}
img.image {
  max-width: 100%;
}

.metadata-list {
  color: #6a6a6b;
}
.metadata-list dt {
  margin-right: 5px;
}
.metadata-list dt.metadata-date::before {
  content: "calendar_month"/"";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
  color: #6a6a6b;
  font-variation-settings: "wght" 700;
}
.metadata-list dt.metadata-time::before {
  content: "schedule"/"";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
  color: #6a6a6b;
  font-variation-settings: "wght" 700;
}
.metadata-list dt.metadata-location::before {
  content: "location_on"/"";
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
  color: #6a6a6b;
  font-variation-settings: "OPSZ" 20, "wght" 700, "FILL" 1;
}
.metadata-list dt:not([class^=metadata-]) {
  font-weight: 700;
  color: #0f0f11;
}
.metadata-list dt:not([class^=metadata-])::after {
  content: ":";
}
.metadata-list dd {
  margin: 0 20px 5px 0;
}
.metadata-list dd a {
  color: #6a6a6b;
}
.metadata-list dd a:hover {
  color: #202024;
}
.metadata-list dd a:focus {
  color: #202024;
}
.metadata-list dt, .metadata-list dd {
  display: inline;
  line-height: 1.5;
  text-wrap: wrap;
}
.metadata-list.metadata-list-full {
  display: grid;
  grid-template-columns: auto 1fr;
}

@media screen and (max-width: 575px) {
  .metadata-list {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
.event-grid {
  padding: calc(3vw + 1rem) 0;
}
.event-grid .event-grid-heading {
  margin: 0;
}
.event-grid .featured-event {
  display: flex;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  position: relative;
}
.event-grid .featured-event:hover {
  background: #fafafa;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2), 0 3px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
}
.event-grid .featured-event:focus-within {
  box-shadow: none;
  outline: 3px solid #ffb400;
}
.event-grid .featured-event .featured-event-image {
  width: 40%;
  position: relative;
  overflow: hidden;
}
.event-grid .featured-event .featured-event-image img {
  position: absolute;
  transform: translate(-50%, -50%);
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  display: block;
  left: 50%;
  top: 50%;
}
.event-grid .featured-event .featured-event-details {
  width: 70%;
  padding: 1em;
}
.event-grid .featured-event .featured-event-details .featured-event-heading {
  font-size: 1.2em;
  margin: 0;
}
@media (min-width: 36em) and (max-width: 75em) {
  .event-grid .featured-event .featured-event-details .featured-event-heading {
    font-size: calc(1.2em + 0.05em * (100vw - 36em) / (75em - 36em));
  }
}
@media (min-width: 75em) {
  .event-grid .featured-event .featured-event-details .featured-event-heading {
    font-size: calc(1.2em + 0.05em);
  }
}
.event-grid .featured-event .featured-event-details .featured-event-heading a {
  text-decoration: none;
}
.event-grid .featured-event .featured-event-details .featured-event-heading a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  overflow: hidden;
}
.event-grid .featured-event .featured-event-details .featured-event-heading a:hover {
  text-decoration: underline;
}
.event-grid .featured-event .featured-event-details .featured-event-heading a:focus {
  outline: none;
  background: none;
  box-shadow: none;
  text-decoration: underline;
  color: var(--link-hover-color);
}
.event-grid .featured-event .featured-event-details .metadata-list {
  color: #0f0f11;
  margin-bottom: 0;
}
.event-grid .featured-event .featured-event-details .metadata-list [class^=metadata-]::before {
  color: #0f0f11;
}

@media screen and (max-width: 575px) {
  .event-grid .featured-event {
    flex-direction: column;
  }
  .event-grid .featured-event .featured-event-image,
  .event-grid .featured-event .featured-event-details {
    width: 100%;
  }
  .event-grid .featured-event .featured-event-image {
    height: 150px;
  }
}
.paired-values-list {
  display: grid;
  grid-template-columns: auto 1fr;
}
.paired-values-list dd {
  margin: 0;
}
.paired-values-list dd, .paired-values-list dt {
  line-height: 1.5;
  padding: 0.2em 1.3em 0.2em 0;
}
.paired-values-list.paired-values-list-divided dt:not(:first-child), .paired-values-list.paired-values-list-divided dd:not(:nth-child(2)) {
  border-top: 1px solid #dedede;
}
.paired-values-list.paired-values-list-divided dd, .paired-values-list.paired-values-list-divided dt {
  padding: 0.5em 1.5em 0.5em 0;
}

.filter-box {
  background: #f0f0f0;
  padding: 1.5625rem;
  margin: 0;
  margin-bottom: 1.5625rem;
  font-size: 1.2em;
}
@media (min-width: 36em) and (max-width: 75em) {
  .filter-box {
    font-size: calc(1.2em + 0.05em * (100vw - 36em) / (75em - 36em));
  }
}
@media (min-width: 75em) {
  .filter-box {
    font-size: calc(1.2em + 0.05em);
  }
}
.filter-box .clear {
  font-weight: normal;
  text-decoration: underline;
}
.filter-box .list {
  padding: 0;
  list-style: none;
}
.filter-box .list li {
  display: inline-block;
}
.filter-box .list li a {
  font-weight: bold;
}
.filter-box .list li .button {
  display: inline-block;
  margin: 0.5rem 0.5rem 0 0;
  background: white;
  border: 1px #949494 solid;
  color: #202024;
  font-size: 0.83333em;
  font-weight: normal;
  padding: 0.4rem 0.5rem;
  text-decoration: none;
}
.filter-box .list li .button .material-icons-outlined {
  font-weight: 700;
}
@media only screen and (max-width: 250px) {
  .filter-box .list li .button .material-icons-outlined {
    display: block;
  }
}

.form-fieldset {
  border: 0;
  padding: 0;
}
.form-fieldset legend {
  padding: 0;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}
.form-fieldset legend > * {
  margin: 0;
}

.form-group {
  margin-bottom: 1.5em;
}
.form-group label {
  display: inline-block;
  max-width: 100%;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.form-group .input-help {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #6a6a6b;
}
.form-group .input-help .visually-hidden:focus {
  height: auto;
  width: auto;
  clip-path: none;
  margin-left: 1em;
}
.form-group ul {
  margin: 0;
  padding: 0;
}
.form-group ul li {
  list-style: none;
  margin-bottom: 0.5em;
}
.form-group ul li label {
  font-weight: normal;
  margin: 0;
  vertical-align: middle;
}
.form-group ul li label:hover {
  cursor: pointer;
}
.form-group ul.inline li {
  display: inline-block;
  margin-right: 1em;
}
.form-group ul.small input[type=checkbox] {
  height: 16px;
  width: 16px;
  font-size: 0.6em;
}
.form-group ul.small input[type=checkbox]:checked::after {
  margin: 0 0 10% 30%;
  border-width: 0 0.2em 0.2em 0;
}
.form-group ul.collapsed {
  border: 1px solid CanvasText;
  padding: 0.5em 0.5em;
}
.form-group ul.collapsed li:last-child {
  margin-bottom: 0;
}
.form-group ul.collapsed[aria-expanded=false] {
  overflow-y: scroll;
  max-height: 30vh;
  min-height: 6em;
}
.form-group input:not([type=checkbox], [type=radio], [type=file]), .form-group textarea, .form-group select {
  display: block;
  width: 100%;
  height: 46px;
  font-size: 1em;
  padding: 6px 12px;
  font: inherit;
  border: 1px solid #6a6a6b;
  color: #202024;
}
.form-group input:not([type=checkbox], [type=radio], [type=file]):focus, .form-group textarea:focus, .form-group select:focus {
  outline: 3px solid #ffb400;
  box-shadow: inset 0 0 0 2px #6a6a6b;
}
.form-group input:not([type=checkbox], [type=radio], [type=file]).form-input-auto, .form-group textarea.form-input-auto, .form-group select.form-input-auto {
  width: auto;
}
.form-group textarea {
  height: auto;
  overflow: auto;
}
.form-group input[type=checkbox] {
  appearance: none;
  aspect-ratio: 1;
  background: Field;
  border: 2px solid CanvasText;
  height: 25px;
  width: 25px;
  margin: 0 0.25em 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.form-group input[type=checkbox]:hover {
  background: ButtonBorder;
}
.form-group input[type=checkbox]::after {
  position: relative;
  display: inline-block;
  border: none;
  content: "";
}
.form-group input[type=checkbox]:checked::after {
  border-color: CanvasText;
}
.form-group input[type=checkbox]:checked::after {
  height: 80%;
  border-style: solid;
  border-width: 0 0.25em 0.25em 0;
  aspect-ratio: 1/1.8;
  rotate: 40deg;
  width: 40%;
  margin-left: 30%;
}
.form-group input[type=radio] {
  appearance: none;
  aspect-ratio: 1;
  background: Field;
  border: 2px solid CanvasText;
  height: 25px;
  width: 25px;
  margin: 0 0.25em 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}
.form-group input[type=radio]:hover {
  background: ButtonBorder;
}
.form-group input[type=radio]::after {
  position: relative;
  display: inline-block;
  border: none;
  content: "";
}
.form-group input[type=radio]:checked::after {
  border-color: CanvasText;
}
.form-group input[type=radio]::after {
  border-radius: 100%;
  height: 13px;
  width: 13px;
  margin: 4px;
}
.form-group input[type=radio]:checked::after {
  background: CanvasText;
}
.form-group .conditional-content {
  border-left: 5px solid #6a6a6b;
  padding: 0.5em 1em;
  margin-top: 0.5em;
}
.form-group .conditional-content[aria-hidden=true] {
  display: none;
}
.form-group input[type=file] {
  display: block;
  font-size: 1em;
}
.form-group .input-group {
  display: flex;
  flex-wrap: nowrap;
  height: 46px;
  text-wrap: nowrap;
}
.form-group .input-group .input-group-addon {
  display: flex;
  align-items: center;
  border: 1px solid #6a6a6b;
  padding: 6px 12px;
  height: 100%;
  background-color: ButtonBorder;
  z-index: -1;
}
.form-group .input-group .input-group-addon:last-child {
  border-left: 0;
}
.form-group .input-group .input-group-addon:first-child {
  border-right: 0;
}

.featured-people {
  width: 100%;
  margin: 0 auto 10px auto;
}
.featured-people .person .image {
  float: left;
  border-radius: 50%;
  padding-top: 0;
  margin-right: 1rem;
  width: 100%;
  max-width: 7rem;
  height: auto;
}
@media (max-width: 576px) {
  .featured-people .person .image {
    width: 4rem;
  }
}
@media (max-width: 350px) {
  .featured-people .person .image {
    width: 2rem;
  }
}
.featured-people .person .person--group {
  margin-top: 1rem;
  width: 100%;
}
.featured-people .person .person--group .name {
  font-size: 1.2rem;
  margin: 0;
}
.featured-people .person .person--group .title {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}
.featured-people .description {
  clear: both;
  padding-top: 0.05rem;
}
.featured-people .flex {
  display: flex;
}
@media (max-width: 576px) {
  .featured-people .flex {
    display: block;
    clear: both;
    width: 100%;
  }
}

.staff-profile .details .heading {
  margin-bottom: -1.5rem;
}
.staff-profile .details .subheading {
  margin-bottom: -0.5rem;
}
.staff-profile img.image {
  padding: 0;
}
.staff-profile .contact dl dt {
  font-weight: 700;
}

.featured-news {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content 1fr;
}
.featured-news * {
  margin: 0;
  box-sizing: border-box;
}
.featured-news .featured-news-image img {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
}
.featured-news .featured-news-content .featured-news-heading {
  font-size: 2.0736em;
  margin-bottom: 0.5em;
}
@media (min-width: 36em) and (max-width: 75em) {
  .featured-news .featured-news-content .featured-news-heading {
    font-size: calc(2.0736em + 0.36780625em * (100vw - 36em) / (75em - 36em));
  }
}
@media (min-width: 75em) {
  .featured-news .featured-news-content .featured-news-heading {
    font-size: calc(2.0736em + 0.36780625em);
  }
}
.featured-news .featured-news-content p {
  font-size: 1.1em;
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
.featured-news .featured-news-content .featured-news-metadata dd {
  margin-bottom: 0.5em;
}

@media screen and (min-width: 768px) {
  .featured-news {
    grid-template-columns: 60% auto;
    gap: 20px;
  }
  .featured-news-image {
    grid-column: 2/span 1;
    grid-row: 1;
  }
  .featured-news-content {
    grid-column: 1/span 1;
    grid-row: 1;
  }
  .featured-news-metadata dd {
    display: inline-block;
    font-size: 0.9em;
  }
  .featured-news-metadata dd:not(:first-of-type) {
    margin-left: 1.5em;
  }
}
pre {
  background-color: #f0f0f0;
  border: 2px solid #6a6a6b;
  font-size: 1rem;
  line-height: 1.5;
  max-height: 15em;
  overflow: auto;
  padding: 0;
  margin: auto;
}
pre code.pattern-source {
  background-color: #f0f0f0;
}

pre.pre-expanded {
  max-height: 100%;
}

code {
  word-wrap: break-word;
  margin-right: 10px;
}

.hljs-comment {
  color: #6a6a6b;
}

.hljs-quote {
  color: #6a6a6b;
}

.hljs-variable {
  color: #0071b3;
}

.hljs-template-variable {
  color: #0071b3;
}

.hljs-tag {
  color: #0071b3;
}

.hljs-name {
  color: #0071b3;
}

.hljs-selector-id {
  color: #0071b3;
}

.hljs-selector-class {
  color: #0071b3;
}

.hljs-regexp {
  color: #0071b3;
}

.hljs-deletion {
  color: #0071b3;
}

.hljs-number {
  color: #00853f;
}

.hljs-built_in {
  color: #00853f;
}

.hljs-builtin-name {
  color: #00853f;
}

.hljs-literal {
  color: #00853f;
}

.hljs-type {
  color: #00853f;
}

.hljs-params {
  color: #00853f;
}

.hljs-meta {
  color: #00853f;
}

.hljs-link {
  color: #00853f;
}

.hljs-attribute {
  color: #bf5909;
}

.hljs-string {
  color: #c60c46;
}

.hljs-symbol {
  color: #c60c46;
}

.hljs-bullet {
  color: #c60c46;
}

.hljs-addition {
  color: #c60c46;
}

.hljs-title {
  color: #00539b;
}

.hljs-section {
  color: #00539b;
}

.hljs-keyword {
  color: #7b439a;
}

.hljs-selector-tag {
  color: #7b439a;
}

.hljs {
  display: block;
  overflow-x: auto;
  background: #f0f0f0;
  color: #202024;
  padding: 0.5em;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

/*List search results*/
.results-container-list {
  display: none; /* Hidden initially */
  margin-top: 20px;
  background-color: #fff; /* Smokey-white background */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.5s ease-out; /* Slide down effect */
}

.columns {
  display: flex;
  gap: 20px;
}

.column {
  flex: 1;
}

h2 {
  margin-top: 0;
}

.no-courses {
  font-style: italic;
  color: red;
}

/* Button Styling */
.course-button {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #f0f0f0; /* Off-white background */
  color: #333; /* Dark text color */
  border: 2px solid #ccc; /* Border for better visibility */
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  white-space: nowrap; /* Prevent text wrapping */
}

/* Hover Effects */
.course-button:hover {
  background-color: #e0e0e0; /* Slightly darker on hover */
  border-color: #999; /* Darker border on hover */
  color: #000; /* Darker text on hover */
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/******************Buttons results*****************************/
.results-container-buttons {
  display: none; /* Hidden initially */
  margin-top: 20px;
  background-color: #fff; /* Smokey-white background */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.5s ease-out; /* Slide down effect */
}

.columns {
  display: flex;
  gap: 20px;
}

.column {
  flex: 1;
}

h2 {
  margin-top: 0;
}

.no-courses {
  font-style: italic;
  color: red;
}

/* Button Styling */
.course-button {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #f0f0f0; /* Off-white background */
  color: #333; /* Dark text color */
  border: 2px solid #ccc; /* Border for better visibility */
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  white-space: nowrap; /* Prevent text wrapping */
}

/* Hover Effects */
.course-button:hover {
  background-color: #e0e0e0; /* Slightly darker on hover */
  border-color: #999; /* Darker border on hover */
  color: #000; /* Darker text on hover */
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*------List and button search for smaller screens------*/
@media (max-width: 500px) {
  .columns {
    display: block;
  }
}
section.no-links {
  padding-bottom: 3rem;
}

.wrapper {
  position: relative;
  align-items: center;
  width: 100%;
  min-width: 100px;
  height: 3rem;
  font-size: 2rem;
}
.wrapper .search {
  position: absolute;
  border: 2px solid #0f0f11;
  height: 3rem;
  width: 95%;
  padding: 2px 23px 2px 25px;
  outline: 0;
  background-color: white;
  border-top-left-radius: none;
  border-bottom-left-radius: none;
}
.wrapper .search-icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0071b3;
  padding: 0.75rem 1rem;
  min-width: 5%;
  color: white;
  font-weight: 900;
  border-top-right-radius: none;
  border-bottom-right-radius: none;
}
.wrapper button:focus-within .search-icon {
  outline: 3px solid #ffb400;
  z-index: 1;
}
.wrapper .search-icon:hover {
  background-color: #00539b;
  outline: 3px solid #ffb400;
}
.wrapper .clear-icon {
  position: absolute;
  top: 10px;
  right: 120px;
  width: 20px;
  font-weight: 900;
  cursor: pointer;
}
.wrapper .mic-icon-on,
.wrapper .mic-icon-off {
  position: absolute;
  top: 10px;
  right: 90px;
  width: 20px;
  font-weight: 900;
  cursor: pointer;
  visibility: visible;
}
.wrapper .mic-icon-on:hover,
.wrapper .mic-icon-on:focus,
.wrapper .mic-icon-off:hover,
.wrapper .mic-icon-off:focus {
  position: absolute;
  top: 10px;
  right: 90px;
  width: 20px;
  font-weight: 900;
  cursor: pointer;
  visibility: visible;
  z-index: 100;
}
.wrapper ::placeholder {
  position: absolute;
  top: 20%;
  font-size: x-large;
}
.wrapper input.search:hover,
.wrapper input.search:focus {
  background-color: #fff;
  border: 3px solid #ffb400;
}

/** Links for large screen list**/
.links .list {
  display: flex;
  list-style-type: none;
  margin: 0;
  margin-top: 10px;
  padding: 0;
}
.links .list li {
  font-size: medium;
}
.links .list li a {
  color: #0f0f11;
}
.links .list li:after {
  content: "|";
  padding: 0 0.5rem;
  color: #949494;
}
.links .list li:last-child:after {
  content: "";
}
.links .chevron {
  rotate: 90deg;
}
.links .dropdown-wrapper {
  position: relative;
}
.links .dropdown-wrapper button {
  border: none;
}
.links .dropdown-wrapper .subList {
  position: absolute;
  padding: 0.2rem;
  z-index: 2;
  list-style: none;
  width: max-content;
  background-color: #fff;
  border-radius: none;
  border: 2px solid #0f0f11;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
}
.links .dropdown-wrapper .subList li {
  padding: 5px 15px;
  cursor: pointer;
}
.links .dropdown-wrapper .subList li a {
  text-decoration: none;
}
.links .dropdown-wrapper .subList li:hover {
  background-color: #dedede;
}
.links .dropdown-wrapper .subList li:after {
  content: "";
  color: #949494;
}
.links .dropdown-wrapper summary {
  text-decoration: underline;
  list-style: none;
}

/**Small screens**/
@media (max-width: 768px) {
  .toggle {
    display: block;
    margin-top: 10px;
    margin-bottom: -15px;
  }
  .toggle .toggle-list {
    width: 100%;
    color: #00539b;
    border: 2px solid black;
    font-size: 20px;
    background-color: #fff;
    padding: 10px 0 10px 5px;
    text-decoration: underline;
    text-align: left;
  }
  .links .list {
    background-color: #fff;
    line-height: 3;
    display: flow;
    border: 2px solid black;
  }
  .links .list li {
    height: 40px;
    padding-left: 10px;
    width: 100%;
    border-bottom: 1px solid black;
  }
  .links .list li a {
    text-decoration: none;
  }
  .links .list li:after {
    content: "";
    margin-left: 30px;
    text-decoration: none;
  }
  .links .list ::before {
    display: block;
    padding: 0 1rem;
    width: 100%;
    color: #00539b;
    line-height: 2;
    border-bottom: 1px solid #0f0f11;
  }
  .links .list .dropdown-wrapper {
    width: 100%;
    padding: 5px;
    position: relative;
  }
  .links .list .toggle-subList {
    position: absolute;
    width: 100%;
    background: none;
    top: 0;
    left: 0;
    height: 40px;
  }
  .links .list .toggle-subList a {
    font-size: larger;
    float: left;
  }
  .links .list .toggle-subList .chevron {
    font-size: larger;
    float: right;
    font-size: x-large;
    font-weight: bold;
  }
  .links .list .toggle-subList:hover,
  .links .list .toggle-subList:focus {
    border: 3px solid #ffb400;
  }
  .links .list #subList {
    position: absolute;
    width: 100%;
    top: 42px;
    left: 0;
    border-radius: none;
    z-index: 2;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
  }
  .links .list #subList li a {
    text-decoration: none;
  }
  .clear-icon {
    position: absolute;
    top: 40px;
    right: 80px !important;
    width: 20px;
    font-weight: 900;
    margin-right: 5px;
    cursor: pointer;
    /*visibility: hidden;*/
  }
  .mic-icon-on,
  .mic-icon-off {
    position: absolute;
    top: 10px !important;
    right: 60px !important;
    width: 20px;
    font-weight: 900;
    cursor: pointer;
    visibility: visible;
  }
  .mic-icon-on:hover,
  .mic-icon-on:focus,
  .mic-icon-off:hover,
  .mic-icon-off:focus {
    position: absolute;
    top: 20px;
    right: 90px;
    width: 20px;
    font-weight: 900;
    cursor: pointer;
    visibility: visible;
    z-index: 100;
  }
}
.secondary-call {
  padding: 2em 0;
  background-color: #f0f0f0;
}
.secondary-call .call-heading {
  margin: 0;
  font-size: 2.5em;
}
.secondary-call p {
  max-width: 70ch;
  font-size: 1.2em;
}
.secondary-call.bg-blue-primary .call-buttons .btn.lg.action:not(.white) {
  border-bottom: 3px solid #98490c;
  background-color: #bf5909;
}
.secondary-call.bg-blue-primary .call-buttons .btn.lg.action:not(.white):hover, .secondary-call.bg-blue-primary .call-buttons .btn.lg.action:not(.white):focus {
  background-color: #98490c;
}
.secondary-call.bg-blue-primary, .secondary-call.bg-dark-orange, .secondary-call.bg-burgundy-primary, .secondary-call.bg-purple-primary {
  color: white;
}

.bg-blue-primary {
  background-color: #00539b;
}

.bg-blue-25-tint {
  background-color: #407eb4;
}

.bg-blue-50-tint {
  background-color: #80a9cd;
}

.bg-blue-25-shade {
  background-color: #003e74;
}

.bg-light-blue-primary {
  background-color: #0071b3;
}

.bg-light-blue-25-tint {
  background-color: #4095c6;
}

.bg-light-blue-50-tint {
  background-color: #80b8d9;
}

.bg-light-blue-25-shade {
  background-color: #005586;
}

.bg-red-primary {
  background-color: #ea1a13;
}

.bg-red-25-tint {
  background-color: #ef534e;
}

.bg-red-50-tint {
  background-color: #f58d89;
}

.bg-red-25-shade {
  background-color: #b0140e;
}

.bg-dark-grey-1 {
  background-color: #202024;
}

.bg-dark-grey-2 {
  background-color: #0f0f11;
}

.bg-grey {
  background-color: #6a6a6b;
}

.bg-mid-grey-1 {
  background-color: #949494;
}

.bg-mid-grey-2 {
  background-color: #dedede;
}

.bg-light-grey-1 {
  background-color: #f0f0f0;
}

.bg-light-grey-2 {
  background-color: #fafafa;
}

.bg-white {
  background-color: #ffffff;
}

.bg-orange-primary {
  background-color: #ffb400;
}

.bg-dark-orange {
  background-color: #bf5909;
}

.bg-green-primary {
  background-color: #00853f;
}

.bg-green-25-tint {
  background-color: #40a46f;
}

.bg-green-50-tint {
  background-color: #80c29f;
}

.bg-green-25-shade {
  background-color: #00642f;
}

.bg-purple-primary {
  background-color: #7b439a;
}

.bg-purple-25-tint {
  background-color: #9c72b3;
}

.bg-purple-50-tint {
  background-color: #bda1cd;
}

.bg-purple-25-shade {
  background-color: #5c3274;
}

.bg-burgundy-primary {
  background-color: #c60c46;
}

.bg-burgundy-25-tint {
  background-color: #d44974;
}

.bg-burgundy-50-tint {
  background-color: #e386a3;
}

.bg-burgundy-25-shade {
  background-color: #950935;
}

.bg-success {
  background-color: #00853f;
}

.bg-information {
  background-color: #00539b;
}

.bg-warning {
  background-color: #bf5909;
}

.bg-danger {
  background-color: #ea1a13;
}

/*# sourceMappingURL=main.css.map */
