@charset "UTF-8";
.captioned-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-m);
  height: auto;
  width: auto;
  margin: 0 0 var(--space-l) 0;
}
.captioned-image img {
  height: auto;
  width: auto;
  max-height: 80%;
  max-width: 100%;
}
.captioned-image figcaption {
  width: auto;
  max-width: 75%;
  margin-bottom: 0 !important;
  font-size: var(--text-s) !important;
}
@media (max-width: 40.0625em) {
  .captioned-image figcaption {
    max-width: 100%;
  }
}
.contact-form {
  margin-top: var(--space-m);
  padding: var(--space-m);
  background: var(--colour-bg-primary-light);
  border-radius: var(--component-border-radius);
  box-shadow: var(--component-box-shadow);
}
.contact-form h3:first-of-type {
  margin-top: 0;
}
.contact-form .input-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: var(--space-s);
  margin-bottom: var(--space-s);
}
.contact-form .input-group label {
  display: inline;
  font-weight: 400;
}
.contact-form .input-group textarea {
  min-height: var(--space-l);
}
.contact-form .input-group input[type="text"], .contact-form .input-group textarea {
  display: inline-block;
  width: 100%;
  padding: var(--space-xs);
  font-family: inherit;
  font-size: inherit;
  border-radius: var(--component-border-radius);
}
.contact-form .input-group .radio-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  width: 100%;
  margin-bottom: var(--space-s);
}
.contact-form .input-group .radio-group input[type="radio"] {
  width: var(--space-l);
  height: var(--space-l);
}
.contact-form .hideable .panel {
  display: none;
}
.contact-form .errormsg {
  padding: 0.5rem 1rem;
  font-weight: 600;
  margin-top: -0.5rem;
  color: var(--colour-font-light);
  background: var(--colour-error);
  border-radius: var(--component-border-radius);
}
.contact-form #form-page-1 {
  display: none;
}
.contact-form #form-page-1 input:last-child {
  margin-bottom: 0;
}
.contact-form #form-page-1.active {
  display: block;
}
.contact-form #form-page-2 {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 300px;
}
.contact-form #form-page-2.active {
  display: flex;
}
.contact-form #form-page-2.active #thanks-form.active {
  display: block;
  width: 100%;
}
.contact-form #form-page-2 #thanks-form {
  display: none;
}
.contact-form #form-page-2 #thanks-form *:first-of-type {
  margin-top: 0;
}
.contact-form .lds-ring {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: display 400ms;
  -o-transition: display 400ms;
  transition: display 400ms;
}
.contact-form .lds-ring div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid var(--colour-primary);
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--colour-primary) transparent transparent transparent;
}
.contact-form .lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}
.contact-form .lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.contact-form .lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.emblem-section-break {
  position: relative;
  height: 30px;
  background-position: center;
  background-size: auto 30px;
  background-repeat: no-repeat;
}
.emblem-section-break::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 14px;
  height: 2px;
  width: calc(50% - 30px);
  background: #dddddd;
  clip-path: polygon(0 0, 5px 100%, 100% 100%, calc(100% - 5px) 0);
}
.emblem-section-break::after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 14px;
  height: 2px;
  width: calc(50% - 30px);
  background: #dddddd;
  clip-path: polygon(0 0, 5px 100%, 100% 100%, calc(100% - 5px) 0);
}
.emblem-section-break--spark {
  background-image: url("/sites/ttf/template/images/icons/spark.svg");
}
.gatsby-container {
  display: flex;
  margin-top: var(--space-s);
  margin-bottom: var(--space-s) !important;
  margin-left: 0;
  margin-right: 0;
}
.gatsby-container .image-container {
  height: 100%;
  flex-basis: 25%;
  flex-shrink: 0;
  min-width: 50px;
  padding-right: var(--space-s);
  padding-bottom: var(--space-s);
}
.gatsby-container .image-container img {
  width: 100%;
  height: auto;
}
.gatsby-container figcaption {
  flex-basis: 75%;
  flex-shrink: 1;
  max-width: 75%;
  margin-bottom: var(--space-s);
}
.gatsby-container figcaption span {
  display: block;
  font-weight: 700;
}
@media (max-width: 40.0625em) {
  .gatsby-container .image-container {
    max-width: 50px;
    padding-bottom: 0;
  }
}
.grid-menu {
  margin-bottom: var(--space-xl);
}
.grid-menu .grid-cards ul {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  display: grid;
  grid-auto-flow: row;
  grid-template-rows: auto;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr;
}
.grid-menu .grid-cards ul li {
  border-top: 1px solid #b1b4b6;
  margin: 0 15px;
  padding: 5px 0 20px 0;
}
.grid-menu .grid-cards ul li .list-item-wrapper {
  padding: 10px 30px 10px 0;
  position: relative;
}
.grid-menu .grid-cards ul li .list-item-wrapper h3 {
  margin-bottom: 10px;
}
.grid-menu .grid-cards ul li .list-item-wrapper h3 a:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.grid-menu .grid-cards ul li .list-item-wrapper h3 a:before {
  border-right: 3px solid #1d70b8;
  border-top: 3px solid #1d70b8;
  content: "";
  height: 7px;
  position: absolute;
  right: 5px;
  top: 15px;
  -webkit-transform: translateY(0) rotate(45deg) scale(1);
  -ms-transform: translateY(0) rotate(45deg) scale(1);
  transform: translateY(0) rotate(45deg) scale(1);
  width: 7px;
}
.grid-menu .grid-cards ul li .list-item-wrapper h3 a:hover:before {
  border-color: #003078;
}
.grid-menu .grid-cards ul li .list-item-wrapper h3 a:focus:before {
  border-color: #0b0c0c;
}
.grid-menu .grid-cards ul li .list-item-wrapper p {
  margin: 0 -30px 0 0;
}
@media (min-width: 40.0625em) {
  .grid-menu .grid-cards ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 48.0625em) {
  .grid-menu .grid-cards ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.news-card {
  position: relative;
  background: var(--colour-bg);
  box-shadow: var(--component-box-shadow);
}
.news-card a:not(.button).news-card__link, .news-card a:not(.button):link.news-card__link {
  color: var(--colour-font-dark);
  text-decoration: none;
}
.news-card a:not(.button).news-card__link:hover h3, .news-card a:not(.button):link.news-card__link:hover h3 {
  text-decoration: underline;
}
.news-card a:not(.button).news-card__link:visited, .news-card a:not(.button):link.news-card__link:visited {
  color: var(--colour-font-dark);
  text-decoration: none;
}
.news-card a:not(.button).news-card__link::after, .news-card a:not(.button):link.news-card__link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.news-card a:not(.button).news-card__link:focus, .news-card a:not(.button):link.news-card__link:focus {
  outline: 1px dashed var(--colour-black) !important;
  outline-offset: -1px;
}
.news-card .heading-container {
  padding: var(--space-s) var(--space-s);
  border-bottom: 1px solid var(--component-border-grey);
}
.news-card .heading-container h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.news-card .heading-container h3 span {
  display: block;
  margin-bottom: var(--space-4xs);
  font-size: var(--text-xs);
  font-weight: 400;
  line-height: var(--body-line-height);
  color: rgba(0, 0, 0, 0.5);
}
.news-card .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 0;
  background: var(--colour-bg);
}
.news-card .image-container img {
  object-fit: cover;
  width: auto;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.news-card .text-container {
  padding: var(--space-s);
  border-top: 1px solid var(--component-border-grey);
  font-size: var(--text-base-size);
}
.news-card .text-container .date {
  position: relative;
  margin-left: 30px;
  margin-top: var(--space-xs);
  margin-bottom: var(--space-xs);
  font-size: var(--text-base-size);
  font-weight: 700;
}
.news-card .text-container .date::before {
  position: absolute;
  left: -30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.news-card .text-container .date::before {
  content: "";
}
.news-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: var(--space-l) var(--space-m);
}
.news-container .news-card {
  height: fit-content;
}
@media (max-width: 750px) {
  .news-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 450px) {
  .news-container {
    grid-template-columns: 1fr;
  }
}
/* Notification banner */
.notification-banner {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: var(--text-base-size);
  line-height: var(--body-line-height);
  color: var(--colour-primary);
  padding-top: var(--space-s);
  padding-bottom: var(--space-s);
  margin-bottom: none;
  border: 5px solid var(--colour-bg-primary-light);
  background-color: var(--colour-bg-primary-light);
}
.notification-banner > div {
  display: grid;
  grid-template-areas: "heading button" "strapline button";
  grid-template-columns: 3fr 1fr;
  grid-template-rows: auto auto;
  gap: var(--space-s);
}
@media print {
  .notification-banner {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .notification-banner {
    font-size: var(--text-base-size);
    line-height: var(--body-line-height);
  }
}
@media (max-width: 40.0625em) {
  .notification-banner > div {
    grid-template-areas: "heading" "strapline" "button";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
@media print {
  .notification-banner {
    font-size: var(--text-s);
    line-height: var(--body-line-height);
  }
}
.notification-banner__tagline {
  grid-area: strapline;
  font-size: var(--text-base-size);
  color: var(--colour-primary);
  margin: 0;
}
@media print {
  .notification-banner__tagline {
    color: var(--colour-primary);
  }
}
.notification-banner__tagline > * {
  box-sizing: border-box;
  max-width: 605px;
}
.notification-banner__tagline > :last-child {
  margin-bottom: 0;
}
.notification-banner__heading {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: var(--text-l);
  line-height: var(--body-line-height);
  margin: 0 0 var(--space-2xs);
  padding: 0;
}
@media print {
  .notification-banner__heading {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .notification-banner__heading {
    font-size: var(--text-l);
    line-height: var(--heading-line-height);
  }
}
@media print {
  .notification-banner__heading {
    font-size: var(--text-l);
    line-height: var(--heading-line-height);
  }
}
.notification-banner__link {
  grid-area: button;
  margin-bottom: 0 !important;
  align-self: center;
}
@media (max-width: 40.0625em) {
  .notification-banner__link {
    margin-top: var(--space-s) !important;
  }
}
.notification-banner--success {
  border-color: var(--colour-success);
  background-color: var(--colour-success);
}
.notification-banner--success .notification-banner__link:link, .notification-banner--success .notification-banner__link:visited {
  color: var(--colour-success);
}
.notification-banner--success .notification-banner__link:hover {
  color: var(--colour-success-hover);
}
.notification-banner--success .notification-banner__link:active {
  color: var(--colour-success);
}
.notification-banner--success .notification-banner__link:focus {
  color: var(--colour-font-dark);
}
#page-index {
  padding: var(--space-s);
  margin-bottom: var(--space-xl);
  border: 1px solid var(--component-border-grey);
}
#page-index span {
  display: inline-block;
}
#page-index ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: calc(var(--body-line-height) * var(--line-height-multiplier));
}
.profile-card-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: var(--space-l) var(--space-m);
  width: 100%;
  padding: 0;
  margin-bottom: var(--space-xl);
}
.profile-card-container .profile-card {
  height: fit-content;
  box-shadow: var(--component-box-shadow);
  background: var(--colour-bg);
}
.profile-card-container .profile-card .heading-container {
  padding: var(--space-s) var(--space-s);
  border-bottom: 1px solid var(--component-border-grey);
}
.profile-card-container .profile-card .heading-container h4 {
  margin-top: 0;
  margin-bottom: var(--space-4xs);
}
.profile-card-container .profile-card .heading-container .secondary-text {
  margin-bottom: 0 !important;
  color: var(--colour-font-grey) !important;
}
.profile-card-container .profile-card .image-container {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 10px solid var(--color-primary);
}
.profile-card-container .profile-card .image-container * {
  display: block;
}
.profile-card-container .profile-card .image-container img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.profile-card-container .profile-card .text-container {
  padding: var(--space-s) var(--space-s) var(--space-m) var(--space-s);
  margin-bottom: 0 !important;
}
.profile-card-container .profile-card .text-container h5 {
  margin-top: var(--space-xs);
  margin-bottom: var(--space-xs);
}
@media (max-width: 750px) {
  .profile-card-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 450px) {
  .profile-card-container {
    grid-template-columns: 1fr;
  }
}
.programme-card {
  position: relative;
  background: var(--colour-bg);
  box-shadow: var(--component-box-shadow);
}
.programme-card a:not(.button).programme-card__link, .programme-card a:not(.button):link.programme-card__link {
  color: var(--colour-font-dark);
  text-decoration: none;
}
.programme-card a:not(.button).programme-card__link:hover h3, .programme-card a:not(.button):link.programme-card__link:hover h3 {
  text-decoration: underline;
}
.programme-card a:not(.button).programme-card__link:visited, .programme-card a:not(.button):link.programme-card__link:visited {
  color: var(--colour-font-dark);
  text-decoration: none;
}
.programme-card a:not(.button).programme-card__link::after, .programme-card a:not(.button):link.programme-card__link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.programme-card a:not(.button).programme-card__link:focus, .programme-card a:not(.button):link.programme-card__link:focus {
  outline: 1px dashed var(--colour-black) !important;
  outline-offset: -1px;
}
.programme-card .heading-container {
  padding: var(--space-s) var(--space-s);
  border-bottom: 1px solid var(--component-border-grey);
}
.programme-card .heading-container h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.programme-card .heading-container h3 span {
  display: block;
  margin-bottom: var(--space-4xs);
  font-size: var(--text-xs);
  font-weight: 400;
  line-height: var(--body-line-height);
  color: rgba(0, 0, 0, 0.5);
}
.programme-card .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  background: var(--colour-bg);
  overflow: hidden;
}
.programme-card .image-container img {
  object-fit: contain;
  width: auto;
  height: auto;
}
.programme-card .image-container.logo {
  padding: var(--space-s);
}
.programme-card .image-container.logo img {
  width: 80%;
  max-height: 80%;
}
.programme-card .text-container {
  padding: var(--space-s) var(--space-m);
  border-top: 1px solid var(--component-border-grey);
  font-size: var(--text-s);
}
.programme-card .text-container .tag-container {
  margin-top: var(--space-s);
}
.programme-card .text-container .tag-container .tag, .programme-card .text-container .tag-container .tag__geo {
  font-size: var(--text-base-size);
}
.programme-card .text-container .participants, .programme-card .text-container .duration, .programme-card .text-container .location, .programme-card .text-container .cost {
  position: relative;
  margin-left: 30px;
  margin-top: var(--space-xs);
  margin-bottom: var(--space-xs);
  font-size: var(--text-m);
}
.programme-card .text-container .participants::before, .programme-card .text-container .duration::before, .programme-card .text-container .location::before, .programme-card .text-container .cost::before {
  position: absolute;
  left: -30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.programme-card .text-container .participants::before {
  content: "";
}
.programme-card .text-container .duration::before {
  content: "";
}
.programme-card .text-container .location::before {
  left: -27px;
  content: "";
}
.programme-card .text-container .cost::before {
  content: "";
}
.programme-card .text-container .button, .programme-card .text-container .contact-form input[type="submit"], .contact-form .programme-card .text-container input[type="submit"], .programme-card .text-container .notification-banner__link {
  width: 100%;
  margin-top: var(--space-s);
  margin-bottom: 0;
  font-size: var(--text-m);
}
.programme-card.summary {
  width: 100%;
}
.programmes-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: var(--space-l) var(--space-m);
}
.programmes-container .programme-card {
  height: fit-content;
}
@media (max-width: 750px) {
  .programmes-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 450px) {
  .programmes-container {
    grid-template-columns: 1fr;
  }
}
.quote-box, .text-component blockquote, .text-page-wrapper blockquote, .text-header-wrapper blockquote, .text-body-wrapper blockquote {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--space-l);
  padding: var(--space-m);
  text-align: center;
  background: var(--colour-bg-primary-light);
}
.quote-box blockquote, .text-component blockquote blockquote, .text-page-wrapper blockquote blockquote, .text-header-wrapper blockquote blockquote, .text-body-wrapper blockquote blockquote {
  font-family: var(--font-secondary);
  font-size: var(--text-m);
  font-weight: 700;
  color: var(--colour-primary);
  margin-top: 0;
}
.quote-box blockquote::before, .text-component blockquote blockquote::before, .text-page-wrapper blockquote blockquote::before, .text-header-wrapper blockquote blockquote::before, .text-body-wrapper blockquote blockquote::before {
  content: "";
  display: inline-block;
  width: 30px;
  margin-right: var(--space-s);
  vertical-align: top;
  background-image: url("/sites/ttf/site/images/icons/quote_primary.svg");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1.3333333333;
  transform: rotate(180deg);
}
.quote-box blockquote::after, .text-component blockquote blockquote::after, .text-page-wrapper blockquote blockquote::after, .text-header-wrapper blockquote blockquote::after, .text-body-wrapper blockquote blockquote::after {
  content: "";
  display: inline-block;
  width: 30px;
  margin-left: var(--space-s);
  vertical-align: bottom;
  background-image: url("/sites/ttf/site/images/icons/quote_primary.svg");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1.3333333333;
}
.quote-box figcaption, .text-component blockquote figcaption, .text-page-wrapper blockquote figcaption, .text-header-wrapper blockquote figcaption, .text-body-wrapper blockquote figcaption {
  font-weight: 500 !important;
}
.quote-box *:last-child, .text-component blockquote *:last-child, .text-page-wrapper blockquote *:last-child, .text-header-wrapper blockquote *:last-child, .text-body-wrapper blockquote *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .quote-box blockquote, .text-component blockquote blockquote, .text-page-wrapper blockquote blockquote, .text-header-wrapper blockquote blockquote, .text-body-wrapper blockquote blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
.randomised-logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--space-l);
}
.randomised-logo-container img {
  flex: 0 1 150px;
  max-width: 150px;
  min-width: 100px;
}
@media only screen and (min-width: 640px) {
  #header-banner {
    clip-path: polygon(100% 0, 100% 96%, 82% 100%, 0 97%, 0 0);
    background: var(--colour-secondary-dark);
  }
}
.slideshow-container {
  position: relative;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 600px;
  background: var(--colour-secondary-dark);
}
.slideshow-container .slide:not(:first-of-type) {
  opacity: 0;
}
.slide {
  display: grid;
  grid-template-rows: auto;
  grid-row: 1;
  grid-column: 1;
  width: 100%;
  z-index: 0;
  opacity: 1;
}
.slide:first-of-type {
  z-index: 20;
}
.slideshow-image {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-row: 1;
  grid-column: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.slideshow-image__colour-filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(51, 51, 51, 0.8) 0%, rgba(51, 51, 51, 0.7) 50%, rgba(51, 51, 51, 0.1) 100%);
}
.slideshow-caption {
  display: flex;
  grid-row: 1;
  grid-column: 1;
  align-items: center;
  height: 100%;
  width: 100%;
  background: none;
  z-index: 10;
}
.slideshow-caption .govuk-grid-row {
  width: 100%;
}
.slideshow-text-container {
  --heading-line-height: 1.1;
  color: var(--colour-font-light);
}
.slideshow-text-container .heading-xl, .slideshow-text-container .text-component h1, .text-component .slideshow-text-container h1, .slideshow-text-container .text-page-wrapper h1, .slideshow-text-container .text-header-wrapper h1, .slideshow-text-container .text-body-wrapper h1 {
  color: var(--colour-font-light);
  margin-bottom: var(--space-xs);
}
.slideshow-text-container .body-l {
  color: var(--colour-font-light);
  margin-top: 0;
  margin-bottom: var(--space-m);
}
.slideshow-text-container .button, .slideshow-text-container .contact-form input[type="submit"], .contact-form .slideshow-text-container input[type="submit"], .slideshow-text-container .notification-banner__link {
  margin-bottom: 0;
}
.slideshow-button-container {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 30;
}
.slide-switch-circle-button {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-left: var(--space-2xs);
  margin-right: var(--space-2xs);
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background-color 1s ease;
}
.slide-switch-circle-button.active, .slide-switch-circle-button:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 640px) {
  .slideshow-container {
    max-height: none;
  }
  .slide {
    grid-template-columns: auto;
    grid-template-rows: auto;
    height: auto;
    max-height: none;
  }
  .slideshow-image {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    align-items: flex-start;
  }
  .slideshow-image img {
    width: 100%;
    height: auto;
  }
  .slideshow-image__colour-filter {
    background: none;
  }
  .slideshow-caption {
    grid-row: 2;
    grid-column: 1;
    padding-top: var(--space-m);
    padding-bottom: var(--space-m);
    align-items: baseline;
    background: none;
  }
  .slideshow-caption div {
    width: 100%;
  }
  .slideshow-image {
    width: 100%;
    height: 200px;
    justify-content: center;
  }
  .slideshow-image img {
    width: auto;
    height: 100%;
  }
  .slideshow-button-container {
    top: 160px;
  }
}
.social_media_links {
  display: inline-block;
}
.social_media_links > a {
  display: inline-block;
  height: 50px;
  margin-top: 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 0;
}
.social_media_links > a:hover {
  filter: brightness(0.8);
}
.social_media_links > a > img {
  height: 40px;
}
.text_section .social_media_links > a > img:first-of-type {
  margin-left: 0.75rem;
}
.stripe-container {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}
.stripe-container .breadcrumb-wrapper {
  padding-top: 0;
  margin-bottom: var(--space-xl);
  background: none !important;
}
.stripe-container .breadcrumb-wrapper a:focus {
  color: var(--colour-font-dark) !important;
}
.stripe-container[background="primary-gradient"] {
  background: var(--colour-primary-gradient-horizontal);
  color: var(--colour-font-light);
}
.stripe-container[background="primary-gradient"] .heading-xl, .stripe-container[background="primary-gradient"] .text-component h1, .text-component .stripe-container[background="primary-gradient"] h1, .stripe-container[background="primary-gradient"] .text-page-wrapper h1, .stripe-container[background="primary-gradient"] .text-header-wrapper h1, .stripe-container[background="primary-gradient"] .text-body-wrapper h1, .stripe-container[background="primary-gradient"] .heading-l, .stripe-container[background="primary-gradient"] .stripe-text-container h2, .stripe-text-container .stripe-container[background="primary-gradient"] h2, .stripe-container[background="primary-gradient"] .text-component h2, .stripe-container[background="primary-gradient"] .text-page-wrapper h2, .stripe-container[background="primary-gradient"] .text-header-wrapper h2, .stripe-container[background="primary-gradient"] .text-body-wrapper h2, .text-component .stripe-container[background="primary-gradient"] h2, .stripe-container[background="primary-gradient"] #iotalogin label, #iotalogin .stripe-container[background="primary-gradient"] label, .stripe-container[background="primary-gradient"] .heading-m, .stripe-container[background="primary-gradient"] .text-component h3, .text-component .stripe-container[background="primary-gradient"] h3, .stripe-container[background="primary-gradient"] .text-page-wrapper h3, .stripe-container[background="primary-gradient"] .text-header-wrapper h3, .stripe-container[background="primary-gradient"] .text-body-wrapper h3, .stripe-container[background="primary-gradient"] .heading-s, .stripe-container[background="primary-gradient"] .news-card .heading-container h3, .news-card .heading-container .stripe-container[background="primary-gradient"] h3, .stripe-container[background="primary-gradient"] #page-index span, #page-index .stripe-container[background="primary-gradient"] span, .stripe-container[background="primary-gradient"] .programme-card .heading-container h3, .programme-card .heading-container .stripe-container[background="primary-gradient"] h3, .stripe-container[background="primary-gradient"] .text-component h4, .stripe-container[background="primary-gradient"] .text-page-wrapper h4, .stripe-container[background="primary-gradient"] .text-header-wrapper h4, .stripe-container[background="primary-gradient"] .text-body-wrapper h4, .text-component .stripe-container[background="primary-gradient"] h4, .stripe-container[background="primary-gradient"] .heading-xs, .stripe-container[background="primary-gradient"] .text-component h5, .text-component .stripe-container[background="primary-gradient"] h5, .stripe-container[background="primary-gradient"] .text-page-wrapper h5, .stripe-container[background="primary-gradient"] .text-header-wrapper h5, .stripe-container[background="primary-gradient"] .text-body-wrapper h5 {
  color: var(--colour-font-light);
}
.stripe-container[background="primary-gradient"] .body-l, .stripe-container[background="primary-gradient"] .body-m, .stripe-container[background="primary-gradient"] .stripe-text-container, .stripe-container[background="primary-gradient"] .text-component p, .stripe-container[background="primary-gradient"] .text-page-wrapper p, .stripe-container[background="primary-gradient"] .text-header-wrapper p, .stripe-container[background="primary-gradient"] .text-body-wrapper p, .text-component .stripe-container[background="primary-gradient"] p, .stripe-container[background="primary-gradient"] .body-s, .stripe-container[background="primary-gradient"] .profile-card-container .profile-card .heading-container .secondary-text, .profile-card-container .profile-card .heading-container .stripe-container[background="primary-gradient"] .secondary-text, .stripe-container[background="primary-gradient"] .profile-card-container .profile-card .text-container, .profile-card-container .profile-card .stripe-container[background="primary-gradient"] .text-container {
  color: var(--colour-font-light);
}
.stripe-container[background="primary-gradient"] .grid-menu a {
  color: var(--colour-font-light) !important;
}
.stripe-container[background="primary-gradient"] .grid-menu a:focus {
  color: var(--colour-font-dark) !important;
}
.stripe-container[background="primary-gradient"] .grid-menu a::before {
  border-right: 3px solid var(--colour-font-light) !important;
  border-top: 3px solid var(--colour-font-light) !important;
}
.stripe-container[background="spark"] {
  background-origin: content-box;
  background-image: url("/sites/ttf/template/images/backgrounds/spark.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.stripe-container[flex="true"] .grid-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  gap: var(--space-s);
}
.stripe-container[flex="true"] .grid-row::after {
  content: none;
}
.stripe-container[flex="true"] .stripe-video-container {
  align-self: center;
}
.stripe-container[flex="true"] .stripe-text-container {
  flex: 1 1 33%;
}
@media (max-width: 40.0625em) {
  .stripe-container[flex="true"] {
    padding-top: var(--space-m);
    padding-bottom: var(--space-m);
  }
  .stripe-container[flex="true"] .stripe-text-container {
    flex: 0 0 100%;
  }
  .stripe-container[flex="true"] .stripe-text-container[boxShadow="true"] {
    box-shadow: none;
  }
}
.stripe-container.programme-header {
  position: relative;
  padding-top: var(--space-l);
  padding-bottom: var(--space-l);
}
.stripe-container.programme-header .header-caption {
  color: rgba(255, 255, 255, 0.8);
}
.stripe-container.programme-header p:last-child {
  margin: 0;
}
.stripe-container[background="primary-gradient"].programme-header {
  background: var(--colour-primary-gradient-horizontal-reverse);
}
.stripe-container.programme-header::after {
  content: "";
  position: absolute;
  bottom: -350px;
  left: 0;
  width: 100vw;
  height: 350px;
  background: var(--colour-primary-gradient-horizontal);
  clip-path: polygon(10% 60%, 0% 100%, 100% 100%);
  transform: rotate(180deg);
  z-index: -10;
}
.stripe-divider {
  width: 100%;
  height: 30px;
}
.stripe-divider .triangle-clip {
  width: 100%;
  height: 100%;
  clip-path: polygon(10% 20%, 0% 100%, 100% 100%);
  background: var(--colour-primary-gradient-horizontal);
}
.stripe-divider.rotate-180deg {
  transform: rotate(180deg);
}
.stripe-divider.rotate-180deg .triangle-clip {
  background: var(--colour-primary-gradient-horizontal-reverse);
}
@media (max-width: 40.0625em) {
  .stripe-divider {
    height: 15px;
  }
}
.stripe-text-container {
  margin-bottom: 0 !important;
}
.stripe-text-container *:last-child {
  margin-bottom: 0;
}
.stripe-text-container img {
  width: 100%;
  margin-bottom: var(--space-s);
}
.stripe-text-container .button, .stripe-text-container .contact-form input[type="submit"], .contact-form .stripe-text-container input[type="submit"], .stripe-text-container .notification-banner__link {
  margin-top: var(--space-m);
  display: block;
}
.stripe-text-container[boxShadow="true"] {
  padding: var(--space-m);
  box-shadow: var(--component-box-shadow);
  background-color: var(--colour-bg);
}
@media (max-width: 40.0625em) {
  .stripe-text-container[boxShadow="true"] {
    padding: var(--space-s);
  }
}
.video {
  width: 90%;
  aspect-ratio: 1.7777777778;
}
.video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
}
.tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3xs);
  margin-bottom: var(--space-m);
}
.tag, .tag__geo {
  display: inline-block;
  font-size: var(--text-s);
  font-weight: 700;
  line-height: var(--body-line-height);
  padding: var(--space-4xs) var(--space-s);
  color: rgba(255, 255, 255, 0.9);
  background: var(--colour-secondary-gradient-vertical);
  border-radius: 2px;
}
.tag__geo {
  background: var(--colour-bg-grey-dark);
  color: var(--colour-font-dark);
}
.video-container {
  width: 100%;
  aspect-ratio: 1.7777777778;
}
.video-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
}
:root {
  --colour-primary: rgb(255,96,0);
  --colour-primary-dark: rgb(212,57,0);
  --colour-primary-transparent: rgba(255,96,0,.6);
  --colour-primary-gradient-vertical: linear-gradient(0deg, rgba(212,57,0,1) 0%, rgba(213,58,0,1) 35%, rgba(255,96,0,1) 100%);
  --colour-primary-gradient-horizontal: linear-gradient(270deg, rgba(212,57,0,1) 0%, rgba(213,58,0,1) 35%, rgba(255,96,0,1) 100%);
  --colour-primary-gradient-horizontal-reverse: linear-gradient(270deg, rgba(255,96,0,1) 0%, rgba(213,58,0,1) 65%, rgba(212,57,0,1) 100%);
  --colour-primary-gradient-transparent: linear-gradient(0deg, rgba(212,57,0,.6) 0%, rgba(213,58,0,.6) 35%, rgba(255,96,0,.6) 100%);
  --colour-secondary: rgb(69,69,69);
  --colour-secondary-dark: rgb(51,51,51);
  --colour-secondary-gradient-vertical: linear-gradient(180deg, #4d4855 0%, #000000 74%);
  --colour-white: #fff;
  --colour-white-hover: #dbdad9;
  --colour-black: #0b0c0c;
  --colour-bg: rgb(255,255,255);
  --colour-bg-primary-light: rgb(255,244,237);
  --colour-bg-grey: #f2f2f2;
  --colour-bg-grey-dark: #e3e3e3;
  --colour-font-dark: #222222;
  --colour-font-light: rgb(255,255,255);
  --colour-font-grey: #505a5f;
  --colour-border-grey: #b1b4b6;
  --colour-border-grey-dark: #505a5f;
  --colour-focus: #ffdd00;
  --colour-error: rgb(244,67,54);
  --colour-success: #00703c;
  --colour-success-hover: #004e2a;
  --colour-link: #1d70b8;
  --colour-link-visited: #4c2c92;
  --colour-link-hover: #003078;
  --component-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .25);
  --component-box-shadow-light: 0 2px 0 #929191;
  --component-border-radius: 5px;
  --component-border-grey: rgb(225,225,225);
  --component-button-bg: linear-gradient(45deg, rgba(192,52,0,1) 0%, rgba(255,96,0,1) 45%, rgba(134,36,0,1) 75%, rgba(134,36,0,1) 100%);
  --component-button-bg-secondary: linear-gradient(45deg, rgba(44,44,44,1) 0%, rgba(69,69,69,1) 45%, rgba(33,33,33,1) 75%, rgba(33,33,33,1) 100%);
  --font-primary: "Open Sans", sans-serif;
  --font-secondary: "Ubuntu", sans-serif;
  /* base values */
  --text-base-size: 1em;
  --text-scale-ratio: 1.2;
  /* text scale */
  --text-xs: calc(1em / (var(--text-scale-ratio) * var(--text-scale-ratio)));
  --text-s: calc(1em / var(--text-scale-ratio));
  --text-m: calc(1em * var(--text-scale-ratio));
  --text-l: calc(1em * (var(--text-scale-ratio) * var(--text-scale-ratio)));
  --text-xl: calc(1em * (var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)));
  --text-2xl: calc(1em * (var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)));
  --text-3xl: calc(1em * (var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)));
  /* line height */
  --body-line-height: 1.4;
  --heading-line-height: 1.2;
  /* spacing */
  --space-unit:  1em;
  --space-4xs: calc(0.125 * var(--space-unit));
  /* 2px */
  --space-3xs: calc(0.25 * var(--space-unit));
  /* 4px */
  --space-2xs: calc(0.375 * var(--space-unit));
  /* 6px */
  --space-xs: calc(0.5 * var(--space-unit));
  /* 8px */
  --space-s: calc(0.75 * var(--space-unit));
  /* 12px */
  --space-m: calc(1.25 * var(--space-unit));
  /* 20px */
  --space-l: calc(2 * var(--space-unit));
  /* 32px */
  --space-xl: calc(3.25 * var(--space-unit));
  /* 52px */
  --space-2xl: calc(5.25 * var(--space-unit));
  /* 84px */
  --space-3xl: calc(8.5 * var(--space-unit));
  /* 136px */
  --space-4xl:calc(13.75 * var(--space-unit));
  /* 220px */
  /* base multipliers */
  --line-height-multiplier: 1;
  --text-vspace-multiplier: 1;
}
@media (max-width: 40.0625em) {
  :root {
    --text-scale-ratio: 1.1;
  }
}
/* responsive breakpoints */
/* 40.0625em */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  font-family: var(--font-primary);
  font-size: var(--text-base-size);
  font-weight: 400;
  color: var(--colour-font-dark);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--colour-bg-primary-light);
}
body {
  width: 100%;
  max-width: 100vw;
  margin: 0;
  line-height: var(--body-line-height);
}
/* Main wrapper */
.main-wrapper {
  display: block;
}
/* Stripe template */
.stripe-template {
  background-color: var(--colour-bg);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media screen {
  .stripe-template {
    overflow-y: scroll;
  }
}
/* Width container */
.width-container {
  max-width: 960px;
  margin-right: var(--space-s);
  margin-left: var(--space-s);
}
@supports (margin: max(calc(0px))) {
  .width-container {
    margin-right: max(var(--space-s), calc(var(--space-s) + env(safe-area-inset-right)));
    margin-left: max(var(--space-s), calc(var(--space-s) + env(safe-area-inset-left)));
  }
}
@media (min-width: 40.0625em) {
  .width-container {
    margin-right: var(--space-m);
    margin-left: var(--space-m);
  }
  @supports (margin: max(calc(0px))) {
    .width-container {
      margin-right: max(var(--space-m), calc(var(--space-m) + env(safe-area-inset-right)));
      margin-left: max(var(--space-m), calc(var(--space-m) + env(safe-area-inset-left)));
    }
  }
}
@media (min-width: 1020px) {
  .width-container {
    margin-right: auto;
    margin-left: auto;
  }
  @supports (margin: max(calc(0px))) {
    .width-container {
      margin-right: auto;
      margin-left: auto;
    }
  }
}
/* Page grid layout */
.grid-row {
  margin-right: calc(var(--space-s) * -1);
  margin-left: calc(var(--space-s) * -1);
}
.grid-row::after {
  content: "";
  display: block;
  clear: both;
}
.grid-row h1:first-child, .grid-row h2:first-child, .grid-row h3:first-child, .grid-row h4:first-child, .grid-row h5:first-child {
  margin-top: 0;
}
.grid-column-one-quarter {
  box-sizing: border-box;
  width: 100%;
  padding: 0 var(--space-s);
}
@media (min-width: 40.0625em) {
  .grid-column-one-quarter {
    width: 25%;
    float: left;
  }
}
.grid-column-one-third {
  box-sizing: border-box;
  width: 100%;
  padding: 0 var(--space-s);
}
@media (min-width: 40.0625em) {
  .grid-column-one-third {
    width: 33.3333%;
    float: left;
  }
}
.grid-column-one-half {
  box-sizing: border-box;
  width: 100%;
  padding: 0 var(--space-s);
}
@media (min-width: 40.0625em) {
  .grid-column-one-half {
    width: 50%;
    float: left;
  }
}
.grid-column-two-thirds {
  box-sizing: border-box;
  width: 100%;
  padding: 0 var(--space-s);
}
@media (min-width: 40.0625em) {
  .grid-column-two-thirds {
    width: 66.6666%;
    float: left;
  }
}
.grid-column-three-quarters {
  box-sizing: border-box;
  width: 100%;
  padding: 0 var(--space-s);
}
@media (min-width: 40.0625em) {
  .grid-column-three-quarters {
    width: 75%;
    float: left;
  }
}
.grid-column-full {
  box-sizing: border-box;
  width: 100%;
  padding: 0 var(--space-s);
}
@media (min-width: 40.0625em) {
  .grid-column-full {
    width: 100%;
    float: left;
  }
}
/* Text */
.body-l {
  margin-top: 0;
  margin-bottom: var(--space-l);
  font-family: var(--font-primary);
  font-size: var(--text-m);
  font-weight: 400;
  line-height: var(--body-line-height);
  color: var(--colour-font-dark);
}
.body-m, .stripe-text-container, .text-component p, .text-page-wrapper p, .text-header-wrapper p, .text-body-wrapper p {
  margin-top: 0;
  margin-bottom: var(--space-m);
  font-family: var(--font-primary);
  font-size: var(--text-base-size);
  font-weight: 400;
  line-height: var(--body-line-height);
  color: var(--colour-font-dark);
}
.body-s, .profile-card-container .profile-card .heading-container .secondary-text, .profile-card-container .profile-card .text-container {
  margin-top: 0;
  margin-bottom: var(--space-s);
  font-family: var(--font-primary);
  font-size: var(--text-s);
  font-weight: 400;
  line-height: var(--body-line-height);
  color: var(--colour-font-dark);
}
/* Headings */
.heading-xl, .text-component h1, .text-page-wrapper h1, .text-header-wrapper h1, .text-body-wrapper h1 {
  margin-bottom: var(--space-m);
  font-family: var(--font-secondary);
  font-size: var(--text-3xl);
  font-weight: 700;
  line-height: var(--heading-line-height);
  color: var(--colour-font-dark);
}
.heading-l, .stripe-text-container h2, .text-component h2, .text-page-wrapper h2, .text-header-wrapper h2, .text-body-wrapper h2, #iotalogin label {
  margin-bottom: var(--space-s);
  font-family: var(--font-secondary);
  font-size: var(--text-2xl);
  font-weight: 700;
  line-height: var(--heading-line-height);
  color: var(--colour-font-dark);
}
.heading-m, .text-component h3, .text-page-wrapper h3, .text-header-wrapper h3, .text-body-wrapper h3 {
  margin-bottom: var(--space-s);
  font-family: var(--font-secondary);
  font-size: var(--text-xl);
  font-weight: 700;
  line-height: var(--heading-line-height);
  color: var(--colour-font-dark);
}
.heading-s, .news-card .heading-container h3, #page-index span, .programme-card .heading-container h3, .text-component h4, .text-page-wrapper h4, .text-header-wrapper h4, .text-body-wrapper h4 {
  margin-bottom: var(--space-s);
  font-family: var(--font-secondary);
  font-size: var(--text-l);
  font-weight: 700;
  line-height: var(--heading-line-height);
  color: var(--colour-font-dark);
}
.heading-xs, .text-component h5, .text-page-wrapper h5, .text-header-wrapper h5, .text-body-wrapper h5 {
  margin-bottom: var(--space-s);
  font-family: var(--font-secondary);
  font-size: var(--text-m);
  font-weight: 700;
  line-height: var(--heading-line-height);
  color: var(--colour-font-dark);
}
/* Links */
.link, .grid-menu .grid-cards ul li .list-item-wrapper h3 a, .text-component a:not(.button), .text-page-wrapper a:not(.button), .text-header-wrapper a:not(.button), .text-body-wrapper a:not(.button), footer a {
  font-family: var(--font-primary);
  text-decoration: underline;
}
@media print {
  .link, .grid-menu .grid-cards ul li .list-item-wrapper h3 a, .text-component a:not(.button), .text-page-wrapper a:not(.button), .text-header-wrapper a:not(.button), .text-body-wrapper a:not(.button), footer a {
    font-family: sans-serif;
  }
}
.link:focus, .grid-menu .grid-cards ul li .list-item-wrapper h3 a:focus, .text-component a:not(.button):focus, .text-page-wrapper a:not(.button):focus, .text-header-wrapper a:not(.button):focus, .text-body-wrapper a:not(.button):focus, footer a:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  background-color: var(--colour-focus);
  box-shadow: 0 -2px var(--colour-focus), 0 4px var(--colour-black);
  text-decoration: none;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.link:link, .grid-menu .grid-cards ul li .list-item-wrapper h3 a:link, .text-component a:not(.button):link, .text-page-wrapper a:not(.button):link, .text-header-wrapper a:not(.button):link, .text-body-wrapper a:not(.button):link, footer a:link {
  color: var(--colour-link);
}
.link:visited, .grid-menu .grid-cards ul li .list-item-wrapper h3 a:visited, .text-component a:not(.button):visited, .text-page-wrapper a:not(.button):visited, .text-header-wrapper a:not(.button):visited, .text-body-wrapper a:not(.button):visited, footer a:visited {
  color: var(--colour-link-visited);
}
.link:hover, .grid-menu .grid-cards ul li .list-item-wrapper h3 a:hover, .text-component a:not(.button):hover, .text-page-wrapper a:not(.button):hover, .text-header-wrapper a:not(.button):hover, .text-body-wrapper a:not(.button):hover, footer a:hover {
  color: var(--colour-link-hover);
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.link:active, .grid-menu .grid-cards ul li .list-item-wrapper h3 a:active, .text-component a:not(.button):active, .text-page-wrapper a:not(.button):active, .text-header-wrapper a:not(.button):active, .text-body-wrapper a:not(.button):active, footer a:active, .link:focus, .grid-menu .grid-cards ul li .list-item-wrapper h3 a:focus, .text-component a:not(.button):focus, .text-page-wrapper a:not(.button):focus, .text-header-wrapper a:not(.button):focus, .text-body-wrapper a:not(.button):focus, footer a:focus {
  color: var(--colour-black);
}
@media print {
  .link[href^="/"]:after, .grid-menu .grid-cards ul li .list-item-wrapper h3 a[href^="/"]:after, .text-component a:not(.button)[href^="/"]:after, .text-page-wrapper a:not(.button)[href^="/"]:after, .text-header-wrapper a:not(.button)[href^="/"]:after, .text-body-wrapper a:not(.button)[href^="/"]:after, footer a[href^="/"]:after, .link[href^="http://"]:after, .grid-menu .grid-cards ul li .list-item-wrapper h3 a[href^="http://"]:after, .text-component a:not(.button)[href^="http://"]:after, .text-page-wrapper a:not(.button)[href^="http://"]:after, .text-header-wrapper a:not(.button)[href^="http://"]:after, .text-body-wrapper a:not(.button)[href^="http://"]:after, footer a[href^="http://"]:after, .link[href^="https://"]:after, .grid-menu .grid-cards ul li .list-item-wrapper h3 a[href^="https://"]:after, .text-component a:not(.button)[href^="https://"]:after, .text-page-wrapper a:not(.button)[href^="https://"]:after, .text-header-wrapper a:not(.button)[href^="https://"]:after, .text-body-wrapper a:not(.button)[href^="https://"]:after, footer a[href^="https://"]:after {
    content: " (" attr(href) ")";
    font-size: 90%;
    word-wrap: break-word;
  }
}
/* Captions */
.caption, .captioned-image figcaption, .quote-box figcaption, .text-component blockquote figcaption, .text-page-wrapper blockquote figcaption, .text-header-wrapper blockquote figcaption, .text-body-wrapper blockquote figcaption, .text-component caption, .text-page-wrapper caption, .text-header-wrapper caption, .text-body-wrapper caption {
  margin-top: 0;
  margin-bottom: var(--space-m);
  font-family: var(--font-primary);
  font-size: var(--text-base-size);
  font-weight: 400;
  line-height: var(--body-line-height);
  color: var(--colour-font-grey);
}
/* Input */
.input, #iotalogin input {
  font-family: var(--font-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: var(--text-base-size);
  line-height: var(--body-line-height);
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  margin-top: 0;
  padding: 5px;
  border: 2px solid #0b0c0c;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
.input:focus, #iotalogin input:focus {
  outline: 3px solid var(--colour-focus);
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}
/* Header caption */
.header-caption {
  font-family: Var(--font-primary);
  font-weight: 400;
  font-size: var(--text-xs);
  line-height: var(--body-line-height);
  display: block;
  margin-bottom: 0;
  color: var(--colour-font-grey);
}
@media print {
  .header-caption {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .header-caption {
    font-size: var(--text-xs);
    line-height: var(--body-line-height);
  }
}
@media print {
  .header-caption {
    font-size: var(--text-s);
    line-height: var(--body-line-height);
  }
}
/* Lists - bullet, number, and no indent */
.list, #page-index ul, .text-component ul, .text-page-wrapper ul, .text-header-wrapper ul, .text-body-wrapper ul, .text-component ol, .text-page-wrapper ol, .text-header-wrapper ol, .text-body-wrapper ol {
  margin-top: 0;
  margin-bottom: var(--space-m);
  padding-left: 0;
  font-family: var(--font-primary);
  font-size: var(--text-base-size);
  font-weight: 400;
  list-style-type: none;
}
.list > li, #page-index ul > li, .text-component ul > li, .text-page-wrapper ul > li, .text-header-wrapper ul > li, .text-body-wrapper ul > li, .text-component ol > li, .text-page-wrapper ol > li, .text-header-wrapper ol > li, .text-body-wrapper ol > li {
  margin-bottom: var(--space-3xs);
}
.list .list, #page-index ul .list, #page-index ul, #page-index ul .text-component ul, #page-index ul .text-page-wrapper ul, #page-index ul .text-header-wrapper ul, #page-index ul .text-body-wrapper ul, .text-component #page-index ul ul, #page-index ul .text-component ol, #page-index ul .text-page-wrapper ol, #page-index ul .text-header-wrapper ol, #page-index ul .text-body-wrapper ol, .text-component #page-index ul ol, .text-component ul .list, .text-page-wrapper ul .list, .text-page-wrapper ul #page-index ul, #page-index .text-page-wrapper ul ul, .text-page-wrapper ul .text-component ul, .text-page-wrapper ul .text-page-wrapper ul, .text-page-wrapper ul .text-header-wrapper ul, .text-page-wrapper ul .text-body-wrapper ul, .text-component .text-page-wrapper ul ul, .text-page-wrapper ul .text-component ol, .text-page-wrapper ul .text-page-wrapper ol, .text-page-wrapper ul .text-header-wrapper ol, .text-page-wrapper ul .text-body-wrapper ol, .text-component .text-page-wrapper ul ol, .text-header-wrapper ul .list, .text-header-wrapper ul #page-index ul, #page-index .text-header-wrapper ul ul, .text-header-wrapper ul .text-component ul, .text-header-wrapper ul .text-page-wrapper ul, .text-header-wrapper ul .text-header-wrapper ul, .text-header-wrapper ul .text-body-wrapper ul, .text-component .text-header-wrapper ul ul, .text-header-wrapper ul .text-component ol, .text-header-wrapper ul .text-page-wrapper ol, .text-header-wrapper ul .text-header-wrapper ol, .text-header-wrapper ul .text-body-wrapper ol, .text-component .text-header-wrapper ul ol, .text-body-wrapper ul .list, .text-body-wrapper ul #page-index ul, #page-index .text-body-wrapper ul ul, .text-body-wrapper ul .text-component ul, .text-body-wrapper ul .text-page-wrapper ul, .text-body-wrapper ul .text-header-wrapper ul, .text-body-wrapper ul .text-body-wrapper ul, .text-component .text-body-wrapper ul ul, .text-body-wrapper ul .text-component ol, .text-body-wrapper ul .text-page-wrapper ol, .text-body-wrapper ul .text-header-wrapper ol, .text-body-wrapper ul .text-body-wrapper ol, .text-component .text-body-wrapper ul ol, .text-component ul #page-index ul, #page-index .text-component ul ul, .text-component ul, .text-component ul ol, .text-component ol .list, .text-page-wrapper ol .list, .text-page-wrapper ol #page-index ul, #page-index .text-page-wrapper ol ul, .text-page-wrapper ol .text-component ul, .text-page-wrapper ol .text-page-wrapper ul, .text-page-wrapper ol .text-header-wrapper ul, .text-page-wrapper ol .text-body-wrapper ul, .text-component .text-page-wrapper ol ul, .text-page-wrapper ol .text-component ol, .text-page-wrapper ol .text-page-wrapper ol, .text-page-wrapper ol .text-header-wrapper ol, .text-page-wrapper ol .text-body-wrapper ol, .text-component .text-page-wrapper ol ol, .text-header-wrapper ol .list, .text-header-wrapper ol #page-index ul, #page-index .text-header-wrapper ol ul, .text-header-wrapper ol .text-component ul, .text-header-wrapper ol .text-page-wrapper ul, .text-header-wrapper ol .text-header-wrapper ul, .text-header-wrapper ol .text-body-wrapper ul, .text-component .text-header-wrapper ol ul, .text-header-wrapper ol .text-component ol, .text-header-wrapper ol .text-page-wrapper ol, .text-header-wrapper ol .text-header-wrapper ol, .text-header-wrapper ol .text-body-wrapper ol, .text-component .text-header-wrapper ol ol, .text-body-wrapper ol .list, .text-body-wrapper ol #page-index ul, #page-index .text-body-wrapper ol ul, .text-body-wrapper ol .text-component ul, .text-body-wrapper ol .text-page-wrapper ul, .text-body-wrapper ol .text-header-wrapper ul, .text-body-wrapper ol .text-body-wrapper ul, .text-component .text-body-wrapper ol ul, .text-body-wrapper ol .text-component ol, .text-body-wrapper ol .text-page-wrapper ol, .text-body-wrapper ol .text-header-wrapper ol, .text-body-wrapper ol .text-body-wrapper ol, .text-component .text-body-wrapper ol ol, .text-component ol #page-index ul, #page-index .text-component ol ul, .text-component ol ul, .text-component ol, .list #page-index ul, #page-index .list ul, .list .text-component ul, .list .text-page-wrapper ul, .list .text-header-wrapper ul, .list .text-body-wrapper ul, .text-component .list ul, .list .text-component ol, .list .text-page-wrapper ol, .list .text-header-wrapper ol, .list .text-body-wrapper ol, .text-component .list ol {
  margin-top: var(--space-2xs);
}
.list--bullet, .text-component ul, .text-page-wrapper ul, .text-header-wrapper ul, .text-body-wrapper ul {
  padding-left: var(--space-s);
  list-style-type: disc;
}
.list--bullet > li, .text-component ul > li, .text-page-wrapper ul > li, .text-header-wrapper ul > li, .text-body-wrapper ul > li {
  margin-bottom: var(--space-3xs);
}
.list--number, .text-component ol, .text-page-wrapper ol, .text-header-wrapper ol, .text-body-wrapper ol {
  padding-left: var(--space-s);
  list-style-type: decimal;
}
.list--number > li, .text-component ol > li, .text-page-wrapper ol > li, .text-header-wrapper ol > li, .text-body-wrapper ol > li {
  margin-bottom: var(--space-3xs);
}
/* Tables */
.table, .text-component table, .text-page-wrapper table, .text-header-wrapper table, .text-body-wrapper table {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: var(--text-base-size);
  line-height: var(--body-line-height);
  color: var(--colour-font-dark);
  width: 100%;
  margin-bottom: var(--space-m);
  border-spacing: 0;
  border-collapse: collapse;
}
@media print {
  .table, .text-component table, .text-page-wrapper table, .text-header-wrapper table, .text-body-wrapper table {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .table, .text-component table, .text-page-wrapper table, .text-header-wrapper table, .text-body-wrapper table {
    font-size: var(--text-m);
    line-height: var(--body-line-height);
  }
}
@media print {
  .table, .text-component table, .text-page-wrapper table, .text-header-wrapper table, .text-body-wrapper table {
    font-size: var(--text-s);
    line-height: var(--body-line-height);
    color: var(--colour-font-dark);
  }
}
@media (min-width: 40.0625em) {
  .table, .text-component table, .text-page-wrapper table, .text-header-wrapper table, .text-body-wrapper table {
    margin-bottom: var(--space-l);
  }
}
.table__header, .text-component table th, .text-page-wrapper table th, .text-header-wrapper table th, .text-body-wrapper table th {
  font-weight: 700;
}
.table__cell, .text-component table td, .text-page-wrapper table td, .text-header-wrapper table td, .text-body-wrapper table td, .table__header, .text-component table th, .text-page-wrapper table th, .text-header-wrapper table th, .text-body-wrapper table th {
  padding: var(--space-xs) var(--space-m) var(--space-xs) 0;
  border-bottom: 1px solid var(--colour-border-grey);
  text-align: left;
  vertical-align: top;
}
.table__cell--numeric {
  font-family: var(--font-primary);
  -webkit-font-feature-settings: "tnum" 1;
  font-feature-settings: "tnum" 1;
  font-weight: 400;
}
@media print {
  .table__cell--numeric {
    font-family: sans-serif;
  }
}
@supports (font-variant-numeric: tabular-nums) {
  .table__cell--numeric {
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant-numeric: tabular-nums;
  }
}
.table__cell--numeric, .table__header--numeric {
  text-align: right;
}
.table__cell:last-child, .text-component table td:last-child, .text-page-wrapper table td:last-child, .text-header-wrapper table td:last-child, .text-body-wrapper table td:last-child, .table__header:last-child, .text-component table th:last-child, .text-page-wrapper table th:last-child, .text-header-wrapper table th:last-child, .text-body-wrapper table th:last-child {
  padding-right: 0;
}
/* Section breaks */
.section-break, .emblem-section-break {
  margin: 0;
  border: 0;
}
.section-break-xl {
  margin-top: var(--space-xl);
  margin-bottom: var(--space-xl);
}
.section-break-l {
  margin-top: var(--space-l);
  margin-bottom: var(--space-l);
}
.section-break-m {
  margin-top: var(--space-m);
  margin-bottom: var(--space-m);
}
.section-break-s {
  margin-top: var(--space-s);
  margin-bottom: var(--space-s);
}
.section-break-xs {
  margin-top: var(--space-xs);
  margin-bottom: var(--space-xs);
}
.section-break--visible {
  border-bottom: 1px solid var(--colour-border-grey);
}
/**
*** Components
**/
/* Skip link */
.skip-link {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  font-family: var(--font-primary);
  text-decoration: underline;
  font-size: var(--text-s);
  line-height: var(--body-line-height);
  display: block;
  padding: var(--space-s) var(--space-m);
}
.skip-link:active, .skip-link:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: inherit !important;
  overflow: visible !important;
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  white-space: inherit !important;
}
@media print {
  .skip-link {
    font-family: sans-serif;
  }
}
.skip-link:link, .skip-link:visited {
  color: var(--colour-font-dark);
}
@media print {
  .skip-link:link, .skip-link:visited {
    color: var(--colour-font-dark);
  }
}
.skip-link:hover {
  color: var(--colour-font-dark);
}
.skip-link:active, .skip-link:focus {
  color: var(--colour-font-dark);
}
@media print {
  .skip-link:active, .skip-link:focus {
    color: var(--colour-font-dark);
  }
}
@media (min-width: 40.0625em) {
  .skip-link {
    font-size: var(--text-base-size);
    line-height: var(--body-line-height);
  }
}
@media print {
  .skip-link {
    font-size: var(--text-base-size);
    line-height: var(--body-line-height);
  }
}
@supports (padding: max(calc(0px))) {
  .skip-link {
    padding-right: max(var(--space-s), calc(var(--space-s) + env(safe-area-inset-right)));
    padding-left: max(var(--space-s), calc(var(--space-s) + env(safe-area-inset-left)));
  }
}
.skip-link:focus {
  outline: 3px solid var(--colour-focus);
  outline-offset: 0;
  background-color: var(--colour-focus);
}
.skip-link-focused-element:focus {
  outline: none;
}
/* Back link */
.back-link {
  font-size: var(--text-base-size);
  line-height: var(--body-line-height);
  font-family: Var(--font-primary);
  text-decoration: underline;
  display: inline-block;
  position: relative;
  margin-top: var(--space-s);
  margin-bottom: var(--space-s);
  padding-left: var(--space-s);
}
@media (min-width: 40.0625em) {
  .back-link {
    font-size: var(--text-base-size);
    line-height: var(--body-line-height);
  }
}
@media print {
  .back-link {
    font-size: var(--text-base-size);
    line-height: var(--body-line-height);
    font-family: sans-serif;
  }
}
.back-link:focus {
  outline: 3px solid var(--colour-black);
  color: var(--colour-black);
  background-color: var(--colour-focus);
  box-shadow: 0 -2px var(--colour-focus), 0 4px var(--colour-black);
  text-decoration: none;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.back-link:link, .back-link:visited {
  color: var(--colour-black);
}
@media print {
  .back-link:link, .back-link:visited {
    color: var(--colour-black);
  }
}
.back-link:hover {
  color: var(--colour-black);
}
.back-link:active, .back-link:focus {
  color: var(--colour-black);
}
@media print {
  .back-link:active, .back-link:focus {
    color: var(--colour-black);
  }
}
.back-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 7px;
  height: 7px;
  margin: auto 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  border: solid;
  border-width: 1px 1px 0 0;
  border-color: var(--colour-border-grey-dark);
}
.back-link:focus:before {
  border-color: var(--colour-black);
}
.back-link:after {
  content: "";
  position: absolute;
  top: -14px;
  right: 0;
  bottom: -14px;
  left: 0;
}
/* Breadcrumb menu */
.breadcrumb-wrapper {
  padding-top: var(--space-xl);
}
.breadcrumb-wrapper.header-breadcrumb {
  background: var(--colour-primary-gradient-horizontal-reverse);
}
.breadcrumb-wrapper.header-breadcrumb .breadcrumbs__list-item::before {
  border-color: var(--colour-font-light);
}
.breadcrumb-wrapper.header-breadcrumb .breadcrumbs__link, .breadcrumb-wrapper.header-breadcrumb .breadcrumbs__link:visited {
  color: var(--colour-font-light);
}
.breadcrumbs {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: var(--text-base-size);
  line-height: var(--body-line-height);
  color: var(--colour-font-dark);
  margin-top: var(--space-s);
  margin-bottom: 0;
}
@media print {
  .breadcrumbs {
    font-family: sans-serif;
  }
}
.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.breadcrumbs__list:after {
  content: "";
  display: block;
  clear: both;
}
.breadcrumbs__list-item {
  display: inline-block;
  position: relative;
  margin-bottom: var(--space-2xs);
  margin-left: 7px;
  padding-left: var(--space-s);
  float: left;
}
.breadcrumbs__list-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3.31px;
  width: 7px;
  height: 7px;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid;
  border-width: 1px 1px 0 0;
  border-color: var(--colour-border-grey-dark);
}
.breadcrumbs__list-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
.breadcrumbs__list-item:first-child:before {
  content: none;
  display: none;
}
.breadcrumbs__link {
  font-family: var(--font-primary);
  text-decoration: underline;
}
@media print {
  .breadcrumbs__link {
    font-family: sans-serif;
  }
}
.breadcrumbs__link:focus {
  outline: 3px solid var(--colour-black);
  color: var(--colour-font-dark);
  background-color: var(--colour-focus);
  box-shadow: 0 -2px var(--colour-focus), 0 4px var(--colour-black);
  text-decoration: none;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.breadcrumbs__link:link, .breadcrumbs__link:visited {
  color: var(--colour-font-dark);
}
@media print {
  .breadcrumbs__link:link, .breadcrumbs__link:visited {
    color: var(--colour-font-dark);
  }
}
.breadcrumbs__link:hover {
  color: var(--colour-font-dark);
}
.breadcrumbs__link:active, .breadcrumbs__link:focus {
  color: var(--colour-font-dark);
}
@media print {
  .breadcrumbs__link:active, .breadcrumbs__link:focus {
    color: var(--colour-font-dark);
  }
}
@media (max-width: 40.0525em) {
  .breadcrumbs--collapse-on-mobile .breadcrumbs__list-item {
    display: none;
  }
  .breadcrumbs--collapse-on-mobile .breadcrumbs__list-item:first-child, .breadcrumbs--collapse-on-mobile .breadcrumbs__list-item:last-child {
    display: inline-block;
  }
  .breadcrumbs--collapse-on-mobile .breadcrumbs__list-item:before {
    top: 6px;
    margin: 0;
  }
  .breadcrumbs--collapse-on-mobile .breadcrumbs__list {
    display: -ms-flexbox;
    display: flex;
  }
}
/* Button group */
.button-group {
  margin-bottom: var(--space-2xs);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 40.0625em) {
  .button-group {
    margin-bottom: var(--space-s);
  }
}
.button-group .link, .button-group .grid-menu .grid-cards ul li .list-item-wrapper h3 a, .grid-menu .grid-cards ul li .list-item-wrapper h3 .button-group a, .button-group .text-component a:not(.button), .button-group .text-page-wrapper a:not(.button), .button-group .text-header-wrapper a:not(.button), .button-group .text-body-wrapper a:not(.button), .text-component .button-group a:not(.button), .button-group footer a, footer .button-group a {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: var(--text-base-size);
  line-height: var(--body-line-height);
  display: inline-block;
  max-width: 100%;
  margin-top: var(--space-2xs);
  margin-bottom: var(--sapce-m);
  text-align: center;
}
@media print {
  .button-group .link, .button-group .grid-menu .grid-cards ul li .list-item-wrapper h3 a, .grid-menu .grid-cards ul li .list-item-wrapper h3 .button-group a, .button-group .text-component a:not(.button), .button-group .text-page-wrapper a:not(.button), .button-group .text-header-wrapper a:not(.button), .button-group .text-body-wrapper a:not(.button), .text-component .button-group a:not(.button), .button-group footer a, footer .button-group a {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .button-group .link, .button-group .grid-menu .grid-cards ul li .list-item-wrapper h3 a, .grid-menu .grid-cards ul li .list-item-wrapper h3 .button-group a, .button-group .text-component a:not(.button), .button-group .text-page-wrapper a:not(.button), .button-group .text-header-wrapper a:not(.button), .button-group .text-body-wrapper a:not(.button), .text-component .button-group a:not(.button), .button-group footer a, footer .button-group a {
    font-size: var(--text-m);
    line-height: 1;
  }
}
@media print {
  .button-group .link, .button-group .grid-menu .grid-cards ul li .list-item-wrapper h3 a, .grid-menu .grid-cards ul li .list-item-wrapper h3 .button-group a, .button-group .text-component a:not(.button), .button-group .text-page-wrapper a:not(.button), .button-group .text-header-wrapper a:not(.button), .button-group .text-body-wrapper a:not(.button), .text-component .button-group a:not(.button), .button-group footer a, footer .button-group a {
    font-size: var(--text-s);
    line-height: var(--body-line-height);
  }
}
.button-group .button, .button-group .contact-form input[type="submit"], .contact-form .button-group input[type="submit"], .button-group .notification-banner__link {
  margin-bottom: var(--space-m);
}
@media (min-width: 40.0625em) {
  .button-group {
    margin-right: calc(var(--space-s) * -1);
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .button-group .button, .button-group .contact-form input[type="submit"], .contact-form .button-group input[type="submit"], .button-group .notification-banner__link, .button-group .link, .button-group .grid-menu .grid-cards ul li .list-item-wrapper h3 a, .grid-menu .grid-cards ul li .list-item-wrapper h3 .button-group a, .button-group .text-component a:not(.button), .button-group .text-page-wrapper a:not(.button), .button-group .text-header-wrapper a:not(.button), .button-group .text-body-wrapper a:not(.button), .text-component .button-group a:not(.button), .button-group footer a, footer .button-group a {
    margin-right: var(--space-s);
  }
  .button-group .link, .button-group .grid-menu .grid-cards ul li .list-item-wrapper h3 a, .grid-menu .grid-cards ul li .list-item-wrapper h3 .button-group a, .button-group .text-component a:not(.button), .button-group .text-page-wrapper a:not(.button), .button-group .text-header-wrapper a:not(.button), .button-group .text-body-wrapper a:not(.button), .text-component .button-group a:not(.button), .button-group footer a, footer .button-group a {
    text-align: left;
  }
}
/* Go button */
.button, .contact-form input[type="submit"], .notification-banner__link {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  margin: 0 0 var(--space-s) 0;
  padding: var(--space-s) var(--space-l);
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: var(--text-base-size);
  color: var(--colour-font-light);
  line-height: var(--body-line-height);
  border: 0px;
  border-radius: 10px;
  background-image: var(--component-button-bg);
  background-size: 200% auto;
  box-shadow: 0 0 14px -7px var(--colour-primary);
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  transition: 0.25s;
}
@media print {
  .button, .contact-form input[type="submit"], .notification-banner__link {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .button, .contact-form input[type="submit"], .notification-banner__link {
    font-size: var(--text-m);
    line-height: 1;
  }
}
@media (min-width: 40.0625em) {
  .button, .contact-form input[type="submit"], .notification-banner__link {
    margin-bottom: var(--space-l);
    width: auto;
  }
}
.button:active, .contact-form input[type="submit"]:active, .notification-banner__link:active, .button:link, .contact-form input[type="submit"]:link, .notification-banner__link:link, .button:visited, .contact-form input[type="submit"]:visited, .notification-banner__link:visited {
  color: var(--colour-font-light);
  text-decoration: none;
}
.button::-moz-focus-inner, .contact-form input[type="submit"]::-moz-focus-inner, .notification-banner__link::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.button:hover, .contact-form input[type="submit"]:hover, .notification-banner__link:hover {
  background-position: right center;
  color: var(--colour-font-light);
  text-decoration: underline;
}
.button:active, .contact-form input[type="submit"]:active, .notification-banner__link:active {
  top: 2px;
}
.button:focus, .contact-form input[type="submit"]:focus, .notification-banner__link:focus {
  border-color: var(--colour-focus);
  outline: 3px solid var(--colour-black);
  box-shadow: inset 0 0 0 1px var(--colour-focus);
}
.button:focus:not(:active):not(:hover), .contact-form input[type="submit"]:focus:not(:active):not(:hover), .notification-banner__link:focus:not(:active):not(:hover) {
  border-color: var(--colour-focus);
  color: var(--colour-black);
  background-image: none;
  background-color: var(--colour-focus);
  box-shadow: 0 2px 0 var(--colour-black);
}
.button--secondary, .stripe-container[background="primary-gradient"] .button, .stripe-container[background="primary-gradient"] .contact-form input[type="submit"], .contact-form .stripe-container[background="primary-gradient"] input[type="submit"], .stripe-container[background="primary-gradient"] .notification-banner__link {
  background-image: var(--component-button-bg-secondary);
}
/* Cookie banner */
.cookie-banner {
  display: none;
  padding-top: var(--space-m);
  background-color: var(--colour-bg-grey);
}
.cookie-banner[hidden] {
  display: none;
}
.cookie-banner__message {
  margin-bottom: -10px;
}
.cookie-banner__message[hidden] {
  display: none;
}
.cookie-banner__message:focus {
  outline: none;
}
/* Control classes */
.clear-both {
  clear: both !important;
}
.overflow-x-auto {
  overflow-x: auto;
  max-width: 100vw;
}
.text-align-center {
  text-align: center !important;
}
.text-s {
  font-size: var(--text-s) !important;
}
.margin-top-3xl {
  margin-top: var(--space-3xl) !important;
}
.margin-top-2xl {
  margin-top: var(--space-2xl) !important;
}
.margin-top-xl {
  margin-top: var(--space-xl) !important;
}
.margin-top-l {
  margin-top: var(--space-l) !important;
}
.margin-top-m {
  margin-top: var(--space-m) !important;
}
.margin-top-s {
  margin-top: var(--space-s) !important;
}
.margin-top-xs {
  margin-top: var(--space-xs) !important;
}
.margin-top-2xs {
  margin-top: var(--space-2xs) !important;
}
.margin-top-3xs {
  margin-top: var(--space-3xs) !important;
}
.margin-right-3xl {
  margin-right: var(--space-3xl) !important;
}
.margin-right-2xl {
  margin-right: var(--space-2xl) !important;
}
.margin-right-xl {
  margin-right: var(--space-xl) !important;
}
.margin-right-l {
  margin-right: var(--space-l) !important;
}
.margin-right-m {
  margin-right: var(--space-m) !important;
}
.margin-right-s {
  margin-right: var(--space-s) !important;
}
.margin-right-xs {
  margin-right: var(--space-xs) !important;
}
.margin-right-2xs {
  margin-right: var(--space-2xs) !important;
}
.margin-right-3xs {
  margin-right: var(--space-3xs) !important;
}
.margin-bottom-3xl {
  margin-bottom: var(--space-3xl) !important;
}
.margin-bottom-2xl {
  margin-bottom: var(--space-2xl) !important;
}
.margin-bottom-xl {
  margin-bottom: var(--space-xl) !important;
}
.margin-bottom-l {
  margin-bottom: var(--space-l) !important;
}
.margin-bottom-m {
  margin-bottom: var(--space-m) !important;
}
.margin-bottom-s {
  margin-bottom: var(--space-s) !important;
}
.margin-bottom-xs {
  margin-bottom: var(--space-xs) !important;
}
.margin-bottom-2xs {
  margin-bottom: var(--space-2xs) !important;
}
.margin-bottom-3xs {
  margin-bottom: var(--space-3xs) !important;
}
.margin-left-3xl {
  margin-left: var(--space-3xl) !important;
}
.margin-left-2xl {
  margin-left: var(--space-2xl) !important;
}
.margin-left-xl {
  margin-left: var(--space-xl) !important;
}
.margin-left-l {
  margin-left: var(--space-l) !important;
}
.margin-left-m {
  margin-left: var(--space-m) !important;
}
.margin-left-s {
  margin-left: var(--space-s) !important;
}
.margin-left-xs {
  margin-left: var(--space-xs) !important;
}
.margin-left-2xs {
  margin-left: var(--space-2xs) !important;
}
.margin-left-3xs {
  margin-left: var(--space-3xs) !important;
}
.padding-top-3xl {
  padding-top: var(--space-3xl) !important;
}
.padding-top-2xl {
  padding-top: var(--space-2xl) !important;
}
.padding-top-xl {
  padding-top: var(--space-xl) !important;
}
.padding-top-l {
  padding-top: var(--space-l) !important;
}
.padding-top-m {
  padding-top: var(--space-m) !important;
}
.padding-top-s {
  padding-top: var(--space-s) !important;
}
.padding-top-xs {
  padding-top: var(--space-xs) !important;
}
.padding-top-2xs {
  padding-top: var(--space-2xs) !important;
}
.padding-top-3xs {
  padding-top: var(--space-3xs) !important;
}
.padding-right-3xl {
  padding-right: var(--space-3xl) !important;
}
.padding-right-2xl {
  padding-right: var(--space-2xl) !important;
}
.padding-right-xl {
  padding-right: var(--space-xl) !important;
}
.padding-right-l {
  padding-right: var(--space-l) !important;
}
.padding-right-m {
  padding-right: var(--space-m) !important;
}
.padding-right-s {
  padding-right: var(--space-s) !important;
}
.padding-right-xs {
  padding-right: var(--space-xs) !important;
}
.padding-right-2xs {
  padding-right: var(--space-2xs) !important;
}
.padding-right-3xs {
  padding-right: var(--space-3xs) !important;
}
.padding-bottom-3xl {
  padding-bottom: var(--space-3xl) !important;
}
.padding-bottom-2xl {
  padding-bottom: var(--space-2xl) !important;
}
.padding-bottom-xl {
  padding-bottom: var(--space-xl) !important;
}
.padding-bottom-l {
  padding-bottom: var(--space-l) !important;
}
.padding-bottom-m {
  padding-bottom: var(--space-m) !important;
}
.padding-bottom-s {
  padding-bottom: var(--space-s) !important;
}
.padding-bottom-xs {
  padding-bottom: var(--space-xs) !important;
}
.padding-bottom-2xs {
  padding-bottom: var(--space-2xs) !important;
}
.padding-bottom-3xs {
  padding-bottom: var(--space-3xs) !important;
}
.padding-left-3xl {
  padding-left: var(--space-3xl) !important;
}
.padding-left-2xl {
  padding-left: var(--space-2xl) !important;
}
.padding-left-xl {
  padding-left: var(--space-xl) !important;
}
.padding-left-l {
  padding-left: var(--space-l) !important;
}
.padding-left-m {
  padding-left: var(--space-m) !important;
}
.padding-left-s {
  padding-left: var(--space-s) !important;
}
.padding-left-xs {
  padding-left: var(--space-xs) !important;
}
.padding-left-2xs {
  padding-left: var(--space-2xs) !important;
}
.padding-left-3xs {
  padding-left: var(--space-3xs) !important;
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/sites/ttf/template/fonts/open-sans-v29-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/sites/ttf/template/fonts/open-sans-v29-latin-regular.eot?#iefix") format("embedded-opentype"), url("/sites/ttf/template/fonts/open-sans-v29-latin-regular.woff2") format("woff2"), url("/sites/ttf/template/fonts/open-sans-v29-latin-regular.woff") format("woff"), url("/sites/ttf/template/fonts/open-sans-v29-latin-regular.ttf") format("truetype"), url("/sites/ttf/template/fonts/open-sans-v29-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/sites/ttf/template/fonts/open-sans-v35-latin-500.eot");
  /* IE9 Compat Modes */
  src: url("/sites/ttf/template/fonts/open-sans-v35-latin-500.eot?#iefix") format("embedded-opentype"), url("/sites/ttf/template/fonts/open-sans-v35-latin-500.woff2") format("woff2"), url("/sites/ttf/template/fonts/open-sans-v35-latin-500.woff") format("woff"), url("/sites/ttf/template/fonts/open-sans-v35-latin-500.ttf") format("truetype"), url("/sites/ttf/template/fonts/open-sans-v35-latin-500.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/sites/ttf/template/fonts/open-sans-v29-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/sites/ttf/template/fonts/open-sans-v29-latin-700.eot?#iefix") format("embedded-opentype"), url("/sites/ttf/template/fonts/open-sans-v29-latin-700.woff2") format("woff2"), url("/sites/ttf/template/fonts/open-sans-v29-latin-700.woff") format("woff"), url("/sites/ttf/template/fonts/open-sans-v29-latin-700.ttf") format("truetype"), url("/sites/ttf/template/fonts/open-sans-v29-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* ubuntu-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url("/sites/ttf/template/fonts/ubuntu-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/sites/ttf/template/fonts/ubuntu-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("/sites/ttf/template/fonts/ubuntu-v20-latin-regular.woff2") format("woff2"), url("/sites/ttf/template/fonts/ubuntu-v20-latin-regular.woff") format("woff"), url("/sites/ttf/template/fonts/ubuntu-v20-latin-regular.ttf") format("truetype"), url("/sites/ttf/template/fonts/ubuntu-v20-latin-regular.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}
/* ubuntu-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: url("/sites/ttf/template/fonts/ubuntu-v20-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/sites/ttf/template/fonts/ubuntu-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("/sites/ttf/template/fonts/ubuntu-v20-latin-700.woff2") format("woff2"), url("/sites/ttf/template/fonts/ubuntu-v20-latin-700.woff") format("woff"), url("/sites/ttf/template/fonts/ubuntu-v20-latin-700.ttf") format("truetype"), url("/sites/ttf/template/fonts/ubuntu-v20-latin-700.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}
.text-component *:last-child, .text-page-wrapper *:last-child, .text-header-wrapper *:last-child, .text-body-wrapper *:last-child {
  margin-bottom: 0;
}
.text-component h1, .text-page-wrapper h1, .text-header-wrapper h1, .text-body-wrapper h1 {
  margin-top: var(--space-m);
}
.text-component h1 span, .text-page-wrapper h1 span, .text-header-wrapper h1 span, .text-body-wrapper h1 span {
  display: block;
  font-size: var(--text-xs);
  font-weight: 400;
  line-height: var(--body-line-height);
  color: rgba(0, 0, 0, 0.5);
}
.text-component h2, .text-page-wrapper h2, .text-header-wrapper h2, .text-body-wrapper h2 {
  margin-top: var(--space-m);
}
.text-component h3, .text-page-wrapper h3, .text-header-wrapper h3, .text-body-wrapper h3 {
  margin-top: var(--space-m);
}
.text-component h4, .text-page-wrapper h4, .text-header-wrapper h4, .text-body-wrapper h4 {
  margin-top: var(--space-m);
}
.text-component h5, .text-page-wrapper h5, .text-header-wrapper h5, .text-body-wrapper h5 {
  margin-top: var(--space-m);
}
.text-component img, .text-page-wrapper img, .text-header-wrapper img, .text-body-wrapper img {
  max-width: 100%;
}
.text-component table, .text-page-wrapper table, .text-header-wrapper table, .text-body-wrapper table {
  table-layout: fixed;
  font-size: var(--text-base-size);
}
.text-component table td, .text-page-wrapper table td, .text-header-wrapper table td, .text-body-wrapper table td {
  word-wrap: break-word;
}
.text-component .grid-column-one-third #page-index, .text-page-wrapper .grid-column-one-third #page-index, .text-header-wrapper .grid-column-one-third #page-index, .text-body-wrapper .grid-column-one-third #page-index {
  padding: var(--space-m);
  border: 1px solid var(--component-border-grey);
  border-radius: var(--component-border-radius);
}
.text-component .grid-column-one-third li:not(:first-child), .text-page-wrapper .grid-column-one-third li:not(:first-child), .text-header-wrapper .grid-column-one-third li:not(:first-child), .text-body-wrapper .grid-column-one-third li:not(:first-child) {
  margin-top: var(--space-m);
}
.text-component .logo-container, .text-page-wrapper .logo-container, .text-header-wrapper .logo-container, .text-body-wrapper .logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: var(--space-xl);
  margin-bottom: var(--space-m);
  box-shadow: var(--component-box-shadow);
  background: var(--colour-bg);
}
.text-component .logo-container img, .text-page-wrapper .logo-container img, .text-header-wrapper .logo-container img, .text-body-wrapper .logo-container img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
.text-component .randomised-logo-container, .text-page-wrapper .randomised-logo-container, .text-header-wrapper .randomised-logo-container, .text-body-wrapper .randomised-logo-container {
  justify-content: flex-start;
}
.text-component blockquote p, .text-page-wrapper blockquote p, .text-header-wrapper blockquote p, .text-body-wrapper blockquote p {
  font-family: var(--font-secondary);
  font-size: var(--text-m);
  font-weight: 700;
  color: var(--colour-primary);
  margin-top: 0;
}
.text-component blockquote p::before, .text-page-wrapper blockquote p::before, .text-header-wrapper blockquote p::before, .text-body-wrapper blockquote p::before {
  content: "";
  display: inline-block;
  width: 30px;
  margin-right: var(--space-s);
  vertical-align: top;
  background-image: url("/sites/ttf/site/images/icons/quote_primary.svg");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1.3333333333;
  transform: rotate(180deg);
}
.text-component blockquote p::after, .text-page-wrapper blockquote p::after, .text-header-wrapper blockquote p::after, .text-body-wrapper blockquote p::after {
  content: "";
  display: inline-block;
  width: 30px;
  margin-left: var(--space-s);
  vertical-align: bottom;
  background-image: url("/sites/ttf/site/images/icons/quote_primary.svg");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1.3333333333;
}
.text-page-wrapper {
  float: left;
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}
.text-header-wrapper {
  float: left;
  padding-top: var(--space-xl);
}
.text-body-wrapper {
  float: left;
  padding-bottom: var(--space-xl);
}
.text-body-wrapper h1:first-child, .text-body-wrapper h2:first-child, .text-body-wrapper h3:first-child, .text-body-wrapper h4:first-child, .text-body-wrapper h5:first-child {
  margin-top: var(--space-m);
}
#super-navigation {
  display: flex;
  justify-content: center;
  height: 60px;
  white-space: nowrap;
  background: var(--colour-bg);
  border-bottom: 1px solid var(--component-border-grey);
}
#super-navigation__page-width-container {
  height: 100%;
  width: 100%;
}
#super-navigation a:focus, #super-navigation button:focus {
  outline: 1px dashed var(--colour-black) !important;
  outline-offset: -1px;
}
#super-navigation a.emphasis:focus {
  outline: 1px dashed var(--colour-white) !important;
}
#super-navigation #logo-container {
  display: inline-block;
  line-height: 60px;
  height: 60px;
  padding: 0;
  margin: 0 var(--space-s) 0 var(--space-s);
  outline: 1px solid transparent;
}
#super-navigation #logo-container svg {
  height: 40px;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
#super-navigation nav {
  display: inline-block;
  float: right;
  position: relative;
  height: 100%;
  white-space: nowrap;
}
#super-navigation nav #paddle-items {
  display: inline-block;
  height: 100%;
  padding: 0;
  margin: 0 var(--space-s) 0 0;
  list-style: none;
}
#super-navigation nav #paddle-items a:not(.sub-menu-link)::before, #super-navigation nav #paddle-items button::before {
  display: none;
  content: "";
  height: 2px;
  background: var(--colour-font-dark);
  position: absolute;
  bottom: 17px;
  left: 15px;
  right: 15px;
}
#super-navigation nav #paddle-items a.emphasis::before {
  background: var(--colour-font-light);
}
#super-navigation nav #paddle-items button::before {
  right: 33px;
}
#super-navigation nav #paddle-items a:hover::before, #super-navigation nav #paddle-items button[aria-expanded="false"]:hover::before {
  display: block;
}
#super-navigation nav #paddle-items .nested-menu {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#super-navigation nav #paddle-items .nested-menu .js-click-menu {
  position: relative;
  display: inline-block;
}
#super-navigation nav #paddle-items .nested-menu .js-click-menu button {
  position: relative;
  height: 60px;
  font-size: var(--text-base-size);
  font-weight: 500;
  font-family: var(--font-primary);
  padding-left: var(--space-m);
  padding-right: var(--space-m);
  background: none;
  border: none;
  outline: 1px solid transparent;
  cursor: pointer;
}
#super-navigation nav #paddle-items .nested-menu .js-click-menu button::after {
  transform: translateY(-35%) rotate(45deg) scale(1);
  border-bottom: 1px solid var(--colour-black);
  border-bottom-color: var(--colour-black);
  border-right: 1px solid var(--colour-white);
  border-right-color: white;
  border-right-color: var(--colour-black);
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: var(--space-2xs);
  vertical-align: middle;
  width: 8px;
}
#super-navigation nav #paddle-items .nested-menu .js-click-menu button[aria-expanded="true"] {
  background: var(--colour-bg-grey);
}
#super-navigation nav #paddle-items .nested-menu .js-click-menu .sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  padding: 0;
  background: var(--colour-bg-grey);
  z-index: 100;
}
#super-navigation nav #paddle-items .nested-menu .js-click-menu .sub-menu .single-link {
  display: block;
}
#super-navigation nav #paddle-items .nested-menu .js-click-menu .sub-menu .single-link a {
  background: var(--colour-bg-grey);
}
#super-navigation nav #paddle-items .nested-menu .js-click-menu .sub-menu .single-link a:hover {
  text-decoration: underline;
  background: var(--colour-bg-grey-dark);
}
#super-navigation nav #paddle-items .single-link {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  margin: 0;
  outline: 1px solid transparent;
  cursor: pointer;
}
#super-navigation nav #paddle-items .single-link a {
  position: relative;
  display: block;
  height: 60px;
  line-height: 60px;
  padding-left: var(--space-m);
  padding-right: var(--space-m);
  margin: 0;
  font-size: var(--text-base-size);
  font-weight: 500;
  color: var(--colour-font-dark);
  background: none;
  text-decoration: none;
}
@media (min-width: 1050px) {
  #super-navigation nav #paddle-items .single-link a.emphasis {
    color: var(--colour-font-light);
    background: var(--colour-primary-gradient-vertical);
    border-radius: 30px;
    line-height: 40px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #super-navigation nav #paddle-items .single-link a.emphasis::before {
    bottom: 7px;
  }
}
#super-navigation #nav-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: no-wrap;
}
#super-navigation #menu-button {
  display: none;
}
#super-navigation #menu-button button {
  display: block;
  float: left;
  height: 60px;
  padding: 0;
  position: relative;
  right: 0;
  background: none;
  box-shadow: none;
  color: var(--colour-font-dark);
  text-underline-offset: 0.1em;
  font-size: var(--text-base-size);
  font-weight: 700;
  border: 0;
  cursor: pointer;
}
#super-navigation #menu-button button span {
  display: inline-block;
  border-left: 1px solid var(--colour-border-grey-dark);
  margin: 0;
  padding: 5px 20px;
}
#super-navigation #menu-button button span::before {
  transform: translateY(-35%) rotate(45deg) scale(1);
  border-bottom: 2px solid var(--colour-font-dark);
  border-right: 2px solid var(--colour-font-dark);
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 10px 0 2px;
  vertical-align: middle;
  width: 8px;
}
#super-navigation #menu-button button span::after {
  background: none;
  content: "";
  height: 3px;
  left: 20px;
  position: absolute;
  right: 20px;
  bottom: 0;
  top: auto;
}
#super-navigation #menu-button button[aria-expanded="true"] {
  background: var(--colour-bg-grey);
  color: var(--colour-link);
}
#super-navigation #menu-button button[aria-expanded="true"] span {
  border-left: 1px solid var(--colour-bg-grey) !important;
}
#super-navigation #menu-button button[aria-expanded="true"] span::before {
  transform: rotate(225deg);
  border-color: var(--colour-link) !important;
}
#super-navigation #menu-button button[aria-expanded="true"] span::after {
  background: var(--colour-link);
}
#super-navigation #menu-button button::after {
  background: none;
  content: "";
  height: 3px;
  left: 20px;
  position: absolute;
  right: 20px;
  bottom: 0;
  top: auto;
}
@media (max-width: 1150px) {
  #super-navigation #paddle-items {
    position: absolute;
    top: 60px;
    right: var(--space-s);
    min-width: 300px;
    width: auto;
    max-width: 400px;
    height: auto !important;
    max-height: 500px;
    margin-right: 0 !important;
    border-bottom: 4px solid var(--colour-black);
    overflow-y: scroll;
    z-index: 200;
  }
  #super-navigation #paddle-items .nested-menu {
    display: block !important;
  }
  #super-navigation #paddle-items .nested-menu .js-click-menu {
    display: block;
    width: 100%;
  }
  #super-navigation #paddle-items .nested-menu .js-click-menu button {
    position: relative;
    text-align: left;
    width: 100%;
    background: var(--colour-bg-grey) !important;
  }
  #super-navigation #paddle-items .nested-menu .js-click-menu button::after {
    position: absolute;
    top: calc(50% - 4px);
    right: var(--space-m);
  }
  #super-navigation #paddle-items .nested-menu .js-click-menu button[aria-expanded="true"]::after {
    transform: rotate(225deg);
  }
  #super-navigation #paddle-items .nested-menu .js-click-menu .sub-menu {
    position: relative !important;
    padding-left: var(--space-m) !important;
  }
  #super-navigation #paddle-items .nested-menu .js-click-menu .sub-menu .single-link {
    position: relative;
    background: var(--colour-bg-grey) !important;
  }
  #super-navigation #paddle-items .nested-menu .js-click-menu .sub-menu .single-link a:hover {
    text-decoration: none !important;
    background: var(--colour-bg-grey) !important;
  }
  #super-navigation #paddle-items .nested-menu .js-click-menu .sub-menu .single-link:not(:last-child):after {
    content: "";
    position: absolute;
    left: var(--space-s);
    bottom: 0;
    height: 1px;
    width: calc(100% - var(--space-s));
    background: rgba(0, 0, 0, 0.1);
  }
  #super-navigation #paddle-items a:hover::before, #super-navigation #paddle-items button[aria-expanded="false"]:hover::before {
    display: none !important;
  }
  #super-navigation #paddle-items .single-link {
    display: block !important;
  }
  #super-navigation #paddle-items .single-link a:not(.emphasis) {
    background: var(--colour-bg-grey) !important;
  }
  #super-navigation #paddle-items .single-link a.emphasis {
    background: var(--colour-primary-gradient-vertical) !important;
    color: var(--colour-font-light) !important;
  }
  #super-navigation #menu-button {
    display: inline-block;
    vertical-align: top;
    float: right;
    height: 60px;
    width: auto;
    padding-right: var(--space-s);
  }
}
@media only screen and (max-width: 500px) {
  #super-navigation #logo-container svg {
    height: 30px;
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #super-navigation #paddle-items {
    right: 0;
    min-width: 100vw;
    width: 100vw;
    max-width: 100vw;
    height: auto !important;
    max-height: 100vh;
  }
}
footer {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-2xl);
  background: var(--colour-bg-primary-light);
  color: var(--colour-font-dark);
}
footer .logo-container {
  width: 100%;
  max-width: 250px;
}
footer .logo-container img {
  object-fit: contain;
  width: auto;
  width: 100%;
  height: auto;
  max-height: 100%;
}
footer .section-break, footer .emblem-section-break {
  width: 100%;
  border-top: 1px solid var(--colour-border-grey);
}
footer .grid-column-full {
  margin-top: var(--space-s);
}
footer .grid-column-full .inline-list {
  padding-left: 0;
  margin-top: var(--space-xl);
  margin-bottom: 0;
}
footer .grid-column-full .inline-list li {
  display: inline-block;
  margin-right: var(--space-s);
}
@media (max-width: 40.0625em) {
  footer {
    padding-top: var(--space-m);
    padding-bottom: var(--space-l);
  }
  footer .grid-column-full .inline-list {
    margin-top: var(--space-m);
  }
}
#iotalogin input {
  margin-top: var(--space-xs);
  margin-bottom: var(--space-m);
}
h1 + div.reason {
  font-weight: 700;
  padding: var(--space-s);
  margin-bottom: var(--space-m);
  color: var(--colour-font-light);
  background: var(--colour-error);
}
