body {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.body-wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
}
.govuk-button {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  min-height: 56px;
  min-width: 56px;
  padding: 16px;
  background: #0065bd;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 24px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s;
}
@media (min-width: 768px) {
  .govuk-button {
      font-size: 16px;
 }
}
.govuk-button > .ds_icon {
  height: 40px;
  padding: 8px;
  width: 40px;
}
.govuk-button:hover {
  background-color: #00437e;
  color: #ffffff;
  transition-duration: 0.2s;
}
.govuk-button:focus {
  background-color: #fdd522;
  box-shadow: 0 3px #333333;
  color: #333333;
  outline: 0;
  transition-duration: 0s;
}
.govuk-button .ds_icon {
  pointer-events: none;
}
.govuk-button[disabled] {
  background-color: #727272;
  box-shadow: none;
  color: #ffffff;
  font-weight: 400;
  outline: none;
  pointer-events: none;
}
.govuk-error-summary {
  border: 4px solid #d32205;
  padding: 20px 28px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .govuk-error-summary {
      margin-top: 32px;
 }
}
.govuk-error-summary > *:last-child {
  margin-bottom: 0;
}
.govuk-error-summary__title {
  margin-top: 0;
}
.govuk-error-summary__list {
  color: #d32205;
  font-weight: bold;
  list-style-type: none;
  margin-left: 0;
}
.govuk-error-summary__list a {
  color: #d32205;
}
.govuk-error-summary__list a:focus {
  color: #333333;
}
.govuk-error-summary__list li {
  margin-left: 0;
}

@media (min-width: 768px) {
  legend {
      font-size: 22px;
  }
}
@media (min-width: 40.0625em) {
    .govuk-fieldset__legend {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 8px;
    }
}
.govuk-fieldset__legend {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
legend {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
}
.govuk-radios {
  margin-top: 16px;
}
.ds_back-to-top {
  top: 85vh
}
.govuk-link {
  color: #0065bd !important;
}
.govuk-button--start:hover {
  outline: none;
}
.govuk-button--secondary {
  background-color: transparent;
  color: #0065bd;
  outline: 2px solid currentColor;
  outline-offset: -2px;
}
.govuk-button--secondary:hover {
  background-color: #d9effc;
  color: #00437e;
  outline: 2px solid currentColor;
  outline-offset: -2px;
}
.govuk-button--warning {
    background-color: #d4351c;
    color: white;
    outline: 2px solid #d4351c;
    outline-offset: -2px;
}
.govuk-button--warning:hover {
    background-color: #d4351c;
    color: white;
    outline: 2px solid #d4351c;
    outline-offset: -2px;
}
.govuk-label {
  font-weight: bold;
  display: block;
}
.govuk-label--l {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}

.govuk-file-upload {
    max-width: calc(100vw - 50px);
}
@media (min-width: 768px) {
    .govuk-file-upload {
        max-width: 100%;
    }
}

.govuk-file-upload::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit
}

.govuk-file-upload:focus {
  outline: 3px solid #fd0;
  -webkit-box-shadow: inset 0 0 0 4px #0b0c0c;
  box-shadow:inset 0 0 0 4px #0b0c0c
}

.govuk-file-upload:focus-within {
  outline: 3px solid #fd0;
  -webkit-box-shadow: inset 0 0 0 4px #0b0c0c;
  box-shadow:inset 0 0 0 4px #0b0c0c
}

@media (min-width: 768px) {
    .govuk-file-upload {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .govuk-file-upload {
        max-width: 240px;
    }
}

.ds_page-header {
    color: #0b0c0c;
}

@media (min-width: 768px) {
    .ds_select-wrapper {
        max-width: 50%;
    }
}

/* Helper classes
-------------------------------------------------- */
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-right {
    text-align: right;
}
.text-muted {
    color: #727272;
}
.table-fixed {
    table-layout: fixed;
}
.govuk-\!-margin-right-auto {
    margin-right: auto !important;
}
.govuk-\!-margin-left-auto {
    margin-left: auto !important;
}
/* Cookie banner
-------------------------------------------------- */

#cookie-confirm .ds_notification__text a {
    color: white;
}

@media (max-width: 768px) {
    .ds_notification__actions {
    display: contents;
    text-align: left;
  }

  .ds_notification__text {
    margin-bottom: 16px;
  }
}

/* Navigation
-------------------------------------------------- */
.ds_site-navigation {
    display: block;
}

.logout {
    min-height: inherit;
    margin-top: inherit;
    margin-bottom: inherit;
    outline: inherit;
    font-weight: inherit;
    line-height: inherit;
    background: none;
    border: none;
}

.logout:hover:not(:focus) {
    background-color: #d9effc !important;
}

.logout:focus {
    background-color: #fdd522;
    box-shadow: inset 0 -3px #333333, inset 0 -3px #333333;
    color: #333333;
}

.govuk-accordion--hidden-controls .govuk-accordion__controls {
    display: none;
}

/* Table sorting
-------------------------------------------------- */
th a,
td a {
    display: block;
    width: 100%;
}

td .multiple-links {
    white-space: nowrap;
}
td .multiple-links a {
    width: auto;
    display: inline-block;
}

th a.sort-by {
    padding-right: 18px;
    position: relative;
    color: inherit;
    text-decoration: none;
}

a.sort-by:before,
a.sort-by:after {
    border: 6px solid transparent;
    content: "";
    display: none;
    height: 0;
    right: 5px;
    top: 50%;
    position: absolute;
    width: 0;
}

a.sort-by:before {
    border-bottom-color: #666;
    margin-top: -15px;
}

a.sort-by:after {
    border-top-color: #666;
    margin-top: 0px;
}

a.sort-by--inactive:before,
a.sort-by--inactive:after {
    display: block;
}

a.sort-by--ascending:before {
    display: block;
}

a.sort-by--descending:after {
    display: block;
}

/* Notifications
-------------------------------------------------- */
.govuk-banner {
    border: 5px solid #1d70b8;
    color: #1d70b8;
    font-size: 0;
    margin-bottom: 30px;
    padding: 10px;
}

.govuk-banner--success {
    border-color: #428542;
    color: #428542;
}

.govuk-banner > .govuk-banner__icon {
    fill: currentColor;
    float: left;
    margin-right: 10px;
}

.govuk-banner > .govuk-banner__body {
    font-family: "GDS Transport", arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}

@media print {
    .govuk-banner {
        font-family: sans-serif;
        font-size: 14pt;
        line-height: 1.15;
    }
}

@media (min-width: 40.0625em) {
    .govuk-banner {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
        margin-bottom: 50px;
    }
}

@media print {
    .govuk-banner > .govuk-banner__body {
        color: #000;
    }
}

.govuk-banner > .govuk-banner__body > :last-child {
    margin-bottom: 0;
}

.govuk-banner__link {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
}

@media print {
    .govuk-banner__link {
        font-family: sans-serif;
    }
}

.govuk-banner__link:focus {
    outline: 3px solid rgba(0, 0, 0, 0);
    background-color: #fd0;
    box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
    text-decoration: none;
}

.govuk-banner__link:link,
.govuk-banner__link:visited {
    color: #1d70b8;
}

.govuk-banner__link:hover {
    color: #003078;
}

.govuk-banner__link:active,
.govuk-banner__link:focus {
    color: #0b0c0c;
}

.govuk-banner--success .govuk-banner__link:link,
.govuk-banner--success .govuk-banner__link:visited {
    color: #00703c;
}

.govuk-banner--success .govuk-banner__link:hover {
    color: #004e2a;
}

.govuk-banner--success .govuk-banner__link:active {
    color: #00703c;
}

.govuk-banner--success .govuk-banner__link:focus {
    color: #0b0c0c;
}

/*  Extended notifications */
.govuk-notification-banner {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 30px;
    border: 5px solid #1d70b8;
    background-color: #1d70b8
}

@media print {
    .govuk-notification-banner {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-notification-banner {
        font-size:19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-notification-banner {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media(min-width: 40.0625em) {
    .govuk-notification-banner {
        margin-bottom:50px
    }
}

.govuk-notification-banner:focus {
    outline: 3px solid #fd0
}

.govuk-notification-banner__header {
    padding: 2px 15px 5px;
    border-bottom: 1px solid rgba(0,0,0,0)
}

@media(min-width: 40.0625em) {
    .govuk-notification-banner__header {
        padding:2px 20px 5px
    }
}

.govuk-notification-banner__title {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin: 0;
    padding: 0;
    color: #fff
}

@media print {
    .govuk-notification-banner__title {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-notification-banner__title {
        font-size:19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-notification-banner__title {
        font-size: 14pt;
        line-height: 1.15
    }
}

.govuk-notification-banner__content {
    color: #0b0c0c;
    padding: 15px;
    background-color: #fff
}

@media print {
    .govuk-notification-banner__content {
        color: #000
    }
}

@media(min-width: 40.0625em) {
    .govuk-notification-banner__content {
        padding:20px
    }
}

.govuk-notification-banner__content>* {
    box-sizing: border-box;
    /*max-width: 605px*/
}

.govuk-notification-banner__content>:last-child {
    margin-bottom: 0
}

.govuk-notification-banner__heading {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    margin: 0 0 15px 0;
    padding: 0
}

@media print {
    .govuk-notification-banner__heading {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-notification-banner__heading {
        font-size:24px;
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-notification-banner__heading {
        font-size: 18pt;
        line-height: 1.15
    }
}

.govuk-notification-banner__link {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em
}

@media print {
    .govuk-notification-banner__link {
        font-family: sans-serif
    }
}

.govuk-notification-banner__link:hover {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none
}

.govuk-notification-banner__link:focus {
    outline: 3px solid rgba(0,0,0,0);
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.govuk-notification-banner__link:link {
    color: #1d70b8
}

.govuk-notification-banner__link:visited {
    color: #1d70b8
}

.govuk-notification-banner__link:hover {
    color: #003078
}

.govuk-notification-banner__link:active {
    color: #0b0c0c
}

.govuk-notification-banner__link:focus {
    color: #0b0c0c
}

.govuk-notification-banner--success {
    border-color: #00703c;
    background-color: #00703c
}

.govuk-notification-banner--success .govuk-notification-banner__link:link,.govuk-notification-banner--success .govuk-notification-banner__link:visited {
    color: #00703c
}

.govuk-notification-banner--success .govuk-notification-banner__link:hover {
    color: #004e2a
}

.govuk-notification-banner--success .govuk-notification-banner__link:active {
    color: #00703c
}

.govuk-notification-banner--success .govuk-notification-banner__link:focus {
    color: #0b0c0c
}

@media (max-width: 40.0525em) {
    .hide-last-border > .govuk-summary-list__row:last-of-type {
        border-bottom: none;
    }
}

.hide-last-border > .govuk-summary-list__row:last-of-type > dt {
    border: none;
}

.hide-last-border > .govuk-summary-list__row:last-of-type > dd {
    border: none;
}

.govuk-accordion__section-content h1,
.govuk-accordion__section-content h2,
.govuk-accordion__section-content h3{
    padding-top: 20px !important;
}

#filters {
    margin-bottom: 50px;
}

.ds_site-header__navigation > .ds_wrapper {
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
    border-color: #ebebeb;
}

.govuk-checkboxes__label {
    font-weight: 100;
    padding: 7px 15px 10px 1px !important;
    margin-bottom: 6px;
}

@media (max-width: 40.0625em) {
    .govuk-checkboxes__label {
        padding: 13px 15px 13px 1px !important;
    }
}

.action__link {
    display: inherit;
}

@media (min-width: 768px) {
    .ds_layout__content {
        width: 120% !important;
    }
}

@media (min-width: 768px) {
  .ds_layout {
    padding: 0;
    margin: 0 -15px;
  }
}

#ds_back_link_wrapper {
  visibility: hidden;
}

label.govuk-label.govuk-date-input__label {
  font-weight: 100;
}

.govuk-radios__label {
    font-weight: 200 !important;
}

/* Tables
-------------------------------------------------- */

@media (max-width: 767px) {
    .js-enabled .ds_table[data-smallscreen="boxes"] tr > td {
        display: list-item !important;
        word-break: break-word;
    }

    .js-enabled .ds_table[data-smallscreen="boxes"] tr > td > a {
        list-style-type: none;
    }

    .js-enabled .ds_table[data-smallscreen="boxes"] tr > td::before {
        width: calc(50% - 32px);
    }
}

/* Pagination */
.pagination-container {
    margin-top: 20px;
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
}

.pagination li {
    display: inline;
    margin-right: 5px;
}

.pagination li.active span {
    background-color: #005ea5;
    border: 2px solid #005ea5;
    color: #fff;
    padding: 8px 12px;
}

.pagination li a {
    color: #005ea5;
    border: 2px solid #005ea5;
    padding: 8px 12px;
    margin: 0 3px;
    text-decoration: none;
    border-radius: 0px;
}

.pagination .PagedList-skipToNext,
.pagination .PagedList-skipToPrevious {
    display: inline;
}

.pagination .PagedList-skipToNext a,
.pagination .PagedList-skipToPrevious a {
    color: #005ea5;
    border: 2px solid #005ea5;
    padding: 8px 12px;
    margin: 0 3px;
    text-decoration: none;
    border-radius: 0px;
}

.js-enabled-display-inline,
.js-enabled-display-block
{
    display: none;
}
.js-enabled .js-enabled-display-inline {
    display: inline;
}
.js-enabled .js-enabled-display-block {
    display: block;
}
.js-enabled .js-enabled-hidden {
    display: none;
}

/* multiselect */
.ms-options-wrap > button {
    height: 47px;
    border: 2px solid #0b0c0c !important;
    font-size: 19px !important;
    font-size: 1.1875rem !important;
    line-height: 1.25 !important;
}
.ms-options-wrap > button:after {
    border-top-color: #0b0c0c !important;
}
.ms-options li {
    margin-bottom: 0;
}
.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    top: 13px !important;
}
.ms-options-wrap > .ms-options > .ms-search input {
    height: 47px;
}

/* Prevents double bordering when a summary list is in an accordion */
.govuk-accordion__section .govuk-summary-list *:last-child {
    border-bottom: none !important;
}

.govuk-select {
    display: block;
}