.sb-background {
  background-color: #fff;
  background-position: right 1rem top;
  background-repeat: no-repeat;
  background-size: calc(40% - 1rem) auto;
  height: 100vh;
  left: 0;
  position: fixed;
  width: 100vw;
}

.sb-background--non-chameleon {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.sb-background--bottom-right {
  background-position: 100% 100%!important;
}

.sb-layout-wrapper {
  display: flex;
  flex: 1 1 auto;
  z-index: 1;
}

.sb-layout {
  margin-top: .25rem;
  position: relative;
  width: 100%;
}

.dark .sb-background {
  background-color: #000;
}

@media (min-width:37.5rem) {
  .sb-layout {
    left: 16.7%;
    margin-top: 6.25rem;
    width: 66.6%;
  }

  .sb-layout .sb-account-section {
    padding: 2rem 0;
  }

  .sb-background--non-chameleon+.sb-layout-wrapper .sb-account-section {
    padding: 2rem;
  }
}

@media (min-width:56.25rem) {
  .sb-layout {
    left: 10%;
    margin-top: 2rem;
    max-width: 50rem;
    width: 40%;
  }

  .sb-background--non-chameleon+.sb-layout-wrapper .sb-layout {
    left: 10%;
    width: 50%;
  }
}

@media (min-width:63rem) {
  .sb-layout {
    left: 12.5%;
    width: 35%;
  }
}

@media (min-width:80rem) {
  .sb-layout {
    margin-top: 3rem;
  }
}

.sb-account-footer {
  background-color: #fff;
  bottom: 0;
  font-size: .875rem;
  left: 0;
  line-height: 1.125rem;
  padding: 1rem;
  position: relative;
  transform: translateZ(0);
  width: 100%;
  z-index: 5;
}

.dark .sb-account-footer {
  background-color: #000;
}

@media (min-width:37.5rem) {
  .sb-account-footer {
    padding: 1rem 2rem;
  }
}

@media (min-width:56.25rem) {
  .sb-account-footer {
    height: auto;
    position: absolute;
  }
}

.light .sb-bbc-blocks {
  fill: #000;
}

.dark .sb-bbc-blocks {
  fill: #fff;
}

.sb-bbc-blocks--x-small {
  height: 1.75rem;
}

.sb-bbc-blocks--small {
  height: 2rem;
}

.sb-bbc-blocks--medium {
  height: 2.25rem;
}

.sb-bbc-blocks--large {
  height: 2.5rem;
}

.sb-bbc-blocks--x-large {
  height: 2.75rem;
}

.sb-bbc-blocks--xx-large {
  height: 3rem;
}

.sb-heading--headlineLarge {
  font-family: ReithSans,BBC Reith Sans,Helvetica,Arial,freesans,sans-serif;
  font-size: 2rem;
  line-height: 2.25rem;
}

@media (min-width:37.5rem) {
  .sb-heading--headlineLarge {
    font-size: 2.75rem;
    line-height: 3rem;
  }
}

.sb-heading--headlineSmall {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

@media (min-width:37.5rem) {
  .sb-heading--headlineSmall {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.sb-heading--sectionHeading {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

@media (min-width:37.5rem) {
  .sb-heading--sectionHeading {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.sb-heading--indexHeadlineLarge {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

@media (min-width:37.5rem) {
  .sb-heading--indexHeadlineLarge {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.sb-heading--indexHeadlineMedium {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media (min-width:37.5rem) {
  .sb-heading--indexHeadlineMedium {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.sb-heading--indexHeadlineSmall {
  font-size: 1rem;
  line-height: 1.25rem;
}

@media (min-width:37.5rem) {
  .sb-heading--indexHeadlineSmall {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.sb-heading--bodyCopy {
  font-size: 1rem;
  line-height: 1.375rem;
}

.sb-heading--description {
  font-size: .875rem;
  line-height: 1.125rem;
}

.sb-heading--metaData {
  font-size: .8125rem;
  line-height: 1rem;
}

.sb-heading--labels {
  font-size: .75rem;
  line-height: 1rem;
}

.sb-heading--light {
  font-weight: 300;
}

.sb-heading--regular {
  font-weight: 400;
}

.sb-heading--medium {
  font-weight: 500;
}

.sb-heading--bold {
  font-weight: 700;
}

.sb-heading--extraBold {
  font-weight: 800;
}

.sb-account-section {
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  pointer-events: auto;
  position: relative;
  text-align: left;
  width: 100%;
}

.sb-account-section--with-top-border {
  border-top: .0625rem solid #b3b3b3;
}

.sb-account-section--centre-aligned-content {
  text-align: center;
}

@media (min-width:37.5rem) {
  .sb-account-section {
    min-height: auto;
    padding: 2rem;
  }
}

.dark .sb-account-section {
  background-color: #000;
}

.sb-account-logo-wrapper {
  background-color: #fff;
  margin: 1rem 0 2rem;
  padding: .5rem 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.sb-account-service-identifier-wrapper {
  margin-top: 2.5rem;
}

.sb-account-content-container {
  margin-top: 2rem;
  text-align: left;
}

.dark .sb-account-logo-wrapper {
  background-color: #000;
}

@media (min-width:37.5rem) {
  .sb-account-logo-wrapper {
    background-color: transparent;
    margin-top: .5rem;
    position: static;
  }
}

.sb-button {
  background-color: #0078ff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  hyphens: auto;
  line-height: 1.25rem;
  outline-color: #0078ff;
  overflow-wrap: break-word;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  user-select: none;
}

@media (min-width:37.5rem) {
  .sb-button {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.sb-button:focus,.sb-button:hover {
  background-color: #0064e6;
  box-shadow: 0 0 0 .25rem #0064e6;
  outline: none;
}

.sb-button:focus {
  box-shadow: 0 0 0 .25rem #0064e6,0 0 0 .375rem #fff,0 0 0 .5rem #000;
}

.sb-button:focus:not(:focus-visible) {
  box-shadow: none;
}

.sb-button:disabled {
  opacity: .3;
}

.sb-button--icon-wrapper {
  align-items: center;
  display: flex;
}

.sb-button--full-width {
  width: 100%;
}

.sb-button--secondary {
  box-sizing: border-box;
  color: #0078ff;
  text-decoration-skip-ink: none;
}

.sb-button--secondary,.sb-button--secondary:focus,.sb-button--secondary:hover {
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,28,61,.05),0 10px 20px 0 rgba(0,0,0,.05);
}

.sb-button--secondary:focus,.sb-button--secondary:hover {
  text-decoration-color: #0078ff;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: .125rem;
}

.sb-button--secondary:focus {
  box-shadow: inset 0 0 0 .125rem #000,0 1px 8px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,28,61,.05),0 10px 20px 0 rgba(0,0,0,.05);
}

.sb-button--secondary:focus:not(:focus-visible) {
  box-shadow: 0 1px 8px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,28,61,.05),0 10px 20px 0 rgba(0,0,0,.05);
}

.sb-button--secondary .sb-icon {
  fill: #0078ff;
}

.dark .sb-button:focus {
  box-shadow: 0 0 0 .25rem #0064e6,0 0 0 .375rem #000,0 0 0 .5rem #fff;
}

.dark .sb-button--secondary {
  background-color: #2d2d2d;
  box-shadow: 0 0 0 1px hsla(0,0%,100%,.15);
  color: #3092ff;
}

.dark .sb-button--secondary:focus,.dark .sb-button--secondary:hover {
  box-shadow: 0 1px 8px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,28,61,.05),0 10px 20px 0 rgba(0,0,0,.05);
  text-decoration-color: #3092ff;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: .125rem;
}

.dark .sb-button--secondary:focus {
  box-shadow: inset 0 0 0 .125rem #fff,0 0 0 1px hsla(0,0%,100%,.15);
}

.dark .sb-button--secondary:focus:not(:focus-visible) {
  box-shadow: 0 0 0 1px hsla(0,0%,100%,.15);
}

.sb-button-inline {
  background-color: transparent;
  border: 0;
  color: #0078ff;
  cursor: pointer;
  font-weight: 700;
  padding: 0;
  text-decoration-color: #0078ff;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
  text-decoration-style: solid;
  text-decoration-thickness: .0625rem;
  text-underline-offset: .25rem;
  width: auto;
}

.sb-button-inline:focus,.sb-button-inline:hover {
  outline: none;
  text-decoration-thickness: .125rem;
}

.sb-button-inline:focus {
  box-shadow: 0 0 0 .125rem #fff,0 0 0 .25rem #000;
}

.sb-button-inline:focus:not(:focus-visible) {
  box-shadow: none;
}

.sb-button-inline--secondary {
  color: #000;
  font-weight: 400;
  text-decoration-color: #000;
}

.dark .sb-button-inline {
  color: #3092ff;
  text-decoration-color: #3092ff;
}

.dark .sb-button-inline:focus {
  box-shadow: 0 0 0 .125rem #000,0 0 0 .25rem #fff;
}

.dark .sb-button-inline--secondary {
  color: #fff;
  text-decoration-color: #fff;
}

.sb-bbc-footer {
  background-color: #fff;
  bottom: auto;
  font-size: .8125rem;
  height: auto;
  left: auto;
  line-height: 1rem;
  padding: 0 1rem 1rem;
  position: absolute;
  transform: translateZ(0);
  width: 100%;
}

.sb-bbc-footer__links {
  border-top: .0625rem solid #b3b3b3;
  padding-bottom: 1rem;
}

.sb-bbc-footer__links ul {
  list-style: none;
}

.sb-bbc-footer__links li {
  display: inline-block;
  padding: 1rem 1rem 0 0;
}

.dark .sb-bbc-footer {
  background-color: #000;
}

.dark .sb-bbc-footer__links {
  border-top-color: #fff;
}

@media (min-width:37.5rem) {
  .sb-bbc-footer {
    padding: 0 2rem 1rem;
  }
}

.sb-link {
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
  text-decoration-style: solid;
  text-decoration-thickness: .0625rem;
  text-underline-offset: .25rem;
}

.sb-link:focus,.sb-link:hover {
  outline: none;
  text-decoration-thickness: .125rem;
}

.sb-link:focus {
  box-shadow: 0 0 0 .125rem #fff,0 0 0 .25rem #000;
}

.sb-link:focus:not(:focus-visible) {
  box-shadow: none;
}

.sb-link--primary {
  color: #0078ff;
  font-weight: 700;
  text-decoration-color: #0078ff;
}

.sb-link--secondary {
  color: #000;
  font-weight: 400;
  text-decoration-color: #000;
}

.sb-link--tertiary {
  color: #000;
  font-weight: 700;
  text-decoration-color: #000;
  text-decoration-line: none;
}

.sb-link--tertiary:hover {
  text-decoration-line: underline;
  text-decoration-thickness: .0625rem;
}

.dark .sb-link:focus {
  box-shadow: 0 0 0 .125rem #000,0 0 0 .25rem #fff;
}

.dark .sb-link--primary {
  color: #3092ff;
  text-decoration-color: #3092ff;
}

.dark .sb-link--secondary,.dark .sb-link--tertiary {
  color: #fff;
  text-decoration-color: #fff;
}

.sb-link-button {
  background-color: #0078ff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  hyphens: auto;
  line-height: 1.25rem;
  outline-color: #0078ff;
  overflow-wrap: break-word;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  text-decoration-skip-ink: none;
  text-underline-offset: .25rem;
  user-select: none;
}

@media (min-width:37.5rem) {
  .sb-link-button {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.sb-link-button:focus,.sb-link-button:hover {
  background-color: #0064e6;
  box-shadow: 0 0 0 .25rem #0064e6;
  outline: none;
  text-decoration-color: #fff;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: .0625rem;
}

.sb-link-button:focus {
  box-shadow: 0 0 0 .25rem #0064e6,0 0 0 .375rem #fff,0 0 0 .5rem #000;
}

.sb-link-button:focus:not(:focus-visible) {
  box-shadow: none;
}

.sb-link-button:disabled {
  opacity: .3;
}

.sb-link-button--secondary {
  box-sizing: border-box;
  color: #0078ff;
}

.sb-link-button--secondary,.sb-link-button--secondary:focus,.sb-link-button--secondary:hover {
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,28,61,.05),0 10px 20px 0 rgba(0,0,0,.05);
}

.sb-link-button--secondary:focus,.sb-link-button--secondary:hover {
  text-decoration-color: #0078ff;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: .125rem;
}

.sb-link-button--secondary:focus {
  box-shadow: inset 0 0 0 .125rem #000,0 1px 8px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,28,61,.05),0 10px 20px 0 rgba(0,0,0,.05);
}

.sb-link-button--secondary:focus:not(:focus-visible) {
  box-shadow: 0 1px 8px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,28,61,.05),0 10px 20px 0 rgba(0,0,0,.05);
}

.sb-link-button--full-width {
  width: 100%;
}

.sb-link-button--no-hover-underline:focus,.sb-link-button--no-hover-underline:hover {
  text-decoration: none;
}

.dark .sb-link-button:focus {
  box-shadow: 0 0 0 .25rem #0064e6,0 0 0 .375rem #000,0 0 0 .5rem #fff;
}

.dark .sb-link-button--secondary {
  background-color: #2d2d2d;
  box-shadow: 0 0 0 1px hsla(0,0%,100%,.15);
  color: #3092ff;
}

.dark .sb-link-button--secondary:focus,.dark .sb-link-button--secondary:hover {
  box-shadow: 0 1px 8px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,28,61,.05),0 10px 20px 0 rgba(0,0,0,.05);
  text-decoration-color: #3092ff;
}

.dark .sb-link-button--secondary:focus {
  box-shadow: inset 0 0 0 .125rem #fff,0 0 0 1px hsla(0,0%,100%,.15);
}

.dark .sb-link-button--secondary:focus:not(:focus-visible) {
  box-shadow: 0 0 0 1px hsla(0,0%,100%,.15);
}

a,address,b,big,body,button,center,code,details,div,em,fieldset,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,label,legend,li,mark,object,ol,p,pre,s,section,small,span,time,u,ul,var {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

details,footer,header,section {
  display: block;
}

button {
  border-radius: 0;
}

body {
  line-height: 1;
}

ol,ul {
  list-style: none;
}

button {
  background: none;
}

input {
  outline: none;
  padding-left: 0;
  padding-right: 0;
}

legend {
  max-width: 100%;
}

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

html {
  box-sizing: border-box;
}

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

body {
  font-family: ReithSans,BBC Reith Sans,Helvetica,Arial,freesans,sans-serif;
}

.sb-icon {
  fill: #fff;
  height: 1.5rem;
  width: 1.5rem;
}

.sb-icon--left {
  margin-right: .5rem;
}

.sb-icon--right {
  margin-left: .5rem;
}

.sb-flex-container {
  display: flex;
  justify-content: space-around;
}

.sb-flex-container>:not(:first-child) {
  margin-left: 1rem;
}
/*# sourceMappingURL=components.min.css.map*/