:root {
  --nhsuk-frontend-version: "10.3.1";
  --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: #fff;
  --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: #fff;
  --nhsuk-template-background-colour: #d8dde0;
  --nhsuk-body-background-colour: #f0f4f5;
  --nhsuk-card-background-colour: #fff;
  --nhsuk-print-text-colour: #000;
  --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: hsla(0,0%,100%,.2);
  --nhsuk-input-border-colour: #4c6272;
  --nhsuk-hover-colour: #aeb7bd;
  --nhsuk-input-background-colour: #fff;
  --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: #fff;
  --nhsuk-button-hover-colour: #00662f;
  --nhsuk-button-active-colour: #00401e;
  --nhsuk-button-shadow-colour: #00401e;
  --nhsuk-secondary-button-colour: transparent;
  --nhsuk-secondary-button-solid-background-colour: #fff;
  --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: #fff;
  --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;
}

*, :after, :before {
  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 {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b,0 4px #212b32;
  outline: 4px solid transparent;
  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;
}

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

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

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

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

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

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

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

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

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

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

.nhsuk-link--reverse:focus, .nhsuk-link--reverse:focus:visited {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b,0 4px #212b32;
  outline: 4px solid transparent;
  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: hsla(0,0%,100%,.99);
}

html {
  background-color: #d8dde0;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: Frutiger W01,arial,sans-serif;
}

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

table {
  border-spacing: 0;
  margin-bottom: 40px;
  vertical-align: top;
  width: 100%;
}

@media (min-width:40.0625em) {
  table {
    margin-bottom: 48px;
  }
}

table .nhsuk-u-text-break-word {
  word-break: break-all;
  word-break: break-word;
}

thead th {
  border-bottom: 2px solid #d8dde0;
}

td, th {
  border-bottom: 1px solid #d8dde0;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 0;
  text-align: left;
  vertical-align: top;
}

@media (min-width:40.0625em) {
  td, th {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

td, th {
  padding-bottom: 8px;
}

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

td, th {
  padding-right: 16px;
}

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

td, th {
  padding-top: 8px;
}

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

td:last-child, th:last-child {
  padding-right: 0;
}

th {
  font-weight: 600;
}

caption {
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.4210526316;
  text-align: left;
}

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

.nhsuk-button-group {
  align-items: center;
  display: flex;
  flex-direction: column;
  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;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1875;
  margin-bottom: calc(.625rem + 20px);
  margin-top: .625rem;
  max-width: 100%;
  text-align: center;
}

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

.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-bottom: calc(.375rem + 20px);
  margin-top: .375rem;
}

.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 {
    align-items: baseline;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -24px;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-button-group--small {
    margin-right: -16px;
  }
}

@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) {
    line-height: 1.2631578947;
    margin: .875rem 24px .875rem 0;
    text-align: left;
  }
}

@media (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: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
    margin: .375rem 16px .375rem 0;
  }
}

@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 (min-width:40.0625em) {
  .nhsuk-button-group > .nhsuk-button {
    margin-right: 24px;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-button-group > .nhsuk-button--small {
    margin-right: 16px;
  }
}

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

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

.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 {
  border-left: 4px solid #d5281b;
  padding-left: 16px;
}

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

@media (min-width:40.0625em) {
  .nhsuk-form-group--inline {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-form-group--inline .nhsuk-form-group {
    margin-bottom: 0;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-form-group--inline .nhsuk-form-group + .nhsuk-form-group {
    margin-left: 16px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:19.99em) {
  .nhsuk-input-wrapper .nhsuk-input, .nhsuk-input__wrapper .nhsuk-input {
    max-width: 100%;
  }
}

.nhsuk-input-wrapper .nhsuk-button, .nhsuk-input-wrapper .nhsuk-input, .nhsuk-input-wrapper .nhsuk-select {
  margin-top: 8px;
}

.nhsuk-input-wrapper .nhsuk-button:first-child, .nhsuk-input-wrapper .nhsuk-button:only-child, .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 {
  margin-top: 0;
}

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

@media (min-width:20em) {
  .nhsuk-input-wrapper {
    align-items: flex-start;
    flex-direction: row;
  }
}

@media (min-width:20em) {
  .nhsuk-input-wrapper .nhsuk-button, .nhsuk-input-wrapper .nhsuk-input, .nhsuk-input-wrapper .nhsuk-select {
    margin-left: 8px;
    margin-top: 0;
  }
}

@media (min-width:20em) {
  .nhsuk-input-wrapper .nhsuk-button:first-child, .nhsuk-input-wrapper .nhsuk-button:only-child, .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 {
    margin-left: 0;
  }
}

@media (min-width:20em) {
  .nhsuk-input-wrapper .nhsuk-button {
    flex-shrink: 0;
    margin-bottom: 4px;
    width: auto;
  }
}

.nhsuk-main-wrapper {
  display: block;
  padding-bottom: 24px;
  padding-top: 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-bottom: 48px;
    padding-top: 48px;
  }
}

.nhsuk-main-wrapper--l {
  padding-bottom: 40px;
  padding-top: 40px;
}

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

.nhsuk-main-wrapper--s {
  padding-bottom: 16px;
  padding-top: 16px;
}

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

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

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

@media (min-width:1024px) {
  .nhsuk-width-container {
    margin-left: auto;
    margin-right: auto;
  }
}

.nhsuk-width-container-fluid {
  margin-left: 16px;
  margin-right: 16px;
  max-width: 100%;
}

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

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

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

.nhsuk-icon--size-25 {
  height: 1.875rem;
  width: 1.875rem;
}

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

.nhsuk-icon--size-50 {
  height: 2.25rem;
  width: 2.25rem;
}

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

.nhsuk-icon--size-75 {
  height: 2.625rem;
  width: 2.625rem;
}

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

.nhsuk-icon--size-100 {
  height: 3rem;
  width: 3rem;
}

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

.nhsuk-list, ol, ul {
  font-size: 1rem;
  line-height: 1.5;
  list-style-type: none;
  margin-top: 0;
  padding-left: 0;
}

@media (min-width:40.0625em) {
  .nhsuk-list, ol, ul {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

.nhsuk-list, ol, ul {
  margin-bottom: 16px;
}

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

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

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

.nhsuk-list > li, ol > li, ul > li {
  margin-bottom: 8px;
}

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

.nhsuk-list > li:last-child, ol > li:last-child, ul > li:last-child {
  margin-bottom: 0;
}

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

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

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

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

.nhsuk-list + .nhsuk-heading-m, .nhsuk-list + .nhsuk-heading-s, .nhsuk-list + h3, .nhsuk-list + h4, ol + .nhsuk-heading-m, ol + .nhsuk-heading-s, ol + h3, ol + h4, ul + .nhsuk-heading-m, ul + .nhsuk-heading-s, ul + h3, ul + h4 {
  padding-top: 4px;
}

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

.nhsuk-list--cross, .nhsuk-list--tick {
  list-style: none;
  margin-top: 0;
  padding-left: 2.25rem;
  position: relative;
}

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

.nhsuk-section-break, hr {
  border: 0;
  margin: 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;
  }
}

.nhsuk-section-break--l, hr {
  margin-top: 32px;
}

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

.nhsuk-section-break--l, hr {
  margin-bottom: 32px;
}

@media (min-width:40.0625em) {
  .nhsuk-section-break--l, hr {
    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;
  }
}

.nhsuk-section-break--visible, hr {
  border-bottom: 1px solid #d8dde0;
}

.nhsuk-heading-xl, h1 {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1875;
  margin-top: 0;
}

@media (min-width:40.0625em) {
  .nhsuk-heading-xl, h1 {
    font-size: 3rem;
    line-height: 1.125;
  }
}

.nhsuk-heading-xl, h1 {
  margin-bottom: 40px;
}

@media (min-width:40.0625em) {
  .nhsuk-heading-xl, h1 {
    margin-bottom: 48px;
  }
}

.nhsuk-heading-l, h2 {
  display: block;
  font-size: 1.6875rem;
  font-weight: 600;
  line-height: 1.2222222222;
  margin-top: 0;
}

@media (min-width:40.0625em) {
  .nhsuk-heading-l, h2 {
    font-size: 2.25rem;
    line-height: 1.1666666667;
  }
}

.nhsuk-heading-l, h2 {
  margin-bottom: 16px;
}

@media (min-width:40.0625em) {
  .nhsuk-heading-l, h2 {
    margin-bottom: 24px;
  }
}

.nhsuk-heading-m, h3 {
  display: block;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3181818182;
  margin-top: 0;
}

@media (min-width:40.0625em) {
  .nhsuk-heading-m, h3 {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}

.nhsuk-heading-m, h3 {
  margin-bottom: 16px;
}

@media (min-width:40.0625em) {
  .nhsuk-heading-m, h3 {
    margin-bottom: 24px;
  }
}

.nhsuk-heading-s, h4 {
  display: block;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.4210526316;
  margin-top: 0;
}

@media (min-width:40.0625em) {
  .nhsuk-heading-s, h4 {
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
}

.nhsuk-heading-s, h4 {
  margin-bottom: 16px;
}

@media (min-width:40.0625em) {
  .nhsuk-heading-s, h4 {
    margin-bottom: 24px;
  }
}

.nhsuk-heading-xs, h5 {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0;
}

@media (min-width:40.0625em) {
  .nhsuk-heading-xs, h5 {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

.nhsuk-heading-xs, h5 {
  margin-bottom: 16px;
}

@media (min-width:40.0625em) {
  .nhsuk-heading-xs, h5 {
    margin-bottom: 24px;
  }
}

.nhsuk-heading-xxs, h6 {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0;
}

@media (min-width:40.0625em) {
  .nhsuk-heading-xxs, h6 {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

.nhsuk-heading-xxs, h6 {
  margin-bottom: 16px;
}

@media (min-width:40.0625em) {
  .nhsuk-heading-xxs, h6 {
    margin-bottom: 24px;
  }
}

.nhsuk-caption-xl {
  color: #4c6272;
  display: block;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.3181818182;
  margin-bottom: 4px;
}

@media (min-width:40.0625em) {
  .nhsuk-caption-xl {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}

.nhsuk-caption-l {
  color: #4c6272;
  display: block;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.4210526316;
  margin-bottom: 4px;
}

@media (min-width:40.0625em) {
  .nhsuk-caption-l {
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
}

.nhsuk-caption-m {
  color: #4c6272;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width:40.0625em) {
  .nhsuk-caption-m {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

.nhsuk-caption--bottom {
  margin-bottom: 0;
  margin-top: 4px;
}

.nhsuk-body-l {
  display: block;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.3181818182;
  margin-top: 0;
}

@media (min-width:40.0625em) {
  .nhsuk-body-l {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}

.nhsuk-body-l {
  margin-bottom: 24px;
}

@media (min-width:40.0625em) {
  .nhsuk-body-l {
    margin-bottom: 32px;
  }
}

.nhsuk-body, .nhsuk-body-m, address, p {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
}

@media (min-width:40.0625em) {
  .nhsuk-body, .nhsuk-body-m, address, p {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

.nhsuk-body, .nhsuk-body-m, address, p {
  margin-bottom: 16px;
}

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

.nhsuk-body, .nhsuk-body-m, p {
  color: inherit;
}

.nhsuk-body-s {
  display: block;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  margin-top: 0;
}

@media (min-width:40.0625em) {
  .nhsuk-body-s {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.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-size: 1.375rem;
  font-weight: 400;
  line-height: 1.3181818182;
}

@media (min-width:40.0625em) {
  .nhsuk-lede-text {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}

.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-size: 1.375rem;
  font-weight: 400;
  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;
  }
}

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

@media (min-width:40.0625em) {
  .nhsuk-lede-text--small {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

.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 + .nhsuk-heading-l, .nhsuk-body-l + h2 {
  padding-top: 4px;
}

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

.nhsuk-body + .nhsuk-heading-l, .nhsuk-body + h2, .nhsuk-body-m + .nhsuk-heading-l, .nhsuk-body-m + h2, .nhsuk-body-s + .nhsuk-heading-l, .nhsuk-body-s + h2, address + .nhsuk-heading-l, address + h2, p + .nhsuk-heading-l, p + h2 {
  padding-top: 16px;
}

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

.nhsuk-body + .nhsuk-heading-m, .nhsuk-body + .nhsuk-heading-s, .nhsuk-body + h3, .nhsuk-body + h4, .nhsuk-body-m + .nhsuk-heading-m, .nhsuk-body-m + .nhsuk-heading-s, .nhsuk-body-m + h3, .nhsuk-body-m + h4, .nhsuk-body-s + .nhsuk-heading-m, .nhsuk-body-s + .nhsuk-heading-s, .nhsuk-body-s + h3, .nhsuk-body-s + h4, address + .nhsuk-heading-m, address + .nhsuk-heading-s, address + h3, address + h4, p + .nhsuk-heading-m, p + .nhsuk-heading-s, p + h3, p + h4 {
  padding-top: 4px;
}

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

.nhsuk-lede-text + .nhsuk-heading-l, .nhsuk-lede-text + h2 {
  padding-top: 0;
}

b, strong {
  font-weight: 600;
}

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

.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 {
  float: left;
  width: 50%!important;
}

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

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

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

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

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

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

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

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

.nhsuk-u-two-thirds-tablet {
  width: 100%!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nhsuk-u-font-size-16 {
  font-size: .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;
  }
}

.nhsuk-u-font-size-14 {
  font-size: .75rem!important;
  line-height: 1.6666666667!important;
}

@media (min-width:40.0625em) {
  .nhsuk-u-font-size-14 {
    font-size: .875rem!important;
    line-height: 1.7142857143!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 {
  height: 1px!important;
  margin: 0!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
  clip: rect(0 0 0 0)!important;
  border: 0!important;
  -webkit-clip-path: inset(50%)!important;
  clip-path: inset(50%)!important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap!important;
}

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

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

.nhsuk-u-width-full, .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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #007f3b;
  border: 2px solid transparent;
  border-radius: .25rem;
  box-shadow: 0 4px 0 #00401e;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  margin-top: 0;
  min-height: 2.75rem;
  overflow: visible;
  padding: .625rem 1rem;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

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

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

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

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

@media (min-width:40.0625em) {
  .nhsuk-button {
    font-size: 1.1875rem;
    line-height: 1;
  }
}

.nhsuk-button {
  margin-bottom: 28px;
}

@media (min-width:40.0625em) {
  .nhsuk-button {
    line-height: 1.2631578947;
    margin-bottom: 36px;
    min-height: 3.5rem;
    padding: .875rem 1rem;
    width: auto;
  }
}

.nhsuk-button, .nhsuk-button:active, .nhsuk-button:hover {
  text-decoration: none;
}

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

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

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

.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 {
  box-shadow: none;
  top: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nhsuk-button--reverse, .nhsuk-button--reverse:active, .nhsuk-button--reverse:active:visited, .nhsuk-button--reverse:hover, .nhsuk-button--reverse:hover:visited, .nhsuk-button--reverse: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:active, .nhsuk-button--warning:active:visited, .nhsuk-button--warning:hover, .nhsuk-button--warning:hover:visited, .nhsuk-button--warning:visited {
  color: #fff;
}

.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:active, .nhsuk-button--login:active:visited, .nhsuk-button--login:hover, .nhsuk-button--login:hover:visited, .nhsuk-button--login:visited {
  color: #fff;
}

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

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

.nhsuk-button--small {
  margin-bottom: 20px;
  min-height: 2.25rem;
  padding: .375rem .75rem;
}

@media (min-width:40.0625em) {
  .nhsuk-button--small {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.3571428571;
    margin-bottom: 28px;
  }
}

@media (min-width:40.0625em) and (min-width:40.0625em) {
  .nhsuk-button--small {
    font-size: 1rem;
    line-height: 1.1875;
  }
}

.nhsuk-error-message {
  clear: both;
  color: #d5281b;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 16px;
  margin-top: 0;
}

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

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

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

@media (min-width:40.0625em) {
  .nhsuk-error-summary {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

.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;
  box-shadow: 0 0 0 4px #ffeb3b;
  outline: 4px solid transparent;
}

.nhsuk-error-summary__title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3181818182;
  margin-top: 0;
}

@media (min-width:40.0625em) {
  .nhsuk-error-summary__title {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}

.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, .nhsuk-error-summary__list li:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

.nhsuk-fieldset__legend {
  box-sizing: border-box;
  color: #212b32;
  display: table;
  margin-bottom: 8px;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

@media (min-width:40.0625em) {
  .nhsuk-fieldset__legend {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

.nhsuk-fieldset__legend--l, .nhsuk-fieldset__legend--m, .nhsuk-fieldset__legend--xl {
  font-weight: 600;
  margin-bottom: 16px;
}

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

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

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

.nhsuk-fieldset__legend--s {
  font-weight: 600;
}

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

.nhsuk-hint {
  color: #4c6272;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
}

@media (min-width:40.0625em) {
  .nhsuk-hint {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

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

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

.nhsuk-label {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 4px;
}

@media (min-width:40.0625em) {
  .nhsuk-label {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

.nhsuk-label--l, .nhsuk-label--m, .nhsuk-label--xl {
  font-weight: 600;
  margin-bottom: 16px;
}

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

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

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

.nhsuk-label--s {
  font-weight: 600;
}

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

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

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

.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 {
  cursor: pointer;
  height: 2.75rem;
  margin: 0;
  opacity: 0;
  width: 2.75rem;
  z-index: 1;
}

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

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

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

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

.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;
  box-shadow: 0 0 0 4px #ffeb3b;
  outline: 4px solid transparent;
  outline-offset: 1px;
}

@media (-ms-high-contrast:active),screen and (forced-colors: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: .5;
}

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

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

@media (min-width:40.0625em) {
  .nhsuk-checkboxes__divider {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

.nhsuk-checkboxes__conditional {
  border-left: 4px solid #4c6272;
  margin-bottom: 2px;
  margin-left: 1.25rem;
  margin-top: 6px;
  padding-left: 2rem;
}

.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: -.625rem;
}

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

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

.nhsuk-checkboxes--small .nhsuk-checkboxes__label:after {
  border-width: 0 0 .1875rem .1875rem;
  height: .375rem;
  left: .375rem;
  top: 1.125rem;
  width: .75rem;
}

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

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

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

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

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

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

@media (hover:none),(pointer:coarse) {
  .nhsuk-checkboxes--small .nhsuk-checkboxes__input:not(:disabled) + .nhsuk-checkboxes__label:hover:before, .nhsuk-checkboxes--small .nhsuk-checkboxes__input:not(:disabled):hover + .nhsuk-checkboxes__label:before {
    box-shadow: none;
  }
}

@media (hover:none),(pointer:coarse) {
  .nhsuk-checkboxes--small .nhsuk-checkboxes__input:focus + .nhsuk-checkboxes__label:hover:before, .nhsuk-checkboxes--small .nhsuk-checkboxes__input:focus:hover + .nhsuk-checkboxes__label:before {
    box-shadow: 0 0 0 4px #ffeb3b;
  }
}

.nhsuk-input {
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #4c6272;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 400;
  height: 2.5rem;
  line-height: 1.5;
  margin-top: 0;
  padding: .25rem;
  width: 100%;
}

@media (min-width:40.0625em) {
  .nhsuk-input {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

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

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

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

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

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

.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: .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 {
  align-items: center;
  background-color: #d8dde0;
  border: 2px solid #4c6272;
  box-sizing: border-box;
  cursor: default;
  display: flex;
  flex: 0 0 auto;
  font-size: 1rem;
  font-weight: 400;
  height: 2.5rem;
  justify-content: center;
  line-height: 1.5;
  min-width: 2.5rem;
  padding: .25rem;
  text-align: center;
  white-space: nowrap;
}

@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 (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;
  }
}

@media (max-width:19.99em) {
  .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;
  }
}

@media (min-width:20em) {
  .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 0 -2px -2px;
}

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

.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 {
  cursor: pointer;
  height: 2.75rem;
  margin: 0;
  opacity: 0;
  width: 2.75rem;
  z-index: 1;
}

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

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

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

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

.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;
  box-shadow: 0 0 0 .3125rem #ffeb3b;
  outline: 4px solid transparent;
  outline-offset: 1px;
}

@media (-ms-high-contrast:active),screen and (forced-colors: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: .5;
}

@media (min-width:40.0625em) {
  .nhsuk-radios--inline {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-radios--inline .nhsuk-radios__item {
    margin-right: 24px;
    margin-top: 0;
  }
}

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

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

@media (min-width:40.0625em) {
  .nhsuk-radios__divider {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

.nhsuk-radios__conditional {
  border-left: 4px solid #4c6272;
  margin-bottom: 2px;
  margin-left: 1.25rem;
  margin-top: 6px;
  padding-left: 2rem;
}

.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: -.625rem;
}

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

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

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

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

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

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

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

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

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

@media (hover:none),(pointer:coarse) {
  .nhsuk-radios--small .nhsuk-radios__input:not(:disabled) + .nhsuk-radios__label:hover:before, .nhsuk-radios--small .nhsuk-radios__input:not(:disabled):hover + .nhsuk-radios__label:before {
    box-shadow: none;
  }
}

@media (hover:none),(pointer:coarse) {
  .nhsuk-radios--small .nhsuk-radios__input:focus + .nhsuk-radios__label:hover:before, .nhsuk-radios--small .nhsuk-radios__input:focus:hover + .nhsuk-radios__label:before {
    box-shadow: 0 0 0 .3125rem #ffeb3b;
  }
}

.nhsuk-select {
  background-color: #fff;
  border: 2px solid #4c6272;
  box-sizing: border-box;
  color: #212b32;
  font-size: 1rem;
  font-weight: 400;
  height: 2.5rem;
  line-height: 1.25;
  max-width: 100%;
  min-width: 100%;
  padding: .25rem;
}

@media (min-width:40.0625em) {
  .nhsuk-select {
    font-size: 1.1875rem;
    line-height: 1.25;
  }
}

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

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

@media (min-width:20em) {
  .nhsuk-select {
    min-width: 23ex;
  }
}

.nhsuk-select option:active, .nhsuk-select option:checked, .nhsuk-select:focus::-ms-value {
  background-color: #005eb8;
  color: #fff;
}

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

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

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

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

@media (min-width:40.0625em) {
  .nhsuk-textarea {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

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

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

.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: 4px;
}

.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-bottom: 0;
  margin-top: 0;
}

.nhsuk-character-count__message:after, .nhsuk-character-count__status:after {
  content: "​";
}

.nhsuk-character-count__message--disabled, .nhsuk-character-count__status--disabled {
  visibility: hidden;
}

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

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

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

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

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

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

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

@media (min-width:40.0625em) {
  .nhsuk-file-upload__input {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

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

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

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

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

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

.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;
  margin-bottom: 4px;
  margin-right: calc(1rem - 4px);
  width: auto;
}

@media (min-width:40.0625em) {
  .nhsuk-file-upload__choose-files-button {
    margin-right: 1rem;
  }
}

.nhsuk-file-upload__drop-instruction {
  margin-bottom: 0;
  margin-top: 8px;
  text-align: left;
}

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

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

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

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

@media (min-width:40.0625em) {
  .nhsuk-file-upload__drop-button {
    padding: 26px;
  }
}

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

.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;
  box-shadow: inset 0 0 0 2px;
  outline: 4px solid #ffeb3b;
  outline-offset: 0;
}

.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 {
  box-shadow: none;
  top: 4px;
}

.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 {
  background-color: #ffeb3b;
  box-shadow: 0 4px 0 0 #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  outline-offset: 4px;
}

.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 {
  background-color: #f0f4f5;
  border-style: dashed;
}

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

.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 {
  box-shadow: none;
  top: 4px;
}

.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 {
  background-color: #fff;
  border-style: solid;
}

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

.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-details {
  color: #212b32;
  display: block;
}

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

@media (min-width:40.0625em) {
  .nhsuk-details {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

.nhsuk-details {
  margin-bottom: 16px;
}

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

.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 {
    border-left: 4px solid #d8dde0;
    margin-top: 8px;
    padding: 16px 0 16px 1.25rem;
  }
}

@media screen\0 {
  .nhsuk-details__summary-text {
    display: block;
    font-weight: 600;
    margin-bottom: 16px;
  }
}

@media screen\0 and (min-width:40.0625em) {
  .nhsuk-details__summary-text {
    margin-bottom: 24px;
  }
}

.nhsuk-expander {
  background-color: #fff;
  border: 1px solid #d8dde0;
}

.nhsuk-expander .nhsuk-details__summary {
  background-color: #fff;
  border-top: 4px solid transparent;
  display: block;
  padding: 20px 24px 0;
  width: auto;
}

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

.nhsuk-expander .nhsuk-details__text {
  border-left: 0;
  margin-left: 0;
  margin-top: 0;
  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;
  }
}

@media screen\0 {
  .nhsuk-expander .nhsuk-details__summary-text {
    display: block;
    font-size: 1.375rem;
    font-weight: 600;
    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;
  }
}

.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 + .nhsuk-heading-l, .nhsuk-details + h2 {
  padding-top: 16px;
}

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

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

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

.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 {
  background-color: #005eb8;
  color: #fff;
  display: inline-block;
  font-size: 1.375rem;
  line-height: 1.3181818182;
  margin: 0 0 8px -33px;
  outline: 1px solid transparent;
  outline-offset: -1px;
  padding: 8px 32px;
  position: relative;
  top: -16px;
}

@media (min-width:40.0625em) {
  .nhsuk-do-dont-list__label {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}

@media (max-width:40.0525em) {
  .nhsuk-do-dont-list__label {
    margin-left: -25px;
    padding: 8px 24px;
    top: -8px;
  }
}

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

.nhsuk-hero .nhsuk-link, .nhsuk-hero a:not(.nhsuk-button) {
  color: #fff;
  text-decoration: underline;
}

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

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

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

.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: #fff;
  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: #fff;
}

.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: #fff;
}

.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: #fff;
}

.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 {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b,0 4px #212b32;
  outline: 4px solid transparent;
  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: hsla(0,0%,100%,.99);
}

.nhsuk-hero .nhsuk-hero--border {
  border-top: 1px solid hsla(0,0%,100%,.2);
}

.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-position: 100%;
  background-repeat: no-repeat;
  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;
  }
}

@media only screen and (min-width:40.0625em) {
  .nhsuk-hero--image .nhsuk-hero__overlay {
    height: 20rem;
  }
}

@media (-ms-high-contrast:active),screen and (forced-colors:active) {
  .nhsuk-hero--image {
    min-height: 0;
  }
}

.nhsuk-hero--image .nhsuk-hero__overlay {
  background-color: rgba(0,47,92,.1);
}

@media only screen {
  .nhsuk-hero--image .nhsuk-hero__overlay {
    min-height: 12.5rem;
  }
}

@media (-ms-high-contrast:active),screen and (forced-colors: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 {
  background-color: #005eb8;
  color: #fff;
  margin-bottom: 1.5rem;
  padding: 24px;
  position: relative;
  top: 4.375rem;
}

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

.nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow:after, .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow:before {
  border: 2rem solid #005eb8;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 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 {
    bottom: -3rem;
    box-sizing: border-box;
    margin-bottom: 0;
    max-width: 35em;
    padding: 32px 40px;
    position: absolute;
    top: auto;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-hero--image-description .nhsuk-hero-content > :first-child {
    margin-top: 0;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-hero--image-description .nhsuk-hero-content > :last-child {
    margin-bottom: 0;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-hero--image-description .nhsuk-hero__arrow {
    left: 2.875rem;
  }
}

@media (-ms-high-contrast:active),screen and (forced-colors:active) {
  .nhsuk-hero--image-description .nhsuk-hero-content {
    bottom: 0;
    margin-bottom: 0;
    min-height: 0;
    padding: 32px 0 0;
    position: relative;
    top: 0;
  }
}

@media (-ms-high-contrast:active),screen and (forced-colors:active) {
  .nhsuk-hero--image-description .nhsuk-hero__arrow {
    display: none;
  }
}

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

@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%;
  }
}

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

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

.nhsuk-inset-text {
  border-left: 8px solid #005eb8;
  box-sizing: border-box;
  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;
  }
}

.nhsuk-notification-banner {
  border: 4px solid #005eb8;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width:40.0625em) {
  .nhsuk-notification-banner {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

.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 {
  background-color: #005eb8;
  border-bottom: 1px solid transparent;
  padding: 2px 16px 4px;
}

@media (min-width:40.0625em) {
  .nhsuk-notification-banner__header {
    padding: 2px 24px 4px;
  }
}

.nhsuk-notification-banner__title {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

@media (min-width:40.0625em) {
  .nhsuk-notification-banner__title {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

.nhsuk-notification-banner__content {
  color: #212b32;
  padding: 16px;
}

@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 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3181818182;
  margin: 0 0 16px;
  padding: 0;
}

@media (min-width:40.0625em) {
  .nhsuk-notification-banner__heading {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}

.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 {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b,0 4px #212b32;
  outline: 4px solid transparent;
  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 {
  background: #007f3b;
  border: 4px solid transparent;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.3181818182;
  padding: 28px;
}

@media (min-width:40.0625em) {
  .nhsuk-panel {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}

.nhsuk-panel {
  margin-bottom: 16px;
}

@media (min-width:40.0625em) {
  .nhsuk-panel {
    margin-bottom: 24px;
  }
}

@media (max-width:40.0525em) {
  .nhsuk-panel {
    padding: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

.nhsuk-panel--interruption {
  background-color: #005eb8;
}

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

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

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

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

.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: #fff;
  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: #fff;
}

.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: #fff;
}

.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: #fff;
}

.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 {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b,0 4px #212b32;
  outline: 4px solid transparent;
  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: hsla(0,0%,100%,.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;
  }
}

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

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

.nhsuk-panel__title--m {
  margin-bottom: 8px;
}

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

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

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

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

@media (min-width:40.0625em) {
  .nhsuk-summary-list {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

.nhsuk-summary-list {
  margin-bottom: 32px;
}

@media (min-width:40.0625em) {
  .nhsuk-summary-list {
    border-collapse: collapse;
    display: table;
    margin-bottom: 40px;
    table-layout: fixed;
    width: 100%;
  }
}

.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__actions, .nhsuk-summary-list__key, .nhsuk-summary-list__value {
  margin: 0;
}

@media (min-width:40.0625em) {
  .nhsuk-summary-list__actions, .nhsuk-summary-list__key, .nhsuk-summary-list__value {
    display: table-cell;
    padding-bottom: 8px;
    padding-right: 24px;
    padding-top: 8px;
  }
}

.nhsuk-summary-list__actions {
  margin-bottom: 16px;
  margin-top: -4px;
}

@media (min-width:40.0625em) {
  .nhsuk-summary-list__actions {
    text-align: right;
    width: 20%;
  }
}

.nhsuk-summary-list__key, .nhsuk-summary-list__value {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.nhsuk-summary-list__key {
  font-weight: 600;
  margin-bottom: 4px;
}

@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;
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: 10px;
  width: 100%;
}

@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 {
    border-right: 1px solid #d8dde0;
    margin-right: 8px;
    padding-right: 8px;
  }
}

@media (max-width:40.0525em) {
  .nhsuk-summary-list__actions-list-item:last-child {
    border: 0;
    margin-right: 0;
    padding-right: 0;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-summary-list__actions-list-item {
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 8px;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-summary-list__actions-list-item:not(:first-child) {
    border-left: 1px solid #d8dde0;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-summary-list__actions-list-item:first-child {
    border: 0;
    margin-left: 0;
    padding-left: 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__actions, .nhsuk-summary-list--no-border .nhsuk-summary-list__key, .nhsuk-summary-list--no-border .nhsuk-summary-list__value {
    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__actions, .nhsuk-summary-list__row--no-border .nhsuk-summary-list__key, .nhsuk-summary-list__row--no-border .nhsuk-summary-list__value {
    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;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  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 {
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
}

@media (min-width:40.0625em) {
  .nhsuk-table, .nhsuk-table-responsive {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

.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;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.4210526316;
  margin-bottom: 8px;
}

@media (min-width:40.0625em) {
  .nhsuk-table__caption {
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-table__caption {
    margin-bottom: 8px;
  }
}

.nhsuk-table__caption--xl {
  font-size: 2rem;
  line-height: 1.1875;
  margin-bottom: 32px;
}

@media (min-width:40.0625em) {
  .nhsuk-table__caption--xl {
    font-size: 3rem;
    line-height: 1.125;
  }
}

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

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

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

.nhsuk-table__row:hover {
  background-color: #f0f4f5;
}

.nhsuk-table__panel-with-heading-tab {
  background-color: #fff;
  border: 1px solid #d8dde0;
  box-sizing: border-box;
  color: #212b32;
  padding-top: 0!important;
}

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

.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 {
  background-color: #005eb8;
  color: #fff;
  display: inline-block;
  font-size: 1.375rem;
  line-height: 1.3181818182;
  margin: 0 0 8px -33px;
  outline: 1px solid transparent;
  outline-offset: -1px;
  padding: 8px 32px;
  position: relative;
  top: -16px;
}

@media (min-width:40.0625em) {
  .nhsuk-table__heading-tab {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}

@media (max-width:40.0525em) {
  .nhsuk-table__heading-tab {
    margin-left: -25px;
    padding: 8px 24px;
    top: -8px;
  }
}

@media (max-width:48.0525em) {
  .nhsuk-table-responsive thead {
    height: 1px!important;
    margin: 0!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    clip: rect(0 0 0 0)!important;
    border: 0!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap!important;
  }
}

@media (max-width:48.0525em) {
  .nhsuk-table-responsive thead:after, .nhsuk-table-responsive thead:before {
    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 td, .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th {
  display: block;
  display: flex;
  justify-content: space-between;
  min-width: 1px;
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th {
    display: block;
  }
}

@media (max-width:48.0525em) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th {
    font-weight: 400;
  }
}

@media (max-width:48.0525em) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th {
    padding-right: 0;
    text-align: right;
  }
}

@media (max-width:48.0525em) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td:last-child, .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th:last-child {
    border-bottom: 3px solid #d8dde0;
  }
}

@media (min-width:48.0625em) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table-responsive__heading {
    display: none;
  }
}

@media (min-width:48.0625em) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row {
    display: table-row;
  }
}

@media (min-width:48.0625em) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th {
    text-align: left;
  }
}

@media (min-width:48.0625em) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th {
    display: table-cell;
  }
}

.nhsuk-table__cell--numeric, .nhsuk-table__header--numeric {
  text-align: right;
}

.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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width:40.0625em) {
  .nhsuk-tabs {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

.nhsuk-tabs__title {
  color: #212b32;
  margin-bottom: 8px;
}

.nhsuk-tabs__title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width:40.0625em) {
  .nhsuk-tabs__title {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

.nhsuk-tabs__list {
  list-style: none;
  margin: 0;
  margin-bottom: 32px;
  padding: 0;
}

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

.nhsuk-tabs__list-item {
  padding: 0 0 0 24px;
  position: relative;
}

.nhsuk-tabs__list-item:before {
  border-top: 1px solid #768692;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: .75em;
  width: 16px;
}

.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 {
    border-bottom: 1px solid #d8dde0;
    margin-bottom: 0;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__list:after {
    clear: both;
    content: "";
    display: block;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__title {
    display: none;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__list-item {
    background-color: #d8dde0;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 4px;
    padding: 8px 24px;
    position: relative;
    text-align: center;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__list-item:before {
    content: none;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__list-item--selected {
    background-color: #fff;
    border: 1px solid #d8dde0;
    border-bottom: 0;
    margin-bottom: -1px;
    margin-top: -4px;
    padding: 11px 23px 13px;
    position: relative;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__list-item--selected .nhsuk-tabs__tab {
    text-decoration: none;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__tab {
    color: #212b32;
    margin-bottom: 0;
    text-decoration: underline;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__tab .nhsuk-icon {
    fill: #212b32;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__tab:visited {
    color: #212b32;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__tab:visited .nhsuk-icon {
    fill: #212b32;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__tab:hover, .nhsuk-frontend-supported .nhsuk-tabs__tab:hover:visited {
    color: #212b32;
    text-decoration: none;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__tab:hover .nhsuk-icon, .nhsuk-frontend-supported .nhsuk-tabs__tab:hover:visited .nhsuk-icon {
    fill: #212b32;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__tab:active, .nhsuk-frontend-supported .nhsuk-tabs__tab:active:visited {
    color: #212b32;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__tab:active .nhsuk-icon, .nhsuk-frontend-supported .nhsuk-tabs__tab:active:visited .nhsuk-icon {
    fill: #212b32;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__tab:focus, .nhsuk-frontend-supported .nhsuk-tabs__tab:focus:visited {
    background-color: #ffeb3b;
    box-shadow: 0 -2px #ffeb3b,0 4px #212b32;
    outline: 4px solid transparent;
    text-decoration: none;
  }
}

@media (min-width:40.0625em) {
  .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;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__tab:focus:hover, .nhsuk-frontend-supported .nhsuk-tabs__tab:focus:visited:hover {
    text-decoration: none;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__tab:not(:focus):not(.\:focus):hover {
    color: rgba(33,43,50,.99);
  }
}

@media (min-width:40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__tab:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__panel {
    background-color: #fff;
    border: 1px solid #d8dde0;
    border-top: 0;
    margin-bottom: 0;
    padding: 40px 24px;
  }
}

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

@media (min-width:40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__panel--hidden {
    display: none;
  }
}

.nhsuk-tag {
  background-color: #0055a6;
  border: 1px solid #0055a6;
  color: #fff;
  display: inline-block;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
  outline: 2px solid transparent;
  outline-offset: -2px;
  padding: 4px 8px;
  text-decoration: none;
}

@media (min-width:40.0625em) {
  .nhsuk-tag {
    font-size: 1rem;
    line-height: 1;
  }
}

.nhsuk-tag--white {
  background-color: #fff;
  border-color: #212b32;
  color: #212b32;
}

.nhsuk-tag--grey {
  background-color: #dbe0e3;
  border-color: #354550;
  color: #354550;
}

.nhsuk-tag--green {
  background-color: #cce5d8;
  border-color: #004c23;
  color: #004c23;
}

.nhsuk-tag--aqua-green {
  background-color: #ccedeb;
  border-color: #00524d;
  color: #00524d;
}

.nhsuk-tag--blue {
  background-color: #ccdff1;
  border-color: #004281;
  color: #004281;
}

.nhsuk-tag--purple {
  background-color: #d6cce3;
  border-color: #240050;
  color: #240050;
}

.nhsuk-tag--pink {
  background-color: #efd3e3;
  border-color: #57133a;
  color: #57133a;
}

.nhsuk-tag--red {
  background-color: #f7d4d1;
  border-color: #6b140e;
  color: #6b140e;
}

.nhsuk-tag--orange {
  background-color: #ffdc8e;
  border-color: #4d3708;
  color: #4d3708;
}

.nhsuk-tag--yellow {
  background-color: #fff59d;
  border-color: #4d4712;
  color: #4d4712;
}

.nhsuk-tag--no-border {
  border: 0;
}

.nhsuk-task-list {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  list-style-type: none;
  margin-top: 0;
  padding: 0;
}

@media (min-width:40.0625em) {
  .nhsuk-task-list {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

.nhsuk-task-list {
  margin-bottom: 24px;
}

@media (min-width:40.0625em) {
  .nhsuk-task-list {
    margin-bottom: 32px;
  }
}

.nhsuk-task-list__item {
  border-bottom: 1px solid #d8dde0;
  display: table;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-top: 12px;
  position: relative;
  width: 100%;
}

.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, .nhsuk-task-list__status {
  color: #212b32;
  display: table-cell;
  vertical-align: top;
}

.nhsuk-task-list__status {
  padding-left: 8px;
  text-align: right;
}

.nhsuk-task-list__status--cannot-start-yet, .nhsuk-task-list__status--completed {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-top: 6px;
  text-decoration: none;
}

@media (min-width:40.0625em) {
  .nhsuk-task-list__status--cannot-start-yet, .nhsuk-task-list__status--completed {
    font-size: 1rem;
    line-height: 1;
  }
}

.nhsuk-task-list__status--cannot-start-yet {
  color: #4c6272;
}

.nhsuk-task-list__link:after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.nhsuk-task-list__hint {
  color: #4c6272;
  margin-top: 4px;
}

.nhsuk-card {
  background-color: #fff;
  border: 1px solid #d8dde0;
  box-sizing: border-box;
  color: #212b32;
  position: relative;
  width: 100%;
}

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

.nhsuk-card .nhsuk-image, .nhsuk-card__img {
  border-bottom: 1px solid #f0f4f5;
  display: block;
  margin: 0;
  width: 100%;
}

.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--care__heading-container, .nhsuk-card__heading-container {
  padding: 24px;
}

@media (min-width:40.0625em) {
  .nhsuk-card--care__heading-container, .nhsuk-card__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 {
    align-items: baseline;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-card__heading-container:has(.nhsuk-card__actions:only-child) {
    justify-content: right;
  }
}

.nhsuk-card__actions {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  list-style: none;
  margin: -4px 0 16px;
  padding: 0;
  row-gap: 10px;
}

@media (min-width:40.0625em) {
  .nhsuk-card__actions {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-card__actions {
    justify-content: right;
    margin: 0 0 16px 16px;
    text-align: right;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-card__actions:only-child {
    margin-left: 0;
  }
}

.nhsuk-card__action {
  display: inline-block;
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
  .nhsuk-card__action {
    margin-bottom: 4px;
  }
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
  .nhsuk-card__action:last-child {
    margin-bottom: 0;
  }
}

@media (max-width:40.0525em) {
  .nhsuk-card__action {
    border-right: 1px solid #d8dde0;
    margin-right: 8px;
    padding-right: 8px;
  }
}

@media (max-width:40.0525em) {
  .nhsuk-card__action:last-child {
    border: 0;
    margin-right: 0;
    padding-right: 0;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-card__action {
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 8px;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-card__action:not(:first-child) {
    border-left: 1px solid #d8dde0;
  }
}

@media (min-width:40.0625em) {
  .nhsuk-card__action:first-child {
    border: 0;
    margin-left: 0;
    padding-left: 0;
  }
}

.nhsuk-card__description {
  margin-bottom: 0;
}

.nhsuk-card--clickable {
  border-bottom-width: 4px;
}

.nhsuk-card--clickable .nhsuk-card__heading a:before, .nhsuk-card--clickable .nhsuk-card__link:before {
  background-color: hsla(0,0%,100%,0);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.nhsuk-card--clickable:active {
  border-color: #aeb7bd;
  bottom: -1px;
}

.nhsuk-card-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding: 0;
}

@media (max-width:48.0525em) {
  .nhsuk-card-group {
    margin-bottom: 40px;
  }
}

.nhsuk-card-group + .nhsuk-heading-l, .nhsuk-card-group + .nhsuk-heading-m, .nhsuk-card-group + h2, .nhsuk-card-group + h3 {
  padding-top: 0;
}

.nhsuk-card-group__item {
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
}

@media (max-width:48.0525em) {
  .nhsuk-card-group__item {
    flex: 0 0 100%;
  }
}

.nhsuk-card-group__item .nhsuk-card {
  margin-bottom: 32px;
}

@media (max-width:48.0525em) {
  .nhsuk-card-group__item .nhsuk-card {
    margin-bottom: 16px;
  }
}

@media (max-width:48.0525em) {
  .nhsuk-card-group__item:last-child .nhsuk-card {
    margin-bottom: 0;
  }
}

.nhsuk-card--feature > .nhsuk-card__content, .nhsuk-card--feature > .nhsuk-card__heading-container, .nhsuk-card--warning > .nhsuk-card__content, .nhsuk-card--warning > .nhsuk-card__heading-container, .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 {
  background-color: #fff;
  border: 1px solid #d8dde0;
  box-sizing: border-box;
  color: #212b32;
  padding-top: 0!important;
}

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

.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__content > .nhsuk-card__heading, .nhsuk-card--feature > .nhsuk-card__heading-container > .nhsuk-card__heading, .nhsuk-card__heading--feature {
  background-color: #005eb8;
  color: #fff;
  display: inline-block;
  flex-basis: auto;
  flex-grow: 0;
  font-size: 1.375rem;
  line-height: 1.3181818182;
  margin: 0 0 8px -33px;
  outline: 1px solid transparent;
  outline-offset: -1px;
  padding: 8px 32px;
  position: relative;
  top: -16px;
}

@media (min-width:40.0625em) {
  .nhsuk-card--feature > .nhsuk-card__content > .nhsuk-card__heading, .nhsuk-card--feature > .nhsuk-card__heading-container > .nhsuk-card__heading, .nhsuk-card__heading--feature {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}

@media (max-width:40.0525em) {
  .nhsuk-card--feature > .nhsuk-card__content > .nhsuk-card__heading, .nhsuk-card--feature > .nhsuk-card__heading-container > .nhsuk-card__heading, .nhsuk-card__heading--feature {
    margin-left: -25px;
    padding: 8px 24px;
    top: -8px;
  }
}

.nhsuk-card--warning {
  background-color: #fff9c4;
  border: 1px solid #ffeb3b;
  box-sizing: border-box;
  color: #212b32;
  padding-top: 0!important;
}

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

.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__content > .nhsuk-card__heading, .nhsuk-card--warning > .nhsuk-card__heading-container > .nhsuk-card__heading {
  background-color: #ffeb3b;
  color: #212b32;
  display: inline-block;
  flex-basis: auto;
  flex-grow: 0;
  font-size: 1.375rem;
  line-height: 1.3181818182;
  margin: 0 0 8px -33px;
  outline: 1px solid transparent;
  outline-offset: -1px;
  padding: 8px 32px;
  position: relative;
  top: -16px;
}

@media (min-width:40.0625em) {
  .nhsuk-card--warning > .nhsuk-card__content > .nhsuk-card__heading, .nhsuk-card--warning > .nhsuk-card__heading-container > .nhsuk-card__heading {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}

@media (max-width:40.0525em) {
  .nhsuk-card--warning > .nhsuk-card__content > .nhsuk-card__heading, .nhsuk-card--warning > .nhsuk-card__heading-container > .nhsuk-card__heading {
    margin-left: -25px;
    padding: 8px 24px;
    top: -8px;
  }
}

.nhsuk-card--care .nhsuk-card--care__heading-container, .nhsuk-card--care .nhsuk-card__heading-container {
  background-color: #005eb8;
  color: #fff;
}

.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 {
  border-bottom: 1px solid transparent;
  padding-bottom: 15px;
  padding-top: 16px;
  position: relative;
}

.nhsuk-card--care > .nhsuk-card__heading-container > .nhsuk-card__heading, .nhsuk-card--care__heading {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3181818182;
  margin: 0;
  padding-top: 0;
}

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

.nhsuk-card--care__arrow {
  bottom: -.6875rem;
  display: block;
  height: 1.25rem;
  left: 1.875rem;
  overflow: hidden;
  position: absolute;
  transform: rotate(45deg);
  width: 1.25rem;
}

@media (min-width:40.0625em) {
  .nhsuk-card--care__arrow {
    left: 2.375rem;
  }
}

.nhsuk-card--care__arrow:after, .nhsuk-card--care__arrow:before {
  border: 2rem solid #005eb8;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 0;
}

.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--emergency > .nhsuk-card__heading-container .nhsuk-card__actions, .nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__actions, .nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__actions {
  margin-bottom: 0;
  margin-top: 16px;
}

@media (min-width:40.0625em) {
  .nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__actions, .nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__actions, .nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__actions {
    align-self: center;
    margin-top: 0;
  }
}

.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action, .nhsuk-card--care--non-urgent > .nhsuk-card__heading-container .nhsuk-card__action, .nhsuk-card--care--urgent > .nhsuk-card__heading-container .nhsuk-card__action {
  border-color: hsla(0,0%,100%,.2);
}

.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a, .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 {
  color: #fff;
  text-decoration: underline;
}

.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a .nhsuk-icon, .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 {
  fill: #fff;
}

.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a:visited, .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 {
  color: #fff;
}

.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a:visited .nhsuk-icon, .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 {
  fill: #fff;
}

.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, .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 {
  color: #fff;
  text-decoration: none;
}

.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, .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 {
  fill: #fff;
}

.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, .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 {
  color: #fff;
}

.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, .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 {
  fill: #fff;
}

.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, .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 {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b,0 4px #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}

.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, .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 {
  color: #212b32;
  fill: #212b32;
}

.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, .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 {
  text-decoration: none;
}

.nhsuk-card--care--emergency > .nhsuk-card__heading-container .nhsuk-card__action a:not(:focus):not(.\:focus):hover, .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 {
  color: hsla(0,0%,100%,.99);
}

.nhsuk-card--care--urgent .nhsuk-card--care__heading-container, .nhsuk-card--care--urgent .nhsuk-card__heading-container {
  background-color: #d5281b;
  color: #fff;
}

.nhsuk-card--care--urgent .nhsuk-card--care__arrow:after, .nhsuk-card--care--urgent .nhsuk-card--care__arrow:before {
  border-color: #d5281b;
}

.nhsuk-card--care--emergency .nhsuk-card--care__heading-container, .nhsuk-card--care--emergency .nhsuk-card__heading-container {
  background-color: #d5281b;
  color: #fff;
}

.nhsuk-card--care--emergency .nhsuk-card--care__arrow:after, .nhsuk-card--care--emergency .nhsuk-card--care__arrow:before {
  border-color: #d5281b;
}

.nhsuk-card--care--emergency .nhsuk-card__content {
  background-color: #212b32;
  border: 0;
  color: #fff;
  position: static;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button) {
  color: #fff;
  text-decoration: underline;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button) .nhsuk-icon {
  fill: #fff;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button):visited {
  color: #fff;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:not(.nhsuk-action-link):not(.nhsuk-button):visited .nhsuk-icon {
  fill: #fff;
}

.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: #fff;
  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: #fff;
}

.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: #fff;
}

.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: #fff;
}

.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 {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b,0 4px #212b32;
  outline: 4px solid transparent;
  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: hsla(0,0%,100%,.99);
}

.nhsuk-card--care--emergency .nhsuk-details, .nhsuk-card--care--emergency .nhsuk-details__summary, .nhsuk-card--care--emergency .nhsuk-details__summary:hover {
  color: #fff;
}

.nhsuk-card--care--emergency .nhsuk-details__summary:focus {
  color: #212b32;
}

.nhsuk-card--care--emergency .nhsuk-action-link__link .nhsuk-icon {
  fill: #fff;
}

.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;
  fill: #005eb8;
  height: 2rem;
  margin-top: -1rem;
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 50%;
  width: 2rem;
}

@media (min-width:40.0625em) {
  .nhsuk-card--primary .nhsuk-icon, .nhsuk-card__content--primary .nhsuk-icon {
    right: 32px;
  }
}

.nhsuk-card--secondary {
  background: transparent;
  border: 0;
  border-bottom: 4px solid #d8dde0;
}

.nhsuk-card--secondary > .nhsuk-card__content, .nhsuk-card--secondary > .nhsuk-card__heading-container, .nhsuk-card__content--secondary {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.nhsuk-warning-callout {
  background-color: #fff9c4;
  border: 1px solid #ffeb3b;
  box-sizing: border-box;
  color: #212b32;
  padding-top: 0!important;
}

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

.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 {
  background-color: #ffeb3b;
  color: #212b32;
  display: inline-block;
  font-size: 1.375rem;
  line-height: 1.3181818182;
  margin: 0 0 8px -33px;
  outline: 1px solid transparent;
  outline-offset: -1px;
  padding: 8px 32px;
  position: relative;
  top: -16px;
}

@media (min-width:40.0625em) {
  .nhsuk-warning-callout__label {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}

@media (max-width:40.0525em) {
  .nhsuk-warning-callout__label {
    margin-left: -25px;
    padding: 8px 24px;
    top: -8px;
  }
}

.nhsuk-action-link {
  box-sizing: border-box;
  display: inline-block;
  padding-left: 1.65rem;
  position: relative;
  text-decoration: none;
}

.nhsuk-action-link:not(:focus):hover .nhsuk-action-link__text {
  text-decoration: underline;
}

.nhsuk-action-link {
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.2631578947;
}

@media (min-width:40.0625em) {
  .nhsuk-action-link {
    font-size: 1.375rem;
    line-height: 1.0909090909;
  }
}

.nhsuk-action-link {
  margin-bottom: 32px;
}

@media (min-width:40.0625em) {
  .nhsuk-action-link {
    line-height: 1.6363636364;
    margin-bottom: 40px;
    padding-left: 2.475rem;
  }
}

.nhsuk-action-link .nhsuk-icon {
  fill: #007f3b!important;
  left: -.15rem;
  position: absolute;
}

@media (min-width:40.0625em) {
  .nhsuk-action-link .nhsuk-icon {
    height: 2.25rem;
    left: -.225rem;
    width: 2.25rem;
  }
}

.nhsuk-action-link:focus .nhsuk-icon {
  fill: #212b32!important;
}

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

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

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

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

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

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

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

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

.nhsuk-action-link--reverse:focus, .nhsuk-action-link--reverse:focus:visited {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b,0 4px #212b32;
  outline: 4px solid transparent;
  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: hsla(0,0%,100%,.99);
}

.nhsuk-action-link--reverse:link {
  text-decoration: none;
}

.nhsuk-action-link--reverse:not(:focus) .nhsuk-icon {
  fill: #fff!important;
}

.nhsuk-back-link {
  background: none;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  padding: 0 0 0 1em;
  position: relative;
}

@media (min-width:40.0625em) {
  .nhsuk-back-link {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.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 {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b,0 4px #212b32;
  outline: 4px solid transparent;
  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;
  }
}

.nhsuk-back-link:before {
  border-radius: .1052631579em;
  bottom: 0;
  -webkit-clip-path: polygon(100% 100%,100% 0,0 0);
  clip-path: polygon(100% 100%,100% 0,0 0);
  color: currentcolor;
  content: "";
  display: block;
  height: .5em;
  left: 0;
  margin: auto;
  outline: .1052631579em solid currentcolor;
  outline-offset: -.1052631579em;
  position: absolute;
  top: 0;
  transform: translateX(.1052631579em) rotate(225deg);
  width: .5em;
}

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

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

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

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

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

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

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

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

.nhsuk-back-link--reverse:focus, .nhsuk-back-link--reverse:focus:visited {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b,0 4px #212b32;
  outline: 4px solid transparent;
  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: hsla(0,0%,100%,.99);
}

.nhsuk-contents-list__list {
  list-style: none;
  margin: 0;
  margin-bottom: 32px;
  padding: 0;
}

@media (min-width:40.0625em) {
  .nhsuk-contents-list__list {
    margin-bottom: 40px;
  }
}

.nhsuk-contents-list__item {
  padding: 0 0 0 24px;
  position: relative;
}

.nhsuk-contents-list__item:before {
  border-top: 1px solid #768692;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: .75em;
  width: 16px;
}

.nhsuk-contents-list__link {
  display: inline-block;
}

.nhsuk-contents-list__current {
  font-weight: 600;
}

.nhsuk-footer {
  background-color: #d8dde0;
  border-top: 4px solid #005eb8;
}

.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 {
  list-style-type: none;
  margin-bottom: 24px;
  padding: 0;
}

.nhsuk-footer__list-item {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.7142857143;
}

@media (min-width:40.0625em) {
  .nhsuk-footer__list-item {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.nhsuk-footer__list-item-link, .nhsuk-footer__list-item-link:visited {
  color: #003087;
}

.nhsuk-footer__navigation + .nhsuk-footer__meta {
  border-top: 1px solid #aeb7bd;
  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;
  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 {
  clear: both;
  content: "";
  display: block;
}

.nhsuk-pagination-item--previous {
  float: left;
  text-align: left;
  width: 50%;
}

.nhsuk-pagination-item--previous .nhsuk-icon {
  left: -.375rem;
}

.nhsuk-pagination-item--previous .nhsuk-pagination__title {
  padding-left: 1.2307692308em;
}

.nhsuk-pagination-item--next {
  float: right;
  text-align: right;
  width: 50%;
}

.nhsuk-pagination-item--next .nhsuk-icon {
  right: -.375rem;
}

.nhsuk-pagination-item--next .nhsuk-pagination__title {
  padding-right: 1.2307692308em;
}

.nhsuk-pagination__link {
  display: block;
  font-size: 1.375rem;
  line-height: 1.3181818182;
  position: relative;
  text-decoration: none;
  width: 100%;
}

@media (min-width:40.0625em) {
  .nhsuk-pagination__link {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}

.nhsuk-pagination__link .nhsuk-icon {
  height: 1.2307692308em;
  position: absolute;
  top: 0;
  width: 1.2307692308em;
}

.nhsuk-pagination__title {
  display: block;
}

.nhsuk-pagination__page {
  display: block;
  font-size: .875rem;
  line-height: 1.7142857143;
  text-decoration: underline;
}

@media (min-width:40.0625em) {
  .nhsuk-pagination__page {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.nhsuk-pagination__link:focus .nhsuk-pagination__page, .nhsuk-pagination__link:hover .nhsuk-pagination__page {
  text-decoration: none;
}

.nhsuk-pagination--numbered {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width:40.0625em) {
  .nhsuk-pagination--numbered {
    align-items: flex-start;
    flex-direction: row;
  }
}

.nhsuk-pagination--numbered .nhsuk-pagination__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.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--current, .nhsuk-pagination--numbered .nhsuk-pagination__item--ellipsis, .nhsuk-pagination--numbered .nhsuk-pagination__item:first-child, .nhsuk-pagination--numbered .nhsuk-pagination__item:last-child {
  display: block;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item, .nhsuk-pagination--numbered .nhsuk-pagination__next, .nhsuk-pagination--numbered .nhsuk-pagination__previous {
  box-sizing: border-box;
  float: left;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  min-height: 2.8125rem;
  min-width: 2.8125rem;
  padding: 8px;
  position: relative;
  text-align: center;
}

@media (min-width:40.0625em) {
  .nhsuk-pagination--numbered .nhsuk-pagination__item, .nhsuk-pagination--numbered .nhsuk-pagination__next, .nhsuk-pagination--numbered .nhsuk-pagination__previous {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}

.nhsuk-pagination--numbered .nhsuk-pagination__item:hover, .nhsuk-pagination--numbered .nhsuk-pagination__next:hover, .nhsuk-pagination--numbered .nhsuk-pagination__previous: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__next:focus:focus, .nhsuk-pagination--numbered .nhsuk-pagination__next:focus:focus:visited, .nhsuk-pagination--numbered .nhsuk-pagination__previous:focus:focus, .nhsuk-pagination--numbered .nhsuk-pagination__previous:focus:focus:visited {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b,0 4px #212b32;
  outline: 4px solid transparent;
  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__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, .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 {
  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__next:focus:focus:hover, .nhsuk-pagination--numbered .nhsuk-pagination__next:focus:focus:visited:hover, .nhsuk-pagination--numbered .nhsuk-pagination__previous:focus:focus:hover, .nhsuk-pagination--numbered .nhsuk-pagination__previous:focus:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-pagination--numbered .nhsuk-pagination__next, .nhsuk-pagination--numbered .nhsuk-pagination__previous {
  align-items: center;
  display: flex;
}

.nhsuk-pagination--numbered .nhsuk-pagination__previous {
  padding-left: 0;
}

.nhsuk-pagination--numbered .nhsuk-pagination__next {
  padding-right: 0;
}

.nhsuk-pagination--numbered .nhsuk-pagination__link {
  color: #005eb8;
  position: static;
  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 {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b,0 4px #212b32;
  outline: 4px solid transparent;
  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 screen {
  .nhsuk-pagination--numbered .nhsuk-pagination__link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 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: #fff;
  text-decoration: underline;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link .nhsuk-icon {
  fill: #fff;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:visited {
  color: #fff;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:visited .nhsuk-icon {
  fill: #fff;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:hover, .nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:hover:visited {
  color: #fff;
  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: #fff;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:active, .nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:active:visited {
  color: #fff;
}

.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: #fff;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:focus, .nhsuk-pagination--numbered .nhsuk-pagination__item--current .nhsuk-pagination__link:focus:visited {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b,0 4px #212b32;
  outline: 4px solid transparent;
  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: hsla(0,0%,100%,.99);
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--current:hover {
  background-color: #005eb8;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--ellipsis {
  color: #4c6272;
  font-weight: 600;
}

.nhsuk-pagination--numbered .nhsuk-pagination__item--ellipsis:hover {
  background-color: transparent;
}

.nhsuk-pagination--numbered .nhsuk-pagination__title {
  display: inline;
}

.nhsuk-pagination--numbered .nhsuk-icon {
  height: 1.2631578947em;
  width: 1.2631578947em;
}

.nhsuk-pagination--numbered .nhsuk-pagination__previous .nhsuk-icon {
  margin-left: -.175rem;
  margin-right: 8px;
}

.nhsuk-pagination--numbered .nhsuk-pagination__next .nhsuk-icon {
  margin-left: 8px;
  margin-right: -.175rem;
}

.nhsuk-skip-link {
  left: 16px;
  padding: .5rem;
  position: absolute;
  top: 16px;
  z-index: 2;
}

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

.nhsuk-skip-link-focused-element:focus {
  outline: none;
}

.nhsuk-breadcrumb {
  box-sizing: border-box;
  color: #212b32;
  display: inline-block;
  margin-top: 16px;
}

@media (min-width:40.0625em) {
  .nhsuk-breadcrumb {
    margin-top: 24px;
  }
}

.nhsuk-breadcrumb .nhsuk-back-link {
  margin: 0;
}

@media (min-width:40.0625em) {
  .nhsuk-breadcrumb .nhsuk-back-link {
    display: none;
  }
}

.nhsuk-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.nhsuk-breadcrumb__list {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.7142857143;
}

@media (min-width:40.0625em) {
  .nhsuk-breadcrumb__list {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (max-width:40.0525em) {
  .nhsuk-breadcrumb__list {
    display: none;
  }
}

.nhsuk-breadcrumb__list-item {
  float: left;
  margin-bottom: 0;
  margin-left: 1em;
  padding-left: 1.2651650429em;
  position: relative;
}

.nhsuk-breadcrumb__list-item:before {
  border-radius: .125em;
  bottom: 0;
  -webkit-clip-path: polygon(100% 100%,100% 0,0 0);
  clip-path: polygon(100% 100%,100% 0,0 0);
  color: #4c6272;
  content: "";
  display: block;
  height: .5em;
  left: 0;
  margin: auto;
  outline: .125em solid currentcolor;
  outline-offset: -.125em;
  position: absolute;
  top: 0;
  transform: translateX(-.1401650429em) rotate(45deg);
  width: .5em;
}

.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;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.7142857143;
}

@media (min-width:40.0625em) {
  .nhsuk-breadcrumb__link {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.nhsuk-breadcrumb__link:visited {
  color: #005eb8;
}

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

.nhsuk-breadcrumb--reverse {
  color: #fff;
}

.nhsuk-breadcrumb--reverse .nhsuk-back-link, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link {
  color: #fff;
  text-decoration: underline;
}

.nhsuk-breadcrumb--reverse .nhsuk-back-link .nhsuk-icon, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link .nhsuk-icon {
  fill: #fff;
}

.nhsuk-breadcrumb--reverse .nhsuk-back-link:visited, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:visited {
  color: #fff;
}

.nhsuk-breadcrumb--reverse .nhsuk-back-link:visited .nhsuk-icon, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:visited .nhsuk-icon {
  fill: #fff;
}

.nhsuk-breadcrumb--reverse .nhsuk-back-link:hover, .nhsuk-breadcrumb--reverse .nhsuk-back-link:hover:visited, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:hover, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:hover:visited {
  color: #fff;
  text-decoration: none;
}

.nhsuk-breadcrumb--reverse .nhsuk-back-link:hover .nhsuk-icon, .nhsuk-breadcrumb--reverse .nhsuk-back-link:hover:visited .nhsuk-icon, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:hover .nhsuk-icon, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:hover:visited .nhsuk-icon {
  fill: #fff;
}

.nhsuk-breadcrumb--reverse .nhsuk-back-link:active, .nhsuk-breadcrumb--reverse .nhsuk-back-link:active:visited, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:active, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:active:visited {
  color: #fff;
}

.nhsuk-breadcrumb--reverse .nhsuk-back-link:active .nhsuk-icon, .nhsuk-breadcrumb--reverse .nhsuk-back-link:active:visited .nhsuk-icon, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:active .nhsuk-icon, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:active:visited .nhsuk-icon {
  fill: #fff;
}

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

.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, .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 {
  color: #212b32;
  fill: #212b32;
}

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

.nhsuk-breadcrumb--reverse .nhsuk-back-link:not(:focus):not(.\:focus):hover, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:not(:focus):not(.\:focus):hover {
  color: hsla(0,0%,100%,.99);
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__list-item:before {
  color: hsla(0,0%,100%,.6);
}

.nhsuk-header {
  background-color: #005eb8;
  color: #fff;
  outline: 1px solid transparent;
}

.nhsuk-header:has(.nhsuk-header__menu-list:not([hidden])) {
  border-bottom: 4px solid #d8dde0;
}

.nhsuk-header__container {
  padding: 16px 0;
}

@media (min-width:40.0625em) {
  .nhsuk-header__container {
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
  }
}

.nhsuk-header__logo {
  height: auto;
  min-width: 6.25rem;
}

.nhsuk-header__service, .nhsuk-header__service-logo {
  gap: 8px 16px;
  margin-right: auto;
}

.nhsuk-header__service {
  display: flex;
}

@media (min-width:40.0625em) {
  .nhsuk-header__service {
    flex-grow: 999;
  }
}

.nhsuk-header__service-name {
  display: inline-flex;
  flex-direction: column;
  flex-grow: 0;
  font-size: 1rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1.1;
  margin-right: auto;
  max-width: 54ch;
  text-wrap: balance;
}

@media (min-width:40.0625em) {
  .nhsuk-header__service-name {
    font-size: 1.1875rem;
    line-height: 1.1;
  }
}

.nhsuk-header__service-name:only-child {
  display: block;
}

.nhsuk-header__service-logo {
  display: inline-flex;
  flex-grow: 0;
  line-height: 0;
  margin-right: 0;
  position: relative;
  text-decoration: none;
}

.nhsuk-header__service-logo:only-child {
  display: flex;
}

.nhsuk-header__service-logo:has(svg):not(:focus):hover:before {
  border-bottom: .1rem solid;
  box-sizing: border-box;
  content: "";
  display: inline;
  height: 2.5rem;
  position: absolute;
  top: .2rem;
  width: 6.25rem;
}

.nhsuk-header__account-button, .nhsuk-header__account-button:visited, .nhsuk-header__account-link, .nhsuk-header__account-link:visited, .nhsuk-header__service-logo, .nhsuk-header__service-logo:visited, .nhsuk-header__service-name[href], .nhsuk-header__service-name[href]:visited {
  color: #fff;
}

.nhsuk-header__account-button:visited .nhsuk-icon, .nhsuk-header__account-link:visited .nhsuk-icon, .nhsuk-header__service-logo:visited .nhsuk-icon, .nhsuk-header__service-name[href]:visited .nhsuk-icon {
  fill: #fff;
}

.nhsuk-header__account-button:hover, .nhsuk-header__account-button:hover:visited, .nhsuk-header__account-link:hover, .nhsuk-header__account-link:hover:visited, .nhsuk-header__service-logo:hover, .nhsuk-header__service-logo:hover:visited, .nhsuk-header__service-name[href]:hover, .nhsuk-header__service-name[href]:hover:visited {
  color: #fff;
  text-decoration: none;
}

.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, .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 {
  fill: #fff;
}

.nhsuk-header__account-button:active, .nhsuk-header__account-button:active:visited, .nhsuk-header__account-link:active, .nhsuk-header__account-link:active:visited, .nhsuk-header__service-logo:active, .nhsuk-header__service-logo:active:visited, .nhsuk-header__service-name[href]:active, .nhsuk-header__service-name[href]:active:visited {
  color: #fff;
}

.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, .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 {
  fill: #fff;
}

.nhsuk-header__account-button:focus, .nhsuk-header__account-button:focus:visited, .nhsuk-header__account-link:focus, .nhsuk-header__account-link:focus:visited, .nhsuk-header__service-logo:focus, .nhsuk-header__service-logo:focus:visited, .nhsuk-header__service-name[href]:focus, .nhsuk-header__service-name[href]:focus:visited {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b,0 4px #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}

.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, .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 {
  color: #212b32;
  fill: #212b32;
}

.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, .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 {
  text-decoration: none;
}

.nhsuk-header__account-button:focus, .nhsuk-header__account-button:focus:visited, .nhsuk-header__account-link:focus, .nhsuk-header__account-link:focus:visited, .nhsuk-header__service-logo:focus, .nhsuk-header__service-logo:focus:visited, .nhsuk-header__service-name[href]:focus, .nhsuk-header__service-name[href]:focus:visited {
  box-shadow: inset 0 -4px #212b32;
  color: #212b32;
}

.nhsuk-header__account {
  background-color: #004b93;
  border: 1px solid #004b93;
  border-radius: .25rem;
  flex-grow: 1;
  margin-top: 16px;
  overflow: hidden;
}

.nhsuk-header__account .nhsuk-icon--user {
  fill: currentcolor;
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
}

@media (min-width:40.0625em) {
  .nhsuk-header__account {
    align-self: start;
    margin: -1px;
  }
}

.nhsuk-header__account-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.nhsuk-header__account-item {
  display: flex;
  flex-grow: 1;
  font-size: .875rem;
  font-weight: 400;
  gap: 8px;
  line-height: 1.7142857143;
  margin: 0;
  outline: 1px solid #005eb8;
  overflow-wrap: anywhere;
  padding: 8px 12px;
}

@media (min-width:40.0625em) {
  .nhsuk-header__account-item {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.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;
  gap: 8px;
  margin: -8px -12px;
  overflow-wrap: anywhere;
  padding: 8px 12px;
}

.nhsuk-header__account-button {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  text-decoration: underline;
}

@media (min-width:40.0625em) {
  .nhsuk-header__account-button {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.nhsuk-header__search {
  display: block;
  flex-grow: 1;
  margin-top: 16px;
  position: relative;
  z-index: 10;
}

@media (min-width:40.0625em) {
  .nhsuk-header__search {
    margin: 0;
  }
}

.nhsuk-header__search .nhsuk-icon--search {
  height: 1.75rem;
  width: 1.75rem;
}

.nhsuk-header__search-form {
  display: flex;
  height: 100%;
  overflow: visible;
}

.nhsuk-header__search-form .nhsuk-form-group {
  margin: 0;
  width: 100%;
}

.nhsuk-header__search-form .nhsuk-input-wrapper {
  display: flex;
}

.nhsuk-header__search-form .nhsuk-input, .nhsuk-header__search-input {
  background-color: #fff;
  border-color: transparent;
  border-radius: .25rem 0 0 .25rem;
  font-size: .875rem;
  height: 2.5rem;
  line-height: 1.7142857143;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

@media (min-width:40.0625em) {
  .nhsuk-header__search-form .nhsuk-input, .nhsuk-header__search-input {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.nhsuk-header__search-form .nhsuk-input:focus, .nhsuk-header__search-input:focus {
  border-color: #212b32;
  z-index: 10;
}

.nhsuk-header__search-form .nhsuk-input::-ms-clear, .nhsuk-header__search-input::-ms-clear {
  display: none;
}

.nhsuk-header__search-form .nhsuk-input::-webkit-search-cancel-button, .nhsuk-header__search-form .nhsuk-input::-webkit-search-decoration, .nhsuk-header__search-input::-webkit-search-cancel-button, .nhsuk-header__search-input::-webkit-search-decoration {
  -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 {
  background-color: #edf4fa;
  border: 1px solid transparent;
  border-radius: 0 .25rem .25rem 0;
  box-shadow: none;
  color: #005eb8;
  cursor: pointer;
  flex-shrink: 0;
  height: 2.5rem;
  line-height: 1;
  margin: 0!important;
  padding: 0 7px;
  width: 2.75rem;
}

.nhsuk-header__search-form .nhsuk-button:active, .nhsuk-header__search-form .nhsuk-button:hover, .nhsuk-header__search-submit:active, .nhsuk-header__search-submit:hover {
  background-color: #004b93;
  border-color: #fff;
  color: #fff;
}

.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 {
  background-color: #ffeb3b;
  border-color: transparent;
  box-shadow: 0 4px 0 0 #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  outline-offset: 4px;
}

.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 {
  background-color: #005eb8;
  border: 0 solid #fff;
  color: #fff;
}

@media (-ms-high-contrast:active),screen and (forced-colors:active) {
  .nhsuk-header__navigation {
    border: 0;
  }
}

.nhsuk-header__navigation-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -8px;
  padding: 0;
  position: relative;
  width: calc(100% + 16px);
}

@media (min-width:40.0625em) {
  .nhsuk-header__navigation-list {
    margin: 0 -16px;
    width: calc(100% + 32px);
  }
}

@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 {
  display: block;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  padding: 16px 2px;
  position: relative;
  white-space: nowrap;
}

@media (min-width:40.0625em) {
  .nhsuk-header__navigation-link {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.nhsuk-header__navigation-link, .nhsuk-header__navigation-link:visited {
  color: #fff;
}

.nhsuk-header__navigation-link:visited .nhsuk-icon {
  fill: #fff;
}

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

.nhsuk-header__navigation-link:hover .nhsuk-icon, .nhsuk-header__navigation-link:hover:visited .nhsuk-icon {
  fill: #fff;
}

.nhsuk-header__navigation-link:active, .nhsuk-header__navigation-link:active:visited {
  color: #fff;
}

.nhsuk-header__navigation-link:active .nhsuk-icon, .nhsuk-header__navigation-link:active:visited .nhsuk-icon {
  fill: #fff;
}

.nhsuk-header__navigation-link:focus, .nhsuk-header__navigation-link:focus:visited {
  /*background-color: #ffeb3b;*/
  /*box-shadow: 0 -2px #ffeb3b,0 4px #212b32;*/
  outline: 4px solid transparent;
  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 {
  box-shadow: inset 0 -4px #212b32;
  color: #212b32;
}

.nhsuk-header__navigation-link:before {
  border: 0 solid;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
}

.nhsuk-header__navigation-link[aria-current=page]:before, .nhsuk-header__navigation-link[aria-current=true]:before {
  border-bottom-width: 4px;
}

@media (max-width:40.0525em) {
  .nhsuk-header__navigation-link {
    font-size: inherit;
  }
}

.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 {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  margin: 0;
  padding-right: 1.1875em;
  text-align: center;
}

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

.nhsuk-header__menu-toggle:after {
  border-radius: .1052631579em;
  bottom: 0;
  -webkit-clip-path: polygon(100% 100%,100% 0,0 0);
  clip-path: polygon(100% 100%,100% 0,0 0);
  color: currentcolor;
  content: "";
  display: block;
  height: .5em;
  margin: auto;
  outline: .1052631579em solid currentcolor;
  outline-offset: -.1052631579em;
  position: absolute;
  right: 2px;
  top: 2px;
  transform: translateY(-.2261931458em) rotate(135deg);
  width: .5em;
}

.nhsuk-header__menu-toggle[aria-expanded=true]:after {
  border-radius: .1052631579em;
  -webkit-clip-path: polygon(100% 100%,100% 0,0 0);
  clip-path: polygon(100% 100%,100% 0,0 0);
  color: currentcolor;
  display: block;
  height: .5em;
  outline: .1052631579em solid currentcolor;
  outline-offset: -.1052631579em;
  transform: translateY(.1052631579em) rotate(-45deg);
  width: .5em;
}

.nhsuk-header__menu-list {
  left: 0;
  list-style: none;
  margin: 0 8px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
}

@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-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 {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b,0 4px #212b32;
  outline: 4px solid transparent;
  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 {
  box-shadow: inset 0 -4px #212b32;
  color: #212b32;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link[aria-current=page]:before, .nhsuk-header__menu-list .nhsuk-header__navigation-link[aria-current=true]:before {
  border-left-width: 4px;
  bottom: 0;
  left: -16px;
  right: auto;
  top: 0;
  width: 0;
}

@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 {
    left: -32px;
  }
}

.nhsuk-header__menu-list .nhsuk-header__navigation-item {
  border-bottom: 1px solid #f0f4f5;
  padding: 0;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-item:last-child {
  border-color: transparent;
}

.nhsuk-header__navigation--white {
  background-color: #fff;
  color: #005eb8;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link, .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 {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b,0 4px #212b32;
  outline: 4px solid transparent;
  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 {
  box-shadow: inset 0 -4px #212b32;
  color: #212b32;
}

.nhsuk-header__navigation--white .nhsuk-header__menu-list {
  border-top: 1px solid #f0f4f5;
}

.nhsuk-header__navigation-container {
  box-shadow: 0 -1px 0 0 hsla(0,0%,100%,.2);
}

.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 {
  box-shadow: none;
  margin-top: 0;
}

@media (max-width:40.0525em) {
  .nhsuk-header--white .nhsuk-header__navigation--white .nhsuk-header__navigation-container, .nhsuk-header__navigation-container {
    box-shadow: none;
    margin-top: -16px;
  }
}

.nhsuk-header--white {
  background-color: #fff;
  color: #005eb8;
}

.nhsuk-header--white .nhsuk-header__account-button, .nhsuk-header--white .nhsuk-header__account-button:visited, .nhsuk-header--white .nhsuk-header__account-link, .nhsuk-header--white .nhsuk-header__account-link:visited, .nhsuk-header--white .nhsuk-header__service-logo, .nhsuk-header--white .nhsuk-header__service-logo:visited, .nhsuk-header--white .nhsuk-header__service-name[href], .nhsuk-header--white .nhsuk-header__service-name[href]:visited {
  color: #005eb8;
}

.nhsuk-header--white .nhsuk-header__account-button:visited .nhsuk-icon, .nhsuk-header--white .nhsuk-header__account-link:visited .nhsuk-icon, .nhsuk-header--white .nhsuk-header__service-logo:visited .nhsuk-icon, .nhsuk-header--white .nhsuk-header__service-name[href]:visited .nhsuk-icon {
  fill: #005eb8;
}

.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, .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 {
  color: #004b93;
  text-decoration: none;
}

.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, .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 {
  fill: #004b93;
}

.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, .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 {
  color: #003d78;
}

.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, .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 {
  fill: #003d78;
}

.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, .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 {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b,0 4px #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}

.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, .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 {
  color: #212b32;
  fill: #212b32;
}

.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, .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 {
  text-decoration: none;
}

.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, .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 {
  box-shadow: inset 0 -4px #212b32;
  color: #212b32;
}

.nhsuk-header--white .nhsuk-header__service-logo:not(:focus):not(:hover) .nhsuk-header__organisation-name {
  color: #212b32;
}

.nhsuk-header--white .nhsuk-header__account {
  background-color: #f0f4f5;
  border-color: #d8dde0;
}

.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) {
  border-color: #aeb7bd;
  border-width: 1px;
  margin-right: -1px;
  padding-left: 11px;
  padding-right: 12px;
}

.nhsuk-header--white .nhsuk-header__search-form .nhsuk-button, .nhsuk-header--white .nhsuk-header__search-submit {
  background-color: #005eb8;
  color: #fff;
}

.nhsuk-header--white .nhsuk-header__search-form .nhsuk-button:active, .nhsuk-header--white .nhsuk-header__search-form .nhsuk-button:hover, .nhsuk-header--white .nhsuk-header__search-submit:active, .nhsuk-header--white .nhsuk-header__search-submit:hover {
  background-color: #004b93;
  border-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 {
  height: 1.5rem;
  margin-bottom: .375rem;
  min-width: auto;
  width: 3.75rem;
}

@media (min-width:40.0625em) {
  .nhsuk-header--organisation .nhsuk-header__logo {
    height: 2rem;
    width: 5rem;
  }
}

.nhsuk-header--organisation .nhsuk-header__service-logo {
  display: block;
}

.nhsuk-header--organisation .nhsuk-header__service-logo:has(svg):not(:focus):hover:before {
  height: 1.5rem;
  width: 3.75rem;
}

@media (min-width:40.0625em) {
  .nhsuk-header--organisation .nhsuk-header__service-logo:has(svg):not(:focus):hover:before {
    height: 2rem;
    width: 5rem;
  }
}

.nhsuk-header__organisation-name {
  display: block;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.1;
}

@media (min-width:40.0625em) {
  .nhsuk-header__organisation-name {
    font-size: 1.375rem;
    line-height: 1.1;
  }
}

.nhsuk-header__organisation-name-descriptor, .nhsuk-header__organisation-name-split {
  display: block;
}

.nhsuk-header__organisation-name-descriptor {
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.6666666667;
}

@media (min-width:40.0625em) {
  .nhsuk-header__organisation-name-descriptor {
    font-size: .875rem;
    line-height: 1.7142857143;
  }
}

.nhsuk-header__organisation-logo {
  border: 0;
  height: auto;
  width: 17.5rem;
}

@media (max-width:28.125em) {
  .nhsuk-header__organisation-logo {
    max-width: 9.375rem;
  }
}

.nhsuk-header__organisation-logo[src$=".svg"] {
  max-width: 13.75rem;
  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 {
  box-shadow: 0 0 0 4px #ffeb3b,0 0 0 8px #212b32;
  outline: 4px solid transparent;
}

/* # sourceMappingURL=nhsuk-frontend.fca07c3.min.css.map */

