  @charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
*, *::before, *::after {
  box-sizing: inherit;
}

::selection {
  background-color: #FFC70A;
  color: #252525;
}

:root {
  --yellow: #FFC70A;
  --blue: #283FAF;
  --navy: #00205B;
  --lighter-grey: #f4f4f4;
  --white: #ffffff;
  --black: #252525;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  background: #E7E7E7;
  color: #363636;
  font-family: proxima-nova, "Proxima Nova", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main,
details,
article, section, header, footer, aside {
  display: block;
}

figure {
  margin: 0.5em 0 1.5em;
  margin-block: 0.5em 1.5em;
  margin-inline: 0;
}

figcaption {
  font-size: 0.85em;
  line-height: 1.4;
  padding-top: 0.5em;
  padding-block-start: 0.5em;
}

img {
  border-style: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

svg {
  fill: currentColor;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=80em&xxlarge=90em";
}

div,
dt,
dd,
li,
pre,
th,
td {
  margin: 0;
  padding: 0;
}

p,
ul,
ol,
dl,
form,
table,
blockquote {
  margin: 0 0 1em;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.5em;
  padding: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.5em;
  line-height: 1.1;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
  line-height: 1.25;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1.0625em;
}

em,
i {
  font-style: italic;
}

strong,
b {
  font-weight: 700;
}

small {
  font-size: 0.8em;
}

a {
  background-color: transparent;
  color: #283FAF;
  cursor: pointer;
}
a img {
  border: 0;
}

ul,
ol {
  list-style-position: outside;
  margin-left: 1.25em;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}

ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: upper-roman;
}
ol ol ol ol {
  list-style-type: lower-roman;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd + dt {
  margin-top: 0.75em;
}

blockquote {
  background-color: #f4f4f4;
  border: none;
  color: #00205B;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
  max-width: max-content;
  padding: 2em 1.5em 2.25em 2em;
}

cite {
  display: flex;
  font-style: normal;
  font-weight: 500;
}
cite::before {
  content: "—";
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
*/
hr {
  border: none;
  border-bottom: 1px solid #E7E7E7;
  box-sizing: content-box; /* 1 */
  clear: both;
  height: 0; /* 1 */
  margin: 3em auto;
  max-width: 84rem;
  overflow: visible; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
abbr, abbr[title] {
  border-bottom: 1px dotted #707070;
  cursor: help;
  text-decoration: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  background: #f4f4f4;
  font-family: monospace, monospace; /* 1 */
  font-size: 0.9em; /* 2 */
  padding: 0.1em 0.2em;
}

code {
  border: 1px solid #E7E7E7;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 2px;
  background: transparent;
  letter-spacing: inherit;
  line-height: 1;
  cursor: pointer;
  color: inherit;
}

fieldset {
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  margin: 0 0 1em;
  padding: 0 1em 0.5em;
}

legend {
  font-size: 0.9em;
  font-weight: 500;
  margin: 0 0 0.125em;
}

label {
  display: block;
  font-size: 0.9em;
  font-weight: 500;
  margin: 0 0 0.125em;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  accent-color: #283FAF;
  box-sizing: border-box; /* 1 */
  margin: 0 0.25em 0.75em 0;
  padding: 0; /* 2 */
}

[type=file] {
  margin: 0 0 1em;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  accent-color: #283FAF;
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  color: #252525;
  display: block;
  margin: 0 0 1em;
  padding: 0.5em 0.875em;
  width: 100%;
}
[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
  border-color: #283FAF;
}

textarea {
  height: auto;
  line-height: 1.4;
  max-width: 100%;
  min-height: 3em;
  overflow: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #E7E7E7;
  color: #707070;
  cursor: not-allowed;
}

[type=submit],
[type=button],
[type=reset] {
  appearance: none;
  border-radius: 2px;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=date] {
  max-width: 10em;
}

::placeholder {
  color: #989898;
}

select {
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #C0C0C0;
  border-radius: 2px;
  color: #252525;
  height: 2.5em;
  margin: 0 0 1em;
  padding: 0.5em 0.875em;
  width: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2840, 63, 175%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1.35em center;
  background-repeat: no-repeat;
  background-size: 12px 9px;
  padding-right: 2em;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  border-color: #283FAF;
}
select:disabled {
  background-color: #E7E7E7;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

table {
  border: 1px solid #E7E7E7;
  border-collapse: collapse;
  border-radius: 2px;
  table-layout: fixed;
  width: 100%;
}

table a[href^="mailto:"] {
  word-break: break-all;
}

tbody tr:nth-child(odd) {
  background-color: #f4f4f4;
}

th,
td {
  padding: 0.5em 1em;
}

th {
  font-weight: 700;
}

tr:empty {
  display: none;
}

td *:last-child {
  margin-bottom: 0;
}

th + th,
td + td {
  border-left: 1px solid #E7E7E7;
}

caption {
  font-size: 1.1em;
  font-weight: 500;
  margin: 0 0 0.5em;
  text-align: center;
}

thead {
  border-bottom: 1px solid #d4d4d4;
  text-align: left;
}

@media screen and (min-width: 40em) {
  td {
    padding: 0.8em 1em;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #707070;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.layout-header,
.layout-main {
  background: #ffffff;
}

.layout-footer {
  background: #252525;
  color: #ffffff;
}

.layout-header a,
.layout-footer a {
  color: inherit;
}

@media screen and (min-width: 64em) {
  .layout-main {
    font-size: 1.125em;
  }
}
.content-wrapper {
  --max-width: 84rem;
  margin: auto;
  max-width: var(--max-width);
  overflow: hidden;
  padding: 2em 1rem;
}

.content-wrapper.narrow {
  --max-width: 45em;
}

@media screen and (min-width: 40em) {
  .content-wrapper {
    padding: 2em 2rem;
  }
}
.grid {
  --columns: 1;
  --gap: 1em;
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
}

ul.grid {
  margin: 0;
  padding: 0;
  list-style: none;
}

.grid.with-rules > div + div::before {
  background: #E7E7E7;
  content: " ";
  display: block;
  height: 1px;
  margin-block: -0.5em 1em;
  width: 100%;
}

.grid.small-up-2 {
  --columns: 2;
}

@media screen and (min-width: 40em) {
  .grid.medium-up-2 {
    --columns: 2;
  }
  .grid.medium-up-3 {
    --columns: 3;
  }
  .grid.medium-up-4 {
    --columns: 4;
  }
}
@media screen and (min-width: 64em) {
  .grid {
    --l-gap: 1.5em;
    --gap: var(--l-gap);
  }
  .grid.large-up-2 {
    --columns: 2;
  }
  .grid.large-up-3 {
    --columns: 3;
  }
  .grid.large-up-4 {
    --columns: 4;
  }
  .grid.with-rules.large-up-3 > div + div {
    position: relative;
  }
  .grid.with-rules.large-up-3 > div + div::before {
    height: 100%;
    inset-block-start: 0;
    inset-inline-start: -0.75em;
    margin: 0;
    position: absolute;
    width: 1px;
  }
}
@media screen and (min-width: 80em) {
  .grid.xlarge-up-2 {
    --columns: 2;
  }
  .grid.xlarge-up-3 {
    --columns: 3;
  }
  .grid.xlarge-up-4 {
    --columns: 4;
  }
}
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.no-margin {
  margin: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mb-1em {
  margin-bottom: 1em;
}

.mb-2em {
  margin-bottom: 2em;
}

.mb-3em {
  margin-bottom: 3em;
}

.mb-4em {
  margin-bottom: 4em;
}

.mb-5em {
  margin-bottom: 5em;
}

.w-100 {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .float-left.on-medium {
    float: left;
  }
  .float-right.on-medium {
    float: right;
  }
}
.row {
  max-width: 84rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -1rem;
  margin-left: -1rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -1.125rem;
    margin-left: -1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -1.125rem;
    margin-left: -1.125rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 1rem;
  padding-left: 1rem;
  min-width: 0;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

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

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

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

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
}

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

.column-block {
  margin-bottom: 2rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 2.25rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.yellow-bg {
  background: #FFC70A;
}
.yellow-bg ::selection {
  background-color: #252525;
  color: #ffffff;
}

.blue-bg {
  background: #00205B;
  color: #ffffff;
}

.black-bg {
  background: #252525;
  color: #ffffff;
}

.lighter-grey-bg {
  background: #f4f4f4;
}

.white-bg {
  background: #ffffff;
}

.header-university-webapp-banner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 84em;
}

.shield-link {
  display: block;
  margin: 0.6em 1em;
  width: 70%;
}

@media screen and (min-width: 40em) {
  .shield-link {
    padding: 0.2em 1em;
    width: auto;
  }
}
.header-site-banner {
  background-color: #00205B;
  color: #ffffff;
}
.header-site-banner > div {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto;
  margin: auto;
  max-width: 84rem;
}

.site-banner-titles {
  padding: 1.5em 1em;
}
.site-banner-titles a {
  text-decoration: none;
}
.site-banner-titles a:active, .site-banner-titles a:hover, .site-banner-titles a:focus {
  text-decoration: underline;
}

.site-banner-quicklinks {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: -1em;
}
.site-banner-quicklinks .horizontal.menu li {
  margin: 0;
}
.site-banner-quicklinks .menu {
  font-size: 1em;
  justify-content: space-between;
}
.site-banner-quicklinks .menu li:active, .site-banner-quicklinks .menu li:focus, .site-banner-quicklinks .menu li:hover {
  background: #ffffff;
}
.site-banner-quicklinks .menu li:active > a, .site-banner-quicklinks .menu li:focus > a, .site-banner-quicklinks .menu li:hover > a {
  color: #363636;
}
.site-banner-quicklinks .menu a {
  padding: 1em;
}

.administrative-unit {
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: 1.125px;
  line-height: 1.4;
  margin-bottom: 0.75em;
  opacity: 0.85;
  text-transform: uppercase;
  transition: opacity 0.2s ease-out;
}
.administrative-unit:focus, .administrative-unit:hover {
  opacity: 1;
}

.site-title {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

p.site-title {
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .header-site-banner .toggle-button-wrapper {
    padding-right: 1em;
  }
  .site-banner-titles {
    padding: 1.5em 2em;
  }
  .site-banner-quicklinks {
    padding: 0 1em;
  }
  .site-banner-quicklinks .menu {
    justify-content: space-evenly;
  }
  .administrative-unit {
    font-size: 0.9em;
    font-weight: 500;
    margin-bottom: 0.5em;
  }
  .site-title {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 64em) {
  .administrative-unit {
    display: inline-block;
  }
  .administrative-unit + .administrative-unit::before {
    background: currentColor;
    content: " ";
    display: inline-block;
    line-height: 1.25;
    margin: 0 0.5em;
    opacity: 0.55;
    width: 0.1em;
  }
  .site-banner-quicklinks {
    grid-column: initial;
    grid-row: initial;
    margin: 0;
  }
}
.header-webapp-navigation,
.header-webapp-navigation .off-canvas {
  background: #00205B;
  color: #ffffff;
}

@media screen and (min-width: 64em) {
  .header-webapp-navigation {
    align-self: end;
    padding: 0 2em 0.7em;
  }
}
.footer-bottom {
  max-width: 84rem;
  margin: auto;
  padding: 3em 1em 1em;
}

.footer-shield-link {
  display: block;
  line-height: 1;
}
.footer-shield-link svg {
  max-width: 100%;
}

.copyright {
  text-align: center;
  margin: 4em 0 1em;
}

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

.footer-bottom__extra form {
  margin: 4em auto 2.5em;
  max-width: 28em;
  position: relative;
}
.footer-bottom__extra form:active input[type=text], .footer-bottom__extra form:hover input[type=text], .footer-bottom__extra form:focus input[type=text] {
  opacity: 1;
}
.footer-bottom__extra input[type=text] {
  background-color: transparent;
  color: #ffffff;
  opacity: 0.6;
  transition: opacity 0.25s ease-out;
}
.footer-bottom__extra input[type=text]:hover, .footer-bottom__extra input[type=text]:focus {
  opacity: 1;
}
.footer-bottom__extra [type=submit] {
  background-color: transparent;
  border: none;
  bottom: 0;
  height: 100%;
  padding: 0.5em 1em;
  position: absolute;
  right: 0;
}
.footer-bottom__extra ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 0 1em;
}
.footer-bottom__extra li:after {
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 0.8em;
  margin: 0 1em;
  opacity: 0.3;
  transform: translateY(1px);
  width: 1px;
}
.footer-bottom__extra li:last-of-type:after {
  content: none;
}
.footer-bottom__extra a {
  display: inline-block;
  margin: 0 0 0.25em;
  padding: 0.125em;
  text-decoration: none;
}
.footer-bottom__extra a:active, .footer-bottom__extra a:focus, .footer-bottom__extra a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 40em) {
  .footer-bottom {
    padding: 3em 2em 1em;
  }
}
@media screen and (min-width: 80em) {
  @supports (display: grid) {
    .footer-bottom {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 0 3em;
    }
    .footer-bottom__branding {
      text-align: left;
    }
    .footer-bottom__extra form {
      margin: 0 0 1.5em auto;
    }
    .footer-bottom__extra ul {
      justify-content: end;
      margin: 0 0 0.5em;
    }
    .copyright {
      grid-column: 1/3;
    }
  }
}
.main-header {
  background: #f4f4f4;
}

.main-header > * {
  margin-inline: auto;
  max-width: 84rem;
  line-height: 1;
  padding: 2.8rem 1rem 3rem;
}
.main-header > *:last-child {
  border-block-end: 1px solid #e3e3e3;
  margin-block-end: 0;
}

.main-header .section-title {
  color: #707070;
  padding-block-end: 0;
}
.main-header .section-title + h1 {
  padding-block-start: 0;
}

@media screen and (min-width: 40em) {
  .main-header > * {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .main-header > * {
    padding: 3.3rem 2rem 3.5rem;
  }
}
@media screen and (min-width: 80em) {
  .main-header .section-title {
    font-size: 0.85em;
  }
  .main-header h1 {
    font-size: 2.6666667em;
  }
}
.page-content__nav {
  margin-block: -1em 1.25em;
}

.page-content__sidebar,
.page-content__aside {
  margin-block-start: 4em;
}
.page-content__sidebar:empty,
.page-content__aside:empty {
  display: none;
}

nav[aria-labelledby] + .article,
.breadcrumbs + .article {
  margin-block-start: 2.5em;
}

.page-content .content-wrapper {
  padding-block: 0;
}

.page-content .white-bg .content-wrapper {
  padding-inline: 0;
}

.page-content__content > .row,
.page-content__content form > .row,
.page-content__main > .row,
.page-content__main form > .row {
  margin-inline-start: -1rem;
}

@media screen and (min-width: 64em) {
  .page-content {
    display: grid;
    gap: 0 3em;
    grid-template-columns: 18rem auto;
    grid-template-rows: repeat(2, min-content) 1fr repeat(2, min-content);
  }
  .page-content__nav {
    grid-column: 1;
    grid-row: 1;
    margin-block: 0 3em;
  }
  .dropdown-pane + p {
    margin-block-start: 3em;
  }
  .page-content__sidebar,
  .page-content__aside {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
  }
  .page-content__content,
  .page-content__main {
    grid-row: 1/-1;
  }
  .page-content__nav + .page-content__main {
    grid-column: 2 !important;
  }
  .page-content__content:only-child,
  .page-content__main:only-child {
    grid-column: 1/-1;
  }
  .page-content__content:has(+ div.page-content__sidebar:empty),
  .page-content__main:has(+ div.page-content__aside:empty) {
    grid-column: 1/-1;
  }
  .page-content__content > .row,
  .page-content__content form > .row,
  .page-content__main > .row,
  .page-content__main form > .row {
    margin-inline-start: -1.125rem;
  }
}
.button {
  border: 2px solid rgba(112, 112, 112, 0.2);
  border-radius: 2px;
  box-shadow: 0 0 10px 0 rgba(37, 37, 37, 0.04), 0 5px 10px 0 rgba(37, 37, 37, 0.08);
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  padding: 0.75em 2em;
  transition: background-color 0.2s ease-out;
  text-align: center;
  vertical-align: middle;
  -webkit-appearance: none;
  will-change: background-color;
  background: #283FAF;
  color: #ffffff;
}
.button.small {
  font-size: 0.75em;
}
.button.large {
  font-size: 1.4em;
}
.button:active, .button:focus, .button:hover {
  background: #24399e;
}
.button.yellow, .button.secondary {
  color: #252525;
}
.button.yellow {
  background: #FFC70A;
}
.button.yellow:active, .button.yellow:focus, .button.yellow:hover {
  background: #fcc200;
}
.button.black {
  background: #3e3e3e;
}
.button.black:active, .button.black:focus, .button.black:hover {
  background: #252525;
}
.button.secondary {
  background: #f4f4f4;
}
.button.secondary:active, .button.secondary:focus, .button.secondary:hover {
  background: #dadada;
}
.button.ghost {
  align-items: center;
  background: transparent;
  border: none;
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  box-shadow: none;
  color: #283FAF;
  display: inline-grid;
  font-size: 1.125em;
  gap: 0.25em;
  grid-template-columns: 1fr 10px;
  padding: 0.125em 0;
  position: relative;
  text-align: start;
  transition: color 0.1s ease-out 50ms;
  will-change: color;
  z-index: 0;
}
.button.ghost svg {
  display: inline-block;
  transition: transform 0.15s ease-out 50ms;
}
.button.ghost:after {
  backface-visibility: hidden;
  background: #283FAF;
  border-radius: 2px;
  bottom: -0.125em;
  content: " ";
  display: inline-block;
  left: -0.6875em;
  opacity: 0;
  position: absolute;
  right: -0.75em;
  top: -0.125em;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease-out 50ms, opacity 0.2s ease-out 50ms;
  z-index: -1;
}
.button.ghost:active, .button.ghost:focus, .button.ghost:hover {
  background: transparent;
  color: #ffffff;
}
.button.ghost:active svg, .button.ghost:focus svg, .button.ghost:hover svg {
  transform: translateX(4px);
}
.button.ghost:active:after, .button.ghost:focus:after, .button.ghost:hover:after {
  opacity: 1;
  transform: scaleX(1);
}
.button.ghost.yellow, .button.ghost.black, .button.ghost.secondary {
  color: #252525;
}
.button.ghost.yellow {
  border-color: #FFC70A;
}
.button.ghost.yellow:after {
  background: #FFC70A;
}
.button.ghost.yellow:active, .button.ghost.yellow:focus, .button.ghost.yellow:hover {
  color: #252525 !important;
}
.button.ghost.yellow.on-black {
  color: #ffffff;
}
.button.ghost.black:after {
  background: #252525;
}
.button.ghost.black:active, .button.ghost.black:focus, .button.ghost.black:hover {
  color: #ffffff;
}
.button.ghost.white {
  color: #ffffff;
}
.button.ghost.white:after {
  background: #ffffff;
}
.button.ghost.white:active, .button.ghost.white:focus, .button.ghost.white:hover {
  background: #ffffff;
  color: #00205B;
}
.button.disabled, .button[disabled] {
  cursor: not-allowed;
  opacity: 0.25;
}
.button.expanded {
  width: 100%;
}

a.button {
  text-decoration: none;
}
a.button:hover, a.button:focus {
  text-decoration: none;
}

@media screen and (min-width: 64em) {
  .button.ghost {
    grid-template-columns: 1fr 12px;
  }
  .button.ghost svg {
    width: 12px;
  }
}
.close-button {
  opacity: 0.5;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  transition: opacity 0.2s cubic-bezier(0.66, -0.39, 0.41, 1.35);
}
.close-button:hover, .close-button:focus {
  opacity: 0.9;
}

[data-closable] {
  position: relative;
}

.toggle-button {
  display: block;
  padding: 1em;
}
.toggle-button svg {
  fill: #283FAF;
}
.toggle-button span {
  display: block;
  font-size: 0.75em;
  font-weight: 600;
  text-align: center;
}
.toggle-button.white svg {
  fill: #ffffff;
}
.toggle-button.white span {
  color: #E7E7E7;
}

.toggle-button-wrapper {
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 40em) {
  .toggle-button svg {
    transform: scale(1.1);
  }
  .toggle-button span {
    font-size: 0.85em;
  }
}
.help-text,
.more-info {
  color: #565656;
  font-size: 0.85em;
  margin-top: -0.8em;
  margin-bottom: 1em;
  opacity: 0.9;
}

.form-actions,
.form-item {
  max-width: 30em;
}

.form-actions .button {
  width: 100%;
}
.form-actions a {
  font-weight: bold;
  padding: 0.5em 1.34em;
  text-decoration-thickness: 2px;
}
.form-actions a:focus, .form-actions a:hover {
  background: #F4F5FB;
  text-decoration: none;
}

.form-item + .form-actions {
  margin-top: 1.5em;
}

.form-input-group {
  display: flex;
}
.form-input-group input {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .form-actions {
    align-items: baseline;
    display: flex;
  }
}
@media screen and (min-width: 64em) {
  .form-actions .button {
    width: auto;
  }
}
.menu {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  font-size: 1.125rem;
  list-style: none;
  margin: 0;
  max-width: none;
  padding: 0;
  position: relative;
}
.menu li {
  line-height: 1.4;
  padding: 0;
}
.menu a {
  display: block;
  font-weight: 700;
  padding: 1em 0;
  text-decoration: none;
}
.menu a > span {
  display: inline-block;
  position: relative;
}
.menu a > span:after {
  background: #283FAF;
  content: " ";
  display: inline-block;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.66, -0.39, 0.41, 1.35) 50ms;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
}
.menu a:focus > span:after, .menu a:hover > span:after {
  transform: scaleX(1);
}
.menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.horizontal li {
  margin-right: 1.5em;
}
.menu.horizontal li:last-child {
  margin: 0;
}
.menu.nested {
  margin-left: 1.5em;
}
.menu .is-active > a > span:after {
  transform: scaleX(1);
}

.no-js [data-responsive-menu] ul {
  display: none;
}

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

.pagination {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  font-variant: tabular-nums;
  font-weight: 500;
  gap: 0.3em;
  justify-content: center;
  list-style: none;
  margin: 0 0 0.5em;
}
.pagination a {
  border: 1px solid rgba(40, 63, 175, 0.21);
  border-radius: 4px;
  display: inline-block;
  padding: 0.2em 0.8em;
  text-decoration: none;
}
.pagination a[aria-current] {
  background: #283FAF;
  color: #ffffff;
}
.pagination a:focus, .pagination a:hover {
  background: #283FAF;
  color: #ffffff;
}
.pagination li:first-child a, .pagination li:last-child a {
  border: none;
}
.pagination li:first-child svg {
  margin-right: 0.25em;
}
.pagination li:last-child svg {
  margin-left: 0.25em;
}
.pagination .active {
  border: 1px solid rbga(#283FAF, 0.21);
  border-radius: 4px;
  display: inline-block;
  padding: 0.2em 0.8em;
  text-decoration: none;
  background: #283FAF;
  color: #ffffff;
}
.pagination .inactive {
  opacity: 0.2;
  pointer-events: none;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}

.drilldown a {
  background: #ffffff;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='9' height='14' viewBox='0 0 320 512'><path style='fill: rgb%28192, 192, 192%29' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/></svg>");
  background-origin: content-box;
  background-position: right -9px center;
  background-repeat: no-repeat;
  background-size: 9px 14px;
  bottom: 0;
  content: " ";
  padding-right: 1.5em;
  position: absolute;
  right: 0;
  top: 0;
}
.drilldown .js-drilldown-back {
  border-bottom: 1px solid #E7E7E7;
}
.drilldown .js-drilldown-back > a::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='9' height='14' viewBox='0 0 320 512'><path style='fill: rgb%28192, 192, 192%29' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/></svg>");
  background-origin: content-box;
  background-position: left -9px center;
  background-repeat: no-repeat;
  background-size: 9px 14px;
  content: " ";
  display: inline-block;
  padding-left: 1.5em;
  transform: scale(-1);
  width: 0;
}
.drilldown .is-drilldown-submenu {
  background: #f4f4f4;
  left: 100%;
  position: absolute;
  top: 0;
  transition: transform 0.25s ease-in-out;
  z-index: -1;
  width: 100%;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .nested.is-drilldown-submenu {
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.dropdown.menu > li > a {
  padding: 1em;
}
.dropdown.menu li.is-active > a {
  border: none;
}
.dropdown.menu li.is-active > a > span:after {
  transform: scaleX(1);
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-left: 0;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 2em;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a:focus::after, .dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after {
  transform: rotate(-180deg);
}
.dropdown.menu > li.is-dropdown-submenu-parent.is-active > a:after {
  transform: rotate(-180deg);
}
@media screen and (min-width: 64em) {
  .dropdown.menu .large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu .large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu .large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 2em;
  }
  .dropdown.menu .large-horizontal > li.is-dropdown-submenu-parent > a:focus::after, .dropdown.menu .large-horizontal > li.is-dropdown-submenu-parent > a:hover::after {
    transform: rotate(-180deg);
  }
  .dropdown.menu .large-horizontal > li.is-dropdown-submenu-parent.is-active > a:after {
    transform: rotate(-180deg);
  }
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent > a::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='12' height='14' viewBox='0 0 448 512'><path style='fill: rgb%28192, 192, 192%29' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/></svg>");
  background-origin: content-box;
  background-position: right -12px center;
  background-repeat: no-repeat;
  background-size: 12px 14px;
  content: " ";
  margin-top: 0;
  padding-right: 12px;
  position: absolute;
  top: 0;
  right: 12px;
  left: auto;
  bottom: 0;
  transition: transform 0.2s ease-in-out;
  width: 0;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 280px;
  border: 1px solid #dadada;
  border-top: 1px solid #E7E7E7;
  background: #ffffff;
}
.dropdown .is-dropdown-submenu a {
  padding: 1em;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  left: 5px;
  right: auto;
  transform: rotate(90deg);
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  transform: rotate(-90deg);
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.menu.sidebar-menu {
  margin-block-end: 2.25em;
}
.menu.sidebar-menu a {
  border-block-start: 1px solid #E7E7E7;
}

.dropdown-pane .sidebar-menu {
  margin-block: -0.5em;
}
.dropdown-pane .sidebar-menu > li:first-child a {
  border-block-start: none;
}

.sidebar-title,
.menu-text {
  color: #565656;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.046875em;
  text-transform: uppercase;
}

.sidebar-title {
  margin-block-end: 1em;
}

button.sidebar-title {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  font-size: 0.85rem;
  padding: 0.7em 1em;
  transition: border-color 0.2s ease;
  will-change: border-color;
}
button.sidebar-title svg {
  color: #283FAF;
  margin-inline-start: 0.5em;
  opacity: 0.8;
  transition: transform 0.2s ease;
}
button.sidebar-title:active, button.sidebar-title:hover {
  border-color: #C0C0C0;
}
button.sidebar-title.hover {
  border-color: #C0C0C0;
}
button.sidebar-title.hover svg {
  opacity: 1;
  transform: rotate(-180deg);
}

.menu-text {
  border-block-end: 1px solid #dfdfdf;
  padding-block-start: 1.5em;
  padding-block-end: 1em;
}
.menu-text + ul > li:first-of-type a {
  border-block-start: none;
}

.sidebar-menu > li:first-of-type .menu-text {
  padding-block-start: 0;
}

@media screen and (min-width: 64em) {
  .sidebar-title {
    margin-block-start: 0.5em;
  }
  .menu.sidebar-menu a {
    font-size: 1.25rem;
  }
  .menu.sidebar-menu li:first-child a {
    border-block-start: 1px solid #E7E7E7;
  }
  button.sidebar-title {
    border: none;
    padding: 0;
    pointer-events: none;
  }
  button.sidebar-title svg {
    display: none;
  }
  nav .dropdown-pane {
    border: none;
    display: block !important;
    padding: 0;
    position: relative;
    visibility: visible;
    width: auto;
  }
  .dropdown-pane .sidebar-menu {
    margin-block: 0;
  }
}
.menu.site-menu a {
  background: #00205B;
  color: #ffffff;
  font-size: 1.125rem;
  padding: 1em 3em 1em 2em;
}
.menu.site-menu .is-drilldown-submenu {
  background: #00205B;
}

@media screen and (min-width: 64em) {
  .menu.site-menu {
    flex-wrap: wrap;
    flex-direction: row;
    z-index: 100;
  }
  .menu.site-menu a {
    background: transparent;
    color: #363636;
    opacity: 0.9;
    transition: opacity 0.2s ease-in-out;
  }
  .menu.site-menu a:focus, .menu.site-menu a:hover {
    opacity: 1;
  }
  .menu.site-menu > li > a {
    color: #ffffff;
  }
  .menu.site-menu > li:active, .menu.site-menu > li:focus, .menu.site-menu > li:hover {
    background: #ffffff;
  }
  .menu.site-menu > li:active > a, .menu.site-menu > li:focus > a, .menu.site-menu > li:hover > a {
    color: #363636;
  }
}
.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  background: rgba(7, 10, 15, 0.89);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.2s ease-out;
  backface-visibility: hidden;
  background: #f4f4f4;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 20px rgba(37, 37, 37, 0.3);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 16rem;
  transform: translateX(-16rem);
}
@media print, screen and (min-width: 40em) {
  .position-left {
    width: 18rem;
    transform: translateX(-18rem);
  }
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-16rem);
}
@media print, screen and (min-width: 40em) {
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-18rem);
  }
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(16rem);
}
@media print, screen and (min-width: 40em) {
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(18rem);
  }
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(54, 54, 54, 0.1);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 16rem;
  transform: translateX(16rem);
}
@media print, screen and (min-width: 40em) {
  .position-right {
    width: 18rem;
    transform: translateX(18rem);
  }
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(16rem);
}
@media print, screen and (min-width: 40em) {
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(18rem);
  }
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-16rem);
}
@media print, screen and (min-width: 40em) {
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-18rem);
  }
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(54, 54, 54, 0.1);
}

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right {
    box-shadow: none;
    transform: none;
  }
}
.accordion {
  margin: 1.75em 0;
  max-width: 45em;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

ul.accordion {
  list-style-type: none;
}

.accordion-item {
  border-top: 2px solid #E7E7E7;
}
.accordion-item:last-child {
  border-bottom: 2px solid #E7E7E7;
}

.accordion-title {
  display: block;
  font-weight: 700;
  line-height: 1.2;
  padding: 1.25em 3em 1.25em 1em;
  position: relative;
  text-decoration: none;
}
.accordion-title::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='12' height='14' viewBox='0 0 448 512'><path style='fill: rgb%2854, 54, 54%29' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/></svg>");
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  opacity: 0.7;
  position: absolute;
  top: 0;
  right: 1em;
  left: auto;
  bottom: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  width: 16px;
}
.accordion-title:hover, .accordion-title:focus {
  color: #283FAF;
}
.accordion-title:hover::after, .accordion-title:focus::after {
  opacity: 1;
}

.accordion-content {
  display: none;
  padding: 0 2em 1.25em 1.125em;
}

.accordion-item.is-active .accordion-title::after {
  opacity: 1;
  transform: rotate(180deg);
}

.accordion-component.blue-bg .accordion-title {
  color: #ffffff;
}
.accordion-component.blue-bg .accordion-title:active, .accordion-component.blue-bg .accordion-title:focus, .accordion-component.blue-bg .accordion-title:hover {
  color: #ffffff;
}
.accordion-component.blue-bg .accordion-title::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='12' height='14' viewBox='0 0 448 512'><path style='fill: rgb%28255, 255, 255%29' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/></svg>");
}

.article a.accordion-title {
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}
.article a.accordion-title:hover, .article a.accordion-title:focus {
  background-color: transparent;
}

@media screen and (min-width: 64em) {
  .accordion-component.accordion-right .content-wrapper,
  .accordion-component.accordion-left .content-wrapper {
    display: grid;
    gap: 0 2em;
    grid-template-columns: repeat(2, 1fr);
  }
  .accordion-component.accordion-right .accordion,
  .accordion-component.accordion-left .accordion {
    margin-top: 0;
  }
  .accordion-component.accordion-left .accordion,
  .accordion-component.accordion-left .accordion__content {
    grid-row: 2/3;
  }
  .accordion-component.accordion-left .accordion {
    grid-column: 1/2;
  }
  .accordion-component.accordion-left .accordion__content {
    grid-column: 2/3;
  }
  .accordion-component h3 {
    grid-column: 1/-1;
  }
}
.article {
  color: #252525;
  margin: 0 auto 2em;
  overflow: hidden;
}
.article > :first-child {
  margin-block-start: 0;
}
.article *:last-child {
  margin-block-end: 0;
}
.article h2 a, .article h3 a {
  font-weight: bold;
}
.article h2 {
  margin-block-start: 1.4em;
}
.article h3 {
  margin-block-start: 1.75em;
}
.article h2 + h3 {
  margin-block-start: 1em;
}
.article h4 {
  margin-block-start: 1.25em;
}
.article p, .article ul, .article ol {
  max-width: 34em;
  text-rendering: optimizeLegibility;
}
.article a:not([class]) {
  color: inherit;
  font-weight: 700;
  text-decoration-color: #283FAF;
  text-decoration-thickness: 1px;
  transition: text-decoration-thickness 0.15s ease-in-out 50ms;
}
.article a:not([class]):focus, .article a:not([class]):hover {
  color: #283FAF;
  text-decoration-thickness: 2.5px;
}
.article .menu {
  color: #283FAF;
  max-width: none;
}
.article .float-right,
.article .float-left {
  display: block;
  max-width: max-content;
  min-width: 21vw;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  margin-block: 0.5em 1.5em;
}
.article .float-right {
  margin-left: 0.8em;
  margin-inline-start: 0.8em;
}
.article .float-left {
  margin-right: 0.8em;
  margin-inline-end: 0.8em;
}
.article .localist-widget-hl {
  overflow: hidden;
}
.article ol.event-list {
  max-width: none;
}

@media screen and (min-width: 90em) {
  .article {
    font-size: 1.11111em;
  }
}
.breadcrumbs {
  font-size: 0.88889em;
  font-weight: 500;
  margin: 0 auto 1.5em;
  list-style: none;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li + li:before {
  border-right: 0.1em solid currentcolor;
  content: "";
  display: inline-block;
  height: 0.8em;
  margin: 0 0.5em;
  opacity: 0.34;
  transform: rotate(15deg);
  width: 1px;
}
.breadcrumbs a {
  color: #363636;
  padding: 0.55em 0;
  text-decoration-color: #283FAF;
}
.breadcrumbs a:focus, .breadcrumbs a:hover {
  color: #283FAF;
  text-decoration: none;
}
.breadcrumbs li:last-child a,
.breadcrumbs a[aria-current=page] {
  opacity: 0.55;
  text-decoration: none;
  transition: opacity 0.1s ease-in;
}
.breadcrumbs li:last-child a:focus, .breadcrumbs li:last-child a:hover,
.breadcrumbs a[aria-current=page]:focus,
.breadcrumbs a[aria-current=page]:hover {
  opacity: 1;
  text-decoration: underline;
}

.callout {
  border: 1px solid #C0C0C0;
  border-radius: 2px;
  margin: 0 0 2em;
  padding: 1.5em 1.5em 1.75em;
}
.callout[data-closable] {
  position: relative;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.small {
  padding: 1em;
}
.callout.large {
  padding: 3em;
}
.callout.alert, .callout.info, .callout.success, .callout.warning {
  border: none;
}
.callout.alert {
  background: #cc4b37;
}
.callout.info {
  background: #F4F5FD;
}
.callout.success {
  background: #3adb76;
}
.callout.warning {
  background: #ffae00;
}

.responsive-embed {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  border: 1px solid #E7E7E7;
  display: flex;
  margin: 0;
  list-style-type: none;
}

.tabs-title a {
  display: block;
  line-height: 1;
  padding: 1em;
  text-decoration: none;
}
.tabs-title a:hover {
  background: #E7E7E7;
}
.tabs-title a:active, .tabs-title a:focus, .tabs-title a[aria-selected=true] {
  background: #283FAF;
  color: #ffffff;
}

.tabs-content {
  border: 1px solid #E7E7E7;
  border-top: 0;
}

.tabs-panel {
  display: none;
  padding: 1em;
}
.tabs-panel.is-active {
  display: block;
}

.tabs.vertical {
  display: block;
}

.tabs-content.vertical {
  border: 1px solid #E7E7E7;
  border-left: 0;
}

.lead {
  font-size: 1.25em;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

.section-title {
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0.75em;
  text-transform: uppercase;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  font-weight: 700;
}

.h1 {
  font-size: 2.5em;
}

.h2 {
  font-size: 2em;
}

.h3 {
  font-size: 1.5em;
}

.h4 {
  font-size: 1.25em;
}

.h5 {
  font-size: 1.125em;
}

.h6 {
  font-size: 1.0625em;
}

.thumbnail {
  border: 4px solid #ffffff;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(37, 37, 37, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  margin: 0 0 1em;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(40, 63, 175, 0.5);
}
a.thumbnail img {
  box-shadow: none;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
.component {
  padding: 2em 0 2.5em;
}
.component *:last-child {
  margin-bottom: 0;
}
.component header:not([class]) {
  margin: 0 0 2em;
}
.component a:not([class]) {
  color: inherit;
  font-weight: 700;
  text-decoration-color: #283FAF;
  text-decoration-thickness: 1px;
  transition: text-decoration-thickness 0.15s ease-in-out 50ms;
}
.component a:not([class]):focus, .component a:not([class]):hover {
  color: #283FAF;
  text-decoration-thickness: 2.5px;
}
.component.everything-centered .content-wrapper {
  max-width: 45em;
}

.content-wrapper + .component.white-bg,
.content-wrapper + .component.white-bg > .content-wrapper,
.component.white-bg + .component.white-bg {
  padding-block-start: 0;
}

.component.blue-bg a:not([class]),
.component.black-bg a:not([class]) {
  text-decoration-color: #ffffff;
}
.component.blue-bg a:not([class]):focus, .component.blue-bg a:not([class]):hover,
.component.black-bg a:not([class]):focus,
.component.black-bg a:not([class]):hover {
  color: #ffffff;
}

.media-text-component .content-wrapper {
  display: grid;
  gap: 3em;
}
.media-text-component p:not(.media-text-label) {
  margin: 2em 0 1.5em;
}

@media screen and (min-width: 40em) {
  .media-text-component .content-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .media-text-component.with-video.on-right .content-wrapper {
    grid-template-columns: 1fr 2fr;
  }
  .media-text-component.with-video.on-left .content-wrapper {
    grid-template-columns: 2fr 1fr;
  }
  .media-text-component.on-left .media-text__media {
    order: 1;
  }
  .media-text-component.on-left .media-text__content {
    order: 2;
  }
  .media-text-component.on-right .media-text__media {
    order: 2;
  }
  .media-text-component.on-right .media-text__content {
    order: 1;
  }
}
@media screen and (min-width: 64em) {
  .media-text-component .content-wrapper {
    align-items: center;
  }
}
.media-text-label {
  background: #00205B;
  color: #ffffff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0.3em 0.5em;
  text-transform: uppercase;
}

.blue-bg .media-text-label {
  background: #ffffff;
  color: #00205B;
}

.yellow-bg .media-text-label {
  background: #252525;
}

.interstitial-component .media-text-label {
  margin-bottom: 2em;
}
.interstitial-component .media-text-label:only-child {
  margin: 0;
}
.interstitial-component .content-wrapper {
  display: grid;
}
.interstitial-component .content-wrapper div:last-child {
  margin-top: 2em;
}
.interstitial-component div:empty {
  display: none;
}
.interstitial-component.stacked-layout .content-wrapper {
  justify-items: center;
  max-width: 55rem;
  text-align: center;
}
.interstitial-component.inline-layout .content-wrapper {
  justify-items: start;
}

@media screen and (min-width: 64em) {
  .component.interstitial-component {
    padding: 1em 0;
  }
  .interstitial-component.inline-layout .content-wrapper {
    align-items: start;
    gap: 2em;
    grid-template-columns: auto 3fr 1fr;
  }
  .interstitial-component.inline-layout header {
    margin: 0;
  }
  .interstitial-component.inline-layout .content-wrapper div:last-child {
    align-self: center;
    margin-top: 0;
  }
  .interstitial-component.inline-layout h3 {
    font-size: 1.5em;
  }
}
.card {
  border-radius: 2px;
}

a.card {
  color: currentColor;
  display: block;
  text-decoration: none;
  transition: background 0.3s ease 50ms;
}
a.card img {
  display: block;
  transition: transform 0.4s ease 50ms;
}
a.card span {
  border-bottom: 2px solid #283FAF;
  display: inline-block;
  font-weight: 700;
  padding: 0.2em 1em 0.2em 0;
  transition: padding 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35) 50ms, background 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35) 50ms;
}
a.card svg {
  margin-left: 0.3em;
}
a.card:active, a.card:hover, a.card:focus {
  background: #283FAF;
  color: #ffffff;
}
a.card:active img, a.card:hover img, a.card:focus img {
  transform: scale(1.1);
}
a.card:active span, a.card:hover span, a.card:focus span {
  background: #ffffff;
  color: #283FAF;
  border-color: currentColor;
  padding-left: 1em;
}

.card__image {
  border-radius: 2px;
  overflow: hidden;
}

.card__content {
  padding: 1.75em 1.5em;
}
.card__content p:not(.media-text-label) {
  margin: 0 0 2em;
}

.white-bg .card {
  background: #f4f4f4;
}

.lighter-grey-bg .card {
  background: #ffffff;
}

.white-bg a.card:active, .white-bg a.card:hover, .white-bg a.card:focus,
.lighter-grey-bg a.card:active,
.lighter-grey-bg a.card:hover,
.lighter-grey-bg a.card:focus {
  background: #283FAF;
  color: #ffffff;
}

@media screen and (min-width: 40em) {
  .card-grid__content {
    gap: 1.5em;
  }
  .card-grid-component.grid-layout .card-grid__content.medium-up-2.large-up-3 > :first-child {
    grid-column: -1/1;
  }
  .card-grid-component.list-layout .card-grid__content {
    gap: 2em;
  }
  .card-grid-component.list-layout .card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .card-grid-component.list-layout .card:nth-child(even) > :first-child {
    order: 2;
  }
  .card-grid-component.list-layout .card:nth-child(even) > :last-child {
    order: 1;
  }
  .card-grid-component.list-layout .card img {
    height: 100%;
    object-fit: cover;
  }
  .card-grid-component.list-layout .card__content {
    padding: 3em 2em;
  }
}
@media screen and (min-width: 64em) {
  .card-grid-component.grid-layout .card-grid__content.medium-up-2.large-up-3 > :first-child {
    grid-column: auto;
  }
  .card-grid-component.list-layout .content-wrapper {
    display: grid;
    grid-template-columns: 0.5fr 4fr 0.5fr;
  }
  .card-grid-component.list-layout .content-wrapper > * {
    grid-column: 2/3;
  }
}
@media screen and (min-width: 80em) {
  .card-grid-component.list-layout .content-wrapper {
    grid-template-columns: 0.5fr 2fr 0.5fr;
  }
}
.card-navigation-component .menu a {
  color: #283FAF;
  padding-left: 1em;
}

.card-navigation-component.list-layout .card-navigation__content {
  gap: 2.5em;
}
.card-navigation-component.list-layout .section-title {
  margin: 0 0 1.5em;
}
.card-navigation-component.list-layout .menu:not(.nested) {
  border-bottom: 1px solid #E7E7E7;
  margin: 0 0 1em;
}

.card-navigation-component.card-layout .card {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.card-navigation-component.card-layout .card p {
  margin: 0 0 0.5em;
}
.card-navigation-component.card-layout .card p:first-child {
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.2;
}
.card-navigation-component.card-layout .card:active span, .card-navigation-component.card-layout .card:focus span, .card-navigation-component.card-layout .card:hover span {
  background: transparent;
  color: #ffffff;
  padding-left: 0;
  transform: translateX(8px);
}
.card-navigation-component.card-layout .card__content {
  padding-bottom: 1.25em;
}
.card-navigation-component.card-layout .card__cta {
  padding-right: 0.25em;
}
.card-navigation-component.card-layout .card__cta span {
  border: none;
  color: #283FAF;
  transition: transform 0.2s cubic-bezier(0.66, -0.39, 0.41, 1.35) 50ms;
}

.card-navigation-component.lighter-grey-bg .menu {
  background: #ffffff;
}

@media screen and (min-width: 40em) {
  .card-navigation-component.card-layout .card svg {
    width: 14px;
  }
}
.query-cards {
  padding: 3em 1em;
}
.query-cards .card-grid__cards {
  display: grid;
}

.query-cards.grid-layout .card-grid__cards {
  gap: 1.5em;
}

.query-cards.list-layout .card-grid__cards {
  gap: 0;
}
.query-cards.list-layout .card__copy {
  padding: 1.75em 1em;
}
.query-cards.list-layout .card + .card {
  border-top: 1px solid #E7E7E7;
  padding-top: 1em;
}

@media screen and (min-width: 40em) {
  .query-cards.grid-layout .card-grid__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .query-cards.list-layout .card {
    display: grid;
    grid-template-columns: 2fr 3fr;
  }
  .query-cards.list-layout .card__copy {
    padding-top: 0;
  }
  .query-cards.list-layout img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 64em) {
  .query-cards.grid-layout .card-grid__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.dropdown-pane {
  background-color: #ffffff;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
  display: none;
  padding: 1em;
  position: absolute;
  visibility: hidden;
  width: 250px;
  z-index: 10;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

td + td,
th + th {
  border-left: none;
}

tbody tr:nth-child(2n+1) {
  background: transparent;
}

tr + tr {
  border-top: 1px solid #E7E7E7;
}

blockquote {
  font-size: 1em;
  font-weight: normal;
  max-width: 30em;
}
blockquote > * {
  font-size: 1.2em;
  font-weight: 700;
}
blockquote cite {
  font-size: 1em;
  font-weight: normal;
}
blockquote cite:before {
  content: "—";
}

input[type=date] {
  line-height: 1;
}

label {
  color: #565656;
  font-weight: 600;
}
label strong {
  font-size: 1em;
  font-weight: 600;
}

fieldset {
  border: none;
  padding: 0;
}
fieldset legend {
  line-height: 1.25;
}
fieldset label {
  color: #252525;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.1;
  margin-block-start: -0.1em;
}
fieldset [type=checkbox], fieldset [type=radio] {
  margin: 0;
}
fieldset > div {
  align-items: baseline;
  display: grid;
  gap: 0 0.3em;
  grid-template-columns: auto 1fr;
  margin-block: 0.75em;
}
fieldset label + div {
  grid-column: 2;
  grid-row: 2;
}

.help-text {
  color: #707070;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.285;
  opacity: 1;
}

form .callout {
  margin-inline: -1em;
  max-width: 38em;
}

.callout {
  padding: 1.25em 1.25em 1.5em;
}

.form-item {
  margin-block-end: 1.25em;
}

.form-item + h2 {
  margin-top: 2em;
}

@media screen and (min-width: 64em) {
  form .callout {
    margin-inline: -1.25em;
  }
}
.instructions {
  margin-top: 1em;
}

#educational {
  display: none;
}

.layout-main {
  position: relative;
}

.system-feedback {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
}

.message {
  align-items: center;
  border-radius: 2em;
  display: flex;
  gap: 0.3em;
  margin: 0.75em auto;
  max-width: max-content;
  overflow: hidden;
  padding-left: 1.5em;
}
.message * {
  margin-bottom: 0;
}
.message button {
  padding: 0.5em 1em;
}
.message button:focus, .message button:hover {
  background: rgba(112, 112, 112, 0.1);
}
.message button:focus svg, .message button:hover svg {
  opacity: 0.8;
}
.message svg {
  margin-top: -2px;
  opacity: 0.5;
  transition: 0.2s ease opacity;
  vertical-align: middle;
}

.message.success {
  background: #3adb76;
}

.message.alert {
  background: #cc4b37;
}

.status-banner {
  font-size: 1rem;
}
.status-banner > div {
  align-items: start;
  display: flex;
  gap: 0.625em;
  margin: auto;
  max-width: 84rem;
  padding: 0.8125em 1em;
}
.status-banner :last-child {
  margin-bottom: 0;
}
.status-banner dl, .status-banner dt, .status-banner dd {
  display: inline;
}
.status-banner dl {
  margin-top: -2px;
}
.status-banner dt {
  font-weight: normal;
  margin-top: 0;
}
.status-banner dt:after {
  content: ":";
}

.status-banner.warning {
  background: #FDC04E;
}

.status-banner.info {
  background: #F4F5FD;
  border: 1px solid #C0C0C0;
}

@media screen and (min-width: 40em) {
  .status-banner > div {
    padding: 0.8125em 2em;
  }
  .status-banner dl div {
    display: inline;
  }
  .status-banner dl div + div:before {
    content: " — ";
  }
}
.user-login-form {
  border: 1px solid #C0C0C0;
  border-radius: 2px;
  margin: 5em auto;
  max-width: max-content;
  padding: 2em;
}

.dropdown-pane ol.menu {
  padding-inline-start: 1em;
}

.form-item {
  transition: opacity 0.2s ease;
}

.conditional-field {
  opacity: 0.5;
  pointer-events: none;
}
.conditional-field.disabled {
  text-decoration: line-through;
  display: none;
}

#studentYear {
  max-width: 6.25em;
}

.background {
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#E7E7E7, #E7E7E7), linear-gradient(#f4f4f4, #f4f4f4);
  background-size: 50% 100%, calc(50% + 1px) 100%, 100% 100%;
  background-repeat: no-repeat;
}

.layout-incident {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5em 5em;
}
.layout-incident > * {
  grid-column: 1/2;
}
.layout-incident .callout {
  align-self: start;
  grid-column: 2/3;
  grid-row: 2/6;
  margin-inline-start: 1em;
}

.incident.callout {
  background: #ffffff;
  border: 1px solid #E7E7E7;
  border-radius: 3px;
  padding: 2em 2em 2.5em;
}
.incident.callout dl {
  align-items: baseline;
  display: grid;
  gap: 0.5em 1.5em;
  grid-template-columns: 8em auto;
}
.incident.callout dt {
  margin: 0;
  grid-column: 1;
}
.incident.callout dd {
  grid-column: 2;
}

button.close-button.remove-evidence {
  right: unset;
  top: 50%;
  transform: translateY(-45%);
}

@media screen and (min-width: 64em) {
  .layout-report {
    align-items: start;
    display: grid;
    grid-template-columns: 13em 1fr;
    gap: 1em;
    overflow: visible;
  }
  .layout-report > a {
    grid-column: -1/1;
  }
  .layout-report nav {
    position: sticky;
    top: 3em;
  }
  .layout-report form {
    border-left: 1px solid #f4f4f4;
    padding-inline: 2em;
  }
}
#searchModal {
  position: sticky;
  left: 50%;
  transform: translate(-50%);
  width: 54vw;
  padding: 2rem;
  background: white;
  z-index: 1000;
}
#searchModal .close-button {
  transform: translateY(0);
}

.reveal-overlay {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

#hiddenViolation {
  display: none;
}

.incidents-table {
  border-radius: 2px;
  margin: 0 0 3em;
  table-layout: auto;
  font-size: 0.95rem;
}
.incidents-table tbody tr {
  transition: 0.13s ease-out background;
  will-change: background;
}
.incidents-table tbody tr:focus, .incidents-table tbody tr:hover {
  background: #F4F5FB;
}
.incidents-table td:nth-child(2) {
  font-variant: tabular-nums;
}
.incidents-table .revision-needed {
  background: rgba(253, 192, 78, 0.34);
}
.incidents-table .revision-needed:focus, .incidents-table .revision-needed:hover {
  background: rgba(253, 192, 78, 0.68);
}

.incident-row-actions {
  display: flex;
  list-style: none;
  margin: 0;
}
.incident-row-actions a {
  color: #363636;
  font-weight: 500;
  text-decoration-color: #283FAF;
}
.incident-row-actions a:focus, .incident-row-actions a:hover {
  color: #283FAF;
  text-decoration: none;
}
.incident-row-actions li + li:before {
  content: "-";
  margin-left: 0.2em;
}

th[data-sortable] {
  cursor: pointer;
}
th[data-sortable] svg {
  margin-bottom: -2px;
  opacity: 0.21;
  transition: 0.1s ease opacity;
}
th[data-sortable]:focus, th[data-sortable]:hover {
  background: rgba(244, 245, 251, 0.5);
}
th[data-sortable]:focus svg, th[data-sortable]:hover svg {
  opacity: 0.34;
}

form.delete button {
  font-weight: 500;
  text-decoration-color: #283FAF !important;
  text-decoration: underline;
}
form.delete button:hover {
  color: #283FAF;
}

.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.3em;
  list-style-type: none;
  margin: 0;
}
.menu-tabs a {
  background: rgba(40, 63, 175, 0.01);
  border-radius: 2px;
  display: inline-block;
  font-weight: 700;
  padding: 0.5em 0.625em;
  text-decoration: none;
  transition: background 0.1s ease-in-out;
}
.menu-tabs a:focus, .menu-tabs a:hover, .menu-tabs a[aria-current] {
  background: rgba(40, 63, 175, 0.13);
}

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

.pagination {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  font-variant: tabular-nums;
  font-weight: 500;
  gap: 0.3em;
  justify-content: center;
  list-style: none;
  margin: 0 0 0.5em;
}
.pagination a {
  border: 1px solid rgba(40, 63, 175, 0.21);
  border-radius: 4px;
  display: inline-block;
  padding: 0.2em 0.8em;
  text-decoration: none;
}
.pagination a[aria-current] {
  background: #283FAF;
  color: #ffffff;
}
.pagination a:focus, .pagination a:hover {
  background: #283FAF;
  color: #ffffff;
}
.pagination .active {
  border: 1px solid rbga(#283FAF, 0.21);
  border-radius: 4px;
  display: inline-block;
  padding: 0.2em 0.8em;
  text-decoration: none;
  background: #283FAF;
  color: #ffffff;
}
.pagination li:first-child a, .pagination li:last-child a {
  border: none;
}
.pagination .inactive {
  opacity: 0.2;
  pointer-events: none;
}

[data-closeable] {
  position: relative;
}

.search-term button.close-button {
  right: unset;
  top: 50%;
  transform: translateY(-65%);
  display: inline-block;
}
.search-term p {
  display: inline-block;
}
