  @charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@view-transition {
  navigation: auto;
}
@media (prefers-reduced-motion: reduce) {
  ::view-transition-group(*),
  ::view-transition-old(*),
  ::view-transition-new(*) {
    animation: none !important;
  }
}
*, *::before, *::after {
  box-sizing: inherit;
}

::selection {
  background-color: #ffd82b;
  color: hsl(0, 0%, 14.5%);
}

:root {
  --yellow: #ffd82b;
  --blue: #021bc3;
  --navy: #001e5f;
  --lighter-grey: hsl(0, 0%, 95.7%);
  --white: hsl(0, 0%, 100%);
  --black: hsl(0, 0%, 14.5%);
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 125%;
  font-size: clamp(1rem, 1.34vw, 1.25rem);
}

body {
  background: hsl(0, 0%, 90.6%);
  color: hsl(0, 0%, 14.5%);
  font-family: "inter-variable", 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 {
  color: hsl(0, 0%, 33.7%);
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1.2;
  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;
}

video::cue {
  background: rgba(0, 30, 95, 0.8);
}

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,
details {
  margin: 0 0 1em;
  margin: 0 0 1lh;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem;
  padding: 0;
  text-rendering: optimizeLegibility;
}

h4, h5, h6 {
  font-weight: 640;
  margin-bottom: 0.75rem;
}

h1 {
  font-size: 3.125em;
  line-height: 1;
  margin-left: -0.0555555556em;
  letter-spacing: -0.03em;
}

h2 {
  font-size: 2.125em;
  letter-spacing: -0.01em;
  line-height: 1.125;
}

h3 {
  font-size: 1.625em;
}

h4 {
  font-size: 1.3125em;
}

h5 {
  font-size: 1.0625em;
}

h6 {
  font-size: 1em;
}

em,
i {
  font-style: italic;
}

strong,
b {
  font-weight: 600;
}

small {
  font-size: 0.8em;
}

a {
  background-color: transparent;
  color: #021bc3;
  cursor: pointer;
}
a img {
  border: 0;
}

ul,
ol {
  list-style-position: outside;
  margin-left: 1em;
  margin-inline-start: 1lh;
}

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-block-end: 0;
}

dt {
  font-weight: 600;
}

dd + dt {
  margin-top: 0.75em;
}

blockquote {
  background-color: hsl(0, 0%, 95.7%);
  border: none;
  color: #001e5f;
  font-size: 1.2em;
  font-weight: 700;
  max-width: max-content;
  padding: 2em 1.5em 2.25em 2em;
}

cite {
  display: flex;
  font-style: normal;
  font-weight: 500;
}

blockquote 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 hsl(0, 0%, 90.6%);
  box-sizing: content-box; /* 1 */
  clear: both;
  height: 0; /* 1 */
  margin: 3em auto;
  max-width: 72rem;
  overflow: visible; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
abbr, abbr[title] {
  border-bottom: 1px dotted hsl(0, 0%, 47.1%);
  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: hsl(0, 0%, 95.7%);
  font-family: monospace, monospace; /* 1 */
  font-size: 0.9em; /* 2 */
  padding: 0.1em 0.2em;
}

code {
  border: 1px solid hsl(0, 0%, 90.6%);
}

/**
 * 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;
}

summary {
  cursor: pointer;
  display: list-item;
  font-weight: 700;
}
summary::marker {
  color: #021bc3;
}

p + details {
  margin-top: -0.8em;
}

details + details {
  margin-top: -0.75em;
}

/* 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 {
  font-weight: 600;
  font-size: 0.9375em;
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 2px;
  background: transparent;
  letter-spacing: -0.02em;
  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: 550;
  margin: 0 0 0.125em;
}

label {
  display: block;
  font-size: 0.75em;
  font-weight: 550;
  margin: 0 0 0.375em;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  accent-color: #021bc3;
  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: #021bc3;
  appearance: none;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  color: hsl(0, 0%, 14.5%);
  display: block;
  margin: 0 0 1em;
  padding: 0.5em 0.75em;
  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: #021bc3;
}

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: hsl(0, 0%, 90.6%);
  color: hsl(0, 0%, 47.1%);
  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: rgb(156.06, 156.06, 156.06);
}

select {
  appearance: none;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid hsl(0, 0%, 75.3%);
  border-radius: 2px;
  color: hsl(0, 0%, 14.5%);
  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%282, 27, 195%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: #021bc3;
}
select:disabled {
  background-color: hsl(0, 0%, 90.6%);
  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 hsl(0, 0%, 90.6%);
  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: hsl(0, 0%, 95.7%);
}

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 hsl(0, 0%, 90.6%);
}

caption {
  font-size: 1.1em;
  font-weight: 500;
  margin: 0 0 0.5em;
  text-align: center;
}

thead {
  border-bottom: 1px solid rgb(212.415, 212.415, 212.415);
  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 hsl(0, 0%, 47.1%);
    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 {
  background: #001e5f;
  color: hsl(0, 0%, 100%);
  position: relative;
}

.layout-main {
  background: hsl(0, 0%, 100%);
}

.layout-footer {
  background: hsl(0, 0%, 14.5%);
  color: hsl(0, 0%, 100%);
}

.layout-header,
.layout-footer {
  font-size: clamp(16px, 1.1vw, 17px);
}
.layout-header a,
.layout-footer a {
  color: inherit;
}

.content-wrapper {
  --max-width: 76rem;
  margin: auto;
  max-width: var(--max-width);
  overflow: hidden;
  padding: 1em 1em 1.25em;
}

.content-wrapper.narrow {
  --max-width: 40rem;
}

@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 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  list-style: none;
}

.grid.with-rules > div + div::before {
  background: hsl(0, 0%, 90.6%);
  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;
  }
}
.yellow-bg {
  background: #ffd82b;
}
.yellow-bg ::selection {
  background-color: hsl(0, 0%, 14.5%);
  color: hsl(0, 0%, 100%);
}

.blue-bg {
  background: #001e5f;
  color: hsl(0, 0%, 100%);
}

.black-bg {
  background: hsl(0, 0%, 14.5%);
  color: hsl(0, 0%, 100%);
}

.lighter-grey-bg {
  background: hsl(0, 0%, 95.7%);
}

.white-bg {
  background: hsl(0, 0%, 100%);
}

.black-bg a:not([class]),
.blue-bg a:not([class]) {
  color: inherit;
}

.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 screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
.article {
  color: hsl(0, 0%, 14.5%);
  margin-block-end: 2em;
  max-width: 55em;
}
.article > :first-child {
  margin-block-start: 0;
}
.article h2 a, .article h3 a {
  font-weight: 600;
}
.article h2 {
  margin-block-start: 1.4em;
}
.article h3 {
  margin-block-start: 1.75em;
}
.article h4 {
  margin-block-start: 1.25em;
}
.article p, .article ul, .article ol {
  max-width: 36em;
  text-rendering: optimizeLegibility;
}
.article a:not([class]) {
  color: inherit;
  font-weight: 600;
  font-weight: 640;
  text-decoration-color: #021bc3;
  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: #021bc3;
  text-decoration-thickness: 2.5px;
}
.article p + ul,
.article p + ol {
  margin-block-start: -1em;
}
.article .menu {
  color: #021bc3;
  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: 1.5em;
  margin-inline-start: 1.5em;
}
.article .float-left {
  margin-right: 1.5em;
  margin-inline-end: 1.5em;
}
.article .localist-widget-hl {
  overflow: hidden;
}
.article ol.event-list {
  max-width: none;
}

.callout {
  border: 1px solid hsl(0, 0%, 75.3%);
  border-radius: 2px;
  margin: 0 0 2em;
  padding: 2em 2em 2.25em;
}
.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;
}

.lead {
  font-size: 140%;
  font-size: clamp(1.25rem, 1.75vw, 1.4375em);
  margin-bottom: 1em;
  margin-block-end: 0.75lh;
}

.no-bullet {
  margin-inline-start: 0;
  list-style: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: end;
}

.section-title {
  display: block;
  font-size: 0.6875em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-block-end: 0.75em;
  text-transform: uppercase;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  font-weight: 600;
}

.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;
}

.footer-bottom-handbook {
  max-width: 72rem;
  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: hsl(0, 0%, 100%);
  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;
  }
}
.footer-top {
  margin: auto;
  max-width: 72rem;
}
.footer-top section {
  padding: 3em 1em 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-top h2 {
  font-size: 1.125em;
  margin: 0 0 1em;
}
.footer-top ul {
  line-height: 1.4;
  list-style: none;
  margin-left: 0;
}
.footer-top ul a {
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 0;
}
.footer-top a {
  opacity: 0.65;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
}
.footer-top a:active, .footer-top a:focus, .footer-top a:hover {
  opacity: 1;
  text-decoration: underline;
}
.footer-top .pdf-download {
  margin: 0 0 2.5em;
}
.footer-top .pdf-download a {
  text-decoration: underline;
  opacity: 1;
}
.footer-top .pdf-download a:hover {
  text-decoration: none;
}

.footer-top__site-block dl div {
  display: flex;
  margin: 0 0 1em;
}
.footer-top__site-block dt {
  margin-right: 0.75em;
  padding-top: 0.25em;
  text-align: center;
  width: 1.5em;
}

@media screen and (min-width: 40em) {
  .footer-top section {
    padding: 3em 6em 2em;
  }
  @supports (display: grid) {
    .footer-top {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
    .footer-top section:last-child {
      border-left: 1px solid rgba(255, 255, 255, 0.3);
    }
    .footer-top__site-block {
      grid-column: 1/-1;
    }
  }
}
@media screen and (min-width: 80em) {
  .footer-top__site-block h2 {
    font-size: 1.25em;
  }
}
.footer-section-navigation {
  background: hsl(0, 0%, 95.7%);
}
.footer-section-navigation > div {
  max-width: 63rem;
  margin: auto;
}
.footer-section-navigation ul {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  margin: 0;
  max-width: 33em;
  list-style: none;
}
.footer-section-navigation a {
  color: #001e5f;
  display: block;
  line-height: 1;
  padding-block: 1.5em;
  padding-inline: 1em;
  text-decoration: none;
  transition: background 0.15s ease;
  will-change: background;
}
.footer-section-navigation svg {
  --moveDistance: 3px;
  display: inline-block;
  opacity: 0.55;
  transition: opacity 0.2s ease, transform 0.2s 0.05s ease;
  vertical-align: middle;
}
.footer-section-navigation .back svg {
  --moveX: calc(var(--moveDistance) * -1);
  margin-inline-end: 0.34em;
}
.footer-section-navigation .next svg {
  --moveX: var(--moveDistance);
  margin-inline-start: 0.34em;
}
.footer-section-navigation .empty {
  opacity: 0.2;
  pointer-events: none;
}
.footer-section-navigation a:focus,
.footer-section-navigation a:hover {
  background: hsl(0, 0%, 90.6%);
}
.footer-section-navigation a:focus svg,
.footer-section-navigation a:hover svg {
  opacity: 1;
  transform: translateX(var(--moveX));
}

@media screen and (min-width: 40em) {
  .footer-section-navigation {
    padding-block: 0;
    padding-inline: 1em;
  }
}
@media screen and (min-width: 64em) {
  .footer-section-navigation {
    padding-inline: 4em;
  }
}
.main-footer {
  text-align: end;
}
.main-footer .content-wrapper {
  padding-block: 1em;
}
.main-footer a {
  display: inline-block;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1;
  padding: 0.1em;
}
.main-footer a:active,
.main-footer a:hover {
  background-color: rgba(2, 27, 195, 0.1);
  text-decoration: none;
}

.header-navigation-drawer {
  backface-visibility: hidden;
  background: #002656;
  height: 100%;
  left: 0;
  max-width: 14.8rem;
  padding: 2em 0 5em;
  position: fixed;
  top: 0;
  transform: translateX(-105%);
  transition: transform 0.2s ease;
  width: calc(100% - 4.5em);
  z-index: 16;
  will-change: transform;
  overflow-x: hidden;
}
.header-navigation-drawer a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
.header-navigation-drawer.is-open {
  transform: translateX(0);
}
.header-navigation-drawer .shield-link {
  display: block;
  max-width: 12.5em;
}
.header-navigation-drawer .department-name {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}
.header-navigation-drawer .site-title {
  display: block;
  font-size: 1.0625em;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-block: 0 2em;
  opacity: 0.95;
  text-transform: uppercase;
}

.drawer-scrim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  background-color: rgba(7, 10, 15, 0.89);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  cursor: pointer;
}
.drawer-scrim.is-visible {
  opacity: 1;
  visibility: visible;
}

.drawer__section {
  padding: 1.5em 1em;
}
.drawer__section:first-child {
  padding-top: 0;
}
.drawer__section + .drawer__section {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 64em) {
  .header-navigation-drawer {
    transform: translateX(0);
  }
}
.header-top-bar {
  background-color: #002656;
  box-shadow: 0 0 0.375em rgba(37, 37, 37, 0.09), 0 0.375em 0.375em rgba(37, 37, 37, 0.14);
  color: hsl(0, 0%, 100%);
}
.header-top-bar button.toggle {
  align-items: center;
  display: inline-flex;
  gap: 0.8em;
  padding: 1em;
}

@media screen and (min-width: 64em) {
  .header-top-bar {
    display: none;
  }
}
.handbook-menu {
  margin: 0;
}
.handbook-menu li {
  list-style-type: none;
  transition: background-color 0.2s ease;
  will-change: background-color;
  border-bottom: 1px solid rgba(244.035, 244.035, 244.035, 0.13);
}
.handbook-menu li:last-child {
  border-bottom: none;
}
.handbook-menu a {
  color: inherit;
  display: block;
  opacity: 0.9;
  padding-block: 0.75em;
  padding-inline: 1em 2em;
  position: relative;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.handbook-menu a::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background-color: #ffd82b;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: opacity 0.2s ease, transform 0.2s ease;
  backface-visibility: hidden;
}
.handbook-menu a.current, .handbook-menu a:focus, .handbook-menu a:hover {
  opacity: 1;
}
.handbook-menu a.current::after, .handbook-menu a:focus::after, .handbook-menu a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
.handbook-menu div {
  width: 100%;
  overflow: hidden;
}
.handbook-menu ul {
  height: 0;
  padding-inline-start: 1em;
}
.handbook-menu ul ul {
  margin: 0;
}
.handbook-menu.is-ready ul {
  height: auto;
  transition: margin-top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: margin-block-start 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-navigation-drawer .handbook-menu {
  color: hsl(0, 0%, 100%);
  margin: 0 -1em;
}

.submenu-toggle {
  cursor: pointer;
  display: block;
  opacity: 0.5;
  padding: 0.875em 1em;
  transition: opacity 0.2s ease;
}
.submenu-toggle svg {
  pointer-events: none;
}
.submenu-toggle:focus, .submenu-toggle:hover {
  opacity: 1;
}

.with-submenu {
  display: grid;
  grid-template-columns: 1fr 42px;
}
.with-submenu > div {
  grid-column: 1/-1;
}
.with-submenu > button svg {
  transition: transform 0.2s ease;
}
.with-submenu.is-open > button svg {
  transform: rotate(-180deg);
}

#site-header {
  font-size: clamp(16px, 1.1vw, 17px);
}

.content-wrapper .article {
  padding-top: 1em;
}

.article h1 {
  font-size: 1em;
  letter-spacing: 0.3px;
  line-height: 1;
  opacity: 0.6;
  text-transform: uppercase;
}

.article hr {
  margin: 1.25em 0;
}

.article hr + h2 {
  margin: 1em 0 1.3em;
}

.local-anchor {
  border-bottom: none;
  color: #1259b3;
  opacity: 0.5;
  margin-left: 0.25em;
  transition: opacity 0.2s ease;
  position: relative;
  top: -4px;
}

@media screen and (min-width: 64em) {
  .layout-main,
  .layout-footer {
    margin-left: 14.8rem;
  }
  .content-wrapper .article {
    padding: 1em 3em 0;
  }
}
.header-handbook-homepage-header {
  background-color: #002656;
  background-size: cover;
  background-position: center;
  color: hsl(0, 0%, 100%);
  display: grid;
  min-height: 75vh;
}
.header-handbook-homepage-header > div {
  align-items: center;
  background-color: rgba(0, 38, 86, 0.9);
  display: flex;
  justify-content: center;
  padding: 8em 1.5em;
  text-align: center;
}
.header-handbook-homepage-header a {
  text-decoration: none;
}
.header-handbook-homepage-header a:focus, .header-handbook-homepage-header a:hover {
  text-decoration: underline;
}
.header-handbook-homepage-header .shield-link {
  display: block;
  margin-bottom: 1.5em;
}
.header-handbook-homepage-header .department-name {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25;
  opacity: 0.89;
}
.header-handbook-homepage-header .shield-link, .header-handbook-homepage-header .department-name {
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
}

.homepage-content {
  overflow: hidden;
  padding: 3em 1em 5em;
}
.homepage-content .site-title {
  display: block;
  font-size: 1.35em;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 3em;
  margin-block: 0 3em;
  opacity: 0.95;
  text-transform: uppercase;
}
.homepage-content .site-title a {
  color: inherit;
  text-decoration: none;
}
.homepage-content .site-title a:hover, .homepage-content .site-title a:focus {
  text-decoration: underline;
}
.homepage-content .callout {
  border: none;
  font-size: 1rem;
  margin-block: -3em 3em;
  margin-inline: -1.5em;
}
.homepage-content .section-title {
  margin: 0 0 2em;
  opacity: 0.8;
}
.homepage-content .handbook-menu {
  margin: 0 -1em;
}
.homepage-content .handbook-menu a {
  color: #001e5f;
}
.homepage-content .handbook-menu li {
  border-right: none;
  border-bottom: 1px solid hsl(0, 0%, 95.7%);
}
.homepage-content .handbook-menu li:last-child {
  border-bottom: none;
}

@media screen and (min-width: 40em) {
  .homepage-content {
    padding-inline: 5em;
  }
}
@media screen and (min-width: 64em) {
  .header-handbook-homepage-header {
    position: fixed;
    width: 40vw;
    height: 100vh;
  }
  .homepage-content {
    max-width: 40em;
    padding: 8em 5em 5em;
  }
}
@media screen and (min-width: 80em) {
  .header-handbook-homepage-header > div {
    padding: 8em 5em;
  }
}
