@charset "UTF-8";
/*
Theme Name: Environmental Standards Scotland 2023
Theme URI: 
Description: A simple responsive theme.
Version: 1.0.0
Author: Scott Sibson
Author URI: https://edinburgh.thegateworldwide.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/
/* Design System Imports */
/*------------------------------------*\
    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.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
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,
fieldset, figure,
pre {
  margin: 0 0 16px;
}

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

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

/*------------------------------------*\
    BODY
\*------------------------------------*/
body {
  background: #ffffff;
  color: #333333;
  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;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  h1, .ds_h1, .alpha {
    font-size: 2.75rem;
    line-height: 1.2727272727;
  }
}

h2, .ds_h2, .beta {
  font-size: 1.375rem;
  line-height: 1.4545454545;
  font-weight: 700;
  margin-bottom: 8px;
}
@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: 16px;
  }
}
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;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  h3, .ds_h3, .gamma {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
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;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  h4, .ds_h4, .delta {
    font-size: 1.1875rem;
    line-height: 1.6842105263;
  }
}

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

/*------------------------------------*\
    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);
  }
}

/*------------------------------------*\
    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;
  text-decoration: underline;
  outline: 0px solid transparent;
  text-underline-offset: 1px;
  transition: color 0.2s, background-color 0.2s, outline-color 0.2s;
}
a:hover,
.ds_link:hover {
  background-color: #d9effc;
  color: #00437e;
  outline: 2px solid #d9effc;
  transition-duration: 0.2s;
}
a:focus,
.ds_link:focus {
  outline: 2px solid #fdd522;
  outline-offset: 0;
  background-color: #fdd522;
  box-shadow: -2px 5px #333333, 2px 5px #333333;
  color: #333333;
  text-decoration: none;
  transition-duration: 0s;
}
a > svg,
.ds_link > svg {
  fill: currentColor;
}

.ds_link {
  background: transparent;
  border: 0;
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  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: #333333;
}
.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: none;
}
h1 a:hover:not(:focus), h2 a:hover:not(:focus), h3 a:hover:not(:focus), h4 a:hover:not(:focus) {
  text-decoration: underline;
}

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

li {
  margin-bottom: 8px;
}

dt {
  font-weight: 700;
}

/*------------------------------------*\
    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;
  }
}

/*------------------------------------*\
    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;
  }
}
.ds_layout__content img, .ds_layout__partner img {
  height: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .ds_layout__feedback {
    clear: left;
    width: calc(100% * 0.6666666667 - 32px);
  }
  .ds_layout--article .ds_layout__header {
    clear: left;
    float: left;
    width: calc(100% * 0.6666666667 - 32px);
  }
  .ds_layout--article .ds_layout__partner {
    float: left;
    width: calc(100% * 0.3333333333 - 32px);
  }
  .ds_layout--article .ds_layout__sidebar {
    float: left;
    width: calc(100% * 0.3333333333 - 32px);
  }
  .ds_layout--article .ds_layout__content {
    clear: left;
    float: left;
    width: calc(100% * 0.6666666667 - 32px);
  }
  .ds_layout--guide .ds_layout__header {
    clear: left;
    float: left;
    width: calc(100% * 0.6666666667 - 32px);
  }
  .ds_layout--guide .ds_layout__partner {
    float: left;
    width: calc(100% * 0.3333333333 - 32px);
  }
  .ds_layout--guide .ds_layout__navigation {
    clear: left;
    width: calc(100% * 0.6666666667 - 32px);
  }
  .ds_layout--guide .ds_layout__content {
    clear: left;
    float: left;
    width: calc(100% * 0.6666666667 - 32px);
  }
  .ds_layout--guide .ds_layout__sidebar {
    float: left;
    width: calc(100% * 0.25 - 32px);
    margin-left: calc(100% * 0.0833333333);
  }
  .ds_layout--guide .ds_layout__feedback {
    width: calc(100% * 0.6666666667 - 32px);
  }
  .ds_layout--category-list .ds_layout__list {
    width: calc(100% * 0.6666666667 - 32px);
  }
  .ds_layout--category-list .ds_layout__grid {
    width: calc(100% * 1 - 32px);
  }
  .ds_layout--search-results .ds_layout__header {
    width: calc(100% * 0.6666666667 - 32px);
  }
  .ds_layout--search-results .ds_layout__content {
    width: calc(100% * 0.6666666667 - 32px);
  }
  .ds_layout--search-results-with-sidebar .ds_layout__header {
    width: calc(100% * 0.6666666667 - 32px);
  }
  .ds_layout--search-results-with-sidebar .ds_layout__sidebar {
    float: left;
    width: calc(100% * 0.3333333333 - 32px);
  }
  .ds_layout--search-results-with-sidebar .ds_layout__content {
    float: left;
    width: calc(100% * 0.6666666667 - 32px);
  }
}
@media (min-width: 992px) {
  .ds_layout--article .ds_layout__content {
    clear: left;
    float: left;
    width: calc(100% * 0.6666666667 - 32px);
  }
  .ds_layout--article .ds_layout__sidebar {
    float: left;
    margin-left: calc(100% * 0.0833333333);
    width: calc(100% * 0.25 - 32px);
  }
  .ds_layout--guide .ds_layout__content {
    width: calc(100% * 0.6666666667 - 32px);
  }
  .ds_layout--guide .ds_layout__sidebar {
    float: left;
    margin-left: calc(100% * 0.0833333333);
    width: calc(100% * 0.25 - 32px);
  }
  .ds_layout--guide .ds_layout__feedback {
    width: calc(100% * 0.6666666667 - 32px);
  }
  .ds_layout--search-results .ds_layout__header {
    width: calc(100% * 0.6666666667 - 32px);
  }
  .ds_layout--search-results .ds_layout__content {
    width: calc(100% * 0.6666666667 - 32px);
  }
  .ds_layout--search-results-with-sidebar .ds_layout__header {
    width: calc(100% * 0.6666666667 - 32px);
  }
  .ds_layout--search-results-with-sidebar .ds_layout__sidebar {
    float: left;
    width: calc(100% * 0.3333333333 - 32px);
  }
  .ds_layout--search-results-with-sidebar .ds_layout__content {
    float: left;
    width: calc(100% * 0.6666666667 - 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" "c c" "s s" "f f";
    margin-right: 0;
    margin-bottom: 0;
  }
  .ds_layout__content {
    grid-area: c;
  }
  .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";
  }
  .ds_layout--search-results-with-sidebar {
    grid-template-areas: "h h" "n n" "s s" "c c";
  }
  @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" "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";
    }
    .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";
    }
  }
  @media (min-width: 768px) {
    .ds_layout {
      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 n n n n" "c c c c c c c c . . . .";
    }
    .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 n n n n" "s s s s c c c c c c c c";
    }
  }
  @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 . . . .";
    }
  }
}
/*------------------------------------*\
    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 LAYOUT
\*------------------------------------*/
.category-lower,
.ds_category-lower {
  background: #f8f8f8;
  border-top: 1px solid #ebebeb;
  margin-top: -1px;
}

/*------------------------------------*\
    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;
}

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

/*------------------------------------*\
    CHECKBOXES
\*------------------------------------*/
.ds_checkbox {
  margin-bottom: 24px;
  padding-left: 40px;
  position: relative;
}
.ds_checkbox__input {
  height: 44px;
  left: -2px;
  opacity: 0;
  position: absolute;
  top: -2px;
  width: 44px;
}
.ds_checkbox__label {
  display: inline-block;
  padding: 4px 32px 4px 16px;
}
.ds_checkbox__label::before {
  background-color: #ffffff;
  border: 2px solid #333333;
  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 {
  border-width: 4px;
  box-shadow: 0 0 0 3px #fdd522;
}
@media screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_checkbox__input:focus + .ds_checkbox__label::before {
    outline-color: highlight !important;
    outline-style: solid !important;
    outline-width: 4px !important;
    outline-offset: -4px;
  }
}
.ds_checkbox__input:checked + .ds_checkbox__label::before {
  border-color: #333333;
}
.ds_checkbox__input:checked + .ds_checkbox__label::after {
  opacity: 1;
}
.ds_checkbox--small {
  margin-bottom: 16px;
  margin-left: -8px;
}
.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--small .ds_checkbox__input:hover + .ds_checkbox__label::before {
  box-shadow: 0 0 0 11px #b3b3b3;
}
.ds_checkbox--small .ds_checkbox__input:hover:focus + .ds_checkbox__label::before {
  box-shadow: 0 0 0 3px #fdd522, 0 0 0 11px #b1b4b6;
}
.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:checked + .ds_checkbox__label::after {
  border-color: #ffffff;
}
.ds_checkbox__input:focus:checked + .ds_checkbox__label::before {
  background-color: #fdd522;
}
.ds_checkbox__input:focus:checked + .ds_checkbox__label::after {
  background-color: transparent;
  border-color: currentColor;
}
.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: 4px solid #d32205;
  padding: 20px 28px;
  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 {
  color: #d32205;
}
.ds_error-summary__list a:focus {
  color: #333333;
}
.ds_error-summary__list li {
  margin-left: 0;
}

.flashable {
  transition: background-color 2s;
}
.flashable--flash {
  background-color: #fdd522;
  transition-duration: 0s;
}

/*------------------------------------*\
    FIELD GROUP
\*------------------------------------*/
.ds_field-group {
  margin-top: 16px;
}
.ds_field-group--inline {
  display: flex;
  flex-direction: row;
}
.ds_field-group--inline > div:not(:last-child) {
  margin-right: 16px;
}

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

/*------------------------------------*\
    LABEL
\*------------------------------------*/
.ds_label {
  color: #333333;
  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--error {
  border-left: 4px solid #d32205;
  padding-left: 20px;
}
.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;
}

/*------------------------------------*\
    RADIO BUTTONS
\*------------------------------------*/
.ds_radio {
  margin-bottom: 24px;
  padding-left: 40px;
  position: relative;
}
.ds_radio__input {
  height: 44px;
  left: -2px;
  opacity: 0;
  position: absolute;
  top: -2px;
  width: 44px;
}
.ds_radio__label {
  display: inline-block;
  padding: 4px 32px 4px 16px;
}
.ds_radio__label::before {
  background-color: #ffffff;
  border: 2px solid #333333;
  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 {
  border-width: 4px;
  box-shadow: 0 0 0 3px #fdd522;
}
@media screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_radio__input:focus + .ds_radio__label::before {
    outline-color: highlight !important;
    outline-style: solid !important;
    outline-width: 4px !important;
    outline-offset: -4px;
  }
}
.ds_radio__input:checked + .ds_radio__label::before {
  border-color: #333333;
}
.ds_radio__input:checked + .ds_radio__label::after {
  opacity: 1;
}
.ds_radio--small {
  margin-bottom: 16px;
  margin-left: -8px;
}
.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--small .ds_radio__input:hover + .ds_radio__label::before {
  box-shadow: 0 0 0 11px #b3b3b3;
}
.ds_radio--small .ds_radio__input:hover:focus + .ds_radio__label::before {
  box-shadow: 0 0 0 3px #fdd522, 0 0 0 11px #b1b4b6;
}
.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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: inset 0 0 0 2px currentColor;
  min-height: 48px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  padding: 8px;
  width: 100%;
}
.ds_select:focus {
  outline: 2px solid #fdd522;
  outline-offset: 0;
  box-shadow: inset 0 0 0 4px currentColor;
}

.ds_select-arrow {
  background: #0065bd;
  bottom: 0;
  content: "";
  outline: 2px solid transparent;
  outline-offset: -2px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}
.ds_select-arrow::before {
  bottom: 0;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  content: "";
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 3px 3px;
  border-top-color: transparent;
  display: inline-block;
  height: 12px;
  width: 12px;
  transform: rotate(-45deg);
  right: 18px;
  top: 15px;
}

.ds_select:focus + .ds_select-arrow {
  background-color: #fdd522;
}
.ds_select:focus + .ds_select-arrow::before {
  color: #333333;
}

.ds_select-wrapper {
  border-radius: 0;
  display: block;
  margin-bottom: 24px;
  min-height: 48px;
  padding: 0;
  position: relative;
  width: 100%;
}

.ds_select-wrapper.ds_input--error .ds_select,
.ds_select-wrapper .ds_select--error,
.ds_select-wrapper .ds_input--error {
  box-shadow: inset 0 0 0 4px #d32205;
}
.ds_select-wrapper.ds_input--error .ds_select:focus,
.ds_select-wrapper .ds_select--error:focus,
.ds_select-wrapper .ds_input--error:focus {
  box-shadow: inset 0 0 0 4px currentColor;
}

.ds_select-wrapper.ds_input--error {
  padding: 0;
}

/*------------------------------------*\
    TEXT INPUTS
    Covers text-based INPUT elements and TEXTAREA elements
\*------------------------------------*/
.ds_input {
  border: 2px solid currentColor;
  border-radius: 0;
  display: block;
  margin-bottom: 24px;
  min-height: 48px;
  padding: 8px;
  width: 100%;
}
.ds_input:focus {
  outline: 2px solid #fdd522;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}
.ds_input--error {
  border-color: #d32205;
  border-width: 4px;
  padding: 4px;
}
.ds_input--error:focus {
  border-color: currentColor;
  box-shadow: none;
}
.ds_input + .ds_input__message {
  margin-top: -16px;
}
.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(40px + 8px + 2em);
}

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

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

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

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

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

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

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

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

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

.ds_currency-wrapper .ds_input--fixed-20 {
  max-width: calc(40px + 8px + 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: 24px;
  overflow: auto;
}
.ds_input__wrapper .ds_input {
  float: left;
  margin-bottom: 0;
  margin-right: -48px;
  padding-right: 56px;
}
.ds_input__wrapper .ds_icon {
  height: 32px;
  padding: 8px;
  width: 32px;
}
.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;
  float: right;
  margin-bottom: 8px;
  position: relative;
  text-decoration: none;
}
.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-item {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}
.ds_accordion-item__header, .ds_accordion-item__header-button {
  display: block;
  position: relative;
  transition: background-color 0.2s, outline-color 0.2s;
  z-index: 1;
  outline: 0 !important;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #ffffff;
  border-width: 0;
  color: #0065bd;
  font-weight: 700;
  margin: 0;
  padding: 16px 48px 15px 16px;
  position: relative;
  text-align: left;
  width: 100%;
}
.ds_accordion-item__header:focus, .ds_accordion-item__header-button:focus {
  background-color: #fdd522;
  box-shadow: inset 0 -3px #333333, inset 0 -3px #333333;
  color: #333333;
}
@media screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_accordion-item__header:focus, .ds_accordion-item__header-button:focus {
    outline-color: highlight !important;
    outline-style: solid !important;
    outline-width: 2px !important;
  }
}
.ds_accordion-item__header:hover:not(:focus), .ds_accordion-item__header-button:hover:not(:focus) {
  background-color: #d9effc;
}
@media (min-width: 768px) {
  .ds_accordion-item__header, .ds_accordion-item__header-button {
    font-size: 1.1875rem;
    line-height: 1.6842105263;
  }
}
.ds_accordion-item__header:hover:not(:focus), .ds_accordion-item__header-button:hover:not(:focus) {
  color: #00437e;
}
.ds_accordion-item--open .ds_accordion-item__header-button:not(:focus):not(:hover) {
  background-color: #f8f8f8;
  color: #333333;
}
.ds_accordion-item__title {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ds_accordion-item__title {
    font-size: 1.1875rem;
    line-height: 1.6842105263;
  }
}
.ds_accordion-item__label {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ds_accordion-item__indicator {
  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);
  position: absolute;
  right: 24px;
  top: 18px;
  transition: transform 0.2s, top 0.2s;
  pointer-events: none;
}
.ds_accordion-item__body {
  display: none;
  padding: 24px 40px 40px 16px;
}
.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 {
  background-color: #f8f8f8;
  color: #333333;
}
.ds_accordion-item__control:checked ~ .ds_accordion-item__header .ds_accordion-item__indicator, .ds_accordion-item__control:checked ~ .ds_accordion-item__header-button .ds_accordion-item__indicator {
  top: 24px;
  transform: rotate(-225deg);
}
.ds_accordion-item__control:focus ~ .ds_accordion-item__header, .ds_accordion-item__control:focus:hover ~ .ds_accordion-item__header {
  background: #fdd522;
  box-shadow: 0 3px #333333;
  color: #333333;
  z-index: 2;
}
.ds_accordion-item + .ds_accordion-item {
  margin-top: -1px;
}

.ds_accordion.js-initialised .ds_accordion-item__body {
  overflow: hidden;
  padding: 0 40px 0 16px;
  transition: max-height 0.2s, padding 0.2s;
}
@media (min-width: 768px) {
  .ds_accordion.js-initialised .ds_accordion-item__body {
    padding-right: 100px;
  }
}
.ds_accordion.js-initialised .ds_accordion-item__control:checked ~ .ds_accordion-item__body {
  padding-bottom: 32px;
  padding-top: 24px;
}

@media (min-width: 768px) {
  .ds_accordion-item__indicator {
    margin-top: 3px;
    right: 26px;
  }
}
/* SMALL VARIANT */
.ds_accordion--small .ds_accordion-item__button,
.ds_accordion--small .ds_accordion-item__header-button,
.ds_accordion--small .ds_accordion-item__body,
.ds_accordion--small .ds_accordion__open-all {
  font-size: 16px;
  line-height: 1.5rem;
}
.ds_accordion--small .ds_accordion-item__body {
  padding-right: 16px;
}

/*------------------------------------*\
    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;
  line-height: 20px;
  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 {
  background-color: #0065bd;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 768px) {
  .ds_article-aside {
    line-height: 24px;
  }
  .ds_article-aside li {
    margin-bottom: 16px;
  }
}
.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;
  width: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
}

.ds_autocomplete {
  position: relative;
  /*
    [1] 18px = 20px (associated site search input) minus 2px (suggestions border)
    [2] 14px = the 18px from [1] minus the 4px border
  */
}
.ds_autocomplete__suggestions {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  border: 2px solid #b3b3b3;
  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: #727272;
  cursor: pointer;
  font-style: italic;
  margin-bottom: 0;
  padding: 11px 18px; /* [1] */
  transition: background-color 0.2s;
}
.ds_autocomplete__suggestion:hover {
  background-color: #d9effc;
}
.ds_autocomplete__suggestion.active {
  background-color: #fdd522;
  border-left: 4px solid #333333;
  padding-left: 14px; /* [2] */
}
@media screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_autocomplete__suggestion.active {
    border-left-color: highlight;
    color: highlight;
  }
}
.ds_autocomplete__suggestion:not(:last-child) {
  border-bottom: 2px solid #b3b3b3;
}
.ds_autocomplete__suggestion__text {
  font-style: normal;
  color: #333333;
}
.ds_autocomplete__suggestion__category {
  color: #0065bd;
}
.ds_autocomplete__highlight {
  background-color: transparent;
  font-weight: 700;
}
@media screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_autocomplete__highlight {
    color: highlight;
  }
}

.js-autocomplete-input[aria-expanded=true] ~ .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: 16px 0 16px 16px;
  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 2px 2px;
  left: -14px;
  position: absolute;
}

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

@media only screen {
  .ds_back-to-top {
    bottom: 56px;
    display: block;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 100vh;
    z-index: 1;
  }
  .ds_back-to-top__button {
    display: block;
    position: relative;
    transition: background-color 0.2s, outline-color 0.2s;
    z-index: 1;
    outline: 0 !important;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    background-color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    margin: 0;
    min-width: 120px;
    pointer-events: all;
    padding: 8px 32px 8px 16px;
    position: fixed;
    position: sticky;
    right: 8px;
    top: calc(100vh - 56px);
  }
  .ds_back-to-top__button:focus {
    background-color: #fdd522;
    box-shadow: inset 0 -3px #333333, inset 0 -3px #333333;
    color: #333333;
  }
}
@media only screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_back-to-top__button:focus {
    outline-color: highlight !important;
    outline-style: solid !important;
    outline-width: 2px !important;
  }
}
@media only screen {
  .ds_back-to-top__button:hover:not(:focus) {
    background-color: #d9effc;
  }
}
@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__icon {
    position: absolute;
    right: 8px;
    top: 8px;
  }
}
/*------------------------------------*\
    $BREADCRUMBS
\*------------------------------------*/
.ds_breadcrumbs {
  color: #727272;
  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: 24px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .ds_button {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_button > .ds_icon {
  height: 40px;
  padding: 8px;
  width: 40px;
}
@media (min-width: 768px) {
  .ds_button {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_button {
    margin-bottom: 2rem;
  }
}
.ds_button:hover {
  background-color: #00437e;
  color: #ffffff;
  outline-color: transparent;
  transition-duration: 0.2s;
}
.ds_button:focus {
  background-color: #fdd522;
  box-shadow: 0 3px #333333;
  color: #333333;
  outline: 0;
  transition-duration: 0s;
}
@media screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_button:focus {
    outline-color: highlight !important;
    outline-style: solid !important;
    outline-width: 4px !important;
  }
}
.ds_button .ds_icon {
  pointer-events: none;
}
.ds_button[disabled] {
  background-color: #727272;
  box-shadow: none;
  color: #ffffff;
  font-weight: 400;
  outline: none;
  pointer-events: none;
}

.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: #d9effc;
}
.ds_reversed .ds_button--secondary {
  background-color: transparent;
  border-color: currentColor;
  color: #ffffff;
}
.ds_reversed .ds_button--secondary:hover:not(:focus) {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  outline-color: currentColor;
}

.ds_button--secondary {
  background-color: transparent;
  color: #0065bd;
  outline: 2px solid currentColor;
  outline-offset: -2px;
}
.ds_button--secondary:hover:not(:focus) {
  background-color: #d9effc;
  color: #00437e;
  outline: 2px solid currentColor;
  outline-offset: -2px;
}
.ds_button--cancel {
  background-color: transparent;
  color: #333333;
  outline: 2px solid currentColor;
  outline-offset: -2px;
}
.ds_button--cancel:hover:not(:focus) {
  background-color: #ebebeb;
  color: #333333;
  outline: 2px solid currentColor;
  outline-offset: -2px;
}

.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: 200px;
}
.ds_button--fixed.ds_button--small {
  width: 160px;
}
.ds_button--max {
  max-width: 480px;
  width: 100%;
}

.ds_button-group {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .ds_button-group {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_button-group {
    margin-bottom: 2rem;
  }
}
.ds_button-group > .ds_button {
  margin: 0 0 24px;
}
.ds_button-group > .ds_button > :last-child {
  margin-bottom: 0;
}

.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 + 16px);
}
.ds_button--has-icon--left {
  padding-left: calc(56px + 16px);
  padding-right: 16px;
}
.ds_button--has-icon--left .ds_icon {
  left: 0;
  right: auto;
}

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

.ds_notification.ds_notification--cookie-success {
  background: #428542;
}

/*------------------------------------*\
    CALLOUT
\*------------------------------------*/
.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;
  }
}
.ds_card--grey {
  background-color: #f8f8f8;
  color: #333333;
}
.ds_card--grey:focus-within {
  color: #333333;
}
.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: #d9effc;
}
.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 0 -3px #333333, inset 0 -3px #333333;
  transition-duration: 0s;
}
.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;
  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 {
    margin: 1rem 1rem 0;
    max-width: 384px;
  }
}
.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;
  font-weight: 700;
  margin-bottom: 8px;
  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: 0.5rem;
  }
}
@media screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_card__link--cover:focus {
    outline-color: highlight !important;
    outline-style: solid !important;
    outline-width: 2px !important;
  }
}
.ds_card__link--cover:after {
  content: "";
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}

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

/*------------------------------------*\
    CATEGORY HEADER
\*------------------------------------*/
.ds_category-header {
  padding-top: 16px;
  padding-bottom: 32px;
}
.ds_category-header__header {
  margin-bottom: 32px;
}
.ds_category-header__title {
  color: #333333;
  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;
  height: 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(100% * 0.6666666667 - 32px);
    margin: 40px 0;
  }
  .ds_category-header__media-container {
    float: left;
    width: calc(100% * 0.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;
  transition: background-color 0.2s, outline-color 0.2s;
  z-index: 1;
  outline: 0 !important;
  /*
      supports grid is a hack as a proxy for supports :focus-within
  */
  padding: 12px 16px 12px;
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s;
  width: 100%;
}
.ds_category-item:focus {
  background-color: #fdd522;
  box-shadow: inset 0 -3px #333333, inset 0 -3px #333333;
  color: #333333;
}
@media screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_category-item:focus {
    outline-color: highlight !important;
    outline-style: solid !important;
    outline-width: 2px !important;
  }
}
.ds_category-item:hover:not(:focus) {
  background-color: #d9effc;
}
.ds_category-item .ds_category-item__link:focus:hover {
  text-decoration: none;
}
@supports (display: grid) {
  .ds_category-item .ds_category-item__link {
    background-color: transparent;
    outline: none;
  }
  .ds_category-item .ds_category-item__link::after {
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
  }
  @media screen and (forced-colors: active) and (prefers-contrast: more) {
    .ds_category-item .ds_category-item__link::after {
      content: none;
    }
  }
  .ds_category-item .ds_category-item__link:focus::after {
    transition-duration: 0s;
  }
  .ds_category-item:focus-within {
    background-color: #fdd522 !important;
    box-shadow: inset 0 -3px #333333, inset 0 -3px #333333;
    transition-duration: 0s;
  }
  .ds_category-item:focus-within .ds_category-item__link:focus {
    box-shadow: none;
    background-color: transparent;
  }
  @media screen and (forced-colors: active) and (prefers-contrast: more) {
    .ds_category-item:focus-within .ds_category-item__link:focus {
      outline-color: highlight !important;
      outline-style: solid !important;
      outline-width: 2px !important;
    }
  }
}
.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 {
  background-color: #0065bd;
  bottom: 0;
  content: "";
  left: -4px;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 4px;
}
.ds_category-item__link:focus::before {
  content: none;
}
.ds_category-item__link:hover::before {
  background-color: #00437e;
  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: #727272;
  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: #333333;
}

.ds_card > .ds_category-item {
  padding-top: 24px;
  padding-bottom: 24px;
  position: static;
}
.ds_card .ds_category-item__link::before {
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  transition: top 0.2s;
  width: 100%;
}
.ds_card .ds_category-item__link:hover::before {
  top: calc(100% - 4px);
}
.ds_card .ds_category-item__link::after {
  left: 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(100% * 0.5 - 32px);
  }
  .ds_category-list--grid > *:nth-child(2n+1) {
    clear: left;
  }
  .ds_category-list--grid.ds_category-list--narrow > * {
    width: calc(100% * 0.5 - 12px);
  }
}
@media (min-width: 992px) {
  .ds_category-list--grid > * {
    width: calc(100% * 0.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(100% * 0.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;
    }
  }
}
/*------------------------------------*\
    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 {
  background-color: #0065bd;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ds_contact-details__list dd {
  margin-left: 0;
}
.ds_contact-details__list dt {
  font-weight: 700;
}
.ds_contact-details__item {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .ds_contact-details__item {
    margin-top: 1rem;
  }
}
.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-link {
  padding-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;
  }
}
/*------------------------------------*\
    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 {
  background: 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;
}
.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__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 {
  background-color: transparent;
  color: #333333 !important;
  font-weight: 400;
  min-height: 40px;
  margin: 0;
  padding: 4px;
  min-width: 32px;
  display: block;
  position: relative;
  transition: background-color 0.2s, outline-color 0.2s;
  z-index: 1;
  outline: 0 !important;
  display: inline-block;
}
.ds_datepicker__dialog__navbuttons button:focus {
  background-color: #fdd522;
  box-shadow: inset 0 -3px #333333, inset 0 -3px #333333;
  color: #333333;
}
@media screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_datepicker__dialog__navbuttons button:focus {
    outline-color: highlight !important;
    outline-style: solid !important;
    outline-width: 2px !important;
  }
}
.ds_datepicker__dialog__navbuttons button:hover:not(:focus) {
  background-color: #d9effc;
}
.ds_datepicker__dialog__navbuttons button .ds_icon {
  height: 32px;
  padding: 0;
  position: static;
  width: 24px;
}
.ds_datepicker__dialog__table tbody:focus-within {
  outline: 2px solid #fdd522;
}
.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: #727272;
  font-weight: 400;
}
@media (min-width: 768px) {
  .ds_datepicker__dialog__table th {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_datepicker__dialog__table button {
  background-color: transparent;
  border-width: 0;
  color: #333333;
  font-weight: 400;
  min-height: 40px;
  margin: 0;
  padding: 0;
  min-width: 40px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  display: block;
  position: relative;
  transition: background-color 0.2s, outline-color 0.2s;
  z-index: 1;
  outline: 0 !important;
}
@media (min-width: 768px) {
  .ds_datepicker__dialog__table button {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_datepicker__dialog__table button:focus {
  background-color: #fdd522;
  box-shadow: inset 0 -3px #333333, inset 0 -3px #333333;
  color: #333333;
}
@media screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_datepicker__dialog__table button:focus {
    outline-color: highlight !important;
    outline-style: solid !important;
    outline-width: 2px !important;
  }
}
.ds_datepicker__dialog__table button:hover:not(:focus) {
  background-color: #d9effc;
}
.ds_datepicker__dialog__table button[disabled=true] {
  background-color: #ebebeb;
  color: #333333;
}
.ds_datepicker__dialog__table button.ds_datepicker__current {
  outline: 2px solid #333333 !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: #333333;
  color: #ffffff;
}
.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(100% * 0.5 - 8px);
  display: block;
  float: left;
  margin: 0;
}
@supports (display: grid) {
  .ds_datepicker__dialog__buttongroup {
    grid-template-columns: 1fr 1fr;
  }
}

@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;
  text-decoration: underline;
  outline: 0px solid transparent;
  text-underline-offset: 1px;
  transition: color 0.2s, background-color 0.2s, outline-color 0.2s;
  padding-left: 1.5rem;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.ds_details__summary:hover {
  background-color: #d9effc;
  color: #00437e;
  outline: 2px solid #d9effc;
  transition-duration: 0.2s;
}
.ds_details__summary:focus {
  outline: 2px solid #fdd522;
  outline-offset: 0;
  background-color: #fdd522;
  box-shadow: -2px 5px #333333, 2px 5px #333333;
  color: #333333;
  text-decoration: none;
  transition-duration: 0s;
}
.ds_details__summary > svg {
  fill: currentColor;
}
@media (min-width: 768px) {
  .ds_details__summary {
    padding-left: 2rem;
  }
}
.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);
  transition: transform 0.2s;
  width: 0.4210526316em;
}

.ds_details[open] .ds_details__summary::before {
  transform: rotate(90deg);
}

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

/*------------------------------------*\
    FEATURE HEADER
\*------------------------------------*/
.ds_feature-header {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .ds_feature-header {
    margin-bottom: 4rem;
  }
}
.ds_feature-header__title {
  font-size: 1.875rem;
  line-height: 1.3333333333;
  font-weight: 700;
  margin-bottom: 32px;
  margin-bottom: 0.5rem;
  font-weight: 300;
}
@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: 0.5rem;
  }
}
.ds_feature-header--background {
  background-color: #ebebeb;
}
.ds_feature-header__primary {
  padding: 1rem 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .ds_feature-header__primary {
    padding: 1.5rem 0;
  }
}
@media (min-width: 992px) {
  .ds_feature-header__primary {
    padding: 2.5rem 0;
  }
}
.ds_feature-header--background .ds_feature-header__primary {
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .ds_feature-header--background .ds_feature-header__primary {
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_feature-header--background .ds_feature-header__primary {
    padding-left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .ds_feature-header--background .ds_feature-header__primary {
    padding-left: 2.5rem;
  }
}
.ds_feature-header__secondary {
  position: relative;
  z-index: 1;
}
.ds_feature-header__image {
  display: block;
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .ds_feature-header {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 32px;
  }
  .ds_feature-header__primary {
    grid-area: 1/1/2/7;
    margin-right: 0;
  }
  .ds_feature-header__primary > :last-child {
    margin-bottom: 0;
  }
  .ds_feature-header__secondary {
    grid-area: 1/7/2/13;
  }
  .ds_feature-header--wide .ds_feature-header__primary {
    grid-area: 1/1/2/9;
    margin-right: 0;
  }
  .ds_feature-header--wide .ds_feature-header__secondary {
    grid-area: 1/9/2/13;
  }
}

.ds_reversed .ds_feature-header__primary,
.ds_reversed .ds_feature-header__primary a {
  color: #ffffff;
}

@media (min-width: 768px) {
  .ds_feature-header {
    display: -ms-grid;
    -ms-grid-columns: 1fr 32px 1fr;
  }
  .ds_feature-header--wide {
    -ms-grid-columns: 2fr 32px 1fr;
  }
  .ds_feature-header__primary {
    -ms-grid-column: 1;
    -ms-grid-row-align: center;
  }
  .ds_feature-header__secondary {
    -ms-grid-column: 3;
  }
}

.ds_file-download {
  background-color: #f8f8f8;
  display: flex;
  padding: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .ds_file-download {
    margin-bottom: 1rem;
  }
}
.ds_file-download--highlighted {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  border-left: 4px solid #0065bd;
  padding-left: 0.75rem;
}
.ds_file-download__thumbnail {
  margin-right: 1rem;
}
.ds_file-download__thumbnail-image {
  box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.08);
  display: block;
  max-width: 100%;
  padding: 4px;
}
.ds_file-download__thumbnail-link {
  display: block;
  width: 4.5rem;
}
.ds_file-download__thumbnail-image--generic {
  box-shadow: none;
  padding: 0;
}
.ds_file-download__content {
  flex-grow: 1;
}
.ds_file-download__title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .ds_file-download__title {
    margin-bottom: 0.5rem;
  }
}
.ds_file-download__title a:not(:focus) {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .ds_file-download .ds_file-download__button {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .ds_file-download__thumbnail-link {
    width: 6.5rem;
  }
}
/*------------------------------------*\
    HIDE THIS PAGE
\*------------------------------------*/
.ds_has-hide-page .ds_page {
  margin-top: 56px;
}

.ds_hide-page {
  background-color: #ebebeb;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000;
}
.ds_hide-page__button {
  background-color: #d32205;
  margin: 0;
  width: 100%;
}
.ds_hide-page__button:hover:not(:focus) {
  background-color: #881603;
}
.ds_hide-page__text {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  margin-bottom: 0;
}
@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 only screen and (hover: hover) {
  .js-enabled .js-enabled-text {
    display: block;
  }
  .ds_has-hide-page .ds_page {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .ds_hide-page {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    background-color: rgba(255, 255, 255, 0.9);
    left: auto;
    outline: 1px solid #ebebeb;
    outline-offset: -1px;
  }
}
@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;
    }
  }
}
@media (min-width: 768px) {
  .ds_hide-page__text {
    margin: 8px 0;
  }
}
@media (min-width: 768px) {
  .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;
    }
  }
}
/*------------------------------------*\
    ICON
\*------------------------------------*/
.ds_icon {
  fill: currentColor;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}

.ds_icon--12 {
  width: 12px;
  height: 12px;
}

.ds_icon--16 {
  width: 16px;
  height: 16px;
}

.ds_icon--20 {
  width: 20px;
  height: 20px;
}

.ds_icon--24 {
  width: 24px;
  height: 24px;
}

.ds_icon--28 {
  width: 28px;
  height: 28px;
}

.ds_icon--32 {
  width: 32px;
  height: 32px;
}

.ds_icon--36 {
  width: 36px;
  height: 36px;
}

.ds_icon--40 {
  width: 40px;
  height: 40px;
}

.ds_icon--44 {
  width: 44px;
  height: 44px;
}

.ds_icon--48 {
  width: 48px;
  height: 48px;
}

.ds_icon--52 {
  width: 52px;
  height: 52px;
}

.ds_icon--56 {
  width: 56px;
  height: 56px;
}

.ds_icon--60 {
  width: 60px;
  height: 60px;
}

.ds_icon--64 {
  width: 64px;
  height: 64px;
}

.ds_icon--68 {
  width: 68px;
  height: 68px;
}

.ds_icon--72 {
  width: 72px;
  height: 72px;
}

.ds_icon--76 {
  width: 76px;
  height: 76px;
}

.ds_icon--80 {
  width: 80px;
  height: 80px;
}

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

/*------------------------------------*\
    #INSET TEXT
\*------------------------------------*/
.ds_inset-text {
  border-left: 8px solid #b3b3b3;
  padding: 16px;
  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;
}

@media (min-width: 768px) {
  .ds_inset-text {
    padding-left: 32px;
    padding-right: 64px;
  }
}
/*------------------------------------*\
    LINK ITEM
    Navigation element for a simple link with supporting metadata
\*------------------------------------*/
.ds_link-item {
  padding-bottom: 1.5rem;
  border-bottom: 2px #ebebeb solid;
  margin: 0;
}
@media (min-width: 768px) {
  .ds_link-item {
    padding-bottom: 1.5rem;
  }
}
.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__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;
  }
}

/*------------------------------------*\
    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(100% * 0.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;
    }
  }
}

/*------------------------------------*\
    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: #727272;
  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__value {
  font-weight: 400;
}

/*------------------------------------*\
    NOTIFICATION BANNER
\*------------------------------------*/
.ds_notification {
  background: #333333;
  color: #ffffff;
  margin-bottom: 1px;
}
.ds_notification > :last-child {
  margin-bottom: 0;
}
.ds_notification--success {
  background: #428542;
}
.ds_notification__content {
  padding: 16px 0 15px;
  position: relative;
}
.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-bottom: -16px;
  margin-top: 32px;
  text-align: center;
}
.ds_notification__actions > * {
  margin-bottom: 16px;
  margin-top: 0;
  white-space: nowrap;
  width: 100%;
}
.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: #333333;
}
.ds_notification__icon--inverse.ds_notification__icon--colour {
  background-color: #fdd522;
}
.ds_notification__close {
  background: transparent;
  border-width: 0;
  box-sizing: content-box;
  color: currentColor;
  display: none;
  font-size: 14px;
  height: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -8px;
  top: 8px;
  width: 40px;
  min-height: 0;
  min-width: 0;
}
.ds_notification__close:focus {
  background-color: #fdd522;
  box-shadow: 0 3px #333333;
  color: #333333;
  outline: 0;
  transition-duration: 0s;
}
.ds_notification__close:hover:not(:focus) {
  background-color: transparent;
  color: currentColor;
  outline: 2px solid currentColor;
}
.ds_notification__close > * {
  pointer-events: none;
}

@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-enabled .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: #f8f8f8;
  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) and (prefers-contrast: more) {
  .ds_notification-panel {
    outline: 4px solid currentColor !important;
    outline-offset: -4px !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--success {
  background: #428542;
  color: #ffffff;
}
.ds_notification-panel__title {
  font-size: 1.875rem;
  line-height: 1.3333333333;
  font-weight: 700;
  margin-bottom: 32px;
  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: 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: 16px 0 32px;
}
.ds_page-header__title {
  margin-bottom: 0;
}
.ds_page-header__metadata {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .ds_page-header {
    margin-top: 32px;
  }
  .ds_page-header__label + .ds_page-header__title {
    margin-top: -8px;
  }
}
/*------------------------------------*\
    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: 4px;
}
.ds_pagination__link {
  display: block;
  position: relative;
  transition: background-color 0.2s, outline-color 0.2s;
  z-index: 1;
  outline: 0 !important;
  line-height: 40px;
  min-height: 40px;
  min-width: 40px;
  text-decoration: none;
}
.ds_pagination__link:focus {
  background-color: #fdd522;
  box-shadow: inset 0 -3px #333333, inset 0 -3px #333333;
  color: #333333;
}
@media screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_pagination__link:focus {
    outline-color: highlight !important;
    outline-style: solid !important;
    outline-width: 2px !important;
  }
}
.ds_pagination__link:hover:not(:focus) {
  background-color: #d9effc;
}
.ds_pagination__link.ds_current {
  background-color: #f8f8f8;
  box-shadow: inset 0 -3px 0 0px currentColor;
  pointer-events: none;
}
.ds_pagination__link--text:not(.ds_pagination__link--icon) {
  padding-left: 24px;
  padding-right: 24px;
  width: auto;
}
.ds_pagination__link--ellipsis {
  min-width: 0;
  pointer-events: none;
}
.ds_pagination__link > * {
  pointer-events: none;
}

@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: 24px;
    padding-right: 24px;
    width: auto;
  }
}
@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: 2px;
    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;
  background: #ebebeb;
  clear: both;
  line-height: 24px;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .ds_phase-banner {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_phase-banner.no-bottom-margin {
  margin-bottom: 0;
}
.ds_phase-banner__content {
  display: table;
  margin-bottom: 0;
}
.ds_phase-banner__tag {
  margin-right: 1em;
}
.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: 8px;
  }
}
/*------------------------------------*\
    SEARCH RESULT
\*------------------------------------*/
.ds_search-result {
  margin: 0;
  padding: 0;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .ds_search-result {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_search-result {
    padding-bottom: 1.5rem;
  }
}
.ds_search-result + .ds_search-result:not(.ds_search-result--promoted) {
  border-top: 1px #b3b3b3 solid;
}
.ds_search-result--promoted {
  padding-top: 0;
}
.ds_search-result--promoted-content {
  background: #f8f8f8;
  border-left: 3px 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: #727272;
  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__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__summary mark {
  background-color: inherit;
  color: inherit;
  font-weight: 700;
}
.ds_search-result__metadata {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  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.4285714286;
  }
}
.ds_search-result__has-media {
  display: flex;
}
.ds_search-result__media-wrapper {
  padding-top: 2px;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .ds_search-result__media-wrapper {
    padding-right: 1rem;
  }
}
.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: calc(1rem + 3px);
  font-size: 0.875rem;
  line-height: 1.4285714286;
  position: relative;
}
@media (min-width: 768px) {
  .ds_search-result__context {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_search-result__context {
    padding-left: calc(1rem + 3px);
  }
}
@media (min-width: 768px) {
  .ds_search-result__context {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_search-result__context:before {
  background: #0065bd;
  content: "";
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
}
@media (min-width: 768px) {
  .ds_search-result__context:before {
    height: 24px;
  }
}
.ds_search-result__context-key {
  color: #727272;
  margin: 0;
  padding: 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__title {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
  font-weight: 400;
}
@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 !important;
  }
}
.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;
  }
}

/*------------------------------------*\
    #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;
  transition: background-color 0.2s, outline-color 0.2s;
  z-index: 1;
  outline: 0 !important;
  background: transparent;
  display: inline-block;
  line-height: 24px;
  padding: 12px 4px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.ds_sequential-nav__button:focus {
  background-color: #fdd522;
  box-shadow: inset 0 -3px #333333, inset 0 -3px #333333;
  color: #333333;
}
@media screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_sequential-nav__button:focus {
    outline-color: highlight !important;
    outline-style: solid !important;
    outline-width: 2px !important;
  }
}
.ds_sequential-nav__button:hover:not(:focus) {
  background-color: #d9effc;
}
.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: #00437e;
  border-color: #00437e;
}

.ds_sequential-nav__button:focus::before {
  background-color: #333333;
  border-color: #333333;
}

.ds_sequential-nav__text {
  display: inline-block;
  padding-top: 24px;
  position: relative;
  width: 100%;
}
.ds_sequential-nav__text::before {
  color: #002d54;
  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 #ebebeb;
  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 {
  display: block;
  position: relative;
  transition: background-color 0.2s, outline-color 0.2s;
  z-index: 1;
  outline: 0 !important;
  background-color: #ffffff;
  color: #0065bd;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  padding: 16px 40px 16px 16px;
  position: sticky;
  text-align: left;
  text-decoration: none;
  top: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  width: 100%;
  z-index: 2;
}
.ds_side-navigation__expand:focus {
  background-color: #fdd522;
  box-shadow: inset 0 -3px #333333, inset 0 -3px #333333;
  color: #333333;
}
@media screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_side-navigation__expand:focus {
    outline-color: highlight !important;
    outline-style: solid !important;
    outline-width: 2px !important;
  }
}
.ds_side-navigation__expand:hover:not(:focus) {
  background-color: #d9effc;
}
.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: #d9effc;
}
.ds_side-navigation__expand:hover .side-navigation__expand-indicator {
  color: #00437e;
}
.ds_side-navigation__expand--shadow:focus {
  box-shadow: 0 3px #333333, 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.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: 24px;
  top: 20px;
  transition: transform 0.2s, top 0.2s;
  pointer-events: none;
}
.ds_side-navigation #show-side-navigation:focus ~ .ds_side-navigation__expand {
  background: #fdd522;
  box-shadow: 0 3px #333333;
  color: #333333;
  transition-duration: 0s;
}
.ds_side-navigation #show-side-navigation:checked ~ .ds_side-navigation__expand .ds_side-navigation__expand-indicator {
  top: 24px;
  transform: rotate(-225deg);
}
.ds_side-navigation #show-side-navigation:checked ~ .ds_side-navigation__expand:not(:focus):not(:hover) {
  background-color: #f8f8f8;
  color: #333333;
}
#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;
}
.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;
  transition: background-color 0.2s, outline-color 0.2s;
  z-index: 1;
  outline: 0 !important;
  margin-bottom: 2px;
  padding: 12px 40px 10px 16px;
  position: relative;
  text-decoration: none;
}
.ds_side-navigation__link:focus {
  background-color: #fdd522;
  box-shadow: inset 0 -3px #333333, inset 0 -3px #333333;
  color: #333333;
}
@media screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_side-navigation__link:focus {
    outline-color: highlight !important;
    outline-style: solid !important;
    outline-width: 2px !important;
  }
}
.ds_side-navigation__link:hover:not(:focus) {
  background-color: #d9effc;
}
.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 {
  background: #0065bd;
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
}
.ds_side-navigation__link:focus {
  box-shadow: 0 3px #333333;
  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;
}
.ds_side-navigation__list .ds_side-navigation__list .ds_side-navigation__list .ds_side-navigation__link {
  padding-left: 24px;
}
.ds_side-navigation__list .ds_side-navigation__list .ds_side-navigation__list .ds_side-navigation__link::before {
  background: #ebebeb;
  bottom: 12px;
  content: "";
  left: 12px;
  position: absolute;
  right: 100%;
  width: 4px;
  top: 12px;
}
.ds_side-navigation__list .ds_side-navigation__list .ds_side-navigation__list .ds_side-navigation__link:hover::before, .ds_side-navigation__list .ds_side-navigation__list .ds_side-navigation__list .ds_side-navigation__link.ds_current::before {
  background: #0065bd;
}
.ds_side-navigation__list .ds_side-navigation__list .ds_side-navigation__list .ds_side-navigation__link:focus::before {
  background: #333333;
}

@media (max-width: 767px) {
  .js-initialised.ds_side-navigation > .ds_side-navigation__list {
    margin: 0 16px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s, padding 0.2s;
  }
  .js-initialised.ds_side-navigation #show-side-navigation:checked ~ .ds_side-navigation__list {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
@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;
    max-height: none !important;
  }
  .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: 8px 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 {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s;
  }
  .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;
    max-height: none;
  }
  @supports (color: var(--mobile-menu-height)) {
    .ds_site-navigation__toggle:checked ~ .ds_site-navigation,
    .ds_site-navigation--open {
      max-height: var(--mobile-menu-height, none);
    }
  }
}
@media (min-width: 768px) {
  .ds_site-navigation {
    line-height: 2;
  }
  .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: 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: 0;
    opacity: 1;
    right: 0;
  }
  .ds_site-navigation .ds_site-navigation__link::after {
    bottom: 0;
    height: 3px;
  }
  .ds_site-navigation .ds_site-navigation__link.ds_current:not(:focus) {
    background-color: #f8f8f8;
    color: #333333;
  }
  .ds_site-navigation .ds_site-navigation__link.ds_current:not(:focus):after {
    left: 0;
    opacity: 1;
    right: 0;
  }
  .ds_site-navigation a.ds_site-navigation__link:focus {
    box-shadow: 0 3px #333333;
    outline: none;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (forced-colors: active) and (prefers-contrast: more) {
  .ds_site-navigation a.ds_site-navigation__link:focus {
    outline-color: highlight !important;
    outline-style: solid !important;
    outline-width: 2px !important;
  }
}
@media (min-width: 768px) {
  .ds_site-navigation a.ds_site-navigation__link:focus::after {
    content: none;
  }
}
@media (min-width: 768px) {
  .ds_site-navigation a.ds_site-navigation__link:hover:not(:focus) {
    background-color: #d9effc;
  }
}
@media (min-width: 768px) {
  .ds_reversed .ds_site-navigation {
    color: #ffffff;
  }
}

/*------------------------------------*\
    BRANDING
\*------------------------------------*/
.ds_site-branding {
  overflow: hidden;
  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: 2px;
  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__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 {
    line-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;
  }
}
.ds_reversed .ds_site-branding {
  color: #ffffff;
}
.ds_reversed .ds_site-branding__logo {
  color: #ffffff;
}
.ds_reversed .ds_site-branding__logo:not(:last-child)::before {
  background-color: #ffffff;
}

/*------------------------------------*\
    SITE FOOTER
\*------------------------------------*/
.ds_site-footer {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  background-color: #ebebeb;
  border-top: 1px solid #b3b3b3;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .ds_site-footer {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_site-footer__content {
  padding-bottom: 32px;
}
.ds_site-footer__site-items {
  border-bottom: 1px solid #b3b3b3;
  font-size: 14px;
  line-height: 1.7142857143;
  list-style-type: none;
  margin: 0 0 23px;
}
.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: 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 img {
  height: auto;
  width: 100%;
}
.ds_site-footer__org {
  max-width: 160px;
  position: relative;
}
.ds_site-footer__org-logo {
  display: block;
  height: auto;
  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: 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 .ds_site-footer__org-link,
.ds_site-footer .ds_site-footer__copyright-logo {
  color: currentColor !important;
}

.ds_reversed .ds_site-footer__content {
  color: #ffffff;
}

.ds_reversed .ds_footer__site-items {
  border-color: rgba(255, 255, 255, 0.2);
}

.ds_site-items__item {
  display: inline-block;
  margin-bottom: 16px;
}
.ds_site-items__item:not(:last-child) {
  margin-right: 20px;
}

@media (min-width: 768px) {
  .ds_site-footer {
    line-height: 24px;
  }
  .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(100% * 0.6666666667 - 32px);
  }
  .ds_site-footer__org {
    float: right;
    width: calc(100% * 0.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 {
  background: #0065bd;
  display: block;
  content: "";
  height: 4px;
}
.ds_site-header--gradient::before {
  background: linear-gradient(to right, #002d54, #0065bd);
}
.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: inherit;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  min-height: 48px;
  margin: 0 -16px -1px 0;
  padding: 16px;
  display: block;
  position: relative;
  transition: background-color 0.2s, outline-color 0.2s;
  z-index: 1;
  outline: 0 !important;
}
.ds_site-header__control:focus {
  background-color: #fdd522;
  box-shadow: inset 0 -3px #333333, inset 0 -3px #333333;
  color: #333333;
}
@media screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_site-header__control:focus {
    outline-color: highlight !important;
    outline-style: solid !important;
    outline-width: 2px !important;
  }
}
.ds_site-header__control:hover:not(:focus) {
  background-color: #d9effc;
}
.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;
}
.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: #333333;
  min-height: 48px;
}
.ds_site-search__input {
  background: #ebebeb;
  border-width: 0;
  margin-bottom: 0;
  min-height: 48px;
  padding-left: 20px;
}
.ds_site-search__input:focus {
  box-shadow: inset 0 0 0 4px;
}
.ds_site-search__input:not(:focus) {
  outline: 2px solid transparent;
}
.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;
  }
}
.ds_reversed .ds_site-search .ds_site-search__button {
  background-color: #002d54;
}

/*------------------------------------*\
    #SKIP LINKS
\*------------------------------------*/
.ds_skip-links {
  position: relative;
}

.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: block;
  height: 1px;
  left: 10px;
  overflow: hidden;
  padding: 7px;
  position: absolute;
  top: 10px;
  width: 1px;
}
.ds_skip-links__link:focus {
  clip: auto;
  height: auto;
  width: auto;
  z-index: 10000;
}

/*------------------------------------*\
    #STEP NAVIGATION
    Step navigation is an enhancement the DS accordion
\*------------------------------------*/
.ds_step-navigation {
  counter-reset: section;
}
.ds_step-navigation__title {
  font-size: 19px;
  line-height: 1.5rem;
}
.ds_step-navigation__title-link {
  display: block;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .ds_step-navigation__title-link {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_step-navigation__title-link {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .ds_step-navigation__title-link {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .ds_step-navigation__title-link {
    padding-top: 1.5rem;
  }
}
.ds_step-navigation__current-link::before {
  content: "";
  position: absolute;
  left: -24px;
  right: 100%;
  height: 1px;
  background: #333333;
  margin-top: 12px;
}
.ds_step-navigation__count {
  background-color: #ffffff;
  border: 1px solid currentColor;
  border-radius: 20px;
  color: #333333;
  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.75rem;
  width: 32px;
}
.ds_current .ds_step-navigation__count {
  background-color: #f8f8f8;
  border: 2px solid #0065bd;
  line-height: 28px;
}
.ds_step-navigation .ds_accordion {
  margin-left: 40px;
}
.ds_step-navigation .ds_accordion-item {
  position: relative;
}
.ds_step-navigation .ds_accordion-item::before {
  background: #333333;
  bottom: -1.0625rem;
  content: "";
  display: block;
  left: -24px;
  position: absolute;
  top: 2.4375rem;
  width: 1px;
}
.ds_step-navigation .ds_accordion-item:last-child::before {
  bottom: 0 !important;
}
.ds_step-navigation .ds_accordion-item:last-child::after {
  background: #333333;
  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: none;
}

@media (min-width: 768px) {
  .ds_step-navigation:not(.ds_step-navigation--small) .ds_step-navigation__count {
    font-size: 19px;
    height: 40px;
    left: -48px;
    line-height: 38px;
    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-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 {
  list-style-type: none;
  margin-left: 0;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .ds_summary-list {
    margin-top: 3rem;
  }
}
.ds_summary-list__key {
  font-weight: 700;
}
.ds_summary-list__key, .ds_summary-list__value, .ds_summary-list__actions {
  display: block;
  margin-bottom: 8px;
}
.ds_summary-list__item {
  padding-bottom: 8px;
  position: relative;
  margin-bottom: calc(1rem + -1px);
}
@media (min-width: 768px) {
  .ds_summary-list__item {
    margin-bottom: calc(1rem + -1px);
  }
}
.ds_summary-list__item::after {
  background: #b3b3b3;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.ds_summary-list__answer::before, .ds_summary-list__answer::after {
  content: "";
}
.ds_summary-list--no-border .ds_summary-list__item::after {
  content: none;
}

@media (min-width: 768px) {
  .ds_summary-list {
    border-collapse: collapse;
    display: table;
    width: 100%;
  }
  .ds_summary-list__item {
    display: table-row;
  }
  .ds_summary-list__key, .ds_summary-list__value, .ds_summary-list__actions {
    display: table-cell;
    padding: 16px;
  }
  .ds_summary-list__key {
    padding-left: 0;
    width: 50%;
  }
  .ds_summary-list__value {
    width: 50%;
  }
  .ds_summary-list__actions {
    padding-right: 0;
    text-align: right;
  }
}
/*------------------------------------*\
    TABLES
\*------------------------------------*/
.ds_table {
  width: 100%;
}
.ds_table tbody,
.ds_table thead,
.ds_table tfoot {
  border: 1px solid #b3b3b3;
}
.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 tr > * {
  padding: 8px 16px 8px 8px;
}
.ds_table tr {
  border-bottom: 1px solid #ebebeb;
}
.ds_table tr:last-child {
  border-bottom-color: #b3b3b3;
}
.ds_table thead > tr:last-child {
  border-bottom-width: 0;
}
.ds_table tbody > tr > td {
  background-color: #ffffff;
}
.ds_table tbody > tr:nth-child(even) > td {
  background-color: #f8f8f8;
}
.ds_table caption {
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
  text-align: left;
}
@media (min-width: 768px) {
  .ds_table caption {
    line-height: 32px;
  }
}

@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] thead {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute !important;
  }
  .js-enabled .ds_table[data-smallscreen=boxes] {
    border: 0;
  }
  .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 > * {
    display: block;
    overflow: auto;
    padding-left: calc(50% - 8px);
    position: relative;
  }
  .js-enabled .ds_table[data-smallscreen=boxes] tr > * {
    border: 1px solid #b3b3b3;
  }
  .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 {
    display: block;
    position: relative;
    transition: background-color 0.2s, outline-color 0.2s;
    z-index: 1;
    outline: 0 !important;
    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%;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:focus {
    background-color: #fdd522;
    box-shadow: inset 0 -3px #333333, inset 0 -3px #333333;
    color: #333333;
  }
}
@media screen and (max-width: 767px) and (forced-colors: active) and (prefers-contrast: more) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:focus {
    outline-color: highlight !important;
    outline-style: solid !important;
    outline-width: 2px !important;
  }
}
@media (max-width: 767px) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:hover:not(:focus) {
    background-color: #d9effc;
  }
}
@media (max-width: 767px) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:hover:not(:focus) {
    color: #00437e;
  }
}
@media (max-width: 767px) {
  .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;
  }
}
@media (max-width: 767px) {
  .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;
  }
}
@media (max-width: 767px) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle + .ds_tabs__list {
    display: none;
  }
}
@media (max-width: 767px) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle[aria-expanded=true] {
    border-bottom: 0;
    color: #333333;
    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: #d9effc;
  }
  .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;
  }
}
@media (max-width: 767px) {
  .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 {
    display: block;
    position: relative;
    transition: background-color 0.2s, outline-color 0.2s;
    z-index: 1;
    outline: 0 !important;
    padding: 11px 16px;
    text-decoration: none;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__tab-link:focus {
    background-color: #fdd522;
    box-shadow: inset 0 -3px #333333, inset 0 -3px #333333;
    color: #333333;
  }
}
@media screen and (max-width: 767px) and (forced-colors: active) and (prefers-contrast: more) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__tab-link:focus {
    outline-color: highlight !important;
    outline-style: solid !important;
    outline-width: 2px !important;
  }
}
@media (max-width: 767px) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__tab-link:hover:not(:focus) {
    background-color: #d9effc;
  }
}
@media (max-width: 767px) {
  .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: #333333;
    padding-left: 14px;
  }
}
@media (max-width: 767px) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__title {
    display: none;
  }
}
@media (max-width: 767px) {
  .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;
    transition: background-color 0.2s, outline-color 0.2s;
    z-index: 1;
    outline: 0 !important;
    color: #333333;
    display: inline-block;
    padding: 16px 16px calc(16px - 2px);
  }
  .ds_tabs.js-initialised .ds_tabs__tab-link:focus, .ds_tabs.ds_tabs--links .ds_tabs__tab-link:focus {
    background-color: #fdd522;
    box-shadow: inset 0 -3px #333333, inset 0 -3px #333333;
    color: #333333;
  }
}
@media screen and (min-width: 768px) and (forced-colors: active) and (prefers-contrast: more) {
  .ds_tabs.js-initialised .ds_tabs__tab-link:focus, .ds_tabs.ds_tabs--links .ds_tabs__tab-link:focus {
    outline-color: highlight !important;
    outline-style: solid !important;
    outline-width: 2px !important;
  }
}
@media (min-width: 768px) {
  .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: #d9effc;
  }
}
@media (min-width: 768px) {
  .ds_tabs.js-initialised .ds_tabs__tab-link:hover, .ds_tabs.ds_tabs--links .ds_tabs__tab-link:hover {
    color: #00437e;
  }
}
@media (min-width: 768px) {
  .ds_tabs.js-initialised .ds_tabs__tab-link:focus, .ds_tabs.ds_tabs--links .ds_tabs__tab-link:focus {
    color: #333333;
  }
}
@media (min-width: 768px) {
  .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: #333333;
    padding: calc(16px - 3px) calc(16px - 2px) 16px;
    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: 16px 16px 16px;
  }
  .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: 16px 16px;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
@media (min-width: 768px) {
  .ds_tabs.js-initialised .ds_tabs__content, .ds_tabs.ds_tabs--links .ds_tabs__content {
    border-top: 2px solid #b3b3b3;
    margin: 0;
    padding-top: 1.5rem;
  }
}
@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: 1.5rem;
  }
}
@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: 1.5rem;
    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: 1.5rem;
  }
}
@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;
  }
}
@media (min-width: 768px) {
  .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: 0.875rem;
  line-height: 1.7142857143;
  background: #0065bd;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  padding: 0 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .ds_tag {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_tag {
    outline: 2px solid currentColor !important;
    outline-offset: -2px !important;
  }
}

.ds_reversed .ds_tag {
  background-color: #ffffff;
  color: #0065bd;
}

/*------------------------------------*\
    TASK LIST
\*------------------------------------*/
.ds_task-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ds_task-list__task {
  border-top: 2px #ebebeb solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .ds_task-list__task {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_task-list__task {
    padding-bottom: 1rem;
  }
}
.ds_task-list__task:last-child {
  border-bottom: 2px #ebebeb solid;
}
@media (max-width: 479px) {
  .ds_task-list__task {
    padding-bottom: 1.5rem;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 479px) and (min-width: 768px) {
  .ds_task-list__task {
    padding-bottom: 1.5rem;
  }
}
.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;
  margin-left: 2rem;
  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 (min-width: 768px) {
  .ds_task-list__task-status {
    margin-left: 2.5rem;
  }
}
@media (max-width: 479px) {
  .ds_task-list__task-status {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
@media (max-width: 479px) and (min-width: 768px) {
  .ds_task-list__task-status {
    margin-top: 0.5rem;
  }
}
.ds_task-list__task-status--complete {
  background: #ffffff;
  color: #428542;
  border: 2px #428542 solid;
  padding: 0.125rem 1rem;
}
.ds_task-list-heading {
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  font-weight: 700;
  margin-bottom: 8px;
  display: inline;
}
@media (min-width: 768px) {
  .ds_task-list-heading {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
.ds_task-list-intro {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .ds_task-list-intro {
    margin-bottom: 0.5rem;
  }
}
.ds_task-list-heading + .ds_task-list, .ds_task-list-heading + .ds_task-list-intro {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .ds_task-list-heading + .ds_task-list, .ds_task-list-heading + .ds_task-list-intro {
    margin-top: 0.5rem;
  }
}

.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;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .ds_task-list-status-heading {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

/*------------------------------------*\
    #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 {
  background: #333333;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 32px;
  font-size: 32px;
  font-weight: 700;
  left: 24px;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 32px;
}
.ds_warning-text__icon::before {
  content: "!";
  display: block;
  height: 28px;
}

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

@media (min-width: 768px) {
  .ds_warning-text {
    padding-right: 72px;
  }
  .ds_warning-text__icon {
    top: 31px;
  }
}
/*font-family: 'Montserrat', sans-serif;*/
/* Design System Overrides and additions */
body {
  overflow-x: hidden;
}

body, html {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

html.touch .ds_skip-links__link {
  display: none;
}

.ds_file-download .smallTXT {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding-top: 15px;
}

.ds_page__middle {
  padding-bottom: 0px;
}

.ds_button {
  background: #FFF !important;
  color: #000;
  clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
  padding-right: 75px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.ds_button::before {
  content: "";
  clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
  width: 100%;
  height: 100%;
  background: #15354E;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.ds_button::after {
  content: "\f054";
  font-family: "fontawesome";
  font-size: 1rem;
  color: #007A78;
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 23px;
}

.ds_button:hover {
  /*    background: transparent !important; */
  color: #FFF !important;
  transition: all 0.5s ease-in-out;
}

.ds_button:hover::before {
  left: 0;
  transition: all 0.5s ease-in-out;
}

.ds_button:hover::after {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation-delay: 0.3s;
}

.ds_button:focus {
  background-color: #fdd522 !important;
  color: #333333 !important;
}

.ds_button:focus:hover {
  color: #FFF !important;
}

.ds_site-footer__org {
  max-width: 190px;
}

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

.ds_card--hover:hover:not(:focus),
.ds_card--has-hover:hover:not(:focus) {
  background-color: #15354E;
  box-shadow: 0px 46px 45px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.ds_category-item:hover:not(:focus) {
  background-color: #15354E;
}

.ds_card--hover:hover:not(:focus) .ReadMore .fa-chevron-right,
.ds_card--has-hover:hover:not(:focus) .ReadMore .fa-chevron-right {
  color: #FFF;
}

.ds_site-search .ds_button {
  background: #007A78 !important;
  color: #FFF;
  clip-path: none;
  padding-right: 0;
  position: relative;
  overflow: auto;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.ds_site-search .ds_button::before {
  display: none;
}

.ds_site-search .ds_button::after {
  display: none;
}

.ds_site-search .ds_button:hover {
  background: #15354E !important;
  color: #FFF !important;
  transition: all 0.5s ease-in-out;
}

.ds_accordion-item__header,
.ds_accordion-item__header-button {
  color: #15354E;
}

.ds_accordion-item--open .ds_accordion-item__header-button:not(:focus):not(:hover) {
  background-color: #B9DF94;
  color: #1E425E;
}

.ds_accordion-item__header:hover:not(:focus),
.ds_accordion-item__header-button:hover:not(:focus) {
  background-color: #007A78;
  color: #FFF;
}

.ds_accordion-item__header:focus,
.ds_accordion-item__header-button:focus {
  background-color: #00605E;
  color: #FFF;
}

.ds_category-item:focus-within {
  background-color: #00605E !important;
  color: #FFF;
}

.ds_category-item:focus-within .ReadMore .fa-chevron-right {
  color: #FFF;
}

.ds_back-to-top {
  z-index: 12;
}

.ds_back-to-top__button {
  top: calc(100vh - 125px);
}

.ds_back-to-top__button:hover:not(:focus) {
  background-color: #007A78;
  color: #FFF;
}

.ds_back-to-top__button:focus {
  background-color: #00605E;
  color: #FFF;
}

/*.search a,
.search .ds_link{
    word-break: normal;
}
*/
p a:hover:not(:focus),
li a:hover:not(:focus),
.ds_link:hover:not(:focus) {
  outline: 2px solid #007A78;
  background-color: #007A78 !important;
  color: #FFF !important;
}

p a:focus,
li a:focus,
.ds_link:focus {
  outline: 2px solid #00605E;
  background-color: #00605E;
  color: #FFF !important;
}

p a[href*="//"]:not([href*="environmentalstandards.scot"]):not([href*="thegateedinburgh.com"]),
li a[href*="//"]:not([href*="environmentalstandards.scot"]):not([href*="thegateedinburgh.com"]),
p a[href$=".pdf"],
li a[href$=".pdf"] {
  padding-right: 15px;
  background: url("../../dist/images/arrow-up-right-from-square-solid.svg") top right no-repeat;
  background-size: 12px;
}

.CustBtn a[href$=".pdf"] {
  padding-right: 75px;
  background: url("../../dist/images/arrow-up-right-from-square-solid.svg") 92% 5% no-repeat !important;
  background-color: #FFF !important;
  background-size: 12px !important;
}

p a[href*="//"]:not([href*="environmentalstandards.scot"]):not([href*="thegateedinburgh.com"]):hover:not(:focus),
li a[href*="//"]:not([href*="environmentalstandards.scot"]):not([href*="thegateedinburgh.com"]):hover:not(:focus),
p a[href$=".pdf"]:hover:not(:focus),
li a[href$=".pdf"]:hover:not(:focus) {
  background: url("../../dist/images/arrow-up-right-from-square-solid-white.svg") top right no-repeat;
  background-size: 12px;
  outline: 2px solid #007A78;
  background-color: #007A78 !important;
  color: #FFF !important;
}

.CustBtn a[href$=".pdf"]:hover:not(:focus) {
  background: url("../../dist/images/arrow-up-right-from-square-solid-white.svg") 92% 5% no-repeat;
  background-size: 12px;
  background-color: #007A78 !important;
  color: #FFF !important;
}

p a[href*="//"]:not([href*="environmentalstandards.scot"]):not([href*="thegateedinburgh.com"]):focus,
li a[href*="//"]:not([href*="environmentalstandards.scot"]):not([href*="thegateedinburgh.com"]):focus,
p a[href$=".pdf"]:focus,
li a[href$=".pdf"]:focus {
  background: url("../../dist/images/arrow-up-right-from-square-solid-white.svg") top right no-repeat;
  background-size: 12px;
  outline: 2px solid #00605E;
  background-color: #00605E !important;
  color: #FFF !important;
}

.CustBtn a[href$=".pdf"]:focus {
  background: url("../../dist/images/arrow-up-right-from-square-solid-white.svg") 92% 5% no-repeat !important;
  background-size: 12px !important;
  background-color: #00605E !important;
  color: #FFF !important;
}

p a[href$=".doc"],
li a[href$=".doc"],
.CustBtn a[href$=".doc"],
p a[href$=".docx"],
li a[href$=".docx"],
.CustBtn a[href$=".docx"],
p a[href$=".txt"],
li a[href$=".txt"],
.CustBtn a[href$=".txt"] {
  padding-right: 15px;
  background: url("../../dist/images/download-solid.svg") top right no-repeat;
  background-size: 12px;
}

p a[href$=".doc"]:hover:not(:focus),
li a[href$=".doc"]:hover:not(:focus),
.custBtn a[href$=".doc"]:hover:not(:focus),
p a[href$=".docx"]:hover:not(:focus),
li a[href$=".docx"]:hover:not(:focus),
.CustBtn a[href$=".docx"]:hover:not(:focus),
p a[href$=".txt"]:hover:not(:focus),
li a[href$=".txt"]:hover:not(:focus),
.CustBtn a[href$=".txt"]:hover:not(:focus) {
  background: url("../../dist/images/download-solid-white.svg") top right no-repeat;
  background-size: 12px;
  outline: 2px solid #007A78;
  background-color: #007A78 !important;
  color: #FFF !important;
}

p a[href$=".doc"]:focus,
li a[href$=".doc"]:focus,
.CustBtn a[href$=".doc"]:focus,
p a[href$=".docx"]:focus,
li a[href$=".docx"]:focus,
.CustBtn a[href$=".docx"]:focus,
p a[href$=".txt"]:focus,
li a[href$=".txt"]:focus,
.CustBtn a[href$=".txt"]:focus {
  background: url("../../dist/images/download-solid-white.svg") top right no-repeat;
  background-size: 12px;
  outline: 2px solid #00605E;
  background-color: #00605E !important;
  color: #FFF !important;
}

.ds_site-branding__link:focus {
  background-color: #B9DF94;
  outline: 2px solid #B9DF94;
}

.breadcrumbWrapper {
  background: #EBEBEB;
  color: #000;
  text-transform: uppercase;
  font-size: 0.7777777778em;
  font-weight: 600;
}

.breadcrumbWrapper a {
  color: #000;
}

.breadcrumbWrapper a:hover:not(:focus) {
  color: #FFF;
}

.ds_breadcrumbs {
  color: #666666;
}

/* Make Gravity Form Look like the Design System Form Fields */
.gform_validation_errors {
  display: none;
}

#gform_1 .gfield {
  display: grid !important;
  grid-template-areas: "label" "validation" "inputarea";
}

#gform_1 .gfield_label {
  grid-area: label;
}

.validation_message {
  grid-area: validation;
  background: #FFF !important;
  border: none !important;
  margin: 0px !important;
  padding: 10px !important;
  font-weight: 700;
  font-size: 1em !important;
}

#gform_1 .ginput_container {
  grid-area: inputarea;
}

.gfield_error {
  border-left: 4px solid #B9DF94 !important;
  padding-left: 20px !important;
}

.gfield_required {
  display: none !important;
}

.gform_wrapper .gfield_error label {
  color: #FFF !important;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
  border: 1px solid #B9DF94 !important;
  outline-offset: 0;
  box-shadow: inset 0 0 0 1px;
}

.gform_wrapper .gfield_error [aria-invalid=true]:focus {
  border: 2px solid #B9DF94 !important;
}

/*.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message{
    color: #FFF !important;
}*/
.ginput_container_consent {
  margin-bottom: 24px;
  padding-left: 40px;
  position: relative;
}

.ginput_container_consent input {
  height: 44px;
  left: -2px;
  opacity: 0;
  position: absolute;
  top: 10px;
  width: 44px;
}

.ginput_container_consent .gfield_consent_label {
  display: inline-block;
  padding: 4px 32px 4px 16px;
}

.ginput_container_consent .gfield_consent_label::before {
  background-color: #ffffff;
  border: 2px solid #333333;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  width: 40px;
}

.ginput_container_consent .gfield_consent_label::after {
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  bottom: calc(100% - 40px);
  left: 0;
  right: calc(100% - 40px);
  opacity: 0;
}

.ginput_container_consent .gfield_consent_label::before,
.ginput_container_consent .gfield_consent_label::after {
  top: 10px;
}

@media (min-width: 768px) {
  .ginput_container_consent .gfield_consent_label::before,
  .ginput_container_consent .gfield_consent_label::after {
    top: 12px;
  }
}
.ginput_container_consent input:focus + .gfield_consent_label::before {
  border-width: 4px;
  box-shadow: 0 0 0 3px #fdd522;
}

.ginput_container_consent input:checked + .gfield_consent_label::before {
  border-color: #333333;
}

.ginput_container_consent input:checked + .gfield_consent_label::after {
  opacity: 1;
}

.ginput_container_consent .gfield_consent_label::after {
  background-image: url(../../dist/images/icons/icons.stack.svg#checkbox);
}

@supports (-webkit-mask-image: url()) or (mask-image: url()) {
  .ginput_container_consent .gfield_consent_label::after {
    background-color: currentColor;
    background-image: none;
    -webkit-mask-image: url(../../dist/images/icons/icons.stack.svg#checkbox);
    mask-image: url(../../dist/images/icons/icons.stack.svg#checkbox);
  }
  .ginput_container_consent input:checked + .gfield_consent_label::before {
    background-color: #333333;
  }
  .ginput_container_consent input:focus:checked + .gfield_consent_label::before {
    background-color: #fdd522;
  }
  .ginput_container_consent input:focus:checked + .gfield_consent_label::after {
    background-color: #333333;
  }
}
.gfield_label,
#search-filter-form-7645 label,
#search-filter-form-7647 label,
#search-filter-form-7648 label,
#search-filter-form-12238 label {
  color: #333333;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 8px;
}

.ginput_container_text input,
.ginput_container_email input,
.ginput_container_phone input,
.ginput_container_textarea textarea {
  border: 2px solid currentColor;
  border-radius: 0;
  display: block;
  margin-bottom: 24px;
  min-height: 48px;
  padding: 8px;
  width: 100%;
}

.ginput_container_text input:focus,
.ginput_container_email input:focus,
.ginput_container_phone input:focus,
.ginput_container_textarea textarea:focus {
  outline: 3px solid #fdd522;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}

.ginput_container_select select,
#search-filter-form-7645 select,
#search-filter-form-7647 select,
#search-filter-form-7648 select,
#search-filter-form-12238 select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
}

.ginput_container_select select,
#search-filter-form-7645 select,
#search-filter-form-7647 select,
#search-filter-form-7648 select,
#search-filter-form-12238 select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: inset 0 0 0 2px currentColor;
  min-height: 48px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  padding: 8px;
  width: 100%;
}

.ginput_container_select select:focus,
#search-filter-form-7645 select:focus,
#search-filter-form-7647 select:focus,
#search-filter-form-7648 select:focus,
#search-filter-form-12238 select:focus {
  outline: 2px solid #fdd522;
  outline-offset: 0;
  box-shadow: inset 0 0 0 4px currentColor;
}

.ginput_container_select,
#search-filter-form-7645,
#search-filter-form-7647,
#search-filter-form-7648,
#search-filter-form-12238 {
  position: relative;
}

.ds_select-arrow {
  background: #0065bd;
  bottom: 0;
  content: "";
  outline: 2px solid transparent;
  outline-offset: -2px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}

.ginput_container_select select:focus + .ds_select-arrow,
#search-filter-form-7645 select:focus + .ds_select-arrow,
#search-filter-form-7647 select:focus + .ds_select-arrow,
#search-filter-form-7648 select:focus + .ds_select-arrow,
#search-filter-form-12238 select:focus + .ds_select-arrow {
  background-color: #fdd522;
}

.ds_select-arrow::before {
  bottom: 0;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  content: "";
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 3px 3px;
  border-top-color: transparent;
  display: inline-block;
  height: 12px;
  width: 12px;
  transform: rotate(-45deg);
  right: 18px;
  top: 15px;
}

.ginput_container_select select:focus + .ds_select-arrow::before,
#search-filter-form-7645 select:focus + .ds_select-arrow::before,
#search-filter-form-7647 select:focus + .ds_select-arrow::before,
#search-filter-form-7648 select:focus + .ds_select-arrow::before,
#search-filter-form-12238 select:focus + .ds_select-arrow::before {
  color: #333333;
}

.ginput_container_select select option,
#search-filter-form-7645 select option,
#search-filter-form-7647 select option,
#search-filter-form-7648 select option,
#search-filter-form-12238 select option {
  font-weight: normal;
  display: block;
  white-space: nowrap;
  min-height: 1.2em;
  padding: 0px 2px 1px;
}

.gfield_checkbox .gchoice {
  margin-bottom: 0px;
  padding-left: 40px;
  position: relative;
}

.gfield_checkbox .gchoice input {
  height: 44px;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 10px !important;
  width: 44px;
}

.gfield_checkbox .gchoice label {
  display: inline-block;
  padding: 12px 32px 4px 16px;
  line-height: 40px;
}

.gfield_checkbox .gchoice label::before {
  background-color: #ffffff;
  border: 2px solid #333333;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  width: 40px;
}

.gfield_checkbox .gchoice label::after {
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  bottom: calc(100% - 40px);
  left: 0;
  right: calc(100% - 40px);
  opacity: 0;
}

.gfield_checkbox .gchoice label::before,
.gfield_checkbox .gchoice label::after {
  top: -4px;
}

@media (min-width: 768px) {
  .gfield_checkbox .gchoice label::before,
  .gfield_checkbox .gchoice label::after {
    top: 12px;
  }
}
.gfield_checkbox .gchoice input:focus + label::before {
  border-width: 4px;
  box-shadow: 0 0 0 3px #fdd522;
}

.gfield_checkbox .gchoice input:checked + label::before {
  border-color: #333333;
}

.gfield_checkbox .gchoice input:checked + label::after {
  opacity: 1;
}

.gfield_checkbox .gchoice label::after {
  background-image: url(../../dist/images/icons/icons.stack.svg#checkbox);
}

@supports (-webkit-mask-image: url()) or (mask-image: url()) {
  .gfield_checkbox .gchoice label::after {
    background-color: #FFFFFF;
    background-image: none;
    -webkit-mask-image: url(../../dist/images/icons/icons.stack.svg#checkbox);
    mask-image: url(../../dist/images/icons/icons.stack.svg#checkbox);
  }
  .gfield_checkbox .gchoice input:checked + label::before {
    background-color: #333333;
  }
  .gfield_checkbox .gchoice input:focus:checked + label::before {
    background-color: #fdd522;
  }
  .gfield_checkbox .gchoice input:focus:checked + label::after {
    background-color: #333333;
  }
}
.gfield_radio .gchoice {
  margin-bottom: 0px;
  padding-left: 40px;
  position: relative;
}

.gfield_radio .gchoice input {
  height: 44px;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 10px !important;
  width: 44px;
}

.gfield_radio .gchoice label {
  display: inline-block;
  padding: 12px 32px 4px 16px;
  line-height: 40px;
}

.gfield_radio .gchoice label::before {
  background-color: #ffffff;
  border: 2px solid #333333;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  width: 40px;
}

.gfield_radio .gchoice label::after {
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  bottom: calc(100% - 40px);
  left: 0;
  right: calc(100% - 40px);
  opacity: 0;
}

.gfield_radio .gchoice label::before,
.gfield_radio .gchoice label::after {
  top: -4px;
}

@media (min-width: 768px) {
  .gfield_radio .gchoice label::before,
  .gfield_radio .gchoice label::after {
    top: 12px;
    border-radius: 50%;
  }
}
.gfield_radio .gchoice input:focus + label::before {
  border-width: 4px;
  box-shadow: 0 0 0 3px #fdd522;
}

.gfield_radio .gchoice input:checked + label::before {
  border-color: #333333;
}

.gfield_radio .gchoice input:checked + label::after {
  opacity: 1;
}

.gfield_radio .gchoice label::after {
  background-image: url(../../dist/images/icons/icons.stack.svg#radio);
}

@supports (-webkit-mask-image: url()) or (mask-image: url()) {
  .gfield_radio .gchoice label::after {
    background-color: currentColor;
    background-image: none;
    -webkit-mask-image: url(../../dist/images/icons/icons.stack.svg#radio);
    mask-image: url(../../dist/images/icons/icons.stack.svg#radio);
  }
  .gfield_radio .gchoice input:focus:checked + label::after {
    background-color: #333333;
  }
}
.gform_footer {
  width: 85px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  position: relative;
  right: -1px;
  bottom: 0;
}

.gform_footer input[type=submit] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.gform_footer input[type=submit] {
  background: #0065bd;
  color: #FFFFFF;
  margin: 0px;
  min-height: 48px;
  line-height: 16px;
  font-size: 1rem;
  line-height: 1.5;
  min-height: 56px;
  min-width: 56px;
  padding: 16px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 24px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.gform_footer input[type=submit]:hover {
  background-color: #00437e;
  color: #ffffff;
  outline-color: transparent;
  transition-duration: 0.2s;
}

.ds_notification.ds_warning {
  background: #d32205;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus-visible,
body.IE .screen-reader-text:focus {
  background-color: #001324;
  border-radius: 0px;
  clip: auto !important;
  color: #FFF;
  display: block;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  left: 0px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 0px;
  width: auto;
  z-index: 100000;
  border-bottom: 4px solid #28A197;
  outline: none;
  box-shadow: none;
}

.ForScreenReadersOnly {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexRowReverse {
  flex-direction: row-reverse;
}

.flexRowLong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flexSpacebetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexSpaceEvenly {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
}

.flexSpaceAround {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.flexColumn {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flexCol10 {
  width: 10%;
}

.flexCol18 {
  width: 18%;
}

.flexCol20 {
  width: 20%;
}

.flexCol22 {
  width: 22%;
}

.flexCol23 {
  width: 23%;
}

.flexCol25 {
  width: 25%;
}

.flexCol30 {
  width: 30%;
}

.flexCol31 {
  width: 31%;
}

.flexCol32 {
  width: 32%;
}

.flexCol33 {
  width: 33.3333%;
  position: relative;
}

.flexCol38 {
  width: 38%;
}

.flexCol39 {
  width: 39%;
}

.flexCol40 {
  width: 40%;
}

.flexCol43 {
  width: 43%;
}

.flexCol45 {
  width: 45%;
}

.flexCol46 {
  width: 46%;
}

.flexCol48 {
  width: 48%;
}

.flexCol49 {
  width: 49%;
}

.flexCol50 {
  width: 50%;
}

.flexCol55 {
  width: 55%;
}

.flexCol60 {
  width: 60%;
}

.flexCol66 {
  width: 66%;
}

.flexCol70 {
  width: 70%;
}

.flexCol75 {
  width: 75%;
}

.flexCol80 {
  width: 80%;
}

.flexCol90 {
  width: 90%;
}

.flexCol100 {
  width: 100%;
}

/* Menu System with Mega Menu Drop Down */
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:focus,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  color: #1e425e !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  background-color: rgba(255, 255, 255, 0.5);
}

/* Custom Content Block Styles */
/* Page Header Styles */
.PageHeader {
  position: relative;
}

.PageHeader .headerBGImage {
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}

.PageHeader .Background-blue {
  background-color: #15354E !important;
}

.PageHeader .PrimaryShard-blue {
  background-color: #1E425E;
  height: 100%;
  width: 55%;
  position: absolute;
  left: -7%;
  top: 0;
  /*transform: skew(15deg);*/
  z-index: 2;
}

.PageHeader .SecondaryShard-blue {
  background-color: #1072B9;
  height: 100%;
  width: 48%;
  position: absolute;
  left: 0;
  top: 0;
  /*transform: skew(-20deg);*/
  z-index: 1;
}

.PageHeader .Background-green {
  background-color: #00605E !important;
}

.PageHeader .PrimaryShard-green {
  background-color: #007A78;
  height: 100%;
  width: 55%;
  position: absolute;
  left: -7%;
  top: 0;
  /*transform: skew(15deg);*/
  z-index: 2;
}

.PageHeader .SecondaryShard-green {
  background-color: #B9DF94;
  height: 100%;
  width: 48%;
  position: absolute;
  left: 0;
  top: 0;
  /*transform: skew(-20deg);*/
  z-index: 1;
}

.PageHeader .ds_wrapper {
  position: relative;
  z-index: 3;
}

.PageHeader .ds_wrapper .headerCont {
  width: 85%;
  color: #FFF;
  padding: 130px 0px 130px 0;
}

.PageHeader .ds_wrapper .onlineDocDetails {
  margin: 90px 0 90px auto;
  padding: 25px 0;
  width: 65%;
  background-color: #FFF;
}

.PageHeader .ds_wrapper .onlineDocDetails .largeDownloadIcon {
  width: 55px;
  height: 55px;
  margin: 0px auto 15px;
}

.PageHeader .ds_wrapper .onlineDocDetails .DocTitle {
  font-size: 1.2222222222em;
  font-weight: 400;
  line-height: 32px;
  max-width: 90%;
  margin: 0 auto 24px;
  text-align: center;
}

.PageHeader .ds_wrapper .onlineDocDetails .DocDownload {
  position: relative;
  display: block;
  background: #FDD522;
  height: 59px;
  text-decoration: none;
  padding: 17px 20px;
}

.PageHeader .ds_wrapper .onlineDocDetails .DocDownload p {
  font-size: 0.8888888889em;
  font-weight: 700;
  line-height: 24px;
  color: #000;
  margin-bottom: 0;
}

.PageHeader .ds_wrapper .onlineDocDetails .DocDownload p span {
  font-weight: 400;
}

.PageHeader .ds_wrapper .onlineDocDetails .DocDownload .downloadIcon {
  position: absolute;
  top: 17px;
  right: 20px;
  width: 18.75px;
  height: 25px;
}

.PageHeader .ds_wrapper .onlineDocDetails .DocDownload:hover {
  background-color: #007A78;
}

.PageHeader .ds_wrapper .onlineDocDetails .DocDownload:focus {
  background-color: #00605E;
}

.PageHeader .ds_wrapper .onlineDocDetails .DocDownload:hover p,
.PageHeader .ds_wrapper .onlineDocDetails .DocDownload:focus p {
  color: #FFF;
}

.PageHeader .ds_wrapper .onlineDocDetails .NotAccessible {
  text-align: center;
  font-size: 0.7777777778em;
  font-weight: 600;
  line-height: 24px;
  width: 90%;
  margin: 17px auto 0;
  color: #000;
}

/* Standard Content Styles */
.StandardContentSection {
  margin: 35px 0;
}

.StandardContentSection .pageMetaWrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  /*margin-top: 50px;*/
  margin-bottom: 25px;
}

.StandardContentSection .pageMetaWrapper li {
  display: inline-block;
  margin: 0;
  margin-right: 15px;
  padding: 8px 10px;
  font-size: 0.6666666667em;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFF;
}

.StandardContentSection .pageMetaWrapper .pageMetaCat {
  background: #007A78;
}

.StandardContentSection .pageMetaWrapper .pageMetaDate {
  background: #1E425E;
}

.StandardContentSection h2 {
  font-size: 1.6666666667em;
  line-height: 40px;
}

.StandardContentSection h3 {
  font-size: 1.6666666667em;
  line-height: 40px;
  font-weight: 400;
}

.StandardContentSection h4 {
  font-size: 1.3888888889em;
  line-height: 30px;
  font-weight: 400;
}

.StandardContentSection .standardContCol-one {
  column-count: 1;
}

.StandardContentSection .standardContCol-two {
  column-count: 2;
  column-gap: 35px;
}

.StandardContentSection .standardContCol-three {
  column-count: 3;
  column-gap: 35px;
}

.StandardContentSection .standardContCol-one p,
.StandardContentSection .standardContCol-one ul {
  max-width: 75%;
}

.StandardContentSection .tableWrapper {
  width: 100%;
  max-width: 75%;
  overflow: hidden;
}

.StandardContentSection blockquote {
  border-left: 8px solid #00605E;
  padding-left: 32px;
  padding-right: 32px;
}

.StandardContentSection #gform_wrapper_1 {
  display: inline-block;
}

/* Offline Documents Converted to Online HTML pages */
.single h2.sidenavTitle {
  font-size: 0.8888888889em;
  padding: 16px;
  line-height: 100%;
  background: #F8F8F8;
  margin: 85px 0 0;
}

.single .ds_side-navigation__item a {
  font-size: 0.8888888889em;
  color: #000;
}

.single .ds_side-navigation__link.ds_current,
.single .ds_side-navigation__link:hover:not(:focus) {
  background-color: #007A78;
  color: #FFF;
}

.single .ds_side-navigation__link:hover::before,
.single .ds_side-navigation__link.ds_current::before {
  background: #1E425E;
  width: 4px;
}

.single .ds_side-navigation__link:focus {
  color: #000 !important;
  font-weight: 600;
}

.single .ds_side-navigation__link.ds_current:focus {
  color: #FFF !important;
}

.single .StandardContentSection .docSection {
  display: block;
}

.single .StandardContentSection .docSection.hidePage {
  display: none;
}

.single .StandardContentSection .standardContCol p,
.single .StandardContentSection .standardContCol ul,
.single .StandardContentSection table {
  max-width: 95%;
}

.single .StandardContentSection .docSection table td {
  padding: 5px;
  font-size: 0.8888888889em;
}

/* Accordion/FAQs Section */
.accordionSection {
  margin-top: 35px;
}

/* Staggered Grid layout */
.StaggeredGrid {
  margin-bottom: 150px;
}

.StaggeredGrid .StaggeredGridHeader-green {
  background: #00605E;
  color: #FFF;
  padding: 140px 0 175px 0;
}

.StaggeredGrid .StaggeredGridHeader-blue {
  background: #1E425E;
  color: #FFF;
  padding: 60px 0 230px 0;
}

.StaggeredGrid .StaggeredGridHeaderCont {
  max-width: 100%;
  margin-bottom: 50px;
}

.StaggeredGrid .StaggeredGridHeaderCont h2 {
  margin-bottom: 35px;
}

.StaggeredGrid .StaggeredGridHeaderCont p {
  width: 49%;
}

.StaggeredGrid .StaggeredGridHeaderCont p a {
  color: #FFF;
  padding-right: 15px;
  background: url("../../dist/images/arrow-up-right-from-square-solid-white.svg") top right no-repeat;
  background-size: 12px;
}

.StaggeredGrid .StaggeredGridHeaderCont p a:hover {
  color: #000;
  padding-right: 15px;
  /*background: url("../../dist/images/arrow-up-right-from-square-solid.svg") top right no-repeat;*/
  background-size: 12px;
}

.StaggeredGrid .StaggeredGridHeaderCont p a:focus {
  color: #FFF;
  outline: 2px solid #007A78;
  background-color: #007A78 !important;
}

.StaggeredGrid .StaggeredGridHeaderCont .CustBtn .ds_button {
  margin-top: 19px;
  margin-bottom: 0;
  background: #FFF;
  color: #000;
}

.StaggeredGridWrapper {
  margin-top: -25%;
}

.StaggeredGridWrapper .NoTitle {
  margin-top: -20%;
}

.StaggeredGridWrapper .GridItem {
  margin-bottom: 50px;
  border-radius: 8px;
}

.StaggeredGridWrapper .GridItemWrapper {
  overflow: hidden;
  border-radius: 8px;
}

.StaggeredGridWrapper .GridItemImage {
  position: relative;
  min-height: 250px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 65%);
  z-index: 4;
}

.page-id-1713 .StaggeredGridWrapper .GridItemImage {
  min-height: 475px;
}

.StaggeredGridWrapper .leftCol {
  margin-top: 32%;
}

.StaggeredGridWrapper .parent-green .rightCol .GridItem,
.StaggeredGridWrapper .parent-blue .leftCol .GridItem {
  background-color: #1E425E;
}

.StaggeredGridWrapper .parent-green .rightCol .GridItemCont,
.StaggeredGridWrapper .parent-blue .leftCol .GridItemCont {
  position: relative;
  background-color: #1E425E;
  height: 100%;
  padding: 25px 50px 50px;
  z-index: 1;
}

.StaggeredGridWrapper .parent-blue .rightCol .GridItem,
.StaggeredGridWrapper .parent-green .leftCol .GridItem {
  background-color: #007A78;
}

.StaggeredGridWrapper .parent-blue .rightCol .GridItemCont,
.StaggeredGridWrapper .parent-green .leftCol .GridItemCont {
  position: relative;
  background-color: #007A78;
  height: 100%;
  padding: 25px 50px 50px;
  z-index: 1;
}

/*.StaggeredGridWrapper .parent-green .rightCol .GridItemCont::before,
.StaggeredGridWrapper .parent-blue .leftCol .GridItemCont::before{
    content: '';
    background-color: #1E425E;
    height: 150px;
    width: 130%;
    position: absolute;
    left: -45px;
    top: -65px;
    transform: rotate(15deg);
    z-index: -1;
}*/
.StaggeredGridWrapper .parent-green .rightCol .GridItemCont::after,
.StaggeredGridWrapper .parent-blue .leftCol .GridItemCont::after {
  content: "";
  position: absolute;
  background-color: #1072B9;
  height: 150px;
  width: 100%;
  transform: rotate(-25deg);
  top: -200px;
  left: -150px;
}

/*.StaggeredGridWrapper .parent-blue .rightCol .GridItemCont::before,
.StaggeredGridWrapper .parent-green .leftCol .GridItemCont::before{
    content: '';
    background-color: #007A78;
    height: 150px;
    width: 130%;
    position: absolute;
    left: -45px;
    top: -65px;
    transform: rotate(15deg);
    z-index: -1;
}*/
.StaggeredGridWrapper .parent-blue .rightCol .GridItemCont::after,
.StaggeredGridWrapper .parent-green .leftCol .GridItemCont::after {
  content: "";
  position: absolute;
  background-color: #B9DF94;
  height: 150px;
  width: 100%;
  transform: rotate(-25deg);
  top: -200px;
  left: -150px;
}

.StaggeredGridWrapper .GridItemCont h2.h3,
.StaggeredGridWrapper .GridItemCont h3,
.StaggeredGridWrapper .GridItemCont p,
.StaggeredGridWrapper .GridItemCont p a {
  color: #FFF;
}

.StaggeredGridWrapper .GridItemCont p a:hover {
  color: #000;
}

.StaggeredGridWrapper .GridItemCont h2.h3,
.StaggeredGridWrapper .GridItemCont h3 {
  margin-bottom: 25px;
}

.StaggeredGridWrapper .GridItemCont p {
  font-size: 0.8888888889em;
  line-height: 22px;
  max-width: 75%;
}

.StaggeredGridWrapper .GridItemCont .GridItemBtn a.ds_button {
  margin-top: 19px;
  margin-bottom: 0;
  background: #FFF;
  color: #000;
}

/* Fullwidth CTA Styles */
.fullwidthCTA,
.fullwidthQuote {
  position: relative;
  overflow-x: hidden;
}

.fullwidthCTA .CTAbg-blue,
.fullwidthQuote .Quotebg-blue {
  background-color: #1072B9;
}

.fullwidthCTA .CTAprimImageWrapper,
.fullwidthQuote .QuoteprimImageWrapper {
  height: 100%;
  width: 55%;
  position: absolute;
  left: -15%; /*-10%;*/
  top: 0;
  transform: skew(20deg);
  z-index: 10;
  overflow: hidden;
}

.fullwidthCTA .NoAngles .CTAprimImageWrapper {
  transform: none;
  left: -10%;
}

.CTAprimImage,
.QuoteprimImage {
  width: 125%; /*116%;*/
  height: 100%;
  transform: skew(-20deg);
}

.fullwidthCTA .NoAngles .CTAprimImageWrapper .CTAprimImage {
  transform: none;
  width: 100%;
}

.fullwidthCTA .CTAcontWrapper .PrimaryShard-blue,
.fullwidthQuote .Quotebg-blue .QuotecontWrapper .PrimaryShard {
  background-color: #1E425E;
  height: 100%;
  width: 55%; /*45%;*/
  position: absolute;
  right: 3%;
  top: 0;
  transform: skew(-20deg);
  z-index: 2;
}

.fullwidthCTA .CTAcontWrapper .SecondaryShard-blue,
.fullwidthQuote .Quotebg-blue .QuotecontWrapper .SecondaryShard {
  background-color: #1072B9;
  height: 100%;
  width: 50%;
  position: absolute;
  right: -12%;
  top: 0;
  z-index: 1;
}

.fullwidthCTA .CTAbg-green,
.fullwidthQuote .Quotebg-green {
  background-color: #B9DF94;
}

.fullwidthCTA .CTAcontWrapper .PrimaryShard-green,
.fullwidthQuote .Quotebg-green .QuotecontWrapper .PrimaryShard {
  background-color: #007A78;
  height: 100%;
  width: 55%; /*45%;*/
  position: absolute;
  right: 3%;
  top: 0;
  transform: skew(-20deg);
  z-index: 2;
}

.fullwidthCTA .CTAcontWrapper .SecondaryShard-green,
.fullwidthQuote .Quotebg-green .QuotecontWrapper .SecondaryShard {
  background-color: #B9DF94;
  height: 100%;
  width: 50%;
  position: absolute;
  right: -12%;
  top: 0;
  z-index: 1;
}

.fullwidthCTA .CTAbg-blue .CTAcontWrapper .CTAcont,
.fullwidthQuote .Quotebg-blue .QuotecontWrapper .QuoteCont {
  background-color: #1E425E;
}

.fullwidthCTA .CTAbg-green .CTAcontWrapper .CTAcont,
.fullwidthQuote .Quotebg-green .QuotecontWrapper .Quotecont {
  background-color: #007A78;
}

.fullwidthCTA .CTAcontWrapper .CTAcont,
.fullwidthQuote .QuotecontWrapper .Quotecont {
  position: relative;
  z-index: 3;
  color: #FFF;
  margin: 200px 25% 200px 10%; /*25%;*/
}

.fullwidthCTA .CTAcontWrapper .CTAcont h2 {
  margin-bottom: 35px;
}

.fullwidthCTA .CTAcontWrapper .CTAcont p {
  max-width: 75%;
  font-size: 0.8888888889em;
}

.fullwidthCTA .CTAcontWrapper .CTAcont p a {
  color: #FFF;
}

.fullwidthCTA .CTAcontWrapper .CTAcont p a[href*="//"]:not([href*="staging.environmentalstandards.scot"]),
.fullwidthCTA .CTAcontWrapper .CTAcont p a[href$=".pdf"] {
  font-weight: 600;
  padding-right: 15px;
  background: url("../../dist/images/arrow-up-right-from-square-solid-white.svg") top right no-repeat;
  background-size: 12px;
}

.fullwidthCTA .CTAcontWrapper .CTAcont p a:hover {
  color: #333;
}

.fullwidthCTA .CTAcontWrapper .CTAcont p a[href*="//"]:not([href*="staging.environmentalstandards.scot"]):hover,
.fullwidthCTA .CTAcontWrapper .CTAcont p a[href$=".pdf"]:hover {
  background: url("../../dist/images/arrow-up-right-from-square-solid-white.svg") top right no-repeat;
  background-size: 12px;
}

.fullwidthCTA .CTAcontWrapper .CTAcont .CustBtn a.ds_button {
  margin-top: 19px;
  margin-bottom: 0;
  background: #FFF;
  color: #000;
}

/* Fullwidth BlockQuote Styles */
.fullwidthQuote .Quotebg-green .QuotecontWrapper .PrimaryShard,
.fullwidthQuote .Quotebg-blue .QuotecontWrapper .PrimaryShard {
  width: 55%;
}

.fullwidthQuote .Quotebg-green .QuotecontWrapper .SecondaryShard {
  background-color: #00605E;
}

.fullwidthQuote .Quotebg-blue .QuotecontWrapper .SecondaryShard {
  background-color: #15354E;
}

.fullwidthQuote .QuotecontWrapper .Quotecont {
  font-size: 1.6666666667em;
  line-height: 40px;
  margin: 155px 31% 155px 20%;
}

.fullwidthQuote .QuotecontWrapper .Quotecont p {
  margin-bottom: 0;
  padding-bottom: 35px;
}

.fullwidthQuote .Quotebg-green .QuotecontWrapper .Quotecont .QuoteMark {
  color: #B9DF94;
}

.fullwidthQuote .Quotebg-blue .QuotecontWrapper .Quotecont .QuoteMark {
  color: #1072B9;
}

.fullwidthQuote .QuotecontWrapper .Quotecont .QuoteMark {
  font-size: 4.4444444444rem;
  margin-top: 0;
  margin-bottom: 35px;
  padding-bottom: 0;
}

.fullwidthQuote .QuotecontWrapper .Quotecont .QuoteCite {
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 35px;
  position: relative;
}

.fullwidthQuote .QuotecontWrapper .Quotecont .QuoteCite::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #B9DF94;
  position: absolute;
  top: -35px;
  left: 0;
}

.fullwidthQuote .QuotecontWrapper .Quotecont .QuoteCite p {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 26px;
}

/* Latest News Row layout */
.LatestNewsSection {
  margin-bottom: 0px;
}

.LatestNewsSection .LatestNewsHeaderWrapper {
  background: #00605E;
  color: #FFF;
  padding: 60px 0 230px 0;
}

.LatestNewsSection .LatestNewsHeaderCont {
  max-width: 49%;
}

.LatestNewsSection .LatestNewsHeaderCont h2 {
  margin-bottom: 35px;
}

.LatestNewsRow {
  margin-top: -8%;
}

.LatestNewsRow .ds_card,
.FilteredContent .ds_card {
  background-color: #B9DF94;
  border-radius: 8px;
  overflow: hidden;
}

.LatestNewsRow .ds_card .ds_card__media,
.FilteredContent .ds_card .ds_card__media {
  height: 300px;
  overflow: hidden;
}

.LatestNewsRow .ds_card > .ds_category-item,
.FilteredContent .ds_card > .ds_category-item {
  padding: 30px 35px;
}

.LatestNewsRow .ds_card > .ds_category-item .PubDate,
.FilteredContent .ds_card > .ds_category-item .PubDate,
.LatestNewsRow .ds_card > .ds_category-item .cardCat,
.FilteredContent .ds_card > .ds_category-item .cardCat {
  display: inline-block;
  padding: 7px 15px;
  text-align: center;
  background: #1E425E;
  color: #FFF;
  line-height: 100%;
  margin-bottom: 10px;
}

.LatestNewsRow .ds_card > .ds_category-item h2,
.FilteredContent .ds_card > .ds_category-item h2 {
  margin-top: 20px;
  line-height: 22px;
}

.LatestNewsRow .ds_card .ds_category-item__link,
.FilteredContent .ds_card .ds_category-item__link {
  color: #000;
  font-size: 1rem;
  line-height: 22px;
}

.LatestNewsRow .ds_card .ds_category-item__link:hover,
.FilteredContent .ds_card .ds_category-item__link:hover {
  color: #FFF;
}

.LatestNewsRow .ds_card p,
.FilteredContent .ds_card p {
  font-size: 0.8888888889rem;
}

.LatestNewsRow .ds_card:hover p,
.FilteredContent .ds_card:hover p {
  color: #FFF;
}

.LatestNewsRow .ds_card p.ReadMore,
.FilteredContent .ds_card p.ReadMore {
  font-weight: 600;
  font-size: 0.7777777778rem;
  margin-top: 27px;
}

.LatestNewsRow .ds_card p.ReadMore i,
.FilteredContent .ds_card p.ReadMore i {
  font-family: "fontawesome";
  color: #007A78;
  font-style: normal;
  margin-left: 15px;
}

.LatestNewsRow .ds_card > .ds_category-item .cardCat p,
.FilteredContent .ds_card > .ds_category-item .cardCat p,
.LatestNewsRow .ds_card > .ds_category-item .PubDate p,
.FilteredContent .ds_card > .ds_category-item .PubDate p {
  font-size: 0.6666666667rem;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 600;
}

.LatestNewsRow .ds_card:hover > .ds_category-item .PubDate,
.FilteredContent .ds_card:hover > .ds_category-item .PubDate,
.LatestNewsRow .ds_card:hover > .ds_category-item .cardCat,
.FilteredContent .ds_card:hover > .ds_category-item .cardCat {
  background: #FFF;
}

.LatestNewsRow .ds_card:hover > .ds_category-item .PubDate p,
.FilteredContent .ds_card:hover > .ds_category-item .PubDate p,
.LatestNewsRow .ds_card:hover > .ds_category-item .cardCat p,
.FilteredContent .ds_card:hover > .ds_category-item .cardCat p {
  color: #000;
}

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

.LatestNewsSection .LatestNewsBTN .ds_button {
  background-color: #007A78 !important;
  color: #FFF;
}

.LatestNewsSection .LatestNewsBTN .ds_button::after {
  color: #FFF;
}

.LatestNewsSection .LatestNewsBTN .ds_button:focus {
  background-color: #fdd522 !important;
}

.filterWrapper-BGC-blue .ds_card {
  background-color: #B9DF94;
  /*color: #FFF;*/
}

.filterWrapper-BGC-blue .ds_card .ds_category-item__link {
  color: #333333;
}

.filterWrapper-BGC-blue .ds_card--hover:hover:not(:focus),
.filterWrapper-BGC-blue .ds_card--has-hover:hover:not(:focus),
.filterWrapper-BGC-blue .ds_category-item:hover:not(:focus) {
  background-color: #15354E;
  color: #FFF;
}

.filterWrapper-BGC-blue .ds_card--hover:hover:not(:focus) .ds_category-item__link,
.filterWrapper-BGC-blue .ds_card--has-hover:hover:not(:focus) .ds_category-item__link,
.filterWrapper-BGC-blue .ds_category-item:hover:not(:focus) .ds_category-item__link {
  color: #FFF;
}

.filterWrapper-BGC-blue .ds_card p.ReadMore i {
  color: #1E425E;
}

.filterWrapper-BGC-green .ds_card {
  background-color: #1E425E;
  color: #FFF;
}

.filterWrapper-BGC-green .ds_card--hover:hover:not(:focus),
.filterWrapper-BGC-green .ds_card--has-hover:hover:not(:focus),
.filterWrapper-BGC-green .ds_category-item:hover:not(:focus) {
  background-color: #15354E;
}

.filterWrapper-BGC-green .ds_card .ds_category-item__link {
  color: #FFF;
}

.filterWrapper-BGC-green .ds_card > .ds_category-item .PubDate,
.filterWrapper-BGC-green .ds_card > .ds_category-item .cardCat {
  background-color: #007A78;
  margin-bottom: 10px;
}

/* Latest Publications Row layout */
.LatestPubSection {
  margin-bottom: 0px;
  background: #00605E;
  color: #FFF;
  padding: 80px 0 80px 0;
}

.LatestPubSection .LatestPubHeaderWrapper {
  background: #00605E;
  color: #FFF;
}

.LatestPubSection .LatestPubHeaderCont {
  max-width: 49%;
}

.LatestPubSection .LatestPubHeaderCont h2 {
  margin-bottom: 35px;
}

.LatestPubSection .LatestPubRow {
  margin-top: 75px;
  margin-bottom: 80px;
}

.LatestPubRow .ds_card {
  background-color: #1E425E;
  border-radius: 8px;
  overflow: hidden;
}

.LatestPubRow .ds_card > .ds_category-item {
  padding: 30px 35px;
}

.LatestPubRow .ds_card > .ds_category-item .PubDate {
  display: inline-block;
  padding: 7px 15px;
  text-align: center;
  background: #007A78;
  color: #FFF;
}

.LatestPubRow .ds_card > .ds_category-item h2 {
  margin-top: 20px;
  line-height: 22px;
  color: #FFF;
}

.LatestPubRow .ds_card .ds_category-item__link {
  color: #FFF;
  font-size: 1rem;
  line-height: 22px;
}

.LatestPubRow .ds_card .ds_category-item__link:hover {
  color: #FFF;
}

.LatestPubRow .ds_card p {
  font-size: 0.8888888889rem;
}

.LatestPubRow .ds_card:hover p {
  color: #FFF;
}

.LatestPubRow .ds_card p.ReadMore {
  font-weight: 600;
  font-size: 0.7777777778rem;
  margin-top: 27px;
}

.LatestPubRow .ds_card p.ReadMore i {
  font-family: "fontawesome";
  color: #007A78;
  font-style: normal;
  margin-left: 15px;
}

.LatestPubRow .ds_card > .ds_category-item .PubDate p {
  font-size: 0.6666666667rem;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 600;
}

.LatestPubRow .ds_card:hover > .ds_category-item .PubDate {
  background: #FFF;
}

.LatestPubRow .ds_card:hover > .ds_category-item .PubDate p {
  color: #000;
}

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

.LatestPubSection .LatestPubBTN .ds_button {
  background-color: #FFF;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

/* Filter Pages */
.FilteredContent .filterWrapper {
  position: relative;
  color: #FFF;
  padding: 60px 0 180px;
}

.FilteredContent .BGC-blue {
  background: #1E425E;
}

.FilteredContent .BGC-green {
  background: #007A78;
}

.FilteredContent .filterWrapper h2 {
  font-size: 1.6666666667em;
  font-weight: 500;
  line-height: 40px;
}

#search-filter-form-7645 ul {
  margin-left: 0;
  display: grid;
  grid-template-columns: 2fr 2fr 1fr 1fr;
  grid-gap: 32px 32px;
}

#search-filter-form-7647 ul,
#search-filter-form-7648 ul,
#search-filter-form-12238 ul {
  margin-left: 0;
  display: grid;
  grid-template-columns: 2fr 2fr 1.25fr 1fr;
  grid-gap: 32px 22px;
}

#search-filter-form-7645 ul li,
#search-filter-form-7647 ul li,
#search-filter-form-7648 ul li,
#search-filter-form-12238 ul li {
  display: inline-block;
  width: 100%;
}

#search-filter-form-7645 ul li h3,
#search-filter-form-7647 ul li h3,
#search-filter-form-7648 ul li h3,
#search-filter-form-12238 ul li h3 {
  color: #FFF;
  font-size: 1em;
  font-weight: 500;
  line-height: 32px;
}

#search-filter-form-7645 ul li label,
#search-filter-form-7647 ul li label,
#search-filter-form-7648 ul li label,
#search-filter-form-12238 ul li label {
  position: relative;
  width: 100%;
}

#search-filter-form-7645 select,
#search-filter-form-7647 select,
#search-filter-form-7648 select,
#search-filter-form-12238 select {
  color: #000;
  box-shadow: inset 0 0 0 2px #FFF;
  background: rgba(255, 255, 255, 0.75);
}

#search-filter-form-7645 ul li label .ds_select-arrow,
#search-filter-form-7647 ul li label .ds_select-arrow,
#search-filter-form-7648 ul li label .ds_select-arrow,
#search-filter-form-12238 ul li label .ds_select-arrow {
  background: #FFF;
}

#search-filter-form-7645 ul li label .ds_select-arrow::before,
#search-filter-form-7647 ul li label .ds_select-arrow::before,
#search-filter-form-7648 ul li label .ds_select-arrow::before,
#search-filter-form-12238 ul li label .ds_select-arrow::before {
  color: #007A78;
}

#search-filter-form-7645 ul li.sf-field-submit,
#search-filter-form-7645 ul li.sf-field-reset,
#search-filter-form-7647 ul li.sf-field-submit,
#search-filter-form-7647 ul li.sf-field-reset,
#search-filter-form-7648 ul li.sf-field-submit,
#search-filter-form-7648 ul li.sf-field-reset,
#search-filter-form-12238 ul li.sf-field-submit,
#search-filter-form-12238 ul li.sf-field-reset {
  background: #FFF !important;
  color: #000;
  clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
  padding-right: 75px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  margin-top: 57px;
  margin-bottom: 18px;
  min-height: 48px;
}

#search-filter-form-12238 ul li.sf-field-submit,
#search-filter-form-12238 ul li.sf-field-reset {
  margin-top: 50px;
}

#search-filter-form-7645 ul li.sf-field-submit::before,
#search-filter-form-7645 ul li.sf-field-reset::before,
#search-filter-form-7647 ul li.sf-field-submit::before,
#search-filter-form-7647 ul li.sf-field-reset::before,
#search-filter-form-7648 ul li.sf-field-submit::before,
#search-filter-form-7648 ul li.sf-field-reset::before,
#search-filter-form-12238 ul li.sf-field-submit::before,
#search-filter-form-12238 ul li.sf-field-reset::before {
  content: "";
  clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
  width: 100%;
  height: 100%;
  background: #15354E;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

#search-filter-form-7645 ul li.sf-field-submit::after,
#search-filter-form-7645 ul li.sf-field-reset::after,
#search-filter-form-7647 ul li.sf-field-submit::after,
#search-filter-form-7647 ul li.sf-field-reset::after,
#search-filter-form-7648 ul li.sf-field-submit::after,
#search-filter-form-7648 ul li.sf-field-reset::after,
#search-filter-form-12238 ul li.sf-field-submit::after,
#search-filter-form-12238 ul li.sf-field-reset::after {
  content: "\f054";
  font-family: "fontawesome";
  font-size: 1rem;
  color: #007A78;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 23px;
  z-index: 2;
}

#search-filter-form-7645 ul li.sf-field-submit,
#search-filter-form-7645 ul li.sf-field-submit::before,
#search-filter-form-7647 ul li.sf-field-submit,
#search-filter-form-7647 ul li.sf-field-submit::before,
#search-filter-form-7648 ul li.sf-field-submit,
#search-filter-form-7648 ul li.sf-field-submit::before,
#search-filter-form-12238 ul li.sf-field-submit,
#search-filter-form-12238 ul li.sf-field-submit::before {
  clip-path: none;
}

#search-filter-form-7645 ul li.sf-field-submit::after {
  right: 20px;
}

#search-filter-form-7647 ul li.sf-field-submit::after,
#search-filter-form-7648 ul li.sf-field-submit::after,
#search-filter-form-12238 ul li.sf-field-submit::after {
  right: 5px;
}

#search-filter-form-7645 ul li.sf-field-submit input,
#search-filter-form-7645 ul li.sf-field-reset input,
#search-filter-form-7647 ul li.sf-field-submit input,
#search-filter-form-7647 ul li.sf-field-reset input,
#search-filter-form-7648 ul li.sf-field-submit input,
#search-filter-form-7648 ul li.sf-field-reset input,
#search-filter-form-12238 ul li.sf-field-submit input,
#search-filter-form-12238 ul li.sf-field-reset input {
  margin-right: 25px;
  position: absolute;
  width: 100%;
  height: 48px;
  margin: 0;
  border-radius: 0;
  color: #000;
  text-align: left;
  padding: 10px 15px;
  border: none;
  /*text-transform: uppercase;*/
  font-size: 0.7777777778em;
  font-weight: 600;
  min-height: 48px;
  left: 0;
  top: 0;
  background-color: transparent;
  z-index: 2;
}

#search-filter-form-7645 ul li.sf-field-submit:hover input,
#search-filter-form-7645 ul li.sf-field-reset:hover input,
#search-filter-form-7647 ul li.sf-field-submit:hover input,
#search-filter-form-7647 ul li.sf-field-reset:hover input,
#search-filter-form-7648 ul li.sf-field-submit:hover input,
#search-filter-form-7648 ul li.sf-field-reset:hover input,
#search-filter-form-12238 ul li.sf-field-submit:hover input,
#search-filter-form-12238 ul li.sf-field-reset:hover input {
  color: #FFF;
  transition: all 0.5s ease-in-out;
}

#search-filter-form-7645 ul li.sf-field-submit:hover::after,
#search-filter-form-7645 ul li.sf-field-reset:hover::after,
#search-filter-form-7647 ul li.sf-field-submit:hover::after,
#search-filter-form-7647 ul li.sf-field-reset:hover::after,
#search-filter-form-7648 ul li.sf-field-submit:hover::after,
#search-filter-form-7648 ul li.sf-field-reset:hover::after,
#search-filter-form-12238 ul li.sf-field-submit:hover::after,
#search-filter-form-12238 ul li.sf-field-reset:hover::after {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation-delay: 0.3s;
}

#search-filter-form-7645 ul li.sf-field-submit:hover::before,
#search-filter-form-7645 ul li.sf-field-reset:hover::before,
#search-filter-form-7647 ul li.sf-field-submit:hover::before,
#search-filter-form-7647 ul li.sf-field-reset:hover::before,
#search-filter-form-7648 ul li.sf-field-submit:hover::before,
#search-filter-form-7648 ul li.sf-field-reset:hover::before,
#search-filter-form-12238 ul li.sf-field-submit:hover::before,
#search-filter-form-12238 ul li.sf-field-reset:hover::before {
  left: 0;
  transition: all 0.5s ease-in-out;
}

#search-filter-form-7645 ul li.sf-field-submit:focus,
#search-filter-form-7645 ul li.sf-field-reset:focus,
#search-filter-form-7647 ul li.sf-field-submit:focus,
#search-filter-form-7647 ul li.sf-field-reset:focus,
#search-filter-form-7648 ul li.sf-field-submit:focus,
#search-filter-form-7648 ul li.sf-field-reset:focus,
#search-filter-form-12238 ul li.sf-field-submit:focus,
#search-filter-form-12238 ul li.sf-field-reset:focus,
#search-filter-form-7645 ul li.sf-field-submit input:focus,
#search-filter-form-7645 ul li.sf-field-reset input:focus,
#search-filter-form-7647 ul li.sf-field-submit input:focus,
#search-filter-form-7647 ul li.sf-field-reset input:focus,
#search-filter-form-7648 ul li.sf-field-submit input:focus,
#search-filter-form-7648 ul li.sf-field-reset input:focus,
#search-filter-form-12238 ul li.sf-field-submit input:focus,
#search-filter-form-12238 ul li.sf-field-reset input:focus {
  color: #333333;
  background: #fdd522 !important;
}

.FilteredContent .searchandfilter .screen-reader-text {
  color: #FFF;
}

.FilteredContent #ImagefilterGrid {
  margin-top: -150px;
}

/* Filter grid over rides for Investigations and Publications filters */
.pagination {
  padding: 68px 0 100px;
}

.pagination .ds_wrapper {
  padding: 0px;
}

.pagination .paginationWrapper {
  text-align: center;
  font-size: 0.7777777778em;
  line-height: 24px;
  font-weight: 600;
}

.pagination .paginationWrapper a {
  color: #000;
  text-decoration: none;
}

.pagination .paginationWrapper a.ds_pagination__link,
.pagination .paginationWrapper span.ds_pagination__link {
  min-width: 50px;
  height: 50px;
  padding: 8px;
  text-align: center;
  margin: 0 8px;
  display: inline-block;
  line-height: 34px;
}

.pagination .paginationWrapper a.ds_pagination__link[aria-label="Previous Page"],
.pagination .paginationWrapper a.ds_pagination__link[aria-label="Next Page"] {
  display: unset;
}

.pagination .paginationWrapper a.ds_pagination__link:hover:not(:focus) {
  background-color: rgba(185, 223, 148, 0.2);
}

.pagination .paginationWrapper a.ds_pagination__link:focus {
  background-color: rgba(185, 223, 148, 0.5);
  box-shadow: 0px -4px 0px 0px #007A78 inset;
  color: #000 !important;
}

.pagination .paginationWrapper i {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  color: #007A78;
}

.pagination .paginationWrapper .ds_pagination__link i {
  margin-right: 15px;
}

.pagination .paginationWrapper .ds_pagination__link i {
  margin-left: 15px;
}

.pagination .paginationWrapper span.ds_pagination__link {
  background: rgba(0, 122, 120, 0.2);
  box-shadow: 0px -4px 0px 0px #007A78 inset;
}

.pagination .paginationWrapper a.ds_pagination__link[aria-label="Previous Page"],
.pagination .paginationWrapper a.ds_pagination__link[aria-label="First Page"],
.pagination .paginationWrapper a.ds_pagination__link[aria-label="Previous Page"] i,
.pagination .paginationWrapper a.ds_pagination__link[aria-label="First Page"] i {
  margin-left: 0px;
}

.pagination .paginationWrapper a.ds_pagination__link[aria-label="Next Page"],
.pagination .paginationWrapper a.ds_pagination__link[aria-label="Last Page"],
.pagination .paginationWrapper a.ds_pagination__link[aria-label="Next Page"] i,
.pagination .paginationWrapper a.ds_pagination__link[aria-label="Last Page"] i {
  margin-right: 0px;
}

/* Contact Us Page Styles */
#gform_wrapper_1 {
  border-radius: 8px;
  background: #007A78;
  padding: 55px 50px;
  color: #FFF;
  font-size: 0.8888888889em;
}

#gform_wrapper_1 .gfield_label {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
}

#gform_wrapper_1 .ginput_container_text input,
#gform_wrapper_1 .ginput_container_email input,
#gform_wrapper_1 .ginput_container_phone input,
#gform_wrapper_1 .ginput_container_textarea textarea,
#gform_wrapper_1 .ginput_container_consent input {
  background: #007A78;
}

#gform_wrapper_1 .ginput_container_text input::placeholder,
#gform_wrapper_1 .ginput_container_email input::placeholder,
#gform_wrapper_1 .ginput_container_phone input::placeholder,
#gform_wrapper_1 .ginput_container_textarea textarea::placeholder {
  color: #FFF;
  font-size: 0.7777777778rem;
}

#gform_wrapper_1 .ginput_container_consent .gfield_consent_label::before {
  background: #007A78;
  border: 2px solid #FFF;
}

#gform_wrapper_1 .ginput_container_consent .gfield_consent_label a {
  color: #FFF;
}

#gform_wrapper_1 .ginput_container_consent .gfield_consent_label a:hover {
  outline: 2px solid #007A78;
  background-color: #007A78;
  color: #FFF;
}

#gform_wrapper_1 .ginput_container_consent .gfield_consent_label a:focus {
  outline: 2px solid #00605E;
  background-color: #00605E;
  color: #FFF !important;
}

#gform_wrapper_1 .gform_heading h2 {
  font-size: 1.6666666667rem;
  font-weight: 400;
}

#gform_wrapper_1 .gform_footer {
  width: 100%;
  height: 50px;
}

#gform_wrapper_1 .gform_footer input[type=submit] {
  background: #FFF !important;
  color: #000;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  /*text-transform: uppercase;*/
  margin: 0;
  font-size: 0.7777777778em;
  min-height: 45px;
  max-height: 45px;
  margin-right: 15px;
  line-height: 13px;
}

#gform_wrapper_1 .gform_footer input[type=reset] {
  background: #FFF !important;
  color: #000;
  clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  /*text-transform: uppercase;*/
  margin: 0;
  font-size: 0.7777777778em;
  min-height: 45px;
  max-height: 45px;
  line-height: 13px;
  min-width: 56px;
  padding: 16px;
  padding-right: 25px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  outline: 2px solid transparent;
  outline-offset: -2px;
  text-align: center;
  text-decoration: none;
}

#gform_wrapper_1 .gform_footer input[type=submit]:hover,
#gform_wrapper_1 .gform_footer input[type=reset]:hover {
  background: #00605E !important;
  color: #FFF !important;
  transition: all 0.5s ease-in-out;
}

#gform_wrapper_1.gform_wrapper.gravity-theme .gform_footer,
#gform_wrapper_1.gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0;
  padding: 0;
  margin-top: 18px;
}

#gform_wrapper_1 .gform_heading .gform_required_legend {
  display: none;
}

#gform_confirmation_wrapper_1 {
  background: #B9DF94;
  font-size: 1.5em;
  padding: 25px;
  line-height: 110%;
}

/* Team Members Bio Pages */
.TeamBiog {
  margin: 50px 0;
}

.TeamBiog .mainBioContent {
  margin-bottom: 35px;
}

.TeamBiog .BioPhoto {
  height: 345px;
  margin-top: 12px;
}

.TeamBiog .BioTxt {
  margin-left: 35px;
}

.TeamBiog .BioTxt h3 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 35px;
}

.TeamBiog .BioMeta .metaWrapper {
  padding: 0 5px;
  display: inline-block;
  padding-left: 73px;
}

.TeamBiog .BioMeta .metaWrapper p {
  margin-bottom: 5px;
}

.TeamBiog .BioMeta .metaWrapper .blockTitle {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 1em;
  /*max-height: 63px;*/
}

.TeamBiog .TelBlock,
.TeamBiog .HoursBlock,
.TeamBiog .EmailBlock {
  background-color: #EAEAEA;
  /*max-height: 63px;*/
  position: relative;
}

.TeamBiog .MetaIcon {
  max-width: 63px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.TeamBiog .TelBlock .MetaIcon i {
  background-color: #B9DF94;
  font-family: "fontawesome";
  font-size: 30px;
  color: #333333;
  font-style: normal;
  text-align: center;
  width: 63px;
  height: 63px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.TeamBiog .HoursBlock .MetaIcon i {
  background-color: #007A78;
  font-family: "fontawesome";
  font-size: 30px;
  color: #FFF;
  font-style: normal;
  text-align: center;
  width: 63px;
  height: 63px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.TeamBiog .EmailBlock .MetaIcon i {
  background-color: #00605E;
  font-family: "fontawesome";
  font-size: 30px;
  color: #FFF;
  font-style: normal;
  text-align: center;
  width: 63px;
  height: 63px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* New Standrad Grid Block */
.StandardGridSection {
  padding: 80px 0;
}

.StandardGridSection .StandardGridSectionRow {
  margin: 40px 0;
}

.StandardGridSection .StandardGridSectionRow .ds_card {
  box-shadow: none;
}

.StandardGridSection .StandardGridSectionRow .ds_card .ds_category-item {
  background-color: #007A78;
  color: #FFF;
  border-radius: 8px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.StandardGridSection .StandardGridSectionRow .ds_card .ds_category-item:hover {
  border-radius: 8px;
  background-color: #15354E;
  box-shadow: 0px 46px 45px 0px rgba(0, 0, 0, 0.2);
}

.StandardGridSection .StandardGridSectionRow .ds_card h2 a,
.StandardGridSection .StandardGridSectionRow .ds_card h3 a {
  color: #FFF;
}

.StandardGridSection .StandardGridSectionRow .ds_card .ds_category-item p.gridIntro {
  font-size: 0.889rem;
}

.StandardGridSection .StandardGridSectionRow .ds_card .ds_button {
  text-align: left;
  z-index: -1;
}

.StandardGridSection .StandardGridSectionRow .ds_card .ds_button:hover {
  transition: none;
  color: #000 !important;
}

.StandardGridSection .StandardGridSectionRow .ds_card .ds_button::before {
  transition: none;
  left: -100%;
}

.StandardGridSection .StandardGridSectionRow .ds_card .ds_button:hover::after {
  animation: none;
}

.StandardGridSection .StandardGridSectionRow .ds_card:hover .ds_button {
  transition: all 0.5s ease-in-out;
  color: #FFF !important;
}

.StandardGridSection .StandardGridSectionRow .ds_card .ds_button::before {
  background: #007A78;
}

.StandardGridSection .StandardGridSectionRow .ds_card:hover .ds_button::before {
  transition: all 0.5s ease-in-out;
  left: 0;
}

.StandardGridSection .StandardGridSectionRow .ds_card:hover .ds_button::after {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  color: #FFF;
}

.StandardGridSection .StandardGridSectionFooterCont a {
  word-break: break-all;
}

/* Custom feedback form */
.feedbackForm {
  margin: 30px 0;
  border: 1px solid #E2E8FF;
  padding: 70px;
  width: 100%;
  max-width: 800px;
}

#gform_2 {
  position: relative;
}

#gform_2 .gform_footer {
  position: absolute;
  right: 8px;
  top: 20px;
  bottom: auto;
}

#gform_2 legend {
  font-size: 1.875em;
}

.gform_wrapper.gravity-theme #gform_2 .gform_footer,
.gform_wrapper.gravity-theme #gform_2 .gform_page_footer {
  margin: 0;
  padding: 0;
}

.gform_wrapper.gravity-theme #gform_2 .gform_footer button,
.gform_wrapper.gravity-theme #gform_2 .gform_footer input,
.gform_wrapper.gravity-theme #gform_2 .gform_page_footer button,
.gform_wrapper.gravity-theme #gform_2 .gform_page_footer input {
  margin-bottom: 0px;
  font-size: 0.8em;
  background: #1e425e;
}

.gform_wrapper.gravity-theme #gform_2 .gform_footer input[type=submit]:hover,
.gform_wrapper.gravity-theme #gform_2 .gform_footer button:hover,
.gform_wrapper.gravity-theme #gform_2 .gform_footer input:hover,
.gform_wrapper.gravity-theme #gform_2 .gform_page_footer button:hover,
.gform_wrapper.gravity-theme #gform_2 .gform_page_footer input:hover {
  background: transparent;
  color: #1e425e;
  transition: background-color 0.2s;
  outline: 2px solid #1e425e;
}

.gform_wrapper.gravity-theme #gform_2 .gform_footer input[type=submit]:focus,
.gform_wrapper.gravity-theme #gform_2 .gform_footer button:focus,
.gform_wrapper.gravity-theme #gform_2 .gform_footer input:focus,
.gform_wrapper.gravity-theme #gform_2 .gform_page_footer button:focus,
.gform_wrapper.gravity-theme #gform_2 .gform_page_footer input:focus {
  outline: 2px solid #1e425e;
  outline-offset: -1px;
  background-color: #007A78;
  font-weight: 500;
  box-shadow: 0px 5px #1e425e, 0px 5px #1e425e;
  color: #1e425e;
  text-decoration: none;
  transition-duration: 0s;
}

/* Site Footer */
.ds_site-footer .ds_site-footer__content p a {
  padding-right: 15px;
  background: url("../../dist/images/arrow-up-right-from-square-solid-white.svg") top right no-repeat !important;
  background-size: 12px !important;
}

.ds_site-footer .ds_site-footer__content p a:hover:not(:focus) {
  padding-right: 15px;
  background: url("../../dist/images/arrow-up-right-from-square-solid-white.svg") top right no-repeat #007A78 !important;
  background-size: 12px !important;
}

.ds_site-footer .ds_site-footer__content p a:focus {
  padding-right: 15px;
  background: url("../../dist/images/arrow-up-right-from-square-solid-white.svg") top right no-repeat #00605E !important;
  background-size: 12px !important;
}

/* Custom 404 Styles */
.error404 h1 {
  font-size: 7em;
  margin-top: 50px;
}

.error404 p.subHeader404 {
  font-size: 2.75rem;
  line-height: 3.25rem;
  margin-top: 60px;
}

.error404 p.IntroPara404 {
  font-size: 1.75;
  line-height: 2rem;
}

/* Phase/Survey Banner */
.survey_banner .ds_phase-banner__content .flex50 {
  display: flex;
  flex-direction: column;
  align-self: center;
}

/* Animations and KeyFrames */
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shakeVertical {
  10%, 90% {
    transform: translate3d(0, -1px, 0);
  }
  20%, 80% {
    transform: translate3d(0, 2px, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(0, -4px, 0);
  }
  40%, 60% {
    transform: translate3d(0, 4px, 0);
  }
}