@charset "UTF-8";


























:root {
  --nhsuk-frontend-version: "development";
  --nhsuk-breakpoint-mobile: 20rem;
  --nhsuk-breakpoint-tablet: 40.0625rem;
  --nhsuk-breakpoint-desktop: 48.0625rem;
  --nhsuk-breakpoint-large-desktop: 61.875rem;
  --nhsuk-blue-colour: #005eb8;
  --nhsuk-white-colour: white;
  --nhsuk-black-colour: #212b32;
  --nhsuk-green-colour: #007f3b;
  --nhsuk-purple-colour: #330072;
  --nhsuk-dark-pink-colour: #7c2855;
  --nhsuk-red-colour: #d5281b;
  --nhsuk-yellow-colour: #ffeb3b;
  --nhsuk-dark-blue-colour: #003087;
  --nhsuk-pale-yellow-colour: #fff9c4;
  --nhsuk-warm-yellow-colour: #ffb81c;
  --nhsuk-orange-colour: #ed8b00;
  --nhsuk-aqua-green-colour: #00a499;
  --nhsuk-pink-colour: #ae2573;
  --nhsuk-grey-1-colour: #4c6272;
  --nhsuk-grey-2-colour: #768692;
  --nhsuk-grey-3-colour: #aeb7bd;
  --nhsuk-grey-4-colour: #d8dde0;
  --nhsuk-grey-5-colour: #f0f4f5;
  --nhsuk-brand-colour: #005eb8;
  --nhsuk-text-colour: #212b32;
  --nhsuk-reverse-text-colour: white;
  --nhsuk-template-background-colour: #d8dde0;
  --nhsuk-body-background-colour: #f0f4f5;
  --nhsuk-card-background-colour: white;
  --nhsuk-print-text-colour: black;
  --nhsuk-secondary-text-colour: #4c6272;
  --nhsuk-focus-colour: #ffeb3b;
  --nhsuk-focus-text-colour: #212b32;
  --nhsuk-error-colour: #d5281b;
  --nhsuk-success-colour: #007f3b;
  --nhsuk-border-colour: #d8dde0;
  --nhsuk-border-hover-colour: #aeb7bd;
  --nhsuk-secondary-border-colour: rgba(255, 255, 255, 0.2);
  --nhsuk-reverse-border-colour: #337ec6;
  --nhsuk-input-border-colour: #4c6272;
  --nhsuk-hover-colour: #aeb7bd;
  --nhsuk-input-background-colour: white;
  --nhsuk-code-colour: #d5281b;
  --nhsuk-link-colour: #005eb8;
  --nhsuk-link-visited-colour: #330072;
  --nhsuk-link-hover-colour: #7c2855;
  --nhsuk-link-active-colour: #002f5c;
  --nhsuk-button-colour: #007f3b;
  --nhsuk-button-text-colour: white;
  --nhsuk-button-hover-colour: #00662f;
  --nhsuk-button-active-colour: #00401e;
  --nhsuk-button-shadow-colour: #00401e;
  --nhsuk-secondary-button-colour: rgba(0, 0, 0, 0);
  --nhsuk-secondary-button-solid-background-colour: white;
  --nhsuk-secondary-button-border-colour: #005eb8;
  --nhsuk-secondary-button-text-colour: #005eb8;
  --nhsuk-secondary-button-hover-colour: #d9e7f4;
  --nhsuk-secondary-button-active-colour: #c7dcef;
  --nhsuk-secondary-button-shadow-colour: #005eb8;
  --nhsuk-reverse-button-colour: white;
  --nhsuk-reverse-button-text-colour: #212b32;
  --nhsuk-reverse-button-hover-colour: #d9d9d9;
  --nhsuk-reverse-button-active-colour: #b3b3b3;
  --nhsuk-reverse-button-shadow-colour: #b3b3b3;
  --nhsuk-warning-button-colour: #d5281b;
  --nhsuk-warning-button-hover-colour: #aa2016;
  --nhsuk-warning-button-active-colour: #6b140e;
  --nhsuk-warning-button-shadow-colour: #6b140e;
  --nhsuk-login-button-colour: #005eb8;
  --nhsuk-login-button-hover-colour: #004b93;
  --nhsuk-login-button-active-colour: #002f5c;
  --nhsuk-login-button-shadow-colour: #002f5c;
}


html {
  box-sizing: border-box;
}

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




button,
input,
select,
textarea {
  font-family: inherit;
}


a {
  color: #005eb8;
  text-decoration: underline;
}

a .nhsuk-icon {
  fill: #005eb8;
}

a:visited {
  color: #330072;
}

a:visited .nhsuk-icon {
  fill: #330072;
}

a:hover, a:hover:visited {
  color: #7c2855;
  text-decoration: none;
}

a:hover .nhsuk-icon, a:hover:visited .nhsuk-icon {
  fill: #7c2855;
}

a:active, a:active:visited {
  color: #002f5c;
}

a:active .nhsuk-icon, a:active:visited .nhsuk-icon {
  fill: #002f5c;
}

a:focus, a:focus:visited {
  outline: 4px solid transparent;
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  text-decoration: none;
}

a:focus,
a:focus .nhsuk-icon, a:focus:visited,
a:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

a:focus:hover, a:focus:visited:hover {
  text-decoration: none;
}

@media print {
  a::after {
    content: " (Link: " attr(href) ")";
    color: #212b32;
    font-size: inherit;
  }
}
.nhsuk-link--no-visited-state:visited {
  color: #005eb8;
}

.nhsuk-link--no-visited-state:visited .nhsuk-icon {
  fill: #005eb8;
}

.nhsuk-link--reverse {
  color: #ffffff;
  text-decoration: underline;
}

.nhsuk-link--reverse .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-link--reverse:visited {
  color: #ffffff;
}

.nhsuk-link--reverse:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-link--reverse:hover, .nhsuk-link--reverse:hover:visited {
  color: #ffffff;
  text-decoration: none;
}

.nhsuk-link--reverse:hover .nhsuk-icon, .nhsuk-link--reverse:hover:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-link--reverse:active, .nhsuk-link--reverse:active:visited {
  color: #ffffff;
}

.nhsuk-link--reverse:active .nhsuk-icon, .nhsuk-link--reverse:active:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-link--reverse:focus, .nhsuk-link--reverse:focus:visited {
  outline: 4px solid transparent;
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  text-decoration: none;
}

.nhsuk-link--reverse:focus,
.nhsuk-link--reverse:focus .nhsuk-icon, .nhsuk-link--reverse:focus:visited,
.nhsuk-link--reverse:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-link--reverse:focus:hover, .nhsuk-link--reverse:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-link--reverse:not(:focus):not(.\:focus):hover {
  color: rgba(255, 255, 255, 0.99);
}

@media print {
  .nhsuk-link--reverse::after {
    color: currentcolor;
  }
}

html {
  overflow-y: scroll;
  background-color: #d8dde0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@font-face {
  font-family: "Frutiger W01";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff") format("woff");
}
@font-face {
  font-family: "Frutiger W01";
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff") format("woff");
}
html {
  font-family: "Frutiger W01", arial, sans-serif;
}

body {
  min-height: 100%;
  margin: 0;
  background-color: #f0f4f5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #212b32;
}

@media print {
  body {
    color: #000000;
  }
}

table {
  width: 100%;
  border-spacing: 0;
  vertical-align: top;
}

table {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  table {
    margin-bottom: 48px;
  }
}
table .nhsuk-u-text-break-word {
  word-break: break-all;
  word-break: break-word;
}

@media print {
  table {
    page-break-inside: avoid;
  }
}
thead th {
  border-bottom: 2px solid #d8dde0;
}

th,
td {
  padding-left: 0;
  border-bottom: 1px solid #d8dde0;
  text-align: left;
  vertical-align: top;
}

th,
td {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  th,
  td {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  th,
  td {
    font-size: 13pt;
    line-height: 1.25;
  }
}
th,
td {
  padding-bottom: 8px;
}

@media (min-width: 40.0625em) {
  th,
  td {
    padding-bottom: 16px;
  }
}
th,
td {
  padding-right: 16px;
}

@media (min-width: 40.0625em) {
  th,
  td {
    padding-right: 24px;
  }
}
th,
td {
  padding-top: 8px;
}

@media (min-width: 40.0625em) {
  th,
  td {
    padding-top: 16px;
  }
}
th:last-child,
td:last-child {
  padding-right: 0;
}

th {
  font-weight: 600;
}

caption {
  text-align: left;
}

caption {
  font-weight: 600;
}

caption {
  font-size: 1.1875rem;
  line-height: 1.4210526316;
}

@media (min-width: 40.0625em) {
  caption {
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
}
@media print {
  caption {
    font-size: 15pt;
    line-height: 1.25;
  }
}


.nhsuk-button-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nhsuk-button-group {
  margin-bottom: 8px;
}

@media (min-width: 40.0625em) {
  .nhsuk-button-group {
    margin-bottom: 16px;
  }
}
.nhsuk-button-group .nhsuk-body,
.nhsuk-button-group .nhsuk-body-m,
.nhsuk-button-group p,
.nhsuk-button-group > .nhsuk-link,
.nhsuk-button-group > a:not(.nhsuk-button) {
  display: inline-block;
  max-width: 100%;
  margin-top: 0.625rem;
  margin-bottom: calc(0.625rem + 4px + 16px);
  text-align: center;
}

.nhsuk-button-group .nhsuk-body,
.nhsuk-button-group .nhsuk-body-m,
.nhsuk-button-group p,
.nhsuk-button-group > .nhsuk-link,
.nhsuk-button-group > a:not(.nhsuk-button) {
  font-weight: 400;
}

.nhsuk-button-group .nhsuk-body,
.nhsuk-button-group .nhsuk-body-m,
.nhsuk-button-group p,
.nhsuk-button-group > .nhsuk-link,
.nhsuk-button-group > a:not(.nhsuk-button) {
  font-size: 1rem;
  line-height: 1.1875;
}

@media (min-width: 40.0625em) {
  .nhsuk-button-group .nhsuk-body,
  .nhsuk-button-group .nhsuk-body-m,
  .nhsuk-button-group p,
  .nhsuk-button-group > .nhsuk-link,
  .nhsuk-button-group > a:not(.nhsuk-button) {
    font-size: 1.1875rem;
    line-height: 1;
  }
}
@media print {
  .nhsuk-button-group .nhsuk-body,
  .nhsuk-button-group .nhsuk-body-m,
  .nhsuk-button-group p,
  .nhsuk-button-group > .nhsuk-link,
  .nhsuk-button-group > a:not(.nhsuk-button) {
    font-size: 13pt;
    line-height: 19px;
  }
}
.nhsuk-button-group--small .nhsuk-body, .nhsuk-button-group--small .nhsuk-body-m, .nhsuk-button-group--small p, .nhsuk-button-group--small > .nhsuk-link, .nhsuk-button-group--small > a:not(.nhsuk-button) {
  margin-top: 0.375rem;
  margin-bottom: calc(0.375rem + 4px + 16px);
}

.nhsuk-button-group > .nhsuk-button {
  margin-bottom: 20px;
}

.nhsuk-form-group .nhsuk-button-group:last-child {
  margin-bottom: -16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-button-group {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    margin-right: -24px;
  }
  .nhsuk-button-group--small {
    margin-right: -16px;
  }
  .nhsuk-button-group .nhsuk-body,
  .nhsuk-button-group .nhsuk-body-m,
  .nhsuk-button-group p,
  .nhsuk-button-group > .nhsuk-link,
  .nhsuk-button-group > a:not(.nhsuk-button) {
    margin: 0.875rem 0;
    margin-right: 24px;
    line-height: 1.2631578947;
    text-align: left;
  }
  .nhsuk-button-group--small .nhsuk-body, .nhsuk-button-group--small .nhsuk-body-m, .nhsuk-button-group--small p, .nhsuk-button-group--small > .nhsuk-link, .nhsuk-button-group--small > a:not(.nhsuk-button) {
    margin: 0.375rem 0;
    margin-right: 16px;
  }
  .nhsuk-button-group--small .nhsuk-body, .nhsuk-button-group--small .nhsuk-body-m, .nhsuk-button-group--small p, .nhsuk-button-group--small > .nhsuk-link, .nhsuk-button-group--small > a:not(.nhsuk-button) {
    font-weight: 400;
  }
  .nhsuk-button-group--small .nhsuk-body, .nhsuk-button-group--small .nhsuk-body-m, .nhsuk-button-group--small p, .nhsuk-button-group--small > .nhsuk-link, .nhsuk-button-group--small > a:not(.nhsuk-button) {
    font-size: 0.875rem;
    line-height: 1.3571428571;
  }
}
@media (min-width: 40.0625em) and (min-width: 40.0625em) {
  .nhsuk-button-group--small .nhsuk-body, .nhsuk-button-group--small .nhsuk-body-m, .nhsuk-button-group--small p, .nhsuk-button-group--small > .nhsuk-link, .nhsuk-button-group--small > a:not(.nhsuk-button) {
    font-size: 1rem;
    line-height: 1.1875;
  }
}
@media print and (min-width: 40.0625em) {
  .nhsuk-button-group--small .nhsuk-body, .nhsuk-button-group--small .nhsuk-body-m, .nhsuk-button-group--small p, .nhsuk-button-group--small > .nhsuk-link, .nhsuk-button-group--small > a:not(.nhsuk-button) {
    font-size: 12pt;
    line-height: 19px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-button-group > .nhsuk-button {
    margin-right: 24px;
  }
  .nhsuk-button-group > .nhsuk-button--small {
    margin-right: 16px;
  }
}

.nhsuk-form-group {
  box-sizing: border-box;
}

.nhsuk-form-group::after {
  content: "";
  display: block;
  clear: both;
}

.nhsuk-form-group {
  margin-bottom: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-form-group {
    margin-bottom: 32px;
  }
}
.nhsuk-form-group .nhsuk-form-group:last-child,
.nhsuk-form-group .nhsuk-form-group:last-of-type {
  margin-bottom: 0;
}

.nhsuk-form-group--error {
  padding-left: 16px;
  border-left: 4px solid #d5281b;
}

.nhsuk-form-group--error .nhsuk-form-group {
  padding: 0;
  border: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-form-group--inline {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .nhsuk-form-group--inline .nhsuk-form-group {
    margin-bottom: 0;
  }
  .nhsuk-form-group--inline .nhsuk-form-group + .nhsuk-form-group {
    margin-left: 16px;
  }
}

.nhsuk-grid-row {
  margin-right: -16px;
  margin-left: -16px;
}

.nhsuk-grid-row::after {
  content: "";
  display: block;
  clear: both;
}

.nhsuk-grid-column-one-quarter {
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
}

@media (min-width: 48.0625em) {
  .nhsuk-grid-column-one-quarter {
    width: 25%;
    float: left;
  }
}
.nhsuk-grid-column-one-third {
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
}

@media (min-width: 48.0625em) {
  .nhsuk-grid-column-one-third {
    width: 33.3333333333%;
    float: left;
  }
}
.nhsuk-grid-column-one-half {
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
}

@media (min-width: 48.0625em) {
  .nhsuk-grid-column-one-half {
    width: 50%;
    float: left;
  }
}
.nhsuk-grid-column-two-thirds {
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
}

@media (min-width: 48.0625em) {
  .nhsuk-grid-column-two-thirds {
    width: 66.6666666667%;
    float: left;
  }
}
.nhsuk-grid-column-three-quarters {
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
}

@media (min-width: 48.0625em) {
  .nhsuk-grid-column-three-quarters {
    width: 75%;
    float: left;
  }
}
.nhsuk-grid-column-full {
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
}

@media (min-width: 48.0625em) {
  .nhsuk-grid-column-full {
    width: 100%;
    float: left;
  }
}

.nhsuk-input-wrapper,
.nhsuk-input__wrapper {
  display: flex;
}

.nhsuk-input-wrapper .nhsuk-input,
.nhsuk-input__wrapper .nhsuk-input {
  flex: 0 1 auto;
}

.nhsuk-input-wrapper .nhsuk-input:focus,
.nhsuk-input__wrapper .nhsuk-input:focus {
  z-index: 1;
}

@media (max-width: 19.99em) {
  .nhsuk-input-wrapper,
  .nhsuk-input__wrapper {
    display: block;
  }
  .nhsuk-input-wrapper .nhsuk-input,
  .nhsuk-input__wrapper .nhsuk-input {
    max-width: 100%;
  }
}
.nhsuk-input-wrapper .nhsuk-input,
.nhsuk-input-wrapper .nhsuk-select,
.nhsuk-input-wrapper .nhsuk-button {
  margin-top: 8px;
}

.nhsuk-input-wrapper .nhsuk-input:first-child, .nhsuk-input-wrapper .nhsuk-input:only-child,
.nhsuk-input-wrapper .nhsuk-select:first-child,
.nhsuk-input-wrapper .nhsuk-select:only-child,
.nhsuk-input-wrapper .nhsuk-button:first-child,
.nhsuk-input-wrapper .nhsuk-button:only-child {
  margin-top: 0;
}

.nhsuk-input-wrapper .nhsuk-button:last-child {
  margin-bottom: 4px;
}

@media (min-width: 20em) {
  .nhsuk-input-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
  .nhsuk-input-wrapper .nhsuk-input,
  .nhsuk-input-wrapper .nhsuk-select,
  .nhsuk-input-wrapper .nhsuk-button {
    margin-top: 0;
    margin-left: 8px;
  }
  .nhsuk-input-wrapper .nhsuk-input:first-child, .nhsuk-input-wrapper .nhsuk-input:only-child,
  .nhsuk-input-wrapper .nhsuk-select:first-child,
  .nhsuk-input-wrapper .nhsuk-select:only-child,
  .nhsuk-input-wrapper .nhsuk-button:first-child,
  .nhsuk-input-wrapper .nhsuk-button:only-child {
    margin-left: 0;
  }
  .nhsuk-input-wrapper .nhsuk-button {
    flex-shrink: 0;
    width: auto;
    margin-bottom: 4px;
  }
}

.nhsuk-main-wrapper {
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
}

.nhsuk-main-wrapper > *:first-child {
  margin-top: 0;
}

.nhsuk-main-wrapper > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-main-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.nhsuk-main-wrapper--l {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-main-wrapper--l {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.nhsuk-main-wrapper--s {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-main-wrapper--s {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.nhsuk-width-container {
  max-width: 960px;
  margin-right: 16px;
  margin-left: 16px;
}

@supports (margin: max(calc(0px))) {
  .nhsuk-width-container {
    margin-right: max(16px, calc(16px + env(safe-area-inset-right)));
    margin-left: max(16px, calc(16px + env(safe-area-inset-left)));
  }
}
@media (min-width: 48.0625em) {
  .nhsuk-width-container {
    margin-right: 32px;
    margin-left: 32px;
  }
  @supports (margin: max(calc(0px))) {
    .nhsuk-width-container {
      margin-right: max(32px, calc(16px + env(safe-area-inset-right)));
      margin-left: max(32px, calc(16px + env(safe-area-inset-left)));
    }
  }
}
@media (min-width: 1024px) {
  .nhsuk-width-container {
    margin-right: auto;
    margin-left: auto;
  }
  @supports (margin: max(calc(0px))) {
    .nhsuk-width-container {
      margin-right: auto;
      margin-left: auto;
    }
  }
}
.nhsuk-width-container-fluid {
  max-width: 100%;
  margin-right: 16px;
  margin-left: 16px;
}

@media (min-width: 48.0625em) {
  .nhsuk-width-container-fluid {
    margin-right: 32px;
    margin-left: 32px;
  }
}


.nhsuk-icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentcolor;
}

@media (min-width: 40.0625em) {
  .nhsuk-icon {
    width: 2rem;
    height: 2rem;
  }
}
.nhsuk-icon--size-25 {
  width: 1.875rem;
  height: 1.875rem;
}

@media (min-width: 40.0625em) {
  .nhsuk-icon--size-25 {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.nhsuk-icon--size-50 {
  width: 2.25rem;
  height: 2.25rem;
}

@media (min-width: 40.0625em) {
  .nhsuk-icon--size-50 {
    width: 3rem;
    height: 3rem;
  }
}
.nhsuk-icon--size-75 {
  width: 2.625rem;
  height: 2.625rem;
}

@media (min-width: 40.0625em) {
  .nhsuk-icon--size-75 {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.nhsuk-icon--size-100 {
  width: 3rem;
  height: 3rem;
}

@media (min-width: 40.0625em) {
  .nhsuk-icon--size-100 {
    width: 4rem;
    height: 4rem;
  }
}

ol, ul, .nhsuk-list {
  margin-top: 0;
  padding-left: 0;
  list-style-type: none;
}

ol, ul, .nhsuk-list {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  ol, ul, .nhsuk-list {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  ol, ul, .nhsuk-list {
    font-size: 13pt;
    line-height: 1.25;
  }
}
ol, ul, .nhsuk-list {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  ol, ul, .nhsuk-list {
    margin-bottom: 24px;
  }
}
ol ol, ul ol, ol ul, ul ul, .nhsuk-list ol, .nhsuk-list ul, ol .nhsuk-list, ul .nhsuk-list, .nhsuk-list .nhsuk-list {
  margin-bottom: 0;
}

ol ol, ul ol, ol ul, ul ul, .nhsuk-list ol, .nhsuk-list ul, ol .nhsuk-list, ul .nhsuk-list, .nhsuk-list .nhsuk-list {
  margin-top: 8px;
}

@media (min-width: 40.0625em) {
  ol ol, ul ol, ol ul, ul ul, .nhsuk-list ol, .nhsuk-list ul, ol .nhsuk-list, ul .nhsuk-list, .nhsuk-list .nhsuk-list {
    margin-top: 8px;
  }
}
ol > li, ul > li, .nhsuk-list > li {
  margin-bottom: 8px;
}

@media (min-width: 40.0625em) {
  ol > li, ul > li, .nhsuk-list > li {
    margin-bottom: 8px;
  }
}
ol > li:last-child, ul > li:last-child, .nhsuk-list > li:last-child {
  margin-bottom: 0;
}

ul, .nhsuk-list--bullet {
  padding-left: 1.25rem;
  list-style-type: disc;
}

ol, .nhsuk-list--number {
  padding-left: 1.25rem;
  list-style-type: decimal;
}

ol + h2, ul + h2, .nhsuk-list + h2,
ol + .nhsuk-heading-l,
ul + .nhsuk-heading-l,
.nhsuk-list + .nhsuk-heading-l {
  padding-top: 16px;
}

@media (min-width: 40.0625em) {
  ol + h2, ul + h2, .nhsuk-list + h2,
  ol + .nhsuk-heading-l,
  ul + .nhsuk-heading-l,
  .nhsuk-list + .nhsuk-heading-l {
    padding-top: 24px;
  }
}
ol + h3, ul + h3, .nhsuk-list + h3,
ol + h4,
ul + h4,
.nhsuk-list + h4,
ol + .nhsuk-heading-m,
ul + .nhsuk-heading-m,
.nhsuk-list + .nhsuk-heading-m,
ol + .nhsuk-heading-s,
ul + .nhsuk-heading-s,
.nhsuk-list + .nhsuk-heading-s {
  padding-top: 4px;
}

@media (min-width: 40.0625em) {
  ol + h3, ul + h3, .nhsuk-list + h3,
  ol + h4,
  ul + h4,
  .nhsuk-list + h4,
  ol + .nhsuk-heading-m,
  ul + .nhsuk-heading-m,
  .nhsuk-list + .nhsuk-heading-m,
  ol + .nhsuk-heading-s,
  ul + .nhsuk-heading-s,
  .nhsuk-list + .nhsuk-heading-s {
    padding-top: 8px;
  }
}
@media print {
  ol + h2, ul + h2, .nhsuk-list + h2,
  ol + h3,
  ul + h3,
  .nhsuk-list + h3,
  ol + h4,
  ul + h4,
  .nhsuk-list + h4,
  ol + .nhsuk-heading-l,
  ul + .nhsuk-heading-l,
  .nhsuk-list + .nhsuk-heading-l,
  ol + .nhsuk-heading-m,
  ul + .nhsuk-heading-m,
  .nhsuk-list + .nhsuk-heading-m,
  ol + .nhsuk-heading-s,
  ul + .nhsuk-heading-s,
  .nhsuk-list + .nhsuk-heading-s {
    padding-top: 0.45em;
  }
}
.nhsuk-list--tick,
.nhsuk-list--cross {
  position: relative;
  margin-top: 0;
  padding-left: 2.25rem;
  list-style: none;
}

.nhsuk-list--tick .nhsuk-icon,
.nhsuk-list--cross .nhsuk-icon {
  position: absolute;
  left: -0.25rem;
  width: 2rem;
  height: 2rem;
  margin-top: -0.25rem;
}


hr, .nhsuk-section-break {
  margin: 0;
  border: 0;
}

.nhsuk-section-break--xl {
  margin-top: 48px;
}

@media (min-width: 40.0625em) {
  .nhsuk-section-break--xl {
    margin-top: 56px;
  }
}
.nhsuk-section-break--xl {
  margin-bottom: 48px;
}

@media (min-width: 40.0625em) {
  .nhsuk-section-break--xl {
    margin-bottom: 56px;
  }
}
hr, .nhsuk-section-break--l {
  margin-top: 32px;
}

@media (min-width: 40.0625em) {
  hr, .nhsuk-section-break--l {
    margin-top: 40px;
  }
}
hr, .nhsuk-section-break--l {
  margin-bottom: 32px;
}

@media (min-width: 40.0625em) {
  hr, .nhsuk-section-break--l {
    margin-bottom: 40px;
  }
}
.nhsuk-section-break--m {
  margin-top: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-section-break--m {
    margin-top: 24px;
  }
}
.nhsuk-section-break--m {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-section-break--m {
    margin-bottom: 24px;
  }
}
hr, .nhsuk-section-break--visible {
  border-bottom: 1px solid #d8dde0;
}


h1,
.nhsuk-heading-xl {
  display: block;
  margin-top: 0;
  font-weight: 600;
}

h1,
.nhsuk-heading-xl {
  font-size: 2rem;
  line-height: 1.1875;
}

@media (min-width: 40.0625em) {
  h1,
  .nhsuk-heading-xl {
    font-size: 3rem;
    line-height: 1.125;
  }
}
@media print {
  h1,
  .nhsuk-heading-xl {
    font-size: 26pt;
    line-height: 1.15;
  }
}
h1,
.nhsuk-heading-xl {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  h1,
  .nhsuk-heading-xl {
    margin-bottom: 48px;
  }
}
h2,
.nhsuk-heading-l {
  display: block;
  margin-top: 0;
  font-weight: 600;
}

h2,
.nhsuk-heading-l {
  font-size: 1.6875rem;
  line-height: 1.2222222222;
}

@media (min-width: 40.0625em) {
  h2,
  .nhsuk-heading-l {
    font-size: 2.25rem;
    line-height: 1.1666666667;
  }
}
@media print {
  h2,
  .nhsuk-heading-l {
    font-size: 20pt;
    line-height: 1.2;
  }
}
h2,
.nhsuk-heading-l {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  h2,
  .nhsuk-heading-l {
    margin-bottom: 24px;
  }
}
h3,
.nhsuk-heading-m {
  display: block;
  margin-top: 0;
  font-weight: 600;
}

h3,
.nhsuk-heading-m {
  font-size: 1.375rem;
  line-height: 1.3181818182;
}

@media (min-width: 40.0625em) {
  h3,
  .nhsuk-heading-m {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}
@media print {
  h3,
  .nhsuk-heading-m {
    font-size: 17pt;
    line-height: 1.25;
  }
}
h3,
.nhsuk-heading-m {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  h3,
  .nhsuk-heading-m {
    margin-bottom: 24px;
  }
}
h4,
.nhsuk-heading-s {
  display: block;
  margin-top: 0;
  font-weight: 600;
}

h4,
.nhsuk-heading-s {
  font-size: 1.1875rem;
  line-height: 1.4210526316;
}

@media (min-width: 40.0625em) {
  h4,
  .nhsuk-heading-s {
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
}
@media print {
  h4,
  .nhsuk-heading-s {
    font-size: 15pt;
    line-height: 1.25;
  }
}
h4,
.nhsuk-heading-s {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  h4,
  .nhsuk-heading-s {
    margin-bottom: 24px;
  }
}
h5,
.nhsuk-heading-xs {
  display: block;
  margin-top: 0;
  font-weight: 600;
}

h5,
.nhsuk-heading-xs {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  h5,
  .nhsuk-heading-xs {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  h5,
  .nhsuk-heading-xs {
    font-size: 13pt;
    line-height: 1.25;
  }
}
h5,
.nhsuk-heading-xs {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  h5,
  .nhsuk-heading-xs {
    margin-bottom: 24px;
  }
}
h6,
.nhsuk-heading-xxs {
  display: block;
  margin-top: 0;
  font-weight: 600;
}

h6,
.nhsuk-heading-xxs {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  h6,
  .nhsuk-heading-xxs {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  h6,
  .nhsuk-heading-xxs {
    font-size: 13pt;
    line-height: 1.25;
  }
}
h6,
.nhsuk-heading-xxs {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  h6,
  .nhsuk-heading-xxs {
    margin-bottom: 24px;
  }
}
.nhsuk-caption-xl {
  display: block;
  margin-bottom: 4px;
  color: #4c6272;
}

.nhsuk-caption-xl {
  font-weight: 400;
}

.nhsuk-caption-xl {
  font-size: 1.375rem;
  line-height: 1.3181818182;
}

@media (min-width: 40.0625em) {
  .nhsuk-caption-xl {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}
@media print {
  .nhsuk-caption-xl {
    font-size: 17pt;
    line-height: 1.25;
  }
}
.nhsuk-caption-l {
  display: block;
  margin-bottom: 4px;
  color: #4c6272;
}

.nhsuk-caption-l {
  font-weight: 400;
}

.nhsuk-caption-l {
  font-size: 1.1875rem;
  line-height: 1.4210526316;
}

@media (min-width: 40.0625em) {
  .nhsuk-caption-l {
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
}
@media print {
  .nhsuk-caption-l {
    font-size: 15pt;
    line-height: 1.25;
  }
}
.nhsuk-caption-m {
  display: block;
  color: #4c6272;
}

.nhsuk-caption-m {
  font-weight: 400;
}

.nhsuk-caption-m {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-caption-m {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-caption-m {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-caption--bottom {
  margin-top: 4px;
  margin-bottom: 0;
}

.nhsuk-body-l {
  display: block;
  margin-top: 0;
}

.nhsuk-body-l {
  font-weight: 400;
}

.nhsuk-body-l {
  font-size: 1.375rem;
  line-height: 1.3181818182;
}

@media (min-width: 40.0625em) {
  .nhsuk-body-l {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}
@media print {
  .nhsuk-body-l {
    font-size: 17pt;
    line-height: 1.25;
  }
}
.nhsuk-body-l {
  margin-bottom: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-body-l {
    margin-bottom: 32px;
  }
}
address, p,
.nhsuk-body,
.nhsuk-body-m {
  display: block;
  margin-top: 0;
}

address, p,
.nhsuk-body,
.nhsuk-body-m {
  font-weight: 400;
}

address, p,
.nhsuk-body,
.nhsuk-body-m {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  address, p,
  .nhsuk-body,
  .nhsuk-body-m {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  address, p,
  .nhsuk-body,
  .nhsuk-body-m {
    font-size: 13pt;
    line-height: 1.25;
  }
}
address, p,
.nhsuk-body,
.nhsuk-body-m {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  address, p,
  .nhsuk-body,
  .nhsuk-body-m {
    margin-bottom: 24px;
  }
}
p,
.nhsuk-body,
.nhsuk-body-m {
  color: inherit;
}

.nhsuk-body-s {
  display: block;
  margin-top: 0;
}

.nhsuk-body-s {
  font-weight: 400;
}

.nhsuk-body-s {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

@media (min-width: 40.0625em) {
  .nhsuk-body-s {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-body-s {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.nhsuk-body-s {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-body-s {
    margin-bottom: 24px;
  }
}
address {
  font-style: normal;
}

.nhsuk-lede-text {
  font-weight: 400;
}

.nhsuk-lede-text {
  font-size: 1.375rem;
  line-height: 1.3181818182;
}

@media (min-width: 40.0625em) {
  .nhsuk-lede-text {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}
@media print {
  .nhsuk-lede-text {
    font-size: 17pt;
    line-height: 1.25;
  }
}
.nhsuk-lede-text {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-lede-text {
    margin-bottom: 48px;
  }
}
.nhsuk-lede-text p,
.nhsuk-lede-text ul {
  font-weight: 400;
}

.nhsuk-lede-text p,
.nhsuk-lede-text ul {
  font-size: 1.375rem;
  line-height: 1.3181818182;
}

@media (min-width: 40.0625em) {
  .nhsuk-lede-text p,
  .nhsuk-lede-text ul {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}
@media print {
  .nhsuk-lede-text p,
  .nhsuk-lede-text ul {
    font-size: 17pt;
    line-height: 1.25;
  }
}
.nhsuk-lede-text--small {
  font-weight: 400;
}

.nhsuk-lede-text--small {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-lede-text--small {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-lede-text--small {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-lede-text--small {
  margin-bottom: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-lede-text--small {
    margin-bottom: 32px;
  }
}
h1 + .nhsuk-lede-text,
h1 + .nhsuk-lede-text--small {
  margin-top: -8px;
}

.nhsuk-body-l + h2,
.nhsuk-body-l + .nhsuk-heading-l {
  padding-top: 4px;
}

@media (min-width: 40.0625em) {
  .nhsuk-body-l + h2,
  .nhsuk-body-l + .nhsuk-heading-l {
    padding-top: 8px;
  }
}
p + h2,
.nhsuk-body + h2,
.nhsuk-body-m + h2, address + h2,
p + .nhsuk-heading-l,
.nhsuk-body + .nhsuk-heading-l,
.nhsuk-body-m + .nhsuk-heading-l,
address + .nhsuk-heading-l,
.nhsuk-body-s + h2,
.nhsuk-body-s + .nhsuk-heading-l {
  padding-top: 16px;
}

@media (min-width: 40.0625em) {
  p + h2,
  .nhsuk-body + h2,
  .nhsuk-body-m + h2, address + h2,
  p + .nhsuk-heading-l,
  .nhsuk-body + .nhsuk-heading-l,
  .nhsuk-body-m + .nhsuk-heading-l,
  address + .nhsuk-heading-l,
  .nhsuk-body-s + h2,
  .nhsuk-body-s + .nhsuk-heading-l {
    padding-top: 24px;
  }
}
p + h3,
.nhsuk-body + h3,
.nhsuk-body-m + h3, address + h3,
p + .nhsuk-heading-m,
.nhsuk-body + .nhsuk-heading-m,
.nhsuk-body-m + .nhsuk-heading-m,
address + .nhsuk-heading-m,
.nhsuk-body-s + h3,
.nhsuk-body-s + .nhsuk-heading-m,
p + h4,
.nhsuk-body + h4,
.nhsuk-body-m + h4,
address + h4,
p + .nhsuk-heading-s,
.nhsuk-body + .nhsuk-heading-s,
.nhsuk-body-m + .nhsuk-heading-s,
address + .nhsuk-heading-s,
.nhsuk-body-s + h4,
.nhsuk-body-s + .nhsuk-heading-s {
  padding-top: 4px;
}

@media (min-width: 40.0625em) {
  p + h3,
  .nhsuk-body + h3,
  .nhsuk-body-m + h3, address + h3,
  p + .nhsuk-heading-m,
  .nhsuk-body + .nhsuk-heading-m,
  .nhsuk-body-m + .nhsuk-heading-m,
  address + .nhsuk-heading-m,
  .nhsuk-body-s + h3,
  .nhsuk-body-s + .nhsuk-heading-m,
  p + h4,
  .nhsuk-body + h4,
  .nhsuk-body-m + h4,
  address + h4,
  p + .nhsuk-heading-s,
  .nhsuk-body + .nhsuk-heading-s,
  .nhsuk-body-m + .nhsuk-heading-s,
  address + .nhsuk-heading-s,
  .nhsuk-body-s + h4,
  .nhsuk-body-s + .nhsuk-heading-s {
    padding-top: 8px;
  }
}
.nhsuk-lede-text + h2,
.nhsuk-lede-text + .nhsuk-heading-l {
  padding-top: 0;
}

strong,
b {
  font-weight: 600;
}

@media print {
  .nhsuk-main-wrapper {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  h1,
  .nhsuk-heading-xl,
  h2,
  .nhsuk-heading-l,
  h3,
  .nhsuk-heading-m,
  h4,
  .nhsuk-heading-s,
  h5,
  .nhsuk-heading-xs,
  h6,
  .nhsuk-heading-xxs,
  .nhsuk-lede-text,
  .nhsuk-body-l,
  p,
  .nhsuk-body-m,
  .nhsuk-body-s,
  .nhsuk-body,
  address,
  ol,
  ul,
  .nhsuk-list {
    margin-bottom: 7.5pt;
  }
  h1 {
    margin-bottom: 15pt !important;
  }
  .nhsuk-body-l + h2,
  .nhsuk-body-l + .nhsuk-heading-l,
  p + h2,
  .nhsuk-body + h2,
  .nhsuk-body-m + h2,
  address + h2,
  p + .nhsuk-heading-l,
  .nhsuk-body + .nhsuk-heading-l,
  .nhsuk-body-m + .nhsuk-heading-l,
  address + .nhsuk-heading-l,
  .nhsuk-body-s + h2,
  .nhsuk-body-s + .nhsuk-heading-l,
  p + h3,
  .nhsuk-body + h3,
  .nhsuk-body-m + h3,
  address + h3,
  p + .nhsuk-heading-m,
  .nhsuk-body + .nhsuk-heading-m,
  .nhsuk-body-m + .nhsuk-heading-m,
  address + .nhsuk-heading-m,
  .nhsuk-body-s + h3,
  .nhsuk-body-s + .nhsuk-heading-m,
  p + h4,
  .nhsuk-body + h4,
  .nhsuk-body-m + h4,
  address + h4,
  p + .nhsuk-heading-s,
  .nhsuk-body + .nhsuk-heading-s,
  .nhsuk-body-m + .nhsuk-heading-s,
  address + .nhsuk-heading-s,
  .nhsuk-body-s + h4,
  .nhsuk-body-s + .nhsuk-heading-s {
    padding-top: 0.45em;
  }
}
li code,
caption code,
td code,
p code {
  width: -webkit-fit-content;
  width: fit-content;
  padding: 2px 8px;
  color: #d5281b;
  background-color: #ffffff;
  font-family: menlo, "Cascadia Mono", "Segoe UI Mono", consolas, "Liberation Mono", monospace;
  word-break: break-word;
}

li code,
caption code,
td code,
p code {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

@media (min-width: 40.0625em) {
  li code,
  caption code,
  td code,
  p code {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  li code,
  caption code,
  td code,
  p code {
    font-size: 12pt;
    line-height: 1.3;
  }
}
samp,
kbd,
var {
  font-family: menlo, "Cascadia Mono", "Segoe UI Mono", consolas, "Liberation Mono", monospace;
  font-style: normal;
}

kbd > kbd {
  display: inline-block;
  margin: 0 0.2105263158em;
  padding: 0 4px;
  border: 2px solid currentcolor;
  border-radius: 4px;
}

kbd > kbd:first-child {
  margin-left: 0;
}

kbd > kbd:last-child {
  margin-right: 0;
}

a code {
  color: currentcolor;
}

a:focus code {
  background-color: transparent;
}



.nhsuk-u-clear::after {
  content: "";
  display: block;
  clear: both;
}


.nhsuk-u-display-block {
  display: block !important;
}

.nhsuk-u-display-inline-block {
  display: inline-block !important;
}


.nhsuk-u-float-left {
  float: left !important;
}

.nhsuk-u-float-right {
  float: right !important;
}


.nhsuk-u-one-half {
  width: 50% !important;
  float: left;
}

.nhsuk-u-one-third {
  width: 33.3333333333% !important;
  float: left;
}

.nhsuk-u-two-thirds {
  width: 66.6666666667% !important;
  float: left;
}

.nhsuk-u-one-quarter {
  width: 25% !important;
  float: left;
}

.nhsuk-u-three-quarters {
  width: 75% !important;
  float: left;
}

.nhsuk-u-one-half-tablet {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-one-half-tablet {
    width: 50% !important;
    float: left;
  }
}
.nhsuk-u-one-third-tablet {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-one-third-tablet {
    width: 33.3333333333% !important;
    float: left;
  }
}
.nhsuk-u-two-thirds-tablet {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-two-thirds-tablet {
    width: 66.6666666667% !important;
    float: left;
  }
}
.nhsuk-u-one-quarter-tablet {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-one-quarter-tablet {
    width: 25% !important;
    float: left;
  }
}
.nhsuk-u-three-quarters-tablet {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-three-quarters-tablet {
    width: 75% !important;
    float: left;
  }
}

@media (max-width: 40.0525em) {
  .nhsuk-u-nowrap {
    white-space: nowrap;
  }
}

.nhsuk-list--border li {
  padding: 0.5rem 0 1rem;
  border-bottom: 1px solid #d8dde0;
}


.nhsuk-u-reading-width {
  max-width: 44em;
}


.nhsuk-u-margin-0 {
  margin: 0 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-0 {
    margin: 0 !important;
  }
}
.nhsuk-u-margin-top-0 {
  margin-top: 0 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-top-0 {
    margin-top: 0 !important;
  }
}
.nhsuk-u-margin-right-0 {
  margin-right: 0 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-right-0 {
    margin-right: 0 !important;
  }
}
.nhsuk-u-margin-bottom-0 {
  margin-bottom: 0 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-bottom-0 {
    margin-bottom: 0 !important;
  }
}
.nhsuk-u-margin-left-0 {
  margin-left: 0 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-left-0 {
    margin-left: 0 !important;
  }
}
.nhsuk-u-margin-1 {
  margin: 4px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-1 {
    margin: 4px !important;
  }
}
.nhsuk-u-margin-top-1 {
  margin-top: 4px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-top-1 {
    margin-top: 4px !important;
  }
}
.nhsuk-u-margin-right-1 {
  margin-right: 4px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-right-1 {
    margin-right: 4px !important;
  }
}
.nhsuk-u-margin-bottom-1 {
  margin-bottom: 4px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-bottom-1 {
    margin-bottom: 4px !important;
  }
}
.nhsuk-u-margin-left-1 {
  margin-left: 4px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-left-1 {
    margin-left: 4px !important;
  }
}
.nhsuk-u-margin-2 {
  margin: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-2 {
    margin: 8px !important;
  }
}
.nhsuk-u-margin-top-2 {
  margin-top: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-top-2 {
    margin-top: 8px !important;
  }
}
.nhsuk-u-margin-right-2 {
  margin-right: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-right-2 {
    margin-right: 8px !important;
  }
}
.nhsuk-u-margin-bottom-2 {
  margin-bottom: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-bottom-2 {
    margin-bottom: 8px !important;
  }
}
.nhsuk-u-margin-left-2 {
  margin-left: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-left-2 {
    margin-left: 8px !important;
  }
}
.nhsuk-u-margin-3 {
  margin: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-3 {
    margin: 16px !important;
  }
}
.nhsuk-u-margin-top-3 {
  margin-top: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-top-3 {
    margin-top: 16px !important;
  }
}
.nhsuk-u-margin-right-3 {
  margin-right: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-right-3 {
    margin-right: 16px !important;
  }
}
.nhsuk-u-margin-bottom-3 {
  margin-bottom: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-bottom-3 {
    margin-bottom: 16px !important;
  }
}
.nhsuk-u-margin-left-3 {
  margin-left: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-left-3 {
    margin-left: 16px !important;
  }
}
.nhsuk-u-margin-4 {
  margin: 16px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-4 {
    margin: 24px !important;
  }
}
.nhsuk-u-margin-top-4 {
  margin-top: 16px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-top-4 {
    margin-top: 24px !important;
  }
}
.nhsuk-u-margin-right-4 {
  margin-right: 16px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-right-4 {
    margin-right: 24px !important;
  }
}
.nhsuk-u-margin-bottom-4 {
  margin-bottom: 16px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-bottom-4 {
    margin-bottom: 24px !important;
  }
}
.nhsuk-u-margin-left-4 {
  margin-left: 16px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-left-4 {
    margin-left: 24px !important;
  }
}
.nhsuk-u-margin-5 {
  margin: 24px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-5 {
    margin: 32px !important;
  }
}
.nhsuk-u-margin-top-5 {
  margin-top: 24px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-top-5 {
    margin-top: 32px !important;
  }
}
.nhsuk-u-margin-right-5 {
  margin-right: 24px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-right-5 {
    margin-right: 32px !important;
  }
}
.nhsuk-u-margin-bottom-5 {
  margin-bottom: 24px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-bottom-5 {
    margin-bottom: 32px !important;
  }
}
.nhsuk-u-margin-left-5 {
  margin-left: 24px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-left-5 {
    margin-left: 32px !important;
  }
}
.nhsuk-u-margin-6 {
  margin: 32px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-6 {
    margin: 40px !important;
  }
}
.nhsuk-u-margin-top-6 {
  margin-top: 32px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-top-6 {
    margin-top: 40px !important;
  }
}
.nhsuk-u-margin-right-6 {
  margin-right: 32px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-right-6 {
    margin-right: 40px !important;
  }
}
.nhsuk-u-margin-bottom-6 {
  margin-bottom: 32px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-bottom-6 {
    margin-bottom: 40px !important;
  }
}
.nhsuk-u-margin-left-6 {
  margin-left: 32px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-left-6 {
    margin-left: 40px !important;
  }
}
.nhsuk-u-margin-7 {
  margin: 40px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-7 {
    margin: 48px !important;
  }
}
.nhsuk-u-margin-top-7 {
  margin-top: 40px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-top-7 {
    margin-top: 48px !important;
  }
}
.nhsuk-u-margin-right-7 {
  margin-right: 40px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-right-7 {
    margin-right: 48px !important;
  }
}
.nhsuk-u-margin-bottom-7 {
  margin-bottom: 40px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-bottom-7 {
    margin-bottom: 48px !important;
  }
}
.nhsuk-u-margin-left-7 {
  margin-left: 40px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-left-7 {
    margin-left: 48px !important;
  }
}
.nhsuk-u-margin-8 {
  margin: 48px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-8 {
    margin: 56px !important;
  }
}
.nhsuk-u-margin-top-8 {
  margin-top: 48px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-top-8 {
    margin-top: 56px !important;
  }
}
.nhsuk-u-margin-right-8 {
  margin-right: 48px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-right-8 {
    margin-right: 56px !important;
  }
}
.nhsuk-u-margin-bottom-8 {
  margin-bottom: 48px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-bottom-8 {
    margin-bottom: 56px !important;
  }
}
.nhsuk-u-margin-left-8 {
  margin-left: 48px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-left-8 {
    margin-left: 56px !important;
  }
}
.nhsuk-u-margin-9 {
  margin: 56px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-9 {
    margin: 64px !important;
  }
}
.nhsuk-u-margin-top-9 {
  margin-top: 56px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-top-9 {
    margin-top: 64px !important;
  }
}
.nhsuk-u-margin-right-9 {
  margin-right: 56px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-right-9 {
    margin-right: 64px !important;
  }
}
.nhsuk-u-margin-bottom-9 {
  margin-bottom: 56px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-bottom-9 {
    margin-bottom: 64px !important;
  }
}
.nhsuk-u-margin-left-9 {
  margin-left: 56px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-left-9 {
    margin-left: 64px !important;
  }
}
.nhsuk-u-padding-0 {
  padding: 0 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-0 {
    padding: 0 !important;
  }
}
.nhsuk-u-padding-top-0 {
  padding-top: 0 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-top-0 {
    padding-top: 0 !important;
  }
}
.nhsuk-u-padding-right-0 {
  padding-right: 0 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-right-0 {
    padding-right: 0 !important;
  }
}
.nhsuk-u-padding-bottom-0 {
  padding-bottom: 0 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-bottom-0 {
    padding-bottom: 0 !important;
  }
}
.nhsuk-u-padding-left-0 {
  padding-left: 0 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-left-0 {
    padding-left: 0 !important;
  }
}
.nhsuk-u-padding-1 {
  padding: 4px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-1 {
    padding: 4px !important;
  }
}
.nhsuk-u-padding-top-1 {
  padding-top: 4px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-top-1 {
    padding-top: 4px !important;
  }
}
.nhsuk-u-padding-right-1 {
  padding-right: 4px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-right-1 {
    padding-right: 4px !important;
  }
}
.nhsuk-u-padding-bottom-1 {
  padding-bottom: 4px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-bottom-1 {
    padding-bottom: 4px !important;
  }
}
.nhsuk-u-padding-left-1 {
  padding-left: 4px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-left-1 {
    padding-left: 4px !important;
  }
}
.nhsuk-u-padding-2 {
  padding: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-2 {
    padding: 8px !important;
  }
}
.nhsuk-u-padding-top-2 {
  padding-top: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-top-2 {
    padding-top: 8px !important;
  }
}
.nhsuk-u-padding-right-2 {
  padding-right: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-right-2 {
    padding-right: 8px !important;
  }
}
.nhsuk-u-padding-bottom-2 {
  padding-bottom: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-bottom-2 {
    padding-bottom: 8px !important;
  }
}
.nhsuk-u-padding-left-2 {
  padding-left: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-left-2 {
    padding-left: 8px !important;
  }
}
.nhsuk-u-padding-3 {
  padding: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-3 {
    padding: 16px !important;
  }
}
.nhsuk-u-padding-top-3 {
  padding-top: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-top-3 {
    padding-top: 16px !important;
  }
}
.nhsuk-u-padding-right-3 {
  padding-right: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-right-3 {
    padding-right: 16px !important;
  }
}
.nhsuk-u-padding-bottom-3 {
  padding-bottom: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-bottom-3 {
    padding-bottom: 16px !important;
  }
}
.nhsuk-u-padding-left-3 {
  padding-left: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-left-3 {
    padding-left: 16px !important;
  }
}
.nhsuk-u-padding-4 {
  padding: 16px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-4 {
    padding: 24px !important;
  }
}
.nhsuk-u-padding-top-4 {
  padding-top: 16px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-top-4 {
    padding-top: 24px !important;
  }
}
.nhsuk-u-padding-right-4 {
  padding-right: 16px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-right-4 {
    padding-right: 24px !important;
  }
}
.nhsuk-u-padding-bottom-4 {
  padding-bottom: 16px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-bottom-4 {
    padding-bottom: 24px !important;
  }
}
.nhsuk-u-padding-left-4 {
  padding-left: 16px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-left-4 {
    padding-left: 24px !important;
  }
}
.nhsuk-u-padding-5 {
  padding: 24px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-5 {
    padding: 32px !important;
  }
}
.nhsuk-u-padding-top-5 {
  padding-top: 24px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-top-5 {
    padding-top: 32px !important;
  }
}
.nhsuk-u-padding-right-5 {
  padding-right: 24px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-right-5 {
    padding-right: 32px !important;
  }
}
.nhsuk-u-padding-bottom-5 {
  padding-bottom: 24px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-bottom-5 {
    padding-bottom: 32px !important;
  }
}
.nhsuk-u-padding-left-5 {
  padding-left: 24px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-left-5 {
    padding-left: 32px !important;
  }
}
.nhsuk-u-padding-6 {
  padding: 32px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-6 {
    padding: 40px !important;
  }
}
.nhsuk-u-padding-top-6 {
  padding-top: 32px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-top-6 {
    padding-top: 40px !important;
  }
}
.nhsuk-u-padding-right-6 {
  padding-right: 32px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-right-6 {
    padding-right: 40px !important;
  }
}
.nhsuk-u-padding-bottom-6 {
  padding-bottom: 32px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-bottom-6 {
    padding-bottom: 40px !important;
  }
}
.nhsuk-u-padding-left-6 {
  padding-left: 32px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-left-6 {
    padding-left: 40px !important;
  }
}
.nhsuk-u-padding-7 {
  padding: 40px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-7 {
    padding: 48px !important;
  }
}
.nhsuk-u-padding-top-7 {
  padding-top: 40px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-top-7 {
    padding-top: 48px !important;
  }
}
.nhsuk-u-padding-right-7 {
  padding-right: 40px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-right-7 {
    padding-right: 48px !important;
  }
}
.nhsuk-u-padding-bottom-7 {
  padding-bottom: 40px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-bottom-7 {
    padding-bottom: 48px !important;
  }
}
.nhsuk-u-padding-left-7 {
  padding-left: 40px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-left-7 {
    padding-left: 48px !important;
  }
}
.nhsuk-u-padding-8 {
  padding: 48px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-8 {
    padding: 56px !important;
  }
}
.nhsuk-u-padding-top-8 {
  padding-top: 48px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-top-8 {
    padding-top: 56px !important;
  }
}
.nhsuk-u-padding-right-8 {
  padding-right: 48px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-right-8 {
    padding-right: 56px !important;
  }
}
.nhsuk-u-padding-bottom-8 {
  padding-bottom: 48px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-bottom-8 {
    padding-bottom: 56px !important;
  }
}
.nhsuk-u-padding-left-8 {
  padding-left: 48px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-left-8 {
    padding-left: 56px !important;
  }
}
.nhsuk-u-padding-9 {
  padding: 56px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-9 {
    padding: 64px !important;
  }
}
.nhsuk-u-padding-top-9 {
  padding-top: 56px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-top-9 {
    padding-top: 64px !important;
  }
}
.nhsuk-u-padding-right-9 {
  padding-right: 56px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-right-9 {
    padding-right: 64px !important;
  }
}
.nhsuk-u-padding-bottom-9 {
  padding-bottom: 56px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-bottom-9 {
    padding-bottom: 64px !important;
  }
}
.nhsuk-u-padding-left-9 {
  padding-left: 56px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-left-9 {
    padding-left: 64px !important;
  }
}
.nhsuk-u-static-margin-0 {
  margin: 0 !important;
}

.nhsuk-u-static-margin-top-0 {
  margin-top: 0 !important;
}

.nhsuk-u-static-margin-right-0 {
  margin-right: 0 !important;
}

.nhsuk-u-static-margin-bottom-0 {
  margin-bottom: 0 !important;
}

.nhsuk-u-static-margin-left-0 {
  margin-left: 0 !important;
}

.nhsuk-u-static-margin-1 {
  margin: 4px !important;
}

.nhsuk-u-static-margin-top-1 {
  margin-top: 4px !important;
}

.nhsuk-u-static-margin-right-1 {
  margin-right: 4px !important;
}

.nhsuk-u-static-margin-bottom-1 {
  margin-bottom: 4px !important;
}

.nhsuk-u-static-margin-left-1 {
  margin-left: 4px !important;
}

.nhsuk-u-static-margin-2 {
  margin: 8px !important;
}

.nhsuk-u-static-margin-top-2 {
  margin-top: 8px !important;
}

.nhsuk-u-static-margin-right-2 {
  margin-right: 8px !important;
}

.nhsuk-u-static-margin-bottom-2 {
  margin-bottom: 8px !important;
}

.nhsuk-u-static-margin-left-2 {
  margin-left: 8px !important;
}

.nhsuk-u-static-margin-3 {
  margin: 16px !important;
}

.nhsuk-u-static-margin-top-3 {
  margin-top: 16px !important;
}

.nhsuk-u-static-margin-right-3 {
  margin-right: 16px !important;
}

.nhsuk-u-static-margin-bottom-3 {
  margin-bottom: 16px !important;
}

.nhsuk-u-static-margin-left-3 {
  margin-left: 16px !important;
}

.nhsuk-u-static-margin-4 {
  margin: 24px !important;
}

.nhsuk-u-static-margin-top-4 {
  margin-top: 24px !important;
}

.nhsuk-u-static-margin-right-4 {
  margin-right: 24px !important;
}

.nhsuk-u-static-margin-bottom-4 {
  margin-bottom: 24px !important;
}

.nhsuk-u-static-margin-left-4 {
  margin-left: 24px !important;
}

.nhsuk-u-static-margin-5 {
  margin: 32px !important;
}

.nhsuk-u-static-margin-top-5 {
  margin-top: 32px !important;
}

.nhsuk-u-static-margin-right-5 {
  margin-right: 32px !important;
}

.nhsuk-u-static-margin-bottom-5 {
  margin-bottom: 32px !important;
}

.nhsuk-u-static-margin-left-5 {
  margin-left: 32px !important;
}

.nhsuk-u-static-margin-6 {
  margin: 40px !important;
}

.nhsuk-u-static-margin-top-6 {
  margin-top: 40px !important;
}

.nhsuk-u-static-margin-right-6 {
  margin-right: 40px !important;
}

.nhsuk-u-static-margin-bottom-6 {
  margin-bottom: 40px !important;
}

.nhsuk-u-static-margin-left-6 {
  margin-left: 40px !important;
}

.nhsuk-u-static-margin-7 {
  margin: 48px !important;
}

.nhsuk-u-static-margin-top-7 {
  margin-top: 48px !important;
}

.nhsuk-u-static-margin-right-7 {
  margin-right: 48px !important;
}

.nhsuk-u-static-margin-bottom-7 {
  margin-bottom: 48px !important;
}

.nhsuk-u-static-margin-left-7 {
  margin-left: 48px !important;
}

.nhsuk-u-static-margin-8 {
  margin: 56px !important;
}

.nhsuk-u-static-margin-top-8 {
  margin-top: 56px !important;
}

.nhsuk-u-static-margin-right-8 {
  margin-right: 56px !important;
}

.nhsuk-u-static-margin-bottom-8 {
  margin-bottom: 56px !important;
}

.nhsuk-u-static-margin-left-8 {
  margin-left: 56px !important;
}

.nhsuk-u-static-margin-9 {
  margin: 64px !important;
}

.nhsuk-u-static-margin-top-9 {
  margin-top: 64px !important;
}

.nhsuk-u-static-margin-right-9 {
  margin-right: 64px !important;
}

.nhsuk-u-static-margin-bottom-9 {
  margin-bottom: 64px !important;
}

.nhsuk-u-static-margin-left-9 {
  margin-left: 64px !important;
}

.nhsuk-u-static-padding-0 {
  padding: 0 !important;
}

.nhsuk-u-static-padding-top-0 {
  padding-top: 0 !important;
}

.nhsuk-u-static-padding-right-0 {
  padding-right: 0 !important;
}

.nhsuk-u-static-padding-bottom-0 {
  padding-bottom: 0 !important;
}

.nhsuk-u-static-padding-left-0 {
  padding-left: 0 !important;
}

.nhsuk-u-static-padding-1 {
  padding: 4px !important;
}

.nhsuk-u-static-padding-top-1 {
  padding-top: 4px !important;
}

.nhsuk-u-static-padding-right-1 {
  padding-right: 4px !important;
}

.nhsuk-u-static-padding-bottom-1 {
  padding-bottom: 4px !important;
}

.nhsuk-u-static-padding-left-1 {
  padding-left: 4px !important;
}

.nhsuk-u-static-padding-2 {
  padding: 8px !important;
}

.nhsuk-u-static-padding-top-2 {
  padding-top: 8px !important;
}

.nhsuk-u-static-padding-right-2 {
  padding-right: 8px !important;
}

.nhsuk-u-static-padding-bottom-2 {
  padding-bottom: 8px !important;
}

.nhsuk-u-static-padding-left-2 {
  padding-left: 8px !important;
}

.nhsuk-u-static-padding-3 {
  padding: 16px !important;
}

.nhsuk-u-static-padding-top-3 {
  padding-top: 16px !important;
}

.nhsuk-u-static-padding-right-3 {
  padding-right: 16px !important;
}

.nhsuk-u-static-padding-bottom-3 {
  padding-bottom: 16px !important;
}

.nhsuk-u-static-padding-left-3 {
  padding-left: 16px !important;
}

.nhsuk-u-static-padding-4 {
  padding: 24px !important;
}

.nhsuk-u-static-padding-top-4 {
  padding-top: 24px !important;
}

.nhsuk-u-static-padding-right-4 {
  padding-right: 24px !important;
}

.nhsuk-u-static-padding-bottom-4 {
  padding-bottom: 24px !important;
}

.nhsuk-u-static-padding-left-4 {
  padding-left: 24px !important;
}

.nhsuk-u-static-padding-5 {
  padding: 32px !important;
}

.nhsuk-u-static-padding-top-5 {
  padding-top: 32px !important;
}

.nhsuk-u-static-padding-right-5 {
  padding-right: 32px !important;
}

.nhsuk-u-static-padding-bottom-5 {
  padding-bottom: 32px !important;
}

.nhsuk-u-static-padding-left-5 {
  padding-left: 32px !important;
}

.nhsuk-u-static-padding-6 {
  padding: 40px !important;
}

.nhsuk-u-static-padding-top-6 {
  padding-top: 40px !important;
}

.nhsuk-u-static-padding-right-6 {
  padding-right: 40px !important;
}

.nhsuk-u-static-padding-bottom-6 {
  padding-bottom: 40px !important;
}

.nhsuk-u-static-padding-left-6 {
  padding-left: 40px !important;
}

.nhsuk-u-static-padding-7 {
  padding: 48px !important;
}

.nhsuk-u-static-padding-top-7 {
  padding-top: 48px !important;
}

.nhsuk-u-static-padding-right-7 {
  padding-right: 48px !important;
}

.nhsuk-u-static-padding-bottom-7 {
  padding-bottom: 48px !important;
}

.nhsuk-u-static-padding-left-7 {
  padding-left: 48px !important;
}

.nhsuk-u-static-padding-8 {
  padding: 56px !important;
}

.nhsuk-u-static-padding-top-8 {
  padding-top: 56px !important;
}

.nhsuk-u-static-padding-right-8 {
  padding-right: 56px !important;
}

.nhsuk-u-static-padding-bottom-8 {
  padding-bottom: 56px !important;
}

.nhsuk-u-static-padding-left-8 {
  padding-left: 56px !important;
}

.nhsuk-u-static-padding-9 {
  padding: 64px !important;
}

.nhsuk-u-static-padding-top-9 {
  padding-top: 64px !important;
}

.nhsuk-u-static-padding-right-9 {
  padding-right: 64px !important;
}

.nhsuk-u-static-padding-bottom-9 {
  padding-bottom: 64px !important;
}

.nhsuk-u-static-padding-left-9 {
  padding-left: 64px !important;
}


.nhsuk-u-text-align-left {
  text-align: left !important;
}

.nhsuk-u-text-align-centre {
  text-align: center !important;
}

.nhsuk-u-text-align-right {
  text-align: right !important;
}


.nhsuk-u-font-size-64 {
  font-size: 3rem !important;
  line-height: 1.125 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-64 {
    font-size: 4rem !important;
    line-height: 1.09375 !important;
  }
}
@media print {
  .nhsuk-u-font-size-64 {
    font-size: 34pt !important;
    line-height: 1.1 !important;
  }
}
.nhsuk-u-font-size-48 {
  font-size: 2rem !important;
  line-height: 1.1875 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-48 {
    font-size: 3rem !important;
    line-height: 1.125 !important;
  }
}
@media print {
  .nhsuk-u-font-size-48 {
    font-size: 26pt !important;
    line-height: 1.15 !important;
  }
}
.nhsuk-u-font-size-36 {
  font-size: 1.6875rem !important;
  line-height: 1.2222222222 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-36 {
    font-size: 2.25rem !important;
    line-height: 1.1666666667 !important;
  }
}
@media print {
  .nhsuk-u-font-size-36 {
    font-size: 20pt !important;
    line-height: 1.2 !important;
  }
}
.nhsuk-u-font-size-26 {
  font-size: 1.375rem !important;
  line-height: 1.3181818182 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-26 {
    font-size: 1.625rem !important;
    line-height: 1.2307692308 !important;
  }
}
@media print {
  .nhsuk-u-font-size-26 {
    font-size: 17pt !important;
    line-height: 1.25 !important;
  }
}
.nhsuk-u-font-size-22 {
  font-size: 1.1875rem !important;
  line-height: 1.4210526316 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-22 {
    font-size: 1.375rem !important;
    line-height: 1.3636363636 !important;
  }
}
@media print {
  .nhsuk-u-font-size-22 {
    font-size: 15pt !important;
    line-height: 1.25 !important;
  }
}
.nhsuk-u-font-size-19 {
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-19 {
    font-size: 1.1875rem !important;
    line-height: 1.4736842105 !important;
  }
}
@media print {
  .nhsuk-u-font-size-19 {
    font-size: 13pt !important;
    line-height: 1.25 !important;
  }
}
.nhsuk-u-font-size-16 {
  font-size: 0.875rem !important;
  line-height: 1.7142857143 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-16 {
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }
}
@media print {
  .nhsuk-u-font-size-16 {
    font-size: 12pt !important;
    line-height: 1.3 !important;
  }
}
.nhsuk-u-font-size-14 {
  font-size: 0.75rem !important;
  line-height: 1.6666666667 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-14 {
    font-size: 0.875rem !important;
    line-height: 1.7142857143 !important;
  }
}
@media print {
  .nhsuk-u-font-size-14 {
    font-size: 12pt !important;
    line-height: 1.3 !important;
  }
}
.nhsuk-u-font-weight-normal {
  font-weight: 400 !important;
}

.nhsuk-u-font-weight-bold {
  font-weight: 600 !important;
}

.nhsuk-u-text-break-word {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.nhsuk-u-secondary-text-colour {
  color: #4c6272 !important;
}


.nhsuk-u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nhsuk-u-visually-hidden::before {
  content: " ";
}

.nhsuk-u-visually-hidden::after {
  content: " ";
}

.nhsuk-u-visually-hidden-focusable:not(:active):not(:focus):not(.\:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.nhsuk-u-width-full {
  width: 100% !important;
}

.nhsuk-u-width-three-quarters {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-width-three-quarters {
    width: 75% !important;
  }
}
.nhsuk-u-width-two-thirds {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-width-two-thirds {
    width: 66.6666666667% !important;
  }
}
.nhsuk-u-width-one-half {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-width-one-half {
    width: 50% !important;
  }
}
.nhsuk-u-width-one-third {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-width-one-third {
    width: 33.3333333333% !important;
  }
}
.nhsuk-u-width-one-quarter {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-width-one-quarter {
    width: 25% !important;
  }
}



.nhsuk-button {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 2.75rem;
  margin-top: 0;
  padding: 0.625rem 1rem;
  overflow: visible;
  border: 2px solid transparent;
  border-radius: 0.25rem;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #007f3b;
  box-shadow: 0 4px 0 #00401e;
}

.nhsuk-button, .nhsuk-button:visited, .nhsuk-button:hover, .nhsuk-button:hover:visited, .nhsuk-button:active, .nhsuk-button:active:visited {
  color: #ffffff;
}

.nhsuk-button:hover {
  background-color: #00662f;
}

.nhsuk-button:active, .nhsuk-button:active:focus {
  background-color: #00401e;
}

.nhsuk-button {
  font-weight: 600;
}

.nhsuk-button {
  font-size: 1rem;
  line-height: 1.1875;
}

@media (min-width: 40.0625em) {
  .nhsuk-button {
    font-size: 1.1875rem;
    line-height: 1;
  }
}
@media print {
  .nhsuk-button {
    font-size: 13pt;
    line-height: 19px;
  }
}
.nhsuk-button {
  margin-bottom: 28px;
}

@media (min-width: 40.0625em) {
  .nhsuk-button {
    margin-bottom: 36px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-button {
    width: auto;
    min-height: 3.5rem;
    padding: 0.875rem 1rem;
    line-height: 1.2631578947;
  }
}
.nhsuk-button, .nhsuk-button:hover, .nhsuk-button:active {
  text-decoration: none;
}

.nhsuk-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.nhsuk-button:focus {
  outline: none;
  box-shadow: none;
}

.nhsuk-button:focus:not(:active), .nhsuk-button:focus:not(:active):hover {
  outline: 4px solid transparent;
  outline-offset: 4px;
  color: #212b32;
  background-color: #ffeb3b;
  box-shadow: 0 4px 0 0 #212b32;
}

.nhsuk-button:focus:not(:active),
.nhsuk-button:focus:not(:active) .nhsuk-icon, .nhsuk-button:focus:not(:active):hover,
.nhsuk-button:focus:not(:active):hover .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-button:active, .nhsuk-button:active:focus {
  top: 4px;
  box-shadow: none;
}

.nhsuk-button:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.nhsuk-button::before, .nhsuk-button::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 0.25rem;
}

.nhsuk-button::before {
  bottom: -6px;
  border: 2px solid transparent;
  background-color: transparent;
}

.nhsuk-button:active::before {
  top: -6px;
  bottom: -2px;
}

.nhsuk-button--secondary,
.nhsuk-button--secondary-solid {
  background-color: transparent;
  box-shadow: 0 4px 0 #005eb8;
}

.nhsuk-button--secondary, .nhsuk-button--secondary:visited, .nhsuk-button--secondary:hover, .nhsuk-button--secondary:hover:visited, .nhsuk-button--secondary:active, .nhsuk-button--secondary:active:visited,
.nhsuk-button--secondary-solid,
.nhsuk-button--secondary-solid:visited,
.nhsuk-button--secondary-solid:hover,
.nhsuk-button--secondary-solid:hover:visited,
.nhsuk-button--secondary-solid:active,
.nhsuk-button--secondary-solid:active:visited {
  color: #005eb8;
}

.nhsuk-button--secondary:hover,
.nhsuk-button--secondary-solid:hover {
  background-color: #d9e7f4;
}

.nhsuk-button--secondary:active, .nhsuk-button--secondary:active:focus,
.nhsuk-button--secondary-solid:active,
.nhsuk-button--secondary-solid:active:focus {
  background-color: #c7dcef;
}

.nhsuk-button--secondary, .nhsuk-button--secondary::after,
.nhsuk-button--secondary-solid,
.nhsuk-button--secondary-solid::after {
  box-shadow: 0 4px 0 #005eb8;
}

.nhsuk-button--secondary:active, .nhsuk-button--secondary:active:focus,
.nhsuk-button--secondary-solid:active,
.nhsuk-button--secondary-solid:active:focus {
  border-color: #005eb8;
}

.nhsuk-button--secondary:not(:focus):not(:active)::before,
.nhsuk-button--secondary-solid:not(:focus):not(:active)::before {
  border-color: #005eb8;
}

.nhsuk-button--secondary:not(:focus)::after,
.nhsuk-button--secondary-solid:not(:focus)::after {
  right: 0;
  left: 0;
  border-radius: 0.125rem;
}

.nhsuk-button--secondary:focus::after, .nhsuk-button--secondary:active::after,
.nhsuk-button--secondary-solid:focus::after,
.nhsuk-button--secondary-solid:active::after {
  box-shadow: none;
}

.nhsuk-button--secondary-solid {
  background-color: #ffffff;
}

.nhsuk-button--reverse {
  background-color: #ffffff;
  box-shadow: 0 4px 0 #b3b3b3;
}

.nhsuk-button--reverse, .nhsuk-button--reverse:visited, .nhsuk-button--reverse:hover, .nhsuk-button--reverse:hover:visited, .nhsuk-button--reverse:active, .nhsuk-button--reverse:active:visited {
  color: #212b32;
}

.nhsuk-button--reverse:hover {
  background-color: #d9d9d9;
}

.nhsuk-button--reverse:active, .nhsuk-button--reverse:active:focus {
  background-color: #b3b3b3;
}

.nhsuk-button--warning {
  background-color: #d5281b;
  box-shadow: 0 4px 0 #6b140e;
}

.nhsuk-button--warning, .nhsuk-button--warning:visited, .nhsuk-button--warning:hover, .nhsuk-button--warning:hover:visited, .nhsuk-button--warning:active, .nhsuk-button--warning:active:visited {
  color: #ffffff;
}

.nhsuk-button--warning:hover {
  background-color: #aa2016;
}

.nhsuk-button--warning:active, .nhsuk-button--warning:active:focus {
  background-color: #6b140e;
}

.nhsuk-button--login {
  background-color: #005eb8;
  box-shadow: 0 4px 0 #002f5c;
}

.nhsuk-button--login, .nhsuk-button--login:visited, .nhsuk-button--login:hover, .nhsuk-button--login:hover:visited, .nhsuk-button--login:active, .nhsuk-button--login:active:visited {
  color: #ffffff;
}

.nhsuk-button--login:hover {
  background-color: #004b93;
}

.nhsuk-button--login:active, .nhsuk-button--login:active:focus {
  background-color: #002f5c;
}

.nhsuk-button--small {
  min-height: 2.25rem;
  padding: 0.375rem 0.75rem;
}

.nhsuk-button--small {
  margin-bottom: 20px;
}

@media (min-width: 40.0625em) {
  .nhsuk-button--small {
    margin-bottom: 28px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-button--small {
    font-weight: 600;
  }
  .nhsuk-button--small {
    font-size: 0.875rem;
    line-height: 1.3571428571;
  }
}
@media (min-width: 40.0625em) and (min-width: 40.0625em) {
  .nhsuk-button--small {
    font-size: 1rem;
    line-height: 1.1875;
  }
}
@media print and (min-width: 40.0625em) {
  .nhsuk-button--small {
    font-size: 12pt;
    line-height: 19px;
  }
}

.nhsuk-error-message {
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
  clear: both;
  color: #d5281b;
}

.nhsuk-error-message {
  font-weight: 600;
}

.nhsuk-error-message {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-error-message {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-error-message {
    font-size: 13pt;
    line-height: 1.25;
  }
}

.nhsuk-error-summary {
  border: 4px solid #d5281b;
  color: #212b32;
}

@media print {
  .nhsuk-error-summary {
    color: #000000;
  }
}
.nhsuk-error-summary {
  font-weight: 400;
}

.nhsuk-error-summary {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-error-summary {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-error-summary {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-error-summary {
  padding: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-error-summary {
    padding: 24px;
  }
}
.nhsuk-error-summary {
  margin-bottom: 48px;
}

@media (min-width: 40.0625em) {
  .nhsuk-error-summary {
    margin-bottom: 56px;
  }
}
.nhsuk-error-summary:focus {
  border: 4px solid #212b32;
  outline: 4px solid transparent;
  box-shadow: 0 0 0 4px #ffeb3b;
}

.nhsuk-error-summary__title {
  margin-top: 0;
}

.nhsuk-error-summary__title {
  font-weight: 600;
}

.nhsuk-error-summary__title {
  font-size: 1.375rem;
  line-height: 1.3181818182;
}

@media (min-width: 40.0625em) {
  .nhsuk-error-summary__title {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}
@media print {
  .nhsuk-error-summary__title {
    font-size: 17pt;
    line-height: 1.25;
  }
}
.nhsuk-error-summary__title {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-error-summary__title {
    margin-bottom: 24px;
  }
}
.nhsuk-error-summary__body p {
  margin-bottom: 0;
}

.nhsuk-error-summary__body > * + * {
  margin-top: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-error-summary__body > * + * {
    margin-top: 24px;
  }
}
.nhsuk-error-summary__body > :last-child {
  margin-bottom: 4px;
}

@media (min-width: 40.0625em) {
  .nhsuk-error-summary__body > :last-child {
    margin-bottom: 4px;
  }
}
.nhsuk-error-summary__list {
  margin-bottom: 0;
}

.nhsuk-error-summary__list li:last-child {
  margin-bottom: 0;
}

.nhsuk-error-summary__list a {
  font-weight: 600;
}

.nhsuk-error-summary__list a:link, .nhsuk-error-summary__list a:visited, .nhsuk-error-summary__list a:hover, .nhsuk-error-summary__list a:active {
  color: #d5281b;
}

.nhsuk-error-summary__list a:focus {
  outline: 4px solid transparent;
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  text-decoration: none;
}

.nhsuk-error-summary__list a:focus,
.nhsuk-error-summary__list a:focus .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}


.nhsuk-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.nhsuk-fieldset::after {
  content: "";
  display: block;
  clear: both;
}

@supports not (caret-color: auto) {
  .nhsuk-fieldset,
  x:-moz-any-link {
    display: table-cell;
  }
}
.nhsuk-fieldset__legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  margin-bottom: 8px;
  padding: 0;
  white-space: normal;
  color: #212b32;
}

@media print {
  .nhsuk-fieldset__legend {
    color: #000000;
  }
}
.nhsuk-fieldset__legend {
  font-weight: 400;
}

.nhsuk-fieldset__legend {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-fieldset__legend {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-fieldset__legend {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-fieldset__legend--xl,
.nhsuk-fieldset__legend--l,
.nhsuk-fieldset__legend--m {
  margin-bottom: 16px;
  font-weight: 600;
}

.nhsuk-fieldset__legend--xl {
  font-size: 2rem;
  line-height: 1.1875;
}

@media (min-width: 40.0625em) {
  .nhsuk-fieldset__legend--xl {
    font-size: 3rem;
    line-height: 1.125;
  }
}
@media print {
  .nhsuk-fieldset__legend--xl {
    font-size: 26pt;
    line-height: 1.15;
  }
}
.nhsuk-fieldset__legend--l {
  font-size: 1.6875rem;
  line-height: 1.2222222222;
}

@media (min-width: 40.0625em) {
  .nhsuk-fieldset__legend--l {
    font-size: 2.25rem;
    line-height: 1.1666666667;
  }
}
@media print {
  .nhsuk-fieldset__legend--l {
    font-size: 20pt;
    line-height: 1.2;
  }
}
.nhsuk-fieldset__legend--m {
  font-size: 1.375rem;
  line-height: 1.3181818182;
}

@media (min-width: 40.0625em) {
  .nhsuk-fieldset__legend--m {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}
@media print {
  .nhsuk-fieldset__legend--m {
    font-size: 17pt;
    line-height: 1.25;
  }
}
.nhsuk-fieldset__legend--s {
  font-weight: 600;
}

.nhsuk-fieldset__heading {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}


.nhsuk-hint {
  margin-bottom: 16px;
  color: #4c6272;
}

.nhsuk-hint {
  font-weight: 400;
}

.nhsuk-hint {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-hint {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-hint {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-label:not(.nhsuk-label--m):not(.nhsuk-label--l):not(.nhsuk-label--xl) + .nhsuk-hint {
  margin-bottom: 8px;
}

.nhsuk-fieldset__legend:not(.nhsuk-fieldset__legend--m):not(.nhsuk-fieldset__legend--l):not(.nhsuk-fieldset__legend--xl) + .nhsuk-hint {
  margin-bottom: 8px;
}

.nhsuk-fieldset__legend + .nhsuk-hint {
  margin-top: -4px;
}


.nhsuk-label {
  display: block;
  margin-bottom: 4px;
}

.nhsuk-label {
  font-weight: 400;
}

.nhsuk-label {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-label {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-label {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-label--xl,
.nhsuk-label--l,
.nhsuk-label--m {
  margin-bottom: 16px;
  font-weight: 600;
}

.nhsuk-label--xl {
  font-size: 2rem;
  line-height: 1.1875;
}

@media (min-width: 40.0625em) {
  .nhsuk-label--xl {
    font-size: 3rem;
    line-height: 1.125;
  }
}
@media print {
  .nhsuk-label--xl {
    font-size: 26pt;
    line-height: 1.15;
  }
}
.nhsuk-label--l {
  font-size: 1.6875rem;
  line-height: 1.2222222222;
}

@media (min-width: 40.0625em) {
  .nhsuk-label--l {
    font-size: 2.25rem;
    line-height: 1.1666666667;
  }
}
@media print {
  .nhsuk-label--l {
    font-size: 20pt;
    line-height: 1.2;
  }
}
.nhsuk-label--m {
  font-size: 1.375rem;
  line-height: 1.3181818182;
}

@media (min-width: 40.0625em) {
  .nhsuk-label--m {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}
@media print {
  .nhsuk-label--m {
    font-size: 17pt;
    line-height: 1.25;
  }
}
.nhsuk-label--s {
  font-weight: 600;
}

.nhsuk-label-wrapper {
  margin: 0;
}


.nhsuk-checkboxes {
  margin: -2px;
  margin-right: 0;
}

.nhsuk-checkboxes__item {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-top: 6px;
}

.nhsuk-checkboxes__conditional:not(.nhsuk-checkboxes__conditional--hidden) + .nhsuk-checkboxes__item {
  margin-top: 14px;
}

@media (min-width: 40.0625em) {
  .nhsuk-checkboxes__conditional:not(.nhsuk-checkboxes__conditional--hidden) + .nhsuk-checkboxes__item {
    margin-top: 22px;
  }
}
.nhsuk-checkboxes__item:first-child {
  margin-top: 0;
}

.nhsuk-checkboxes__input {
  z-index: 1;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.nhsuk-checkboxes__label {
  box-sizing: border-box;
  align-self: center;
  max-width: calc(100% - 2.75rem);
  margin-bottom: 0;
  padding: 6px 0.75rem;
  cursor: pointer;
  touch-action: manipulation;
}

.nhsuk-checkboxes__label::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #4c6272;
  background: #ffffff;
}

.nhsuk-checkboxes__label::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0.9375rem;
  left: 0.75rem;
  width: 1.375rem;
  height: 0.625rem;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 0 0.25rem 0.25rem;
  border-top-color: transparent;
  opacity: 0;
  background: transparent;
}

.nhsuk-checkboxes__hint {
  display: block;
  width: 100%;
  margin-top: -4px;
  padding-right: 0.75rem;
  padding-left: 3.5rem;
}

.nhsuk-label:not(.nhsuk-label--m):not(.nhsuk-label--l):not(.nhsuk-label--xl) + .nhsuk-checkboxes__hint {
  margin-bottom: 0;
}

.nhsuk-checkboxes__input:focus + .nhsuk-checkboxes__label::before {
  border: 4px solid #212b32;
  outline: 4px solid transparent;
  outline-offset: 1px;
  box-shadow: 0 0 0 4px #ffeb3b;
}

@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .nhsuk-checkboxes__input:focus + .nhsuk-checkboxes__label::before {
    outline-color: Highlight;
  }
}
.nhsuk-checkboxes__input:checked + .nhsuk-checkboxes__label::after {
  opacity: 1;
}

.nhsuk-checkboxes__input:disabled,
.nhsuk-checkboxes__input:disabled + .nhsuk-checkboxes__label {
  cursor: not-allowed;
}

.nhsuk-checkboxes__input:disabled + .nhsuk-checkboxes__label,
.nhsuk-checkboxes__input:disabled ~ .nhsuk-hint {
  opacity: 0.5;
}

.nhsuk-checkboxes__divider {
  width: 2.5rem;
  margin-top: 6px;
  padding: 0 2px;
  text-align: center;
  color: #212b32;
}

@media print {
  .nhsuk-checkboxes__divider {
    color: #000000;
  }
}
.nhsuk-checkboxes__divider {
  font-weight: 400;
}

.nhsuk-checkboxes__divider {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-checkboxes__divider {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-checkboxes__divider {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-checkboxes__conditional {
  margin-top: 6px;
  margin-bottom: 2px;
  margin-left: 1.25rem;
  padding-left: 2rem;
  border-left: 4px solid #4c6272;
}

.nhsuk-frontend-supported .nhsuk-checkboxes__conditional--hidden {
  display: none;
}

.nhsuk-checkboxes--small .nhsuk-checkboxes__item {
  margin-top: 0;
}

.nhsuk-checkboxes--small .nhsuk-checkboxes__input {
  margin-left: -0.625rem;
}

.nhsuk-checkboxes--small .nhsuk-checkboxes__label {
  padding-left: 1px;
}

.nhsuk-checkboxes--small .nhsuk-checkboxes__label::before {
  top: 0.625rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.nhsuk-checkboxes--small .nhsuk-checkboxes__label::after {
  top: 1.125rem;
  left: 0.375rem;
  width: 0.75rem;
  height: 0.375rem;
  border-width: 0 0 0.1875rem 0.1875rem;
}

.nhsuk-checkboxes--small .nhsuk-checkboxes__hint {
  padding-left: 2.125rem;
}

.nhsuk-checkboxes--small .nhsuk-checkboxes__conditional {
  margin-left: 0.625rem;
  padding-left: 1.25rem;
}

.nhsuk-checkboxes--small .nhsuk-checkboxes__divider {
  width: 1.5rem;
  margin: 2px 0;
  padding: 0;
}

.nhsuk-checkboxes--small .nhsuk-checkboxes__input:not(:disabled):hover + .nhsuk-checkboxes__label::before,
.nhsuk-checkboxes--small .nhsuk-checkboxes__input:not(:disabled) + .nhsuk-checkboxes__label:hover::before {
  outline: 4px dashed transparent;
  outline-offset: 1px;
  box-shadow: 0 0 0 10px #aeb7bd;
}

.nhsuk-checkboxes--small .nhsuk-checkboxes__input:focus:hover + .nhsuk-checkboxes__label::before,
.nhsuk-checkboxes--small .nhsuk-checkboxes__input:focus + .nhsuk-checkboxes__label:hover::before {
  box-shadow: 0 0 0 4px #ffeb3b, 0 0 0 10px #aeb7bd;
}

@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .nhsuk-checkboxes--small .nhsuk-checkboxes__input:focus:hover + .nhsuk-checkboxes__label::before,
  .nhsuk-checkboxes--small .nhsuk-checkboxes__input:focus + .nhsuk-checkboxes__label:hover::before {
    outline-color: Highlight;
  }
}
@media (hover: none), (pointer: coarse) {
  .nhsuk-checkboxes--small .nhsuk-checkboxes__input:not(:disabled):hover + .nhsuk-checkboxes__label::before,
  .nhsuk-checkboxes--small .nhsuk-checkboxes__input:not(:disabled) + .nhsuk-checkboxes__label:hover::before {
    box-shadow: initial;
  }
  .nhsuk-checkboxes--small .nhsuk-checkboxes__input:focus:hover + .nhsuk-checkboxes__label::before,
  .nhsuk-checkboxes--small .nhsuk-checkboxes__input:focus + .nhsuk-checkboxes__label:hover::before {
    box-shadow: 0 0 0 4px #ffeb3b;
  }
}

.nhsuk-input {
  box-sizing: border-box;
  width: 100%;
  height: 2.5rem;
  margin-top: 0;
  padding: 0.25rem;
  border: 2px solid #4c6272;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

.nhsuk-input {
  font-weight: 400;
}

.nhsuk-input {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-input {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-input {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-input:focus {
  border: 2px solid #212b32;
  outline: 4px solid #ffeb3b;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px #212b32;
}

.nhsuk-input:disabled {
  opacity: 0.5;
  color: inherit;
  background-color: transparent;
  cursor: not-allowed;
}

.nhsuk-input:-ms-input-placeholder {
  opacity: 1;
  color: #4c6272;
}

.nhsuk-input::placeholder {
  opacity: 1;
  color: #4c6272;
}

.nhsuk-input::-webkit-outer-spin-button,
.nhsuk-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.nhsuk-input[type=number] {
  -moz-appearance: textfield;
}

.nhsuk-input--error {
  border-color: #d5281b;
}

.nhsuk-input--code {
  font-family: menlo, "Cascadia Mono", "Segoe UI Mono", consolas, "Liberation Mono", monospace;
  letter-spacing: 0.1em;
}

.nhsuk-input--width-30 {
  max-width: 59ex;
}

.nhsuk-input--width-20 {
  max-width: 41ex;
}

.nhsuk-input--width-10 {
  max-width: 23ex;
}

.nhsuk-input--width-5 {
  max-width: 10.8ex;
}

.nhsuk-input--width-4 {
  max-width: 9ex;
}

.nhsuk-input--width-3 {
  max-width: 7.2ex;
}

.nhsuk-input--width-2 {
  max-width: 5.4ex;
}

.nhsuk-input-wrapper__prefix,
.nhsuk-input-wrapper__suffix,
.nhsuk-input__prefix,
.nhsuk-input__suffix {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem;
  border: 2px solid #4c6272;
  background-color: #d8dde0;
  text-align: center;
  white-space: nowrap;
  cursor: default;
}

.nhsuk-input-wrapper__prefix,
.nhsuk-input-wrapper__suffix,
.nhsuk-input__prefix,
.nhsuk-input__suffix {
  font-weight: 400;
}

.nhsuk-input-wrapper__prefix,
.nhsuk-input-wrapper__suffix,
.nhsuk-input__prefix,
.nhsuk-input__suffix {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-input-wrapper__prefix,
  .nhsuk-input-wrapper__suffix,
  .nhsuk-input__prefix,
  .nhsuk-input__suffix {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-input-wrapper__prefix,
  .nhsuk-input-wrapper__suffix,
  .nhsuk-input__prefix,
  .nhsuk-input__suffix {
    font-size: 13pt;
    line-height: 1.25;
  }
}
@media (max-width: 19.99em) {
  .nhsuk-input-wrapper__prefix,
  .nhsuk-input-wrapper__suffix,
  .nhsuk-input__prefix,
  .nhsuk-input__suffix {
    display: block;
    height: 100%;
    white-space: normal;
  }
}
@media (max-width: 19.99em) {
  .nhsuk-input-wrapper__prefix,
  .nhsuk-input__prefix {
    border-bottom: 0;
  }
  .nhsuk-input-wrapper__prefix + .nhsuk-input,
  .nhsuk-input__prefix + .nhsuk-input {
    margin-top: 0;
  }
}
@media (min-width: 20em) {
  .nhsuk-input-wrapper__prefix,
  .nhsuk-input__prefix {
    border-right: 0;
  }
  .nhsuk-input-wrapper__prefix + .nhsuk-input,
  .nhsuk-input__prefix + .nhsuk-input {
    margin-left: 0;
  }
}
@media (max-width: 19.99em) {
  .nhsuk-input-wrapper__suffix,
  .nhsuk-input__suffix {
    border-top: 0;
  }
}
@media (min-width: 20em) {
  .nhsuk-input-wrapper__suffix,
  .nhsuk-input__suffix {
    border-left: 0;
  }
}

.nhsuk-radios {
  margin: -2px;
  margin-right: 0;
}

.nhsuk-radios__item {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-top: 6px;
}

.nhsuk-radios__conditional:not(.nhsuk-radios__conditional--hidden) + .nhsuk-radios__item {
  margin-top: 14px;
}

@media (min-width: 40.0625em) {
  .nhsuk-radios__conditional:not(.nhsuk-radios__conditional--hidden) + .nhsuk-radios__item {
    margin-top: 22px;
  }
}
.nhsuk-radios__item:first-child {
  margin-top: 0;
}

.nhsuk-radios__input {
  z-index: 1;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.nhsuk-radios__label {
  box-sizing: border-box;
  align-self: center;
  max-width: calc(100% - 2.75rem);
  margin-bottom: 0;
  padding: 6px 0.75rem;
  cursor: pointer;
  touch-action: manipulation;
}

.nhsuk-radios__label::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #4c6272;
  border-radius: 50%;
  background: #ffffff;
}

.nhsuk-radios__label::after {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  width: 0;
  height: 0;
  border: 0.625rem solid currentcolor;
  border-radius: 50%;
  opacity: 0;
  background: currentcolor;
}

.nhsuk-radios__hint {
  display: block;
  width: 100%;
  margin-top: -4px;
  padding-right: 0.75rem;
  padding-left: 3.5rem;
}

.nhsuk-label:not(.nhsuk-label--m):not(.nhsuk-label--l):not(.nhsuk-label--xl) + .nhsuk-radios__hint {
  margin-bottom: 0;
}

.nhsuk-radios__input:focus + .nhsuk-radios__label::before {
  border: 4px solid #212b32;
  outline: 4px solid transparent;
  outline-offset: 1px;
  box-shadow: 0 0 0 0.3125rem #ffeb3b;
}

@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .nhsuk-radios__input:focus + .nhsuk-radios__label::before {
    outline-color: Highlight;
  }
}
.nhsuk-radios__input:checked + .nhsuk-radios__label::after {
  opacity: 1;
}

.nhsuk-radios__input:disabled,
.nhsuk-radios__input:disabled + .nhsuk-radios__label {
  cursor: not-allowed;
}

.nhsuk-radios__input:disabled + .nhsuk-radios__label,
.nhsuk-radios__input:disabled ~ .nhsuk-hint {
  opacity: 0.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-radios--inline {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .nhsuk-radios--inline .nhsuk-radios__item {
    margin-top: 0;
    margin-right: 24px;
  }
}
.nhsuk-radios__divider {
  width: 2.5rem;
  margin-top: 6px;
  padding: 0 2px;
  text-align: center;
  color: #212b32;
}

@media print {
  .nhsuk-radios__divider {
    color: #000000;
  }
}
.nhsuk-radios__divider {
  font-weight: 400;
}

.nhsuk-radios__divider {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-radios__divider {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-radios__divider {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-radios__conditional {
  margin-top: 6px;
  margin-bottom: 2px;
  margin-left: 1.25rem;
  padding-left: 2rem;
  border-left: 4px solid #4c6272;
}

.nhsuk-frontend-supported .nhsuk-radios__conditional--hidden {
  display: none;
}

.nhsuk-radios--small .nhsuk-radios__item {
  margin-top: 0;
}

.nhsuk-radios--small .nhsuk-radios__input {
  margin-left: -0.625rem;
}

.nhsuk-radios--small .nhsuk-radios__label {
  padding-left: 1px;
}

.nhsuk-radios--small .nhsuk-radios__label::before {
  top: 0.625rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.nhsuk-radios--small .nhsuk-radios__label::after {
  top: 1.0625rem;
  left: 0.4375rem;
  border-width: 0.3125rem;
}

.nhsuk-radios--small .nhsuk-radios__hint {
  padding-left: 2.125rem;
}

.nhsuk-radios--small .nhsuk-radios__conditional {
  margin-left: 0.625rem;
  padding-left: 1.25rem;
}

.nhsuk-radios--small .nhsuk-radios__divider {
  width: 1.5rem;
  margin: 2px 0;
  padding: 0;
}

.nhsuk-radios--small .nhsuk-radios__input:not(:disabled):hover + .nhsuk-radios__label::before,
.nhsuk-radios--small .nhsuk-radios__input:not(:disabled) + .nhsuk-radios__label:hover::before {
  outline: 0.3125rem dashed transparent;
  outline-offset: 1px;
  box-shadow: 0 0 0 10px #aeb7bd;
}

.nhsuk-radios--small .nhsuk-radios__input:focus:hover + .nhsuk-radios__label::before,
.nhsuk-radios--small .nhsuk-radios__input:focus + .nhsuk-radios__label:hover::before {
  box-shadow: 0 0 0 0.3125rem #ffeb3b, 0 0 0 10px #aeb7bd;
}

@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .nhsuk-radios--small .nhsuk-radios__input:focus:hover + .nhsuk-radios__label::before,
  .nhsuk-radios--small .nhsuk-radios__input:focus + .nhsuk-radios__label:hover::before {
    outline-color: Highlight;
  }
}
@media (hover: none), (pointer: coarse) {
  .nhsuk-radios--small .nhsuk-radios__input:not(:disabled):hover + .nhsuk-radios__label::before,
  .nhsuk-radios--small .nhsuk-radios__input:not(:disabled) + .nhsuk-radios__label:hover::before {
    box-shadow: initial;
  }
  .nhsuk-radios--small .nhsuk-radios__input:focus:hover + .nhsuk-radios__label::before,
  .nhsuk-radios--small .nhsuk-radios__input:focus + .nhsuk-radios__label:hover::before {
    box-shadow: 0 0 0 0.3125rem #ffeb3b;
  }
}

.nhsuk-select {
  box-sizing: border-box;
  min-width: 100%;
  max-width: 100%;
  height: 2.5rem;
  padding: 0.25rem;
  border: 2px solid #4c6272;
  color: #212b32;
  background-color: #ffffff;
}

.nhsuk-select {
  font-weight: 400;
}

.nhsuk-select {
  font-size: 1rem;
  line-height: 1.25;
}

@media (min-width: 40.0625em) {
  .nhsuk-select {
    font-size: 1.1875rem;
    line-height: 1.25;
  }
}
@media print {
  .nhsuk-select {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-select:focus {
  border: 2px solid #212b32;
  outline: 4px solid #ffeb3b;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px #212b32;
}

.nhsuk-select:disabled {
  opacity: 0.5;
  color: inherit;
  cursor: not-allowed;
}

@media (min-width: 20em) {
  .nhsuk-select {
    min-width: 23ex;
  }
}
.nhsuk-select option:active,
.nhsuk-select option:checked,
.nhsuk-select:focus::-ms-value {
  color: #ffffff;
  background-color: #005eb8;
}

.nhsuk-select--error {
  border-color: #d5281b;
}


.nhsuk-textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 2.5rem;
  padding: 0.25rem;
  resize: vertical;
  border: 2px solid #4c6272;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

.nhsuk-textarea {
  margin-bottom: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-textarea {
    margin-bottom: 32px;
  }
}
.nhsuk-textarea {
  font-weight: 400;
}

.nhsuk-textarea {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-textarea {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-textarea {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-textarea:focus {
  border: 2px solid #212b32;
  outline: 4px solid #ffeb3b;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px #212b32;
}

.nhsuk-textarea:disabled {
  opacity: 0.5;
  color: inherit;
  background-color: transparent;
  cursor: not-allowed;
}

.nhsuk-textarea--error {
  border-color: #d5281b;
}


.nhsuk-character-count {
  margin-bottom: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-character-count {
    margin-bottom: 32px;
  }
}
.nhsuk-character-count .nhsuk-form-group,
.nhsuk-character-count .nhsuk-textarea {
  margin-bottom: 0;
}

.nhsuk-character-count .nhsuk-textarea--error:focus {
  border-color: #d5281b;
  box-shadow: inset 0 0 0 2px #d5281b;
}

.nhsuk-character-count__message,
.nhsuk-character-count__status {
  margin-top: 4px;
  margin-bottom: 0;
}

.nhsuk-character-count__message[hidden], .nhsuk-frontend-supported .nhsuk-character-count__message,
.nhsuk-character-count__status[hidden],
.nhsuk-frontend-supported .nhsuk-character-count__status {
  display: none;
}

.nhsuk-frontend-supported [data-nhsuk-character-count-init] .nhsuk-character-count__message:not([hidden]),
.nhsuk-frontend-supported [data-nhsuk-character-count-init] .nhsuk-character-count__status:not([hidden]) {
  display: block;
}

.nhsuk-character-count__status--disabled,
.nhsuk-character-count__message--disabled {
  display: none;
}


.nhsuk-date-input {
  font-size: 0;
}

.nhsuk-date-input::after {
  content: "";
  display: block;
  clear: both;
}

.nhsuk-date-input__item {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 0;
  vertical-align: bottom;
}

.nhsuk-date-input__label {
  display: block;
}

.nhsuk-date-input__input {
  margin-bottom: 0;
}


.nhsuk-file-upload__input {
  max-width: 100%;
  margin-left: -4px;
  padding: 4px;
  color: #212b32;
}

@media print {
  .nhsuk-file-upload__input {
    color: #000000;
  }
}
.nhsuk-file-upload__input {
  font-weight: 400;
}

.nhsuk-file-upload__input {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-file-upload__input {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-file-upload__input {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-file-upload__input::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

.nhsuk-file-upload__input:focus {
  padding: 2px;
  border: 2px solid #212b32;
  outline: 4px solid #ffeb3b;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px #212b32;
}

.nhsuk-file-upload__input:focus-within {
  border: 2px solid #212b32;
  outline: 4px solid #ffeb3b;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px #212b32;
}

.nhsuk-file-upload__input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.nhsuk-file-upload__drop-zone {
  display: block;
  position: relative;
  z-index: 0;
  background-color: #f0f4f5;
}

.nhsuk-file-upload--disabled .nhsuk-file-upload__drop-zone,
.nhsuk-file-upload__drop-zone--disabled {
  cursor: not-allowed;
}

.nhsuk-file-upload__choose-files-button {
  flex-shrink: 0;
  width: auto;
  margin-right: calc(1rem - 4px);
  margin-bottom: 4px;
}

@media (min-width: 40.0625em) {
  .nhsuk-file-upload__choose-files-button {
    margin-right: 1rem;
  }
}
.nhsuk-file-upload__drop-instruction {
  margin-top: 8px;
  margin-bottom: 0;
  text-align: left;
}

.nhsuk-file-upload__status {
  display: block;
  margin-bottom: 16px;
  padding: 16px;
  color: #ffffff;
  background-color: #4c6272;
  text-align: left;
}

.nhsuk-file-upload__drop-button--empty .nhsuk-file-upload__status {
  color: #212b32;
  background-color: rgba(216, 221, 224, 0.5);
}

.nhsuk-file-upload__drop-button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.nhsuk-file-upload__drop-button {
  width: 100%;
  padding: 18px;
  border: 2px solid #768692;
  color: #212b32;
  background-color: #ffffff;
  cursor: pointer;
}

@media (min-width: 40.0625em) {
  .nhsuk-file-upload__drop-button {
    padding: 26px;
  }
}
.nhsuk-file-upload__drop-button:not(:disabled):hover {
  background-color: #ffffff;
}

.nhsuk-file-upload__drop-button:not(:disabled):hover .nhsuk-button {
  background-color: #00662f;
}

.nhsuk-file-upload__drop-button:not(:disabled):hover .nhsuk-button--secondary,
.nhsuk-file-upload__drop-button:not(:disabled):hover .nhsuk-button--secondary-solid {
  background-color: #d9e7f4;
}

.nhsuk-file-upload__drop-button:not(:disabled):active, .nhsuk-file-upload__drop-button:not(:disabled):focus {
  border: 2px solid #212b32;
  outline: 4px solid #ffeb3b;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}

.nhsuk-file-upload__drop-button:not(:disabled):active .nhsuk-file-upload__choose-files-button::after, .nhsuk-file-upload__drop-button:not(:disabled):focus .nhsuk-file-upload__choose-files-button::after {
  box-shadow: none;
}

.nhsuk-file-upload__drop-button:not(:disabled):active .nhsuk-file-upload__choose-files-button {
  top: 4px;
  box-shadow: none;
}

.nhsuk-file-upload__drop-button:not(:disabled):active .nhsuk-file-upload__choose-files-button::before {
  bottom: -2px;
}

.nhsuk-file-upload__drop-button:not(:disabled):active .nhsuk-button {
  background-color: #00401e;
}

.nhsuk-file-upload__drop-button:not(:disabled):active .nhsuk-button--secondary,
.nhsuk-file-upload__drop-button:not(:disabled):active .nhsuk-button--secondary-solid {
  background-color: #c7dcef;
}

.nhsuk-file-upload__drop-button:not(:disabled):focus:not(:active) .nhsuk-file-upload__choose-files-button, .nhsuk-file-upload__drop-button:not(:disabled):focus:not(:active):hover .nhsuk-file-upload__choose-files-button {
  outline: 4px solid transparent;
  outline-offset: 4px;
  color: #212b32;
  background-color: #ffeb3b;
  box-shadow: 0 4px 0 0 #212b32;
}

.nhsuk-file-upload__drop-button:not(:disabled):focus:not(:active) .nhsuk-file-upload__choose-files-button,
.nhsuk-file-upload__drop-button:not(:disabled):focus:not(:active) .nhsuk-file-upload__choose-files-button .nhsuk-icon, .nhsuk-file-upload__drop-button:not(:disabled):focus:not(:active):hover .nhsuk-file-upload__choose-files-button,
.nhsuk-file-upload__drop-button:not(:disabled):focus:not(:active):hover .nhsuk-file-upload__choose-files-button .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-file-upload__drop-button:not(:disabled):focus:not(:active) .nhsuk-file-upload__choose-files-button::before, .nhsuk-file-upload__drop-button:not(:disabled):focus:not(:active):hover .nhsuk-file-upload__choose-files-button::before {
  border-color: transparent;
}

.nhsuk-file-upload__drop-button--empty {
  border-style: dashed;
  background-color: #f0f4f5;
}

.nhsuk-file-upload__drop-button--empty:not(:disabled):hover, .nhsuk-file-upload__drop-button--empty:not(:disabled):focus, .nhsuk-file-upload__drop-button--empty:not(:disabled):active {
  background-color: #ffffff;
}

.nhsuk-file-upload__drop-button--empty:not(:disabled):hover .nhsuk-button {
  background-color: #00662f;
}

.nhsuk-file-upload__drop-button--empty:not(:disabled):hover .nhsuk-button--secondary,
.nhsuk-file-upload__drop-button--empty:not(:disabled):hover .nhsuk-button--secondary-solid {
  background-color: #d9e7f4;
}

.nhsuk-file-upload__drop-button--empty:not(:disabled):active .nhsuk-file-upload__choose-files-button {
  top: 4px;
  box-shadow: none;
}

.nhsuk-file-upload__drop-button--empty:not(:disabled):active .nhsuk-file-upload__choose-files-button::before {
  bottom: -2px;
}

.nhsuk-file-upload__drop-button--empty:not(:disabled):active .nhsuk-button {
  background-color: #00401e;
}

.nhsuk-file-upload__drop-button--empty:not(:disabled):active .nhsuk-button--secondary,
.nhsuk-file-upload__drop-button--empty:not(:disabled):active .nhsuk-button--secondary-solid {
  background-color: #c7dcef;
}

.nhsuk-file-upload__drop-button--dragging {
  border-style: solid;
  background-color: #ffffff;
}

.nhsuk-file-upload__drop-button:disabled {
  pointer-events: none;
  opacity: 0.5;
}


.nhsuk-password-input__input::-ms-reveal {
  display: none;
}

.nhsuk-password-input__toggle[hidden] {
  display: none;
}

@media (min-width: 20em) {
  .nhsuk-password-input__toggle {
    flex-basis: 5em;
  }
}

.nhsuk-code {
  position: relative;
}

.nhsuk-code {
  margin-bottom: 32px;
}

@media (min-width: 40.0625em) {
  .nhsuk-code {
    margin-bottom: 40px;
  }
}
.nhsuk-code__container,
.nhsuk-code__content {
  font-family: menlo, "Cascadia Mono", "Segoe UI Mono", consolas, "Liberation Mono", monospace;
}

.nhsuk-code__container {
  min-height: 4rem;
  margin: 0;
  border: 1px solid #d8dde0;
  background-color: #ffffff;
}

.nhsuk-code__container:last-child {
  margin-bottom: 0;
}

.nhsuk-code--background-body .nhsuk-code__container {
  background-color: #f0f4f5;
}

.nhsuk-code--background-template .nhsuk-code__container {
  background-color: #d8dde0;
}

.nhsuk-code--no-border .nhsuk-code__container {
  border-color: transparent;
}

.nhsuk-code__content {
  display: block;
  padding: 15px;
  overflow-x: auto;
  border: 4px solid transparent;
  color: #212b32;
}

@media print {
  .nhsuk-code__content {
    color: #000000;
  }
}
.nhsuk-code__content {
  font-weight: 400;
}

.nhsuk-code__content {
  font-size: 0.875rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-code__content {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-code__content {
    font-size: 12pt;
    line-height: 1.5;
  }
}
.nhsuk-code__content:focus {
  border: 4px solid #212b32;
  outline: 4px solid #ffeb3b;
}

.nhsuk-frontend-supported .nhsuk-code--button .nhsuk-code__content {
  padding-top: 4rem;
}

.nhsuk-code__button {
  position: absolute;
  z-index: 1;
  top: 16px;
  right: 16px;
  width: auto;
  min-width: 7.8125rem;
  margin-bottom: 4px;
}

.nhsuk-code__button[hidden] {
  display: none;
}

.nhsuk-code__button:active, .nhsuk-code__button:active:focus {
  top: 20px;
}

.nhsuk-code__button:active::before {
  top: 10px;
}


.nhsuk-details {
  display: block;
  color: #212b32;
}

@media print {
  .nhsuk-details {
    color: #000000;
  }
}
.nhsuk-details {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-details {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-details {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-details {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-details {
    margin-bottom: 24px;
  }
}
.nhsuk-details--reverse {
  color: #ffffff;
}

.nhsuk-details__summary {
  display: block;
}

.nhsuk-details__text > *:first-child {
  margin-top: 0;
}

.nhsuk-details__text > *:last-child {
  margin-bottom: 0;
}

@media screen\0  {
  .nhsuk-details {
    margin-top: 8px;
    padding: 16px 0;
    padding-left: 1.25rem;
    border-left: 4px solid #d8dde0;
  }
  .nhsuk-details--reverse {
    border-left-color: #337ec6;
  }
  .nhsuk-details__summary-text {
    display: block;
    font-weight: 600;
  }
  .nhsuk-details__summary-text {
    margin-bottom: 16px;
  }
}
@media screen\0  and (min-width: 40.0625em) {
  .nhsuk-details__summary-text {
    margin-bottom: 24px;
  }
}
@supports not (-ms-ime-align: auto) {
  .nhsuk-details__summary {
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
    padding-left: 1.5rem;
    color: #005eb8;
    cursor: pointer;
  }
  .nhsuk-details__summary:hover {
    color: #7c2855;
  }
  .nhsuk-details__summary:focus {
    outline: 4px solid transparent;
    background-color: #ffeb3b;
    box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
    text-decoration: none;
  }
  .nhsuk-details__summary:focus,
  .nhsuk-details__summary:focus .nhsuk-icon {
    color: #212b32;
    fill: #212b32;
  }
  .nhsuk-details__summary:hover .nhsuk-details__summary-text, .nhsuk-details__summary:focus .nhsuk-details__summary-text {
    text-decoration: none;
  }
  .nhsuk-details__summary::-webkit-details-marker {
    display: none;
  }
  .nhsuk-details__summary::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    border-width: 0.4375rem 0 0.4375rem 0.75775rem;
    border-left-color: inherit;
  }
  .nhsuk-details[open] > .nhsuk-details__summary::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    border-width: 0.75775rem 0.4375rem 0 0.4375rem;
    border-top-color: inherit;
  }
  .nhsuk-details--reverse .nhsuk-details__summary:not(:focus), .nhsuk-details--reverse .nhsuk-details__summary:not(:focus):hover {
    color: #ffffff;
  }
  .nhsuk-details__summary-text {
    text-decoration: underline;
  }
  .nhsuk-details__text {
    margin-top: 8px;
    padding: 16px 0;
    padding-right: 0;
    padding-left: 20px;
    border-left: 4px solid #d8dde0;
  }
  .nhsuk-details--reverse .nhsuk-details__text {
    border-left-color: #337ec6;
  }
}
.nhsuk-expander {
  background-color: #ffffff;
}

.nhsuk-expander .nhsuk-details__summary {
  display: block;
  width: auto;
  padding: 24px;
  border: 1px solid #d8dde0;
  border-bottom: 4px solid #d8dde0;
  background-color: #ffffff;
}

@media (min-width: 40.0625em) {
  .nhsuk-expander .nhsuk-details__summary {
    padding: 32px;
  }
}
.nhsuk-expander .nhsuk-details__summary:hover,
.nhsuk-expander .nhsuk-details__summary:hover + .nhsuk-details__text, .nhsuk-expander:has(.nhsuk-details__summary:hover) .nhsuk-details__summary, .nhsuk-expander:has(.nhsuk-details__summary:hover) .nhsuk-details__text {
  border-color: #aeb7bd;
}

.nhsuk-expander[open] .nhsuk-details__summary {
  border-bottom: 0;
}

.nhsuk-expander .nhsuk-details__text {
  margin-top: 0;
  margin-left: 0;
  border: 1px solid #d8dde0;
  border-top: 0;
}

.nhsuk-expander .nhsuk-details__text {
  padding-bottom: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-expander .nhsuk-details__text {
    padding-bottom: 32px;
  }
}
.nhsuk-expander .nhsuk-details__text {
  padding-left: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-expander .nhsuk-details__text {
    padding-left: 32px;
  }
}
.nhsuk-expander .nhsuk-details__text {
  padding-right: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-expander .nhsuk-details__text {
    padding-right: 32px;
  }
}
.nhsuk-expander .nhsuk-details__text {
  padding-top: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-expander .nhsuk-details__text {
    padding-top: 0;
  }
}
@media screen\0  {
  .nhsuk-expander {
    margin-top: 0;
    padding: 0;
  }
  .nhsuk-expander .nhsuk-details__summary-text {
    display: block;
    font-weight: 600;
  }
  .nhsuk-expander .nhsuk-details__summary-text {
    font-size: 1.375rem;
    line-height: 1.3181818182;
  }
}
@media screen\0  and (min-width: 40.0625em) {
  .nhsuk-expander .nhsuk-details__summary-text {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}
@media screen\0  {
  .nhsuk-expander .nhsuk-details__summary-text {
    margin-bottom: 16px;
  }
}
@media screen\0  and (min-width: 40.0625em) {
  .nhsuk-expander .nhsuk-details__summary-text {
    margin-bottom: 24px;
  }
}
@supports not (-ms-ime-align: auto) {
  .nhsuk-expander {
    border-bottom-width: 4px;
  }
  .nhsuk-expander .nhsuk-details__summary {
    padding-bottom: 24px;
  }
  @media (min-width: 40.0625em) {
    .nhsuk-expander .nhsuk-details__summary {
      padding-bottom: 32px;
    }
  }
  .nhsuk-expander .nhsuk-details__summary::before, .nhsuk-expander[open] > .nhsuk-details__summary::before {
    display: none;
  }
  .nhsuk-expander .nhsuk-details__summary:focus {
    box-shadow: none;
  }
  .nhsuk-expander .nhsuk-details__summary-text {
    display: inline-block;
    position: relative;
    padding: 4px;
    padding-left: 35px;
    color: #005eb8;
    cursor: pointer;
  }
  .nhsuk-expander .nhsuk-details__summary:hover .nhsuk-details__summary-text {
    color: #7c2855;
  }
  .nhsuk-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text {
    outline: 4px solid transparent;
    background-color: #ffeb3b;
    box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
    text-decoration: none;
  }
  .nhsuk-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text,
  .nhsuk-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text .nhsuk-icon {
    color: #212b32;
    fill: #212b32;
  }
  .nhsuk-expander .nhsuk-details__summary-text::before {
    content: "";
    position: absolute;
    top: calc(50% - 13.5px);
    left: 0;
    width: 27px;
    height: 27px;
    -webkit-clip-path: path("M13.5 1a12.5 12.5 0 1 1 0 25 12.5 12.5 0 0 1 0-25Zm0 6c-.8 0-1.5.7-1.5 1.5V12H8.5c-.8 0-1.4.6-1.5 1.4v.1c0 .8.7 1.5 1.5 1.5H12v3.5c0 .8.6 1.4 1.4 1.5h.1c.8 0 1.5-.7 1.5-1.5V15h3.5c.8 0 1.4-.6 1.5-1.4v-.1c0-.8-.7-1.5-1.5-1.5H15V8.5c0-.8-.6-1.4-1.4-1.5Z");
    clip-path: path("M13.5 1a12.5 12.5 0 1 1 0 25 12.5 12.5 0 0 1 0-25Zm0 6c-.8 0-1.5.7-1.5 1.5V12H8.5c-.8 0-1.4.6-1.5 1.4v.1c0 .8.7 1.5 1.5 1.5H12v3.5c0 .8.6 1.4 1.4 1.5h.1c.8 0 1.5-.7 1.5-1.5V15h3.5c.8 0 1.4-.6 1.5-1.4v-.1c0-.8-.7-1.5-1.5-1.5H15V8.5c0-.8-.6-1.4-1.4-1.5Z");
    background-color: currentcolor;
  }
  .nhsuk-expander[open] {
    border-bottom-width: 1px;
  }
  .nhsuk-expander[open] .nhsuk-details__summary-text::before {
    -webkit-clip-path: path("M13.5 1a12.5 12.5 0 1 1 0 25 12.5 12.5 0 0 1 0-25Zm5 11h-10a1.5 1.5 0 0 0 0 3h10a1.5 1.5 0 0 0 0-3Z");
    clip-path: path("M13.5 1a12.5 12.5 0 1 1 0 25 12.5 12.5 0 0 1 0-25Zm5 11h-10a1.5 1.5 0 0 0 0 3h10a1.5 1.5 0 0 0 0-3Z");
  }
  @supports (-webkit-clip-path: shape(from 0% 0%, line to 100% 100%)) or (clip-path: shape(from 0% 0%, line to 100% 100%)) {
    .nhsuk-expander .nhsuk-details__summary-text {
      padding-left: 2.1875rem;
    }
    .nhsuk-expander .nhsuk-details__summary-text::before {
      top: calc(50% - 0.84375rem);
      width: 1.6875rem;
      height: 1.6875rem;
      -webkit-clip-path: shape(from 50% 3.7%, arc by 0% 92.6% of 46.3% 46.3% large cw, arc by 0% -92.6% of 46.3% 46.3% small cw, close, move by 0% 22.22%, curve by -5.56% 5.56% with -2.96% 0%/-5.56% 2.59%, vline to 44.44%, hline to 31.48%, curve by -5.56% 5.19% with -2.96% 0%/-5.19% 2.22%, vline by 0.37%, curve by 5.56% 5.56% with 0% 2.96%/2.59% 5.56%, hline to 44.44%, vline by 12.96%, curve by 5.19% 5.56% with 0% 2.96%/2.22% 5.19%, hline by 0.37%, curve by 5.56% -5.56% with 2.96% 0%/5.56% -2.59%, vline to 55.56%, hline by 12.96%, curve by 5.56% -5.19% with 2.96% 0%/5.19% -2.22%, vline by -0.37%, curve by -5.56% -5.56% with 0% -2.96%/-2.59% -5.56%, hline to 55.56%, vline to 31.48%, curve by -5.19% -5.56% with 0% -2.96%/-2.22% -5.19%, close);
      clip-path: shape(from 50% 3.7%, arc by 0% 92.6% of 46.3% 46.3% large cw, arc by 0% -92.6% of 46.3% 46.3% small cw, close, move by 0% 22.22%, curve by -5.56% 5.56% with -2.96% 0%/-5.56% 2.59%, vline to 44.44%, hline to 31.48%, curve by -5.56% 5.19% with -2.96% 0%/-5.19% 2.22%, vline by 0.37%, curve by 5.56% 5.56% with 0% 2.96%/2.59% 5.56%, hline to 44.44%, vline by 12.96%, curve by 5.19% 5.56% with 0% 2.96%/2.22% 5.19%, hline by 0.37%, curve by 5.56% -5.56% with 2.96% 0%/5.56% -2.59%, vline to 55.56%, hline by 12.96%, curve by 5.56% -5.19% with 2.96% 0%/5.19% -2.22%, vline by -0.37%, curve by -5.56% -5.56% with 0% -2.96%/-2.59% -5.56%, hline to 55.56%, vline to 31.48%, curve by -5.19% -5.56% with 0% -2.96%/-2.22% -5.19%, close);
    }
    .nhsuk-expander[open] .nhsuk-details__summary-text::before {
      -webkit-clip-path: shape(from 50% 3.7%, arc by 0% 92.6% of 46.3% 46.3% large cw, arc by 0% -92.6% of 46.3% 46.3% small cw, close, move by 18.52% 40.74%, hline by -37.04%, arc by 0% 11.11% of 5.56% 5.56% small ccw, hline by 37.04%, arc by 0% -11.11% of 5.56% 5.56% small ccw, close);
      clip-path: shape(from 50% 3.7%, arc by 0% 92.6% of 46.3% 46.3% large cw, arc by 0% -92.6% of 46.3% 46.3% small cw, close, move by 18.52% 40.74%, hline by -37.04%, arc by 0% 11.11% of 5.56% 5.56% small ccw, hline by 37.04%, arc by 0% -11.11% of 5.56% 5.56% small ccw, close);
    }
  }
}
.nhsuk-expander-group {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-expander-group {
    margin-bottom: 24px;
  }
}
.nhsuk-expander-group > .nhsuk-details {
  margin-bottom: 8px;
}

@media (min-width: 40.0625em) {
  .nhsuk-expander-group > .nhsuk-details {
    margin-bottom: 8px;
  }
}
.nhsuk-details + h2,
.nhsuk-details + .nhsuk-heading-l {
  padding-top: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-details + h2,
  .nhsuk-details + .nhsuk-heading-l {
    padding-top: 24px;
  }
}

.nhsuk-do-dont-list {
  padding-top: 0 !important;
  border: 1px solid #d8dde0;
  box-sizing: border-box;
  border: 1px solid #d8dde0;
  color: #212b32;
  background-color: #ffffff;
}

.nhsuk-do-dont-list > *:first-child {
  margin-top: 0;
}

.nhsuk-do-dont-list > *:last-child {
  margin-bottom: 0;
}

.nhsuk-do-dont-list {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-do-dont-list {
    margin-bottom: 48px;
  }
}
@media print {
  .nhsuk-do-dont-list {
    border: 1px solid #000000;
    page-break-inside: avoid;
  }
}
.nhsuk-do-dont-list {
  margin-top: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-do-dont-list {
    margin-top: 48px;
  }
}
.nhsuk-do-dont-list {
  padding: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-do-dont-list {
    padding: 32px;
  }
}
.nhsuk-do-dont-list .nhsuk-icon__cross,
.nhsuk-do-dont-list .nhsuk-icon--cross {
  fill: #d5281b;
}

.nhsuk-do-dont-list .nhsuk-icon__tick,
.nhsuk-do-dont-list .nhsuk-icon--tick {
  fill: #007f3b;
}

.nhsuk-do-dont-list__label {
  display: inline-block;
  position: relative;
  top: -16px;
  margin: 0;
  margin-bottom: 8px;
  margin-left: -33px;
  padding: 8px 32px;
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: #ffffff;
  background-color: #005eb8;
}

.nhsuk-do-dont-list__label {
  font-size: 1.375rem;
  line-height: 1.3181818182;
}

@media (min-width: 40.0625em) {
  .nhsuk-do-dont-list__label {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}
@media print {
  .nhsuk-do-dont-list__label {
    font-size: 17pt;
    line-height: 1.25;
  }
}
@media (max-width: 40.0525em) {
  .nhsuk-do-dont-list__label {
    top: -8px;
    margin-left: -25px;
    padding: 8px 24px;
  }
}
@media print {
  .nhsuk-do-dont-list__label {
    color: #000000;
    top: 0;
    background: none;
  }
}
@media print {
  .nhsuk-do-dont-list__label {
    color: #000000;
  }
}

.nhsuk-hero {
  box-sizing: border-box;
  position: relative;
  color: #ffffff;
  background-color: #005eb8;
}

@media print {
  .nhsuk-hero {
    color: #000000;
  }
}
.nhsuk-hero .nhsuk-link,
.nhsuk-hero a:not(.nhsuk-button) {
  color: #ffffff;
  text-decoration: underline;
}

.nhsuk-hero .nhsuk-link .nhsuk-icon,
.nhsuk-hero a:not(.nhsuk-button) .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-hero .nhsuk-link:visited,
.nhsuk-hero a:not(.nhsuk-button):visited {
  color: #ffffff;
}

.nhsuk-hero .nhsuk-link:visited .nhsuk-icon,
.nhsuk-hero a:not(.nhsuk-button):visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-hero .nhsuk-link:hover, .nhsuk-hero .nhsuk-link:hover:visited,
.nhsuk-hero a:not(.nhsuk-button):hover,
.nhsuk-hero a:not(.nhsuk-button):hover:visited {
  color: #ffffff;
  text-decoration: none;
}

.nhsuk-hero .nhsuk-link:hover .nhsuk-icon, .nhsuk-hero .nhsuk-link:hover:visited .nhsuk-icon,
.nhsuk-hero a:not(.nhsuk-button):hover .nhsuk-icon,
.nhsuk-hero a:not(.nhsuk-button):hover:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-hero .nhsuk-link:active, .nhsuk-hero .nhsuk-link:active:visited,
.nhsuk-hero a:not(.nhsuk-button):active,
.nhsuk-hero a:not(.nhsuk-button):active:visited {
  color: #ffffff;
}

.nhsuk-hero .nhsuk-link:active .nhsuk-icon, .nhsuk-hero .nhsuk-link:active:visited .nhsuk-icon,
.nhsuk-hero a:not(.nhsuk-button):active .nhsuk-icon,
.nhsuk-hero a:not(.nhsuk-button):active:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-hero .nhsuk-link:focus, .nhsuk-hero .nhsuk-link:focus:visited,
.nhsuk-hero a:not(.nhsuk-button):focus,
.nhsuk-hero a:not(.nhsuk-button):focus:visited {
  outline: 4px solid transparent;
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  text-decoration: none;
}

.nhsuk-hero .nhsuk-link:focus,
.nhsuk-hero .nhsuk-link:focus .nhsuk-icon, .nhsuk-hero .nhsuk-link:focus:visited,
.nhsuk-hero .nhsuk-link:focus:visited .nhsuk-icon,
.nhsuk-hero a:not(.nhsuk-button):focus,
.nhsuk-hero a:not(.nhsuk-button):focus .nhsuk-icon,
.nhsuk-hero a:not(.nhsuk-button):focus:visited,
.nhsuk-hero a:not(.nhsuk-button):focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-hero .nhsuk-link:focus:hover, .nhsuk-hero .nhsuk-link:focus:visited:hover,
.nhsuk-hero a:not(.nhsuk-button):focus:hover,
.nhsuk-hero a:not(.nhsuk-button):focus:visited:hover {
  text-decoration: none;
}

.nhsuk-hero .nhsuk-link:not(:focus):not(.\:focus):hover,
.nhsuk-hero a:not(.nhsuk-button):not(:focus):not(.\:focus):hover {
  color: rgba(255, 255, 255, 0.99);
}

.nhsuk-hero .nhsuk-hero--border {
  border-top: 1px solid #337ec6;
}

.nhsuk-hero__wrapper {
  padding-top: 48px;
}

@media (min-width: 40.0625em) {
  .nhsuk-hero__wrapper {
    padding-top: 56px;
  }
}
.nhsuk-hero__wrapper {
  padding-bottom: 48px;
}

@media (min-width: 40.0625em) {
  .nhsuk-hero__wrapper {
    padding-bottom: 56px;
  }
}
.nhsuk-hero__heading {
  margin-bottom: 8px;
}

@media (min-width: 40.0625em) {
  .nhsuk-hero__heading {
    margin-bottom: 16px;
  }
}
.nhsuk-hero--image {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

@media only screen {
  .nhsuk-hero--image {
    min-height: 12.5rem;
  }
}
@media only screen and (min-width: 40.0625em) {
  .nhsuk-hero--image {
    min-height: 20rem;
  }
  .nhsuk-hero--image .nhsuk-hero__overlay {
    height: 20rem;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .nhsuk-hero--image {
    min-height: 0;
  }
}
.nhsuk-hero--image .nhsuk-hero__overlay {
  background-color: rgba(0, 47, 92, 0.1);
}

@media only screen {
  .nhsuk-hero--image .nhsuk-hero__overlay {
    min-height: 12.5rem;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .nhsuk-hero--image .nhsuk-hero__overlay {
    height: auto;
    min-height: 0;
  }
}
.nhsuk-hero--image-description {
  margin-bottom: 6.625rem;
}

@media (min-width: 40.0625em) {
  .nhsuk-hero--image-description {
    margin-bottom: 5.75rem;
  }
}
.nhsuk-hero--image-description .nhsuk-hero-content {
  position: relative;
  top: 4.375rem;
  margin-bottom: 1.5rem;
  padding: 24px;
  color: #ffffff;
  background-color: #005eb8;
}

.nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow {
  display: block;
  position: absolute;
  bottom: -0.625rem;
  left: 2rem;
  width: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
  transform: rotate(45deg);
}

@media print {
  .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow {
    display: none;
  }
}
.nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow::before,
.nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  transform: rotate(45deg);
  border: solid 2rem #005eb8;
}

@media print {
  .nhsuk-hero--image-description .nhsuk-hero-content {
    color: #000000;
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 23.4375em) {
  .nhsuk-hero--image-description .nhsuk-hero-content {
    width: 85%;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-hero--image-description .nhsuk-hero-content {
    box-sizing: border-box;
    position: absolute;
    top: auto;
    bottom: -3rem;
    max-width: 35em;
    margin-bottom: 0;
    padding: 32px 40px;
  }
  .nhsuk-hero--image-description .nhsuk-hero-content > *:first-child {
    margin-top: 0;
  }
  .nhsuk-hero--image-description .nhsuk-hero-content > *:last-child {
    margin-bottom: 0;
  }
  .nhsuk-hero--image-description .nhsuk-hero__arrow {
    left: 2.875rem;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .nhsuk-hero--image-description .nhsuk-hero-content {
    position: relative;
    top: 0;
    bottom: 0;
    min-height: 0;
    margin-bottom: 0;
    padding: 32px 0 0;
  }
  .nhsuk-hero--image-description .nhsuk-hero__arrow {
    display: none;
  }
}

.nhsuk-image {
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 0;
  border-bottom: 1px solid #d8dde0;
  background-color: #ffffff;
}

.nhsuk-image {
  margin-bottom: 32px;
}

@media (min-width: 40.0625em) {
  .nhsuk-image {
    margin-bottom: 40px;
  }
}
.nhsuk-image {
  margin-top: 32px;
}

@media (min-width: 40.0625em) {
  .nhsuk-image {
    margin-top: 40px;
  }
}
@media (min-width: 48.0625em) {
  .nhsuk-image {
    width: 66.6666666667%;
  }
}
@media print {
  .nhsuk-image {
    width: 50%;
  }
}
.nhsuk-image + .nhsuk-image {
  margin-top: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-image + .nhsuk-image {
    margin-top: 0;
  }
}
.nhsuk-image__img {
  display: block;
  width: 100%;
}

.nhsuk-image__caption {
  padding: 16px;
}

.nhsuk-image__caption {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

@media (min-width: 40.0625em) {
  .nhsuk-image__caption {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-image__caption {
    font-size: 12pt;
    line-height: 1.3;
  }
}

.nhsuk-inset-text {
  box-sizing: border-box;
  border-left: 8px solid #005eb8;
  max-width: 44em;
}

.nhsuk-inset-text > *:first-child {
  margin-top: 0;
}

.nhsuk-inset-text > *:last-child {
  margin-bottom: 0;
}

.nhsuk-inset-text {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-inset-text {
    margin-bottom: 48px;
  }
}
.nhsuk-inset-text {
  margin-top: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-inset-text {
    margin-top: 48px;
  }
}
.nhsuk-inset-text {
  padding: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-inset-text {
    padding: 24px;
  }
}
@media print {
  .nhsuk-inset-text {
    border-color: #000000;
  }
}

.nhsuk-notification-banner {
  box-sizing: border-box;
  border: 4px solid #005eb8;
}

.nhsuk-notification-banner {
  font-weight: 400;
}

.nhsuk-notification-banner {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-notification-banner {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-notification-banner {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-notification-banner {
  margin-bottom: 48px;
}

@media (min-width: 40.0625em) {
  .nhsuk-notification-banner {
    margin-bottom: 56px;
  }
}
.nhsuk-notification-banner:focus {
  outline: 4px solid #ffeb3b;
}

.nhsuk-notification-banner__header {
  padding: 2px 16px 4px;
  border-bottom: 1px solid transparent;
  background-color: #005eb8;
}

@media (min-width: 40.0625em) {
  .nhsuk-notification-banner__header {
    padding: 2px 24px 4px;
  }
}
.nhsuk-notification-banner__title {
  margin: 0;
  padding: 0;
  color: #ffffff;
}

.nhsuk-notification-banner__title {
  font-weight: 600;
}

.nhsuk-notification-banner__title {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-notification-banner__title {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-notification-banner__title {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-notification-banner__content {
  padding: 16px;
  color: #212b32;
}

@media print {
  .nhsuk-notification-banner__content {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-notification-banner__content {
    padding: 24px;
  }
}
.nhsuk-notification-banner__content > * {
  box-sizing: border-box;
  max-width: 601.3333333333px;
}

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

.nhsuk-notification-banner__heading {
  margin: 0 0 16px;
  padding: 0;
}

.nhsuk-notification-banner__heading {
  font-weight: 600;
}

.nhsuk-notification-banner__heading {
  font-size: 1.375rem;
  line-height: 1.3181818182;
}

@media (min-width: 40.0625em) {
  .nhsuk-notification-banner__heading {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}
@media print {
  .nhsuk-notification-banner__heading {
    font-size: 17pt;
    line-height: 1.25;
  }
}
.nhsuk-notification-banner__link:visited {
  color: #005eb8;
}

.nhsuk-notification-banner__link:visited .nhsuk-icon {
  fill: #005eb8;
}

.nhsuk-notification-banner--success {
  border-color: #007f3b;
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__header {
  background-color: #007f3b;
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__link {
  color: #007f3b;
  text-decoration: underline;
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__link .nhsuk-icon {
  fill: #007f3b;
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__link:visited {
  color: #007f3b;
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__link:visited .nhsuk-icon {
  fill: #007f3b;
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__link:hover, .nhsuk-notification-banner--success .nhsuk-notification-banner__link:hover:visited {
  color: #00662f;
  text-decoration: none;
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__link:hover .nhsuk-icon, .nhsuk-notification-banner--success .nhsuk-notification-banner__link:hover:visited .nhsuk-icon {
  fill: #00662f;
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__link:active, .nhsuk-notification-banner--success .nhsuk-notification-banner__link:active:visited {
  color: #00401e;
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__link:active .nhsuk-icon, .nhsuk-notification-banner--success .nhsuk-notification-banner__link:active:visited .nhsuk-icon {
  fill: #00401e;
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__link:focus, .nhsuk-notification-banner--success .nhsuk-notification-banner__link:focus:visited {
  outline: 4px solid transparent;
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  text-decoration: none;
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__link:focus,
.nhsuk-notification-banner--success .nhsuk-notification-banner__link:focus .nhsuk-icon, .nhsuk-notification-banner--success .nhsuk-notification-banner__link:focus:visited,
.nhsuk-notification-banner--success .nhsuk-notification-banner__link:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__link:focus:hover, .nhsuk-notification-banner--success .nhsuk-notification-banner__link:focus:visited:hover {
  text-decoration: none;
}


.nhsuk-panel {
  box-sizing: border-box;
  padding: 28px; /* [2] */
  border: 4px solid transparent; /* [1] */
  color: #ffffff;
  background: #007f3b;
}

.nhsuk-panel {
  font-size: 1.375rem;
  line-height: 1.3181818182;
}

@media (min-width: 40.0625em) {
  .nhsuk-panel {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}
@media print {
  .nhsuk-panel {
    font-size: 17pt;
    line-height: 1.25;
  }
}
.nhsuk-panel {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-panel {
    margin-bottom: 24px;
  }
}
@media (max-width: 40.0525em) {
  .nhsuk-panel {
    padding: 20px; /* [2] */
    word-wrap: break-word;
    overflow-wrap: break-word;
    /* [3] */
  }
}
@media print {
  .nhsuk-panel {
    color: #000000;
    border-color: currentcolor;
    background: none;
  }
}
.nhsuk-panel--interruption {
  background-color: #005eb8;
}

.nhsuk-panel--interruption .nhsuk-link,
.nhsuk-panel--interruption a:not(.nhsuk-button) {
  color: #ffffff;
  text-decoration: underline;
}

.nhsuk-panel--interruption .nhsuk-link .nhsuk-icon,
.nhsuk-panel--interruption a:not(.nhsuk-button) .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-panel--interruption .nhsuk-link:visited,
.nhsuk-panel--interruption a:not(.nhsuk-button):visited {
  color: #ffffff;
}

.nhsuk-panel--interruption .nhsuk-link:visited .nhsuk-icon,
.nhsuk-panel--interruption a:not(.nhsuk-button):visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-panel--interruption .nhsuk-link:hover, .nhsuk-panel--interruption .nhsuk-link:hover:visited,
.nhsuk-panel--interruption a:not(.nhsuk-button):hover,
.nhsuk-panel--interruption a:not(.nhsuk-button):hover:visited {
  color: #ffffff;
  text-decoration: none;
}

.nhsuk-panel--interruption .nhsuk-link:hover .nhsuk-icon, .nhsuk-panel--interruption .nhsuk-link:hover:visited .nhsuk-icon,
.nhsuk-panel--interruption a:not(.nhsuk-button):hover .nhsuk-icon,
.nhsuk-panel--interruption a:not(.nhsuk-button):hover:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-panel--interruption .nhsuk-link:active, .nhsuk-panel--interruption .nhsuk-link:active:visited,
.nhsuk-panel--interruption a:not(.nhsuk-button):active,
.nhsuk-panel--interruption a:not(.nhsuk-button):active:visited {
  color: #ffffff;
}

.nhsuk-panel--interruption .nhsuk-link:active .nhsuk-icon, .nhsuk-panel--interruption .nhsuk-link:active:visited .nhsuk-icon,
.nhsuk-panel--interruption a:not(.nhsuk-button):active .nhsuk-icon,
.nhsuk-panel--interruption a:not(.nhsuk-button):active:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-panel--interruption .nhsuk-link:focus, .nhsuk-panel--interruption .nhsuk-link:focus:visited,
.nhsuk-panel--interruption a:not(.nhsuk-button):focus,
.nhsuk-panel--interruption a:not(.nhsuk-button):focus:visited {
  outline: 4px solid transparent;
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  text-decoration: none;
}

.nhsuk-panel--interruption .nhsuk-link:focus,
.nhsuk-panel--interruption .nhsuk-link:focus .nhsuk-icon, .nhsuk-panel--interruption .nhsuk-link:focus:visited,
.nhsuk-panel--interruption .nhsuk-link:focus:visited .nhsuk-icon,
.nhsuk-panel--interruption a:not(.nhsuk-button):focus,
.nhsuk-panel--interruption a:not(.nhsuk-button):focus .nhsuk-icon,
.nhsuk-panel--interruption a:not(.nhsuk-button):focus:visited,
.nhsuk-panel--interruption a:not(.nhsuk-button):focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-panel--interruption .nhsuk-link:focus:hover, .nhsuk-panel--interruption .nhsuk-link:focus:visited:hover,
.nhsuk-panel--interruption a:not(.nhsuk-button):focus:hover,
.nhsuk-panel--interruption a:not(.nhsuk-button):focus:visited:hover {
  text-decoration: none;
}

.nhsuk-panel--interruption .nhsuk-link:not(:focus):not(.\:focus):hover,
.nhsuk-panel--interruption a:not(.nhsuk-button):not(:focus):not(.\:focus):hover {
  color: rgba(255, 255, 255, 0.99);
}

.nhsuk-panel__title {
  margin-top: 0;
}

.nhsuk-panel__title,
.nhsuk-panel__title--xl {
  font-size: 2rem;
  line-height: 1.1875;
}

@media (min-width: 40.0625em) {
  .nhsuk-panel__title,
  .nhsuk-panel__title--xl {
    font-size: 3rem;
    line-height: 1.125;
  }
}
@media print {
  .nhsuk-panel__title,
  .nhsuk-panel__title--xl {
    font-size: 26pt;
    line-height: 1.15;
  }
}
.nhsuk-panel__title,
.nhsuk-panel__title--xl {
  margin-bottom: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-panel__title,
  .nhsuk-panel__title--xl {
    margin-bottom: 32px;
  }
}
.nhsuk-panel__title--l {
  font-size: 1.6875rem;
  line-height: 1.2222222222;
}

@media (min-width: 40.0625em) {
  .nhsuk-panel__title--l {
    font-size: 2.25rem;
    line-height: 1.1666666667;
  }
}
@media print {
  .nhsuk-panel__title--l {
    font-size: 20pt;
    line-height: 1.2;
  }
}
.nhsuk-panel__title--l {
  margin-bottom: 8px;
}

@media (min-width: 40.0625em) {
  .nhsuk-panel__title--l {
    margin-bottom: 16px;
  }
}
.nhsuk-panel__title--m {
  font-size: 1.375rem;
  line-height: 1.3181818182;
}

@media (min-width: 40.0625em) {
  .nhsuk-panel__title--m {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}
@media print {
  .nhsuk-panel__title--m {
    font-size: 17pt;
    line-height: 1.25;
  }
}
.nhsuk-panel__title--m {
  margin-bottom: 8px;
}

@media (min-width: 40.0625em) {
  .nhsuk-panel__title--m {
    margin-bottom: 16px;
  }
}
.nhsuk-panel__title:last-child {
  margin-bottom: 0;
}

.nhsuk-panel__body > :last-child {
  margin-bottom: 0;
}

.nhsuk-panel__body > .nhsuk-button-group:last-child {
  margin-bottom: -16px;
}


.nhsuk-summary-list {
  margin: 0;
}

.nhsuk-summary-list {
  font-weight: 400;
}

.nhsuk-summary-list {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-summary-list {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-summary-list {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-summary-list {
  margin-bottom: 32px;
}

@media (min-width: 40.0625em) {
  .nhsuk-summary-list {
    margin-bottom: 40px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-summary-list {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
}
.nhsuk-summary-list__row {
  border-bottom: 1px solid #d8dde0;
}

@media (max-width: 40.0525em) {
  .nhsuk-summary-list__row {
    margin-bottom: 16px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-summary-list__row {
    display: table-row;
  }
}
.nhsuk-summary-list__row:not(.nhsuk-summary-list__row--no-actions) > :last-child {
  padding-right: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-summary-list__row--no-actions::after {
    content: "";
    display: table-cell;
    width: 20%;
  }
}
.nhsuk-summary-list__key,
.nhsuk-summary-list__value,
.nhsuk-summary-list__actions {
  margin: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-summary-list__key,
  .nhsuk-summary-list__value,
  .nhsuk-summary-list__actions {
    display: table-cell;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    vertical-align: top;
  }
}
.nhsuk-summary-list__actions {
  margin-top: -4px;
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-summary-list__actions {
    width: 20%;
    text-align: right;
  }
}
.nhsuk-summary-list__key,
.nhsuk-summary-list__value {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.nhsuk-summary-list__key {
  margin-bottom: 4px;
  font-weight: 600;
}

@media (min-width: 40.0625em) {
  .nhsuk-summary-list__key {
    width: 30%;
  }
}
@media (max-width: 40.0525em) {
  .nhsuk-summary-list__value {
    margin-bottom: 16px;
  }
}
.nhsuk-summary-list__value > p {
  margin-bottom: 8px;
}

.nhsuk-summary-list__value > :last-child {
  margin-bottom: 0;
}

.nhsuk-summary-list__actions-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 40.0625em) {
  .nhsuk-summary-list__actions-list {
    justify-content: right;
    text-align: right;
  }
}
.nhsuk-summary-list__actions-list-item {
  display: inline-block;
}

@media (max-width: 40.0525em) {
  .nhsuk-summary-list__actions-list-item {
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #d8dde0;
  }
  .nhsuk-summary-list__actions-list-item:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-summary-list__actions-list-item {
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 8px;
  }
  .nhsuk-summary-list__actions-list-item:not(:first-child) {
    border-left: 1px solid #d8dde0;
  }
  .nhsuk-summary-list__actions-list-item:first-child {
    margin-left: 0;
    padding-left: 0;
    border: 0;
  }
}
.nhsuk-summary-list__actions-list-item .nhsuk-link:focus {
  isolation: isolate;
}

.nhsuk-summary-list--no-border .nhsuk-summary-list__row {
  border: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-summary-list--no-border .nhsuk-summary-list__key,
  .nhsuk-summary-list--no-border .nhsuk-summary-list__value,
  .nhsuk-summary-list--no-border .nhsuk-summary-list__actions {
    padding-bottom: 9px;
  }
}
.nhsuk-summary-list__row--no-border {
  border: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-summary-list__row--no-border .nhsuk-summary-list__key,
  .nhsuk-summary-list__row--no-border .nhsuk-summary-list__value,
  .nhsuk-summary-list__row--no-border .nhsuk-summary-list__actions {
    padding-bottom: 9px;
  }
}
.nhsuk-card__content .nhsuk-summary-list:last-child .nhsuk-summary-list__row:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 40.0525em) {
  .nhsuk-card__content .nhsuk-summary-list--no-border:last-child .nhsuk-summary-list__row:last-of-type > :last-child,
  .nhsuk-card__content .nhsuk-summary-list:last-child .nhsuk-summary-list__row--no-border:last-of-type > :last-child {
    margin-bottom: 0;
  }
}

.nhsuk-table-container {
  box-sizing: border-box;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.nhsuk-table-container {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-table-container {
    margin-bottom: 48px;
  }
}
.nhsuk-table-container .nhsuk-table,
.nhsuk-table-container .nhsuk-table-responsive {
  margin: 0;
}

.nhsuk-table,
.nhsuk-table-responsive {
  box-sizing: border-box;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.nhsuk-table,
.nhsuk-table-responsive {
  font-weight: 400;
}

.nhsuk-table,
.nhsuk-table-responsive {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-table,
  .nhsuk-table-responsive {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-table,
  .nhsuk-table-responsive {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-table,
.nhsuk-table-responsive {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-table,
  .nhsuk-table-responsive {
    margin-bottom: 48px;
  }
}
.nhsuk-table__caption {
  display: table-caption;
  margin-bottom: 8px;
}

.nhsuk-table__caption {
  font-weight: 600;
}

.nhsuk-table__caption {
  font-size: 1.1875rem;
  line-height: 1.4210526316;
}

@media (min-width: 40.0625em) {
  .nhsuk-table__caption {
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
}
@media print {
  .nhsuk-table__caption {
    font-size: 15pt;
    line-height: 1.25;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-table__caption {
    margin-bottom: 8px;
  }
}
.nhsuk-table__caption--xl {
  margin-bottom: 32px;
}

.nhsuk-table__caption--xl {
  font-size: 2rem;
  line-height: 1.1875;
}

@media (min-width: 40.0625em) {
  .nhsuk-table__caption--xl {
    font-size: 3rem;
    line-height: 1.125;
  }
}
@media print {
  .nhsuk-table__caption--xl {
    font-size: 26pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-table__caption--xl {
    margin-bottom: 32px;
  }
}
.nhsuk-table__caption--l {
  font-size: 1.6875rem;
  line-height: 1.2222222222;
}

@media (min-width: 40.0625em) {
  .nhsuk-table__caption--l {
    font-size: 2.25rem;
    line-height: 1.1666666667;
  }
}
@media print {
  .nhsuk-table__caption--l {
    font-size: 20pt;
    line-height: 1.2;
  }
}
.nhsuk-table__caption--m {
  font-size: 1.375rem;
  line-height: 1.3181818182;
}

@media (min-width: 40.0625em) {
  .nhsuk-table__caption--m {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}
@media print {
  .nhsuk-table__caption--m {
    font-size: 17pt;
    line-height: 1.25;
  }
}
.nhsuk-table__caption--s {
  font-size: 1.1875rem;
  line-height: 1.4210526316;
}

@media (min-width: 40.0625em) {
  .nhsuk-table__caption--s {
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
}
@media print {
  .nhsuk-table__caption--s {
    font-size: 15pt;
    line-height: 1.25;
  }
}
.nhsuk-table__row:hover {
  background-color: #f0f4f5;
}

.nhsuk-table__panel-with-heading-tab {
  padding-top: 0 !important;
  border: 1px solid #d8dde0;
  box-sizing: border-box;
  border: 1px solid #d8dde0;
  color: #212b32;
  background-color: #ffffff;
}

.nhsuk-table__panel-with-heading-tab > *:first-child {
  margin-top: 0;
}

.nhsuk-table__panel-with-heading-tab > *:last-child {
  margin-bottom: 0;
}

.nhsuk-table__panel-with-heading-tab {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-table__panel-with-heading-tab {
    margin-bottom: 48px;
  }
}
@media print {
  .nhsuk-table__panel-with-heading-tab {
    border: 1px solid #000000;
    page-break-inside: avoid;
  }
}
.nhsuk-table__panel-with-heading-tab {
  margin-top: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-table__panel-with-heading-tab {
    margin-top: 48px;
  }
}
.nhsuk-table__panel-with-heading-tab {
  padding: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-table__panel-with-heading-tab {
    padding: 32px;
  }
}
.nhsuk-table__panel-with-heading-tab .nhsuk-table,
.nhsuk-table__panel-with-heading-tab .nhsuk-table-container,
.nhsuk-table__panel-with-heading-tab .nhsuk-table-responsive {
  margin: 0;
}

.nhsuk-table__heading-tab {
  display: inline-block;
  position: relative;
  top: -16px;
  margin: 0;
  margin-bottom: 8px;
  margin-left: -33px;
  padding: 8px 32px;
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: #ffffff;
  background-color: #005eb8;
}

.nhsuk-table__heading-tab {
  font-size: 1.375rem;
  line-height: 1.3181818182;
}

@media (min-width: 40.0625em) {
  .nhsuk-table__heading-tab {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}
@media print {
  .nhsuk-table__heading-tab {
    font-size: 17pt;
    line-height: 1.25;
  }
}
@media (max-width: 40.0525em) {
  .nhsuk-table__heading-tab {
    top: -8px;
    margin-left: -25px;
    padding: 8px 24px;
  }
}
@media print {
  .nhsuk-table__heading-tab {
    color: #000000;
    top: 0;
    background: none;
  }
}
@media (max-width: 48.0525em) {
  .nhsuk-table-responsive thead {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    white-space: nowrap !important;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .nhsuk-table-responsive thead::before {
    content: " ";
  }
  .nhsuk-table-responsive thead::after {
    content: " ";
  }
}
.nhsuk-table-responsive .nhsuk-table__body .nhsuk-table-responsive__heading {
  font-weight: 600;
  padding-right: 16px;
  text-align: left;
}

.nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row {
  display: block;
  margin-bottom: 24px;
}

.nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row:last-child {
  margin-bottom: 0;
}

.nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th,
.nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td {
  display: block;
  display: flex;
  justify-content: space-between;
  min-width: 1px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th,
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td {
    display: block;
  }
}
@media (max-width: 48.0525em) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th {
    font-weight: 400;
  }
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th,
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td {
    padding-right: 0;
    text-align: right;
  }
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th:last-child,
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td:last-child {
    border-bottom: 3px solid #d8dde0;
  }
}
@media (min-width: 48.0625em) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table-responsive__heading {
    display: none;
  }
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row {
    display: table-row;
  }
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th {
    text-align: left;
  }
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th,
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td {
    display: table-cell;
  }
}
.nhsuk-table__header--numeric,
.nhsuk-table__cell--numeric {
  text-align: right;
}

th[aria-sort] {
  position: relative;
}

.nhsuk-table--with-sortable-columns thead th {
  padding-left: 2px;
}

th[aria-sort] button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

th[aria-sort=descending] button::after,
th[aria-sort=ascending] button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 2px;
  background-color: #005eb8;
}

th[aria-sort]:hover {
  background-color: #dee7e9;
}

[aria-sort] button {
  display: inline-flex;
  align-items: center;
  column-gap: 6px;
  margin: 0;
  padding: 0;
  border-width: 0;
  color: #005eb8;
  background-color: transparent;
  box-shadow: 0 0 0 0;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  cursor: pointer;
}

[aria-sort] button {
  color: #005eb8;
  text-decoration: underline;
}

[aria-sort] button .nhsuk-icon {
  fill: #005eb8;
}

[aria-sort] button:visited {
  color: #330072;
}

[aria-sort] button:visited .nhsuk-icon {
  fill: #330072;
}

[aria-sort] button:hover, [aria-sort] button:hover:visited {
  color: #7c2855;
  text-decoration: none;
}

[aria-sort] button:hover .nhsuk-icon, [aria-sort] button:hover:visited .nhsuk-icon {
  fill: #7c2855;
}

[aria-sort] button:active, [aria-sort] button:active:visited {
  color: #002f5c;
}

[aria-sort] button:active .nhsuk-icon, [aria-sort] button:active:visited .nhsuk-icon {
  fill: #002f5c;
}

[aria-sort] button:focus, [aria-sort] button:focus:visited {
  outline: 4px solid transparent;
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  text-decoration: none;
}

[aria-sort] button:focus,
[aria-sort] button:focus .nhsuk-icon, [aria-sort] button:focus:visited,
[aria-sort] button:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

[aria-sort] button:focus:hover, [aria-sort] button:focus:visited:hover {
  text-decoration: none;
}

[aria-sort] button:focus {
  outline: 4px solid transparent;
  outline-offset: 4px;
  color: #212b32;
  background-color: #ffeb3b;
  box-shadow: 0 4px 0 0 #212b32;
}

[aria-sort] button:focus,
[aria-sort] button:focus .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

[aria-sort].nhsuk-table__header--numeric button {
  justify-content: end;
  padding-right: 2px;
  padding-left: 0;
}

[aria-sort] button svg {
  flex-shrink: 0;
  width: auto;
  height: 1.25rem;
}


.nhsuk-tabs {
  margin-top: 4px;
}

@media (min-width: 40.0625em) {
  .nhsuk-tabs {
    margin-top: 4px;
  }
}
.nhsuk-tabs {
  margin-bottom: 32px;
}

@media (min-width: 40.0625em) {
  .nhsuk-tabs {
    margin-bottom: 40px;
  }
}
.nhsuk-tabs {
  font-weight: 400;
}

.nhsuk-tabs {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-tabs {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-tabs {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-tabs__title {
  margin-bottom: 8px;
  color: #212b32;
}

@media print {
  .nhsuk-tabs__title {
    color: #000000;
  }
}
.nhsuk-tabs__title {
  font-weight: 400;
}

.nhsuk-tabs__title {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-tabs__title {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-tabs__title {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-tabs__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nhsuk-tabs__list {
  margin-bottom: 32px;
}

@media (min-width: 40.0625em) {
  .nhsuk-tabs__list {
    margin-bottom: 40px;
  }
}
.nhsuk-tabs__list-item {
  position: relative;
  padding: 0 0 0 24px;
}

.nhsuk-tabs__list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 16px;
  border-top: 1px solid #768692;
}

.nhsuk-tabs__tab {
  display: inline-block;
}

.nhsuk-tabs__panel {
  margin-bottom: 48px;
}

@media (min-width: 40.0625em) {
  .nhsuk-tabs__panel {
    margin-bottom: 56px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__list {
    margin-bottom: 0;
    border-bottom: 1px solid #d8dde0;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__list::after {
    content: "";
    display: block;
    clear: both;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__title {
    display: none;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__list-item {
    position: relative;
    margin-right: 4px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 8px 24px;
    float: left;
    background-color: #d8dde0;
    text-align: center;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__list-item::before {
    content: none;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__list-item--selected {
    position: relative;
    margin-top: -4px;
    margin-bottom: -1px;
    padding-top: 11px;
    padding-right: 23px;
    padding-bottom: 13px;
    padding-left: 23px;
    border: 1px solid #d8dde0;
    border-bottom: 0;
    background-color: #ffffff;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__list-item--selected .nhsuk-tabs__tab {
    text-decoration: none;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab {
    margin-bottom: 0;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab {
    color: #212b32;
    text-decoration: underline;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab .nhsuk-icon {
    fill: #212b32;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab:visited {
    color: #212b32;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab:visited .nhsuk-icon {
    fill: #212b32;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab:hover, .nhsuk-frontend-supported .nhsuk-tabs__tab:hover:visited {
    color: #212b32;
    text-decoration: none;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab:hover .nhsuk-icon, .nhsuk-frontend-supported .nhsuk-tabs__tab:hover:visited .nhsuk-icon {
    fill: #212b32;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab:active, .nhsuk-frontend-supported .nhsuk-tabs__tab:active:visited {
    color: #212b32;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab:active .nhsuk-icon, .nhsuk-frontend-supported .nhsuk-tabs__tab:active:visited .nhsuk-icon {
    fill: #212b32;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab:focus, .nhsuk-frontend-supported .nhsuk-tabs__tab:focus:visited {
    outline: 4px solid transparent;
    background-color: #ffeb3b;
    box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
    text-decoration: none;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab:focus,
  .nhsuk-frontend-supported .nhsuk-tabs__tab:focus .nhsuk-icon, .nhsuk-frontend-supported .nhsuk-tabs__tab:focus:visited,
  .nhsuk-frontend-supported .nhsuk-tabs__tab:focus:visited .nhsuk-icon {
    color: #212b32;
    fill: #212b32;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab:focus:hover, .nhsuk-frontend-supported .nhsuk-tabs__tab:focus:visited:hover {
    text-decoration: none;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab:not(:focus):not(.\:focus):hover {
    color: rgba(33, 43, 50, 0.99);
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__panel {
    padding: 40px 24px;
    border: 1px solid #d8dde0;
    border-top: 0;
    background-color: #ffffff;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__panel {
    margin-bottom: 0;
  }
}
@media (min-width: 40.0625em) and (min-width: 40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__panel {
    margin-bottom: 0;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__panel > :last-child {
    margin-bottom: 0;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__panel--hidden {
    display: none;
  }
}

.nhsuk-tag {
  display: inline-block;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  border: 1px solid #0055a6;
  outline: 2px solid transparent;
  outline-offset: -2px;
  color: #ffffff;
  background-color: #0055a6;
  text-decoration: none;
}

.nhsuk-tag {
  font-weight: 600;
}

.nhsuk-tag {
  font-size: 0.875rem;
  line-height: 1;
}

@media (min-width: 40.0625em) {
  .nhsuk-tag {
    font-size: 1rem;
    line-height: 1;
  }
}
@media print {
  .nhsuk-tag {
    font-size: 12pt;
    line-height: 1;
  }
}
.nhsuk-tag--white {
  border-color: #212b32;
  color: #212b32;
  background-color: #ffffff;
}

.nhsuk-tag--grey {
  border-color: #354550;
  color: #354550;
  background-color: #dbe0e3;
}

.nhsuk-tag--green {
  border-color: #004c23;
  color: #004c23;
  background-color: #cce5d8;
}

.nhsuk-tag--aqua-green {
  border-color: #00524d;
  color: #00524d;
  background-color: #ccedeb;
}

.nhsuk-tag--blue {
  border-color: #004281;
  color: #004281;
  background-color: #ccdff1;
}

.nhsuk-tag--purple {
  border-color: #240050;
  color: #240050;
  background-color: #d6cce3;
}

.nhsuk-tag--pink {
  border-color: #57133a;
  color: #57133a;
  background-color: #efd3e3;
}

.nhsuk-tag--red {
  border-color: #6b140e;
  color: #6b140e;
  background-color: #f7d4d1;
}

.nhsuk-tag--orange {
  border-color: #4d3708;
  color: #4d3708;
  background-color: #ffdc8e;
}

.nhsuk-tag--yellow {
  border-color: #4d4712;
  color: #4d4712;
  background-color: #fff59d;
}

.nhsuk-tag--no-border {
  border: 0;
}


.nhsuk-task-list {
  margin-top: 0;
  padding: 0;
  list-style-type: none;
}

.nhsuk-task-list {
  font-weight: 400;
}

.nhsuk-task-list {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-task-list {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-task-list {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-task-list {
  margin-bottom: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-task-list {
    margin-bottom: 32px;
  }
}
.nhsuk-task-list__item {
  display: table;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d8dde0;
}

.nhsuk-task-list__item:first-child {
  border-top: 1px solid #d8dde0;
}

.nhsuk-task-list__item--with-link:hover {
  background: #dee7e9;
}

.nhsuk-task-list__name-and-hint {
  display: table-cell;
  color: #212b32;
  vertical-align: top;
}

.nhsuk-task-list__status {
  display: table-cell;
  padding-left: 8px;
  color: #212b32;
  text-align: right;
  vertical-align: top;
}

.nhsuk-task-list__status--completed,
.nhsuk-task-list__status--cannot-start-yet {
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 8px;
  text-decoration: none;
}

.nhsuk-task-list__status--completed,
.nhsuk-task-list__status--cannot-start-yet {
  font-weight: 400;
}

.nhsuk-task-list__status--completed,
.nhsuk-task-list__status--cannot-start-yet {
  font-size: 0.875rem;
  line-height: 1;
}

@media (min-width: 40.0625em) {
  .nhsuk-task-list__status--completed,
  .nhsuk-task-list__status--cannot-start-yet {
    font-size: 1rem;
    line-height: 1;
  }
}
@media print {
  .nhsuk-task-list__status--completed,
  .nhsuk-task-list__status--cannot-start-yet {
    font-size: 12pt;
    line-height: 1;
  }
}
.nhsuk-task-list__status--cannot-start-yet {
  color: #4c6272;
}

.nhsuk-task-list__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nhsuk-task-list__hint {
  margin-top: 4px;
  color: #4c6272;
}


.nhsuk-card {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d8dde0;
  color: #212b32;
  background-color: #ffffff;
}

.nhsuk-card > *:first-child {
  margin-top: 0;
}

.nhsuk-card > *:last-child {
  margin-bottom: 0;
}

.nhsuk-card {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card {
    margin-bottom: 48px;
  }
}
@media print {
  .nhsuk-card {
    border: 1px solid #000000;
    page-break-inside: avoid;
  }
}
.nhsuk-card__img,
.nhsuk-card .nhsuk-image {
  display: block;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #f0f4f5;
}

.nhsuk-card__content {
  box-sizing: border-box;
}

.nhsuk-card__content > *:first-child {
  margin-top: 0;
}

.nhsuk-card__content > *:last-child {
  margin-bottom: 0;
}

.nhsuk-card__content {
  padding: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card__content {
    padding: 32px;
  }
}
.nhsuk-card .nhsuk-image__caption {
  padding-left: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card .nhsuk-image__caption {
    padding-left: 32px;
  }
}
.nhsuk-card .nhsuk-image__caption {
  padding-right: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card .nhsuk-image__caption {
    padding-right: 32px;
  }
}
.nhsuk-card__heading {
  flex-basis: 0;
  flex-grow: 999;
}

.nhsuk-card__heading:has(+ .nhsuk-icon) {
  margin-bottom: 0;
}

.nhsuk-card__heading-container,
.nhsuk-card--care__heading-container {
  padding: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card__heading-container,
  .nhsuk-card--care__heading-container {
    padding: 32px;
  }
}
.nhsuk-card__heading-container:last-child > *:first-child {
  margin-top: 0;
}

.nhsuk-card__heading-container:last-child > *:last-child {
  margin-bottom: 0;
}

.nhsuk-card__heading-container:not(:last-child) {
  padding-bottom: 0;
}

.nhsuk-card__heading-container + .nhsuk-card__content {
  padding-top: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-card__heading-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: space-between;
  }
  .nhsuk-card__heading-container:has(.nhsuk-card__actions:only-child) {
    justify-content: right;
  }
}
.nhsuk-card__actions {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  margin: -4px 0 16px;
  padding: 0;
  list-style: none;
}

.nhsuk-card__actions {
  font-weight: 600;
}

.nhsuk-card__actions {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-card__actions {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-card__actions {
    font-size: 13pt;
    line-height: 1.25;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-card__actions {
    justify-content: right;
    margin: 0 0 16px 16px;
    text-align: right;
  }
  .nhsuk-card__actions:only-child {
    margin-left: 0;
  }
}
.nhsuk-card__action {
  display: inline-block;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nhsuk-card__action {
    margin-bottom: 4px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nhsuk-card__action:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 40.0525em) {
  .nhsuk-card__action {
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #d8dde0;
  }
  .nhsuk-card__action:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-card__action {
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 8px;
  }
  .nhsuk-card__action:not(:first-child) {
    border-left: 1px solid #d8dde0;
  }
  .nhsuk-card__action:first-child {
    margin-left: 0;
    padding-left: 0;
    border: 0;
  }
}
.nhsuk-card__description {
  margin-bottom: 0;
}

.nhsuk-card--clickable,
.nhsuk-card--secondary {
  box-shadow: 0 3px 0 #d8dde0;
}

.nhsuk-card--clickable,
.nhsuk-card--secondary {
  margin-bottom: 43px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--clickable,
  .nhsuk-card--secondary {
    margin-bottom: 51px;
  }
}
.nhsuk-card--clickable .nhsuk-card__heading a::before,
.nhsuk-card--clickable .nhsuk-card__link::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -4px;
  left: -1px;
  background-color: rgba(255, 255, 255, 0);
}

.nhsuk-card--clickable:hover, .nhsuk-card--clickable:has(.nhsuk-card__heading a:hover), .nhsuk-card--clickable:has(.nhsuk-card__link:hover) {
  border-color: #aeb7bd;
  box-shadow: 0 3px 0 #aeb7bd;
}

.nhsuk-card--clickable:hover .nhsuk-icon, .nhsuk-card--clickable:has(.nhsuk-card__heading a:hover) .nhsuk-icon, .nhsuk-card--clickable:has(.nhsuk-card__link:hover) .nhsuk-icon {
  fill: #7c2855;
}

.nhsuk-card--clickable:active, .nhsuk-card--clickable:has(.nhsuk-card__heading a:active), .nhsuk-card--clickable:has(.nhsuk-card__link:active) {
  top: 3px;
  box-shadow: none;
}

.nhsuk-card--clickable:active .nhsuk-icon, .nhsuk-card--clickable:has(.nhsuk-card__heading a:active) .nhsuk-icon, .nhsuk-card--clickable:has(.nhsuk-card__link:active) .nhsuk-icon {
  fill: #002f5c;
}

.nhsuk-card-group {
  margin-bottom: 16px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 48.0525em) {
  .nhsuk-card-group {
    margin-bottom: 40px;
  }
}
.nhsuk-card-group + h2,
.nhsuk-card-group + .nhsuk-heading-l,
.nhsuk-card-group + h3,
.nhsuk-card-group + .nhsuk-heading-m {
  padding-top: 0;
}

.nhsuk-card-group__item {
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
}

@media (max-width: 48.0525em) {
  .nhsuk-card-group__item {
    flex: 0 0 100%;
  }
}
.nhsuk-card-group__item .nhsuk-card {
  margin-bottom: 32px;
}

.nhsuk-card-group__item .nhsuk-card--clickable,
.nhsuk-card-group__item .nhsuk-card--secondary {
  margin-bottom: 35px;
}

@media (max-width: 48.0525em) {
  .nhsuk-card-group__item .nhsuk-card {
    margin-bottom: 16px;
  }
  .nhsuk-card-group__item .nhsuk-card--clickable,
  .nhsuk-card-group__item .nhsuk-card--secondary {
    margin-bottom: 19px;
  }
  .nhsuk-card-group__item:last-child .nhsuk-card {
    margin-bottom: 0;
  }
  .nhsuk-card-group__item:last-child .nhsuk-card--clickable, .nhsuk-card-group__item:last-child .nhsuk-card--secondary {
    margin-bottom: 3px;
  }
}
.nhsuk-card--feature > .nhsuk-card__heading-container,
.nhsuk-card--feature > .nhsuk-card__content,
.nhsuk-card--warning > .nhsuk-card__heading-container,
.nhsuk-card--warning > .nhsuk-card__content,
.nhsuk-card__content--feature {
  padding: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--feature > .nhsuk-card__heading-container,
  .nhsuk-card--warning > .nhsuk-card__heading-container {
    align-items: flex-start;
  }
}
.nhsuk-card--feature > .nhsuk-card__heading-container .nhsuk-card__actions,
.nhsuk-card--warning > .nhsuk-card__heading-container .nhsuk-card__actions {
  margin-top: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--feature > .nhsuk-card__heading-container .nhsuk-card__actions,
  .nhsuk-card--warning > .nhsuk-card__heading-container .nhsuk-card__actions {
    padding-top: 24px;
  }
}
.nhsuk-card--feature {
  padding-top: 0 !important;
  border: 1px solid #d8dde0;
  box-sizing: border-box;
  border: 1px solid #d8dde0;
  color: #212b32;
  background-color: #ffffff;
}

.nhsuk-card--feature > *:first-child {
  margin-top: 0;
}

.nhsuk-card--feature > *:last-child {
  margin-bottom: 0;
}

.nhsuk-card--feature {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--feature {
    margin-bottom: 48px;
  }
}
@media print {
  .nhsuk-card--feature {
    border: 1px solid #000000;
    page-break-inside: avoid;
  }
}
.nhsuk-card--feature {
  margin-top: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--feature {
    margin-top: 48px;
  }
}
.nhsuk-card--feature {
  padding: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--feature {
    padding: 32px;
  }
}
.nhsuk-card--feature > .nhsuk-card__heading-container > .nhsuk-card__heading,
.nhsuk-card--feature > .nhsuk-card__content > .nhsuk-card__heading,
.nhsuk-card__heading--feature {
  flex-basis: auto;
  flex-grow: 0;
  display: inline-block;
  position: relative;
  top: -16px;
  margin: 0;
  margin-bottom: 8px;
  margin-left: -33px;
  padding: 8px 32px;
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: #ffffff;
  background-color: #005eb8;
}

.nhsuk-card--feature > .nhsuk-card__heading-container > .nhsuk-card__heading,
.nhsuk-card--feature > .nhsuk-card__content > .nhsuk-card__heading,
.nhsuk-card__heading--feature {
  font-size: 1.375rem;
  line-height: 1.3181818182;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--feature > .nhsuk-card__heading-container > .nhsuk-card__heading,
  .nhsuk-card--feature > .nhsuk-card__content > .nhsuk-card__heading,
  .nhsuk-card__heading--feature {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}
@media print {
  .nhsuk-card--feature > .nhsuk-card__heading-container > .nhsuk-card__heading,
  .nhsuk-card--feature > .nhsuk-card__content > .nhsuk-card__heading,
  .nhsuk-card__heading--feature {
    font-size: 17pt;
    line-height: 1.25;
  }
}
@media (max-width: 40.0525em) {
  .nhsuk-card--feature > .nhsuk-card__heading-container > .nhsuk-card__heading,
  .nhsuk-card--feature > .nhsuk-card__content > .nhsuk-card__heading,
  .nhsuk-card__heading--feature {
    top: -8px;
    margin-left: -25px;
    padding: 8px 24px;
  }
}
@media print {
  .nhsuk-card--feature > .nhsuk-card__heading-container > .nhsuk-card__heading,
  .nhsuk-card--feature > .nhsuk-card__content > .nhsuk-card__heading,
  .nhsuk-card__heading--feature {
    color: #000000;
    top: 0;
    background: none;
  }
}
.nhsuk-card--warning {
  padding-top: 0 !important;
  border: 1px solid #ffeb3b;
  box-sizing: border-box;
  border: 1px solid #ffeb3b;
  color: #212b32;
  background-color: #fff9c4;
}

.nhsuk-card--warning > *:first-child {
  margin-top: 0;
}

.nhsuk-card--warning > *:last-child {
  margin-bottom: 0;
}

.nhsuk-card--warning {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--warning {
    margin-bottom: 48px;
  }
}
@media print {
  .nhsuk-card--warning {
    border: 1px solid #000000;
    page-break-inside: avoid;
  }
}
.nhsuk-card--warning {
  margin-top: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--warning {
    margin-top: 48px;
  }
}
.nhsuk-card--warning {
  padding: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--warning {
    padding: 32px;
  }
}
.nhsuk-card--warning > .nhsuk-card__heading-container > .nhsuk-card__heading,
.nhsuk-card--warning > .nhsuk-card__content > .nhsuk-card__heading {
  flex-basis: auto;
  flex-grow: 0;
  display: inline-block;
  position: relative;
  top: -16px;
  margin: 0;
  margin-bottom: 8px;
  margin-left: -33px;
  padding: 8px 32px;
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: #212b32;
  background-color: #ffeb3b;
}

.nhsuk-card--warning > .nhsuk-card__heading-container > .nhsuk-card__heading,
.nhsuk-card--warning > .nhsuk-card__content > .nhsuk-card__heading {
  font-size: 1.375rem;
  line-height: 1.3181818182;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--warning > .nhsuk-card__heading-container > .nhsuk-card__heading,
  .nhsuk-card--warning > .nhsuk-card__content > .nhsuk-card__heading {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}
@media print {
  .nhsuk-card--warning > .nhsuk-card__heading-container > .nhsuk-card__heading,
  .nhsuk-card--warning > .nhsuk-card__content > .nhsuk-card__heading {
    font-size: 17pt;
    line-height: 1.25;
  }
}
@media (max-width: 40.0525em) {
  .nhsuk-card--warning > .nhsuk-card__heading-container > .nhsuk-card__heading,
  .nhsuk-card--warning > .nhsuk-card__content > .nhsuk-card__heading {
    top: -8px;
    margin-left: -25px;
    padding: 8px 24px;
  }
}
@media print {
  .nhsuk-card--warning > .nhsuk-card__heading-container > .nhsuk-card__heading,
  .nhsuk-card--warning > .nhsuk-card__content > .nhsuk-card__heading {
    color: #000000;
    top: 0;
    background: none;
  }
}
.nhsuk-card--care .nhsuk-card__heading-container,
.nhsuk-card--care .nhsuk-card--care__heading-container {
  color: #ffffff;
  background-color: #005eb8;
}

@media print {
  .nhsuk-card--care {
    color: #000000;
    border: 4px solid #000000;
    page-break-inside: avoid;
  }
}
.nhsuk-card--care {
  margin-top: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--care {
    margin-top: 48px;
  }
}
.nhsuk-card--care > .nhsuk-card__heading-container,
.nhsuk-card--care__heading-container {
  position: relative;
  padding-top: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid transparent;
}

.nhsuk-card--care > .nhsuk-card__heading-container > .nhsuk-card__heading,
.nhsuk-card--care__heading {
  margin: 0;
  padding-top: 0;
}

.nhsuk-card--care > .nhsuk-card__heading-container > .nhsuk-card__heading,
.nhsuk-card--care__heading {
  font-weight: 600;
}

.nhsuk-card--care > .nhsuk-card__heading-container > .nhsuk-card__heading,
.nhsuk-card--care__heading {
  font-size: 1.375rem;
  line-height: 1.3181818182;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--care > .nhsuk-card__heading-container > .nhsuk-card__heading,
  .nhsuk-card--care__heading {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}
@media print {
  .nhsuk-card--care > .nhsuk-card__heading-container > .nhsuk-card__heading,
  .nhsuk-card--care__heading {
    font-size: 17pt;
    line-height: 1.25;
  }
}
@media print {
  .nhsuk-card--care > .nhsuk-card__heading-container > .nhsuk-card__heading,
  .nhsuk-card--care__heading {
    color: #000000;
  }
}
.nhsuk-card--care__arrow {
  display: block;
  position: absolute;
  bottom: -0.6875rem;
  left: 1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
  transform: rotate(45deg);
}

@media print {
  .nhsuk-card--care__arrow {
    display: none;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-card--care__arrow {
    left: 2.375rem;
  }
}
.nhsuk-card--care__arrow::before, .nhsuk-card--care__arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  transform: rotate(45deg);
  border: solid 2rem #005eb8;
}

.nhsuk-card--care .nhsuk-card__content {
  padding-top: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--care .nhsuk-card__content {
    padding-top: 32px;
  }
}
.nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__actions,
.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__actions,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__actions {
  margin-top: 16px;
  margin-bottom: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__actions,
  .nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__actions,
  .nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__actions {
    align-self: center;
    margin-top: 0;
  }
}
.nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action a,
.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action a,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a {
  color: #ffffff;
  text-decoration: underline;
}

.nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action a .nhsuk-icon,
.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action a .nhsuk-icon,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action a:visited,
.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action a:visited,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a:visited {
  color: #ffffff;
}

.nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action a:visited .nhsuk-icon,
.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action a:visited .nhsuk-icon,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action a:hover, .nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action a:hover:visited,
.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action a:hover,
.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action a:hover:visited,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a:hover,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a:hover:visited {
  color: #ffffff;
  text-decoration: none;
}

.nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action a:hover .nhsuk-icon, .nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action a:hover:visited .nhsuk-icon,
.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action a:hover .nhsuk-icon,
.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action a:hover:visited .nhsuk-icon,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a:hover .nhsuk-icon,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a:hover:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action a:active, .nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action a:active:visited,
.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action a:active,
.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action a:active:visited,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a:active,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a:active:visited {
  color: #ffffff;
}

.nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action a:active .nhsuk-icon, .nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action a:active:visited .nhsuk-icon,
.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action a:active .nhsuk-icon,
.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action a:active:visited .nhsuk-icon,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a:active .nhsuk-icon,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a:active:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action a:focus, .nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action a:focus:visited,
.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action a:focus,
.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action a:focus:visited,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a:focus,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a:focus:visited {
  outline: 4px solid transparent;
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  text-decoration: none;
}

.nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action a:focus,
.nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action a:focus .nhsuk-icon, .nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action a:focus:visited,
.nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action a:focus:visited .nhsuk-icon,
.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action a:focus,
.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action a:focus .nhsuk-icon,
.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action a:focus:visited,
.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action a:focus:visited .nhsuk-icon,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a:focus,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a:focus .nhsuk-icon,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a:focus:visited,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action a:focus:hover, .nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action a:focus:visited:hover,
.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action a:focus:hover,
.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action a:focus:visited:hover,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a:focus:hover,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action a:not(:focus):not(.\:focus):hover,
.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action a:not(:focus):not(.\:focus):hover,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a:not(:focus):not(.\:focus):hover {
  color: rgba(255, 255, 255, 0.99);
}

.nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action {
  border-color: #337ec6;
}

.nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action,
.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action {
  border-color: #dd5349;
}

.nhsuk-card--care--urgent .nhsuk-card__heading-container,
.nhsuk-card--care--urgent .nhsuk-card--care__heading-container {
  color: #ffffff;
  background-color: #d5281b;
}

@media print {
  .nhsuk-card--care--urgent {
    color: #000000;
    border: 6px solid #000000;
    page-break-inside: avoid;
  }
}
.nhsuk-card--care--urgent .nhsuk-card--care__arrow::before, .nhsuk-card--care--urgent .nhsuk-card--care__arrow::after {
  border-color: #d5281b;
}

.nhsuk-card--care--emergency .nhsuk-card__heading-container,
.nhsuk-card--care--emergency .nhsuk-card--care__heading-container {
  color: #ffffff;
  background-color: #d5281b;
}

@media print {
  .nhsuk-card--care--emergency {
    color: #000000;
    border: 8px solid #000000;
    page-break-inside: avoid;
  }
}
.nhsuk-card--care--emergency .nhsuk-card--care__arrow::before, .nhsuk-card--care--emergency .nhsuk-card--care__arrow::after {
  border-color: #d5281b;
}

.nhsuk-card--care--emergency .nhsuk-card__content {
  position: static;
  border: 0;
  color: #ffffff;
  background-color: #212b32;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button) {
  color: #ffffff;
  text-decoration: underline;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button) .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button):visited {
  color: #ffffff;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button):visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button):hover, .nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button):hover:visited {
  color: #ffffff;
  text-decoration: none;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button):hover .nhsuk-icon, .nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button):hover:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button):active, .nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button):active:visited {
  color: #ffffff;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button):active .nhsuk-icon, .nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button):active:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button):focus, .nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button):focus:visited {
  outline: 4px solid transparent;
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  text-decoration: none;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button):focus,
.nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button):focus .nhsuk-icon, .nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button):focus:visited,
.nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button):focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button):focus:hover, .nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button):focus:visited:hover {
  text-decoration: none;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button):not(:focus):not(.\:focus):hover {
  color: rgba(255, 255, 255, 0.99);
}

@media print {
  .nhsuk-card--care--emergency .nhsuk-card__content {
    color: #000000;
    background-color: #ffffff;
  }
}
.nhsuk-card--care--emergency .nhsuk-details,
.nhsuk-card--care--emergency .nhsuk-details__summary {
  color: #ffffff;
}

.nhsuk-card--care--emergency .nhsuk-details__summary:hover {
  color: #ffffff;
}

.nhsuk-card--care--emergency .nhsuk-details__summary:focus {
  color: #212b32;
}

.nhsuk-card--care--emergency .nhsuk-action-link__link .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-card--primary > .nhsuk-card__content,
.nhsuk-card__content--primary {
  padding-right: calc(24px + 3rem);
}

@media (min-width: 40.0625em) {
  .nhsuk-card--primary > .nhsuk-card__content,
  .nhsuk-card__content--primary {
    padding-right: calc(32px + 3rem);
  }
}
@media (min-width: 48.0625em) {
  .nhsuk-card--primary > .nhsuk-card__content,
  .nhsuk-card__content--primary {
    height: 100%;
  }
}
.nhsuk-card--primary .nhsuk-icon,
.nhsuk-card__content--primary .nhsuk-icon {
  display: block;
  position: absolute;
  top: 50%;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  pointer-events: none;
  fill: #005eb8;
}

.nhsuk-card--primary .nhsuk-icon,
.nhsuk-card__content--primary .nhsuk-icon {
  right: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--primary .nhsuk-icon,
  .nhsuk-card__content--primary .nhsuk-icon {
    right: 32px;
  }
}
.nhsuk-card--secondary {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background: transparent;
}

.nhsuk-card--secondary > .nhsuk-card__heading-container,
.nhsuk-card--secondary > .nhsuk-card__content,
.nhsuk-card__content--secondary {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}


.nhsuk-warning-callout {
  padding-top: 0 !important;
  border: 1px solid #ffeb3b;
  box-sizing: border-box;
  border: 1px solid #ffeb3b;
  color: #212b32;
  background-color: #fff9c4;
}

.nhsuk-warning-callout > *:first-child {
  margin-top: 0;
}

.nhsuk-warning-callout > *:last-child {
  margin-bottom: 0;
}

.nhsuk-warning-callout {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-warning-callout {
    margin-bottom: 48px;
  }
}
@media print {
  .nhsuk-warning-callout {
    border: 1px solid #000000;
    page-break-inside: avoid;
  }
}
.nhsuk-warning-callout {
  margin-top: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-warning-callout {
    margin-top: 48px;
  }
}
.nhsuk-warning-callout {
  padding: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-warning-callout {
    padding: 32px;
  }
}
.nhsuk-warning-callout__label {
  display: inline-block;
  position: relative;
  top: -16px;
  margin: 0;
  margin-bottom: 8px;
  margin-left: -33px;
  padding: 8px 32px;
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: #212b32;
  background-color: #ffeb3b;
}

.nhsuk-warning-callout__label {
  font-size: 1.375rem;
  line-height: 1.3181818182;
}

@media (min-width: 40.0625em) {
  .nhsuk-warning-callout__label {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}
@media print {
  .nhsuk-warning-callout__label {
    font-size: 17pt;
    line-height: 1.25;
  }
}
@media (max-width: 40.0525em) {
  .nhsuk-warning-callout__label {
    top: -8px;
    margin-left: -25px;
    padding: 8px 24px;
  }
}
@media print {
  .nhsuk-warning-callout__label {
    color: #000000;
    top: 0;
    background: none;
  }
}

.nhsuk-action-link {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding-left: 1.65rem;
  text-decoration: none;
}

.nhsuk-action-link:not(:focus):hover .nhsuk-action-link__text {
  text-decoration: underline;
}

.nhsuk-action-link {
  font-weight: 600;
}

.nhsuk-action-link {
  font-size: 1.1875rem;
  line-height: 1.2631578947;
}

@media (min-width: 40.0625em) {
  .nhsuk-action-link {
    font-size: 1.375rem;
    line-height: 1.0909090909;
  }
}
@media print {
  .nhsuk-action-link {
    font-size: 15pt;
    line-height: 24px;
  }
}
@media print {
  .nhsuk-action-link {
    color: #000000;
  }
  .nhsuk-action-link {
    color: #000000;
    text-decoration: underline;
  }
  .nhsuk-action-link .nhsuk-icon {
    fill: #000000;
  }
  .nhsuk-action-link:visited {
    color: #000000;
  }
  .nhsuk-action-link:visited .nhsuk-icon {
    fill: #000000;
  }
  .nhsuk-action-link:hover, .nhsuk-action-link:hover:visited {
    color: #000000;
    text-decoration: none;
  }
  .nhsuk-action-link:hover .nhsuk-icon, .nhsuk-action-link:hover:visited .nhsuk-icon {
    fill: #000000;
  }
  .nhsuk-action-link:active, .nhsuk-action-link:active:visited {
    color: #000000;
  }
  .nhsuk-action-link:active .nhsuk-icon, .nhsuk-action-link:active:visited .nhsuk-icon {
    fill: #000000;
  }
  .nhsuk-action-link:focus, .nhsuk-action-link:focus:visited {
    outline: 4px solid transparent;
    background-color: #ffeb3b;
    box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
    text-decoration: none;
  }
  .nhsuk-action-link:focus,
  .nhsuk-action-link:focus .nhsuk-icon, .nhsuk-action-link:focus:visited,
  .nhsuk-action-link:focus:visited .nhsuk-icon {
    color: #212b32;
    fill: #212b32;
  }
  .nhsuk-action-link:focus:hover, .nhsuk-action-link:focus:visited:hover {
    text-decoration: none;
  }
  .nhsuk-action-link:not(:focus):not(.\:focus):hover {
    color: rgba(0, 0, 0, 0.99);
  }
}
.nhsuk-action-link {
  margin-bottom: 32px;
}

@media (min-width: 40.0625em) {
  .nhsuk-action-link {
    margin-bottom: 40px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-action-link {
    padding-left: 2.475rem;
    line-height: 1.6363636364;
  }
}
.nhsuk-action-link .nhsuk-icon {
  position: absolute;
  left: -0.15rem;
  fill: #007f3b !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-action-link .nhsuk-icon {
    left: -0.225rem;
    width: 2.25rem;
    height: 2.25rem;
  }
}
.nhsuk-action-link:focus .nhsuk-icon {
  fill: #212b32 !important;
}

.nhsuk-action-link--reverse {
  color: #ffffff;
  text-decoration: underline;
}

.nhsuk-action-link--reverse .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-action-link--reverse:visited {
  color: #ffffff;
}

.nhsuk-action-link--reverse:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-action-link--reverse:hover, .nhsuk-action-link--reverse:hover:visited {
  color: #ffffff;
  text-decoration: none;
}

.nhsuk-action-link--reverse:hover .nhsuk-icon, .nhsuk-action-link--reverse:hover:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-action-link--reverse:active, .nhsuk-action-link--reverse:active:visited {
  color: #ffffff;
}

.nhsuk-action-link--reverse:active .nhsuk-icon, .nhsuk-action-link--reverse:active:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-action-link--reverse:focus, .nhsuk-action-link--reverse:focus:visited {
  outline: 4px solid transparent;
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  text-decoration: none;
}

.nhsuk-action-link--reverse:focus,
.nhsuk-action-link--reverse:focus .nhsuk-icon, .nhsuk-action-link--reverse:focus:visited,
.nhsuk-action-link--reverse:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-action-link--reverse:focus:hover, .nhsuk-action-link--reverse:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-action-link--reverse:not(:focus):not(.\:focus):hover {
  color: rgba(255, 255, 255, 0.99);
}

.nhsuk-action-link--reverse:link {
  text-decoration: none;
}

.nhsuk-action-link--reverse:not(:focus) .nhsuk-icon {
  fill: #ffffff !important;
}


.nhsuk-back-link {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 0;
  padding-left: 1em;
  border: 0;
  background: none;
  cursor: pointer;
}

.nhsuk-back-link {
  font-weight: 400;
}

.nhsuk-back-link {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

@media (min-width: 40.0625em) {
  .nhsuk-back-link {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-back-link {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.nhsuk-back-link {
  color: #005eb8;
  text-decoration: underline;
}

.nhsuk-back-link .nhsuk-icon {
  fill: #005eb8;
}

.nhsuk-back-link:visited {
  color: #330072;
}

.nhsuk-back-link:visited .nhsuk-icon {
  fill: #330072;
}

.nhsuk-back-link:hover, .nhsuk-back-link:hover:visited {
  color: #7c2855;
  text-decoration: none;
}

.nhsuk-back-link:hover .nhsuk-icon, .nhsuk-back-link:hover:visited .nhsuk-icon {
  fill: #7c2855;
}

.nhsuk-back-link:active, .nhsuk-back-link:active:visited {
  color: #002f5c;
}

.nhsuk-back-link:active .nhsuk-icon, .nhsuk-back-link:active:visited .nhsuk-icon {
  fill: #002f5c;
}

.nhsuk-back-link:focus, .nhsuk-back-link:focus:visited {
  outline: 4px solid transparent;
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  text-decoration: none;
}

.nhsuk-back-link:focus,
.nhsuk-back-link:focus .nhsuk-icon, .nhsuk-back-link:focus:visited,
.nhsuk-back-link:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-back-link:focus:hover, .nhsuk-back-link:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-back-link:visited {
  color: #005eb8;
}

.nhsuk-back-link:visited .nhsuk-icon {
  fill: #005eb8;
}

.nhsuk-back-link {
  margin-top: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-back-link {
    margin-top: 24px;
  }
}
@media print {
  .nhsuk-back-link {
    display: none;
  }
}
.nhsuk-back-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 0.5em;
  height: 0.5em;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0);
  clip-path: polygon(100% 100%, 100% 0, 0 0);
  border-radius: 0.1052631579em;
  outline: 0.1052631579em solid currentcolor;
  outline-offset: -0.1052631579em;
  color: currentcolor;
  transform: translateX(0.1052631579em) rotate(225deg);
}

@supports (outline-width: max(0px)) {
  .nhsuk-back-link::before {
    outline-width: max(2px, 0.1052631579em);
    font-size: max(19px, 1em);
  }
}
.nhsuk-back-link--reverse {
  color: #ffffff;
  text-decoration: underline;
}

.nhsuk-back-link--reverse .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-back-link--reverse:visited {
  color: #ffffff;
}

.nhsuk-back-link--reverse:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-back-link--reverse:hover, .nhsuk-back-link--reverse:hover:visited {
  color: #ffffff;
  text-decoration: none;
}

.nhsuk-back-link--reverse:hover .nhsuk-icon, .nhsuk-back-link--reverse:hover:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-back-link--reverse:active, .nhsuk-back-link--reverse:active:visited {
  color: #ffffff;
}

.nhsuk-back-link--reverse:active .nhsuk-icon, .nhsuk-back-link--reverse:active:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-back-link--reverse:focus, .nhsuk-back-link--reverse:focus:visited {
  outline: 4px solid transparent;
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  text-decoration: none;
}

.nhsuk-back-link--reverse:focus,
.nhsuk-back-link--reverse:focus .nhsuk-icon, .nhsuk-back-link--reverse:focus:visited,
.nhsuk-back-link--reverse:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-back-link--reverse:focus:hover, .nhsuk-back-link--reverse:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-back-link--reverse:not(:focus):not(.\:focus):hover {
  color: rgba(255, 255, 255, 0.99);
}


.nhsuk-contents-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nhsuk-contents-list__list {
  margin-bottom: 32px;
}

@media (min-width: 40.0625em) {
  .nhsuk-contents-list__list {
    margin-bottom: 40px;
  }
}
.nhsuk-contents-list__item {
  position: relative;
  padding: 0 0 0 24px;
}

.nhsuk-contents-list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 16px;
  border-top: 1px solid #768692;
}

.nhsuk-contents-list__link {
  display: inline-block;
}

.nhsuk-contents-list__current {
  font-weight: 600;
}


.nhsuk-footer {
  border-top: 4px solid #005eb8;
  background-color: #d8dde0;
}

@media print {
  .nhsuk-footer {
    display: none;
  }
}
.nhsuk-footer {
  padding-bottom: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-footer {
    padding-bottom: 32px;
  }
}
.nhsuk-footer {
  padding-top: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-footer {
    padding-top: 32px;
  }
}
.nhsuk-footer__heading {
  margin-bottom: 8px;
}

.nhsuk-footer__list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
}

.nhsuk-footer__list-item {
  font-weight: 400;
}

.nhsuk-footer__list-item {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

@media (min-width: 40.0625em) {
  .nhsuk-footer__list-item {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-footer__list-item {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.nhsuk-footer__list-item-link,
.nhsuk-footer__list-item-link:visited {
  color: #003087;
}

.nhsuk-footer__navigation + .nhsuk-footer__meta {
  border-top: 1px solid #aeb7bd;
}

.nhsuk-footer__navigation + .nhsuk-footer__meta {
  padding-top: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-footer__navigation + .nhsuk-footer__meta {
    padding-top: 24px;
  }
}
@media (min-width: 48.0625em) {
  .nhsuk-footer__meta .nhsuk-footer__list-item {
    display: inline-block;
    margin-right: 32px;
  }
}
.nhsuk-footer__meta :last-child {
  margin-bottom: 0;
}


.nhsuk-pagination {
  box-sizing: border-box;
}

.nhsuk-pagination {
  margin-top: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-pagination {
    margin-top: 48px;
  }
}
.nhsuk-pagination {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-pagination {
    margin-bottom: 48px;
  }
}
.nhsuk-pagination__list::after {
  content: "";
  display: block;
  clear: both;
}

.nhsuk-pagination-item--previous {
  width: 50%;
  float: left;
  text-align: left;
}

.nhsuk-pagination-item--previous .nhsuk-icon {
  left: -0.375rem;
}

.nhsuk-pagination-item--previous .nhsuk-pagination__title {
  padding-left: 1.2307692308em;
}

.nhsuk-pagination-item--next {
  width: 50%;
  float: right;
  text-align: right;
}

.nhsuk-pagination-item--next .nhsuk-icon {
  right: -0.375rem;
}

.nhsuk-pagination-item--next .nhsuk-pagination__title {
  padding-right: 1.2307692308em;
}

.nhsuk-pagination__link {
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
}

.nhsuk-pagination__link {
  font-size: 1.375rem;
  line-height: 1.3181818182;
}

@media (min-width: 40.0625em) {
  .nhsuk-pagination__link {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}
@media print {
  .nhsuk-pagination__link {
    font-size: 17pt;
    line-height: 1.25;
  }
}
@media print {
  .nhsuk-pagination__link {
    color: #000000;
  }
  .nhsuk-pagination__link {
    color: #000000;
    text-decoration: underline;
  }
  .nhsuk-pagination__link .nhsuk-icon {
    fill: #000000;
  }
  .nhsuk-pagination__link:visited {
    color: #000000;
  }
  .nhsuk-pagination__link:visited .nhsuk-icon {
    fill: #000000;
  }
  .nhsuk-pagination__link:hover, .nhsuk-pagination__link:hover:visited {
    color: #000000;
    text-decoration: none;
  }
  .nhsuk-pagination__link:hover .nhsuk-icon, .nhsuk-pagination__link:hover:visited .nhsuk-icon {
    fill: #000000;
  }
  .nhsuk-pagination__link:active, .nhsuk-pagination__link:active:visited {
    color: #000000;
  }
  .nhsuk-pagination__link:active .nhsuk-icon, .nhsuk-pagination__link:active:visited .nhsuk-icon {
    fill: #000000;
  }
  .nhsuk-pagination__link:focus, .nhsuk-pagination__link:focus:visited {
    outline: 4px solid transparent;
    background-color: #ffeb3b;
    box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
    text-decoration: none;
  }
  .nhsuk-pagination__link:focus,
  .nhsuk-pagination__link:focus .nhsuk-icon, .nhsuk-pagination__link:focus:visited,
  .nhsuk-pagination__link:focus:visited .nhsuk-icon {
    color: #212b32;
    fill: #212b32;
  }
  .nhsuk-pagination__link:focus:hover, .nhsuk-pagination__link:focus:visited:hover {
    text-decoration: none;
  }
  .nhsuk-pagination__link:not(:focus):not(.\:focus):hover {
    color: rgba(0, 0, 0, 0.99);
  }
}
.nhsuk-pagination__link .nhsuk-icon {
  position: absolute;
  top: 0;
  width: 1.2307692308em;
  height: 1.2307692308em;
}

.nhsuk-pagination__title {
  display: block;
}

@media print {
  .nhsuk-pagination__title::after {
    content: " page";
  }
}
.nhsuk-pagination__page {
  display: block;
  text-decoration: underline;
}

.nhsuk-pagination__page {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

@media (min-width: 40.0625em) {
  .nhsuk-pagination__page {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-pagination__page {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.nhsuk-pagination__link:hover .nhsuk-pagination__page, .nhsuk-pagination__link:focus .nhsuk-pagination__page {
  text-decoration: none;
}

.nhsuk-pagination--numbered {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 40.0625em) {
  .nhsuk-pagination--numbered {
    flex-direction: row;
    align-items: flex-start;
  }
}
.nhsuk-pagination--numbered .nhsuk-pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nhsuk-pagination--numbered .nhsuk-pagination__list::after {
  content: none;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item {
  display: none;
  text-align: center;
}

@media (min-width: 40.0625em) {
  .nhsuk-pagination--numbered .nhsuk-pagination__item {
    display: block;
  }
}
.nhsuk-pagination--numbered .nhsuk-pagination__item:first-child,
.nhsuk-pagination--numbered .nhsuk-pagination__item:last-child,
.nhsuk-pagination--numbered .nhsuk-pagination__item--ellipsis,
.nhsuk-pagination--numbered .nhsuk-pagination__item--current {
  display: block;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item,
.nhsuk-pagination--numbered .nhsuk-pagination__previous,
.nhsuk-pagination--numbered .nhsuk-pagination__next {
  box-sizing: border-box;
  position: relative;
  min-width: 2.8125rem;
  min-height: 2.8125rem;
  margin: 0;
  padding: 8px;
  float: left;
  text-align: center;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item,
.nhsuk-pagination--numbered .nhsuk-pagination__previous,
.nhsuk-pagination--numbered .nhsuk-pagination__next {
  font-weight: 400;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item,
.nhsuk-pagination--numbered .nhsuk-pagination__previous,
.nhsuk-pagination--numbered .nhsuk-pagination__next {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-pagination--numbered .nhsuk-pagination__item,
  .nhsuk-pagination--numbered .nhsuk-pagination__previous,
  .nhsuk-pagination--numbered .nhsuk-pagination__next {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-pagination--numbered .nhsuk-pagination__item,
  .nhsuk-pagination--numbered .nhsuk-pagination__previous,
  .nhsuk-pagination--numbered .nhsuk-pagination__next {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-pagination--numbered .nhsuk-pagination__item:hover,
.nhsuk-pagination--numbered .nhsuk-pagination__previous:hover,
.nhsuk-pagination--numbered .nhsuk-pagination__next:hover {
  background-color: #d8dde0;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item:focus:focus, .nhsuk-pagination--numbered .nhsuk-pagination__item:focus:focus:visited,
.nhsuk-pagination--numbered .nhsuk-pagination__previous:focus:focus,
.nhsuk-pagination--numbered .nhsuk-pagination__previous:focus:focus:visited,
.nhsuk-pagination--numbered .nhsuk-pagination__next:focus:focus,
.nhsuk-pagination--numbered .nhsuk-pagination__next:focus:focus:visited {
  outline: 4px solid transparent;
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  text-decoration: none;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item:focus:focus,
.nhsuk-pagination--numbered .nhsuk-pagination__item:focus:focus .nhsuk-icon, .nhsuk-pagination--numbered .nhsuk-pagination__item:focus:focus:visited,
.nhsuk-pagination--numbered .nhsuk-pagination__item:focus:focus:visited .nhsuk-icon,
.nhsuk-pagination--numbered .nhsuk-pagination__previous:focus:focus,
.nhsuk-pagination--numbered .nhsuk-pagination__previous:focus:focus .nhsuk-icon,
.nhsuk-pagination--numbered .nhsuk-pagination__previous:focus:focus:visited,
.nhsuk-pagination--numbered .nhsuk-pagination__previous:focus:focus:visited .nhsuk-icon,
.nhsuk-pagination--numbered .nhsuk-pagination__next:focus:focus,
.nhsuk-pagination--numbered .nhsuk-pagination__next:focus:focus .nhsuk-icon,
.nhsuk-pagination--numbered .nhsuk-pagination__next:focus:focus:visited,
.nhsuk-pagination--numbered .nhsuk-pagination__next:focus:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item:focus:focus:hover, .nhsuk-pagination--numbered .nhsuk-pagination__item:focus:focus:visited:hover,
.nhsuk-pagination--numbered .nhsuk-pagination__previous:focus:focus:hover,
.nhsuk-pagination--numbered .nhsuk-pagination__previous:focus:focus:visited:hover,
.nhsuk-pagination--numbered .nhsuk-pagination__next:focus:focus:hover,
.nhsuk-pagination--numbered .nhsuk-pagination__next:focus:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-pagination--numbered .nhsuk-pagination__previous,
.nhsuk-pagination--numbered .nhsuk-pagination__next {
  display: flex;
  align-items: center;
}

.nhsuk-pagination--numbered .nhsuk-pagination__previous {
  padding-left: 0;
}

.nhsuk-pagination--numbered .nhsuk-pagination__next {
  padding-right: 0;
}

.nhsuk-pagination--numbered .nhsuk-pagination__link {
  position: static;
}

.nhsuk-pagination--numbered .nhsuk-pagination__link {
  color: #005eb8;
  text-decoration: underline;
}

.nhsuk-pagination--numbered .nhsuk-pagination__link .nhsuk-icon {
  fill: #005eb8;
}

.nhsuk-pagination--numbered .nhsuk-pagination__link:visited {
  color: #330072;
}

.nhsuk-pagination--numbered .nhsuk-pagination__link:visited .nhsuk-icon {
  fill: #330072;
}

.nhsuk-pagination--numbered .nhsuk-pagination__link:hover, .nhsuk-pagination--numbered .nhsuk-pagination__link:hover:visited {
  color: #7c2855;
  text-decoration: none;
}

.nhsuk-pagination--numbered .nhsuk-pagination__link:hover .nhsuk-icon, .nhsuk-pagination--numbered .nhsuk-pagination__link:hover:visited .nhsuk-icon {
  fill: #7c2855;
}

.nhsuk-pagination--numbered .nhsuk-pagination__link:active, .nhsuk-pagination--numbered .nhsuk-pagination__link:active:visited {
  color: #002f5c;
}

.nhsuk-pagination--numbered .nhsuk-pagination__link:active .nhsuk-icon, .nhsuk-pagination--numbered .nhsuk-pagination__link:active:visited .nhsuk-icon {
  fill: #002f5c;
}

.nhsuk-pagination--numbered .nhsuk-pagination__link:focus, .nhsuk-pagination--numbered .nhsuk-pagination__link:focus:visited {
  outline: 4px solid transparent;
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  text-decoration: none;
}

.nhsuk-pagination--numbered .nhsuk-pagination__link:focus,
.nhsuk-pagination--numbered .nhsuk-pagination__link:focus .nhsuk-icon, .nhsuk-pagination--numbered .nhsuk-pagination__link:focus:visited,
.nhsuk-pagination--numbered .nhsuk-pagination__link:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-pagination--numbered .nhsuk-pagination__link:focus:hover, .nhsuk-pagination--numbered .nhsuk-pagination__link:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-pagination--numbered .nhsuk-pagination__link {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-pagination--numbered .nhsuk-pagination__link {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-pagination--numbered .nhsuk-pagination__link {
    font-size: 13pt;
    line-height: 1.25;
  }
}
@media screen {
  .nhsuk-pagination--numbered .nhsuk-pagination__link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.nhsuk-pagination--numbered .nhsuk-pagination__item--current {
  background-color: #005eb8;
  font-weight: 600;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link {
  color: #ffffff;
  text-decoration: underline;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:visited {
  color: #ffffff;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:hover, .nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:hover:visited {
  color: #ffffff;
  text-decoration: none;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:hover .nhsuk-icon, .nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:hover:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:active, .nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:active:visited {
  color: #ffffff;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:active .nhsuk-icon, .nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:active:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:focus, .nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:focus:visited {
  outline: 4px solid transparent;
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  text-decoration: none;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:focus,
.nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:focus .nhsuk-icon, .nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:focus:visited,
.nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:focus:hover, .nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:not(:focus):not(.\:focus):hover {
  color: rgba(255, 255, 255, 0.99);
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--current:hover {
  background-color: #005eb8;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--ellipsis {
  font-weight: 600;
  color: #4c6272;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--ellipsis:hover {
  background-color: transparent;
}

.nhsuk-pagination--numbered .nhsuk-pagination__title {
  display: inline;
}

.nhsuk-pagination--numbered .nhsuk-icon {
  width: 1.2631578947em;
  height: 1.2631578947em;
}

.nhsuk-pagination--numbered .nhsuk-pagination__previous .nhsuk-icon {
  margin-right: 8px;
  margin-left: -0.175rem;
}

.nhsuk-pagination--numbered .nhsuk-pagination__next .nhsuk-icon {
  margin-right: -0.175rem;
  margin-left: 8px;
}


.nhsuk-skip-link {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 0.5rem;
}

.nhsuk-skip-link:not(:active):not(:focus):not(.\:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@supports (left: max(calc(0px))) {
  .nhsuk-skip-link {
    left: max(16px, calc(16px + env(safe-area-inset-left)));
  }
}
.nhsuk-skip-link-focused-element:focus {
  outline: none;
}


.nhsuk-breadcrumb {
  box-sizing: border-box;
  display: inline-block;
  color: #212b32;
}

.nhsuk-breadcrumb {
  margin-top: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-breadcrumb {
    margin-top: 24px;
  }
}
@media print {
  .nhsuk-breadcrumb {
    display: none;
  }
}
.nhsuk-breadcrumb .nhsuk-back-link {
  margin: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-breadcrumb .nhsuk-back-link {
    display: none;
  }
}
.nhsuk-breadcrumb__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nhsuk-breadcrumb__list::after {
  content: "";
  display: block;
  clear: both;
}

.nhsuk-breadcrumb__list {
  font-weight: 400;
}

.nhsuk-breadcrumb__list {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

@media (min-width: 40.0625em) {
  .nhsuk-breadcrumb__list {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-breadcrumb__list {
    font-size: 12pt;
    line-height: 1.3;
  }
}
@media (max-width: 40.0525em) {
  .nhsuk-breadcrumb__list {
    display: none;
  }
}
.nhsuk-breadcrumb__list-item {
  position: relative;
  margin-bottom: 0;
  margin-left: 1em;
  padding-left: 1.2651650429em;
  float: left;
}

.nhsuk-breadcrumb__list-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 0.5em;
  height: 0.5em;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0);
  clip-path: polygon(100% 100%, 100% 0, 0 0);
  border-radius: 0.125em;
  outline: 0.125em solid currentcolor;
  outline-offset: -0.125em;
  color: #4c6272;
  transform: translateX(-0.1401650429em) rotate(45deg);
}

@supports (outline-width: max(0px)) {
  .nhsuk-breadcrumb__list-item::before {
    outline-width: max(2px, 0.125em);
    font-size: max(16px, 1em);
  }
}
.nhsuk-breadcrumb__list-item:first-child {
  margin-left: 0;
  padding-left: 0;
}

.nhsuk-breadcrumb__list-item:first-child::before {
  display: none;
}

.nhsuk-breadcrumb__link {
  display: inline-block;
}

.nhsuk-breadcrumb__link {
  font-weight: 400;
}

.nhsuk-breadcrumb__link {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

@media (min-width: 40.0625em) {
  .nhsuk-breadcrumb__link {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-breadcrumb__link {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.nhsuk-breadcrumb__link:visited {
  color: #005eb8;
}

.nhsuk-breadcrumb__link:visited .nhsuk-icon {
  fill: #005eb8;
}

.nhsuk-breadcrumb--reverse {
  color: #ffffff;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link,
.nhsuk-breadcrumb--reverse .nhsuk-back-link {
  color: #ffffff;
  text-decoration: underline;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link .nhsuk-icon,
.nhsuk-breadcrumb--reverse .nhsuk-back-link .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:visited,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:visited {
  color: #ffffff;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:visited .nhsuk-icon,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:hover, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:hover:visited,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:hover,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:hover:visited {
  color: #ffffff;
  text-decoration: none;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:hover .nhsuk-icon, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:hover:visited .nhsuk-icon,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:hover .nhsuk-icon,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:hover:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:active, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:active:visited,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:active,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:active:visited {
  color: #ffffff;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:active .nhsuk-icon, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:active:visited .nhsuk-icon,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:active .nhsuk-icon,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:active:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:focus, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:focus:visited,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:focus,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:focus:visited {
  outline: 4px solid transparent;
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  text-decoration: none;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:focus,
.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:focus .nhsuk-icon, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:focus:visited,
.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:focus:visited .nhsuk-icon,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:focus,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:focus .nhsuk-icon,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:focus:visited,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:focus:hover, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:focus:visited:hover,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:focus:hover,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:not(:focus):not(.\:focus):hover,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:not(:focus):not(.\:focus):hover {
  color: rgba(255, 255, 255, 0.99);
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__list-item::before {
  color: rgba(255, 255, 255, 0.6);
}


.nhsuk-header {
  outline: 1px solid transparent;
  color: #ffffff;
  background-color: #005eb8;
}

.nhsuk-header:has(.nhsuk-header__menu-list:not([hidden])) {
  border-bottom: 4px solid #d8dde0;
}

@media print {
  .nhsuk-header {
    color: #000000;
  }
}
.nhsuk-header__container {
  padding: 16px 0;
}

.nhsuk-header--inline .nhsuk-header__container {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-header--inline .nhsuk-header__container {
    gap: 16px 24px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-header__container {
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
  }
}
.nhsuk-header__logo {
  min-width: 6.25rem;
  height: intrinsic;
}

.nhsuk-header__service,
.nhsuk-header__service-logo {
  margin-right: auto;
  gap: 8px 16px;
}

.nhsuk-header__service {
  display: flex;
}

.nhsuk-header--inline .nhsuk-header__service {
  flex-basis: 13.75rem;
  flex-grow: 999;
}

.nhsuk-header--inline .nhsuk-header__service:not(:has(.nhsuk-header__service-name)) {
  flex-basis: auto;
}

@media (min-width: 40.0625em) {
  .nhsuk-header__service {
    flex-grow: 999;
  }
}
.nhsuk-header__service-name {
  display: inline-flex;
  flex-direction: column;
  flex-grow: 0;
  justify-content: center;
  max-width: 54ch;
  margin-right: auto;
  text-wrap: balance;
}

.nhsuk-header__service-name {
  font-weight: 400;
}

.nhsuk-header__service-name {
  font-size: 1rem;
  line-height: 1.1;
}

@media (min-width: 40.0625em) {
  .nhsuk-header__service-name {
    font-size: 1.1875rem;
    line-height: 1.1;
  }
}
@media print {
  .nhsuk-header__service-name {
    font-size: 13pt;
    line-height: 1.1;
  }
}
.nhsuk-header__service-name:only-child {
  display: block;
}

.nhsuk-header__service-logo {
  display: inline-flex;
  position: relative;
  flex-grow: 0;
  margin-right: 0;
  line-height: 0;
  text-decoration: none;
}

.nhsuk-header__service-logo:only-child {
  display: flex;
}

.nhsuk-header__service-logo:has(svg):not(:focus):hover::before {
  content: "";
  box-sizing: border-box;
  display: inline;
  position: absolute;
  top: 0.2rem;
  width: 6.25rem;
  height: 2.5rem;
  border-bottom: 0.1rem solid currentcolor;
}

.nhsuk-header__service-logo,
.nhsuk-header__service-name[href],
.nhsuk-header__account-button,
.nhsuk-header__account-link {
  color: #ffffff;
}

.nhsuk-header__service-logo:visited,
.nhsuk-header__service-name[href]:visited,
.nhsuk-header__account-button:visited,
.nhsuk-header__account-link:visited {
  color: #ffffff;
}

.nhsuk-header__service-logo:visited .nhsuk-icon,
.nhsuk-header__service-name[href]:visited .nhsuk-icon,
.nhsuk-header__account-button:visited .nhsuk-icon,
.nhsuk-header__account-link:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-header__service-logo:hover, .nhsuk-header__service-logo:hover:visited,
.nhsuk-header__service-name[href]:hover,
.nhsuk-header__service-name[href]:hover:visited,
.nhsuk-header__account-button:hover,
.nhsuk-header__account-button:hover:visited,
.nhsuk-header__account-link:hover,
.nhsuk-header__account-link:hover:visited {
  color: #ffffff;
  text-decoration: none;
}

.nhsuk-header__service-logo:hover .nhsuk-icon, .nhsuk-header__service-logo:hover:visited .nhsuk-icon,
.nhsuk-header__service-name[href]:hover .nhsuk-icon,
.nhsuk-header__service-name[href]:hover:visited .nhsuk-icon,
.nhsuk-header__account-button:hover .nhsuk-icon,
.nhsuk-header__account-button:hover:visited .nhsuk-icon,
.nhsuk-header__account-link:hover .nhsuk-icon,
.nhsuk-header__account-link:hover:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-header__service-logo:active, .nhsuk-header__service-logo:active:visited,
.nhsuk-header__service-name[href]:active,
.nhsuk-header__service-name[href]:active:visited,
.nhsuk-header__account-button:active,
.nhsuk-header__account-button:active:visited,
.nhsuk-header__account-link:active,
.nhsuk-header__account-link:active:visited {
  color: #ffffff;
}

.nhsuk-header__service-logo:active .nhsuk-icon, .nhsuk-header__service-logo:active:visited .nhsuk-icon,
.nhsuk-header__service-name[href]:active .nhsuk-icon,
.nhsuk-header__service-name[href]:active:visited .nhsuk-icon,
.nhsuk-header__account-button:active .nhsuk-icon,
.nhsuk-header__account-button:active:visited .nhsuk-icon,
.nhsuk-header__account-link:active .nhsuk-icon,
.nhsuk-header__account-link:active:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-header__service-logo:focus, .nhsuk-header__service-logo:focus:visited,
.nhsuk-header__service-name[href]:focus,
.nhsuk-header__service-name[href]:focus:visited,
.nhsuk-header__account-button:focus,
.nhsuk-header__account-button:focus:visited,
.nhsuk-header__account-link:focus,
.nhsuk-header__account-link:focus:visited {
  outline: 4px solid transparent;
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  text-decoration: none;
}

.nhsuk-header__service-logo:focus,
.nhsuk-header__service-logo:focus .nhsuk-icon, .nhsuk-header__service-logo:focus:visited,
.nhsuk-header__service-logo:focus:visited .nhsuk-icon,
.nhsuk-header__service-name[href]:focus,
.nhsuk-header__service-name[href]:focus .nhsuk-icon,
.nhsuk-header__service-name[href]:focus:visited,
.nhsuk-header__service-name[href]:focus:visited .nhsuk-icon,
.nhsuk-header__account-button:focus,
.nhsuk-header__account-button:focus .nhsuk-icon,
.nhsuk-header__account-button:focus:visited,
.nhsuk-header__account-button:focus:visited .nhsuk-icon,
.nhsuk-header__account-link:focus,
.nhsuk-header__account-link:focus .nhsuk-icon,
.nhsuk-header__account-link:focus:visited,
.nhsuk-header__account-link:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-header__service-logo:focus:hover, .nhsuk-header__service-logo:focus:visited:hover,
.nhsuk-header__service-name[href]:focus:hover,
.nhsuk-header__service-name[href]:focus:visited:hover,
.nhsuk-header__account-button:focus:hover,
.nhsuk-header__account-button:focus:visited:hover,
.nhsuk-header__account-link:focus:hover,
.nhsuk-header__account-link:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-header__service-logo:focus, .nhsuk-header__service-logo:focus:visited,
.nhsuk-header__service-name[href]:focus,
.nhsuk-header__service-name[href]:focus:visited,
.nhsuk-header__account-button:focus,
.nhsuk-header__account-button:focus:visited,
.nhsuk-header__account-link:focus,
.nhsuk-header__account-link:focus:visited {
  color: #212b32;
  box-shadow: inset 0 -4px #212b32;
}

@media print {
  .nhsuk-header__service-logo,
  .nhsuk-header__service-name[href],
  .nhsuk-header__account-button,
  .nhsuk-header__account-link {
    color: inherit;
  }
  .nhsuk-header__service-logo::after,
  .nhsuk-header__service-name[href]::after,
  .nhsuk-header__account-button::after,
  .nhsuk-header__account-link::after {
    content: "";
  }
}
.nhsuk-header__account {
  flex-grow: 1;
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid #004b93;
  border-radius: 0.25rem;
  background-color: #004b93;
}

.nhsuk-header__account .nhsuk-icon--user {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  fill: currentcolor;
}

.nhsuk-header--inline .nhsuk-header__account {
  align-self: start;
  margin: -1px;
}

@media print {
  .nhsuk-header__account {
    display: none;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-header__account {
    align-self: start;
    margin: -1px;
  }
}
.nhsuk-header__account-list {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  gap: 1px;
}

.nhsuk-header__account-item {
  display: flex;
  flex-grow: 1;
  margin: 0;
  padding: 8px 12px;
  outline: 1px solid #005eb8;
  overflow-wrap: anywhere;
  gap: 8px;
}

.nhsuk-header__account-item {
  font-weight: 400;
}

.nhsuk-header__account-item {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

@media (min-width: 40.0625em) {
  .nhsuk-header__account-item {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-header__account-item {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.nhsuk-header__account-item:nth-last-child(2) {
  margin-right: auto;
}

.nhsuk-header__account-item:last-child {
  flex-grow: 0;
}

.nhsuk-header__account-button,
.nhsuk-header__account-link {
  display: flex;
  margin: -8px -12px;
  padding: 8px 12px;
  overflow-wrap: anywhere;
  gap: 8px;
}

.nhsuk-header__account-button {
  border: 0;
  background: none;
  text-decoration: underline;
  cursor: pointer;
}

.nhsuk-header__account-button {
  font-weight: 400;
}

.nhsuk-header__account-button {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

@media (min-width: 40.0625em) {
  .nhsuk-header__account-button {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-header__account-button {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.nhsuk-header__search {
  display: block;
  position: relative;
  z-index: 10;
  flex-grow: 1;
  margin-top: 16px;
}

.nhsuk-header--inline .nhsuk-header__search {
  margin-top: 0;
}

@media print {
  .nhsuk-header__search {
    display: none;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-header__search {
    margin: 0;
  }
}
.nhsuk-header__search .nhsuk-icon--search {
  width: 1.75rem;
  height: 1.75rem;
}

.nhsuk-header__search-form {
  display: flex;
  height: 100%;
  overflow: visible;
}

.nhsuk-header__search-form .nhsuk-form-group {
  width: 100%;
  margin: 0;
}

.nhsuk-header__search-form .nhsuk-input-wrapper {
  display: flex;
}

.nhsuk-header__search-form .nhsuk-input,
.nhsuk-header__search-input {
  width: 100%;
  height: 2.5rem;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 0.25rem 0 0 0.25rem;
  border-color: transparent;
  background-color: #ffffff;
}

.nhsuk-header__search-form .nhsuk-input,
.nhsuk-header__search-input {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

@media (min-width: 40.0625em) {
  .nhsuk-header__search-form .nhsuk-input,
  .nhsuk-header__search-input {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-header__search-form .nhsuk-input,
  .nhsuk-header__search-input {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.nhsuk-header__search-form .nhsuk-input:focus,
.nhsuk-header__search-input:focus {
  z-index: 10;
  border-color: #212b32;
}

.nhsuk-header__search-form .nhsuk-input::-ms-clear,
.nhsuk-header__search-input::-ms-clear {
  display: none;
}

.nhsuk-header__search-form .nhsuk-input::-webkit-search-decoration, .nhsuk-header__search-form .nhsuk-input::-webkit-search-cancel-button,
.nhsuk-header__search-input::-webkit-search-decoration,
.nhsuk-header__search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

@media (max-width: 40.0525em) {
  .nhsuk-header__search-form .nhsuk-input,
  .nhsuk-header__search-input {
    font-size: inherit;
  }
}
.nhsuk-header__search-form .nhsuk-button,
.nhsuk-header__search-submit {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.5rem;
  margin: 0 !important;
  padding: 0 7px;
  border: 1px solid transparent;
  border-radius: 0 0.25rem 0.25rem 0;
  color: #005eb8;
  background-color: #edf4fa;
  box-shadow: none;
  line-height: 1;
  cursor: pointer;
}

.nhsuk-header__search-form .nhsuk-button:hover, .nhsuk-header__search-form .nhsuk-button:active,
.nhsuk-header__search-submit:hover,
.nhsuk-header__search-submit:active {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #004b93;
}

.nhsuk-header__search-form .nhsuk-button:active,
.nhsuk-header__search-submit:active {
  background-color: #003d78;
}

.nhsuk-header__search-form .nhsuk-button:active, .nhsuk-header__search-form .nhsuk-button:active:focus,
.nhsuk-header__search-submit:active,
.nhsuk-header__search-submit:active:focus {
  top: 0;
}

.nhsuk-header__search-form .nhsuk-button:focus,
.nhsuk-header__search-submit:focus {
  outline: none;
}

.nhsuk-header__search-form .nhsuk-button:focus:not(:active), .nhsuk-header__search-form .nhsuk-button:focus:not(:active):hover,
.nhsuk-header__search-submit:focus:not(:active),
.nhsuk-header__search-submit:focus:not(:active):hover {
  border-color: transparent;
  outline: 4px solid transparent;
  outline-offset: 4px;
  color: #212b32;
  background-color: #ffeb3b;
  box-shadow: 0 4px 0 0 #212b32;
}

.nhsuk-header__search-form .nhsuk-button:focus:not(:active),
.nhsuk-header__search-form .nhsuk-button:focus:not(:active) .nhsuk-icon, .nhsuk-header__search-form .nhsuk-button:focus:not(:active):hover,
.nhsuk-header__search-form .nhsuk-button:focus:not(:active):hover .nhsuk-icon,
.nhsuk-header__search-submit:focus:not(:active),
.nhsuk-header__search-submit:focus:not(:active) .nhsuk-icon,
.nhsuk-header__search-submit:focus:not(:active):hover,
.nhsuk-header__search-submit:focus:not(:active):hover .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-header__navigation {
  border: 0 solid #ffffff;
  color: #ffffff;
  background-color: #005eb8;
}

@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .nhsuk-header__navigation {
    border: 0;
  }
}
@media print {
  .nhsuk-header__navigation {
    display: none;
  }
}
.nhsuk-header__navigation-list {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin: 0 -8px;
  padding: 0;
  list-style: none;
}

@media (min-width: 40.0625em) {
  .nhsuk-header__navigation-list {
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
}
@media (min-width: 48.0625em) {
  .nhsuk-header__navigation--justified .nhsuk-header__navigation-list {
    justify-content: space-between;
  }
}
.nhsuk-frontend-supported .nhsuk-header__navigation-list {
  flex-wrap: nowrap;
}

.nhsuk-header__navigation-item {
  margin-bottom: 0;
  padding: 0 8px;
}

@media (min-width: 40.0625em) {
  .nhsuk-header__navigation-item {
    padding: 0 16px;
  }
}
.nhsuk-header__navigation-item-current-fallback {
  font-weight: inherit;
}

.nhsuk-header__navigation-link,
.nhsuk-header__navigation-text {
  display: block;
  position: relative;
  margin: 0;
  padding: 16px 2px;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  background: transparent;
  text-decoration: underline;
  white-space: nowrap;
  cursor: pointer;
}

.nhsuk-header__navigation-link,
.nhsuk-header__navigation-text {
  font-weight: 400;
}

.nhsuk-header__navigation-link,
.nhsuk-header__navigation-text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

@media (min-width: 40.0625em) {
  .nhsuk-header__navigation-link,
  .nhsuk-header__navigation-text {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-header__navigation-link,
  .nhsuk-header__navigation-text {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.nhsuk-header__navigation-link::before,
.nhsuk-header__navigation-text::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 solid currentcolor;
}

.nhsuk-header__navigation-link[aria-current=page]::before, .nhsuk-header__navigation-link[aria-current=true]::before,
.nhsuk-header__navigation-text[aria-current=page]::before,
.nhsuk-header__navigation-text[aria-current=true]::before {
  border-bottom-width: 4px;
}

@media (max-width: 40.0525em) {
  .nhsuk-header__navigation-link,
  .nhsuk-header__navigation-text {
    font-size: inherit;
  }
}
.nhsuk-header__navigation-link {
  color: #ffffff;
}

.nhsuk-header__navigation-link:visited {
  color: #ffffff;
}

.nhsuk-header__navigation-link:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-header__navigation-link:hover, .nhsuk-header__navigation-link:hover:visited {
  color: #ffffff;
  text-decoration: none;
}

.nhsuk-header__navigation-link:hover .nhsuk-icon, .nhsuk-header__navigation-link:hover:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-header__navigation-link:active, .nhsuk-header__navigation-link:active:visited {
  color: #ffffff;
}

.nhsuk-header__navigation-link:active .nhsuk-icon, .nhsuk-header__navigation-link:active:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-header__navigation-link:focus, .nhsuk-header__navigation-link:focus:visited {
  outline: 4px solid transparent;
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  text-decoration: none;
}

.nhsuk-header__navigation-link:focus,
.nhsuk-header__navigation-link:focus .nhsuk-icon, .nhsuk-header__navigation-link:focus:visited,
.nhsuk-header__navigation-link:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-header__navigation-link:focus:hover, .nhsuk-header__navigation-link:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-header__navigation-link:focus, .nhsuk-header__navigation-link:focus:visited {
  color: #212b32;
  box-shadow: inset 0 -4px #212b32;
}

@media print {
  .nhsuk-header__navigation-link {
    color: inherit;
  }
  .nhsuk-header__navigation-link::after {
    content: "";
  }
}
.nhsuk-header__menu {
  align-self: center;
  padding: 0 8px;
}

.nhsuk-header__menu[hidden] {
  display: none;
}

@media (min-width: 40.0625em) {
  .nhsuk-header__menu {
    padding: 0 16px;
  }
}
.nhsuk-header__menu-toggle {
  display: flex;
  align-items: center;
  padding-right: 1.1875em;
  text-align: center;
}

.nhsuk-header__menu-toggle[hidden] {
  display: none;
}

.nhsuk-header__menu-toggle::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 0.5em;
  height: 0.5em;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0);
  clip-path: polygon(100% 100%, 100% 0, 0 0);
  border-radius: 0.1052631579em;
  outline: 0.1052631579em solid currentcolor;
  outline-offset: -0.1052631579em;
  color: currentcolor;
  transform: translateY(-0.2261931458em) rotate(135deg);
}

@supports (outline-width: max(0px)) {
  .nhsuk-header__menu-toggle::after {
    outline-width: max(2px, 0.1052631579em);
    font-size: max(19px, 1em);
  }
}
.nhsuk-header__menu-toggle[aria-expanded=true]::after {
  display: block;
  width: 0.5em;
  height: 0.5em;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0);
  clip-path: polygon(100% 100%, 100% 0, 0 0);
  border-radius: 0.1052631579em;
  outline: 0.1052631579em solid currentcolor;
  outline-offset: -0.1052631579em;
  color: currentcolor;
  transform: translateY(0.1052631579em) rotate(-45deg);
}

@supports (outline-width: max(0px)) {
  .nhsuk-header__menu-toggle[aria-expanded=true]::after {
    outline-width: max(2px, 0.1052631579em);
    font-size: max(19px, 1em);
  }
}
.nhsuk-header__menu-list {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0 8px;
  padding: 0;
  list-style: none;
}

@media print {
  .nhsuk-header__menu-list {
    display: none;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-header__menu-list {
    margin: 0 16px;
  }
}
.nhsuk-header__menu-list[hidden] {
  display: none;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link,
.nhsuk-header__menu-list .nhsuk-header__navigation-text {
  color: #005eb8;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link[aria-current=page]::before, .nhsuk-header__menu-list .nhsuk-header__navigation-link[aria-current=true]::before,
.nhsuk-header__menu-list .nhsuk-header__navigation-text[aria-current=page]::before,
.nhsuk-header__menu-list .nhsuk-header__navigation-text[aria-current=true]::before {
  top: 0;
  right: auto;
  bottom: 0;
  left: -16px;
  width: 0;
  border-left-width: 4px;
}

@media (min-width: 48.0625em) {
  .nhsuk-header__menu-list .nhsuk-header__navigation-link[aria-current=page]::before, .nhsuk-header__menu-list .nhsuk-header__navigation-link[aria-current=true]::before,
  .nhsuk-header__menu-list .nhsuk-header__navigation-text[aria-current=page]::before,
  .nhsuk-header__menu-list .nhsuk-header__navigation-text[aria-current=true]::before {
    left: -32px;
  }
}
.nhsuk-header__menu-list .nhsuk-header__navigation-link {
  color: #005eb8;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link:visited {
  color: #005eb8;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link:visited .nhsuk-icon {
  fill: #005eb8;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link:hover, .nhsuk-header__menu-list .nhsuk-header__navigation-link:hover:visited {
  color: #004b93;
  text-decoration: none;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link:hover .nhsuk-icon, .nhsuk-header__menu-list .nhsuk-header__navigation-link:hover:visited .nhsuk-icon {
  fill: #004b93;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link:active, .nhsuk-header__menu-list .nhsuk-header__navigation-link:active:visited {
  color: #003d78;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link:active .nhsuk-icon, .nhsuk-header__menu-list .nhsuk-header__navigation-link:active:visited .nhsuk-icon {
  fill: #003d78;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link:focus, .nhsuk-header__menu-list .nhsuk-header__navigation-link:focus:visited {
  outline: 4px solid transparent;
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  text-decoration: none;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link:focus,
.nhsuk-header__menu-list .nhsuk-header__navigation-link:focus .nhsuk-icon, .nhsuk-header__menu-list .nhsuk-header__navigation-link:focus:visited,
.nhsuk-header__menu-list .nhsuk-header__navigation-link:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link:focus:hover, .nhsuk-header__menu-list .nhsuk-header__navigation-link:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link:focus, .nhsuk-header__menu-list .nhsuk-header__navigation-link:focus:visited {
  color: #212b32;
  box-shadow: inset 0 -4px #212b32;
}

@media print {
  .nhsuk-header__menu-list .nhsuk-header__navigation-link {
    color: inherit;
  }
  .nhsuk-header__menu-list .nhsuk-header__navigation-link::after {
    content: "";
  }
}
.nhsuk-header__menu-list .nhsuk-header__navigation-item {
  padding: 0;
  border-bottom: 1px solid #f0f4f5;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-item:last-child {
  border-color: transparent;
}

.nhsuk-header__navigation--white {
  color: #005eb8;
  background-color: #ffffff;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link,
.nhsuk-header__navigation--white .nhsuk-header__navigation-text {
  color: #005eb8;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link {
  color: #005eb8;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link:visited {
  color: #005eb8;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link:visited .nhsuk-icon {
  fill: #005eb8;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link:hover, .nhsuk-header__navigation--white .nhsuk-header__navigation-link:hover:visited {
  color: #004b93;
  text-decoration: none;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link:hover .nhsuk-icon, .nhsuk-header__navigation--white .nhsuk-header__navigation-link:hover:visited .nhsuk-icon {
  fill: #004b93;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link:active, .nhsuk-header__navigation--white .nhsuk-header__navigation-link:active:visited {
  color: #003d78;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link:active .nhsuk-icon, .nhsuk-header__navigation--white .nhsuk-header__navigation-link:active:visited .nhsuk-icon {
  fill: #003d78;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link:focus, .nhsuk-header__navigation--white .nhsuk-header__navigation-link:focus:visited {
  outline: 4px solid transparent;
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  text-decoration: none;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link:focus,
.nhsuk-header__navigation--white .nhsuk-header__navigation-link:focus .nhsuk-icon, .nhsuk-header__navigation--white .nhsuk-header__navigation-link:focus:visited,
.nhsuk-header__navigation--white .nhsuk-header__navigation-link:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link:focus:hover, .nhsuk-header__navigation--white .nhsuk-header__navigation-link:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link:focus, .nhsuk-header__navigation--white .nhsuk-header__navigation-link:focus:visited {
  color: #212b32;
  box-shadow: inset 0 -4px #212b32;
}

@media print {
  .nhsuk-header__navigation--white .nhsuk-header__navigation-link {
    color: inherit;
  }
  .nhsuk-header__navigation--white .nhsuk-header__navigation-link::after {
    content: "";
  }
}
.nhsuk-header__navigation--white .nhsuk-header__menu-list {
  border-top: 1px solid #f0f4f5;
}

.nhsuk-header__navigation-container {
  box-shadow: 0 -1px 0 0 #337ec6;
}

.nhsuk-header--white .nhsuk-header__navigation--white .nhsuk-header__navigation-container {
  box-shadow: 0 -1px 0 0 #d8dde0;
}

.nhsuk-header--white :not(.nhsuk-header__navigation--white) .nhsuk-header__navigation-container, .nhsuk-header__navigation--white .nhsuk-header__navigation-container {
  margin-top: 0;
  box-shadow: none;
}

@media (max-width: 40.0525em) {
  .nhsuk-header__navigation-container, .nhsuk-header--white .nhsuk-header__navigation--white .nhsuk-header__navigation-container {
    margin-top: -16px;
    box-shadow: none;
  }
}
.nhsuk-header--white {
  color: #005eb8;
  background-color: #ffffff;
}

.nhsuk-header--white .nhsuk-header__service-logo,
.nhsuk-header--white .nhsuk-header__service-name[href],
.nhsuk-header--white .nhsuk-header__account-button,
.nhsuk-header--white .nhsuk-header__account-link {
  color: #005eb8;
}

.nhsuk-header--white .nhsuk-header__service-logo:visited,
.nhsuk-header--white .nhsuk-header__service-name[href]:visited,
.nhsuk-header--white .nhsuk-header__account-button:visited,
.nhsuk-header--white .nhsuk-header__account-link:visited {
  color: #005eb8;
}

.nhsuk-header--white .nhsuk-header__service-logo:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__service-name[href]:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-button:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-link:visited .nhsuk-icon {
  fill: #005eb8;
}

.nhsuk-header--white .nhsuk-header__service-logo:hover, .nhsuk-header--white .nhsuk-header__service-logo:hover:visited,
.nhsuk-header--white .nhsuk-header__service-name[href]:hover,
.nhsuk-header--white .nhsuk-header__service-name[href]:hover:visited,
.nhsuk-header--white .nhsuk-header__account-button:hover,
.nhsuk-header--white .nhsuk-header__account-button:hover:visited,
.nhsuk-header--white .nhsuk-header__account-link:hover,
.nhsuk-header--white .nhsuk-header__account-link:hover:visited {
  color: #004b93;
  text-decoration: none;
}

.nhsuk-header--white .nhsuk-header__service-logo:hover .nhsuk-icon, .nhsuk-header--white .nhsuk-header__service-logo:hover:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__service-name[href]:hover .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__service-name[href]:hover:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-button:hover .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-button:hover:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-link:hover .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-link:hover:visited .nhsuk-icon {
  fill: #004b93;
}

.nhsuk-header--white .nhsuk-header__service-logo:active, .nhsuk-header--white .nhsuk-header__service-logo:active:visited,
.nhsuk-header--white .nhsuk-header__service-name[href]:active,
.nhsuk-header--white .nhsuk-header__service-name[href]:active:visited,
.nhsuk-header--white .nhsuk-header__account-button:active,
.nhsuk-header--white .nhsuk-header__account-button:active:visited,
.nhsuk-header--white .nhsuk-header__account-link:active,
.nhsuk-header--white .nhsuk-header__account-link:active:visited {
  color: #003d78;
}

.nhsuk-header--white .nhsuk-header__service-logo:active .nhsuk-icon, .nhsuk-header--white .nhsuk-header__service-logo:active:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__service-name[href]:active .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__service-name[href]:active:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-button:active .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-button:active:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-link:active .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-link:active:visited .nhsuk-icon {
  fill: #003d78;
}

.nhsuk-header--white .nhsuk-header__service-logo:focus, .nhsuk-header--white .nhsuk-header__service-logo:focus:visited,
.nhsuk-header--white .nhsuk-header__service-name[href]:focus,
.nhsuk-header--white .nhsuk-header__service-name[href]:focus:visited,
.nhsuk-header--white .nhsuk-header__account-button:focus,
.nhsuk-header--white .nhsuk-header__account-button:focus:visited,
.nhsuk-header--white .nhsuk-header__account-link:focus,
.nhsuk-header--white .nhsuk-header__account-link:focus:visited {
  outline: 4px solid transparent;
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  text-decoration: none;
}

.nhsuk-header--white .nhsuk-header__service-logo:focus,
.nhsuk-header--white .nhsuk-header__service-logo:focus .nhsuk-icon, .nhsuk-header--white .nhsuk-header__service-logo:focus:visited,
.nhsuk-header--white .nhsuk-header__service-logo:focus:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__service-name[href]:focus,
.nhsuk-header--white .nhsuk-header__service-name[href]:focus .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__service-name[href]:focus:visited,
.nhsuk-header--white .nhsuk-header__service-name[href]:focus:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-button:focus,
.nhsuk-header--white .nhsuk-header__account-button:focus .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-button:focus:visited,
.nhsuk-header--white .nhsuk-header__account-button:focus:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-link:focus,
.nhsuk-header--white .nhsuk-header__account-link:focus .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-link:focus:visited,
.nhsuk-header--white .nhsuk-header__account-link:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-header--white .nhsuk-header__service-logo:focus:hover, .nhsuk-header--white .nhsuk-header__service-logo:focus:visited:hover,
.nhsuk-header--white .nhsuk-header__service-name[href]:focus:hover,
.nhsuk-header--white .nhsuk-header__service-name[href]:focus:visited:hover,
.nhsuk-header--white .nhsuk-header__account-button:focus:hover,
.nhsuk-header--white .nhsuk-header__account-button:focus:visited:hover,
.nhsuk-header--white .nhsuk-header__account-link:focus:hover,
.nhsuk-header--white .nhsuk-header__account-link:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-header--white .nhsuk-header__service-logo:focus, .nhsuk-header--white .nhsuk-header__service-logo:focus:visited,
.nhsuk-header--white .nhsuk-header__service-name[href]:focus,
.nhsuk-header--white .nhsuk-header__service-name[href]:focus:visited,
.nhsuk-header--white .nhsuk-header__account-button:focus,
.nhsuk-header--white .nhsuk-header__account-button:focus:visited,
.nhsuk-header--white .nhsuk-header__account-link:focus,
.nhsuk-header--white .nhsuk-header__account-link:focus:visited {
  color: #212b32;
  box-shadow: inset 0 -4px #212b32;
}

@media print {
  .nhsuk-header--white .nhsuk-header__service-logo,
  .nhsuk-header--white .nhsuk-header__service-name[href],
  .nhsuk-header--white .nhsuk-header__account-button,
  .nhsuk-header--white .nhsuk-header__account-link {
    color: inherit;
  }
  .nhsuk-header--white .nhsuk-header__service-logo::after,
  .nhsuk-header--white .nhsuk-header__service-name[href]::after,
  .nhsuk-header--white .nhsuk-header__account-button::after,
  .nhsuk-header--white .nhsuk-header__account-link::after {
    content: "";
  }
}
.nhsuk-header--white .nhsuk-header__service-logo:not(:focus):not(:hover) .nhsuk-header__organisation-name {
  color: #212b32;
}

.nhsuk-header--white .nhsuk-header__account {
  border-color: #d8dde0;
  background-color: #f0f4f5;
}

.nhsuk-header--white .nhsuk-header__account-item {
  outline-color: #d8dde0;
}

.nhsuk-header--white .nhsuk-header__search-form .nhsuk-input:not(:focus),
.nhsuk-header--white .nhsuk-header__search-input:not(:focus) {
  margin-right: -1px;
  padding-right: 12px;
  padding-left: 11px;
  border-width: 1px;
  border-color: #aeb7bd;
}

.nhsuk-header--white .nhsuk-header__search-form .nhsuk-button,
.nhsuk-header--white .nhsuk-header__search-submit {
  color: #ffffff;
  background-color: #005eb8;
}

.nhsuk-header--white .nhsuk-header__search-form .nhsuk-button:hover, .nhsuk-header--white .nhsuk-header__search-form .nhsuk-button:active,
.nhsuk-header--white .nhsuk-header__search-submit:hover,
.nhsuk-header--white .nhsuk-header__search-submit:active {
  border-color: #004b93;
  background-color: #004b93;
}

.nhsuk-header--white .nhsuk-header__search-form .nhsuk-button:active,
.nhsuk-header--white .nhsuk-header__search-submit:active {
  background-color: #003d78;
}

.nhsuk-header--organisation .nhsuk-header__logo {
  width: 3.75rem;
  min-width: auto;
  height: 1.5rem;
  margin-bottom: 0.375rem;
}

@media (min-width: 40.0625em) {
  .nhsuk-header--organisation .nhsuk-header__logo {
    width: 5rem;
    height: 2rem;
  }
}
.nhsuk-header--organisation .nhsuk-header__service-logo {
  display: block;
}

.nhsuk-header--organisation .nhsuk-header__service-logo:has(svg):not(:focus):hover::before {
  width: 3.75rem;
  height: 1.5rem;
}

@media (min-width: 40.0625em) {
  .nhsuk-header--organisation .nhsuk-header__service-logo:has(svg):not(:focus):hover::before {
    width: 5rem;
    height: 2rem;
  }
}
.nhsuk-header__organisation-name {
  display: block;
}

.nhsuk-header__organisation-name {
  font-weight: 600;
}

.nhsuk-header__organisation-name {
  font-size: 1.1875rem;
  line-height: 1.1;
}

@media (min-width: 40.0625em) {
  .nhsuk-header__organisation-name {
    font-size: 1.375rem;
    line-height: 1.1;
  }
}
@media print {
  .nhsuk-header__organisation-name {
    font-size: 15pt;
    line-height: 1.1;
  }
}
.nhsuk-header__organisation-name-split {
  display: block;
}

.nhsuk-header__organisation-name-descriptor {
  display: block;
}

.nhsuk-header__organisation-name-descriptor {
  font-weight: 600;
}

.nhsuk-header__organisation-name-descriptor {
  font-size: 0.75rem;
  line-height: 1.6666666667;
}

@media (min-width: 40.0625em) {
  .nhsuk-header__organisation-name-descriptor {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
@media print {
  .nhsuk-header__organisation-name-descriptor {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.nhsuk-header__organisation-logo {
  width: 17.5rem;
  height: auto;
  border: 0;
}

@media (max-width: 28.125em) {
  .nhsuk-header__organisation-logo {
    max-width: 9.375rem;
  }
}
.nhsuk-header__organisation-logo[src$=".svg"] {
  width: 13.75rem;
  max-width: 13.75rem;
}

.nhsuk-header .nhsuk-header__service-name[href] {
  text-decoration: none;
}

.nhsuk-header .nhsuk-header__service-logo:not(:focus):hover,
.nhsuk-header .nhsuk-header__service-logo:not(:focus):hover .nhsuk-header__service-name,
.nhsuk-header .nhsuk-header__service-name[href]:not(:focus):hover {
  text-decoration: underline;
}

.nhsuk-header .nhsuk-header__service-logo:focus {
  outline: 4px solid transparent;
  box-shadow: 0 0 0 4px #ffeb3b, 0 0 0 8px #212b32;
}




@media (max-width: 40.0525em) {
  .app-u-hide-on-mobile {
    display: none;
  }
}

.moj-sortable-table__button {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

/* Monospace code */
.nhsuk-u-font-monospace {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.nhsuk-notification-banner--fail {
  border-color: #d5281b;
}

.nhsuk-notification-banner--fail .nhsuk-notification-banner__header {
  background-color: #d5281b;
}

.nhsuk-notification-banner--fail .nhsuk-notification-banner__title {
  color: #ffffff;
}

.nhsuk-notification-banner--fail .nhsuk-notification-banner__content {
  color: #4a0d0b;
}

.nhsuk-notification-banner--fail .nhsuk-notification-banner__content a, .nhsuk-notification-banner--fail .nhsuk-notification-banner__content a:visited {
  color: #8a100b;
}

.nhsuk-notification-banner--fail .nhsuk-notification-banner__content a:hover {
  text-decoration-thickness: max(3px, 0.1875rem);
}

.is-right-aligned {
  text-align: right !important;
}

.nhsuk-list--border li {
  border-bottom: 1px solid #d8dde0;
  padding: 8px 0 16px;
}

.nhsuk-related-nav {
  border-top: 1px solid #d8dde0;
}
@media (max-width: 48.0525em) {
  .nhsuk-related-nav {
    margin-top: 48px;
  }
}

.nhsuk-related-nav__heading {
  margin-bottom: 12px;
  padding-top: 16px;
}
.nhsuk-related-nav__heading {
  font-size: 1rem;
  line-height: 1.2;
}
@media (min-width: 40.0625em) {
  .nhsuk-related-nav__heading {
    font-size: 1.1875rem;
    line-height: 1.2;
  }
}
@media print {
  .nhsuk-related-nav__heading {
    font-size: 13pt;
    line-height: 1.2;
  }
}

.nhsuk-related-nav__list {
  list-style: none;
  padding-left: 0;
}
.nhsuk-related-nav__list {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media (min-width: 40.0625em) {
  .nhsuk-related-nav__list {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-related-nav__list {
    font-size: 12pt;
    line-height: 1.3;
  }
}

ol.NhsOrderedList {
  padding-left: 0;
  list-style-type: none;
}

li.NhsOrderedListItem {
  counter-increment: step-counter;
  border-left: 3px solid #768692;
  margin-top: 0;
  margin-bottom: 0;
}

ol.NhsOrderedList li.NhsOrderedListItem:before {
  content: counter(step-counter);
  background-color: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.75rem;
  left: -1rem;
  top: -2px;
  text-align: center;
  position: relative;
  font-weight: 700;
  border-width: 3px;
  border-style: solid;
  border-color: #768692;
}

ol.NhsOrderedList li.NhsOrderedListItem:last-child:before {
  top: 0;
}

li.NhsOrderedListItem h4.nhsuk-heading-s {
  margin-left: 1%;
  display: inline;
}

li.NhsOrderedListItem div.nhsuk-card {
  margin-bottom: 0;
  margin-left: 5.5%;
}

@media screen and (max-width: 768px) {
  li.NhsOrderedListItem div.nhsuk-card {
    width: 90%;
  }
}
.NhsTextAndImage[data-v-060d0c23] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.NhsTextAndImage__text[data-v-060d0c23] {
  padding-right: 20px;
}

div.indent-list[data-v-30e115c8] {
  padding-left: 2.5%;
}

#share-button[data-v-30e115c8] {
  vertical-align: middle;
  width: 18.5%;
  height: 18.5%;
}

#extension_button[data-v-30e115c8], #touchId_button[data-v-30e115c8] {
  width: 18.5%;
  height: 18.5%;
  border-radius: 25px;
}

.app-feedback-panel {
  background-color: #ffffff;
  border-color: #005eb8;
  border-width: 4px;
  border-style: solid;
  padding: 24px;
  margin-bottom: 24px;
}

.app-feedback-panel__title {
  font-size: 1.1875rem;
  line-height: 1.4210526316;
}
@media (min-width: 40.0625em) {
  .app-feedback-panel__title {
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
}
@media print {
  .app-feedback-panel__title {
    font-size: 15pt;
    line-height: 1.25;
  }
}

.app-form-group--inline {
  display: block;
}
.app-form-group--inline .nhsuk-form-group {
  max-width: 100%;
  margin-bottom: 8px;
}
@media (max-width: 40.0525em) {
  .app-form-group--inline {
    display: block !important;
  }
}
@media (min-width: 40.0625em) {
  .app-form-group--inline {
    display: flex;
    gap: 8px;
    align-items: flex-end;
  }
  .app-form-group--inline .nhsuk-form-group {
    flex-grow: 1;
    margin-bottom: 0;
  }
  .app-form-group--inline .nhsuk-button,
  .app-form-group--inline .nhsuk-button-group {
    flex-grow: 0;
  }
  .app-form-group--inline .nhsuk-button {
    margin-bottom: 6px;
  }
}

.moj-sub-navigation {
  margin-bottom: 16px;
}
.moj-sub-navigation__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #b1b4b6;
  min-height: 53px;
  gap: 16px;
}
.moj-sub-navigation__list > li {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
}
@media (max-width: 640px) {
  .moj-sub-navigation__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-bottom: none;
  }
  .moj-sub-navigation__list > li {
    width: 100%;
    box-shadow: inset 0 -1px 0 #b1b4b6;
  }
  .moj-sub-navigation__list > li:last-child {
    box-shadow: none;
  }
}

.moj-sub-navigation__item {
  font-size: 19px;
  font-weight: normal;
}

.moj-sub-navigation__link {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  position: relative;
}
@media (max-width: 640px) {
  .moj-sub-navigation__link {
    padding-left: 16px;
  }
}
.moj-sub-navigation__link:link, .moj-sub-navigation__link:visited {
  color: #1d70b8;
}
.moj-sub-navigation__link:hover {
  color: #6dafe8;
}
.moj-sub-navigation__link:focus {
  color: #212b32;
  outline: none;
  box-shadow: none;
  position: relative;
}
.moj-sub-navigation__link:focus::before {
  background-color: #212b32;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 640px) {
  .moj-sub-navigation__link:focus::before {
    width: 5px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
  }
}
.moj-sub-navigation__link[aria-current=page] {
  color: #003078;
  text-decoration: none;
  position: relative;
}
.moj-sub-navigation__link[aria-current=page]::before {
  background-color: #1d70b8;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  margin-bottom: -1px;
}
@media (max-width: 640px) {
  .moj-sub-navigation__link[aria-current=page]::before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 100%;
    margin-bottom: 0;
  }
}
.moj-sub-navigation__link[aria-current=page]:focus::before {
  background-color: #212b32;
}

.moj-nav-hidden {
  display: none;
}
















































:root {
  --govuk-frontend-version: "5.11.2";
  --govuk-breakpoint-mobile: 20rem;
  --govuk-frontend-breakpoint-mobile: var(--govuk-breakpoint-mobile);
  --govuk-breakpoint-tablet: 40.0625rem;
  --govuk-frontend-breakpoint-tablet: var(--govuk-breakpoint-tablet);
  --govuk-breakpoint-desktop: 48.0625rem;
  --govuk-frontend-breakpoint-desktop: var(--govuk-breakpoint-desktop);
}


.govuk-link, .app-task-list__task-name > a {
  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: 0.1578em;
}
/*! Copyright (c) 2011 by Margaret Calvert & Henrik Kubel. All rights reserved. The font has been customised for exclusive use on gov.uk. This cut is not commercially available. */ /* stylelint-disable-line scss/comment-no-loud  */
@font-face {
  font-family: "GDS Transport";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/light-94a07e06a1-v2.woff2") format("woff2"), url("/assets/fonts/light-f591b13f7d-v2.woff") format("woff");
  font-display: fallback;
}
@font-face {
  font-family: "GDS Transport";
  font-style: normal;
  font-weight: bold;
  src: url("/assets/fonts/bold-b542beb274-v2.woff2") format("woff2"), url("/assets/fonts/bold-affa96571d-v2.woff") format("woff");
  font-display: fallback;
}
@media print {
  .govuk-link, .app-task-list__task-name > a {
    font-family: sans-serif;
  }
}
.govuk-link:hover, .app-task-list__task-name > a: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-link:focus, .app-task-list__task-name > a:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-link:focus, .app-task-list__task-name > a:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-link:link, .app-task-list__task-name > a:link {
  color: #1d70b8;
}
.govuk-link:visited, .app-task-list__task-name > a:visited {
  color: #4c2c92;
}
.govuk-link:hover, .app-task-list__task-name > a:hover {
  color: #003078;
}
.govuk-link:active, .app-task-list__task-name > a:active {
  color: #0b0c0c;
}
.govuk-link:focus, .app-task-list__task-name > a:focus {
  color: #0b0c0c;
}
@media print {
  [href^="/"].govuk-link::after, .app-task-list__task-name > a[href^="/"]::after, [href^="http://"].govuk-link::after, .app-task-list__task-name > a[href^="http://"]::after, [href^="https://"].govuk-link::after, .app-task-list__task-name > a[href^="https://"]::after {
    content: " (" attr(href) ")";
    font-size: 90%;
    word-wrap: break-word;
  }
}

.govuk-link--muted:link, .govuk-link--muted:visited {
  color: #505a5f;
}
.govuk-link--muted:hover, .govuk-link--muted:active {
  color: #0b0c0c;
}
.govuk-link--muted:focus {
  color: #0b0c0c;
}

.govuk-link--text-colour:link, .govuk-link--text-colour:visited {
  color: #0b0c0c;
}
@media print {
  .govuk-link--text-colour:link, .govuk-link--text-colour:visited {
    color: #000000;
  }
}
.govuk-link--text-colour:hover {
  color: rgba(11, 12, 12, 0.99);
}
.govuk-link--text-colour:active, .govuk-link--text-colour:focus {
  color: #0b0c0c;
}
@media print {
  .govuk-link--text-colour:active, .govuk-link--text-colour:focus {
    color: #000000;
  }
}

.govuk-link--inverse:link, .govuk-link--inverse:visited {
  color: #ffffff;
}
.govuk-link--inverse:hover, .govuk-link--inverse:active {
  color: rgba(255, 255, 255, 0.99);
}
.govuk-link--inverse:focus {
  color: #0b0c0c;
}

.govuk-link--no-underline:not(:hover):not(:active) {
  text-decoration: none;
}

.govuk-link--no-visited-state:link {
  color: #1d70b8;
}
.govuk-link--no-visited-state:visited {
  color: #1d70b8;
}
.govuk-link--no-visited-state:hover {
  color: #003078;
}
.govuk-link--no-visited-state:active {
  color: #0b0c0c;
}
.govuk-link--no-visited-state:focus {
  color: #0b0c0c;
}

.govuk-link-image {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}
.govuk-link-image:focus {
  outline: 3px solid transparent;
  box-shadow: 0 0 0 4px #ffdd00, 0 0 0 8px #0b0c0c;
}


.govuk-list {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 0;
  list-style-type: none;
}
@media print {
  .govuk-list {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-list {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-list {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-list {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-list {
    margin-bottom: 20px;
  }
}
.govuk-list .govuk-list {
  margin-top: 10px;
}

.govuk-list > li {
  margin-bottom: 5px;
}

.govuk-list--bullet {
  padding-left: 20px;
  list-style-type: disc;
}

.govuk-list--number {
  padding-left: 20px;
  list-style-type: decimal;
}

.govuk-list--bullet > li,
.govuk-list--number > li {
  margin-bottom: 0;
}
@media (min-width: 40.0625em) {
  .govuk-list--bullet > li,
  .govuk-list--number > li {
    margin-bottom: 5px;
  }
}

.govuk-list--spaced > li {
  margin-bottom: 10px;
}
@media (min-width: 40.0625em) {
  .govuk-list--spaced > li {
    margin-bottom: 15px;
  }
}


.govuk-heading-xl {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.09375;
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
}
@media print {
  .govuk-heading-xl {
    color: #000000;
  }
}
@media print {
  .govuk-heading-xl {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-xl {
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
@media print {
  .govuk-heading-xl {
    font-size: 32pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-xl {
    margin-bottom: 50px;
  }
}

.govuk-heading-l {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.0416666667;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
}
@media print {
  .govuk-heading-l {
    color: #000000;
  }
}
@media print {
  .govuk-heading-l {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-l {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-heading-l {
    font-size: 24pt;
    line-height: 1.05;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-l {
    margin-bottom: 30px;
  }
}

.hmrc-timeline__event-title, .govuk-heading-m {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
}
@media print {
  .hmrc-timeline__event-title, .govuk-heading-m {
    color: #000000;
  }
}
@media print {
  .hmrc-timeline__event-title, .govuk-heading-m {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-timeline__event-title, .govuk-heading-m {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .hmrc-timeline__event-title, .govuk-heading-m {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-timeline__event-title, .govuk-heading-m {
    margin-bottom: 20px;
  }
}

.govuk-heading-s {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
}
@media print {
  .govuk-heading-s {
    color: #000000;
  }
}
@media print {
  .govuk-heading-s {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-s {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-heading-s {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-s {
    margin-bottom: 20px;
  }
}

.govuk-caption-xl {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  display: block;
  margin-bottom: 5px;
  color: #505a5f;
}
@media print {
  .govuk-caption-xl {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-caption-xl {
    font-size: 1.6875rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-caption-xl {
    font-size: 18pt;
    line-height: 1.15;
  }
}

.govuk-caption-l {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  display: block;
  margin-bottom: 5px;
  color: #505a5f;
}
@media print {
  .govuk-caption-l {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-caption-l {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-caption-l {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-caption-l {
    margin-bottom: 0;
  }
}

.govuk-caption-m {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  display: block;
  color: #505a5f;
}
@media print {
  .govuk-caption-m {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-caption-m {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-caption-m {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.govuk-body-lead, .govuk-body-l {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  margin-top: 0;
  margin-bottom: 20px;
}
@media print {
  .govuk-body-lead, .govuk-body-l {
    color: #000000;
  }
}
@media print {
  .govuk-body-lead, .govuk-body-l {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-lead, .govuk-body-l {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-body-lead, .govuk-body-l {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-lead, .govuk-body-l {
    margin-bottom: 30px;
  }
}

.govuk-body, .govuk-body-m {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 15px;
}
@media print {
  .govuk-body, .govuk-body-m {
    color: #000000;
  }
}
@media print {
  .govuk-body, .govuk-body-m {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body, .govuk-body-m {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-body, .govuk-body-m {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body, .govuk-body-m {
    margin-bottom: 20px;
  }
}

.govuk-body-s {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  margin-top: 0;
  margin-bottom: 15px;
}
@media print {
  .govuk-body-s {
    color: #000000;
  }
}
@media print {
  .govuk-body-s {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-s {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-body-s {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-s {
    margin-bottom: 20px;
  }
}

.govuk-body-xs {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 15px;
}
@media print {
  .govuk-body-xs {
    color: #000000;
  }
}
@media print {
  .govuk-body-xs {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-xs {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
@media print {
  .govuk-body-xs {
    font-size: 12pt;
    line-height: 1.2;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-xs {
    margin-bottom: 20px;
  }
}

.govuk-body-l + .govuk-heading-l, .govuk-body-lead + .govuk-heading-l {
  padding-top: 5px;
}
@media (min-width: 40.0625em) {
  .govuk-body-l + .govuk-heading-l, .govuk-body-lead + .govuk-heading-l {
    padding-top: 10px;
  }
}

.govuk-body-m + .govuk-heading-l, .govuk-body + .govuk-heading-l,
.govuk-body-s + .govuk-heading-l,
.govuk-list + .govuk-heading-l {
  padding-top: 15px;
}
@media (min-width: 40.0625em) {
  .govuk-body-m + .govuk-heading-l, .govuk-body + .govuk-heading-l,
  .govuk-body-s + .govuk-heading-l,
  .govuk-list + .govuk-heading-l {
    padding-top: 20px;
  }
}

.govuk-body-m + .hmrc-timeline__event-title, .govuk-body + .hmrc-timeline__event-title, .govuk-body-m + .govuk-heading-m, .govuk-body + .govuk-heading-m,
.govuk-body-s + .hmrc-timeline__event-title,
.govuk-body-s + .govuk-heading-m,
.govuk-list + .hmrc-timeline__event-title,
.govuk-list + .govuk-heading-m,
.govuk-body-m + .govuk-heading-s,
.govuk-body + .govuk-heading-s,
.govuk-body-s + .govuk-heading-s,
.govuk-list + .govuk-heading-s {
  padding-top: 5px;
}
@media (min-width: 40.0625em) {
  .govuk-body-m + .hmrc-timeline__event-title, .govuk-body + .hmrc-timeline__event-title, .govuk-body-m + .govuk-heading-m, .govuk-body + .govuk-heading-m,
  .govuk-body-s + .hmrc-timeline__event-title,
  .govuk-body-s + .govuk-heading-m,
  .govuk-list + .hmrc-timeline__event-title,
  .govuk-list + .govuk-heading-m,
  .govuk-body-m + .govuk-heading-s,
  .govuk-body + .govuk-heading-s,
  .govuk-body-s + .govuk-heading-s,
  .govuk-list + .govuk-heading-s {
    padding-top: 10px;
  }
}


.govuk-section-break {
  margin: 0;
  border: 0;
}

.govuk-section-break--xl {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 40.0625em) {
  .govuk-section-break--xl {
    margin-top: 50px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-section-break--xl {
    margin-bottom: 50px;
  }
}

.govuk-section-break--l {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 40.0625em) {
  .govuk-section-break--l {
    margin-top: 30px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-section-break--l {
    margin-bottom: 30px;
  }
}

.govuk-section-break--m {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .govuk-section-break--m {
    margin-top: 20px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-section-break--m {
    margin-bottom: 20px;
  }
}

.govuk-section-break--visible {
  border-bottom: 1px solid #b1b4b6;
}





















































.govuk-button-group {
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 40.0625em) {
  .govuk-button-group {
    margin-bottom: 15px;
  }
}
.govuk-button-group .govuk-link, .govuk-button-group .app-task-list__task-name > a {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875;
  display: inline-block;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
}
@media print {
  .govuk-button-group .govuk-link, .govuk-button-group .app-task-list__task-name > a {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-button-group .govuk-link, .govuk-button-group .app-task-list__task-name > a {
    font-size: 1.1875rem;
    line-height: 1;
  }
}
@media print {
  .govuk-button-group .govuk-link, .govuk-button-group .app-task-list__task-name > a {
    font-size: 14pt;
    line-height: 19px;
  }
}
.govuk-button-group .govuk-button {
  margin-bottom: 17px;
}
@media (min-width: 40.0625em) {
  .govuk-button-group {
    margin-right: -15px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .govuk-button-group .govuk-button,
  .govuk-button-group .govuk-link,
  .govuk-button-group .app-task-list__task-name > a {
    margin-right: 15px;
  }
  .govuk-button-group .govuk-link, .govuk-button-group .app-task-list__task-name > a {
    text-align: left;
  }
}

















































.govuk-form-group {
  margin-bottom: 20px;
}
.govuk-form-group::after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 40.0625em) {
  .govuk-form-group {
    margin-bottom: 30px;
  }
}
.govuk-form-group .govuk-form-group:last-of-type {
  margin-bottom: 0;
}

.govuk-form-group--error {
  padding-left: 15px;
  border-left: 5px solid #d4351c;
}
.govuk-form-group--error .govuk-form-group {
  padding: 0;
  border: 0;
}

















































.govuk-grid-row {
  margin-right: -15px;
  margin-left: -15px;
}
.govuk-grid-row::after {
  content: "";
  display: block;
  clear: both;
}

.govuk-grid-column-one-quarter {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .govuk-grid-column-one-quarter {
    width: 25%;
    float: left;
  }
}

.govuk-grid-column-one-third {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .govuk-grid-column-one-third {
    width: 33.3333333333%;
    float: left;
  }
}

.govuk-grid-column-one-half {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .govuk-grid-column-one-half {
    width: 50%;
    float: left;
  }
}

.govuk-grid-column-two-thirds {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .govuk-grid-column-two-thirds {
    width: 66.6666666667%;
    float: left;
  }
}

.govuk-grid-column-three-quarters {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .govuk-grid-column-three-quarters {
    width: 75%;
    float: left;
  }
}

.govuk-grid-column-full {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .govuk-grid-column-full {
    width: 100%;
    float: left;
  }
}

.govuk-grid-column-one-quarter-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}
@media (min-width: 48.0625em) {
  .govuk-grid-column-one-quarter-from-desktop {
    width: 25%;
    float: left;
  }
}

.govuk-grid-column-one-third-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}
@media (min-width: 48.0625em) {
  .govuk-grid-column-one-third-from-desktop {
    width: 33.3333333333%;
    float: left;
  }
}

.govuk-grid-column-one-half-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}
@media (min-width: 48.0625em) {
  .govuk-grid-column-one-half-from-desktop {
    width: 50%;
    float: left;
  }
}

.govuk-grid-column-two-thirds-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}
@media (min-width: 48.0625em) {
  .govuk-grid-column-two-thirds-from-desktop {
    width: 66.6666666667%;
    float: left;
  }
}

.govuk-grid-column-three-quarters-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}
@media (min-width: 48.0625em) {
  .govuk-grid-column-three-quarters-from-desktop {
    width: 75%;
    float: left;
  }
}

.govuk-grid-column-full-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}
@media (min-width: 48.0625em) {
  .govuk-grid-column-full-from-desktop {
    width: 100%;
    float: left;
  }
}

















































.govuk-main-wrapper {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 40.0625em) {
  .govuk-main-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.govuk-main-wrapper--auto-spacing:first-child,
.govuk-main-wrapper--l {
  padding-top: 30px;
}
@media (min-width: 40.0625em) {
  .govuk-main-wrapper--auto-spacing:first-child,
  .govuk-main-wrapper--l {
    padding-top: 50px;
  }
}

















































.govuk-template {
  background-color: #f3f2f1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.govuk-template--rebranded {
  background-color: #f4f8fb;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .govuk-template {
    scroll-padding-top: 60px;
  }
  .govuk-template:not(:has(.govuk-exit-this-page)) {
    scroll-padding-top: 0;
  }
}
@media screen {
  .govuk-template {
    overflow-y: scroll;
  }
}

.govuk-template__body {
  margin: 0;
  background-color: #ffffff;
}

















































.govuk-width-container {
  max-width: 960px;
  margin-right: 15px;
  margin-left: 15px;
}
@supports (margin: max(calc(0px))) {
  .govuk-width-container {
    margin-right: max(15px, calc(15px + env(safe-area-inset-right)));
    margin-left: max(15px, calc(15px + env(safe-area-inset-left)));
  }
}
@media (min-width: 40.0625em) {
  .govuk-width-container {
    margin-right: 30px;
    margin-left: 30px;
  }
  @supports (margin: max(calc(0px))) {
    .govuk-width-container {
      margin-right: max(30px, calc(15px + env(safe-area-inset-right)));
      margin-left: max(30px, calc(15px + env(safe-area-inset-left)));
    }
  }
}
@media (min-width: 1020px) {
  .govuk-width-container {
    margin-right: auto;
    margin-left: auto;
  }
  @supports (margin: max(calc(0px))) {
    .govuk-width-container {
      margin-right: auto;
      margin-left: auto;
    }
  }
}


















































.govuk-accordion {
  margin-bottom: 20px;
}
@media (min-width: 40.0625em) {
  .govuk-accordion {
    margin-bottom: 30px;
  }
}

.govuk-accordion__section {
  padding-top: 15px;
}

.govuk-accordion__section-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.govuk-accordion__section-button {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  color: #0b0c0c;
  display: block;
  margin-bottom: 0;
  padding-top: 15px;
}
@media print {
  .govuk-accordion__section-button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-accordion__section-button {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-accordion__section-button {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-accordion__section-button {
    color: #000000;
  }
}

.govuk-accordion__section-content > :last-child {
  margin-bottom: 0;
}

.govuk-frontend-supported .govuk-accordion {
  border-bottom: 1px solid #b1b4b6;
}
.govuk-frontend-supported .govuk-accordion__section {
  padding-top: 0;
}
.govuk-frontend-supported .govuk-accordion__section-content {
  display: none;
  padding-top: 15px;
  padding-bottom: 30px;
}
@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-accordion__section-content {
    padding-bottom: 50px;
  }
}
.govuk-frontend-supported .govuk-accordion__section-content[hidden] {
  padding-top: 0;
  padding-bottom: 0;
}
@supports (content-visibility: hidden) {
  .govuk-frontend-supported .govuk-accordion__section-content[hidden] {
    content-visibility: hidden;
    display: inherit;
  }
}
.govuk-frontend-supported .govuk-accordion__section--expanded .govuk-accordion__section-content {
  display: block;
}
.govuk-frontend-supported .govuk-accordion__show-all {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  position: relative;
  z-index: 1;
  margin-bottom: 9px;
  padding: 5px 2px 5px 0;
  border-width: 0;
  color: #1d70b8;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
}
@media print {
  .govuk-frontend-supported .govuk-accordion__show-all {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-accordion__show-all {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-frontend-supported .govuk-accordion__show-all {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-accordion__show-all {
    margin-bottom: 14px;
  }
}
.govuk-frontend-supported .govuk-accordion__show-all::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.govuk-frontend-supported .govuk-accordion__show-all:hover {
  color: #0b0c0c;
  background: #f3f2f1;
  box-shadow: 0 -2px #f3f2f1, 0 4px #f3f2f1;
}
.govuk-frontend-supported .govuk-accordion__show-all:hover .govuk-accordion__section-toggle-text {
  color: #0b0c0c;
}
.govuk-frontend-supported .govuk-accordion__show-all:hover .govuk-accordion-nav__chevron {
  color: #0b0c0c;
  background: #0b0c0c;
}
.govuk-frontend-supported .govuk-accordion__show-all:hover .govuk-accordion-nav__chevron::after {
  color: #f3f2f1;
}
.govuk-frontend-supported .govuk-accordion__show-all:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-frontend-supported .govuk-accordion__show-all:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-frontend-supported .govuk-accordion__show-all:focus .govuk-accordion-nav__chevron {
  background: #0b0c0c;
}
.govuk-frontend-supported .govuk-accordion__show-all:focus .govuk-accordion-nav__chevron::after {
  color: #ffdd00;
}
.govuk-frontend-supported .govuk-accordion__section-heading {
  padding: 0;
}
.govuk-frontend-supported .govuk-accordion-nav__chevron {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid;
  border-radius: 50%;
  vertical-align: middle;
}
.govuk-frontend-supported .govuk-accordion-nav__chevron::after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: 0.3125rem;
  left: 0.375rem;
  width: 0.375rem;
  height: 0.375rem;
  transform: rotate(-45deg);
  border-top: 0.125rem solid;
  border-right: 0.125rem solid;
}
.govuk-frontend-supported .govuk-accordion-nav__chevron--down {
  transform: rotate(180deg);
}
.govuk-frontend-supported .govuk-accordion__section-button {
  width: 100%;
  padding: 10px 0 0;
  border: 0;
  border-top: 1px solid #b1b4b6;
  border-bottom: 10px solid transparent;
  color: #0b0c0c;
  background: none;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
}
@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-accordion__section-button {
    padding-bottom: 10px;
  }
}
.govuk-frontend-supported .govuk-accordion__section-button:active {
  color: #0b0c0c;
  background: none;
}
.govuk-frontend-supported .govuk-accordion__section-button:hover {
  color: #0b0c0c;
  background: #f3f2f1;
}
.govuk-frontend-supported .govuk-accordion__section-button:hover .govuk-accordion__section-toggle-text {
  color: #0b0c0c;
}
.govuk-frontend-supported .govuk-accordion__section-button:hover .govuk-accordion-nav__chevron {
  color: #0b0c0c;
  background: #0b0c0c;
}
.govuk-frontend-supported .govuk-accordion__section-button:hover .govuk-accordion-nav__chevron::after {
  color: #f3f2f1;
}
.govuk-frontend-supported .govuk-accordion__section-button:focus {
  outline: 0;
}
.govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-heading-text-focus,
.govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-summary-focus,
.govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-toggle-focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-heading-text-focus,
  .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-summary-focus,
  .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-toggle-focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion-nav__chevron {
  color: #0b0c0c;
  background: #0b0c0c;
}
.govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion-nav__chevron::after {
  color: #ffdd00;
}
.govuk-frontend-supported .govuk-accordion__section-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.govuk-frontend-supported .govuk-accordion__section--expanded .govuk-accordion__section-button {
  padding-bottom: 15px;
  border-bottom: 0;
}
@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-accordion__section--expanded .govuk-accordion__section-button {
    padding-bottom: 20px;
  }
}
.govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-toggle-focus {
  padding-bottom: 3px;
}
@media (min-width: 48.0625em) {
  .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-toggle-focus {
    padding-bottom: 2px;
  }
}
.govuk-frontend-supported .govuk-accordion__section-toggle,
.govuk-frontend-supported .govuk-accordion__section-heading-text,
.govuk-frontend-supported .govuk-accordion__section-summary {
  display: block;
  margin-bottom: 13px;
}
.govuk-frontend-supported .govuk-accordion__section-toggle .govuk-accordion__section-heading-text-focus,
.govuk-frontend-supported .govuk-accordion__section-toggle .govuk-accordion__section-summary-focus,
.govuk-frontend-supported .govuk-accordion__section-toggle .govuk-accordion__section-toggle-focus,
.govuk-frontend-supported .govuk-accordion__section-heading-text .govuk-accordion__section-heading-text-focus,
.govuk-frontend-supported .govuk-accordion__section-heading-text .govuk-accordion__section-summary-focus,
.govuk-frontend-supported .govuk-accordion__section-heading-text .govuk-accordion__section-toggle-focus,
.govuk-frontend-supported .govuk-accordion__section-summary .govuk-accordion__section-heading-text-focus,
.govuk-frontend-supported .govuk-accordion__section-summary .govuk-accordion__section-summary-focus,
.govuk-frontend-supported .govuk-accordion__section-summary .govuk-accordion__section-toggle-focus {
  display: inline;
}
.govuk-frontend-supported .govuk-accordion__section-toggle {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  color: #1d70b8;
}
@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-accordion__section-toggle {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-frontend-supported .govuk-accordion__section-toggle {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-frontend-supported .govuk-accordion__show-all-text,
.govuk-frontend-supported .govuk-accordion__section-toggle-text {
  margin-left: 5px;
  vertical-align: middle;
}
@media screen and (forced-colors: active) {
  .govuk-frontend-supported .govuk-accordion__show-all:hover .govuk-accordion-nav__chevron,
  .govuk-frontend-supported .govuk-accordion__section-button:hover .govuk-accordion-nav__chevron {
    background-color: transparent;
  }
  .govuk-frontend-supported .govuk-accordion__show-all:focus .govuk-accordion__section-heading-text-focus,
  .govuk-frontend-supported .govuk-accordion__show-all:focus .govuk-accordion__section-summary-focus,
  .govuk-frontend-supported .govuk-accordion__show-all:focus .govuk-accordion__section-toggle-focus,
  .govuk-frontend-supported .govuk-accordion__show-all:focus .govuk-accordion-nav__chevron,
  .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-heading-text-focus,
  .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-summary-focus,
  .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-toggle-focus,
  .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion-nav__chevron {
    background: transparent;
    background-color: transparent;
  }
}
@media (hover: none) {
  .govuk-frontend-supported .govuk-accordion__section-header:hover {
    border-top-color: #b1b4b6;
    box-shadow: inset 0 3px 0 0 #1d70b8;
  }
  .govuk-frontend-supported .govuk-accordion__section-header:hover .govuk-accordion__section-button {
    border-top-color: #b1b4b6;
  }
}


.govuk-back-link {
  font-size: 0.875rem;
  line-height: 1.1428571429;
  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: 0.1578em;
  display: inline-block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0.875em;
}
@media (min-width: 40.0625em) {
  .govuk-back-link {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-back-link {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media print {
  .govuk-back-link {
    font-family: sans-serif;
  }
}
.govuk-back-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-back-link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-back-link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-back-link:link, .govuk-back-link:visited {
  color: #0b0c0c;
}
@media print {
  .govuk-back-link:link, .govuk-back-link:visited {
    color: #000000;
  }
}
.govuk-back-link:hover {
  color: rgba(11, 12, 12, 0.99);
}
.govuk-back-link:active, .govuk-back-link:focus {
  color: #0b0c0c;
}
@media print {
  .govuk-back-link:active, .govuk-back-link:focus {
    color: #000000;
  }
}

.govuk-back-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.1875em;
  width: 0.4375em;
  height: 0.4375em;
  margin: auto 0;
  transform: rotate(225deg);
  border: solid;
  border-width: 1px 1px 0 0;
  border-color: #505a5f;
}
@supports (border-width: max(0px)) {
  .govuk-back-link::before {
    border-width: max(1px, 0.0625em) max(1px, 0.0625em) 0 0;
    font-size: max(16px, 1em);
  }
}

.govuk-back-link:focus::before {
  border-color: #0b0c0c;
}

.govuk-back-link::after {
  content: "";
  position: absolute;
  top: -14px;
  right: 0;
  bottom: -14px;
  left: 0;
}

.govuk-back-link--inverse:link, .govuk-back-link--inverse:visited {
  color: #ffffff;
}
.govuk-back-link--inverse:hover, .govuk-back-link--inverse:active {
  color: rgba(255, 255, 255, 0.99);
}
.govuk-back-link--inverse:focus {
  color: #0b0c0c;
}
.govuk-back-link--inverse::before {
  border-color: currentcolor;
}


.govuk-breadcrumbs {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  color: #0b0c0c;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media print {
  .govuk-breadcrumbs {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-breadcrumbs {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-breadcrumbs {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media print {
  .govuk-breadcrumbs {
    color: #000000;
  }
}

.govuk-breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.govuk-breadcrumbs__list::after {
  content: "";
  display: block;
  clear: both;
}

.govuk-breadcrumbs__list-item {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  margin-left: 0.625em;
  padding-left: 0.9784375em;
  float: left;
}
.govuk-breadcrumbs__list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.206875em;
  width: 0.4375em;
  height: 0.4375em;
  margin: auto 0;
  transform: rotate(45deg);
  border: solid;
  border-width: 1px 1px 0 0;
  border-color: #505a5f;
}
@supports (border-width: max(0px)) {
  .govuk-breadcrumbs__list-item::before {
    border-width: max(1px, 0.0625em) max(1px, 0.0625em) 0 0;
    font-size: max(16px, 1em);
  }
}
.govuk-breadcrumbs__list-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
.govuk-breadcrumbs__list-item:first-child::before {
  content: none;
  display: none;
}

.govuk-breadcrumbs__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: 0.1578em;
}
@media print {
  .govuk-breadcrumbs__link {
    font-family: sans-serif;
  }
}
.govuk-breadcrumbs__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-breadcrumbs__link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-breadcrumbs__link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-breadcrumbs__link:link, .govuk-breadcrumbs__link:visited {
  color: #0b0c0c;
}
@media print {
  .govuk-breadcrumbs__link:link, .govuk-breadcrumbs__link:visited {
    color: #000000;
  }
}
.govuk-breadcrumbs__link:hover {
  color: rgba(11, 12, 12, 0.99);
}
.govuk-breadcrumbs__link:active, .govuk-breadcrumbs__link:focus {
  color: #0b0c0c;
}
@media print {
  .govuk-breadcrumbs__link:active, .govuk-breadcrumbs__link:focus {
    color: #000000;
  }
}

@media (max-width: 40.0525em) {
  .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list-item {
    display: none;
  }
  .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list-item:first-child, .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list-item:last-child {
    display: inline-block;
  }
  .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list-item::before {
    top: 0.375em;
    margin: 0;
  }
  .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list {
    display: flex;
  }
}

.govuk-breadcrumbs--inverse {
  color: #ffffff;
}
.govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:link, .govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:visited {
  color: #ffffff;
}
.govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:hover, .govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:active {
  color: rgba(255, 255, 255, 0.99);
}
.govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:focus {
  color: #0b0c0c;
}
.govuk-breadcrumbs--inverse .govuk-breadcrumbs__list-item::before {
  border-color: currentcolor;
}


.govuk-button {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 22px;
  padding: 8px 10px 7px;
  border: 2px solid transparent;
  border-radius: 0;
  color: #ffffff;
  background-color: #00703c;
  box-shadow: 0 2px 0 #002d18;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: none;
}
@media print {
  .govuk-button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-button {
    font-size: 1.1875rem;
    line-height: 1;
  }
}
@media print {
  .govuk-button {
    font-size: 14pt;
    line-height: 19px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-button {
    margin-bottom: 32px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-button {
    width: auto;
  }
}
.govuk-button:link, .govuk-button:visited, .govuk-button:active, .govuk-button:hover {
  color: #ffffff;
  text-decoration: none;
}
.govuk-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.govuk-button:hover {
  background-color: #005a30;
}
.govuk-button:active {
  top: 2px;
}
.govuk-button:focus {
  border-color: #ffdd00;
  outline: 3px solid transparent;
  box-shadow: inset 0 0 0 1px #ffdd00;
}
.govuk-button:focus:not(:active):not(:hover) {
  border-color: #ffdd00;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 2px 0 #0b0c0c;
}
.govuk-button::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -4px;
  left: -2px;
  background: transparent;
}
.govuk-button:active::before {
  top: -4px;
}

.govuk-button[disabled] {
  opacity: 0.5;
}
.govuk-button[disabled]:hover {
  background-color: #00703c;
  cursor: not-allowed;
}
.govuk-button[disabled]:active {
  top: 0;
  box-shadow: 0 2px 0 #002d18;
}

.govuk-button--secondary {
  background-color: #f3f2f1;
  box-shadow: 0 2px 0 #929191;
}
.govuk-button--secondary, .govuk-button--secondary:link, .govuk-button--secondary:visited, .govuk-button--secondary:active, .govuk-button--secondary:hover {
  color: #0b0c0c;
}
.govuk-button--secondary:hover {
  background-color: #dbdad9;
}
.govuk-button--secondary:hover[disabled] {
  background-color: #f3f2f1;
}

.govuk-button--warning {
  background-color: #d4351c;
  box-shadow: 0 2px 0 #55150b;
}
.govuk-button--warning, .govuk-button--warning:link, .govuk-button--warning:visited, .govuk-button--warning:active, .govuk-button--warning:hover {
  color: #ffffff;
}
.govuk-button--warning:hover {
  background-color: #aa2a16;
}
.govuk-button--warning:hover[disabled] {
  background-color: #d4351c;
}

.govuk-button--inverse {
  background-color: #ffffff;
  box-shadow: 0 2px 0 #144e81;
}
.govuk-button--inverse, .govuk-button--inverse:link, .govuk-button--inverse:visited, .govuk-button--inverse:active, .govuk-button--inverse:hover {
  color: #1d70b8;
}
.govuk-button--inverse:hover {
  background-color: #e8f1f8;
}
.govuk-button--inverse:hover[disabled] {
  background-color: #ffffff;
}

.govuk-button--start {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  display: inline-flex;
  min-height: auto;
  justify-content: center;
}
@media (min-width: 40.0625em) {
  .govuk-button--start {
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media print {
  .govuk-button--start {
    font-size: 18pt;
    line-height: 1;
  }
}

.govuk-button__start-icon {
  margin-left: 5px;
  vertical-align: middle;
  flex-shrink: 0;
  align-self: center;
  forced-color-adjust: auto;
}
@media (min-width: 48.0625em) {
  .govuk-button__start-icon {
    margin-left: 10px;
  }
}


.govuk-error-message {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
  clear: both;
  color: #d4351c;
}
@media print {
  .govuk-error-message {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-error-message {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-error-message {
    font-size: 14pt;
    line-height: 1.15;
  }
}


.govuk-hint {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 15px;
  color: #505a5f;
}
@media print {
  .govuk-hint {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-hint {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-hint {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.govuk-label:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl) + .govuk-hint {
  margin-bottom: 10px;
}

.govuk-fieldset__legend:not(.govuk-fieldset__legend--m):not(.govuk-fieldset__legend--l):not(.govuk-fieldset__legend--xl) + .govuk-hint {
  margin-bottom: 10px;
}

.govuk-fieldset__legend + .govuk-hint {
  margin-top: -5px;
}


.govuk-label {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  display: block;
  margin-bottom: 5px;
}
@media print {
  .govuk-label {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-label {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-label {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-label {
    color: #000000;
  }
}

.govuk-label--xl,
.govuk-label--l,
.govuk-label--m {
  font-weight: 700;
  margin-bottom: 15px;
}

.govuk-label--xl {
  font-size: 2rem;
  line-height: 1.09375;
}
@media (min-width: 40.0625em) {
  .govuk-label--xl {
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
@media print {
  .govuk-label--xl {
    font-size: 32pt;
    line-height: 1.15;
  }
}

.govuk-label--l {
  font-size: 1.5rem;
  line-height: 1.0416666667;
}
@media (min-width: 40.0625em) {
  .govuk-label--l {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-label--l {
    font-size: 24pt;
    line-height: 1.05;
  }
}

.govuk-label--m {
  font-size: 1.125rem;
  line-height: 1.1111111111;
}
@media (min-width: 40.0625em) {
  .govuk-label--m {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-label--m {
    font-size: 18pt;
    line-height: 1.15;
  }
}

.govuk-label--s {
  font-weight: 700;
}

.govuk-label-wrapper {
  margin: 0;
}





.govuk-textarea {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 5px;
  resize: vertical;
  border: 2px solid #0b0c0c;
  border-radius: 0;
  -webkit-appearance: none;
}
@media print {
  .govuk-textarea {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-textarea {
    font-size: 1.1875rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-textarea {
    font-size: 14pt;
    line-height: 1.25;
  }
}
@media (min-width: 40.0625em) {
  .govuk-textarea {
    margin-bottom: 30px;
  }
}
.govuk-textarea:focus {
  outline: 3px solid #ffdd00;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}
.govuk-textarea:disabled {
  opacity: 0.5;
  color: inherit;
  background-color: transparent;
  cursor: not-allowed;
}

.govuk-textarea--error {
  border-color: #d4351c;
}
.govuk-textarea--error:focus {
  border-color: #0b0c0c;
}


.govuk-character-count {
  margin-bottom: 20px;
}
@media (min-width: 40.0625em) {
  .govuk-character-count {
    margin-bottom: 30px;
  }
}
.govuk-character-count .govuk-form-group,
.govuk-character-count .govuk-textarea {
  margin-bottom: 5px;
}
.govuk-character-count .govuk-textarea--error:focus {
  border-color: #d4351c;
  box-shadow: inset 0 0 0 2px #d4351c;
}

.govuk-character-count__message {
  font-variant-numeric: tabular-nums;
  margin-top: 0;
  margin-bottom: 0;
}
.govuk-character-count__message::after {
  content: "​";
}

.govuk-character-count__message--disabled {
  visibility: hidden;
}



.govuk-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.govuk-fieldset::after {
  content: "";
  display: block;
  clear: both;
}

@supports not (caret-color: auto) {
  .govuk-fieldset,
  x:-moz-any-link {
    display: table-cell;
  }
}
.govuk-fieldset__legend {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 0;
  white-space: normal;
}
@media print {
  .govuk-fieldset__legend {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-fieldset__legend {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-fieldset__legend {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-fieldset__legend {
    color: #000000;
  }
}

.govuk-fieldset__legend--xl,
.govuk-fieldset__legend--l,
.govuk-fieldset__legend--m {
  font-weight: 700;
  margin-bottom: 15px;
}

.govuk-fieldset__legend--xl {
  font-size: 2rem;
  line-height: 1.09375;
}
@media (min-width: 40.0625em) {
  .govuk-fieldset__legend--xl {
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
@media print {
  .govuk-fieldset__legend--xl {
    font-size: 32pt;
    line-height: 1.15;
  }
}

.govuk-fieldset__legend--l {
  font-size: 1.5rem;
  line-height: 1.0416666667;
}
@media (min-width: 40.0625em) {
  .govuk-fieldset__legend--l {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-fieldset__legend--l {
    font-size: 24pt;
    line-height: 1.05;
  }
}

.govuk-fieldset__legend--m {
  font-size: 1.125rem;
  line-height: 1.1111111111;
}
@media (min-width: 40.0625em) {
  .govuk-fieldset__legend--m {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-fieldset__legend--m {
    font-size: 18pt;
    line-height: 1.15;
  }
}

.govuk-fieldset__legend--s {
  font-weight: 700;
}

.govuk-fieldset__heading {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}




.govuk-checkboxes__item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 10px;
}

.govuk-checkboxes__item:last-child,
.govuk-checkboxes__item:last-of-type {
  margin-bottom: 0;
}

.govuk-checkboxes__input {
  z-index: 1;
  width: 44px;
  height: 44px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.govuk-checkboxes__label {
  align-self: center;
  max-width: calc(100% - 74px);
  margin-bottom: 0;
  padding: 7px 15px;
  cursor: pointer;
  touch-action: manipulation;
}

.govuk-checkboxes__label::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 40px;
  height: 40px;
  border: 2px solid currentcolor;
  background: transparent;
}

.govuk-checkboxes__label::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 13px;
  left: 10px;
  width: 23px;
  height: 12px;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 0 5px 5px;
  border-top-color: transparent;
  opacity: 0;
  background: transparent;
}

.govuk-checkboxes__hint {
  display: block;
  width: 100%;
  margin-top: -5px;
  padding-right: 15px;
  padding-left: 59px;
}

.govuk-label:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl) + .govuk-checkboxes__hint {
  margin-bottom: 0;
}

.govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
  border-width: 4px;
  outline: 3px solid transparent;
  outline-offset: 1px;
  box-shadow: 0 0 0 3px #ffdd00;
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
    outline-color: Highlight;
  }
}

.govuk-checkboxes__input:checked + .govuk-checkboxes__label::after {
  opacity: 1;
}

.govuk-checkboxes__input:disabled,
.govuk-checkboxes__input:disabled + .govuk-checkboxes__label {
  cursor: not-allowed;
}

.govuk-checkboxes__input:disabled + .govuk-checkboxes__label,
.govuk-checkboxes__input:disabled ~ .govuk-hint {
  opacity: 0.5;
}

.govuk-checkboxes__divider {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  width: 40px;
  margin-bottom: 10px;
  text-align: center;
}
@media print {
  .govuk-checkboxes__divider {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-checkboxes__divider {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-checkboxes__divider {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-checkboxes__divider {
    color: #000000;
  }
}

.govuk-checkboxes__conditional {
  margin-bottom: 15px;
  margin-left: 20px;
  padding-left: 35px;
  border-left: 4px solid #b1b4b6;
}
@media (min-width: 40.0625em) {
  .govuk-checkboxes__conditional {
    margin-bottom: 20px;
  }
}
.govuk-frontend-supported .govuk-checkboxes__conditional--hidden {
  display: none;
}
.govuk-checkboxes__conditional > :last-child {
  margin-bottom: 0;
}

.govuk-checkboxes--small .govuk-checkboxes__item {
  margin-bottom: 0;
}
.govuk-checkboxes--small .govuk-checkboxes__input {
  margin-left: -10px;
}
.govuk-checkboxes--small .govuk-checkboxes__label {
  padding-left: 1px;
}
.govuk-checkboxes--small .govuk-checkboxes__label::before {
  top: 10px;
  left: 0;
  width: 24px;
  height: 24px;
}
.govuk-checkboxes--small .govuk-checkboxes__label::after {
  top: 17px;
  left: 6px;
  width: 12px;
  height: 6.5px;
  border-width: 0 0 3px 3px;
}
.govuk-checkboxes--small .govuk-checkboxes__hint {
  padding-left: 34px;
}
.govuk-checkboxes--small .govuk-checkboxes__conditional {
  margin-left: 10px;
  padding-left: 20px;
}
.govuk-checkboxes--small .govuk-checkboxes__divider {
  width: 24px;
  margin-bottom: 5px;
}
.govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label::before {
  outline: 3px dashed transparent;
  outline-offset: 1px;
  box-shadow: 0 0 0 10px #b1b4b6;
}
.govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
  box-shadow: 0 0 0 3px #ffdd00, 0 0 0 10px #b1b4b6;
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
    outline-color: Highlight;
  }
}
@media (hover: none), (pointer: coarse) {
  .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label::before {
    box-shadow: initial;
  }
  .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
    box-shadow: 0 0 0 3px #ffdd00;
  }
}



.govuk-cookie-banner {
  padding-top: 20px;
  border-bottom: 10px solid transparent;
  background-color: #f3f2f1;
}
.govuk-template--rebranded .govuk-cookie-banner {
  background-color: #f4f8fb;
}

.govuk-cookie-banner[hidden] {
  display: none;
}

.govuk-cookie-banner__message {
  margin-bottom: -10px;
}
.govuk-cookie-banner__message[hidden] {
  display: none;
}
.govuk-cookie-banner__message:focus {
  outline: none;
}






.govuk-input {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  box-sizing: border-box;
  width: 100%;
  height: 2.5rem;
  margin-top: 0;
  padding: 5px;
  border: 2px solid #0b0c0c;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
@media print {
  .govuk-input {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-input {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-input {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-input:focus {
  outline: 3px solid #ffdd00;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}
.govuk-input:disabled {
  opacity: 0.5;
  color: inherit;
  background-color: transparent;
  cursor: not-allowed;
}

.govuk-input::-webkit-outer-spin-button,
.govuk-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.govuk-input[type=number] {
  -moz-appearance: textfield;
}

.govuk-input--error {
  border-color: #d4351c;
}
.govuk-input--error:focus {
  border-color: #0b0c0c;
}

.govuk-input--extra-letter-spacing {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.05em;
}

.govuk-input--width-30 {
  max-width: 29.5em;
}

.govuk-input--width-20 {
  max-width: 20.5em;
}

.govuk-input--width-10 {
  max-width: 11.5em;
}

.govuk-input--width-5 {
  max-width: 5.5em;
}

.govuk-input--width-4 {
  max-width: 4.5em;
}

.govuk-input--width-3 {
  max-width: 3.75em;
}

.govuk-input--width-2 {
  max-width: 2.75em;
}

.govuk-input__wrapper {
  display: flex;
}
.govuk-input__wrapper .govuk-input {
  flex: 0 1 auto;
}
.govuk-input__wrapper .govuk-input:focus {
  z-index: 1;
}
@media (max-width: 19.99em) {
  .govuk-input__wrapper {
    display: block;
  }
  .govuk-input__wrapper .govuk-input {
    max-width: 100%;
  }
}

.govuk-input__prefix,
.govuk-input__suffix {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 5px;
  border: 2px solid #0b0c0c;
  background-color: #f3f2f1;
  text-align: center;
  white-space: nowrap;
  cursor: default;
  flex: 0 0 auto;
}
@media print {
  .govuk-input__prefix,
  .govuk-input__suffix {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-input__prefix,
  .govuk-input__suffix {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-input__prefix,
  .govuk-input__suffix {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (max-width: 19.99em) {
  .govuk-input__prefix,
  .govuk-input__suffix {
    display: block;
    height: 100%;
    white-space: normal;
  }
}

@media (max-width: 19.99em) {
  .govuk-input__prefix {
    border-bottom: 0;
  }
}
@media (min-width: 20em) {
  .govuk-input__prefix {
    border-right: 0;
  }
}

@media (max-width: 19.99em) {
  .govuk-input__suffix {
    border-top: 0;
  }
}
@media (min-width: 20em) {
  .govuk-input__suffix {
    border-left: 0;
  }
}





.govuk-date-input {
  font-size: 0;
}
.govuk-date-input::after {
  content: "";
  display: block;
  clear: both;
}

.govuk-date-input__item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}

.govuk-date-input__label {
  display: block;
}

.govuk-date-input__input {
  margin-bottom: 0;
}


.govuk-details {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  margin-bottom: 20px;
  display: block;
}
@media print {
  .govuk-details {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-details {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-details {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-details {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-details {
    margin-bottom: 30px;
  }
}

.govuk-details__summary {
  display: block;
}

.govuk-details[open] .govuk-details__summary {
  margin-bottom: 5px;
}

.govuk-details__summary-text > :first-child {
  margin-top: 0;
}
.govuk-details__summary-text > :only-child,
.govuk-details__summary-text > :last-child {
  margin-bottom: 0;
}

.govuk-details__text {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.govuk-details__text p {
  margin-top: 0;
  margin-bottom: 20px;
}

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

@media screen\0  {
  .govuk-details {
    border-left: 10px solid #b1b4b6;
  }
  .govuk-details__summary {
    margin-top: 15px;
  }
  .govuk-details__summary-text {
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 20px;
  }
}
@media screen\0  and (min-width: 40.0625em) {
  .govuk-details__summary-text {
    margin-bottom: 20px;
  }
}
@supports not (-ms-ime-align: auto) {
  .govuk-details__summary {
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
    padding-left: 25px;
    color: #1d70b8;
    cursor: pointer;
  }
  .govuk-details__summary:hover {
    color: #003078;
  }
  .govuk-details__summary:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdd00;
    box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
    text-decoration: none;
  }
  @supports not (text-wrap: balance) {
    .govuk-details__summary:focus {
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
    }
  }
  .govuk-details__summary-text {
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: 0.1578em;
  }
  .govuk-details__summary:hover .govuk-details__summary-text {
    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-details__summary:focus .govuk-details__summary-text {
    text-decoration: none;
  }
  .govuk-details__summary::-webkit-details-marker {
    display: none;
  }
  .govuk-details__summary::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    border-width: 7px 0 7px 12.124px;
    border-left-color: inherit;
  }
  .govuk-details[open] > .govuk-details__summary::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    border-width: 12.124px 7px 0 7px;
    border-top-color: inherit;
  }
  .govuk-details__text {
    border-left: 5px solid #b1b4b6;
  }
}



.govuk-error-summary {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  padding: 15px;
  margin-bottom: 30px;
  border: 5px solid #d4351c;
}
@media print {
  .govuk-error-summary {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-error-summary {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-error-summary {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-error-summary {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-error-summary {
    padding: 20px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-error-summary {
    margin-bottom: 50px;
  }
}
.govuk-error-summary:focus {
  outline: 3px solid #ffdd00;
}

.govuk-error-summary__title {
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .govuk-error-summary__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-error-summary__title {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-error-summary__title {
    margin-bottom: 20px;
  }
}

.govuk-error-summary__body p {
  margin-bottom: 0;
}
.govuk-error-summary__body > * + * {
  margin-top: 15px;
}
@media (min-width: 40.0625em) {
  .govuk-error-summary__body > * + * {
    margin-top: 20px;
  }
}
.govuk-error-summary__body > :last-child {
  margin-bottom: 5px;
}

.govuk-error-summary__list {
  margin-bottom: 0;
}

.govuk-error-summary__list li:last-child {
  margin-bottom: 0;
}

.govuk-error-summary__list a {
  font-weight: 700;
  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: 0.1578em;
}
@media print {
  .govuk-error-summary__list a {
    font-family: sans-serif;
  }
}
.govuk-error-summary__list a: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-error-summary__list a:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-error-summary__list a:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-error-summary__list a:link, .govuk-error-summary__list a:visited {
  color: #d4351c;
}
.govuk-error-summary__list a:hover {
  color: #942514;
}
.govuk-error-summary__list a:active {
  color: #d4351c;
}
.govuk-error-summary__list a:focus {
  color: #0b0c0c;
}



.govuk-exit-this-page {
  margin-bottom: 30px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 40.0625em) {
  .govuk-exit-this-page {
    margin-bottom: 50px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-exit-this-page {
    display: inline-block;
    right: 0;
    left: auto;
    width: auto;
    float: right;
  }
}

.govuk-exit-this-page__button {
  margin-bottom: 0;
}

.govuk-exit-this-page__indicator {
  padding: 10px;
  display: none;
  padding-bottom: 0;
  color: inherit;
  line-height: 0;
  text-align: center;
  pointer-events: none;
}

.govuk-exit-this-page__indicator--visible {
  display: block;
}

.govuk-exit-this-page__indicator-light {
  box-sizing: border-box;
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin: 0 0.125em;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  border-color: currentcolor;
}

.govuk-exit-this-page__indicator-light--on {
  border-width: 0.375em;
}

@media only print {
  .govuk-exit-this-page {
    display: none;
  }
}
.govuk-exit-this-page-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
}

.govuk-exit-this-page-hide-content * {
  display: none !important;
}
.govuk-exit-this-page-hide-content .govuk-exit-this-page-overlay {
  display: block !important;
}






.govuk-file-upload {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  max-width: 100%;
  margin-left: -5px;
  padding: 5px;
}
@media print {
  .govuk-file-upload {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-file-upload {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-file-upload {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-file-upload {
    color: #000000;
  }
}
.govuk-file-upload::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
.govuk-file-upload:focus {
  outline: 3px solid #ffdd00;
  box-shadow: inset 0 0 0 4px #0b0c0c;
}
.govuk-file-upload:focus-within {
  outline: 3px solid #ffdd00;
  box-shadow: inset 0 0 0 4px #0b0c0c;
}
.govuk-file-upload:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.govuk-drop-zone {
  display: block;
  position: relative;
  z-index: 0;
  background-color: #ffffff;
}

.govuk-drop-zone--disabled {
  cursor: not-allowed;
}

.govuk-file-upload-button__pseudo-button {
  width: auto;
  margin-right: 10px;
  margin-bottom: 3px;
  flex-shrink: 0;
}

.govuk-file-upload-button__instruction {
  margin-top: 7px;
  margin-bottom: 0;
  text-align: left;
}

.govuk-file-upload-button__status {
  display: block;
  margin-bottom: 10px;
  padding: 15px 10px;
  background-color: #ffffff;
  text-align: left;
}

.govuk-file-upload-button__pseudo-button-container {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.govuk-file-upload-button {
  width: 100%;
  padding: 18px;
  border: 2px #b1b4b6 solid;
  background-color: #f3f2f1;
  cursor: pointer;
}
@media (min-width: 40.0625em) {
  .govuk-file-upload-button {
    padding: 23px;
  }
}
.govuk-file-upload-button .govuk-file-upload-button__pseudo-button {
  background-color: #ffffff;
}
.govuk-file-upload-button:hover {
  background-color: #c1c3c5;
}
.govuk-file-upload-button:hover .govuk-file-upload-button__pseudo-button {
  background-color: #dbdad9;
}
.govuk-file-upload-button:hover .govuk-file-upload-button__status {
  background-color: #d2e2f1;
}
.govuk-file-upload-button:active, .govuk-file-upload-button:focus {
  border: 2px solid #0b0c0c;
  outline: 3px solid #ffdd00;
  outline-offset: 0;
  background-color: #c1c3c5;
  box-shadow: inset 0 0 0 2px;
}
.govuk-file-upload-button:active .govuk-file-upload-button__pseudo-button, .govuk-file-upload-button:focus .govuk-file-upload-button__pseudo-button {
  background-color: #ffdd00;
  box-shadow: 0 2px 0 #0b0c0c;
}
.govuk-file-upload-button:active:hover .govuk-file-upload-button__pseudo-button, .govuk-file-upload-button:focus:hover .govuk-file-upload-button__pseudo-button {
  border-color: #ffdd00;
  outline: 3px solid transparent;
  background-color: #f3f2f1;
  box-shadow: inset 0 0 0 1px #ffdd00;
}

.govuk-file-upload-button--empty {
  border-style: dashed;
  background-color: #ffffff;
}
.govuk-file-upload-button--empty .govuk-file-upload-button__pseudo-button {
  background-color: #f3f2f1;
}
.govuk-file-upload-button--empty .govuk-file-upload-button__status {
  color: #0c2d4a;
  background-color: #bbd4ea;
}
.govuk-file-upload-button--empty:hover, .govuk-file-upload-button--empty:focus, .govuk-file-upload-button--empty:active {
  background-color: #f3f2f1;
}
.govuk-file-upload-button--empty:hover .govuk-file-upload-button__status, .govuk-file-upload-button--empty:focus .govuk-file-upload-button__status, .govuk-file-upload-button--empty:active .govuk-file-upload-button__status {
  background-color: #d2e2f1;
}

.govuk-file-upload-button--dragging {
  border-style: solid;
  border-color: #0b0c0c;
}
.govuk-file-upload-button--dragging.govuk-file-upload-button {
  background-color: #c1c3c5;
}
.govuk-file-upload-button--dragging.govuk-file-upload-button--empty {
  background-color: #f3f2f1;
}
.govuk-file-upload-button--dragging.govuk-file-upload-button--empty:not(:disabled) .govuk-file-upload-button__status, .govuk-file-upload-button--dragging.govuk-file-upload-button--empty .govuk-file-upload-button__pseudo-button {
  background-color: #ffffff;
}
.govuk-file-upload-button--dragging .govuk-file-upload-button__pseudo-button {
  background-color: #dbdad9;
}

.govuk-file-upload-button:disabled {
  pointer-events: none;
  opacity: 0.5;
  background-color: #ffffff;
}
.govuk-file-upload-button:disabled .govuk-file-upload-button__pseudo-button {
  background-color: #f3f2f1;
}
.govuk-file-upload-button:disabled .govuk-file-upload-button__status {
  background-color: #bbd4ea;
}


.govuk-footer {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  padding-top: 25px;
  padding-bottom: 15px;
  border-top: 10px solid #1d70b8;
  color: #0b0c0c;
  background: #f3f2f1;
}
@media print {
  .govuk-footer {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-footer {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-footer {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media (min-width: 40.0625em) {
  .govuk-footer {
    padding-top: 40px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-footer {
    padding-bottom: 25px;
  }
}
.govuk-template--rebranded .govuk-footer {
  background: #f4f8fb;
}

.govuk-footer__crown {
  margin-bottom: 25px;
}

.govuk-footer__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: 0.1578em;
}
@media print {
  .govuk-footer__link {
    font-family: sans-serif;
  }
}
.govuk-footer__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-footer__link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-footer__link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-footer__link:link, .govuk-footer__link:visited {
  color: #0b0c0c;
}
@media print {
  .govuk-footer__link:link, .govuk-footer__link:visited {
    color: #000000;
  }
}
.govuk-footer__link:hover {
  color: rgba(11, 12, 12, 0.99);
}
.govuk-footer__link:active, .govuk-footer__link:focus {
  color: #0b0c0c;
}
@media print {
  .govuk-footer__link:active, .govuk-footer__link:focus {
    color: #000000;
  }
}

.govuk-footer__section-break {
  margin: 0;
  margin-bottom: 30px;
  border: 0;
  border-bottom: 1px solid;
  border-bottom-color: #b1b4b6;
}
@media (min-width: 40.0625em) {
  .govuk-footer__section-break {
    margin-bottom: 50px;
  }
}
.govuk-template--rebranded .govuk-footer__section-break {
  border-bottom-color: #8eb8dc;
}

.govuk-footer__meta {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}

.govuk-footer__meta-item {
  margin-right: 15px;
  margin-bottom: 25px;
  margin-left: 15px;
}

.govuk-footer__meta-item--grow {
  flex: 1;
}
@media (max-width: 40.0525em) {
  .govuk-footer__meta-item--grow {
    flex-basis: 320px;
  }
}

.govuk-footer__licence-logo {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  forced-color-adjust: auto;
}
@media (max-width: 48.0525em) {
  .govuk-footer__licence-logo {
    margin-bottom: 15px;
  }
}

.govuk-footer__licence-description {
  display: inline-block;
  text-wrap: balance;
}

.govuk-footer__copyright-logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 112px;
  background-image: url("/assets/images/govuk-crest.svg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 125px 102px;
  text-align: center;
  white-space: nowrap;
}
@supports (-webkit-mask-position: initial) or (mask-position: initial) {
  .govuk-footer__copyright-logo::before {
    background: currentcolor;
    -webkit-mask-image: url("/assets/images/govuk-crest.svg");
    mask-image: url("/assets/images/govuk-crest.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 50% 0%;
    mask-position: 50% 0%;
    -webkit-mask-size: 125px 102px;
    mask-size: 125px 102px;
  }
  @media screen and (forced-colors: active) {
    .govuk-footer__copyright-logo::before {
      background: linktext;
    }
  }
}

.govuk-footer__inline-list {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
}

.govuk-footer__meta-custom {
  margin-bottom: 20px;
}

.govuk-footer__inline-list-item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}

.govuk-footer__heading {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  border-bottom-color: #b1b4b6;
}
@media (max-width: 40.0525em) {
  .govuk-footer__heading {
    padding-bottom: 10px;
  }
}
.govuk-template--rebranded .govuk-footer__heading {
  border-bottom-color: #8eb8dc;
}

.govuk-footer__navigation {
  margin-right: -15px;
  margin-left: -15px;
}
.govuk-footer__navigation::after {
  content: "";
  display: block;
  clear: both;
}

.govuk-footer__section {
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top;
}

.govuk-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  column-gap: 30px;
}

@media (min-width: 48.0625em) {
  .govuk-footer__list--columns-2 {
    column-count: 2;
  }
  .govuk-footer__list--columns-3 {
    column-count: 3;
  }
}
.govuk-footer__list-item {
  margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .govuk-footer__list-item {
    margin-bottom: 20px;
  }
}

.govuk-footer__list-item:last-child {
  margin-bottom: 0;
}


.govuk-header {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  border-bottom: 10px solid #ffffff;
  background: #0b0c0c;
  color: #ffffff;
}
@media print {
  .govuk-header {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-header {
    font-size: 1rem;
    line-height: 1;
  }
}
@media print {
  .govuk-header {
    font-size: 14pt;
    line-height: 1;
  }
}
.govuk-template--rebranded .govuk-header {
  border-bottom: 1px solid transparent;
}
.govuk-template--rebranded .govuk-header {
  background: #1d70b8;
}

@media (max-width: 48.0525em) {
  .govuk-header--with-js-navigation .govuk-header__logo {
    padding-right: 80px;
  }
}

.govuk-header__container--full-width {
  padding: 0 15px;
  border-color: #1d70b8;
}
.govuk-header__container--full-width .govuk-header__menu-button {
  right: 15px;
}

.govuk-header__container {
  position: relative;
  margin-bottom: -10px;
  padding-top: 10px;
  border-bottom: 10px solid #1d70b8;
}
.govuk-header__container::after {
  content: "";
  display: block;
  clear: both;
}
.govuk-template--rebranded .govuk-header__container {
  margin-bottom: 0;
  padding-top: 0;
  border-bottom: none;
}

.govuk-header--full-width-border {
  border-bottom-color: #1d70b8;
}
.govuk-header--full-width-border .govuk-header__container {
  border-bottom-color: transparent;
}

.govuk-header__logotype {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 5px;
  fill: currentcolor;
  vertical-align: top;
}
@media (forced-colors: active) {
  .govuk-header__logotype {
    forced-color-adjust: none;
    color: linktext;
  }
}
.govuk-header__logotype:last-child {
  margin-right: 0;
}
.govuk-template--rebranded .govuk-header__logotype {
  margin-right: 0.4375rem;
  margin-bottom: 2px;
}
.govuk-template--rebranded .govuk-header__logotype:last-child {
  margin-right: 0;
}

.govuk-logo-dot {
  fill: #00ffe0;
}
@media print {
  .govuk-logo-dot {
    fill: currentcolor;
  }
}
@media (forced-colors: active) {
  .govuk-logo-dot {
    fill: currentcolor;
  }
}
:focus .govuk-logo-dot {
  fill: currentcolor;
}

.govuk-header__product-name {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
  display: inline-table;
  margin-top: 10px;
  vertical-align: top;
}
@media (min-width: 40.0625em) {
  .govuk-header__product-name {
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media print {
  .govuk-header__product-name {
    font-size: 18pt;
    line-height: 1;
  }
}
@-moz-document url-prefix() {
  .govuk-header__product-name {
    margin-top: 9.5px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-header__product-name {
    margin-top: 5px;
  }
  @-moz-document url-prefix() {
    .govuk-header__product-name {
      margin-top: 4.5px;
    }
  }
}
.govuk-template--rebranded .govuk-header__product-name {
  margin-top: 0;
  margin-bottom: -0.0625rem;
  font-size: 1.9375rem;
  letter-spacing: -0.015em;
  forced-color-adjust: none;
}
@media screen and (forced-colors: active) {
  .govuk-template--rebranded .govuk-header__product-name {
    color: LinkText;
    background: transparent;
  }
}
@media (min-width: 40.0625em) {
  .govuk-template--rebranded .govuk-header__product-name {
    margin-top: 0;
  }
}
@media (min-width: 48.0625em) {
  .govuk-template--rebranded .govuk-header__product-name {
    margin-top: 0;
  }
}

.govuk-header__link {
  text-decoration: none;
}
.govuk-header__link:link, .govuk-header__link:visited {
  color: #ffffff;
}
.govuk-header__link:hover, .govuk-header__link:active {
  color: rgba(255, 255, 255, 0.99);
}
.govuk-header__link:focus {
  color: #0b0c0c;
}
.govuk-header__link:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.1578em;
}
.govuk-header__link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-header__link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}

.govuk-header__link--homepage {
  display: inline-block;
  margin-right: 10px;
  font-size: 30px;
}
@media (min-width: 48.0625em) {
  .govuk-header__link--homepage {
    display: inline;
  }
}
.govuk-header__link--homepage:link, .govuk-header__link--homepage:visited {
  text-decoration: none;
}
.govuk-header__link--homepage:hover, .govuk-header__link--homepage:active {
  margin-bottom: -3px;
  border-bottom: 3px solid;
}
.govuk-header__link--homepage:focus {
  margin-bottom: 0;
  border-bottom: 0;
}
.govuk-template--rebranded .govuk-header__link--homepage {
  display: inline;
  word-spacing: -0.375rem;
}
.govuk-template--rebranded .govuk-header__link--homepage > * {
  word-spacing: 0;
}
.govuk-template--rebranded .govuk-header__link--homepage:not(:focus) {
  background-color: #1d70b8;
}

.govuk-header__service-name {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: 700;
}
@media (min-width: 40.0625em) {
  .govuk-header__service-name {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-header__service-name {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.govuk-template--rebranded .govuk-header__service-name {
  margin-bottom: 15px;
}
@media (min-width: 48.0625em) {
  .govuk-template--rebranded .govuk-header__service-name {
    margin: 19px 0 11px;
  }
}

.govuk-header__logo,
.govuk-header__content {
  box-sizing: border-box;
}

.govuk-header__logo {
  margin-bottom: 10px;
}
@media (min-width: 48.0625em) {
  .govuk-header__logo {
    width: 33.33%;
    padding-right: 15px;
    float: left;
    vertical-align: top;
  }
  .govuk-header__logo:last-child {
    width: auto;
    padding-right: 0;
    float: none;
  }
}
.govuk-template--rebranded .govuk-header__logo {
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
}

@media (min-width: 48.0625em) {
  .govuk-header__content {
    width: 66.66%;
    padding-left: 15px;
    float: left;
  }
}

.govuk-header__menu-button {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  max-width: 80px;
  min-height: 24px;
  margin-bottom: 5px;
  padding: 0;
  border: 0;
  color: #ffffff;
  background: none;
  word-break: break-all;
  cursor: pointer;
}
@media print {
  .govuk-header__menu-button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-header__menu-button {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-header__menu-button {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.govuk-header__menu-button:hover {
  -webkit-text-decoration: solid underline 3px;
  text-decoration: solid underline 3px;
  text-underline-offset: 0.1578em;
}
.govuk-header__menu-button:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-header__menu-button:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-header__menu-button::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  border-width: 8.66px 5px 0 5px;
  border-top-color: inherit;
  content: "";
  margin-left: 5px;
}
.govuk-header__menu-button[aria-expanded=true]::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  border-width: 0 5px 8.66px;
  border-bottom-color: inherit;
}
@media (min-width: 20em) {
  .govuk-header__menu-button {
    position: absolute;
    top: 13px;
    right: 0;
    margin: 0;
  }
}
@media (min-width: 40.0625em) {
  .govuk-header__menu-button {
    top: 15px;
  }
}
.govuk-frontend-supported .govuk-header__menu-button {
  display: block;
}
.govuk-header__menu-button[hidden], .govuk-frontend-supported .govuk-header__menu-button[hidden] {
  display: none;
}

@media (max-width: 19.99em) {
  .govuk-template--rebranded .govuk-header__navigation {
    padding-bottom: 15px;
  }
}
@media (min-width: 48.0625em) {
  .govuk-header__navigation {
    margin-bottom: 10px;
  }
  .govuk-template--rebranded .govuk-header__navigation {
    margin-bottom: 0;
    padding: 22px 0 8px;
  }
}

@media (min-width: 48.0625em) {
  .govuk-template--rebranded .govuk-header__service-name + .govuk-header__navigation {
    padding-top: 0;
    padding-bottom: 15px;
  }
}

.govuk-header__navigation-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.govuk-header__navigation-list[hidden] {
  display: none;
}
@media (min-width: 20em) and (max-width: 48.0525em) {
  .govuk-template--rebranded .govuk-header__navigation-list {
    padding-bottom: 15px;
  }
}

@media (min-width: 48.0625em) {
  .govuk-header__navigation--end {
    margin: 0;
    padding: 5px 0;
    text-align: right;
  }
}

.govuk-header__navigation-item {
  padding: 10px 0;
  border-bottom: 1px solid #2e3133;
}
@media (min-width: 48.0625em) {
  .govuk-header__navigation-item {
    display: inline-block;
    margin-right: 15px;
    padding: 5px 0;
    border: 0;
  }
}
.govuk-header__navigation-item a {
  font-size: 0.875rem;
  line-height: 1.1428571429;
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width: 40.0625em) {
  .govuk-header__navigation-item a {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-header__navigation-item a {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.govuk-template--rebranded .govuk-header__navigation-item {
  padding-top: 15px;
  border-bottom-color: #ffffff;
}
@media (min-width: 48.0625em) {
  .govuk-template--rebranded .govuk-header__navigation-item {
    padding-top: 5px;
  }
}
.govuk-template--rebranded .govuk-header__navigation-item a {
  font-weight: 400;
}

.govuk-template--rebranded .govuk-header__navigation-item--active a {
  font-weight: 700;
}
.govuk-header__navigation-item--active a:link, .govuk-header__navigation-item--active a:hover, .govuk-header__navigation-item--active a:visited {
  color: #1d8feb;
}
.govuk-template--rebranded .govuk-header__navigation-item--active a:link, .govuk-template--rebranded .govuk-header__navigation-item--active a:hover, .govuk-template--rebranded .govuk-header__navigation-item--active a:visited {
  color: inherit;
}
@media print {
  .govuk-header__navigation-item--active a {
    color: #1d70b8;
  }
}
.govuk-header__navigation-item--active a:focus {
  color: #0b0c0c;
}
.govuk-template--rebranded .govuk-header__navigation-item--active a:focus {
  color: #0b0c0c;
}

.govuk-header__navigation-item:last-child {
  margin-right: 0;
  border-bottom: 0;
}

@media print {
  .govuk-header {
    border-bottom-width: 0;
    color: #0b0c0c;
    background: transparent;
  }
  .govuk-header__link:link, .govuk-header__link:visited {
    color: #0b0c0c;
  }
  .govuk-header__link::after {
    display: none;
  }
}






.govuk-inset-text {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  border-left: 10px solid #b1b4b6;
}
@media print {
  .govuk-inset-text {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-inset-text {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-inset-text {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-inset-text {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-inset-text {
    margin-top: 30px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-inset-text {
    margin-bottom: 30px;
  }
}
.govuk-inset-text > :first-child {
  margin-top: 0;
}
.govuk-inset-text > :only-child,
.govuk-inset-text > :last-child {
  margin-bottom: 0;
}



.govuk-notification-banner {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  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: 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 #ffdd00;
}

.govuk-notification-banner__header {
  padding: 2px 15px 5px;
  border-bottom: 1px solid transparent;
}
@media (min-width: 40.0625em) {
  .govuk-notification-banner__header {
    padding: 2px 20px 5px;
  }
}

.govuk-notification-banner__title {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #ffffff;
}
@media (min-width: 40.0625em) {
  .govuk-notification-banner__title {
    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: #ffffff;
}
@media print {
  .govuk-notification-banner__content {
    color: #000000;
  }
}
@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-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0;
}
@media (min-width: 40.0625em) {
  .govuk-notification-banner__heading {
    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: 0.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 transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-notification-banner__link:focus {
    -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;
}


.govuk-pagination {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 40.0625em) {
  .govuk-pagination {
    margin-bottom: 30px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-pagination {
    flex-direction: row;
    align-items: flex-start;
  }
}

.govuk-pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.govuk-pagination__item,
.govuk-pagination__next,
.govuk-pagination__prev {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  box-sizing: border-box;
  position: relative;
  min-width: 45px;
  min-height: 45px;
  padding: 10px 15px;
  float: left;
}
@media print {
  .govuk-pagination__item,
  .govuk-pagination__next,
  .govuk-pagination__prev {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-pagination__item,
  .govuk-pagination__next,
  .govuk-pagination__prev {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-pagination__item,
  .govuk-pagination__next,
  .govuk-pagination__prev {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-pagination__item:hover,
.govuk-pagination__next:hover,
.govuk-pagination__prev:hover {
  background-color: #f3f2f1;
}

.govuk-pagination__item {
  display: none;
  text-align: center;
}
@media (min-width: 40.0625em) {
  .govuk-pagination__item {
    display: block;
  }
}

.govuk-pagination__prev,
.govuk-pagination__next {
  font-weight: 700;
}
.govuk-pagination__prev .govuk-pagination__link,
.govuk-pagination__next .govuk-pagination__link {
  display: flex;
  align-items: center;
}

.govuk-pagination__prev {
  padding-left: 0;
}

.govuk-pagination__next {
  padding-right: 0;
}

.govuk-pagination__item--current,
.govuk-pagination__item--ellipses,
.govuk-pagination__item:first-child,
.govuk-pagination__item:last-child {
  display: block;
}

.govuk-pagination__item--current {
  font-weight: 700;
  outline: 1px solid transparent;
  background-color: #1d70b8;
}
.govuk-pagination__item--current:hover {
  background-color: #1d70b8;
}
.govuk-pagination__item--current .govuk-pagination__link:link, .govuk-pagination__item--current .govuk-pagination__link:visited {
  color: #ffffff;
}
.govuk-pagination__item--current .govuk-pagination__link:hover, .govuk-pagination__item--current .govuk-pagination__link:active {
  color: rgba(255, 255, 255, 0.99);
}
.govuk-pagination__item--current .govuk-pagination__link:focus {
  color: #0b0c0c;
}

.govuk-pagination__item--ellipses {
  font-weight: 700;
  color: #505a5f;
}
.govuk-pagination__item--ellipses:hover {
  background-color: transparent;
}

.govuk-pagination__link {
  display: block;
  min-width: 15px;
}
@media screen {
  .govuk-pagination__link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.govuk-pagination__link:hover .govuk-pagination__link-title--decorated, .govuk-pagination__link:active .govuk-pagination__link-title--decorated {
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: 0.1578em;
}
.govuk-pagination__link:hover .govuk-pagination__link-label,
.govuk-pagination__link:hover .govuk-pagination__link-title--decorated, .govuk-pagination__link:active .govuk-pagination__link-label,
.govuk-pagination__link:active .govuk-pagination__link-title--decorated {
  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-pagination__link:focus .govuk-pagination__icon {
  color: #0b0c0c;
}
.govuk-pagination__link:focus .govuk-pagination__link-label {
  text-decoration: none;
}
.govuk-pagination__link:focus .govuk-pagination__link-title--decorated {
  text-decoration: none;
}

.govuk-pagination__link-title {
  text-decoration-thickness: inherit;
}

.govuk-pagination__link-label {
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: 0.1578em;
  display: inline-block;
}

.govuk-pagination__icon {
  width: 0.9375rem;
  height: 0.8125rem;
  color: #505a5f;
  fill: currentcolor;
  forced-color-adjust: auto;
}

.govuk-pagination__icon--prev {
  margin-right: 15px;
}

.govuk-pagination__icon--next {
  margin-left: 15px;
}

.govuk-pagination--block {
  display: block;
}
.govuk-pagination--block .govuk-pagination__next,
.govuk-pagination--block .govuk-pagination__prev {
  padding-left: 0;
  float: none;
}
.govuk-pagination--block .govuk-pagination__next .govuk-pagination__link,
.govuk-pagination--block .govuk-pagination__prev .govuk-pagination__link {
  display: inline-block;
}
.govuk-pagination--block .govuk-pagination__next {
  padding-right: 15px;
}
.govuk-pagination--block .govuk-pagination__prev + .govuk-pagination__next {
  border-top: 1px solid #b1b4b6;
}
.govuk-pagination--block .govuk-pagination__link-title::after {
  content: "";
  display: block;
}
.govuk-pagination--block .govuk-pagination__link {
  padding-left: 30px;
  text-align: left;
}
.govuk-pagination--block .govuk-pagination__link:not(:focus) {
  text-decoration: none;
}
.govuk-pagination--block .govuk-pagination__icon {
  margin-top: 0.326em;
  margin-left: -30px;
  float: left;
}


.govuk-panel {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.0416666667;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 35px;
  border: 5px solid transparent;
  text-align: center;
}
@media print {
  .govuk-panel {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-panel {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-panel {
    font-size: 24pt;
    line-height: 1.05;
  }
}
@media (max-width: 40.0525em) {
  .govuk-panel {
    padding: 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}

.govuk-panel--confirmation {
  color: #ffffff;
  background: #00703c;
}
@media print {
  .govuk-panel--confirmation {
    border-color: currentcolor;
    color: #000000;
    background: none;
  }
}

.govuk-panel__title {
  font-size: 2rem;
  line-height: 1.09375;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 40.0625em) {
  .govuk-panel__title {
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
@media print {
  .govuk-panel__title {
    font-size: 32pt;
    line-height: 1.15;
  }
}

.govuk-panel__title:last-child {
  margin-bottom: 0;
}







@media (min-width: 20em) {
  .govuk-password-input__wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
}

.govuk-password-input__input::-ms-reveal {
  display: none;
}

.govuk-password-input__toggle {
  margin-top: 5px;
  margin-bottom: 0;
}
.govuk-password-input__toggle[hidden] {
  display: none;
}
@media (min-width: 20em) {
  .govuk-password-input__toggle {
    width: auto;
    flex-shrink: 0;
    flex-basis: 5em;
    margin-top: 0;
    margin-left: 5px;
  }
}


.govuk-tag {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  display: inline-block;
  max-width: 160px;
  margin-top: -2px;
  margin-bottom: -3px;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 3px;
  padding-left: 8px;
  color: #0c2d4a;
  background-color: #bbd4ea;
  text-decoration: none;
  overflow-wrap: break-word;
}
@media print {
  .govuk-tag {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-tag {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-tag {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media screen and (forced-colors: active) {
  .govuk-tag {
    font-weight: bold;
  }
}

.govuk-tag--grey {
  color: #282d30;
  background-color: #e5e6e7;
}

.govuk-tag--purple {
  color: #491644;
  background-color: #efdfed;
}

.govuk-tag--turquoise {
  color: #10403c;
  background-color: #d4ecea;
}

.govuk-tag--blue {
  color: #0c2d4a;
  background-color: #bbd4ea;
}

.govuk-tag--light-blue {
  color: #0c2d4a;
  background-color: #e8f1f8;
}

.govuk-tag--yellow {
  color: #594d00;
  background-color: #fff7bf;
}

.govuk-tag--orange {
  color: #6e3619;
  background-color: #fcd6c3;
}

.govuk-tag--red {
  color: #2a0b06;
  background-color: #f4cdc6;
}

.govuk-tag--pink {
  color: #6b1c40;
  background-color: #f9e1ec;
}

.govuk-tag--green {
  color: #005a30;
  background-color: #cce2d8;
}


.govuk-phase-banner {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b1b4b6;
}

.govuk-phase-banner__content {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  color: #0b0c0c;
  display: table;
  margin: 0;
}
@media print {
  .govuk-phase-banner__content {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-phase-banner__content {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-phase-banner__content {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media print {
  .govuk-phase-banner__content {
    color: #000000;
  }
}

.govuk-phase-banner__content__tag {
  font-size: 0.875rem;
  line-height: 1.1428571429;
  margin-right: 10px;
}
@media (min-width: 40.0625em) {
  .govuk-phase-banner__content__tag {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-phase-banner__content__tag {
    font-size: 14pt;
    line-height: 1.2;
  }
}

.govuk-phase-banner__text {
  display: table-cell;
  vertical-align: middle;
}






.govuk-radios__item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 10px;
}

.govuk-radios__item:last-child,
.govuk-radios__item:last-of-type {
  margin-bottom: 0;
}

.govuk-radios__input {
  z-index: 1;
  width: 44px;
  height: 44px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.govuk-radios__label {
  align-self: center;
  max-width: calc(100% - 74px);
  margin-bottom: 0;
  padding: 7px 15px;
  cursor: pointer;
  touch-action: manipulation;
}

.govuk-radios__label::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 40px;
  height: 40px;
  border: 2px solid currentcolor;
  border-radius: 50%;
  background: transparent;
}

.govuk-radios__label::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 0;
  height: 0;
  border: 10px solid currentcolor;
  border-radius: 50%;
  opacity: 0;
  background: currentcolor;
}

.govuk-radios__hint {
  display: block;
  width: 100%;
  margin-top: -5px;
  padding-right: 15px;
  padding-left: 59px;
}

.govuk-label:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl) + .govuk-radios__hint {
  margin-bottom: 0;
}

.govuk-radios__input:focus + .govuk-radios__label::before {
  border-width: 4px;
  outline: 3px solid transparent;
  outline-offset: 1px;
  box-shadow: 0 0 0 4px #ffdd00;
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .govuk-radios__input:focus + .govuk-radios__label::before {
    outline-color: Highlight;
  }
}

.govuk-radios__input:checked + .govuk-radios__label::after {
  opacity: 1;
}

.govuk-radios__input:disabled,
.govuk-radios__input:disabled + .govuk-radios__label {
  cursor: not-allowed;
}

.govuk-radios__input:disabled + .govuk-radios__label,
.govuk-radios__input:disabled ~ .govuk-hint {
  opacity: 0.5;
}

@media (min-width: 40.0625em) {
  .govuk-radios--inline {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .govuk-radios--inline .govuk-radios__item {
    margin-right: 20px;
  }
}

.govuk-radios__divider {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  width: 40px;
  margin-bottom: 10px;
  text-align: center;
}
@media print {
  .govuk-radios__divider {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-radios__divider {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-radios__divider {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-radios__divider {
    color: #000000;
  }
}

.govuk-radios__conditional {
  margin-bottom: 15px;
  margin-left: 20px;
  padding-left: 35px;
  border-left: 4px solid #b1b4b6;
}
@media (min-width: 40.0625em) {
  .govuk-radios__conditional {
    margin-bottom: 20px;
  }
}
.govuk-frontend-supported .govuk-radios__conditional--hidden {
  display: none;
}
.govuk-radios__conditional > :last-child {
  margin-bottom: 0;
}

.govuk-radios--small .govuk-radios__item {
  margin-bottom: 0;
}
.govuk-radios--small .govuk-radios__input {
  margin-left: -10px;
}
.govuk-radios--small .govuk-radios__label {
  padding-left: 1px;
}
.govuk-radios--small .govuk-radios__label::before {
  top: 10px;
  left: 0;
  width: 24px;
  height: 24px;
}
.govuk-radios--small .govuk-radios__label::after {
  top: 17px;
  left: 7px;
  border-width: 5px;
}
.govuk-radios--small .govuk-radios__hint {
  padding-left: 34px;
}
.govuk-radios--small .govuk-radios__conditional {
  margin-left: 10px;
  padding-left: 20px;
}
.govuk-radios--small .govuk-radios__divider {
  width: 24px;
  margin-bottom: 5px;
}
.govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:not(:disabled) + .govuk-radios__label::before {
  outline: 4px dashed transparent;
  outline-offset: 1px;
  box-shadow: 0 0 0 10px #b1b4b6;
}
.govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before {
  box-shadow: 0 0 0 4px #ffdd00 0 0 0 10px #b1b4b6;
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before {
    outline-color: Highlight;
  }
}
@media (hover: none), (pointer: coarse) {
  .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:not(:disabled) + .govuk-radios__label::before {
    box-shadow: initial;
  }
  .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before {
    box-shadow: 0 0 0 4px #ffdd00;
  }
}





.govuk-select {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  box-sizing: border-box;
  min-width: 11.5em;
  max-width: 100%;
  height: 2.5rem;
  padding: 5px;
  border: 2px solid #0b0c0c;
  color: #0b0c0c;
  background-color: #ffffff;
}
@media print {
  .govuk-select {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-select {
    font-size: 1.1875rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-select {
    font-size: 14pt;
    line-height: 1.25;
  }
}
.govuk-select:focus {
  outline: 3px solid #ffdd00;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}
.govuk-select:disabled {
  opacity: 0.5;
  color: inherit;
  cursor: not-allowed;
}

.govuk-select option:active,
.govuk-select option:checked,
.govuk-select:focus::-ms-value {
  color: #ffffff;
  background-color: #1d70b8;
}

.govuk-select--error {
  border-color: #d4351c;
}
.govuk-select--error:focus {
  border-color: #0b0c0c;
}


.govuk-service-navigation {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #b1b4b6;
  background-color: #f3f2f1;
}
.govuk-template--rebranded .govuk-service-navigation {
  border-bottom-color: #8eb8dc;
}
.govuk-template--rebranded .govuk-service-navigation {
  background-color: #f4f8fb;
}

.govuk-service-navigation__container {
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media (min-width: 40.0625em) {
  .govuk-service-navigation__container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.govuk-service-navigation__item,
.govuk-service-navigation__service-name {
  position: relative;
  margin: 10px 0;
  border: 0 solid #1a65a6;
}
@media (min-width: 40.0625em) {
  .govuk-service-navigation__item,
  .govuk-service-navigation__service-name {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0;
  }
  .govuk-template--rebranded .govuk-service-navigation__item,
  .govuk-template--rebranded .govuk-service-navigation__service-name {
    padding: 15px 0;
    line-height: 1.5263157895;
  }
  .govuk-service-navigation__item:not(:last-child),
  .govuk-service-navigation__service-name:not(:last-child) {
    margin-right: 20px;
  }
}
@media (min-width: 40.0625em) and (min-width: 40.0625em) {
  .govuk-service-navigation__item:not(:last-child),
  .govuk-service-navigation__service-name:not(:last-child) {
    margin-right: 30px;
  }
}

.govuk-service-navigation__service-name + .govuk-service-navigation__wrapper .govuk-service-navigation__list:first-child .govuk-service-navigation__item:first-child,
.govuk-service-navigation__service-name + .govuk-service-navigation__wrapper .govuk-service-navigation__toggle[hidden] + .govuk-service-navigation__list .govuk-service-navigation__item:first-child {
  margin-top: 0;
}

@media (max-width: 40.0525em) {
  .govuk-service-navigation__item--active {
    margin-left: -15px;
    padding-left: 10px;
    border-left-width: 5px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-service-navigation__item--active {
    padding-bottom: 15px;
    border-bottom-width: 5px;
  }
  .govuk-template--rebranded .govuk-service-navigation__item--active {
    padding-bottom: 10px;
  }
}

.govuk-service-navigation__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: 0.1578em;
}
@media print {
  .govuk-service-navigation__link {
    font-family: sans-serif;
  }
}
.govuk-service-navigation__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-service-navigation__link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-service-navigation__link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-service-navigation__link:not(:hover):not(:active) {
  text-decoration: none;
}
.govuk-service-navigation__link:link {
  color: #1d70b8;
}
.govuk-service-navigation__link:visited {
  color: #1d70b8;
}
.govuk-service-navigation__link:hover {
  color: #003078;
}
.govuk-service-navigation__link:active {
  color: #0b0c0c;
}
.govuk-service-navigation__link:focus {
  color: #0b0c0c;
}
.govuk-service-navigation__link:not(:hover):not(:focus) {
  color: #1a65a6;
}

.govuk-service-navigation__service-name {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .govuk-service-navigation__service-name {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-service-navigation__service-name {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-service-navigation__service-name {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.govuk-service-navigation__service-name .govuk-service-navigation__link:link, .govuk-service-navigation__service-name .govuk-service-navigation__link:visited {
  color: #0b0c0c;
}
@media print {
  .govuk-service-navigation__service-name .govuk-service-navigation__link:link, .govuk-service-navigation__service-name .govuk-service-navigation__link:visited {
    color: #000000;
  }
}
.govuk-service-navigation__service-name .govuk-service-navigation__link:hover {
  color: rgba(11, 12, 12, 0.99);
}
.govuk-service-navigation__service-name .govuk-service-navigation__link:active, .govuk-service-navigation__service-name .govuk-service-navigation__link:focus {
  color: #0b0c0c;
}
@media print {
  .govuk-service-navigation__service-name .govuk-service-navigation__link:active, .govuk-service-navigation__service-name .govuk-service-navigation__link:focus {
    color: #000000;
  }
}

.govuk-service-navigation__wrapper {
  flex-grow: 1;
}

.govuk-service-navigation__toggle {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  display: inline-flex;
  margin: 10px 0;
  padding: 0;
  border: 0;
  color: #1a65a6;
  background: none;
  word-break: break-all;
  cursor: pointer;
  align-items: center;
}
@media print {
  .govuk-service-navigation__toggle {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-service-navigation__toggle {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-service-navigation__toggle {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-service-navigation__toggle:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-service-navigation__toggle:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-service-navigation__toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  border-width: 8.66px 5px 0 5px;
  border-top-color: inherit;
  content: "";
  margin-left: 5px;
}
.govuk-service-navigation__toggle[aria-expanded=true]::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  border-width: 0 5px 8.66px;
  border-bottom-color: inherit;
}
.govuk-service-navigation__toggle[hidden] {
  display: none;
}
.govuk-service-navigation__service-name + .govuk-service-navigation__wrapper .govuk-service-navigation__toggle {
  margin-top: 0;
}

.govuk-service-navigation__list {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
}
@media print {
  .govuk-service-navigation__list {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-service-navigation__list {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-service-navigation__list {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-service-navigation__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 40.0625em) and (min-width: 0\0 ) {
  .govuk-service-navigation__list {
    display: block;
  }
}

.govuk-service-navigation__active-fallback {
  font-weight: inherit;
}

.govuk-template--rebranded .govuk-service-navigation--inverse {
  border-bottom: none;
  color: #ffffff;
  background-color: #1d70b8;
}
.govuk-template--rebranded .govuk-service-navigation--inverse .govuk-width-container {
  border-width: 1px 0;
  border-style: solid;
  border-color: #8eb8dc;
}
.govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__container {
  margin-top: -1px;
}
.govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__item,
.govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__service-name {
  border-color: #ffffff;
}
.govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__link:link, .govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__link:visited {
  color: #ffffff;
}
.govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__link:hover, .govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__link:active {
  color: rgba(255, 255, 255, 0.99);
}
.govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__link:focus {
  color: #0b0c0c;
}
.govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__toggle:not(:focus) {
  color: currentcolor;
}


.govuk-skip-link {
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: 0.1578em;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  display: block;
  padding: 10px 15px;
}
.govuk-skip-link:not(:active):not(:focus):not(.\:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.govuk-skip-link:link, .govuk-skip-link:visited {
  color: #0b0c0c;
}
@media print {
  .govuk-skip-link:link, .govuk-skip-link:visited {
    color: #000000;
  }
}
.govuk-skip-link:hover {
  color: rgba(11, 12, 12, 0.99);
}
.govuk-skip-link:active, .govuk-skip-link:focus {
  color: #0b0c0c;
}
@media print {
  .govuk-skip-link:active, .govuk-skip-link:focus {
    color: #000000;
  }
}
@media print {
  .govuk-skip-link {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-skip-link {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-skip-link {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@supports (padding: max(calc(0px))) {
  .govuk-skip-link {
    padding-right: max(15px, calc(15px + env(safe-area-inset-right)));
    padding-left: max(15px, calc(15px + env(safe-area-inset-left)));
  }
}
.govuk-skip-link:focus {
  outline: 3px solid #ffdd00;
  outline-offset: 0;
  background-color: #ffdd00;
}

.govuk-skip-link-focused-element:focus {
  outline: none;
}


.govuk-summary-list {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  margin: 0;
  margin-bottom: 20px;
}
@media print {
  .govuk-summary-list {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-list {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-summary-list {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-summary-list {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-list {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-list {
    margin-bottom: 30px;
  }
}

.govuk-summary-list__row {
  border-bottom: 1px solid #b1b4b6;
}
@media (max-width: 40.0525em) {
  .govuk-summary-list__row {
    margin-bottom: 15px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-list__row {
    display: table-row;
  }
}

.govuk-summary-list__row:not(.govuk-summary-list__row--no-actions) > :last-child {
  padding-right: 0;
}

@media (min-width: 40.0625em) {
  .govuk-summary-list__row--no-actions::after {
    content: "";
    display: table-cell;
    width: 20%;
  }
}

.govuk-summary-list__key,
.govuk-summary-list__value,
.govuk-summary-list__actions {
  margin: 0;
}
@media (min-width: 40.0625em) {
  .govuk-summary-list__key,
  .govuk-summary-list__value,
  .govuk-summary-list__actions {
    display: table-cell;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
}

.govuk-summary-list__actions {
  margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .govuk-summary-list__actions {
    width: 20%;
    text-align: right;
  }
}

.govuk-summary-list__key,
.govuk-summary-list__value {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.govuk-summary-list__key {
  margin-bottom: 5px;
  font-weight: 700;
}
@media (min-width: 40.0625em) {
  .govuk-summary-list__key {
    width: 30%;
  }
}

@media (max-width: 40.0525em) {
  .govuk-summary-list__value {
    margin-bottom: 15px;
  }
}

.govuk-summary-list__value > p {
  margin-bottom: 10px;
}

.govuk-summary-list__value > :last-child {
  margin-bottom: 0;
}

.govuk-summary-list__actions-list {
  width: 100%;
  margin: 0;
  padding: 0;
}

.govuk-summary-list__actions-list-item,
.govuk-summary-card__action {
  display: inline-block;
}

@media (max-width: 40.0525em) {
  .govuk-summary-list__actions-list-item,
  .govuk-summary-card__action {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #b1b4b6;
  }
  .govuk-summary-list__actions-list-item:last-child,
  .govuk-summary-card__action:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-list__actions-list-item,
  .govuk-summary-card__action {
    margin-left: 10px;
    padding-left: 10px;
  }
  .govuk-summary-list__actions-list-item:not(:first-child),
  .govuk-summary-card__action:not(:first-child) {
    border-left: 1px solid #b1b4b6;
  }
  .govuk-summary-list__actions-list-item:first-child,
  .govuk-summary-card__action:first-child {
    margin-left: 0;
    padding-left: 0;
    border: 0;
  }
}
.govuk-summary-list__actions-list-item .govuk-link:focus, .govuk-summary-list__actions-list-item .app-task-list__task-name > a:focus {
  isolation: isolate;
}

.govuk-summary-list--no-border .govuk-summary-list__row {
  border: 0;
}
@media (min-width: 40.0625em) {
  .govuk-summary-list--no-border .govuk-summary-list__key,
  .govuk-summary-list--no-border .govuk-summary-list__value,
  .govuk-summary-list--no-border .govuk-summary-list__actions {
    padding-bottom: 11px;
  }
}

.govuk-summary-list__row--no-border {
  border: 0;
}
@media (min-width: 40.0625em) {
  .govuk-summary-list__row--no-border .govuk-summary-list__key,
  .govuk-summary-list__row--no-border .govuk-summary-list__value,
  .govuk-summary-list__row--no-border .govuk-summary-list__actions {
    padding-bottom: 11px;
  }
}

.govuk-summary-card {
  margin-bottom: 20px;
  border: 1px solid #b1b4b6;
}
@media (min-width: 40.0625em) {
  .govuk-summary-card {
    margin-bottom: 30px;
  }
}

.govuk-summary-card__title-wrapper {
  padding: 15px;
  border-bottom: 1px solid transparent;
  background-color: #f3f2f1;
}
@media (min-width: 40.0625em) {
  .govuk-summary-card__title-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 15px 20px;
  }
}

.govuk-summary-card__title {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  margin: 5px 20px 10px 0;
}
@media print {
  .govuk-summary-card__title {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-card__title {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-summary-card__title {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-summary-card__title {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-card__title {
    margin-bottom: 5px;
  }
}

.govuk-summary-card__actions {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  margin: 5px 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 40.0625em) {
  .govuk-summary-card__actions {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-summary-card__actions {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-card__actions {
    justify-content: right;
    text-align: right;
  }
}

.govuk-summary-card__action {
  display: inline;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .govuk-summary-card__action {
    margin-bottom: 5px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .govuk-summary-card__action:last-child {
    margin-bottom: 0;
  }
}

.govuk-summary-card__content {
  padding: 15px 15px 0;
}
@media (min-width: 40.0625em) {
  .govuk-summary-card__content {
    padding: 15px 20px;
  }
}
.govuk-summary-card__content .govuk-summary-list {
  margin-bottom: 0;
}
.govuk-summary-card__content .govuk-summary-list__row:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}


.govuk-table {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
}
@media print {
  .govuk-table {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-table {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-table {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-table {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-table {
    margin-bottom: 30px;
  }
}

.govuk-table__header {
  font-weight: 700;
}

.govuk-table__header,
.govuk-table__cell {
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid #b1b4b6;
  text-align: left;
  vertical-align: top;
}

.govuk-table__cell--numeric {
  font-variant-numeric: tabular-nums;
}

.govuk-table__header--numeric,
.govuk-table__cell--numeric {
  text-align: right;
}

.govuk-table__header:last-child,
.govuk-table__cell:last-child {
  padding-right: 0;
}

.govuk-table__caption {
  font-weight: 700;
  display: table-caption;
  text-align: left;
}

.govuk-table__caption--xl,
.govuk-table__caption--l,
.govuk-table__caption--m {
  margin-bottom: 15px;
}

.govuk-table__caption--xl {
  font-size: 2rem;
  line-height: 1.09375;
}
@media (min-width: 40.0625em) {
  .govuk-table__caption--xl {
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
@media print {
  .govuk-table__caption--xl {
    font-size: 32pt;
    line-height: 1.15;
  }
}

.govuk-table__caption--l {
  font-size: 1.5rem;
  line-height: 1.0416666667;
}
@media (min-width: 40.0625em) {
  .govuk-table__caption--l {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-table__caption--l {
    font-size: 24pt;
    line-height: 1.05;
  }
}

.govuk-table__caption--m {
  font-size: 1.125rem;
  line-height: 1.1111111111;
}
@media (min-width: 40.0625em) {
  .govuk-table__caption--m {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-table__caption--m {
    font-size: 18pt;
    line-height: 1.15;
  }
}


.govuk-tabs {
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media (min-width: 40.0625em) {
  .govuk-tabs {
    margin-bottom: 30px;
  }
}
@media print {
  .govuk-tabs {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-tabs {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-tabs {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.govuk-tabs__title {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  color: #0b0c0c;
  margin-bottom: 10px;
}
@media (min-width: 40.0625em) {
  .govuk-tabs__title {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-tabs__title {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-tabs__title {
    color: #000000;
  }
}

.govuk-tabs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
@media (min-width: 40.0625em) {
  .govuk-tabs__list {
    margin-bottom: 30px;
  }
}

.govuk-tabs__list-item {
  margin-left: 25px;
}
.govuk-tabs__list-item::before {
  color: #0b0c0c;
  content: "—";
  margin-left: -25px;
  padding-right: 5px;
}
@media print {
  .govuk-tabs__list-item::before {
    color: #000000;
  }
}

.govuk-tabs__tab {
  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: 0.1578em;
  display: inline-block;
  margin-bottom: 10px;
}
@media print {
  .govuk-tabs__tab {
    font-family: sans-serif;
  }
}
.govuk-tabs__tab: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-tabs__tab:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-tabs__tab:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-tabs__tab:link {
  color: #1d70b8;
}
.govuk-tabs__tab:visited {
  color: #4c2c92;
}
.govuk-tabs__tab:hover {
  color: #003078;
}
.govuk-tabs__tab:active {
  color: #0b0c0c;
}
.govuk-tabs__tab:focus {
  color: #0b0c0c;
}

.govuk-tabs__panel {
  margin-bottom: 30px;
}
@media (min-width: 40.0625em) {
  .govuk-tabs__panel {
    margin-bottom: 50px;
  }
}

@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-tabs__list {
    margin-bottom: 0;
    border-bottom: 1px solid #b1b4b6;
  }
  .govuk-frontend-supported .govuk-tabs__list::after {
    content: "";
    display: block;
    clear: both;
  }
  .govuk-frontend-supported .govuk-tabs__title {
    display: none;
  }
  .govuk-frontend-supported .govuk-tabs__list-item {
    position: relative;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 10px 20px;
    float: left;
    background-color: #f3f2f1;
    text-align: center;
  }
  .govuk-frontend-supported .govuk-tabs__list-item::before {
    content: none;
  }
  .govuk-frontend-supported .govuk-tabs__list-item--selected {
    position: relative;
    margin-top: -5px;
    margin-bottom: -1px;
    padding-top: 14px;
    padding-right: 19px;
    padding-bottom: 16px;
    padding-left: 19px;
    border: 1px solid #b1b4b6;
    border-bottom: 0;
    background-color: #ffffff;
  }
  .govuk-frontend-supported .govuk-tabs__list-item--selected .govuk-tabs__tab {
    text-decoration: none;
  }
  .govuk-frontend-supported .govuk-tabs__tab {
    margin-bottom: 0;
  }
  .govuk-frontend-supported .govuk-tabs__tab:link, .govuk-frontend-supported .govuk-tabs__tab:visited {
    color: #0b0c0c;
  }
}
@media print and (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-tabs__tab:link, .govuk-frontend-supported .govuk-tabs__tab:visited {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-tabs__tab:hover {
    color: rgba(11, 12, 12, 0.99);
  }
  .govuk-frontend-supported .govuk-tabs__tab:active, .govuk-frontend-supported .govuk-tabs__tab:focus {
    color: #0b0c0c;
  }
}
@media print and (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-tabs__tab:active, .govuk-frontend-supported .govuk-tabs__tab:focus {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-tabs__tab::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .govuk-frontend-supported .govuk-tabs__panel {
    margin-bottom: 0;
    padding: 30px 20px;
    border: 1px solid #b1b4b6;
    border-top: 0;
  }
  .govuk-frontend-supported .govuk-tabs__panel > :last-child {
    margin-bottom: 0;
  }
  .govuk-frontend-supported .govuk-tabs__panel--hidden {
    display: none;
  }
}




.govuk-task-list {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
@media print {
  .govuk-task-list {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-task-list {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-task-list {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-task-list {
    margin-bottom: 30px;
  }
}

.govuk-task-list__item {
  display: table;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b1b4b6;
}

.govuk-task-list__item:first-child {
  border-top: 1px solid #b1b4b6;
}

.govuk-task-list__item--with-link:hover {
  background: #f3f2f1;
}

.govuk-task-list__name-and-hint {
  display: table-cell;
  vertical-align: top;
  color: #0b0c0c;
}
@media print {
  .govuk-task-list__name-and-hint {
    color: #000000;
  }
}

.govuk-task-list__status {
  display: table-cell;
  padding-left: 10px;
  text-align: right;
  vertical-align: top;
  color: #0b0c0c;
}
@media print {
  .govuk-task-list__status {
    color: #000000;
  }
}

.govuk-task-list__status--cannot-start-yet {
  color: #505a5f;
}

.govuk-task-list__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.govuk-task-list__hint {
  margin-top: 5px;
  color: #505a5f;
}






.govuk-warning-text {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  padding: 10px 0;
}
@media print {
  .govuk-warning-text {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-warning-text {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-warning-text {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-warning-text {
    margin-bottom: 30px;
  }
}

.govuk-warning-text__icon {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  left: 0;
  min-width: 35px;
  min-height: 35px;
  margin-top: -7px;
  border: 3px solid #0b0c0c;
  border-radius: 50%;
  color: #ffffff;
  background: #0b0c0c;
  font-size: 30px;
  line-height: 29px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  forced-color-adjust: none;
}
@media (min-width: 40.0625em) {
  .govuk-warning-text__icon {
    margin-top: -5px;
  }
}
@media screen and (forced-colors: active) {
  .govuk-warning-text__icon {
    border-color: windowText;
    color: windowText;
    background: transparent;
  }
}

.govuk-warning-text__text {
  color: #0b0c0c;
  display: block;
  padding-left: 45px;
  font-weight: inherit;
}
@media print {
  .govuk-warning-text__text {
    color: #000000;
  }
}



.govuk-clearfix::after {
  content: "";
  display: block;
  clear: both;
}


.govuk-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.govuk-visually-hidden::before {
  content: " ";
}
.govuk-visually-hidden::after {
  content: " ";
}

.govuk-visually-hidden-focusable:not(:active):not(:focus):not(.\:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



.govuk-\!-display-inline {
  display: inline !important;
}

.govuk-\!-display-inline-block {
  display: inline-block !important;
}

.govuk-\!-display-block {
  display: block !important;
}

.govuk-\!-display-none {
  display: none !important;
}

@media print {
  .govuk-\!-display-none-print {
    display: none !important;
  }
}

.govuk-\!-margin-0 {
  margin: 0 !important;
}

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

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

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

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

.govuk-\!-margin-1 {
  margin: 5px !important;
}

.govuk-\!-margin-top-1 {
  margin-top: 5px !important;
}

.govuk-\!-margin-right-1 {
  margin-right: 5px !important;
}

.govuk-\!-margin-bottom-1 {
  margin-bottom: 5px !important;
}

.govuk-\!-margin-left-1 {
  margin-left: 5px !important;
}

.govuk-\!-margin-2 {
  margin: 10px !important;
}

.govuk-\!-margin-top-2 {
  margin-top: 10px !important;
}

.govuk-\!-margin-right-2 {
  margin-right: 10px !important;
}

.govuk-\!-margin-bottom-2 {
  margin-bottom: 10px !important;
}

.govuk-\!-margin-left-2 {
  margin-left: 10px !important;
}

.govuk-\!-margin-3 {
  margin: 15px !important;
}

.govuk-\!-margin-top-3 {
  margin-top: 15px !important;
}

.govuk-\!-margin-right-3 {
  margin-right: 15px !important;
}

.govuk-\!-margin-bottom-3 {
  margin-bottom: 15px !important;
}

.govuk-\!-margin-left-3 {
  margin-left: 15px !important;
}

.govuk-\!-margin-4 {
  margin: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-4 {
    margin: 20px !important;
  }
}

.govuk-\!-margin-top-4 {
  margin-top: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-4 {
    margin-top: 20px !important;
  }
}

.govuk-\!-margin-right-4 {
  margin-right: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-4 {
    margin-right: 20px !important;
  }
}

.govuk-\!-margin-bottom-4 {
  margin-bottom: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-4 {
    margin-bottom: 20px !important;
  }
}

.govuk-\!-margin-left-4 {
  margin-left: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-4 {
    margin-left: 20px !important;
  }
}

.govuk-\!-margin-5 {
  margin: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-5 {
    margin: 25px !important;
  }
}

.govuk-\!-margin-top-5 {
  margin-top: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-5 {
    margin-top: 25px !important;
  }
}

.govuk-\!-margin-right-5 {
  margin-right: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-5 {
    margin-right: 25px !important;
  }
}

.govuk-\!-margin-bottom-5 {
  margin-bottom: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-5 {
    margin-bottom: 25px !important;
  }
}

.govuk-\!-margin-left-5 {
  margin-left: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-5 {
    margin-left: 25px !important;
  }
}

.govuk-\!-margin-6 {
  margin: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-6 {
    margin: 30px !important;
  }
}

.govuk-\!-margin-top-6 {
  margin-top: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-6 {
    margin-top: 30px !important;
  }
}

.govuk-\!-margin-right-6 {
  margin-right: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-6 {
    margin-right: 30px !important;
  }
}

.govuk-\!-margin-bottom-6 {
  margin-bottom: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-6 {
    margin-bottom: 30px !important;
  }
}

.govuk-\!-margin-left-6 {
  margin-left: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-6 {
    margin-left: 30px !important;
  }
}

.govuk-\!-margin-7 {
  margin: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-7 {
    margin: 40px !important;
  }
}

.govuk-\!-margin-top-7 {
  margin-top: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-7 {
    margin-top: 40px !important;
  }
}

.govuk-\!-margin-right-7 {
  margin-right: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-7 {
    margin-right: 40px !important;
  }
}

.govuk-\!-margin-bottom-7 {
  margin-bottom: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-7 {
    margin-bottom: 40px !important;
  }
}

.govuk-\!-margin-left-7 {
  margin-left: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-7 {
    margin-left: 40px !important;
  }
}

.govuk-\!-margin-8 {
  margin: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-8 {
    margin: 50px !important;
  }
}

.govuk-\!-margin-top-8 {
  margin-top: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-8 {
    margin-top: 50px !important;
  }
}

.govuk-\!-margin-right-8 {
  margin-right: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-8 {
    margin-right: 50px !important;
  }
}

.govuk-\!-margin-bottom-8 {
  margin-bottom: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-8 {
    margin-bottom: 50px !important;
  }
}

.govuk-\!-margin-left-8 {
  margin-left: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-8 {
    margin-left: 50px !important;
  }
}

.govuk-\!-margin-9 {
  margin: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-9 {
    margin: 60px !important;
  }
}

.govuk-\!-margin-top-9 {
  margin-top: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-9 {
    margin-top: 60px !important;
  }
}

.govuk-\!-margin-right-9 {
  margin-right: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-9 {
    margin-right: 60px !important;
  }
}

.govuk-\!-margin-bottom-9 {
  margin-bottom: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-9 {
    margin-bottom: 60px !important;
  }
}

.govuk-\!-margin-left-9 {
  margin-left: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-9 {
    margin-left: 60px !important;
  }
}

.govuk-\!-padding-0 {
  padding: 0 !important;
}

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

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

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

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

.govuk-\!-padding-1 {
  padding: 5px !important;
}

.govuk-\!-padding-top-1 {
  padding-top: 5px !important;
}

.govuk-\!-padding-right-1 {
  padding-right: 5px !important;
}

.govuk-\!-padding-bottom-1 {
  padding-bottom: 5px !important;
}

.govuk-\!-padding-left-1 {
  padding-left: 5px !important;
}

.govuk-\!-padding-2 {
  padding: 10px !important;
}

.govuk-\!-padding-top-2 {
  padding-top: 10px !important;
}

.govuk-\!-padding-right-2 {
  padding-right: 10px !important;
}

.govuk-\!-padding-bottom-2 {
  padding-bottom: 10px !important;
}

.govuk-\!-padding-left-2 {
  padding-left: 10px !important;
}

.govuk-\!-padding-3 {
  padding: 15px !important;
}

.govuk-\!-padding-top-3 {
  padding-top: 15px !important;
}

.govuk-\!-padding-right-3 {
  padding-right: 15px !important;
}

.govuk-\!-padding-bottom-3 {
  padding-bottom: 15px !important;
}

.govuk-\!-padding-left-3 {
  padding-left: 15px !important;
}

.govuk-\!-padding-4 {
  padding: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-4 {
    padding: 20px !important;
  }
}

.govuk-\!-padding-top-4 {
  padding-top: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-4 {
    padding-top: 20px !important;
  }
}

.govuk-\!-padding-right-4 {
  padding-right: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-4 {
    padding-right: 20px !important;
  }
}

.govuk-\!-padding-bottom-4 {
  padding-bottom: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-4 {
    padding-bottom: 20px !important;
  }
}

.govuk-\!-padding-left-4 {
  padding-left: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-4 {
    padding-left: 20px !important;
  }
}

.govuk-\!-padding-5 {
  padding: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-5 {
    padding: 25px !important;
  }
}

.govuk-\!-padding-top-5 {
  padding-top: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-5 {
    padding-top: 25px !important;
  }
}

.govuk-\!-padding-right-5 {
  padding-right: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-5 {
    padding-right: 25px !important;
  }
}

.govuk-\!-padding-bottom-5 {
  padding-bottom: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-5 {
    padding-bottom: 25px !important;
  }
}

.govuk-\!-padding-left-5 {
  padding-left: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-5 {
    padding-left: 25px !important;
  }
}

.govuk-\!-padding-6 {
  padding: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-6 {
    padding: 30px !important;
  }
}

.govuk-\!-padding-top-6 {
  padding-top: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-6 {
    padding-top: 30px !important;
  }
}

.govuk-\!-padding-right-6 {
  padding-right: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-6 {
    padding-right: 30px !important;
  }
}

.govuk-\!-padding-bottom-6 {
  padding-bottom: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-6 {
    padding-bottom: 30px !important;
  }
}

.govuk-\!-padding-left-6 {
  padding-left: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-6 {
    padding-left: 30px !important;
  }
}

.govuk-\!-padding-7 {
  padding: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-7 {
    padding: 40px !important;
  }
}

.govuk-\!-padding-top-7 {
  padding-top: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-7 {
    padding-top: 40px !important;
  }
}

.govuk-\!-padding-right-7 {
  padding-right: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-7 {
    padding-right: 40px !important;
  }
}

.govuk-\!-padding-bottom-7 {
  padding-bottom: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-7 {
    padding-bottom: 40px !important;
  }
}

.govuk-\!-padding-left-7 {
  padding-left: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-7 {
    padding-left: 40px !important;
  }
}

.govuk-\!-padding-8 {
  padding: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-8 {
    padding: 50px !important;
  }
}

.govuk-\!-padding-top-8 {
  padding-top: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-8 {
    padding-top: 50px !important;
  }
}

.govuk-\!-padding-right-8 {
  padding-right: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-8 {
    padding-right: 50px !important;
  }
}

.govuk-\!-padding-bottom-8 {
  padding-bottom: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-8 {
    padding-bottom: 50px !important;
  }
}

.govuk-\!-padding-left-8 {
  padding-left: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-8 {
    padding-left: 50px !important;
  }
}

.govuk-\!-padding-9 {
  padding: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-9 {
    padding: 60px !important;
  }
}

.govuk-\!-padding-top-9 {
  padding-top: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-9 {
    padding-top: 60px !important;
  }
}

.govuk-\!-padding-right-9 {
  padding-right: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-9 {
    padding-right: 60px !important;
  }
}

.govuk-\!-padding-bottom-9 {
  padding-bottom: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-9 {
    padding-bottom: 60px !important;
  }
}

.govuk-\!-padding-left-9 {
  padding-left: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-9 {
    padding-left: 60px !important;
  }
}

.govuk-\!-static-margin-0 {
  margin: 0 !important;
}

.govuk-\!-static-margin-top-0 {
  margin-top: 0 !important;
}

.govuk-\!-static-margin-right-0 {
  margin-right: 0 !important;
}

.govuk-\!-static-margin-bottom-0 {
  margin-bottom: 0 !important;
}

.govuk-\!-static-margin-left-0 {
  margin-left: 0 !important;
}

.govuk-\!-static-margin-1 {
  margin: 5px !important;
}

.govuk-\!-static-margin-top-1 {
  margin-top: 5px !important;
}

.govuk-\!-static-margin-right-1 {
  margin-right: 5px !important;
}

.govuk-\!-static-margin-bottom-1 {
  margin-bottom: 5px !important;
}

.govuk-\!-static-margin-left-1 {
  margin-left: 5px !important;
}

.govuk-\!-static-margin-2 {
  margin: 10px !important;
}

.govuk-\!-static-margin-top-2 {
  margin-top: 10px !important;
}

.govuk-\!-static-margin-right-2 {
  margin-right: 10px !important;
}

.govuk-\!-static-margin-bottom-2 {
  margin-bottom: 10px !important;
}

.govuk-\!-static-margin-left-2 {
  margin-left: 10px !important;
}

.govuk-\!-static-margin-3 {
  margin: 15px !important;
}

.govuk-\!-static-margin-top-3 {
  margin-top: 15px !important;
}

.govuk-\!-static-margin-right-3 {
  margin-right: 15px !important;
}

.govuk-\!-static-margin-bottom-3 {
  margin-bottom: 15px !important;
}

.govuk-\!-static-margin-left-3 {
  margin-left: 15px !important;
}

.govuk-\!-static-margin-4 {
  margin: 20px !important;
}

.govuk-\!-static-margin-top-4 {
  margin-top: 20px !important;
}

.govuk-\!-static-margin-right-4 {
  margin-right: 20px !important;
}

.govuk-\!-static-margin-bottom-4 {
  margin-bottom: 20px !important;
}

.govuk-\!-static-margin-left-4 {
  margin-left: 20px !important;
}

.govuk-\!-static-margin-5 {
  margin: 25px !important;
}

.govuk-\!-static-margin-top-5 {
  margin-top: 25px !important;
}

.govuk-\!-static-margin-right-5 {
  margin-right: 25px !important;
}

.govuk-\!-static-margin-bottom-5 {
  margin-bottom: 25px !important;
}

.govuk-\!-static-margin-left-5 {
  margin-left: 25px !important;
}

.govuk-\!-static-margin-6 {
  margin: 30px !important;
}

.govuk-\!-static-margin-top-6 {
  margin-top: 30px !important;
}

.govuk-\!-static-margin-right-6 {
  margin-right: 30px !important;
}

.govuk-\!-static-margin-bottom-6 {
  margin-bottom: 30px !important;
}

.govuk-\!-static-margin-left-6 {
  margin-left: 30px !important;
}

.govuk-\!-static-margin-7 {
  margin: 40px !important;
}

.govuk-\!-static-margin-top-7 {
  margin-top: 40px !important;
}

.govuk-\!-static-margin-right-7 {
  margin-right: 40px !important;
}

.govuk-\!-static-margin-bottom-7 {
  margin-bottom: 40px !important;
}

.govuk-\!-static-margin-left-7 {
  margin-left: 40px !important;
}

.govuk-\!-static-margin-8 {
  margin: 50px !important;
}

.govuk-\!-static-margin-top-8 {
  margin-top: 50px !important;
}

.govuk-\!-static-margin-right-8 {
  margin-right: 50px !important;
}

.govuk-\!-static-margin-bottom-8 {
  margin-bottom: 50px !important;
}

.govuk-\!-static-margin-left-8 {
  margin-left: 50px !important;
}

.govuk-\!-static-margin-9 {
  margin: 60px !important;
}

.govuk-\!-static-margin-top-9 {
  margin-top: 60px !important;
}

.govuk-\!-static-margin-right-9 {
  margin-right: 60px !important;
}

.govuk-\!-static-margin-bottom-9 {
  margin-bottom: 60px !important;
}

.govuk-\!-static-margin-left-9 {
  margin-left: 60px !important;
}

.govuk-\!-static-padding-0 {
  padding: 0 !important;
}

.govuk-\!-static-padding-top-0 {
  padding-top: 0 !important;
}

.govuk-\!-static-padding-right-0 {
  padding-right: 0 !important;
}

.govuk-\!-static-padding-bottom-0 {
  padding-bottom: 0 !important;
}

.govuk-\!-static-padding-left-0 {
  padding-left: 0 !important;
}

.govuk-\!-static-padding-1 {
  padding: 5px !important;
}

.govuk-\!-static-padding-top-1 {
  padding-top: 5px !important;
}

.govuk-\!-static-padding-right-1 {
  padding-right: 5px !important;
}

.govuk-\!-static-padding-bottom-1 {
  padding-bottom: 5px !important;
}

.govuk-\!-static-padding-left-1 {
  padding-left: 5px !important;
}

.govuk-\!-static-padding-2 {
  padding: 10px !important;
}

.govuk-\!-static-padding-top-2 {
  padding-top: 10px !important;
}

.govuk-\!-static-padding-right-2 {
  padding-right: 10px !important;
}

.govuk-\!-static-padding-bottom-2 {
  padding-bottom: 10px !important;
}

.govuk-\!-static-padding-left-2 {
  padding-left: 10px !important;
}

.govuk-\!-static-padding-3 {
  padding: 15px !important;
}

.govuk-\!-static-padding-top-3 {
  padding-top: 15px !important;
}

.govuk-\!-static-padding-right-3 {
  padding-right: 15px !important;
}

.govuk-\!-static-padding-bottom-3 {
  padding-bottom: 15px !important;
}

.govuk-\!-static-padding-left-3 {
  padding-left: 15px !important;
}

.govuk-\!-static-padding-4 {
  padding: 20px !important;
}

.govuk-\!-static-padding-top-4 {
  padding-top: 20px !important;
}

.govuk-\!-static-padding-right-4 {
  padding-right: 20px !important;
}

.govuk-\!-static-padding-bottom-4 {
  padding-bottom: 20px !important;
}

.govuk-\!-static-padding-left-4 {
  padding-left: 20px !important;
}

.govuk-\!-static-padding-5 {
  padding: 25px !important;
}

.govuk-\!-static-padding-top-5 {
  padding-top: 25px !important;
}

.govuk-\!-static-padding-right-5 {
  padding-right: 25px !important;
}

.govuk-\!-static-padding-bottom-5 {
  padding-bottom: 25px !important;
}

.govuk-\!-static-padding-left-5 {
  padding-left: 25px !important;
}

.govuk-\!-static-padding-6 {
  padding: 30px !important;
}

.govuk-\!-static-padding-top-6 {
  padding-top: 30px !important;
}

.govuk-\!-static-padding-right-6 {
  padding-right: 30px !important;
}

.govuk-\!-static-padding-bottom-6 {
  padding-bottom: 30px !important;
}

.govuk-\!-static-padding-left-6 {
  padding-left: 30px !important;
}

.govuk-\!-static-padding-7 {
  padding: 40px !important;
}

.govuk-\!-static-padding-top-7 {
  padding-top: 40px !important;
}

.govuk-\!-static-padding-right-7 {
  padding-right: 40px !important;
}

.govuk-\!-static-padding-bottom-7 {
  padding-bottom: 40px !important;
}

.govuk-\!-static-padding-left-7 {
  padding-left: 40px !important;
}

.govuk-\!-static-padding-8 {
  padding: 50px !important;
}

.govuk-\!-static-padding-top-8 {
  padding-top: 50px !important;
}

.govuk-\!-static-padding-right-8 {
  padding-right: 50px !important;
}

.govuk-\!-static-padding-bottom-8 {
  padding-bottom: 50px !important;
}

.govuk-\!-static-padding-left-8 {
  padding-left: 50px !important;
}

.govuk-\!-static-padding-9 {
  padding: 60px !important;
}

.govuk-\!-static-padding-top-9 {
  padding-top: 60px !important;
}

.govuk-\!-static-padding-right-9 {
  padding-right: 60px !important;
}

.govuk-\!-static-padding-bottom-9 {
  padding-bottom: 60px !important;
}

.govuk-\!-static-padding-left-9 {
  padding-left: 60px !important;
}


.govuk-\!-text-align-left {
  text-align: left !important;
}

.govuk-\!-text-align-centre {
  text-align: center !important;
}

.govuk-\!-text-align-right {
  text-align: right !important;
}


.govuk-\!-font-size-80 {
  font-size: 3.3125rem !important;
  line-height: 1.0377358491 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-font-size-80 {
    font-size: 5rem !important;
    line-height: 1 !important;
  }
}
@media print {
  .govuk-\!-font-size-80 {
    font-size: 53pt !important;
    line-height: 1.1 !important;
  }
}

.govuk-\!-font-size-48 {
  font-size: 2rem !important;
  line-height: 1.09375 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-font-size-48 {
    font-size: 3rem !important;
    line-height: 1.0416666667 !important;
  }
}
@media print {
  .govuk-\!-font-size-48 {
    font-size: 32pt !important;
    line-height: 1.15 !important;
  }
}

.govuk-\!-font-size-36 {
  font-size: 1.5rem !important;
  line-height: 1.0416666667 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-font-size-36 {
    font-size: 2.25rem !important;
    line-height: 1.1111111111 !important;
  }
}
@media print {
  .govuk-\!-font-size-36 {
    font-size: 24pt !important;
    line-height: 1.05 !important;
  }
}

.govuk-\!-font-size-27 {
  font-size: 1.125rem !important;
  line-height: 1.1111111111 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-font-size-27 {
    font-size: 1.6875rem !important;
    line-height: 1.1111111111 !important;
  }
}
@media print {
  .govuk-\!-font-size-27 {
    font-size: 18pt !important;
    line-height: 1.15 !important;
  }
}

.govuk-\!-font-size-24 {
  font-size: 1.125rem !important;
  line-height: 1.1111111111 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-font-size-24 {
    font-size: 1.5rem !important;
    line-height: 1.25 !important;
  }
}
@media print {
  .govuk-\!-font-size-24 {
    font-size: 18pt !important;
    line-height: 1.15 !important;
  }
}

.govuk-\!-font-size-19 {
  font-size: 1rem !important;
  line-height: 1.25 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-font-size-19 {
    font-size: 1.1875rem !important;
    line-height: 1.3157894737 !important;
  }
}
@media print {
  .govuk-\!-font-size-19 {
    font-size: 14pt !important;
    line-height: 1.15 !important;
  }
}

.govuk-\!-font-size-16 {
  font-size: 0.875rem !important;
  line-height: 1.1428571429 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-font-size-16 {
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }
}
@media print {
  .govuk-\!-font-size-16 {
    font-size: 14pt !important;
    line-height: 1.2 !important;
  }
}

.govuk-\!-font-size-14 {
  font-size: 0.75rem !important;
  line-height: 1.25 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-font-size-14 {
    font-size: 0.875rem !important;
    line-height: 1.4285714286 !important;
  }
}
@media print {
  .govuk-\!-font-size-14 {
    font-size: 12pt !important;
    line-height: 1.2 !important;
  }
}

.govuk-\!-font-weight-regular {
  font-weight: 400 !important;
}

.govuk-\!-font-weight-bold {
  font-weight: 700 !important;
}

.govuk-\!-font-tabular-numbers {
  font-variant-numeric: tabular-nums !important;
}

.govuk-\!-text-break-word {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}


.govuk-\!-width-full {
  width: 100% !important;
}

.govuk-\!-width-three-quarters {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-width-three-quarters {
    width: 75% !important;
  }
}

.govuk-\!-width-two-thirds {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-width-two-thirds {
    width: 66.66% !important;
  }
}

.govuk-\!-width-one-half {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-width-one-half {
    width: 50% !important;
  }
}

.govuk-\!-width-one-third {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-width-one-third {
    width: 33.33% !important;
  }
}

.govuk-\!-width-one-quarter {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-width-one-quarter {
    width: 25% !important;
  }
}




















































:root {
  --govuk-frontend-version: "5.11.2";
  --govuk-breakpoint-mobile: 20rem;
  --govuk-frontend-breakpoint-mobile: var(--govuk-breakpoint-mobile);
  --govuk-breakpoint-tablet: 40.0625rem;
  --govuk-frontend-breakpoint-tablet: var(--govuk-breakpoint-tablet);
  --govuk-breakpoint-desktop: 48.0625rem;
  --govuk-frontend-breakpoint-desktop: var(--govuk-breakpoint-desktop);
}


.govuk-link, .app-task-list__task-name > a {
  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: 0.1578em;
}

/*! Copyright (c) 2011 by Margaret Calvert & Henrik Kubel. All rights reserved. The font has been customised for exclusive use on gov.uk. This cut is not commercially available. */ /* stylelint-disable-line scss/comment-no-loud  */
@font-face {
  font-family: "GDS Transport";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/light-94a07e06a1-v2.woff2") format("woff2"), url("/assets/fonts/light-f591b13f7d-v2.woff") format("woff");
  font-display: fallback;
}
@font-face {
  font-family: "GDS Transport";
  font-style: normal;
  font-weight: bold;
  src: url("/assets/fonts/bold-b542beb274-v2.woff2") format("woff2"), url("/assets/fonts/bold-affa96571d-v2.woff") format("woff");
  font-display: fallback;
}
@media print {
  .govuk-link, .app-task-list__task-name > a {
    font-family: sans-serif;
  }
}
.govuk-link:hover, .app-task-list__task-name > a: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-link:focus, .app-task-list__task-name > a:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}

@supports not (text-wrap: balance) {
  .govuk-link:focus, .app-task-list__task-name > a:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-link:link, .app-task-list__task-name > a:link {
  color: #1d70b8;
}

.govuk-link:visited, .app-task-list__task-name > a:visited {
  color: #4c2c92;
}

.govuk-link:hover, .app-task-list__task-name > a:hover {
  color: #003078;
}

.govuk-link:active, .app-task-list__task-name > a:active {
  color: #0b0c0c;
}

.govuk-link:focus, .app-task-list__task-name > a:focus {
  color: #0b0c0c;
}

@media print {
  [href^="/"].govuk-link::after, .app-task-list__task-name > a[href^="/"]::after, [href^="http://"].govuk-link::after, .app-task-list__task-name > a[href^="http://"]::after, [href^="https://"].govuk-link::after, .app-task-list__task-name > a[href^="https://"]::after {
    content: " (" attr(href) ")";
    font-size: 90%;
    word-wrap: break-word;
  }
}
.govuk-link--muted:link, .govuk-link--muted:visited {
  color: #505a5f;
}

.govuk-link--muted:hover, .govuk-link--muted:active {
  color: #0b0c0c;
}

.govuk-link--muted:focus {
  color: #0b0c0c;
}

.govuk-link--text-colour:link, .govuk-link--text-colour:visited {
  color: #0b0c0c;
}

@media print {
  .govuk-link--text-colour:link, .govuk-link--text-colour:visited {
    color: #000000;
  }
}
.govuk-link--text-colour:hover {
  color: rgba(11, 12, 12, 0.99);
}

.govuk-link--text-colour:active, .govuk-link--text-colour:focus {
  color: #0b0c0c;
}

@media print {
  .govuk-link--text-colour:active, .govuk-link--text-colour:focus {
    color: #000000;
  }
}
.govuk-link--inverse:link, .govuk-link--inverse:visited {
  color: #ffffff;
}

.govuk-link--inverse:hover, .govuk-link--inverse:active {
  color: rgba(255, 255, 255, 0.99);
}

.govuk-link--inverse:focus {
  color: #0b0c0c;
}

.govuk-link--no-underline:not(:hover):not(:active) {
  text-decoration: none;
}

.govuk-link--no-visited-state:link {
  color: #1d70b8;
}

.govuk-link--no-visited-state:visited {
  color: #1d70b8;
}

.govuk-link--no-visited-state:hover {
  color: #003078;
}

.govuk-link--no-visited-state:active {
  color: #0b0c0c;
}

.govuk-link--no-visited-state:focus {
  color: #0b0c0c;
}

.govuk-link-image {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

.govuk-link-image:focus {
  outline: 3px solid transparent;
  box-shadow: 0 0 0 4px #ffdd00, 0 0 0 8px #0b0c0c;
}


.govuk-list {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 0;
  list-style-type: none;
}

@media print {
  .govuk-list {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-list {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-list {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-list {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-list {
    margin-bottom: 20px;
  }
}
.govuk-list .govuk-list {
  margin-top: 10px;
}

.govuk-list > li {
  margin-bottom: 5px;
}

.govuk-list--bullet {
  padding-left: 20px;
  list-style-type: disc;
}

.govuk-list--number {
  padding-left: 20px;
  list-style-type: decimal;
}

.govuk-list--bullet > li,
.govuk-list--number > li {
  margin-bottom: 0;
}

@media (min-width: 40.0625em) {
  .govuk-list--bullet > li,
  .govuk-list--number > li {
    margin-bottom: 5px;
  }
}
.govuk-list--spaced > li {
  margin-bottom: 10px;
}

@media (min-width: 40.0625em) {
  .govuk-list--spaced > li {
    margin-bottom: 15px;
  }
}

.govuk-heading-xl {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.09375;
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
}

@media print {
  .govuk-heading-xl {
    color: #000000;
  }
}
@media print {
  .govuk-heading-xl {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-xl {
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
@media print {
  .govuk-heading-xl {
    font-size: 32pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-xl {
    margin-bottom: 50px;
  }
}
.govuk-heading-l {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.0416666667;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
}

@media print {
  .govuk-heading-l {
    color: #000000;
  }
}
@media print {
  .govuk-heading-l {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-l {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-heading-l {
    font-size: 24pt;
    line-height: 1.05;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-l {
    margin-bottom: 30px;
  }
}
.hmrc-timeline__event-title, .govuk-heading-m {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
}

@media print {
  .hmrc-timeline__event-title, .govuk-heading-m {
    color: #000000;
  }
}
@media print {
  .hmrc-timeline__event-title, .govuk-heading-m {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-timeline__event-title, .govuk-heading-m {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .hmrc-timeline__event-title, .govuk-heading-m {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-timeline__event-title, .govuk-heading-m {
    margin-bottom: 20px;
  }
}
.govuk-heading-s {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
}

@media print {
  .govuk-heading-s {
    color: #000000;
  }
}
@media print {
  .govuk-heading-s {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-s {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-heading-s {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-s {
    margin-bottom: 20px;
  }
}
.govuk-caption-xl {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  display: block;
  margin-bottom: 5px;
  color: #505a5f;
}

@media print {
  .govuk-caption-xl {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-caption-xl {
    font-size: 1.6875rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-caption-xl {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.govuk-caption-l {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  display: block;
  margin-bottom: 5px;
  color: #505a5f;
}

@media print {
  .govuk-caption-l {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-caption-l {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-caption-l {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-caption-l {
    margin-bottom: 0;
  }
}
.govuk-caption-m {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  display: block;
  color: #505a5f;
}

@media print {
  .govuk-caption-m {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-caption-m {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-caption-m {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-body-l, .govuk-body-lead {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  margin-top: 0;
  margin-bottom: 20px;
}

@media print {
  .govuk-body-l, .govuk-body-lead {
    color: #000000;
  }
}
@media print {
  .govuk-body-l, .govuk-body-lead {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-l, .govuk-body-lead {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-body-l, .govuk-body-lead {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-l, .govuk-body-lead {
    margin-bottom: 30px;
  }
}
.govuk-body-m, .govuk-body {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 15px;
}

@media print {
  .govuk-body-m, .govuk-body {
    color: #000000;
  }
}
@media print {
  .govuk-body-m, .govuk-body {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-m, .govuk-body {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-body-m, .govuk-body {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-m, .govuk-body {
    margin-bottom: 20px;
  }
}
.govuk-body-s {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  margin-top: 0;
  margin-bottom: 15px;
}

@media print {
  .govuk-body-s {
    color: #000000;
  }
}
@media print {
  .govuk-body-s {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-s {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-body-s {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-s {
    margin-bottom: 20px;
  }
}
.govuk-body-xs {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 15px;
}

@media print {
  .govuk-body-xs {
    color: #000000;
  }
}
@media print {
  .govuk-body-xs {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-xs {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
@media print {
  .govuk-body-xs {
    font-size: 12pt;
    line-height: 1.2;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-xs {
    margin-bottom: 20px;
  }
}
.govuk-body-l + .govuk-heading-l, .govuk-body-lead + .govuk-heading-l {
  padding-top: 5px;
}

@media (min-width: 40.0625em) {
  .govuk-body-l + .govuk-heading-l, .govuk-body-lead + .govuk-heading-l {
    padding-top: 10px;
  }
}
.govuk-body-m + .govuk-heading-l, .govuk-body + .govuk-heading-l,
.govuk-body-s + .govuk-heading-l,
.govuk-list + .govuk-heading-l {
  padding-top: 15px;
}

@media (min-width: 40.0625em) {
  .govuk-body-m + .govuk-heading-l, .govuk-body + .govuk-heading-l,
  .govuk-body-s + .govuk-heading-l,
  .govuk-list + .govuk-heading-l {
    padding-top: 20px;
  }
}
.govuk-body-m + .hmrc-timeline__event-title, .govuk-body + .hmrc-timeline__event-title, .govuk-body-m + .govuk-heading-m, .govuk-body + .govuk-heading-m,
.govuk-body-s + .hmrc-timeline__event-title,
.govuk-body-s + .govuk-heading-m,
.govuk-list + .hmrc-timeline__event-title,
.govuk-list + .govuk-heading-m,
.govuk-body-m + .govuk-heading-s,
.govuk-body + .govuk-heading-s,
.govuk-body-s + .govuk-heading-s,
.govuk-list + .govuk-heading-s {
  padding-top: 5px;
}

@media (min-width: 40.0625em) {
  .govuk-body-m + .hmrc-timeline__event-title, .govuk-body + .hmrc-timeline__event-title, .govuk-body-m + .govuk-heading-m, .govuk-body + .govuk-heading-m,
  .govuk-body-s + .hmrc-timeline__event-title,
  .govuk-body-s + .govuk-heading-m,
  .govuk-list + .hmrc-timeline__event-title,
  .govuk-list + .govuk-heading-m,
  .govuk-body-m + .govuk-heading-s,
  .govuk-body + .govuk-heading-s,
  .govuk-body-s + .govuk-heading-s,
  .govuk-list + .govuk-heading-s {
    padding-top: 10px;
  }
}

.govuk-section-break {
  margin: 0;
  border: 0;
}

.govuk-section-break--xl {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 40.0625em) {
  .govuk-section-break--xl {
    margin-top: 50px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-section-break--xl {
    margin-bottom: 50px;
  }
}
.govuk-section-break--l {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 40.0625em) {
  .govuk-section-break--l {
    margin-top: 30px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-section-break--l {
    margin-bottom: 30px;
  }
}
.govuk-section-break--m {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 40.0625em) {
  .govuk-section-break--m {
    margin-top: 20px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-section-break--m {
    margin-bottom: 20px;
  }
}
.govuk-section-break--visible {
  border-bottom: 1px solid #b1b4b6;
}





















































.govuk-button-group {
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 40.0625em) {
  .govuk-button-group {
    margin-bottom: 15px;
  }
}
.govuk-button-group .govuk-link, .govuk-button-group .app-task-list__task-name > a {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875;
  display: inline-block;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
}

@media print {
  .govuk-button-group .govuk-link, .govuk-button-group .app-task-list__task-name > a {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-button-group .govuk-link, .govuk-button-group .app-task-list__task-name > a {
    font-size: 1.1875rem;
    line-height: 1;
  }
}
@media print {
  .govuk-button-group .govuk-link, .govuk-button-group .app-task-list__task-name > a {
    font-size: 14pt;
    line-height: 19px;
  }
}
.govuk-button-group .govuk-button {
  margin-bottom: 17px;
}

@media (min-width: 40.0625em) {
  .govuk-button-group {
    margin-right: -15px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .govuk-button-group .govuk-button,
  .govuk-button-group .govuk-link,
  .govuk-button-group .app-task-list__task-name > a {
    margin-right: 15px;
  }
  .govuk-button-group .govuk-link, .govuk-button-group .app-task-list__task-name > a {
    text-align: left;
  }
}
















































.govuk-form-group {
  margin-bottom: 20px;
}

.govuk-form-group::after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 40.0625em) {
  .govuk-form-group {
    margin-bottom: 30px;
  }
}
.govuk-form-group .govuk-form-group:last-of-type {
  margin-bottom: 0;
}

.govuk-form-group--error {
  padding-left: 15px;
  border-left: 5px solid #d4351c;
}

.govuk-form-group--error .govuk-form-group {
  padding: 0;
  border: 0;
}

















































.govuk-grid-row {
  margin-right: -15px;
  margin-left: -15px;
}

.govuk-grid-row::after {
  content: "";
  display: block;
  clear: both;
}

.govuk-grid-column-one-quarter {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 40.0625em) {
  .govuk-grid-column-one-quarter {
    width: 25%;
    float: left;
  }
}
.govuk-grid-column-one-third {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 40.0625em) {
  .govuk-grid-column-one-third {
    width: 33.3333333333%;
    float: left;
  }
}
.govuk-grid-column-one-half {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 40.0625em) {
  .govuk-grid-column-one-half {
    width: 50%;
    float: left;
  }
}
.govuk-grid-column-two-thirds {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 40.0625em) {
  .govuk-grid-column-two-thirds {
    width: 66.6666666667%;
    float: left;
  }
}
.govuk-grid-column-three-quarters {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 40.0625em) {
  .govuk-grid-column-three-quarters {
    width: 75%;
    float: left;
  }
}
.govuk-grid-column-full {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 40.0625em) {
  .govuk-grid-column-full {
    width: 100%;
    float: left;
  }
}
.govuk-grid-column-one-quarter-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}

@media (min-width: 48.0625em) {
  .govuk-grid-column-one-quarter-from-desktop {
    width: 25%;
    float: left;
  }
}
.govuk-grid-column-one-third-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}

@media (min-width: 48.0625em) {
  .govuk-grid-column-one-third-from-desktop {
    width: 33.3333333333%;
    float: left;
  }
}
.govuk-grid-column-one-half-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}

@media (min-width: 48.0625em) {
  .govuk-grid-column-one-half-from-desktop {
    width: 50%;
    float: left;
  }
}
.govuk-grid-column-two-thirds-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}

@media (min-width: 48.0625em) {
  .govuk-grid-column-two-thirds-from-desktop {
    width: 66.6666666667%;
    float: left;
  }
}
.govuk-grid-column-three-quarters-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}

@media (min-width: 48.0625em) {
  .govuk-grid-column-three-quarters-from-desktop {
    width: 75%;
    float: left;
  }
}
.govuk-grid-column-full-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}

@media (min-width: 48.0625em) {
  .govuk-grid-column-full-from-desktop {
    width: 100%;
    float: left;
  }
}
















































.govuk-main-wrapper {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 40.0625em) {
  .govuk-main-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.govuk-main-wrapper--auto-spacing:first-child,
.govuk-main-wrapper--l {
  padding-top: 30px;
}

@media (min-width: 40.0625em) {
  .govuk-main-wrapper--auto-spacing:first-child,
  .govuk-main-wrapper--l {
    padding-top: 50px;
  }
}
















































.govuk-template {
  background-color: #f3f2f1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.govuk-template--rebranded {
  background-color: #f4f8fb;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .govuk-template {
    scroll-padding-top: 60px;
  }
  .govuk-template:not(:has(.govuk-exit-this-page)) {
    scroll-padding-top: 0;
  }
}
@media screen {
  .govuk-template {
    overflow-y: scroll;
  }
}
.govuk-template__body {
  margin: 0;
  background-color: #ffffff;
}

















































.govuk-width-container {
  max-width: 960px;
  margin-right: 15px;
  margin-left: 15px;
}

@supports (margin: max(calc(0px))) {
  .govuk-width-container {
    margin-right: max(15px, calc(15px + env(safe-area-inset-right)));
    margin-left: max(15px, calc(15px + env(safe-area-inset-left)));
  }
}
@media (min-width: 40.0625em) {
  .govuk-width-container {
    margin-right: 30px;
    margin-left: 30px;
  }
  @supports (margin: max(calc(0px))) {
    .govuk-width-container {
      margin-right: max(30px, calc(15px + env(safe-area-inset-right)));
      margin-left: max(30px, calc(15px + env(safe-area-inset-left)));
    }
  }
}
@media (min-width: 1020px) {
  .govuk-width-container {
    margin-right: auto;
    margin-left: auto;
  }
  @supports (margin: max(calc(0px))) {
    .govuk-width-container {
      margin-right: auto;
      margin-left: auto;
    }
  }
}

















































.govuk-accordion {
  margin-bottom: 20px;
}

@media (min-width: 40.0625em) {
  .govuk-accordion {
    margin-bottom: 30px;
  }
}
.govuk-accordion__section {
  padding-top: 15px;
}

.govuk-accordion__section-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.govuk-accordion__section-button {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  color: #0b0c0c;
  display: block;
  margin-bottom: 0;
  padding-top: 15px;
}

@media print {
  .govuk-accordion__section-button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-accordion__section-button {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-accordion__section-button {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-accordion__section-button {
    color: #000000;
  }
}
.govuk-accordion__section-content > :last-child {
  margin-bottom: 0;
}

.govuk-frontend-supported .govuk-accordion {
  border-bottom: 1px solid #b1b4b6;
}

.govuk-frontend-supported .govuk-accordion__section {
  padding-top: 0;
}

.govuk-frontend-supported .govuk-accordion__section-content {
  display: none;
  padding-top: 15px;
  padding-bottom: 30px;
}

@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-accordion__section-content {
    padding-bottom: 50px;
  }
}
.govuk-frontend-supported .govuk-accordion__section-content[hidden] {
  padding-top: 0;
  padding-bottom: 0;
}

@supports (content-visibility: hidden) {
  .govuk-frontend-supported .govuk-accordion__section-content[hidden] {
    content-visibility: hidden;
    display: inherit;
  }
}
.govuk-frontend-supported .govuk-accordion__section--expanded .govuk-accordion__section-content {
  display: block;
}

.govuk-frontend-supported .govuk-accordion__show-all {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  position: relative;
  z-index: 1;
  margin-bottom: 9px;
  padding: 5px 2px 5px 0;
  border-width: 0;
  color: #1d70b8;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
}

@media print {
  .govuk-frontend-supported .govuk-accordion__show-all {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-accordion__show-all {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-frontend-supported .govuk-accordion__show-all {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-accordion__show-all {
    margin-bottom: 14px;
  }
}
.govuk-frontend-supported .govuk-accordion__show-all::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.govuk-frontend-supported .govuk-accordion__show-all:hover {
  color: #0b0c0c;
  background: #f3f2f1;
  box-shadow: 0 -2px #f3f2f1, 0 4px #f3f2f1;
}

.govuk-frontend-supported .govuk-accordion__show-all:hover .govuk-accordion__section-toggle-text {
  color: #0b0c0c;
}

.govuk-frontend-supported .govuk-accordion__show-all:hover .govuk-accordion-nav__chevron {
  color: #0b0c0c;
  background: #0b0c0c;
}

.govuk-frontend-supported .govuk-accordion__show-all:hover .govuk-accordion-nav__chevron::after {
  color: #f3f2f1;
}

.govuk-frontend-supported .govuk-accordion__show-all:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}

@supports not (text-wrap: balance) {
  .govuk-frontend-supported .govuk-accordion__show-all:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-frontend-supported .govuk-accordion__show-all:focus .govuk-accordion-nav__chevron {
  background: #0b0c0c;
}

.govuk-frontend-supported .govuk-accordion__show-all:focus .govuk-accordion-nav__chevron::after {
  color: #ffdd00;
}

.govuk-frontend-supported .govuk-accordion__section-heading {
  padding: 0;
}

.govuk-frontend-supported .govuk-accordion-nav__chevron {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid;
  border-radius: 50%;
  vertical-align: middle;
}

.govuk-frontend-supported .govuk-accordion-nav__chevron::after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: 0.3125rem;
  left: 0.375rem;
  width: 0.375rem;
  height: 0.375rem;
  transform: rotate(-45deg);
  border-top: 0.125rem solid;
  border-right: 0.125rem solid;
}

.govuk-frontend-supported .govuk-accordion-nav__chevron--down {
  transform: rotate(180deg);
}

.govuk-frontend-supported .govuk-accordion__section-button {
  width: 100%;
  padding: 10px 0 0;
  border: 0;
  border-top: 1px solid #b1b4b6;
  border-bottom: 10px solid transparent;
  color: #0b0c0c;
  background: none;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
}

@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-accordion__section-button {
    padding-bottom: 10px;
  }
}
.govuk-frontend-supported .govuk-accordion__section-button:active {
  color: #0b0c0c;
  background: none;
}

.govuk-frontend-supported .govuk-accordion__section-button:hover {
  color: #0b0c0c;
  background: #f3f2f1;
}

.govuk-frontend-supported .govuk-accordion__section-button:hover .govuk-accordion__section-toggle-text {
  color: #0b0c0c;
}

.govuk-frontend-supported .govuk-accordion__section-button:hover .govuk-accordion-nav__chevron {
  color: #0b0c0c;
  background: #0b0c0c;
}

.govuk-frontend-supported .govuk-accordion__section-button:hover .govuk-accordion-nav__chevron::after {
  color: #f3f2f1;
}

.govuk-frontend-supported .govuk-accordion__section-button:focus {
  outline: 0;
}

.govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-heading-text-focus,
.govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-summary-focus,
.govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-toggle-focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}

@supports not (text-wrap: balance) {
  .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-heading-text-focus,
  .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-summary-focus,
  .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-toggle-focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion-nav__chevron {
  color: #0b0c0c;
  background: #0b0c0c;
}

.govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion-nav__chevron::after {
  color: #ffdd00;
}

.govuk-frontend-supported .govuk-accordion__section-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.govuk-frontend-supported .govuk-accordion__section--expanded .govuk-accordion__section-button {
  padding-bottom: 15px;
  border-bottom: 0;
}

@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-accordion__section--expanded .govuk-accordion__section-button {
    padding-bottom: 20px;
  }
}
.govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-toggle-focus {
  padding-bottom: 3px;
}

@media (min-width: 48.0625em) {
  .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-toggle-focus {
    padding-bottom: 2px;
  }
}
.govuk-frontend-supported .govuk-accordion__section-toggle,
.govuk-frontend-supported .govuk-accordion__section-heading-text,
.govuk-frontend-supported .govuk-accordion__section-summary {
  display: block;
  margin-bottom: 13px;
}

.govuk-frontend-supported .govuk-accordion__section-toggle .govuk-accordion__section-heading-text-focus,
.govuk-frontend-supported .govuk-accordion__section-toggle .govuk-accordion__section-summary-focus,
.govuk-frontend-supported .govuk-accordion__section-toggle .govuk-accordion__section-toggle-focus,
.govuk-frontend-supported .govuk-accordion__section-heading-text .govuk-accordion__section-heading-text-focus,
.govuk-frontend-supported .govuk-accordion__section-heading-text .govuk-accordion__section-summary-focus,
.govuk-frontend-supported .govuk-accordion__section-heading-text .govuk-accordion__section-toggle-focus,
.govuk-frontend-supported .govuk-accordion__section-summary .govuk-accordion__section-heading-text-focus,
.govuk-frontend-supported .govuk-accordion__section-summary .govuk-accordion__section-summary-focus,
.govuk-frontend-supported .govuk-accordion__section-summary .govuk-accordion__section-toggle-focus {
  display: inline;
}

.govuk-frontend-supported .govuk-accordion__section-toggle {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  color: #1d70b8;
}

@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-accordion__section-toggle {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-frontend-supported .govuk-accordion__section-toggle {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-frontend-supported .govuk-accordion__show-all-text,
.govuk-frontend-supported .govuk-accordion__section-toggle-text {
  margin-left: 5px;
  vertical-align: middle;
}

@media screen and (forced-colors: active) {
  .govuk-frontend-supported .govuk-accordion__show-all:hover .govuk-accordion-nav__chevron,
  .govuk-frontend-supported .govuk-accordion__section-button:hover .govuk-accordion-nav__chevron {
    background-color: transparent;
  }
  .govuk-frontend-supported .govuk-accordion__show-all:focus .govuk-accordion__section-heading-text-focus,
  .govuk-frontend-supported .govuk-accordion__show-all:focus .govuk-accordion__section-summary-focus,
  .govuk-frontend-supported .govuk-accordion__show-all:focus .govuk-accordion__section-toggle-focus,
  .govuk-frontend-supported .govuk-accordion__show-all:focus .govuk-accordion-nav__chevron,
  .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-heading-text-focus,
  .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-summary-focus,
  .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-toggle-focus,
  .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion-nav__chevron {
    background: transparent;
    background-color: transparent;
  }
}
@media (hover: none) {
  .govuk-frontend-supported .govuk-accordion__section-header:hover {
    border-top-color: #b1b4b6;
    box-shadow: inset 0 3px 0 0 #1d70b8;
  }
  .govuk-frontend-supported .govuk-accordion__section-header:hover .govuk-accordion__section-button {
    border-top-color: #b1b4b6;
  }
}

.govuk-back-link {
  font-size: 0.875rem;
  line-height: 1.1428571429;
  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: 0.1578em;
  display: inline-block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0.875em;
}

@media (min-width: 40.0625em) {
  .govuk-back-link {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-back-link {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media print {
  .govuk-back-link {
    font-family: sans-serif;
  }
}
.govuk-back-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-back-link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}

@supports not (text-wrap: balance) {
  .govuk-back-link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-back-link:link, .govuk-back-link:visited {
  color: #0b0c0c;
}

@media print {
  .govuk-back-link:link, .govuk-back-link:visited {
    color: #000000;
  }
}
.govuk-back-link:hover {
  color: rgba(11, 12, 12, 0.99);
}

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

@media print {
  .govuk-back-link:active, .govuk-back-link:focus {
    color: #000000;
  }
}
.govuk-back-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.1875em;
  width: 0.4375em;
  height: 0.4375em;
  margin: auto 0;
  transform: rotate(225deg);
  border: solid;
  border-width: 1px 1px 0 0;
  border-color: #505a5f;
}

@supports (border-width: max(0px)) {
  .govuk-back-link::before {
    border-width: max(1px, 0.0625em) max(1px, 0.0625em) 0 0;
    font-size: max(16px, 1em);
  }
}
.govuk-back-link:focus::before {
  border-color: #0b0c0c;
}

.govuk-back-link::after {
  content: "";
  position: absolute;
  top: -14px;
  right: 0;
  bottom: -14px;
  left: 0;
}

.govuk-back-link--inverse:link, .govuk-back-link--inverse:visited {
  color: #ffffff;
}

.govuk-back-link--inverse:hover, .govuk-back-link--inverse:active {
  color: rgba(255, 255, 255, 0.99);
}

.govuk-back-link--inverse:focus {
  color: #0b0c0c;
}

.govuk-back-link--inverse::before {
  border-color: currentcolor;
}


.govuk-breadcrumbs {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  color: #0b0c0c;
  margin-top: 15px;
  margin-bottom: 10px;
}

@media print {
  .govuk-breadcrumbs {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-breadcrumbs {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-breadcrumbs {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media print {
  .govuk-breadcrumbs {
    color: #000000;
  }
}
.govuk-breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.govuk-breadcrumbs__list::after {
  content: "";
  display: block;
  clear: both;
}

.govuk-breadcrumbs__list-item {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  margin-left: 0.625em;
  padding-left: 0.9784375em;
  float: left;
}

.govuk-breadcrumbs__list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.206875em;
  width: 0.4375em;
  height: 0.4375em;
  margin: auto 0;
  transform: rotate(45deg);
  border: solid;
  border-width: 1px 1px 0 0;
  border-color: #505a5f;
}

@supports (border-width: max(0px)) {
  .govuk-breadcrumbs__list-item::before {
    border-width: max(1px, 0.0625em) max(1px, 0.0625em) 0 0;
    font-size: max(16px, 1em);
  }
}
.govuk-breadcrumbs__list-item:first-child {
  margin-left: 0;
  padding-left: 0;
}

.govuk-breadcrumbs__list-item:first-child::before {
  content: none;
  display: none;
}

.govuk-breadcrumbs__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: 0.1578em;
}

@media print {
  .govuk-breadcrumbs__link {
    font-family: sans-serif;
  }
}
.govuk-breadcrumbs__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-breadcrumbs__link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}

@supports not (text-wrap: balance) {
  .govuk-breadcrumbs__link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-breadcrumbs__link:link, .govuk-breadcrumbs__link:visited {
  color: #0b0c0c;
}

@media print {
  .govuk-breadcrumbs__link:link, .govuk-breadcrumbs__link:visited {
    color: #000000;
  }
}
.govuk-breadcrumbs__link:hover {
  color: rgba(11, 12, 12, 0.99);
}

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

@media print {
  .govuk-breadcrumbs__link:active, .govuk-breadcrumbs__link:focus {
    color: #000000;
  }
}
@media (max-width: 40.0525em) {
  .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list-item {
    display: none;
  }
  .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list-item:first-child, .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list-item:last-child {
    display: inline-block;
  }
  .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list-item::before {
    top: 0.375em;
    margin: 0;
  }
  .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list {
    display: flex;
  }
}
.govuk-breadcrumbs--inverse {
  color: #ffffff;
}

.govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:link, .govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:visited {
  color: #ffffff;
}

.govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:hover, .govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:active {
  color: rgba(255, 255, 255, 0.99);
}

.govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:focus {
  color: #0b0c0c;
}

.govuk-breadcrumbs--inverse .govuk-breadcrumbs__list-item::before {
  border-color: currentcolor;
}


.govuk-button {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 22px;
  padding: 8px 10px 7px;
  border: 2px solid transparent;
  border-radius: 0;
  color: #ffffff;
  background-color: #00703c;
  box-shadow: 0 2px 0 #002d18;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: none;
}

@media print {
  .govuk-button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-button {
    font-size: 1.1875rem;
    line-height: 1;
  }
}
@media print {
  .govuk-button {
    font-size: 14pt;
    line-height: 19px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-button {
    margin-bottom: 32px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-button {
    width: auto;
  }
}
.govuk-button:link, .govuk-button:visited, .govuk-button:active, .govuk-button:hover {
  color: #ffffff;
  text-decoration: none;
}

.govuk-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.govuk-button:hover {
  background-color: #005a30;
}

.govuk-button:active {
  top: 2px;
}

.govuk-button:focus {
  border-color: #ffdd00;
  outline: 3px solid transparent;
  box-shadow: inset 0 0 0 1px #ffdd00;
}

.govuk-button:focus:not(:active):not(:hover) {
  border-color: #ffdd00;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 2px 0 #0b0c0c;
}

.govuk-button::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -4px;
  left: -2px;
  background: transparent;
}

.govuk-button:active::before {
  top: -4px;
}

.govuk-button[disabled] {
  opacity: 0.5;
}

.govuk-button[disabled]:hover {
  background-color: #00703c;
  cursor: not-allowed;
}

.govuk-button[disabled]:active {
  top: 0;
  box-shadow: 0 2px 0 #002d18;
}

.govuk-button--secondary {
  background-color: #f3f2f1;
  box-shadow: 0 2px 0 #929191;
}

.govuk-button--secondary, .govuk-button--secondary:link, .govuk-button--secondary:visited, .govuk-button--secondary:active, .govuk-button--secondary:hover {
  color: #0b0c0c;
}

.govuk-button--secondary:hover {
  background-color: #dbdad9;
}

.govuk-button--secondary:hover[disabled] {
  background-color: #f3f2f1;
}

.govuk-button--warning {
  background-color: #d4351c;
  box-shadow: 0 2px 0 #55150b;
}

.govuk-button--warning, .govuk-button--warning:link, .govuk-button--warning:visited, .govuk-button--warning:active, .govuk-button--warning:hover {
  color: #ffffff;
}

.govuk-button--warning:hover {
  background-color: #aa2a16;
}

.govuk-button--warning:hover[disabled] {
  background-color: #d4351c;
}

.govuk-button--inverse {
  background-color: #ffffff;
  box-shadow: 0 2px 0 #144e81;
}

.govuk-button--inverse, .govuk-button--inverse:link, .govuk-button--inverse:visited, .govuk-button--inverse:active, .govuk-button--inverse:hover {
  color: #1d70b8;
}

.govuk-button--inverse:hover {
  background-color: #e8f1f8;
}

.govuk-button--inverse:hover[disabled] {
  background-color: #ffffff;
}

.govuk-button--start {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  display: inline-flex;
  min-height: auto;
  justify-content: center;
}

@media (min-width: 40.0625em) {
  .govuk-button--start {
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media print {
  .govuk-button--start {
    font-size: 18pt;
    line-height: 1;
  }
}
.govuk-button__start-icon {
  margin-left: 5px;
  vertical-align: middle;
  flex-shrink: 0;
  align-self: center;
  forced-color-adjust: auto;
}

@media (min-width: 48.0625em) {
  .govuk-button__start-icon {
    margin-left: 10px;
  }
}

.govuk-error-message {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
  clear: both;
  color: #d4351c;
}

@media print {
  .govuk-error-message {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-error-message {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-error-message {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.govuk-hint {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 15px;
  color: #505a5f;
}

@media print {
  .govuk-hint {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-hint {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-hint {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-label:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl) + .govuk-hint {
  margin-bottom: 10px;
}

.govuk-fieldset__legend:not(.govuk-fieldset__legend--m):not(.govuk-fieldset__legend--l):not(.govuk-fieldset__legend--xl) + .govuk-hint {
  margin-bottom: 10px;
}

.govuk-fieldset__legend + .govuk-hint {
  margin-top: -5px;
}


.govuk-label {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  display: block;
  margin-bottom: 5px;
}

@media print {
  .govuk-label {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-label {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-label {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-label {
    color: #000000;
  }
}
.govuk-label--xl,
.govuk-label--l,
.govuk-label--m {
  font-weight: 700;
  margin-bottom: 15px;
}

.govuk-label--xl {
  font-size: 2rem;
  line-height: 1.09375;
}

@media (min-width: 40.0625em) {
  .govuk-label--xl {
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
@media print {
  .govuk-label--xl {
    font-size: 32pt;
    line-height: 1.15;
  }
}
.govuk-label--l {
  font-size: 1.5rem;
  line-height: 1.0416666667;
}

@media (min-width: 40.0625em) {
  .govuk-label--l {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-label--l {
    font-size: 24pt;
    line-height: 1.05;
  }
}
.govuk-label--m {
  font-size: 1.125rem;
  line-height: 1.1111111111;
}

@media (min-width: 40.0625em) {
  .govuk-label--m {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-label--m {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.govuk-label--s {
  font-weight: 700;
}

.govuk-label-wrapper {
  margin: 0;
}





.govuk-textarea {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 5px;
  resize: vertical;
  border: 2px solid #0b0c0c;
  border-radius: 0;
  -webkit-appearance: none;
}

@media print {
  .govuk-textarea {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-textarea {
    font-size: 1.1875rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-textarea {
    font-size: 14pt;
    line-height: 1.25;
  }
}
@media (min-width: 40.0625em) {
  .govuk-textarea {
    margin-bottom: 30px;
  }
}
.govuk-textarea:focus {
  outline: 3px solid #ffdd00;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}

.govuk-textarea:disabled {
  opacity: 0.5;
  color: inherit;
  background-color: transparent;
  cursor: not-allowed;
}

.govuk-textarea--error {
  border-color: #d4351c;
}

.govuk-textarea--error:focus {
  border-color: #0b0c0c;
}


.govuk-character-count {
  margin-bottom: 20px;
}

@media (min-width: 40.0625em) {
  .govuk-character-count {
    margin-bottom: 30px;
  }
}
.govuk-character-count .govuk-form-group,
.govuk-character-count .govuk-textarea {
  margin-bottom: 5px;
}

.govuk-character-count .govuk-textarea--error:focus {
  border-color: #d4351c;
  box-shadow: inset 0 0 0 2px #d4351c;
}

.govuk-character-count__message {
  font-variant-numeric: tabular-nums;
  margin-top: 0;
  margin-bottom: 0;
}

.govuk-character-count__message::after {
  content: "​";
}

.govuk-character-count__message--disabled {
  visibility: hidden;
}



.govuk-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.govuk-fieldset::after {
  content: "";
  display: block;
  clear: both;
}

@supports not (caret-color: auto) {
  .govuk-fieldset,
  x:-moz-any-link {
    display: table-cell;
  }
}
.govuk-fieldset__legend {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 0;
  white-space: normal;
}

@media print {
  .govuk-fieldset__legend {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-fieldset__legend {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-fieldset__legend {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-fieldset__legend {
    color: #000000;
  }
}
.govuk-fieldset__legend--xl,
.govuk-fieldset__legend--l,
.govuk-fieldset__legend--m {
  font-weight: 700;
  margin-bottom: 15px;
}

.govuk-fieldset__legend--xl {
  font-size: 2rem;
  line-height: 1.09375;
}

@media (min-width: 40.0625em) {
  .govuk-fieldset__legend--xl {
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
@media print {
  .govuk-fieldset__legend--xl {
    font-size: 32pt;
    line-height: 1.15;
  }
}
.govuk-fieldset__legend--l {
  font-size: 1.5rem;
  line-height: 1.0416666667;
}

@media (min-width: 40.0625em) {
  .govuk-fieldset__legend--l {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-fieldset__legend--l {
    font-size: 24pt;
    line-height: 1.05;
  }
}
.govuk-fieldset__legend--m {
  font-size: 1.125rem;
  line-height: 1.1111111111;
}

@media (min-width: 40.0625em) {
  .govuk-fieldset__legend--m {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-fieldset__legend--m {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.govuk-fieldset__legend--s {
  font-weight: 700;
}

.govuk-fieldset__heading {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}




.govuk-checkboxes__item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 10px;
}

.govuk-checkboxes__item:last-child,
.govuk-checkboxes__item:last-of-type {
  margin-bottom: 0;
}

.govuk-checkboxes__input {
  z-index: 1;
  width: 44px;
  height: 44px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.govuk-checkboxes__label {
  align-self: center;
  max-width: calc(100% - 74px);
  margin-bottom: 0;
  padding: 7px 15px;
  cursor: pointer;
  touch-action: manipulation;
}

.govuk-checkboxes__label::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 40px;
  height: 40px;
  border: 2px solid currentcolor;
  background: transparent;
}

.govuk-checkboxes__label::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 13px;
  left: 10px;
  width: 23px;
  height: 12px;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 0 5px 5px;
  border-top-color: transparent;
  opacity: 0;
  background: transparent;
}

.govuk-checkboxes__hint {
  display: block;
  width: 100%;
  margin-top: -5px;
  padding-right: 15px;
  padding-left: 59px;
}

.govuk-label:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl) + .govuk-checkboxes__hint {
  margin-bottom: 0;
}

.govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
  border-width: 4px;
  outline: 3px solid transparent;
  outline-offset: 1px;
  box-shadow: 0 0 0 3px #ffdd00;
}

@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
    outline-color: Highlight;
  }
}
.govuk-checkboxes__input:checked + .govuk-checkboxes__label::after {
  opacity: 1;
}

.govuk-checkboxes__input:disabled,
.govuk-checkboxes__input:disabled + .govuk-checkboxes__label {
  cursor: not-allowed;
}

.govuk-checkboxes__input:disabled + .govuk-checkboxes__label,
.govuk-checkboxes__input:disabled ~ .govuk-hint {
  opacity: 0.5;
}

.govuk-checkboxes__divider {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  width: 40px;
  margin-bottom: 10px;
  text-align: center;
}

@media print {
  .govuk-checkboxes__divider {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-checkboxes__divider {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-checkboxes__divider {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-checkboxes__divider {
    color: #000000;
  }
}
.govuk-checkboxes__conditional {
  margin-bottom: 15px;
  margin-left: 20px;
  padding-left: 35px;
  border-left: 4px solid #b1b4b6;
}

@media (min-width: 40.0625em) {
  .govuk-checkboxes__conditional {
    margin-bottom: 20px;
  }
}
.govuk-frontend-supported .govuk-checkboxes__conditional--hidden {
  display: none;
}

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

.govuk-checkboxes--small .govuk-checkboxes__item {
  margin-bottom: 0;
}

.govuk-checkboxes--small .govuk-checkboxes__input {
  margin-left: -10px;
}

.govuk-checkboxes--small .govuk-checkboxes__label {
  padding-left: 1px;
}

.govuk-checkboxes--small .govuk-checkboxes__label::before {
  top: 10px;
  left: 0;
  width: 24px;
  height: 24px;
}

.govuk-checkboxes--small .govuk-checkboxes__label::after {
  top: 17px;
  left: 6px;
  width: 12px;
  height: 6.5px;
  border-width: 0 0 3px 3px;
}

.govuk-checkboxes--small .govuk-checkboxes__hint {
  padding-left: 34px;
}

.govuk-checkboxes--small .govuk-checkboxes__conditional {
  margin-left: 10px;
  padding-left: 20px;
}

.govuk-checkboxes--small .govuk-checkboxes__divider {
  width: 24px;
  margin-bottom: 5px;
}

.govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label::before {
  outline: 3px dashed transparent;
  outline-offset: 1px;
  box-shadow: 0 0 0 10px #b1b4b6;
}

.govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
  box-shadow: 0 0 0 3px #ffdd00, 0 0 0 10px #b1b4b6;
}

@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
    outline-color: Highlight;
  }
}
@media (hover: none), (pointer: coarse) {
  .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label::before {
    box-shadow: initial;
  }
  .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
    box-shadow: 0 0 0 3px #ffdd00;
  }
}


.govuk-cookie-banner {
  padding-top: 20px;
  border-bottom: 10px solid transparent;
  background-color: #f3f2f1;
}

.govuk-template--rebranded .govuk-cookie-banner {
  background-color: #f4f8fb;
}

.govuk-cookie-banner[hidden] {
  display: none;
}

.govuk-cookie-banner__message {
  margin-bottom: -10px;
}

.govuk-cookie-banner__message[hidden] {
  display: none;
}

.govuk-cookie-banner__message:focus {
  outline: none;
}






.govuk-input {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  box-sizing: border-box;
  width: 100%;
  height: 2.5rem;
  margin-top: 0;
  padding: 5px;
  border: 2px solid #0b0c0c;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

@media print {
  .govuk-input {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-input {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-input {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-input:focus {
  outline: 3px solid #ffdd00;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}

.govuk-input:disabled {
  opacity: 0.5;
  color: inherit;
  background-color: transparent;
  cursor: not-allowed;
}

.govuk-input::-webkit-outer-spin-button,
.govuk-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.govuk-input[type=number] {
  -moz-appearance: textfield;
}

.govuk-input--error {
  border-color: #d4351c;
}

.govuk-input--error:focus {
  border-color: #0b0c0c;
}

.govuk-input--extra-letter-spacing {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.05em;
}

.govuk-input--width-30 {
  max-width: 29.5em;
}

.govuk-input--width-20 {
  max-width: 20.5em;
}

.govuk-input--width-10 {
  max-width: 11.5em;
}

.govuk-input--width-5 {
  max-width: 5.5em;
}

.govuk-input--width-4 {
  max-width: 4.5em;
}

.govuk-input--width-3 {
  max-width: 3.75em;
}

.govuk-input--width-2 {
  max-width: 2.75em;
}

.govuk-input__wrapper {
  display: flex;
}

.govuk-input__wrapper .govuk-input {
  flex: 0 1 auto;
}

.govuk-input__wrapper .govuk-input:focus {
  z-index: 1;
}

@media (max-width: 19.99em) {
  .govuk-input__wrapper {
    display: block;
  }
  .govuk-input__wrapper .govuk-input {
    max-width: 100%;
  }
}
.govuk-input__prefix,
.govuk-input__suffix {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 5px;
  border: 2px solid #0b0c0c;
  background-color: #f3f2f1;
  text-align: center;
  white-space: nowrap;
  cursor: default;
  flex: 0 0 auto;
}

@media print {
  .govuk-input__prefix,
  .govuk-input__suffix {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-input__prefix,
  .govuk-input__suffix {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-input__prefix,
  .govuk-input__suffix {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (max-width: 19.99em) {
  .govuk-input__prefix,
  .govuk-input__suffix {
    display: block;
    height: 100%;
    white-space: normal;
  }
}
@media (max-width: 19.99em) {
  .govuk-input__prefix {
    border-bottom: 0;
  }
}
@media (min-width: 20em) {
  .govuk-input__prefix {
    border-right: 0;
  }
}
@media (max-width: 19.99em) {
  .govuk-input__suffix {
    border-top: 0;
  }
}
@media (min-width: 20em) {
  .govuk-input__suffix {
    border-left: 0;
  }
}




.govuk-date-input {
  font-size: 0;
}

.govuk-date-input::after {
  content: "";
  display: block;
  clear: both;
}

.govuk-date-input__item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}

.govuk-date-input__label {
  display: block;
}

.govuk-date-input__input {
  margin-bottom: 0;
}


.govuk-details {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  margin-bottom: 20px;
  display: block;
}

@media print {
  .govuk-details {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-details {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-details {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-details {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-details {
    margin-bottom: 30px;
  }
}
.govuk-details__summary {
  display: block;
}

.govuk-details[open] .govuk-details__summary {
  margin-bottom: 5px;
}

.govuk-details__summary-text > :first-child {
  margin-top: 0;
}

.govuk-details__summary-text > :only-child,
.govuk-details__summary-text > :last-child {
  margin-bottom: 0;
}

.govuk-details__text {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.govuk-details__text p {
  margin-top: 0;
  margin-bottom: 20px;
}

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

@media screen\0  {
  .govuk-details {
    border-left: 10px solid #b1b4b6;
  }
  .govuk-details__summary {
    margin-top: 15px;
  }
  .govuk-details__summary-text {
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 20px;
  }
}
@media screen\0  and (min-width: 40.0625em) {
  .govuk-details__summary-text {
    margin-bottom: 20px;
  }
}
@supports not (-ms-ime-align: auto) {
  .govuk-details__summary {
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
    padding-left: 25px;
    color: #1d70b8;
    cursor: pointer;
  }
  .govuk-details__summary:hover {
    color: #003078;
  }
  .govuk-details__summary:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdd00;
    box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
    text-decoration: none;
  }
  @supports not (text-wrap: balance) {
    .govuk-details__summary:focus {
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
    }
  }
  .govuk-details__summary-text {
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: 0.1578em;
  }
  .govuk-details__summary:hover .govuk-details__summary-text {
    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-details__summary:focus .govuk-details__summary-text {
    text-decoration: none;
  }
  .govuk-details__summary::-webkit-details-marker {
    display: none;
  }
  .govuk-details__summary::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    border-width: 7px 0 7px 12.124px;
    border-left-color: inherit;
  }
  .govuk-details[open] > .govuk-details__summary::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    border-width: 12.124px 7px 0 7px;
    border-top-color: inherit;
  }
  .govuk-details__text {
    border-left: 5px solid #b1b4b6;
  }
}



.govuk-error-summary {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  padding: 15px;
  margin-bottom: 30px;
  border: 5px solid #d4351c;
}

@media print {
  .govuk-error-summary {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-error-summary {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-error-summary {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-error-summary {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-error-summary {
    padding: 20px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-error-summary {
    margin-bottom: 50px;
  }
}
.govuk-error-summary:focus {
  outline: 3px solid #ffdd00;
}

.govuk-error-summary__title {
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}

@media (min-width: 40.0625em) {
  .govuk-error-summary__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-error-summary__title {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-error-summary__title {
    margin-bottom: 20px;
  }
}
.govuk-error-summary__body p {
  margin-bottom: 0;
}

.govuk-error-summary__body > * + * {
  margin-top: 15px;
}

@media (min-width: 40.0625em) {
  .govuk-error-summary__body > * + * {
    margin-top: 20px;
  }
}
.govuk-error-summary__body > :last-child {
  margin-bottom: 5px;
}

.govuk-error-summary__list {
  margin-bottom: 0;
}

.govuk-error-summary__list li:last-child {
  margin-bottom: 0;
}

.govuk-error-summary__list a {
  font-weight: 700;
  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: 0.1578em;
}

@media print {
  .govuk-error-summary__list a {
    font-family: sans-serif;
  }
}
.govuk-error-summary__list a: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-error-summary__list a:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}

@supports not (text-wrap: balance) {
  .govuk-error-summary__list a:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-error-summary__list a:link, .govuk-error-summary__list a:visited {
  color: #d4351c;
}

.govuk-error-summary__list a:hover {
  color: #942514;
}

.govuk-error-summary__list a:active {
  color: #d4351c;
}

.govuk-error-summary__list a:focus {
  color: #0b0c0c;
}



.govuk-exit-this-page {
  margin-bottom: 30px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 40.0625em) {
  .govuk-exit-this-page {
    margin-bottom: 50px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-exit-this-page {
    display: inline-block;
    right: 0;
    left: auto;
    width: auto;
    float: right;
  }
}
.govuk-exit-this-page__button {
  margin-bottom: 0;
}

.govuk-exit-this-page__indicator {
  padding: 10px;
  display: none;
  padding-bottom: 0;
  color: inherit;
  line-height: 0;
  text-align: center;
  pointer-events: none;
}

.govuk-exit-this-page__indicator--visible {
  display: block;
}

.govuk-exit-this-page__indicator-light {
  box-sizing: border-box;
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin: 0 0.125em;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  border-color: currentcolor;
}

.govuk-exit-this-page__indicator-light--on {
  border-width: 0.375em;
}

@media only print {
  .govuk-exit-this-page {
    display: none;
  }
}
.govuk-exit-this-page-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
}

.govuk-exit-this-page-hide-content * {
  display: none !important;
}

.govuk-exit-this-page-hide-content .govuk-exit-this-page-overlay {
  display: block !important;
}






.govuk-file-upload {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  max-width: 100%;
  margin-left: -5px;
  padding: 5px;
}

@media print {
  .govuk-file-upload {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-file-upload {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-file-upload {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-file-upload {
    color: #000000;
  }
}
.govuk-file-upload::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

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

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

.govuk-file-upload:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.govuk-drop-zone {
  display: block;
  position: relative;
  z-index: 0;
  background-color: #ffffff;
}

.govuk-drop-zone--disabled {
  cursor: not-allowed;
}

.govuk-file-upload-button__pseudo-button {
  width: auto;
  margin-right: 10px;
  margin-bottom: 3px;
  flex-shrink: 0;
}

.govuk-file-upload-button__instruction {
  margin-top: 7px;
  margin-bottom: 0;
  text-align: left;
}

.govuk-file-upload-button__status {
  display: block;
  margin-bottom: 10px;
  padding: 15px 10px;
  background-color: #ffffff;
  text-align: left;
}

.govuk-file-upload-button__pseudo-button-container {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.govuk-file-upload-button {
  width: 100%;
  padding: 18px;
  border: 2px #b1b4b6 solid;
  background-color: #f3f2f1;
  cursor: pointer;
}

@media (min-width: 40.0625em) {
  .govuk-file-upload-button {
    padding: 23px;
  }
}
.govuk-file-upload-button .govuk-file-upload-button__pseudo-button {
  background-color: #ffffff;
}

.govuk-file-upload-button:hover {
  background-color: #c1c3c5;
}

.govuk-file-upload-button:hover .govuk-file-upload-button__pseudo-button {
  background-color: #dbdad9;
}

.govuk-file-upload-button:hover .govuk-file-upload-button__status {
  background-color: #d2e2f1;
}

.govuk-file-upload-button:active, .govuk-file-upload-button:focus {
  border: 2px solid #0b0c0c;
  outline: 3px solid #ffdd00;
  outline-offset: 0;
  background-color: #c1c3c5;
  box-shadow: inset 0 0 0 2px;
}

.govuk-file-upload-button:active .govuk-file-upload-button__pseudo-button, .govuk-file-upload-button:focus .govuk-file-upload-button__pseudo-button {
  background-color: #ffdd00;
  box-shadow: 0 2px 0 #0b0c0c;
}

.govuk-file-upload-button:active:hover .govuk-file-upload-button__pseudo-button, .govuk-file-upload-button:focus:hover .govuk-file-upload-button__pseudo-button {
  border-color: #ffdd00;
  outline: 3px solid transparent;
  background-color: #f3f2f1;
  box-shadow: inset 0 0 0 1px #ffdd00;
}

.govuk-file-upload-button--empty {
  border-style: dashed;
  background-color: #ffffff;
}

.govuk-file-upload-button--empty .govuk-file-upload-button__pseudo-button {
  background-color: #f3f2f1;
}

.govuk-file-upload-button--empty .govuk-file-upload-button__status {
  color: #0c2d4a;
  background-color: #bbd4ea;
}

.govuk-file-upload-button--empty:hover, .govuk-file-upload-button--empty:focus, .govuk-file-upload-button--empty:active {
  background-color: #f3f2f1;
}

.govuk-file-upload-button--empty:hover .govuk-file-upload-button__status, .govuk-file-upload-button--empty:focus .govuk-file-upload-button__status, .govuk-file-upload-button--empty:active .govuk-file-upload-button__status {
  background-color: #d2e2f1;
}

.govuk-file-upload-button--dragging {
  border-style: solid;
  border-color: #0b0c0c;
}

.govuk-file-upload-button--dragging.govuk-file-upload-button {
  background-color: #c1c3c5;
}

.govuk-file-upload-button--dragging.govuk-file-upload-button--empty {
  background-color: #f3f2f1;
}

.govuk-file-upload-button--dragging.govuk-file-upload-button--empty:not(:disabled) .govuk-file-upload-button__status, .govuk-file-upload-button--dragging.govuk-file-upload-button--empty .govuk-file-upload-button__pseudo-button {
  background-color: #ffffff;
}

.govuk-file-upload-button--dragging .govuk-file-upload-button__pseudo-button {
  background-color: #dbdad9;
}

.govuk-file-upload-button:disabled {
  pointer-events: none;
  opacity: 0.5;
  background-color: #ffffff;
}

.govuk-file-upload-button:disabled .govuk-file-upload-button__pseudo-button {
  background-color: #f3f2f1;
}

.govuk-file-upload-button:disabled .govuk-file-upload-button__status {
  background-color: #bbd4ea;
}


.govuk-footer {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  padding-top: 25px;
  padding-bottom: 15px;
  border-top: 10px solid #1d70b8;
  color: #0b0c0c;
  background: #f3f2f1;
}

@media print {
  .govuk-footer {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-footer {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-footer {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media (min-width: 40.0625em) {
  .govuk-footer {
    padding-top: 40px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-footer {
    padding-bottom: 25px;
  }
}
.govuk-template--rebranded .govuk-footer {
  background: #f4f8fb;
}

.govuk-footer__crown {
  margin-bottom: 25px;
}

.govuk-footer__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: 0.1578em;
}

@media print {
  .govuk-footer__link {
    font-family: sans-serif;
  }
}
.govuk-footer__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-footer__link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}

@supports not (text-wrap: balance) {
  .govuk-footer__link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-footer__link:link, .govuk-footer__link:visited {
  color: #0b0c0c;
}

@media print {
  .govuk-footer__link:link, .govuk-footer__link:visited {
    color: #000000;
  }
}
.govuk-footer__link:hover {
  color: rgba(11, 12, 12, 0.99);
}

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

@media print {
  .govuk-footer__link:active, .govuk-footer__link:focus {
    color: #000000;
  }
}
.govuk-footer__section-break {
  margin: 0;
  margin-bottom: 30px;
  border: 0;
  border-bottom: 1px solid;
  border-bottom-color: #b1b4b6;
}

@media (min-width: 40.0625em) {
  .govuk-footer__section-break {
    margin-bottom: 50px;
  }
}
.govuk-template--rebranded .govuk-footer__section-break {
  border-bottom-color: #8eb8dc;
}

.govuk-footer__meta {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}

.govuk-footer__meta-item {
  margin-right: 15px;
  margin-bottom: 25px;
  margin-left: 15px;
}

.govuk-footer__meta-item--grow {
  flex: 1;
}

@media (max-width: 40.0525em) {
  .govuk-footer__meta-item--grow {
    flex-basis: 320px;
  }
}
.govuk-footer__licence-logo {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  forced-color-adjust: auto;
}

@media (max-width: 48.0525em) {
  .govuk-footer__licence-logo {
    margin-bottom: 15px;
  }
}
.govuk-footer__licence-description {
  display: inline-block;
  text-wrap: balance;
}

.govuk-footer__copyright-logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 112px;
  background-image: url("/assets/images/govuk-crest.svg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 125px 102px;
  text-align: center;
  white-space: nowrap;
}

@supports (-webkit-mask-position: initial) or (mask-position: initial) {
  .govuk-footer__copyright-logo::before {
    background: currentcolor;
    -webkit-mask-image: url("/assets/images/govuk-crest.svg");
    mask-image: url("/assets/images/govuk-crest.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 50% 0%;
    mask-position: 50% 0%;
    -webkit-mask-size: 125px 102px;
    mask-size: 125px 102px;
  }
  @media screen and (forced-colors: active) {
    .govuk-footer__copyright-logo::before {
      background: linktext;
    }
  }
}
.govuk-footer__inline-list {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
}

.govuk-footer__meta-custom {
  margin-bottom: 20px;
}

.govuk-footer__inline-list-item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}

.govuk-footer__heading {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  border-bottom-color: #b1b4b6;
}

@media (max-width: 40.0525em) {
  .govuk-footer__heading {
    padding-bottom: 10px;
  }
}
.govuk-template--rebranded .govuk-footer__heading {
  border-bottom-color: #8eb8dc;
}

.govuk-footer__navigation {
  margin-right: -15px;
  margin-left: -15px;
}

.govuk-footer__navigation::after {
  content: "";
  display: block;
  clear: both;
}

.govuk-footer__section {
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top;
}

.govuk-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  column-gap: 30px;
}

@media (min-width: 48.0625em) {
  .govuk-footer__list--columns-2 {
    column-count: 2;
  }
  .govuk-footer__list--columns-3 {
    column-count: 3;
  }
}
.govuk-footer__list-item {
  margin-bottom: 15px;
}

@media (min-width: 40.0625em) {
  .govuk-footer__list-item {
    margin-bottom: 20px;
  }
}
.govuk-footer__list-item:last-child {
  margin-bottom: 0;
}


.govuk-header {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  border-bottom: 10px solid #ffffff;
  background: #0b0c0c;
  color: #ffffff;
}

@media print {
  .govuk-header {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-header {
    font-size: 1rem;
    line-height: 1;
  }
}
@media print {
  .govuk-header {
    font-size: 14pt;
    line-height: 1;
  }
}
.govuk-template--rebranded .govuk-header {
  border-bottom: 1px solid transparent;
}

.govuk-template--rebranded .govuk-header {
  background: #1d70b8;
}

@media (max-width: 48.0525em) {
  .govuk-header--with-js-navigation .govuk-header__logo {
    padding-right: 80px;
  }
}
.govuk-header__container--full-width {
  padding: 0 15px;
  border-color: #1d70b8;
}

.govuk-header__container--full-width .govuk-header__menu-button {
  right: 15px;
}

.govuk-header__container {
  position: relative;
  margin-bottom: -10px;
  padding-top: 10px;
  border-bottom: 10px solid #1d70b8;
}

.govuk-header__container::after {
  content: "";
  display: block;
  clear: both;
}

.govuk-template--rebranded .govuk-header__container {
  margin-bottom: 0;
  padding-top: 0;
  border-bottom: none;
}

.govuk-header--full-width-border {
  border-bottom-color: #1d70b8;
}

.govuk-header--full-width-border .govuk-header__container {
  border-bottom-color: transparent;
}

.govuk-header__logotype {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 5px;
  fill: currentcolor;
  vertical-align: top;
}

@media (forced-colors: active) {
  .govuk-header__logotype {
    forced-color-adjust: none;
    color: linktext;
  }
}
.govuk-header__logotype:last-child {
  margin-right: 0;
}

.govuk-template--rebranded .govuk-header__logotype {
  margin-right: 0.4375rem;
  margin-bottom: 2px;
}

.govuk-template--rebranded .govuk-header__logotype:last-child {
  margin-right: 0;
}

.govuk-logo-dot {
  fill: #00ffe0;
}

@media print {
  .govuk-logo-dot {
    fill: currentcolor;
  }
}
@media (forced-colors: active) {
  .govuk-logo-dot {
    fill: currentcolor;
  }
}
:focus .govuk-logo-dot {
  fill: currentcolor;
}

.govuk-header__product-name {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
  display: inline-table;
  margin-top: 10px;
  vertical-align: top;
}

@media (min-width: 40.0625em) {
  .govuk-header__product-name {
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media print {
  .govuk-header__product-name {
    font-size: 18pt;
    line-height: 1;
  }
}
@-moz-document url-prefix() {
  .govuk-header__product-name {
    margin-top: 9.5px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-header__product-name {
    margin-top: 5px;
  }
  @-moz-document url-prefix() {
    .govuk-header__product-name {
      margin-top: 4.5px;
    }
  }
}
.govuk-template--rebranded .govuk-header__product-name {
  margin-top: 0;
  margin-bottom: -0.0625rem;
  font-size: 1.9375rem;
  letter-spacing: -0.015em;
  forced-color-adjust: none;
}

@media screen and (forced-colors: active) {
  .govuk-template--rebranded .govuk-header__product-name {
    color: LinkText;
    background: transparent;
  }
}
@media (min-width: 40.0625em) {
  .govuk-template--rebranded .govuk-header__product-name {
    margin-top: 0;
  }
}
@media (min-width: 48.0625em) {
  .govuk-template--rebranded .govuk-header__product-name {
    margin-top: 0;
  }
}
.govuk-header__link {
  text-decoration: none;
}

.govuk-header__link:link, .govuk-header__link:visited {
  color: #ffffff;
}

.govuk-header__link:hover, .govuk-header__link:active {
  color: rgba(255, 255, 255, 0.99);
}

.govuk-header__link:focus {
  color: #0b0c0c;
}

.govuk-header__link:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.1578em;
}

.govuk-header__link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}

@supports not (text-wrap: balance) {
  .govuk-header__link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-header__link--homepage {
  display: inline-block;
  margin-right: 10px;
  font-size: 30px;
}

@media (min-width: 48.0625em) {
  .govuk-header__link--homepage {
    display: inline;
  }
}
.govuk-header__link--homepage:link, .govuk-header__link--homepage:visited {
  text-decoration: none;
}

.govuk-header__link--homepage:hover, .govuk-header__link--homepage:active {
  margin-bottom: -3px;
  border-bottom: 3px solid;
}

.govuk-header__link--homepage:focus {
  margin-bottom: 0;
  border-bottom: 0;
}

.govuk-template--rebranded .govuk-header__link--homepage {
  display: inline;
  word-spacing: -0.375rem;
}

.govuk-template--rebranded .govuk-header__link--homepage > * {
  word-spacing: 0;
}

.govuk-template--rebranded .govuk-header__link--homepage:not(:focus) {
  background-color: #1d70b8;
}

.govuk-header__service-name {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: 700;
}

@media (min-width: 40.0625em) {
  .govuk-header__service-name {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-header__service-name {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.govuk-template--rebranded .govuk-header__service-name {
  margin-bottom: 15px;
}

@media (min-width: 48.0625em) {
  .govuk-template--rebranded .govuk-header__service-name {
    margin: 19px 0 11px;
  }
}
.govuk-header__logo,
.govuk-header__content {
  box-sizing: border-box;
}

.govuk-header__logo {
  margin-bottom: 10px;
}

@media (min-width: 48.0625em) {
  .govuk-header__logo {
    width: 33.33%;
    padding-right: 15px;
    float: left;
    vertical-align: top;
  }
  .govuk-header__logo:last-child {
    width: auto;
    padding-right: 0;
    float: none;
  }
}
.govuk-template--rebranded .govuk-header__logo {
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
}

@media (min-width: 48.0625em) {
  .govuk-header__content {
    width: 66.66%;
    padding-left: 15px;
    float: left;
  }
}
.govuk-header__menu-button {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  max-width: 80px;
  min-height: 24px;
  margin-bottom: 5px;
  padding: 0;
  border: 0;
  color: #ffffff;
  background: none;
  word-break: break-all;
  cursor: pointer;
}

@media print {
  .govuk-header__menu-button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-header__menu-button {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-header__menu-button {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.govuk-header__menu-button:hover {
  -webkit-text-decoration: solid underline 3px;
  text-decoration: solid underline 3px;
  text-underline-offset: 0.1578em;
}

.govuk-header__menu-button:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}

@supports not (text-wrap: balance) {
  .govuk-header__menu-button:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-header__menu-button::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  border-width: 8.66px 5px 0 5px;
  border-top-color: inherit;
  content: "";
  margin-left: 5px;
}

.govuk-header__menu-button[aria-expanded=true]::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  border-width: 0 5px 8.66px;
  border-bottom-color: inherit;
}

@media (min-width: 20em) {
  .govuk-header__menu-button {
    position: absolute;
    top: 13px;
    right: 0;
    margin: 0;
  }
}
@media (min-width: 40.0625em) {
  .govuk-header__menu-button {
    top: 15px;
  }
}
.govuk-frontend-supported .govuk-header__menu-button {
  display: block;
}

.govuk-header__menu-button[hidden], .govuk-frontend-supported .govuk-header__menu-button[hidden] {
  display: none;
}

@media (max-width: 19.99em) {
  .govuk-template--rebranded .govuk-header__navigation {
    padding-bottom: 15px;
  }
}
@media (min-width: 48.0625em) {
  .govuk-header__navigation {
    margin-bottom: 10px;
  }
  .govuk-template--rebranded .govuk-header__navigation {
    margin-bottom: 0;
    padding: 22px 0 8px;
  }
}
@media (min-width: 48.0625em) {
  .govuk-template--rebranded .govuk-header__service-name + .govuk-header__navigation {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
.govuk-header__navigation-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.govuk-header__navigation-list[hidden] {
  display: none;
}

@media (min-width: 20em) and (max-width: 48.0525em) {
  .govuk-template--rebranded .govuk-header__navigation-list {
    padding-bottom: 15px;
  }
}
@media (min-width: 48.0625em) {
  .govuk-header__navigation--end {
    margin: 0;
    padding: 5px 0;
    text-align: right;
  }
}
.govuk-header__navigation-item {
  padding: 10px 0;
  border-bottom: 1px solid #2e3133;
}

@media (min-width: 48.0625em) {
  .govuk-header__navigation-item {
    display: inline-block;
    margin-right: 15px;
    padding: 5px 0;
    border: 0;
  }
}
.govuk-header__navigation-item a {
  font-size: 0.875rem;
  line-height: 1.1428571429;
  font-weight: 700;
  white-space: nowrap;
}

@media (min-width: 40.0625em) {
  .govuk-header__navigation-item a {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-header__navigation-item a {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.govuk-template--rebranded .govuk-header__navigation-item {
  padding-top: 15px;
  border-bottom-color: #ffffff;
}

@media (min-width: 48.0625em) {
  .govuk-template--rebranded .govuk-header__navigation-item {
    padding-top: 5px;
  }
}
.govuk-template--rebranded .govuk-header__navigation-item a {
  font-weight: 400;
}

.govuk-template--rebranded .govuk-header__navigation-item--active a {
  font-weight: 700;
}

.govuk-header__navigation-item--active a:link, .govuk-header__navigation-item--active a:hover, .govuk-header__navigation-item--active a:visited {
  color: #1d8feb;
}

.govuk-template--rebranded .govuk-header__navigation-item--active a:link, .govuk-template--rebranded .govuk-header__navigation-item--active a:hover, .govuk-template--rebranded .govuk-header__navigation-item--active a:visited {
  color: inherit;
}

@media print {
  .govuk-header__navigation-item--active a {
    color: #1d70b8;
  }
}
.govuk-header__navigation-item--active a:focus {
  color: #0b0c0c;
}

.govuk-template--rebranded .govuk-header__navigation-item--active a:focus {
  color: #0b0c0c;
}

.govuk-header__navigation-item:last-child {
  margin-right: 0;
  border-bottom: 0;
}

@media print {
  .govuk-header {
    border-bottom-width: 0;
    color: #0b0c0c;
    background: transparent;
  }
  .govuk-header__link:link, .govuk-header__link:visited {
    color: #0b0c0c;
  }
  .govuk-header__link::after {
    display: none;
  }
}






.govuk-inset-text {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  border-left: 10px solid #b1b4b6;
}

@media print {
  .govuk-inset-text {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-inset-text {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-inset-text {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-inset-text {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-inset-text {
    margin-top: 30px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-inset-text {
    margin-bottom: 30px;
  }
}
.govuk-inset-text > :first-child {
  margin-top: 0;
}

.govuk-inset-text > :only-child,
.govuk-inset-text > :last-child {
  margin-bottom: 0;
}



.govuk-notification-banner {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  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: 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 #ffdd00;
}

.govuk-notification-banner__header {
  padding: 2px 15px 5px;
  border-bottom: 1px solid transparent;
}

@media (min-width: 40.0625em) {
  .govuk-notification-banner__header {
    padding: 2px 20px 5px;
  }
}
.govuk-notification-banner__title {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #ffffff;
}

@media (min-width: 40.0625em) {
  .govuk-notification-banner__title {
    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: #ffffff;
}

@media print {
  .govuk-notification-banner__content {
    color: #000000;
  }
}
@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-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0;
}

@media (min-width: 40.0625em) {
  .govuk-notification-banner__heading {
    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: 0.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 transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}

@supports not (text-wrap: balance) {
  .govuk-notification-banner__link:focus {
    -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;
}


.govuk-pagination {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 40.0625em) {
  .govuk-pagination {
    margin-bottom: 30px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-pagination {
    flex-direction: row;
    align-items: flex-start;
  }
}
.govuk-pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.govuk-pagination__item,
.govuk-pagination__next,
.govuk-pagination__prev {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  box-sizing: border-box;
  position: relative;
  min-width: 45px;
  min-height: 45px;
  padding: 10px 15px;
  float: left;
}

@media print {
  .govuk-pagination__item,
  .govuk-pagination__next,
  .govuk-pagination__prev {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-pagination__item,
  .govuk-pagination__next,
  .govuk-pagination__prev {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-pagination__item,
  .govuk-pagination__next,
  .govuk-pagination__prev {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-pagination__item:hover,
.govuk-pagination__next:hover,
.govuk-pagination__prev:hover {
  background-color: #f3f2f1;
}

.govuk-pagination__item {
  display: none;
  text-align: center;
}

@media (min-width: 40.0625em) {
  .govuk-pagination__item {
    display: block;
  }
}
.govuk-pagination__prev,
.govuk-pagination__next {
  font-weight: 700;
}

.govuk-pagination__prev .govuk-pagination__link,
.govuk-pagination__next .govuk-pagination__link {
  display: flex;
  align-items: center;
}

.govuk-pagination__prev {
  padding-left: 0;
}

.govuk-pagination__next {
  padding-right: 0;
}

.govuk-pagination__item--current,
.govuk-pagination__item--ellipses,
.govuk-pagination__item:first-child,
.govuk-pagination__item:last-child {
  display: block;
}

.govuk-pagination__item--current {
  font-weight: 700;
  outline: 1px solid transparent;
  background-color: #1d70b8;
}

.govuk-pagination__item--current:hover {
  background-color: #1d70b8;
}

.govuk-pagination__item--current .govuk-pagination__link:link, .govuk-pagination__item--current .govuk-pagination__link:visited {
  color: #ffffff;
}

.govuk-pagination__item--current .govuk-pagination__link:hover, .govuk-pagination__item--current .govuk-pagination__link:active {
  color: rgba(255, 255, 255, 0.99);
}

.govuk-pagination__item--current .govuk-pagination__link:focus {
  color: #0b0c0c;
}

.govuk-pagination__item--ellipses {
  font-weight: 700;
  color: #505a5f;
}

.govuk-pagination__item--ellipses:hover {
  background-color: transparent;
}

.govuk-pagination__link {
  display: block;
  min-width: 15px;
}

@media screen {
  .govuk-pagination__link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.govuk-pagination__link:hover .govuk-pagination__link-title--decorated, .govuk-pagination__link:active .govuk-pagination__link-title--decorated {
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: 0.1578em;
}

.govuk-pagination__link:hover .govuk-pagination__link-label,
.govuk-pagination__link:hover .govuk-pagination__link-title--decorated, .govuk-pagination__link:active .govuk-pagination__link-label,
.govuk-pagination__link:active .govuk-pagination__link-title--decorated {
  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-pagination__link:focus .govuk-pagination__icon {
  color: #0b0c0c;
}

.govuk-pagination__link:focus .govuk-pagination__link-label {
  text-decoration: none;
}

.govuk-pagination__link:focus .govuk-pagination__link-title--decorated {
  text-decoration: none;
}

.govuk-pagination__link-title {
  text-decoration-thickness: inherit;
}

.govuk-pagination__link-label {
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: 0.1578em;
  display: inline-block;
}

.govuk-pagination__icon {
  width: 0.9375rem;
  height: 0.8125rem;
  color: #505a5f;
  fill: currentcolor;
  forced-color-adjust: auto;
}

.govuk-pagination__icon--prev {
  margin-right: 15px;
}

.govuk-pagination__icon--next {
  margin-left: 15px;
}

.govuk-pagination--block {
  display: block;
}

.govuk-pagination--block .govuk-pagination__next,
.govuk-pagination--block .govuk-pagination__prev {
  padding-left: 0;
  float: none;
}

.govuk-pagination--block .govuk-pagination__next .govuk-pagination__link,
.govuk-pagination--block .govuk-pagination__prev .govuk-pagination__link {
  display: inline-block;
}

.govuk-pagination--block .govuk-pagination__next {
  padding-right: 15px;
}

.govuk-pagination--block .govuk-pagination__prev + .govuk-pagination__next {
  border-top: 1px solid #b1b4b6;
}

.govuk-pagination--block .govuk-pagination__link-title::after {
  content: "";
  display: block;
}

.govuk-pagination--block .govuk-pagination__link {
  padding-left: 30px;
  text-align: left;
}

.govuk-pagination--block .govuk-pagination__link:not(:focus) {
  text-decoration: none;
}

.govuk-pagination--block .govuk-pagination__icon {
  margin-top: 0.326em;
  margin-left: -30px;
  float: left;
}


.govuk-panel {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.0416666667;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 35px;
  border: 5px solid transparent;
  text-align: center;
}

@media print {
  .govuk-panel {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-panel {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-panel {
    font-size: 24pt;
    line-height: 1.05;
  }
}
@media (max-width: 40.0525em) {
  .govuk-panel {
    padding: 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}
.govuk-panel--confirmation {
  color: #ffffff;
  background: #00703c;
}

@media print {
  .govuk-panel--confirmation {
    border-color: currentcolor;
    color: #000000;
    background: none;
  }
}
.govuk-panel__title {
  font-size: 2rem;
  line-height: 1.09375;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}

@media (min-width: 40.0625em) {
  .govuk-panel__title {
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
@media print {
  .govuk-panel__title {
    font-size: 32pt;
    line-height: 1.15;
  }
}
.govuk-panel__title:last-child {
  margin-bottom: 0;
}







@media (min-width: 20em) {
  .govuk-password-input__wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
}
.govuk-password-input__input::-ms-reveal {
  display: none;
}

.govuk-password-input__toggle {
  margin-top: 5px;
  margin-bottom: 0;
}

.govuk-password-input__toggle[hidden] {
  display: none;
}

@media (min-width: 20em) {
  .govuk-password-input__toggle {
    width: auto;
    flex-shrink: 0;
    flex-basis: 5em;
    margin-top: 0;
    margin-left: 5px;
  }
}

.govuk-tag {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  display: inline-block;
  max-width: 160px;
  margin-top: -2px;
  margin-bottom: -3px;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 3px;
  padding-left: 8px;
  color: #0c2d4a;
  background-color: #bbd4ea;
  text-decoration: none;
  overflow-wrap: break-word;
}

@media print {
  .govuk-tag {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-tag {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-tag {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media screen and (forced-colors: active) {
  .govuk-tag {
    font-weight: bold;
  }
}
.govuk-tag--grey {
  color: #282d30;
  background-color: #e5e6e7;
}

.govuk-tag--purple {
  color: #491644;
  background-color: #efdfed;
}

.govuk-tag--turquoise {
  color: #10403c;
  background-color: #d4ecea;
}

.govuk-tag--blue {
  color: #0c2d4a;
  background-color: #bbd4ea;
}

.govuk-tag--light-blue {
  color: #0c2d4a;
  background-color: #e8f1f8;
}

.govuk-tag--yellow {
  color: #594d00;
  background-color: #fff7bf;
}

.govuk-tag--orange {
  color: #6e3619;
  background-color: #fcd6c3;
}

.govuk-tag--red {
  color: #2a0b06;
  background-color: #f4cdc6;
}

.govuk-tag--pink {
  color: #6b1c40;
  background-color: #f9e1ec;
}

.govuk-tag--green {
  color: #005a30;
  background-color: #cce2d8;
}


.govuk-phase-banner {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b1b4b6;
}

.govuk-phase-banner__content {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  color: #0b0c0c;
  display: table;
  margin: 0;
}

@media print {
  .govuk-phase-banner__content {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-phase-banner__content {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-phase-banner__content {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media print {
  .govuk-phase-banner__content {
    color: #000000;
  }
}
.govuk-phase-banner__content__tag {
  font-size: 0.875rem;
  line-height: 1.1428571429;
  margin-right: 10px;
}

@media (min-width: 40.0625em) {
  .govuk-phase-banner__content__tag {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-phase-banner__content__tag {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.govuk-phase-banner__text {
  display: table-cell;
  vertical-align: middle;
}






.govuk-radios__item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 10px;
}

.govuk-radios__item:last-child,
.govuk-radios__item:last-of-type {
  margin-bottom: 0;
}

.govuk-radios__input {
  z-index: 1;
  width: 44px;
  height: 44px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.govuk-radios__label {
  align-self: center;
  max-width: calc(100% - 74px);
  margin-bottom: 0;
  padding: 7px 15px;
  cursor: pointer;
  touch-action: manipulation;
}

.govuk-radios__label::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 40px;
  height: 40px;
  border: 2px solid currentcolor;
  border-radius: 50%;
  background: transparent;
}

.govuk-radios__label::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 0;
  height: 0;
  border: 10px solid currentcolor;
  border-radius: 50%;
  opacity: 0;
  background: currentcolor;
}

.govuk-radios__hint {
  display: block;
  width: 100%;
  margin-top: -5px;
  padding-right: 15px;
  padding-left: 59px;
}

.govuk-label:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl) + .govuk-radios__hint {
  margin-bottom: 0;
}

.govuk-radios__input:focus + .govuk-radios__label::before {
  border-width: 4px;
  outline: 3px solid transparent;
  outline-offset: 1px;
  box-shadow: 0 0 0 4px #ffdd00;
}

@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .govuk-radios__input:focus + .govuk-radios__label::before {
    outline-color: Highlight;
  }
}
.govuk-radios__input:checked + .govuk-radios__label::after {
  opacity: 1;
}

.govuk-radios__input:disabled,
.govuk-radios__input:disabled + .govuk-radios__label {
  cursor: not-allowed;
}

.govuk-radios__input:disabled + .govuk-radios__label,
.govuk-radios__input:disabled ~ .govuk-hint {
  opacity: 0.5;
}

@media (min-width: 40.0625em) {
  .govuk-radios--inline {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .govuk-radios--inline .govuk-radios__item {
    margin-right: 20px;
  }
}
.govuk-radios__divider {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  width: 40px;
  margin-bottom: 10px;
  text-align: center;
}

@media print {
  .govuk-radios__divider {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-radios__divider {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-radios__divider {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-radios__divider {
    color: #000000;
  }
}
.govuk-radios__conditional {
  margin-bottom: 15px;
  margin-left: 20px;
  padding-left: 35px;
  border-left: 4px solid #b1b4b6;
}

@media (min-width: 40.0625em) {
  .govuk-radios__conditional {
    margin-bottom: 20px;
  }
}
.govuk-frontend-supported .govuk-radios__conditional--hidden {
  display: none;
}

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

.govuk-radios--small .govuk-radios__item {
  margin-bottom: 0;
}

.govuk-radios--small .govuk-radios__input {
  margin-left: -10px;
}

.govuk-radios--small .govuk-radios__label {
  padding-left: 1px;
}

.govuk-radios--small .govuk-radios__label::before {
  top: 10px;
  left: 0;
  width: 24px;
  height: 24px;
}

.govuk-radios--small .govuk-radios__label::after {
  top: 17px;
  left: 7px;
  border-width: 5px;
}

.govuk-radios--small .govuk-radios__hint {
  padding-left: 34px;
}

.govuk-radios--small .govuk-radios__conditional {
  margin-left: 10px;
  padding-left: 20px;
}

.govuk-radios--small .govuk-radios__divider {
  width: 24px;
  margin-bottom: 5px;
}

.govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:not(:disabled) + .govuk-radios__label::before {
  outline: 4px dashed transparent;
  outline-offset: 1px;
  box-shadow: 0 0 0 10px #b1b4b6;
}

.govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before {
  box-shadow: 0 0 0 4px #ffdd00 0 0 0 10px #b1b4b6;
}

@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before {
    outline-color: Highlight;
  }
}
@media (hover: none), (pointer: coarse) {
  .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:not(:disabled) + .govuk-radios__label::before {
    box-shadow: initial;
  }
  .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before {
    box-shadow: 0 0 0 4px #ffdd00;
  }
}




.govuk-select {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  box-sizing: border-box;
  min-width: 11.5em;
  max-width: 100%;
  height: 2.5rem;
  padding: 5px;
  border: 2px solid #0b0c0c;
  color: #0b0c0c;
  background-color: #ffffff;
}

@media print {
  .govuk-select {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-select {
    font-size: 1.1875rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-select {
    font-size: 14pt;
    line-height: 1.25;
  }
}
.govuk-select:focus {
  outline: 3px solid #ffdd00;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}

.govuk-select:disabled {
  opacity: 0.5;
  color: inherit;
  cursor: not-allowed;
}

.govuk-select option:active,
.govuk-select option:checked,
.govuk-select:focus::-ms-value {
  color: #ffffff;
  background-color: #1d70b8;
}

.govuk-select--error {
  border-color: #d4351c;
}

.govuk-select--error:focus {
  border-color: #0b0c0c;
}


.govuk-service-navigation {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #b1b4b6;
  background-color: #f3f2f1;
}

.govuk-template--rebranded .govuk-service-navigation {
  border-bottom-color: #8eb8dc;
}

.govuk-template--rebranded .govuk-service-navigation {
  background-color: #f4f8fb;
}

.govuk-service-navigation__container {
  display: flex;
  flex-direction: column;
  align-items: start;
}

@media (min-width: 40.0625em) {
  .govuk-service-navigation__container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.govuk-service-navigation__item,
.govuk-service-navigation__service-name {
  position: relative;
  margin: 10px 0;
  border: 0 solid #1a65a6;
}

@media (min-width: 40.0625em) {
  .govuk-service-navigation__item,
  .govuk-service-navigation__service-name {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0;
  }
  .govuk-template--rebranded .govuk-service-navigation__item,
  .govuk-template--rebranded .govuk-service-navigation__service-name {
    padding: 15px 0;
    line-height: 1.5263157895;
  }
  .govuk-service-navigation__item:not(:last-child),
  .govuk-service-navigation__service-name:not(:last-child) {
    margin-right: 20px;
  }
}
@media (min-width: 40.0625em) and (min-width: 40.0625em) {
  .govuk-service-navigation__item:not(:last-child),
  .govuk-service-navigation__service-name:not(:last-child) {
    margin-right: 30px;
  }
}
.govuk-service-navigation__service-name + .govuk-service-navigation__wrapper .govuk-service-navigation__list:first-child .govuk-service-navigation__item:first-child,
.govuk-service-navigation__service-name + .govuk-service-navigation__wrapper .govuk-service-navigation__toggle[hidden] + .govuk-service-navigation__list .govuk-service-navigation__item:first-child {
  margin-top: 0;
}

@media (max-width: 40.0525em) {
  .govuk-service-navigation__item--active {
    margin-left: -15px;
    padding-left: 10px;
    border-left-width: 5px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-service-navigation__item--active {
    padding-bottom: 15px;
    border-bottom-width: 5px;
  }
  .govuk-template--rebranded .govuk-service-navigation__item--active {
    padding-bottom: 10px;
  }
}
.govuk-service-navigation__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: 0.1578em;
}

@media print {
  .govuk-service-navigation__link {
    font-family: sans-serif;
  }
}
.govuk-service-navigation__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-service-navigation__link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}

@supports not (text-wrap: balance) {
  .govuk-service-navigation__link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-service-navigation__link:not(:hover):not(:active) {
  text-decoration: none;
}

.govuk-service-navigation__link:link {
  color: #1d70b8;
}

.govuk-service-navigation__link:visited {
  color: #1d70b8;
}

.govuk-service-navigation__link:hover {
  color: #003078;
}

.govuk-service-navigation__link:active {
  color: #0b0c0c;
}

.govuk-service-navigation__link:focus {
  color: #0b0c0c;
}

.govuk-service-navigation__link:not(:hover):not(:focus) {
  color: #1a65a6;
}

.govuk-service-navigation__service-name {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
}

@media print {
  .govuk-service-navigation__service-name {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-service-navigation__service-name {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-service-navigation__service-name {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-service-navigation__service-name .govuk-service-navigation__link:link, .govuk-service-navigation__service-name .govuk-service-navigation__link:visited {
  color: #0b0c0c;
}

@media print {
  .govuk-service-navigation__service-name .govuk-service-navigation__link:link, .govuk-service-navigation__service-name .govuk-service-navigation__link:visited {
    color: #000000;
  }
}
.govuk-service-navigation__service-name .govuk-service-navigation__link:hover {
  color: rgba(11, 12, 12, 0.99);
}

.govuk-service-navigation__service-name .govuk-service-navigation__link:active, .govuk-service-navigation__service-name .govuk-service-navigation__link:focus {
  color: #0b0c0c;
}

@media print {
  .govuk-service-navigation__service-name .govuk-service-navigation__link:active, .govuk-service-navigation__service-name .govuk-service-navigation__link:focus {
    color: #000000;
  }
}
.govuk-service-navigation__wrapper {
  flex-grow: 1;
}

.govuk-service-navigation__toggle {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  display: inline-flex;
  margin: 10px 0;
  padding: 0;
  border: 0;
  color: #1a65a6;
  background: none;
  word-break: break-all;
  cursor: pointer;
  align-items: center;
}

@media print {
  .govuk-service-navigation__toggle {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-service-navigation__toggle {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-service-navigation__toggle {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-service-navigation__toggle:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}

@supports not (text-wrap: balance) {
  .govuk-service-navigation__toggle:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-service-navigation__toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  border-width: 8.66px 5px 0 5px;
  border-top-color: inherit;
  content: "";
  margin-left: 5px;
}

.govuk-service-navigation__toggle[aria-expanded=true]::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  border-width: 0 5px 8.66px;
  border-bottom-color: inherit;
}

.govuk-service-navigation__toggle[hidden] {
  display: none;
}

.govuk-service-navigation__service-name + .govuk-service-navigation__wrapper .govuk-service-navigation__toggle {
  margin-top: 0;
}

.govuk-service-navigation__list {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
}

@media print {
  .govuk-service-navigation__list {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-service-navigation__list {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-service-navigation__list {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-service-navigation__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 40.0625em) and (min-width: 0\0 ) {
  .govuk-service-navigation__list {
    display: block;
  }
}
.govuk-service-navigation__active-fallback {
  font-weight: inherit;
}

.govuk-template--rebranded .govuk-service-navigation--inverse {
  border-bottom: none;
  color: #ffffff;
  background-color: #1d70b8;
}

.govuk-template--rebranded .govuk-service-navigation--inverse .govuk-width-container {
  border-width: 1px 0;
  border-style: solid;
  border-color: #8eb8dc;
}

.govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__container {
  margin-top: -1px;
}

.govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__item,
.govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__service-name {
  border-color: #ffffff;
}

.govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__link:link, .govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__link:visited {
  color: #ffffff;
}

.govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__link:hover, .govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__link:active {
  color: rgba(255, 255, 255, 0.99);
}

.govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__link:focus {
  color: #0b0c0c;
}

.govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__toggle:not(:focus) {
  color: currentcolor;
}


.govuk-skip-link {
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: 0.1578em;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  display: block;
  padding: 10px 15px;
}

.govuk-skip-link:not(:active):not(:focus):not(.\:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.govuk-skip-link:link, .govuk-skip-link:visited {
  color: #0b0c0c;
}

@media print {
  .govuk-skip-link:link, .govuk-skip-link:visited {
    color: #000000;
  }
}
.govuk-skip-link:hover {
  color: rgba(11, 12, 12, 0.99);
}

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

@media print {
  .govuk-skip-link:active, .govuk-skip-link:focus {
    color: #000000;
  }
}
@media print {
  .govuk-skip-link {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-skip-link {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-skip-link {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@supports (padding: max(calc(0px))) {
  .govuk-skip-link {
    padding-right: max(15px, calc(15px + env(safe-area-inset-right)));
    padding-left: max(15px, calc(15px + env(safe-area-inset-left)));
  }
}
.govuk-skip-link:focus {
  outline: 3px solid #ffdd00;
  outline-offset: 0;
  background-color: #ffdd00;
}

.govuk-skip-link-focused-element:focus {
  outline: none;
}


.govuk-summary-list {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  margin: 0;
  margin-bottom: 20px;
}

@media print {
  .govuk-summary-list {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-list {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-summary-list {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-summary-list {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-list {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-list {
    margin-bottom: 30px;
  }
}
.govuk-summary-list__row {
  border-bottom: 1px solid #b1b4b6;
}

@media (max-width: 40.0525em) {
  .govuk-summary-list__row {
    margin-bottom: 15px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-list__row {
    display: table-row;
  }
}
.govuk-summary-list__row:not(.govuk-summary-list__row--no-actions) > :last-child {
  padding-right: 0;
}

@media (min-width: 40.0625em) {
  .govuk-summary-list__row--no-actions::after {
    content: "";
    display: table-cell;
    width: 20%;
  }
}
.govuk-summary-list__key,
.govuk-summary-list__value,
.govuk-summary-list__actions {
  margin: 0;
}

@media (min-width: 40.0625em) {
  .govuk-summary-list__key,
  .govuk-summary-list__value,
  .govuk-summary-list__actions {
    display: table-cell;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
}
.govuk-summary-list__actions {
  margin-bottom: 15px;
}

@media (min-width: 40.0625em) {
  .govuk-summary-list__actions {
    width: 20%;
    text-align: right;
  }
}
.govuk-summary-list__key,
.govuk-summary-list__value {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.govuk-summary-list__key {
  margin-bottom: 5px;
  font-weight: 700;
}

@media (min-width: 40.0625em) {
  .govuk-summary-list__key {
    width: 30%;
  }
}
@media (max-width: 40.0525em) {
  .govuk-summary-list__value {
    margin-bottom: 15px;
  }
}
.govuk-summary-list__value > p {
  margin-bottom: 10px;
}

.govuk-summary-list__value > :last-child {
  margin-bottom: 0;
}

.govuk-summary-list__actions-list {
  width: 100%;
  margin: 0;
  padding: 0;
}

.govuk-summary-list__actions-list-item,
.govuk-summary-card__action {
  display: inline-block;
}

@media (max-width: 40.0525em) {
  .govuk-summary-list__actions-list-item,
  .govuk-summary-card__action {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #b1b4b6;
  }
  .govuk-summary-list__actions-list-item:last-child,
  .govuk-summary-card__action:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-list__actions-list-item,
  .govuk-summary-card__action {
    margin-left: 10px;
    padding-left: 10px;
  }
  .govuk-summary-list__actions-list-item:not(:first-child),
  .govuk-summary-card__action:not(:first-child) {
    border-left: 1px solid #b1b4b6;
  }
  .govuk-summary-list__actions-list-item:first-child,
  .govuk-summary-card__action:first-child {
    margin-left: 0;
    padding-left: 0;
    border: 0;
  }
}
.govuk-summary-list__actions-list-item .govuk-link:focus, .govuk-summary-list__actions-list-item .app-task-list__task-name > a:focus {
  isolation: isolate;
}

.govuk-summary-list--no-border .govuk-summary-list__row {
  border: 0;
}

@media (min-width: 40.0625em) {
  .govuk-summary-list--no-border .govuk-summary-list__key,
  .govuk-summary-list--no-border .govuk-summary-list__value,
  .govuk-summary-list--no-border .govuk-summary-list__actions {
    padding-bottom: 11px;
  }
}
.govuk-summary-list__row--no-border {
  border: 0;
}

@media (min-width: 40.0625em) {
  .govuk-summary-list__row--no-border .govuk-summary-list__key,
  .govuk-summary-list__row--no-border .govuk-summary-list__value,
  .govuk-summary-list__row--no-border .govuk-summary-list__actions {
    padding-bottom: 11px;
  }
}
.govuk-summary-card {
  margin-bottom: 20px;
  border: 1px solid #b1b4b6;
}

@media (min-width: 40.0625em) {
  .govuk-summary-card {
    margin-bottom: 30px;
  }
}
.govuk-summary-card__title-wrapper {
  padding: 15px;
  border-bottom: 1px solid transparent;
  background-color: #f3f2f1;
}

@media (min-width: 40.0625em) {
  .govuk-summary-card__title-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 15px 20px;
  }
}
.govuk-summary-card__title {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  margin: 5px 20px 10px 0;
}

@media print {
  .govuk-summary-card__title {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-card__title {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-summary-card__title {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-summary-card__title {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-card__title {
    margin-bottom: 5px;
  }
}
.govuk-summary-card__actions {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  margin: 5px 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 40.0625em) {
  .govuk-summary-card__actions {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-summary-card__actions {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-card__actions {
    justify-content: right;
    text-align: right;
  }
}
.govuk-summary-card__action {
  display: inline;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .govuk-summary-card__action {
    margin-bottom: 5px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .govuk-summary-card__action:last-child {
    margin-bottom: 0;
  }
}
.govuk-summary-card__content {
  padding: 15px 15px 0;
}

@media (min-width: 40.0625em) {
  .govuk-summary-card__content {
    padding: 15px 20px;
  }
}
.govuk-summary-card__content .govuk-summary-list {
  margin-bottom: 0;
}

.govuk-summary-card__content .govuk-summary-list__row:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}


.govuk-table {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
}

@media print {
  .govuk-table {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-table {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-table {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-table {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-table {
    margin-bottom: 30px;
  }
}
.govuk-table__header {
  font-weight: 700;
}

.govuk-table__header,
.govuk-table__cell {
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid #b1b4b6;
  text-align: left;
  vertical-align: top;
}

.govuk-table__cell--numeric {
  font-variant-numeric: tabular-nums;
}

.govuk-table__header--numeric,
.govuk-table__cell--numeric {
  text-align: right;
}

.govuk-table__header:last-child,
.govuk-table__cell:last-child {
  padding-right: 0;
}

.govuk-table__caption {
  font-weight: 700;
  display: table-caption;
  text-align: left;
}

.govuk-table__caption--xl,
.govuk-table__caption--l,
.govuk-table__caption--m {
  margin-bottom: 15px;
}

.govuk-table__caption--xl {
  font-size: 2rem;
  line-height: 1.09375;
}

@media (min-width: 40.0625em) {
  .govuk-table__caption--xl {
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
@media print {
  .govuk-table__caption--xl {
    font-size: 32pt;
    line-height: 1.15;
  }
}
.govuk-table__caption--l {
  font-size: 1.5rem;
  line-height: 1.0416666667;
}

@media (min-width: 40.0625em) {
  .govuk-table__caption--l {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-table__caption--l {
    font-size: 24pt;
    line-height: 1.05;
  }
}
.govuk-table__caption--m {
  font-size: 1.125rem;
  line-height: 1.1111111111;
}

@media (min-width: 40.0625em) {
  .govuk-table__caption--m {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-table__caption--m {
    font-size: 18pt;
    line-height: 1.15;
  }
}

.govuk-tabs {
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}

@media (min-width: 40.0625em) {
  .govuk-tabs {
    margin-bottom: 30px;
  }
}
@media print {
  .govuk-tabs {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-tabs {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-tabs {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-tabs__title {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  color: #0b0c0c;
  margin-bottom: 10px;
}

@media (min-width: 40.0625em) {
  .govuk-tabs__title {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-tabs__title {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-tabs__title {
    color: #000000;
  }
}
.govuk-tabs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

@media (min-width: 40.0625em) {
  .govuk-tabs__list {
    margin-bottom: 30px;
  }
}
.govuk-tabs__list-item {
  margin-left: 25px;
}

.govuk-tabs__list-item::before {
  color: #0b0c0c;
  content: "—";
  margin-left: -25px;
  padding-right: 5px;
}

@media print {
  .govuk-tabs__list-item::before {
    color: #000000;
  }
}
.govuk-tabs__tab {
  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: 0.1578em;
  display: inline-block;
  margin-bottom: 10px;
}

@media print {
  .govuk-tabs__tab {
    font-family: sans-serif;
  }
}
.govuk-tabs__tab: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-tabs__tab:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}

@supports not (text-wrap: balance) {
  .govuk-tabs__tab:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-tabs__tab:link {
  color: #1d70b8;
}

.govuk-tabs__tab:visited {
  color: #4c2c92;
}

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

.govuk-tabs__tab:active {
  color: #0b0c0c;
}

.govuk-tabs__tab:focus {
  color: #0b0c0c;
}

.govuk-tabs__panel {
  margin-bottom: 30px;
}

@media (min-width: 40.0625em) {
  .govuk-tabs__panel {
    margin-bottom: 50px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-tabs__list {
    margin-bottom: 0;
    border-bottom: 1px solid #b1b4b6;
  }
  .govuk-frontend-supported .govuk-tabs__list::after {
    content: "";
    display: block;
    clear: both;
  }
  .govuk-frontend-supported .govuk-tabs__title {
    display: none;
  }
  .govuk-frontend-supported .govuk-tabs__list-item {
    position: relative;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 10px 20px;
    float: left;
    background-color: #f3f2f1;
    text-align: center;
  }
  .govuk-frontend-supported .govuk-tabs__list-item::before {
    content: none;
  }
  .govuk-frontend-supported .govuk-tabs__list-item--selected {
    position: relative;
    margin-top: -5px;
    margin-bottom: -1px;
    padding-top: 14px;
    padding-right: 19px;
    padding-bottom: 16px;
    padding-left: 19px;
    border: 1px solid #b1b4b6;
    border-bottom: 0;
    background-color: #ffffff;
  }
  .govuk-frontend-supported .govuk-tabs__list-item--selected .govuk-tabs__tab {
    text-decoration: none;
  }
  .govuk-frontend-supported .govuk-tabs__tab {
    margin-bottom: 0;
  }
  .govuk-frontend-supported .govuk-tabs__tab:link, .govuk-frontend-supported .govuk-tabs__tab:visited {
    color: #0b0c0c;
  }
}
@media print and (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-tabs__tab:link, .govuk-frontend-supported .govuk-tabs__tab:visited {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-tabs__tab:hover {
    color: rgba(11, 12, 12, 0.99);
  }
  .govuk-frontend-supported .govuk-tabs__tab:active, .govuk-frontend-supported .govuk-tabs__tab:focus {
    color: #0b0c0c;
  }
}
@media print and (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-tabs__tab:active, .govuk-frontend-supported .govuk-tabs__tab:focus {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-tabs__tab::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .govuk-frontend-supported .govuk-tabs__panel {
    margin-bottom: 0;
    padding: 30px 20px;
    border: 1px solid #b1b4b6;
    border-top: 0;
  }
  .govuk-frontend-supported .govuk-tabs__panel > :last-child {
    margin-bottom: 0;
  }
  .govuk-frontend-supported .govuk-tabs__panel--hidden {
    display: none;
  }
}



.govuk-task-list {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}

@media print {
  .govuk-task-list {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-task-list {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-task-list {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-task-list {
    margin-bottom: 30px;
  }
}
.govuk-task-list__item {
  display: table;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b1b4b6;
}

.govuk-task-list__item:first-child {
  border-top: 1px solid #b1b4b6;
}

.govuk-task-list__item--with-link:hover {
  background: #f3f2f1;
}

.govuk-task-list__name-and-hint {
  display: table-cell;
  vertical-align: top;
  color: #0b0c0c;
}

@media print {
  .govuk-task-list__name-and-hint {
    color: #000000;
  }
}
.govuk-task-list__status {
  display: table-cell;
  padding-left: 10px;
  text-align: right;
  vertical-align: top;
  color: #0b0c0c;
}

@media print {
  .govuk-task-list__status {
    color: #000000;
  }
}
.govuk-task-list__status--cannot-start-yet {
  color: #505a5f;
}

.govuk-task-list__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.govuk-task-list__hint {
  margin-top: 5px;
  color: #505a5f;
}






.govuk-warning-text {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  padding: 10px 0;
}

@media print {
  .govuk-warning-text {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-warning-text {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-warning-text {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-warning-text {
    margin-bottom: 30px;
  }
}
.govuk-warning-text__icon {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  left: 0;
  min-width: 35px;
  min-height: 35px;
  margin-top: -7px;
  border: 3px solid #0b0c0c;
  border-radius: 50%;
  color: #ffffff;
  background: #0b0c0c;
  font-size: 30px;
  line-height: 29px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  forced-color-adjust: none;
}

@media (min-width: 40.0625em) {
  .govuk-warning-text__icon {
    margin-top: -5px;
  }
}
@media screen and (forced-colors: active) {
  .govuk-warning-text__icon {
    border-color: windowText;
    color: windowText;
    background: transparent;
  }
}
.govuk-warning-text__text {
  color: #0b0c0c;
  display: block;
  padding-left: 45px;
  font-weight: inherit;
}

@media print {
  .govuk-warning-text__text {
    color: #000000;
  }
}


.govuk-clearfix::after {
  content: "";
  display: block;
  clear: both;
}


.govuk-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.govuk-visually-hidden::before {
  content: " ";
}

.govuk-visually-hidden::after {
  content: " ";
}

.govuk-visually-hidden-focusable:not(:active):not(:focus):not(.\:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



.govuk-\!-display-inline {
  display: inline !important;
}

.govuk-\!-display-inline-block {
  display: inline-block !important;
}

.govuk-\!-display-block {
  display: block !important;
}

.govuk-\!-display-none {
  display: none !important;
}

@media print {
  .govuk-\!-display-none-print {
    display: none !important;
  }
}

.govuk-\!-margin-0 {
  margin: 0 !important;
}

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

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

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

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

.govuk-\!-margin-1 {
  margin: 5px !important;
}

.govuk-\!-margin-top-1 {
  margin-top: 5px !important;
}

.govuk-\!-margin-right-1 {
  margin-right: 5px !important;
}

.govuk-\!-margin-bottom-1 {
  margin-bottom: 5px !important;
}

.govuk-\!-margin-left-1 {
  margin-left: 5px !important;
}

.govuk-\!-margin-2 {
  margin: 10px !important;
}

.govuk-\!-margin-top-2 {
  margin-top: 10px !important;
}

.govuk-\!-margin-right-2 {
  margin-right: 10px !important;
}

.govuk-\!-margin-bottom-2 {
  margin-bottom: 10px !important;
}

.govuk-\!-margin-left-2 {
  margin-left: 10px !important;
}

.govuk-\!-margin-3 {
  margin: 15px !important;
}

.govuk-\!-margin-top-3 {
  margin-top: 15px !important;
}

.govuk-\!-margin-right-3 {
  margin-right: 15px !important;
}

.govuk-\!-margin-bottom-3 {
  margin-bottom: 15px !important;
}

.govuk-\!-margin-left-3 {
  margin-left: 15px !important;
}

.govuk-\!-margin-4 {
  margin: 15px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-4 {
    margin: 20px !important;
  }
}
.govuk-\!-margin-top-4 {
  margin-top: 15px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-4 {
    margin-top: 20px !important;
  }
}
.govuk-\!-margin-right-4 {
  margin-right: 15px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-4 {
    margin-right: 20px !important;
  }
}
.govuk-\!-margin-bottom-4 {
  margin-bottom: 15px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-4 {
    margin-bottom: 20px !important;
  }
}
.govuk-\!-margin-left-4 {
  margin-left: 15px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-4 {
    margin-left: 20px !important;
  }
}
.govuk-\!-margin-5 {
  margin: 15px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-5 {
    margin: 25px !important;
  }
}
.govuk-\!-margin-top-5 {
  margin-top: 15px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-5 {
    margin-top: 25px !important;
  }
}
.govuk-\!-margin-right-5 {
  margin-right: 15px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-5 {
    margin-right: 25px !important;
  }
}
.govuk-\!-margin-bottom-5 {
  margin-bottom: 15px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-5 {
    margin-bottom: 25px !important;
  }
}
.govuk-\!-margin-left-5 {
  margin-left: 15px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-5 {
    margin-left: 25px !important;
  }
}
.govuk-\!-margin-6 {
  margin: 20px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-6 {
    margin: 30px !important;
  }
}
.govuk-\!-margin-top-6 {
  margin-top: 20px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-6 {
    margin-top: 30px !important;
  }
}
.govuk-\!-margin-right-6 {
  margin-right: 20px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-6 {
    margin-right: 30px !important;
  }
}
.govuk-\!-margin-bottom-6 {
  margin-bottom: 20px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-6 {
    margin-bottom: 30px !important;
  }
}
.govuk-\!-margin-left-6 {
  margin-left: 20px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-6 {
    margin-left: 30px !important;
  }
}
.govuk-\!-margin-7 {
  margin: 25px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-7 {
    margin: 40px !important;
  }
}
.govuk-\!-margin-top-7 {
  margin-top: 25px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-7 {
    margin-top: 40px !important;
  }
}
.govuk-\!-margin-right-7 {
  margin-right: 25px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-7 {
    margin-right: 40px !important;
  }
}
.govuk-\!-margin-bottom-7 {
  margin-bottom: 25px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-7 {
    margin-bottom: 40px !important;
  }
}
.govuk-\!-margin-left-7 {
  margin-left: 25px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-7 {
    margin-left: 40px !important;
  }
}
.govuk-\!-margin-8 {
  margin: 30px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-8 {
    margin: 50px !important;
  }
}
.govuk-\!-margin-top-8 {
  margin-top: 30px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-8 {
    margin-top: 50px !important;
  }
}
.govuk-\!-margin-right-8 {
  margin-right: 30px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-8 {
    margin-right: 50px !important;
  }
}
.govuk-\!-margin-bottom-8 {
  margin-bottom: 30px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-8 {
    margin-bottom: 50px !important;
  }
}
.govuk-\!-margin-left-8 {
  margin-left: 30px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-8 {
    margin-left: 50px !important;
  }
}
.govuk-\!-margin-9 {
  margin: 40px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-9 {
    margin: 60px !important;
  }
}
.govuk-\!-margin-top-9 {
  margin-top: 40px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-9 {
    margin-top: 60px !important;
  }
}
.govuk-\!-margin-right-9 {
  margin-right: 40px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-9 {
    margin-right: 60px !important;
  }
}
.govuk-\!-margin-bottom-9 {
  margin-bottom: 40px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-9 {
    margin-bottom: 60px !important;
  }
}
.govuk-\!-margin-left-9 {
  margin-left: 40px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-9 {
    margin-left: 60px !important;
  }
}
.govuk-\!-padding-0 {
  padding: 0 !important;
}

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

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

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

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

.govuk-\!-padding-1 {
  padding: 5px !important;
}

.govuk-\!-padding-top-1 {
  padding-top: 5px !important;
}

.govuk-\!-padding-right-1 {
  padding-right: 5px !important;
}

.govuk-\!-padding-bottom-1 {
  padding-bottom: 5px !important;
}

.govuk-\!-padding-left-1 {
  padding-left: 5px !important;
}

.govuk-\!-padding-2 {
  padding: 10px !important;
}

.govuk-\!-padding-top-2 {
  padding-top: 10px !important;
}

.govuk-\!-padding-right-2 {
  padding-right: 10px !important;
}

.govuk-\!-padding-bottom-2 {
  padding-bottom: 10px !important;
}

.govuk-\!-padding-left-2 {
  padding-left: 10px !important;
}

.govuk-\!-padding-3 {
  padding: 15px !important;
}

.govuk-\!-padding-top-3 {
  padding-top: 15px !important;
}

.govuk-\!-padding-right-3 {
  padding-right: 15px !important;
}

.govuk-\!-padding-bottom-3 {
  padding-bottom: 15px !important;
}

.govuk-\!-padding-left-3 {
  padding-left: 15px !important;
}

.govuk-\!-padding-4 {
  padding: 15px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-4 {
    padding: 20px !important;
  }
}
.govuk-\!-padding-top-4 {
  padding-top: 15px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-4 {
    padding-top: 20px !important;
  }
}
.govuk-\!-padding-right-4 {
  padding-right: 15px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-4 {
    padding-right: 20px !important;
  }
}
.govuk-\!-padding-bottom-4 {
  padding-bottom: 15px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-4 {
    padding-bottom: 20px !important;
  }
}
.govuk-\!-padding-left-4 {
  padding-left: 15px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-4 {
    padding-left: 20px !important;
  }
}
.govuk-\!-padding-5 {
  padding: 15px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-5 {
    padding: 25px !important;
  }
}
.govuk-\!-padding-top-5 {
  padding-top: 15px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-5 {
    padding-top: 25px !important;
  }
}
.govuk-\!-padding-right-5 {
  padding-right: 15px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-5 {
    padding-right: 25px !important;
  }
}
.govuk-\!-padding-bottom-5 {
  padding-bottom: 15px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-5 {
    padding-bottom: 25px !important;
  }
}
.govuk-\!-padding-left-5 {
  padding-left: 15px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-5 {
    padding-left: 25px !important;
  }
}
.govuk-\!-padding-6 {
  padding: 20px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-6 {
    padding: 30px !important;
  }
}
.govuk-\!-padding-top-6 {
  padding-top: 20px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-6 {
    padding-top: 30px !important;
  }
}
.govuk-\!-padding-right-6 {
  padding-right: 20px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-6 {
    padding-right: 30px !important;
  }
}
.govuk-\!-padding-bottom-6 {
  padding-bottom: 20px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-6 {
    padding-bottom: 30px !important;
  }
}
.govuk-\!-padding-left-6 {
  padding-left: 20px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-6 {
    padding-left: 30px !important;
  }
}
.govuk-\!-padding-7 {
  padding: 25px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-7 {
    padding: 40px !important;
  }
}
.govuk-\!-padding-top-7 {
  padding-top: 25px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-7 {
    padding-top: 40px !important;
  }
}
.govuk-\!-padding-right-7 {
  padding-right: 25px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-7 {
    padding-right: 40px !important;
  }
}
.govuk-\!-padding-bottom-7 {
  padding-bottom: 25px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-7 {
    padding-bottom: 40px !important;
  }
}
.govuk-\!-padding-left-7 {
  padding-left: 25px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-7 {
    padding-left: 40px !important;
  }
}
.govuk-\!-padding-8 {
  padding: 30px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-8 {
    padding: 50px !important;
  }
}
.govuk-\!-padding-top-8 {
  padding-top: 30px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-8 {
    padding-top: 50px !important;
  }
}
.govuk-\!-padding-right-8 {
  padding-right: 30px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-8 {
    padding-right: 50px !important;
  }
}
.govuk-\!-padding-bottom-8 {
  padding-bottom: 30px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-8 {
    padding-bottom: 50px !important;
  }
}
.govuk-\!-padding-left-8 {
  padding-left: 30px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-8 {
    padding-left: 50px !important;
  }
}
.govuk-\!-padding-9 {
  padding: 40px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-9 {
    padding: 60px !important;
  }
}
.govuk-\!-padding-top-9 {
  padding-top: 40px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-9 {
    padding-top: 60px !important;
  }
}
.govuk-\!-padding-right-9 {
  padding-right: 40px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-9 {
    padding-right: 60px !important;
  }
}
.govuk-\!-padding-bottom-9 {
  padding-bottom: 40px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-9 {
    padding-bottom: 60px !important;
  }
}
.govuk-\!-padding-left-9 {
  padding-left: 40px !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-9 {
    padding-left: 60px !important;
  }
}
.govuk-\!-static-margin-0 {
  margin: 0 !important;
}

.govuk-\!-static-margin-top-0 {
  margin-top: 0 !important;
}

.govuk-\!-static-margin-right-0 {
  margin-right: 0 !important;
}

.govuk-\!-static-margin-bottom-0 {
  margin-bottom: 0 !important;
}

.govuk-\!-static-margin-left-0 {
  margin-left: 0 !important;
}

.govuk-\!-static-margin-1 {
  margin: 5px !important;
}

.govuk-\!-static-margin-top-1 {
  margin-top: 5px !important;
}

.govuk-\!-static-margin-right-1 {
  margin-right: 5px !important;
}

.govuk-\!-static-margin-bottom-1 {
  margin-bottom: 5px !important;
}

.govuk-\!-static-margin-left-1 {
  margin-left: 5px !important;
}

.govuk-\!-static-margin-2 {
  margin: 10px !important;
}

.govuk-\!-static-margin-top-2 {
  margin-top: 10px !important;
}

.govuk-\!-static-margin-right-2 {
  margin-right: 10px !important;
}

.govuk-\!-static-margin-bottom-2 {
  margin-bottom: 10px !important;
}

.govuk-\!-static-margin-left-2 {
  margin-left: 10px !important;
}

.govuk-\!-static-margin-3 {
  margin: 15px !important;
}

.govuk-\!-static-margin-top-3 {
  margin-top: 15px !important;
}

.govuk-\!-static-margin-right-3 {
  margin-right: 15px !important;
}

.govuk-\!-static-margin-bottom-3 {
  margin-bottom: 15px !important;
}

.govuk-\!-static-margin-left-3 {
  margin-left: 15px !important;
}

.govuk-\!-static-margin-4 {
  margin: 20px !important;
}

.govuk-\!-static-margin-top-4 {
  margin-top: 20px !important;
}

.govuk-\!-static-margin-right-4 {
  margin-right: 20px !important;
}

.govuk-\!-static-margin-bottom-4 {
  margin-bottom: 20px !important;
}

.govuk-\!-static-margin-left-4 {
  margin-left: 20px !important;
}

.govuk-\!-static-margin-5 {
  margin: 25px !important;
}

.govuk-\!-static-margin-top-5 {
  margin-top: 25px !important;
}

.govuk-\!-static-margin-right-5 {
  margin-right: 25px !important;
}

.govuk-\!-static-margin-bottom-5 {
  margin-bottom: 25px !important;
}

.govuk-\!-static-margin-left-5 {
  margin-left: 25px !important;
}

.govuk-\!-static-margin-6 {
  margin: 30px !important;
}

.govuk-\!-static-margin-top-6 {
  margin-top: 30px !important;
}

.govuk-\!-static-margin-right-6 {
  margin-right: 30px !important;
}

.govuk-\!-static-margin-bottom-6 {
  margin-bottom: 30px !important;
}

.govuk-\!-static-margin-left-6 {
  margin-left: 30px !important;
}

.govuk-\!-static-margin-7 {
  margin: 40px !important;
}

.govuk-\!-static-margin-top-7 {
  margin-top: 40px !important;
}

.govuk-\!-static-margin-right-7 {
  margin-right: 40px !important;
}

.govuk-\!-static-margin-bottom-7 {
  margin-bottom: 40px !important;
}

.govuk-\!-static-margin-left-7 {
  margin-left: 40px !important;
}

.govuk-\!-static-margin-8 {
  margin: 50px !important;
}

.govuk-\!-static-margin-top-8 {
  margin-top: 50px !important;
}

.govuk-\!-static-margin-right-8 {
  margin-right: 50px !important;
}

.govuk-\!-static-margin-bottom-8 {
  margin-bottom: 50px !important;
}

.govuk-\!-static-margin-left-8 {
  margin-left: 50px !important;
}

.govuk-\!-static-margin-9 {
  margin: 60px !important;
}

.govuk-\!-static-margin-top-9 {
  margin-top: 60px !important;
}

.govuk-\!-static-margin-right-9 {
  margin-right: 60px !important;
}

.govuk-\!-static-margin-bottom-9 {
  margin-bottom: 60px !important;
}

.govuk-\!-static-margin-left-9 {
  margin-left: 60px !important;
}

.govuk-\!-static-padding-0 {
  padding: 0 !important;
}

.govuk-\!-static-padding-top-0 {
  padding-top: 0 !important;
}

.govuk-\!-static-padding-right-0 {
  padding-right: 0 !important;
}

.govuk-\!-static-padding-bottom-0 {
  padding-bottom: 0 !important;
}

.govuk-\!-static-padding-left-0 {
  padding-left: 0 !important;
}

.govuk-\!-static-padding-1 {
  padding: 5px !important;
}

.govuk-\!-static-padding-top-1 {
  padding-top: 5px !important;
}

.govuk-\!-static-padding-right-1 {
  padding-right: 5px !important;
}

.govuk-\!-static-padding-bottom-1 {
  padding-bottom: 5px !important;
}

.govuk-\!-static-padding-left-1 {
  padding-left: 5px !important;
}

.govuk-\!-static-padding-2 {
  padding: 10px !important;
}

.govuk-\!-static-padding-top-2 {
  padding-top: 10px !important;
}

.govuk-\!-static-padding-right-2 {
  padding-right: 10px !important;
}

.govuk-\!-static-padding-bottom-2 {
  padding-bottom: 10px !important;
}

.govuk-\!-static-padding-left-2 {
  padding-left: 10px !important;
}

.govuk-\!-static-padding-3 {
  padding: 15px !important;
}

.govuk-\!-static-padding-top-3 {
  padding-top: 15px !important;
}

.govuk-\!-static-padding-right-3 {
  padding-right: 15px !important;
}

.govuk-\!-static-padding-bottom-3 {
  padding-bottom: 15px !important;
}

.govuk-\!-static-padding-left-3 {
  padding-left: 15px !important;
}

.govuk-\!-static-padding-4 {
  padding: 20px !important;
}

.govuk-\!-static-padding-top-4 {
  padding-top: 20px !important;
}

.govuk-\!-static-padding-right-4 {
  padding-right: 20px !important;
}

.govuk-\!-static-padding-bottom-4 {
  padding-bottom: 20px !important;
}

.govuk-\!-static-padding-left-4 {
  padding-left: 20px !important;
}

.govuk-\!-static-padding-5 {
  padding: 25px !important;
}

.govuk-\!-static-padding-top-5 {
  padding-top: 25px !important;
}

.govuk-\!-static-padding-right-5 {
  padding-right: 25px !important;
}

.govuk-\!-static-padding-bottom-5 {
  padding-bottom: 25px !important;
}

.govuk-\!-static-padding-left-5 {
  padding-left: 25px !important;
}

.govuk-\!-static-padding-6 {
  padding: 30px !important;
}

.govuk-\!-static-padding-top-6 {
  padding-top: 30px !important;
}

.govuk-\!-static-padding-right-6 {
  padding-right: 30px !important;
}

.govuk-\!-static-padding-bottom-6 {
  padding-bottom: 30px !important;
}

.govuk-\!-static-padding-left-6 {
  padding-left: 30px !important;
}

.govuk-\!-static-padding-7 {
  padding: 40px !important;
}

.govuk-\!-static-padding-top-7 {
  padding-top: 40px !important;
}

.govuk-\!-static-padding-right-7 {
  padding-right: 40px !important;
}

.govuk-\!-static-padding-bottom-7 {
  padding-bottom: 40px !important;
}

.govuk-\!-static-padding-left-7 {
  padding-left: 40px !important;
}

.govuk-\!-static-padding-8 {
  padding: 50px !important;
}

.govuk-\!-static-padding-top-8 {
  padding-top: 50px !important;
}

.govuk-\!-static-padding-right-8 {
  padding-right: 50px !important;
}

.govuk-\!-static-padding-bottom-8 {
  padding-bottom: 50px !important;
}

.govuk-\!-static-padding-left-8 {
  padding-left: 50px !important;
}

.govuk-\!-static-padding-9 {
  padding: 60px !important;
}

.govuk-\!-static-padding-top-9 {
  padding-top: 60px !important;
}

.govuk-\!-static-padding-right-9 {
  padding-right: 60px !important;
}

.govuk-\!-static-padding-bottom-9 {
  padding-bottom: 60px !important;
}

.govuk-\!-static-padding-left-9 {
  padding-left: 60px !important;
}


.govuk-\!-text-align-left {
  text-align: left !important;
}

.govuk-\!-text-align-centre {
  text-align: center !important;
}

.govuk-\!-text-align-right {
  text-align: right !important;
}


.govuk-\!-font-size-80 {
  font-size: 3.3125rem !important;
  line-height: 1.0377358491 !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-font-size-80 {
    font-size: 5rem !important;
    line-height: 1 !important;
  }
}
@media print {
  .govuk-\!-font-size-80 {
    font-size: 53pt !important;
    line-height: 1.1 !important;
  }
}
.govuk-\!-font-size-48 {
  font-size: 2rem !important;
  line-height: 1.09375 !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-font-size-48 {
    font-size: 3rem !important;
    line-height: 1.0416666667 !important;
  }
}
@media print {
  .govuk-\!-font-size-48 {
    font-size: 32pt !important;
    line-height: 1.15 !important;
  }
}
.govuk-\!-font-size-36 {
  font-size: 1.5rem !important;
  line-height: 1.0416666667 !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-font-size-36 {
    font-size: 2.25rem !important;
    line-height: 1.1111111111 !important;
  }
}
@media print {
  .govuk-\!-font-size-36 {
    font-size: 24pt !important;
    line-height: 1.05 !important;
  }
}
.govuk-\!-font-size-27 {
  font-size: 1.125rem !important;
  line-height: 1.1111111111 !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-font-size-27 {
    font-size: 1.6875rem !important;
    line-height: 1.1111111111 !important;
  }
}
@media print {
  .govuk-\!-font-size-27 {
    font-size: 18pt !important;
    line-height: 1.15 !important;
  }
}
.govuk-\!-font-size-24 {
  font-size: 1.125rem !important;
  line-height: 1.1111111111 !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-font-size-24 {
    font-size: 1.5rem !important;
    line-height: 1.25 !important;
  }
}
@media print {
  .govuk-\!-font-size-24 {
    font-size: 18pt !important;
    line-height: 1.15 !important;
  }
}
.govuk-\!-font-size-19 {
  font-size: 1rem !important;
  line-height: 1.25 !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-font-size-19 {
    font-size: 1.1875rem !important;
    line-height: 1.3157894737 !important;
  }
}
@media print {
  .govuk-\!-font-size-19 {
    font-size: 14pt !important;
    line-height: 1.15 !important;
  }
}
.govuk-\!-font-size-16 {
  font-size: 0.875rem !important;
  line-height: 1.1428571429 !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-font-size-16 {
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }
}
@media print {
  .govuk-\!-font-size-16 {
    font-size: 14pt !important;
    line-height: 1.2 !important;
  }
}
.govuk-\!-font-size-14 {
  font-size: 0.75rem !important;
  line-height: 1.25 !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-font-size-14 {
    font-size: 0.875rem !important;
    line-height: 1.4285714286 !important;
  }
}
@media print {
  .govuk-\!-font-size-14 {
    font-size: 12pt !important;
    line-height: 1.2 !important;
  }
}
.govuk-\!-font-weight-regular {
  font-weight: 400 !important;
}

.govuk-\!-font-weight-bold {
  font-weight: 700 !important;
}

.govuk-\!-font-tabular-numbers {
  font-variant-numeric: tabular-nums !important;
}

.govuk-\!-text-break-word {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}


.govuk-\!-width-full {
  width: 100% !important;
}

.govuk-\!-width-three-quarters {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-width-three-quarters {
    width: 75% !important;
  }
}
.govuk-\!-width-two-thirds {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-width-two-thirds {
    width: 66.66% !important;
  }
}
.govuk-\!-width-one-half {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-width-one-half {
    width: 50% !important;
  }
}
.govuk-\!-width-one-third {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-width-one-third {
    width: 33.33% !important;
  }
}
.govuk-\!-width-one-quarter {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-width-one-quarter {
    width: 25% !important;
  }
}



.autocomplete__wrapper {
  position: relative;
}

.autocomplete__hint,
.autocomplete__input {
  appearance: none;
  border: 2px solid #0b0c0c;
  border-radius: 0; /* Safari 10 on iOS adds implicit border rounding. */
  box-sizing: border-box;
  margin-bottom: 0; /* BUG: Safari 10 on macOS seems to add an implicit margin. */
  line-height: 1.25;
  height: 2.5rem;
  width: 100%;
}

.autocomplete__input {
  background-color: transparent;
  position: relative;
}

.autocomplete__hint {
  color: #505a5f;
  position: absolute;
}

.autocomplete__input--default {
  padding: 5px;
}

.autocomplete__input--focused {
  outline: 3px solid #fd0;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}

.autocomplete__input--show-all-values {
  padding: 5px 35px 5px 5px; /* Space for arrow. Other padding should match .autocomplete__input--default. */
  cursor: pointer;
}

.autocomplete__dropdown-arrow-down {
  z-index: -1;
  display: inline-block;
  position: absolute;
  right: 8px;
  width: 24px;
  height: 24px;
  top: 10px;
}

.autocomplete__menu {
  background-color: #ffffff;
  border: 2px solid #0b0c0c;
  border-top: 0;
  color: #0b0c0c;
  margin: 0;
  max-height: 342px;
  overflow-x: hidden;
  padding: 0;
  width: 100%;
  width: calc(100% - 4px);
}

.autocomplete__menu--visible {
  display: block;
}

.autocomplete__menu--hidden {
  display: none;
}

.autocomplete__menu--overlay {
  box-shadow: rgba(0, 0, 0, 0.256863) 0px 2px 6px;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 100;
}

.autocomplete__menu--inline {
  position: relative;
}

.autocomplete__option {
  border-bottom: solid #b1b4b6;
  border-width: 1px 0;
  cursor: pointer;
  display: block;
  position: relative;
}

.autocomplete__option > * {
  pointer-events: none;
}

.autocomplete__option:first-of-type {
  border-top-width: 0;
}

.autocomplete__option:last-of-type {
  border-bottom-width: 0;
}

.autocomplete__option--odd {
  background-color: #f3f2f1;
}

.autocomplete__option--focused,
.autocomplete__option:hover {
  background-color: #1d70b8;
  border-color: #1d70b8;
  color: white;
  outline: none;
}

@media (-ms-high-contrast: active), (forced-colors: active) {
  .autocomplete__menu {
    border-color: FieldText;
  }
  .autocomplete__option {
    background-color: Field;
    color: FieldText;
  }
  .autocomplete__option--focused,
  .autocomplete__option:hover {
    forced-color-adjust: none; /* prevent backplate from obscuring text */
    background-color: Highlight;
    border-color: Highlight;
    color: HighlightText;
    /* Prefer SelectedItem / SelectedItemText in browsers that support it */
    background-color: SelectedItem;
    border-color: SelectedItem;
    color: SelectedItemText;
    outline-color: SelectedItemText;
  }
}
.autocomplete__option--no-results {
  background-color: #f3f2f1;
  color: #505a5f;
  cursor: not-allowed;
}

.autocomplete__hint,
.autocomplete__input,
.autocomplete__option {
  font-size: 1rem;
  font-weight: 400;
}

.autocomplete__hint,
.autocomplete__option {
  padding: 5px;
}

@media (min-width: 641px) {
  .autocomplete__hint,
  .autocomplete__input,
  .autocomplete__option {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
.autocomplete__wrapper {
  font-family: "GDS Transport", arial, sans-serif;
}

.autocomplete__input {
  font-family: inherit;
}

.govuk-form-group--error .autocomplete__input {
  border-color: #d4351c;
}

.govuk-form-group--error .autocomplete__input--focused {
  border-color: #0b0c0c;
}

.autocomplete__dropdown-arrow-down {
  pointer-events: none;
  z-index: 0;
}

.x-govuk-masthead {
  padding-bottom: 15px;
  background-color: #1d70b8;
  color: #ffffff;
  padding-top: 0.1px;
}

@media (min-width: 40.0625em) {
  .x-govuk-masthead {
    padding-bottom: 20px;
  }
}
.x-govuk-masthead .govuk-phase-banner {
  border-bottom-color: #5694ca;
}

.x-govuk-masthead .govuk-phase-banner .govuk-phase-banner__content {
  color: #ffffff;
}

.x-govuk-masthead .govuk-phase-banner .govuk-tag {
  background-color: #ffffff;
  color: #1d70b8;
}

.x-govuk-masthead__title {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.09375;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media print {
  .x-govuk-masthead__title {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .x-govuk-masthead__title {
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
@media print {
  .x-govuk-masthead__title {
    font-size: 32pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .x-govuk-masthead__title {
    margin-bottom: 30px;
  }
}
@media (min-width: 40.0625em) {
  .x-govuk-masthead__title {
    margin-top: 30px;
  }
}
.x-govuk-masthead__description {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  margin-bottom: 20px;
  color: #ffffff;
}

@media print {
  .x-govuk-masthead__description {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .x-govuk-masthead__description {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .x-govuk-masthead__description {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .x-govuk-masthead__description {
    margin-bottom: 30px;
  }
}
.x-govuk-masthead__description a:link, .x-govuk-masthead__description a:visited {
  color: #ffffff;
}

.x-govuk-masthead__description a:hover, .x-govuk-masthead__description a:active {
  color: rgba(255, 255, 255, 0.99);
}

.x-govuk-masthead__description a:focus {
  color: #0b0c0c;
}

.x-govuk-masthead__image {
  padding-top: 20px;
}

@media (min-width: 40.0625em) {
  .x-govuk-masthead__image {
    padding-top: 30px;
  }
}
.x-govuk-masthead__image img {
  max-width: 100%;
}

@media (max-width: 48.0525em) {
  .x-govuk-masthead__image {
    display: none;
  }
}
.x-govuk-related-navigation {
  color: #0b0c0c;
  border-top: 2px solid #1d70b8;
}

@media print {
  .x-govuk-related-navigation {
    color: #000000;
  }
}
.x-govuk-related-navigation__main-heading {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 10px;
  margin-top: 15px;
}

@media print {
  .x-govuk-related-navigation__main-heading {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .x-govuk-related-navigation__main-heading {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .x-govuk-related-navigation__main-heading {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.x-govuk-related-navigation__sub-heading {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  margin: 0;
  padding-top: 15px;
}

@media print {
  .x-govuk-related-navigation__sub-heading {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .x-govuk-related-navigation__sub-heading {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .x-govuk-related-navigation__sub-heading {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.x-govuk-related-navigation__sub-heading--footer {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  border-top: 0;
  margin-bottom: 10px;
  margin-top: 15px;
  padding-top: 0;
}

@media print {
  .x-govuk-related-navigation__sub-heading--footer {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .x-govuk-related-navigation__sub-heading--footer {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .x-govuk-related-navigation__sub-heading--footer {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.x-govuk-related-navigation__main-heading + .x-govuk-related-navigation__sub-heading {
  border-top: 0;
  padding-top: 0;
}

.x-govuk-related-navigation__nav-section {
  border-top: 1px solid #b1b4b6;
  margin-bottom: 30px;
}

.x-govuk-related-navigation__nav-section:first-child {
  border-top: none;
}

.x-govuk-related-navigation__link-list {
  list-style: none;
  margin: 0;
  margin-bottom: 1.25em;
  padding: 0;
}

.x-govuk-related-navigation__link {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.45;
  list-style-type: none;
  margin-top: 15px;
}

@media print {
  .x-govuk-related-navigation__link {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .x-govuk-related-navigation__link {
    font-size: 1rem;
    line-height: 1.45;
  }
}
@media print {
  .x-govuk-related-navigation__link {
    font-size: 14pt;
    line-height: 1.45;
  }
}
@media (min-width: 40.0625em) {
  .x-govuk-related-navigation__link {
    line-height: 1.28;
  }
}
.x-govuk-related-navigation__section-link {
  font-weight: bold;
}

.x-govuk-related-navigation__section-link--other {
  font-weight: normal;
}

.x-govuk-secondary-navigation {
  border-bottom: 1px solid #b1b4b6;
}

.x-govuk-secondary-navigation__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: 0.1578em;
}

@media print {
  .x-govuk-secondary-navigation__link {
    font-family: sans-serif;
  }
}
.x-govuk-secondary-navigation__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;
}

.x-govuk-secondary-navigation__link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}

@supports not (text-wrap: balance) {
  .x-govuk-secondary-navigation__link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.x-govuk-secondary-navigation__link:not(:hover):not(:active) {
  text-decoration: none;
}

.x-govuk-secondary-navigation__link:link {
  color: #1d70b8;
}

.x-govuk-secondary-navigation__link:visited {
  color: #1d70b8;
}

.x-govuk-secondary-navigation__link:hover {
  color: #003078;
}

.x-govuk-secondary-navigation__link:active {
  color: #0b0c0c;
}

.x-govuk-secondary-navigation__link:focus {
  color: #0b0c0c;
}

.x-govuk-secondary-navigation__list {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  list-style: none;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}

@media print {
  .x-govuk-secondary-navigation__list {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .x-govuk-secondary-navigation__list {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .x-govuk-secondary-navigation__list {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .x-govuk-secondary-navigation__list {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .x-govuk-secondary-navigation__list {
    display: block;
  }
}
.x-govuk-secondary-navigation__list-item {
  border: 0 solid #1d70b8;
  margin: 10px 0;
  position: relative;
}

@media (min-width: 40.0625em) {
  .x-govuk-secondary-navigation__list-item {
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px 0;
  }
  .x-govuk-secondary-navigation__list-item:not(:last-child) {
    margin-right: 20px;
  }
}
@media (min-width: 40.0625em) and (min-width: 40.0625em) {
  .x-govuk-secondary-navigation__list-item:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 40.0525em) {
  .x-govuk-secondary-navigation__list-item--current {
    border-left-width: 5px;
    margin-left: -15px;
    padding-left: 10px;
  }
}
@media (min-width: 40.0625em) {
  .x-govuk-secondary-navigation__list-item--current {
    border-bottom-width: 5px;
    padding-bottom: 15px;
  }
}
.x-govuk-sub-navigation {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1428571429;
}

@media print {
  .x-govuk-sub-navigation {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .x-govuk-sub-navigation {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .x-govuk-sub-navigation {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.x-govuk-sub-navigation__section {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}

.x-govuk-sub-navigation__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: 0.1578em;
  padding-bottom: 5px;
  padding-top: 5px;
}

@media print {
  .x-govuk-sub-navigation__link {
    font-family: sans-serif;
  }
}
.x-govuk-sub-navigation__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;
}

.x-govuk-sub-navigation__link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}

@supports not (text-wrap: balance) {
  .x-govuk-sub-navigation__link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.x-govuk-sub-navigation__link:link {
  color: #1d70b8;
}

.x-govuk-sub-navigation__link:visited {
  color: #1d70b8;
}

.x-govuk-sub-navigation__link:hover {
  color: #003078;
}

.x-govuk-sub-navigation__link:active {
  color: #0b0c0c;
}

.x-govuk-sub-navigation__link:focus {
  color: #0b0c0c;
}

.x-govuk-sub-navigation__link:not(:hover):not(:active) {
  text-decoration: none;
}

.x-govuk-sub-navigation__link:not(:focus):hover {
  color: #1d70b8;
}

.x-govuk-sub-navigation__section-item {
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.x-govuk-sub-navigation__section-item--current {
  background-color: #ffffff;
  border-left: 4px solid #1d70b8;
  margin-left: -14px;
  padding-left: 10px;
}

.x-govuk-sub-navigation__link[aria-current] {
  font-weight: bold;
}

.x-govuk-sub-navigation__section--nested {
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 20px;
}

.x-govuk-sub-navigation__section--nested .x-govuk-sub-navigation__section-item::before {
  color: #505a5f;
  content: "—";
  margin-left: -20px;
}

.x-govuk-sub-navigation__theme {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #505a5f;
  margin: 0;
  padding: 10px 15px 10px 0;
}

@media print {
  .x-govuk-sub-navigation__theme {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .x-govuk-sub-navigation__theme {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .x-govuk-sub-navigation__theme {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.app-header__navigation--no-underline .nhsuk-header__navigation-link {
  text-decoration: none;
}

.app-header__navigation--no-underline .nhsuk-header__navigation-link .app-header__navigation-link-label {
  text-decoration: underline;
}

.app-header__navigation--no-underline .nhsuk-header__navigation-link:hover .app-header__navigation-link-label {
  text-decoration: none;
}

.app-header__navigation-item--with-count .app-count {
  margin-left: 6px;
  min-width: 24px;
  padding-bottom: 3px;
  padding-top: 5px;
  text-decoration: none;
}
.app-header__navigation-item--with-count .app-count {
  font-weight: 400;
}
.app-header__navigation-item--with-count .app-count {
  font-size: 0.75rem;
  line-height: 1;
}
@media (min-width: 40.0625em) {
  .app-header__navigation-item--with-count .app-count {
    font-size: 0.875rem;
    line-height: 1;
  }
}
@media print {
  .app-header__navigation-item--with-count .app-count {
    font-size: 12pt;
    line-height: 1;
  }
}

.app-count {
  background-color: rgba(0, 47, 92, 0.4);
  border-radius: 16px;
  color: #ffffff;
  display: inline-block;
  min-width: 32px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}
.app-count {
  font-weight: 400;
}
.app-count {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media (min-width: 40.0625em) {
  .app-count {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .app-count {
    font-size: 12pt;
    line-height: 1.3;
  }
}

.app-summary__explanation {
  margin-top: 8px;
  color: #4c6272;
}

table {
  max-width: 100%;
}

.app-table__cell--break-all {
  word-break: break-all;
}

.app-table__header--min-width-100 {
  min-width: 100px;
}

.app-table__header--min-width-200 {
  min-width: 100px;
}
@media (min-width: 48.0625em) {
  .app-table__header--min-width-200 {
    min-width: 200px;
  }
}

.app-table__cell--border-right,
.app-table__header--border-right {
  border-right: 2px solid #d8dde0;
}

.app-table__header--border-top {
  border-top: 2px solid #d8dde0;
}

.app-table__cell--padding-left,
.app-table__header--padding-left {
  padding-left: 8px;
}
@media (min-width: 40.0625em) {
  .app-table__cell--padding-left,
  .app-table__header--padding-left {
    padding-left: 8px;
  }
}

.app-table__header--align-bottom {
  vertical-align: bottom;
}

.nhsuk-table__header--centred {
  text-align: center;
}
.nhsuk-table__header--centred {
  padding-left: 8px;
}
@media (min-width: 40.0625em) {
  .nhsuk-table__header--centred {
    padding-left: 8px;
  }
}
.nhsuk-table__header--centred {
  padding-right: 8px;
}
@media (min-width: 40.0625em) {
  .nhsuk-table__header--centred {
    padding-right: 8px;
  }
}

.app-table__cell--right-aligned,
.app-table__header--right-aligned {
  text-align: right;
}

.nhsuk-table--padding-2 td,
.nhsuk-table--padding-2 th {
  padding-left: 8px;
  padding-right: 8px;
}

.nhsuk-table--padding-2 tr th:first-child,
.nhsuk-table--padding-2 tr td:first-child {
  padding-left: 0;
}

.nhsuk-table--padding-2 tr th:last-child,
.nhsuk-table--padding-2 tr td:last-child {
  padding-right: 0;
}

.nhsuk-table tbody tr:last-child td,
.nhsuk-table tbody tr:last-child th {
  border-bottom-width: 3px;
}

.nhsuk-table__row--bold td {
  font-weight: bold;
}

.app-button--small {
  padding: 8px 12px;
}
.app-button--small {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media (min-width: 40.0625em) {
  .app-button--small {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .app-button--small {
    font-size: 12pt;
    line-height: 1.3;
  }
}

.app-button--min-width {
  min-width: 80px;
}

.nhsuk-button {
  width: 100%;
}
@media (min-width: 40.0625em) {
  .nhsuk-button {
    width: auto;
  }
}

.app-button--loading {
  position: relative;
  -webkit-transition: width 5s ease;
  transition: width 5s ease;
}

.app-button--loading:before {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -9px;
  height: 25px;
  width: 25px;
  background: transparent url('data:image/svg+xml,<svg height="200" viewBox="0 0 200 200" width="200" xmlns="http://www.w3.org/2000/svg">%0A  <g fill="none" fill-rule="evenodd">%0A    <path%0A        d="m100 0v13.0000106c-.0149985-.0000068-.0299979-.0000106-.0449982-.0000106-48.0239214 0-86.9550018 38.9310804-86.9550018 86.9550018 0 48.0239212 38.9310804 86.9550022 86.9550018 86.9550022 48.0089212 0 86.9306812-38.906764 86.9549902-86.910004h13.090008c0 55.228475-44.771525 100-100 100s-100-44.771525-100-100 44.771525-100 100-100z"%0A        fill="%23e5e5e5"/>%0A    <path%0A        d="m0 100h13.0000106zm100 86.909993v13.090007zm100-86.909993h-13.090007c.000007-.0149985.000011-.0299979.000011-.0449982 0-48.0089211-38.906764-86.9306807-86.910004-86.9549904v-13.0000114c55.228475 0 100 44.771525 100 100z"%0A        fill="%23367c42"/>%0A  </g>%0A</svg>') no-repeat;
  background-size: 25px 25px;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  animation-timing-function: ease;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.app-button--loading[disabled],
.app-button--loading[disabled]:hover {
  background-color: #44834d;
  opacity: 1;
  -webkit-box-shadow: 0 2px 0 #88988c;
  box-shadow: 0 2px #88988c;
}

.app-body--error {
  font-weight: bold;
  color: #d5281b;
}

.app-filters {
  padding: 16px 16px 24px 16px;
  background-color: #d8dde0;
}

.app-section--white {
  background-color: white;
}

.app-tag--header {
  background-color: #ccdff1;
  border-color: #ccdff1;
  color: #004281;
  padding-top: 3px;
  padding-bottom: 3px;
}

.app-numbered-heading {
  display: flex;
  margin-bottom: 0.4rem;
}

.app-numbered-heading__number {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  background-color: #005eb8;
  color: white;
  font-weight: bold;
  text-align: center;
}

.app-numbered-heading__title {
  width: 85%;
  padding: 0.3em 0 0 1.5em;
}

.app-numbered-heading__title .nhsuk-tag {
  margin-left: 20px;
  vertical-align: middle;
}

.app-numbered-heading__content {
  padding-left: 5.5rem;
  margin-bottom: 2.5rem;
}

/* NHS Appointments Multi-Select Styling */
.bulk-actions {
  background-color: #f0f4f5;
  padding: 16px;
  margin-bottom: 24px;
  border-radius: 4px;
  min-height: 60px;
  display: flex;
  align-items: center;
}

.bulk-actions-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}

.bulk-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.appointments-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}

.appointments-table th,
.appointments-table td {
  padding: 12px 8px;
  text-align: left;
  border-bottom: 1px solid #d8dde0;
  vertical-align: top;
}

.appointments-table th {
  background-color: #f0f4f5;
  font-weight: 600;
  font-size: 16px;
}

.appointments-table td {
  font-size: 16px;
}

.appointments-table tr.selected {
  background-color: #e8f4f8;
}

.appointments-table tr:hover:not(.available-slot) {
  background-color: #f8f8f8;
}

.appointments-table tr.selected:hover {
  background-color: #d4edfa;
}

.available-slot {
  background-color: #e8f5e8;
  font-weight: bold;
}

.checkbox-cell {
  width: 50px;
  text-align: center;
}

.select-all-checkbox,
.row-checkbox {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.nhsuk-table__cell--numeric {
  text-align: left;
}

.tabs-container {
  border-bottom: 1px solid #d8dde0;
  margin-bottom: 24px;
}

.tabs {
  display: flex;
  gap: 0;
}

.tab {
  padding: 12px 24px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  font-weight: 600;
  font-size: 19px;
  text-decoration: none;
  color: #005eb8;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
}

.tab.active {
  border-bottom-color: #005eb8;
  color: #212b32;
}

.tab:hover {
  background-color: #f0f4f5;
}

/* Button disabled states */
.nhsuk-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #768692 !important;
  border-color: #768692 !important;
}

.nhsuk-button--warning:disabled {
  background-color: #a04560 !important;
  border-color: #a04560 !important;
  opacity: 0.6;
}

.nhsuk-button--secondary-custom:disabled {
  background-color: #768692 !important;
  border-color: #768692 !important;
  opacity: 0.6;
}

/* Cancel appointment links */
.cancel-appointment-link {
  cursor: pointer;
  text-decoration: underline;
}

.cancel-appointment-link:hover {
  text-decoration: none;
}

/* Responsive design */
@media (max-width: 768px) {
  .bulk-actions-content {
    justify-content: center;
  }
  .bulk-buttons {
    flex-direction: column;
    width: 100%;
  }
  .bulk-buttons .nhsuk-button {
    width: 100%;
    margin-bottom: 8px;
  }
  .appointments-table {
    font-size: 14px;
  }
  .appointments-table th,
  .appointments-table td {
    padding: 8px 4px;
  }
  .checkbox-cell {
    width: 40px;
  }
}
.nhsuk-button--warning {
  background-color: #d5281b;
  border-color: #d5281b;
}

.nhsuk-button--secondary-custom {
  background-color: #4c6272;
  border-color: #4c6272;
  color: #fff;
}

.nhsuk-button--warning:hover {
  background-color: #b02617;
}

.nhsuk-button--secondary-custom:hover {
  background-color: #3f525f;
}

.app-button--loading[disabled],
.app-button--loading[disabled]:hover {
  background-color: #44834d;
  opacity: 1;
  -webkit-box-shadow: 0 2px 0 #88988c;
  box-shadow: 0 2px #88988c;
}

.app-body--error {
  font-weight: bold;
  color: #d5281b;
}

.app-button--outlined {
  background-color: rgba(0, 94, 184, 0.05);
  border-bottom: 0;
  border-color: #005eb8;
  box-shadow: 0 4px 0 #005eb8;
  color: #005eb8;
  padding-bottom: 8px;
  padding-top: 8px;
}

.app-button--outlined:link, .app-button--outlined:visited {
  color: #005eb8;
}

.app-button--outlined:hover {
  background-color: rgba(0, 94, 184, 0.1);
  color: #005eb8;
}

.app-button--outlined:focus {
  background-color: #ffeb3b;
  border-color: #ffeb3b;
  color: #212b32;
}

.app-button--outlined:focus:visited:active {
  color: #005eb8;
}

.app-button--outlined:active {
  background-color: rgba(0, 94, 184, 0.15);
  border-bottom: 2px solid;
  border-color: #005eb8;
  color: #005eb8;
  padding-bottom: 8px;
  padding-top: 8px;
  margin-bottom: -2px;
}

.app-button--outlined::before {
  bottom: -4px;
  top: -2px;
}

.app-button--outlined:active::before {
  bottom: -6px;
  top: -6px;
}

.app-filters {
  padding: 16px 16px 24px 16px;
  background-color: #d8dde0;
  margin-bottom: 64px;
}

.app-link--reverse:link,
.app-link--reverse:visited {
  color: #ffffff;
}

.app-section--white {
  background-color: white;
}

.app-tag--header {
  background-color: #ccdff1;
  border-color: #ccdff1;
  color: #004281;
}

.app-button--small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  padding: 4px 12px;
}

@media (min-width: 40.0625em) {
  .app-button--small {
    font-size: 16px;
    /*! font-size: 1rem; */
    line-height: 1.5;
  }
}
.spinner {
  border: 4px solid #f3f3f3; /* Light grey background */
  border-top: 4px solid #1d70b8; /* GOV.UK blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.spinner--small {
  width: 40px;
  height: 40px;
  border-width: 6px;
}

.spinner--medium {
  width: 80px;
  height: 80px;
  border-width: 8px;
}

.spinner--large {
  width: 120px;
  height: 120px;
  border-width: 16px;
}

.spinner--extra-large {
  width: 180px;
  height: 180px;
  border-width: 20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}















































:root {
  --govuk-frontend-version: "5.11.2";
  --govuk-breakpoint-mobile: 20rem;
  --govuk-frontend-breakpoint-mobile: var(--govuk-breakpoint-mobile);
  --govuk-breakpoint-tablet: 40.0625rem;
  --govuk-frontend-breakpoint-tablet: var(--govuk-breakpoint-tablet);
  --govuk-breakpoint-desktop: 48.0625rem;
  --govuk-frontend-breakpoint-desktop: var(--govuk-breakpoint-desktop);
}





































































































































































































































































































































































































































































































.hidden {
  display: none;
  visibility: hidden;
}

.hidden,
.no-js .js-visible,
.js .js-hidden {
  display: none !important;
}

.hmrc-account-icon {
  background-repeat: no-repeat;
}

.hmrc-account-icon--home {
  padding-left: 22px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaW5ZTWlkIj48dGl0bGU+aWNvbi1ob21lPC90aXRsZT48cGF0aCBkPSJNMTIgMkwxIDEyLjVoMy4xOXY5LjM4aDUuNDR2LTcuMTNoNC41djcuMTNoNS40NFYxMi41SDIzTDEyIDJ6Ii8+PC9zdmc+");
  background-position: left -1px;
  background-size: 19px;
}

.hmrc-account-menu {
  font-family: "Frutiger W01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #b1b4b6;
  background-color: #ffffff;
}
@media print {
  .hmrc-account-menu {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-account-menu {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .hmrc-account-menu {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.hmrc-account-menu::after {
  content: "";
  display: block;
  clear: both;
}

.is-smaller.hmrc-account-menu {
  margin-bottom: 0;
  -webkit-transition: none;
  transition: none;
  border-bottom: 1px solid #b1b4b6;
}
.is-smaller.hmrc-account-menu.main-nav-menu-is-open {
  margin-bottom: 5em;
}
.is-smaller.hmrc-account-menu li:last-of-type a:last-of-type {
  padding-right: 0;
}

.hmrc-account-menu__link {
  font-size: 0.875rem;
  line-height: 1.1428571429;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 12px 16px 8px;
  border-bottom: 4px solid transparent;
  color: #4a4a4a;
  font-weight: 300;
  line-height: 1.25;
  text-decoration: none;
  text-transform: none;
}
@media (min-width: 40.0625em) {
  .hmrc-account-menu__link {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .hmrc-account-menu__link {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.hmrc-account-menu__link:visited {
  color: #4a4a4a;
}
.hmrc-account-menu__link:hover, .hmrc-account-menu__link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  border-bottom-width: 4px;
  border-bottom-style: solid;
  color: #003078;
  border-bottom-color: #003078;
}
.hmrc-account-menu__link:focus {
  background-color: #ffdd00;
  color: #0b0c0c;
}
.hmrc-account-menu__link .hmrc-notification-badge {
  line-height: inherit;
}
.hmrc-account-menu__link:not(.hmrc-account-menu__link--menu) {
  outline-offset: -3px;
}

.is-smaller .hmrc-account-menu__link {
  padding-left: 10px;
  color: #0b0c0c;
}

.hmrc-account-menu__link--home {
  padding: 12px 18px 8px 0;
  float: left;
}

/* stylelint-disable no-descending-specificity */
.is-smaller .hmrc-account-menu__link--home,
.is-smaller .hmrc-account-menu__link--menu {
  padding-left: 0;
}

body:not(.js-enabled) .hmrc-account-menu__main {
  display: inline;
}
body:not(.js-enabled) .hmrc-account-menu__link--menu {
  display: none;
}

.hmrc-account-menu__link--menu {
  padding: 12px 20px 8px 0;
  float: right;
  border-bottom: 4px solid transparent;
}

.hmrc-account-menu__link--active,
.hmrc-account-menu__link--active:visited {
  border-bottom: 4px solid #005eb8;
  color: #0b0c0c;
}

.hmrc-account-menu__main {
  z-index: 995;
  margin: 0;
  float: right;
}
.hmrc-account-menu__main li {
  display: inline-block;
  margin-bottom: 0;
}

.is-smaller .hmrc-account-menu__main {
  padding: 0;
  float: none;
  clear: both;
  background-color: #f3f2f1;
}
.is-smaller .hmrc-account-menu__main.main-nav-is-open {
  position: relative;
  border-top: 1px solid #b1b4b6;
}
.is-smaller .hmrc-account-menu__main.main-nav-is-open::before, .is-smaller .hmrc-account-menu__main.main-nav-is-open::after {
  content: " ";
  position: absolute;
  right: 4px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
}
.is-smaller .hmrc-account-menu__main.main-nav-is-open::before {
  right: 3px;
  border-width: 7px;
  border-bottom-color: #b1b4b6;
}
.is-smaller .hmrc-account-menu__main.main-nav-is-open::after {
  margin-left: -6px;
  border-width: 6px;
  border-bottom-color: #ffffff;
}
.is-smaller .hmrc-account-menu__main li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #b1b4b6;
}
.is-smaller .hmrc-account-menu__main li:last-child {
  border-bottom: 0;
}
.is-smaller .hmrc-account-menu__main .hmrc-account-menu__link {
  border-bottom: 0;
  display: block;
}
.is-smaller .hmrc-account-menu__main .hmrc-account-menu__link:hover {
  border-bottom: 0;
}
.is-smaller .hmrc-account-menu__link--back {
  padding-left: 20px;
  border-bottom: 1px solid #f3f2f1;
  background-image: url("components/account-menu/images/icon-chevron-left.svg");
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 12px;
}
.is-smaller .hmrc-account-menu__link--back .hmrc-account-menu__link {
  padding: 12px 8px 8px;
}
.is-smaller .hmrc-account-menu__link--back .hmrc-account-menu__link:focus {
  outline-offset: -3px;
  outline: 3px solid rgba(0, 0, 0, 0);
}

.js-enabled .hmrc-account-menu__link--menu,
.js-enabled .is-smaller .hmrc-account-menu__link--more {
  background-image: url("components/account-menu/images/icon-chevron-right.svg");
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 12px;
}

.js-enabled .hmrc-account-home--account--is-open,
.js-enabled .is-smaller .hmrc-account-menu__link--more-expanded,
.js-enabled .hmrc-account-menu__link--more {
  background-image: url("components/account-menu/images/icon-chevron-down.svg");
  background-position: right 4px center;
  background-size: 12px;
}

.js-enabled .hmrc-account-menu__link--more {
  position: relative;
  padding-right: 31px;
  background-image: url("components/account-menu/images/icon-chevron-down.svg");
  background-position: right 14px center;
  background-size: 12px;
}
.js-enabled .hmrc-account-menu__link--more::before, .js-enabled .hmrc-account-menu__link--more::after {
  content: none;
}
.js-enabled .hmrc-account-menu__link--more.hmrc-account-menu__link--more-expanded::before, .js-enabled .hmrc-account-menu__link--more.hmrc-account-menu__link--more-expanded::after {
  content: " ";
  position: absolute;
  right: 14px;
  bottom: -5px;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
}
.js-enabled .hmrc-account-menu__link--more.hmrc-account-menu__link--more-expanded::before {
  right: 13px;
  border-width: 7px;
  border-bottom-color: #b1b4b6;
}
.js-enabled .hmrc-account-menu__link--more.hmrc-account-menu__link--more-expanded::after {
  margin-left: -6px;
  border-width: 6px;
  border-bottom-color: #f3f2f1;
}

.is-smaller .hmrc-account-menu__link--more-expanded {
  display: none;
}

.no-js .hmrc-account-menu__main li {
  display: inline;
}

.hmrc-full-width-banner {
  display: block;
  position: relative;
  z-index: 999;
  color: #ffffff;
  background-color: #005ea5;
}

.hmrc-full-width-banner__container {
  position: relative;
  padding: 20px 0.78947em;
}

.hmrc-full-width-banner a {
  color: #ffffff;
}

.hmrc-full-width-banner__title {
  font-family: "Frutiger W01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 5px;
  font-weight: 600;
}
@media print {
  .hmrc-full-width-banner__title {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-full-width-banner__title {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .hmrc-full-width-banner__title {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.hmrc-full-width-banner__close {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25;
  position: absolute;
  top: 20px;
  right: 15px;
  color: #ffffff;
}

@media print {
  .hmrc-full-width-banner__close {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-full-width-banner__close {
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}
@media print {
  .hmrc-full-width-banner__close {
    font-size: 12pt;
    line-height: 1.2;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-full-width-banner__close {
    right: 35px;
  }
  .hmrc-full-width-banner__container {
    padding: 20px 30px 10px;
  }
}
.js-hidden {
  display: none;
}

/* stylelint-enable no-descending-specificity */
.hmrc-banner {
  position: relative;
  padding: 10px 0 6px;
}

@media (forced-colors: active) {
  .hmrc-organisation-logo svg {
    forced-color-adjust: none;
    color: canvastext;
  }
}
.hmrc-organisation-logo {
  margin: 0 35px 0 0;
  padding: 4px 0 4px 5px;
  border-left: 2px solid #008670;
  color: #0b0c0c;
}
.hmrc-organisation-logo svg,
.hmrc-organisation-logo img {
  vertical-align: middle;
  fill: currentcolor;
}
.hmrc-organisation-logo p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

body:not(.js-enabled) a[data-module=hmrc-back-link][href="#"] {
  display: none;
}

body:not(.govuk-frontend-supported) a[data-module=hmrc-back-link][href="#"] {
  display: none;
}

.hmrc-hidden-backlink {
  display: none;
}
















































.hmrc-currency-input__wrapper {
  position: relative;
}

.hmrc-currency-input__pence,
.hmrc-currency-input__unit--pence,
.hmrc-currency-input__unit {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  width: 1.5rem;
  border-right: 2px solid;
  background: #f3f2f1;
  text-align: center;
  font-family: "Frutiger W01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .hmrc-currency-input__pence,
  .hmrc-currency-input__unit--pence,
  .hmrc-currency-input__unit {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-currency-input__pence,
  .hmrc-currency-input__unit--pence,
  .hmrc-currency-input__unit {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .hmrc-currency-input__pence,
  .hmrc-currency-input__unit--pence,
  .hmrc-currency-input__unit {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.hmrc-currency-input__unit {
  pointer-events: none;
}

.govuk-form-group--error .hmrc-currency-input__unit {
  top: 4px;
  bottom: 4px;
  left: 4px;
}

.hmrc-currency-input__unit--pence,
.hmrc-currency-input__pence {
  right: 2px;
  left: auto;
  width: 3rem;
  border-left: 2px solid;
  border-right-width: 0;
  line-height: 1.8;
}

.hmrc-currency-input__unit--pence {
  width: 1.5rem;
}

.govuk-form-group--error .hmrc-currency-input__pence,
.govuk-form-group--error .hmrc-currency-input__unit--pence {
  top: 4px;
  right: 4px;
  bottom: 4px;
}

.hmrc-currency-input__decimal {
  font-family: "Frutiger W01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.0416666667;
}
@media print {
  .hmrc-currency-input__decimal {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-currency-input__decimal {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .hmrc-currency-input__decimal {
    font-size: 24pt;
    line-height: 1.05;
  }
}

.hmrc-currency-input__pence::after,
.hmrc-currency-input__unit::after,
.hmrc-currency-input__unit--pence::after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.hmrc-currency-input__unit ~ .govuk-input {
  padding-left: 2rem;
}

.hmrc-currency-input__pence ~ .govuk-input {
  padding-right: 3.5rem;
}

.hmrc-currency-input__unit--pence ~ .govuk-input {
  padding-right: 2rem;
}

.hmrc-currency-input__group {
  display: inline-block;
  margin-bottom: 0;
}

.hmrc-currency-input__wrapper--has-focus .hmrc-currency-input__unit {
  top: 4px;
  bottom: 4px;
  left: 4px;
}

.hmrc-currency-input__wrapper:focus-within .hmrc-currency-input__unit {
  top: 4px;
  bottom: 4px;
  left: 4px;
}

.hmrc-currency-input__wrapper--has-focus .hmrc-currency-input__pence {
  top: 4px;
  right: 4px;
  bottom: 4px;
}

.hmrc-currency-input__wrapper:focus-within .hmrc-currency-input__pence {
  top: 4px;
  right: 4px;
  bottom: 4px;
}

.hmrc-notification-badge {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.75rem;
  line-height: 1.25;
  display: inline-block;
  min-width: 10px;
  padding: 1px 4px 0;
  border-radius: 10px;
  color: #ffffff;
  background: #d4351c;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

@media print {
  .hmrc-notification-badge {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-notification-badge {
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}
@media print {
  .hmrc-notification-badge {
    font-size: 12pt;
    line-height: 1.2;
  }
}
.hmrc-page-heading {
  display: table;
  width: 100%;
  padding-top: 8px;
  clear: both;
  table-layout: fixed;
}
.hmrc-page-heading .hmrc-caption {
  display: table-header-group;
}

.hmrc-page-heading--with-margin {
  margin-top: 1.875em;
  margin-bottom: 0.9375em;
}
@media (min-width: 40.0625em) {
  .hmrc-page-heading--with-margin {
    margin-top: 1.875em;
    margin-bottom: 1.25em;
  }
}

.hmrc-language-select {
  font-family: "Frutiger W01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1428571429;
}
@media print {
  .hmrc-language-select {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-language-select {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .hmrc-language-select {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.hmrc-language-select::after {
  content: "";
  display: block;
  clear: both;
}

.hmrc-language-select__list {
  margin-top: 1em;
  float: right;
  text-align: right;
}

.hmrc-language-select__list-item {
  display: inline-block;
}
.hmrc-language-select__list-item:first-child::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1875em;
  height: 1em;
  border-right: 0.09375em solid #0b0c0c;
}
.hmrc-language-select__list-item a,
.hmrc-language-select__list-item [aria-current] {
  padding: 0.3125em;
}

.hmrc-header.hmrc-header--with-additional-navigation .govuk-header__service-name {
  float: left;
}
.hmrc-header.hmrc-header--with-additional-navigation .govuk-header__navigation-list {
  clear: left;
}
.hmrc-header.hmrc-header--with-additional-navigation .hmrc-sign-out-nav {
  float: right;
}
@media (min-width: 48.0625em) {
  .govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-sign-out-nav {
    padding-top: 18px;
  }
}
.govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .govuk-header__navigation + .hmrc-sign-out-nav {
  padding-top: 0;
  padding-bottom: 10px;
}
.hmrc-header.hmrc-header--with-additional-navigation .hmrc-sign-out-nav__link {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.64285;
  text-decoration: none;
}
@media (min-width: 48.0625em) {
  .hmrc-header.hmrc-header--with-additional-navigation .hmrc-sign-out-nav__link {
    line-height: 2.375;
  }
}
.hmrc-header.hmrc-header--with-additional-navigation .hmrc-sign-out-nav__link:hover {
  text-decoration: underline;
}
.hmrc-header.hmrc-header--with-additional-navigation .hmrc-sign-out-nav__link:focus {
  color: #0b0c0c;
}
.govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-sign-out-nav__link {
  font-family: "Frutiger W01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: 0.1578em;
  font-weight: normal;
}
@media print {
  .govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-sign-out-nav__link {
    font-family: sans-serif;
  }
}
.govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-sign-out-nav__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-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-sign-out-nav__link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-sign-out-nav__link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-sign-out-nav__link:link, .govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-sign-out-nav__link:visited {
  color: #ffffff;
}
.govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-sign-out-nav__link:hover, .govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-sign-out-nav__link:active {
  color: rgba(255, 255, 255, 0.99);
}
.govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-sign-out-nav__link:focus {
  color: #0b0c0c;
}
.govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-sign-out-nav__link:hover {
  text-decoration-thickness: 3px;
}
.hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select {
  padding-right: 15px;
  float: right;
}
.govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select {
  padding-right: 0;
}
.hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-list {
  margin-bottom: 0;
}
@media (min-width: 48.0625em) {
  .govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-list {
    padding-top: 18px;
  }
}
.govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-list .govuk-header__link {
  font-family: "Frutiger W01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: 0.1578em;
  font-weight: normal;
}
@media print {
  .govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-list .govuk-header__link {
    font-family: sans-serif;
  }
}
.govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-list .govuk-header__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-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-list .govuk-header__link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-list .govuk-header__link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-list .govuk-header__link:link, .govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-list .govuk-header__link:visited {
  color: #ffffff;
}
.govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-list .govuk-header__link:hover, .govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-list .govuk-header__link:active {
  color: rgba(255, 255, 255, 0.99);
}
.govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-list .govuk-header__link:focus {
  color: #0b0c0c;
}
.govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-list .govuk-header__link:hover {
  text-decoration-thickness: 3px;
}
.hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-list a:not(.govuk-header__link) {
  font-family: "Frutiger W01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  color: #b1b4b6;
  text-decoration: none;
}
@media print {
  .hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-list a:not(.govuk-header__link) {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-list a:not(.govuk-header__link) {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-list a:not(.govuk-header__link) {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-list a:not(.govuk-header__link):link, .govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-list a:not(.govuk-header__link):hover, .govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-list a:not(.govuk-header__link):visited, .govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-list a:not(.govuk-header__link):focus {
  font-weight: normal;
  color: #ffffff;
}
.hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-header__navigation-item {
  display: inline-block;
  margin-right: 0;
  border-bottom: 0;
}
.govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-header__navigation-item {
  padding-top: 0;
  padding-bottom: 10px;
}
.hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-header__navigation-item + .govuk-header__navigation-item::before {
  content: "|";
  padding-right: 2px;
  color: #505a5f;
}
.govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .hmrc-language-select .govuk-header__navigation-item + .govuk-header__navigation-item::before {
  color: rgba(255, 255, 255, 0.3137254902);
}

.govuk-template--rebranded .hmrc-header.hmrc-header--with-additional-navigation .govuk-header__navigation + .hmrc-language-select .govuk-list {
  padding-top: 0;
}

.hmrc-header__service-name {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: 700;
}
@media (min-width: 40.0625em) {
  .hmrc-header__service-name {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .hmrc-header__service-name {
    font-size: 18pt;
    line-height: 1.15;
  }
}

.hmrc-header__service-name--linked {
  text-decoration: none;
}
.hmrc-header__service-name--linked:link, .hmrc-header__service-name--linked:visited {
  color: #ffffff;
}
.hmrc-header__service-name--linked:hover, .hmrc-header__service-name--linked:active {
  color: rgba(255, 255, 255, 0.99);
}
.hmrc-header__service-name--linked:focus {
  color: #0b0c0c;
}
.hmrc-header__service-name--linked:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.1578em;
}
.hmrc-header__service-name--linked:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .hmrc-header__service-name--linked:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}

.hmrc-header + .hmrc-user-research-banner {
  top: -10px;
}

.govuk-template--rebranded .hmrc-header + .hmrc-user-research-banner {
  top: 0;
}

.hmrc-internal-header {
  font-family: "Frutiger W01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 15px;
  border-bottom: 10px solid #008670;
}
@media print {
  .hmrc-internal-header {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-internal-header {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .hmrc-internal-header {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 48.0625em) {
  .hmrc-internal-header {
    display: table;
    width: 100%;
    min-height: 35px;
  }
}

@media (forced-colors: active) {
  .hmrc-internal-header__logo-link svg {
    forced-color-adjust: none;
    color: linktext;
  }
}
.hmrc-internal-header__logo,
.hmrc-internal-header__service-name {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hmrc-internal-header__logo {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 48.0625em) {
  .hmrc-internal-header__logo {
    width: 33.33%;
    float: left;
    vertical-align: top;
    margin-bottom: 0;
  }
}
.hmrc-internal-header__logo::before {
  content: "";
  border-left: 2px solid #008670;
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
}

.hmrc-internal-header__logo-link {
  font-size: 1.25em;
  line-height: 32px;
  text-decoration: none;
  display: table;
  margin-left: 12px;
  padding-bottom: 3px;
}
@media print {
  .hmrc-internal-header__logo-link[href^="/"]::after, .hmrc-internal-header__logo-link[href^="http://"]::after, .hmrc-internal-header__logo-link[href^="https://"]::after {
    content: " (" attr(href) ")";
    font-size: 90%;
    word-wrap: break-word;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-internal-header__logo-link {
    font-size: 1.0526em;
  }
}
.hmrc-internal-header__logo-link:link, .hmrc-internal-header__logo-link:visited {
  color: #0b0c0c;
}
.hmrc-internal-header__logo-link:hover, .hmrc-internal-header__logo-link:active {
  margin-bottom: -3px;
  border-bottom: 3px solid;
}
.hmrc-internal-header__logo-link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
  margin-bottom: 0;
  border-bottom: 0;
}
@supports not (text-wrap: balance) {
  .hmrc-internal-header__logo-link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.hmrc-internal-header__logo-link svg {
  float: left;
  vertical-align: top;
  fill: currentcolor;
  margin-right: 10px;
}
.hmrc-internal-header__logo-link img {
  float: left;
  vertical-align: top;
  width: 32px;
  height: 32px;
  padding: 0 10px;
}

.hmrc-internal-header__logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  margin: 0;
}

.hmrc-internal-header__service-name {
  font-family: "Frutiger W01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.25;
}
@media print {
  .hmrc-internal-header__service-name {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-internal-header__service-name {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .hmrc-internal-header__service-name {
    font-size: 18pt;
    line-height: 1.25;
  }
}
@media (min-width: 48.0625em) {
  .hmrc-internal-header__service-name {
    width: 66.66%;
    padding-left: 15px;
    float: left;
  }
}

.hmrc-internal-header__link {
  font-family: "Frutiger W01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: 0.1578em;
  text-decoration: none;
}
@media print {
  .hmrc-internal-header__link {
    font-family: sans-serif;
  }
}
.hmrc-internal-header__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;
}
.hmrc-internal-header__link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .hmrc-internal-header__link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.hmrc-internal-header__link:link {
  color: #1d70b8;
}
.hmrc-internal-header__link:visited {
  color: #4c2c92;
}
.hmrc-internal-header__link:hover {
  color: #003078;
}
.hmrc-internal-header__link:active {
  color: #0b0c0c;
}
.hmrc-internal-header__link:focus {
  color: #0b0c0c;
}
@media print {
  .hmrc-internal-header__link[href^="/"]::after, .hmrc-internal-header__link[href^="http://"]::after, .hmrc-internal-header__link[href^="https://"]::after {
    content: " (" attr(href) ")";
    font-size: 90%;
    word-wrap: break-word;
  }
}
.hmrc-internal-header__link:link, .hmrc-internal-header__link:visited {
  color: #0b0c0c;
}
.hmrc-internal-header__link:hover, .hmrc-internal-header__link:active {
  margin-bottom: -3px;
  border-bottom: 3px solid;
}
.hmrc-internal-header__link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
  margin-bottom: 0;
  border-bottom: 0;
}
@supports not (text-wrap: balance) {
  .hmrc-internal-header__link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
















































.hmrc-add-to-a-list {
  padding-left: 0;
  font-family: "Frutiger W01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .hmrc-add-to-a-list {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-add-to-a-list {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .hmrc-add-to-a-list {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 48.0625em) {
  .hmrc-add-to-a-list {
    display: table;
  }
}

@media (min-width: 48.0625em) {
  .hmrc-add-to-a-list--short {
    width: 100%;
  }
  .hmrc-add-to-a-list--short .hmrc-add-to-a-list__identifier {
    width: 30%;
  }
}

@media (min-width: 48.0625em) {
  .hmrc-add-to-a-list--long {
    width: 100%;
  }
  .hmrc-add-to-a-list--long .hmrc-add-to-a-list__identifier {
    width: 50%;
  }
}

.hmrc-add-to-a-list__contents {
  display: block;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #b1b4b6;
}
@media (min-width: 48.0625em) {
  .hmrc-add-to-a-list__contents {
    display: table-row;
    padding-bottom: 0;
    border-bottom-width: 0;
  }
}

.hmrc-add-to-a-list__identifier,
.hmrc-add-to-a-list__remove,
.hmrc-add-to-a-list__change {
  display: block;
  margin: 0;
}
@media (min-width: 48.0625em) {
  .hmrc-add-to-a-list__identifier,
  .hmrc-add-to-a-list__remove,
  .hmrc-add-to-a-list__change {
    display: table-cell;
    padding: 15px 0;
    border-bottom: 1px solid #b1b4b6;
  }
}

.hmrc-add-to-a-list__identifier {
  margin: 10px 60px 0 0;
  font-weight: bold;
}
@media (min-width: 48.0625em) {
  .hmrc-add-to-a-list__identifier {
    margin: 0;
  }
}

.hmrc-add-to-a-list__identifier--light {
  font-weight: normal;
}

.hmrc-add-to-a-list__remove {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}
@media (min-width: 48.0625em) {
  .hmrc-add-to-a-list__remove {
    padding-right: 0;
  }
}

.hmrc-add-to-a-list__change {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
@media (min-width: 48.0625em) {
  .hmrc-add-to-a-list__change {
    position: static;
  }
  .hmrc-add-to-a-list__change + .hmrc-add-to-a-list__remove {
    width: 6em;
  }
}















































.hmrc-list-with-actions {
  font-family: "Frutiger W01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .hmrc-list-with-actions {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-list-with-actions {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .hmrc-list-with-actions {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 48.0625em) {
  .hmrc-list-with-actions .hmrc-summary-list__key {
    width: 50%;
  }
  .hmrc-list-with-actions .hmrc-summary-list__actions {
    width: 50%;
  }
  .hmrc-list-with-actions .hmrc-list-with-actions__name {
    width: 50%;
  }
}

@media (min-width: 48.0625em) {
  .hmrc-list-with-actions--short .hmrc-summary-list__key {
    width: 30%;
  }
  .hmrc-list-with-actions--short .hmrc-summary-list__actions {
    width: 70%;
  }
  .hmrc-list-with-actions--short .hmrc-list-with-actions__name {
    width: 30%;
  }
}

.hmrc-list-with-actions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #b1b4b6;
}

.hmrc-list-with-actions__name {
  font-weight: normal;
}

.hmrc-list-with-actions__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 48.0625em) {
  .hmrc-list-with-actions__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.hmrc-list-with-actions__action {
  margin-bottom: 10px;
  text-align: right;
}
@media (min-width: 48.0625em) {
  .hmrc-list-with-actions__action {
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.hmrc-list-with-actions__action:last-of-type {
  margin-bottom: 0;
}
















































.hmrc-timeout-overlay {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #0b0c0c;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

.hmrc-timeout-dialog {
  position: fixed;
  z-index: 1002;
  top: 50%;
  left: 50%;
  width: 280px;
  max-width: 100%;
  max-height: 100%;
  padding: 30px;
  overflow: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 5px solid #0b0c0c;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 40.0625em) {
  .hmrc-timeout-dialog {
    width: 435px;
    max-width: 100%;
  }
}
.hmrc-timeout-dialog:focus {
  outline: 3px solid #ffdd00;
}

.hmrc-timeout-dialog__message {
  font-family: "Frutiger W01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  line-height: 1.31579;
}
@media print {
  .hmrc-timeout-dialog__message {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-timeout-dialog__message {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .hmrc-timeout-dialog__message {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.hmrc-timeout-dialog__countdown {
  display: inline-block;
  font-weight: 700;
  white-space: nowrap;
}

.hmrc-timeout-dialog__link {
  font-family: "Frutiger W01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.1111111111;
}
@media print {
  .hmrc-timeout-dialog__link {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-timeout-dialog__link {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .hmrc-timeout-dialog__link {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-timeout-dialog__link {
    font-family: "Frutiger W01";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    padding: 8px 10px 7px;
  }
}
@media print and (min-width: 40.0625em) {
  .hmrc-timeout-dialog__link {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) and (min-width: 40.0625em) {
  .hmrc-timeout-dialog__link {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print and (min-width: 40.0625em) {
  .hmrc-timeout-dialog__link {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.hmrc-service-navigation-language-select {
  font-family: "Frutiger W01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1428571429;
}
@media print {
  .hmrc-service-navigation-language-select {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-service-navigation-language-select {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .hmrc-service-navigation-language-select {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.hmrc-service-navigation-language-select::after {
  content: "";
  display: block;
  clear: both;
}

.hmrc-service-navigation-language-select__list {
  margin-top: 1em;
  float: right;
  text-align: right;
}

.hmrc-service-navigation-language-select__list-item {
  display: inline-block;
}
.hmrc-service-navigation-language-select__list-item:first-child::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1875em;
  height: 1em;
  border-right: 0.09375em solid #0b0c0c;
}
.hmrc-service-navigation-language-select__list-item a,
.hmrc-service-navigation-language-select__list-item [aria-current] {
  padding: 0.3125em;
}

.hmrc-service-navigation--with-language-select .govuk-width-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.govuk-service-navigation .hmrc-service-navigation-language-select {
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: auto;
  margin-left: auto;
}

.govuk-service-navigation .hmrc-service-navigation-language-select .hmrc-service-navigation-language-select__list {
  position: relative;
  padding-left: 0;
  margin-left: 20px;
}
@media (min-width: 40.0625em) {
  .govuk-service-navigation .hmrc-service-navigation-language-select .hmrc-service-navigation-language-select__list {
    margin-left: 30px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-service-navigation .hmrc-service-navigation-language-select .hmrc-service-navigation-language-select__list {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0;
  }
  .govuk-template--rebranded .govuk-service-navigation .hmrc-service-navigation-language-select .hmrc-service-navigation-language-select__list {
    padding: 15px 0;
    line-height: 1.8125;
  }
}

.hmrc-service-navigation-language-select .govuk-service-navigation__item {
  margin-bottom: 15px;
  margin-left: 20px;
}
@media (min-width: 40.0625em) {
  .hmrc-service-navigation-language-select .govuk-service-navigation__item {
    margin-left: 30px;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-service-navigation-language-select .govuk-service-navigation__item {
    margin-bottom: 0;
  }
}

.hmrc-status-tag {
  color: #0b0c0c;
  font-family: "GDS Transport", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media (min-width: 28.125em) {
  .hmrc-status-tag {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 40.0625em) {
  .app-task-list__items {
    padding-left: 0;
  }
}

.app-task-list__task-name {
  width: auto;
}
.app-task-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
@media (min-width: 40.0625em) {
  .app-task-list {
    min-width: 550px;
  }
}

.app-task-list__section {
  display: table;
  font-family: "Frutiger W01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.1111111111;
}
@media print {
  .app-task-list__section {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .app-task-list__section {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .app-task-list__section {
    font-size: 18pt;
    line-height: 1.15;
  }
}

.app-task-list__section-number {
  display: table-cell;
}
@media (min-width: 40.0625em) {
  .app-task-list__section-number {
    min-width: 30px;
    padding-right: 0;
  }
}

/* stylelint-disable no-duplicate-selectors */
.app-task-list__items {
  font-family: "Frutiger W01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 40px;
  padding-left: 0;
  list-style: none;
}
@media print {
  .app-task-list__items {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .app-task-list__items {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .app-task-list__items {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .app-task-list__items {
    margin-bottom: 60px;
  }
}
@media (min-width: 40.0625em) {
  .app-task-list__items {
    padding-left: 30px;
  }
}

.app-task-list__item {
  margin-bottom: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b1b4b6;
}
.app-task-list__item::after {
  content: "";
  display: block;
  clear: both;
}

.app-task-list__item:first-child {
  border-top: 1px solid #b1b4b6;
}

.app-task-list__task-name {
  display: block;
}
@media (min-width: 28.125em) {
  .app-task-list__task-name {
    float: left;
  }
}

/* stylelint-enable no-duplicate-selectors */
.app-task-list__task-completed {
  margin-top: 10px;
  margin-bottom: 5px;
}
@media (min-width: 28.125em) {
  .app-task-list__task-completed {
    margin-top: 0;
    margin-bottom: 0;
    float: right;
  }
}





.hmrc-user-research-banner {
  display: none;
  position: relative;
  color: #ffffff;
  background-color: #005eb8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Frutiger W01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
.hmrc-user-research-banner::after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 40.0625em) {
  .hmrc-user-research-banner {
    padding-top: 30px;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-user-research-banner {
    padding-bottom: 30px;
  }
}
@media print {
  .hmrc-user-research-banner {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-user-research-banner {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .hmrc-user-research-banner {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.hmrc-user-research-banner__container {
  position: relative;
}
@media (min-width: 40.0625em) {
  .hmrc-user-research-banner__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.hmrc-user-research-banner__text {
  float: left;
  margin-bottom: 15px;
}
.hmrc-user-research-banner__title {
  margin-bottom: 5px;
  color: #ffffff;
}
.hmrc-user-research-banner__link {
  font-family: "Frutiger W01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: 0.1578em;
}
@media print {
  .hmrc-user-research-banner__link {
    font-family: sans-serif;
  }
}
.hmrc-user-research-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;
}
.hmrc-user-research-banner__link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .hmrc-user-research-banner__link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.hmrc-user-research-banner__link:link, .hmrc-user-research-banner__link:visited {
  color: #ffffff;
}
.hmrc-user-research-banner__link:hover, .hmrc-user-research-banner__link:active {
  color: rgba(255, 255, 255, 0.99);
}
.hmrc-user-research-banner__link:focus {
  color: #0b0c0c;
}
.hmrc-user-research-banner__close {
  float: right;
  margin-bottom: 0;
}
.hmrc-user-research-banner--show {
  display: block;
}


.hmrc-timeline {
  border-left: 5px solid #1d70b8;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}
.hmrc-timeline__event {
  padding-bottom: 20px;
  padding-left: 15px;
  position: relative;
  list-style: none;
}
@media (min-width: 40.0625em) {
  .hmrc-timeline__event {
    padding-bottom: 30px;
  }
}
.hmrc-timeline__event:last-child {
  padding-bottom: 0;
}
.hmrc-timeline__event-title {
  margin-bottom: 5px;
}
.hmrc-timeline__event-title::before {
  background-color: #1d70b8;
  content: "";
  height: 5px;
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 7px;
}
.hmrc-timeline__event-meta {
  font-family: "Frutiger W01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  margin-bottom: 15px;
  display: block;
}
@media print {
  .hmrc-timeline__event-meta {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .hmrc-timeline__event-meta {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .hmrc-timeline__event-meta {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .hmrc-timeline__event-meta {
    color: #000000;
  }
}

@media (min-width: 40.0625em) {
  .govuk-summary-list.govuk-summary-list--long-key .govuk-summary-list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .govuk-summary-list.govuk-summary-list--long-key .govuk-summary-list__key {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
  }
  .govuk-summary-list.govuk-summary-list--long-key .govuk-summary-list__actions {
    width: auto;
    margin-bottom: 0;
  }
}
body:not(.js-enabled) .hmrc-\!-js-visible {
  display: none !important;
}

@media print {
  .govuk-back-link,
  .govuk-summary-list__actions,
  .govuk-footer__section,
  .govuk-footer__inline-list,
  .hmrc-report-technical-issue,
  .hmrc-language-select {
    display: none !important;
  }
}
/* ===============================
   NHS.UK Autocomplete + Add/Remove Overrides
   =============================== */
/* Square conditional reveals */
.nhsuk-checkboxes__conditional,
.nhsuk-radios__conditional {
  border-radius: 0 !important;
}

/* Stable layout for site input rows */
.site-input-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-input-col {
  flex: 0 0 66.666%;
  max-width: 66.666%;
}

.site-input-col .nhsuk-input {
  width: 100%;
  box-sizing: border-box;
}

/* Accessible Autocomplete: full width, square corners, NHS white background */
.autocomplete-mount,
.autocomplete__wrapper {
  width: 100%;
}

.autocomplete__wrapper input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0 !important;
  background-color: #ffffff; /* NHS white background */
  color: #0b0c0c; /* NHS black text */
}

/* Buttons styled as NHS.UK links (16px, NHS blue) */
.add-site-link,
.remove-site-link {
  background: none;
  border: 0;
  padding: 0;
  font-size: 16px; /* NHS standard body/link size */
  line-height: 1.5;
  color: #005eb8;
  cursor: pointer;
  text-decoration: underline;
}

.add-site-link:hover,
.remove-site-link:hover {
  color: #7c2855; /* NHS link hover colour */
  text-decoration: none;
}

.add-site-link:focus,
.remove-site-link:focus {
  outline: 3px solid #ffb81c;
  outline-offset: 1px;
  color: #0b0c0c;
  background-color: #ffb81c;
  text-decoration: none;
}

/* Inline menu spacing */
.autocomplete__menu {
  margin-top: 4px;
}

.app-secondary-navigation {
  border-bottom: 1px solid #d8dde0;
}

.app-secondary-navigation__link {
  color: #005eb8;
  text-decoration: underline;
}
.app-secondary-navigation__link .nhsuk-icon {
  fill: #005eb8;
}
.app-secondary-navigation__link:visited {
  color: #330072;
}
.app-secondary-navigation__link:visited .nhsuk-icon {
  fill: #330072;
}
.app-secondary-navigation__link:hover, .app-secondary-navigation__link:hover:visited {
  color: #7c2855;
  text-decoration: none;
}
.app-secondary-navigation__link:hover .nhsuk-icon, .app-secondary-navigation__link:hover:visited .nhsuk-icon {
  fill: #7c2855;
}
.app-secondary-navigation__link:active, .app-secondary-navigation__link:active:visited {
  color: #002f5c;
}
.app-secondary-navigation__link:active .nhsuk-icon, .app-secondary-navigation__link:active:visited .nhsuk-icon {
  fill: #002f5c;
}
.app-secondary-navigation__link:focus, .app-secondary-navigation__link:focus:visited {
  outline: 4px solid transparent;
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  text-decoration: none;
}
.app-secondary-navigation__link:focus,
.app-secondary-navigation__link:focus .nhsuk-icon, .app-secondary-navigation__link:focus:visited,
.app-secondary-navigation__link:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}
.app-secondary-navigation__link:focus:hover, .app-secondary-navigation__link:focus:visited:hover {
  text-decoration: none;
}
.app-secondary-navigation__link:visited {
  color: #005eb8;
}
.app-secondary-navigation__link:visited .nhsuk-icon {
  fill: #005eb8;
}

.app-secondary-navigation__list {
  list-style: none;
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
}
.app-secondary-navigation__list {
  font-weight: 400;
}
.app-secondary-navigation__list {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .app-secondary-navigation__list {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .app-secondary-navigation__list {
    font-size: 13pt;
    line-height: 1.25;
  }
}
@media (min-width: 40.0625em) {
  .app-secondary-navigation__list {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-secondary-navigation__list {
    display: block;
  }
}

.app-secondary-navigation__list-item {
  border: 0 solid #005eb8;
  margin: 8px 0;
  position: relative;
}
@media (min-width: 40.0625em) {
  .app-secondary-navigation__list-item {
    margin-bottom: 0;
    margin-top: 0;
    padding: 24px 0;
  }
  .app-secondary-navigation__list-item:not(:last-child) {
    margin-right: 32px;
  }
}
@media (min-width: 40.0625em) and (min-width: 40.0625em) {
  .app-secondary-navigation__list-item:not(:last-child) {
    margin-right: 40px;
  }
}

@media (max-width: 40.0525em) {
  .app-secondary-navigation__list-item--current {
    border-left-width: 4px;
    margin-left: -12px;
    padding-left: 8px;
  }
}
@media (min-width: 40.0625em) {
  .app-secondary-navigation__list-item--current {
    border-bottom-width: 4px;
    padding-bottom: 20px;
  }
}

.hiddenPanel {
  display: none;
}

.govuk-body,
.govuk-heading-xl, .govuk-heading-l, .govuk-heading-m, .govuk-heading-s,
.govuk-caption-xl, .govuk-caption-l, .govuk-caption-m,
.govuk-list, .govuk-link, .app-task-list__task-name > a,
.hmrc-timeline, .hmrc-timeline__event, .hmrc-timeline__event-title, .hmrc-timeline__event-meta {
  font-family: "Frutiger W01", arial, sans-serif;
}

.hmrc-timeline__event-meta {
  font-size: 0.95rem;
}

.set-comms-rules-link-button {
  background: none;
  border: none;
  color: #005eb8;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  font: inherit;
}

.set-comms-rules-link-button:hover {
  text-decoration: none;
  color: #7C2855;
}

.set-comms-rules-link-button:active,
.set-comms-rules-link-button:focus {
  background-color: #ffeb3b; /* $nhsuk-focus-color is #ffeb3b */
}

.custom-expander {
  border: 1px solid #d8dde0;
  padding: 32px 32px 10px 32px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 4px solid #e0d8dd;
}

.custom-expander .content {
  flex: 1;
  margin-right: 1rem;
}

.custom-expander .delete-link {
  white-space: nowrap;
}

.delete-link a {
  color: #d5281b;
  text-decoration: underline;
  font-weight: bold;
}

.delete-link a:hover {
  text-decoration: none;
}

.right-align-override {
  text-align: right;
}

.left-align-override {
  text-align: left;
}

.autocomplete__wrapper ul > li {
  margin-bottom: 0;
}

.custom-mya-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-mya-nav li {
  margin-right: 20px;
}

.column-two-thirds {
  width: 66.66%;
}

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

.nhsuk-buttons--small {
  padding: 6px 8px !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

.app-email-preview {
  margin-top: 20px;
  border: 5px solid #b1b4b6;
  padding: 20px;
  margin-bottom: 30px;
}

.app-email-preview--okta p {
  font-size: 14px;
  color: #5e5e5e;
}

.app-button--okta {
  background-color: #1662dd;
  font-weight: normal;
  box-shadow: none;
  display: block;
  width: 200px;
  font-size: 14px;
  margin: 0 auto 30px auto;
}

.auth-container {
  background-color: #fff;
  border-color: #ddd #ddd #d8d8d8;
  box-shadow: 0 2px 0 hsla(0, 0%, 69%, 0.12);
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  margin: 100px auto 8px;
  min-width: 300px;
  overflow: auto;
  position: relative;
  width: 400px;
}

.auth-header {
  padding: 30px 90px 0px;
  position: relative;
  border-bottom: 1px solid #ddd;
  z-index: 10;
  -moz-transition: padding-bottom 0.4s;
  -webkit-transition: padding-bottom 0.4s;
  transition: padding-bottom 0.4s;
}

#okta-sign-in .auth-org-logo {
  display: block;
  margin: 0 auto;
  max-height: 40px;
  max-width: 200px;
}

.auth-content {
  padding: 60px 42px 20px;
}

.auth-container p,
.auth-container ul {
  font-size: 14px;
}

.auth-container li {
  margin: 0;
}

.auth-container h2 {
  font-size: 15px;
  text-align: center;
}

#okta-sign-in .siw-main-view .siw-main-body .identifier-container {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  top: -5px;
  white-space: nowrap;
}

#okta-sign-in .o-form .input-fix input[type=password], #okta-sign-in .o-form .input-fix input[type=tel], #okta-sign-in .o-form .input-fix input[type=text], #okta-sign-in .o-form .input-fix input[type=textbox] {
  background: transparent;
  border: 1px solid grey;
  box-sizing: border-box;
  height: 100%;
  line-height: 18px;
  margin: 0;
  padding: 10px 8px;
  width: 100%;
  border-radius: 3px;
}

.govuk-notification-banner {
  font-family: Frutiger, "Frutiger Linotype", Arial, sans-serif;
}/*# sourceMappingURL=main.css.map */
