@charset "UTF-8";
/*------------------------------------*\
    FOCUS
    Default focus indicator
\*------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* Set the max-width for the main content area */
.site-content,
.wp-block-group__inner-container {
    max-width: 1280px; /* Adjust this value as needed */
    margin-left: auto;
    margin-right: auto;
}

.ds_section--search {
  margin-bottom: 2rem; /* Add spacing between search form and results */
}

.ds_section--results {
  margin-top: 2rem;
}


.site-main {
  margin-top: 2rem;
  width: 100%;
}

.wp-block-heading {
  color: #0065bd; /* Replace with the exact blue shade from your design guide if different */
}

/* Style for custom page template */
.content-area {
    max-width: 1280px; /* or the width you prefer */
    margin: 0 auto;
    padding: 0px;
    display: flex;
    flex-direction: column; /* Make sure it arranges items in a column (if not already) */
    width: 100%; /* Ensure it takes the full width of its container */
}

.case-search-container,
.ds_accordion {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.application-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 1.5rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.application-block table.ds_table {
    width: 100%;
    margin-top: 1rem;
}

.roc-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.roc-table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px; /* ensures no squashing of content */
}

@media (max-width: 768px) {
    .roc-table-wrapper {
        -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
    }
}


.mg_feedback {
    border-top: 1px solid #b3b3b3;
    margin-top: 32px;
    padding-top: 31px
}

.mg_feedback__success {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    background-color: #2e5d2e;
    color: #fff;
    padding: 16px 24px
}

@media(min-width: 768px) {
    .mg_feedback__success {
        margin-top:2rem
    }
}

@media(min-width: 768px) {
    .mg_feedback__success {
        margin-bottom:2rem
    }
}

.mg_feedback__success>:last-child {
    margin-bottom: 0
}

.ds_notification.ds_reversed {
  background-color: #1d1d1d;
  color: #ffffff;
}

.ds_notification.ds_alert {
  background-color: #d4351c;
  color: #ffffff;
}

.ds_notification.ds_info {
  background-color: #005ea5;
  color: #ffffff;
}

.ds_notification {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  padding: 1rem;
  border-radius: 4px;
}

.ds_notification a {
  color: #ffffff;
  text-decoration: underline;
}

.ds_site-tools__online-apps {
    margin-top: 0.5rem;
    display: flex;
    justify-content: flex-end;
}

.online-applications-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
}

.online-applications-button {
  max-width: 600px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0.65em 1.2em;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
}

.online-applications-button .material-icons {
  font-size: 2em;         /* Scales with text */
  vertical-align: middle;
  line-height: 1;
}

.online-applications-button:focus {
  outline: 3px solid #ffbf47;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .online-applications-wrapper {
    justify-content: center;
  }
}


.ds_accordion-item__body {
    width: 100%;
}

.ds_accordion-item__body {
    display: block; /* Allow JavaScript to control display */
}

.ds_accordion-item__control:checked + .ds_accordion-item__header + .ds_accordion-item__body {
    display: block !important;
}


.ds_accordion-item__indicator {
  display: inline-block;
  transition: transform 0.3s ease;
  transform: rotate(45deg);
}

.ds_accordion-item__button[aria-expanded="true"] .ds_accordion-item__indicator {
  transform: rotate(-135deg);
}

.annualnotice-container {
    display: flex;
    gap: 2rem;
}

.ds_input__wrapper {
  display: flex;
  align-items: stretch;
}

.ds_input__wrapper .ds_input {
  flex-grow: 1;
  margin-right: 10px;
}

.ds_input__wrapper .ds_button {
  flex-shrink: 0;
}

.address-search .manual-entry-option {
  margin-top: 10px;
  font-size: 0.9em;
}

.address-search .manual-entry {
  margin-top: 15px;
}

.address-search .manual-entry textarea {
  width: 100%;
}

.questions-container {
    flex: 2;
}

.task-list-container {
    flex: 1;
}

.kadence-rowlayout-item {
  margin: 0 1rem 2rem 1rem; /* Adjust margins for even spacing */
}

/* Default card styling with shadow */
.row_layout_section {
  background-color: #fff; /* Ensure a clean, consistent background */
  padding: 1rem; /* Consistent padding inside the cards */
  border-radius: 5px; /* Optional: add a slight border-radius for a more polished look */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Default shadow */
  transition: all 0.3s ease; /* Smooth transition for hover effects */
}

/* Hover effect with light blue shade */
.row_layout_section:hover {
  background-color: #d9eeff; /* Light blue background on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Slightly deeper shadow on hover */
  transform: translateY(-2px); /* Slight upward movement on hover */
}

/* Header Container Styling */
.header-container {
    max-width: 1280px; /* Adjust this value to match the width of the content boxes */
    margin: 0 auto; /* Center the header content */
    padding: 0 20px; /* Optional: Add padding to ensure content doesn't touch the edges */
}

.breadcrumbs-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.branding-wrapper {
    display: flex;
    justify-content: flex-start; /* Align items to the start (left) */
    align-items: center;
    padding: 20px 0;
}

#branding {
  display: flex;
  align-items: center;
  max-width: 70%; /* Adjust width as needed */
}

#site-title {
    margin-right: 20px; /* Adjust the spacing between the logo and tagline */
}

#site-description {
    font-style: italic;
    margin-left: 10px; /* Adjust spacing as needed */
    position: relative;
}

.site-branding img {
    max-width: 300px; /* Adjust the logo size as needed */
    height: auto;
    margin-right: 20px;
}

.ds_site-branding__title {
    font-size: 1.875rem;
    line-height: 1.3333333333;
    margin-bottom: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem
}

.custom-logo {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
}

.custom-logo-link {
  display: inline-block;
  max-width: 150px; /* Limit maximum logo size for better layout */
}

@media (max-width: 768px) {
  .custom-logo-link {
      max-width: 300px; /* Smaller logo for mobile */
  }
}

.individual-details sup.deceased {
  font-size: 0.8em;
  color: #888;
  margin-left: 0.15em;
  vertical-align: super;
}

#wpqb-questions-container {
  position: relative;
}
#wpqb-loading {
  position: fixed;              /* lock to viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8); /* semi-transparent white backdrop */
  display: flex;
  flex-direction: column;
  justify-content: center;      /* vertical center */
  align-items: center;          /* horizontal center */
  z-index: 9999;                /* sit on top of everything */
}

#wpqb-loading[aria-hidden="true"] {
  display: none; /* hidden state, controlled by your JS */
}

#wpqb-loading .ds_loading__spinner {
  width: 3rem;
  height: 3rem;
  border: 4px solid #005eb8;    /* Scottish Gov blue-ish */
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-bottom: 1rem;
}

#wpqb-loading .ds_loading__text {
  font-size: 1.2rem;
  color: #0b0c0c;
  font-weight: 600;
  text-align: center;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}



/* Modal overlay */
.ds_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.ds_modal[hidden] {
  display: none;
}

.ds_modal__inner {
  background: white;
  padding: 20px;
  border-radius: 4px;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* Modal Close Button */
.ds_modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  z-index: 1000;
}

.ds_modal__close:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.framed-content {
  border: 1px solid #ccc;
  padding: 15px;
  background-color: #f9f9f9;
  margin-top: 20px;
}



/* Optional: Adjust for responsiveness */
@media (max-width: 768px) {
    .branding-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    
    #branding {
      flex-direction: column;
      align-items: flex-start;
  }

    #site-title {
        margin-right: 0;
        margin-bottom: 10px;
    }

    #site-description {
        margin-left: 0;
        padding-left: 10px; /* Provide space for the vertical line */
    }

    .ds_site-branding__title {
      margin-left: 0;
      padding-left: 15px; /* Adjust to align the text properly */
  }

}

.social-media-links {
    display: flex;
    justify-content: flex-end;
}

.social-media-links a {
    margin-left: 10px;
}

.social-media-links img {
    max-width: 30px; /* Adjust icon size */
}


.social-icon {
    width: 24px; /* Adjust the size as needed */
    height: 24px;
    fill: #005eb8; /* The blue color from the design guide */
    margin-right: 10px; /* Space between icons */
}

.social-icon:hover {
    fill: #004a9f; /* Darker blue on hover */
}

/* Site navigation and search styling */
.site-navigation-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

header {
    border-bottom: 1px solid #ccc; /* Adjust the color and thickness as needed */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
}


/* Branding and social media area styling */
.branding-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    background-color: #fff;
}

.site-branding {
    flex: 0 0 75%;
}

.social-media-links {
    flex: 0 0 25%;
    display: flex;
    justify-content: flex-end;
}

.social-media-links a {
    margin-left: 10px;
}

.social-media-links img {
    max-width: 30px; /* Adjust icon size */
}

.fixed-aspect-ratio {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fixed-aspect-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-x: hidden;
}

.wp-block-embed__wrapper iframe {
    width: 100% !important;
    height: auto;
    aspect-ratio: 16 / 9;
}

/* admin_head or your admin stylesheet */
.media-modal .media-toolbar-secondary {
  /* make sure it can grow or wrap gracefully */
  display: flex;
  align-items: center;
}

.media-modal .media-toolbar-secondary .pdf-category-filter {
  /* float & spacing just like .attachment-filters */
  float: none;             /* flex children don’t need float */
  margin-right: .5em;      /* same gutter as the built-in selects */
  min-width: 150px;        /* optional: give it enough room to show the label */
}



/**
 * Remove default margin.
 */
 body {
  width: 100%; /* Ensures it spans the full width of the viewport */
  max-width: none; /* Overrides any restrictive max-width */
  margin: 0; /* Removes any unnecessary outer margins */
  padding: 10px; /* Removes unnecessary padding */
}

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

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

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

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

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

/*------------------------------------*\
    ABBREVIATIONS
    Improved display of abbreviation styling with better readability than browser default
\*------------------------------------*/
abbr[title], acronym[title] {
  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;
  padding: 10px;
  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: border-box;
}

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

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

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

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

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

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

/*------------------------------------*\
    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;
}
@media screen and (forced-colors: active) and (prefers-contrast: more) {
  a,
  .ds_link {
    color: LinkText;
  }
  a:hover, a:focus,
  .ds_link:hover,
  .ds_link:focus {
    color: LinkText;
  }
}
a:hover,
.ds_link:hover {
  background-color: #d9eeff;
  color: #00437d;
  outline: 2px solid #d9eeff;
  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: initial;
  margin: 0;
  min-height: 0;
  min-width: 0;
  padding: 0;
  text-align: left;
}

.ds_reversed a,
.ds_reversed .ds_link {
  color: currentColor;
}
.ds_reversed a:focus,
.ds_reversed .ds_link:focus {
  color: #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;
}

/* Branding and social media area - Remove generic link styles */
.branding-wrapper a {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  text-decoration: none !important;
  transition: none !important;
}

/* Hover effect for the logo link */
.site-branding a {
  position: relative;
  display: inline-block;
}

.site-branding a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px; /* Adjust space between image and underline */
  width: 0;
  height: 2px; /* Thickness of underline */
  background-color: #000; /* Color of underline */
  transition: width 0.3s ease;
}

.site-branding a:hover::after {
  width: 100%;
}

/* Hover effect for social media icons */
.social-media-links a {
  position: relative;
  display: inline-block;
}

.social-media-links a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px; /* Adjust as needed */
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #000;
  transition: width 0.3s ease;
}

.social-media-links a:hover::after {
  width: 80%; /* Adjust width for visual appeal */
}


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

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

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

dt {
  font-weight: 700;
}

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

ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

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

/*------------------------------------*\
    PLACEHOLDER TEXT
\*------------------------------------*/
::placeholder {
  color: #727272;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------------------------*\
    CATEGORY PAGE 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: 2.5rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 2.5rem;
}
.ds_checkbox__label {
  display: inline-block;
  padding: 4px 32px 4px 16px;
}
.ds_checkbox__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 {
  background-color: #fdd522;
  border-color: #333333;
  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::after {
  opacity: 1;
}
.ds_checkbox--small {
  margin-bottom: 16px;
  margin-left: -8px;
}
.ds_checkbox--small .ds_checkbox__input {
  height: 1.5rem;
  left: 0.5rem;
  top: 0.5rem;
  width: 1.5rem;
}
.ds_checkbox--small .ds_checkbox__label::before {
  height: 1.5rem;
  left: 8px;
  top: 4px;
  width: 1.5rem;
}
@media (min-width: 768px) {
  .ds_checkbox--small .ds_checkbox__label::before {
    top: 8px;
  }
}
.ds_checkbox > .ds_hint-text {
  padding-left: 16px;
}
.ds_checkbox__label::after {
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0 5px 5px;
  border-top-color: transparent;
  left: 7px;
  height: 14px;
  top: 6px;
  width: 26px;
  transform: rotate(-45deg);
}
.ds_checkbox__input:checked + .ds_checkbox__label::before {
  background-color: currentColor;
}
.ds_checkbox__input:not(:focus):checked + .ds_checkbox__label::after {
  border-color: #ffffff;
}
.ds_checkbox__input:focus:checked + .ds_checkbox__label::before {
  background-color: #fdd522;
}
.ds_checkbox--small .ds_checkbox__label::after {
  border-width: 6px;
  left: 14px;
  top: 14px;
}
.ds_checkbox--small .ds_checkbox__label::after {
  width: 13px;
  height: 7px;
  left: 13px;
  top: 11px;
  border-width: 0 0 3px 3px;
}
.ds_checkbox .ds_question__error-message {
  margin-left: 16px;
}

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

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

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

/*------------------------------------*\
    $ERROR SUMMARY
\*------------------------------------*/
.ds_error-summary {
  border: 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;
}

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

/*------------------------------------*\
    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:not(.address-search) {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #d8dde0; /* light grey */
  border-bottom: 1px solid #d8dde0; /* light grey */
}
@media (min-width: 768px) {
  .ds_question:not(.address-search) {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #d8dde0; /* light grey */
  border-bottom: 1px solid #d8dde0; /* light grey */
  }
}
.ds_question--error {
  border-left: 0.25rem solid #d32205;
  padding-left: 1.25rem;
}
.ds_question__message, .ds_question__error-message {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .ds_question__message, .ds_question__error-message {
    margin-bottom: 1rem;
  }
}
.ds_question__error-message {
  color: #d32205;
  font-weight: 700;
}

/* Make info questions look like DS inset text */
.ds_question.ds_question--info {
  /* remove the standard question chrome */
  padding: 0;
  border: 0;

  /* inset look */
  border-left: 8px solid #b3b3b3;
  padding: 16px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* Match inset text spacing rules */
.ds_question.ds_question--info > :last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .ds_question.ds_question--info {
    padding-left: 32px;
    padding-right: 64px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

/*------------------------------------*\
    RADIO BUTTONS
\*------------------------------------*/
.ds_radio {
  margin-bottom: 24px;
  padding-left: 40px;
  position: relative;
}
.ds_radio__input {
  height: 2.5rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 2.5rem;
}
.ds_radio__label {
  display: inline-block;
  padding: 4px 32px 4px 16px;
}
.ds_radio__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 {
  background-color: #fdd522;
  border-color: #333333;
  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::after {
  opacity: 1;
}
.ds_radio--small {
  margin-bottom: 16px;
  margin-left: -8px;
}
.ds_radio--small .ds_radio__input {
  height: 1.5rem;
  left: 0.5rem;
  top: 0.5rem;
  width: 1.5rem;
}
.ds_radio--small .ds_radio__label::before {
  height: 1.5rem;
  left: 8px;
  top: 4px;
  width: 1.5rem;
}
@media (min-width: 768px) {
  .ds_radio--small .ds_radio__label::before {
    top: 8px;
  }
}
.ds_radio > .ds_hint-text {
  padding-left: 16px;
}
.ds_radio__label::after {
  top: 6px;
  left: 10px;
  width: 0;
  height: 0;
  border: 10px solid currentColor;
  border-radius: 50%;
  background: currentColor;
}
.ds_radio__input:focus + .ds_radio__label::after {
  color: #333333;
}
.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;
  }
}

/* Override radio button styles when inside a table */
.ds_table .ds_radio {
    margin: 10px auto;
    padding-left: 0;   /* Removes left padding so radio is centered */
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    vertical-align: middle;
}

/* Adjust radio input size & positioning inside tables */
.ds_table .ds_radio__input {
    width: auto; /* Ensures it takes the default size */
    height: auto;
    margin: 0 auto; /* Ensures horizontal centering */
    text-align: center;
}

/*------------------------------------*\
    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;
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-360 280-560h400L480-360Z'/%3E%3C/svg%3E");
  background-position: center right 10px;
  background-repeat: no-repeat;
  border-radius: 0;
  border: 0;
  box-shadow: inset 0 0 0 2px currentColor;
  min-height: 3rem;
  outline: 2px solid transparent;
  outline-offset: -2px;
  padding: 0.5rem 3rem 0.5rem 0.75rem;
}
.ds_select:focus {
  outline: 2px solid #fdd522;
  outline-offset: 0;
  box-shadow: inset 0 0 0 4px currentColor;
}
.ds_select::-ms-expand {
  display: none;
}

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

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

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

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ds_input__wrapper {
  display: flex;
  width: 100%;
  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;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  position: relative;
  text-decoration: none;
}
@media (min-width: 768px) {
  .ds_accordion__open-all {
    line-height: 1.6842105263;
  }
}
.ds_accordion__open-all + * {
  clear: both;
}

.ds_accordion-item--open .ds_accordion-item__body {
  display: block;
}

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 {
  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;
  position: relative;
  text-align: left;
  width: 100%;
}
.ds_accordion-item__header: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 {
    outline-color: highlight !important;
    outline-style: solid !important;
    outline-width: 2px !important;
  }
}
.ds_accordion-item__header:hover:not(:focus) {
  background-color: #d9eeff;
}
@media (min-width: 768px) {
  .ds_accordion-item__header {
    font-size: 1.1875rem;
    line-height: 1.6842105263;
  }
}
.ds_accordion-item__header:hover:not(:focus) {
  color: #00437d;
}
.ds_accordion-item__title {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 1rem 3rem calc(1rem - 1px) 1rem;
}
@media (min-width: 768px) {
  .ds_accordion-item__title {
    font-size: 1.1875rem;
    line-height: 1.6842105263;
  }
}
.ds_accordion-item__title--button {
  padding: 0;
}
.ds_accordion-item__button {
  appearance: unset;
  background: transparent;
  border: 0;
  padding: 1rem 3rem calc(1rem - 1px) 1rem;
  text-align: left;
  width: 100%;
  display: block;
  position: relative;
  transition: background-color 0.2s, outline-color 0.2s;
  z-index: 1;
  outline: 0 !important;
}
.ds_accordion-item__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__button:focus {
    outline-color: highlight !important;
    outline-style: solid !important;
    outline-width: 2px !important;
  }
}
.ds_accordion-item__button:hover:not(:focus) {
  background-color: #d9eeff;
}
.ds_accordion-item__label {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ds_accordion-item__title--button .ds_accordion-item__label {
  z-index: -1;
}
.ds_accordion-item__indicator {
  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: 1.5rem;
  top: 1.125rem;
  transition: transform 0.2s, top 0.2s;
  pointer-events: none;
}
@media (min-width: 768px) {
  .ds_accordion-item__indicator {
    top: 1.3125rem;
    right: 1.625rem;
  }
}
.ds_accordion-item__body {
  display: none;
  padding: 1.5rem 2.5rem 2rem 1rem;
}
.ds_accordion-item__body > :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ds_accordion-item__body {
    padding-right: 6.25rem;
  }
}
.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 {
  top: 1.375rem;
  transform: rotate(-225deg);
}
@media (min-width: 768px) {
  .ds_accordion-item__control:checked ~ .ds_accordion-item__header .ds_accordion-item__indicator {
    top: 1.6875rem;
    right: 1.625rem;
  }
}
.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;
}

/* SMALL VARIANT */
.ds_accordion--small .ds_accordion-item__header,
.ds_accordion--small .ds_accordion-item__title,
.ds_accordion--small .ds_accordion-item__button,
.ds_accordion--small .ds_accordion-item__body,
.ds_accordion--small .ds_accordion__open-all {
  font-size: 1rem;
  line-height: 1.5;
}
.ds_accordion--small .ds_accordion-item__body {
  padding-right: 1rem;
}
.ds_accordion--small .ds_accordion-item__body h3, .ds_accordion--small .ds_accordion-item__body h4 {
  font-size: 1em;
  line-height: 1.5;
}
.ds_accordion--small .ds_accordion-item__indicator {
  margin-top: 0;
  right: 1.5rem;
  top: 1.125rem;
}
.ds_accordion--small .ds_accordion-item__control:checked ~ .ds_accordion-item__header .ds_accordion-item__indicator {
  right: 1.5rem;
  top: 1.5rem;
}

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

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

/*------------------------------------*\
    AUTOCOMPLETE
\*------------------------------------*/
.ds_autocomplete {
  position: relative;
  /*
    [1] 10px = 12px (associated site search input) minus 2px (suggestions border), 11px = 12px vertical padding minus 2px (suggestions border) split evenly between top and bottom padding
  */
}
.ds_autocomplete__suggestions {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  border: 2px solid #727272;
  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 10px; /* [1] */
  transition: background-color 0.2s;
}
.ds_autocomplete__suggestion:hover {
  background-color: #d9eeff;
}
.ds_autocomplete__suggestion:not(:last-child) {
  border-bottom: 2px solid #727272;
}
.ds_autocomplete__suggestion__text {
  font-style: normal;
  color: #333333;
}
.ds_autocomplete__suggestion__category {
  color: #0065bd;
}
.ds_autocomplete__suggestion.active {
  background-color: #fdd522;
  box-shadow: inset 0 -3px #333333;
}
@media screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_autocomplete__suggestion.active {
    outline-color: highlight !important;
    outline-style: solid !important;
    outline-width: 2px !important;
    outline-offset: -2px;
  }
}
.ds_autocomplete__suggestion.active .ds_autocomplete__suggestion__text {
  color: #333333;
}

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

@media (min-width: 768px) {
  .ds_autocomplete__suggestions {
    font-size: 1rem;
    line-height: 1.5;
  }
}
/*------------------------------------*\
    BACK LINK
\*------------------------------------*/
.ds_back-link {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  align-items: center;
  display: inline-flex;
  margin: 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: calc(100vh - 1px);
    z-index: 1;
  }
  @supports (bottom: var(--ds-back-to-top-offset)) {
    .ds_back-to-top {
      bottom: var(--ds-back-to-top-offset, 0);
    }
  }
  .ds_back-to-top__button {
    display: block;
    position: relative;
    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: #d9eeff;
  }
}
@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: .875rem;
    line-height: 1.7142857143;
    min-height: 56px;
    min-width: 56px;
    padding: 16px;
    background: #0065bd;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 1.5rem;
    outline: 2px solid rgba(0,0,0,0);
    outline-offset: -2px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s;
    margin-bottom: 1.5rem;
    margin-top: 0
}

@media(min-width: 768px) {
    .ds_button {
        font-size:1rem;
        line-height: 1.5
    }
}

.ds_button>.ds_icon {
    height: 40px;
    padding: 8px;
    width: 40px
}

@media(min-width: 768px) {
    .ds_button {
        margin-bottom:2rem
    }
}

.ds_button:hover {
    background-color: #00437d;
    color: #fff;
    outline-color: rgba(0,0,0,0);
    transition-duration: .2s
}

.ds_button:focus {
    background-color: #fdd522;
    box-shadow: 0 3px #333;
    color: #333;
    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: #fff;
    font-weight: 400;
    outline: none;
    pointer-events: none
}

.ds_reversed .ds_button {
    background-color: #fff;
    color: #0065bd
}

.ds_reversed .ds_button:focus,.ds_reversed .ds_button:hover:focus {
    background-color: #fdd522
}

.ds_reversed .ds_button:hover {
    background-color: #d9eeff
}

.ds_reversed .ds_button--secondary {
    background-color: rgba(0,0,0,0);
    border-color: currentColor;
    color: #fff
}

.ds_reversed .ds_button--secondary:hover:not(:focus) {
    background-color: rgba(0,0,0,.3);
    color: #fff;
    outline-color: currentColor
}

.ds_button--secondary {
    background-color: rgba(0,0,0,0);
    color: #0065bd;
    outline: 2px solid currentColor;
    outline-offset: -2px
}

.ds_button--secondary:hover:not(:focus) {
    background-color: #d9eeff;
    color: #00437d;
    outline: 2px solid currentColor;
    outline-offset: -2px
}

.ds_button--cancel {
    background-color: rgba(0,0,0,0);
    color: #333;
    outline: 2px solid currentColor;
    outline-offset: -2px
}

.ds_button--cancel:hover:not(:focus) {
    background-color: #ebebeb;
    color: #333;
    outline: 2px solid currentColor;
    outline-offset: -2px
}

.ds_button--small {
    font-size: .875rem;
    line-height: 1.7142857143;
    min-height: 48px;
    min-width: 48px;
    padding-top: 12px;
    padding-bottom: 12px
}

@media(min-width: 768px) {
    .ds_button--small {
        font-size:1rem;
        line-height: 1.5
    }
}

.ds_button--small>.ds_icon {
    height: 32px;
    padding: 8px;
    width: 32px
}

.ds_button--fixed {
    width: 12.5rem
}

.ds_button--fixed.ds_button--small {
    width: 10rem
}

.ds_button--max {
    max-width: 30rem;
    width: 100%
}

.ds_button .ds_icon {
    bottom: 0;
    box-sizing: content-box;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.ds_button--has-icon {
    padding-right: calc(56px + 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
}

.ds_button-group {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap
}

@media(min-width: 768px) {
    .ds_button-group {
        margin-top:2rem
    }
}

@media(min-width: 768px) {
    .ds_button-group {
        margin-bottom:2rem
    }
}

@media(min-width: 768px) {
    .ds_button-group {
        gap:1rem
    }
}

.ds_button-group .ds_button {
    align-content: center;
    margin: 0
}

.ds_button-group a:not(.ds_button),.ds_button-group .ds_link {
    align-self: center
}

@media(max-width: 479px) {
    .ds_button-group {
        flex-direction:column
    }

    .ds_button-group .ds_button {
        width: 100%
    }

    .ds_button-group--inline {
        flex-direction: row;
        flex-wrap: nowrap
    }

    .ds_button-group--inline .ds_button {
        flex-grow: 1;
        width: auto
    }

    .ds_button-group--inline .ds_link {
        min-width: fit-content
    }

    .ds_button-group:not(.ds_button-group--inline) .ds_button--has-icon {
        padding-right: 56px;
        padding-left: 56px
    }
}


/* Override WordPress button block styles */
.wp-block-button .wp-block-button__link {
  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;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

.wp-block-button .wp-block-button__link:hover {
  background-color: #00437d;
  color: #ffffff;
}

.wp-block-button .wp-block-button__link:focus {
  background-color: #fdd522;
  color: #333333;
}

/* Additional styles for secondary and other variations */
.wp-block-button .wp-block-button__link.ds_button--secondary {
  background-color: transparent;
  color: #0065bd;
  border: 2px solid currentColor;
}

.wp-block-button .wp-block-button__link.ds_button--cancel {
  background-color: transparent;
  color: #333333;
  border: 2px solid currentColor;
}


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

fieldset + .ds_button-group {
  margin-top: calc(2.5rem + -1.5rem);
}
@media (min-width: 768px) {
  fieldset + .ds_button-group {
    margin-top: calc(3.5rem + -1.5rem);
  }
}

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

/*------------------------------------*\
    CARD
\*------------------------------------*/
.ds_card {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  font-size: 0.875rem;
  line-height: 1.7142857143;
  background-color: #ffffff;
  display: grid;
  grid-template-rows: auto 1fr;
  position: relative;
}
@media (min-width: 768px) {
  .ds_card {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_card {
    outline: 2px solid currentColor !important;
    outline-offset: -2px !important;
  }
}
.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: #d9eeff;
}
.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;
  margin-bottom: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .ds_card__title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
@media (min-width: 768px) {
  .ds_card__title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_card__title {
    margin-bottom: 0.5rem;
  }
}
@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(66.6666666667% - 32px);
    margin: 40px 0;
  }
  .ds_category-header__media-container {
    float: left;
    width: calc(33.3333333333% - 32px);
  }
  .ds_category-header__summary {
    line-height: 32px;
  }
}
@supports (display: grid) {
  .ds_category-header__header {
    margin-bottom: 0;
  }
  @media (min-width: 768px) {
    .ds_category-header {
      align-items: center;
      grid-template-columns: repeat(12, 1fr);
    }
    .ds_category-header__header {
      float: none;
      grid-column: 1/span 8;
      margin: 40px 0;
    }
    .ds_category-header__media-container {
      float: none;
      grid-column: 9/span 4;
      margin-right: 0;
    }
  }
}
/*------------------------------------*\
    CATEGORY ITEM
    Navigation elements for different levels of category navigation. Includes classes for layout of these elements in a list.
\*------------------------------------*/
.ds_category-item {
  display: block;
  position: relative;
  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: #d9eeff;
}
.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 {
  border-left: 4px solid #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 {
  border-color: #00437d;
  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 {
  border-width: 0;
}

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

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

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

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

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

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

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

/*------------------------------------*\
    DATE PICKER
\*------------------------------------*/
.ds_datepicker {
    position: relative;
    margin-bottom: 1.5rem
}

@media(min-width: 768px) {
    .ds_datepicker {
        margin-bottom:1.5rem
    }
}

.ds_datepicker .ds_input {
    margin-bottom: 0
}

.ds_datepicker__input-wrapper {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem
}

.ds_datepicker__dialog {
    box-shadow: 1px 1px 4px rgba(0,0,0,.15);
    background-color: #fff;
    clear: both;
    display: none;
    padding: 8px;
    outline: 1px solid #b3b3b3;
    outline-offset: -1px;
    position: static;
    top: 0;
    transition: background-color .2s,outline-color .2s;
    width: 296px;
    z-index: 2
}

.ds_datepicker__dialog--open {
    display: block
}

@supports(left: var(--ds-date-picker-left-offset)) {
    .ds_datepicker__dialog--open {
        left:var(--ds-date-picker-left-offset)
    }
}

.ds_datepicker__dialog__header {
    position: relative;
    text-align: center
}

.ds_datepicker__dialog__header>:nth-child(1) {
    position: absolute;
    left: 0;
    top: -2px
}

.ds_datepicker__dialog__header>:nth-child(3) {
    position: absolute;
    right: 0;
    top: -2px
}

.ds_datepicker__dialog__title {
    font-size: .875rem;
    line-height: 1.7142857143;
    line-height: 2.2857142857;
    margin: 0 !important;
    text-transform: uppercase
}

@media(min-width: 768px) {
    .ds_datepicker__dialog__title {
        font-size:1rem;
        line-height: 1.5
    }
}

.ds_datepicker__dialog__navbuttons button {
    color: #0065bd;
    outline: 0px solid rgba(0,0,0,0);
    text-decoration: underline;
    text-underline-offset: .16em;
    transition: color .2s,background-color .2s,outline-color .2s;
    display: block;
    position: relative;
    text-decoration-line: none;
    background-color: rgba(0,0,0,0);
    color: #1a1a1a;
    display: inline-block;
    font-weight: 400;
    min-height: 40px;
    margin: 0;
    padding: 4px;
    min-width: 32px
}

@media screen and (forced-colors: active) {
    .ds_datepicker__dialog__navbuttons button:is(:enabled,:link,summary) {
        color: linkText !important
    }

    .ds_datepicker__dialog__navbuttons button:is(:enabled,:link,summary):not(:focus) {
        text-decoration-line: underline !important
    }
}

.ds_datepicker__dialog__navbuttons button:hover {
    color: #00437d;
    text-underline-offset: .16em;
    text-decoration-thickness: 0.16em;
    text-decoration-thickness: round(.16em,1px);
    transition-duration: .2s
}

.ds_datepicker__dialog__navbuttons button:focus {
    background-color: #fdd522;
    color: #1a1a1a;
    text-decoration-line: none;
    transition-duration: 0s;
    outline: 0.125rem solid #fdd522;
    outline: round(0.125em,1px) solid #fdd522;
    outline-offset: 0;
    box-shadow: 0 .285em 0 currentColor
}

@supports(filter: drop-shadow(0 0 0 currentColor)) {
    .ds_datepicker__dialog__navbuttons button:focus {
        box-shadow:none;
        filter: drop-shadow(0px round(0.16em, 1px) 0px #1a1a1a)
    }
}

@media screen and (forced-colors: active) {
    .ds_datepicker__dialog__navbuttons button:focus {
        outline: 0.125em solid highlight !important;
        outline: round(0.125em,1px) solid highlight !important
    }
}

.ds_datepicker__dialog__navbuttons button>svg {
    fill: currentColor
}

.ds_datepicker__dialog__navbuttons button:focus {
    box-shadow: inset 0 -0.16em 0 #1a1a1a;
    box-shadow: inset 0 round(-0.16em,1px) 0 #1a1a1a;
    filter: none;
    outline-width: 0
}

.ds_datepicker__dialog__navbuttons button:hover:not(:focus) {
    background-color: #d9eeff;
    color: #00437d
}

.ds_datepicker__dialog__navbuttons button:hover {
    color: currentColor
}

.ds_datepicker__dialog__navbuttons button .ds_icon {
    height: 32px;
    padding: 0;
    position: static;
    width: 24px
}

.ds_datepicker__dialog__table tbody:focus-within {
    outline: .125em solid #fdd522
}

@media screen and (forced-colors: active) {
    .ds_datepicker__dialog__table tbody:focus-within {
        outline-color: highlight
    }
}

.ds_datepicker__dialog__table td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0
}

.ds_datepicker__dialog__table th {
    font-size: .875rem;
    line-height: 1.7142857143;
    color: #5e5e5e;
    font-weight: 400
}

@media(min-width: 768px) {
    .ds_datepicker__dialog__table th {
        font-size:1rem;
        line-height: 1.5
    }
}

.ds_datepicker__dialog__table button {
    font-size: .875rem;
    line-height: 1.7142857143;
    color: #0065bd;
    outline: 0px solid rgba(0,0,0,0);
    text-decoration: underline;
    text-underline-offset: .16em;
    transition: color .2s,background-color .2s,outline-color .2s;
    display: block;
    position: relative;
    text-decoration-line: none;
    background-color: rgba(0,0,0,0);
    border-width: 0;
    color: #1a1a1a;
    font-weight: 400;
    min-height: 40px;
    margin: 0;
    padding: 0;
    min-width: 40px
}

@media(min-width: 768px) {
    .ds_datepicker__dialog__table button {
        font-size:1rem;
        line-height: 1.5
    }
}

@media screen and (forced-colors: active) {
    .ds_datepicker__dialog__table button:is(:enabled,:link,summary) {
        color: linkText !important
    }

    .ds_datepicker__dialog__table button:is(:enabled,:link,summary):not(:focus) {
        text-decoration-line: underline !important
    }
}

.ds_datepicker__dialog__table button:hover {
    color: #00437d;
    text-underline-offset: .16em;
    text-decoration-thickness: 0.16em;
    text-decoration-thickness: round(.16em,1px);
    transition-duration: .2s
}

.ds_datepicker__dialog__table button:focus {
    background-color: #fdd522;
    color: #1a1a1a;
    text-decoration-line: none;
    transition-duration: 0s;
    outline: 0.125rem solid #fdd522;
    outline: round(0.125em,1px) solid #fdd522;
    outline-offset: 0;
    box-shadow: 0 .285em 0 currentColor
}

@supports(filter: drop-shadow(0 0 0 currentColor)) {
    .ds_datepicker__dialog__table button:focus {
        box-shadow:none;
        filter: drop-shadow(0px round(0.16em, 1px) 0px #1a1a1a)
    }
}

@media screen and (forced-colors: active) {
    .ds_datepicker__dialog__table button:focus {
        outline: 0.125em solid highlight !important;
        outline: round(0.125em,1px) solid highlight !important
    }
}

.ds_datepicker__dialog__table button>svg {
    fill: currentColor
}

.ds_datepicker__dialog__table button:focus {
    box-shadow: inset 0 -0.16em 0 #1a1a1a;
    box-shadow: inset 0 round(-0.16em,1px) 0 #1a1a1a;
    filter: none;
    outline-width: 0
}

.ds_datepicker__dialog__table button:hover:not(:focus) {
    background-color: #d9eeff;
    color: #00437d
}

.ds_datepicker__dialog__table button[disabled=true],.ds_datepicker__dialog__table button[aria-disabled=true] {
    background-color: #ebebeb;
    color: #1a1a1a;
    pointer-events: none
}

.ds_datepicker__dialog__table button[disabled=true]:focus,.ds_datepicker__dialog__table button[aria-disabled=true]:focus {
    box-shadow: inset 0 -0.16em #1a1a1a,inset 0 .125em #fdd522,inset -0.125em 0 #fdd522,inset 0 -0.285em #fdd522,inset .125em 0 #fdd522
}

.ds_datepicker__dialog__table button.ds_datepicker__current {
    outline: 2px solid #1a1a1a !important;
    outline-offset: -2px
}

.ds_datepicker__dialog__table button.ds_datepicker__current[tabindex="-1"] {
    background: #f8f8f8;
    color: currentColor
}

.ds_datepicker__dialog__table button.ds_datepicker__today {
    font-weight: 700
}

.ds_datepicker__dialog__table button.ds_datepicker__today::after {
    background-color: currentColor;
    border-radius: 4px;
    bottom: 6px;
    content: "";
    height: 4px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    width: 4px
}

.ds_datepicker__dialog__table button.ds_selected:not(:focus) {
    background-color: #1a1a1a;
    color: #fff
}

.ds_datepicker__dialog__table button:focus {
    color: #1a1a1a;
    position: relative;
    z-index: 2
}

.ds_datepicker__dialog__table-caption {
    font-size: .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:.875rem;
        line-height: 1.7142857143
    }
}

.ds_datepicker__dialog__buttongroup {
    margin-right: -8px;
    overflow: hidden;
    overflow: visible
}

.ds_datepicker__dialog__buttongroup>* {
    margin-right: 8px
}

@supports(display: grid) {
    .ds_datepicker__dialog__buttongroup {
        display:grid;
        grid-gap: 0 8px;
        margin-right: 0;
        overflow: visible
    }

    .ds_datepicker__dialog__buttongroup>* {
        margin-left: 0;
        margin-right: 0;
        width: auto !important
    }
}

.ds_datepicker__dialog__buttongroup button {
    width: calc(50% - 8px);
    display: block;
    float: left;
    margin: 0
}

@supports(display: grid) {
    .ds_datepicker__dialog__buttongroup {
        grid-template-columns:1fr 1fr
    }
}

.ds_datepicker__button {
    font-size: .875rem;
    line-height: 1.7142857143;
    min-height: 48px;
    min-width: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
    align-self: end
}

@media(min-width: 768px) {
    .ds_datepicker__button {
        font-size:1rem;
        line-height: 1.5
    }
}

.ds_datepicker__button>.ds_icon {
    height: 32px;
    padding: 8px;
    width: 32px
}

@media(min-width: 768px) {
    .ds_datepicker__dialog {
        position:absolute
    }

    .ds_datepicker__dialog__title {
        line-height: 1.5;
        padding: 8px 0
    }

    .ds_datepicker__dialog__header>:nth-child(1) {
        top: 0
    }

    .ds_datepicker__dialog__header>:nth-child(3) {
        top: 0
    }

    .ds_datepicker__dialog__table th {
        line-height: 2
    }

    .ds_datepicker__dialog__table-caption {
        line-height: 2.2857142857
    }
}

.ds_subscription {
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
}

.ds_subscription p {
  margin-bottom: 0.5rem;
}

.ds_subscription a {
  color: #0065bd;
  text-decoration: underline;
}

.ds_subscription a:hover {
  text-decoration: none;
}

.ds_form {
  max-width: 600px;
}

.ds_notification {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: 4px;
}

.ds_notification--error {
  background-color: #f8d7da;
  color: #721c24;
}

/*------------------------------------*\
    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;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
@media screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_details__summary {
    color: LinkText;
  }
  .ds_details__summary:hover, .ds_details__summary:focus {
    color: LinkText;
  }
}
.ds_details__summary:hover {
  background-color: #d9eeff;
  color: #00437d;
  outline: 2px solid #d9eeff;
  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 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_details__summary {
    padding-left: 2rem;
  }
}
.ds_details__summary::-webkit-details-marker {
  display: none;
}
.ds_details__summary::before {
  background-color: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  height: calc(0.4210526316em * 2);
  left: 0.25em;
  position: absolute;
  top: calc(50% - 0.4210526316em + 1px);
  width: 0.4210526316em;
}
@media (prefers-reduced-motion: no-preference) {
  .ds_details__summary::before {
    transition: transform 0.2s;
  }
}

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

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

.ds_details__toggle:focus ~ .ds_details__summary {
  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;
}

@media screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_details__summary::before {
    background-color: LinkText;
  }
}
/*------------------------------------*\
    FEATURE HEADER
\*------------------------------------*/
.ds_feature-header {
    margin-bottom: 1.5rem
}

@media(min-width: 768px) {
    .ds_feature-header {
        margin-bottom:2rem
    }
}

.ds_feature-header__title {
    font-size: 1.875rem;
    line-height: 1.3333333333;
    margin-bottom: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem
}

@media(min-width: 768px) {
    .ds_feature-header__title {
        font-size:2.75rem;
        line-height: 1.2727272727
    }
}

@media(min-width: 768px) {
    .ds_feature-header__title {
        margin-bottom:2rem
    }
}

@media(min-width: 768px) {
    .ds_feature-header__title {
        margin-bottom:1rem
    }
}

.ds_feature-header--background {
    background-color: #0065bd;
    color: #fff
}

.ds_feature-header--background hr {
    border-color: #fff
}

.ds_feature-header--background a:not(:hover):not(:focus):not(.ds_button) {
    color: currentColor;
    text-decoration: underline
}

.ds_feature-header--background .ds_button:not(:hover):not(:focus) {
    background-color: rgba(0,0,0,0);
    color: currentColor;
    outline: 2px solid currentColor;
    outline-offset: -2px
}

.ds_feature-header--background .ds_button:hover:not(:focus) {
    background-color: #00437d;
    color: currentColor;
    outline: 2px solid currentColor;
    outline-offset: -2px
}

.ds_feature-header--background-secondary {
    background-color: #f8f8f8
}

.ds_feature-header--background-tertiary {
    background-color: #ebebeb
}

.ds_feature-header__primary {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
    align-self: center
}

@media(min-width: 768px) {
    .ds_feature-header__primary {
        padding-top:3rem
    }
}

@media(min-width: 768px) {
    .ds_feature-header__primary {
        padding-bottom:2.5rem
    }
}

.ds_feature-header__primary>:last-child {
    margin-bottom: 0
}

.ds_feature-header--background:not(.ds_feature-header--fullwidth) .ds_feature-header__primary,.ds_feature-header--background-secondary:not(.ds_feature-header--fullwidth) .ds_feature-header__primary,.ds_feature-header--background-tertiary:not(.ds_feature-header--fullwidth) .ds_feature-header__primary {
    padding-left: 1rem;
    padding-right: 1rem
}

@media(min-width: 768px) {
    .ds_feature-header--background:not(.ds_feature-header--fullwidth) .ds_feature-header__primary,.ds_feature-header--background-secondary:not(.ds_feature-header--fullwidth) .ds_feature-header__primary,.ds_feature-header--background-tertiary:not(.ds_feature-header--fullwidth) .ds_feature-header__primary {
        padding-left:2rem
    }
}

.ds_feature-header__secondary {
    align-self: center;
    position: relative
}

.ds_feature-header--top .ds_feature-header__primary,.ds_feature-header--top .ds_feature-header__secondary {
    align-self: start
}

.ds_feature-header__image {
    display: block;
    height: auto;
    max-width: 100%
}

@media(max-width: 767px) {
    .ds_feature-header--fullwidth .ds_feature-header__secondary {
        padding-bottom:2.5rem
    }
}

@media(min-width: 768px) {
    .ds_feature-header--fullwidth .ds_feature-header__secondary {
        padding:0
    }

    .ds_feature-header--fullwidth .ds_feature-header__secondary:not(.ds_feature-header__secondary--cover,.ds_feature-header__secondary--no-padding) {
        padding: 3rem 0
    }

    @supports(object-fit: cover) {
        .ds_feature-header__secondary--cover {
            align-self:auto;
            overflow: hidden;
            padding: 0;
            position: relative
        }

        .ds_feature-header__secondary--cover .ds_feature-header__image {
            height: 100%;
            left: 0;
            width: 100%;
            object-fit: cover;
            position: absolute;
            right: 0
        }
    }
}

.ds_feature-header .ds_button {
    margin-top: .5rem
}

@media(min-width: 768px) {
    .ds_feature-header .ds_button {
        margin-top:.5rem
    }
}

@supports(display: grid) {
    @media(min-width: 768px) {
        .ds_feature-header__image {
            float:right
        }

        .ds_feature-header:not(.ds_feature-header--fullwidth),.ds_feature-header--fullwidth>.ds_wrapper {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            grid-template-areas: "p p p p p p s s s s s s";
            grid-gap: 2rem
        }

        .ds_feature-header:not(.ds_feature-header--fullwidth) .ds_feature-header__primary,.ds_feature-header--fullwidth>.ds_wrapper .ds_feature-header__primary {
            grid-area: p;
            padding-bottom: 3rem
        }

        .ds_feature-header:not(.ds_feature-header--fullwidth) .ds_feature-header__secondary,.ds_feature-header--fullwidth>.ds_wrapper .ds_feature-header__secondary {
            grid-area: s
        }

        .ds_feature-header:not(.ds_feature-header--fullwidth):not(:has(.ds_feature-header__secondary)),.ds_feature-header--fullwidth>.ds_wrapper:not(:has(.ds_feature-header__secondary)) {
            grid-template-areas: "p p p p p p p p s s s s"
        }

        .ds_feature-header--wide:not(.ds_feature-header--fullwidth),.ds_feature-header--wide.ds_feature-header--fullwidth>.ds_wrapper {
            grid-template-areas: "p p p p p p p p s s s s"
        }
    }
}

/*------------------------------------*\
    FILE DOWNLOAD
\*------------------------------------*/
.ds_file-download {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.5rem;
  background-color: #f8f8f8;
  display: flex;
}
@media (min-width: 768px) {
  .ds_file-download {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .ds_file-download {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .ds_file-download {
    padding: 0.5rem;
  }
}
.ds_file-download--highlighted {
  padding-left: calc(1rem + -4px);
  border-left: 4px solid #0065bd;
}
@media (min-width: 768px) {
  .ds_file-download--highlighted {
    padding-left: calc(1rem + -4px);
  }
}
.ds_file-download__thumbnail {
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .ds_file-download__thumbnail {
    margin-right: 1rem;
  }
}
.ds_file-download__thumbnail-image {
  display: block;
  max-width: 100%;
  outline: 1px solid #b3b3b3;
  outline-offset: -1px;
}
.ds_file-download__thumbnail-image[src*=".svg"] {
  outline: none;
}
.ds_file-download__thumbnail-link {
  display: block;
  width: 4rem;
}
.ds_file-download__content {
  flex-grow: 1;
}
.ds_file-download__title {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .ds_file-download__title {
    margin-bottom: 0.5rem;
  }
}
.ds_file-download .ds_metadata {
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .ds_file-download__thumbnail-link {
    width: 5rem;
  }
}
/*------------------------------------*\
    HIDE THIS PAGE
\*------------------------------------*/
@media (max-width: 767px) {
  .ds_has-hide-page .ds_page,
  .ds_page:has(.ds_hide-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;
    }
  }
  .ds_hide-page__text {
    margin: 8px 0;
  }
  .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--16 {
  width: 1rem;
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------------------------*\
    #INSET TEXT
\*------------------------------------*/
.ds_inset-text {
  border-left: 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: calc(1.5rem + -2px);
  border-bottom: 2px #ebebeb solid;
  margin: 0;
}
@media (min-width: 768px) {
  .ds_link-item {
    padding-bottom: calc(1.5rem + -2px);
  }
}
.ds_link-item__title {
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .ds_link-item__title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
.ds_link-item__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(33.3333333333% - 32px);
  }
  .ds_link-list .ds_link-item:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
  }
  @supports (display: grid) {
    .ds_link-list {
      display: grid;
      row-gap: 1.5rem;
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}

/*------------------------------------*\
    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__key {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.ds_metadata--inline .ds_metadata__value {
  font-weight: 400;
}

/*------------------------------------*\
    NOTIFICATION BANNER
\*------------------------------------*/
.ds_notification {
  background: #333333;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.ds_notification--success {
  background-color: #428542;
  color: #ffffff;
}
.ds_notification__content {
  padding: 16px 0 15px;
  position: relative;
}
.ds_notification__content > :last-child {
  margin-bottom: 0;
}
.ds_notification__content--has-close {
  padding-right: 40px;
}
.ds_notification__text {
  display: inline-block;
  margin-right: 16px;
}
.ds_notification__text > :last-child {
  margin-bottom: 0;
}
.ds_notification__actions {
  margin-top: 32px;
  text-align: center;
}
.ds_notification__actions > * {
  margin-bottom: 16px;
  margin-top: 0;
  white-space: nowrap;
  width: 100%;
}
.ds_notification .ds_notification__actions {
  margin-bottom: -16px;
}
.ds_notification__icon {
  display: block;
  position: absolute;
  height: 32px;
  line-height: 0;
  margin-left: -4px;
  margin-top: -4px;
  padding: 2px;
  width: 32px;
}
.ds_notification__icon + .ds_notification__text {
  margin-left: 40px;
}
@media (min-width: 768px) {
  .ds_notification__icon + .ds_notification__text {
    margin-left: 64px;
  }
}
.ds_notification__icon--colour {
  color: #fdd522;
}
.ds_notification__icon--inverse {
  background-color: #ffffff;
  border-radius: 100px;
  color: #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;
}
.ds_notification .ds_button-group {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .ds_notification .ds_button-group {
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .ds_notification__close {
    top: 12px;
  }
  .ds_notification__icon {
    margin-top: 0;
  }
  .ds_notification__actions {
    text-align: left;
  }
  .ds_notification__actions > * {
    width: auto;
  }
  .ds_notification__actions > *:not(last-child) {
    margin-right: 16px;
  }
}
@supports (display: flex) {
  @media (min-width: 768px) {
    .ds_notification__actions {
      align-items: center;
      display: inline-flex;
      flex-wrap: wrap;
      width: auto;
    }
    .ds_notification__actions > * {
      flex-basis: auto;
      flex-grow: initial;
    }
  }
}
.js-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;
  margin-bottom: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .ds_notification-panel__title {
    font-size: 2.75rem;
    line-height: 1.2727272727;
  }
}
@media (min-width: 768px) {
  .ds_notification-panel__title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .ds_notification-panel__title {
    margin-bottom: 1rem;
  }
}
.ds_notification-panel__content > :last-child {
  margin-bottom: 0;
}
.ds_notification-panel__reference {
  font-size: 1.1875rem;
  line-height: 1.6842105263;
}
@media (min-width: 768px) {
  .ds_notification-panel__reference {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

/*------------------------------------*\
    ARTICLE HEADER
    title block for articles
\*------------------------------------*/
.ds_page-header {
  margin: 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: #d9eeff;
}
.ds_pagination__link.ds_current {
  color: currentColor;
  position: relative;
}
.ds_pagination__link.ds_current::before {
  border-bottom: 3px solid currentColor;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}
.ds_pagination__link.ds_current:not(:focus) {
  background-color: #f8f8f8;
}
.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 .ds_icon {
  height: 2em;
  width: 2em;
}
.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: 0px;
    padding-right: 0px;
    width: auto;
  }
  .ds_pagination__link--icon .ds_pagination__link-label {
    padding-left: 16px;
  }
  .ds_pagination__link--icon .ds_icon + .ds_pagination__link-label {
    padding-right: 16px;
    padding-left: 0;
  }
  .ds_pagination .ds_icon {
    margin: 0 4px;
  }
}
@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: 4px;
    justify-content: center;
  }
  .ds_pagination__link {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
/*------------------------------------*\
    PHASE BANNER
\*------------------------------------*/
.ds_phase-banner {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding-top: calc(1rem + -1px);
  padding-bottom: 1rem;
  background: #ebebeb;
  border-top: 1px solid transparent;
  clear: both;
}
@media (min-width: 768px) {
  .ds_phase-banner {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .ds_phase-banner {
    padding-top: calc(1rem + -1px);
  }
}
@media (min-width: 768px) {
  .ds_phase-banner {
    padding-bottom: 1rem;
  }
}
.ds_phase-banner.no-bottom-margin {
  margin-bottom: 0;
}
.ds_phase-banner__content {
  display: table;
  margin-bottom: 0;
}
.ds_phase-banner__tag {
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .ds_phase-banner__tag {
    margin-right: 1rem;
  }
}
.ds_phase-banner__text {
  display: table-cell;
}

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

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

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

.ds_facet {
  line-height: 1.5rem;
  min-height: 2.5rem;
  outline: 2px solid currentColor;
  outline-offset: -2px;
  padding: 0.5rem 2.75rem 0.5rem 0.75rem;
  position: relative;
  text-align: center;
  transition: background-color 0.2s;
  margin: 0 0.5rem;
}
@supports (gap: 0) {
  .ds_facet {
    margin: 0;
  }
}
.ds_facet:hover {
  background: #ebebeb;
}
.ds_facet:focus-within {
  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_facet:focus-within {
    outline-color: highlight !important;
    outline-style: solid !important;
    outline-width: 2px !important;
  }
}
.ds_facet:focus-within .ds_facet__button-icon {
  color: currentColor;
}
.ds_facet__button {
  background-color: transparent;
  border: none;
  bottom: 0;
  left: 0;
  outline: none;
  padding: 0.4375rem 0.75rem 0.4375rem 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.ds_facet__button:focus {
  background-color: #fdd522;
  z-index: -1;
}
.ds_facet__button:hover:not(:focus) {
  background-color: transparent;
  color: inherit;
  outline: 0;
}
.ds_facet__button-icon {
  color: #727272;
  fill: currentColor;
  height: 1.5rem;
  margin-left: 0.5rem;
  min-width: 1.5rem;
  pointer-events: none;
  vertical-align: middle;
  width: 1.5rem;
}

@supports selector(:focus-within) {
  .ds_facet__button:focus {
    background-color: transparent;
    z-index: auto;
  }
}
/*------------------------------------*\
    SEARCH FILTERS
\*------------------------------------*/
.ds_search-filters {
  margin-bottom: 0.5rem;
  /**
  [1] provides room for yellow focus outline on checkboxes
  */
    display: flex;
    flex-direction: column; /* Ensure vertical stacking */
    gap: 1.5rem; /* Add space between elements */
}
.ds_search-filters__title {
  padding-bottom: calc(1rem + -1px);
  padding-top: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #b3b3b3;
  margin-top: 0;
}
@media (min-width: 768px) {
  .ds_search-filters__title {
    padding-bottom: calc(1rem + -1px);
  }
}
@media (min-width: 768px) {
  .ds_search-filters__title {
    padding-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .ds_search-filters__title {
    margin-bottom: 1rem;
  }
}
.ds_search-filters__title:not(:first-child) {
  margin-top: 0;
}
.ds_search-filters__scrollable {
  margin-left: -0.25rem; /* [1] */
  max-height: 33.333333vh;
  min-height: 13rem;
  padding-left: 0.25rem; /* [1] */
  padding-right: 0.5rem;
  overflow-y: auto;
}
.ds_search-filters__scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  width: 0.5rem;
}
.ds_search-filters__scrollable::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.ds_search-filters__filter-count {
  color: #333333;
  font-weight: normal;
}
.ds_search-filters__checkboxes {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  .ds_search-filters__checkboxes {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ds_search-filters__checkboxes .ds_checkbox__input {
  top: 0.25rem;
}
.ds_search-filters__checkboxes .ds_checkbox__label {
  padding-right: 0;
}
.ds_search-filters__checkboxes .ds_checkbox--small {
  margin-bottom: 0;
}
.ds_search-filters .ds_accordion-item:first-child {
  border-top-color: transparent;
}
.ds_search-filters .ds_accordion.js-initialised .ds_accordion-item__body {
  padding-right: 1rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .ds_search-filters .ds_accordion.js-initialised .ds_accordion-item__body {
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_search-filters .ds_accordion.js-initialised .ds_accordion-item__body {
    padding-bottom: 2.5rem;
  }
}
.ds_search-filters .ds_accordion-item__body .ds_question:last-child .ds_datepicker,
.ds_search-filters .ds_accordion-item__body .ds_question:last-child .ds_input__wrapper {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ds_search-filters.js-initialised .js-apply-filter {
    display: none;
  }
}

@media (max-width: 767px) {
  .ds_search-filters__title {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
}
@media (min-width: 768px) {
  .ds_search-filters__title {
    display: block;
  }
  .ds_search-filters .ds_details__summary,
  .ds_search-filters #filters-toggle {
    display: none;
  }
  .ds_search-filters .ds_details__text {
    display: block;
    border-left: none;
    margin: 0;
    padding: 0;
  }
  .ds_search-filters .ds_checkbox--small .ds_checkbox__label::before {
    top: 0.25rem;
  }
  .ds_search-filters .ds_checkbox--small .ds_checkbox__label::after {
    top: 0.6875rem;
  }
}
/*------------------------------------*\
    SEARCH RESULT
\*------------------------------------*/

.ds_search-result {
    margin: 0;
    padding: 0;
    padding-top: 1rem;
    padding-bottom: calc(1.5rem + -1px)
}

@media(min-width: 768px) {
    .ds_search-result {
        padding-top:1rem
    }
}

@media(min-width: 768px) {
    .ds_search-result {
        padding-bottom:calc(1.5rem + -1px)
    }
}

.ds_search-result:first-child {
    padding-top: 0
}

.ds_search-result+.ds_search-result:not(.ds_search-result--promoted) {
    border-top: 1px #b3b3b3 solid
}

.ds_search-result--promoted+.ds_search-result:not(.ds_search-result--promoted) {
    margin-top: -1px
}

.ds_search-result--promoted {
    padding-bottom: 1.5rem;
    padding-top: 0
}

@media(min-width: 768px) {
    .ds_search-result--promoted {
        padding-bottom:1.5rem
    }
}

.ds_search-result--promoted-content {
    background: #f8f8f8;
    border-left: 4px solid #0065bd;
    padding-top: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem
}

@media(min-width: 768px) {
    .ds_search-result--promoted-content {
        padding-top:.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: .5rem;
    font-size: .75rem;
    line-height: 1.3333333333;
    color: #5e5e5e;
    font-weight: 700
}

@media(min-width: 768px) {
    .ds_search-result--promoted-title {
        margin-bottom:.5rem
    }
}

@media(min-width: 768px) {
    .ds_search-result--promoted-title {
        font-size:.875rem;
        line-height: 1.7142857143
    }
}

.ds_search-result__title {
    font-size: 1.1875rem;
    line-height: 1.2631578947;
    margin: 0 !important;
    margin-bottom: .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:.5rem !important
    }
}

.ds_search-result__title:last-child {
    margin-bottom: 0 !important
}

.ds_search-result__link {
    display: inline-block
}

.ds_search-result__sub-title {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    margin-bottom: .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:.5rem
    }
}

.ds_search-result__summary {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0
}

@media(min-width: 768px) {
    .ds_search-result__summary {
        font-size:1.1875rem;
        line-height: 1.6842105263
    }
}

.ds_search-result__metadata {
    margin-top: .5rem;
    font-size: .75rem;
    line-height: 1.3333333333;
    margin-bottom: 0
}

@media(min-width: 768px) {
    .ds_search-result__metadata {
        margin-top:.5rem
    }
}

@media(min-width: 768px) {
    .ds_search-result__metadata {
        font-size:.875rem;
        line-height: 1.7142857143
    }
}

.ds_search-result__has-media {
    display: flex
}

.ds_search-result__media-wrapper {
    padding-right: 1rem
}

@media(min-width: 768px) {
    .ds_search-result__media-wrapper {
        padding-right:1rem
    }
}

.ds_search-result__media {
    width: 96px
}

@media(min-width: 480px) {
    .ds_search-result__media {
        width:128px
    }
}

.ds_search-result__context {
    margin: 0;
    padding: 0;
    margin-top: 1rem;
    padding-left: 1rem;
    font-size: .875rem;
    line-height: 1.4285714286
}

@media(min-width: 768px) {
    .ds_search-result__context {
        margin-top:1rem
    }
}

@media(min-width: 768px) {
    .ds_search-result__context {
        padding-left:1rem
    }
}

@media(min-width: 768px) {
    .ds_search-result__context {
        font-size:1rem;
        line-height: 1.5
    }
}

.ds_search-result__context-key {
    color: #5e5e5e;
    margin: 0;
    padding: 0;
    position: relative
}

.ds_search-result__context-key:before {
    border-left: 4px solid #0065bd;
    bottom: 0;
    content: "";
    left: -1rem;
    position: absolute;
    top: 0
}

.ds_search-result__context-value {
    margin: 0;
    padding: 0;
    margin-top: .5rem
}

@media(min-width: 768px) {
    .ds_search-result__context-value {
        margin-top:.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
}

.ds_search-results {
    margin-top: .5rem
}

.ds_search-results__title {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: .5rem;
    font-weight: 400;
    margin-top: 0 !important
}

@media(min-width: 768px) {
    .ds_search-results__title {
        font-size:1.1875rem;
        line-height: 1.6842105263
    }
}

@media(min-width: 768px) {
    .ds_search-results__title {
        margin-bottom:.5rem
    }
}

.ds_search-results__title-query {
    font-weight: 700
}

.ds_search-results__suggestions+.ds_search-results__title {
    margin-top: 1rem !important
}

@media(min-width: 768px) {
    .ds_search-results__suggestions+.ds_search-results__title {
        margin-top:1rem !important
    }
}

.ds_search-results__list {
    border-bottom: 1px #b3b3b3 solid;
    list-style-type: none;
    margin: 0;
    margin-bottom: 1.5rem
}

@media(min-width: 768px) {
    .ds_search-results__list {
        margin-bottom:2rem
    }
}

.ds_search-results__related {
    font-size: .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: .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:.5rem
    }
}

.ds_search-results__divider {
    margin-top: -1px;
    margin-bottom: 1.5rem
}

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

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

@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%;
  border-image-width: 0 !important;
}
.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: #d9eeff;
}
.ds_sequential-nav__button:not([href]) {
  display: none;
}
.ds_sequential-nav__button > * {
  pointer-events: none;
  border-image-width: 0 !important;
}
.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;
  border-image-width: 0 !important;
  border-width: 0 !important;
}
.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;
  border-image-width: 0 !important;
  border-width: 0 !important;
}
.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: #00437d;
  border-color: #00437d;
}

.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: #333333;
  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);
    border-image-width: 0 !important;
  }
  .ds_sequential-nav__item--prev {
    float: left;
    border-image-width: 0 !important;
  }
  .ds_sequential-nav__item--next {
    float: right;
    border-image-width: 0 !important;
  }
}
@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%;
    border-image-width: 0 !important;
  }
  .ds_sequential-nav__item--prev {
    grid-area: prev;
    border-image-width: 0 !important;
  }
  .ds_sequential-nav__item--next {
    grid-area: next;
    border-image-width: 0 !important;
  }
  @media (min-width: 480px) {
    .ds_sequential-nav {
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "prev next";
    }
  }
}
/*------------------------------------*\
    SIDE NAVIGATION
\*------------------------------------*/
.page-with-side-navigation-container {
  display: flex;
  flex-direction: row; /* Ensure items are placed in a row */
  align-items: flex-start; /* Align the items to the top */
}

.ds_side-navigation {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  border: 1px solid #b3b3b3;
  position: relative;
  flex: 0 0 250px; /* Sidebar takes up 250px width */
  margin-right: 20px; /* Space between sidebar and content */
}

@media (max-width: 767px) {
    .page-with-side-navigation-container {
        flex-direction: column; /* Stack navigation above content */
        position: relative;
    }

    .ds_side-navigation {
        width: 100%;
        margin-right: 0;
        border-width: 1px;
        position: relative; 
        flex: 0 1 auto; 
    }

    /* Hide menu list until toggled */
    .ds_side-navigation__list {
        display: none;
        top: 100%; /* Positions it below the button */
        left: 0;
        margin: 0 !important; /* Removes unwanted shifting */
        padding: 0 !important; /* Ensures no extra spacing */
        width: 100%; /* Ensures full width alignment */
        background: #ffffff;
        border: 1px solid #b3b3b3;
    }

    /* Ensure the toggle button is visible */
    .ds_side-navigation__expand {
        display: block;
        width: 100%;
        background: #ffffff;
        border: 1px solid #b3b3b3;
        font-weight: bold;
        cursor: pointer;
        position: relative;
    }

    /* Show menu when the checkbox is checked */
    #show-side-navigation:checked ~ .ds_side-navigation__list {
        display: block;
    }
}

/* Always show navigation on desktop */
@media (min-width: 768px) {
    .ds_side-navigation {
        flex: 0 0 250px;
    }

    .ds_side-navigation__expand {
        display: none; /* Hide the toggle button on larger screens */
    }

    .ds_side-navigation__list {
        display: block !important;
    }
}
.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;
  line-height: inherit;
  margin: 0;
  padding: 15px 47px 15px 15px;
  position: sticky;
  text-align: left;
  text-decoration: none;
  top: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  width: 100%;
  z-index: 2;
}
.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: #d9eeff;
}
.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: #d9eeff;
}
.ds_side-navigation__expand:hover .side-navigation__expand-indicator {
  color: #00437d;
}
.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.1875rem 0.1875rem;
  border-top-color: transparent;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(-45deg);
  border-width: 0px 0px 3px 3px;
  position: absolute;
  right: 23px;
  top: 17px;
  transition: transform 0.2s, top 0.2s;
  pointer-events: none;
}
.ds_side-navigation #show-side-navigation: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: 23px;
  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: #d9eeff;
}
.ds_side-navigation__link:not([href]) {
  pointer-events: none;
}
.ds_side-navigation__link:hover, .ds_side-navigation__link.ds_current {
  position: relative;
}
.ds_side-navigation__link:hover::before, .ds_side-navigation__link.ds_current::before {
  border-left: 2px solid #0065bd;
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.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 {
  border-left: 4px solid #b3b3b3;
  bottom: 12px;
  content: "";
  left: 12px;
  opacity: 0.26;
  position: absolute;
  right: 100%;
  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 {
  border-color: #0065bd;
  opacity: 1;
}
.ds_side-navigation__list .ds_side-navigation__list .ds_side-navigation__list .ds_side-navigation__link:focus::before {
  border-color: #333333;
  opacity: 1;
}
.ds_sequential-nav__button:disabled {
  background-color: #e0e0e0; /* Light grey background */
  border-color: #cccccc; /* Grey border */
  cursor: not-allowed; /* Change cursor to indicate it's disabled */
  color: #999999; /* Grey text */
}

.ds_sequential-nav__button:disabled:hover {
  background-color: #e0e0e0; /* Ensure it remains greyed out on hover */
}

.ds_sequential-nav__button:disabled:focus {
  background-color: #e0e0e0; /* Keep the greyed-out focus state */
  box-shadow: none; /* Remove focus box-shadow */
}


@media (max-width: 767px) {
  .js-initialised.ds_side-navigation .ds_side-navigation__list {
    display: block;
  }
  .js-initialised.ds_side-navigation > .ds_side-navigation__list {
    margin: 0 15px;
    max-height: var(--ds-side-nav-max-height);
    overflow: hidden;
  }
}
@media (max-width: 767px) and (prefers-reduced-motion: no-preference) {
  .js-initialised.ds_side-navigation > .ds_side-navigation__list {
    transition: max-height 0.2s, padding 0.2s;
  }
}
@media (max-width: 767px) {
  .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 {
    overflow: hidden;
  }
  .ds_site-navigation__list {
    padding: 16px;
  }
  .ds_site-navigation__item:not(:last-child) {
    border-bottom: 1px solid #b3b3b3;
  }
  .ds_site-navigation__link {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .ds_site-navigation__link:hover:not(:focus), .ds_site-navigation__link.ds_current {
    border-left: 4px solid #0065bd;
    padding-left: 12px;
  }
  .ds_site-navigation__toggle:checked ~ .ds_site-navigation,
  .ds_site-navigation--open {
    border-top: 1px solid #ebebeb;
    display: block;
  }
}
@media (min-width: 768px) {
  .ds_site-navigation {
    line-height: 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 {
    border-bottom: 3px solid transparent;
    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;
  }
  .ds_site-navigation a.ds_site-navigation__link:hover:not(:focus) {
    background-color: #d9eeff;
  }
}

/*------------------------------------*\
    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;
  position: relative;
  display: inline-block;
  margin-left: 25px;
}
.ds_site-branding__title::before {
  content: "";
  position: absolute;
  left: 0px; /* Adjust the spacing between the line and the tagline */
  top: 0;
  bottom: 0;
  width: 1px;
  background: #0065bd; /* Color of the vertical line */
}
.ds_site-branding__logo, .ds_site-branding__title {
  float: none;
}

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

@media (min-width: 768px) {
  .ds_site-footer__copyright {
    padding-left: 48px;
    position: relative;
  }
  .ds_site-footer__copyright-logo {
    position: absolute;
    left: 0;
    top: 2px;
  }
  .ds_site-footer__content {
    margin-right: -32px;
    overflow: hidden;
  }
  .ds_site-footer__content > * {
    margin-right: 32px;
  }
  @supports (display: grid) {
    .ds_site-footer__content {
      display: grid;
      grid-gap: 0 32px;
      margin-right: 0;
      overflow: visible;
    }
    .ds_site-footer__content > * {
      margin-left: 0;
      margin-right: 0;
      width: auto !important;
    }
  }
  .ds_site-footer__copyright {
    float: left;
    width: calc(66.6666666667% - 32px);
  }
  .ds_site-footer__org {
    float: right;
    width: calc(25% - 32px);
  }
  @supports (display: grid) {
    .ds_site-footer__content {
      display: grid;
      grid-gap: 0 32px;
      grid-template-columns: repeat(12, 1fr);
      grid-template-areas: "a a a a a a a a a a a a" "b b b b b b b b . c c c";
    }
    .ds_site-footer__site-items {
      grid-area: a;
    }
    .ds_site-footer__copyright {
      grid-area: b;
    }
    .ds_site-footer__org {
      grid-area: c;
      justify-self: right;
      width: 100% !important;
    }
  }
}
/*------------------------------------*\
    SITE HEADER
\*------------------------------------*/
.ds_site-header {
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: -1px;
  position: relative;
}
.ds_site-header::before {
  border-top: 4px solid #0065bd;
  content: "";
  display: block;
}
.ds_site-header--gradient::before {
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #0065bd, #002d54);
}
.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 {
  display: block;
  position: relative;
  transition: background-color 0.2s, outline-color 0.2s;
  z-index: 1;
  outline: 0 !important;
  color: inherit;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  min-height: 48px;
  margin: 0 -16px -1px 0;
  padding: 16px;
  text-decoration: none;
}
.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: #d9eeff;
}
.ds_site-header__control--active {
  background-color: #f8f8f8;
  box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.08);
}
.ds_site-header__control--active .ds_site-header__control-icon {
  display: none;
}
.ds_site-header__control--active .ds_site-header__control-icon--active-icon {
  display: block;
}
.ds_site-header__control-icon {
  height: 24px;
  width: 24px;
}
.ds_site-header__control-icon--active-icon {
  display: none;
}
.ds_site-header__control-text {
  float: left;
  margin-right: 8px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .ds_site-header .ds_site-branding,
  .ds_site-header__controls,
  .ds_site-header__search {
    float: none;
    margin: 0;
  }

  .ds_site-header__navigation {
    border-top: 1px solid #ebebeb;
    margin-top: -1px;
  }

  .ds_site-header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* Group search + online applications button */
  .ds_site-header__search {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .ds_site-header__controls {
    display: none;
  }
}


@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) {
    /* Disable grid so flex takes over at desktop */
    .ds_site-header__content {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
  }
}

@supports (display: flex) {
  .ds_site-header__control {
    align-items: center;
    display: flex;
    height: 100%;
  }
}

/*------------------------------------*\
    SEARCH BOX
\*------------------------------------*/
.ds_site-search {
  box-sizing: border-box;
  color: #333333;
  min-height: 48px;
  margin-left: auto;
}
.ds_site-search__input[type=text], .ds_site-search__input[type=search] {
  background: #f8f8f8;
  margin-bottom: 0;
}
.ds_site-search__input[type=text]:focus, .ds_site-search__input[type=search]:focus {
  border-color: currentColor;
}

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

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

.ds_skip-links__item {
  margin: 0;
}

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

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

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

.visually-hidden-focusable {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.visually-hidden-focusable:focus {
    position: static;
    left: auto;
    width: auto;
    height: auto;
    overflow: visible;
    padding: 1em;
    background: #004ba9;
    color: #fff;
    z-index: 999;
}


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

@media (min-width: 768px) {
  .ds_sort-options .ds_select {
    min-height: 2.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
/*------------------------------------*\
    #STEP NAVIGATION
    Step navigation is an enhancement to the DS accordion
\*------------------------------------*/
.ds_step-navigation {
  counter-reset: section;
}
.ds_step-navigation__title {
  font-size: 19px;
  line-height: 1.5rem;
}
.ds_step-navigation__title-link {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .ds_step-navigation__title-link {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .ds_step-navigation__title-link {
    margin-top: 0.5rem;
  }
}
.ds_step-navigation__current-link::before {
  content: "";
  position: absolute;
  left: -24px;
  right: 100%;
  height: 1px;
  background: #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 {
    max-width: 80%;  /* Makes it narrower */
    margin-bottom: 1.5rem; /* Centers it and adds bottom spacing */
    padding: 1rem; /* Adds some internal spacing */
    border-radius: 8px; /* Optional: Adds rounded corners */
}
@media (min-width: 768px) {
  .ds_summary-list {
    margin-bottom: 2rem;
    max-width: 60%;
  }
}
.ds_summary-list__key {
  font-weight: 700;
}
.ds_summary-list__key, .ds_summary-list__value, .ds_summary-list__actions {
  margin-bottom: 0.5rem;
  display: block;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .ds_summary-list__key, .ds_summary-list__value, .ds_summary-list__actions {
    margin-bottom: 0.5rem;
  }
}
.ds_summary-list__item {
  padding-top: 1rem;
  padding-bottom: calc(0.5rem + -1px);
  border-bottom: 1px solid #b3b3b3;
  margin: 0;
  position: relative;
}
@media (min-width: 768px) {
  .ds_summary-list__item {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_summary-list__item {
    padding-bottom: calc(0.5rem + -1px);
  }
}
.ds_summary-list--no-border .ds_summary-list__item {
  padding-bottom: 0.5rem;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .ds_summary-list--no-border .ds_summary-list__item {
    padding-bottom: 0.5rem;
  }
}
.ds_summary-list__value > :first-child {
  margin-top: 0;
}
.ds_summary-list__value > :last-child {
  margin-bottom: 0;
}
.ds_summary-list__value .visually-hidden:first-child + * {
  margin-top: 0;
}
.ds_summary-list__answer::before, .ds_summary-list__answer::after {
  content: "";
}
.ds_summary-list__actions-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ds_summary-list__actions-list-item {
  margin: 0;
  padding: 0;
}
.ds_summary-list__actions-list-item:not(:first-child) {
  margin-left: 0.5rem;
  padding-left: calc(0.5rem + 1px);
  position: relative;
}
@media (min-width: 768px) {
  .ds_summary-list__actions-list-item:not(:first-child) {
    margin-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .ds_summary-list__actions-list-item:not(:first-child) {
    padding-left: calc(0.5rem + 1px);
  }
}
.ds_summary-list__actions-list-item:not(:first-child)::before {
  background: #727272;
  content: "";
  height: calc(1em - 2px);
  left: 0;
  position: absolute;
  top: calc(50% - (1em - 2px) / 2);
  width: 1px;
}

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

/*------------------------------------*\
    TABLES
\*------------------------------------*/


.ds_table thead {
	border-bottom: 2px solid #b3b3b3;
}

.ds_table,
.holding-search-results,
.grazing-search-results,
.holding-grazing,
.holding-decorfting,
.individual-search-results {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .ds_table,
  .holding-search-results,
  .grazing-search-results,
  .holding-grazing,
  .individual-search-results {
    margin-bottom: 1rem;
  }
}
.ds_table caption,
.holding-search-results caption,
.grazing-search-results caption,
.holding-grazing caption, 
.holding-decrofting caption,
.individual-search-results caption {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 768px) {
  .ds_table caption,
  .holding-search-results caption,
  .grazing-search-results caption,
  .holding-grazing caption, 
  .holding-decrofting caption,
  .individual-search-results caption {
    margin-bottom: 1rem;
  }
}
.ds_table tbody,
.ds_table tfoot,
.holding-search-results tbody,
.holding-search-results thead,
.holding-search-results tfoot,
.grazing-search-results tbody,
.grazing-search-results thead,
.grazing-search-results tfoot,
.holding-grazing tbody,
.holding-grazing thead,
.holding-grazing tfoot,
.holding-decrofting tbody,
.holding-decrofting thead,
.holding-decrofting tfoot,
.individual-search-results tbody,
.individual-search-results thead,
.individual-search-results tfoot {
  border: 0px solid #b3b3b3;
}
.ds_table tr,
.holding-search-results tr,
.grazing-search-results tr,
.holding-grazing tr,
.holding-decrofting tr,
.individual-search-results tr {
  border-bottom: 0px solid #ebebeb;
}
.ds_table tr > *,
.holding-search-results tr > *,
.grazing-search-results tr > *,
.holding-grazing tr > *,
.holding-decrofting tr > *,
.individual-search-results tr > * {
  padding: 0.5rem 1rem 0.4375rem 0.5rem;
}
.ds_table tr:last-child,
.holding-search-results tr:last-child,
.grazing-search-results tr:last-child,
.holding-grazing tr:last-child,
.holding-decrofting tr:last-child,
.individual-search-results tr:last-child {
  border-bottom: 0;
}
.ds_table th,
.holding-search-results th,
.grazing-search-results th,
.holding-grazing th,
.holding-decrofting th,
.individual-search-results th {
  background-color: #ebebeb;
  font-weight: 700;
  position: relative;
  text-align: left;
  border-top: 2px solid #b3b3b3;
  border-bottom: 2px solid #b3b3b3;
}
.ds_table th,
.ds_table td,
.holding-search-results th,
.holding-search-results td,
.grazing-search-results th,
.grazing-search-results td,
.holding-grazing th,
.holding-grazing td,
.individual-search-results th,
.individual-search-results td {
  vertical-align: middle;
}
.ds_table th[colspan],
.holding-search-results th[colspan],
.grazing-search-results th[colspan],
.holding-grazing th[colspan],
.individual-search-results th[colspan] {
  border: 0px solid #b3b3b3;
}
/* First <th> - Full left border */
.ds_table th:first-child {
  border-left: 2px solid #b3b3b3;
}
/* Last <th> - Full right border */
.ds_table th:last-child {
  border-right: 2px solid #b3b3b3;
}
.ds_table th:not(:first-child)::before,
.holding-search-results th:not(:first-child)::before,
.grazing-search-results th:not(:first-child)::before,
.holding-grazing th:not(:first-child)::before,
.individual-search-results th:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;  /* Adjusted for better visibility */
  bottom: 10%;
  width: 1px;
  background-color: #b3b3b3;
}
.ds_table thead > tr:last-child,
.holding-search-results thead > tr:last-child,
.grazing-search-results thead > tr:last-child,
.holding-grazing thead > tr:last-child,
.individual-search-results thead > tr:last-child {
  border-bottom: 0;
}
.ds_table tbody > tr > td,
.holding-search-results tbody > tr > td,
.grazing-search-results tbody > tr > td,
.holding-grazing tbody > tr > td,
.individual-search-results tbody > tr > td {
  background-color: #ffffff;
}
.ds_table tbody > tr:nth-child(even) > td,
.holding-search-results tbody > tr:nth-child(even) > td,
.grazing-search-results tbody > tr:nth-child(even) > td,
.holding-grazing tbody > tr:nth-child(even) > td,
.individual-search-results tbody > tr:nth-child(even) > td {
  background-color: #f8f8f8;
}

@media (max-width: 767px) {
  .ds_table.js-is-scrolling[data-smallscreen=scrolling],
  .holding-search-results.js-is-scrolling[data-smallscreen=scrolling],
  .grazing-search-results.js-is-scrolling[data-smallscreen=scrolling],
  .holding-grazing.js-is-scrolling[data-smallscreen=scrolling],
  .individual-search-results.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,
  .holding-search-results.js-is-scrolling[data-smallscreen=scrolling] tr > :first-child,
  .grazing-search-results.js-is-scrolling[data-smallscreen=scrolling] tr > :first-child,
  .holding-grazing.js-is-scrolling[data-smallscreen=scrolling] tr > :first-child,
  .individual-search-results.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,
  .holding-search-results.js-is-scrolling[data-smallscreen=scrolling] caption,
  .grazing-search-results.js-is-scrolling[data-smallscreen=scrolling] caption,
  .holding-grazing.js-is-scrolling[data-smallscreen=scrolling] caption,
  .individual-search-results.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,
  .holding-search-results.js-is-scrolling[data-smallscreen=scrolling] tr > :first-child::after,
  .grazing-search-results.js-is-scrolling[data-smallscreen=scrolling] tr > :first-child::after,
  .holding-grazing.js-is-scrolling[data-smallscreen=scrolling] tr > :first-child::after,
  .individual-search-results.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,
  .holding-search-results.js-is-scrolling[data-smallscreen=scrolling] tr > :first-child::before,
  .grazing-search-results.js-is-scrolling[data-smallscreen=scrolling] tr > :first-child::before,
  .holding-grazing.js-is-scrolling[data-smallscreen=scrolling] tr > :first-child::before,
  .individual-search-results.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,
  .holding-search-results.js-is-scrolling[data-smallscreen=scrolling] tr > th:first-child,
  .grazing-search-results.js-is-scrolling[data-smallscreen=scrolling] tr > th:first-child,
  .holding-grazing.js-is-scrolling[data-smallscreen=scrolling] tr > th:first-child,
  .individual-search-results.js-is-scrolling[data-smallscreen=scrolling] tr > th:first-child {
    background: #ebebeb;
  }
  .ds_table.js-is-scrolling[data-smallscreen=scrolling] tr > td:first-child,
  .holding-search-results.js-is-scrolling[data-smallscreen=scrolling] tr > td:first-child,
  .grazing-search-results.js-is-scrolling[data-smallscreen=scrolling] tr > td:first-child,
  .holding-grazing.js-is-scrolling[data-smallscreen=scrolling] tr > td:first-child,
  .individual-search-results.js-is-scrolling[data-smallscreen=scrolling] tr > td:first-child {
    border-right: 1px solid #ebebeb;
  }
  .js-enabled .ds_table[data-smallscreen=boxes],
  .js-enabled .holding-search-results[data-smallscreen=boxes],
  .js-enabled .holding-grazing[data-smallscreen=boxes],
  .js-enabled .grazing-search-results[data-smallscreen=boxes],
  .js-enabled .individual-search-results[data-smallscreen=boxes] {
    border: 0;
    margin-bottom: 0;
  }
  .js-enabled .ds_table[data-smallscreen=boxes] thead,
  .js-enabled .holding-search-results[data-smallscreen=boxes] thead,
  .js-enabled .holding-grazing[data-smallscreen=boxes] thead,
  .js-enabled .grazing-search-results[data-smallscreen=boxes] thead,
  .js-enabled .individual-search-results[data-smallscreen=boxes] thead {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  .js-enabled .ds_table[data-smallscreen=boxes] tbody,
  .js-enabled .holding-search-results[data-smallscreen=boxes] tbody,
  .js-enabled .holding-grazing[data-smallscreen=boxes] tbody,
  .js-enabled .grazing-search-results[data-smallscreen=boxes] tbody,
  .js-enabled .individual-search-results[data-smallscreen=boxes] tbody {
    border: none;
  }
  .js-enabled .ds_table[data-smallscreen=boxes] tr,
  .js-enabled .holding-search-results[data-smallscreen=boxes] tr,
    .js-enabled .holding-grazing[data-smallscreen=boxes] tr,
  .js-enabled .grazing-search-results[data-smallscreen=boxes] tr,
  .js-enabled .individual-search-results[data-smallscreen=boxes] tr {
    border: 0;
    display: block;
    margin-bottom: 16px;
  }
  .js-enabled .ds_table[data-smallscreen=boxes] tr > *,
  .js-enabled .holding-search-results[data-smallscreen=boxes] tr > *,
  .js-enabled .holding-grazing[data-smallscreen=boxes] tr > *,
  .js-enabled .grazing-search-results[data-smallscreen=boxes] tr > *,
  .js-enabled .individual-search-results[data-smallscreen=boxes] tr > * {
    border: 1px solid #b3b3b3;
    display: block;
    overflow: auto;
    padding-left: calc(50% - 8px);
    position: relative;
  }
  .js-enabled .ds_table[data-smallscreen=boxes] tr > td:not(:last-child),
  .js-enabled .holding-search-results[data-smallscreen=boxes] tr > td:not(:last-child),
  .js-enabled .holding-grazing[data-smallscreen=boxes] tr > td:not(:last-child),
  .js-enabled .grazing-search-results[data-smallscreen=boxes] tr > td:not(:last-child),
  .js-enabled .individual-search-results[data-smallscreen=boxes] tr > td:not(:last-child) {
    border-bottom-color: #ebebeb;
  }
  .js-enabled .ds_table[data-smallscreen=boxes] tr > th:last-child,
  .js-enabled .holding-search-results[data-smallscreen=boxes] tr > th:last-child,
  .js-enabled .holding-grazing[data-smallscreen=boxes] tr > th:last-child,
  .js-enabled .grazing-search-results[data-smallscreen=boxes] tr > th:last-child,
  .js-enabled .individual-search-results[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),
  .js-enabled .holding-search-results[data-smallscreen=boxes] tr > td:not(:first-child),
  .js-enabled .holding-grazing[data-smallscreen=boxes] tr > td:not(:first-child),
  .js-enabled .grazing-search-results[data-smallscreen=boxes] tr > td:not(:first-child),
  .js-enabled .individual-search-results[data-smallscreen=boxes] tr > td:not(:first-child) {
    border-top-width: 0;
  }
  .js-enabled .ds_table[data-smallscreen=boxes] tr > td::before,
  .js-enabled .holding-search-results[data-smallscreen=boxes] tr > td::before,
  .js-enabled .holding-grazing[data-smallscreen=boxes] tr > td::before,
  .js-enabled .grazing-search-results[data-smallscreen=boxes] tr > td::before,
  .js-enabled .individual-search-results[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,
  .js-enabled .holding-search-results[data-smallscreen=boxes] tr > td:first-child,
  .js-enabled .holding-grazing[data-smallscreen=boxes] tr > td:first-child,
  .js-enabled .grazing-search-results[data-smallscreen=boxes] tr > td:first-child,
  .js-enabled .individual-search-results[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),
  .js-enabled .holding-search-results[data-smallscreen=boxes] tr > td:nth-child(odd),
  .js-enabled .holding-grazing[data-smallscreen=boxes] tr > td:nth-child(odd),
  .js-enabled .grazing-search-results[data-smallscreen=boxes] tr > td:nth-child(odd),
  .js-enabled .individual-search-results[data-smallscreen=boxes] tr > td:nth-child(odd) {
    background-color: #ffffff;
  }
  .js-enabled .ds_table[data-smallscreen=boxes] tr > td:nth-child(even),
  .js-enabled .holding-search-results[data-smallscreen=boxes] tr > td:nth-child(even),
  .js-enabled .holding-grazing[data-smallscreen=boxes] tr > td:nth-child(even),
  .js-enabled .grazing-search-results[data-smallscreen=boxes] tr > td:nth-child(even),
  .js-enabled .individual-search-results[data-smallscreen=boxes] tr > td:nth-child(even) {
    background-color: #f8f8f8;
  }
}

/*------------------------------------*\
    HOLDING DETAILS TABLE
\*------------------------------------*/
.holding-details {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse; /* Ensures borders don't double */
}

@media (min-width: 768px) {
  .holding-details {
    margin-bottom: 1rem;
  }
}

.holding-details caption {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

@media (min-width: 768px) {
  .holding-details caption {
    margin-bottom: 1rem;
  }
}

/* First row (header) */
.holding-details thead th {
  border: none;
  background-color: transparent; /* No background color */
  text-align: left;
}

/* Second row as a grey header */
.holding-details tbody tr:first-child td {
  background-color: #ebebeb;
  font-weight: 700;
  text-align: left;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #b3b3b3; /* Add border between headers */
}

/* Grey first column starting from the third row */
.holding-details tbody tr:not(:first-child) td:first-child {
  background-color: #ebebeb;
  font-weight: 700;
  text-align: left;
  padding: 0.5rem 1rem;
  border-right: 1px solid #b3b3b3; /* Add vertical border to separate columns */
}

/* Alternating row colors for the second column onwards */
.holding-details tbody tr:nth-child(even) td:nth-child(2) {
  background-color: #f8f8f8;
}

.holding-details tbody tr:nth-child(odd) td:nth-child(2) {
  background-color: #ffffff;
}

/* General table styles */
.holding-details tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ebebeb;
  padding: 0.5rem 1rem;
  border-right: 1px solid #b3b3b3; /* Add vertical border */
}

.holding-details tbody tr:last-child td {
  border-bottom: none; /* Remove bottom border for the last row */
}

.holding-details tbody tr td:last-child {
  border-right: none; /* Remove right border for the last column */
}

/*------------------------------------*\
    HOLDING INDIVIDUALS TABLE
\*------------------------------------*/
.holding-individuals {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
}

.holding-individuals caption {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.holding-individuals thead th {
  background-color: #ebebeb;
  font-weight: 700;
  text-align: left;
  padding: 0.5rem 1rem;
  border: 1px solid #b3b3b3;
}

.holding-individuals tbody td {
  padding: 0.5rem 1rem;
  border: 1px solid #ebebeb;
  vertical-align: top;
}

.holding-individuals tbody tr:nth-child(even) td {
  background-color: #f8f8f8;
}

.holding-individuals tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}

.holding-individuals tbody .nested-row td {
  padding-left: 2rem; /* Indent nested row */
  border: none; /* Remove border for nested row */
  background-color: #f8f8f8; /* Matching background */
}

.holding-individuals tbody .nested-row td a {
  font-weight: bold;
}

.holding-individuals tbody tr:last-child td {
  border-bottom: none;
}

/*------------------------------------*\
    DECROFTING DIRECTIONS TABLE
\*------------------------------------*/
.decrofting-intro {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
}


.holding-decrofting thead th {
    background-color: #ebebeb;
    font-weight: 700;
    text-align: left;
    padding: 0.5rem 1rem;
    border: 1px solid #b3b3b3;
}

.holding-decrofting tbody td {
    padding: 0.5rem 1rem;
    border: 1px solid #ebebeb;
    vertical-align: top;
}

.holding-decrofting tbody tr:nth-child(even) td {
    background-color: #f8f8f8;
}

.holding-decrofting tbody tr:nth-child(odd) td {
    background-color: #ffffff;
}


/*------------------------------------*\
    DECROFTING DIRECTIONS TABLE
\*------------------------------------*/
.holding-decrofting {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
}

.holding-decrofting caption {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.holding-decrofting thead th {
  background-color: #ebebeb;
  font-weight: 700;
  text-align: left;
  padding: 0.5rem 1rem;
  border: 1px solid #b3b3b3;
}

.holding-decrofting tbody td {
  padding: 0.5rem 1rem;
  border: 1px solid #ebebeb;
  vertical-align: top;
}

.holding-decrofting tbody tr:nth-child(even) td {
  background-color: #f8f8f8;
}

.holding-decrofting tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}

.holding-decrofting tbody tr:last-child td {
  border-bottom: none;
}


/*------------------------------------*\
    GENERAL TABLE STYLING
\*------------------------------------*/
table:not(.ds_datepicker__dialog__table) {
  width: 100%;
  margin-bottom: 2rem; /* Increased spacing between tables */
  border-collapse: collapse;
}

table:not(.ds_datepicker__dialog__table) caption {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

/*------------------------------------*\
    TABLE HEADERS
\*------------------------------------*/
table:not(.ds_datepicker__dialog__table) thead th {
  background-color: #ebebeb;
  font-weight: 700;
  text-align: left;
  padding: 0.75rem 1rem; /* Adjusted padding for better alignment */
  border: 1px solid #b3b3b3;
}

/*------------------------------------*\
    TABLE ROWS AND CELLS
\*------------------------------------*/
table:not(.ds_datepicker__dialog__table) tbody td {
  padding: 0.75rem 1rem; /* Adjusted padding for alignment */
  border: 1px solid #ebebeb;
  vertical-align: top;
}

table:not(.ds_datepicker__dialog__table) tbody tr:nth-child(even) td {
  background-color: #f8f8f8;
}

table:not(.ds_datepicker__dialog__table) tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}

/* Explicitly set styles for table headers */
.ds_table thead th {
  padding: 10px; /* Reset padding for consistency */
  border: none; /* Remove any accidental inheritance */
  border-top: 2px solid #b3b3b3;
  border-bottom: 2px solid #b3b3b3;
}

/* First and Last th Borders */
.ds_table thead th:first-child {
  border-left: 2px solid #b3b3b3;
}

.ds_table thead th:last-child {
  border-right: 2px solid #b3b3b3;
}

/*------------------------------------*\
    NESTED ROW STYLING (Legal Agent)
\*------------------------------------*/
table:not(.ds_datepicker__dialog__table) tbody .nested-row td {
  padding-left: 2rem; /* Indent nested row */
  border: none; /* Remove border for nested row */
  background-color: #f8f8f8; /* Matching background */
}

/*------------------------------------*\
    CLEAR SEPARATION BETWEEN TABLES
\*------------------------------------*/
table + table {
  margin-top: 3rem; /* More space between tables */
}

/*------------------------------------*\
    FIRST ROW ALIGNMENT
\*------------------------------------*/
.holding-details thead th[colspan="2"],
.holding-individuals thead th[colspan="3"],
.holding-grazing thead th[colspan="9"] {
  padding: 1rem 1rem; /* Extra padding for the header row */
  background-color: #ebebeb;
  border: 2px solid #b3b3b3; /* Stronger bottom border for clarity */
}


/*------------------------------------*\
    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: #f8f8f8;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:hover:not(:focus) {
    color: #00437d;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle::after {
    content: "";
    background-color: transparent;
    border-style: solid;
    border-width: 0px 0px 0.1875em 0.1875em;
    border-top-color: transparent;
    display: inline-block;
    height: 0.75em;
    width: 0.75em;
    transform: rotate(-45deg);
    border-width: 0px 0px 3px 3px;
    position: absolute;
    right: 16px;
    top: 17px;
    transition: transform 0.2s;
    pointer-events: none;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:focus {
    border: 0;
    padding: 16px 40px 16px 16px;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle:focus::after {
    right: 18px;
    top: 19px;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle + .ds_tabs__list {
    display: none;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle[aria-expanded=true] {
    border-bottom: 0;
    color: #333333;
    padding-bottom: 16px;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle[aria-expanded=true]:not(:focus) {
    background-color: #d9eeff;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle[aria-expanded=true]:hover:not(:focus) {
    background-color: #d9eeff;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle[aria-expanded=true]::after {
    top: 23px;
    transform: rotate(-225deg);
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle[aria-expanded=true]:focus::after {
    top: 25px;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__toggle[aria-expanded=true] + .ds_tabs__list {
    display: block;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__list {
    font-size: 1rem;
    line-height: 1.5;
    border: 2px solid #ebebeb;
    border-top: 0;
    margin: 0;
    padding: 8px 6px 6px 6px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__list {
    font-size: 1.1875rem;
    line-height: 1.6842105263;
  }
}
@media (max-width: 767px) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__tab {
    margin: 0 0 2px 0;
    padding: 0;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__tab::before {
    display: none;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__tab-link {
    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: #d9eeff;
  }
  .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: #d9eeff;
    border-left: 2px solid #0065bd;
    color: #333333;
    padding-left: 14px;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__title {
    display: none;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__current {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .ds_tabs.ds_tabs--links .ds_tabs__navigation.js-initialised .ds_tabs__current {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .ds_tabs.ds_tabs--links .ds_tabs__toggle {
    display: none;
  }
  .ds_tabs.ds_tabs--links .ds_tabs__current {
    display: none;
  }
}
@media (min-width: 768px) {
  .ds_tabs.js-initialised .ds_tabs__list, .ds_tabs.ds_tabs--links .ds_tabs__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
  }
  .ds_tabs.js-initialised .ds_tabs__tab-link, .ds_tabs.ds_tabs--links .ds_tabs__tab-link {
    display: block;
    position: relative;
    transition: background-color 0.2s, outline-color 0.2s;
    z-index: 1;
    outline: 0 !important;
    color: #333333;
    display: inline-block;
    padding: 12px 16px;
  }
  .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: #d9eeff;
  }
  .ds_tabs.js-initialised .ds_tabs__tab-link:hover, .ds_tabs.ds_tabs--links .ds_tabs__tab-link:hover {
    color: #00437d;
  }
  .ds_tabs.js-initialised .ds_tabs__tab-link:focus, .ds_tabs.ds_tabs--links .ds_tabs__tab-link:focus {
    color: #333333;
  }
  .ds_tabs.js-initialised .ds_tabs__tab, .ds_tabs.ds_tabs--links .ds_tabs__tab {
    background-color: #d9eeff;
    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(12px - 3px) calc(16px - 2px) calc(12px + 2px);
    text-decoration: none;
  }
  .ds_tabs.js-initialised .ds_tabs__tab.ds_current .ds_tabs__tab-link:focus, .ds_tabs.ds_tabs--links .ds_tabs__tab.ds_current .ds_tabs__tab-link:focus {
    border: 0;
    color: #333333;
    padding: 12px 16px calc(12px + 2px);
  }
  .ds_tabs.js-initialised .ds_tabs__tab:focus-within, .ds_tabs.ds_tabs--links .ds_tabs__tab:focus-within {
    margin-bottom: -2px !important;
  }
  .ds_tabs.js-initialised .ds_tabs__tab:focus-within .ds_tabs__tab-link, .ds_tabs.ds_tabs--links .ds_tabs__tab:focus-within .ds_tabs__tab-link {
    padding: 12px 16px calc(12px + 2px);
  }
  .ds_tabs.js-initialised .ds_tabs__title, .ds_tabs.ds_tabs--links .ds_tabs__title {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  .ds_tabs.js-initialised .ds_tabs__content, .ds_tabs.ds_tabs--links .ds_tabs__content {
    border-top: 2px solid #b3b3b3;
    margin: 0;
    padding-top: calc(1.5rem + -2px);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ds_tabs.js-initialised .ds_tabs__content, .ds_tabs.ds_tabs--links .ds_tabs__content {
    padding-top: calc(1.5rem + -2px);
  }
}
@media (min-width: 768px) {
  .ds_tabs.js-initialised .ds_tabs__content--bordered, .ds_tabs.ds_tabs--links .ds_tabs__content--bordered {
    border: 2px solid #b3b3b3;
    padding-top: calc(1.5rem + -2px);
    padding-right: calc(1rem + -2px);
    padding-bottom: calc(1.5rem + -2px);
    padding-left: calc(1rem + -2px);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ds_tabs.js-initialised .ds_tabs__content--bordered, .ds_tabs.ds_tabs--links .ds_tabs__content--bordered {
    padding-top: calc(1.5rem + -2px);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ds_tabs.js-initialised .ds_tabs__content--bordered, .ds_tabs.ds_tabs--links .ds_tabs__content--bordered {
    padding-right: calc(1rem + -2px);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ds_tabs.js-initialised .ds_tabs__content--bordered, .ds_tabs.ds_tabs--links .ds_tabs__content--bordered {
    padding-bottom: calc(1.5rem + -2px);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ds_tabs.js-initialised .ds_tabs__content--bordered, .ds_tabs.ds_tabs--links .ds_tabs__content--bordered {
    padding-left: calc(1rem + -2px);
  }
}
@media (min-width: 768px) {
  .ds_tabs.js-initialised .ds_tabs__content--bordered > :last-child, .ds_tabs.ds_tabs--links .ds_tabs__content--bordered > :last-child {
    margin-bottom: 0;
  }
  .ds_tabs.js-initialised .ds_tabs__content--hidden, .ds_tabs.ds_tabs--links .ds_tabs__content--hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .ds_tabs.ds_tabs--links .ds_tabs__tab.ds_current .ds_tabs__tab-link:hover {
    background-color: inherit;
    color: inherit;
  }
}

/*------------------------------------*\
    TAG
\*------------------------------------*/
.ds_tag {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background: #0065bd;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .ds_tag {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .ds_tag {
    padding-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .ds_tag {
    padding-right: 0.5rem;
  }
}
@media screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_tag {
    outline: 2px solid currentColor !important;
    outline-offset: -2px !important;
  }
}

/*------------------------------------*\
    TASK LIST
\*------------------------------------*/
.ds_task-list {
  list-style-type: none;
  margin: -2px 0 0 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: calc(1rem + -2px);
}
@media (min-width: 768px) {
  .ds_task-list__task {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .ds_task-list__task {
    padding-bottom: calc(1rem + -2px);
  }
}
.ds_task-list__task:last-child {
  border-bottom: 2px #ebebeb solid;
}
@media (max-width: 479px) {
  .ds_task-list__task {
    padding-bottom: calc(1.5rem + -2px);
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 479px) and (min-width: 768px) {
  .ds_task-list__task {
    padding-bottom: calc(1.5rem + -2px);
  }
}
.ds_task-list__task-details {
  max-width: 100%;
}
.ds_task-list__task-heading {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 768px) {
  .ds_task-list__task-heading {
    font-size: 1.1875rem;
    line-height: 1.6842105263;
  }
}
.ds_task-list__task-link {
  text-decoration: underline;
}
.ds_task-list__task-summary {
  margin: 0;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .ds_task-list__task-summary {
    margin-top: 0.5rem;
  }
}
.ds_task-list__task-status {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  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 screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_task-list__task-status {
    outline: 2px solid currentColor !important;
    outline-offset: -2px !important;
  }
}
@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;
  margin-bottom: 1rem;
  font-weight: 700;
  display: inline-block;
}
@media (min-width: 768px) {
  .ds_task-list-heading {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
@media (min-width: 768px) {
  .ds_task-list-heading {
    margin-bottom: 1rem;
  }
}
.ds_task-list-intro {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .ds_task-list-intro {
    margin-bottom: 1rem;
  }
}
.ds_task-list-heading + .ds_task-list {
  margin-top: calc(0.5rem + -2px);
}
@media (min-width: 768px) {
  .ds_task-list-heading + .ds_task-list {
    margin-top: calc(0.5rem + -2px);
  }
}

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

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

@media screen and (forced-colors: active) and (prefers-contrast: more) {
  /*
   * [1] This is a little hacky but it does serve to differentiate the "complete" status.
   *     And happens to be green by default.
   */
  .ds_task-list__task-status--complete {
    color: GrayText;
  }
}
/*------------------------------------*\
    #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;
}
@media screen and (forced-colors: active) and (prefers-contrast: more) {
  .ds_warning-text__icon {
    outline: 2px solid currentColor !important;
    outline-offset: -2px !important;
  }
}
.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;
  }
}

/*# sourceMappingURL=design-system.css.map */

/* General Search Form Styling */
.ds_site-search__form {
    display: flex;
    align-items: center;
    border: 1px solid #333;
    background-color: #f8f8f8; /* Light gray background */
    width: 100%;
    max-width: 600px; /* Adjust the width as needed */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.ds_input__wrapper {
    display: flex;
    align-items: center; /* Ensure items are aligned vertically */
    width: 100%;
}

.ds_site-search__input {
    flex-grow: 1;
    padding: 10px;
    border: none;
    font-size: 1rem;
    background-color: transparent;
    height: 40px; /* Set a consistent height */
    box-sizing: border-box; /* Ensure padding is included in height */
}

.ds_icon {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.ds_site-search__input:focus {
    outline: 2px solid #fdd522;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px;
    background-color: #ffffff; /* White background on focus */
}

/* 3x3 Grid */
/* Custom components */
:root {
  --spacing-small: 0.5rem;
  --spacing-medium: 1rem;
  --spacing-large: 1.5rem;
  --color-primary: #0065bd;
  --color-primary-dark: #004a9f;
  --color-background: #f8f8f8;
  --color-text: #333333;
  --color-white: #ffffff;
  --border-radius: 3px;
  --box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  --transition-duration: 0.3s;
}

/* Site search form */
.ds_site-search__form {
  display: flex;
  align-items: center;
  border: 1px solid var(--color-text);
  background-color: var(--color-background);
  width: 100%;
  max-width: 600px;
  box-shadow: var(--box-shadow);
}

.ds_input__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.ds_site-search__input {
  flex-grow: 1;
  margin-bottom: 1.5rem;
  border: 1px solid currentColor;
  padding: var(--spacing-medium);
  font-size: 1rem;
  background-color: transparent;
  height: 40px;
  box-sizing: border-box;
}



.ds_icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

/*                  */
/* CROFTING CARDS   */
/*                  */


.crofting-card {
  position: relative;
  background-color: var(--color-white);
  border-radius: var(--border-radius);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Ensure content is spaced properly */
  height: 100%; /* Ensure the card fills the column */
  transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
}


.crofting-card:hover,
.crofting-card:focus-within {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #f0f8ff;
}

.crofting-card__image {
    margin: -1px -1px 0; /* Negative margin to counteract any padding in the card */
    width: calc(100% + 2px); /* Slightly over 100% to account for border-radius if present */
}

/* Card Image Styling */
.crofting-card__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}


.crofting-card__title {
    color: var(--color-primary); /* Default blue color */
    font-size: 1.25rem;
    margin: 1rem 1rem 0.5rem;
}

.crofting-card:hover .crofting-card__title {
    color: var(--color-primary-dark); /* Darker blue on hover */
    text-decoration: underline;
    text-decoration-thickness: 2px; /* Adjust thickness as needed */
    text-underline-offset: 3px; /* Adjust the underline offset for better positioning */
}

.crofting-card__description {
    font-size: 1rem;
    color: #333;
    margin: 0 1rem 1rem;
    flex-grow: 1;
}

/* Make the entire card clickable */
.crofting-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* Hide the button visually but keep it accessible */
.crofting-card__link {
    position: static;
}

.crofting-card__link .wp-block-button__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

/* Ensure text is selectable */
.crofting-card__title,
.crofting-card__description {
    position: relative;
    z-index: 0;
}


.wp-block-buttons.is-layout-flex {
  align-self: flex-end; /* Align buttons at the bottom of the card */
}

/* Use Grid Layout for consistent heights */
/* Ensure each column has the same height */
.wp-block-columns.crofting-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Three columns for large screens */
  gap: 1rem; /* Add spacing between rows and columns */
  align-items: stretch; /* Ensures all items stretch to the full height of their row */
}

/* Mobile (1 Column) */
@media (max-width: 767px) {
  .wp-block-columns.crofting-grid {
      grid-template-columns: 1fr; /* Single column for small screens */
  }
}

/* Each column should be flexible */
.wp-block-column.is-layout-flow {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* New class for fixed image area within crofting-card */
.crofting-card__image-fixed {
  width: 100%;  /* Full width of the container */
  height: 200px;  /* Fixed height */
  overflow: hidden;  /* Ensure that the image doesn't overflow */
  position: relative;  /* Needed for absolute positioning of the image */
}

/* Make sure the image within the container covers the entire space while maintaining aspect ratio */
.crofting-card__image-fixed img {
  position: absolute;  /* Allow for image to be positioned freely */
  top: 50%;  /* Center the image vertically */
  left: 50%;  /* Center the image horizontally */
  transform: translate(-50%, -50%);  /* Offset the image to truly center it */
  width: 100%;  /* Ensure the image takes full width */
  height: 100%;  /* Ensure the image takes full height */
  object-fit: cover;  /* Crop the image if necessary to fit the container */
}


/*                  */
/* News             */
/*                  */

.latest-news-section {
  padding-left: 20px; /* or other values as per your design */
  margin-top: 30px; /* Add spacing between side navigation and news section */
}

/* Example side-navigation styling */
.side-navigation {
  max-width: 300px;
  float: left;
}

.main-content {
  margin-left: 320px; /* Adjust based on your side navigation width */
}


.gov_content-block__title {
  margin: 30px 0 0 0px;
}

.gov_latest-feed__items {
  margin: 10px 0 0 0px;
}

.gov_content-block {
  margin-top: 50px;
  margin-right: 30px;
}

.gov_latest-feeds {
    margin-right: -32px;
    overflow: hidden;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.gov_latest-feeds>* {
    margin-right: 32px
}

@supports(display: grid) {
    .gov_latest-feeds {
        display:grid;
        grid-gap: 0 32px;
        margin-right: 0;
        overflow: visible
    }

    .gov_latest-feeds>* {
        margin-left: 0;
        margin-right: 0;
        width: auto !important
    }
}

@media(min-width: 768px) {
    .gov_latest-feeds {
        margin-top:2rem
    }
}

@media(min-width: 768px) {
    .gov_latest-feeds {
        margin-bottom:2rem
    }
}

@supports(display: grid) {
    .gov_latest-feeds>.gov_latest-feed {
        width:auto !important
    }
}

@media(min-width: 768px) {
    .gov_latest-feeds>.gov_latest-feed {
        float:left;
        width: calc(33.3333333333% - 32px)
    }

    .gov_latest-feeds>.gov_latest-feed--horizontal {
        clear: left;
        width: calc(100% - 32px)
    }

    @supports(display: grid) {
        .gov_latest-feeds {
            grid-template-columns:repeat(3, 1fr)
        }

        .gov_latest-feeds>.gov_latest-feed--horizontal {
            grid-column-start: 1;
            grid-column-end: 4
        }
    }
}

.gov_latest-feed {
    position: relative
}

@supports(display: grid) {
    .gov_latest-feed {
        display:grid;
        grid-gap: 32px;
        grid-template-rows: 1fr auto
    }
}

.gov_latest-feed__see-all {
    display: block;
    position: relative;
    transition: background-color .2s,outline-color .2s;
    z-index: 1;
    outline: 0 !important;
    border-bottom: 1px solid currentColor;
    display: inline-block;
    padding: 8px 8px 8px 40px;
    position: relative;
    text-decoration: none
}

.gov_latest-feed__see-all:focus {
    background-color: #fdd522;
    box-shadow: inset 0 -3px #333,inset 0 -3px #333;
    color: #333
}

@media screen and (forced-colors: active)and (prefers-contrast: more) {
    .gov_latest-feed__see-all:focus {
        outline-color: highlight !important;
        outline-style: solid !important;
        outline-width: 2px !important
    }
}

.gov_latest-feed__see-all:hover:not(:focus) {
    background-color: #d9eeff
}

.gov_latest-feed__see-all .ds_icon {
    left: 4px;
    position: absolute;
    top: 6px
}

.gov_latest-feed--horizontal .gov_latest-feed__items {
    margin-right: -32px;
    overflow: hidden
}

.gov_latest-feed--horizontal .gov_latest-feed__items>* {
    margin-right: 32px
}

@supports(display: grid) {
    .gov_latest-feed--horizontal .gov_latest-feed__items {
        display:grid;
        grid-gap: 0 32px;
        margin-right: 0;
        overflow: visible
    }

    .gov_latest-feed--horizontal .gov_latest-feed__items>* {
        margin-left: 0;
        margin-right: 0;
        width: auto !important
    }
}

@media(min-width: 768px) {
    .gov_latest-feed--horizontal .gov_latest-feed__items>.gov_latest-feed__item {
        float:left;
        width: calc(33.3333333333% - 32px);
        margin-bottom: 0
    }

    @supports(display: grid) {
        .gov_latest-feed--horizontal .gov_latest-feed__items {
            grid-template-columns:repeat(3, 1fr)
        }

        .gov_latest-feed--horizontal .gov_latest-feed__items>.gov_latest-feed__item {
            width: auto !important
        }
    }
}

.gov_latest-feed__item {
    margin-bottom: 16px;
    position: relative
}

.gov_latest-feed__item>:last-child {
    margin-bottom: 0
}

.gov_latest-feed__item__title {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-weight: 700;
    margin-top: 0 !important
}

@media(min-width: 768px) {
    .gov_latest-feed__item__title {
        font-size:1.1875rem;
        line-height: 1.6842105263
    }
}

@media(min-width: 768px) {
    .gov_latest-feed__item__title {
        margin-bottom:1rem
    }
}

.gov_latest-feed__item__topics {
    font-size: .75rem;
    line-height: 1.3333333333;
    color: #727272;
    line-height: 24px;
    list-style-type: none;
    margin: 12px 0
}

@media(min-width: 768px) {
    .gov_latest-feed__item__topics {
        font-size:.875rem;
        line-height: 1.7142857143
    }
}

.gov_latest-feed__item__topics li {
    display: inline;
    margin-left: 0
}

.gov_latest-feed__item__topics li:not(:last-child):after {
    content: ","
}

.gov_latest-feed__item__date {
    font-size: .75rem;
    line-height: 1.3333333333;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px
}

@media(min-width: 768px) {
    .gov_latest-feed__item__date {
        font-size:.875rem;
        line-height: 1.7142857143
    }
}

.gov_latest-feed__item__date--bar {
    position: relative;
    padding-left: 8px
}

.gov_latest-feed__item__date--bar::before {
    background-color: currentColor;
    bottom: 6px;
    content: "";
    left: 0;
    position: absolute;
    top: 6px;
    width: 1px
}

.gov_latest-feed__item__summary {
    font-size: .875rem;
    line-height: 1.7142857143
}

@media(min-width: 768px) {
    .gov_latest-feed__item__summary {
        font-size:1rem;
        line-height: 1.5
    }
}

.gov_latest-feed .gov_latest-feed__item {
    padding-top: 24px
}

.gov_latest-feed .gov_latest-feed__item:before {
    border-bottom: 2px solid #ebebeb;
    content: "";
    position: absolute;
    top: 0;
    width: 30%
}

.gov_latest-feed .gov_latest-feed__item:first-of-type {
    padding-top: 0
}

.gov_latest-feed .gov_latest-feed__item:first-of-type:before {
    content: none
}

@media(min-width: 768px) {
    .gov_latest-feed--horizontal .gov_latest-feed__item {
        padding-top:0
    }

    .gov_latest-feed--horizontal .gov_latest-feed__item:before {
        content: none
    }
}

.gov_icon-link.gov_icon-link--major {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.1875rem; /* Adjust font size as needed */
  color: #0065bd; /* Blue color for the link */
  text-decoration: none;
  margin-top: 20px; /* Space above the link */
}

.gov_icon-link.gov_icon-link--major:hover {
  color: #00437d; /* Darker blue on hover */
  text-decoration: underline;
}

.gov_icon-link__icon--chevron {
    content: "";
    background-color: rgba(0,0,0,0);
    border-style: solid;
    border-width: 0px 0px 0.14583325em 0.14583325em;
    border-top-color: rgba(0,0,0,0);
    display: inline-block;
    height: .583333em;
    width: .583333em;
    transform: rotate(-135deg);
    margin-top: -0.25em;
    right: .333333em
}

.gov_homepage-subscribe__text+.gov_homepage-subscribe__link {
    margin-left: 20px;
    position: relative
}

.gov_homepage-subscribe__text+.gov_homepage-subscribe__link::before {
    content: "";
    top: 2px;
    bottom: 2px;
    background: #727272;
    position: absolute;
    width: 1px;
    left: -12px
}

.gov_homepage-subscribe {
    font-size: .875rem;
    line-height: 1.7142857143;
    margin: 4px 0 20px
}

@media(min-width: 768px) {
    .gov_homepage-subscribe {
        font-size:1rem;
        line-height: 1.5
    }
}

.wp-block-image img {
  max-width: 100%; /* Ensures the image doesn't exceed its container width */
  height: auto; /* Maintains the aspect ratio of the image */
  display: block; /* Removes any space below the image */
  margin: 0 auto; /* Centers the image horizontally if the container is narrower than the image */
}

.untested-block {
    opacity: 0.5;
    border: 2px dashed red;
    filter: grayscale(100%);
}

.gov_secondary-footer {
    font-size: 14px;
    line-height: 1.7142857143
}

.gov_social-links {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.gov_social-links__item {
    margin: .9375rem .75rem .0625rem 0
}

.gov_social-links__link {
    display: block;
    padding-right: .5rem
}

.gov_social-links__link-inner {
    align-items: center;
    display: flex
}

.gov_social-links__icon {
    align-items: center;
    display: flex;
    height: 2rem;
    justify-content: center;
    margin-right: .25rem;
    width: 2rem
}

.gov_social-links__icon .ds_icon {
    color: currentColor
}

.gov_sublayout {
    margin-right: -32px;
    overflow: hidden;
    margin-bottom: 32px
}

.gov_sublayout>* {
    margin-right: 32px
}

@supports(display: grid) {
    .gov_sublayout {
        display:grid;
        grid-gap: 0 32px;
        margin-right: 0;
        overflow: visible
    }

    .gov_sublayout>* {
        margin-left: 0;
        margin-right: 0;
        width: auto !important
    }
}

.gov_sublayout--threecols {
    margin-left: 0
}

.gov_sublayout--publication-header>* {
    margin-bottom: 1.5rem
}

@media(min-width: 768px) {
    .gov_sublayout--publication-header>* {
        margin-bottom:2rem
    }
}

@media(min-width: 768px) {
    .gov_layout--about>.ds_layout__banner {
        width:calc(75% - 32px);
        margin-left: 25%
    }

    .gov_layout--about>.ds_layout__header {
        width: calc(75% - 32px);
        margin-left: 25%
    }

    .gov_layout--about>.ds_layout__content {
        width: calc(75% - 32px);
        margin-left: 25%
    }

    .gov_layout--about>.ds_layout__feedback {
        clear: left;
        width: calc(75% - 32px);
        margin-left: 25%;
        margin-left: 25%
    }

    .gov_layout--about>.ds_layout__sidebar {
        float: left;
        width: calc(25% - 32px)
    }

    .gov_layout--filter-search>.ds_layout__header {
        width: calc(66.6666666667% - 32px)
    }

    .gov_layout--filter-search>.ds_layout__content {
        width: calc(66.6666666667% - 32px);
        margin-left: 33.3333333333%
    }

    .gov_layout--filter-search>.ds_layout__feedback {
        clear: left;
        width: calc(66.6666666667% - 32px);
        margin-left: 33.3333333333%
    }

    .gov_layout--filter-search>.ds_layout__sidebar {
        float: left;
        width: calc(33.3333333333% - 32px)
    }

    .gov_layout--policy>.ds_layout__header {
        width: calc(66.6666666667% - 32px)
    }

    .gov_layout--policy>.ds_layout__content {
        float: left;
        width: calc(66.6666666667% - 32px)
    }

    .gov_layout--policy>.ds_layout__feedback {
        clear: left;
        width: calc(66.6666666667% - 32px);
        margin-left: 33.3333333333%
    }

    .gov_layout--policy>.ds_layout__sidebar {
        float: left;
        width: calc(33.3333333333% - 32px)
    }

    .gov_layout--issue>.ds_layout__banner {
        width: calc(100% - 32px)
    }

    .gov_layout--issue>.ds_layout__content {
        float: left;
        width: calc(66.6666666667% - 32px)
    }

    .gov_layout--issue>.ds_layout__feedback {
        clear: left;
        width: calc(66.6666666667% - 32px)
    }

    .gov_layout--issue>.ds_layout__sidebar,.gov_layout--issue>.ds_layout__sidebar-B {
        float: left;
        width: calc(33.3333333333% - 32px)
    }

    .gov_layout--collection>.ds_layout__header,.gov_layout--publication>.ds_layout__header {
        width: calc(100% - 32px)
    }

    .gov_layout--collection>.ds_layout__content,.gov_layout--publication>.ds_layout__content {
        float: left;
        width: calc(66.6666666667% - 32px);
        margin-left: 33.3333333333%
    }

    .gov_layout--collection>.ds_layout__feedback,.gov_layout--publication>.ds_layout__feedback {
        clear: left;
        width: calc(66.6666666667% - 32px);
        margin-left: 33.3333333333%
    }

    .gov_layout--collection>.ds_layout__sidebar,.gov_layout--publication>.ds_layout__sidebar {
        float: left;
        width: calc(33.3333333333% - 32px)
    }

    .gov_layout--collection--no-sidebar>.ds_layout__header,.gov_layout--collection--no-sidebar>.ds_layout__content,.gov_layout--collection--no-sidebar>.ds_layout__feedback,.gov_layout--publication--no-sidebar>.ds_layout__header,.gov_layout--publication--no-sidebar>.ds_layout__content,.gov_layout--publication--no-sidebar>.ds_layout__feedback {
        width: calc(100% - 32px)
    }

    .gov_layout--role>.ds_layout__header {
        width: calc(66.6666666667% - 32px)
    }

    .gov_layout--role>.ds_layout__content {
        float: left;
        width: calc(66.6666666667% - 32px)
    }

    .gov_layout--role>.ds_layout__feedback {
        clear: left;
        width: calc(66.6666666667% - 32px);
        margin-left: 33.3333333333%
    }

    .gov_layout--role>.ds_layout__sidebar,.gov_layout--role>.ds_layout__sidebar-B {
        clear: left;
        float: left;
        width: calc(33.3333333333% - 32px)
    }

    .gov_layout--featured-role>.ds_layout__content {
        float: left;
        width: calc(66.6666666667% - 32px)
    }

    .gov_layout--featured-role>.ds_layout__latest,.gov_layout--featured-role>.ds_layout__featured,.gov_layout--featured-role>.ds_layout__connect {
        clear: left
    }

    .gov_layout--featured-role>.ds_layout__feedback {
        clear: left;
        width: calc(66.6666666667% - 32px)
    }

    .gov_layout--featured-role>.ds_layout__sidebar {
        float: left;
        width: calc(33.3333333333% - 32px)
    }

    .gov_sublayout--twocols>* {
        float: left;
        width: calc(50% - 32px)
    }

    .gov_sublayout--twocols>*:nth-child(2n+1) {
        clear: left
    }

    .gov_sublayout--threecols>* {
        float: left;
        width: calc(33.3333333333% - 32px)
    }

    .gov_sublayout--threecols>*:nth-child(3n+1) {
        clear: left
    }

    .gov_sublayout--publication-header>.gov_sublayout__title {
        width: calc(83.3333333333% - 32px)
    }

    .gov_sublayout--publication-header>.gov_sublayout__metadata {
        width: calc(83.3333333333% - 32px)
    }

    .gov_sublayout--publication-header>.gov_sublayout__content {
        float: left;
        width: calc(66.6666666667% - 32px)
    }

    .gov_sublayout--publication-header>.gov_sublayout__document {
        float: right;
        width: calc(25% - 32px)
    }
}

@media(min-width: 992px) {
    .gov_layout--about>.ds_layout__banner {
        width:calc(58.3333333333% - 32px)
    }

    .gov_layout--about>.ds_layout__header {
        width: calc(58.3333333333% - 32px)
    }

    .gov_layout--about>.ds_layout__content {
        width: calc(58.3333333333% - 32px)
    }

    .gov_layout--about>.ds_layout__feedback {
        width: calc(58.3333333333% - 32px)
    }

    .gov_layout--filter-search>.ds_layout__content {
        width: calc(75% - 32px);
        margin-left: 25%
    }

    .gov_layout--filter-search>.ds_layout__feedback {
        clear: left;
        width: calc(75% - 32px);
        margin-left: 25%
    }

    .gov_layout--filter-search>.ds_layout__sidebar {
        width: calc(25% - 32px)
    }

    .gov_layout--policy>.ds_layout__content {
        float: left;
        width: calc(58.3333333333% - 32px)
    }

    .gov_layout--policy>.ds_layout__feedback {
        width: calc(58.3333333333% - 32px);
        margin-left: 25%
    }

    .gov_layout--policy>.ds_layout__sidebar {
        width: calc(25% - 32px)
    }

    .gov_layout--collection>.ds_layout__content,.gov_layout--publication>.ds_layout__content {
        float: left;
        width: calc(58.3333333333% - 32px);
        margin-left: 0%
    }

    .gov_layout--collection>.ds_layout__feedback,.gov_layout--publication>.ds_layout__feedback {
        width: calc(58.3333333333% - 32px);
        margin-left: 25%
    }

    .gov_layout--collection>.ds_layout__sidebar,.gov_layout--publication>.ds_layout__sidebar {
        width: calc(25% - 32px)
    }

    .gov_layout--collection--no-sidebar>.ds_layout__header,.gov_layout--publication--no-sidebar>.ds_layout__header {
        width: calc(100% - 32px)
    }

    .gov_layout--collection--no-sidebar>.ds_layout__content,.gov_layout--collection--no-sidebar>.ds_layout__feedback,.gov_layout--publication--no-sidebar>.ds_layout__content,.gov_layout--publication--no-sidebar>.ds_layout__feedback {
        width: calc(58.3333333333% - 32px);
        margin-left: 25%
    }

    .gov_layout--role>.ds_layout__header {
        width: calc(66.6666666667% - 32px)
    }

    .gov_layout--role>.ds_layout__content {
        width: calc(58.3333333333% - 32px)
    }

    .gov_layout--role>.ds_layout__feedback {
        width: calc(58.3333333333% - 32px);
        margin-left: 25%
    }

    .gov_layout--role>.ds_layout__sidebar,.gov_layout--role>.ds_layout__sidebar-B {
        width: calc(25% - 32px)
    }

    .gov_sublayout--firstminister>*:first-child {
        float: left;
        width: calc(33.3333333333% - 32px)
    }

    .gov_sublayout--firstminister>*:last-child {
        float: left;
        width: calc(66.6666666667% - 32px)
    }

    .gov_sublayout--publication-header>.gov_sublayout__title {
        width: calc(83.3333333333% - 32px)
    }

    .gov_sublayout--publication-header>.gov_sublayout__metadata {
        float: left;
        width: calc(25% - 32px)
    }

    .gov_sublayout--publication-header>.gov_sublayout__content {
        float: left;
        width: calc(58.3333333333% - 32px)
    }

    .gov_sublayout--publication-header>.gov_sublayout__document {
        width: calc(16.6666666667% - 32px)
    }
}

@supports(display: grid) {
    .ds_layout {
        grid-template-rows:auto auto 1fr
    }

    .ds_layout__about {
        grid-area: a
    }

    .ds_layout__banner {
        grid-area: b
    }

    .ds_layout__contact {
        grid-area: C
    }

    .ds_layout__directorates {
        grid-area: d
    }

    .ds_layout__featured {
        grid-area: F
    }

    .ds_layout__latest {
        grid-area: l
    }

    .ds_layout__policies {
        grid-area: P
    }

    .ds_layout__search {
        grid-area: S
    }

    .ds_layout__sidebar-B {
        grid-area: s2
    }

    .gov_layout--about {
        grid-template-areas: "b b" "s s" "h h" "c c" "f f"
    }

    .gov_layout--filter-search {
        grid-template-areas: "h h" "s s" "c c" "f f"
    }

    .gov_layout--role {
        grid-template-areas: "h h" "s s" "c c" "s2 s2" "f f"
    }

    .gov_layout--policy {
        grid-template-areas: "h h" "s s" "c c" "f f"
    }

    .gov_layout--topic {
        grid-template-areas: "b b" "c c" "P P" "F F" "l l" "d d" "f f"
    }

    .gov_layout--issue {
        grid-template-areas: "b  b" "s2 s2" "c  c" "s  s" "f  f"
    }

    .gov_layout--collection,.gov_layout--publication,.gov_layout--publication--no-sidebar {
        grid-template-areas: "h h" "s s" "c c" "f f"
    }

    .gov_layout--home {
        grid-template-areas: "h h" "S S" "c c" "f f"
    }

    .gov_layout--featured-role {
        grid-template-areas: "h h" "c c" "s s" "l l" "F F" "C C" "f f"
    }

    .gov_layout--featured-role-article {
        grid-template-areas: "h h" "c c" "s s" "f f"
    }

    @media(min-width: 480px) {
        .gov_layout--about {
            grid-template-areas:"b b b b b b" "s s s s s s" "h h h h h h" "c c c c c c" "f f f f f f"
        }

        .gov_layout--filter-search {
            grid-template-areas: "h h h h h h" "s s s s s s" "c c c c c c" "f f f f f f"
        }

        .gov_layout--policy {
            grid-template-areas: "h h h h h h" "s s s s s s" "c c c c c c" "f f f f f f"
        }

        .gov_layout--topic {
            grid-template-areas: "b b b b b b" "c c c c c c" "P P P P P P" "F F F F F F" "l l l l l l" "d d d d d d" "f f f f f f"
        }

        .gov_layout--issue {
            grid-template-areas: "b  b  b  b  b  b" "s2 s2 s2 s2 s2 s2" "c  c  c  c  c  c" "s  s  s  s  s  s" "f  f  f  f  f  f"
        }

        .gov_layout--collection,.gov_layout--publication,.gov_layout--publication--no-sidebar {
            grid-template-areas: "h h h h h h" "s s s s s s" "c c c c c c" "f f f f f f"
        }

        .gov_layout--role {
            grid-template-areas: "h h h h h h" "s s s s s s" "c c c c c c" "s2 s2 s2 s2 s2 s2" "f f f f f f"
        }

        .gov_layout--home {
            grid-template-areas: "h h h h h h" "S S S S S S" "c c c c c c" "f f f f f f"
        }

        .gov_layout--featured-role {
            grid-template-areas: "h h h h h h" "c c c c c c" "s s s s s s" "l l l l l l" "F F F F F F" "C C C C C C" "f f f f f f"
        }

        .gov_layout--featured-role-article {
            grid-template-areas: "h h h h h h" "c c c c c c" "s s s s s s" "f f f f f f"
        }
    }

    @media(min-width: 768px) {
        .gov_layout--about {
            grid-template-areas:"s s s s b b b b b b b b" "s s s s h h h h h h h h" "s s s s c c c c c c c c" ". . . . f f f f f f f f"
        }

        .gov_layout--filter-search {
            grid-template-areas: "h h h h h h h h . . . ." "s s s s c c c c c c c c" ". . . . f f f f f f f f"
        }

        .gov_layout--policy {
            grid-template-areas: "h h h h h h h h . . . ." "s s s s c c c c c c c c" ". . . . f f f f f f f f"
        }

        .gov_layout--topic {
            grid-template-areas: "b b b b b b b b b b b b" "c c c c c c c c c . . ." "P P P P P P P P P P P P" "F F F F F F F F F F F F" "l l l l l l l l l l l l" "d d d d d d d d d d d d" "f f f f f f f f f . . ."
        }

        .gov_layout--issue {
            grid-template-areas: "b  b  b  b  b  b  b  b  b  b  b  b" "c  c  c  c  c  c  c  c  s2 s2 s2 s2" "c  c  c  c  c  c  c  c  s  s  s  s" "f  f  f  f  f  f  f  f  .  .  .  ."
        }

        .gov_layout--collection,.gov_layout--publication {
            grid-template-areas: "h h h h h h h h h h h h" "s s s s c c c c c c c c" ". . . . f f f f f f f f"
        }

        .gov_layout--publication--no-sidebar {
            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" "f f f f f f f f f f f f"
        }

        .gov_layout--role {
            grid-template-areas: "h  h  h  h  h  h  h  h  .  .  .  ." "s  s  s  s  c  c  c  c  c  c  c  c" "s2 s2 s2 s2 c  c  c  c  c  c  c  c" ".  .  .  .  f  f  f  f  f  f  f  f"
        }

        .gov_layout--home {
            grid-template-areas: "h h h h h h h . S S S S" "c c c c c c c c c c c c" "f f f f f f f f . . . ."
        }

        .gov_layout--featured-role {
            grid-template-areas: "h h h h h h h h h h h h" "c c c c c c c c s s s s" "l l l l l l l l l l l l" "F F F F F F F F F F F F" "C C C C C C C C C C C C" "f f f f f f f f . . . ."
        }

        .gov_layout--featured-role-article {
            grid-template-areas: "h h h h h h h h s s s s" "c c c c c c c c s s s s" "f f f f f f f f . . . ."
        }
    }

    @media(min-width: 992px) {
        .gov_layout--about {
            grid-template-areas:"s s s b b b b b b b . ." "s s s h h h h h h h . ." "s s s c c c c c c c . ." ". . . f f f f f f f . ."
        }

        .gov_layout--filter-search {
            grid-template-areas: "h h h h h h h h . . . ." "s s s c c c c c c c c c " ". . . f f f f f f f f f"
        }

        .gov_layout--policy {
            grid-template-areas: "h h h h h h h h . . . ." "s s s c c c c c c c . ." ". . . f f f f f f f . ."
        }

        .gov_layout--topic {
            grid-template-areas: "b b b b b b b b b b b b" "c c c c c c c . . . . ." "P P P P P P P P P P P P" "F F F F F F F F F F F F" "l l l l l l l l l l l l" "d d d d d d d d d d d d" "f f f f f f f . . . . ."
        }

        .gov_layout--collection,.gov_layout--publication,.gov_layout--publication--no-sidebar {
            grid-template-areas: "h h h h h h h h h h h h" "s s s c c c c c c c . ." ". . . f f f f f f f . ."
        }

        .gov_layout--role {
            grid-template-areas: "h  h  h  h  h  h  h  h  .  .  .  ." "s  s  s  c  c  c  c  c  c  c  .  ." "s2 s2 s2 c  c  c  c  c  c  c  .  ." ".  .  .  f  f  f  f  f  f  f  .  ."
        }

        .gov_layout--featured-role-article {
            grid-template-areas: "h h h h h h h . s s s s" "c c c c c c c . s s s s" "f f f f f f f . . . . ."
        }
    }

    .gov_sublayout {
        grid-gap: 32px 32px
    }

    .gov_sublayout--twocols,.gov_sublayout--threecols {
        grid-template-areas: none
    }

    .gov_sublayout--publication-header>* {
        margin-bottom: 0
    }

    .gov_sublayout--firstminister {
        grid-template-areas: none
    }

    @media(min-width: 480px) {
        .gov_sublayout--threecols {
            grid-template-columns:repeat(2, 6fr)
        }

        .gov_sublayout--publication-header .gov_sublayout__title,.gov_sublayout--publication-header .gov_sublayout__metadata,.gov_sublayout--publication-header .gov_sublayout__content,.gov_sublayout--publication-header .gov_sublayout__document {
            grid-column: 1/-1
        }
    }

    @media(min-width: 768px) {
        .gov_sublayout--twocols {
            grid-template-columns:repeat(2, 6fr)
        }

        .gov_sublayout--threecols {
            grid-template-columns: repeat(3, 4fr)
        }

        .gov_sublayout--publication-header {
            grid-template-columns: repeat(12, 1fr)
        }

        .gov_sublayout--publication-header .gov_sublayout__title {
            grid-column: 1/10
        }

        .gov_sublayout--publication-header .gov_sublayout__metadata {
            grid-column: 1/10
        }

        .gov_sublayout--publication-header .gov_sublayout__content {
            grid-column: 1/10
        }

        .gov_sublayout--publication-header .gov_sublayout__document {
            grid-column: 10/13;
            grid-row: 1/4
        }
    }

    @media(min-width: 992px) {
        .gov_sublayout--firstminister {
            grid-template-areas:none;
            grid-template-columns: 2fr 4fr
        }

        .gov_sublayout--publication-header .gov_sublayout__metadata {
            grid-column: 1/4
        }

        .gov_sublayout--publication-header .gov_sublayout__content {
            grid-column: 4/10
        }

        .gov_sublayout--publication-header .gov_sublayout__document {
            grid-column: 11/13;
            grid-row: 1/3
        }
    }
}