.no-margin--left {
  margin-left: 0;
}
.no-margin--top {
  margin-top: 0;
}
.no-margin--right {
  margin-right: 0;
}
.no-margin--bottom {
  margin-bottom: 0;
}

.hidden {
  display: none;
  visibility: hidden;
}

html,
body {
  background: #f0f4f5;
}

.app-width-container--full {
  max-width: none;
  margin: 0;
}

.app-main-wrapper--no-padding {
  padding: 0;
}

@media (min-width: 40.0625em) {
  .app-homepage .nhsuk-section:nth-of-type(2) {
    padding-top: 40px;
  }
}
.no-section-padding .nhsuk-section:nth-of-type(2) {
  padding-top: 0;
}
.no-section-padding .nhsuk-section .app-section__content {
  padding-top: 0;
  padding-bottom: 0;
}

.nhsuk-width-container img {
  max-width: 100%;
  height: auto;
}

.app-homepage .nhsuk-section:nth-of-type(even) {
  background: #ffffff;
}

.app-section__content {
  padding-bottom: 64px;
  padding-top: 64px;
}

@media (max-width: 48.0625em) {
  .app-section__content {
    padding-bottom: 48px;
    padding-top: 48px;
  }
  .app-section__content + .app-section__content {
    padding-top: 0;
  }
  .nhsuk-card-group__item {
    flex: 0 0 50%;
  }
}
@media (max-width: 480px) {
  .nhsuk-card-group__item {
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  .nhsuk-grid-column {
    width: 100%;
  }
}
.nhsuk-grid-row {
  display: flex;
  flex-wrap: wrap;
}

.nhsuk-grid-column {
  display: flex;
  flex-direction: column;
}

.nhsuk-hero--image-description .nhsuk-hero-content {
  background-color: #4c6272;
}
.nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow:before, .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow:after {
  border-color: #4c6272;
}

.nhsuk-hero--image .nhsuk-hero__overlay {
  min-height: 300px;
}

.nhsuk-hero--image-description .nhsuk-hero-content {
  top: 200px;
}

@media only screen and (min-width: 40.0625em) {
  .nhsuk-hero--image {
    min-height: 420px;
  }
  .nhsuk-hero--image .nhsuk-hero__overlay {
    height: 420px;
  }
  .nhsuk-hero--image-description .nhsuk-hero-content {
    top: auto;
  }
}
.app-homepage .nhsuk-hero {
  margin-bottom: 96px;
}
.app-homepage .nhsuk-hero + .nhsuk-section {
  padding-top: 0;
}
.app-homepage .nhsuk-hero + .nhsuk-section .app-section__content {
  padding-top: 0;
}

.beta-banner {
  background-color: #E9EAED !important;
}

.beta-banner-inner {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.beta-banner-content {
  display: flex;
  align-items: flex-start;
}
.beta-banner-content .nhsuk-tag {
  margin-right: 12px;
}

.beta-banner-text {
  display: inline-block;
}
.beta-banner-text p {
  font-size: 1rem;
  margin: 0;
}

#nhsuk-footer, .nhsuk-footer {
  background-color: #E9EAED;
  padding-top: 24px;
  border: none;
}
#nhsuk-footer .footer-wrap, .nhsuk-footer .footer-wrap {
  height: 170px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
#nhsuk-footer .footer-wrap .footer-item, .nhsuk-footer .footer-wrap .footer-item {
  flex-basis: 45%;
}
#nhsuk-footer .footer-wrap .footer-item:nth-child(even), .nhsuk-footer .footer-wrap .footer-item:nth-child(even) {
  text-align: right;
}
#nhsuk-footer .footer-wrap .footer-item:nth-child(3), #nhsuk-footer .footer-wrap .footer-item:nth-child(4), .nhsuk-footer .footer-wrap .footer-item:nth-child(3), .nhsuk-footer .footer-wrap .footer-item:nth-child(4) {
  align-self: flex-end;
}
#nhsuk-footer .footer-wrap.no-nhsbt-logo, .nhsuk-footer .footer-wrap.no-nhsbt-logo {
  height: 150px;
}
#nhsuk-footer .footer-wrap.no-nhsbt-logo .footer-item:first-child, .nhsuk-footer .footer-wrap.no-nhsbt-logo .footer-item:first-child {
  flex-basis: 100%;
}
#nhsuk-footer .footer-wrap.no-nhsbt-logo .footer-item:nth-child(even), .nhsuk-footer .footer-wrap.no-nhsbt-logo .footer-item:nth-child(even) {
  text-align: left;
}
#nhsuk-footer .footer-wrap.no-nhsbt-logo .footer-item:last-child, .nhsuk-footer .footer-wrap.no-nhsbt-logo .footer-item:last-child {
  text-align: right;
}
#nhsuk-footer .footer-contact-us a, #nhsuk-footer .footer-contact-us a:visited, .nhsuk-footer .footer-contact-us a, .nhsuk-footer .footer-contact-us a:visited {
  color: #005eb8;
}
#nhsuk-footer .footer-contact-us p, .nhsuk-footer .footer-contact-us p {
  margin: 0;
}
#nhsuk-footer .footer-contact-us p:first-child, .nhsuk-footer .footer-contact-us p:first-child {
  margin-bottom: 10px;
}
#nhsuk-footer .nhsuk-footer__list, .nhsuk-footer .nhsuk-footer__list {
  width: auto;
  margin: 0;
  padding: 0;
}
#nhsuk-footer .nhsuk-footer__list li, .nhsuk-footer .nhsuk-footer__list li {
  margin-bottom: 0;
  float: none;
  display: inline-block;
  margin-right: 30px;
}
#nhsuk-footer .nhsuk-footer__list a, .nhsuk-footer .nhsuk-footer__list a {
  color: #4c6272;
}
#nhsuk-footer .nhsuk-footer__list a:visited, .nhsuk-footer .nhsuk-footer__list a:visited {
  color: #4c6272;
}
#nhsuk-footer .footer-icon-links, .nhsuk-footer .footer-icon-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nhsuk-footer .footer-icon-links li, .nhsuk-footer .footer-icon-links li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
#nhsuk-footer .footer-icon-links li:not(:first-child), .nhsuk-footer .footer-icon-links li:not(:first-child) {
  margin-left: 10px;
}
#nhsuk-footer .footer-icon-links li a, .nhsuk-footer .footer-icon-links li a {
  height: auto;
  width: auto;
  display: block;
}
#nhsuk-footer .footer-icon-links.footer-icons-rounded li, .nhsuk-footer .footer-icon-links.footer-icons-rounded li {
  width: 48px;
  height: 48px;
}
#nhsuk-footer .footer-icon-links.footer-icons-rounded li a, .nhsuk-footer .footer-icon-links.footer-icons-rounded li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
}
#nhsuk-footer .footer-icon-links.footer-icons-rounded li a img, .nhsuk-footer .footer-icon-links.footer-icons-rounded li a img {
  height: auto;
  max-width: 30px;
  max-height: 30px;
}
#nhsuk-footer .nhsbt-logo-normal, .nhsuk-footer .nhsbt-logo-normal {
  display: none;
  appearance: none;
}

@media (max-width: 40.0625em) {
  #nhsuk-footer .footer-wrap, .nhsuk-footer .footer-wrap {
    height: auto;
  }
  #nhsuk-footer .footer-wrap .footer-item, .nhsuk-footer .footer-wrap .footer-item {
    flex-basis: 100%;
  }
  #nhsuk-footer .footer-wrap .footer-item:not(:first-child), .nhsuk-footer .footer-wrap .footer-item:not(:first-child) {
    margin-top: 30px;
  }
  #nhsuk-footer .footer-wrap .footer-item:not(:last-child), .nhsuk-footer .footer-wrap .footer-item:not(:last-child) {
    text-align: left !important;
  }
  #nhsuk-footer .nhsuk-footer__list li, .nhsuk-footer .nhsuk-footer__list li {
    display: block;
    margin-right: 0;
    margin-bottom: 6px;
    font-size: 17px;
  }
  #nhsuk-footer .nhsbt-logo-normal, .nhsuk-footer .nhsbt-logo-normal {
    display: block;
    appearance: initial;
    text-align: left;
  }
  #nhsuk-footer .nhsbt-logo-reversed, .nhsuk-footer .nhsbt-logo-reversed {
    display: none;
    appearance: none;
  }
}
@media (max-width: 989px) {
  #nhsuk-footer .footer-wrap.no-nhsbt-logo, .nhsuk-footer .footer-wrap.no-nhsbt-logo {
    height: auto;
  }
  #nhsuk-footer .footer-wrap.no-nhsbt-logo .footer-item, .nhsuk-footer .footer-wrap.no-nhsbt-logo .footer-item {
    flex-basis: 100%;
    text-align: left !important;
  }
  #nhsuk-footer .footer-wrap.no-nhsbt-logo .footer-item:not(:first-child), .nhsuk-footer .footer-wrap.no-nhsbt-logo .footer-item:not(:first-child) {
    margin-top: 30px;
  }
}
.nhsuk-header.nhsuk-header--white-nav {
  border-bottom: 1px solid #4c6272;
}
.nhsuk-header .nhsuk-header__container {
  padding: 20px 0;
  margin: 0 32px;
  display: block;
}
.nhsuk-header .nhsuk-header__container::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 989px) {
  .nhsuk-header .nhsuk-header__container {
    margin: 0 auto;
  }
}
@media (max-width: 40.0625em) {
  .nhsuk-header .nhsuk-header__container {
    margin: 0;
    padding: 16px;
  }
}
.nhsuk-header .nhsuk-header__container .nhsuk-header__logo {
  float: left;
}
.nhsuk-header .nhsuk-header__container .nhsuk-search__submit {
  line-height: inherit;
}
.nhsuk-header .nhsuk-header__content.js-show {
  border-bottom: 4px solid #f0f4f5;
}
@media (min-width: 40.0625em) {
  .nhsuk-header .nhsuk-header__content {
    float: right;
  }
  .nhsuk-header .nhsuk-header__content.js-show {
    border-bottom: 0;
  }
}
.nhsuk-header .nhsuk-header__menu-toggle, .nhsuk-header .nhsuk-header__search-toggle {
  background-color: transparent;
  border: 1px solid #005eb8;
  border-radius: 4px;
  color: #005eb8;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 0;
  padding: 7px 16px;
  position: relative;
  text-decoration: none;
  z-index: 1;
  visibility: visible;
}
.nhsuk-header .nhsuk-header__menu-toggle::-moz-focus-inner, .nhsuk-header .nhsuk-header__search-toggle::-moz-focus-inner {
  border: 0;
}
.nhsuk-header .nhsuk-header__menu-toggle.no-search, .nhsuk-header .nhsuk-header__search-toggle.no-search {
  right: 0;
}
.nhsuk-header .nhsuk-header__menu-toggle.is-active, .nhsuk-header .nhsuk-header__menu-toggle:hover, .nhsuk-header .nhsuk-header__search-toggle.is-active, .nhsuk-header .nhsuk-header__search-toggle:hover {
  color: #fff;
  border-color: #004b93;
  background-color: #004b93;
  box-shadow: none;
}
.nhsuk-header .nhsuk-header__menu-toggle.is-active svg, .nhsuk-header .nhsuk-header__menu-toggle:hover svg, .nhsuk-header .nhsuk-header__search-toggle.is-active svg, .nhsuk-header .nhsuk-header__search-toggle:hover svg {
  fill: #ffffff;
}
.nhsuk-header .nhsuk-header__menu-toggle:focus, .nhsuk-header .nhsuk-header__search-toggle:focus {
  background-color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: 0 4px 0 0 #212b32;
  color: #212b32 !important;
  outline: 4px solid transparent;
  outline-offset: 4px;
  box-shadow: 0 0 0 2px #ffeb3b, 0 4px 0 2px #212b32;
}
.nhsuk-header .nhsuk-header__menu-toggle:focus svg, .nhsuk-header .nhsuk-header__search-toggle:focus svg {
  fill: #212b32 !important;
}
@media (min-width: 989px) {
  .nhsuk-header .nhsuk-header__menu-toggle {
    display: none;
  }
}
.nhsuk-header .nhsuk-header__search-toggle {
  min-height: 40px;
  padding: 4px 8px 0;
  line-height: normal;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 40.0625em) {
  .nhsuk-header .nhsuk-header__search-toggle {
    display: none;
  }
}
.nhsuk-header .nhsuk-header__search-toggle .nhsuk-icon__search {
  width: 21px;
  height: 21px;
}
@media (max-width: 40.0625em) {
  .nhsuk-header .nhsuk-old-design .nhsuk-header__menu-toggle {
    right: 50px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-header .nhsuk-old-design .nhsuk-header__search-wrap {
    display: block;
    line-height: 0;
  }
}
@media (max-width: 40.0625em) {
  .nhsuk-header .nhsuk-old-design .nhsuk-header__search-wrap {
    clear: both;
    margin-bottom: -20px;
    margin-left: -16px;
    margin-right: -16px;
    padding-top: 0;
    text-align: left;
    display: none;
  }
  .nhsuk-header .nhsuk-old-design .nhsuk-header__search-wrap.js-show {
    display: flex;
  }
}
.nhsuk-header .nhsuk-old-design .nhsuk-search__close {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  height: 40px;
  padding: 0;
  width: 40px;
  margin-left: 8px;
  margin-right: -8px;
  margin-top: 8px;
}
@media (min-width: 40.0625em) {
  .nhsuk-header .nhsuk-old-design .nhsuk-search__close {
    display: none;
  }
}
.nhsuk-header .nhsuk-old-design .nhsuk-search__close:focus {
  background-color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: 0 4px 0 0 #212b32;
  color: #212b32 !important;
  outline: 4px solid transparent;
  outline-offset: 4px;
  box-shadow: 0 0 0 2px #ffeb3b, 0 4px 0 2px #212b32;
}
.nhsuk-header .nhsuk-old-design .nhsuk-search__close:focus svg {
  fill: #212b32 !important;
}
.nhsuk-header .nhsuk-old-design .nhsuk-search__close:hover .nhsuk-icon__close {
  fill: #4c6272;
}
.nhsuk-header .nhsuk-old-design .nhsuk-search__close .nhsuk-icon__close {
  fill: #005eb8;
  height: 40px;
  width: 40px;
}
.nhsuk-header .nhsuk-old-design .nhsuk-search__close::-moz-focus-inner {
  border: 0;
}
.nhsuk-header .nhsuk-old-design .nhsuk-header__search-form {
  height: 100%;
  overflow: visible;
}
@media (max-width: 40.0625em) {
  .nhsuk-header .nhsuk-old-design .nhsuk-header__search-form {
    background-color: #ffffff;
    display: flex;
    padding: 0 16px 16px 16px;
    width: 100%;
  }
}
@media (max-width: 40.0625em) {
  .nhsuk-header .nhsuk-old-design .nhsuk-search__input {
    border: 1px solid #aeb7bd;
    border-right: 0;
    height: 52px;
  }
}
@media (max-width: 40.0625em) {
  .nhsuk-header .nhsuk-old-design .nhsuk-search__submit {
    height: 52px;
    padding-left: 14px;
    padding-right: 14px;
    position: absolute;
    top: 0;
    right: 56px;
  }
}
.nhsuk-header .nhsuk-header__search {
  position: relative;
  text-align: right;
}
.nhsuk-header .nhsuk-header__search:after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 40.0625em) {
  .nhsuk-header .nhsuk-header__search {
    float: left;
    margin-left: 8px;
  }
}
@media (max-width: 989px) {
  .nhsuk-header .nhsuk-search__input {
    width: 180px;
  }
}
@media (max-width: 48.0625em) {
  .nhsuk-header .nhsuk-search__input {
    width: 120px;
  }
}
.nhsuk-header .nhsuk-header__navigation {
  background-color: #ffffff;
  clear: both;
  overflow: hidden;
  background-color: #ffffff;
}
.nhsuk-header .nhsuk-header__navigation .nhsuk-width-container {
  width: 100%;
}
.nhsuk-header .nhsuk-header__navigation.js-show {
  display: block;
}
@media (max-width: 989px) {
  .nhsuk-header .nhsuk-header__navigation {
    border-bottom: 4px solid #f0f4f5;
    border-top: 4px solid #f0f4f5;
    display: none;
    margin: 0 auto;
    max-width: 1024px;
  }
  .nhsuk-header .nhsuk-header__navigation .nhsuk-width-container {
    margin: 0;
  }
}
@media (max-width: 48.0625em) {
  .nhsuk-header .nhsuk-header__navigation .nhsuk-width-container {
    margin: 0;
  }
}
.nhsuk-header .nhsuk-header__navigation-list {
  border-top: 0;
  border-top: 1px solid #f0f4f5;
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: block;
}
@media (min-width: 989px) {
  .nhsuk-header .nhsuk-header__navigation-list {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
  }
}
.nhsuk-header .nhsuk-header__navigation-item {
  border-top: 1px solid #f0f4f5;
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 989px) {
  .nhsuk-header .nhsuk-header__navigation-item {
    border-top: 0;
    margin: 0;
    text-align: center;
  }
  .nhsuk-header .nhsuk-header__navigation-item .nhsuk-icon__chevron-right {
    display: none;
  }
}
@media (min-width: 989px) {
  .nhsuk-header .nhsuk-header__navigation-item--for-mobile {
    display: none;
  }
}
.nhsuk-header .nhsuk-header__navigation-link {
  color: #005eb8;
  padding: 12px 16px;
  text-decoration: none;
  line-height: 1.5;
}
.nhsuk-header .nhsuk-header__navigation-link.active {
  border-bottom: 4px solid #4c6272;
}
.nhsuk-header .nhsuk-header__navigation-link.active:focus {
  font-weight: bold;
}
@media (max-width: 989px) {
  .nhsuk-header .nhsuk-header__navigation-link.active {
    border-left: 4px solid #4c6272;
    border-bottom: 4px solid transparent;
  }
}
.nhsuk-header .nhsuk-header__navigation-link:visited {
  color: #005eb8;
}
.nhsuk-header .nhsuk-header__navigation-link:hover {
  text-decoration: underline;
}
.nhsuk-header .nhsuk-header__navigation-link:hover .nhsuk-icon__chevron-right {
  fill: #005eb8;
}
.nhsuk-header .nhsuk-header__navigation-link:focus:hover .nhsuk-icon__chevron-right, .nhsuk-header .nhsuk-header__navigation-link:active:hover .nhsuk-icon__chevron-right {
  fill: #212b32;
}
.nhsuk-header .nhsuk-header__menu {
  float: right;
}
@media (min-width: 40.0625em) {
  .nhsuk-header .nhsuk-header__menu {
    float: left;
  }
}
.nhsuk-header .nhsuk-header__navigation-title {
  font-weight: 600;
  margin-bottom: 0;
  padding: 16px;
  position: relative;
}
@media (min-width: 989px) {
  .nhsuk-header .nhsuk-header__navigation-title {
    display: none;
  }
}
.nhsuk-header .nhsuk-header__navigation-close {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  height: 40px;
  padding: 0;
  width: 40px;
  overflow: hidden;
  position: absolute;
  right: 8px;
  top: 8px;
  white-space: nowrap;
}
.nhsuk-header .nhsuk-header__navigation-close .nhsuk-icon__close {
  height: 40px;
  width: 40px;
  fill: #005eb8;
}
.nhsuk-header .nhsuk-header__navigation-close::-moz-focus-inner {
  border: 0;
}
.nhsuk-header .nhsuk-header__navigation-close:hover .nhsuk-icon__close {
  fill: #4c6272;
}
.nhsuk-header .nhsuk-header__navigation-close:focus {
  background-color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: 0 4px 0 0 #212b32;
  color: #212b32 !important;
  outline: 4px solid transparent;
  outline-offset: 4px;
  box-shadow: 0 0 0 2px #ffeb3b, 0 4px 0 2px #212b32;
}
.nhsuk-header .nhsuk-header__navigation-close:focus svg {
  fill: #212b32 !important;
}
.nhsuk-header .nhsuk-header__navigation-close:focus .nhsuk-icon__close {
  fill: #212b32;
}

#spinner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  min-height: 500px;
  transform: translateY(-60px);
}
#spinner-wrapper.hidden {
  display: none;
}
#spinner-wrapper.full-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0f4f5;
  padding-bottom: 200px;
  z-index: 1;
  min-height: auto;
  transform: none;
}
#spinner-wrapper.button-spinner {
  display: inline-block;
  vertical-align: -0.14em;
  min-height: 0;
  margin-right: 10px;
  transform: none;
}
#spinner-wrapper.button-spinner #spinner-content {
  display: none;
}
#spinner-wrapper.button-spinner #spinner {
  width: 22px;
  height: 22px;
  margin-top: 0;
  border-color: rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-width: 4px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#spinner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  border: 8px solid #dee0e2;
  border-radius: 50%;
  border-top-color: #56008c;
  width: 64px;
  height: 64px;
  animation: spin 2s linear infinite;
}

.text_with_image img {
  width: 100%;
  height: auto;
  display: block;
}

.quote-card-with-image-group {
  padding-left: 0;
}
.quote-card-with-image-group .nhsuk-grid-row {
  margin: 0;
}
.quote-card-with-image-group li {
  display: block;
  width: 100%;
  margin-bottom: 64px;
}
.quote-card-with-image-group li img {
  width: 100%;
  height: auto;
  display: block;
}
.quote-card-with-image-group .nhsuk-grid-column-one-third {
  padding: 0;
}
.quote-card-with-image-group .nhsuk-grid-column-one-third.left {
  padding-right: 16px;
}
.quote-card-with-image-group .nhsuk-grid-column-one-third.right {
  padding-left: 16px;
}

@media (max-width: 48.0625em) {
  .quote-card-with-image-group .nhsuk-grid-column-two-thirds, .quote-card-with-image-group .nhsuk-grid-column-one-third {
    padding-bottom: 24px;
  }
  .quote-card-with-image-group li {
    margin-bottom: 0;
  }
  .quote-card-with-image-group .nhsuk-grid-column-two-thirds {
    padding-left: 0;
    padding-right: 0;
  }
  .quote-card-with-image-group .nhsuk-grid-column-one-third.left {
    padding-right: 0;
  }
  .quote-card-with-image-group .nhsuk-grid-column-one-third.right {
    padding-left: 0;
  }
}
video {
  width: 100%;
}

.video-card video,
.video-card iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-card .video-iframe-container {
  height: 0;
  padding-bottom: 56.5%;
  position: relative;
}

.cookieconsent-optout-marketing {
  padding: 30px;
  border: 2px dashed #d5281b;
  background: #f0f4f5;
}

.map iframe {
  width: 100%;
}

.nhsuk-card__img {
  height: auto;
}

.block-basic_card,
.block-image_card,
.block-clickable_card {
  flex-grow: 1;
  display: flex;
}

.block-basic_card:has(.nhsuk-card--fit-height-to-content) {
  flex-grow: 0;
}

.success-card {
  background-color: #007f3b;
  color: #ffffff;
  margin-bottom: 48px;
}
.success-card h1 {
  margin-bottom: 10px;
}
.success-card p {
  font-size: 22px;
}
.success-card p:last-child {
  margin-bottom: 0;
}

html {
  font-family: "Arial";
}

blockquote {
  margin: 0;
}

cite {
  display: block;
}

dd {
  margin: 0;
}

.no-wrap {
  text-wrap: nowrap;
}

ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: lower-roman;
}
ol ol ol ol {
  list-style-type: decimal;
}
ol ol ol ol ol {
  list-style-type: lower-alpha;
}

.search-content form {
  display: flex;
}
.search-content .nhsuk-search__input {
  border: 1px solid #aeb7bd;
  flex: 1;
}
.search-content .nhsuk-search__submit {
  background-color: #005eb8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-content .nhsuk-search__submit:hover {
  background-color: #004b93;
  border-color: #004b93;
}
.search-content .nhsuk-search__submit .nhsuk-icon__search {
  fill: #fff;
}
.search-content .search-results {
  display: flex;
}

@media (max-width: 40.0625em) {
  .search-content .nhsuk-search__submit {
    padding: 8px;
  }
}
.nhsuk-loader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  min-height: 500px;
  transform: translateY(-60px);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.nhsuk-loader__spinner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  border: 8px solid #dee0e2;
  border-radius: 50%;
  border-top-color: #005eb8;
  width: 64px;
  height: 64px;
  animation: rotate 2s linear infinite;
  margin-bottom: 12px;
}

.block-image img {
  width: 100%;
  height: auto;
}

.richtext-image.right {
  float: right;
  margin-left: 20px;
}
.richtext-image.left {
  float: left;
  margin-right: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

picture img {
  width: 100%;
}

.nhsuk-expander[open] .nhsuk-details .nhsuk-details__summary:focus .nhsuk-details__summary-text:before {
  background: #ffeb3b url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__plus' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' aria-hidden='true'%3E%3Ccircle cx='12' cy='12' r='10' fill='002f5c'%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;
}
.nhsuk-expander[open] .nhsuk-details .nhsuk-details__summary .nhsuk-details__summary-text:before {
  background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__plus' xmlns='http://www.w3.org/2000/svg' width='32' height='32' 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;
  content: "";
  display: inline-block;
  height: 32px;
  left: 0;
  position: absolute;
  top: calc(50% - 16px);
  width: 32px;
}
.nhsuk-expander[open] .nhsuk-details[open] > .nhsuk-details__summary:focus > .nhsuk-details__summary-text:before {
  background: #ffeb3b url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__minus' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' aria-hidden='true'%3E%3Ccircle cx='12' cy='12' r='10' fill='002f5c'%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;
}
.nhsuk-expander[open] .nhsuk-details[open] > .nhsuk-details__summary > .nhsuk-details__summary-text:before {
  background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__minus' xmlns='http://www.w3.org/2000/svg' width='32' height='32' 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;
}

.nhsuk-details__text .nhsuk-checkboxes__input + .nhsuk-checkboxes__label::after {
  left: 7px;
  top: 10px;
}

.nhsuk-breadcrumb {
  background: none;
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-breadcrumb {
    margin-bottom: 24px;
  }
}
.nhsuk-breadcrumb__item:not(:last-child):after {
  background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__chevron-right' xmlns='http://www.w3.org/2000/svg' fill='%234c6272' height='18' width='18' viewBox='0 0 24 24' aria-hidden='true'%3E%3Cpath d='M15.5 12a1 1 0 0 1-.29.71l-5 5a1 1 0 0 1-1.42-1.42l4.3-4.29-4.3-4.29a1 1 0 0 1 1.42-1.42l5 5a1 1 0 0 1 .29.71z'%3E%3C/path%3E%3C/svg%3E") right 0 top 0 no-repeat;
}

.nhsuk-table-responsive {
  margin-bottom: 40px;
}

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

button:focus {
  background-color: #ffeb3b !important;
  border-color: #ffeb3b !important;
  box-shadow: 0 4px 0 0 #212b32;
  color: #212b32 !important;
  outline: 4px solid transparent;
  outline-offset: 4px;
  box-shadow: 0 0 0 2px #ffeb3b, 0 4px 0 2px #212b32;
}
button:focus svg {
  fill: #212b32 !important;
}

.govuk-pagination__item {
  list-style: none;
  text-align: center;
}

.govuk-pagination {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 40.0625em) {
  .govuk-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 40.0625em) {
  .govuk-pagination__item, .govuk-pagination__next, .govuk-pagination__prev {
    font-size: 1.1875rem;
  }
}
.govuk-pagination__item, .govuk-pagination__next, .govuk-pagination__prev {
  box-sizing: border-box;
  position: relative;
  min-width: 45px;
  min-height: 45px;
  padding: 10px 15px;
  float: left;
  align: center;
}

.govuk-pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.govuk-pagination__link {
  display: block;
  min-width: 16px;
  text-underline-offset: 0.1em;
}

.govuk-pagination__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.govuk-pagination__item--current .govuk-pagination__link:link, .govuk-pagination__item--current .govuk-pagination__link:visited {
  color: #ffffff;
}

.govuk-pagination__item--current {
  font-weight: 700;
  outline: 1px solid rgba(0, 0, 0, 0);
  background-color: #005eb8;
  text-align: center;
}

.govuk-pagination__icon {
  width: 0.9375rem;
  height: 0.8125rem;
  color: #4c6272;
  fill: currentcolor;
  forced-color-adjust: auto;
}

.govuk-pagination__icon--prev {
  margin-right: 4px;
}

.govuk-pagination__icon--next {
  margin-left: 4px;
}

.languages {
  list-style: none;
  margin: 0;
  padding: 0;
}
.languages li {
  display: inline-block;
  margin: 0;
  line-height: normal;
}
.languages li a {
  text-decoration: none;
}
.languages li a:hover {
  text-decoration: underline;
}
.languages li.active {
  display: none;
}

.site-color-picker {
  position: relative;
  display: inline-block;
}
.site-color-picker .color-sample-box {
  width: 45px;
  height: 45px;
  border: 1px solid rgb(92, 92, 92);
  border-radius: 6px;
  position: absolute;
  top: 0;
  right: -60px;
}

.theme-color--nhsbt {
  color: #005eb8;
}

.theme-bg--nhsbt {
  background-color: #005eb8;
}

.theme-color--blood {
  color: #d81e05;
}

.theme-bg--blood {
  background-color: #d81e05;
}

.theme-color--organs {
  color: #56008c;
}

.theme-bg--organs {
  background-color: #56008c;
}

.theme-color--platelets {
  color: #e7a220;
}

.theme-bg--platelets {
  background-color: #e7a220;
}

.theme-color--tissue {
  color: #006b54;
}

.theme-bg--tissue {
  background-color: #006b54;
}

.website-theme--nhsbt .nhsuk-hero {
  background-color: #005eb8;
}

.website-theme--blood .nhsuk-hero {
  background-color: #d81e05;
}

.website-theme--organs .nhsuk-hero {
  background-color: #56008c;
}

.website-theme--platelets .nhsuk-hero {
  background-color: #e7a220;
}

.website-theme--tissue .nhsuk-hero {
  background-color: #006b54;
}

.website-theme--nhsbt .nhsuk-navigation .nhsuk-header__navigation-link {
  color: #005eb8;
}

.website-theme--blood .nhsuk-navigation .nhsuk-header__navigation-link {
  color: #d81e05;
}

.website-theme--organs .nhsuk-navigation .nhsuk-header__navigation-link {
  color: #56008c;
}

.website-theme--platelets .nhsuk-navigation .nhsuk-header__navigation-link {
  color: #e7a220;
}

.website-theme--tissue .nhsuk-navigation .nhsuk-header__navigation-link {
  color: #006b54;
}

.nhsuk-card--primary .nhsuk-icon, .nhsuk-card--clickable .nhsuk-icon {
  display: block;
  fill: #005eb8;
  height: 2rem;
  margin-top: -1rem;
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 50%;
  width: 2rem;
}

.nhsuk-card--clickable:hover {
  border-color: #aeb7bd;
  box-shadow: 0 3px 0 #aeb7bd;
}
.nhsuk-card--clickable:hover .nhsuk-icon {
  fill: #7c2855;
}

.nhsuk-card--primary > .nhsuk-card__content, .nhsuk-card__content--primary {
  padding-right: calc(32px + 3rem);
}
/*# sourceMappingURL=maps/theme.css.map */
