@charset "UTF-8";
/*********************************************************************************************
Theme Name: Nightingale 2.0
Theme URI: http://www.leadershipacademy.nhs.uk/
Author: Tony Blacker, NHS Leadership Academy
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: nightingale-2-0
Tags: NHS, NHS Digital, NHS Frontend, National Health Service, Leadership Academy
Description: NHS Digital frontend framework WordPress theme
Version: 1.0.1

**********************************************************************************************/
/* ==========================================================================
   GENERIC / #BOX-SIZING
   ========================================================================== */
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * http://paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -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("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/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("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.svg#eae74276-dd78-47e4-9b27-dac81c3411ca") format("svg");
}

/* ==========================================================================
   GENERIC / #IE
   ========================================================================== */
/**
 * Add the correct display for HTML5 elements in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* ==========================================================================
   ELEMENTS / #FORMS
   ========================================================================== */
/**
 * Make sure our form elements don’t use any UA-specific font styles: we want
 * them to use ours. This may need reverting as more design information becomes
 * available, and we start putting together more complete forms.
 */
button,
input,
select,
textarea {
  font-family: inherit;
}

/* ==========================================================================
   ELEMENTS / #LINKS
   ========================================================================== */
/**
 * Our basic `<a>` elements only need very minimal styling.
 * It uses the @mixin nhsuk-link-style-default within tools/links.
 * Anything more opinionated (e.g. buttons, calls-to-action, etc.) will need a
 * class defining in the Components layer.
 *
 * 1. Outputs full link URL for print.
 * 2. Point unit used for print.
 */
a {
  color: #005eb8;
}

a:visited {
  color: #330072;
}

a:focus {
  background-color: #ffb81C;
  box-shadow: 0 0 0 4px #ffb81C;
  color: #212b32;
  outline: 4px solid transparent;
  outline-offset: 4px;
}

a:hover {
  background-color: #ffcd60;
  box-shadow: 0 0 0 4px #ffcd60;
  color: #212b32;
  text-decoration: none;
}

a:active {
  color: #374047;
}

@media print {
  a:after {
    color: #212b32;
    content: " (Link: " attr(href) ")";
    /* [1] */
    font-size: 14pt;
    /* [2] */
  }
}

/* ==========================================================================
   ELEMENTS / #PAGE
   ========================================================================== */
/**
 * High-level, page-level styling.
 *
 * 1. The reason for this is to prevent "centering jumps" when navigating back
 *    and forth between pages with enough content to have a vertical scroll bar
 *    and pages that do not.
 * 2. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 * 3. Override the user agent style margin of 8px.
 * 4. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  background-color: #d8dde0;
  font-family: Frutiger W01, Helvetica, Arial, Sans-serif;
  overflow-y: scroll;
  /* [1] */
}

body {
  -moz-osx-font-smoothing: grayscale;
  /* [2] */
  -webkit-font-smoothing: antialiased;
  /* [2] */
  background-color: #f0f4f5;
  color: #212b32;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  /* [3] */
  min-height: 100%;
  /* [4] */
}

/* ==========================================================================
   ELEMENTS / #TABLES
   ========================================================================== */
/**
 * 1. Force `<table>`s to be full-width by default.
 * 2. Captions are used to improve accessibility,
 *    but we do not need them visually displayed.
 */
table {
  margin-bottom: 40px;
  margin-top: 40px;
  border-spacing: 0;
  vertical-align: top;
  width: 100%;
  /* [1] */
}

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

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

@media print {
  table {
    page-break-inside: avoid;
  }
}

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

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

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

@media print {
  th,
  td {
    font-size: 14pt;
    line-height: 1.15;
  }
}

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

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;
  /* [2] */
}

.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 #da291c;
  padding-left: 16px;
}

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

/* ==========================================================================
   OBJECTS / #GRID
   ========================================================================== */
.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%;
  }
}

/* ==========================================================================
   OBJECTS / #MAIN-WRAPPER
   ========================================================================== */
/**
 * Page wrapper for the grid system
 *
 * Usage:
 * <div class="nhsuk-width-container">
 *   <div class="nhsuk-main-wrapper">
 *    <!-- Wrapper for the main content of your page which applies padding
 *         to the top / bottom -->
 *   </div>
 * </div>
 *
 * Original code taken from GDS (Government Digital Service)
 * https://github.com/alphagov/govuk-frontend
 *
 * 1. In IE11 the `main` element can be used, but is not recognized  –
 *    meaning it's not defined in IE's default style sheet,
 *    so it uses CSS initial value, which is inline.
 */
.nhsuk-main-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  /* [1] */
}

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

/* ==========================================================================
   OBJECTS / #WIDTH-CONTAINER
   ========================================================================== */
/**
 * Page width for the grid system
 *
 * Original code taken from GDS (Government Digital Service)
 * https://github.com/alphagov/govuk-frontend
 *
 * 1. On mobile, add half width gutters
 * 2. Limit the width of the container to the page width
 * 3. From desktop, add full width gutters
 * 4. As soon as the viewport is greater than the width of the page plus the
 *    gutters, just centre the content instead of adding gutters.
 * 5. Full width container, spanning the entire width of the viewport
 */
.nhsuk-width-container {
  margin: 0 16px;
  /* [1] */
  max-width: 960px;
  /* [2] */
  /* [4] */
}

@media (min-width: 48.0625em) {
  .nhsuk-width-container {
    margin: 0 32px;
    /* [3] */
  }
}

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

.nhsuk-width-container-fluid {
  margin: 0 16px;
  max-width: 100%;
  /* [5] */
}

@media (min-width: 48.0625em) {
  .nhsuk-width-container-fluid {
    margin: 0 32px;
    /* [3] */
  }
}

/* ==========================================================================
   STYLES / #ICONS
   ========================================================================== */
/**
 * We use SVGs for our icons, with no PNG fallback.
 *
 * For IE8 support, alternate styling is applied to the components using icons.
 */
.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: #da291c;
}

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

.nhsuk-icon__chevron-up {
  fill: #005eb8;
}

.nhsuk-icon__chevron-up path {
  fill: #ffffff;
}

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

/* ==========================================================================
   STYLES / #LISTS
   ========================================================================== */
/**
 * 1. 'Random number' used to align ul and ol left with content.
 * 2. 'Random number' used to give sufficient spacing between text and icon.
 * 3. 'Random number' used to align icon and text.
 */
.nhsuk-list, ul, ol {
  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, ul, ol {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

@media print {
  .nhsuk-list, ul, ol {
    font-size: 14pt;
    line-height: 1.15;
  }
}

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

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

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

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

.nhsuk-list--bullet, ul {
  list-style-type: disc;
  padding-left: 20px;
  /* [1] */
}

.nhsuk-list--number, ol {
  list-style-type: decimal;
  padding-left: 20px;
  /* [1] */
}

.nhsuk-list--tick,
.nhsuk-list--cross {
  list-style: none;
  margin-top: 0;
  padding-left: 40px;
  /* [2] */
  position: relative;
}

.nhsuk-list--tick svg,
.nhsuk-list--cross svg {
  left: -4px;
  /* [3] */
  margin-top: -5px;
  /* [3] */
  position: absolute;
}

/* ==========================================================================
   STYLES / #SECTION-BREAK
   ========================================================================== */
/**
 * 1. Extended the section-break--l code for usage of a semantic <hr> with
 * no class name.
 *
 * Original code taken from GDS (Government Digital Service)
 * https://github.com/alphagov/govuk-frontend
 */
.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;
}

hr {
  /* [1] */
}

/* ==========================================================================
   STYLES / #TYPOGRAPHY
   ========================================================================== */
/* Headings */
h1,
.nhsuk-heading-xl {
  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) {
  h1,
  .nhsuk-heading-xl {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.16667;
  }
}

@media print {
  h1,
  .nhsuk-heading-xl {
    font-size: 32pt;
    line-height: 1.15;
  }
}

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

h2,
.nhsuk-heading-l {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333;
  display: block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}

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

@media print {
  h2,
  .nhsuk-heading-l {
    font-size: 24pt;
    line-height: 1.05;
  }
}

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

h3,
.nhsuk-heading-m {
  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) {
  h3,
  .nhsuk-heading-m {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}

@media print {
  h3,
  .nhsuk-heading-m {
    font-size: 18pt;
    line-height: 1.15;
  }
}

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

h4,
.nhsuk-heading-s {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55556;
  display: block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}

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

@media print {
  h4,
  .nhsuk-heading-s {
    font-size: 18pt;
    line-height: 1.15;
  }
}

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

h5,
.nhsuk-heading-xs {
  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) {
  h5,
  .nhsuk-heading-xs {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

@media print {
  h5,
  .nhsuk-heading-xs {
    font-size: 14pt;
    line-height: 1.15;
  }
}

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

h6,
.nhsuk-heading-xxs {
  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) {
  h6,
  .nhsuk-heading-xxs {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

@media print {
  h6,
  .nhsuk-heading-xxs {
    font-size: 14pt;
    line-height: 1.15;
  }
}

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

/* Captions to be used inside headings */
.nhsuk-caption-xl {
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333;
  color: #425563;
  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: #425563;
  display: block;
  margin-bottom: 4px;
}

@media (min-width: 40.0625em) {
  .nhsuk-caption-l {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}

@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: #425563;
  display: block;
}

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

@media print {
  .nhsuk-caption-m {
    font-size: 14pt;
    line-height: 1.15;
  }
}

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

/* Body (paragraphs) */
.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.33333;
  }
}

@media print {
  .nhsuk-body-l {
    font-size: 18pt;
    line-height: 1.15;
  }
}

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

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

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

@media print {
  p,
  .nhsuk-body-m, address {
    font-size: 14pt;
    line-height: 1.15;
  }
}

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

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

.nhsuk-body-s {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  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;
}

/**
 * Lede text
 *
 * 1. Apply lede text styling to p and ul within the lede element
 * 2. Reduces the spacing between the page heading and the lede text
 */
.nhsuk-lede-text {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 40px;
  /* [1] */
}

@media (min-width: 40.0625em) {
  .nhsuk-lede-text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}

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

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

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

/* [2] */
h1 + .nhsuk-lede-text,
h1 + .nhsuk-lede-text--small {
  margin-top: -24px;
}

/**
 * Contextual adjustments
 *
 * Add top padding to headings that appear directly after paragraphs.
 *
 * Original code taken from GDS (Government Digital Service)
 * https://github.com/alphagov/nhsuk-frontend
 */
.nhsuk-body-l + h2,
.nhsuk-body-l + .nhsuk-heading-l {
  padding-top: 4px;
}

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

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

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

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

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

/* Font weight for <strong> and <b> */
strong,
b {
  font-weight: 600;
}

/* ==========================================================================
   UTILITIES / #CLEARFIX
   ========================================================================== */
/**
 * Automatically clear an elements
 * child elements
 *
 * Usage: class="nhsuk-u-clear"
 * See tools/mixins
 */
.nhsuk-u-clear:after {
  clear: both;
  content: '';
  display: block;
}

/* ==========================================================================
   UTILITIES / #GRID
   ========================================================================== */
/**
 * Force grid widths on all screen sizes
 * By default all grid elements will go to 100% width
 * on screen sizes below tablet, these utilities can force
 * custom widths on all screen sizes
 *
 * Usage: class="nhsuk-u-one-half"
 */
.nhsuk-u-one-half {
  float: left;
  width: 50% !important;
}

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

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

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

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

/**
 * Force grid widths on screen sizes on tablet
 * and above
 *
 * By default all grid elements will go to 100% width
 * on every screen size, these utilities can force
 * custom widths on screen sizes on tablet
 * and above
 *
 * Usage: class="nhsuk-u-one-half-tablet"
 */
.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.33333% !important;
  }
}

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

@media (min-width: 40.0625em) {
  .nhsuk-u-two-thirds-tablet {
    float: left;
    width: 66.66667% !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;
  }
}

/* ==========================================================================
   UTILITIES / #LINK-NOWRAP
   ========================================================================== */
/**
 * Prevent long anchor links from line breaking
 * on smaller screens
 *
 * Usage: class="nhsuk-u-nowrap"
 */
@media (max-width: 40.0525em) {
  .nhsuk-u-nowrap {
    white-space: nowrap;
  }
}

/* ==========================================================================
   UTILITIES / #READING-WIDTH
   ========================================================================== */
/**
 * Reading width mixin, add a maximum width
 * to large pieces of content
 *
 * Usage: class="nhsuk-u-reading-width"
 * See tools/mixins
 */
.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;
  }
}

/* ==========================================================================
   UTILITIES / #TYPOGRAPHY
   ========================================================================== */
/**
 * Font size and line height
 *
 * Generate typography override classes for each responsive font map in the
 * typography scale eg .nhsuk-u-font-size-48
 *
 * Original code taken from GDS (Government Digital Service)
 * https://github.com/alphagov/govuk-frontend
 */
.nhsuk-u-font-size-64 {
  font-size: 48px !important;
  font-size: 3rem !important;
  line-height: 1.16667 !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.16667 !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.33333 !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.33333 !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.55556 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-22 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    line-height: 1.45455 !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.47368 !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: 0.875rem !important;
  line-height: 1.71429 !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: 0.75rem !important;
  line-height: 1.66667 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-14 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    line-height: 1.71429 !important;
  }
}

@media print {
  .nhsuk-u-font-size-14 {
    font-size: 12pt !important;
    line-height: 1.2 !important;
  }
}

/* Weights
   ========================================================================== */
/**
 * Generate font weight override classes for normal and bold
 * eg .nhsuk-u-font-weight-normal
 */
.nhsuk-u-font-weight-normal {
  font-weight: 400 !important;
}

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

/* Colours
   ========================================================================== */
/**
 * Secondary text colour $nhsuk-secondary-text-color
 * eg <p class="nhsuk-u-secondary-text-color">Published on: 15 March 2018</p>
 */
.nhsuk-u-secondary-text-color {
  color: #425563 !important;
}

/* ==========================================================================
   UTILITIES / #VISUALLY-HIDDEN
   ========================================================================== */
/**
 * Hide elements visually but keep it in the DOM
 *
 * Usage: class="nhsuk-u-visually-hidden"
 * See tools/mixins
 */
.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;
}

/* ==========================================================================
   UTILITIES / #WIDTH
   ========================================================================== */
/**
 * Original code taken from GDS (Government Digital Service)
 * https://github.com/alphagov/govuk-frontend
 * Force element widths on all screen sizes
 *
 * Usage: class="nhsuk-u-width-full"
 */
.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;
  }
}

/* ==========================================================================
   COMPONENTS/ #ACTION-LINK
   ========================================================================== */
/**
 * 1. Display is inline-block so the top and bottom margins/paddings are
 *    respected.
 * 2. 'Random number' is used to properly have sufficient space between icon
 *    and text.
 * 3. Position is relative so the arrow icon can display absolute.
 * 4. Text decoration none used to override default <a> styling.
 * 5. Box shadow 8px used instead of the default 4px.
 * 6. Text decoration underline used to override default <a> styling.
 */
.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.55556;
  display: inline-block;
  /* [1] */
  font-weight: 600;
  padding-left: 42px;
  /* [2] */
  position: relative;
  /* [3] */
  text-decoration: none;
  /* [4] */
}

@media (min-width: 40.0625em) {
  .nhsuk-action-link__link {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.45455;
  }
}

@media print {
  .nhsuk-action-link__link {
    font-size: 18pt;
    line-height: 1.15;
  }
}

@media (max-width: 40.0525em) {
  .nhsuk-action-link__link {
    padding-left: 36px;
    /* [2] */
  }
}

@media print {
  .nhsuk-action-link__link {
    color: #212b32;
  }
  .nhsuk-action-link__link:visited {
    color: #212b32;
  }
}

.nhsuk-action-link__link:focus {
  box-shadow: 0 0 0 8px #ffb81C;
  /* [5] */
}

.nhsuk-action-link__link:focus .nhsuk-action-link__text {
  text-decoration: underline;
}

.nhsuk-action-link__link:hover {
  box-shadow: 0 0 0 8px #ffcd60;
  /* [5] */
}

.nhsuk-action-link__link:hover .nhsuk-action-link__text {
  text-decoration: underline;
  /* [6] */
}

.nhsuk-action-link__link .nhsuk-icon__arrow-right-circle {
  fill: #007f3b;
  height: 40px;
  left: -3px;
  position: absolute;
  top: -4px;
  width: 40px;
}

@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: 34px;
    margin-bottom: -9px;
    top: -3px;
    width: 34px;
  }
}

/* ==========================================================================
   COMPONENTS/ #BACK-LINK
   ========================================================================== */
/**
 * 1. Allow space for the arrow.
 * 2. Align the icon with the start of the back link.
 * 3. Align the icon with the middle of the text.
 */
.nhsuk-back-link {
  margin-bottom: 16px;
}

.nhsuk-back-link__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  display: inline-block;
  padding-left: 16px;
  /* 1 */
  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;
  /* 2 */
  position: absolute;
  top: -1px;
  /* 3 */
  width: 24px;
}

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

.nhsuk-back-link__link:hover {
  text-decoration: underline;
}

.nhsuk-back-link__link:hover, .nhsuk-back-link__link:focus {
  color: #212b32;
}

.nhsuk-back-link__link:hover .nhsuk-icon__chevron-left, .nhsuk-back-link__link:focus .nhsuk-icon__chevron-left {
  fill: #212b32;
}

/* ==========================================================================
   COMPONENTS/ #BUTTON
   ========================================================================== */
/**
 * 1. Ensure that any global link styles are overridden.
 * 2. Fix unwanted button padding in Firefox.
 * 3. Use a pseudo element to expand the click target area to include the
 *    button's shadow as well, in case users try to click it.
 */
.nhsuk-button, .wp-block-button__link, .wp-block-file__button, .wp-block-file a.wp-block-file__button, .wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 28px;
  -webkit-appearance: none;
  background-color: #007f3b;
  border: 2px solid transparent;
  border-radius: 4px;
  box-shadow: 0 4px 0 #003317;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin-top: 0;
  padding: 12px 16px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: auto;
  /* 2 */
  /* 3 */
  /* 4 */
}

@media (min-width: 40.0625em) {
  .nhsuk-button, .wp-block-button__link, .wp-block-file__button, .wp-block-file a.wp-block-file__button, .wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

@media print {
  .nhsuk-button, .wp-block-button__link, .wp-block-file__button, .wp-block-file a.wp-block-file__button, .wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.nhsuk-button:focus, .wp-block-button__link:focus, .wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:focus {
  box-shadow: 0 0 0 4px #ffb81C;
  outline: 4px solid transparent;
  outline-offset: 4px;
}

@media (min-width: 40.0625em) {
  .nhsuk-button, .wp-block-button__link, .wp-block-file__button, .wp-block-file a.wp-block-file__button, .wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
    margin-bottom: 36px;
  }
}

@media (max-width: 40.0525em) {
  .nhsuk-button, .wp-block-button__link, .wp-block-file__button, .wp-block-file a.wp-block-file__button, .wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
    padding: 8px 16px;
  }
}

.nhsuk-button:link, .wp-block-button__link:link, .wp-block-file__button:link, .wp-block-file a.wp-block-file__button:link, .nhsuk-button:visited, .wp-block-button__link:visited, .wp-block-file__button:visited, .wp-block-file a.wp-block-file__button:visited, .nhsuk-button:active, .wp-block-button__link:active, .wp-block-file__button:active, .wp-block-file a.wp-block-file__button:active, .nhsuk-button:hover, .wp-block-button__link:hover, .wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:hover {
  color: #ffffff;
  text-decoration: none;
}

.nhsuk-button::-moz-focus-inner, .wp-block-button__link::-moz-focus-inner, .wp-block-file__button::-moz-focus-inner, .wp-block-file a.wp-block-file__button::-moz-focus-inner, .wp-block-file a.wp-block-file__button:active::-moz-focus-inner, .wp-block-file a.wp-block-file__button:focus::-moz-focus-inner, .wp-block-file a.wp-block-file__button:hover::-moz-focus-inner, .wp-block-file a.wp-block-file__button:visited::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.nhsuk-button:hover, .wp-block-button__link:hover, .wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:hover, .nhsuk-button:focus, .wp-block-button__link:focus, .wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:focus {
  background-color: #00662f;
}

.nhsuk-button:active, .wp-block-button__link:active, .wp-block-file__button:active, .wp-block-file a.wp-block-file__button:active {
  box-shadow: none;
  top: 4px;
}

.nhsuk-button::before, .wp-block-button__link::before, .wp-block-file__button::before, .wp-block-file a.wp-block-file__button::before, .wp-block-file a.wp-block-file__button:active::before, .wp-block-file a.wp-block-file__button:focus::before, .wp-block-file a.wp-block-file__button:hover::before, .wp-block-file a.wp-block-file__button:visited::before {
  background: transparent;
  bottom: -6px;
  content: '';
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
}

.nhsuk-button:active::before, .wp-block-button__link:active::before, .wp-block-file__button:active::before, .wp-block-file a.wp-block-file__button:active::before {
  top: -6px;
}

/**
 * Button variations
 */
.nhsuk-button--secondary, .is-style-secondary {
  background-color: #425563;
  box-shadow: 0 4px 0 #232e35;
}

.nhsuk-button--secondary:hover, .is-style-secondary:hover, .nhsuk-button--secondary:focus, .is-style-secondary:focus {
  background-color: #384854;
}

.nhsuk-button--secondary.nhsuk-button--disabled, .nhsuk-button--disabled.is-style-secondary {
  background-color: #425563;
}

.nhsuk-button--reverse, .is-style-reverse {
  background-color: #ffffff;
  box-shadow: 0 4px 0 #212b32;
  color: #212b32;
}

.nhsuk-button--reverse:hover, .is-style-reverse:hover, .nhsuk-button--reverse:focus, .is-style-reverse:focus {
  background-color: #f2f2f2;
  color: #212b32;
}

.nhsuk-button--reverse:link, .is-style-reverse:link {
  color: #212b32;
}

.nhsuk-button--reverse.nhsuk-button--disabled, .nhsuk-button--disabled.is-style-reverse {
  background-color: #ffffff;
}

.nhsuk-button--reverse.nhsuk-button--disabled:focus, .nhsuk-button--disabled.is-style-reverse:focus {
  background-color: #ffffff;
}

/**
 * Button disabled states
 */
.nhsuk-button--disabled,
.nhsuk-button[disabled="disabled"],
.wp-block-button__link[disabled="disabled"],
.wp-block-file__button[disabled="disabled"],
.wp-block-file a.wp-block-file__button[disabled="disabled"],
.nhsuk-button[disabled],
.wp-block-button__link[disabled],
.wp-block-file__button[disabled],
.wp-block-file a.wp-block-file__button[disabled] {
  background-color: #007f3b;
  opacity: 0.5;
  pointer-events: none;
}

.nhsuk-button--disabled:hover,
.nhsuk-button[disabled="disabled"]:hover,
.wp-block-button__link[disabled="disabled"]:hover,
.wp-block-file__button[disabled="disabled"]:hover,
.wp-block-file a.wp-block-file__button[disabled="disabled"]:hover,
.nhsuk-button[disabled]:hover,
.wp-block-button__link[disabled]:hover,
.wp-block-file__button[disabled]:hover,
.wp-block-file a.wp-block-file__button[disabled]:hover {
  background-color: #007f3b;
  cursor: default;
}

.nhsuk-button--disabled:focus,
.nhsuk-button[disabled="disabled"]:focus,
.wp-block-button__link[disabled="disabled"]:focus,
.wp-block-file__button[disabled="disabled"]:focus,
.wp-block-file a.wp-block-file__button[disabled="disabled"]:focus,
.nhsuk-button[disabled]:focus,
.wp-block-button__link[disabled]:focus,
.wp-block-file__button[disabled]:focus,
.wp-block-file a.wp-block-file__button[disabled]:focus {
  background-color: #007f3b;
  outline: none;
}

.nhsuk-button--disabled:active,
.nhsuk-button[disabled="disabled"]:active,
.wp-block-button__link[disabled="disabled"]:active,
.wp-block-file__button[disabled="disabled"]:active,
.wp-block-file a.wp-block-file__button[disabled="disabled"]:active,
.nhsuk-button[disabled]:active,
.wp-block-button__link[disabled]:active,
.wp-block-file__button[disabled]:active,
.wp-block-file a.wp-block-file__button[disabled]:active {
  box-shadow: 0 4px 0 #003317;
  top: 0;
}

.nhsuk-button--secondary[disabled="disabled"], .is-style-secondary[disabled="disabled"],
.nhsuk-button--secondary[disabled],
.is-style-secondary[disabled] {
  background-color: #425563;
  opacity: 0.5;
}

.nhsuk-button--secondary[disabled="disabled"]:hover, .is-style-secondary[disabled="disabled"]:hover,
.nhsuk-button--secondary[disabled]:hover,
.is-style-secondary[disabled]:hover {
  background-color: #425563;
  cursor: default;
}

.nhsuk-button--secondary[disabled="disabled"]:focus, .is-style-secondary[disabled="disabled"]:focus,
.nhsuk-button--secondary[disabled]:focus,
.is-style-secondary[disabled]:focus {
  outline: none;
}

.nhsuk-button--secondary[disabled="disabled"]:active, .is-style-secondary[disabled="disabled"]:active,
.nhsuk-button--secondary[disabled]:active,
.is-style-secondary[disabled]:active {
  box-shadow: 0 4px 0 #232e35;
  top: 0;
}

.nhsuk-button--reverse[disabled="disabled"], .is-style-reverse[disabled="disabled"],
.nhsuk-button--reverse[disabled],
.is-style-reverse[disabled] {
  background-color: #ffffff;
  opacity: 0.5;
}

.nhsuk-button--reverse[disabled="disabled"]:hover, .is-style-reverse[disabled="disabled"]:hover,
.nhsuk-button--reverse[disabled]:hover,
.is-style-reverse[disabled]:hover {
  background-color: #ffffff;
  cursor: default;
}

.nhsuk-button--reverse[disabled="disabled"]:focus, .is-style-reverse[disabled="disabled"]:focus,
.nhsuk-button--reverse[disabled]:focus,
.is-style-reverse[disabled]:focus {
  outline: none;
}

.nhsuk-button--reverse[disabled="disabled"]:active, .is-style-reverse[disabled="disabled"]:active,
.nhsuk-button--reverse[disabled]:active,
.is-style-reverse[disabled]:active {
  box-shadow: 0 4px 0 #212b32;
  top: 0;
}

/* ==========================================================================
   COMPONENTS / #CARE-CARD
   ========================================================================== */
/**
 * Care card default styles.
 *
 * 1. Default care card colour set to blue (non-urgent care card) -
 *    using the @mixin care-card tools/_mixins.scss.
 *    The same mixin is used for each care card, setting the background
 *    colour,text colour and print border width with the variables.
 * 2. This shows as a solid border in high contrast mode in Windows, so helps
 *    differentiates care cards from the rest of the content.
 * 3. 'Random number' for the heading triangle.
 * 4. 'Random number' for the heading triangle positioning.
 * 5. 'Random number' used for spacing to compensate for the triangle.
 * 6. Needed to enable the triangle to show correctly in high contrast mode.
 */
.nhsuk-care-card {
  margin-bottom: 40px;
  margin-top: 40px;
  /* [1] */
  border: 1px solid transparent;
  /* [2] */
}

@media (min-width: 40.0625em) {
  .nhsuk-care-card {
    margin-bottom: 48px;
  }
}

@media (min-width: 40.0625em) {
  .nhsuk-care-card {
    margin-top: 48px;
  }
}

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

@media print {
  .nhsuk-care-card {
    border: 4px solid #212b32;
    color: #212b32;
    page-break-inside: avoid;
  }
}

.nhsuk-care-card__heading-container {
  padding: 16px 24px;
  position: relative;
}

.nhsuk-care-card__arrow {
  bottom: -10px;
  /* [3] */
  display: block;
  height: 20px;
  /* [3] */
  left: 30px;
  /* [4] */
  overflow: hidden;
  position: absolute;
  transform: rotate(45deg);
  width: 20px;
  /* [3] */
}

@media print {
  .nhsuk-care-card__arrow {
    display: none;
  }
}

.nhsuk-care-card__arrow:before, .nhsuk-care-card__arrow:after {
  border: solid 32px #005eb8;
  /* [3] */
  content: '';
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  /* [6] */
  width: 0;
}

.nhsuk-care-card__heading {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-care-card__heading {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}

@media print {
  .nhsuk-care-card__heading {
    font-size: 18pt;
    line-height: 1.15;
  }
}

@media print {
  .nhsuk-care-card__heading {
    color: #212b32;
    fill: #212b32;
  }
  .nhsuk-care-card__heading:active, .nhsuk-care-card__heading:focus, .nhsuk-care-card__heading:visited {
    color: #212b32;
  }
}

.nhsuk-care-card__content {
  background-color: #ffffff;
  padding: 32px 24px 24px;
  /* [5] */
}

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

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

@media (min-width: 40.0625em) {
  .nhsuk-care-card__content {
    padding-bottom: 32px;
    padding-top: 36px;
    /* [5] */
  }
}

@media print {
  .nhsuk-care-card__content {
    color: #212b32;
    fill: #212b32;
  }
  .nhsuk-care-card__content:active, .nhsuk-care-card__content:focus, .nhsuk-care-card__content:visited {
    color: #212b32;
  }
}

/**
 * Card card variations style.
 *
 * 1. <a> needs to be white because the background colour is black.
 */
.nhsuk-care-card--urgent .nhsuk-care-card__heading-container, .nhsuk-care-card.is-style-urgent .nhsuk-care-card__heading-container {
  background-color: #da291c;
  color: #ffffff;
}

@media print {
  .nhsuk-care-card--urgent, .nhsuk-care-card.is-style-urgent {
    border: 6px solid #212b32;
    color: #212b32;
    page-break-inside: avoid;
  }
}

.nhsuk-care-card--urgent .nhsuk-care-card__arrow:before, .nhsuk-care-card.is-style-urgent .nhsuk-care-card__arrow:before, .nhsuk-care-card--urgent .nhsuk-care-card__arrow:after, .nhsuk-care-card.is-style-urgent .nhsuk-care-card__arrow:after {
  border-color: #da291c;
}

.nhsuk-care-card--immediate .nhsuk-care-card__heading-container, .nhsuk-care-card.is-style-immediate .nhsuk-care-card__heading-container {
  background-color: #da291c;
  color: #ffffff;
}

@media print {
  .nhsuk-care-card--immediate, .nhsuk-care-card.is-style-immediate {
    border: 8px solid #212b32;
    color: #212b32;
    page-break-inside: avoid;
  }
}

.nhsuk-care-card--immediate .nhsuk-care-card__arrow:before, .nhsuk-care-card.is-style-immediate .nhsuk-care-card__arrow:before, .nhsuk-care-card--immediate .nhsuk-care-card__arrow:after, .nhsuk-care-card.is-style-immediate .nhsuk-care-card__arrow:after {
  border-color: #da291c;
}

.nhsuk-care-card--immediate .nhsuk-care-card__content, .nhsuk-care-card.is-style-immediate .nhsuk-care-card__content {
  background-color: #212b32;
  color: #ffffff;
}

.nhsuk-care-card--immediate .nhsuk-care-card__content a, .nhsuk-care-card.is-style-immediate .nhsuk-care-card__content a {
  color: #ffffff;
  /* [1] */
}

.nhsuk-care-card--immediate .nhsuk-care-card__content a:hover, .nhsuk-care-card.is-style-immediate .nhsuk-care-card__content a:hover, .nhsuk-care-card--immediate .nhsuk-care-card__content a:focus, .nhsuk-care-card.is-style-immediate .nhsuk-care-card__content a:focus {
  color: #212b32;
  /* [1] */
}

.nhsuk-care-card--immediate .nhsuk-details, .nhsuk-care-card.is-style-immediate .nhsuk-details,
.nhsuk-care-card--immediate .nhsuk-details__summary,
.nhsuk-care-card.is-style-immediate .nhsuk-details__summary {
  color: #ffffff;
}

.nhsuk-care-card--immediate .nhsuk-details__summary:hover, .nhsuk-care-card.is-style-immediate .nhsuk-details__summary:hover, .nhsuk-care-card--immediate .nhsuk-details__summary:focus, .nhsuk-care-card.is-style-immediate .nhsuk-details__summary:focus {
  color: #212b32;
}

/* ==========================================================================
   COMPONENTS / #CONTENTS-LIST
   ========================================================================== */
/**
 * 1. Creates a grey line before each list
 *    item using a ASCII number for the symbol.
 */
.nhsuk-contents-list {
  margin-bottom: 40px;
}

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

.nhsuk-contents-list__list {
  list-style: none;
  padding: 0;
}

.nhsuk-contents-list__item {
  background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__emdash' xmlns='http://www.w3.org/2000/svg' fill='%23aeb7bd' width='19' height='1' aria-hidden='true'%3E%3Cpath d='M0 0h19v1H0z'%3E%3C/path%3E%3C/svg%3E") left 0.75rem no-repeat;
  padding: 0 0 0 32px;
  position: relative;
}

@media (min-width: 40.0625em) {
  .nhsuk-contents-list__item {
    background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__emdash' xmlns='http://www.w3.org/2000/svg' fill='%23aeb7bd' width='16' height='1' aria-hidden='true'%3E%3Cpath d='M0 0h19v1H0z'%3E%3C/path%3E%3C/svg%3E") left 0.875rem no-repeat;
  }
}

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

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

/* ==========================================================================
   COMPONENTS / #DETAILS
   ========================================================================== */
/**
 * Details component.
 *
 * Original code taken from GDS (Government Digital Service)
 * https://github.com/alphagov/govuk-frontend
 *
 * 1. Style the summary to look like a link...
 * 2. Make the focus outline shrink-wrap the text content of the summary
 * 3. Absolutely position the marker against this element
 * 3. Allow for absolutely positioned marker and align with disclosed text
 * 4. Only underline the text, not the arrow
 * 5. Remove the default details marker so we can style our own consistently and
 *    ensure it displays in Firefox
 */
.nhsuk-details {
  color: #212b32;
  margin-bottom: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}

@media print {
  .nhsuk-details {
    color: #212b32;
  }
}

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

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

@media print {
  .nhsuk-details {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.nhsuk-details__summary {
  color: #005eb8;
  /* [1] */
  cursor: pointer;
  display: inline-block;
  /* [2] */
  padding-left: 24px;
  position: relative;
  /* [3] */
}

.nhsuk-details__summary:hover {
  background-color: #ffcd60;
  box-shadow: 0 0 0 4px #ffcd60;
  color: #212b32;
  text-decoration: none;
}

.nhsuk-details__summary:focus {
  background-color: #ffb81C;
  box-shadow: 0 0 0 4px #ffb81C;
  color: #212b32;
  outline: 4px solid transparent;
  outline-offset: 4px;
}

.nhsuk-details__summary:before {
  bottom: 0;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  border-width: 7px 0 7px 12.124px;
  border-left-color: inherit;
}

.nhsuk-details__summary:focus {
  box-shadow: 0 0 0 8px #ffb81C;
  color: #212b32;
}

.nhsuk-details__summary:focus .nhsuk-details__summary-text {
  color: #212b32;
}

.nhsuk-details__summary:hover {
  background-color: #ffcd60;
  box-shadow: 0 0 0 8px #ffcd60;
}

.nhsuk-details__summary:hover .nhsuk-details__summary-text {
  color: #212b32;
  text-decoration: none;
}

.nhsuk-details[open] > .nhsuk-details__summary:before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  border-width: 12.124px 7px 0 7px;
  border-top-color: inherit;
}

.nhsuk-details__summary-text {
  text-decoration: underline;
  /* [4] */
}

.nhsuk-details__summary::-webkit-details-marker {
  display: none;
  /* [5] */
}

.nhsuk-details__text {
  border-left: 4px solid #d8dde0;
  margin-top: 8px;
  padding: 16px;
  padding-left: 24px;
}

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

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

.nhsuk-details__text p {
  margin-bottom: 24px;
  margin-top: 0;
}

/**
 * Expander variation.
 *
 * 1. !important used because the icon is populated
 *    by the JavaScript polyfill
 * 2. Remove the default hover, focus and active
 *    styles for this component.
 * 3. -2px left margin to align the icon to the content.
 * 4. When a group of details is used reduce the
 *    margin between them so they sit together.
 */
.nhsuk-expander, .is-style-expander {
  background-color: #ffffff;
}

.nhsuk-expander .nhsuk-details__summary, .is-style-expander .nhsuk-details__summary {
  padding: 16px;
  background-color: #ffffff;
  display: block;
}

@media (min-width: 40.0625em) {
  .nhsuk-expander .nhsuk-details__summary, .is-style-expander .nhsuk-details__summary {
    padding: 24px;
  }
}

.nhsuk-expander .nhsuk-details__summary:before, .is-style-expander .nhsuk-details__summary:before {
  display: none !important;
}

.nhsuk-expander .nhsuk-details__summary:focus, .is-style-expander .nhsuk-details__summary:focus {
  box-shadow: 0 0 0 4px #ffb81C;
}

.nhsuk-expander .nhsuk-details__summary:hover, .is-style-expander .nhsuk-details__summary:hover {
  box-shadow: 0 0 0 4px #ffcd60;
}

.nhsuk-expander .nhsuk-details__summary:hover, .is-style-expander .nhsuk-details__summary:hover, .nhsuk-expander .nhsuk-details__summary:active, .is-style-expander .nhsuk-details__summary:active, .nhsuk-expander .nhsuk-details__summary:focus, .is-style-expander .nhsuk-details__summary:focus {
  /* [2] */
  outline: 0;
}

.nhsuk-expander .nhsuk-details__summary-text, .is-style-expander .nhsuk-details__summary-text {
  background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__plus' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' aria-hidden='true'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23005eb8'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M12 8v8M8 12h8'%3E%3C/path%3E%3C/svg%3E%0A") left -2px center no-repeat;
  background-size: 32px;
  color: #005eb8;
  cursor: pointer;
  display: block;
  padding: 8px 8px 8px 38px;
  position: relative;
}

.nhsuk-expander .nhsuk-details__text, .is-style-expander .nhsuk-details__text {
  padding: 16px;
  border-left: 0;
  margin-left: 0;
  margin-top: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-expander .nhsuk-details__text, .is-style-expander .nhsuk-details__text {
    padding: 24px;
  }
}

.nhsuk-expander[open] .nhsuk-details__summary, .is-style-expander[open] .nhsuk-details__summary {
  border-bottom: 1px solid #f0f4f5;
}

.nhsuk-expander[open] .nhsuk-details__summary-text, .is-style-expander[open] .nhsuk-details__summary-text {
  background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__minus' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' aria-hidden='true'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23005eb8'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M8 12h8'%3E%3C/path%3E%3C/svg%3E%0A") left -2px center no-repeat;
  /* [3] */
  background-size: 32px;
}

.nhsuk-expander-group {
  /* [4] */
  margin-bottom: 16px;
}

.nhsuk-expander-group > .nhsuk-details {
  margin-bottom: 8px;
}

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

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

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

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

/* ==========================================================================
   COMPONENTS / #DO-DONT-LIST
   ========================================================================== */
/**
 * Do and Don't lists help users understand more easily what they should
 * and shouldn't do.
 *
 * 1. Uses @mixin panel-with-label from tools/_mixins.
 * 2. Uses @mixin heading-label from tools/_mixins.
 */
.nhsuk-do-dont-list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 24px;
  background-color: #ffffff;
  color: #212b32;
  padding-top: 0 !important;
  /* [1] */
}

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

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

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

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

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

@media print {
  .nhsuk-do-dont-list {
    border: 1px solid #212b32;
    page-break-inside: avoid;
  }
}

.nhsuk-do-dont-list__label {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  background-color: #005eb8;
  color: #ffffff;
  display: inline-block;
  margin: 0 -32px 8px;
  padding: 8px 32px;
  position: relative;
  top: -16px;
  /* [2] */
}

@media (min-width: 40.0625em) {
  .nhsuk-do-dont-list__label {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}

@media print {
  .nhsuk-do-dont-list__label {
    font-size: 18pt;
    line-height: 1.15;
  }
}

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

@media print {
  .nhsuk-do-dont-list__label {
    background: none;
    color: #212b32;
    top: 0;
  }
}

@media print {
  .nhsuk-do-dont-list__label {
    color: #212b32;
    fill: #212b32;
  }
  .nhsuk-do-dont-list__label:active, .nhsuk-do-dont-list__label:focus, .nhsuk-do-dont-list__label:visited {
    color: #212b32;
  }
}

/* ==========================================================================
   COMPONENTS / #EMERGENCY-ALERT
   ========================================================================== */
/**
 * 1. Use inverted link colours due to the yellow
 *    ($color_nhsuk-yellow) background.
 */
.nhsuk-global-alert {
  background-color: #ffeb3b;
  padding-bottom: 24px;
  padding-top: 24px;
}

@media print {
  .nhsuk-global-alert {
    display: none;
  }
}

.nhsuk-global-alert a {
  color: #005eb8;
  /* [1] */
}

.nhsuk-global-alert a:focus {
  background-color: #003d78;
  box-shadow: 0 0 0 4px #003d78;
  color: #ffffff;
  outline: 4px solid transparent;
  outline-offset: 4px;
}

.nhsuk-global-alert a:hover {
  background-color: #005eb8;
  box-shadow: 0 0 0 4px #005eb8;
  color: #ffffff;
}

.nhsuk-global-alert a:active {
  background-color: #002f5c;
  box-shadow: 0 0 0 4px #003d78;
  color: #ffffff;
}

.nhsuk-global-alert__heading {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-global-alert__heading {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}

@media print {
  .nhsuk-global-alert__heading {
    font-size: 18pt;
    line-height: 1.15;
  }
}

.nhsuk-global-alert__content {
  position: relative;
}

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

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

.nhsuk-global-alert__message {
  margin-top: 8px;
  margin-bottom: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-global-alert__message {
    margin-top: 8px;
  }
}

.nhsuk-global-alert__updated {
  margin-top: 8px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.66667;
}

@media (min-width: 40.0625em) {
  .nhsuk-global-alert__updated {
    margin-top: 8px;
  }
}

@media (min-width: 40.0625em) {
  .nhsuk-global-alert__updated {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
  }
}

@media print {
  .nhsuk-global-alert__updated {
    font-size: 12pt;
    line-height: 1.2;
  }
}

/* ==========================================================================
   COMPONENTS/ #ERROR-MESSAGE
   ========================================================================== */
.nhsuk-error-message {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  clear: both;
  color: #da291c;
  display: block;
  margin-bottom: 16px;
}

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

@media print {
  .nhsuk-error-message {
    font-size: 14pt;
    line-height: 1.15;
  }
}

/* ==========================================================================
   COMPONENTS/ #ERROR-SUMMARY
   ========================================================================== */
/**
 * 1. Cross-component class - adjusts styling of list component.
 * 2. Override default link styling to use error colour
 * 3. When the link has focus, the text colour needs to be darker to ensure that
 *    colour contrast is still acceptable
 */
.nhsuk-error-summary {
  padding: 16px;
  margin-bottom: 48px;
  border: 4px solid #da291c;
}

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

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

.nhsuk-error-summary:focus {
  box-shadow: 0 0 0 4px #ffb81C;
  outline: 4px solid transparent;
  outline-offset: 4px;
}

@media (min-width: 40.0625em) {
  .nhsuk-error-summary {
    border: 4px solid #da291c;
  }
}

.nhsuk-error-summary__title {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-error-summary__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}

@media print {
  .nhsuk-error-summary__title {
    font-size: 18pt;
    line-height: 1.15;
  }
}

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

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

@media (min-width: 40.0625em) {
  .nhsuk-error-summary__body {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

@media print {
  .nhsuk-error-summary__body {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.nhsuk-error-summary__body p {
  margin-top: 0;
  margin-bottom: 16px;
}

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

.nhsuk-error-summary__list {
  /* 1 */
  margin-bottom: 0;
  margin-top: 0;
}

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

.nhsuk-error-summary__list a:focus {
  background-color: #ffb81C;
  outline: 4px solid #ffb81C;
  outline-offset: 0;
}

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

.nhsuk-error-summary__list a:hover {
  color: #212b32;
}

.nhsuk-error-summary__list a:focus {
  /* 3 */
  color: #212b32;
}

/* ==========================================================================
    COMPONENTS / #FEEDBACK-BANNER
   ========================================================================== */
/**
 * 1. Hide the banner until it is triggered by Javascript.
 * 2. Bring banner in front of rest of page content.
 * 3. Avoid the banner title overlapping close button.
 * 4. Avoid the banner title overlapping close button on
 *    small mobile devices (below 320px).
 * 5. Change the cursor to a pointer on hover.
 * 6. Repositions the banner into the normal flow of the page, ie not fixed.
 */
.nhsuk-feedback-banner {
  background-color: #ffffff;
  bottom: 0;
  box-shadow: 0 -4px 0 0 rgba(33, 43, 50, 0.16);
  display: none;
  /* [1] */
  margin: 0 auto;
  padding-bottom: 24px;
  padding-top: 24px;
  position: fixed;
  width: 100%;
  z-index: 20;
  /* [2] */
}

@media print {
  .nhsuk-feedback-banner {
    display: none;
  }
}

.nhsuk-feedback-banner.js-inview {
  /* [6] */
  bottom: auto;
  position: relative;
}

.nhsuk-feedback-banner__heading {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0;
  padding-right: 40px;
  /* [3] */
}

@media (min-width: 40.0625em) {
  .nhsuk-feedback-banner__heading {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}

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

.nhsuk-feedback-banner__content {
  position: relative;
}

.nhsuk-feedback-banner__content:after {
  clear: both;
  content: '';
  display: block;
}

.nhsuk-feedback-banner__message {
  margin-bottom: 0;
  margin-top: 8px;
  padding-bottom: 24px;
  /* [4] */
}

@media (min-width: 20em) {
  .nhsuk-feedback-banner__message {
    padding-bottom: 0;
  }
}

.nhsuk-feedback-banner__close {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.66667;
  color: #005eb8;
  background: none;
  border: 0;
  color: #212b32;
  cursor: pointer;
  /* [5] */
  padding: 0;
  position: absolute;
  right: 0;
  text-decoration: underline;
  top: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-feedback-banner__close {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
  }
}

@media print {
  .nhsuk-feedback-banner__close {
    font-size: 12pt;
    line-height: 1.2;
  }
}

.nhsuk-feedback-banner__close:visited {
  color: #330072;
}

.nhsuk-feedback-banner__close:focus {
  background-color: #ffb81C;
  box-shadow: 0 0 0 4px #ffb81C;
  color: #212b32;
  outline: 4px solid transparent;
  outline-offset: 4px;
}

.nhsuk-feedback-banner__close:hover {
  background-color: #ffcd60;
  box-shadow: 0 0 0 4px #ffcd60;
  color: #212b32;
  text-decoration: none;
}

.nhsuk-feedback-banner__close:active {
  color: #374047;
}

@media (max-width: 19.99em) {
  .nhsuk-feedback-banner__close {
    bottom: 0;
    position: absolute;
    right: 0;
    top: auto;
  }
}

/* ==========================================================================
   COMPONENTS / #HERO
   ========================================================================== */
/**
 *  Hero component shared styles.
 *
 * 1. Position relative to support the description
 *    appearing over the image.
 * 2. Adds a border between the header and hero, if required
 */
.nhsuk-hero {
  background-color: #005eb8;
  color: #ffffff;
  position: relative;
  /* [1] */
}

@media print {
  .nhsuk-hero {
    color: #212b32;
    fill: #212b32;
  }
  .nhsuk-hero:active, .nhsuk-hero:focus, .nhsuk-hero:visited {
    color: #212b32;
  }
}

.nhsuk-hero .nhsuk-hero--border {
  /* [2] */
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

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

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

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

/**
 *  Hero component image styles
 *
 * 3. Center the background image.
 * 4. Stop the height affecting print stylesheets.
 * 5. Show more of the image for larger screen sizes
 * 6. Overlay must be min same height as .nhsuk-hero--image to cover the image.
 * 7. Darken the background image with an overlay.
 * 12. Remove any heights/min heights in Windows high contrast mode.
 */
.nhsuk-hero--image {
  background-position: center right;
  /* [3] */
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen {
  .nhsuk-hero--image {
    /* [4] */
    min-height: 200px;
  }
}

@media only screen and (min-width: 40.0625em) {
  .nhsuk-hero--image {
    /* [4] */
    min-height: 320px;
    /* [5] */
  }
  .nhsuk-hero--image .nhsuk-hero__overlay {
    height: 320px;
    /* [6] */
  }
}

@media screen and (-ms-high-contrast: active) {
  .nhsuk-hero--image {
    min-height: 0;
    /* [12] */
  }
}

.nhsuk-hero--image .nhsuk-hero__overlay {
  background-color: rgba(0, 47, 92, 0.1);
  /* [7] */
}

@media only screen {
  .nhsuk-hero--image .nhsuk-hero__overlay {
    /* [4] */
    min-height: 200px;
    /* [6] */
  }
}

@media screen and (-ms-high-contrast: active) {
  .nhsuk-hero--image .nhsuk-hero__overlay {
    height: auto;
    /* [12] */
    min-height: 0;
    /* [12] */
  }
}

/**
 *  Hero component description styles.
 *
 * 8. 'Random number' for the triangle.
 * 9. 'Random number' for the triangle positioning.
 * 10. Needed to enable the triangle to show correctly in high contrast mode.
 * 11. Give the description box a max width.
 * 13. Remove the arrow in Windows high contrast mode.
 * 14. Reduce spacing and change positioning for Windows high contrast mode.
 */
.nhsuk-hero--image-description .nhsuk-hero-content {
  background-color: #005eb8;
  color: #ffffff;
  margin-bottom: 24px;
  padding: 24px;
  position: relative;
  top: 70px;
  width: 85%;
}

.nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow {
  bottom: -10px;
  /* [8] */
  display: block;
  height: 20px;
  /* [8] */
  left: 32px;
  /* [9] */
  overflow: hidden;
  position: absolute;
  transform: rotate(45deg);
  width: 20px;
  /* [8] */
}

@media print {
  .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow {
    display: none;
  }
}

@media (min-width: 40.0625em) {
  .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow {
    left: 46px;
    /* [9] */
  }
}

.nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow:before, .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow:after {
  border: solid 32px #005eb8;
  /* [8] */
  content: '';
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  /* [10] */
  width: 0;
}

@media screen and (-ms-high-contrast: active) {
  .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow {
    display: none;
    /* [13] */
  }
}

@media (min-width: 40.0625em) {
  .nhsuk-hero--image-description .nhsuk-hero-content {
    bottom: -48px;
    /* [8] */
    margin-bottom: 0;
    max-width: 35em;
    /* [11] */
    padding: 32px 40px;
    position: absolute;
    top: auto;
  }
  .nhsuk-hero--image-description .nhsuk-hero-content > *:first-child {
    margin-top: 0;
  }
  .nhsuk-hero--image-description .nhsuk-hero-content > *:last-child {
    margin-bottom: 0;
  }
}

@media print {
  .nhsuk-hero--image-description .nhsuk-hero-content {
    color: #212b32;
    max-width: 100%;
    padding: 0;
  }
}

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

/**
 * IE8/9 fixes
 */
.ie8 .nhsuk-hero-content {
  background-color: #005eb8;
  color: #ffffff;
  padding: 24px;
}

.ie8 .nhsuk-hero-content .nhsuk-hero__arrow {
  display: none;
}

.ie9 .nhsuk-hero-content .nhsuk-hero__arrow {
  display: none;
}

/* ==========================================================================
   COMPONENTS / #IMAGES
   ========================================================================== */
/**
 * 1. Overrides default browser margin values.
 * 2. Makes the image width two thirds of its container for desktop.
 * 3. Avoid image printing full width of a page.
 * 4. Removes top margin from subsequent nhsuk-image.
 */
.nhsuk-image {
  background-color: #ffffff;
  border-bottom: 1px solid #d8dde0;
  margin-bottom: 32px;
  margin-top: 32px;
  margin-left: 0;
  /* [1] */
  margin-right: 0;
  /* [1] */
}

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

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

@media (min-width: 48.0625em) {
  .nhsuk-image {
    width: 66.66667%;
    /* [2] */
  }
}

@media print {
  .nhsuk-image {
    width: 50%;
    /* [3] */
  }
}

.nhsuk-image + .nhsuk-image {
  margin-top: 0;
  /* [4] */
}

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

.nhsuk-image__img, .nhsuk-image img {
  display: block;
  width: 100%;
}

.nhsuk-image__caption, .nhsuk-image figcaption, .gallery-caption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  padding: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-image__caption, .nhsuk-image figcaption, .gallery-caption {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media print {
  .nhsuk-image__caption, .nhsuk-image figcaption, .gallery-caption {
    font-size: 14pt;
    line-height: 1.2;
  }
}

/* ==========================================================================
   COMPONENTS / #INSET-TEXT
   ========================================================================== */
/**
 * 1. Removes top margin from first element and bottom margin from last,
 *    to ensure correct spacing within the component.
 * 2. Restricts the width of the text to optimise the line length for
 *    readability.
 */
.nhsuk-inset-text {
  /* [1] */
  max-width: 44em;
  /* [2] */
  margin-bottom: 40px;
  margin-top: 40px;
  border-left: 12px solid #005eb8;
  padding: 16px;
}

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

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

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

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

@media print {
  .nhsuk-inset-text {
    border-color: #212b32;
  }
}

/* ==========================================================================
   COMPONENTS/ #LABEL
   ========================================================================== */
.nhsuk-label {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  margin-bottom: 4px;
}

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

@media print {
  .nhsuk-label {
    font-size: 14pt;
    line-height: 1.15;
  }
}

/* Modifiers that make labels look more like their equivalent headings */
.nhsuk-label--xl {
  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-label--xl {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.16667;
  }
}

@media print {
  .nhsuk-label--xl {
    font-size: 32pt;
    line-height: 1.15;
  }
}

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

.nhsuk-label--l {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333;
  display: block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-label--l {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

@media print {
  .nhsuk-label--l {
    font-size: 24pt;
    line-height: 1.05;
  }
}

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

.nhsuk-label--m {
  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-label--m {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}

@media print {
  .nhsuk-label--m {
    font-size: 18pt;
    line-height: 1.15;
  }
}

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

.nhsuk-label--s {
  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-label--s {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

@media print {
  .nhsuk-label--s {
    font-size: 14pt;
    line-height: 1.15;
  }
}

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

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

/* ==========================================================================
   COMPONENT / #LIST-PANEL / #BACK-TO-TOP
   ========================================================================== */
/**
 * 1. Allows <a> padding and margin to be respected.
 * 2. Removes default margin-bottom from heading.
 * 3. 'Random number' used give heading the correct placement.
 * 4. Overrides the default bullet list style.
 * 5. Overrides default link box-shadow.
 * 6. Removes the grey border on hover.
 * 7. Underline is added to give a visual state of change.
 * 8. Removes right and left margin to make the panel list go right to the
 *    edge of the screen.
 */
.nhsuk-list-panel {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

@media (max-width: 40.0525em) {
  .nhsuk-list-panel {
    /* [8] */
  }
}

@media (max-width: 40.0525em) and (max-width: 40.0525em) {
  .nhsuk-list-panel {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.nhsuk-list-panel__label {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333;
  background-color: #005eb8;
  color: #ffffff;
  display: inline-block;
  /* [1] */
  margin-bottom: 0;
  /* [2] */
  padding: 8px 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-list-panel__label {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

@media print {
  .nhsuk-list-panel__label {
    font-size: 24pt;
    line-height: 1.05;
  }
}

@media print {
  .nhsuk-list-panel__label {
    color: #212b32;
    margin-top: 0;
  }
}

.nhsuk-list-panel__list,
.nhsuk-list-panel__box {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

@media print {
  .nhsuk-list-panel__list,
  .nhsuk-list-panel__box {
    border-top: 0;
  }
}

.nhsuk-list-panel__list--with-label,
.nhsuk-list-panel__box--with-label {
  border-top: 2px solid #005eb8;
  margin: -28px 0 0;
  /* [3] */
  padding: 27px 0 0;
  /* [3] */
}

@media (max-width: 40.0525em) {
  .nhsuk-list-panel__list--with-label,
  .nhsuk-list-panel__box--with-label {
    margin: -24px 0 0;
    /* [3] */
    padding: 23px 0 0;
    /* [3] */
  }
}

.nhsuk-list-panel__item {
  background-color: #ffffff;
  list-style: none;
  /* [4] */
  margin-bottom: 0;
}

.nhsuk-list-panel__link {
  border-bottom: 1px solid #d8dde0;
  display: block;
  padding: 12px 16px;
  text-decoration: none;
}

.nhsuk-list-panel__link:hover {
  box-shadow: 0 -1px 0 0 #ffcd60;
  /* [5] */
}

.nhsuk-list-panel__link:focus {
  box-shadow: 0 -1px 0 0 #ffb81C;
  /* [5] */
}

.nhsuk-list-panel__link:hover, .nhsuk-list-panel__link:focus {
  border-color: transparent;
  /* [6] */
  text-decoration: underline;
  /* [7] */
}

@media (max-width: 40.0525em) {
  .nhsuk-list-panel__link {
    padding: 8px 16px;
  }
}

.nhsuk-list-panel--results-items__no-results {
  border-bottom: 1px solid #d8dde0;
  color: #425563;
  margin: 0;
  padding: 16px;
}

/* COMPONENT / #BACK-TO-TOP
   ========================================================================== */
/**
 * 1. Allows <a> padding and margin to be respected.
 * 2. 'Random number' used to provide space for icon.
 * 3. Allows icon to be positioned absolute.
 * 4. Make same colour as link text.
 * 5. 'Random numbers' used to set the height and width of the icon.
 * 6. 'Random numbers' used to position align icon.
 * 7. Margin left used to compensate for the negative margin
 *    on .nhsuk-list-panel--mobile.
 */
.nhsuk-back-to-top__link {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
  /* [1] */
  margin-top: 16px;
  padding-left: 12px;
  /* [2] */
  position: relative;
  /* [3] */
}

@media (min-width: 40.0625em) {
  .nhsuk-back-to-top__link {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

@media print {
  .nhsuk-back-to-top__link {
    font-size: 14pt;
    line-height: 1.15;
  }
}

@media (max-width: 40.0525em) {
  .nhsuk-back-to-top__link {
    margin-left: 16px;
    /* [7] */
  }
}

.nhsuk-back-to-top__link .nhsuk-icon {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  fill: #005eb8;
  /* [4] */
  height: 19px;
  /* [5] */
  left: -8px;
  /* [6] */
  position: absolute;
  top: 4px;
  /* [6] */
  transform: rotate(270deg);
  width: 19px;
  /* [5] */
}

@media (max-width: 40.0525em) {
  .nhsuk-back-to-top__link .nhsuk-icon {
    top: 2px;
    /* [6] */
  }
}

.nhsuk-back-to-top__link:visited {
  color: #005eb8;
}

.nhsuk-back-to-top__link:hover, .nhsuk-back-to-top__link:focus {
  color: #212b32;
}

.nhsuk-back-to-top__link:hover .nhsuk-icon, .nhsuk-back-to-top__link:focus .nhsuk-icon {
  fill: #212b32;
}

@media print {
  .nhsuk-back-to-top__link {
    display: none;
  }
}

/* ==========================================================================
   COMPONENTS / #PANEL
   ========================================================================== */
.nhsuk-panel {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 24px;
  background-color: #ffffff;
  color: #212b32;
  width: 100%;
}

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

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

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

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

@media (min-width: 40.0625em) {
  .nhsuk-panel {
    padding: 32px;
  }
}

@media print {
  .nhsuk-panel {
    border: 1px solid #212b32;
    page-break-inside: avoid;
  }
}

/* Panel colour variant
   ========================================================================== */
.nhsuk-panel--grey, .is-style-panel-grey {
  background-color: #f0f4f5;
}

/* Panel with label
   ========================================================================== */
.nhsuk-panel-with-label, .is-style-panel-with-label {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 24px;
  background-color: #ffffff;
  color: #212b32;
  padding-top: 0 !important;
}

.nhsuk-panel-with-label > *:first-child, .is-style-panel-with-label > *:first-child {
  margin-top: 0;
}

.nhsuk-panel-with-label > *:last-child, .is-style-panel-with-label > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-panel-with-label, .is-style-panel-with-label {
    margin-bottom: 48px;
  }
}

@media (min-width: 40.0625em) {
  .nhsuk-panel-with-label, .is-style-panel-with-label {
    margin-top: 48px;
  }
}

@media (min-width: 40.0625em) {
  .nhsuk-panel-with-label, .is-style-panel-with-label {
    padding: 32px;
  }
}

@media print {
  .nhsuk-panel-with-label, .is-style-panel-with-label {
    border: 1px solid #212b32;
    page-break-inside: avoid;
  }
}

.nhsuk-panel-with-label__label, .is-style-panel-with-label h3, .is-style-panel-with-label h3 .rich-text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  background-color: #005eb8;
  color: #ffffff;
  display: inline-block;
  margin: 0 -32px 8px;
  padding: 8px 32px;
  position: relative;
  top: -16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-panel-with-label__label, .is-style-panel-with-label h3, .is-style-panel-with-label h3 .rich-text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}

@media print {
  .nhsuk-panel-with-label__label, .is-style-panel-with-label h3, .is-style-panel-with-label h3 .rich-text {
    font-size: 18pt;
    line-height: 1.15;
  }
}

@media (max-width: 40.0525em) {
  .nhsuk-panel-with-label__label, .is-style-panel-with-label h3, .is-style-panel-with-label h3 .rich-text {
    margin-left: -24px;
    margin-right: -24px;
    padding: 8px 24px;
    top: -8px;
  }
}

@media print {
  .nhsuk-panel-with-label__label, .is-style-panel-with-label h3, .is-style-panel-with-label h3 .rich-text {
    background: none;
    color: #212b32;
    top: 0;
  }
}

@media print {
  .nhsuk-panel-with-label__label, .is-style-panel-with-label h3, .is-style-panel-with-label h3 .rich-text {
    color: #212b32;
    fill: #212b32;
  }
  .nhsuk-panel-with-label__label:active, .is-style-panel-with-label h3:active, .is-style-panel-with-label h3 .rich-text:active, .nhsuk-panel-with-label__label:focus, .is-style-panel-with-label h3:focus, .is-style-panel-with-label h3 .rich-text:focus, .nhsuk-panel-with-label__label:visited, .is-style-panel-with-label h3:visited, .is-style-panel-with-label h3 .rich-text:visited {
    color: #212b32;
  }
}

/* Panel group
   ========================================================================== */
/**
 * Panel group allows you to have a row of panels.
 *
 * 1. Flexbox is used to make each panel in a row the same height.
 */
.nhsuk-panel-group {
  display: flex;
  flex-wrap: wrap;
  /* [1] */
  margin-bottom: 32px;
}

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

.nhsuk-panel-group__item {
  display: flex;
  /* [1] */
}

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

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

.nhsuk-panel-group__item .nhsuk-panel {
  margin-bottom: 0;
  margin-top: 0;
}

/* ==========================================================================
   COMPONENTS / #PROMO
   ========================================================================== */
/**
 * 1. Extra margin is added to compensate for the box-shadow.
 * 2. Box shadow size is set within settings/_globals.scss.
 * 3. Makes the <a> fill the height of it's parent container.
 * 4. Is needed for the :active top positioning.
 * 5. Removes default <a> text underline from all elements.
 * 6. Adds text underline to promo heading.
 * 7. Creates the 'pressed down' effect when clicked.
 * 8. Border is used to create a divider between the white content
 *    box and an image.
 */
.nhsuk-promo {
  margin-bottom: 36px;
  /* [1] */
  width: 100%;
}

.nhsuk-promo__link-wrapper {
  background-color: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0 4px 0 0 #d8dde0;
  /* [2] */
  display: block;
  height: 100%;
  /* [3] */
  position: relative;
  /* [4] */
  text-decoration: none;
  /* [5] */
}

.nhsuk-promo__link-wrapper:focus {
  background-color: #ffffff;
  box-shadow: 0 0 0 4px #ffb81C;
}

.nhsuk-promo__link-wrapper:focus .nhsuk-promo__heading {
  text-decoration: underline;
  /* [6] */
}

.nhsuk-promo__link-wrapper:focus .nhsuk-promo__heading,
.nhsuk-promo__link-wrapper:focus .nhsuk-promo__description {
  color: #212b32;
}

.nhsuk-promo__link-wrapper:hover {
  background-color: #ffffff;
  box-shadow: 0 0 0 4px #ffb81C;
  color: #005eb8;
}

.nhsuk-promo__link-wrapper:active {
  background-color: #f0f4f5;
  /* [7] */
  box-shadow: 0 0 0 4px #ffbf33;
  top: 4px;
  /* [7] */
}

.nhsuk-promo__link-wrapper:hover .nhsuk-promo__heading, .nhsuk-promo__link-wrapper:active .nhsuk-promo__heading {
  text-decoration: none;
}

.nhsuk-promo__img {
  border-bottom: 1px solid #f0f4f5;
  /* [8] */
  display: block;
  width: 100%;
}

@media print {
  .nhsuk-promo__img {
    display: none;
  }
}

.nhsuk-promo__heading {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 16px;
  text-decoration: underline;
}

@media (min-width: 40.0625em) {
  .nhsuk-promo__heading {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}

@media print {
  .nhsuk-promo__heading {
    font-size: 18pt;
    line-height: 1.15;
  }
}

.nhsuk-promo__content {
  padding: 24px;
}

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

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

@media (min-width: 40.0625em) {
  .nhsuk-promo__content {
    padding: 32px;
  }
}

.nhsuk-promo__description {
  color: #425563;
}

/* Promo size variant
   ========================================================================== */
/**
 * Promo small reduces the size of the text heading and description.
 */
.nhsuk-promo--small .nhsuk-promo__heading, .is-style-promo-small .nhsuk-promo__heading {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-promo--small .nhsuk-promo__heading, .is-style-promo-small .nhsuk-promo__heading {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

@media print {
  .nhsuk-promo--small .nhsuk-promo__heading, .is-style-promo-small .nhsuk-promo__heading {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.nhsuk-promo--small .nhsuk-promo__description, .is-style-promo-small .nhsuk-promo__description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

@media (min-width: 40.0625em) {
  .nhsuk-promo--small .nhsuk-promo__description, .is-style-promo-small .nhsuk-promo__description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media print {
  .nhsuk-promo--small .nhsuk-promo__description, .is-style-promo-small .nhsuk-promo__description {
    font-size: 14pt;
    line-height: 1.2;
  }
}

/* Promo group
   ========================================================================== */
/**
 * Promo group allows you to have a row of promos.
 *
 * Flexbox is used to make each promo in a row the same height.
 */
.nhsuk-promo-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

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

.nhsuk-promo-group__item {
  display: flex;
}

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

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

.nhsuk-promo-group__item .nhsuk-promo {
  margin-bottom: 0;
}

/* ==========================================================================
   COMPONENTS/ #SUMMARY-LIST
   ========================================================================== */
/**
 * Original code taken from GDS (Government Digital Service)
 * https://github.com/alphagov/govuk-frontend
 *
 * 1. Required to allow us to wrap words that overflow.
 * 2. Reset default user agent styles
 * 3. Automatic wrapping for unbreakable text (e.g. URLs)
 * 4. Fallback for older browsers only
 * 5. In older browsers such as IE8, :last-child is not available,
 *    so only show the border divider where it is available.
 */
.nhsuk-summary-list {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  /* [2] */
  margin-bottom: 32px;
}

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

@media print {
  .nhsuk-summary-list {
    font-size: 14pt;
    line-height: 1.15;
  }
}

@media (min-width: 40.0625em) {
  .nhsuk-summary-list {
    display: table;
    table-layout: fixed;
    /* [1] */
    width: 100%;
  }
}

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

@media (max-width: 40.0525em) {
  .nhsuk-summary-list__row {
    border-bottom: 1px solid #d8dde0;
    margin-bottom: 16px;
  }
}

@media (min-width: 40.0625em) {
  .nhsuk-summary-list__row {
    display: table-row;
  }
}

.nhsuk-summary-list__key,
.nhsuk-summary-list__value,
.nhsuk-summary-list__actions {
  margin: 0;
  /* [2] */
}

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

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

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

.nhsuk-summary-list__key,
.nhsuk-summary-list__value {
  /* [3] */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* [4] */
}

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

@media (min-width: 40.0625em) {
  .nhsuk-summary-list__value {
    width: 50%;
  }
}

.nhsuk-summary-list__value > p {
  margin-bottom: 8px;
}

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

.nhsuk-summary-list__actions-list {
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  width: 100%;
}

.nhsuk-summary-list__actions-list-item {
  display: inline;
  margin-right: 8px;
  padding-right: 8px;
}

/* [5] */
.nhsuk-summary-list__actions-list-item:not(:last-child) {
  border-right: 1px solid #d8dde0;
}

.nhsuk-summary-list__actions-list-item:last-child {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}

.nhsuk-summary-list--no-border .nhsuk-summary-list__key,
.nhsuk-summary-list--no-border .nhsuk-summary-list__value,
.nhsuk-summary-list--no-border .nhsuk-summary-list__actions,
.nhsuk-summary-list--no-border .nhsuk-summary-list__row {
  border: 0;
}

/* ==========================================================================
   COMPONENTS / #WARNING-CALLOUT
   ========================================================================== */
/**
 * 1. Uses @mixin panel-with-label from tools/_mixins.
 * 2. Uses @mixin heading-label from tools/_mixins.
 */
.nhsuk-warning-callout {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 24px;
  background-color: #fff9c4;
  color: #212b32;
  padding-top: 0 !important;
  /* [1] */
}

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

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

@media (min-width: 40.0625em) {
  .nhsuk-warning-callout {
    margin-bottom: 48px;
  }
}

@media (min-width: 40.0625em) {
  .nhsuk-warning-callout {
    margin-top: 48px;
  }
}

@media (min-width: 40.0625em) {
  .nhsuk-warning-callout {
    padding: 32px;
  }
}

@media print {
  .nhsuk-warning-callout {
    border: 1px solid #212b32;
    page-break-inside: avoid;
  }
}

.nhsuk-warning-callout__label {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  background-color: #ffeb3b;
  color: #212b32;
  display: inline-block;
  margin: 0 -32px 8px;
  padding: 8px 32px;
  position: relative;
  top: -16px;
  /* [2] */
}

@media (min-width: 40.0625em) {
  .nhsuk-warning-callout__label {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}

@media print {
  .nhsuk-warning-callout__label {
    font-size: 18pt;
    line-height: 1.15;
  }
}

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

@media print {
  .nhsuk-warning-callout__label {
    background: none;
    color: #212b32;
    top: 0;
  }
}

/* ==========================================================================
   GENERIC / #BOX-SIZING
   ========================================================================== */
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * http://paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -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("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/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("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.svg#eae74276-dd78-47e4-9b27-dac81c3411ca") format("svg");
}

/* ==========================================================================
   GENERIC / #IE
   ========================================================================== */
/**
 * Add the correct display for HTML5 elements in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* ==========================================================================
   OBJECTS / #GRID
   ========================================================================== */
/* ==========================================================================
   OBJECTS / #MAIN-WRAPPER
   ========================================================================== */
/**
 * Page wrapper for the grid system
 *
 * Usage:
 * <div class="nhsuk-width-container">
 *   <div class="nhsuk-main-wrapper">
 *    <!-- Wrapper for the main content of your page which applies padding
 *         to the top / bottom -->
 *   </div>
 * </div>
 *
 * Original code taken from GDS (Government Digital Service)
 * https://github.com/alphagov/govuk-frontend
 *
 * 1. In IE11 the `main` element can be used, but is not recognized  –
 *    meaning it's not defined in IE's default style sheet,
 *    so it uses CSS initial value, which is inline.
 */
/* ==========================================================================
   STYLES / #ICONS
   ========================================================================== */
/**
 * We use SVGs for our icons, with no PNG fallback.
 *
 * For IE8 support, alternate styling is applied to the components using icons.
 */
.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: #da291c;
}

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

.nhsuk-icon__chevron-up {
  fill: #005eb8;
}

.nhsuk-icon__chevron-up path {
  fill: #ffffff;
}

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

/* ==========================================================================
   STYLES / #LISTS
   ========================================================================== */
/**
 * 1. 'Random number' used to align ul and ol left with content.
 * 2. 'Random number' used to give sufficient spacing between text and icon.
 * 3. 'Random number' used to align icon and text.
 */
.nhsuk-list, ul, ol {
  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, ul, ol {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

@media print {
  .nhsuk-list, ul, ol {
    font-size: 14pt;
    line-height: 1.15;
  }
}

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

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

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

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

.nhsuk-list--bullet, ul {
  list-style-type: disc;
  padding-left: 20px;
  /* [1] */
}

.nhsuk-list--number, ol {
  list-style-type: decimal;
  padding-left: 20px;
  /* [1] */
}

.nhsuk-list--tick,
.nhsuk-list--cross {
  list-style: none;
  margin-top: 0;
  padding-left: 40px;
  /* [2] */
  position: relative;
}

.nhsuk-list--tick svg,
.nhsuk-list--cross svg {
  left: -4px;
  /* [3] */
  margin-top: -5px;
  /* [3] */
  position: absolute;
}

/* ==========================================================================
   UTILITIES / #GRID
   ========================================================================== */
/**
 * Force grid widths on all screen sizes
 * By default all grid elements will go to 100% width
 * on screen sizes below tablet, these utilities can force
 * custom widths on all screen sizes
 *
 * Usage: class="nhsuk-u-one-half"
 */
.nhsuk-u-one-half {
  float: left;
  width: 50% !important;
}

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

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

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

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

/**
 * Force grid widths on screen sizes on tablet
 * and above
 *
 * By default all grid elements will go to 100% width
 * on every screen size, these utilities can force
 * custom widths on screen sizes on tablet
 * and above
 *
 * Usage: class="nhsuk-u-one-half-tablet"
 */
.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.33333% !important;
  }
}

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

@media (min-width: 40.0625em) {
  .nhsuk-u-two-thirds-tablet {
    float: left;
    width: 66.66667% !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;
  }
}

/* ==========================================================================
   UTILITIES / #VISUALLY-HIDDEN
   ========================================================================== */
/**
 * Hide elements visually but keep it in the DOM
 *
 * Usage: class="nhsuk-u-visually-hidden"
 * See tools/mixins
 */
.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;
}

/* ==========================================================================
   UTILITIES / #WIDTH
   ========================================================================== */
/**
 * Original code taken from GDS (Government Digital Service)
 * https://github.com/alphagov/govuk-frontend
 * Force element widths on all screen sizes
 *
 * Usage: class="nhsuk-u-width-full"
 */
.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-width-container--full {
  margin: 0;
  max-width: none;
}

.nhsuk-panel-group {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-button__link, .wp-block-file__button, .wp-block-file a.wp-block-file__button, .wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
  border-radius: 4px;
  background: #007f3b;
  font-size: #ffffff;
  padding: 1px 8px;
  position: relative;
  top: -5px;
  margin-bottom: 5px;
}

.nhsuk-button--reverse:visited, .is-style-reverse:visited {
  color: #212b32;
}

.nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination-item--previous, .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination-item--next {
  width: 30%;
}

.nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination-item {
  width: 8%;
  float: left;
}

.nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination__link:hover {
  box-shadow: 0 0 0 16px #ffcd60 inset;
}

.has-white-color {
  color: #ffffff;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-nhs-dark-blue-color {
  color: #003087;
}

.has-nhs-dark-blue-background-color {
  background-color: #003087;
}

.has-nhs-bright-blue-color {
  color: #0072ce;
}

.has-nhs-bright-blue-background-color {
  background-color: #0072ce;
}

.has-nhs-light-blue-color {
  color: #41b6e6;
}

.has-nhs-light-blue-background-color {
  background-color: #41b6e6;
}

.has-nhs-mid-grey-color {
  color: #768692;
}

.has-nhs-mid-grey-background-color {
  background-color: #768692;
}

.has-nhs-light-grey-color {
  color: e8edee;
}

.has-nhs-light-grey-background-color {
  background-color: e8edee;
}

.has-nhs-dark-grey-color {
  color: #425563;
}

.has-nhs-dark-grey-background-color {
  background-color: #425563;
}

.has-nhs-purple-color {
  color: #330072;
}

.has-nhs-purple-background-color {
  background-color: #330072;
}

.has-nhs-pink-color {
  color: #ae2573;
}

.has-nhs-pink-background-color {
  background-color: #ae2573;
}

.has-nhs-light-purple-color {
  color: #704c9c;
}

.has-nhs-light-purple-background-color {
  background-color: #704c9c;
}

.has-nhs-light-green-color {
  color: #78be20;
}

.has-nhs-light-green-background-color {
  background-color: #78be20;
}

.has-nhs-dark-green-color {
  color: #006747;
}

.has-nhs-dark-green-background-color {
  background-color: #006747;
}

.has-nhs-aqua-green-color {
  color: #00A499;
}

.has-nhs-aqua-green-background-color {
  background-color: #00A499;
}

.has-nhs-black-color {
  color: #212b32;
}

.has-nhs-black-background-color {
  background-color: #212b32;
}

.has-emergency-red-color {
  color: #da291c;
}

.has-emergency-red-background-color {
  background-color: #da291c;
}

.has-nhs-yellow-color {
  color: #ffeb3b;
}

.has-nhs-yellow-background-color {
  background-color: #ffeb3b;
}

.has-nhs-warm-yellow-color {
  color: #ffb81C;
}

.has-nhs-warm-yellow-background-color {
  background-color: #ffb81C;
}

.nhsuk-promo-group__item {
  margin-bottom: 36px;
}

.nhsuk-panel-with-label, .is-style-panel-with-label {
  width: 100%;
}

.nhsuk-panel-with-label .nhsuk-panel-with-label__label a, .is-style-panel-with-label .nhsuk-panel-with-label__label a, .nhsuk-panel-with-label .is-style-panel-with-label h3 a, .is-style-panel-with-label .nhsuk-panel-with-label h3 a, .is-style-panel-with-label h3 a, .is-style-panel-with-label h3 .rich-text a, .nhsuk-panel-with-label .nhsuk-panel-with-label__label a:visited, .is-style-panel-with-label .nhsuk-panel-with-label__label a:visited, .nhsuk-panel-with-label .is-style-panel-with-label h3 a:visited, .is-style-panel-with-label .nhsuk-panel-with-label h3 a:visited, .is-style-panel-with-label h3 a:visited, .is-style-panel-with-label h3 .rich-text a:visited {
  color: #ffffff;
}

.nhsuk-panel-with-label .entry-footer span, .is-style-panel-with-label .entry-footer span {
  padding: 0 10px;
}

.nhsuk-dashboard .nhsuk-panel-group__item {
  overflow: hidden;
  margin-bottom: 2rem;
}

.nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-promo__link-wrapper {
  background: inherit;
  box-shadow: none;
}

.nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-promo__link-wrapper .nhsuk-panel-with-label, .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-promo__link-wrapper .is-style-panel-with-label {
  background: inherit;
  margin: 0;
  padding: 0;
  background-size: cover;
  position: relative;
  padding-top: 33.33%;
}

.nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-promo__link-wrapper .nhsuk-panel-with-label .nhsuk-panel-with-label__label, .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-promo__link-wrapper .is-style-panel-with-label .nhsuk-panel-with-label__label, .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-promo__link-wrapper .nhsuk-panel-with-label .is-style-panel-with-label h3, .is-style-panel-with-label .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-promo__link-wrapper .nhsuk-panel-with-label h3, .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-promo__link-wrapper .is-style-panel-with-label h3, .is-style-panel-with-label h3 .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-promo__link-wrapper .nhsuk-panel-with-label .rich-text, .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-promo__link-wrapper .is-style-panel-with-label h3 .rich-text {
  z-index: 2;
  top: 0;
  margin: 0 -20px;
  position: absolute;
  top: 50%;
  left: 10%;
  max-width: 90%;
  font-size: 1.1rem;
}

.nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-promo__link-wrapper .nhsuk-panel-with-label .nhsuk-dashboard__image, .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-promo__link-wrapper .is-style-panel-with-label .nhsuk-dashboard__image {
  width: 100%;
  height: 100%;
}

.nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-promo__link-wrapper .nhsuk-panel-with-label .nhsuk-promo__img, .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-promo__link-wrapper .is-style-panel-with-label .nhsuk-promo__img {
  position: relative;
  top: -16px;
  z-index: 1;
}

.nhsuk-dashboard .nhsuk-grid-column-full-width {
  max-height: 300px;
}

.nhsuk-dashboard .nhsuk-grid-column-one-half {
  max-height: 250px;
}

.nhsuk-dashboard .nhsuk-grid-column-one-third, .nhsuk-dashboard .nhsuk-grid-column-two-thirds {
  max-height: 200px;
}

.nhsuk-promo img.nhsuk-promo__img {
  padding: 10px;
}

.nhsuk-inset-text--rev, .is-style-quote-reverse {
  background: #005eb8;
  border: 10px solid #005eb8;
  box-shadow: inset 12px 0px 0px 0px #ffffff;
  box-sizing: border-box;
  padding-left: 30px;
  margin: 1rem 0;
  color: #ffffff;
  width: 100%;
}

/*
// variations to styling required for gutenberg native blocks
// @author Tony Blacker, NHS Leadership Academy
// @version 1.0 22nd July 2019
*/
/* button extension*/
.is-style-secondary {
  /* secondary button style*/
}

.is-style-reverse {
  /* reverse button style*/
}

/* reveal extension*/
.is-style-expander {
  /* expander reveal style*/
}

/*care card extension*/
.nhsuk-care-card.is-style-urgent {
  /* urgent infocard*/
}

.nhsuk-care-card.is-style-immediate {
  /* urgent infocard*/
}

.nhsuk-care-card__heading-container h3 {
  color: #ffffff !important;
  margin: 0 !important;
}

/*panel extension*/
/* promo extension */
/*do and dont list extension*/
.nhsuk-do-dont-list svg.nhsuk-icon {
  width: 35px;
  height: 34px;
}

/* Inset text inverted link amendment */
.nhsuk-inset-text is-style-quote-reverse .nhsuk-inset-text__quote a {
  color: #ffffff;
  font-weight: 700;
}

.wp-block-nhsblocks-panel1 .paneltext {
  display: flow-root;
}

.wp-block-nhsblock-rowgroup .nhsuk-panel-group {
  padding: 0;
}

.nhsuk-grid-column-full > :first-child {
  padding-left: 0 !important;
}

.nhsuk-grid-column-full > :last-child {
  padding-right: 0 !important;
}

.nhsuk-hero__overlay {
  margin-bottom: 50px;
}

.nhsuk-header__search-wrap input[type="text"] {
  border: 1px solid #cccccc;
}

/* Hero fix so it works on all templates */
.wp-block-nhsblocks-heroblock {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}
