@charset "UTF-8";
/*------------------------------------*\
    FOCUS
    Default focus indicator
\*------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr {
  text-decoration: none;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*------------------------------------*\
    RESET (INUITCSS)
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none;
}

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

/*------------------------------------*\
    BASIC MARGINS
\*------------------------------------*/
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
table, figure,
pre {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  h1, h2, h3, h4, h5, h6,
  ul, ol, dl,
  blockquote, p, address,
  table, figure,
  pre {
    margin-bottom: 1rem;
  }
}

/*------------------------------------*\
    ABBREVIATIONS
    Improved display of abbreviation styling with better readability than browser default
\*------------------------------------*/
abbr[title], acronym[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

/*------------------------------------*\
    ADDRESS
\*------------------------------------*/
address {
  font-style: normal;
}

/*------------------------------------*\
    BODY
\*------------------------------------*/
body {
  background: #ffffff;
  color: #1a1a1a;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  margin: 0;
  text-rendering: optimizeLegibility;
}

@media (min-width: 768px) {
  body {
    font-size: 1.1875rem;
    line-height: 1.6842105263;
  }
}
/*------------------------------------*\
    BOX-SIZING (INUITCSS)
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box;
}

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

/*------------------------------------*\
    HEADINGS
\*------------------------------------*/
h1, .ds_h1, .alpha {
  font-size: 1.875rem;
  line-height: 1.3333333333;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  h1, .ds_h1, .alpha {
    font-size: 2.75rem;
    line-height: 1.2727272727;
  }
}
@media (min-width: 768px) {
  h1, .ds_h1, .alpha {
    margin-bottom: 2rem;
  }
}

h2, .ds_h2, .beta {
  font-size: 1.375rem;
  line-height: 1.4545454545;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  h2, .ds_h2, .beta {
    font-size: 1.875rem;
    line-height: 1.3333333333;
  }
}
@media (min-width: 768px) {
  h2, .ds_h2, .beta {
    margin-bottom: 1rem;
  }
}
h2:not(:first-child), .ds_h2:not(:first-child), .beta:not(:first-child) {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  h2:not(:first-child), .ds_h2:not(:first-child), .beta:not(:first-child) {
    margin-top: 2.5rem;
  }
}

h3, .ds_h3, .gamma {
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  h3, .ds_h3, .gamma {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
@media (min-width: 768px) {
  h3, .ds_h3, .gamma {
    margin-bottom: 1rem;
  }
}
h3:not(:first-child), .ds_h3:not(:first-child), .gamma:not(:first-child) {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  h3:not(:first-child), .ds_h3:not(:first-child), .gamma:not(:first-child) {
    margin-top: 1.5rem;
  }
}

h4, .ds_h4, .delta {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  h4, .ds_h4, .delta {
    font-size: 1.1875rem;
    line-height: 1.6842105263;
  }
}
@media (min-width: 768px) {
  h4, .ds_h4, .delta {
    margin-bottom: 1rem;
  }
}

h5, .ds_h5, .epsilon {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  h5, .ds_h5, .epsilon {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  h5, .ds_h5, .epsilon {
    margin-bottom: 0.5rem;
  }
}

/*------------------------------------*\
    HORIZONTAL RULE
\*------------------------------------*/
hr {
  border: none;
  border-top: 1px solid #b3b3b3;
  margin-top: 1.5rem;
  margin-bottom: calc(1.5rem + -1px);
}
@media (min-width: 768px) {
  hr {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  hr {
    margin-bottom: calc(2rem + -1px);
  }
}

/*------------------------------------*\
    IMG
\*------------------------------------*/
img {
  height: auto;
  max-width: 100%;
}

/*------------------------------------*\
    LEADER
\*------------------------------------*/
.ds_leader,
.ds_leader-first-paragraph > p:first-child {
  font-size: 1.1875rem;
  line-height: 1.6842105263;
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 32px;
}
@media (min-width: 768px) {
  .ds_leader,
  .ds_leader-first-paragraph > p:first-child {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
@media (min-width: 768px) {
  .ds_leader,
  .ds_leader-first-paragraph > p:first-child {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .ds_leader,
  .ds_leader-first-paragraph > p:first-child {
    line-height: 40px;
  }
}

/*------------------------------------*\
    LINKS
\*------------------------------------*/
a,
.ds_link {
  color: #0065bd;
  outline: 0px solid transparent;
  text-decoration: underline;
  text-underline-offset: 0.16em;
  transition: color 0.2s, background-color 0.2s, outline-color 0.2s;
}
@media screen and (forced-colors: active) {
  a:is(:enabled, :link, summary),
  .ds_link:is(:enabled, :link, summary) {
    color: linkText !important;
  }
  a:is(:enabled, :link, summary):not(:focus),
  .ds_link:is(:enabled, :link, summary):not(:focus) {
    text-decoration-line: underline !important;
  }
}
a:hover,
.ds_link:hover {
  color: rgb(0, 66.9325396825, 125.25);
  text-underline-offset: 0.16em;
  text-decoration-thickness: 0.16em;
  text-decoration-thickness: round(0.16em, 1px);
  transition-duration: 0.2s;
}
a:focus,
.ds_link:focus {
  background-color: #fdd522;
  color: #1a1a1a;
  text-decoration-line: none;
  transition-duration: 0s;
  outline: 0.125rem solid #fdd522;
  outline: round(0.125em, 1px) solid #fdd522;
  outline-offset: 0;
  box-shadow: 0 0.285em 0 currentColor;
}
@supports (filter: drop-shadow(0 0 0 currentColor)) {
  a:focus,
  .ds_link:focus {
    box-shadow: none;
    filter: drop-shadow(0px round(0.16em, 1px) 0px #1a1a1a);
  }
}
@media screen and (forced-colors: active) {
  a:focus,
  .ds_link:focus {
    outline: 0.125em solid highlight !important;
    outline: round(0.125em, 1px) solid highlight !important;
  }
}
a > svg,
.ds_link > svg {
  fill: currentColor;
}

.ds_link {
  background: transparent;
  border: 0;
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  line-height: initial;
  margin: 0;
  min-height: 0;
  min-width: 0;
  padding: 0;
  text-align: left;
}

.ds_reversed a,
.ds_reversed .ds_link {
  color: currentColor;
}
.ds_reversed a:focus,
.ds_reversed .ds_link:focus {
  color: #1a1a1a;
}
.ds_reversed a:hover:not(:focus),
.ds_reversed .ds_link:hover:not(:focus) {
  background-color: transparent;
  color: currentColor;
  outline-color: transparent;
}

a[disabled] {
  pointer-events: none;
}

h1 a, h2 a, h3 a, h4 a {
  text-decoration-line: none;
}
h1 a:hover:not(:focus), h2 a:hover:not(:focus), h3 a:hover:not(:focus), h4 a:hover:not(:focus) {
  text-decoration-line: underline;
}

/*------------------------------------*\
    LISTS
\*------------------------------------*/
ul,
ol,
dd {
  margin-left: 1.25rem;
}
ul > :last-child,
ol > :last-child,
dd > :last-child {
  margin-bottom: 0;
}

dd,
ul ul,
ol ol,
ol ul,
ul ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  dd,
  ul ul,
  ol ol,
  ol ul,
  ul ol {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  dd,
  ul ul,
  ol ol,
  ol ul,
  ul ol {
    margin-bottom: 0.5rem;
  }
}

li {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  li {
    margin-bottom: 0.5rem;
  }
}

dt {
  font-weight: 700;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: numeric;
  margin-left: 1.5rem;
}

/*------------------------------------*\
    MARKED TEXT
\*------------------------------------*/
mark {
  background-color: inherit;
  color: inherit;
  font-weight: 700;
}
@media screen and (forced-colors: active) {
  mark {
    background-color: Mark;
  }
}

/*------------------------------------*\
    PLACEHOLDER TEXT
\*------------------------------------*/
::-moz-placeholder {
  color: #5e5e5e;
}
::placeholder {
  color: #5e5e5e;
}

/*------------------------------------*\
    SCROLL BEHAVIOUR
\*------------------------------------*/
html,
body {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html,
  body {
    scroll-behavior: auto;
  }
}
/*------------------------------------*\
    SMALL
\*------------------------------------*/
small,
.ds_small {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  small,
  .ds_small {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.ds_tiny {
  font-size: 0.75rem;
  line-height: 1.3333333333;
}
@media (min-width: 768px) {
  .ds_tiny {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

/*------------------------------------*\
    BREAK WORD
\*------------------------------------*/
.ds_break-word {
  overflow-wrap: break-word;
}

/*------------------------------------*\
    LAYOUT
\*------------------------------------*/
.ds_layout {
  margin-right: -32px;
  overflow: hidden;
  margin-bottom: 96px;
}
.ds_layout > * {
  margin-right: 32px;
}
@supports (display: grid) {
  .ds_layout {
    display: grid;
    grid-gap: 0 32px;
    margin-right: 0;
    overflow: visible;
  }
  .ds_layout > * {
    margin-left: 0;
    margin-right: 0;
    width: auto !important;
  }
}

@media (min-width: 768px) {
  .ds_layout__header {
    clear: left;
    float: left;
    width: calc(66.6666666667% - 32px);
  }
  .ds_layout__partner {
    float: left;
    width: calc(33.3333333333% - 32px);
  }
  .ds_layout__navigation {
    clear: left;
    width: calc(66.6666666667% - 32px);
  }
  .ds_layout__sidebar {
    float: left;
    width: calc(33.3333333333% - 32px);
  }
  .ds_layout__content {
    clear: left;
    float: left;
    width: calc(66.6666666667% - 32px);
  }
  .ds_layout__list {
    clear: left;
    float: left;
    width: calc(66.6666666667% - 32px);
  }
  .ds_layout__footer {
    clear: left;
    width: calc(66.6666666667% - 32px);
  }
  .ds_layout__feedback {
    clear: left;
    width: calc(66.6666666667% - 32px);
  }
  .ds_layout--category-list .ds_layout__grid {
    clear: left;
    float: left;
    width: calc(100% - 32px);
  }
  .ds_layout--search-results--filters .ds_layout__sidebar {
    clear: left;
    float: left;
    width: calc(33.3333333333% - 32px);
  }
  .ds_layout--search-results--filters .ds_layout__list {
    clear: none;
    float: left;
    width: calc(66.6666666667% - 32px);
  }
  .ds_layout--search-results--filters .ds_layout__feedback {
    clear: left;
    margin-left: 33.3333333333%;
    width: calc(66.6666666667% - 32px);
  }
  .ds_layout--search-results-with-sidebar .ds_layout__sidebar {
    clear: left;
    float: left;
    width: calc(33.3333333333% - 32px);
  }
  .ds_layout--search-results-with-sidebar .ds_layout__content {
    clear: none;
    float: left;
    width: calc(66.6666666667% - 32px);
  }
  .ds_layout--search-results-with-sidebar .ds_layout__feedback {
    clear: left;
    margin-left: 33.3333333333%;
    width: calc(66.6666666667% - 32px);
  }
}
@media (min-width: 992px) {
  .ds_layout--article .ds_layout__partner {
    float: left;
    margin-left: 8.3333333333%;
    width: calc(25% - 32px);
  }
  .ds_layout--article .ds_layout__sidebar {
    float: left;
    margin-left: 8.3333333333%;
    width: calc(25% - 32px);
  }
  .ds_layout--guide .ds_layout__partner {
    float: left;
    margin-left: 8.3333333333%;
    width: calc(25% - 32px);
  }
  .ds_layout--guide .ds_layout__sidebar {
    float: left;
    margin-left: 8.3333333333%;
    width: calc(25% - 32px);
  }
}
@supports (display: grid) {
  /**
   * GRID KEY
   * c: content
   * f: feedback
   * h: header
   * l: list (e.g. category items, search results)
   * g: grid
   * n: navigation (e.g. subpages of a publication or guide)
   * p: partner branding
   * s: sidebar
   */
  body .ds_layout > *[class] {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .ds_layout {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto 1fr;
    grid-template-areas: "h h" "p p" "n n" "c c" "s s" "f f";
    margin-right: 0;
    margin-bottom: 0;
  }
  .ds_layout__content {
    grid-area: c;
  }
  .ds_layout__footer {
    grid-area: z;
  }
  .ds_layout__feedback {
    grid-area: f;
  }
  .ds_layout__header {
    grid-area: h;
  }
  .ds_layout__list {
    grid-area: l;
  }
  .ds_layout__grid {
    grid-area: g;
  }
  .ds_layout__navigation {
    grid-area: n;
  }
  .ds_layout__partner {
    grid-area: p;
    align-self: start;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  @media (min-width: 768px) {
    .ds_layout__partner {
      margin-top: 2rem;
    }
  }
  @media (min-width: 768px) {
    .ds_layout__partner {
      margin-bottom: 2rem;
    }
  }
  .ds_layout__sidebar {
    grid-area: s;
  }
  .ds_layout--category-list {
    grid-template-areas: "h h" "c c" "l l" "g g" "f f";
  }
  .ds_layout--guide {
    grid-template-areas: "h h" "p p" "n n" "c c" "s s" "f f";
  }
  .ds_layout--search-results {
    grid-template-areas: "h h" "n n" "c c" "l l" "f f";
  }
  .ds_layout--search-results--filters {
    grid-template-areas: "h h" "c c" "s s" "l l" "f f";
  }
  .ds_layout--search-results-with-sidebar {
    grid-template-areas: "h h" "n n" "s s" "c c" "f f";
  }
  .ds_layout--question-page {
    grid-template-areas: "h h" "p p" "n n" "c c" "z z" "s s" "f f";
  }
  @media (min-width: 480px) {
    .ds_layout {
      grid-template-columns: repeat(6, 1fr);
      grid-template-areas: "h h h h h h" "p p p p p p" "n n n n n n" "c c c c c c" "s s s s s s" "f f f f f f";
    }
    .ds_layout--category-list {
      grid-template-areas: "h h h h h h" "c c c c c c" "l l l l l l" "g g g g g g" "f f f f f f";
    }
    .ds_layout--guide {
      grid-template-areas: "h h h h h h" "p p p p p p" "n n n n n n" "c c c c c c" "s s s s s s" "f f f f f f";
    }
    .ds_layout--search-results {
      grid-template-areas: "h h h h h h" "n n n n n n" "c c c c c c" "l l l l l l" "f f f f f f";
    }
    .ds_layout--search-results--filters {
      grid-template-areas: "h h h h h h" "c c c c c c" "s s s s s s" "l l l l l l" "f f f f f f";
    }
    .ds_layout--search-results-with-sidebar {
      grid-template-areas: "h h h h h h" "n n n n n n" "s s s s s s" "c c c c c c" "f f f f f f";
    }
    .ds_layout--question-page {
      grid-template-areas: "h h h h h h" "p p p p p p" "n n n n n n" "c c c c c c" "z z z z z z" "s s s s s s" "f f f f f f";
    }
  }
  @media (min-width: 768px) {
    .ds_layout {
      grid-template-areas: "h h h h h h h h p p p p" "n n n n n n n n . . . ." "c c c c c c c c s s s s" "f f f f f f f f . . . .";
      grid-template-columns: repeat(12, 1fr);
    }
    .ds_layout--article {
      grid-template-areas: "h h h h h h h h p p p p" "c c c c c c c c s s s s" "f f f f f f f f . . . .";
    }
    .ds_layout--guide {
      grid-template-areas: "h h h h h h h h p p p p" "n n n n n n n n . . . ." "c c c c c c c c s s s s" "f f f f f f f f . . . .";
    }
    .ds_layout--category-list {
      grid-template-areas: "h h h h h h h h h h h h" "c c c c c c c c c c c c" "l l l l l l l l . . . ." "g g g g g g g g g g g g" "f f f f f f f f . . . .";
    }
    .ds_layout--search-results {
      grid-template-areas: "h h h h h h h h . . . ." "n n n n n n n n . . . ." "c c c c c c c c . . . ." "l l l l l l l l . . . ." "f f f f f f f f . . . .";
    }
    .ds_layout--search-results--filters {
      grid-template-areas: "h h h h h h h h . . . ." "c c c c c c c c . . . ." "s s s s l l l l l l l l" ". . . . f f f f f f f f";
    }
    .ds_layout--search-results-with-sidebar {
      grid-template-areas: "h h h h h h h h . . . ." "n n n n n n n n . . . ." "s s s s c c c c c c c c" ". . . . f f f f f f f f";
    }
    .ds_layout--question-page {
      grid-template-areas: "h h h h h h h h p p p p" "n n n n n n n n . . . ." "c c c c c c c c s s s s" "z z z z z z z z s s s s" "f f f f f f f f . . . .";
    }
  }
  @media (min-width: 992px) {
    .ds_layout--article {
      grid-template-areas: "h h h h h h h h . p p p" "c c c c c c c c . s s s" "f f f f f f f f . . . .";
    }
    .ds_layout--guide {
      grid-template-areas: "h h h h h h h h . p p p" "n n n n n n n n . . . ." "c c c c c c c c . s s s" "f f f f f f f f . . . .";
    }
    .ds_layout--question-page {
      grid-template-areas: "h h h h h h h h . p p p" "n n n n n n n n . . . ." "c c c c c c c c . s s s" "z z z z z z z z . s s s" "f f f f f f f f . . . .";
    }
  }
}
/*------------------------------------*\
    PAGE SETUP
    anchor footer to bottom of the viewport on short pages
\*------------------------------------*/
html {
  min-height: 100%;
  position: relative;
}

.ds_page {
  min-height: calc(100vh - 360px);
  margin-bottom: 360px;
}

.ds_site-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@supports (display: grid) {
  .ds_page {
    display: grid;
    margin-bottom: 0;
    min-height: 100vh;
    grid-template: "page-top" auto "page-middle" 1fr "page-bottom" auto;
  }
  .ds_page__top {
    grid-area: page-top;
  }
  .ds_page__middle {
    grid-area: page-middle;
  }
  .ds_page__bottom {
    grid-area: page-bottom;
  }
  .ds_site-footer {
    position: static;
  }
}
.ds_page__middle {
  display: grid;
  grid-template-rows: auto 1fr;
  padding-bottom: 4rem;
  position: relative;
}

/*------------------------------------*\
    PRE FOOTER BACKGROUND
    for when a block immediately preceding the footer has a non-white background
\*------------------------------------*/
.ds_page__middle:has(.ds_pre-footer-background) {
  padding-bottom: 0;
}

.ds_page__middle.js-pre-footer-background {
  padding-bottom: 0;
}

.ds_pre-footer-background {
  padding-bottom: 4rem;
}

/*------------------------------------*\
    CATEGORY PAGE SUB-LAYOUT
\*------------------------------------*/
.category-lower,
.ds_category-lower {
  background: #f8f8f8;
  border-top: 1px solid #ebebeb;
  margin-top: -1px;
}

.ds_page__middle:has(.category-lower),
.ds_page__middle:has(.ds_category-lower) {
  grid-template-rows: auto;
}
.ds_page__middle:has(.category-lower):has(.ds_breadcrumbs),
.ds_page__middle:has(.ds_category-lower):has(.ds_breadcrumbs) {
  grid-template-rows: auto 1fr;
}
.ds_page__middle:has(.category-lower) > #main-content,
.ds_page__middle:has(.ds_category-lower) > #main-content {
  display: grid;
  grid-template-rows: auto 1fr;
}

/*------------------------------------*\
    STACK
    Your classic lobotomised owl https://alistapart.com/article/axiomatic-css-and-lobotomized-owls/
\*------------------------------------*/
.ds_stack > * {
  margin-bottom: 0;
}
.ds_stack > * + * {
  margin-bottom: 0;
  margin-top: 16px;
}

/*------------------------------------*\
    WRAPPERS
\*------------------------------------*/
.ds_wrapper {
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}
.ds_wrapper--no-overflow {
  overflow: hidden;
}

@media (min-width: 768px) {
  .ds_wrapper {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .ds_wrapper {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .ds_wrapper {
    width: 1152px;
  }
}
/*------------------------------------*\
    BREAKPOINT CHECK
\*------------------------------------*/
.ds_breakpoint-check {
  display: none;
}
@media (min-width: 480px) {
  .ds_breakpoint-check.ds_breakpoint-check--small {
    display: block;
  }
}
@media (min-width: 768px) {
  .ds_breakpoint-check.ds_breakpoint-check--medium {
    display: block;
  }
}
@media (min-width: 992px) {
  .ds_breakpoint-check.ds_breakpoint-check--large {
    display: block;
  }
}
@media (min-width: 1200px) {
  .ds_breakpoint-check.ds_breakpoint-check--xlarge {
    display: block;
  }
}

/*------------------------------------*\
    VISIBILITY
\*------------------------------------*/
.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.fully-hidden {
  display: none !important;
}

/*------------------------------------*\
    LISTS
\*------------------------------------*/
.ds_no-bullets {
  list-style-type: none;
  margin-left: 0;
}

/*------------------------------------*\
    MARGIN MODIFIERS
    Deprecated, prefer use of margin override classes e.g. ds_!_margin--0, ds_!_margin-bottom--0
\*------------------------------------*/
.ds_block-margins {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .ds_block-margins {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_block-margins {
    margin-bottom: 2rem;
  }
}

.ds_no-margin {
  margin: 0 !important;
}

.ds_no-margin--top {
  margin-top: 0 !important;
}

.ds_no-margin--right {
  margin-right: 0 !important;
}

.ds_no-margin--bottom {
  margin-bottom: 0 !important;
}

.ds_no-margin--left {
  margin-left: 0 !important;
}

.ds_no-margin--vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ds_no-margin--horizontal {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*------------------------------------*\
    PADDING MODIFIERS
    Deprecated, prefer use of padding override classes e.g. ds_!_padding--0, ds_!_padding-bottom--0
\*------------------------------------*/
.ds_no-padding {
  padding: 0 !important;
}

.ds_no-padding--top {
  padding-top: 0 !important;
}

.ds_no-padding--right {
  padding-right: 0 !important;
}

.ds_no-padding--bottom {
  padding-bottom: 0 !important;
}

.ds_no-padding--left {
  padding-left: 0 !important;
}

.ds_no-padding--vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ds_no-padding--horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ds_\!_margin--0 {
  margin: 0 !important;
}

.ds_\!_margin-left--0 {
  margin-left: 0 !important;
}

.ds_\!_margin-right--0 {
  margin-right: 0 !important;
}

.ds_\!_margin-top--0 {
  margin-top: 0 !important;
}

.ds_\!_margin-bottom--0 {
  margin-bottom: 0 !important;
}

.ds_\!_margin--1 {
  margin: 0.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin--1 {
    margin: 0.5rem !important;
  }
}

.ds_\!_margin-left--1 {
  margin-left: 0.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-left--1 {
    margin-left: 0.5rem !important;
  }
}

.ds_\!_margin-right--1 {
  margin-right: 0.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-right--1 {
    margin-right: 0.5rem !important;
  }
}

.ds_\!_margin-top--1 {
  margin-top: 0.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-top--1 {
    margin-top: 0.5rem !important;
  }
}

.ds_\!_margin-bottom--1 {
  margin-bottom: 0.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-bottom--1 {
    margin-bottom: 0.5rem !important;
  }
}

.ds_\!_margin--2 {
  margin: 1rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin--2 {
    margin: 1rem !important;
  }
}

.ds_\!_margin-left--2 {
  margin-left: 1rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-left--2 {
    margin-left: 1rem !important;
  }
}

.ds_\!_margin-right--2 {
  margin-right: 1rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-right--2 {
    margin-right: 1rem !important;
  }
}

.ds_\!_margin-top--2 {
  margin-top: 1rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-top--2 {
    margin-top: 1rem !important;
  }
}

.ds_\!_margin-bottom--2 {
  margin-bottom: 1rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-bottom--2 {
    margin-bottom: 1rem !important;
  }
}

.ds_\!_margin--3 {
  margin: 1.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin--3 {
    margin: 1.5rem !important;
  }
}

.ds_\!_margin-left--3 {
  margin-left: 1.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-left--3 {
    margin-left: 1.5rem !important;
  }
}

.ds_\!_margin-right--3 {
  margin-right: 1.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-right--3 {
    margin-right: 1.5rem !important;
  }
}

.ds_\!_margin-top--3 {
  margin-top: 1.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-top--3 {
    margin-top: 1.5rem !important;
  }
}

.ds_\!_margin-bottom--3 {
  margin-bottom: 1.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-bottom--3 {
    margin-bottom: 1.5rem !important;
  }
}

.ds_\!_margin--4 {
  margin: 1.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin--4 {
    margin: 2rem !important;
  }
}

.ds_\!_margin-left--4 {
  margin-left: 1.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-left--4 {
    margin-left: 2rem !important;
  }
}

.ds_\!_margin-right--4 {
  margin-right: 1.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-right--4 {
    margin-right: 2rem !important;
  }
}

.ds_\!_margin-top--4 {
  margin-top: 1.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-top--4 {
    margin-top: 2rem !important;
  }
}

.ds_\!_margin-bottom--4 {
  margin-bottom: 1.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-bottom--4 {
    margin-bottom: 2rem !important;
  }
}

.ds_\!_margin--5 {
  margin: 2rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin--5 {
    margin: 2.5rem !important;
  }
}

.ds_\!_margin-left--5 {
  margin-left: 2rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-left--5 {
    margin-left: 2.5rem !important;
  }
}

.ds_\!_margin-right--5 {
  margin-right: 2rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-right--5 {
    margin-right: 2.5rem !important;
  }
}

.ds_\!_margin-top--5 {
  margin-top: 2rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-top--5 {
    margin-top: 2.5rem !important;
  }
}

.ds_\!_margin-bottom--5 {
  margin-bottom: 2rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-bottom--5 {
    margin-bottom: 2.5rem !important;
  }
}

.ds_\!_margin--6 {
  margin: 2.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin--6 {
    margin: 3rem !important;
  }
}

.ds_\!_margin-left--6 {
  margin-left: 2.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-left--6 {
    margin-left: 3rem !important;
  }
}

.ds_\!_margin-right--6 {
  margin-right: 2.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-right--6 {
    margin-right: 3rem !important;
  }
}

.ds_\!_margin-top--6 {
  margin-top: 2.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-top--6 {
    margin-top: 3rem !important;
  }
}

.ds_\!_margin-bottom--6 {
  margin-bottom: 2.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-bottom--6 {
    margin-bottom: 3rem !important;
  }
}

.ds_\!_margin--7 {
  margin: 2.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin--7 {
    margin: 3.5rem !important;
  }
}

.ds_\!_margin-left--7 {
  margin-left: 2.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-left--7 {
    margin-left: 3.5rem !important;
  }
}

.ds_\!_margin-right--7 {
  margin-right: 2.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-right--7 {
    margin-right: 3.5rem !important;
  }
}

.ds_\!_margin-top--7 {
  margin-top: 2.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-top--7 {
    margin-top: 3.5rem !important;
  }
}

.ds_\!_margin-bottom--7 {
  margin-bottom: 2.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-bottom--7 {
    margin-bottom: 3.5rem !important;
  }
}

.ds_\!_margin--8 {
  margin: 3rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin--8 {
    margin: 4rem !important;
  }
}

.ds_\!_margin-left--8 {
  margin-left: 3rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-left--8 {
    margin-left: 4rem !important;
  }
}

.ds_\!_margin-right--8 {
  margin-right: 3rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-right--8 {
    margin-right: 4rem !important;
  }
}

.ds_\!_margin-top--8 {
  margin-top: 3rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-top--8 {
    margin-top: 4rem !important;
  }
}

.ds_\!_margin-bottom--8 {
  margin-bottom: 3rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-bottom--8 {
    margin-bottom: 4rem !important;
  }
}

.ds_\!_margin--9 {
  margin: 3.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin--9 {
    margin: 4.5rem !important;
  }
}

.ds_\!_margin-left--9 {
  margin-left: 3.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-left--9 {
    margin-left: 4.5rem !important;
  }
}

.ds_\!_margin-right--9 {
  margin-right: 3.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-right--9 {
    margin-right: 4.5rem !important;
  }
}

.ds_\!_margin-top--9 {
  margin-top: 3.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-top--9 {
    margin-top: 4.5rem !important;
  }
}

.ds_\!_margin-bottom--9 {
  margin-bottom: 3.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_margin-bottom--9 {
    margin-bottom: 4.5rem !important;
  }
}

.ds_\!_padding--0 {
  padding: 0 !important;
}

.ds_\!_padding-left--0 {
  padding-left: 0 !important;
}

.ds_\!_padding-right--0 {
  padding-right: 0 !important;
}

.ds_\!_padding-top--0 {
  padding-top: 0 !important;
}

.ds_\!_padding-bottom--0 {
  padding-bottom: 0 !important;
}

.ds_\!_padding--1 {
  padding: 0.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding--1 {
    padding: 0.5rem !important;
  }
}

.ds_\!_padding-left--1 {
  padding-left: 0.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-left--1 {
    padding-left: 0.5rem !important;
  }
}

.ds_\!_padding-right--1 {
  padding-right: 0.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-right--1 {
    padding-right: 0.5rem !important;
  }
}

.ds_\!_padding-top--1 {
  padding-top: 0.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-top--1 {
    padding-top: 0.5rem !important;
  }
}

.ds_\!_padding-bottom--1 {
  padding-bottom: 0.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-bottom--1 {
    padding-bottom: 0.5rem !important;
  }
}

.ds_\!_padding--2 {
  padding: 1rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding--2 {
    padding: 1rem !important;
  }
}

.ds_\!_padding-left--2 {
  padding-left: 1rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-left--2 {
    padding-left: 1rem !important;
  }
}

.ds_\!_padding-right--2 {
  padding-right: 1rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-right--2 {
    padding-right: 1rem !important;
  }
}

.ds_\!_padding-top--2 {
  padding-top: 1rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-top--2 {
    padding-top: 1rem !important;
  }
}

.ds_\!_padding-bottom--2 {
  padding-bottom: 1rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-bottom--2 {
    padding-bottom: 1rem !important;
  }
}

.ds_\!_padding--3 {
  padding: 1.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding--3 {
    padding: 1.5rem !important;
  }
}

.ds_\!_padding-left--3 {
  padding-left: 1.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-left--3 {
    padding-left: 1.5rem !important;
  }
}

.ds_\!_padding-right--3 {
  padding-right: 1.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-right--3 {
    padding-right: 1.5rem !important;
  }
}

.ds_\!_padding-top--3 {
  padding-top: 1.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-top--3 {
    padding-top: 1.5rem !important;
  }
}

.ds_\!_padding-bottom--3 {
  padding-bottom: 1.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-bottom--3 {
    padding-bottom: 1.5rem !important;
  }
}

.ds_\!_padding--4 {
  padding: 1.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding--4 {
    padding: 2rem !important;
  }
}

.ds_\!_padding-left--4 {
  padding-left: 1.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-left--4 {
    padding-left: 2rem !important;
  }
}

.ds_\!_padding-right--4 {
  padding-right: 1.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-right--4 {
    padding-right: 2rem !important;
  }
}

.ds_\!_padding-top--4 {
  padding-top: 1.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-top--4 {
    padding-top: 2rem !important;
  }
}

.ds_\!_padding-bottom--4 {
  padding-bottom: 1.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-bottom--4 {
    padding-bottom: 2rem !important;
  }
}

.ds_\!_padding--5 {
  padding: 2rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding--5 {
    padding: 2.5rem !important;
  }
}

.ds_\!_padding-left--5 {
  padding-left: 2rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-left--5 {
    padding-left: 2.5rem !important;
  }
}

.ds_\!_padding-right--5 {
  padding-right: 2rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-right--5 {
    padding-right: 2.5rem !important;
  }
}

.ds_\!_padding-top--5 {
  padding-top: 2rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-top--5 {
    padding-top: 2.5rem !important;
  }
}

.ds_\!_padding-bottom--5 {
  padding-bottom: 2rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-bottom--5 {
    padding-bottom: 2.5rem !important;
  }
}

.ds_\!_padding--6 {
  padding: 2.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding--6 {
    padding: 3rem !important;
  }
}

.ds_\!_padding-left--6 {
  padding-left: 2.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-left--6 {
    padding-left: 3rem !important;
  }
}

.ds_\!_padding-right--6 {
  padding-right: 2.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-right--6 {
    padding-right: 3rem !important;
  }
}

.ds_\!_padding-top--6 {
  padding-top: 2.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-top--6 {
    padding-top: 3rem !important;
  }
}

.ds_\!_padding-bottom--6 {
  padding-bottom: 2.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-bottom--6 {
    padding-bottom: 3rem !important;
  }
}

.ds_\!_padding--7 {
  padding: 2.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding--7 {
    padding: 3.5rem !important;
  }
}

.ds_\!_padding-left--7 {
  padding-left: 2.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-left--7 {
    padding-left: 3.5rem !important;
  }
}

.ds_\!_padding-right--7 {
  padding-right: 2.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-right--7 {
    padding-right: 3.5rem !important;
  }
}

.ds_\!_padding-top--7 {
  padding-top: 2.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-top--7 {
    padding-top: 3.5rem !important;
  }
}

.ds_\!_padding-bottom--7 {
  padding-bottom: 2.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-bottom--7 {
    padding-bottom: 3.5rem !important;
  }
}

.ds_\!_padding--8 {
  padding: 3rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding--8 {
    padding: 4rem !important;
  }
}

.ds_\!_padding-left--8 {
  padding-left: 3rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-left--8 {
    padding-left: 4rem !important;
  }
}

.ds_\!_padding-right--8 {
  padding-right: 3rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-right--8 {
    padding-right: 4rem !important;
  }
}

.ds_\!_padding-top--8 {
  padding-top: 3rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-top--8 {
    padding-top: 4rem !important;
  }
}

.ds_\!_padding-bottom--8 {
  padding-bottom: 3rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-bottom--8 {
    padding-bottom: 4rem !important;
  }
}

.ds_\!_padding--9 {
  padding: 3.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding--9 {
    padding: 4.5rem !important;
  }
}

.ds_\!_padding-left--9 {
  padding-left: 3.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-left--9 {
    padding-left: 4.5rem !important;
  }
}

.ds_\!_padding-right--9 {
  padding-right: 3.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-right--9 {
    padding-right: 4.5rem !important;
  }
}

.ds_\!_padding-top--9 {
  padding-top: 3.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-top--9 {
    padding-top: 4.5rem !important;
  }
}

.ds_\!_padding-bottom--9 {
  padding-bottom: 3.5rem !important;
}
@media (min-width: 768px) {
  .ds_\!_padding-bottom--9 {
    padding-bottom: 4.5rem !important;
  }
}

/*------------------------------------*\
    DESIGN SYSTEM FORMS
\*------------------------------------*/
/*------------------------------------*\
    FORM VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    FORM MIXINS
\*------------------------------------*/
/*------------------------------------*\
    FORM ELEMENTS (base)
\*------------------------------------*/
legend {
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  legend {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

fieldset {
  border: 0;
}

.ds_form {
  display: flex;
  flex-direction: column;
}
.ds_form__content .ds_question:has(.ds_page-header) {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .ds_form__content .ds_question:has(.ds_page-header) {
    margin-top: 2rem;
  }
}
.ds_form__content .ds_question .ds_page-header {
  margin-top: 0;
}
.ds_form__actions .ds_button {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .ds_form__actions .ds_button {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_form__actions .ds_button {
    margin-bottom: 2rem;
  }
}

/*------------------------------------*\
    CHARACTER COUNT
\*------------------------------------*/
.ds_character-count {
  margin-top: -16px;
}

/*------------------------------------*\
    CHECKBOXES
\*------------------------------------*/
.ds_checkbox {
  margin-bottom: 24px;
  padding-left: 40px;
  position: relative;
}
.ds_checkbox__input {
  height: 2.5rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 2.5rem;
}
.ds_checkbox__label {
  display: inline-block;
  padding: 4px 32px 4px 16px;
}
.ds_checkbox--small .ds_checkbox__label {
  padding-left: 8px;
}
.ds_checkbox__label::before {
  background-color: #ffffff;
  border: 0.125rem solid #1a1a1a;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  width: 40px;
}
.ds_checkbox__label::after {
  content: "";
  position: absolute;
  bottom: calc(100% - 40px);
  left: 0;
  right: calc(100% - 40px);
  opacity: 0;
}
.ds_checkbox__label::before, .ds_checkbox__label::after {
  top: -4px;
}
@media (min-width: 768px) {
  .ds_checkbox__label::before, .ds_checkbox__label::after {
    top: 0;
  }
}
.ds_checkbox__input:focus + .ds_checkbox__label::before {
  background-color: #fdd522;
  border-color: #1a1a1a;
  border-width: 0.25rem;
  box-shadow: 0 0 0 0.1875rem #fdd522;
}
@media screen and (forced-colors: active) {
  .ds_checkbox__input:focus + .ds_checkbox__label::before {
    outline: 4px solid highlight;
    outline-offset: -4px;
  }
}
.ds_checkbox__input:checked + .ds_checkbox__label::after {
  opacity: 1;
}
.ds_checkbox--small {
  margin-bottom: 16px;
  margin-left: -8px;
}
.ds_checkbox--small .ds_checkbox__input {
  height: 1.5rem;
  left: 0.5rem;
  top: 0.5rem;
  width: 1.5rem;
}
.ds_checkbox--small .ds_checkbox__label::before {
  height: 1.5rem;
  left: 8px;
  top: 4px;
  width: 1.5rem;
}
@media (min-width: 768px) {
  .ds_checkbox--small .ds_checkbox__label::before {
    top: 8px;
  }
}
.ds_checkbox > .ds_hint-text {
  padding-left: 16px;
}
.ds_checkbox__label::after {
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0 5px 5px;
  border-top-color: transparent;
  left: 7px;
  height: 14px;
  top: 6px;
  width: 26px;
  transform: rotate(-45deg);
}
.ds_checkbox__input:checked + .ds_checkbox__label::before {
  background-color: currentColor;
}
.ds_checkbox__input:not(:focus):checked + .ds_checkbox__label::after {
  border-color: #ffffff;
}
.ds_checkbox__input:focus:checked + .ds_checkbox__label::before {
  background-color: #fdd522;
}
.ds_checkbox--small .ds_checkbox__label::after {
  border-width: 6px;
  left: 14px;
  top: 14px;
}
.ds_checkbox--small .ds_checkbox__label::after {
  width: 13px;
  height: 7px;
  left: 13px;
  top: 11px;
  border-width: 0 0 3px 3px;
}
.ds_checkbox .ds_question__error-message {
  margin-left: 16px;
}

.ds_checkboxes > .ds_checkbox:last-child {
  margin-bottom: 4px;
}

.ds_checkbox-separator {
  font-weight: 700;
  margin: 24px 0;
  text-align: center;
  width: 40px;
}

@media (min-width: 768px) {
  .ds_checkbox__label::after {
    top: 10px;
  }
  .ds_checkbox--small .ds_checkbox__label::after {
    top: 15px;
  }
}
/*------------------------------------*\
    CURRENCY WRAPPER
\*------------------------------------*/
.ds_currency-wrapper {
  position: relative;
}
.ds_currency-wrapper::before {
  font-size: 1.1875rem;
  line-height: 1.6842105263;
  content: "£";
  height: 48px;
  font-weight: 700;
  line-height: 48px !important;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  width: 48px;
}
@media (min-width: 768px) {
  .ds_currency-wrapper::before {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.ds_currency-wrapper[data-symbol]::before {
  content: attr(data-symbol);
}
.ds_currency-wrapper > .ds_input {
  padding-left: 40px;
}
.ds_currency-wrapper > .ds_input:focus {
  padding-left: 39px;
}

/*------------------------------------*\
    ERROR SUMMARY
\*------------------------------------*/
.ds_error-summary {
  border: 0.25rem solid #d32205;
  padding: 1.25rem 1.75rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .ds_error-summary {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_error-summary {
    margin-bottom: 2rem;
  }
}
.ds_error-summary > :last-child {
  margin-bottom: 0;
}
.ds_error-summary__title {
  margin-top: 0;
}
.ds_error-summary__list {
  color: #d32205;
  font-weight: 700;
  list-style-type: none;
  margin-left: 0;
}
.ds_error-summary__list a:not(:focus) {
  color: #d32205;
}
.ds_error-summary__list a:not(:focus):hover {
  color: rgb(148.7256944444, 23.9652777778, 3.5243055556);
}
.ds_error-summary__list li {
  margin-left: 0;
}

/*------------------------------------*\
    FIELD GROUP
\*------------------------------------*/
.ds_field-group > div:last-child {
  margin-bottom: 0;
}
.ds_field-group > div:last-child .ds_input {
  margin-bottom: 0;
}
.ds_field-group--inline {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.ds_field-group--inline > div {
  margin-bottom: 0;
}
.ds_field-group--inline > div > :last-child {
  margin-bottom: 0;
}

/*------------------------------------*\
    HINT TEXT
\*------------------------------------*/
.ds_hint-text {
  color: #5e5e5e;
  margin-bottom: 16px;
}
.ds_hint-text > * {
  margin-bottom: 8px;
}

/*------------------------------------*\
    LABEL
\*------------------------------------*/
.ds_label {
  color: #1a1a1a;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 8px;
}

/*------------------------------------*\
    PREFILLED VALUE LIST
\*------------------------------------*/
.ds_prefilled-value-list__key {
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0;
}
@media (min-width: 768px) {
  .ds_prefilled-value-list__key {
    margin-bottom: 0.5rem;
  }
}
.ds_prefilled-value-list__value {
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 0;
}
@media (min-width: 768px) {
  .ds_prefilled-value-list__value {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .ds_prefilled-value-list__value {
    display: flex;
  }
  .ds_prefilled-value-list__value-actions {
    margin-left: 1.5rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ds_prefilled-value-list__value-actions {
    margin-left: 1.5rem;
  }
}

/*------------------------------------*\
    QUESTION
\*------------------------------------*/
.ds_question {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .ds_question {
    margin-bottom: 1.5rem;
  }
}
.ds_question--error {
  border-left: 0.25rem solid #d32205;
  padding-left: 1.25rem;
}
.ds_question__message, .ds_question__error-message {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .ds_question__message, .ds_question__error-message {
    margin-bottom: 1rem;
  }
}
.ds_question__error-message {
  color: #d32205;
  font-weight: 700;
}
.ds_question > fieldset > :last-child {
  margin-bottom: 0;
}

/*------------------------------------*\
    RADIO BUTTONS
\*------------------------------------*/
.ds_radio {
  margin-bottom: 24px;
  padding-left: 40px;
  position: relative;
}
.ds_radio__input {
  height: 2.5rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 2.5rem;
}
.ds_radio__label {
  display: inline-block;
  padding: 4px 32px 4px 16px;
}
.ds_radio--small .ds_radio__label {
  padding-left: 8px;
}
.ds_radio__label::before {
  background-color: #ffffff;
  border: 0.125rem solid #1a1a1a;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  width: 40px;
}
.ds_radio__label::after {
  content: "";
  position: absolute;
  bottom: calc(100% - 40px);
  left: 0;
  right: calc(100% - 40px);
  opacity: 0;
}
.ds_radio__label::before, .ds_radio__label::after {
  top: -4px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .ds_radio__label::before, .ds_radio__label::after {
    top: 0;
  }
}
.ds_radio__input:focus + .ds_radio__label::before {
  background-color: #fdd522;
  border-color: #1a1a1a;
  border-width: 0.25rem;
  box-shadow: 0 0 0 0.1875rem #fdd522;
}
@media screen and (forced-colors: active) {
  .ds_radio__input:focus + .ds_radio__label::before {
    outline: 4px solid highlight;
    outline-offset: -4px;
  }
}
.ds_radio__input:checked + .ds_radio__label::after {
  opacity: 1;
}
.ds_radio--small {
  margin-bottom: 16px;
  margin-left: -8px;
}
.ds_radio--small .ds_radio__input {
  height: 1.5rem;
  left: 0.5rem;
  top: 0.5rem;
  width: 1.5rem;
}
.ds_radio--small .ds_radio__label::before {
  height: 1.5rem;
  left: 8px;
  top: 4px;
  width: 1.5rem;
}
@media (min-width: 768px) {
  .ds_radio--small .ds_radio__label::before {
    top: 8px;
  }
}
.ds_radio > .ds_hint-text {
  padding-left: 16px;
}
.ds_radio__label::after {
  top: 6px;
  left: 10px;
  width: 0;
  height: 0;
  border: 10px solid currentColor;
  border-radius: 50%;
  background: currentColor;
}
.ds_radio--small .ds_radio__label::after {
  border-width: 6px;
  left: 14px;
  top: 10px;
}

@media (min-width: 768px) {
  .ds_radio__label::after {
    top: 10px;
  }
  .ds_radio--small .ds_radio__label::after {
    top: 14px;
  }
}
/*------------------------------------*\
    REVEAL CONTENT
\*------------------------------------*/
.ds_reveal-content {
  display: none;
  margin-top: 16px;
  padding-left: 16px;
  position: relative;
}
.ds_reveal-content > :last-child {
  margin-bottom: 0;
}
.ds_reveal-content::before {
  background-color: #b3b3b3;
  bottom: 0;
  content: "";
  left: -22px;
  position: absolute;
  top: 0;
  width: 4px;
}

:checked ~ .ds_reveal-content {
  display: block;
}

/*------------------------------------*\
    SELECT
\*------------------------------------*/
.ds_select {
  background-color: #ffffff;
  border: 0.125rem solid currentColor;
  border-radius: 0;
  min-height: 3rem;
  padding: 0.375rem 0.625rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-360 280-560h400L480-360Z'/%3E%3C/svg%3E");
  background-position: center right 10px;
  background-repeat: no-repeat;
  padding-right: 2.875rem;
}
.ds_select:focus {
  box-shadow: inset 0 0 0 0.125em #1a1a1a;
  box-shadow: inset 0 0 0 round(0.125em, 1px) #1a1a1a;
  outline: 0.125rem solid #fdd522;
  outline: round(0.125em, 1px) solid #fdd522;
  outline-offset: 0;
}
.ds_select--error {
  border-color: #d32205;
  border-width: 0.25rem;
  padding: 0.25rem 0.5rem;
}
.ds_select--error:focus {
  border-color: currentColor;
  box-shadow: none;
}
.ds_select::-ms-expand {
  display: none;
}

.ds_select-arrow {
  display: none;
  width: 3rem;
  outline: 2px solid transparent;
  outline-offset: -2px;
  pointer-events: none;
  position: relative;
}
@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) or (-webkit-appearance: none) {
  .ds_select-arrow {
    display: block;
  }
}
.ds_select-arrow::before {
  bottom: 0;
  color: #1a1a1a;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  content: "";
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0.1875em 0.1875em;
  border-top-color: transparent;
  display: inline-block;
  height: 0.75em;
  width: 0.75em;
  transform: rotate(-45deg);
  right: calc(50% - 0.375em);
  top: calc(50% - 0.5625em);
}

.ds_select-wrapper {
  margin-bottom: 1.5rem;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 10em;
}
@media (min-width: 768px) {
  .ds_select-wrapper {
    margin-bottom: 1.5rem;
  }
}

@supports (display: grid) {
  .ds_select-wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .ds_select {
    background-image: none;
    grid-area: 1/1/1/3;
  }
  .ds_select-arrow {
    grid-area: 1/2/1/2;
  }
}
/*------------------------------------*\
    TEXT INPUTS
    Covers text-based INPUT elements and TEXTAREA elements
\*------------------------------------*/
.ds_input {
  margin-bottom: 1.5rem;
  background-color: #ffffff;
  border: 0.125rem solid currentColor;
  border-radius: 0;
  min-height: 3rem;
  padding: 0.375rem 0.625rem;
  display: block;
  line-height: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .ds_input {
    margin-bottom: 1.5rem;
  }
}
.ds_input:focus {
  box-shadow: inset 0 0 0 0.125em #1a1a1a;
  box-shadow: inset 0 0 0 round(0.125em, 1px) #1a1a1a;
  outline: 0.125rem solid #fdd522;
  outline: round(0.125em, 1px) solid #fdd522;
  outline-offset: 0;
}
.ds_input--error {
  border-color: #d32205;
  border-width: 0.25rem;
  padding: 0.25rem 0.5rem;
}
.ds_input--error:focus {
  border-color: currentColor;
  box-shadow: none;
}
.ds_input + .ds_input__message {
  margin-top: -1rem;
}
.ds_input__message--error {
  color: #d32205;
  font-weight: 700;
}

.ds_input--fixed-2 {
  max-width: calc(16px + 2em);
}

.ds_currency-wrapper .ds_input--fixed-2 {
  max-width: calc(48px + 2em);
}

.ds_input--fixed-3 {
  max-width: calc(16px + 3em);
}

.ds_currency-wrapper .ds_input--fixed-3 {
  max-width: calc(48px + 3em);
}

.ds_input--fixed-4 {
  max-width: calc(16px + 4em);
}

.ds_currency-wrapper .ds_input--fixed-4 {
  max-width: calc(48px + 4em);
}

.ds_input--fixed-5 {
  max-width: calc(16px + 5em);
}

.ds_currency-wrapper .ds_input--fixed-5 {
  max-width: calc(48px + 5em);
}

.ds_input--fixed-10 {
  max-width: calc(16px + 10em);
}

.ds_currency-wrapper .ds_input--fixed-10 {
  max-width: calc(48px + 10em);
}

.ds_input--fixed-20 {
  max-width: calc(16px + 20em);
}

.ds_currency-wrapper .ds_input--fixed-20 {
  max-width: calc(48px + 20em);
}

.ds_input--fluid-one-quarter {
  max-width: 25%;
}

.ds_input--fluid-one-third {
  max-width: 33.333333%;
}

.ds_input--fluid-half {
  max-width: 50%;
}

.ds_input--fluid-two-thirds {
  max-width: 67.666667%;
}

.ds_input--fluid-three-quarters {
  max-width: 75%;
}

.ds_input__wrapper {
  display: block;
  margin-bottom: 1.5rem;
  overflow: auto;
}
.ds_input__wrapper .ds_input {
  float: left;
  margin-bottom: 0;
  margin-right: -3rem;
  padding-right: 3.5rem;
}
.ds_input__wrapper .ds_icon {
  height: 2rem;
  padding: 0.5rem;
  width: 2rem;
}
.ds_input__wrapper > .ds_button {
  margin: 0;
  min-height: 48px;
  min-width: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.ds_input__wrapper > .ds_button > .ds_icon {
  height: 32px;
  padding: 8px;
  width: 32px;
}

@supports (display: flex) {
  .ds_input__wrapper {
    display: flex;
    overflow: visible;
  }
}
/*------------------------------------*\
    ACCORDION
\*------------------------------------*/
.ds_accordion {
  margin-bottom: calc(1.5rem + -1px);
  margin-top: 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .ds_accordion {
    margin-bottom: calc(2rem + -1px);
  }
}
@media (min-width: 768px) {
  .ds_accordion {
    margin-top: 2rem;
  }
}
.ds_accordion__open-all {
  display: none;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .ds_accordion__open-all {
    line-height: 1.6842105263;
  }
}
.ds_accordion__open-all + * {
  clear: both;
}

h1 + .ds_accordion, h2 + .ds_accordion, h3 + .ds_accordion {
  margin-top: 0;
}

.ds_accordion.js-initialised .ds_accordion__open-all {
  display: block;
}
.ds_accordion.js-initialised .ds_accordion-item__header {
  padding: 0;
}

.ds_accordion-item {
  border-bottom: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
}
.ds_accordion-item__header {
  color: #0065bd;
  outline: 0px solid transparent;
  text-decoration: underline;
  text-underline-offset: 0.16em;
  transition: color 0.2s, background-color 0.2s, outline-color 0.2s;
  display: block;
  position: relative;
  text-decoration-line: none;
  background-color: #ffffff;
  border-width: 0;
  color: currentColor;
  margin: 0;
  padding: 0.5rem 0.5rem calc(0.75rem - 1px);
  position: relative;
  text-align: left;
  width: 100%;
}
@media screen and (forced-colors: active) {
  .ds_accordion-item__header:is(:enabled, :link, summary) {
    color: linkText !important;
  }
  .ds_accordion-item__header:is(:enabled, :link, summary):not(:focus) {
    text-decoration-line: underline !important;
  }
}
.ds_accordion-item__header:hover {
  color: rgb(0, 66.9325396825, 125.25);
  text-underline-offset: 0.16em;
  text-decoration-thickness: 0.16em;
  text-decoration-thickness: round(0.16em, 1px);
  transition-duration: 0.2s;
}
.ds_accordion-item__header:focus {
  background-color: #fdd522;
  color: #1a1a1a;
  text-decoration-line: none;
  transition-duration: 0s;
  outline: 0.125rem solid #fdd522;
  outline: round(0.125em, 1px) solid #fdd522;
  outline-offset: 0;
  box-shadow: 0 0.285em 0 currentColor;
}
@supports (filter: drop-shadow(0 0 0 currentColor)) {
  .ds_accordion-item__header:focus {
    box-shadow: none;
    filter: drop-shadow(0px round(0.16em, 1px) 0px #1a1a1a);
  }
}
@media screen and (forced-colors: active) {
  .ds_accordion-item__header:focus {
    outline: 0.125em solid highlight !important;
    outline: round(0.125em, 1px) solid highlight !important;
  }
}
.ds_accordion-item__header > svg {
  fill: currentColor;
}
.ds_accordion-item__header:focus {
  box-shadow: inset 0 -0.16em 0 #1a1a1a;
  box-shadow: inset 0 round(-0.16em, 1px) 0 #1a1a1a;
  filter: none;
  outline-width: 0;
}
.ds_accordion-item__header:hover:not(:focus) {
  background-color: rgb(217.4238925625, 237.5042462725, 255);
  color: rgb(0, 66.9325396825, 125.25);
}
.ds_accordion-item__header:hover:not(:focus) {
  color: rgb(0, 66.9325396825, 125.25);
}
.ds_accordion-item__title {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .ds_accordion-item__title {
    font-size: 1.1875rem;
    line-height: 1.6842105263;
  }
}
.ds_accordion-item__title--button {
  padding: 0;
  margin-bottom: 0;
}
.ds_accordion-item__button {
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  background: transparent;
  border: 0;
  padding: 0.5rem 0.5rem calc(0.75rem - 1px);
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 1;
}
.ds_accordion-item__label {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ds_accordion-item__title--button .ds_accordion-item__label {
  z-index: -1;
}
.ds_accordion-item__indicator {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #0065bd;
  display: block;
  font-weight: 400;
  margin-top: 0.25rem;
  min-height: 1.5rem;
  padding: 0 0 0 1.1875rem;
  pointer-events: none;
  position: relative;
}
@media (min-width: 768px) {
  .ds_accordion-item__indicator {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_accordion-item__indicator::after {
  content: "";
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0.153125em 0.153125em;
  border-top-color: transparent;
  display: inline-block;
  height: 0.6125em;
  width: 0.6125em;
  transform: rotate(-45deg);
  left: 0.1875rem;
  top: 0.375rem;
  position: absolute;
  transition: transform 0.2s, top 0.2s;
  pointer-events: none;
}
.ds_accordion-item__body {
  display: none;
  padding: 1rem 0.5rem 1.5rem;
}
.ds_accordion-item__body > :last-child {
  margin-bottom: 0;
}
.ds_accordion-item__control:checked ~ .ds_accordion-item__body {
  display: block;
}
.ds_accordion-item__control:checked ~ .ds_accordion-item__header .ds_accordion-item__indicator::after {
  top: 0.625rem;
  transform: rotate(-225deg);
}
.ds_accordion-item__control:checked ~ .ds_accordion-item__header .ds_accordion-item__indicator .js-close-label {
  display: inline;
}
.ds_accordion-item__control:focus ~ .ds_accordion-item__header, .ds_accordion-item__button:focus {
  background-color: #fdd522;
  color: #1a1a1a;
  text-decoration-line: none;
  transition-duration: 0s;
  outline: 0.125rem solid #fdd522;
  outline: round(0.125em, 1px) solid #fdd522;
  outline-offset: 0;
  box-shadow: 0 0.285em 0 currentColor;
}
@supports (filter: drop-shadow(0 0 0 currentColor)) {
  .ds_accordion-item__control:focus ~ .ds_accordion-item__header, .ds_accordion-item__button:focus {
    box-shadow: none;
    filter: drop-shadow(0px round(0.16em, 1px) 0px #1a1a1a);
  }
}
@media screen and (forced-colors: active) {
  .ds_accordion-item__control:focus ~ .ds_accordion-item__header, .ds_accordion-item__button:focus {
    outline: 0.125em solid highlight !important;
    outline: round(0.125em, 1px) solid highlight !important;
  }
}
.ds_accordion-item__control:focus ~ .ds_accordion-item__header, .ds_accordion-item__button:focus {
  box-shadow: inset 0 -0.16em 0 #1a1a1a;
  box-shadow: inset 0 round(-0.16em, 1px) 0 #1a1a1a;
  filter: none;
  outline-width: 0;
}
.ds_accordion-item__control:focus ~ .ds_accordion-item__header .ds_accordion-item__indicator {
  color: #1a1a1a;
  text-decoration-color: transparent;
}
.ds_accordion-item__control:focus ~ .ds_accordion-item__header .ds_accordion-item__indicator {
  color: #1a1a1a;
  text-decoration: none;
}
.ds_accordion-item + .ds_accordion-item {
  margin-top: -1px;
}
.ds_accordion-item__indicator {
  text-decoration: underline;
  text-underline-offset: 0.16em;
}
.ds_accordion-item__header:hover .ds_accordion-item__indicator {
  text-underline-offset: 0.16em;
  text-decoration-thickness: 0.16em;
}
.ds_accordion-item__header:hover:not(:focus-within) .ds_accordion-item__indicator {
  color: rgb(0, 66.9325396825, 125.25);
}
.ds_accordion-item__button:focus .ds_accordion-item__indicator {
  color: #1a1a1a;
  text-decoration-color: transparent;
}
@media (min-width: 768px) {
  .ds_accordion-item__indicator {
    margin-top: 0.5rem;
    padding-left: 1.375rem;
  }
  .ds_accordion-item__indicator::after {
    top: 0.3125rem;
  }
  .ds_accordion-item__control:checked ~ .ds_accordion-item__header .ds_accordion-item__indicator::after {
    top: 0.625rem;
  }
  .ds_accordion-item__header, .ds_accordion-item__button {
    padding: 1rem 1rem calc(1rem - 1px) 0.5rem; /* [1] */
  }
  .ds_accordion-item__title {
    margin-bottom: 0.5rem;
  }
  .ds_accordion-item__title--button {
    margin-bottom: 0;
  }
}

/* Open/close label display */
.ds_accordion-item__indicator::before {
  content: "Open";
}

.ds_accordion-item__indicator[data-open-text]::before {
  content: attr(data-open-text);
}

.ds_accordion-item__control:checked ~ .ds_accordion-item__header .ds_accordion-item__indicator::before {
  content: "Close";
}
.ds_accordion-item__control:checked ~ .ds_accordion-item__header .ds_accordion-item__indicator[data-close-text]::before {
  content: attr(data-close-text);
}

/* SMALL VARIANT */
.ds_accordion--small .ds_accordion-item__header,
.ds_accordion--small .ds_accordion-item__title,
.ds_accordion--small .ds_accordion-item__button,
.ds_accordion--small .ds_accordion-item__body,
.ds_accordion--small .ds_accordion__open-all {
  font-size: 1rem;
  line-height: 1.5;
}
.ds_accordion--small .ds_accordion-item__body {
  padding-right: 1rem;
}
.ds_accordion--small .ds_accordion-item__body h3, .ds_accordion--small .ds_accordion-item__body h4 {
  font-size: 1em;
  line-height: 1.5;
}

/* HIGH CONTRAST */
@media screen and (forced-colors: active) {
  .ds_accordion-item__indicator {
    color: linktext !important;
  }
}
/*------------------------------------*\
    ARTICLE ASIDE
\*------------------------------------*/
.ds_article-aside {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding-top: 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .ds_article-aside {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_article-aside {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_article-aside {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .ds_article-aside {
    padding-top: 2rem;
  }
}
.ds_article-aside:first-child {
  margin-top: 0;
}
.ds_article-aside::before {
  border-top: 2px solid #0065bd;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.ds_aspect-box {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.ds_aspect-box--square {
  padding-bottom: 100%;
}
.ds_aspect-box--43 {
  padding-bottom: 75%;
}
.ds_aspect-box--235 {
  padding-bottom: 42.5531914894%;
}
.ds_aspect-box--219 {
  padding-bottom: 42.8571428571%;
}
.ds_aspect-box--fallback {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ds_aspect-box--fallback .ds_aspect-box__inner {
  display: none;
}
.ds_aspect-box__inner {
  height: 100%;
  left: 0;
  max-width: none;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
}

/*------------------------------------*\
    AUTOCOMPLETE
\*------------------------------------*/
.ds_autocomplete {
  position: relative;
  /*
    [1] 10px = 12px (associated site search input) minus 2px (suggestions border), 11px = 12px vertical padding minus 2px (suggestions border) split evenly between top and bottom padding
  */
}
.ds_autocomplete__suggestions {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  border: 2px solid #5e5e5e;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 10;
}
.ds_autocomplete__suggestions-list {
  list-style-type: none;
  margin: 0;
}
.ds_autocomplete__suggestion {
  background-color: #ffffff;
  color: #5e5e5e;
  cursor: pointer;
  font-style: italic;
  margin-bottom: 0;
  padding: 11px 10px; /* [1] */
  transition: background-color 0.2s;
}
.ds_autocomplete__suggestion:hover {
  background-color: rgb(217.4238925625, 237.5042462725, 255);
}
.ds_autocomplete__suggestion:not(:last-child) {
  border-bottom: 2px solid #5e5e5e;
}
.ds_autocomplete__suggestion__text {
  font-style: normal;
  color: #1a1a1a;
}
.ds_autocomplete__suggestion__category {
  color: #0065bd;
}
.ds_autocomplete__suggestion.active {
  background-color: #fdd522;
  color: #1a1a1a;
  text-decoration-line: none;
  transition-duration: 0s;
  outline: 0.125rem solid #fdd522;
  outline: round(0.125em, 1px) solid #fdd522;
  outline-offset: 0;
  box-shadow: 0 0.285em 0 currentColor;
}
@supports (filter: drop-shadow(0 0 0 currentColor)) {
  .ds_autocomplete__suggestion.active {
    box-shadow: none;
    filter: drop-shadow(0px round(0.16em, 1px) 0px #1a1a1a);
  }
}
@media screen and (forced-colors: active) {
  .ds_autocomplete__suggestion.active {
    outline: 0.125em solid highlight !important;
    outline: round(0.125em, 1px) solid highlight !important;
  }
}
@media screen and (forced-colors: active) {
  .ds_autocomplete__suggestion.active {
    outline-offset: -0.125rem !important;
    outline-width: 0.25rem !important;
  }
}
.ds_autocomplete__suggestion.active {
  box-shadow: inset 0 -0.16em 0 #1a1a1a;
  box-shadow: inset 0 round(-0.16em, 1px) 0 #1a1a1a;
  filter: none;
  outline-width: 0;
}
.ds_autocomplete__suggestion.active .ds_autocomplete__suggestion__text {
  color: #1a1a1a;
}

.js-autocomplete-input.js-has-suggestions ~ .ds_autocomplete__suggestions {
  display: block;
}

@media (min-width: 768px) {
  .ds_autocomplete__suggestions {
    font-size: 1rem;
    line-height: 1.5;
  }
}
/*------------------------------------*\
    BACK LINK
\*------------------------------------*/
.ds_back-link {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  align-items: center;
  display: inline-flex;
  margin: 1rem 0;
  padding-left: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .ds_back-link {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_back-link::before {
  content: "";
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0.125em 0.125em;
  border-top-color: transparent;
  display: inline-block;
  height: 0.5em;
  width: 0.5em;
  transform: rotate(-315deg);
  border-width: 0 0 0.125em 0.125em;
  left: 0.125em;
  position: absolute;
}

/*------------------------------------*\
    $BACK TO TOP
\*------------------------------------*/
.ds_back-to-top {
  display: none;
}

@media only screen {
  .ds_back-to-top {
    bottom: 3.5rem;
    display: block;
    pointer-events: none;
    position: absolute;
    right: 0.5rem;
    top: calc(100vh - 1px);
    z-index: 1;
  }
  @supports (bottom: var(--ds-back-to-top-offset)) {
    .ds_back-to-top {
      bottom: var(--ds-back-to-top-offset, 0);
    }
  }
  .ds_back-to-top__button {
    display: block;
    position: relative;
    text-decoration-line: none;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    background-color: rgba(255, 255, 255, 0.4);
    font-weight: 700;
    margin: 0;
    min-width: 7.5rem;
    pointer-events: all;
    padding: 0.5rem 2.125rem 0.5rem 1.125rem;
    position: fixed;
    position: sticky;
    right: 0.5rem;
    top: calc(100vh - 3.5rem);
  }
  .ds_back-to-top__button:focus {
    box-shadow: inset 0 -0.16em 0 #1a1a1a;
    box-shadow: inset 0 round(-0.16em, 1px) 0 #1a1a1a;
    filter: none;
    outline-width: 0;
  }
  .ds_back-to-top__button:hover:not(:focus) {
    background-color: rgb(217.4238925625, 237.5042462725, 255);
    color: rgb(0, 66.9325396825, 125.25);
  }
}
@media only screen and (min-width: 768px) {
  .ds_back-to-top__button {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media only screen {
  .ds_back-to-top__button::before {
    content: "";
    position: absolute;
    left: 1rem;
    right: 2rem;
    top: 0.5rem;
    bottom: 0.5rem;
    z-index: -1;
  }
  .ds_back-to-top__icon {
    height: 1.5rem;
    min-height: 1.5rem;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
  }
  .ds_back-to-top__button::before, .ds_back-to-top__icon {
    background-color: #ffffff;
    transition: background-color 0.2s;
  }
}
@media only screen and (forced-colors: active) {
  .ds_back-to-top__button::before, .ds_back-to-top__icon {
    background-color: canvas;
  }
}
@media only screen {
  .ds_back-to-top__button:hover::before, .ds_back-to-top__button:hover .ds_back-to-top__icon, .ds_back-to-top__button:focus::before, .ds_back-to-top__button:focus .ds_back-to-top__icon {
    background-color: transparent;
  }
  .ds_back-to-top__button:focus::before, .ds_back-to-top__button:focus .ds_back-to-top__icon {
    transition-duration: 0s;
  }
}
/*------------------------------------*\
    $BREADCRUMBS
\*------------------------------------*/
.ds_breadcrumbs {
  color: #5e5e5e;
  font-size: 14px;
  line-height: 24px;
  padding-left: 0;
  margin: 24px 0 16px;
}
.ds_breadcrumbs__item {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ds_breadcrumbs__item:not(:first-child) .ds_breadcrumbs__link {
  margin-left: -2px;
}
.ds_breadcrumbs__item:not(:first-child)::before {
  content: "";
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0.08333325em 0.08333325em;
  border-top-color: transparent;
  display: inline-block;
  height: 0.333333em;
  width: 0.333333em;
  transform: rotate(-135deg);
  margin: 0 8px 0 6px;
  position: relative;
  top: -1px;
}
.ds_breadcrumbs__container {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .ds_breadcrumbs__container {
    padding-top: 24px;
  }
}
@supports (display: flex) {
  .ds_breadcrumbs {
    display: flex;
    flex-wrap: wrap;
  }
}

.ds_reversed .ds_breadcrumbs {
  color: #ffffff;
}

/*------------------------------------*\
    BUTTONS
\*------------------------------------*/
.ds_button {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  min-height: 56px;
  min-width: 56px;
  padding: 16px;
  background: #0065bd;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1.5rem;
  position: relative;
  text-align: center;
  text-decoration-line: none;
  transition: background-color 0.2s;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .ds_button {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_button > .ds_icon {
  height: 40px;
  padding: 8px;
  width: 40px;
}
@media screen and (forced-colors: active) {
  .ds_button:is(:enabled, :link) {
    outline: 0.125rem solid transparent !important;
    outline-offset: -0.125rem !important;
    transition-duration: 0s !important;
  }
  .ds_button:is(:enabled, :link):hover {
    outline-color: highlight !important;
  }
  .ds_button:is(:enabled, :link):focus, .ds_button:is(:enabled, :link):active, .ds_button:is(:enabled, :link):focus-within {
    outline-offset: -0.125rem !important;
    outline-width: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .ds_button {
    margin-bottom: 2rem;
  }
}
.ds_button:hover {
  background-color: rgb(0, 66.9325396825, 125.25);
  color: #ffffff;
  outline-color: transparent;
  transition-duration: 0.2s;
}
.ds_button:focus {
  background-color: #fdd522;
  color: #1a1a1a;
  text-decoration-line: none;
  transition-duration: 0s;
  box-shadow: 0 0.16em 0 currentColor;
  outline-width: 0;
}
@supports (filter: drop-shadow(0 0 0 currentColor)) {
  .ds_button:focus {
    box-shadow: none;
    filter: drop-shadow(0px round(0.16em, 1px) 0px #1a1a1a);
  }
}
@media screen and (forced-colors: active) {
  .ds_button:focus {
    outline: 0.125em solid highlight !important;
    outline: round(0.125em, 1px) solid highlight !important;
  }
}
.ds_button[disabled] {
  background-color: #b3b3b3;
  box-shadow: none;
  color: #1a1a1a;
  font-weight: 400;
  outline: none;
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .ds_button[disabled] {
    outline: 0.0625rem dashed graytext !important;
  }
}

.ds_reversed .ds_button {
  background-color: #ffffff;
  color: #0065bd;
}
.ds_reversed .ds_button:focus, .ds_reversed .ds_button:hover:focus {
  background-color: #fdd522;
}
.ds_reversed .ds_button:hover {
  background-color: rgb(217.4238925625, 237.5042462725, 255);
}
.ds_reversed .ds_button--secondary, .ds_reversed .ds_button--cancel {
  background-color: transparent;
  border-color: currentColor;
  color: #ffffff;
}
.ds_reversed .ds_button--secondary:hover:not(:focus), .ds_reversed .ds_button--cancel:hover:not(:focus) {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  outline-color: currentColor;
}

.ds_button--secondary, .ds_button--cancel {
  background-color: transparent;
  color: #0065bd;
  outline: 0.125rem solid currentColor;
  outline-offset: -0.125rem;
}
.ds_button--secondary:hover:not(:focus), .ds_button--cancel:hover:not(:focus) {
  background-color: rgb(217.4238925625, 237.5042462725, 255);
  color: rgb(0, 66.9325396825, 125.25);
  outline: 0.125rem solid currentColor;
  outline-offset: -0.125rem;
}
.ds_button--small {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  min-height: 48px;
  min-width: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .ds_button--small {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_button--small > .ds_icon {
  height: 32px;
  padding: 8px;
  width: 32px;
}

.ds_button--fixed {
  width: 12.5rem;
}
.ds_button--fixed.ds_button--small {
  width: 10rem;
}
.ds_button--max {
  max-width: 30rem;
  width: 100%;
}

.ds_button .ds_icon {
  bottom: 0;
  box-sizing: content-box;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.ds_button--has-icon {
  padding-right: calc(56px + 1rem);
}
.ds_button--has-icon--left {
  padding-left: calc(56px + 1rem);
  padding-right: 1rem;
}
.ds_button--has-icon--left .ds_icon {
  left: 0;
  right: auto;
}

/*------------------------------------*\
    BUTTON GROUP
\*------------------------------------*/
.ds_button-group {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .ds_button-group {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_button-group {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_button-group {
    gap: 1rem;
  }
}
.ds_button-group .ds_button {
  align-content: center;
  margin: 0;
}
.ds_button-group a:not(.ds_button),
.ds_button-group .ds_link {
  align-self: center;
}
@media (max-width: 479px) {
  .ds_button-group {
    flex-direction: column;
  }
  .ds_button-group .ds_button {
    width: 100%;
  }
  .ds_button-group--inline {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .ds_button-group--inline .ds_button {
    flex-grow: 1;
    width: auto;
  }
  .ds_button-group--inline .ds_link {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .ds_button-group:not(.ds_button-group--inline) .ds_button--has-icon {
    padding-right: 56px;
    padding-left: 56px;
  }
}

/*------------------------------------*\
    COOKIE BANNER
    Modifications to the notification banner component for this particular use case
\*------------------------------------*/
.ds_notification.ds_notification--cookie {
  background: #ebebeb;
  color: #1a1a1a;
}
.ds_notification.ds_notification--cookie .ds_notification__content {
  padding-top: 24px;
  padding-bottom: 32px;
}

.ds_notification.ds_notification--cookie-success {
  background: #1a7032;
}

/*------------------------------------*\
    CALLOUT
    Deprecated. Consider 'Inset text' or 'Notification message' instead.
\*------------------------------------*/
.ds_callout {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background: #f8f8f8;
  border-left: 4px solid #0065bd;
}
@media (min-width: 768px) {
  .ds_callout {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_callout {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_callout {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_callout {
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_callout {
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .ds_callout {
    padding-right: 1.5rem;
  }
}
.ds_callout > :last-child {
  margin-bottom: 0;
}
.ds_callout--no-border {
  border: none;
}
.ds_callout__label.ds_content-label {
  color: #0065bd;
  font-size: 14px;
}
.ds_callout__label + .ds_callout__title {
  margin-top: 0;
}

/*------------------------------------*\
    CARD
\*------------------------------------*/
.ds_card {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  font-size: 0.875rem;
  line-height: 1.7142857143;
  background-color: #ffffff;
  display: grid;
  grid-template-rows: auto 1fr;
  position: relative;
}
@media (min-width: 768px) {
  .ds_card {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (forced-colors: active) {
  .ds_card {
    outline: 0.125em solid canvastext !important;
    outline: round(0.125em, 1px) solid canvastext !important;
  }
}
.ds_card--grey {
  background-color: #f8f8f8;
  color: #1a1a1a;
}
.ds_card--grey:focus-within {
  color: #1a1a1a;
}
.ds_card--hover:hover, .ds_card--has-hover:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.ds_card--hover:hover:not(:focus), .ds_card--has-hover:hover:not(:focus) {
  background-color: rgb(217.4238925625, 237.5042462725, 255);
}
.ds_card--hover:hover:not(:focus) .ds_metadata, .ds_card--has-hover:hover:not(:focus) .ds_metadata {
  color: inherit;
}
.ds_card--hover:focus-within, .ds_card--has-hover:focus-within {
  background-color: #fdd522 !important;
  box-shadow: inset 0px -0.16em 0px #1a1a1a;
  box-shadow: inset 0px round(-0.16em, 1px) 0px #1a1a1a;
  transition-duration: 0s;
}
@media screen and (forced-colors: active) {
  .ds_card--hover:focus-within, .ds_card--has-hover:focus-within {
    outline: 0.25em solid highlight !important;
    outline: round(0.25em, 1px) solid highlight !important;
  }
}
.ds_card--hover:focus-within .ds_card__link--cover, .ds_card--has-hover:focus-within .ds_card__link--cover {
  background-color: transparent;
  box-shadow: none;
  filter: none;
  outline: none;
}
.ds_card--hover:focus-within .ds_metadata, .ds_card--has-hover:focus-within .ds_metadata {
  color: inherit;
}
@media (max-width: 767px) {
  .ds_card__media--small-mobile {
    padding: 1rem 1rem 0;
    max-width: calc(360px + 2rem);
  }
}
.ds_card__content {
  display: grid;
  grid-template-rows: auto auto 1fr;
  height: 100%;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
}
.ds_card__content > :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ds_card__content {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_card__content {
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_card__content {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .ds_card__content {
    padding-left: 1rem;
  }
}
.ds_card__content-footer {
  align-self: end;
}
.ds_card__content-footer > :last-child {
  margin-bottom: 0;
}
.ds_card__title {
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  margin-bottom: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .ds_card__title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
@media (min-width: 768px) {
  .ds_card__title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_card__title {
    margin-bottom: 0.5rem;
  }
}
.ds_card__link--cover:after {
  content: "";
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}
.ds_card:has(.ds_card__link--cover) {
  display: block;
  position: relative;
  text-decoration-line: none;
}
.ds_card:has(.ds_card__link--cover) .ds_card__link--cover:focus {
  filter: none;
}
@media screen and (forced-colors: active) {
  .ds_card:has(.ds_card__link--cover) .ds_card__link--cover:focus {
    outline-width: 0 !important;
  }
}
.ds_card:has(.ds_card__link--cover) .ds_card__link--cover:focus:hover {
  text-decoration-line: none;
}
.ds_card:has(.ds_card__link--cover):focus-within {
  background-color: #fdd522;
  color: #1a1a1a;
  text-decoration-line: none;
  transition-duration: 0s;
  outline: 0.125rem solid #fdd522;
  outline: round(0.125em, 1px) solid #fdd522;
  outline-offset: 0;
  box-shadow: 0 0.285em 0 currentColor;
  box-shadow: inset 0 -0.16em 0 #1a1a1a;
  box-shadow: inset 0 round(-0.16em, 1px) 0 #1a1a1a;
  filter: none;
  outline-width: 0;
}
@supports (filter: drop-shadow(0 0 0 currentColor)) {
  .ds_card:has(.ds_card__link--cover):focus-within {
    box-shadow: none;
    filter: drop-shadow(0px round(0.16em, 1px) 0px #1a1a1a);
  }
}
@media screen and (forced-colors: active) {
  .ds_card:has(.ds_card__link--cover):focus-within {
    outline: 0.125em solid highlight !important;
    outline: round(0.125em, 1px) solid highlight !important;
  }
}
.ds_card:has(.ds_card__link--cover):hover:not(:focus-within) {
  background-color: rgb(217.4238925625, 237.5042462725, 255);
  color: rgb(0, 66.9325396825, 125.25);
}
@media screen and (forced-colors: active) {
  .ds_card:has(.ds_card__link--cover):focus-within {
    outline: 0.25em solid highlight !important;
    outline: round(0.25em, 1px) solid highlight !important;
  }
}

/* Support for old markup */
.ds_card .ds_category-item__link:hover:before {
  display: none;
}

/*------------------------------------*\
    CATEGORY HEADER
    Deprecated - use feature header instead
\*------------------------------------*/
.ds_category-header {
  padding-top: 16px;
  padding-bottom: 32px;
}
.ds_category-header__header {
  margin-bottom: 32px;
}
.ds_category-header__title {
  color: #1a1a1a;
  font-weight: 300;
  margin-bottom: 8px;
}
.ds_category-header__summary {
  line-height: 24px;
}
.ds_category-header__summary > :last-child {
  margin-bottom: 8px;
}
.ds_category-header__media {
  display: block;
  margin: 0 auto;
  max-height: 360px;
  max-width: 320px;
}
@media (min-width: 768px) {
  .ds_category-header__media {
    max-width: 100%;
  }
}

.ds_reversed .ds_category-header {
  color: #ffffff;
}
.ds_reversed .ds_category-header__title {
  color: #ffffff;
}

.ds_category-header {
  margin-right: -32px;
  overflow: hidden;
}
.ds_category-header > * {
  margin-right: 32px;
}
@supports (display: grid) {
  .ds_category-header {
    display: grid;
    grid-gap: 0 32px;
    margin-right: 0;
    overflow: visible;
  }
  .ds_category-header > * {
    margin-left: 0;
    margin-right: 0;
    width: auto !important;
  }
}

.ds_category-header {
  grid-gap: 32px 32px;
}

@media (min-width: 768px) {
  .ds_category-header__header {
    float: left;
    width: calc(66.6666666667% - 32px);
    margin: 40px 0;
  }
  .ds_category-header__media-container {
    float: left;
    width: calc(33.3333333333% - 32px);
  }
  .ds_category-header__summary {
    line-height: 32px;
  }
}
@supports (display: grid) {
  .ds_category-header__header {
    margin-bottom: 0;
  }
  @media (min-width: 768px) {
    .ds_category-header {
      align-items: center;
      grid-template-columns: repeat(12, 1fr);
    }
    .ds_category-header__header {
      float: none;
      grid-column: 1/span 8;
      margin: 40px 0;
    }
    .ds_category-header__media-container {
      float: none;
      grid-column: 9/span 4;
      margin-right: 0;
    }
  }
}
/*------------------------------------*\
    CATEGORY ITEM
    Navigation elements for different levels of category navigation. Includes classes for layout of these elements in a list.
\*------------------------------------*/
.ds_category-item {
  display: block;
  position: relative;
  text-decoration-line: none;
  padding: 12px 16px 12px;
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s;
  width: 100%;
}
.ds_category-item .ds_category-item__link:focus {
  filter: none;
}
@media screen and (forced-colors: active) {
  .ds_category-item .ds_category-item__link:focus {
    outline-width: 0 !important;
  }
}
.ds_category-item .ds_category-item__link:focus:hover {
  text-decoration-line: none;
}
.ds_category-item:focus-within {
  background-color: #fdd522;
  color: #1a1a1a;
  text-decoration-line: none;
  transition-duration: 0s;
  outline: 0.125rem solid #fdd522;
  outline: round(0.125em, 1px) solid #fdd522;
  outline-offset: 0;
  box-shadow: 0 0.285em 0 currentColor;
  box-shadow: inset 0 -0.16em 0 #1a1a1a;
  box-shadow: inset 0 round(-0.16em, 1px) 0 #1a1a1a;
  filter: none;
  outline-width: 0;
}
@supports (filter: drop-shadow(0 0 0 currentColor)) {
  .ds_category-item:focus-within {
    box-shadow: none;
    filter: drop-shadow(0px round(0.16em, 1px) 0px #1a1a1a);
  }
}
@media screen and (forced-colors: active) {
  .ds_category-item:focus-within {
    outline: 0.125em solid highlight !important;
    outline: round(0.125em, 1px) solid highlight !important;
  }
}
.ds_category-item:hover:not(:focus-within) {
  background-color: rgb(217.4238925625, 237.5042462725, 255);
  color: rgb(0, 66.9325396825, 125.25);
}
.ds_category-item > :last-child {
  margin-bottom: 0;
}
.ds_category-item__title {
  font-size: 1.1875rem;
  line-height: 1.6842105263;
  line-height: 28px;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .ds_category-item__title {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.ds_category-item .ds_category-item__link::after {
  left: -4px;
}
.ds_category-item__link {
  color: #0065bd;
}
.ds_category-item__link::before {
  border-left: 4px solid #0065bd;
  bottom: 0;
  content: "";
  left: -4px;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 4px;
}
.ds_category-item__link:focus {
  outline-width: 0;
}
.ds_category-item__link:focus::before {
  content: none;
}
.ds_category-item__link:hover::before {
  border-color: rgb(0, 66.9325396825, 125.25);
  opacity: 1;
}
.ds_category-item__link::after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ds_category-item__summary {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #5e5e5e;
  line-height: 24px;
  margin: 0;
}
@media (min-width: 768px) {
  .ds_category-item__summary {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_category-item:hover .ds_category-item__summary, .ds_category-item:focus-within .ds_category-item__summary {
  color: #1a1a1a;
}

.ds_card > .ds_category-item {
  padding-top: 24px;
  padding-bottom: 24px;
  position: static;
}
.ds_card .ds_category-item__link::before {
  border-width: 0;
}

@media (min-width: 768px) {
  .ds_category-item__title {
    line-height: 32px;
  }
  .ds_card > .ds_category-item {
    min-height: 200px;
  }
}
/*------------------------------------*\
    CATEGORY LIST
\*------------------------------------*/
.ds_category-list-container {
  margin: 32px 0;
}

.ds_category-list {
  margin-right: -32px;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 32px;
  margin-left: -8px;
  margin-top: -8px;
  padding: 8px;
}
.ds_category-list > * {
  margin-right: 32px;
}
@supports (display: grid) {
  .ds_category-list {
    display: grid;
    grid-gap: 0 32px;
    margin-right: 0;
    overflow: visible;
  }
  .ds_category-list > * {
    margin-left: 0;
    margin-right: 0;
    width: auto !important;
  }
}
.ds_category-list > * {
  display: flex;
  flex-direction: column;
  margin: 0 0 32px;
  width: 100%;
}
.ds_category-list--narrow > * {
  margin-bottom: 12px;
}

.ds_category-list--narrow {
  margin-right: -12px;
  overflow: hidden;
}
.ds_category-list--narrow > * {
  margin-right: 12px;
}
@supports (display: grid) {
  .ds_category-list--narrow {
    display: grid;
    grid-gap: 0 12px;
    margin-right: 0;
    overflow: visible;
  }
  .ds_category-list--narrow > * {
    margin-left: 0;
    margin-right: 0;
    width: auto !important;
  }
}

@media (max-width: 767px) {
  .ds_category-list--grid > * {
    min-height: 0;
  }
}
@media (min-width: 768px) {
  .ds_category-list--grid > * {
    float: left;
    width: calc(50% - 32px);
  }
  .ds_category-list--grid > *:nth-child(2n+1) {
    clear: left;
  }
  .ds_category-list--grid.ds_category-list--narrow > * {
    width: calc(50% - 12px);
  }
}
@media (min-width: 992px) {
  .ds_category-list--grid > * {
    width: calc(33.3333333333% - 32px);
  }
  .ds_category-list--grid > *:nth-child(n) {
    clear: none;
  }
  .ds_category-list--grid > *:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
  }
  .ds_category-list--grid.ds_category-list--narrow > * {
    width: calc(33.3333333333% - 12px);
  }
}
@supports (display: grid) {
  .ds_category-list {
    grid-row-gap: 32px;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
  }
  .ds_category-list--narrow {
    grid-gap: 12px 12px;
  }
  .ds_category-list > *[class] {
    margin-bottom: 0;
  }
  @media (min-width: 768px) {
    .ds_category-list--grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (min-width: 992px) {
    .ds_category-list--grid {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}
/*------------------------------------*\
    CONFIRMATION MESSAGE
\*------------------------------------*/
.ds_confirmation-message {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  background-color: #f8f8f8;
  border-left: 0.25rem solid #1a7032;
  padding-left: 2.75rem;
  position: relative;
}
@media (min-width: 768px) {
  .ds_confirmation-message {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_confirmation-message {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_confirmation-message {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_confirmation-message {
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_confirmation-message {
    padding-right: 1rem;
  }
}
.ds_confirmation-message__icon {
  color: #1a7032;
  left: 0.75rem;
  position: absolute;
  top: 1.25rem;
}
@media screen and (forced-colors: active) {
  .ds_confirmation-message__icon {
    color: highlight;
  }
}
@media (min-width: 768px) {
  .ds_confirmation-message__icon {
    top: 1.5rem;
  }
}
.ds_confirmation-message__title {
  font-size: 1.375rem;
  line-height: 1.4545454545;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ds_confirmation-message__title {
    font-size: 1.875rem;
    line-height: 1.3333333333;
  }
}
.ds_confirmation-message__title:not(:first-child) {
  margin-top: 0;
}
.ds_confirmation-message__body {
  margin-top: 0.5rem;
}
.ds_confirmation-message__body > :last-child {
  margin-bottom: 0;
}
.ds_confirmation-message:not(:has(.ds_confirmation-message__title)) .ds_confirmation-message__icon {
  top: 1rem;
}
@media (min-width: 768px) {
  .ds_confirmation-message:not(:has(.ds_confirmation-message__title)) .ds_confirmation-message__icon {
    top: 1.25rem;
  }
}
.ds_confirmation-message:not(:has(.ds_confirmation-message__title)) .ds_confirmation-message__body {
  margin-top: 0;
}

/*------------------------------------*\
    CONTACT DETAILS
\*------------------------------------*/
.ds_contact-details__title {
  padding-top: 0.5rem;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 768px) {
  .ds_contact-details__title {
    padding-top: 0.5rem;
  }
}
.ds_contact-details__title::after {
  border-top: 4px solid #0065bd;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ds_contact-details__item {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .ds_contact-details__item {
    margin-top: 1rem;
  }
}
.ds_contact-details__item dd {
  margin-top: 0;
  margin-left: 0;
}
.ds_contact-details__item dt:not(.visually-hidden) + .ds_contact-details__social-item {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .ds_contact-details__item dt:not(.visually-hidden) + .ds_contact-details__social-item {
    margin-top: 0.5rem;
  }
}
.ds_contact-details__social-item {
  margin-bottom: 0.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .ds_contact-details__social-item {
    margin-bottom: 0.5rem;
  }
}
.ds_contact-details__social-item:has(.ds_contact-details__social-icon):not(:first-of-type) {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .ds_contact-details__social-item:has(.ds_contact-details__social-icon):not(:first-of-type) {
    margin-top: 1rem;
  }
}
.ds_contact-details__social-link {
  margin-left: 2rem;
}
.ds_contact-details__social-icon {
  height: 1.5rem !important;
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 1.5rem !important;
}

@media (min-width: 768px) {
  .ds_contact-details__social-icon {
    top: 0.25rem;
  }
  .ds_contact-details-grid {
    margin-right: -32px;
    overflow: hidden;
  }
  .ds_contact-details-grid > * {
    margin-right: 32px;
  }
  @supports (display: grid) {
    .ds_contact-details-grid {
      display: grid;
      grid-gap: 0 32px;
      margin-right: 0;
      overflow: visible;
    }
    .ds_contact-details-grid > * {
      margin-left: 0;
      margin-right: 0;
      width: auto !important;
    }
  }
  .ds_contact-details-grid .ds_contact-details__list {
    float: left;
    width: calc(50% - 32px);
  }
  @supports (display: grid) {
    .ds_contact-details-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .ds_contact-details-grid .ds_contact-details__list {
      width: auto;
    }
  }
}
@media (min-width: 992px) {
  .ds_contact-details-grid {
    margin-right: -32px;
    overflow: hidden;
  }
  .ds_contact-details-grid > * {
    margin-right: 32px;
  }
  @supports (display: grid) {
    .ds_contact-details-grid {
      display: grid;
      grid-gap: 0 32px;
      margin-right: 0;
      overflow: visible;
    }
    .ds_contact-details-grid > * {
      margin-left: 0;
      margin-right: 0;
      width: auto !important;
    }
  }
  .ds_contact-details-grid .ds_contact-details__list {
    float: left;
    width: calc(33.3333333333% - 32px);
  }
  @supports (display: grid) {
    .ds_contact-details-grid {
      grid-template-columns: repeat(3, 1fr);
    }
    .ds_contact-details-grid .ds_contact-details__list {
      width: auto;
    }
  }
}
/*------------------------------------*\
    CONTENT LABEL
\*------------------------------------*/
.ds_content-label {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 768px) {
  .ds_content-label {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/*------------------------------------*\
    CONTENTS NAV
\*------------------------------------*/
.ds_contents-nav__title {
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .ds_contents-nav__title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
@media (min-width: 768px) {
  .ds_contents-nav__title {
    margin-bottom: 0.5rem;
  }
}
.ds_contents-nav__list {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 2.5rem;
  list-style: none;
  margin-left: 0;
  padding-left: 32px;
}
@media (min-width: 768px) {
  .ds_contents-nav__list {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .ds_contents-nav__list {
    margin-bottom: 3rem;
  }
}
.ds_contents-nav__item {
  position: relative;
}
.ds_contents-nav__item::before {
  border-top: 1px solid currentColor;
  content: "";
  height: 1px;
  left: -32px;
  overflow: hidden;
  position: absolute;
  top: 12px;
  width: 20px;
}
.ds_contents-nav__link.ds_current {
  font-weight: 700;
}

/*------------------------------------*\
    DATE PICKER
\*------------------------------------*/
.ds_datepicker {
  position: relative;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .ds_datepicker {
    margin-bottom: 1.5rem;
  }
}
.ds_datepicker .ds_input {
  margin-bottom: 0;
}
.ds_datepicker__input-wrapper {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.ds_datepicker__dialog {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  clear: both;
  display: none;
  padding: 8px;
  outline: 1px solid #b3b3b3;
  outline-offset: -1px;
  position: static;
  top: 0;
  transition: background-color 0.2s, outline-color 0.2s;
  width: 296px;
  z-index: 2;
}
.ds_datepicker__dialog--open {
  display: block;
}
@supports (left: var(--ds-date-picker-left-offset)) {
  .ds_datepicker__dialog--open {
    left: var(--ds-date-picker-left-offset);
  }
}
.ds_datepicker__dialog__header {
  position: relative;
  text-align: center;
}
.ds_datepicker__dialog__header > :nth-child(1) {
  position: absolute;
  left: 0;
  top: -2px;
}
.ds_datepicker__dialog__header > :nth-child(3) {
  position: absolute;
  right: 0;
  top: -2px;
}
.ds_datepicker__dialog__title {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  line-height: 2.2857142857;
  margin: 0 !important;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .ds_datepicker__dialog__title {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_datepicker__dialog__navbuttons button {
  color: #0065bd;
  outline: 0px solid transparent;
  text-decoration: underline;
  text-underline-offset: 0.16em;
  transition: color 0.2s, background-color 0.2s, outline-color 0.2s;
  display: block;
  position: relative;
  text-decoration-line: none;
  background-color: transparent;
  color: #1a1a1a;
  display: inline-block;
  font-weight: 400;
  min-height: 40px;
  margin: 0;
  padding: 4px;
  min-width: 32px;
}
@media screen and (forced-colors: active) {
  .ds_datepicker__dialog__navbuttons button:is(:enabled, :link, summary) {
    color: linkText !important;
  }
  .ds_datepicker__dialog__navbuttons button:is(:enabled, :link, summary):not(:focus) {
    text-decoration-line: underline !important;
  }
}
.ds_datepicker__dialog__navbuttons button:hover {
  color: rgb(0, 66.9325396825, 125.25);
  text-underline-offset: 0.16em;
  text-decoration-thickness: 0.16em;
  text-decoration-thickness: round(0.16em, 1px);
  transition-duration: 0.2s;
}
.ds_datepicker__dialog__navbuttons button:focus {
  background-color: #fdd522;
  color: #1a1a1a;
  text-decoration-line: none;
  transition-duration: 0s;
  outline: 0.125rem solid #fdd522;
  outline: round(0.125em, 1px) solid #fdd522;
  outline-offset: 0;
  box-shadow: 0 0.285em 0 currentColor;
}
@supports (filter: drop-shadow(0 0 0 currentColor)) {
  .ds_datepicker__dialog__navbuttons button:focus {
    box-shadow: none;
    filter: drop-shadow(0px round(0.16em, 1px) 0px #1a1a1a);
  }
}
@media screen and (forced-colors: active) {
  .ds_datepicker__dialog__navbuttons button:focus {
    outline: 0.125em solid highlight !important;
    outline: round(0.125em, 1px) solid highlight !important;
  }
}
.ds_datepicker__dialog__navbuttons button > svg {
  fill: currentColor;
}
.ds_datepicker__dialog__navbuttons button:focus {
  box-shadow: inset 0 -0.16em 0 #1a1a1a;
  box-shadow: inset 0 round(-0.16em, 1px) 0 #1a1a1a;
  filter: none;
  outline-width: 0;
}
.ds_datepicker__dialog__navbuttons button:hover:not(:focus) {
  background-color: rgb(217.4238925625, 237.5042462725, 255);
  color: rgb(0, 66.9325396825, 125.25);
}
.ds_datepicker__dialog__navbuttons button:hover {
  color: currentColor;
}
.ds_datepicker__dialog__navbuttons button .ds_icon {
  height: 32px;
  padding: 0;
  position: static;
  width: 24px;
}
.ds_datepicker__dialog__table tbody:focus-within {
  outline: 0.125em solid #fdd522;
}
@media screen and (forced-colors: active) {
  .ds_datepicker__dialog__table tbody:focus-within {
    outline-color: highlight;
  }
}
.ds_datepicker__dialog__table td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}
.ds_datepicker__dialog__table th {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #5e5e5e;
  font-weight: 400;
}
@media (min-width: 768px) {
  .ds_datepicker__dialog__table th {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_datepicker__dialog__table button {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #0065bd;
  outline: 0px solid transparent;
  text-decoration: underline;
  text-underline-offset: 0.16em;
  transition: color 0.2s, background-color 0.2s, outline-color 0.2s;
  display: block;
  position: relative;
  text-decoration-line: none;
  background-color: transparent;
  border-width: 0;
  color: #1a1a1a;
  font-weight: 400;
  min-height: 40px;
  margin: 0;
  padding: 0;
  min-width: 40px;
  /*
   * helps with focus in windows high contrast
   */
}
@media (min-width: 768px) {
  .ds_datepicker__dialog__table button {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (forced-colors: active) {
  .ds_datepicker__dialog__table button:is(:enabled, :link, summary) {
    color: linkText !important;
  }
  .ds_datepicker__dialog__table button:is(:enabled, :link, summary):not(:focus) {
    text-decoration-line: underline !important;
  }
}
.ds_datepicker__dialog__table button:hover {
  color: rgb(0, 66.9325396825, 125.25);
  text-underline-offset: 0.16em;
  text-decoration-thickness: 0.16em;
  text-decoration-thickness: round(0.16em, 1px);
  transition-duration: 0.2s;
}
.ds_datepicker__dialog__table button:focus {
  background-color: #fdd522;
  color: #1a1a1a;
  text-decoration-line: none;
  transition-duration: 0s;
  outline: 0.125rem solid #fdd522;
  outline: round(0.125em, 1px) solid #fdd522;
  outline-offset: 0;
  box-shadow: 0 0.285em 0 currentColor;
}
@supports (filter: drop-shadow(0 0 0 currentColor)) {
  .ds_datepicker__dialog__table button:focus {
    box-shadow: none;
    filter: drop-shadow(0px round(0.16em, 1px) 0px #1a1a1a);
  }
}
@media screen and (forced-colors: active) {
  .ds_datepicker__dialog__table button:focus {
    outline: 0.125em solid highlight !important;
    outline: round(0.125em, 1px) solid highlight !important;
  }
}
.ds_datepicker__dialog__table button > svg {
  fill: currentColor;
}
.ds_datepicker__dialog__table button:focus {
  box-shadow: inset 0 -0.16em 0 #1a1a1a;
  box-shadow: inset 0 round(-0.16em, 1px) 0 #1a1a1a;
  filter: none;
  outline-width: 0;
}
.ds_datepicker__dialog__table button:hover:not(:focus) {
  background-color: rgb(217.4238925625, 237.5042462725, 255);
  color: rgb(0, 66.9325396825, 125.25);
}
.ds_datepicker__dialog__table button[disabled=true], .ds_datepicker__dialog__table button[aria-disabled=true] {
  background-color: #ebebeb;
  color: #1a1a1a;
  pointer-events: none;
}
.ds_datepicker__dialog__table button[disabled=true]:focus, .ds_datepicker__dialog__table button[aria-disabled=true]:focus {
  box-shadow: inset 0 -0.16em #1a1a1a, inset 0 0.125em #fdd522, inset -0.125em 0 #fdd522, inset 0 -0.285em #fdd522, inset 0.125em 0 #fdd522;
}
.ds_datepicker__dialog__table button.ds_datepicker__current {
  outline: 2px solid #1a1a1a !important;
  outline-offset: -2px;
}
.ds_datepicker__dialog__table button.ds_datepicker__current[tabindex="-1"] {
  background: #f8f8f8;
  color: currentColor;
}
.ds_datepicker__dialog__table button.ds_datepicker__today {
  font-weight: 700;
}
.ds_datepicker__dialog__table button.ds_datepicker__today::after {
  background-color: currentColor;
  border-radius: 4px;
  bottom: 6px;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  width: 4px;
}
.ds_datepicker__dialog__table button.ds_selected:not(:focus) {
  background-color: #1a1a1a;
  color: #ffffff;
}
.ds_datepicker__dialog__table button:focus {
  color: #1a1a1a;
  position: relative;
  z-index: 2;
}
.ds_datepicker__dialog__table-caption {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  caption-side: bottom;
  line-height: 2;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .ds_datepicker__dialog__table-caption {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.ds_datepicker__dialog__buttongroup {
  margin-right: -8px;
  overflow: hidden;
  overflow: visible;
}
.ds_datepicker__dialog__buttongroup > * {
  margin-right: 8px;
}
@supports (display: grid) {
  .ds_datepicker__dialog__buttongroup {
    display: grid;
    grid-gap: 0 8px;
    margin-right: 0;
    overflow: visible;
  }
  .ds_datepicker__dialog__buttongroup > * {
    margin-left: 0;
    margin-right: 0;
    width: auto !important;
  }
}
.ds_datepicker__dialog__buttongroup button {
  width: calc(50% - 8px);
  display: block;
  float: left;
  margin: 0;
}
@supports (display: grid) {
  .ds_datepicker__dialog__buttongroup {
    grid-template-columns: 1fr 1fr;
  }
}
.ds_datepicker__button {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  min-height: 48px;
  min-width: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  align-self: end;
}
@media (min-width: 768px) {
  .ds_datepicker__button {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_datepicker__button > .ds_icon {
  height: 32px;
  padding: 8px;
  width: 32px;
}

@media (min-width: 768px) {
  .ds_datepicker__dialog {
    position: absolute;
  }
  .ds_datepicker__dialog__title {
    line-height: 1.5;
    padding: 8px 0;
  }
  .ds_datepicker__dialog__header > :nth-child(1) {
    top: 0;
  }
  .ds_datepicker__dialog__header > :nth-child(3) {
    top: 0;
  }
  .ds_datepicker__dialog__table th {
    line-height: 2;
  }
  .ds_datepicker__dialog__table-caption {
    line-height: 2.2857142857;
  }
}
/*------------------------------------*\
    DETAILS
\*------------------------------------*/
.ds_details {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .ds_details {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_details {
    margin-bottom: 2rem;
  }
}

.ds_details__summary {
  color: #0065bd;
  outline: 0px solid transparent;
  text-decoration: underline;
  text-underline-offset: 0.16em;
  transition: color 0.2s, background-color 0.2s, outline-color 0.2s;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
@media screen and (forced-colors: active) {
  .ds_details__summary:is(:enabled, :link, summary) {
    color: linkText !important;
  }
  .ds_details__summary:is(:enabled, :link, summary):not(:focus) {
    text-decoration-line: underline !important;
  }
}
.ds_details__summary:hover {
  color: rgb(0, 66.9325396825, 125.25);
  text-underline-offset: 0.16em;
  text-decoration-thickness: 0.16em;
  text-decoration-thickness: round(0.16em, 1px);
  transition-duration: 0.2s;
}
.ds_details__summary:focus {
  background-color: #fdd522;
  color: #1a1a1a;
  text-decoration-line: none;
  transition-duration: 0s;
  outline: 0.125rem solid #fdd522;
  outline: round(0.125em, 1px) solid #fdd522;
  outline-offset: 0;
  box-shadow: 0 0.285em 0 currentColor;
}
@supports (filter: drop-shadow(0 0 0 currentColor)) {
  .ds_details__summary:focus {
    box-shadow: none;
    filter: drop-shadow(0px round(0.16em, 1px) 0px #1a1a1a);
  }
}
@media screen and (forced-colors: active) {
  .ds_details__summary:focus {
    outline: 0.125em solid highlight !important;
    outline: round(0.125em, 1px) solid highlight !important;
  }
}
.ds_details__summary > svg {
  fill: currentColor;
}
@media (min-width: 768px) {
  .ds_details__summary {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_details__summary {
    padding-left: 2rem;
  }
}
.ds_details__summary::-webkit-details-marker {
  display: none;
}
.ds_details__summary::before {
  background-color: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  height: calc(0.4210526316em * 2);
  left: 0.25em;
  position: absolute;
  top: calc(50% - 0.4210526316em + 1px);
  width: 0.4210526316em;
}
@media (prefers-reduced-motion: no-preference) {
  .ds_details__summary::before {
    transition: transform 0.2s;
  }
}

.ds_details__text {
  border-left: 4px solid #b3b3b3;
  box-sizing: border-box;
  display: none;
  padding: 0.5rem;
  padding-left: calc(1.5rem + calc(4px * -1));
}
.ds_details__text > :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ds_details__text {
    padding: 0.5rem;
  }
}
@media (min-width: 768px) {
  .ds_details__text {
    padding-left: calc(2rem + calc(4px * -1));
  }
}

.ds_details[open] .ds_details__summary::before,
.ds_details__toggle:checked ~ .ds_details__summary::before {
  transform: rotate(90deg);
}
.ds_details[open] .ds_details__text,
.ds_details__toggle:checked ~ .ds_details__text {
  display: block;
}

.ds_details__toggle:focus ~ .ds_details__summary {
  background-color: #fdd522;
  color: #1a1a1a;
  text-decoration-line: none;
  transition-duration: 0s;
  outline: 0.125rem solid #fdd522;
  outline: round(0.125em, 1px) solid #fdd522;
  outline-offset: 0;
  box-shadow: 0 0.285em 0 currentColor;
}
@supports (filter: drop-shadow(0 0 0 currentColor)) {
  .ds_details__toggle:focus ~ .ds_details__summary {
    box-shadow: none;
    filter: drop-shadow(0px round(0.16em, 1px) 0px #1a1a1a);
  }
}
@media screen and (forced-colors: active) {
  .ds_details__toggle:focus ~ .ds_details__summary {
    outline: 0.125em solid highlight !important;
    outline: round(0.125em, 1px) solid highlight !important;
  }
}

@media screen and (forced-colors: active) {
  .ds_details__summary {
    color: linktext !important;
  }
  .ds_details__summary::before {
    background-color: linktext !important;
  }
}
/*------------------------------------*\
    FEATURE HEADER
\*------------------------------------*/
.ds_feature-header {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .ds_feature-header {
    margin-bottom: 2rem;
  }
}
.ds_feature-header__title {
  font-size: 1.875rem;
  line-height: 1.3333333333;
  margin-bottom: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .ds_feature-header__title {
    font-size: 2.75rem;
    line-height: 1.2727272727;
  }
}
@media (min-width: 768px) {
  .ds_feature-header__title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_feature-header__title {
    margin-bottom: 1rem;
  }
}
.ds_feature-header--background {
  background-color: #0065bd;
  color: #ffffff;
}
.ds_feature-header--background hr {
  border-color: #ffffff;
}
.ds_feature-header--background a:not(:hover):not(:focus):not(.ds_button) {
  color: currentColor;
  text-decoration: underline;
}
.ds_feature-header--background a:hover:not(:focus):not(.ds_button) {
  color: currentColor;
}
.ds_feature-header--background .ds_button:not(:hover):not(:focus) {
  background-color: transparent;
  color: currentColor;
  outline: 2px solid currentColor;
  outline-offset: -2px;
}
.ds_feature-header--background .ds_button:hover:not(:focus) {
  background-color: rgb(0, 66.9325396825, 125.25);
  color: currentColor;
  outline: 2px solid currentColor;
  outline-offset: -2px;
}
.ds_feature-header--background-secondary {
  background-color: #f8f8f8;
}
.ds_feature-header--background-tertiary {
  background-color: #ebebeb;
}
.ds_feature-header__primary {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  align-self: center;
}
@media (min-width: 768px) {
  .ds_feature-header__primary {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .ds_feature-header__primary {
    padding-bottom: 2.5rem;
  }
}
.ds_feature-header__primary > :last-child {
  margin-bottom: 0;
}
.ds_feature-header--background:not(.ds_feature-header--fullwidth) .ds_feature-header__primary, .ds_feature-header--background-secondary:not(.ds_feature-header--fullwidth) .ds_feature-header__primary, .ds_feature-header--background-tertiary:not(.ds_feature-header--fullwidth) .ds_feature-header__primary {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .ds_feature-header--background:not(.ds_feature-header--fullwidth) .ds_feature-header__primary, .ds_feature-header--background-secondary:not(.ds_feature-header--fullwidth) .ds_feature-header__primary, .ds_feature-header--background-tertiary:not(.ds_feature-header--fullwidth) .ds_feature-header__primary {
    padding-left: 2rem;
  }
}
.ds_feature-header__secondary {
  align-self: center;
  position: relative;
}
.ds_feature-header--top .ds_feature-header__primary,
.ds_feature-header--top .ds_feature-header__secondary {
  align-self: start;
}
.ds_feature-header__image {
  display: block;
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .ds_feature-header--fullwidth .ds_feature-header__secondary {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .ds_feature-header--fullwidth .ds_feature-header__secondary {
    padding: 0;
  }
  .ds_feature-header--fullwidth .ds_feature-header__secondary:not(.ds_feature-header__secondary--cover, .ds_feature-header__secondary--no-padding) {
    padding: 3rem 0;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .ds_feature-header__secondary--cover {
      align-self: auto;
      overflow: hidden;
      padding: 0;
      position: relative;
    }
    .ds_feature-header__secondary--cover .ds_feature-header__image {
      height: 100%;
      left: 0;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      right: 0;
    }
  }
  .ds_feature-header--top .ds_feature-header__secondary--cover {
    align-self: unset;
  }
}
.ds_feature-header .ds_button {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .ds_feature-header .ds_button {
    margin-top: 0.5rem;
  }
}

@supports (display: grid) {
  @media (min-width: 768px) {
    .ds_feature-header__image {
      float: right;
    }
    .ds_feature-header:not(.ds_feature-header--fullwidth),
    .ds_feature-header--fullwidth > .ds_wrapper {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-template-areas: "p p p p p p s s s s s s";
      grid-gap: 2rem;
    }
    .ds_feature-header:not(.ds_feature-header--fullwidth) .ds_feature-header__primary,
    .ds_feature-header--fullwidth > .ds_wrapper .ds_feature-header__primary {
      grid-area: p;
      padding-bottom: 3rem;
    }
    .ds_feature-header:not(.ds_feature-header--fullwidth) .ds_feature-header__secondary,
    .ds_feature-header--fullwidth > .ds_wrapper .ds_feature-header__secondary {
      grid-area: s;
    }
    .ds_feature-header:not(.ds_feature-header--fullwidth):not(:has(.ds_feature-header__secondary)),
    .ds_feature-header--fullwidth > .ds_wrapper:not(:has(.ds_feature-header__secondary)) {
      grid-template-areas: "p p p p p p p p s s s s";
    }
    .ds_feature-header--wide:not(.ds_feature-header--fullwidth),
    .ds_feature-header--wide.ds_feature-header--fullwidth > .ds_wrapper {
      grid-template-areas: "p p p p p p p p s s s s";
    }
  }
}
/*------------------------------------*\
    FILE DOWNLOAD
\*------------------------------------*/
.ds_file-download {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding: 1rem;
  background-color: #f8f8f8;
  display: flex;
}
@media (min-width: 768px) {
  .ds_file-download {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_file-download {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_file-download {
    padding: 1rem;
  }
}
.ds_file-download--highlighted {
  padding-left: calc(1rem + -4px);
  border-left: 4px solid #0065bd;
}
@media (min-width: 768px) {
  .ds_file-download--highlighted {
    padding-left: calc(1rem + -4px);
  }
}
.ds_file-download__thumbnail {
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .ds_file-download__thumbnail {
    margin-right: 1rem;
  }
}
.ds_file-download__thumbnail-image {
  display: block;
  outline: 1px solid #b3b3b3;
  outline-offset: -1px;
}
.ds_file-download__thumbnail-image[src*=".svg"] {
  outline: none;
}
.ds_file-download__thumbnail-link {
  display: block;
  width: 4rem;
}
.ds_file-download__content {
  flex-grow: 1;
}
.ds_file-download__title {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .ds_file-download__title {
    margin-bottom: 0.5rem;
  }
}
.ds_file-download .ds_metadata {
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .ds_file-download__thumbnail-link {
    width: 5rem;
  }
}
/*------------------------------------*\
    HIDE THIS PAGE
\*------------------------------------*/
.ds_hide-page {
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000;
}
.ds_hide-page__button {
  background-color: #d32205;
  position: static;
  margin: 0;
  width: 100%;
}
.ds_hide-page__button:hover:not(:focus) {
  background-color: rgb(136.2708333333, 21.9583333333, 3.2291666667);
}
.ds_hide-page__button:hover:not(:focus) + .ds_hide-page__text {
  border-color: rgb(136.2708333333, 21.9583333333, 3.2291666667);
}
.ds_hide-page__button:focus {
  filter: none;
}
.ds_hide-page__button:focus + .ds_hide-page__text {
  border-color: #1a1a1a;
  position: relative;
}
.ds_hide-page__button::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.ds_hide-page__text {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  background-color: rgba(255, 255, 255, 0.9);
  border: 0.125rem solid #d32205;
  border-top-width: 0.1875rem;
  margin-bottom: 0;
  margin-top: -0.1875rem;
  padding: 0.5rem 0.5rem 0.375rem;
}
@media (min-width: 768px) {
  .ds_hide-page__text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.ds_hide-page .js-enabled-text {
  display: none;
}

@media (max-width: 767px) {
  .ds_has-hide-page .ds_page,
  .ds_page:has(.ds_hide-page) {
    margin-top: 2.5rem;
  }
  .ds_hide-page__button {
    height: 2.5rem;
    min-height: 2.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media only screen and (hover: hover) {
  .js-enabled .js-enabled-text {
    display: block;
  }
  .ds_has-hide-page .ds_page {
    margin-top: 4.5rem;
  }
}
@media (min-width: 768px) {
  .ds_hide-page {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    left: auto;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ds_hide-page {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ds_hide-page {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  @supports (position: sticky) and (display: grid) {
    .ds_hide-page {
      bottom: 8px;
      position: sticky;
    }
  }
  .ds_has-hide-page .ds_page {
    margin-top: 0;
  }
}
@supports (display: grid) {
  .ds_hide-page {
    width: 100%;
  }
  @media (min-width: 768px) {
    .ds_hide-page {
      align-self: start;
      grid-area: 1/9/3/13;
      right: 8px;
      top: 8px;
    }
  }
  @media (min-width: 992px) {
    .ds_hide-page {
      grid-area: 1/10/3/13;
    }
  }
}
/**
  This "reverse" order follows GOV UK reasoning, where it assumed that it's better to have scroll
  padding unnecessarily than risking not having it when it's needed.
*/
@supports (position: sticky) {
  html {
    scroll-padding-top: 6.5rem;
  }
  html:not(:has(.ds_hide-page)) {
    scroll-padding-top: 0;
  }
}
/*------------------------------------*\
    ICON
\*------------------------------------*/
.ds_icon {
  fill: currentColor;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}

.ds_icon--16 {
  width: 1rem;
  height: 1rem;
}

.ds_icon--20 {
  width: 1.25rem;
  height: 1.25rem;
}

.ds_icon--24 {
  width: 1.5rem;
  height: 1.5rem;
}

.ds_icon--28 {
  width: 1.75rem;
  height: 1.75rem;
}

.ds_icon--32 {
  width: 2rem;
  height: 2rem;
}

.ds_icon--36 {
  width: 2.25rem;
  height: 2.25rem;
}

.ds_icon--40 {
  width: 2.5rem;
  height: 2.5rem;
}

.ds_icon--44 {
  width: 2.75rem;
  height: 2.75rem;
}

.ds_icon--48 {
  width: 3rem;
  height: 3rem;
}

.ds_icon--12 {
  width: 0.75rem;
  height: 0.75rem;
}

.ds_icon--52 {
  width: 3.25rem;
  height: 3.25rem;
}

.ds_icon--56 {
  width: 3.5rem;
  height: 3.5rem;
}

.ds_icon--60 {
  width: 3.75rem;
  height: 3.75rem;
}

.ds_icon--64 {
  width: 4rem;
  height: 4rem;
}

.ds_icon--68 {
  width: 4.25rem;
  height: 4.25rem;
}

.ds_icon--72 {
  width: 4.5rem;
  height: 4.5rem;
}

.ds_icon--76 {
  width: 4.75rem;
  height: 4.75rem;
}

.ds_icon--80 {
  width: 5rem;
  height: 5rem;
}

.ds_icon--fill {
  width: 100%;
  height: 100%;
}

/*------------------------------------*\
    #INSET TEXT
\*------------------------------------*/
.ds_inset-text {
  border-left: 0.5rem solid #b3b3b3;
  padding: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .ds_inset-text {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_inset-text {
    margin-bottom: 2rem;
  }
}
.ds_inset-text > :last-child {
  margin-bottom: 0;
}

.ds_inset-text__text > :last-child {
  margin-bottom: 0;
}

.ds_inset-text .ds_tag {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .ds_inset-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/*------------------------------------*\
    LINK ITEM
    Navigation element for a simple link with supporting metadata
\*------------------------------------*/
.ds_link-item {
  padding-bottom: calc(1.5rem + -2px);
  border-bottom: 2px #ebebeb solid;
  margin: 0;
}
@media (min-width: 768px) {
  .ds_link-item {
    padding-bottom: calc(1.5rem + -2px);
  }
}
.ds_link-item__title {
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .ds_link-item__title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
.ds_link-item__link {
  display: inline-block;
}
.ds_link-item__summary {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin: 0;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .ds_link-item__summary {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .ds_link-item__summary {
    margin-top: 0.5rem;
  }
}
.ds_link-item__image-link {
  display: block;
}
.ds_link-item__image {
  display: block;
  margin-bottom: 0.5rem;
}
.ds_link-item__metadata .ds_metadata--inline {
  line-height: 1.5rem;
  margin-bottom: 0;
}

/*------------------------------------*\
    LINK LIST
\*------------------------------------*/
.ds_link-list {
  margin-right: -32px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ds_link-list > * {
  margin-right: 32px;
}
@supports (display: grid) {
  .ds_link-list {
    display: grid;
    grid-gap: 0 32px;
    margin-right: 0;
    overflow: visible;
  }
  .ds_link-list > * {
    margin-left: 0;
    margin-right: 0;
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .ds_link-list .ds_link-item + .ds_link-item {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .ds_link-list .ds_link-item + .ds_link-item {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .ds_link-list .ds_link-item {
    float: left;
    width: calc(33.3333333333% - 32px);
  }
  .ds_link-list .ds_link-item:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
  }
  @supports (display: grid) {
    .ds_link-list {
      display: grid;
      row-gap: 1.5rem;
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}
@media (min-width: 768px) {
  .ds_link-list--no-border .ds_link-item {
    padding-bottom: 1.5rem;
    border-bottom: none !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ds_link-list--no-border .ds_link-item {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .ds_link-list-2-items .ds_link-item {
    float: left;
    width: calc(50% - 32px);
  }
  .ds_link-list-2-items .ds_link-item:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
  @supports (display: grid) {
    .ds_link-list-2-items {
      display: grid;
      row-gap: 1.5rem;
      grid-template-columns: 1fr 1fr;
    }
  }
}

/*------------------------------------*\
    PAGE METADATA
\*------------------------------------*/
.ds_metadata {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin: 0;
  overflow: hidden;
}
.ds_metadata__key {
  display: inline;
  font-weight: normal;
}
.ds_metadata__key::after {
  content: ":";
}
.ds_metadata__value {
  display: inline;
  font-weight: 700;
  margin-left: 0;
}
.ds_metadata__value a {
  font-weight: 400;
}

/**
 * Alternative display collapsing the metadata into a single line
 */
.ds_metadata--inline {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  color: #5e5e5e;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .ds_metadata--inline {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.ds_metadata--inline .ds_metadata__item {
  display: inline;
  position: relative;
}
.ds_metadata--inline .ds_metadata__item:not(:first-child) {
  margin-left: 0.25em;
  padding-left: calc(0.5em + 1px);
}
.ds_metadata--inline .ds_metadata__item:not(:first-child)::before {
  background: currentColor;
  content: "";
  height: calc(1em - 1px);
  left: 0;
  position: absolute;
  top: 2px;
  width: 1px;
}
.ds_metadata--inline .ds_metadata__key {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.ds_metadata--inline .ds_metadata__value {
  font-weight: 400;
}

/*------------------------------------*\
    NOTIFICATION BANNER
\*------------------------------------*/
.ds_notification {
  background: #1a1a1a;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.ds_notification--success {
  background-color: #1a7032;
  color: #ffffff;
}
.ds_notification__content {
  padding: 16px 0 15px;
  position: relative;
}
.ds_notification__content > :last-child {
  margin-bottom: 0;
}
.ds_notification__content--has-close {
  padding-right: 40px;
}
.ds_notification__text {
  display: inline-block;
  margin-right: 16px;
}
.ds_notification__text > :last-child {
  margin-bottom: 0;
}
.ds_notification__actions {
  margin-top: 32px;
  text-align: center;
}
.ds_notification__actions > * {
  margin-bottom: 16px;
  margin-top: 0;
  white-space: nowrap;
  width: 100%;
}
.ds_notification .ds_notification__actions {
  margin-bottom: -16px;
}
.ds_notification__icon {
  display: block;
  position: absolute;
  height: 32px;
  line-height: 0;
  margin-left: -4px;
  margin-top: -4px;
  padding: 2px;
  width: 32px;
}
.ds_notification__icon + .ds_notification__text {
  margin-left: 40px;
}
@media (min-width: 768px) {
  .ds_notification__icon + .ds_notification__text {
    margin-left: 64px;
  }
}
.ds_notification__icon--colour {
  color: #fdd522;
}
.ds_notification__icon--inverse {
  background-color: #ffffff;
  border-radius: 100px;
  color: #1a1a1a;
}
.ds_notification__icon--inverse.ds_notification__icon--colour {
  background-color: #fdd522;
}
.ds_notification__close {
  color: #0065bd;
  outline: 0px solid transparent;
  text-decoration: underline;
  text-underline-offset: 0.16em;
  transition: color 0.2s, background-color 0.2s, outline-color 0.2s;
  background: transparent;
  border-width: 0;
  color: currentColor;
  display: none;
  height: 40px;
  padding: 0;
  position: absolute;
  right: -8px;
  top: 8px;
  width: 40px;
}
@media screen and (forced-colors: active) {
  .ds_notification__close:is(:enabled, :link, summary) {
    color: linkText !important;
  }
  .ds_notification__close:is(:enabled, :link, summary):not(:focus) {
    text-decoration-line: underline !important;
  }
}
.ds_notification__close:hover {
  color: rgb(0, 66.9325396825, 125.25);
  text-underline-offset: 0.16em;
  text-decoration-thickness: 0.16em;
  text-decoration-thickness: round(0.16em, 1px);
  transition-duration: 0.2s;
}
.ds_notification__close:focus {
  background-color: #fdd522;
  color: #1a1a1a;
  text-decoration-line: none;
  transition-duration: 0s;
  outline: 0.125rem solid #fdd522;
  outline: round(0.125em, 1px) solid #fdd522;
  outline-offset: 0;
  box-shadow: 0 0.285em 0 currentColor;
}
@supports (filter: drop-shadow(0 0 0 currentColor)) {
  .ds_notification__close:focus {
    box-shadow: none;
    filter: drop-shadow(0px round(0.16em, 1px) 0px #1a1a1a);
  }
}
@media screen and (forced-colors: active) {
  .ds_notification__close:focus {
    outline: 0.125em solid highlight !important;
    outline: round(0.125em, 1px) solid highlight !important;
  }
}
.ds_notification__close > svg {
  fill: currentColor;
}
@media screen and (forced-colors: active) {
  .ds_notification__close:is(:enabled, :link) {
    outline: 0.125rem solid transparent !important;
    outline-offset: -0.125rem !important;
    transition-duration: 0s !important;
  }
  .ds_notification__close:is(:enabled, :link):hover {
    outline-color: highlight !important;
  }
  .ds_notification__close:is(:enabled, :link):focus, .ds_notification__close:is(:enabled, :link):active, .ds_notification__close:is(:enabled, :link):focus-within {
    outline-offset: -0.125rem !important;
    outline-width: 0.25rem !important;
  }
}
.ds_notification__close:hover:not(:focus) {
  color: currentColor;
  outline: 2px solid currentColor;
  outline-offset: -2px;
}
.ds_notification__close > * {
  pointer-events: none;
}
.ds_notification .ds_button-group {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .ds_notification .ds_button-group {
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .ds_notification__close {
    top: 12px;
  }
  .ds_notification__icon {
    margin-top: 0;
  }
  .ds_notification__actions {
    text-align: left;
  }
  .ds_notification__actions > * {
    width: auto;
  }
  .ds_notification__actions > *:not(last-child) {
    margin-right: 16px;
  }
}
@supports (display: flex) {
  @media (min-width: 768px) {
    .ds_notification__actions {
      align-items: center;
      display: inline-flex;
      flex-wrap: wrap;
      width: auto;
    }
    .ds_notification__actions > * {
      flex-basis: auto;
      flex-grow: initial;
    }
  }
}
.js-initialised .ds_notification__close {
  display: block;
}

/*------------------------------------*\
    NOTIFICATION PANEL
\*------------------------------------*/
.ds_notification-panel {
  margin-bottom: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background: #1a7032;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .ds_notification-panel {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .ds_notification-panel {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .ds_notification-panel {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .ds_notification-panel {
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_notification-panel {
    padding-right: 2rem;
  }
}
@media screen and (forced-colors: active) {
  .ds_notification-panel {
    outline: 4px solid canvastext !important;
    outline: round(4px, 1px) solid canvastext !important;
  }
}
.ds_notification-panel:not(:first-child) {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .ds_notification-panel:not(:first-child) {
    margin-top: 3rem;
  }
}
.ds_notification-panel--neutral {
  background: #f8f8f8;
  color: #1a1a1a;
}
.ds_notification-panel__title {
  font-size: 1.875rem;
  line-height: 1.3333333333;
  margin-bottom: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .ds_notification-panel__title {
    font-size: 2.75rem;
    line-height: 1.2727272727;
  }
}
@media (min-width: 768px) {
  .ds_notification-panel__title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_notification-panel__title {
    margin-bottom: 1rem;
  }
}
.ds_notification-panel__content > :last-child {
  margin-bottom: 0;
}
.ds_notification-panel__reference {
  font-size: 1.1875rem;
  line-height: 1.6842105263;
}
@media (min-width: 768px) {
  .ds_notification-panel__reference {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

/*------------------------------------*\
    ARTICLE HEADER
    title block for articles
\*------------------------------------*/
.ds_page-header {
  margin: 1rem 0 2rem;
}
.ds_page-header__title {
  margin-bottom: 0;
}
.ds_page-header__metadata {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .ds_page-header {
    margin-top: 2rem;
  }
  .ds_page-header__label + .ds_page-header__title {
    margin-top: -0.5rem;
  }
}

.ds_error-summary + .ds_page-header {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .ds_error-summary + .ds_page-header {
    margin-top: 4rem;
  }
}

/*------------------------------------*\
    PAGINATION
\*------------------------------------*/
.ds_pagination {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-align: center;
}
@media (min-width: 768px) {
  .ds_pagination {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_pagination__list {
  list-style-type: none;
  margin: 0;
}
.ds_pagination__load-more + .ds_pagination__list {
  display: none;
}
.ds_pagination__item {
  display: inline-block;
  margin-bottom: 0.25rem;
}
.ds_pagination__link {
  display: block;
  position: relative;
  text-decoration-line: none;
  line-height: 2.5rem;
  min-height: 2.5rem;
  min-width: 2.5rem;
  padding: 0 0.5rem;
  text-decoration: none;
}
.ds_pagination__link:focus {
  box-shadow: inset 0 -0.16em 0 #1a1a1a;
  box-shadow: inset 0 round(-0.16em, 1px) 0 #1a1a1a;
  filter: none;
  outline-width: 0;
}
.ds_pagination__link:hover:not(:focus) {
  background-color: rgb(217.4238925625, 237.5042462725, 255);
  color: rgb(0, 66.9325396825, 125.25);
}
.ds_pagination__link.ds_current {
  box-shadow: inset 0px -0.16em 0px #1a1a1a;
  box-shadow: inset 0px round(-0.16em, 1px) 0px #1a1a1a;
  color: currentColor;
  position: relative;
}
@media screen and (forced-colors: active) {
  .ds_pagination__link.ds_current {
    border-bottom: 0.16em solid currentColor;
  }
}
.ds_pagination__link.ds_current:not(:focus) {
  background-color: #f8f8f8;
}
.ds_pagination__link--text:not(.ds_pagination__link--icon) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: auto;
}
.ds_pagination__link--ellipsis {
  color: currentColor;
  min-width: 0;
  pointer-events: none;
}
.ds_pagination__link--ellipsis, .ds_pagination__link--icon {
  padding: 0;
}
.ds_pagination__link .ds_icon {
  height: 2em;
  width: 2em;
}
.ds_pagination__link > * {
  pointer-events: none;
}

a.ds_pagination__link:not(.ds_current):not(:focus) {
  text-decoration-line: underline;
}

@media (min-width: 768px) {
  .ds_pagination__load-more + .ds_pagination__list {
    display: block;
  }
  .ds_pagination__load-more {
    display: none;
  }
  .ds_pagination__link--icon {
    padding-left: 0px;
    padding-right: 0px;
    width: auto;
  }
  .ds_pagination__link--icon .ds_pagination__link-label {
    padding-left: 1rem;
  }
  .ds_pagination__link--icon .ds_icon + .ds_pagination__link-label {
    padding-right: 1rem;
    padding-left: 0;
  }
  .ds_pagination .ds_icon {
    margin: 0 0.25rem;
  }
}
@media (max-width: 767px) {
  .ds_pagination__link--icon .ds_pagination__link-label {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
}
@supports (display: flex) {
  .ds_pagination__item {
    margin-bottom: 0;
  }
  .ds_pagination__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    justify-content: center;
  }
  .ds_pagination__link {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
/*------------------------------------*\
    PHASE BANNER
\*------------------------------------*/
.ds_phase-banner {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding-top: calc(1rem + -1px);
  padding-bottom: 1rem;
  background: #ebebeb;
  border-top: 1px solid transparent;
  clear: both;
}
@media (min-width: 768px) {
  .ds_phase-banner {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .ds_phase-banner {
    padding-top: calc(1rem + -1px);
  }
}
@media (min-width: 768px) {
  .ds_phase-banner {
    padding-bottom: 1rem;
  }
}
.ds_phase-banner.no-bottom-margin {
  margin-bottom: 0;
}
.ds_phase-banner__content {
  display: table;
  margin-bottom: 0;
}
.ds_phase-banner__tag.ds_tag {
  margin-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  .ds_phase-banner__tag.ds_tag {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_phase-banner__tag.ds_tag {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_phase-banner__text {
  display: table-cell;
}

@supports (display: flex) {
  .ds_phase-banner__content {
    align-items: baseline;
    display: flex;
  }
  .ds_phase-banner__content--stacked {
    flex-direction: column;
  }
  .ds_phase-banner__content--stacked > *:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  @media (min-width: 768px) {
    .ds_phase-banner__content--stacked > *:not(:last-child) {
      margin-bottom: 0.5rem;
    }
  }
}
/*------------------------------------*\
    SEARCH FACETS
\*------------------------------------*/
.ds_facets {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  .ds_facets {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_facets__list {
  margin-bottom: 1.5rem;
}
.ds_facets__clear-button {
  margin: 0 0 1.5rem;
  min-height: 2.5rem;
  padding: 0.5rem 2.75rem 0.5rem 0.75rem;
  position: relative;
}
.ds_facets__clear-button .ds_facet__button-icon {
  color: currentColor;
  position: absolute;
}

.ds_facet-group {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0.5rem;
  padding: 1rem;
}
.ds_facet-group:nth-child(odd) {
  background: rgba(0, 0, 0, 0.028);
}
.ds_facet-group:nth-child(even):last-child {
  padding-bottom: 0;
}

.ds_facet-wrapper {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0.5rem;
  margin: 0;
}

.ds_facet {
  line-height: 1.5rem;
  margin: 0 0.5rem;
  min-height: 2.5rem;
  outline: 2px solid currentColor;
  outline-offset: -2px;
  padding: 0.5rem 2.75rem 0.5rem 0.75rem;
  position: relative;
  text-align: center;
  transition: background-color 0.2s;
}
@media screen and (forced-colors: active) {
  .ds_facet:is(.ds_facet) {
    outline: 0.125rem solid transparent !important;
    outline-offset: -0.125rem !important;
    transition-duration: 0s !important;
  }
  .ds_facet:is(.ds_facet):hover {
    outline-color: highlight !important;
  }
  .ds_facet:is(.ds_facet):focus, .ds_facet:is(.ds_facet):active, .ds_facet:is(.ds_facet):focus-within {
    outline-offset: -0.125rem !important;
    outline-width: 0.25rem !important;
  }
}
@supports (gap: 0) {
  .ds_facet {
    margin: 0;
  }
}
.ds_facet:hover {
  background: rgb(234.5186503554, 234.5186503554, 234.5186503554);
}
.ds_facet:focus-within {
  background-color: #fdd522;
  color: #1a1a1a;
  text-decoration-line: none;
  transition-duration: 0s;
  outline: 0.125rem solid #fdd522;
  outline: round(0.125em, 1px) solid #fdd522;
  outline-offset: 0;
  box-shadow: 0 0.285em 0 currentColor;
  outline-width: 0;
}
@supports (filter: drop-shadow(0 0 0 currentColor)) {
  .ds_facet:focus-within {
    box-shadow: none;
    filter: drop-shadow(0px round(0.16em, 1px) 0px #1a1a1a);
  }
}
@media screen and (forced-colors: active) {
  .ds_facet:focus-within {
    outline: 0.125em solid highlight !important;
    outline: round(0.125em, 1px) solid highlight !important;
  }
}
.ds_facet:focus-within .ds_facet__button-icon {
  color: currentColor;
}
.ds_facet__button {
  background-color: transparent;
  border: none;
  bottom: 0;
  left: 0;
  outline: none;
  padding: 0.4375rem 0.75rem 0.4375rem 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.ds_facet__button:focus {
  background-color: transparent;
  filter: none;
  outline: none;
}
.ds_facet__button-icon {
  color: #5e5e5e;
  fill: currentColor;
  height: 1.5rem;
  margin-left: 0.5rem;
  min-width: 1.5rem;
  pointer-events: none;
  vertical-align: middle;
  width: 1.5rem;
}
@media screen and (forced-colors: active) {
  .ds_facet__button-icon {
    color: currentColor;
  }
}

/*------------------------------------*\
    SEARCH FILTERS
\*------------------------------------*/
.ds_search-filters {
  margin-bottom: 0.5rem;
  /**
  [1] provides room for yellow focus outline on checkboxes
  */
}
.ds_search-filters__search {
  margin-top: 0.5rem;
}
.ds_search-filters__title {
  padding-bottom: calc(0.5rem + -1px);
  padding-top: 0.5rem;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .ds_search-filters__title {
    padding-bottom: calc(0.5rem + -1px);
  }
}
@media (min-width: 768px) {
  .ds_search-filters__title {
    padding-top: 0.5rem;
  }
}
.ds_search-filters__title:not(:first-child) {
  margin-top: 0;
}
.ds_search-filters__scrollable {
  margin-left: -0.25rem; /* [1] */
  max-height: 33.333333vh;
  padding-left: 0.25rem; /* [1] */
  padding-right: 0.5rem;
  overflow-y: auto;
}
@media screen and (forced-colors: none) {
  .ds_search-filters__scrollable::-webkit-scrollbar {
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    outline: 0.0625rem solid transparent;
  }
  .ds_search-filters__scrollable::-webkit-scrollbar:horizontal {
    height: 0.5rem;
  }
  .ds_search-filters__scrollable::-webkit-scrollbar:vertical {
    width: 0.5rem;
  }
  .ds_search-filters__scrollable::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.ds_search-filters__filter-count {
  color: #1a1a1a;
  font-weight: normal;
}
.ds_search-filters__checkboxes {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  .ds_search-filters__checkboxes {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_search-filters__checkboxes .ds_checkbox__input {
  top: 0.25rem;
}
.ds_search-filters__checkboxes .ds_checkbox__label {
  padding-right: 0;
}
.ds_search-filters__checkboxes .ds_checkbox--small {
  margin-bottom: 0;
}
.ds_search-filters .ds_accordion.js-initialised .ds_accordion-item__body {
  padding-right: 1rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .ds_search-filters .ds_accordion.js-initialised .ds_accordion-item__body {
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_search-filters .ds_accordion.js-initialised .ds_accordion-item__body {
    padding-bottom: 2.5rem;
  }
}
.ds_search-filters .ds_accordion-item__body .ds_question:last-child .ds_datepicker,
.ds_search-filters .ds_accordion-item__body .ds_question:last-child .ds_input__wrapper {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ds_search-filters.js-initialised .js-apply-filter {
    display: none;
  }
}

@media (max-width: 767px) {
  .ds_search-filters__title {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
}
@media (min-width: 768px) {
  .ds_search-filters__title {
    display: block;
  }
  .ds_search-filters .ds_details__summary,
  .ds_search-filters #filters-toggle {
    display: none;
  }
  .ds_search-filters .ds_details__text {
    display: block;
    border-left: none;
    margin: 0;
    padding: 0;
  }
  .ds_search-filters .ds_checkbox--small .ds_checkbox__label::before {
    top: 0.25rem;
  }
  .ds_search-filters .ds_checkbox--small .ds_checkbox__label::after {
    top: 0.6875rem;
  }
  .ds_search-filters .ds_accordion-item__indicator {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-top: 0.25rem;
  }
}
/*------------------------------------*\
    SEARCH RESULT
\*------------------------------------*/
.ds_search-result {
  margin: 0;
  padding: 0;
  padding-top: 1rem;
  padding-bottom: calc(1.5rem + -1px);
}
@media (min-width: 768px) {
  .ds_search-result {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_search-result {
    padding-bottom: calc(1.5rem + -1px);
  }
}
.ds_search-result:first-child {
  padding-top: 0;
}
.ds_search-result + .ds_search-result:not(.ds_search-result--promoted) {
  border-top: 1px #b3b3b3 solid;
}
.ds_search-result--promoted + .ds_search-result:not(.ds_search-result--promoted) {
  margin-top: -1px;
}
.ds_search-result--promoted {
  padding-bottom: 1.5rem;
  padding-top: 0;
}
@media (min-width: 768px) {
  .ds_search-result--promoted {
    padding-bottom: 1.5rem;
  }
}
.ds_search-result--promoted-content {
  background: #f8f8f8;
  border-left: 4px solid #0065bd;
  padding-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .ds_search-result--promoted-content {
    padding-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .ds_search-result--promoted-content {
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_search-result--promoted-content {
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_search-result--promoted-content {
    padding-bottom: 1rem;
  }
}
.ds_search-result--promoted-title {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  color: #5e5e5e;
  font-weight: 700;
}
@media (min-width: 768px) {
  .ds_search-result--promoted-title {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .ds_search-result--promoted-title {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.ds_search-result__title {
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  margin: 0 !important;
  margin-bottom: 0.5rem !important;
}
@media (min-width: 768px) {
  .ds_search-result__title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
@media (min-width: 768px) {
  .ds_search-result__title {
    margin-bottom: 0.5rem !important;
  }
}
.ds_search-result__title:last-child {
  margin-bottom: 0 !important;
}
.ds_search-result__link {
  display: inline-block;
}
.ds_search-result__sub-title {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .ds_search-result__sub-title {
    font-size: 1.1875rem;
    line-height: 1.6842105263;
  }
}
@media (min-width: 768px) {
  .ds_search-result__sub-title {
    margin-bottom: 0.5rem;
  }
}
.ds_search-result__summary {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 768px) {
  .ds_search-result__summary {
    font-size: 1.1875rem;
    line-height: 1.6842105263;
  }
}
.ds_search-result__metadata {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ds_search-result__metadata {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .ds_search-result__metadata {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.ds_search-result__has-media {
  display: flex;
}
.ds_search-result__media-wrapper {
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .ds_search-result__media-wrapper {
    padding-right: 1rem;
  }
}
.ds_search-result__media-link {
  display: block;
}
.ds_search-result__media {
  width: 96px;
}
@media (min-width: 480px) {
  .ds_search-result__media {
    width: 128px;
  }
}
.ds_search-result__context {
  margin: 0;
  padding: 0;
  margin-top: 1rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
@media (min-width: 768px) {
  .ds_search-result__context {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_search-result__context {
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_search-result__context {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_search-result__context-key {
  color: #5e5e5e;
  margin: 0;
  padding: 0;
  position: relative;
}
.ds_search-result__context-key:before {
  border-left: 4px solid #0065bd;
  bottom: 0;
  content: "";
  left: -1rem;
  position: absolute;
  top: 0;
}
.ds_search-result__context-value {
  margin: 0;
  padding: 0;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .ds_search-result__context-value {
    margin-top: 0.5rem;
  }
}
.ds_search-result__sublinks {
  margin-bottom: 0;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .ds_search-result__sublinks {
    margin-top: 1rem;
  }
}
.ds_search-result__sublinks-title {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/*------------------------------------*\
    SEARCH RESULTS
\*------------------------------------*/
.ds_search-results {
  margin-top: 0.5rem;
}
.ds_search-results__title {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-weight: 400;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .ds_search-results__title {
    font-size: 1.1875rem;
    line-height: 1.6842105263;
  }
}
@media (min-width: 768px) {
  .ds_search-results__title {
    margin-bottom: 0.5rem;
  }
}
.ds_search-results__title-query {
  font-weight: 700;
}
.ds_search-results__suggestions + .ds_search-results__title {
  margin-top: 1rem !important;
}
@media (min-width: 768px) {
  .ds_search-results__suggestions + .ds_search-results__title {
    margin-top: 1rem !important;
  }
}
.ds_search-results__list {
  border-bottom: 1px #b3b3b3 solid;
  list-style-type: none;
  margin: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .ds_search-results__list {
    margin-bottom: 2rem;
  }
}
.ds_search-results__related {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .ds_search-results__related {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .ds_search-results__related {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_search-results__related {
    margin-bottom: 2rem;
  }
}
.ds_search-results__related > :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ds_search-results__related {
    padding: 1rem;
  }
}
.ds_search-results__related-title {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .ds_search-results__related-title {
    font-size: 1.1875rem;
    line-height: 1.6842105263;
  }
}
@media (min-width: 768px) {
  .ds_search-results__related-title {
    margin-bottom: 0.5rem;
  }
}
.ds_search-results__divider {
  margin-top: -1px;
  margin-bottom: 1.5rem;
}

.ds_search-results.js-initialised .js-apply-sort {
  display: none;
}

/*------------------------------------*\
    #SEQUENTIAL NAVIGATION
    previous and next buttons
\*------------------------------------*/
.ds_sequential-nav {
  margin-bottom: 56px;
  margin-top: 56px;
  overflow: hidden;
}

@supports (display: grid) {
  .ds_sequential-nav {
    overflow: initial;
  }
}
.ds_sequential-nav__button {
  display: block;
  position: relative;
  text-decoration-line: none;
  line-height: 24px;
  padding: 12px 4px;
  position: relative;
  width: 100%;
}
.ds_sequential-nav__button:focus {
  box-shadow: inset 0 -0.16em 0 #1a1a1a;
  box-shadow: inset 0 round(-0.16em, 1px) 0 #1a1a1a;
  filter: none;
  outline-width: 0;
}
.ds_sequential-nav__button:hover:not(:focus) {
  background-color: rgb(217.4238925625, 237.5042462725, 255);
  color: rgb(0, 66.9325396825, 125.25);
}
.ds_sequential-nav__button:not(:focus) .ds_sequential-nav__text {
  text-decoration: underline;
  text-underline-offset: 0.16em;
}
.ds_sequential-nav__button:hover .ds_sequential-nav__text {
  text-underline-offset: 0.16em;
  text-decoration-thickness: 0.16em;
  text-decoration-thickness: round(0.16em, 1px);
}
.ds_sequential-nav__button:not([href]) {
  display: none;
}
.ds_sequential-nav__button > * {
  pointer-events: none;
}
.ds_sequential-nav__button--left::before, .ds_sequential-nav__button--right::before {
  content: "";
  height: 56px;
  width: 56px;
  background-color: #0065bd;
  background-position: center;
  border-radius: 56px;
  border: 2px solid #0065bd;
  display: inline-block;
  position: absolute;
  top: 8px;
  transition: background-color 0.2s;
}
.ds_sequential-nav__button--left::after, .ds_sequential-nav__button--right::after {
  color: #ffffff;
  position: absolute;
  top: 25px;
}
.ds_sequential-nav__button--left {
  padding-left: 73px;
  text-align: left;
}
.ds_sequential-nav__button--left::before {
  left: 4px;
}
.ds_sequential-nav__button--left::after {
  content: "";
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 5.5px 5.5px;
  border-top-color: transparent;
  display: inline-block;
  height: 22px;
  width: 22px;
  transform: rotate(-315deg);
  left: 24px;
}
.ds_sequential-nav__button--right {
  text-align: right;
  float: right;
  padding-right: 73px;
  text-align: right;
}
.ds_sequential-nav__button--right::before {
  right: 4px;
}
.ds_sequential-nav__button--right::after {
  content: "";
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 5.5px 5.5px;
  border-top-color: transparent;
  display: inline-block;
  height: 22px;
  width: 22px;
  transform: rotate(-135deg);
  right: 24px;
}

.ds_sequential-nav__button:hover::before {
  background-color: rgb(0, 66.9325396825, 125.25);
  border-color: rgb(0, 66.9325396825, 125.25);
}

.ds_sequential-nav__button:focus::before {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.ds_sequential-nav__button:focus::after {
  border-color: #fdd522;
}

.ds_sequential-nav__text {
  display: inline-block;
  padding-top: 24px;
  position: relative;
  width: 100%;
}
.ds_sequential-nav__text::before {
  color: #1a1a1a;
  content: attr(data-label);
  font-size: 1rem;
  font-weight: 700;
  left: 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
@media (min-width: 768px) {
  .ds_sequential-nav__text::before {
    font-size: 1rem;
  }
}

@media (min-width: 480px) {
  .ds_sequential-nav__item {
    width: calc(50% - 16px);
  }
  .ds_sequential-nav__item--prev {
    float: left;
  }
  .ds_sequential-nav__item--next {
    float: right;
  }
}
@supports (display: grid) {
  .ds_sequential-nav {
    display: grid;
    grid-gap: 32px 32px;
    grid-template-areas: "next" "prev";
  }
  .ds_sequential-nav__item {
    float: none;
    width: 100%;
  }
  .ds_sequential-nav__item--prev {
    grid-area: prev;
  }
  .ds_sequential-nav__item--next {
    grid-area: next;
  }
  @media (min-width: 480px) {
    .ds_sequential-nav {
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "prev next";
    }
  }
}
/*------------------------------------*\
    SIDE NAVIGATION
\*------------------------------------*/
.ds_side-navigation {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  border: 1px solid #b3b3b3;
  position: relative;
}
@media (min-width: 768px) {
  .ds_side-navigation {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_side-navigation {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_side-navigation {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_side-navigation__expand {
  color: #0065bd;
  outline: 0px solid transparent;
  text-decoration: underline;
  text-underline-offset: 0.16em;
  transition: color 0.2s, background-color 0.2s, outline-color 0.2s;
  display: block;
  position: relative;
  text-decoration-line: none;
  background-color: #ffffff;
  color: #0065bd;
  cursor: pointer;
  font-weight: 700;
  line-height: inherit;
  margin: 0;
  padding: 15px 47px 15px 15px;
  position: sticky;
  text-align: left;
  text-decoration: none;
  top: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  width: 100%;
  z-index: 2;
}
@media screen and (forced-colors: active) {
  .ds_side-navigation__expand:is(:enabled, :link, summary) {
    color: linkText !important;
  }
  .ds_side-navigation__expand:is(:enabled, :link, summary):not(:focus) {
    text-decoration-line: underline !important;
  }
}
.ds_side-navigation__expand:hover {
  color: rgb(0, 66.9325396825, 125.25);
  text-underline-offset: 0.16em;
  text-decoration-thickness: 0.16em;
  text-decoration-thickness: round(0.16em, 1px);
  transition-duration: 0.2s;
}
.ds_side-navigation__expand:focus {
  background-color: #fdd522;
  color: #1a1a1a;
  text-decoration-line: none;
  transition-duration: 0s;
  outline: 0.125rem solid #fdd522;
  outline: round(0.125em, 1px) solid #fdd522;
  outline-offset: 0;
  box-shadow: 0 0.285em 0 currentColor;
}
@supports (filter: drop-shadow(0 0 0 currentColor)) {
  .ds_side-navigation__expand:focus {
    box-shadow: none;
    filter: drop-shadow(0px round(0.16em, 1px) 0px #1a1a1a);
  }
}
@media screen and (forced-colors: active) {
  .ds_side-navigation__expand:focus {
    outline: 0.125em solid highlight !important;
    outline: round(0.125em, 1px) solid highlight !important;
  }
}
.ds_side-navigation__expand > svg {
  fill: currentColor;
}
.ds_side-navigation__expand:focus {
  box-shadow: inset 0 -0.16em 0 #1a1a1a;
  box-shadow: inset 0 round(-0.16em, 1px) 0 #1a1a1a;
  filter: none;
  outline-width: 0;
}
.ds_side-navigation__expand:hover:not(:focus) {
  background-color: rgb(217.4238925625, 237.5042462725, 255);
  color: rgb(0, 66.9325396825, 125.25);
}
@media screen and (forced-colors: active) {
  .ds_side-navigation__expand:is(:enabled, :link) {
    outline: 0.125rem solid transparent !important;
    outline-offset: -0.125rem !important;
    transition-duration: 0s !important;
  }
  .ds_side-navigation__expand:is(:enabled, :link):hover {
    outline-color: highlight !important;
  }
  .ds_side-navigation__expand:is(:enabled, :link):focus, .ds_side-navigation__expand:is(:enabled, :link):active, .ds_side-navigation__expand:is(:enabled, :link):focus-within {
    outline-offset: -0.125rem !important;
    outline-width: 0.25rem !important;
  }
}
.ds_side-navigation__expand--shadow {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
}
.ds_side-navigation__expand:hover:not(:focus) {
  background-color: rgb(217.4238925625, 237.5042462725, 255);
}
.ds_side-navigation__expand:hover .side-navigation__expand-indicator {
  color: rgb(0, 66.9325396825, 125.25);
}
.ds_side-navigation__expand--shadow:focus {
  box-shadow: 0 round(0.16em, 1px) #1a1a1a, 0px 8px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.16em #1a1a1a, 0px 8px 5px rgba(0, 0, 0, 0.15);
}
.ds_side-navigation__expand-indicator {
  content: "";
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0.1875rem 0.1875rem;
  border-top-color: transparent;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(-45deg);
  border-width: 0px 0px 3px 3px;
  position: absolute;
  right: 23px;
  top: 17px;
  transition: transform 0.2s, top 0.2s;
  pointer-events: none;
}
.ds_side-navigation #show-side-navigation {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.ds_side-navigation #show-side-navigation:focus ~ .ds_side-navigation__expand {
  background-color: #fdd522;
  color: #1a1a1a;
  text-decoration-line: none;
  transition-duration: 0s;
  outline: 0.125rem solid #fdd522;
  outline: round(0.125em, 1px) solid #fdd522;
  outline-offset: 0;
  box-shadow: 0 0.285em 0 currentColor;
}
@supports (filter: drop-shadow(0 0 0 currentColor)) {
  .ds_side-navigation #show-side-navigation:focus ~ .ds_side-navigation__expand {
    box-shadow: none;
    filter: drop-shadow(0px round(0.16em, 1px) 0px #1a1a1a);
  }
}
@media screen and (forced-colors: active) {
  .ds_side-navigation #show-side-navigation:focus ~ .ds_side-navigation__expand {
    outline: 0.125em solid highlight !important;
    outline: round(0.125em, 1px) solid highlight !important;
  }
}
.ds_side-navigation #show-side-navigation:checked ~ .ds_side-navigation__expand .ds_side-navigation__expand-indicator {
  top: 23px;
  transform: rotate(-225deg);
}
.ds_side-navigation #show-side-navigation:checked ~ .ds_side-navigation__expand:not(:focus):not(:hover) {
  background-color: #f8f8f8;
  color: #1a1a1a;
}
#show-side-navigation:checked ~ .ds_side-navigation__list, #show-side-navigation:checked ~ .ds_side-navigation__list .ds_side-navigation__list {
  display: block;
}
.ds_side-navigation__list {
  display: none;
  list-style-type: none;
  margin: 8px 16px;
  overflow: hidden;
}
.ds_side-navigation__list:focus-within {
  overflow: visible;
}
.ds_side-navigation__list .ds_side-navigation__list {
  margin: 0 0 0 16px;
}
.ds_side-navigation__item {
  position: relative;
  margin-bottom: 0;
}
.ds_side-navigation__item--disabled {
  text-decoration: line-through;
}
.ds_side-navigation__link {
  display: block;
  position: relative;
  text-decoration-line: none;
  margin-bottom: 2px;
  padding: 12px 40px 10px 16px;
}
.ds_side-navigation__link:focus {
  box-shadow: inset 0 -0.16em 0 #1a1a1a;
  box-shadow: inset 0 round(-0.16em, 1px) 0 #1a1a1a;
  filter: none;
  outline-width: 0;
}
.ds_side-navigation__link:hover:not(:focus) {
  background-color: rgb(217.4238925625, 237.5042462725, 255);
  color: rgb(0, 66.9325396825, 125.25);
}
.ds_side-navigation__link:not([href]) {
  pointer-events: none;
}
.ds_side-navigation__link:hover, .ds_side-navigation__link.ds_current {
  position: relative;
}
.ds_side-navigation__link:hover::before, .ds_side-navigation__link.ds_current::before {
  border-left: 0.125rem solid #0065bd;
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.ds_side-navigation__link:focus {
  z-index: 2;
}
.ds_side-navigation__link:focus::before {
  content: none;
}
.ds_side-navigation__link.ds_current:not(:focus) {
  background-color: #f8f8f8;
}
.ds_side-navigation__link.ds_current:not(:focus):hover {
  background-color: #f8f8f8;
}
.ds_side-navigation__link--inactive {
  pointer-events: none;
  background-color: #ebebeb;
}

@media (max-width: 767px) {
  .js-initialised #show-side-navigation {
    display: none;
  }
}
@media (min-width: 768px) {
  .ds_side-navigation {
    border-width: 0;
    line-height: 24px;
  }
  .ds_side-navigation__expand {
    display: none;
  }
  .ds_side-navigation__list {
    display: block !important;
    margin: 0;
  }
  .ds_side-navigation #show-side-navigation {
    display: none;
  }
}
/*
    SITE NAVIGATION
    containing site-navigation and mobile equivalent
*/
.ds_site-navigation {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  display: none;
}
@media (min-width: 768px) {
  .ds_site-navigation {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_site-navigation__toggle {
  display: none;
}
.ds_site-navigation__list {
  display: block;
  list-style-type: none;
  margin: 0;
}
.ds_site-navigation__item {
  margin-bottom: 0;
}
.ds_site-navigation__link {
  color: currentColor;
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  white-space: nowrap;
}
.ds_site-navigation__link:focus {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .ds_site-navigation {
    background-color: #f8f8f8;
    margin: 0 -16px;
  }
  .ds_site-navigation--mobile {
    overflow: hidden;
  }
  .ds_site-navigation__list {
    padding: 16px;
  }
  .ds_site-navigation__item:not(:last-child) {
    border-bottom: 1px solid #b3b3b3;
  }
  .ds_site-navigation__link {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .ds_site-navigation__link:hover:not(:focus), .ds_site-navigation__link.ds_current {
    border-left: 4px solid #0065bd;
    padding-left: 12px;
  }
  .ds_site-navigation__toggle:checked ~ .ds_site-navigation,
  .ds_site-navigation--open {
    border-top: 1px solid #ebebeb;
    display: block;
  }
}
@media (min-width: 768px) {
  .ds_site-navigation {
    line-height: 1.5;
  }
  .ds_site-navigation:not(.ds_site-navigation--mobile) {
    display: block;
  }
  .ds_site-navigation__item {
    display: inline-block;
  }
  .ds_site-navigation__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -16px;
  }
  .ds_site-navigation .ds_site-navigation__link {
    position: relative;
    transition-duration: 0s !important;
  }
  .ds_site-navigation .ds_site-navigation__link:hover:not(:focus) {
    background: transparent;
    outline-color: transparent;
  }
  .ds_site-navigation .ds_site-navigation__link::after {
    background-color: currentColor;
    bottom: -5px;
    content: "";
    height: round(0.2105263158em, 1px);
    left: 50%;
    opacity: 0;
    position: absolute;
    right: 50%;
    transition: left 0.2s, right 0.2s, opacity 0.2s;
  }
  .ds_site-navigation .ds_site-navigation__link:hover::after {
    left: 16px;
    opacity: 1;
    right: 16px;
  }
  .ds_site-navigation .ds_site-navigation__link:focus::after {
    content: none;
  }
  .ds_site-navigation .ds_site-navigation__link::after {
    bottom: 0;
  }
  .ds_site-navigation .ds_site-navigation__link.ds_current:not(:focus) {
    color: #1a1a1a;
  }
  .ds_site-navigation .ds_site-navigation__link.ds_current:not(:focus):after {
    background-color: #0065bd;
    border-bottom: 0.2105263158em solid transparent;
    left: 16px;
    opacity: 1;
    right: 16px;
  }
  .ds_site-navigation a.ds_site-navigation__link:focus {
    box-shadow: inset 0 -0.16em #1a1a1a;
    box-shadow: inset 0 round(-0.16em, 1px) #1a1a1a;
    filter: none;
    outline: none;
  }
}
/*------------------------------------*\
    BRANDING
\*------------------------------------*/
.ds_site-branding {
  padding: 12px 0;
  position: relative;
}
.ds_site-branding__logo {
  height: 32px;
  margin-right: 1.5rem;
}
.ds_site-branding__logo-image {
  height: 32px;
  pointer-events: none;
  width: auto;
}
.ds_site-branding__link {
  color: currentColor;
  display: inline-block;
  position: relative;
  text-decoration: none;
  position: relative;
  transition-duration: 0s !important;
}
.ds_site-branding__link:hover:not(:focus) {
  background: transparent;
  outline-color: transparent;
}
.ds_site-branding__link::after {
  background-color: currentColor;
  bottom: -5px;
  content: "";
  height: round(0.16em, 1px);
  left: 50%;
  opacity: 0;
  position: absolute;
  right: 50%;
  transition: left 0.2s, right 0.2s, opacity 0.2s;
}
.ds_site-branding__link:hover::after {
  left: 0;
  opacity: 1;
  right: 0;
}
.ds_site-branding__link:focus::after {
  content: none;
}
.ds_site-branding__title {
  font-weight: 300;
  line-height: 1.5rem;
}
.ds_site-branding__title::before {
  background: #0065bd;
  bottom: 12px;
  content: "";
  position: absolute;
  margin-left: -0.75rem;
  top: 12px;
  width: 1px;
}
.ds_site-branding__logo, .ds_site-branding__title {
  float: left;
}

@media (min-width: 768px) {
  .ds_site-branding__link {
    margin-bottom: 0;
  }
  .ds_site-branding__logo {
    height: 40px;
    margin-right: 3rem;
  }
  .ds_site-branding__logo-image {
    height: 40px;
  }
  .ds_site-branding__title::before {
    margin-left: -1.5rem;
  }
}
@supports (display: flex) {
  .ds_site-branding {
    align-items: center;
    display: flex;
    flex-flow: wrap;
    gap: 1rem 0;
  }
  .ds_site-branding__logo, .ds_site-branding__title {
    float: none;
  }
}
/*------------------------------------*\
    SITE FOOTER
\*------------------------------------*/
.ds_site-footer {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  background-color: #ebebeb;
  border-top: 1px solid #b3b3b3;
}
@media (min-width: 768px) {
  .ds_site-footer {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_site-footer__content {
  padding-top: 1.4375rem;
  padding-bottom: 2rem;
}
.ds_site-footer__site-items {
  border-bottom: 1px solid #b3b3b3;
  font-size: 14px;
  line-height: 1.7142857143;
  list-style-type: none;
  margin: -0.5rem 0 1.4375rem;
}
.ds_site-footer__copyright-logo {
  display: block;
  margin-bottom: 8px;
  width: 32px;
  position: relative;
  transition-duration: 0s !important;
}
.ds_site-footer__copyright-logo:hover:not(:focus) {
  background: transparent;
  outline-color: transparent;
}
.ds_site-footer__copyright-logo::after {
  background-color: currentColor;
  bottom: -5px;
  content: "";
  height: round(0.16em, 1px);
  left: 50%;
  opacity: 0;
  position: absolute;
  right: 50%;
  transition: left 0.2s, right 0.2s, opacity 0.2s;
}
.ds_site-footer__copyright-logo:hover::after {
  left: 0;
  opacity: 1;
  right: 0;
}
.ds_site-footer__copyright-logo:focus::after {
  content: none;
}
.ds_site-footer__copyright-logo img {
  width: 100%;
}
@media (min-width: 768px) {
  .ds_site-footer__copyright > :last-child {
    margin-bottom: 0;
  }
}
.ds_site-footer__org {
  max-width: 160px;
  position: relative;
}
.ds_site-footer__org-logo {
  display: block;
  width: 100%;
}
.ds_site-footer__org-link {
  display: block;
  position: relative;
  transition-duration: 0s !important;
}
.ds_site-footer__org-link:hover:not(:focus) {
  background: transparent;
  outline-color: transparent;
}
.ds_site-footer__org-link::after {
  background-color: currentColor;
  bottom: -5px;
  content: "";
  height: round(0.16em, 1px);
  left: 50%;
  opacity: 0;
  position: absolute;
  right: 50%;
  transition: left 0.2s, right 0.2s, opacity 0.2s;
}
.ds_site-footer__org-link:hover::after {
  left: 0;
  opacity: 1;
  right: 0;
}
.ds_site-footer__org-link:focus::after {
  content: none;
}
.ds_site-footer .ds_site-footer__org-link,
.ds_site-footer .ds_site-footer__copyright-logo {
  color: currentColor !important;
}

.ds_site-items__item, .ds_site-items__item:last-child {
  display: inline-block;
  margin-bottom: 1rem;
}
.ds_site-items__item:not(:last-child), .ds_site-items__item:last-child:not(:last-child) {
  margin-right: 1.5rem;
}

@media (min-width: 768px) {
  .ds_site-footer__copyright {
    padding-left: 48px;
    position: relative;
  }
  .ds_site-footer__copyright-logo {
    position: absolute;
    left: 0;
    top: 2px;
  }
  .ds_site-footer__content {
    margin-right: -32px;
    overflow: hidden;
  }
  .ds_site-footer__content > * {
    margin-right: 32px;
  }
  @supports (display: grid) {
    .ds_site-footer__content {
      display: grid;
      grid-gap: 0 32px;
      margin-right: 0;
      overflow: visible;
    }
    .ds_site-footer__content > * {
      margin-left: 0;
      margin-right: 0;
      width: auto !important;
    }
  }
  .ds_site-footer__copyright {
    float: left;
    width: calc(66.6666666667% - 32px);
  }
  .ds_site-footer__org {
    float: right;
    width: calc(25% - 32px);
  }
  @supports (display: grid) {
    .ds_site-footer__content {
      display: grid;
      grid-gap: 0 32px;
      grid-template-columns: repeat(12, 1fr);
      grid-template-areas: "a a a a a a a a a a a a" "b b b b b b b b . c c c";
    }
    .ds_site-footer__site-items {
      grid-area: a;
    }
    .ds_site-footer__copyright {
      grid-area: b;
    }
    .ds_site-footer__org {
      grid-area: c;
      justify-self: right;
      width: 100% !important;
    }
  }
}
/*------------------------------------*\
    SITE HEADER
\*------------------------------------*/
.ds_site-header {
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: -1px;
  position: relative;
}
.ds_site-header::before {
  border-top: 4px solid #0065bd;
  content: "";
  display: block;
}
.ds_site-header--gradient::before {
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #0065bd, #333e48);
}
.ds_site-header__content {
  overflow: auto;
}
.ds_site-header .ds_site-branding {
  float: left;
}
.ds_site-header .ds_site-header__controls {
  float: right;
  height: calc(100% + 1px);
  margin-bottom: -1px;
}
.ds_site-header .ds_site-navigation {
  clear: both;
}
.ds_site-header__search {
  float: right;
  margin: 8px 0;
}
.ds_site-header__search .ds_input__wrapper {
  margin: 0;
}
.ds_site-header__control {
  color: #0065bd;
  outline: 0px solid transparent;
  text-decoration: underline;
  text-underline-offset: 0.16em;
  transition: color 0.2s, background-color 0.2s, outline-color 0.2s;
  display: block;
  position: relative;
  text-decoration-line: none;
  color: inherit;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  min-height: 48px;
  margin: 0 -16px -1px 0;
  padding: 16px;
  text-decoration: none;
}
@media screen and (forced-colors: active) {
  .ds_site-header__control:is(:enabled, :link, summary) {
    color: linkText !important;
  }
  .ds_site-header__control:is(:enabled, :link, summary):not(:focus) {
    text-decoration-line: underline !important;
  }
}
.ds_site-header__control:hover {
  color: rgb(0, 66.9325396825, 125.25);
  text-underline-offset: 0.16em;
  text-decoration-thickness: 0.16em;
  text-decoration-thickness: round(0.16em, 1px);
  transition-duration: 0.2s;
}
.ds_site-header__control:focus {
  background-color: #fdd522;
  color: #1a1a1a;
  text-decoration-line: none;
  transition-duration: 0s;
  outline: 0.125rem solid #fdd522;
  outline: round(0.125em, 1px) solid #fdd522;
  outline-offset: 0;
  box-shadow: 0 0.285em 0 currentColor;
}
@supports (filter: drop-shadow(0 0 0 currentColor)) {
  .ds_site-header__control:focus {
    box-shadow: none;
    filter: drop-shadow(0px round(0.16em, 1px) 0px #1a1a1a);
  }
}
@media screen and (forced-colors: active) {
  .ds_site-header__control:focus {
    outline: 0.125em solid highlight !important;
    outline: round(0.125em, 1px) solid highlight !important;
  }
}
.ds_site-header__control > svg {
  fill: currentColor;
}
.ds_site-header__control:focus {
  box-shadow: inset 0 -0.16em 0 #1a1a1a;
  box-shadow: inset 0 round(-0.16em, 1px) 0 #1a1a1a;
  filter: none;
  outline-width: 0;
}
.ds_site-header__control:hover:not(:focus) {
  background-color: rgb(217.4238925625, 237.5042462725, 255);
  color: rgb(0, 66.9325396825, 125.25);
}
@media screen and (forced-colors: active) {
  .ds_site-header__control:is(:enabled, :link) {
    outline: 0.125rem solid transparent !important;
    outline-offset: -0.125rem !important;
    transition-duration: 0s !important;
  }
  .ds_site-header__control:is(:enabled, :link):hover {
    outline-color: highlight !important;
  }
  .ds_site-header__control:is(:enabled, :link):focus, .ds_site-header__control:is(:enabled, :link):active, .ds_site-header__control:is(:enabled, :link):focus-within {
    outline-offset: -0.125rem !important;
    outline-width: 0.25rem !important;
  }
}
.ds_site-header__control--active {
  background-color: #f8f8f8;
  box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.08);
}
.ds_site-header__control--active .ds_site-header__control-icon {
  display: none;
}
.ds_site-header__control--active .ds_site-header__control-icon--active-icon {
  display: block;
}
.ds_site-header__control-icon {
  height: 24px;
  width: 24px;
}
.ds_site-header__control-icon--active-icon {
  display: none;
}
.ds_site-header__control-text {
  float: left;
  margin-right: 8px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .ds_site-header__navigation {
    border-top: 1px solid #ebebeb;
    margin-top: -1px;
  }
}

@supports (display: grid) {
  .ds_site-header__content {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "branding controls" "nav nav" "search search";
    overflow: initial;
  }
  .ds_site-header .ds_site-branding {
    grid-area: branding;
  }
  .ds_site-header__controls {
    grid-area: controls;
  }
  .ds_site-header__search {
    grid-area: search;
  }
  .ds_site-header .ds_site-navigation--mobile {
    grid-area: nav;
  }
  @media (min-width: 768px) {
    .ds_site-header__content {
      grid-template-columns: auto max-content;
      grid-template-areas: "branding search";
    }
  }
}
@supports (display: flex) {
  .ds_site-header__control {
    align-items: center;
    display: flex;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .ds_site-header__controls {
    display: none;
  }
}
/*------------------------------------*\
    SEARCH BOX
\*------------------------------------*/
.ds_site-search {
  box-sizing: border-box;
  color: #1a1a1a;
  min-height: 48px;
}
.ds_site-search__input[type=text], .ds_site-search__input[type=search] {
  background: #f8f8f8;
  border-color: #5e5e5e;
  margin-bottom: 0;
  min-height: 48px;
}
.ds_site-search__input[type=text]:focus, .ds_site-search__input[type=search]:focus {
  border-color: currentColor;
}
.ds_site-search--large {
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .ds_site-search {
    min-height: 48px;
  }
  .ds_site-search__button {
    height: 48px;
    width: 48px;
  }
}
/*------------------------------------*\
    #SKIP LINKS
\*------------------------------------*/
.ds_skip-links {
  height: 0;
  position: relative;
  z-index: 1;
}
@supports selector(:focus-within) {
  .ds_skip-links {
    height: auto;
  }
}

.ds_skip-links__list {
  list-style-type: none;
  margin: 0;
}

.ds_skip-links__item {
  margin: 0;
}

.ds_skip-links__link {
  clip: rect(1px 1px 1px 1px);
  display: inline-block;
  height: 1px;
  left: 10px;
  margin-bottom: 1rem;
  overflow: hidden;
  position: absolute;
  top: 10px;
  width: 1px;
}
.ds_skip-links__link:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  padding: 0.5rem 0.375rem;
  width: auto;
  z-index: 10000;
}
@media (min-width: 768px) {
  .ds_skip-links__link:focus {
    padding: 0.5rem 1rem;
  }
}

.ds_skip-links--static .ds_skip-links__link {
  position: static;
}

.ds_skip-links:not(:focus-within) {
  position: absolute;
}

/*------------------------------------*\
    SORT OPTIONS
\*------------------------------------*/
.ds_sort-options {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 1.5rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}
@media (min-width: 768px) {
  .ds_sort-options {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .ds_sort-options {
    margin-bottom: 2rem;
  }
}
.ds_sort-options .ds_button,
.ds_sort-options .ds_label,
.ds_sort-options .ds_select-wrapper {
  margin: 0 0.5rem;
}
@supports (gap: 0) {
  .ds_sort-options .ds_button,
  .ds_sort-options .ds_label,
  .ds_sort-options .ds_select-wrapper {
    margin: 0;
  }
  .ds_sort-options .ds_label {
    margin-right: -1rem;
  }
}
.ds_sort-options .ds_button {
  min-height: 2.5rem;
  padding: 0.5rem 0.75rem;
}
.ds_sort-options .ds_label {
  font-weight: normal;
}
.ds_sort-options .ds_select {
  min-height: 2.5rem;
}
.ds_sort-options .ds_select-arrow {
  width: 2.5rem;
}
.ds_sort-options .ds_select-wrapper {
  display: inline-grid;
}

@media (min-width: 768px) {
  .ds_sort-options .ds_select {
    min-height: 2.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
/*------------------------------------*\
    #STEP NAVIGATION
    Step navigation is an enhancement to the DS accordion
\*------------------------------------*/
.ds_step-navigation {
  counter-reset: section;
}
.ds_step-navigation__list {
  list-style-type: none;
  margin: 0;
}
.ds_step-navigation__list li {
  margin-bottom: 0;
}
.ds_step-navigation__title {
  font-size: 19px;
  line-height: 1.5rem;
}
.ds_step-navigation__title-link {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .ds_step-navigation__title-link {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .ds_step-navigation__title-link {
    margin-top: 0.5rem;
  }
}
.ds_step-navigation__current-link::before {
  content: "";
  position: absolute;
  left: -24px;
  right: 100%;
  height: 1px;
  background: #1a1a1a;
  margin-top: 12px;
}
.ds_step-navigation__count {
  background-color: #ffffff;
  border: 1px solid currentColor;
  border-radius: 20px;
  color: #1a1a1a;
  content: counter(section);
  counter-increment: section;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 32px;
  left: -40px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 0.25rem;
  width: 32px;
}
.ds_current .ds_step-navigation__count {
  background-color: #f8f8f8;
  border: 2px solid #0065bd;
  line-height: 28px;
}
@media screen and (forced-colors: active) {
  .ds_current .ds_step-navigation__count {
    border-color: highlight;
  }
}
.ds_step-navigation .ds_accordion {
  margin-left: 40px;
}
.ds_step-navigation .ds_accordion__open-all {
  margin-left: -40px;
  padding-left: 0;
}
.ds_step-navigation .ds_accordion-item {
  position: relative;
}
.ds_step-navigation .ds_accordion-item::before {
  border-left: 1px solid #1a1a1a;
  bottom: -1.0625rem;
  bottom: -0.625rem;
  content: "";
  display: block;
  left: -25px;
  position: absolute;
  top: 2rem;
  width: 2px;
}
.ds_step-navigation .ds_accordion-item:last-child::before {
  bottom: 0 !important;
}
.ds_step-navigation .ds_accordion-item:last-child::after {
  border-bottom: 1px solid #1a1a1a;
  bottom: -1px;
  content: "";
  display: block;
  height: 1px;
  left: -30px;
  position: absolute;
  width: 13px;
}
.ds_step-navigation__or, .ds_step-navigation__and {
  counter-increment: section -1;
}
.ds_step-navigation__or .ds_step-navigation__count, .ds_step-navigation__and .ds_step-navigation__count {
  background-color: transparent;
  border-color: transparent;
}

@media (min-width: 768px) {
  .ds_step-navigation--small .ds_step-navigation__count {
    top: 0.75rem;
  }
  .ds_step-navigation--small .ds_accordion-item::before {
    bottom: -1.125rem;
    top: 2.5rem;
  }
  .ds_step-navigation:not(.ds_step-navigation--small) .ds_step-navigation__count {
    font-size: 19px;
    height: 40px;
    left: -48px;
    line-height: 38px;
    top: 0.75rem;
    width: 40px;
  }
  .ds_step-navigation:not(.ds_step-navigation--small) .ds_current .ds_step-navigation__count {
    line-height: 36px;
  }
  .ds_step-navigation:not(.ds_step-navigation--small) .ds_step-navigation__current-link::before {
    left: -28px;
    margin-top: 16px;
  }
  .ds_step-navigation:not(.ds_step-navigation--small) .ds_accordion {
    margin-left: 48px;
  }
  .ds_step-navigation:not(.ds_step-navigation--small) .ds_accordion__open-all {
    margin-left: -48px;
  }
  .ds_step-navigation:not(.ds_step-navigation--small) .ds_accordion-item::before {
    bottom: -1.0625rem;
    left: -28px;
    top: 3.0625rem;
  }
  .ds_step-navigation:not(.ds_step-navigation--small) .ds_accordion-item:last-child::after {
    left: -34px;
  }
}
/*------------------------------------*\
    #SUMMARY LIST
\*------------------------------------*/
.ds_summary-list {
  margin-bottom: 1.5rem;
  list-style-type: none;
  margin-left: 0;
}
@media (min-width: 768px) {
  .ds_summary-list {
    margin-bottom: 2rem;
  }
}
.ds_summary-list__key {
  font-weight: 700;
}
.ds_summary-list__key, .ds_summary-list__value, .ds_summary-list__actions {
  margin-bottom: 0.5rem;
  display: block;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .ds_summary-list__key, .ds_summary-list__value, .ds_summary-list__actions {
    margin-bottom: 0.5rem;
  }
}
.ds_summary-list__item {
  padding-top: 1rem;
  padding-bottom: calc(0.5rem + -1px);
  border-bottom: 1px solid #b3b3b3;
  margin: 0;
  position: relative;
}
@media (min-width: 768px) {
  .ds_summary-list__item {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_summary-list__item {
    padding-bottom: calc(0.5rem + -1px);
  }
}
.ds_summary-list--no-border .ds_summary-list__item {
  padding-bottom: 0.5rem;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .ds_summary-list--no-border .ds_summary-list__item {
    padding-bottom: 0.5rem;
  }
}
.ds_summary-list__value > :first-child {
  margin-top: 0;
}
.ds_summary-list__value > :last-child {
  margin-bottom: 0;
}
.ds_summary-list__value .visually-hidden:first-child + * {
  margin-top: 0;
}
.ds_summary-list__answer::before, .ds_summary-list__answer::after {
  content: "";
}
.ds_summary-list__actions-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ds_summary-list__actions-list-item {
  margin: 0;
  padding: 0;
}
.ds_summary-list__actions-list-item:not(:first-child) {
  margin-left: 0.5rem;
  padding-left: calc(0.5rem + 1px);
  position: relative;
}
@media (min-width: 768px) {
  .ds_summary-list__actions-list-item:not(:first-child) {
    margin-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .ds_summary-list__actions-list-item:not(:first-child) {
    padding-left: calc(0.5rem + 1px);
  }
}
.ds_summary-list__actions-list-item:not(:first-child)::before {
  background: #5e5e5e;
  content: "";
  height: calc(1em - 2px);
  left: 0;
  position: absolute;
  top: calc(50% - (1em - 2px) / 2);
  width: 1px;
}

@media (min-width: 768px) {
  .ds_summary-list {
    border-collapse: collapse;
    display: table;
    width: 100%;
  }
  .ds_summary-list__item {
    display: table-row;
    padding: 0;
  }
  .ds_summary-list__key, .ds_summary-list__value, .ds_summary-list__actions {
    display: table-cell;
    padding: 1rem 1rem 0.9375rem 1rem;
  }
  .ds_summary-list--no-border .ds_summary-list__item .ds_summary-list__key,
  .ds_summary-list--no-border .ds_summary-list__item .ds_summary-list__value,
  .ds_summary-list--no-border .ds_summary-list__item .ds_summary-list__action {
    padding-bottom: 1rem;
  }
  .ds_summary-list__key {
    padding-left: 0;
    width: 50%;
  }
  .ds_summary-list__value {
    width: 50%;
  }
  .ds_summary-list__actions-list {
    justify-content: flex-end;
  }
  .ds_summary-list__actions {
    padding-right: 0;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .ds_summary-list--short-keys .ds_summary-list__key {
    width: 30%;
  }
  .ds_summary-list--short-keys .ds_summary-list__value {
    width: 70%;
  }
}
.ds_summary-card {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid #b3b3b3;
}
@media (min-width: 768px) {
  .ds_summary-card {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_summary-card {
    margin-bottom: 2rem;
  }
}
.ds_summary-card__header {
  padding-top: calc(1.5rem + -1px);
  padding-right: calc(1.5rem + -1px);
  padding-bottom: calc(1.5rem + -1px);
  padding-left: calc(1.5rem + -1px);
  align-items: flex-start;
  border-bottom: 1px solid #f8f8f8;
  background: #f8f8f8;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .ds_summary-card__header {
    padding-top: calc(1.5rem + -1px);
  }
}
@media (min-width: 768px) {
  .ds_summary-card__header {
    padding-right: calc(1.5rem + -1px);
  }
}
@media (min-width: 768px) {
  .ds_summary-card__header {
    padding-bottom: calc(1.5rem + -1px);
  }
}
@media (min-width: 768px) {
  .ds_summary-card__header {
    padding-left: calc(1.5rem + -1px);
  }
}
@media (max-width: 767px) {
  .ds_summary-card__header {
    flex-direction: column;
  }
}
.ds_summary-card__header-title {
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .ds_summary-card__header-title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
.ds_summary-card__header .ds_link {
  font-weight: 700;
}
.ds_summary-card__actions-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .ds_summary-card__actions-list {
    padding-left: 0;
    padding-top: 0.5rem;
  }
}
.ds_summary-card__actions-list-item {
  margin: 0;
  padding: 0;
}
.ds_summary-card__actions-list-item:not(:first-child) {
  margin-left: 0.5rem;
  padding-left: calc(0.5rem + 1px);
  position: relative;
}
@media (min-width: 768px) {
  .ds_summary-card__actions-list-item:not(:first-child) {
    margin-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .ds_summary-card__actions-list-item:not(:first-child) {
    padding-left: calc(0.5rem + 1px);
  }
}
.ds_summary-card__actions-list-item:not(:first-child)::before {
  background: #5e5e5e;
  content: "";
  height: calc(1em - 2px);
  left: 0;
  position: absolute;
  top: calc(50% - (1em - 2px) / 2);
  width: 1px;
}
.ds_summary-card__content {
  padding-top: 0.5rem;
  padding-right: calc(1.5rem + -1px);
  padding-bottom: calc(0.5rem + -1px);
  padding-left: calc(1.5rem + -1px);
}
@media (min-width: 768px) {
  .ds_summary-card__content {
    padding-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .ds_summary-card__content {
    padding-right: calc(1.5rem + -1px);
  }
}
@media (min-width: 768px) {
  .ds_summary-card__content {
    padding-bottom: calc(0.5rem + -1px);
  }
}
@media (min-width: 768px) {
  .ds_summary-card__content {
    padding-left: calc(1.5rem + -1px);
  }
}
.ds_summary-card .ds_summary-list {
  margin-bottom: 0;
}
.ds_summary-card .ds_summary-list__item:last-child {
  border-color: transparent;
}

/*------------------------------------*\
    TABLES
\*------------------------------------*/
.ds_table {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .ds_table {
    margin-bottom: 1rem;
  }
}
.ds_table caption {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 768px) {
  .ds_table caption {
    margin-bottom: 1rem;
  }
}
.ds_table tbody,
.ds_table thead,
.ds_table tfoot {
  border: 1px solid #b3b3b3;
}
.ds_table tr {
  border-bottom: 1px solid #ebebeb;
}
.ds_table tr > * {
  padding: 0.5rem 1rem 0.4375rem 0.5rem;
}
.ds_table tr:last-child {
  border-bottom: 0;
}
.ds_table th {
  background-color: #ebebeb;
  font-weight: 700;
  position: relative;
  text-align: left;
}
.ds_table th,
.ds_table td {
  vertical-align: top;
}
.ds_table th[colspan] {
  border: 1px solid #b3b3b3;
}
.ds_table th:not(:first-child)::before {
  border-left: 1px solid #b3b3b3;
  bottom: 8px;
  content: "";
  left: -1px;
  position: absolute;
  top: 8px;
}
.ds_table thead > tr:last-child {
  border-bottom: 0;
}
.ds_table tbody > tr > td {
  background-color: #ffffff;
}
.ds_table tbody > tr:nth-child(even) > td {
  background-color: #f8f8f8;
}

@media (max-width: 767px) {
  .ds_table.js-is-scrolling[data-smallscreen=scrolling] {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }
  .ds_table.js-is-scrolling[data-smallscreen=scrolling] tr > :first-child {
    left: 0;
    position: sticky;
    z-index: 1;
  }
  .ds_table.js-is-scrolling[data-smallscreen=scrolling] caption {
    display: block;
    left: 0;
    position: sticky;
  }
  .ds_table.js-is-scrolling[data-smallscreen=scrolling] tr > :first-child::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0));
    content: "";
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px;
  }
  .ds_table.js-is-scrolling[data-smallscreen=scrolling] tr > :first-child::before {
    background: #b3b3b3;
    content: "";
    height: 100%;
    left: -1px;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .ds_table.js-is-scrolling[data-smallscreen=scrolling] tr > th:first-child {
    background: #ebebeb;
  }
  .ds_table.js-is-scrolling[data-smallscreen=scrolling] tr > td:first-child {
    border-right: 1px solid #ebebeb;
  }
  .js-enabled .ds_table[data-smallscreen=boxes] {
    border: 0;
    margin-bottom: 0;
  }
  .js-enabled .ds_table[data-smallscreen=boxes] thead {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  .js-enabled .ds_table[data-smallscreen=boxes] tbody {
    border: none;
  }
  .js-enabled .ds_table[data-smallscreen=boxes] tr {
    border: 0;
    display: block;
    margin-bottom: 16px;
  }
  .js-enabled .ds_table[data-smallscreen=boxes] tr > * {
    border: 1px solid #b3b3b3;
    display: block;
    overflow: auto;
    padding-left: calc(50% - 8px);
    position: relative;
  }
  .js-enabled .ds_table[data-smallscreen=boxes] tr > td:not(:last-child) {
    border-bottom-color: #ebebeb;
  }
  .js-enabled .ds_table[data-smallscreen=boxes] tr > th:last-child {
    border-width: 0;
    margin-top: 32px;
  }
  .js-enabled .ds_table[data-smallscreen=boxes] tr > td:not(:first-child) {
    border-top-width: 0;
  }
  .js-enabled .ds_table[data-smallscreen=boxes] tr > td::before {
    content: attr(data-heading);
    display: block;
    position: absolute;
    font-weight: 700;
    left: 0;
    margin-left: 16px;
    margin-right: 16px;
    text-align: left;
    width: calc(50% - 16px);
  }
  .js-enabled .ds_table[data-smallscreen=boxes] tr > td:first-child {
    box-shadow: inset 0 4px 0 #ebebeb;
    padding-top: 11px;
  }
  .js-enabled .ds_table[data-smallscreen=boxes] tr > td:nth-child(odd) {
    background-color: #ffffff;
  }
  .js-enabled .ds_table[data-smallscreen=boxes] tr > td:nth-child(even) {
    background-color: #f8f8f8;
  }
}
/*------------------------------------*\
    TABS
\*------------------------------------*/
.ds_tabs {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .ds_tabs {
    margin-bottom: 2rem;
  }
}
.ds_tabs__title {
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .ds_tabs__title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
@media (min-width: 768px) {
  .ds_tabs__title {
    margin-bottom: 0.5rem;
  }
}
.ds_tabs__list {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 2.5rem;
  list-style: none;
  margin-left: 0;
  padding-left: 32px;
}
@media (min-width: 768px) {
  .ds_tabs__list {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .ds_tabs__list {
    margin-bottom: 3rem;
  }
}
.ds_tabs__tab {
  position: relative;
}
.ds_tabs__tab::before {
  background: currentColor;
  content: "—";
  height: 1px;
  left: -32px;
  overflow: hidden;
  position: absolute;
  top: 12px;
  width: 20px;
}
.ds_tabs__tab.ds_current {
  font-weight: 700;
}
.ds_tabs__content + .ds_tabs__content {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .ds_tabs__content + .ds_tabs__content {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle {
    color: #0065bd;
    outline: 0px solid transparent;
    text-decoration: underline;
    text-underline-offset: 0.16em;
    transition: color 0.2s, background-color 0.2s, outline-color 0.2s;
    display: block;
    position: relative;
    text-decoration-line: none;
    background-color: #ffffff;
    border: 2px solid #ebebeb;
    color: #0065bd;
    font-weight: 700;
    margin: 0;
    padding: 14px 38px 14px 14px;
    text-align: left;
    text-decoration: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (forced-colors: active) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:is(:enabled, :link, summary) {
    color: linkText !important;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:is(:enabled, :link, summary):not(:focus) {
    text-decoration-line: underline !important;
  }
}
@media (max-width: 767px) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:hover {
    color: rgb(0, 66.9325396825, 125.25);
    text-underline-offset: 0.16em;
    text-decoration-thickness: 0.16em;
    text-decoration-thickness: round(0.16em, 1px);
    transition-duration: 0.2s;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:focus {
    background-color: #fdd522;
    color: #1a1a1a;
    text-decoration-line: none;
    transition-duration: 0s;
    outline: 0.125rem solid #fdd522;
    outline: round(0.125em, 1px) solid #fdd522;
    outline-offset: 0;
    box-shadow: 0 0.285em 0 currentColor;
  }
  @supports (filter: drop-shadow(0 0 0 currentColor)) {
    .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:focus {
      box-shadow: none;
      filter: drop-shadow(0px round(0.16em, 1px) 0px #1a1a1a);
    }
  }
}
@media screen and (max-width: 767px) and (forced-colors: active) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:focus {
    outline: 0.125em solid highlight !important;
    outline: round(0.125em, 1px) solid highlight !important;
  }
}
@media (max-width: 767px) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle > svg {
    fill: currentColor;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:focus {
    box-shadow: inset 0 -0.16em 0 #1a1a1a;
    box-shadow: inset 0 round(-0.16em, 1px) 0 #1a1a1a;
    filter: none;
    outline-width: 0;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:hover:not(:focus) {
    background-color: rgb(217.4238925625, 237.5042462725, 255);
    color: rgb(0, 66.9325396825, 125.25);
  }
}
@media screen and (max-width: 767px) and (forced-colors: active) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:is(:enabled, :link) {
    outline: 0.125rem solid transparent !important;
    outline-offset: -0.125rem !important;
    transition-duration: 0s !important;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:is(:enabled, :link):hover {
    outline-color: highlight !important;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:is(:enabled, :link):focus, .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:is(:enabled, :link):active, .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:is(:enabled, :link):focus-within {
    outline-offset: -0.125rem !important;
    outline-width: 0.25rem !important;
  }
}
@media (max-width: 767px) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:hover:not(:focus) {
    color: rgb(0, 66.9325396825, 125.25);
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle::after {
    content: "";
    background-color: transparent;
    border-style: solid;
    border-width: 0px 0px 0.1875em 0.1875em;
    border-top-color: transparent;
    display: inline-block;
    height: 0.75em;
    width: 0.75em;
    transform: rotate(-45deg);
    border-width: 0px 0px 3px 3px;
    position: absolute;
    right: 16px;
    top: 17px;
    transition: transform 0.2s;
    pointer-events: none;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:focus {
    border: 0;
    padding: 16px 40px 16px 16px;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:focus::after {
    right: 18px;
    top: 19px;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle + .ds_tabs__list {
    display: none;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle[aria-expanded=true] {
    border-bottom: 0;
    color: #1a1a1a;
    padding-bottom: 16px;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle[aria-expanded=true]:not(:focus) {
    background-color: #f8f8f8;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle[aria-expanded=true]:hover:not(:focus) {
    background-color: rgb(217.4238925625, 237.5042462725, 255);
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle[aria-expanded=true]::after {
    top: 23px;
    transform: rotate(-225deg);
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle[aria-expanded=true]:focus::after {
    top: 25px;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle[aria-expanded=true] + .ds_tabs__list {
    display: block;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__list {
    font-size: 1rem;
    line-height: 1.5;
    border: 2px solid #ebebeb;
    border-top: 0;
    margin: 0;
    padding: 8px 6px 6px 6px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__list {
    font-size: 1.1875rem;
    line-height: 1.6842105263;
  }
}
@media (max-width: 767px) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__tab {
    margin: 0 0 2px 0;
    padding: 0;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__tab::before {
    display: none;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__tab-link {
    color: #0065bd;
    outline: 0px solid transparent;
    text-decoration: underline;
    text-underline-offset: 0.16em;
    transition: color 0.2s, background-color 0.2s, outline-color 0.2s;
    display: block;
    position: relative;
    text-decoration-line: none;
    padding: 11px 16px;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) and (forced-colors: active) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__tab-link:is(:enabled, :link, summary) {
    color: linkText !important;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__tab-link:is(:enabled, :link, summary):not(:focus) {
    text-decoration-line: underline !important;
  }
}
@media (max-width: 767px) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__tab-link:hover {
    color: rgb(0, 66.9325396825, 125.25);
    text-underline-offset: 0.16em;
    text-decoration-thickness: 0.16em;
    text-decoration-thickness: round(0.16em, 1px);
    transition-duration: 0.2s;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__tab-link:focus {
    background-color: #fdd522;
    color: #1a1a1a;
    text-decoration-line: none;
    transition-duration: 0s;
    outline: 0.125rem solid #fdd522;
    outline: round(0.125em, 1px) solid #fdd522;
    outline-offset: 0;
    box-shadow: 0 0.285em 0 currentColor;
  }
  @supports (filter: drop-shadow(0 0 0 currentColor)) {
    .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__tab-link:focus {
      box-shadow: none;
      filter: drop-shadow(0px round(0.16em, 1px) 0px #1a1a1a);
    }
  }
}
@media screen and (max-width: 767px) and (forced-colors: active) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__tab-link:focus {
    outline: 0.125em solid highlight !important;
    outline: round(0.125em, 1px) solid highlight !important;
  }
}
@media (max-width: 767px) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__tab-link > svg {
    fill: currentColor;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__tab-link:focus {
    box-shadow: inset 0 -0.16em 0 #1a1a1a;
    box-shadow: inset 0 round(-0.16em, 1px) 0 #1a1a1a;
    filter: none;
    outline-width: 0;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__tab-link:hover:not(:focus) {
    background-color: rgb(217.4238925625, 237.5042462725, 255);
    color: rgb(0, 66.9325396825, 125.25);
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__tab.ds_current {
    font-weight: 400;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__tab.ds_current .ds_tabs__tab-link:not(:focus) {
    background-color: #f8f8f8;
    border-left: 2px solid #0065bd;
    color: #1a1a1a;
    padding-left: 14px;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__title {
    display: none;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__current {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__current {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .ds_tabs.ds_tabs--links .ds_tabs__toggle {
    display: none;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__current {
    display: none;
  }
}
@media (min-width: 768px) {
  .ds_tabs.js-initialised .ds_tabs__list, .ds_tabs.ds_tabs--links .ds_tabs__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
  }
  .ds_tabs.js-initialised .ds_tabs__tab-link, .ds_tabs.ds_tabs--links .ds_tabs__tab-link {
    display: block;
    position: relative;
    color: #1a1a1a;
    padding: 12px 16px;
  }
  .ds_tabs.js-initialised .ds_tabs__tab-link:focus, .ds_tabs.ds_tabs--links .ds_tabs__tab-link:focus {
    box-shadow: inset 0 -0.16em 0 #1a1a1a;
    box-shadow: inset 0 round(-0.16em, 1px) 0 #1a1a1a;
    filter: none;
    outline-width: 0;
  }
  .ds_tabs.js-initialised .ds_tabs__tab-link:hover:not(:focus), .ds_tabs.ds_tabs--links .ds_tabs__tab-link:hover:not(:focus) {
    background-color: rgb(217.4238925625, 237.5042462725, 255);
    color: rgb(0, 66.9325396825, 125.25);
  }
  .ds_tabs.js-initialised .ds_tabs__tab, .ds_tabs.ds_tabs--links .ds_tabs__tab {
    background-color: #f8f8f8;
    margin: 0;
  }
  .ds_tabs.js-initialised .ds_tabs__tab::before, .ds_tabs.ds_tabs--links .ds_tabs__tab::before {
    display: none;
  }
  .ds_tabs.js-initialised .ds_tabs__tab.ds_current, .ds_tabs.ds_tabs--links .ds_tabs__tab.ds_current {
    background-color: #ffffff;
    font-weight: 400;
    margin-bottom: -2px !important;
  }
  .ds_tabs.js-initialised .ds_tabs__tab.ds_current .ds_tabs__tab-link, .ds_tabs.ds_tabs--links .ds_tabs__tab.ds_current .ds_tabs__tab-link {
    border-top: 3px solid #0065bd;
    border-left: 2px solid #b3b3b3;
    border-right: 2px solid #b3b3b3;
    border-bottom: 0;
    color: #1a1a1a;
    padding: calc(12px - 3px) calc(16px - 2px) calc(12px + 2px);
    text-decoration: none;
  }
  .ds_tabs.js-initialised .ds_tabs__tab.ds_current .ds_tabs__tab-link:focus, .ds_tabs.ds_tabs--links .ds_tabs__tab.ds_current .ds_tabs__tab-link:focus {
    border: 0;
    padding: 12px 16px calc(12px + 2px);
  }
  .ds_tabs.js-initialised .ds_tabs__tab:focus-within, .ds_tabs.ds_tabs--links .ds_tabs__tab:focus-within {
    margin-bottom: -2px !important;
  }
  .ds_tabs.js-initialised .ds_tabs__tab:focus-within .ds_tabs__tab-link, .ds_tabs.ds_tabs--links .ds_tabs__tab:focus-within .ds_tabs__tab-link {
    padding: 12px 16px calc(12px + 2px);
  }
  .ds_tabs.js-initialised .ds_tabs__title, .ds_tabs.ds_tabs--links .ds_tabs__title {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  .ds_tabs.js-initialised .ds_tabs__content, .ds_tabs.ds_tabs--links .ds_tabs__content {
    border-top: 2px solid #b3b3b3;
    margin: 0;
    padding-top: calc(1.5rem + -2px);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ds_tabs.js-initialised .ds_tabs__content, .ds_tabs.ds_tabs--links .ds_tabs__content {
    padding-top: calc(1.5rem + -2px);
  }
}
@media (min-width: 768px) {
  .ds_tabs.js-initialised .ds_tabs__content--bordered, .ds_tabs.ds_tabs--links .ds_tabs__content--bordered {
    border: 2px solid #b3b3b3;
    padding-top: calc(1.5rem + -2px);
    padding-right: calc(1rem + -2px);
    padding-bottom: calc(1.5rem + -2px);
    padding-left: calc(1rem + -2px);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ds_tabs.js-initialised .ds_tabs__content--bordered, .ds_tabs.ds_tabs--links .ds_tabs__content--bordered {
    padding-top: calc(1.5rem + -2px);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ds_tabs.js-initialised .ds_tabs__content--bordered, .ds_tabs.ds_tabs--links .ds_tabs__content--bordered {
    padding-right: calc(1rem + -2px);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ds_tabs.js-initialised .ds_tabs__content--bordered, .ds_tabs.ds_tabs--links .ds_tabs__content--bordered {
    padding-bottom: calc(1.5rem + -2px);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ds_tabs.js-initialised .ds_tabs__content--bordered, .ds_tabs.ds_tabs--links .ds_tabs__content--bordered {
    padding-left: calc(1rem + -2px);
  }
}
@media (min-width: 768px) {
  .ds_tabs.js-initialised .ds_tabs__content--bordered > :last-child, .ds_tabs.ds_tabs--links .ds_tabs__content--bordered > :last-child {
    margin-bottom: 0;
  }
  .ds_tabs.js-initialised .ds_tabs__content--hidden, .ds_tabs.ds_tabs--links .ds_tabs__content--hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .ds_tabs.ds_tabs--links .ds_tabs__tab.ds_current .ds_tabs__tab-link:hover {
    background-color: inherit;
    color: inherit;
  }
}

/*------------------------------------*\
    TAG
\*------------------------------------*/
.ds_tag {
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background: rgb(217.4238925625, 237.5042462725, 255);
  color: rgb(0, 66.9325396825, 125.25);
  display: inline-block;
  font-weight: 400;
  outline: 1px solid rgba(0, 101, 189, 0.8);
  outline-offset: -1px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .ds_tag {
    font-size: 1.1875rem;
    line-height: 1.6842105263;
  }
}
@media (min-width: 768px) {
  .ds_tag {
    padding-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .ds_tag {
    padding-right: 0.5rem;
  }
}
.ds_tag--grey {
  background-color: rgb(234.5010497441, 234.5010497441, 234.5010497441);
  color: rgb(62.125, 62.125, 62.125);
  outline-color: rgba(62, 62, 62, 0.8);
}
.ds_tag--green {
  background-color: rgb(207.2864022558, 243.9236290951, 217.5107446295);
  color: rgb(13.9891304348, 60.2608695652, 26.902173913);
  outline-color: rgba(14, 60, 27, 0.8);
}
.ds_tag--teal {
  background-color: rgb(204.7181738625, 242.5076208354, 239.3845260442);
  color: rgb(27.3134328358, 109.9365671642, 103.1082089552);
  outline-color: rgba(27, 110, 103, 0.8);
}
.ds_tag--darkblue {
  background-color: rgb(217.3163415483, 237.5040157188, 255);
  color: rgb(0, 10.8482142857, 20.25);
  outline-color: rgba(0, 11, 20, 0.8);
}
.ds_tag--blue {
  background-color: rgb(217.4238925625, 237.5042462725, 255);
  color: rgb(0, 66.9325396825, 125.25);
  outline-color: rgba(0, 67, 125, 0.8);
}
.ds_tag--purple {
  background-color: rgb(248.4101550666, 229.5192662574, 246.8725245821);
  color: rgb(65.3493150685, 16.9006849315, 61.4058219178);
  outline-color: rgba(65, 17, 61, 0.8);
}
.ds_tag--pink {
  background-color: rgb(255, 227.5273244571, 242.6432944065);
  color: rgb(165.25, 0, 90.923580786);
  outline-color: rgba(165, 0, 91, 0.8);
}
.ds_tag--red {
  background-color: rgb(254.2998061027, 229.5129421381, 225.4518175338);
  color: rgb(148.7256944444, 23.9652777778, 3.5243055556);
  outline-color: rgba(149, 24, 4, 0.8);
}
.ds_tag--orange {
  background-color: rgb(253.0196788426, 230.5160293268, 218.4540731863);
  color: rgb(142.5268691589, 54.7640186916, 7.7231308411);
  outline-color: rgba(143, 55, 8, 0.8);
}
.ds_tag--yellow {
  background-color: rgb(254.071547981, 235.5025076001, 152.4060518957);
  color: rgb(127.4728689269, 104.4008564514, 1.1536006238);
  outline-color: rgba(127, 104, 1, 0.8);
}

/*------------------------------------*\
    TASK LIST
\*------------------------------------*/
.ds_task-list {
  list-style-type: none;
  margin: -2px 0 0 0;
  padding: 0;
}
.ds_task-list__task {
  align-items: center;
  border-top: 2px #ebebeb solid;
  display: flex;
  gap: 0.5rem 2rem;
  justify-content: space-between;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: calc(1rem + -2px);
}
@media (min-width: 768px) {
  .ds_task-list__task {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_task-list__task {
    padding-bottom: calc(1rem + -2px);
  }
}
.ds_task-list__task:last-child {
  border-bottom: 2px #ebebeb solid;
}
@media (max-width: 479px) {
  .ds_task-list__task {
    padding-bottom: calc(1.5rem + -2px);
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 479px) and (min-width: 768px) {
  .ds_task-list__task {
    padding-bottom: calc(1.5rem + -2px);
  }
}
.ds_task-list__task-details {
  max-width: 100%;
}
.ds_task-list__task-heading {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 768px) {
  .ds_task-list__task-heading {
    font-size: 1.1875rem;
    line-height: 1.6842105263;
  }
}
.ds_task-list__task-link {
  text-decoration: underline;
}
.ds_task-list__task-summary {
  margin: 0;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .ds_task-list__task-summary {
    margin-top: 0.5rem;
  }
}
.ds_task-list__task-status {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  background-color: #ebebeb;
  font-weight: 700;
  padding: 0.25rem 1rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .ds_task-list__task-status {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (forced-colors: active) {
  .ds_task-list__task-status {
    outline: 0.125em solid canvastext !important;
    outline: round(0.125em, 1px) solid canvastext !important;
  }
}
.ds_task-list__task-status--complete {
  background: #ffffff;
  color: #1a7032;
  border: 2px #1a7032 solid;
  padding: 0.125rem 1rem;
}
.ds_task-list-heading {
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  margin-bottom: 1rem;
  font-weight: 700;
  display: inline-block;
}
@media (min-width: 768px) {
  .ds_task-list-heading {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
@media (min-width: 768px) {
  .ds_task-list-heading {
    margin-bottom: 1rem;
  }
}
.ds_task-list-intro {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .ds_task-list-intro {
    margin-bottom: 1rem;
  }
}
.ds_task-list-heading + .ds_task-list {
  margin-top: calc(0.5rem + -2px);
}
@media (min-width: 768px) {
  .ds_task-list-heading + .ds_task-list {
    margin-top: calc(0.5rem + -2px);
  }
}

.ds_task-list-group {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ds_task-list-group__section, .ds_task-list-group__section:last-child {
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .ds_task-list-group__section, .ds_task-list-group__section:last-child {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 479px) {
  .ds_task-list-group__section, .ds_task-list-group__section:last-child {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 479px) and (min-width: 768px) {
  .ds_task-list-group__section, .ds_task-list-group__section:last-child {
    margin-bottom: 3rem;
  }
}
.ds_task-list-group--ordered {
  list-style-position: inside;
  list-style-type: decimal;
}
.ds_task-list-group--ordered .ds_task-list-group__section::marker {
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  font-weight: 700;
}
@media (min-width: 768px) {
  .ds_task-list-group--ordered .ds_task-list-group__section::marker {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

.ds_task-list-status {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .ds_task-list-status {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 479px) {
  .ds_task-list-status {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 479px) and (min-width: 768px) {
  .ds_task-list-status {
    margin-bottom: 3rem;
  }
}
.ds_task-list-status > p {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .ds_task-list-status > p {
    margin-bottom: 0.5rem;
  }
}
.ds_task-list-status-heading {
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .ds_task-list-status-heading {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
@media (min-width: 768px) {
  .ds_task-list-status-heading {
    margin-bottom: 1rem;
  }
}

/*------------------------------------*\
    #WARNING TEXT
\*------------------------------------*/
.ds_warning-text {
  border: 1px solid currentColor;
  border-width: 1px 0;
  font-weight: 700;
  padding-left: 72px;
  padding-right: 16px;
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: calc(1.5rem + -1px);
  padding-bottom: calc(1.5rem + -1px);
}
@media (min-width: 768px) {
  .ds_warning-text {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_warning-text {
    margin-bottom: 2rem;
  }
}
.ds_warning-text > :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ds_warning-text {
    padding-top: calc(2rem + -1px);
  }
}
@media (min-width: 768px) {
  .ds_warning-text {
    padding-bottom: calc(2rem + -1px);
  }
}
.ds_warning-text:first-child {
  margin-top: 0;
}

.ds_warning-text__icon {
  border: 2px solid #1a1a1a;
  border-radius: 50%;
  display: inline-block;
  height: 2rem;
  left: 1.5rem;
  line-height: 1;
  padding: 2px;
  position: absolute;
  text-align: center;
  top: calc(1.25rem - 3px);
  width: 2rem;
}
@media screen and (forced-colors: active) {
  .ds_warning-text__icon {
    outline: 0.125em solid canvastext !important;
    outline: round(0.125em, 1px) solid canvastext !important;
  }
}
.ds_warning-text__icon::before {
  content: "";
  background-image: url("../images/icons/icons.stack.svg#priority_high");
  display: inline-block;
  height: 100%;
  width: 100%;
}
@supports (filter: invert(100%)) {
  .ds_warning-text__icon {
    background: #1a1a1a;
    border: 0;
    top: calc(1.25rem - 1px);
  }
  .ds_warning-text__icon::before {
    filter: invert(100%);
  }
}

.ds_warning-text__text > :last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .ds_warning-text {
    padding-right: 4.5rem;
  }
  .ds_warning-text__icon {
    top: calc(2rem - 3px);
  }
  @supports (filter: invert(100%)) {
    .ds_warning-text__icon {
      top: calc(2rem - 1px);
    }
  }
}/*# sourceMappingURL=main.css.map */