@charset "UTF-8";
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:after,
:before {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
@font-face {
  font-family: "Frutiger W01";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/FrutigerLTW01-55Roman.eot#iefix);
  src: url(../fonts/FrutigerLTW01-55Roman.eot#iefix) format("eot"), url(../fonts/FrutigerLTW01-55Roman.woff2)
    format("woff2"), url(../fonts/FrutigerLTW01-55Roman.woff) format("woff"), url(../fonts/FrutigerLTW01-55Roman.ttf)
    format("truetype"), url(../images/FrutigerLTW01-55Roman.svg#7def0e34-f28d-434f-b2ec-472bde847115) format("svg");
}
@font-face {
  font-family: "Frutiger W01";
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/FrutigerLTW01-65Bold.eot#iefix);
  src: url(../fonts/FrutigerLTW01-65Bold.eot#iefix) format("eot"), url(../fonts/FrutigerLTW01-65Bold.woff2)
    format("woff2"), url(../fonts/FrutigerLTW01-65Bold.woff) format("woff"), url(../fonts/FrutigerLTW01-65Bold.ttf)
    format("truetype"), url(../images/FrutigerLTW01-65Bold.svg#eae74276-dd78-47e4-9b27-dac81c3411ca) format("svg");
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
button,
input,
select,
textarea {
  font-family: inherit;
}
a {
  color: #005eb8;
}
a:visited {
  color: #330072;
}
a:hover {
  color: #7c2855;
  text-decoration: none;
}
a:focus {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}
a:focus:hover {
  text-decoration: none;
}
a:focus:visited {
  color: #212b32;
}
a:focus .nhsuk-icon {
  fill: #212b32;
}
a:active {
  color: #002f5c;
}
@media print {
  a:after {
    color: #212b32;
    content: " (Link: " attr(href) ")";
    font-size: 14pt;
  }
}
.ie8 a:focus {
  outline: 1px dotted #212b32;
}
html {
  background-color: #e8f0f2;
  font-family: Frutiger W01, Arial, Sans-serif;
  overflow-y: scroll;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #f5f8f9;
  color: #212b32;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  min-height: 100%;
}
table {
  margin-bottom: 40px;
  border-spacing: 0;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 40.0625em) {
  table {
    margin-bottom: 48px;
  }
}
@media print {
  table {
    page-break-inside: avoid;
  }
}
thead th {
  border-bottom: 2px solid #d8dde0;
}
td,
th {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 8px;
  padding-right: 16px;
  padding-top: 8px;
  border-bottom: 1px solid #d8dde0;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 40.0625em) {
  td,
  th {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  td,
  th {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  td,
  th {
    padding-bottom: 16px;
  }
}
@media (min-width: 40.0625em) {
  td,
  th {
    padding-right: 24px;
  }
}
@media (min-width: 40.0625em) {
  td,
  th {
    padding-top: 16px;
  }
}
td:last-child,
th:last-child {
  padding-right: 0;
}
th {
  font-weight: 600;
}
caption {
  -webkit-clip-path: inset(50%);
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.nhsuk-form-group {
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .nhsuk-form-group {
    margin-bottom: 24px;
  }
}
.nhsuk-form-group .nhsuk-form-group:last-of-type {
  margin-bottom: 0;
}
.nhsuk-form-group--wrapper {
  margin-bottom: 24px;
}
@media (min-width: 40.0625em) {
  .nhsuk-form-group--wrapper {
    margin-bottom: 32px;
  }
}
.nhsuk-form-group--error {
  border-left: 4px solid #d5281b;
  padding-left: 16px;
}
.nhsuk-form-group--error .nhsuk-form-group {
  border: 0;
  padding: 0;
}
.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;
}
@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;
}
@media (min-width: 48.0625em) {
  .nhsuk-grid-column-one-third {
    float: left;
    width: 33.3333%;
  }
}
.nhsuk-grid-column-one-half {
  box-sizing: border-box;
  padding: 0 16px;
}
@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;
}
@media (min-width: 48.0625em) {
  .nhsuk-grid-column-two-thirds {
    float: left;
    width: 66.6666%;
  }
}
.nhsuk-grid-column-three-quarters {
  box-sizing: border-box;
  padding: 0 16px;
}
@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;
}
@media (min-width: 48.0625em) {
  .nhsuk-grid-column-full {
    float: left;
    width: 100%;
  }
}
.nhsuk-main-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}
@media (min-width: 40.0625em) {
  .nhsuk-main-wrapper {
    padding-top: 48px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-main-wrapper {
    padding-bottom: 48px;
  }
}
.nhsuk-main-wrapper > :first-child {
  margin-top: 0;
}
.nhsuk-main-wrapper > :last-child {
  margin-bottom: 0;
}
.nhsuk-main-wrapper--l {
  padding-top: 48px;
}
@media (min-width: 40.0625em) {
  .nhsuk-main-wrapper--l {
    padding-top: 56px;
  }
}
.nhsuk-main-wrapper--s {
  padding-bottom: 24px;
  padding-top: 24px;
}
@media (min-width: 40.0625em) {
  .nhsuk-main-wrapper--s {
    padding-bottom: 32px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-main-wrapper--s {
    padding-top: 32px;
  }
}
.nhsuk-width-container {
  margin: 0 16px;
  max-width: 960px;
}
@media (min-width: 48.0625em) {
  .nhsuk-width-container {
    margin: 0 32px;
  }
}
@media (min-width: 1024px) {
  .nhsuk-width-container {
    margin: 0 auto;
  }
}
.nhsuk-width-container-fluid {
  margin: 0 16px;
  max-width: 100%;
}
@media (min-width: 48.0625em) {
  .nhsuk-width-container-fluid {
    margin: 0 32px;
  }
}
.nhsuk-icon {
  height: 34px;
  width: 34px;
}
.nhsuk-icon__search {
  fill: #005eb8;
}
.nhsuk-icon__chevron-left {
  fill: #005eb8;
}
.nhsuk-icon__chevron-right {
  fill: #005eb8;
}
.nhsuk-icon__close {
  fill: #005eb8;
}
.nhsuk-icon__cross {
  fill: #d5281b;
}
.nhsuk-icon__tick {
  stroke: #007f3b;
}
.nhsuk-icon__arrow-right {
  fill: #005eb8;
}
.nhsuk-icon__arrow-left {
  fill: #005eb8;
}
.nhsuk-icon__arrow-right-circle {
  fill: #007f3b;
}
.nhsuk-icon__chevron-down {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #005eb8;
}
.nhsuk-icon__chevron-down path {
  fill: #fff;
}
.nhsuk-icon__chevron-up {
  fill: #005eb8;
}
.nhsuk-icon__chevron-up path {
  fill: #fff;
}
.nhsuk-icon__emdash path {
  fill: #aeb7bd;
}
.nhsuk-icon__plus {
  fill: #005eb8;
}
.nhsuk-icon__minus {
  fill: #005eb8;
}
.nhsuk-icon--size-25 {
  height: 42.5px;
  width: 42.5px;
}
.nhsuk-icon--size-50 {
  height: 51px;
  width: 51px;
}
.nhsuk-icon--size-75 {
  height: 59.5px;
  width: 59.5px;
}
.nhsuk-icon--size-100 {
  height: 68px;
  width: 68px;
}
.nhsuk-list,
ol,
ul {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 16px;
  list-style-type: none;
  margin-top: 0;
  padding-left: 0;
}
@media (min-width: 40.0625em) {
  .nhsuk-list,
  ol,
  ul {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-list,
  ol,
  ul {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-list,
  ol,
  ul {
    margin-bottom: 24px;
  }
}
.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: 20px;
}
.nhsuk-list--number,
ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.nhsuk-list--cross,
.nhsuk-list--tick {
  list-style: none;
  margin-top: 0;
  padding-left: 40px;
  position: relative;
}
.nhsuk-list--cross svg,
.nhsuk-list--tick svg {
  left: -4px;
  margin-top: -5px;
  position: absolute;
}
.nhsuk-section-break,
hr {
  border: 0;
  margin: 0;
}
.nhsuk-section-break--xl {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (min-width: 40.0625em) {
  .nhsuk-section-break--xl {
    margin-top: 56px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-section-break--xl {
    margin-bottom: 56px;
  }
}
.nhsuk-section-break--l,
hr {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 40.0625em) {
  .nhsuk-section-break--l,
  hr {
    margin-top: 40px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-section-break--l,
  hr {
    margin-bottom: 40px;
  }
}
.nhsuk-section-break--m {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .nhsuk-section-break--m {
    margin-top: 24px;
  }
}
@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 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
  display: block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (min-width: 40.0625em) {
  .nhsuk-heading-xl,
  h1 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.1666666667;
  }
}
@media print {
  .nhsuk-heading-xl,
  h1 {
    font-size: 32pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-heading-xl,
  h1 {
    margin-bottom: 48px;
  }
}
.nhsuk-heading-l,
h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  display: block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .nhsuk-heading-l,
  h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}
@media print {
  .nhsuk-heading-l,
  h2 {
    font-size: 24pt;
    line-height: 1.05;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-heading-l,
  h2 {
    margin-bottom: 24px;
  }
}
.nhsuk-heading-m,
.nhsuk-hub-bottom-content > h2,
h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  display: block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .nhsuk-heading-m,
  .nhsuk-hub-bottom-content > h2,
  h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
@media print {
  .nhsuk-heading-m,
  .nhsuk-hub-bottom-content > h2,
  h3 {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-heading-m,
  .nhsuk-hub-bottom-content > h2,
  h3 {
    margin-bottom: 24px;
  }
}
.nhsuk-heading-s,
.nhsuk-hub-key-links__list-item,
h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  display: block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .nhsuk-heading-s,
  .nhsuk-hub-key-links__list-item,
  h4 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
@media print {
  .nhsuk-heading-s,
  .nhsuk-hub-key-links__list-item,
  h4 {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-heading-s,
  .nhsuk-hub-key-links__list-item,
  h4 {
    margin-bottom: 24px;
  }
}
.nhsuk-heading-xs,
h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .nhsuk-heading-xs,
  h5 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-heading-xs,
  h5 {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-heading-xs,
  h5 {
    margin-bottom: 24px;
  }
}
.nhsuk-heading-xxs,
h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .nhsuk-heading-xxs,
  h6 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-heading-xxs,
  h6 {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-heading-xxs,
  h6 {
    margin-bottom: 24px;
  }
}
.nhsuk-caption-xl {
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  color: #4c6272;
  display: block;
  margin-bottom: 4px;
}
@media (min-width: 40.0625em) {
  .nhsuk-caption-xl {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}
@media print {
  .nhsuk-caption-xl {
    font-size: 24pt;
    line-height: 1.05;
  }
}
.nhsuk-caption-l {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #4c6272;
  display: block;
  margin-bottom: 4px;
}
@media (min-width: 40.0625em) {
  .nhsuk-caption-l {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
@media print {
  .nhsuk-caption-l {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.nhsuk-caption-m {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #4c6272;
  display: block;
}
@media (min-width: 40.0625em) {
  .nhsuk-caption-m {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-caption-m {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.nhsuk-caption--bottom {
  margin-bottom: 0;
  margin-top: 4px;
}
.nhsuk-body-l {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  display: block;
  margin-top: 0;
  margin-bottom: 24px;
}
@media (min-width: 40.0625em) {
  .nhsuk-body-l {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
@media print {
  .nhsuk-body-l {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-body-l {
    margin-bottom: 32px;
  }
}
.nhsuk-body-m,
address,
p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .nhsuk-body-m,
  address,
  p {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-body-m,
  address,
  p {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-body-m,
  address,
  p {
    margin-bottom: 24px;
  }
}
.nhsuk-body-m,
p {
  color: inherit;
}
.nhsuk-body-s {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.7142857143;
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .nhsuk-body-s {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-body-s {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-body-s {
    margin-bottom: 24px;
  }
}
address {
  font-style: normal;
}
.nhsuk-lede-text {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media (min-width: 40.0625em) {
  .nhsuk-lede-text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
@media print {
  .nhsuk-lede-text {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-lede-text {
    margin-bottom: 48px;
  }
}
.nhsuk-lede-text p,
.nhsuk-lede-text ul {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 40.0625em) {
  .nhsuk-lede-text p,
  .nhsuk-lede-text ul {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
@media print {
  .nhsuk-lede-text p,
  .nhsuk-lede-text ul {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.nhsuk-lede-text--small {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (min-width: 40.0625em) {
  .nhsuk-lede-text--small {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
@media print {
  .nhsuk-lede-text--small {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@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-m + .nhsuk-heading-l,
.nhsuk-body-m + h2,
.nhsuk-body-s + .nhsuk-heading-l,
.nhsuk-body-s + h2,
.nhsuk-list + .nhsuk-heading-l,
.nhsuk-list + h2,
address + .nhsuk-heading-l,
address + h2,
ol + .nhsuk-heading-l,
ol + h2,
p + .nhsuk-heading-l,
p + h2,
ul + .nhsuk-heading-l,
ul + h2 {
  padding-top: 16px;
}
@media (min-width: 40.0625em) {
  .nhsuk-body-m + .nhsuk-heading-l,
  .nhsuk-body-m + h2,
  .nhsuk-body-s + .nhsuk-heading-l,
  .nhsuk-body-s + h2,
  .nhsuk-list + .nhsuk-heading-l,
  .nhsuk-list + h2,
  address + .nhsuk-heading-l,
  address + h2,
  ol + .nhsuk-heading-l,
  ol + h2,
  p + .nhsuk-heading-l,
  p + h2,
  ul + .nhsuk-heading-l,
  ul + h2 {
    padding-top: 24px;
  }
}
.nhsuk-body-m + .nhsuk-heading-m,
.nhsuk-body-m + .nhsuk-heading-s,
.nhsuk-body-m + .nhsuk-hub-key-links__list-item,
.nhsuk-body-m + h3,
.nhsuk-body-m + h4,
.nhsuk-body-s + .nhsuk-heading-m,
.nhsuk-body-s + .nhsuk-heading-s,
.nhsuk-body-s + .nhsuk-hub-key-links__list-item,
.nhsuk-body-s + h3,
.nhsuk-body-s + h4,
.nhsuk-hub-bottom-content > .nhsuk-body-m + h2,
.nhsuk-hub-bottom-content > .nhsuk-body-s + h2,
.nhsuk-hub-bottom-content > .nhsuk-list + h2,
.nhsuk-hub-bottom-content > address + h2,
.nhsuk-hub-bottom-content > ol + h2,
.nhsuk-hub-bottom-content > p + h2,
.nhsuk-hub-bottom-content > ul + h2,
.nhsuk-list + .nhsuk-heading-m,
.nhsuk-list + .nhsuk-heading-s,
.nhsuk-list + .nhsuk-hub-key-links__list-item,
.nhsuk-list + h3,
.nhsuk-list + h4,
address + .nhsuk-heading-m,
address + .nhsuk-heading-s,
address + .nhsuk-hub-key-links__list-item,
address + h3,
address + h4,
ol + .nhsuk-heading-m,
ol + .nhsuk-heading-s,
ol + .nhsuk-hub-key-links__list-item,
ol + h3,
ol + h4,
p + .nhsuk-heading-m,
p + .nhsuk-heading-s,
p + .nhsuk-hub-key-links__list-item,
p + h3,
p + h4,
ul + .nhsuk-heading-m,
ul + .nhsuk-heading-s,
ul + .nhsuk-hub-key-links__list-item,
ul + h3,
ul + h4 {
  padding-top: 4px;
}
@media (min-width: 40.0625em) {
  .nhsuk-body-m + .nhsuk-heading-m,
  .nhsuk-body-m + .nhsuk-heading-s,
  .nhsuk-body-m + .nhsuk-hub-key-links__list-item,
  .nhsuk-body-m + h3,
  .nhsuk-body-m + h4,
  .nhsuk-body-s + .nhsuk-heading-m,
  .nhsuk-body-s + .nhsuk-heading-s,
  .nhsuk-body-s + .nhsuk-hub-key-links__list-item,
  .nhsuk-body-s + h3,
  .nhsuk-body-s + h4,
  .nhsuk-hub-bottom-content > .nhsuk-body-m + h2,
  .nhsuk-hub-bottom-content > .nhsuk-body-s + h2,
  .nhsuk-hub-bottom-content > .nhsuk-list + h2,
  .nhsuk-hub-bottom-content > address + h2,
  .nhsuk-hub-bottom-content > ol + h2,
  .nhsuk-hub-bottom-content > p + h2,
  .nhsuk-hub-bottom-content > ul + h2,
  .nhsuk-list + .nhsuk-heading-m,
  .nhsuk-list + .nhsuk-heading-s,
  .nhsuk-list + .nhsuk-hub-key-links__list-item,
  .nhsuk-list + h3,
  .nhsuk-list + h4,
  address + .nhsuk-heading-m,
  address + .nhsuk-heading-s,
  address + .nhsuk-hub-key-links__list-item,
  address + h3,
  address + h4,
  ol + .nhsuk-heading-m,
  ol + .nhsuk-heading-s,
  ol + .nhsuk-hub-key-links__list-item,
  ol + h3,
  ol + h4,
  p + .nhsuk-heading-m,
  p + .nhsuk-heading-s,
  p + .nhsuk-hub-key-links__list-item,
  p + h3,
  p + h4,
  ul + .nhsuk-heading-m,
  ul + .nhsuk-heading-s,
  ul + .nhsuk-hub-key-links__list-item,
  ul + h3,
  ul + 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-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-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-font-size-64 {
  font-size: 48px !important;
  font-size: 3rem !important;
  line-height: 1.1666666667 !important;
}
@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-64 {
    font-size: 64px !important;
    font-size: 4rem !important;
    line-height: 1.125 !important;
  }
}
@media print {
  .nhsuk-u-font-size-64 {
    font-size: 53pt !important;
    line-height: 1.1 !important;
  }
}
.nhsuk-u-font-size-48 {
  font-size: 32px !important;
  font-size: 2rem !important;
  line-height: 1.25 !important;
}
@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-48 {
    font-size: 48px !important;
    font-size: 3rem !important;
    line-height: 1.1666666667 !important;
  }
}
@media print {
  .nhsuk-u-font-size-48 {
    font-size: 32pt !important;
    line-height: 1.15 !important;
  }
}
.nhsuk-u-font-size-32 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
  line-height: 1.3333333333 !important;
}
@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-32 {
    font-size: 32px !important;
    font-size: 2rem !important;
    line-height: 1.25 !important;
  }
}
@media print {
  .nhsuk-u-font-size-32 {
    font-size: 24pt !important;
    line-height: 1.05 !important;
  }
}
.nhsuk-u-font-size-24 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  line-height: 1.4 !important;
}
@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-24 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 1.3333333333 !important;
  }
}
@media print {
  .nhsuk-u-font-size-24 {
    font-size: 18pt !important;
    line-height: 1.15 !important;
  }
}
.nhsuk-u-font-size-22 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  line-height: 1.5555555556 !important;
}
@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-22 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    line-height: 1.4545454545 !important;
  }
}
@media print {
  .nhsuk-u-font-size-22 {
    font-size: 18pt !important;
    line-height: 1.15 !important;
  }
}
.nhsuk-u-font-size-19 {
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}
@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-19 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
    line-height: 1.4736842105 !important;
  }
}
@media print {
  .nhsuk-u-font-size-19 {
    font-size: 14pt !important;
    line-height: 1.15 !important;
  }
}
.nhsuk-u-font-size-16 {
  font-size: 14px !important;
  font-size: .875rem !important;
  line-height: 1.7142857143 !important;
}
@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-16 {
    font-size: 16px !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }
}
@media print {
  .nhsuk-u-font-size-16 {
    font-size: 14pt !important;
    line-height: 1.2 !important;
  }
}
.nhsuk-u-font-size-14 {
  font-size: 12px !important;
  font-size: .75rem !important;
  line-height: 1.6666666667 !important;
}
@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-14 {
    font-size: 14px !important;
    font-size: .875rem !important;
    line-height: 1.7142857143 !important;
  }
}
@media print {
  .nhsuk-u-font-size-14 {
    font-size: 12pt !important;
    line-height: 1.2 !important;
  }
}
.nhsuk-u-font-weight-normal {
  font-weight: 400 !important;
}
.nhsuk-u-font-weight-bold {
  font-weight: 600 !important;
}
.nhsuk-u-secondary-text-color {
  color: #4c6272 !important;
}
.nhsuk-u-visually-hidden {
  -webkit-clip-path: inset(50%);
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.nhsuk-u-width-full {
  width: 100% !important;
}
.nhsuk-u-width-three-quarters {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .nhsuk-u-width-three-quarters {
    width: 75% !important;
  }
}
.nhsuk-u-width-two-thirds {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .nhsuk-u-width-two-thirds {
    width: 66.66% !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.33% !important;
  }
}
.nhsuk-u-width-one-quarter {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .nhsuk-u-width-one-quarter {
    width: 25% !important;
  }
}
.nhsuk-action-link {
  margin-bottom: 32px;
}
@media (min-width: 40.0625em) {
  .nhsuk-action-link {
    margin-bottom: 40px;
  }
}
.nhsuk-action-link__link {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  display: inline-block;
  font-weight: 600;
  padding-left: 38px;
  position: relative;
  text-decoration: none;
}
@media (min-width: 40.0625em) {
  .nhsuk-action-link__link {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
@media print {
  .nhsuk-action-link__link {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.nhsuk-action-link__link:hover .nhsuk-action-link__text {
  text-decoration: underline;
}
.nhsuk-action-link__link:focus {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}
.nhsuk-action-link__link:focus:hover .nhsuk-action-link__text {
  color: #212b32;
  text-decoration: none;
}
@media (max-width: 40.0525em) {
  .nhsuk-action-link__link {
    padding-left: 26px;
  }
}
@media print {
  .nhsuk-action-link__link {
    color: #212b32;
  }
  .nhsuk-action-link__link:visited {
    color: #212b32;
  }
}
.nhsuk-action-link__link .nhsuk-icon__arrow-right-circle {
  fill: #007f3b;
  height: 36px;
  left: -3px;
  position: absolute;
  top: -2px;
  width: 36px;
}
@media print {
  .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle {
    color: #212b32;
    fill: #212b32;
  }
  .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle:active,
  .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle:focus,
  .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle:visited {
    color: #212b32;
  }
}
@media (max-width: 40.0525em) {
  .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle {
    height: 24px;
    left: -2px;
    margin-bottom: 0;
    top: 2px;
    width: 24px;
  }
}
.nhsuk-back-link {
  margin-bottom: 16px;
}
.nhsuk-back-link__link {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.7142857143;
  display: inline-block;
  padding-left: 16px;
  position: relative;
  text-decoration: none;
}
@media (min-width: 40.0625em) {
  .nhsuk-back-link__link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-back-link__link {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.nhsuk-back-link__link .nhsuk-icon__chevron-left {
  height: 24px;
  left: -8px;
  position: absolute;
  top: -1px;
  width: 24px;
}
.nhsuk-back-link__link:visited {
  color: #005eb8;
}
.nhsuk-back-link__link:hover {
  color: #7c2855;
  text-decoration: underline;
}
.nhsuk-back-link__link:hover .nhsuk-icon__chevron-left {
  fill: #7c2855;
}
.nhsuk-back-link__link:focus .nhsuk-icon__chevron-left {
  fill: #212b32;
}
.nhsuk-breadcrumb {
  background-color: #fff;
  padding-bottom: 12px;
  padding-top: 12px;
}
@media print {
  .nhsuk-breadcrumb {
    display: none;
  }
}
.nhsuk-breadcrumb .nhsuk-icon__chevron-right {
  fill: #aeb7bd;
  height: 18px;
  position: relative;
  top: 5px;
  width: 18px;
}
@media (min-width: 61.875em) {
  .nhsuk-breadcrumb .nhsuk-icon__chevron-right {
    margin: 0 3px 0 5px;
  }
}
.nhsuk-breadcrumb .nhsuk-icon__chevron-left {
  float: left;
  height: 24px;
  left: -8px;
  position: relative;
  width: 24px;
}
.nhsuk-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 40.0525em) {
  .nhsuk-breadcrumb__list {
    display: none;
  }
}
.nhsuk-breadcrumb__item {
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.7142857143;
  background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__chevron-right' xmlns='http://www.w3.org/2000/svg' fill='%23aeb7bd' height='18' width='18' viewBox='0 0 24 24' aria-hidden='true'%3E%3Cpath d='M15.5 12a1 1 0 0 1-.29.71l-5 5a1 1 0 0 1-1.42-1.42l4.3-4.29-4.3-4.29a1 1 0 0 1 1.42-1.42l5 5a1 1 0 0 1 .29.71z'%3E%3C/path%3E%3C/svg%3E")
    right -1px top 4px no-repeat;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 3px;
  padding-right: 27px;
}
@media (min-width: 40.0625em) {
  .nhsuk-breadcrumb__item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-breadcrumb__item {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.nhsuk-breadcrumb__item:first-child {
  padding-left: 0;
}
.nhsuk-breadcrumb__item:last-child {
  background: 0 0;
}
.nhsuk-breadcrumb__link:focus:hover {
  color: #212b32;
}
.nhsuk-breadcrumb__link:visited {
  color: #005eb8;
}
.nhsuk-breadcrumb__link:visited:hover {
  color: #7c2855;
}
.nhsuk-breadcrumb__back {
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.7142857143;
  background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__chevron-left' xmlns='http://www.w3.org/2000/svg' fill='%23005eb8' height='24' width='24' viewBox='0 0 24 24' aria-hidden='true'%3E%3Cpath d='M8.5 12c0-.3.1-.5.3-.7l5-5c.4-.4 1-.4 1.4 0s.4 1 0 1.4L10.9 12l4.3 4.3c.4.4.4 1 0 1.4s-1 .4-1.4 0l-5-5c-.2-.2-.3-.4-.3-.7z'%3E%3C/path%3E%3C/svg%3E")
    -8px center no-repeat;
  margin: 0;
  padding-left: 24px;
}
@media (min-width: 40.0625em) {
  .nhsuk-breadcrumb__back {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-breadcrumb__back {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-breadcrumb__back {
    display: none;
  }
}
.nhsuk-breadcrumb__backlink {
  left: -8px;
  position: relative;
}
.nhsuk-breadcrumb__backlink:visited {
  color: #005eb8;
}
.nhsuk-breadcrumb__backlink:visited:hover {
  color: #7c2855;
}
.ie8 .nhsuk-breadcrumb__back {
  display: none;
}
.nhsuk-section {
  background-color: #f5f8f9;
}
.nhsuk-section:nth-of-type(odd) {
  background: #e8f0f2;
}
.app-section--white {
  background-color: #fff !important;
}
.app-section--blue {
  background-color: #e8f0f2 !important;
}
