﻿@charset "UTF-8";

.fa, .fas, .far, .fal, .fad, .fab {
  font-family: "FontAwesome";
}

.govuk-grid-row {
  margin-right: -15px;
  margin-left: -15px;
}
.govuk-grid-row:after {
  content: "";
  display: block;
  clear: both;
}

.govuk-grid-column-one-quarter {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .govuk-grid-column-one-quarter {
    width: 25%;
    float: left;
  }
}

.govuk-grid-column-one-third {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .govuk-grid-column-one-third {
    width: 33.3333%;
    float: left;
  }
}

.govuk-grid-column-one-half {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .govuk-grid-column-one-half {
    width: 50%;
    float: left;
  }
}

.govuk-grid-column-two-thirds {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .govuk-grid-column-two-thirds {
    width: 66.6666%;
    float: left;
  }
}

.govuk-grid-column-three-quarters {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .govuk-grid-column-three-quarters {
    width: 75%;
    float: left;
  }
}

.govuk-grid-column-full {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .govuk-grid-column-full {
    width: 100%;
    float: left;
  }
}

.govuk-grid-column-one-quarter-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}
@media (min-width: 48.0625em) {
  .govuk-grid-column-one-quarter-from-desktop {
    width: 25%;
    float: left;
  }
}

.govuk-grid-column-one-third-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}
@media (min-width: 48.0625em) {
  .govuk-grid-column-one-third-from-desktop {
    width: 33.3333%;
    float: left;
  }
}

.govuk-grid-column-one-half-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}
@media (min-width: 48.0625em) {
  .govuk-grid-column-one-half-from-desktop {
    width: 50%;
    float: left;
  }
}

.govuk-grid-column-two-thirds-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}
@media (min-width: 48.0625em) {
  .govuk-grid-column-two-thirds-from-desktop {
    width: 66.6666%;
    float: left;
  }
}

.govuk-grid-column-three-quarters-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}
@media (min-width: 48.0625em) {
  .govuk-grid-column-three-quarters-from-desktop {
    width: 75%;
    float: left;
  }
}

.govuk-grid-column-full-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}
@media (min-width: 48.0625em) {
  .govuk-grid-column-full-from-desktop {
    width: 100%;
    float: left;
  }
}

.govuk-breadcrumbs {
  margin-top: 25px;
}

@media (min-width: 40.0625em) {
  .govuk-main-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.govuk-link {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  .govuk-link {
    font-family: sans-serif;
  }
}
.govuk-link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}
.govuk-link:link {
  color: #0065b3;
}
.govuk-link:visited {
  color: #4c2c92;
}
.govuk-link:hover {
  color: #003078;
}
.govuk-link:active {
  color: #0b0c0c;
}
.govuk-link:focus {
  color: #0b0c0c;
}
@media print {
  [href^="/"].govuk-link::after, [href^="http://"].govuk-link::after, [href^="https://"].govuk-link::after {
    content: " (" attr(href) ")";
    font-size: 90%;
    word-wrap: break-word;
  }
}

.govuk-link--muted:link, .govuk-link--muted:visited, .govuk-link--muted:hover, .govuk-link--muted:active {
  color: #626a6e;
}
.govuk-link--muted:focus {
  color: #0b0c0c;
}

.govuk-link--text-colour:link, .govuk-link--text-colour:visited, .govuk-link--text-colour:hover, .govuk-link--text-colour:active, .govuk-link--text-colour:focus {
  color: #0b0c0c;
}
@media print {
  .govuk-link--text-colour:link, .govuk-link--text-colour:visited, .govuk-link--text-colour:hover, .govuk-link--text-colour:active, .govuk-link--text-colour:focus {
    color: #000000;
  }
}

.govuk-link--no-visited-state:link {
  color: #0065b3;
}
.govuk-link--no-visited-state:visited {
  color: #0065b3;
}
.govuk-link--no-visited-state:hover {
  color: #003078;
}
.govuk-link--no-visited-state:active {
  color: #0b0c0c;
}
.govuk-link--no-visited-state:focus {
  color: #0b0c0c;
}

.govuk-list {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 0;
  list-style-type: none;
}
@media print {
  .govuk-list {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-list {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-list {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-list {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-list {
    margin-bottom: 20px;
  }
}
.govuk-list .govuk-list {
  margin-top: 10px;
}

.govuk-list > li {
  margin-bottom: 5px;
}

.govuk-list--bullet {
  padding-left: 20px;
  list-style-type: disc;
}

.govuk-list--number {
  padding-left: 20px;
  list-style-type: decimal;
}

.govuk-list--bullet > li,
.govuk-list--number > li {
  margin-bottom: 0;
}
@media (min-width: 40.0625em) {
  .govuk-list--bullet > li,
.govuk-list--number > li {
    margin-bottom: 5px;
  }
}

.govuk-template {
  background-color: #dee0e2;
  text-size-adjust: 100%;
}
@media screen {
  .govuk-template {
    overflow-y: scroll;
  }
}

.govuk-template__body {
  margin: 0;
  background-color: #ffffff;
}

.govuk-heading-xl {
  color: #0b0c0c;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.09375;
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
}
@media print {
  .govuk-heading-xl {
    color: #000000;
  }
}
@media print {
  .govuk-heading-xl {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-xl {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
@media print {
  .govuk-heading-xl {
    font-size: 32pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-xl {
    margin-bottom: 50px;
  }
}

.govuk-heading-l {
  color: #0b0c0c;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.0416666667;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
}
@media print {
  .govuk-heading-l {
    color: #000000;
  }
}
@media print {
  .govuk-heading-l {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-l {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-heading-l {
    font-size: 24pt;
    line-height: 1.05;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-l {
    margin-bottom: 30px;
  }
}

.govuk-heading-m {
  color: #0b0c0c;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
}
@media print {
  .govuk-heading-m {
    color: #000000;
  }
}
@media print {
  .govuk-heading-m {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-m {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-heading-m {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-m {
    margin-bottom: 20px;
  }
}

.govuk-heading-s {
  color: #0b0c0c;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
}
@media print {
  .govuk-heading-s {
    color: #000000;
  }
}
@media print {
  .govuk-heading-s {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-s {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-heading-s {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-s {
    margin-bottom: 20px;
  }
}

.govuk-caption-xl {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  display: block;
  margin-bottom: 5px;
  color: #626a6e;
}
@media print {
  .govuk-caption-xl {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-caption-xl {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-caption-xl {
    font-size: 18pt;
    line-height: 1.15;
  }
}

.govuk-caption-l {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  display: block;
  margin-bottom: 5px;
  color: #626a6e;
}
@media print {
  .govuk-caption-l {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-caption-l {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-caption-l {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-caption-l {
    margin-bottom: 0;
  }
}

.govuk-caption-m {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  display: block;
  color: #626a6e;
}
@media print {
  .govuk-caption-m {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-caption-m {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-caption-m {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.govuk-body-lead, .govuk-body-l {
  color: #0b0c0c;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  margin-top: 0;
  margin-bottom: 20px;
}
@media print {
  .govuk-body-lead, .govuk-body-l {
    color: #000000;
  }
}
@media print {
  .govuk-body-lead, .govuk-body-l {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-lead, .govuk-body-l {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-body-lead, .govuk-body-l {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-lead, .govuk-body-l {
    margin-bottom: 30px;
  }
}

.govuk-body, .govuk-body-m {
  color: #0b0c0c;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 15px;
}
@media print {
  .govuk-body, .govuk-body-m {
    color: #000000;
  }
}
@media print {
  .govuk-body, .govuk-body-m {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body, .govuk-body-m {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-body, .govuk-body-m {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body, .govuk-body-m {
    margin-bottom: 20px;
  }
}

.govuk-body-s {
  color: #0b0c0c;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  margin-top: 0;
  margin-bottom: 15px;
}
@media print {
  .govuk-body-s {
    color: #000000;
  }
}
@media print {
  .govuk-body-s {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-s {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-body-s {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-s {
    margin-bottom: 20px;
  }
}

.govuk-body-xs {
  color: #0b0c0c;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 15px;
}
@media print {
  .govuk-body-xs {
    color: #000000;
  }
}
@media print {
  .govuk-body-xs {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-xs {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
@media print {
  .govuk-body-xs {
    font-size: 12pt;
    line-height: 1.2;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-xs {
    margin-bottom: 20px;
  }
}

.govuk-body-l + .govuk-heading-l, .govuk-body-lead + .govuk-heading-l {
  padding-top: 5px;
}
@media (min-width: 40.0625em) {
  .govuk-body-l + .govuk-heading-l, .govuk-body-lead + .govuk-heading-l {
    padding-top: 10px;
  }
}

.govuk-body-m + .govuk-heading-l, .govuk-body + .govuk-heading-l,
.govuk-body-s + .govuk-heading-l,
.govuk-list + .govuk-heading-l {
  padding-top: 15px;
}
@media (min-width: 40.0625em) {
  .govuk-body-m + .govuk-heading-l, .govuk-body + .govuk-heading-l,
.govuk-body-s + .govuk-heading-l,
.govuk-list + .govuk-heading-l {
    padding-top: 20px;
  }
}

.govuk-body-m + .govuk-heading-m, .govuk-body + .govuk-heading-m,
.govuk-body-s + .govuk-heading-m,
.govuk-list + .govuk-heading-m,
.govuk-body-m + .govuk-heading-s,
.govuk-body + .govuk-heading-s,
.govuk-body-s + .govuk-heading-s,
.govuk-list + .govuk-heading-s {
  padding-top: 5px;
}
@media (min-width: 40.0625em) {
  .govuk-body-m + .govuk-heading-m, .govuk-body + .govuk-heading-m,
.govuk-body-s + .govuk-heading-m,
.govuk-list + .govuk-heading-m,
.govuk-body-m + .govuk-heading-s,
.govuk-body + .govuk-heading-s,
.govuk-body-s + .govuk-heading-s,
.govuk-list + .govuk-heading-s {
    padding-top: 10px;
  }
}

.govuk-section-break {
  margin: 0;
  border: 0;
}

.govuk-section-break--xl {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 40.0625em) {
  .govuk-section-break--xl {
    margin-top: 50px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-section-break--xl {
    margin-bottom: 50px;
  }
}

.govuk-section-break--l {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 40.0625em) {
  .govuk-section-break--l {
    margin-top: 30px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-section-break--l {
    margin-bottom: 30px;
  }
}

.govuk-section-break--m {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .govuk-section-break--m {
    margin-top: 20px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-section-break--m {
    margin-bottom: 20px;
  }
}

.govuk-section-break--visible {
  border-bottom: 1px solid #bfc1c3;
}

.govuk-form-group {
  margin-bottom: 20px;
}
.govuk-form-group:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 40.0625em) {
  .govuk-form-group {
    margin-bottom: 30px;
  }
}
.govuk-form-group .govuk-form-group:last-of-type {
  margin-bottom: 0;
}

.govuk-form-group--error {
  padding-left: 15px;
  border-left: 5px solid #d0190f;
}
.govuk-form-group--error .govuk-form-group {
  padding: 0;
  border: 0;
}

.govuk-main-wrapper {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 40.0625em) {
  .govuk-main-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.govuk-main-wrapper--auto-spacing:first-child,
.govuk-main-wrapper--l {
  padding-top: 30px;
}
@media (min-width: 40.0625em) {
  .govuk-main-wrapper--auto-spacing:first-child,
.govuk-main-wrapper--l {
    padding-top: 50px;
  }
}

.govuk-width-container {
  max-width: 960px;
  margin: 0 15px;
}
@supports (margin: max(calc(0px))) {
  .govuk-width-container {
    margin-right: max(15px, calc(15px + env(safe-area-inset-right)));
    margin-left: max(15px, calc(15px + env(safe-area-inset-left)));
  }
}
@media (min-width: 40.0625em) {
  .govuk-width-container {
    margin: 0 30px;
  }
  @supports (margin: max(calc(0px))) {
    .govuk-width-container {
      margin-right: max(30px, calc(15px + env(safe-area-inset-right)));
      margin-left: max(30px, calc(15px + env(safe-area-inset-left)));
    }
  }
}
@media (min-width: 1020px) {
  .govuk-width-container {
    margin: 0 auto;
  }
  @supports (margin: max(calc(0px))) {
    .govuk-width-container {
      margin: 0 auto;
    }
  }
}

.govuk-accordion {
  margin-bottom: 20px;
}
@media (min-width: 40.0625em) {
  .govuk-accordion {
    margin-bottom: 30px;
  }
}

.govuk-accordion__section {
  padding-top: 15px;
}

.govuk-accordion__section-header {
  padding-top: 15px;
  padding-bottom: 15px;
}

.govuk-accordion__section-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.govuk-accordion__section-button {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  display: inline-block;
  margin-bottom: 0;
  padding-top: 15px;
}
@media print {
  .govuk-accordion__section-button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-accordion__section-button {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-accordion__section-button {
    font-size: 18pt;
    line-height: 1.15;
  }
}

.govuk-accordion__section-summary {
  margin-top: 10px;
  margin-bottom: 0;
}

.govuk-accordion__section-content > :last-child {
  margin-bottom: 0;
}

.js-enabled .govuk-accordion {
  border-bottom: 1px solid #bfc1c3;
}
.js-enabled .govuk-accordion__section {
  padding-top: 0;
}
.js-enabled .govuk-accordion__section-content {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .js-enabled .govuk-accordion__section-content {
    padding-top: 15px;
  }
}
@media (min-width: 40.0625em) {
  .js-enabled .govuk-accordion__section-content {
    padding-bottom: 15px;
  }
}
.js-enabled .govuk-accordion__section--expanded .govuk-accordion__section-content {
  display: block;
}
.js-enabled .govuk-accordion__open-all {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  border-width: 0;
  color: #0065b3;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  .js-enabled .govuk-accordion__open-all {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .js-enabled .govuk-accordion__open-all {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .js-enabled .govuk-accordion__open-all {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media print {
  .js-enabled .govuk-accordion__open-all {
    font-family: sans-serif;
  }
}
.js-enabled .govuk-accordion__open-all:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}
.js-enabled .govuk-accordion__open-all:link {
  color: #0065b3;
}
.js-enabled .govuk-accordion__open-all:visited {
  color: #4c2c92;
}
.js-enabled .govuk-accordion__open-all:hover {
  color: #003078;
}
.js-enabled .govuk-accordion__open-all:active {
  color: #0b0c0c;
}
.js-enabled .govuk-accordion__open-all:focus {
  color: #0b0c0c;
}
.js-enabled .govuk-accordion__open-all::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.js-enabled .govuk-accordion__section-header {
  position: relative;
  padding-right: 40px;
  border-top: 1px solid #bfc1c3;
  color: #0065b3;
  cursor: pointer;
}
@media (hover: none) {
  .js-enabled .govuk-accordion__section-header:hover {
    border-top-color: #0065b3;
    box-shadow: inset 0 3px 0 0 #0065b3;
  }
}
.js-enabled .govuk-accordion__section-button {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  border-width: 0;
  color: inherit;
  background: none;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
}
@media print {
  .js-enabled .govuk-accordion__section-button {
    font-family: sans-serif;
  }
}
.js-enabled .govuk-accordion__section-button:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}
.js-enabled .govuk-accordion__section-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.js-enabled .govuk-accordion__section-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.js-enabled .govuk-accordion__section-button:hover:not(:focus) {
  text-decoration: underline;
}
@media (hover: none) {
  .js-enabled .govuk-accordion__section-button:hover {
    text-decoration: none;
  }
}
.js-enabled .govuk-accordion__controls {
  text-align: right;
}
.js-enabled .govuk-accordion__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
.js-enabled .govuk-accordion__icon:after,
.js-enabled .govuk-accordion__icon:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 25%;
  margin: auto;
  border: 2px solid transparent;
  background-color: #0b0c0c;
}
.js-enabled .govuk-accordion__icon:before {
  width: 100%;
}
.js-enabled .govuk-accordion__icon:after {
  height: 100%;
}
.js-enabled .govuk-accordion__section--expanded .govuk-accordion__icon:after {
  content: " ";
  display: none;
}

.govuk-back-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 14px;
  border-bottom: 1px solid #0b0c0c;
  text-decoration: none;
}
@media (min-width: 40.0625em) {
  .govuk-back-link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-back-link {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media print {
  .govuk-back-link {
    font-family: sans-serif;
  }
}
.govuk-back-link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}
.govuk-back-link:link, .govuk-back-link:visited, .govuk-back-link:hover, .govuk-back-link:active, .govuk-back-link:focus {
  color: #0b0c0c;
}
@media print {
  .govuk-back-link:link, .govuk-back-link:visited, .govuk-back-link:hover, .govuk-back-link:active, .govuk-back-link:focus {
    color: #000000;
  }
}
.govuk-back-link:focus {
  border-bottom-color: transparent;
}
.govuk-back-link:before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(0% 50%, 100% 100%, 100% 0%);
  clip-path: polygon(0% 50%, 100% 100%, 100% 0%);
  border-width: 5px 6px 5px 0;
  border-right-color: inherit;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.govuk-breadcrumbs {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  color: #0b0c0c;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media print {
  .govuk-breadcrumbs {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-breadcrumbs {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-breadcrumbs {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media print {
  .govuk-breadcrumbs {
    color: #000000;
  }
}

.govuk-breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.govuk-breadcrumbs__list:after {
  content: "";
  display: block;
  clear: both;
}

.govuk-breadcrumbs__list-item {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-left: 15.655px;
  float: left;
}
.govuk-breadcrumbs__list-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3.31px;
  width: 7px;
  height: 7px;
  margin: auto 0;
  transform: rotate(45deg);
  border: solid;
  border-width: 1px 1px 0 0;
  border-color: #626a6e;
}
.govuk-breadcrumbs__list-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
.govuk-breadcrumbs__list-item:first-child:before {
  content: none;
  display: none;
}

.govuk-breadcrumbs__link {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  .govuk-breadcrumbs__link {
    font-family: sans-serif;
  }
}
.govuk-breadcrumbs__link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}
.govuk-breadcrumbs__link:link, .govuk-breadcrumbs__link:visited, .govuk-breadcrumbs__link:hover, .govuk-breadcrumbs__link:active, .govuk-breadcrumbs__link:focus {
  color: #0b0c0c;
}
@media print {
  .govuk-breadcrumbs__link:link, .govuk-breadcrumbs__link:visited, .govuk-breadcrumbs__link:hover, .govuk-breadcrumbs__link:active, .govuk-breadcrumbs__link:focus {
    color: #000000;
  }
}

.govuk-button {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 22px;
  padding: 8px 10px 7px;
  border: 2px solid transparent;
  border-radius: 0;
  color: #ffffff;
  background-color: #00703c;
  box-shadow: 0 2px 0 #002d18;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: none;
}
@media print {
  .govuk-button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-button {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1;
  }
}
@media print {
  .govuk-button {
    font-size: 14pt;
    line-height: 19px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-button {
    margin-bottom: 32px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-button {
    width: auto;
  }
}
.govuk-button:link, .govuk-button:visited, .govuk-button:active, .govuk-button:hover {
  color: #ffffff;
  text-decoration: none;
}
.govuk-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.govuk-button:hover {
  background-color: #005a30;
}
.govuk-button:active {
  top: 2px;
}
.govuk-button:focus {
  border-color: #ffdf0f;
  outline: 3px solid transparent;
  box-shadow: inset 0 0 0 1px #ffdf0f;
}
.govuk-button:focus:not(:active):not(:hover) {
  border-color: #ffdf0f;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 2px 0 #0b0c0c;
}
.govuk-button::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -4px;
  left: -2px;
  background: transparent;
}
.govuk-button:active::before {
  top: -4px;
}

.govuk-button--disabled,
.govuk-button[disabled=disabled],
.govuk-button[disabled] {
  opacity: 0.5;
}
.govuk-button--disabled:hover,
.govuk-button[disabled=disabled]:hover,
.govuk-button[disabled]:hover {
  background-color: #00703c;
  cursor: default;
}
.govuk-button--disabled:focus,
.govuk-button[disabled=disabled]:focus,
.govuk-button[disabled]:focus {
  outline: none;
}
.govuk-button--disabled:active,
.govuk-button[disabled=disabled]:active,
.govuk-button[disabled]:active {
  top: 0;
  box-shadow: 0 2px 0 #002d18;
}

.govuk-button--secondary {
  background-color: #dee0e2;
  box-shadow: 0 2px 0 #858688;
}
.govuk-button--secondary, .govuk-button--secondary:link, .govuk-button--secondary:visited, .govuk-button--secondary:active, .govuk-button--secondary:hover {
  color: #0b0c0c;
}
.govuk-button--secondary:hover {
  background-color: #c8cacb;
}
.govuk-button--secondary:hover[disabled] {
  background-color: #dee0e2;
}

.govuk-button--warning {
  background-color: #d0190f;
  box-shadow: 0 2px 0 #530a06;
}
.govuk-button--warning, .govuk-button--warning:link, .govuk-button--warning:visited, .govuk-button--warning:active, .govuk-button--warning:hover {
  color: #ffffff;
}
.govuk-button--warning:hover {
  background-color: #a6140c;
}
.govuk-button--warning:hover[disabled] {
  background-color: #d0190f;
}

.govuk-button--start {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  display: inline-flex;
  min-height: auto;
  justify-content: center;
}
@media (min-width: 40.0625em) {
  .govuk-button--start {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media print {
  .govuk-button--start {
    font-size: 18pt;
    line-height: 1;
  }
}

.govuk-button__start-icon {
  margin-left: 5px;
  vertical-align: middle;
  flex-shrink: 0;
  align-self: center;
}
@media (min-width: 48.0625em) {
  .govuk-button__start-icon {
    margin-left: 10px;
  }
}

.govuk-error-message {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  display: block;
  margin-bottom: 15px;
  clear: both;
  color: #d0190f;
}
@media print {
  .govuk-error-message {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-error-message {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-error-message {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.govuk-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.govuk-fieldset:after {
  content: "";
  display: block;
  clear: both;
}

@supports not (caret-color: auto) {
  .govuk-fieldset,
x:-moz-any-link {
    display: table-cell;
  }
}
.govuk-fieldset__legend {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 0;
  overflow: hidden;
  white-space: normal;
}
@media print {
  .govuk-fieldset__legend {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-fieldset__legend {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-fieldset__legend {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-fieldset__legend {
    color: #000000;
  }
}

.govuk-fieldset__legend--xl {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.09375;
  margin-bottom: 15px;
}
@media print {
  .govuk-fieldset__legend--xl {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-fieldset__legend--xl {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
@media print {
  .govuk-fieldset__legend--xl {
    font-size: 32pt;
    line-height: 1.15;
  }
}

.govuk-fieldset__legend--l {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.0416666667;
  margin-bottom: 15px;
}
@media print {
  .govuk-fieldset__legend--l {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-fieldset__legend--l {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-fieldset__legend--l {
    font-size: 24pt;
    line-height: 1.05;
  }
}

.govuk-fieldset__legend--m {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  margin-bottom: 15px;
}
@media print {
  .govuk-fieldset__legend--m {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-fieldset__legend--m {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-fieldset__legend--m {
    font-size: 18pt;
    line-height: 1.15;
  }
}

.govuk-fieldset__legend--s {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .govuk-fieldset__legend--s {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-fieldset__legend--s {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-fieldset__legend--s {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.govuk-fieldset__heading {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.govuk-hint {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  display: block;
  margin-bottom: 15px;
  color: #626a6e;
}
@media print {
  .govuk-hint {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-hint {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-hint {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.govuk-label:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl) + .govuk-hint {
  margin-bottom: 10px;
}

.govuk-fieldset__legend:not(.govuk-fieldset__legend--m):not(.govuk-fieldset__legend--l):not(.govuk-fieldset__legend--xl) + .govuk-hint {
  margin-bottom: 10px;
}

.govuk-fieldset__legend + .govuk-hint,
.govuk-fieldset__legend + .govuk-hint {
  margin-top: -5px;
}

.govuk-label {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  display: block;
  margin-bottom: 5px;
}
@media print {
  .govuk-label {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-label {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-label {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-label {
    color: #000000;
  }
}

.govuk-label--xl {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.09375;
  margin-bottom: 15px;
}
@media print {
  .govuk-label--xl {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-label--xl {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
@media print {
  .govuk-label--xl {
    font-size: 32pt;
    line-height: 1.15;
  }
}

.govuk-label--l {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.0416666667;
  margin-bottom: 15px;
}
@media print {
  .govuk-label--l {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-label--l {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-label--l {
    font-size: 24pt;
    line-height: 1.05;
  }
}

.govuk-label--m {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  margin-bottom: 10px;
}
@media print {
  .govuk-label--m {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-label--m {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-label--m {
    font-size: 18pt;
    line-height: 1.15;
  }
}

.govuk-label--s {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .govuk-label--s {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-label--s {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-label--s {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.govuk-label-wrapper {
  margin: 0;
}

.govuk-checkboxes__item {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  display: block;
  position: relative;
  min-height: 40px;
  margin-bottom: 10px;
  padding-left: 40px;
  clear: left;
}
@media print {
  .govuk-checkboxes__item {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-checkboxes__item {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-checkboxes__item {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.govuk-checkboxes__item:last-child,
.govuk-checkboxes__item:last-of-type {
  margin-bottom: 0;
}

.govuk-checkboxes__input {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  width: 44px;
  height: 44px;
  margin: 0;
  opacity: 0;
}

.govuk-checkboxes__label {
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 15px 5px;
  cursor: pointer;
  touch-action: manipulation;
}

.govuk-checkboxes__label::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid currentColor;
  background: transparent;
}

.govuk-checkboxes__label::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 9px;
  width: 18px;
  height: 7px;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 0 5px 5px;
  border-top-color: transparent;
  opacity: 0;
  background: transparent;
}

.govuk-checkboxes__hint {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
}

.govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
  border-width: 4px;
  box-shadow: 0 0 0 3px #ffdf0f;
}

.govuk-checkboxes__input:checked + .govuk-checkboxes__label::after {
  opacity: 1;
}

.govuk-checkboxes__input:disabled,
.govuk-checkboxes__input:disabled + .govuk-checkboxes__label {
  cursor: default;
}

.govuk-checkboxes__input:disabled + .govuk-checkboxes__label {
  opacity: 0.5;
}

.govuk-checkboxes__conditional {
  margin-bottom: 15px;
  margin-left: 18px;
  padding-left: 33px;
  border-left: 4px solid #bfc1c3;
}
@media (min-width: 40.0625em) {
  .govuk-checkboxes__conditional {
    margin-bottom: 20px;
  }
}
.js-enabled .govuk-checkboxes__conditional--hidden {
  display: none;
}
.govuk-checkboxes__conditional > :last-child {
  margin-bottom: 0;
}

.govuk-checkboxes--small .govuk-checkboxes__item {
  min-height: 0;
  margin-bottom: 0;
  padding-left: 34px;
  float: left;
}
.govuk-checkboxes--small .govuk-checkboxes__item:after {
  content: "";
  display: block;
  clear: both;
}
.govuk-checkboxes--small .govuk-checkboxes__input {
  left: -10px;
}
.govuk-checkboxes--small .govuk-checkboxes__label {
  margin-top: -2px;
  padding: 13px 15px 13px 1px;
  float: left;
}
@media (min-width: 40.0625em) {
  .govuk-checkboxes--small .govuk-checkboxes__label {
    padding: 11px 15px 10px 1px;
  }
}
.govuk-checkboxes--small .govuk-checkboxes__label::before {
  top: 8px;
  width: 24px;
  height: 24px;
}
.govuk-checkboxes--small .govuk-checkboxes__label::after {
  top: 15px;
  left: 6px;
  width: 9px;
  height: 3.5px;
  border-width: 0 0 3px 3px;
}
.govuk-checkboxes--small .govuk-checkboxes__hint {
  padding: 0;
  clear: both;
}
.govuk-checkboxes--small .govuk-checkboxes__conditional {
  margin-left: 10px;
  padding-left: 20px;
  clear: both;
}
.govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label::before {
  box-shadow: 0 0 0 10px #bfc1c3;
}
.govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
  box-shadow: 0 0 0 3px #ffdf0f, 0 0 0 10px #bfc1c3;
}
@media (hover: none), (pointer: coarse) {
  .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label::before {
    box-shadow: initial;
  }
  .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
    box-shadow: 0 0 0 3px #ffdf0f;
  }
}

.govuk-character-count {
  margin-bottom: 20px;
}
@media (min-width: 40.0625em) {
  .govuk-character-count {
    margin-bottom: 30px;
  }
}
.govuk-character-count .govuk-form-group,
.govuk-character-count .govuk-textarea {
  margin-bottom: 5px;
}
.govuk-character-count .govuk-textarea--error {
  padding: 3px;
}

.govuk-character-count__message {
  margin-top: 0;
  margin-bottom: 0;
}

.govuk-character-count__message--disabled {
  visibility: hidden;
}

.govuk-summary-list {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  margin: 0;
  margin-bottom: 20px;
}
@media print {
  .govuk-summary-list {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-list {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-summary-list {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-summary-list {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-list {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-list {
    margin-bottom: 30px;
  }
}

@media (max-width: 40.0525em) {
  .govuk-summary-list__row {
    margin-bottom: 15px;
    border-bottom: 1px solid #bfc1c3;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-list__row {
    display: table-row;
  }
}

.govuk-summary-list__key,
.govuk-summary-list__value,
.govuk-summary-list__actions {
  margin: 0;
}
@media (min-width: 40.0625em) {
  .govuk-summary-list__key,
.govuk-summary-list__value,
.govuk-summary-list__actions {
    display: table-cell;
    padding-right: 20px;
  }
}

@media (min-width: 40.0625em) {
  .govuk-summary-list__key,
.govuk-summary-list__value,
.govuk-summary-list__actions {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bfc1c3;
  }
}

.govuk-summary-list__actions {
  margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .govuk-summary-list__actions {
    width: 20%;
    padding-right: 0;
    text-align: right;
  }
}

.govuk-summary-list__key,
.govuk-summary-list__value {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.govuk-summary-list__key {
  margin-bottom: 5px;
  font-weight: 700;
}
@media (min-width: 40.0625em) {
  .govuk-summary-list__key {
    width: 30%;
  }
}

@media (max-width: 40.0525em) {
  .govuk-summary-list__value {
    margin-bottom: 15px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-list__value {
    width: 50%;
  }
}

@media (min-width: 40.0625em) {
  .govuk-summary-list__value:last-child {
    width: 70%;
  }
}

.govuk-summary-list__value > p {
  margin-bottom: 10px;
}

.govuk-summary-list__value > :last-child {
  margin-bottom: 0;
}

.govuk-summary-list__actions-list {
  width: 100%;
  margin: 0;
  padding: 0;
}

.govuk-summary-list__actions-list-item {
  display: inline;
  margin-right: 10px;
  padding-right: 10px;
}

.govuk-summary-list__actions-list-item:not(:last-child) {
  border-right: 1px solid #bfc1c3;
}

.govuk-summary-list__actions-list-item:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}

@media (max-width: 40.0525em) {
  .govuk-summary-list--no-border .govuk-summary-list__row {
    border: 0;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-list--no-border .govuk-summary-list__key,
.govuk-summary-list--no-border .govuk-summary-list__value,
.govuk-summary-list--no-border .govuk-summary-list__actions {
    padding-bottom: 11px;
    border: 0;
  }
}

@media (max-width: 40.0525em) {
  .govuk-summary-list__row--no-border {
    border: 0;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-list__row--no-border .govuk-summary-list__key,
.govuk-summary-list__row--no-border .govuk-summary-list__value,
.govuk-summary-list__row--no-border .govuk-summary-list__actions {
    padding-bottom: 11px;
    border: 0;
  }
}

.govuk-input {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin-top: 0;
  padding: 5px;
  border: 2px solid #0b0c0c;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
@media print {
  .govuk-input {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-input {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-input {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-input:focus {
  outline: 3px solid #ffdf0f;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}

.govuk-input::-webkit-outer-spin-button,
.govuk-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.govuk-input[type=number] {
  -moz-appearance: textfield;
}

.govuk-input--error {
  border: 4px solid #d0190f;
}
.govuk-input--error:focus {
  border-color: #0b0c0c;
  box-shadow: none;
}

.govuk-input--width-30 {
  max-width: 59ex;
}

.govuk-input--width-20 {
  max-width: 41ex;
}

.govuk-input--width-10 {
  max-width: 23ex;
}

.govuk-input--width-5 {
  max-width: 10.8ex;
}

.govuk-input--width-4 {
  max-width: 9ex;
}

.govuk-input--width-3 {
  max-width: 7.2ex;
}

.govuk-input--width-2 {
  max-width: 5.4ex;
}

.govuk-date-input {
  font-size: 0;
}
.govuk-date-input:after {
  content: "";
  display: block;
  clear: both;
}

.govuk-date-input__item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}

.govuk-date-input__label {
  display: block;
}

.govuk-date-input__input {
  margin-bottom: 0;
}

.govuk-details {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  margin-bottom: 20px;
  display: block;
}
@media print {
  .govuk-details {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-details {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-details {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-details {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-details {
    margin-bottom: 30px;
  }
}

.govuk-details__summary {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  padding-left: 25px;
  color: #0065b3;
  cursor: pointer;
}
.govuk-details__summary:hover {
  color: #003078;
}
.govuk-details__summary:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.govuk-details__summary-text {
  text-decoration: underline;
}

.govuk-details__summary:focus .govuk-details__summary-text {
  text-decoration: none;
}

.govuk-details__summary::-webkit-details-marker {
  display: none;
}

.govuk-details__summary:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  border-width: 7px 0 7px 12.124px;
  border-left-color: inherit;
}
.govuk-details[open] > .govuk-details__summary:before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  border-width: 12.124px 7px 0 7px;
  border-top-color: inherit;
}

.govuk-details__text {
  padding: 15px;
  padding-left: 20px;
  border-left: 5px solid #bfc1c3;
}

.govuk-details__text p {
  margin-top: 0;
  margin-bottom: 20px;
}

.govuk-details__text > :last-child {
  margin-bottom: 0;
}

.govuk-error-summary {
  color: #0b0c0c;
  padding: 15px;
  margin-bottom: 30px;
  border: 5px solid #d0190f;
}
@media print {
  .govuk-error-summary {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-error-summary {
    padding: 20px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-error-summary {
    margin-bottom: 50px;
  }
}
.govuk-error-summary:focus {
  outline: 3px solid #ffdf0f;
}

.govuk-error-summary__title {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  margin-top: 0;
  margin-bottom: 15px;
}
@media print {
  .govuk-error-summary__title {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-error-summary__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-error-summary__title {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-error-summary__title {
    margin-bottom: 20px;
  }
}

.govuk-error-summary__body {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .govuk-error-summary__body {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-error-summary__body {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-error-summary__body {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-error-summary__body p {
  margin-top: 0;
  margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .govuk-error-summary__body p {
    margin-bottom: 20px;
  }
}

.govuk-error-summary__list {
  margin-top: 0;
  margin-bottom: 0;
}

.govuk-error-summary__list a {
  font-weight: 700;
}
.govuk-error-summary__list a:link, .govuk-error-summary__list a:visited, .govuk-error-summary__list a:hover, .govuk-error-summary__list a:active {
  color: #d0190f;
}
.govuk-error-summary__list a:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.govuk-file-upload {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media print {
  .govuk-file-upload {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-file-upload {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-file-upload {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-file-upload {
    color: #000000;
  }
}
.govuk-file-upload:focus {
  margin-right: -5px;
  margin-left: -5px;
  padding-right: 5px;
  padding-left: 5px;
  outline: 3px solid #ffdf0f;
  box-shadow: inset 0 0 0 4px #0b0c0c;
}
.govuk-file-upload:focus-within {
  margin-right: -5px;
  margin-left: -5px;
  padding-right: 5px;
  padding-left: 5px;
  outline: 3px solid #ffdf0f;
  box-shadow: inset 0 0 0 4px #0b0c0c;
}

.govuk-file-upload--error {
  margin-right: -5px;
  margin-left: -5px;
  padding-right: 5px;
  padding-left: 5px;
  border: 4px solid #d0190f;
}
.govuk-file-upload--error:focus {
  border-color: #0b0c0c;
  box-shadow: none;
}
.govuk-file-upload--error:focus-within {
  border-color: #0b0c0c;
  box-shadow: none;
}

.govuk-footer {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  padding-top: 25px;
  padding-bottom: 15px;
  border-top: 1px solid #bfc1c3;
  color: #0b0c0c;
  background: #dee0e2;
}
@media print {
  .govuk-footer {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-footer {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-footer {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media (min-width: 40.0625em) {
  .govuk-footer {
    padding-top: 40px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-footer {
    padding-bottom: 25px;
  }
}

.govuk-footer__link:link, .govuk-footer__link:visited, .govuk-footer__link:hover, .govuk-footer__link:active {
  color: #0b0c0c;
}
.govuk-footer__link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.govuk-footer__inline-list .govuk-footer__link,
.govuk-footer__list .govuk-footer__link {
  text-decoration: none;
}
.govuk-footer__inline-list .govuk-footer__link:hover:not(:focus), .govuk-footer__inline-list .govuk-footer__link:active:not(:focus),
.govuk-footer__list .govuk-footer__link:hover:not(:focus),
.govuk-footer__list .govuk-footer__link:active:not(:focus) {
  text-decoration: underline;
}

.govuk-footer__section-break {
  margin: 0;
  margin-bottom: 30px;
  border: 0;
  border-bottom: 1px solid #bfc1c3;
}
@media (min-width: 40.0625em) {
  .govuk-footer__section-break {
    margin-bottom: 50px;
  }
}

.govuk-footer__meta {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}

.govuk-footer__meta-item {
  margin-right: 15px;
  margin-bottom: 25px;
  margin-left: 15px;
}

.govuk-footer__meta-item--grow {
  flex: 1;
}
@media (max-width: 40.0525em) {
  .govuk-footer__meta-item--grow {
    flex-basis: 320px;
  }
}

.govuk-footer__licence-logo {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
@media (max-width: 48.0525em) {
  .govuk-footer__licence-logo {
    margin-bottom: 15px;
  }
}

.govuk-footer__licence-description {
  display: inline-block;
}

.govuk-footer__copyright-logo {
  display: inline-block;
  min-width: 125px;
  padding-top: 112px;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 125px 102px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .govuk-footer__copyright-logo {
    background-image: url("");
  }
}

.govuk-footer__inline-list {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
}

.govuk-footer__meta-custom {
  margin-bottom: 20px;
}

.govuk-footer__inline-list-item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}

.govuk-footer__heading {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfc1c3;
}
@media (min-width: 40.0625em) {
  .govuk-footer__heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 40.0525em) {
  .govuk-footer__heading {
    padding-bottom: 10px;
  }
}

.govuk-footer__navigation {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
}

.govuk-footer__section {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  vertical-align: top;
  flex-grow: 1;
  flex-shrink: 1;
}
@media (max-width: 48.0525em) {
  .govuk-footer__section {
    flex-basis: 200px;
  }
}

@media (min-width: 48.0625em) {
  .govuk-footer__section:first-child {
    flex-grow: 2;
  }
}
.govuk-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  grid-column-gap: 30px;
  column-gap: 30px;
}

@media (min-width: 48.0625em) {
  .govuk-footer__list--columns-2 {
    column-count: 2;
  }

  .govuk-footer__list--columns-3 {
    column-count: 3;
  }
}
.govuk-footer__list-item {
  margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .govuk-footer__list-item {
    margin-bottom: 20px;
  }
}

.govuk-footer__list-item:last-child {
  margin-bottom: 0;
}

.govuk-header {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  border-bottom: 10px solid #ffffff;
  color: #ffffff;
  background: #0b0c0c;
}
@media print {
  .govuk-header {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-header {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-header {
    font-size: 14pt;
    line-height: 1.2;
  }
}

.govuk-header__container--full-width {
  padding: 0 15px;
  border-color: #0065b3;
}
.govuk-header__container--full-width .govuk-header__menu-button {
  right: 15px;
}

.govuk-header__container {
  position: relative;
  margin-bottom: -10px;
  padding-top: 10px;
  border-bottom: 10px solid #0065b3;
}
.govuk-header__container:after {
  content: "";
  display: block;
  clear: both;
}

.govuk-header__logotype {
  margin-right: 5px;
}

.govuk-header__logotype-crown {
  position: relative;
  top: -1px;
  margin-right: 1px;
  fill: currentColor;
  vertical-align: top;
}

.govuk-header__logotype-crown-fallback-image {
  width: 36px;
  height: 32px;
  border: 0;
  vertical-align: middle;
}

.govuk-header__product-name {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  display: inline-table;
  padding-right: 10px;
}
@media print {
  .govuk-header__product-name {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-header__product-name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media print {
  .govuk-header__product-name {
    font-size: 18pt;
    line-height: 1;
  }
}

.govuk-header__link {
  text-decoration: none;
}
.govuk-header__link:link, .govuk-header__link:visited {
  color: #ffffff;
}
.govuk-header__link:hover {
  text-decoration: underline;
}
.govuk-header__link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.govuk-header__link--homepage {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  display: inline-block;
  font-size: 30px;
  line-height: 1;
}
@media print {
  .govuk-header__link--homepage {
    font-family: sans-serif;
  }
}
.govuk-header__link--homepage:link, .govuk-header__link--homepage:visited {
  text-decoration: none;
}
.govuk-header__link--homepage:hover, .govuk-header__link--homepage:active {
  margin-bottom: -1px;
  border-bottom: 1px solid;
}
.govuk-header__link--homepage:focus {
  margin-bottom: 0;
  border-bottom: 0;
}

.govuk-header__link--service-name {
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
}
@media print {
  .govuk-header__link--service-name {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-header__link--service-name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-header__link--service-name {
    font-size: 18pt;
    line-height: 1.15;
  }
}

.govuk-header__logo,
.govuk-header__content {
  box-sizing: border-box;
}

.govuk-header__logo {
  margin-bottom: 10px;
  padding-right: 50px;
}
@media (min-width: 40.0625em) {
  .govuk-header__logo {
    margin-bottom: 10px;
  }
}
@media (min-width: 48.0625em) {
  .govuk-header__logo {
    width: 33.33%;
    padding-right: 15px;
    float: left;
    vertical-align: top;
  }
}

@media (min-width: 48.0625em) {
  .govuk-header__content {
    width: 66.66%;
    padding-left: 15px;
    float: left;
  }
}

.govuk-header__menu-button {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  margin: 0;
  padding: 0;
  border: 0;
  color: #ffffff;
  background: none;
}
@media print {
  .govuk-header__menu-button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-header__menu-button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-header__menu-button {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.govuk-header__menu-button:hover {
  text-decoration: underline;
}
.govuk-header__menu-button:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}
.govuk-header__menu-button::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  border-width: 8.66px 5px 0 5px;
  border-top-color: inherit;
  content: "";
  margin-left: 5px;
}
@media (min-width: 40.0625em) {
  .govuk-header__menu-button {
    top: 15px;
  }
}

.govuk-header__menu-button--open::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  border-width: 0 5px 8.66px 5px;
  border-bottom-color: inherit;
}

.govuk-header__navigation {
  margin-bottom: 10px;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 40.0625em) {
  .govuk-header__navigation {
    margin-bottom: 10px;
  }
}

.js-enabled .govuk-header__menu-button {
  display: block;
}
@media (min-width: 48.0625em) {
  .js-enabled .govuk-header__menu-button {
    display: none;
  }
}
.js-enabled .govuk-header__navigation {
  display: none;
}
@media (min-width: 48.0625em) {
  .js-enabled .govuk-header__navigation {
    display: block;
  }
}
.js-enabled .govuk-header__navigation--open {
  display: block;
}

@media (min-width: 48.0625em) {
  .govuk-header__navigation--end {
    margin: 0;
    padding: 5px 0;
    text-align: right;
  }
}

.govuk-header__navigation--no-service-name {
  padding-top: 40px;
}

.govuk-header__navigation-item {
  padding: 10px 0;
  border-bottom: 1px solid #2e3133;
}
@media (min-width: 48.0625em) {
  .govuk-header__navigation-item {
    display: inline-block;
    margin-right: 15px;
    padding: 5px 0;
    border: 0;
  }
}
.govuk-header__navigation-item a {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  white-space: nowrap;
}
@media print {
  .govuk-header__navigation-item a {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-header__navigation-item a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-header__navigation-item a {
    font-size: 14pt;
    line-height: 1.2;
  }
}

.govuk-header__navigation-item--active a:link, .govuk-header__navigation-item--active a:hover, .govuk-header__navigation-item--active a:visited {
  color: #1d8feb;
}
.govuk-header__navigation-item--active a:focus {
  color: #0b0c0c;
}

.govuk-header__navigation-item:last-child {
  margin-right: 0;
}

@media print {
  .govuk-header {
    border-bottom-width: 0;
    color: #0b0c0c;
    background: transparent;
  }

  .govuk-header__logotype-crown-fallback-image {
    display: none;
  }

  .govuk-header__link:link, .govuk-header__link:visited {
    color: #0b0c0c;
  }
  .govuk-header__link:after {
    display: none;
  }
}
.govuk-inset-text {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  border-left: 10px solid #bfc1c3;
}
@media print {
  .govuk-inset-text {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-inset-text {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-inset-text {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-inset-text {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-inset-text {
    margin-top: 30px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-inset-text {
    margin-bottom: 30px;
  }
}
.govuk-inset-text > :first-child {
  margin-top: 0;
}
.govuk-inset-text > :only-child,
.govuk-inset-text > :last-child {
  margin-bottom: 0;
}

.govuk-panel {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 35px;
  border: 5px solid transparent;
  text-align: center;
}
@media print {
  .govuk-panel {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-panel {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-panel {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (max-width: 40.0525em) {
  .govuk-panel {
    padding: 25px;
  }
}

.govuk-panel--confirmation {
  color: #ffffff;
  background: #00703c;
}

.govuk-panel__title {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.09375;
}
@media print {
  .govuk-panel__title {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-panel__title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
@media print {
  .govuk-panel__title {
    font-size: 32pt;
    line-height: 1.15;
  }
}

.govuk-panel__title:last-child {
  margin-bottom: 0;
}

.govuk-panel__body {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.0416666667;
}
@media print {
  .govuk-panel__body {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-panel__body {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-panel__body {
    font-size: 24pt;
    line-height: 1.05;
  }
}

.govuk-tag {
  display: inline-block;
  outline: 2px solid transparent;
  outline-offset: -2px;
  color: #ffffff;
  background-color: #0065b3;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  padding-top: 5px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
}
@media print {
  .govuk-tag {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-tag {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
}
@media print {
  .govuk-tag {
    font-size: 14pt;
    line-height: 1;
  }
}

.govuk-tag--inactive {
  background-color: #626a6e;
}

.govuk-phase-banner {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bfc1c3;
}

.govuk-phase-banner__content {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  color: #0b0c0c;
  display: table;
  margin: 0;
}
@media print {
  .govuk-phase-banner__content {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-phase-banner__content {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-phase-banner__content {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media print {
  .govuk-phase-banner__content {
    color: #000000;
  }
}

.govuk-phase-banner__content__tag {
  margin-right: 10px;
}

.govuk-phase-banner__text {
  display: table-cell;
  vertical-align: baseline;
}

.govuk-tabs {
  margin-top: 5px;
  margin-bottom: 20px;
}
@media (min-width: 40.0625em) {
  .govuk-tabs {
    margin-top: 5px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-tabs {
    margin-bottom: 30px;
  }
}

.govuk-tabs__title {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  margin-bottom: 10px;
}
@media print {
  .govuk-tabs__title {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-tabs__title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-tabs__title {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-tabs__title {
    color: #000000;
  }
}

.govuk-tabs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
@media (min-width: 40.0625em) {
  .govuk-tabs__list {
    margin-bottom: 30px;
  }
}

.govuk-tabs__list-item {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  margin-left: 25px;
}
@media print {
  .govuk-tabs__list-item {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-tabs__list-item {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-tabs__list-item {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-tabs__list-item::before {
  color: #0b0c0c;
  content: "—";
  margin-left: -25px;
  padding-right: 5px;
}
@media print {
  .govuk-tabs__list-item::before {
    color: #000000;
  }
}

.govuk-tabs__tab {
  display: inline-block;
  margin-bottom: 10px;
}
.govuk-tabs__tab:link {
  color: #0065b3;
}
.govuk-tabs__tab:visited {
  color: #4c2c92;
}
.govuk-tabs__tab:hover {
  color: #003078;
}
.govuk-tabs__tab:active {
  color: #0b0c0c;
}
.govuk-tabs__tab:focus {
  color: #0b0c0c;
}
.govuk-tabs__tab:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.govuk-tabs__panel {
  margin-bottom: 30px;
}
@media (min-width: 40.0625em) {
  .govuk-tabs__panel {
    margin-bottom: 50px;
  }
}

@media (min-width: 40.0625em) {
  .js-enabled .govuk-tabs__list {
    margin-bottom: 0;
    border-bottom: 1px solid #bfc1c3;
  }
  .js-enabled .govuk-tabs__list:after {
    content: "";
    display: block;
    clear: both;
  }
  .js-enabled .govuk-tabs__title {
    display: none;
  }
  .js-enabled .govuk-tabs__list-item {
    position: relative;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 10px 20px;
    float: left;
    background-color: #dee0e2;
    text-align: center;
  }
  .js-enabled .govuk-tabs__list-item::before {
    content: none;
  }
  .js-enabled .govuk-tabs__list-item--selected {
    position: relative;
    margin-top: -5px;
    margin-bottom: -1px;
    padding-top: 14px;
    padding-right: 19px;
    padding-bottom: 16px;
    padding-left: 19px;
    border: 1px solid #bfc1c3;
    border-bottom: 0;
    background-color: #ffffff;
  }
  .js-enabled .govuk-tabs__list-item--selected .govuk-tabs__tab {
    text-decoration: none;
  }
  .js-enabled .govuk-tabs__tab {
    margin-bottom: 0;
  }
  .js-enabled .govuk-tabs__tab:link, .js-enabled .govuk-tabs__tab:visited, .js-enabled .govuk-tabs__tab:hover, .js-enabled .govuk-tabs__tab:active, .js-enabled .govuk-tabs__tab:focus {
    color: #0b0c0c;
  }
}
@media print and (min-width: 40.0625em) {
  .js-enabled .govuk-tabs__tab:link, .js-enabled .govuk-tabs__tab:visited, .js-enabled .govuk-tabs__tab:hover, .js-enabled .govuk-tabs__tab:active, .js-enabled .govuk-tabs__tab:focus {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .js-enabled .govuk-tabs__tab::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 40.0625em) {
  .js-enabled .govuk-tabs__panel {
    margin-bottom: 0;
    padding: 30px 20px;
    border: 1px solid #bfc1c3;
    border-top: 0;
  }
}
@media (min-width: 40.0625em) and (min-width: 40.0625em) {
  .js-enabled .govuk-tabs__panel {
    margin-bottom: 0;
  }
}
@media (min-width: 40.0625em) {
  .js-enabled .govuk-tabs__panel > :last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 40.0625em) {
  .js-enabled .govuk-tabs__panel--hidden {
    display: none;
  }
}

.govuk-radios__item {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  display: block;
  position: relative;
  min-height: 40px;
  margin-bottom: 10px;
  padding-left: 40px;
  clear: left;
}
@media print {
  .govuk-radios__item {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-radios__item {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-radios__item {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.govuk-radios__item:last-child,
.govuk-radios__item:last-of-type {
  margin-bottom: 0;
}

.govuk-radios__input {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  width: 44px;
  height: 44px;
  margin: 0;
  opacity: 0;
}

.govuk-radios__label {
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 15px 5px;
  cursor: pointer;
  touch-action: manipulation;
}

.govuk-radios__label::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: transparent;
}

.govuk-radios__label::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 0;
  height: 0;
  border: 10px solid currentColor;
  border-radius: 50%;
  opacity: 0;
  background: currentColor;
}

.govuk-radios__hint {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
}

.govuk-radios__input:focus + .govuk-radios__label::before {
  border-width: 4px;
  box-shadow: 0 0 0 4px #ffdf0f;
}

.govuk-radios__input:checked + .govuk-radios__label::after {
  opacity: 1;
}

.govuk-radios__input:disabled,
.govuk-radios__input:disabled + .govuk-radios__label {
  cursor: default;
}

.govuk-radios__input:disabled + .govuk-radios__label {
  opacity: 0.5;
}

@media (min-width: 40.0625em) {
  .govuk-radios--inline:after {
    content: "";
    display: block;
    clear: both;
  }
  .govuk-radios--inline .govuk-radios__item {
    margin-right: 20px;
    float: left;
    clear: none;
  }
}
.govuk-radios--inline.govuk-radios--conditional .govuk-radios__item {
  margin-right: 0;
  float: none;
}

.govuk-radios__divider {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  width: 40px;
  margin-bottom: 10px;
  text-align: center;
}
@media print {
  .govuk-radios__divider {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-radios__divider {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-radios__divider {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-radios__divider {
    color: #000000;
  }
}

.govuk-radios__conditional {
  margin-bottom: 15px;
  margin-left: 18px;
  padding-left: 33px;
  border-left: 4px solid #bfc1c3;
}
@media (min-width: 40.0625em) {
  .govuk-radios__conditional {
    margin-bottom: 20px;
  }
}
.js-enabled .govuk-radios__conditional--hidden {
  display: none;
}
.govuk-radios__conditional > :last-child {
  margin-bottom: 0;
}

.govuk-radios--small .govuk-radios__item {
  min-height: 0;
  margin-bottom: 0;
  padding-left: 34px;
  float: left;
}
.govuk-radios--small .govuk-radios__item:after {
  content: "";
  display: block;
  clear: both;
}
.govuk-radios--small .govuk-radios__input {
  left: -10px;
}
.govuk-radios--small .govuk-radios__label {
  margin-top: -2px;
  padding: 13px 15px 13px 1px;
  float: left;
}
@media (min-width: 40.0625em) {
  .govuk-radios--small .govuk-radios__label {
    padding: 11px 15px 10px 1px;
  }
}
.govuk-radios--small .govuk-radios__label::before {
  top: 8px;
  width: 24px;
  height: 24px;
}
.govuk-radios--small .govuk-radios__label::after {
  top: 15px;
  left: 7px;
  border-width: 5px;
}
.govuk-radios--small .govuk-radios__hint {
  padding: 0;
  clear: both;
  pointer-events: none;
}
.govuk-radios--small .govuk-radios__conditional {
  margin-left: 10px;
  padding-left: 20px;
  clear: both;
}
.govuk-radios--small .govuk-radios__divider {
  width: 24px;
  margin-bottom: 5px;
}
.govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:not(:disabled) + .govuk-radios__label::before {
  box-shadow: 0 0 0 10px #bfc1c3;
}
.govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before {
  box-shadow: 0 0 0 4px #ffdf0f, 0 0 0 10px #bfc1c3;
}
@media (hover: none), (pointer: coarse) {
  .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:not(:disabled) + .govuk-radios__label::before {
    box-shadow: initial;
  }
  .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before {
    box-shadow: 0 0 0 4px #ffdf0f;
  }
}

.govuk-select {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  box-sizing: border-box;
  max-width: 100%;
  height: 40px;
  padding: 5px;
  border: 2px solid #0b0c0c;
}
@media print {
  .govuk-select {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-select {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-select {
    font-size: 14pt;
    line-height: 1.25;
  }
}
.govuk-select:focus {
  outline: 3px solid #ffdf0f;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}

.govuk-select option:active,
.govuk-select option:checked,
.govuk-select:focus::-ms-value {
  color: #ffffff;
  background-color: #0065b3;
}

.govuk-select--error {
  border: 4px solid #d0190f;
}
.govuk-select--error:focus {
  border-color: #0b0c0c;
  box-shadow: none;
}

.govuk-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: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  display: block;
  padding: 10px 15px;
}
.govuk-skip-link:active, .govuk-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 {
  .govuk-skip-link {
    font-family: sans-serif;
  }
}
.govuk-skip-link:link, .govuk-skip-link:visited, .govuk-skip-link:hover, .govuk-skip-link:active, .govuk-skip-link:focus {
  color: #0b0c0c;
}
@media print {
  .govuk-skip-link:link, .govuk-skip-link:visited, .govuk-skip-link:hover, .govuk-skip-link:active, .govuk-skip-link:focus {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-skip-link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-skip-link {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@supports (padding: max(calc(0px))) {
  .govuk-skip-link {
    padding-right: max(15px, calc(15px + env(safe-area-inset-right)));
    padding-left: max(15px, calc(15px + env(safe-area-inset-left)));
  }
}
.govuk-skip-link:focus {
  outline: 3px solid #ffdf0f;
  background-color: #ffdf0f;
}

.govuk-table {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
}
@media print {
  .govuk-table {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-table {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-table {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-table {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-table {
    margin-bottom: 30px;
  }
}

.govuk-table__header {
  font-weight: 700;
}

.govuk-table__header,
.govuk-table__cell {
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid #bfc1c3;
  text-align: left;
  vertical-align: top;
}

.govuk-table__cell--numeric {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "tnum" 1;
  font-weight: 400;
}
@media print {
  .govuk-table__cell--numeric {
    font-family: sans-serif;
  }
}
@supports (font-variant-numeric: tabular-nums) {
  .govuk-table__cell--numeric {
    font-feature-settings: normal, "tnum";
    font-variant-numeric: tabular-nums;
  }
}

.govuk-table__header--numeric,
.govuk-table__cell--numeric {
  text-align: right;
}

.govuk-table__header:last-child,
.govuk-table__cell:last-child {
  padding-right: 0;
}

.govuk-table__caption {
  font-weight: 700;
  display: table-caption;
  text-align: left;
}

.govuk-textarea {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 5px;
  resize: vertical;
  border: 2px solid #0b0c0c;
  border-radius: 0;
  -webkit-appearance: none;
}
@media print {
  .govuk-textarea {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-textarea {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-textarea {
    font-size: 14pt;
    line-height: 1.25;
  }
}
@media (min-width: 40.0625em) {
  .govuk-textarea {
    margin-bottom: 30px;
  }
}
.govuk-textarea:focus {
  outline: 3px solid #ffdf0f;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}

.govuk-textarea--error {
  border: 4px solid #d0190f;
}
.govuk-textarea--error:focus {
  border-color: #0b0c0c;
  box-shadow: none;
}

.govuk-warning-text {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  position: relative;
  margin-bottom: 20px;
  padding: 10px 0;
}
@media print {
  .govuk-warning-text {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-warning-text {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .govuk-warning-text {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-warning-text {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-warning-text {
    margin-bottom: 30px;
  }
}

.govuk-warning-text__assistive {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.govuk-warning-text__icon {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  min-width: 32px;
  min-height: 29px;
  margin-top: -20px;
  padding-top: 3px;
  border: 3px solid #0b0c0c;
  border-radius: 50%;
  color: #ffffff;
  background: #0b0c0c;
  font-size: 1.6em;
  line-height: 29px;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}
@media print {
  .govuk-warning-text__icon {
    font-family: sans-serif;
  }
}

.govuk-warning-text__text {
  display: block;
  padding-left: 50px;
}

.govuk-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.govuk-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.govuk-visually-hidden-focusable {
  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;
}
.govuk-visually-hidden-focusable:active, .govuk-visually-hidden-focusable: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;
}

.govuk-\!-display-inline {
  display: inline !important;
}

.govuk-\!-display-inline-block {
  display: inline-block !important;
}

.govuk-\!-display-block {
  display: block !important;
}

.govuk-\!-margin-0 {
  margin: 0 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-0 {
    margin: 0 !important;
  }
}

.govuk-\!-margin-top-0 {
  margin-top: 0 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-0 {
    margin-top: 0 !important;
  }
}

.govuk-\!-margin-right-0 {
  margin-right: 0 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-0 {
    margin-right: 0 !important;
  }
}

.govuk-\!-margin-bottom-0 {
  margin-bottom: 0 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-0 {
    margin-bottom: 0 !important;
  }
}

.govuk-\!-margin-left-0 {
  margin-left: 0 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-0 {
    margin-left: 0 !important;
  }
}

.govuk-\!-margin-1 {
  margin: 5px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-1 {
    margin: 5px !important;
  }
}

.govuk-\!-margin-top-1 {
  margin-top: 5px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-1 {
    margin-top: 5px !important;
  }
}

.govuk-\!-margin-right-1 {
  margin-right: 5px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-1 {
    margin-right: 5px !important;
  }
}

.govuk-\!-margin-bottom-1 {
  margin-bottom: 5px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-1 {
    margin-bottom: 5px !important;
  }
}

.govuk-\!-margin-left-1 {
  margin-left: 5px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-1 {
    margin-left: 5px !important;
  }
}

.govuk-\!-margin-2 {
  margin: 10px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-2 {
    margin: 10px !important;
  }
}

.govuk-\!-margin-top-2 {
  margin-top: 10px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-2 {
    margin-top: 10px !important;
  }
}

.govuk-\!-margin-right-2 {
  margin-right: 10px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-2 {
    margin-right: 10px !important;
  }
}

.govuk-\!-margin-bottom-2 {
  margin-bottom: 10px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-2 {
    margin-bottom: 10px !important;
  }
}

.govuk-\!-margin-left-2 {
  margin-left: 10px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-2 {
    margin-left: 10px !important;
  }
}

.govuk-\!-margin-3 {
  margin: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-3 {
    margin: 15px !important;
  }
}

.govuk-\!-margin-top-3 {
  margin-top: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-3 {
    margin-top: 15px !important;
  }
}

.govuk-\!-margin-right-3 {
  margin-right: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-3 {
    margin-right: 15px !important;
  }
}

.govuk-\!-margin-bottom-3 {
  margin-bottom: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-3 {
    margin-bottom: 15px !important;
  }
}

.govuk-\!-margin-left-3 {
  margin-left: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-3 {
    margin-left: 15px !important;
  }
}

.govuk-\!-margin-4 {
  margin: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-4 {
    margin: 20px !important;
  }
}

.govuk-\!-margin-top-4 {
  margin-top: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-4 {
    margin-top: 20px !important;
  }
}

.govuk-\!-margin-right-4 {
  margin-right: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-4 {
    margin-right: 20px !important;
  }
}

.govuk-\!-margin-bottom-4 {
  margin-bottom: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-4 {
    margin-bottom: 20px !important;
  }
}

.govuk-\!-margin-left-4 {
  margin-left: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-4 {
    margin-left: 20px !important;
  }
}

.govuk-\!-margin-5 {
  margin: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-5 {
    margin: 25px !important;
  }
}

.govuk-\!-margin-top-5 {
  margin-top: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-5 {
    margin-top: 25px !important;
  }
}

.govuk-\!-margin-right-5 {
  margin-right: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-5 {
    margin-right: 25px !important;
  }
}

.govuk-\!-margin-bottom-5 {
  margin-bottom: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-5 {
    margin-bottom: 25px !important;
  }
}

.govuk-\!-margin-left-5 {
  margin-left: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-5 {
    margin-left: 25px !important;
  }
}

.govuk-\!-margin-6 {
  margin: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-6 {
    margin: 30px !important;
  }
}

.govuk-\!-margin-top-6 {
  margin-top: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-6 {
    margin-top: 30px !important;
  }
}

.govuk-\!-margin-right-6 {
  margin-right: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-6 {
    margin-right: 30px !important;
  }
}

.govuk-\!-margin-bottom-6 {
  margin-bottom: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-6 {
    margin-bottom: 30px !important;
  }
}

.govuk-\!-margin-left-6 {
  margin-left: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-6 {
    margin-left: 30px !important;
  }
}

.govuk-\!-margin-7 {
  margin: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-7 {
    margin: 40px !important;
  }
}

.govuk-\!-margin-top-7 {
  margin-top: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-7 {
    margin-top: 40px !important;
  }
}

.govuk-\!-margin-right-7 {
  margin-right: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-7 {
    margin-right: 40px !important;
  }
}

.govuk-\!-margin-bottom-7 {
  margin-bottom: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-7 {
    margin-bottom: 40px !important;
  }
}

.govuk-\!-margin-left-7 {
  margin-left: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-7 {
    margin-left: 40px !important;
  }
}

.govuk-\!-margin-8 {
  margin: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-8 {
    margin: 50px !important;
  }
}

.govuk-\!-margin-top-8 {
  margin-top: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-8 {
    margin-top: 50px !important;
  }
}

.govuk-\!-margin-right-8 {
  margin-right: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-8 {
    margin-right: 50px !important;
  }
}

.govuk-\!-margin-bottom-8 {
  margin-bottom: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-8 {
    margin-bottom: 50px !important;
  }
}

.govuk-\!-margin-left-8 {
  margin-left: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-8 {
    margin-left: 50px !important;
  }
}

.govuk-\!-margin-9 {
  margin: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-9 {
    margin: 60px !important;
  }
}

.govuk-\!-margin-top-9 {
  margin-top: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-9 {
    margin-top: 60px !important;
  }
}

.govuk-\!-margin-right-9 {
  margin-right: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-9 {
    margin-right: 60px !important;
  }
}

.govuk-\!-margin-bottom-9 {
  margin-bottom: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-9 {
    margin-bottom: 60px !important;
  }
}

.govuk-\!-margin-left-9 {
  margin-left: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-9 {
    margin-left: 60px !important;
  }
}

.govuk-\!-padding-0 {
  padding: 0 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-0 {
    padding: 0 !important;
  }
}

.govuk-\!-padding-top-0 {
  padding-top: 0 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-0 {
    padding-top: 0 !important;
  }
}

.govuk-\!-padding-right-0 {
  padding-right: 0 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-0 {
    padding-right: 0 !important;
  }
}

.govuk-\!-padding-bottom-0 {
  padding-bottom: 0 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-0 {
    padding-bottom: 0 !important;
  }
}

.govuk-\!-padding-left-0 {
  padding-left: 0 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-0 {
    padding-left: 0 !important;
  }
}

.govuk-\!-padding-1 {
  padding: 5px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-1 {
    padding: 5px !important;
  }
}

.govuk-\!-padding-top-1 {
  padding-top: 5px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-1 {
    padding-top: 5px !important;
  }
}

.govuk-\!-padding-right-1 {
  padding-right: 5px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-1 {
    padding-right: 5px !important;
  }
}

.govuk-\!-padding-bottom-1 {
  padding-bottom: 5px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-1 {
    padding-bottom: 5px !important;
  }
}

.govuk-\!-padding-left-1 {
  padding-left: 5px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-1 {
    padding-left: 5px !important;
  }
}

.govuk-\!-padding-2 {
  padding: 10px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-2 {
    padding: 10px !important;
  }
}

.govuk-\!-padding-top-2 {
  padding-top: 10px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-2 {
    padding-top: 10px !important;
  }
}

.govuk-\!-padding-right-2 {
  padding-right: 10px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-2 {
    padding-right: 10px !important;
  }
}

.govuk-\!-padding-bottom-2 {
  padding-bottom: 10px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-2 {
    padding-bottom: 10px !important;
  }
}

.govuk-\!-padding-left-2 {
  padding-left: 10px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-2 {
    padding-left: 10px !important;
  }
}

.govuk-\!-padding-3 {
  padding: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-3 {
    padding: 15px !important;
  }
}

.govuk-\!-padding-top-3 {
  padding-top: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-3 {
    padding-top: 15px !important;
  }
}

.govuk-\!-padding-right-3 {
  padding-right: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-3 {
    padding-right: 15px !important;
  }
}

.govuk-\!-padding-bottom-3 {
  padding-bottom: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-3 {
    padding-bottom: 15px !important;
  }
}

.govuk-\!-padding-left-3 {
  padding-left: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-3 {
    padding-left: 15px !important;
  }
}

.govuk-\!-padding-4 {
  padding: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-4 {
    padding: 20px !important;
  }
}

.govuk-\!-padding-top-4 {
  padding-top: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-4 {
    padding-top: 20px !important;
  }
}

.govuk-\!-padding-right-4 {
  padding-right: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-4 {
    padding-right: 20px !important;
  }
}

.govuk-\!-padding-bottom-4 {
  padding-bottom: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-4 {
    padding-bottom: 20px !important;
  }
}

.govuk-\!-padding-left-4 {
  padding-left: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-4 {
    padding-left: 20px !important;
  }
}

.govuk-\!-padding-5 {
  padding: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-5 {
    padding: 25px !important;
  }
}

.govuk-\!-padding-top-5 {
  padding-top: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-5 {
    padding-top: 25px !important;
  }
}

.govuk-\!-padding-right-5 {
  padding-right: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-5 {
    padding-right: 25px !important;
  }
}

.govuk-\!-padding-bottom-5 {
  padding-bottom: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-5 {
    padding-bottom: 25px !important;
  }
}

.govuk-\!-padding-left-5 {
  padding-left: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-5 {
    padding-left: 25px !important;
  }
}

.govuk-\!-padding-6 {
  padding: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-6 {
    padding: 30px !important;
  }
}

.govuk-\!-padding-top-6 {
  padding-top: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-6 {
    padding-top: 30px !important;
  }
}

.govuk-\!-padding-right-6 {
  padding-right: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-6 {
    padding-right: 30px !important;
  }
}

.govuk-\!-padding-bottom-6 {
  padding-bottom: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-6 {
    padding-bottom: 30px !important;
  }
}

.govuk-\!-padding-left-6 {
  padding-left: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-6 {
    padding-left: 30px !important;
  }
}

.govuk-\!-padding-7 {
  padding: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-7 {
    padding: 40px !important;
  }
}

.govuk-\!-padding-top-7 {
  padding-top: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-7 {
    padding-top: 40px !important;
  }
}

.govuk-\!-padding-right-7 {
  padding-right: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-7 {
    padding-right: 40px !important;
  }
}

.govuk-\!-padding-bottom-7 {
  padding-bottom: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-7 {
    padding-bottom: 40px !important;
  }
}

.govuk-\!-padding-left-7 {
  padding-left: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-7 {
    padding-left: 40px !important;
  }
}

.govuk-\!-padding-8 {
  padding: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-8 {
    padding: 50px !important;
  }
}

.govuk-\!-padding-top-8 {
  padding-top: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-8 {
    padding-top: 50px !important;
  }
}

.govuk-\!-padding-right-8 {
  padding-right: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-8 {
    padding-right: 50px !important;
  }
}

.govuk-\!-padding-bottom-8 {
  padding-bottom: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-8 {
    padding-bottom: 50px !important;
  }
}

.govuk-\!-padding-left-8 {
  padding-left: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-8 {
    padding-left: 50px !important;
  }
}

.govuk-\!-padding-9 {
  padding: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-9 {
    padding: 60px !important;
  }
}

.govuk-\!-padding-top-9 {
  padding-top: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-9 {
    padding-top: 60px !important;
  }
}

.govuk-\!-padding-right-9 {
  padding-right: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-9 {
    padding-right: 60px !important;
  }
}

.govuk-\!-padding-bottom-9 {
  padding-bottom: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-9 {
    padding-bottom: 60px !important;
  }
}

.govuk-\!-padding-left-9 {
  padding-left: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-9 {
    padding-left: 60px !important;
  }
}

.govuk-\!-font-size-80 {
  font-size: 53px !important;
  font-size: 3.3125rem !important;
  line-height: 1.0377358491 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-font-size-80 {
    font-size: 80px !important;
    font-size: 5rem !important;
    line-height: 1 !important;
  }
}
@media print {
  .govuk-\!-font-size-80 {
    font-size: 53pt !important;
    line-height: 1.1 !important;
  }
}

.govuk-\!-font-size-48 {
  font-size: 32px !important;
  font-size: 2rem !important;
  line-height: 1.09375 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-font-size-48 {
    font-size: 48px !important;
    font-size: 3rem !important;
    line-height: 1.0416666667 !important;
  }
}
@media print {
  .govuk-\!-font-size-48 {
    font-size: 32pt !important;
    line-height: 1.15 !important;
  }
}

.govuk-\!-font-size-36 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
  line-height: 1.0416666667 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-font-size-36 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
    line-height: 1.1111111111 !important;
  }
}
@media print {
  .govuk-\!-font-size-36 {
    font-size: 24pt !important;
    line-height: 1.05 !important;
  }
}

.govuk-\!-font-size-27 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  line-height: 1.1111111111 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-font-size-27 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
    line-height: 1.1111111111 !important;
  }
}
@media print {
  .govuk-\!-font-size-27 {
    font-size: 18pt !important;
    line-height: 1.15 !important;
  }
}

.govuk-\!-font-size-24 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  line-height: 1.1111111111 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-font-size-24 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 1.25 !important;
  }
}
@media print {
  .govuk-\!-font-size-24 {
    font-size: 18pt !important;
    line-height: 1.15 !important;
  }
}

.govuk-\!-font-size-19 {
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-font-size-19 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
    line-height: 1.3157894737 !important;
  }
}
@media print {
  .govuk-\!-font-size-19 {
    font-size: 14pt !important;
    line-height: 1.15 !important;
  }
}

.govuk-\!-font-size-16 {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  line-height: 1.1428571429 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-font-size-16 {
    font-size: 16px !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }
}
@media print {
  .govuk-\!-font-size-16 {
    font-size: 14pt !important;
    line-height: 1.2 !important;
  }
}

.govuk-\!-font-size-14 {
  font-size: 12px !important;
  font-size: 0.75rem !important;
  line-height: 1.25 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-font-size-14 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    line-height: 1.4285714286 !important;
  }
}
@media print {
  .govuk-\!-font-size-14 {
    font-size: 12pt !important;
    line-height: 1.2 !important;
  }
}

.govuk-\!-font-weight-regular {
  font-weight: 400 !important;
}

.govuk-\!-font-weight-bold {
  font-weight: 700 !important;
}

.govuk-\!-width-full {
  width: 100% !important;
}

.govuk-\!-width-three-quarters {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-width-three-quarters {
    width: 75% !important;
  }
}

.govuk-\!-width-two-thirds {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-width-two-thirds {
    width: 66.66% !important;
  }
}

.govuk-\!-width-one-half {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-width-one-half {
    width: 50% !important;
  }
}

.govuk-\!-width-one-third {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-width-one-third {
    width: 33.33% !important;
  }
}

.govuk-\!-width-one-quarter {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-width-one-quarter {
    width: 25% !important;
  }
}

.govuk-template {
  background-color: #dee0e2;
  text-size-adjust: 100%;
  overflow-y: inherit;
}
@media screen and (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .govuk-template {
    overflow-y: scroll;
  }
}

.govuk-template__body {
  margin: 0;
  background-color: #ffffff;
}

.idsk-text-justify {
  text-align: justify;
}

.idsk-hr-separator, .idsk-hr-separator-until-tablet {
  background: black;
  height: 5px;
  margin-top: 30px;
  margin-bottom: 0;
  border: none;
}
@media (max-width: 40.0525em) {
  .idsk-hr-separator-until-tablet {
    height: 0;
    margin-top: 0;
  }
}

.idsk-banner .app-pane-grey {
  background-color: #dee0e2;
  border-bottom: 1px solid #003078;
}

.idsk-banner__content {
  padding-left: 15px;
}

.idsk-banner .govuk-heading-s {
  margin-bottom: 0;
  padding-top: 15px;
}

.fa, .fas, .far, .fal, .fad, .fab {
  font-family: "FontAwesome";
}

.govuk-breadcrumbs {
  margin-top: 25px;
}

@media (min-width: 40.0625em) {
  .govuk-main-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.idsk-button {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 22px;
  padding: 8px 10px 7px;
  border: 2px solid transparent;
  border-radius: 0;
  color: #ffffff;
  background-color: #00703c;
  box-shadow: 0 2px 0 #002d18;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: none;
}
@media print {
  .idsk-button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-button {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1;
  }
}
@media print {
  .idsk-button {
    font-size: 14pt;
    line-height: 19px;
  }
}
@media (min-width: 40.0625em) {
  .idsk-button {
    margin-bottom: 32px;
  }
}
@media (min-width: 40.0625em) {
  .idsk-button {
    width: auto;
  }
}
.idsk-button:link, .idsk-button:visited, .idsk-button:active, .idsk-button:hover {
  color: #ffffff;
  text-decoration: none;
}
.idsk-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.idsk-button:hover {
  background-color: #204e2e;
}
.idsk-button:active {
  top: 2px;
}
.idsk-button:focus {
  border-color: #ffdf0f;
  outline: 3px solid transparent;
  box-shadow: inset 0 0 0 1px #ffdf0f;
}
.idsk-button:focus:not(:active):not(:hover) {
  border-color: #ffdf0f;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 2px 0 #0b0c0c;
}
.idsk-button::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -4px;
  left: -2px;
  background: transparent;
}
.idsk-button:active::before {
  top: -4px;
}

.idsk-button--disabled,
.idsk-button[disabled=disabled],
.idsk-button[disabled] {
  opacity: 0.5;
}
.idsk-button--disabled:hover,
.idsk-button[disabled=disabled]:hover,
.idsk-button[disabled]:hover {
  background-color: #00703c;
  cursor: default;
}
.idsk-button--disabled:focus,
.idsk-button[disabled=disabled]:focus,
.idsk-button[disabled]:focus {
  outline: none;
}
.idsk-button--disabled:active,
.idsk-button[disabled=disabled]:active,
.idsk-button[disabled]:active {
  top: 0;
  box-shadow: 0 2px 0 #002d18;
}

.idsk-button--secondary {
  background-color: #f3f2f1;
  box-shadow: 0 2px 0 #929191;
}
.idsk-button--secondary, .idsk-button--secondary:link, .idsk-button--secondary:visited, .idsk-button--secondary:active, .idsk-button--secondary:hover {
  color: #0b0c0c;
}
.idsk-button--secondary:hover {
  background-color: #dee0e2;
}
.idsk-button--secondary:hover[disabled] {
  background-color: #f3f2f1;
}

.idsk-button--warning {
  background-color: #d0190f;
  box-shadow: 0 2px 0 #530a06;
}
.idsk-button--warning, .idsk-button--warning:link, .idsk-button--warning:visited, .idsk-button--warning:active, .idsk-button--warning:hover {
  color: #ffffff;
}
.idsk-button--warning:hover {
  background-color: #9e1912;
}
.idsk-button--warning:hover[disabled] {
  background-color: #d0190f;
}

.idsk-button--start {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  display: inline-flex;
  min-height: auto;
  justify-content: center;
}
@media (min-width: 40.0625em) {
  .idsk-button--start {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media print {
  .idsk-button--start {
    font-size: 18pt;
    line-height: 1;
  }
}

.idsk-button__start-icon {
  margin-left: 5px;
  vertical-align: middle;
  flex-shrink: 0;
  align-self: center;
}
@media (min-width: 48.0625em) {
  .idsk-button__start-icon {
    margin-left: 10px;
  }
}

.idsk-card-basic, .idsk-card-basic-variant, .idsk-card-hero, .idsk-card-profile-horizontal, .idsk-card-secondary, .idsk-card-secondary-horizontal {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .idsk-card-basic, .idsk-card-basic-variant, .idsk-card-hero, .idsk-card-profile-horizontal, .idsk-card-secondary, .idsk-card-secondary-horizontal {
    width: 100%;
    float: left;
  }
}
@media (min-width: 40.0625em) {
  .idsk-card-secondary {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 40.0625em) and (min-width: 40.0625em) {
  .idsk-card-secondary {
    width: 33.3333%;
    float: left;
  }
}
.idsk-card-simple, .idsk-card-profile-vertical {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .idsk-card-simple, .idsk-card-profile-vertical {
    width: 33.3333%;
    float: left;
  }
}

.idsk-card-title {
  cursor: pointer;
  margin: 0;
  text-decoration: none;
}
.idsk-card-title:hover {
  color: #0b0c0c;
  text-decoration: underline;
}

.idsk-card-img {
  padding-bottom: 10px;
}
@media (min-width: 40.0625em) {
  .idsk-card-img {
    padding-bottom: 10px;
  }
}
.idsk-card-img-hero {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  padding: 0;
}
@media (min-width: 40.0625em) {
  .idsk-card-img-hero {
    width: 50%;
    float: left;
  }
}
@media (min-width: 40.0625em) {
  .idsk-card-img-hero {
    padding: 0 15px 0 0;
  }
}
.idsk-card-img-secondary, .idsk-card-img-secondary-horizontal {
  width: 33.3%;
  float: left;
}
@media (min-width: 40.0625em) {
  .idsk-card-img-secondary {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    padding: 0 0 10px 0;
  }
}
@media (min-width: 40.0625em) and (min-width: 40.0625em) {
  .idsk-card-img-secondary {
    width: 100%;
    float: left;
  }
}
.idsk-card-img-profile-horizontal {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  padding: 0;
}
@media (min-width: 40.0625em) {
  .idsk-card-img-profile-horizontal {
    width: 33.3333%;
    float: left;
  }
}

.idsk-card-underline {
  text-decoration: underline;
}

.idsk-card-meta {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  color: #626a6e;
  display: inline;
  text-decoration: none;
}
@media print {
  .idsk-card-meta {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-card-meta {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-card-meta {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.idsk-card-meta-date:after {
  content: " - ";
}
.idsk-card-meta-tag:after {
  content: " | ";
}

.idsk-card-meta .govuk-link {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  color: #626a6e;
}
@media print {
  .idsk-card-meta .govuk-link {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-card-meta .govuk-link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-card-meta .govuk-link {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.idsk-card-meta .govuk-link:visited {
  color: #4c2c92;
}

.idsk-card-meta-container span:last-child:after {
  content: "";
}

.idsk-card-content-hero {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  padding: 0;
}
@media (min-width: 40.0625em) {
  .idsk-card-content-hero {
    width: 50%;
    float: left;
  }
}
@media (min-width: 40.0625em) {
  .idsk-card-content-hero {
    padding: 0 15px 0 0;
  }
}
.idsk-card-content-profile-horizontal {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .idsk-card-content-profile-horizontal {
    width: 66.6666%;
    float: left;
  }
}
.idsk-card-content-secondary, .idsk-card-content-secondary-horizontal {
  width: 66.6%;
  box-sizing: border-box;
  padding-left: 10px;
  float: left;
}
@media (min-width: 40.0625em) {
  .idsk-card-content-secondary {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    padding: 0;
  }
}
@media (min-width: 40.0625em) and (min-width: 40.0625em) {
  .idsk-card-content-secondary {
    width: 100%;
    float: left;
  }
}
@media (min-width: 40.0625em) {
  .idsk-card-content-secondary-horizontal {
    padding-left: 15px;
  }
}

.idsk-heading {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 40.0625em) {
  .idsk-heading {
    padding-top: 10px;
  }
}
@media (min-width: 40.0625em) {
  .idsk-heading {
    padding-bottom: 10px;
  }
}
.idsk-heading-basic-variant, .idsk-heading-simple {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .idsk-heading-basic-variant, .idsk-heading-simple {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-heading-basic-variant, .idsk-heading-simple {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .idsk-heading-basic-variant, .idsk-heading-simple {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-heading-basic, .idsk-heading-hero, .idsk-heading-secondary-horizontal {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
}
@media print {
  .idsk-heading-basic, .idsk-heading-hero, .idsk-heading-secondary-horizontal {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-heading-basic, .idsk-heading-hero, .idsk-heading-secondary-horizontal {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-heading-basic, .idsk-heading-hero, .idsk-heading-secondary-horizontal {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.idsk-heading-secondary {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .idsk-heading-secondary {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-heading-secondary {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .idsk-heading-secondary {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (max-width: 48.0525em) {
  .idsk-heading-secondary {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
  }
}
@media print and (max-width: 48.0525em) {
  .idsk-heading-secondary {
    font-family: sans-serif;
  }
}
@media (max-width: 48.0525em) and (min-width: 40.0625em) {
  .idsk-heading-secondary {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print and (max-width: 48.0525em) {
  .idsk-heading-secondary {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.idsk-heading-profile-vertical, .idsk-heading-profile-horizontal {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  text-decoration: underline;
}
@media print {
  .idsk-heading-profile-vertical, .idsk-heading-profile-horizontal {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-heading-profile-vertical, .idsk-heading-profile-horizontal {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-heading-profile-vertical, .idsk-heading-profile-horizontal {
    font-size: 18pt;
    line-height: 1.15;
  }
}

.idsk-body {
  margin-top: 0;
}
.idsk-body-basic, .idsk-body-basic-variant, .idsk-body-hero, .idsk-body-secondary-horizontal {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .idsk-body-basic, .idsk-body-basic-variant, .idsk-body-hero, .idsk-body-secondary-horizontal {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-body-basic, .idsk-body-basic-variant, .idsk-body-hero, .idsk-body-secondary-horizontal {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .idsk-body-basic, .idsk-body-basic-variant, .idsk-body-hero, .idsk-body-secondary-horizontal {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-body-secondary {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
}
@media print {
  .idsk-body-secondary {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-body-secondary {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-body-secondary {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media (max-width: 48.0525em) {
  .idsk-body-secondary {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print and (max-width: 48.0525em) {
  .idsk-body-secondary {
    font-family: sans-serif;
  }
}
@media (max-width: 48.0525em) and (min-width: 40.0625em) {
  .idsk-body-secondary {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print and (max-width: 48.0525em) {
  .idsk-body-secondary {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-body-profile-vertical, .idsk-body-profile-horizontal {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  padding-top: 10px;
  padding-bottom: 15px;
}
@media print {
  .idsk-body-profile-vertical, .idsk-body-profile-horizontal {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-body-profile-vertical, .idsk-body-profile-horizontal {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .idsk-body-profile-vertical, .idsk-body-profile-horizontal {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .idsk-body-profile-vertical, .idsk-body-profile-horizontal {
    padding-top: 10px;
  }
}
@media (min-width: 40.0625em) {
  .idsk-body-profile-vertical, .idsk-body-profile-horizontal {
    padding-bottom: 20px;
  }
}

.idsk-quote {
  padding-right: 30px;
  padding-left: 30px;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0;
}
@media (min-width: 40.0625em) {
  .idsk-quote {
    padding-right: 50px;
  }
}
@media (min-width: 40.0625em) {
  .idsk-quote {
    padding-left: 50px;
  }
}
@media print {
  .idsk-quote {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-quote {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .idsk-quote {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-quote-right {
  float: right;
}

.idsk-character-count {
  margin-bottom: 20px;
}
@media (min-width: 40.0625em) {
  .idsk-character-count {
    margin-bottom: 30px;
  }
}
.idsk-character-count .govuk-form-group,
.idsk-character-count .govuk-textarea {
  margin-bottom: 5px;
}
.idsk-character-count .govuk-textarea--error {
  padding: 3px;
}

.govuk-character-count__message {
  margin-top: 0;
  margin-bottom: 0;
}

.govuk-character-count__message--disabled {
  visibility: hidden;
}

.idsk-crossroad-1 {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .idsk-crossroad-1 {
    width: 100%;
    float: left;
  }
}

@media (min-width: 20em) {
  .idsk-crossroad-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 20em) and (min-width: 40.0625em) {
  .idsk-crossroad-2 {
    width: 100%;
    float: left;
  }
}
@media (orientation: landscape) {
  .idsk-crossroad-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
  }
}
@media (orientation: landscape) and (min-width: 40.0625em) {
  .idsk-crossroad-2 {
    width: 50%;
    float: left;
  }
}
@media (min-width: 48.0625em) {
  .idsk-crossroad-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 48.0625em) and (min-width: 40.0625em) {
  .idsk-crossroad-2 {
    width: 50%;
    float: left;
  }
}

.idsk-crossroad-title {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #0065b3;
  text-decoration: underline;
  cursor: pointer;
}
@media print {
  .idsk-crossroad-title {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-crossroad-title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .idsk-crossroad-title {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-crossroad-title:hover {
  color: #003078;
}
.idsk-crossroad-title:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}
.idsk-crossroad-title:visited {
  color: #4c2c92;
}
.idsk-crossroad-subtitle {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  padding-top: 10px;
  padding-bottom: 15px;
  margin: 0;
  color: #626a6e;
}
@media print {
  .idsk-crossroad-subtitle {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-crossroad-subtitle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-crossroad-subtitle {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media (min-width: 40.0625em) {
  .idsk-crossroad-subtitle {
    padding-top: 10px;
  }
}
@media (min-width: 40.0625em) {
  .idsk-crossroad-subtitle {
    padding-bottom: 20px;
  }
}
.idsk-crossroad-line {
  color: #bfc1c3;
  border-color: #bfc1c3;
  background-color: #bfc1c3;
  height: 1px;
  border: 0;
  border-top: 1px;
  margin-bottom: 10px;
}

.idsk-crossroad__uncollapse-div {
  text-align: center;
}

.idsk-crossroad__colapse--button {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  background: none;
  border: none;
  width: -webkit-fill-available;
  text-align: center;
  text-decoration-line: underline;
  color: #0065b3;
  width: auto;
  height: 100%;
  cursor: pointer;
  display: inline-block;
}
@media print {
  .idsk-crossroad__colapse--button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-crossroad__colapse--button {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .idsk-crossroad__colapse--button {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-crossroad__colapse--button::before, .idsk-crossroad__colapse--button::after {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  color: #0065b3;
  content: "";
  display: inline-block;
  height: 0.45em;
  right: 25px;
  top: 15px;
  transform: rotate(135deg);
  transition: all 0.2s ease-out;
  vertical-align: top;
  width: 0.45em;
}
@media (min-width: 40.0625em) {
  .idsk-crossroad__colapse--button::before, .idsk-crossroad__colapse--button::after {
    right: 50px;
    top: 20px;
  }
}
.idsk-crossroad__colapse--button::after {
  margin: 5px 0 0 20px;
}
.idsk-crossroad__colapse--button::before {
  margin: 5px 22px 0 0;
}
.idsk-crossroad__colapse--button:focus, .idsk-crossroad__colapse--button:active {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
  width: auto;
  padding: 0 12px;
}

.idsk-crossroad__colapse--button-show:focus, .idsk-crossroad__colapse--button-show:active {
  padding: 0;
}

.idsk-crossroad__collapse--arrow .idsk-crossroad__colapse--button::before,
.idsk-crossroad__collapse--arrow .idsk-crossroad__colapse--button::after {
  margin: 11px 12px 0 12px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in;
}

.idsk-crossroad__collapse--shadow {
  position: relative;
  box-shadow: 5px -35px 30px 40px #ffffff;
}
@media (min-width: 48.0625em) {
  .idsk-crossroad__collapse--shadow {
    box-shadow: 5px -10px 70px 40px #ffffff;
  }
}

.idsk-crossroad__uncollapse-hide--mobile,
.idsk-crossroad__item--one-column-hide {
  display: none;
}

@media (orientation: landscape) {
  .idsk-crossroad__item--two-columns-hide-mobile.idsk-crossroad__item--two-columns-hide,
.idsk-crossroad__uncollapse-hide--desktop {
    display: none;
  }
}
@media (min-width: 48.0625em) {
  .idsk-crossroad__item--two-columns-hide-mobile.idsk-crossroad__item--two-columns-hide,
.idsk-crossroad__uncollapse-hide--desktop {
    display: none;
  }
}

.idsk-crossroad__item--two-columns-hide-mobile.idsk-crossroad__item--two-columns-show {
  display: block;
}

@media (min-width: 20em) {
  .idsk-crossroad__item--two-columns-hide-mobile {
    display: none;
  }
}
@media (orientation: landscape) {
  .idsk-crossroad__item--two-columns-hide-mobile {
    display: unset;
  }
}
@media (min-width: 48.0625em) {
  .idsk-crossroad__item--two-columns-hide-mobile {
    display: unset;
  }
}

@media (min-width: 48.0625em) {
  .idsk-crossroad__item--two-columns-show {
    display: block;
  }
}

.idsk-customer-surveys {
  margin-top: 25px;
}

.idsk-customer-surveys--line {
  border-top: 1px solid #0b0c0c;
  background-color: #0b0c0c;
}
.idsk-customer-surveys--hidden {
  display: none;
}
.idsk-customer-surveys--show {
  display: block;
}

.idsk-customer-survey__caption {
  margin-top: -10px;
}

#idsk-customer-surveys__previous-button.govuk-button--secondary {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  margin-right: 20px;
  line-height: 1;
  width: auto;
}
@media print {
  #idsk-customer-surveys__previous-button.govuk-button--secondary {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  #idsk-customer-surveys__previous-button.govuk-button--secondary {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  #idsk-customer-surveys__previous-button.govuk-button--secondary {
    font-size: 18pt;
    line-height: 1.15;
  }
}

#idsk-customer-surveys__send-button.idsk-button--start {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: normal;
  width: auto;
}
@media print {
  #idsk-customer-surveys__send-button.idsk-button--start {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  #idsk-customer-surveys__send-button.idsk-button--start {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  #idsk-customer-surveys__send-button.idsk-button--start {
    font-size: 18pt;
    line-height: 1.15;
  }
}

#idsk-customer-surveys__send-button,
#idsk-customer-surveys__previous-button {
  max-height: 37px;
}
@media (min-width: 40.0625em) {
  #idsk-customer-surveys__send-button,
#idsk-customer-surveys__previous-button {
    max-height: none;
  }
}

.idsk-customer-surveys__buttons {
  padding-top: 10px;
}

.idsk-customer-surveys__buttons .govuk-button {
  width: auto;
}

.idsk-customer-surveys__step .govuk-body {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .idsk-customer-surveys__step .govuk-body {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-customer-surveys__step .govuk-body {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .idsk-customer-surveys__step .govuk-body {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.idsk-customer-survey--line {
  border-top: 1px solid #0b0c0c;
}

.idsk-customer-surveys__logo {
  margin-bottom: 30px;
}

.idsk-customer-surveys__text--bold {
  font-weight: bold;
}

.idsk-customer-surveys__icon--hidden {
  display: none;
}

@media (min-width: 48.0625em) {
  .idsk-customer-surveys-radios .govuk-radios .govuk-radios__input:hover + .govuk-radios__label::before {
    box-shadow: 0 0 0 10px #bfc1c3;
  }

  .idsk-customer-surveys-radios .govuk-radios .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before {
    box-shadow: 0 0 0 4px #ffdf0f, 0 0 0 10px #bfc1c3;
  }

  .idsk-customer-surveys-radios .govuk-radios__label {
    padding-left: 0;
  }

  .idsk-customer-surveys-radios .govuk-radios__label::before {
    top: 8px;
    width: 24px;
    height: 24px;
  }

  .idsk-customer-surveys-radios .govuk-radios__label::after {
    top: 15px;
    left: 7px;
    border-width: 5px;
  }
}
.idsk-customer-surveys-text-area {
  margin-top: -25px;
  margin-bottom: 10px;
}

.idsk-customer-surveys-text-area .govuk-textarea {
  height: 150px;
}
@media (min-width: 48.0625em) {
  .idsk-customer-surveys-text-area .govuk-textarea {
    height: 115px;
  }
}

.idsk-customer-surveys-text-area .govuk-textarea:focus {
  width: 97%;
  margin-left: 3px;
}
@media (min-width: 48.0625em) {
  .idsk-customer-surveys-text-area .govuk-textarea:focus {
    width: 99%;
  }
}

#idsk-feedback__content {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  #idsk-feedback__content {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  #idsk-feedback__content {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  #idsk-feedback__content {
    font-size: 14pt;
    line-height: 1.15;
  }
}

#idsk-feedback__content .govuk-radios {
  line-height: 0;
}

#idsk-feedback__content .govuk-heading-l {
  padding-bottom: 50px;
  margin-bottom: 0;
}

.idsk-feedback__buttons {
  padding-top: 10px;
}

@media (min-width: 48.0625em) {
  #idsk-feedback__content .govuk-radios .govuk-radios__input:hover + .govuk-radios__label::before {
    box-shadow: 0 0 0 10px #bfc1c3;
  }

  #idsk-feedback__content .govuk-radios .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before {
    box-shadow: 0 0 0 4px #ffdf0f, 0 0 0 10px #bfc1c3;
  }

  #idsk-feedback__content .govuk-radios__label {
    padding-left: 0;
  }

  #idsk-feedback__content .govuk-radios__label::before {
    top: 8px;
    width: 24px;
    height: 24px;
  }

  #idsk-feedback__content .govuk-radios__label::after {
    top: 15px;
    left: 7px;
    border-width: 5px;
  }
}
.idsk-feedback__buttons .govuk-button {
  width: auto;
}

#idsk-feedback__question-bar {
  padding-top: 30px;
}

#idsk-feedback__question-bar .govuk-heading-m {
  margin-bottom: -10px;
}

.idsk-feedback__subtitle {
  margin-bottom: 30px;
}

#idsk-feedback__send-button {
  margin-right: 20px;
}

.idsk-feedback--hidden {
  display: none;
}

.idsk-feedback--invisible {
  visibility: hidden;
}

.idsk-feedback--animation {
  max-height: 0;
  transition: max-height 0.7s ease-out;
}

#idsk-feedback__question-bar .govuk-textarea {
  height: 150px;
}
@media (min-width: 48.0625em) {
  #idsk-feedback__question-bar .govuk-textarea {
    height: 115px;
  }
}

#idsk-feedback__question-bar .govuk-textarea:focus {
  width: 97%;
  margin-left: 3px;
}
@media (min-width: 48.0625em) {
  #idsk-feedback__question-bar .govuk-textarea:focus {
    width: 99%;
  }
}

.idsk-feedback--open {
  max-height: 619px;
  height: auto;
  transition: max-height 0.7s ease-in;
  overflow: hidden;
}

.idsk-footer {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  padding-top: 25px;
  padding-bottom: 15px;
  border-top: 1px solid #bfc1c3;
  color: #0b0c0c;
  background: #dee0e2;
}
@media print {
  .idsk-footer {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-footer {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-footer {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media (min-width: 40.0625em) {
  .idsk-footer {
    padding-top: 40px;
  }
}
@media (min-width: 40.0625em) {
  .idsk-footer {
    padding-bottom: 25px;
  }
}

.idsk-footer__link:link, .idsk-footer__link:visited, .idsk-footer__link:hover, .idsk-footer__link:active {
  color: #0065b3;
}
.idsk-footer__link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.idsk-footer__inline-list .idsk-footer__link,
.idsk-footer__list .idsk-footer__link {
  text-decoration: none;
}
.idsk-footer__inline-list .idsk-footer__link:hover:not(:focus), .idsk-footer__inline-list .idsk-footer__link:active:not(:focus),
.idsk-footer__list .idsk-footer__link:hover:not(:focus),
.idsk-footer__list .idsk-footer__link:active:not(:focus) {
  text-decoration: underline;
}

.idsk-footer__section-break {
  margin: 0;
  margin-bottom: 30px;
  border: 0;
  border-bottom: 1px solid #bfc1c3;
}
@media (min-width: 40.0625em) {
  .idsk-footer__section-break {
    margin-bottom: 50px;
  }
}

.idsk-footer__meta {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.idsk-footer__meta-item {
  margin-right: 15px;
  margin-bottom: 25px;
  margin-left: 15px;
}

.idsk-footer__meta-item--grow {
  flex: 1;
}
@media (max-width: 40.0525em) {
  .idsk-footer__meta-item--grow {
    flex-basis: 320px;
  }
}

.idsk-footer__licence-logo {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
@media (max-width: 48.0525em) {
  .idsk-footer__licence-logo {
    margin-bottom: 15px;
  }
}
.idsk-footer__licence-logo > * {
  width: 218px;
  height: 47px;
}

.idsk-footer__licence-description {
  display: inline-block;
  margin-bottom: 15px;
}

.idsk-footer__copyright-logo {
  display: inline-block;
  min-width: 125px;
  padding-top: 112px;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 125px 102px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .idsk-footer__copyright-logo {
    background-image: url("");
  }
}

.idsk-footer__inline-list {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
}

.idsk-footer__meta-custom {
  margin-bottom: 20px;
}

.idsk-footer__inline-list-item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}

.idsk-footer__heading {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfc1c3;
}
@media (min-width: 40.0625em) {
  .idsk-footer__heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 40.0525em) {
  .idsk-footer__heading {
    padding-bottom: 10px;
  }
}

.idsk-footer__navigation {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
}

.idsk-footer__section {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  vertical-align: top;
  flex-grow: 1;
  flex-shrink: 1;
}
@media (max-width: 48.0525em) {
  .idsk-footer__section {
    flex-basis: 200px;
  }
}

@media (min-width: 48.0625em) {
  .idsk-footer__section:first-child {
    flex-grow: 2;
  }
}
.idsk-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  grid-column-gap: 30px;
  column-gap: 30px;
}

@media (min-width: 48.0625em) {
  .idsk-footer__list--columns-2 {
    column-count: 2;
  }

  .idsk-footer__list--columns-3 {
    column-count: 3;
  }
}
.idsk-footer__list-item {
  margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .idsk-footer__list-item {
    margin-bottom: 20px;
  }
}

.idsk-footer__list-item:last-child {
  margin-bottom: 0;
}

.idsk-footer-extended {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  left: 100px;
  background: #dee0e2;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-style: normal;
  font-weight: 400;
}
@media print {
  .idsk-footer-extended {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-footer-extended {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.idsk-footer-extended.idsk-footer-extended--up-button-enabled {
  box-shadow: none;
}

.idsk-footer-extended-inline-list {
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 0;
  padding-top: 30px;
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended-inline-list {
    padding-top: 25px;
  }
}

.idsk-footer-extended-description-panel .idsk-footer-extended-inline-list-item {
  display: inline-block;
}

.idsk-footer-extended-inline-list-item {
  display: block;
  margin-right: 15px;
  margin-bottom: 5px;
  text-decoration-line: underline;
}

.idsk-footer-extended-list-item {
  display: block;
  margin-bottom: 15px;
  text-decoration-line: underline;
}

.idsk-footer-extended-description-panel-top-border {
  border-top: 1px solid #bfc1c3;
}

.idsk-footer-extended-subtitle {
  border-top: 1px solid #bfc1c3;
  padding-top: 7px;
}

#idsk-footer-extended-close-error-form-button:hover,
#idsk-footer-extended-close-help-form-button:hover {
  color: #0b0c0c;
}

.idsk-footer-extended-meta-item {
  margin-right: 15px;
  margin-bottom: 5px;
  margin-left: 0;
}

.idsk-footer-extended-logo {
  flex: none;
  order: 1;
  align-self: flex-end;
  flex-grow: 0;
  padding-top: 8px;
  width: 265px;
  height: 80px;
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended-logo {
    height: 80%;
  }
}
@media (min-width: 48.0625em) {
  .idsk-footer-extended-logo {
    width: 103%;
    height: 80%;
  }
}

.idsk-footer-extended-frame {
  display: inline-block;
  width: 100%;
  height: 15px;
  left: 0;
  top: 0;
  color: #0b0c0c;
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended-frame {
    width: 90%;
  }
}

.idsk-footer-extended-label {
  font-style: normal;
  font-weight: 300;
  color: #0b0c0c;
  text-decoration: underline;
}

.idsk-footer-extended-grid-column {
  padding-bottom: 23px;
}

.idsk-footer-extended-main-content {
  width: 100%;
}

.idsk-footer-extended .govuk-heading-m {
  padding-top: 15px;
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended .govuk-heading-m {
    font-size: 1.39em;
  }
}
@media (min-width: 48.0625em) {
  .idsk-footer-extended .govuk-heading-m {
    font-size: 1.5em;
  }
}

.idsk-footer-extended-feedback-content {
  background-color: #ffffff;
  width: 100%;
  border-top: 5px solid #0065b3;
  border-bottom: 5px solid #0065b3;
  background-clip: border-box;
  background-color: #ffffff;
}
@media (min-width: 48.0625em) {
  .idsk-footer-extended-feedback-content {
    border-top: 10px solid #0065b3;
    border-bottom: 10px solid #0065b3;
  }
}

.idsk-footer-extended-feedback {
  width: 100%;
  background: #0065b3;
}

@media (min-width: 40.0625em) {
  #idsk-footer-extended-feedback {
    height: 70px;
  }
}
@media screen and (min-width: 670px) {
  #idsk-footer-extended-feedback {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }
}
@media screen and (min-width: 670px) and (min-width: 40.0625em) {
  #idsk-footer-extended-feedback {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media (min-width: 48.0625em) {
  #idsk-footer-extended-feedback {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print and (min-width: 48.0625em) {
  #idsk-footer-extended-feedback {
    font-family: sans-serif;
  }
}
@media (min-width: 48.0625em) and (min-width: 40.0625em) {
  #idsk-footer-extended-feedback {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print and (min-width: 48.0625em) {
  #idsk-footer-extended-feedback {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.idsk-footer-extended-feedback-text {
  font-style: normal;
  color: #ffffff;
}
@media (min-width: 48.0625em) {
  .idsk-footer-extended-feedback-text {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print and (min-width: 48.0625em) {
  .idsk-footer-extended-feedback-text {
    font-family: sans-serif;
  }
}
@media (min-width: 48.0625em) and (min-width: 40.0625em) {
  .idsk-footer-extended-feedback-text {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print and (min-width: 48.0625em) {
  .idsk-footer-extended-feedback-text {
    font-size: 14pt;
    line-height: 1.15;
  }
}

#idsk-footer-extended-feedback-yes-button,
#idsk-footer-extended-feedback-no-button {
  font-weight: bold;
}

.idsk-footer-extended-feedback-text-answers {
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended-feedback-text-answers {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }
}
@media print and (min-width: 40.0625em) {
  .idsk-footer-extended-feedback-text-answers {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) and (min-width: 40.0625em) {
  .idsk-footer-extended-feedback-text-answers {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print and (min-width: 40.0625em) {
  .idsk-footer-extended-feedback-text-answers {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media (min-width: 48.0625em) {
  .idsk-footer-extended-feedback-text-answers {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print and (min-width: 48.0625em) {
  .idsk-footer-extended-feedback-text-answers {
    font-family: sans-serif;
  }
}
@media (min-width: 48.0625em) and (min-width: 40.0625em) {
  .idsk-footer-extended-feedback-text-answers {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print and (min-width: 48.0625em) {
  .idsk-footer-extended-feedback-text-answers {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.idsk-footer-extended-logo:focus,
.idsk-footer-extended-logo:active {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.idsk-footer-extended-logo-box {
  text-align: -webkit-center;
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended-logo-box {
    text-align: none;
  }
}

_:-ms-fullscreen,
:root .idsk-footer-extended-logo-box {
  margin-top: -26px;
}

@media (min-width: 40.0625em) {
  .idsk-footer-extended-info-links {
    width: 57%;
  }
}
@media (min-width: 48.0625em) {
  .idsk-footer-extended-info-links {
    width: 66.6666%;
  }
}

.idsk-footer-extended-feedback-container.collapsed {
  max-height: 0;
}

.idsk-footer-extended-feedback-button {
  text-align: center;
  color: #0065b3;
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended-feedback-button {
    text-align: left;
  }
}

.idsk-footer-extended-close-button {
  padding-top: 15px;
}

.idsk-footer-extended-help-button {
  background: none;
  border-style: none;
  text-decoration: underline;
  cursor: pointer;
}

#idsk-footer-extended-error-button {
  padding: 0;
  float: right;
  width: max-content;
}
@media screen and (min-width: 641px) {
  #idsk-footer-extended-error-button {
    float: unset;
  }
}

#idsk-footer-extended-feedback-yes-button:focus,
#idsk-footer-extended-feedback-no-button:focus,
#idsk-footer-extended-error-button:focus,
.idsk-footer-extended-help-button:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.idsk-footer-extended-form-text {
  font-style: normal;
  font-weight: 300;
  color: #0b0c0c;
}

.idsk-footer-extended-display-none {
  display: none;
}

.idsk-footer-extended-display-hidden {
  visibility: hidden;
}

.idsk-footer-extended-feedback-hidden {
  max-height: 0;
  transition: max-height 0.7s ease-out;
}

.idsk-footer-extended-open {
  max-height: 619px;
  height: auto;
  transition: max-height 0.7s ease-in;
  overflow: hidden;
}

.idsk-footer-extended-feedback-question-info-usefull {
  display: none;
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended-feedback-question-info-usefull {
    display: inline;
  }
}

.idsk-footer-extended-usefull-question-mobile {
  display: revert;
  line-height: 45px;
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended-usefull-question-mobile {
    display: none;
  }
}

.idsk-footer-extended-white-border {
  border-top: 2px solid #ffffff;
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended-white-border {
    border-top: none;
  }
}

.idsk-footer-extended-feedback-question-container {
  display: flex;
  width: -webkit-fill-available;
}

.idsk-footer-extended-help-form-header-mobile {
  padding: 0;
}

#idsk-footer-extended-heart {
  text-align: center;
}
@media (min-width: 40.0625em) {
  #idsk-footer-extended-heart {
    text-align: left;
  }
}

.idsk-footer-extended .idsk-button {
  width: auto;
}

#idsk-footer-extended-close-help-form-button,
#idsk-footer-extended-close-error-form-button {
  float: right;
  margin-top: -3px;
}

.idsk-footer-extended-write-us-button {
  float: right;
  padding-top: 15px;
}

.idsk-footer-extended-feedback-question-container .govuk-grid-column-one-third {
  padding-right: 0;
}

.idsk-footer-extended-close-button-mobile {
  width: 25%;
  padding-top: 20px;
  display: inline;
}
@media screen and (min-width: 600px) {
  .idsk-footer-extended-close-button-mobile {
    width: 50%;
  }
}

.idsk-footer-extended-close-button-tablet {
  display: none;
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended-close-button-tablet {
    display: inline;
    padding-top: 19px;
  }
}

.idsk-footer-extended-usefull-answers-mobile {
  float: right;
  padding-top: 13px;
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended-usefull-answers-mobile {
    padding-top: 0;
  }
}
@media screen and (min-width: 868px) {
  .idsk-footer-extended-usefull-answers-mobile {
    padding-right: 5%;
  }
}
@media screen and (min-width: 1200px) {
  .idsk-footer-extended-usefull-answers-mobile {
    padding-right: 12%;
  }
}

@media (min-width: 40.0625em) {
  _:-ms-fullscreen,
:root .idsk-footer-extended-usefull-answers-mobile {
    display: inline;
  }

  .idsk-footer-extended {
    margin-right: 0;
  }
}
.idsk-footer-extended-feedback-container {
  overflow: hidden;
  margin: 0px -15px;
  padding: 0;
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended-feedback-container {
    margin: 0;
    padding: 25px 0;
  }
}

#idsk-footer-extended-help-form .idsk-button {
  margin-top: 15px;
  width: auto;
}

.idsk-footer-extended-feedback-container .govuk-textarea:focus {
  width: 98%;
  margin-left: 3px;
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended-feedback-container .govuk-textarea:focus {
    margin-left: 0;
    width: 100%;
  }
}

.idsk-footer-extended-feedback-container .govuk-select:focus {
  margin-left: 3px;
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended-feedback-container .govuk-select:focus {
    margin-left: 0;
  }
}

.idsk-footer-extended-main-content .govuk-grid-column-two-thirds,
.idsk-footer-extended-main-content .govuk-grid-column-one-third,
.idsk-footer-extended-main-content .govuk-grid-column-full {
  padding: 0;
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended-main-content .govuk-grid-column-two-thirds,
.idsk-footer-extended-main-content .govuk-grid-column-one-third,
.idsk-footer-extended-main-content .govuk-grid-column-full {
    padding: 0px 15px 15px 15px;
  }
}

@media (min-width: 40.0625em) {
  .idsk-footer-extended-description-panel .govuk-grid-column-two-thirds {
    padding: 0;
  }
}

.idsk-footer-extended-heart {
  display: none;
}

.idsk-footer-extended-heart-visible {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: bold;
  display: block;
  line-height: 40px;
}
@media print {
  .idsk-footer-extended-heart-visible {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended-heart-visible {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-footer-extended-heart-visible {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended-heart-visible {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin-top: -5px;
    font-weight: bold;
  }
}
@media print and (min-width: 40.0625em) {
  .idsk-footer-extended-heart-visible {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) and (min-width: 40.0625em) {
  .idsk-footer-extended-heart-visible {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print and (min-width: 40.0625em) {
  .idsk-footer-extended-heart-visible {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.idsk-footer-extended-heart--svg {
  display: none;
}
@media (min-width: 48.0625em) {
  .idsk-footer-extended-heart--svg {
    display: unset;
    margin-bottom: -2px;
  }
}

.idsk-footer-extended-answers-form {
  float: right;
}
@media (min-width: 48.0625em) {
  .idsk-footer-extended-answers-form {
    padding-right: 15%;
  }
}

.idsk-footer-extended-feedback-container .govuk-textarea,
.idsk-footer-extended-feedback-container .govuk-hint,
.idsk-footer-extended-feedback-container .govuk-label,
.idsk-footer-extended-feedback-container .govuk-select {
  font-weight: 300;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
}
@media print {
  .idsk-footer-extended-feedback-container .govuk-textarea,
.idsk-footer-extended-feedback-container .govuk-hint,
.idsk-footer-extended-feedback-container .govuk-label,
.idsk-footer-extended-feedback-container .govuk-select {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended-feedback-container .govuk-textarea,
.idsk-footer-extended-feedback-container .govuk-hint,
.idsk-footer-extended-feedback-container .govuk-label,
.idsk-footer-extended-feedback-container .govuk-select {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-footer-extended-feedback-container .govuk-textarea,
.idsk-footer-extended-feedback-container .govuk-hint,
.idsk-footer-extended-feedback-container .govuk-label,
.idsk-footer-extended-feedback-container .govuk-select {
    font-size: 14pt;
    line-height: 1.2;
  }
}

#idsk-footer-extended-close-help-form-button,
#idsk-footer-extended-close-error-form-button {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
}
@media print {
  #idsk-footer-extended-close-help-form-button,
#idsk-footer-extended-close-error-form-button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  #idsk-footer-extended-close-help-form-button,
#idsk-footer-extended-close-error-form-button {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
@media print {
  #idsk-footer-extended-close-help-form-button,
#idsk-footer-extended-close-error-form-button {
    font-size: 12pt;
    line-height: 1.2;
  }
}

.idsk-footer-extended-feedback button,
.idsk-footer-extended-feedback-question-info-usefull {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  font-size: 14px;
}
@media print {
  .idsk-footer-extended-feedback button,
.idsk-footer-extended-feedback-question-info-usefull {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended-feedback button,
.idsk-footer-extended-feedback-question-info-usefull {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
@media print {
  .idsk-footer-extended-feedback button,
.idsk-footer-extended-feedback-question-info-usefull {
    font-size: 12pt;
    line-height: 1.2;
  }
}
@media screen and (min-width: 670px) {
  .idsk-footer-extended-feedback button,
.idsk-footer-extended-feedback-question-info-usefull {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }
}
@media screen and (min-width: 670px) and (min-width: 40.0625em) {
  .idsk-footer-extended-feedback button,
.idsk-footer-extended-feedback-question-info-usefull {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media (min-width: 48.0625em) {
  .idsk-footer-extended-feedback button,
.idsk-footer-extended-feedback-question-info-usefull {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print and (min-width: 48.0625em) {
  .idsk-footer-extended-feedback button,
.idsk-footer-extended-feedback-question-info-usefull {
    font-family: sans-serif;
  }
}
@media (min-width: 48.0625em) and (min-width: 40.0625em) {
  .idsk-footer-extended-feedback button,
.idsk-footer-extended-feedback-question-info-usefull {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print and (min-width: 48.0625em) {
  .idsk-footer-extended-feedback button,
.idsk-footer-extended-feedback-question-info-usefull {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.idsk-footer-extended-up-button-div {
  height: 45px;
  width: 100%;
  background-color: #ffffff;
}

.idsk-footer-extended-up-button-a {
  float: right;
}

.idsk-footer-extended__up-button-svg {
  padding: 5px 5px 0 0;
}

.idsk-footer-extended .govuk-link:link {
  color: #0b0c0c;
}
.idsk-footer-extended .govuk-link:visited {
  color: #4c2c92;
}
.idsk-footer-extended .govuk-link:hover {
  color: #003078;
}
.idsk-footer-extended .govuk-link:active {
  color: #0b0c0c;
}

#footer-extended-up-button {
  display: none;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.idsk-header {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  color: #ffffff;
  background: #131313;
}
@media print {
  .idsk-header {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-header {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-header {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.idsk-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 33.3%, #003183 33.3%, #003183 66.6%, #d0190f 66.6%, #d0190f 100%);
  /* equivalent to (to right, white, white 50%, black 50%, black) */
  background-size: 150px 100%;
  background-repeat: repeat;
}

.idsk-header__container--full-width {
  padding: 0 15px;
  border-color: #0065b3;
}
.idsk-header__container--full-width .idsk-header__menu-button {
  right: 15px;
}

.idsk-header__container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
.idsk-header__container:after {
  content: "";
  display: block;
  clear: both;
}

.idsk-header__logotype {
  display: inline-block;
  margin-right: 5px;
}
.idsk-header__logotype > * {
  width: 186px;
  height: 30px;
}

.idsk-header__product-name {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  display: inline-table;
  padding-right: 10px;
}
@media print {
  .idsk-header__product-name {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-header__product-name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media print {
  .idsk-header__product-name {
    font-size: 18pt;
    line-height: 1;
  }
}

.idsk-header__link {
  text-decoration: none;
}
.idsk-header__link:link, .idsk-header__link:visited {
  color: #ffffff;
}
.idsk-header__link:hover {
  text-decoration: underline;
}
.idsk-header__link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.idsk-header__link--homepage {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  display: inline-block;
  font-size: 30px;
  line-height: 1;
}
@media print {
  .idsk-header__link--homepage {
    font-family: sans-serif;
  }
}
.idsk-header__link--homepage:link, .idsk-header__link--homepage:visited {
  text-decoration: none;
}
.idsk-header__link--homepage:hover, .idsk-header__link--homepage:active {
  margin-bottom: -1px;
  border-bottom: 1px solid;
}
.idsk-header__link--homepage:focus {
  margin-bottom: 0;
  border-bottom: 0;
}

.idsk-header__link--service-name {
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
}
@media print {
  .idsk-header__link--service-name {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-header__link--service-name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-header__link--service-name {
    font-size: 18pt;
    line-height: 1.15;
  }
}

.idsk-header__logo,
.idsk-header__content {
  box-sizing: border-box;
}

.idsk-header__logo {
  margin-bottom: 10px;
  padding-right: 50px;
}
@media (min-width: 40.0625em) {
  .idsk-header__logo {
    margin-bottom: 10px;
  }
}
@media (min-width: 48.0625em) {
  .idsk-header__logo {
    width: 33.33%;
    padding-right: 15px;
    float: left;
    vertical-align: top;
  }
}

@media (min-width: 48.0625em) {
  .govuk-header__container--with-user .idsk-header__logo {
    width: 25%;
  }
}

@media (min-width: 48.0625em) {
  .idsk-header__content {
    width: 66.66%;
    padding-left: 15px;
    float: left;
  }
}

@media (min-width: 48.0625em) {
  .govuk-header__container--with-user .idsk-header__content {
    width: 50%;
  }
}

.idsk-header__menu-button {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  display: none;
  position: absolute;
  top: 20px;
  right: 1rem;
  margin: 0;
  padding: 0;
  border: 0;
  color: #ffffff;
  background: none;
}
@media print {
  .idsk-header__menu-button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-header__menu-button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-header__menu-button {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.idsk-header__menu-button:hover {
  text-decoration: underline;
}
.idsk-header__menu-button:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}
.idsk-header__menu-button::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  border-width: 8.66px 5px 0 5px;
  border-top-color: inherit;
  content: "";
  margin-left: 5px;
}
@media (min-width: 40.0625em) {
  .idsk-header__menu-button {
    top: 15px;
  }
}

.idsk-header__menu-button--open::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  border-width: 0 5px 8.66px 5px;
  border-bottom-color: inherit;
}

.idsk-header__navigation {
  margin-bottom: 10px;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 40.0625em) {
  .idsk-header__navigation {
    margin-bottom: 10px;
  }
}

.js-enabled .idsk-header__menu-button {
  display: block;
}
@media (min-width: 48.0625em) {
  .js-enabled .idsk-header__menu-button {
    display: none;
  }
}
.js-enabled .idsk-header__navigation {
  display: none;
}
@media (min-width: 48.0625em) {
  .js-enabled .idsk-header__navigation {
    display: block;
  }
}
.js-enabled .idsk-header__navigation--open {
  display: block;
}

@media (min-width: 48.0625em) {
  .idsk-header__navigation--end {
    margin: 0;
    padding: 5px 0;
    text-align: right;
  }
}

.idsk-header__navigation--no-service-name {
  padding-top: 40px;
}

.idsk-header__navigation-item {
  padding: 10px 0;
  border-bottom: 1px solid #2e3133;
}
@media (min-width: 48.0625em) {
  .idsk-header__navigation-item {
    display: inline-block;
    margin-right: 15px;
    padding: 5px 0;
    border: 0;
  }
}
.idsk-header__navigation-item a {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  white-space: nowrap;
}
@media print {
  .idsk-header__navigation-item a {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-header__navigation-item a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-header__navigation-item a {
    font-size: 14pt;
    line-height: 1.2;
  }
}

.idsk-header__navigation-item--active a:link, .idsk-header__navigation-item--active a:hover, .idsk-header__navigation-item--active a:visited {
  color: #1d8feb;
}
.idsk-header__navigation-item--active a:focus {
  color: #0b0c0c;
}

.idsk-header__navigation-item:last-child {
  margin-right: 0;
}

.idsk-header__user {
  text-align: right;
}
@media (min-width: 48.0625em) {
  .idsk-header__user {
    width: 25%;
  }
}

@media (min-width: 48.0625em) {
  .idsk-header__user--end {
    margin: 0;
    padding: 5px 0;
    text-align: right;
  }
}

.idsk-header__user-icon {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  margin-top: -0.5rem;
  margin-right: 0.5rem;
  fill: #ffffff;
  -webkit-user-select: none;
  user-select: none;
}
@media (min-width: 48.0625em) {
  .idsk-header__user-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.idsk--header__user-name {
  float: right;
  margin-top: -0.5rem;
}

@media (min-width: 48.0625em) {
  .govuk-header__container--full-width .idsk-header__user-icon {
    margin-top: -0.5rem;
    margin-right: 0.5rem;
  }
}
.govuk-header__container--full-width .idsk--header__user-name {
  margin-top: -0.5rem;
}

.idsk--header__user-logout {
  color: #ffffff;
}

@media print {
  .idsk-header {
    border-bottom-width: 0;
    color: #0b0c0c;
    background: transparent;
  }

  .idsk-header__link:link, .idsk-header__link:visited {
    color: #0b0c0c;
  }
  .idsk-header__link:after {
    display: none;
  }
}
/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bacteria:before {
  content: "";
}

.fa-bacterium:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-wash:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "";
}

.fa-handshake-slash:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "";
}

.fa-head-side-cough-slash:before {
  content: "";
}

.fa-head-side-mask:before {
  content: "";
}

.fa-head-side-virus:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-user:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "";
}

.fa-pump-soap:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sink:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "";
}

.fa-store-slash:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-slash:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-vest:before {
  content: "";
}

.fa-vest-patches:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "";
}

.fa-virus-slash:before {
  content: "";
}

.fa-viruses:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.idsk-header-extended {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  padding-top: 30px;
  color: #4C2C92;
  background: #ffffff;
}
@media print {
  .idsk-header-extended {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-header-extended {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-header-extended {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.idsk-header-extended::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4C2C92;
}
.idsk-header-extended__container--full-width {
  padding: 0 15px;
  border-color: #0065b3;
}
.idsk-header-extended__container--full-width .idsk-header-extended__menu,
.idsk-header-extended__container--full-width .idsk-header-extended-x-mark {
  right: 15px;
}
.idsk-header-extended__container {
  display: flex;
  flex-flow: wrap row;
}
.idsk-header-extended__container:after {
  content: "";
  display: block;
  clear: both;
}
.idsk-header-extended__content {
  width: 100%;
  order: 3;
}
@media (min-width: 48.0625em) {
  .idsk-header-extended__content {
    float: left;
    margin-left: -30px;
    margin-right: -30px;
    order: 5;
  }
}

.idsk-header__link {
  text-decoration: none;
}
.idsk-header__link:link, .idsk-header__link:visited {
  color: #ffffff;
}
.idsk-header__link:hover {
  text-decoration: underline;
}
.idsk-header__link:focus, .idsk-header__link:active {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.idsk-header-extended__logo {
  order: 1;
  padding-left: 0;
  padding-bottom: 15px;
  margin-right: auto;
}
@media (max-width: 19.99em) {
  .idsk-header-extended__logo {
    width: 70%;
  }
}
@media (max-width: 40.0525em) {
  .idsk-header-extended__logo {
    padding-bottom: 15px;
    max-width: 70%;
  }
}
@media (min-width: 48.0625em) {
  .idsk-header-extended__logo {
    padding: 0 0 30px 0;
  }
}
.idsk-header-extended__logo > a {
  display: initial;
}
.idsk-header-extended__logo > a:focus svg, .idsk-header-extended__logo > a:active svg, .idsk-header-extended__logo > a:focus img, .idsk-header-extended__logo > a:active img {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.idsk-header-extended__logotype-crown {
  max-width: 246px;
  position: relative;
  fill: currentColor;
  vertical-align: top;
}
.idsk-header-extended__logotype-crown-fallback-image {
  width: 36px;
  height: 32px;
  border: 0;
  vertical-align: middle;
}

.idsk-header-extended__logotype-crown-mobile,
.idsk-header-extended__logotype-crown-mobile-navigation,
.idsk-header-extended__logotype-crown-mobile-small-navigation {
  display: none;
}

@media (max-width: 48.0525em) {
  .idsk-header-extended.idsk-header-extended--shrink .idsk-header-extended__logo {
    padding-bottom: 5px;
  }
  .idsk-header-extended.idsk-header-extended--shrink .idsk-header-extended__logotype-crown,
.idsk-header-extended.idsk-header-extended--shrink .idsk-header-extended__logotype-crown-mobile-navigation {
    display: none;
  }
  .idsk-header-extended.idsk-header-extended--shrink .idsk-header-extended__logotype-crown-mobile {
    display: inline-block;
  }
}
.idsk-header-extended__search {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  cursor: pointer;
  margin-left: auto;
  order: 2;
  outline: none;
  text-align: right;
  width: 230px;
}
@media print {
  .idsk-header-extended__search {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-header-extended__search {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .idsk-header-extended__search {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-header-extended__search-text {
  margin-left: 75px;
  width: -moz-fit-content;
  width: fit-content;
}
.idsk-header-extended__search-text i {
  font-size: 12px;
  padding-right: 10px;
}
.idsk-header-extended__search-form {
  display: none;
}
.idsk-header-extended__search-form.--show {
  display: inline;
}
.idsk-header-extended__search-form input, .idsk-header-extended__search-form input:focus {
  padding: 5px;
  border: 3px solid #ffdf0f;
  margin-right: -3px;
  outline: none;
}
.idsk-header-extended__search-form i {
  font-size: 12px;
}
.idsk-header-extended__search-form a {
  padding: 5px 7px 4px 6px;
  margin-top: 2px;
  margin-bottom: 22px;
}
.idsk-header-extended__search--active .idsk-header-extended__search-text {
  display: none;
}
.idsk-header-extended__search--active .idsk-header-extended__search-form {
  display: inline-block;
}

.idsk-header-extended__language {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  cursor: pointer;
  outline: none;
  order: 3;
  position: relative;
  vertical-align: text-top;
}
@media print {
  .idsk-header-extended__language {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-header-extended__language {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .idsk-header-extended__language {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-header-extended__language-input {
  display: none;
}
.idsk-header-extended__language-wrapper {
  margin-left: 15px;
  z-index: 11;
}
.idsk-header-extended__language-list {
  display: none;
}
.idsk-header-extended__language-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  margin-top: 10px;
  background-color: #ffffff;
}
.idsk-header-extended__language-list ul li {
  padding: 5px 0;
}
.idsk-header-extended__language-list a {
  color: #4C2C92;
  display: block;
  text-decoration: none;
}
.idsk-header-extended__language-list a:hover {
  text-decoration: underline;
}
.idsk-header-extended__language-list a:focus, .idsk-header-extended__language-list a:active {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}
.idsk-header-extended__language--current-text {
  padding-right: 20px;
}
.idsk-header-extended__language--current-text:after {
  position: absolute;
  margin-top: 8px;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #4C2C92 transparent transparent;
  content: "";
  transition: transform 0.2s;
}
.idsk-header-extended__language--current-text > span {
  margin-right: 15px;
}
.idsk-header-extended__language--active .idsk-header-extended__language--current-text {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}
.idsk-header-extended__language--active .idsk-header-extended__language--current-text::after {
  transition: transform 0.2s;
  transform: rotate(180deg);
  border-color: #0b0c0c transparent transparent;
}
.idsk-header-extended__language--active .idsk-header-extended__language-list {
  display: inline-block;
}

.idsk-header-extended__social {
  order: 4;
}
.idsk-header-extended__social ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.idsk-header-extended__social_item {
  display: inline-block;
  padding: 0 4px;
}
.idsk-header-extended__social_item a {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #4C2C92;
}
@media print {
  .idsk-header-extended__social_item a {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-header-extended__social_item a {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .idsk-header-extended__social_item a {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (max-width: 48.0525em) {
  .idsk-header-extended__social_item a {
    color: #ffffff;
  }
}
.idsk-header-extended__social_item a:focus, .idsk-header-extended__social_item a:active {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.idsk-header-extended--left {
  margin-left: auto;
}

.idsk-header-extended__navigation {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.idsk-header-extended__navigation-item {
  padding: 15px 0;
}
@media (min-width: 48.0625em) {
  .idsk-header-extended__navigation-item {
    display: inline-block;
    border: none;
    padding: 15px 30px;
  }
}
.idsk-header-extended__navigation-item > a {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  white-space: nowrap;
  text-decoration: none;
}
@media print {
  .idsk-header-extended__navigation-item > a {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-header-extended__navigation-item > a {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .idsk-header-extended__navigation-item > a {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-header-extended__navigation-item > a:link, .idsk-header-extended__navigation-item > a:hover, .idsk-header-extended__navigation-item > a:visited {
  color: #4C2C92;
}
.idsk-header-extended__navigation-item > a:focus, .idsk-header-extended__navigation-item > a:active {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}
.idsk-header-extended__navigation-item .idsk-header-extended__arrow::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  border-width: 8.66px 5px 0 5px;
  border-top-color: inherit;
  border-color: #ffffff transparent transparent;
  content: "";
  position: relative;
  left: 10px;
  transition: transform 0.2s;
}
@media (min-width: 48.0625em) {
  .idsk-header-extended__navigation-item .idsk-header-extended__arrow::after {
    display: none;
  }
}
.idsk-header-extended__navigation-item--active {
  background-color: #4C2C92;
}
.idsk-header-extended__navigation-item--active a:link, .idsk-header-extended__navigation-item--active a:hover, .idsk-header-extended__navigation-item--active a:visited {
  color: #ffffff;
}
.idsk-header-extended__navigation-item--active a:focus, .idsk-header-extended__navigation-item--active a:active {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}
.idsk-header-extended__navigation-item--active .idsk-header-extended__arrow::after {
  transition: transform 0.2s;
  transform: rotate(180deg);
  border-color: #0b0c0c transparent transparent;
}
.idsk-header-extended__navigation-item--active .idsk-header-extended__navigation-submenu {
  display: block;
}

.idsk-header-extended__navigation-submenu {
  display: none;
  left: 0;
  background-color: #4C2C92;
  width: 100%;
  padding: 0;
  z-index: 10;
}
@media (min-width: 48.0625em) {
  .idsk-header-extended__navigation-submenu {
    position: absolute;
    padding: 20px 0;
    margin-top: 15px;
  }
}
.idsk-header-extended__navigation-submenu a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
}
.idsk-header-extended__navigation-submenu a:hover {
  text-decoration: underline;
  color: #ffffff;
  background: none;
}
.idsk-header-extended__navigation-submenu a:focus, .idsk-header-extended__navigation-submenu a:active {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}
.idsk-header-extended__navigation-submenu ul {
  display: block;
  padding-left: 5px;
}
.idsk-header-extended__navigation-submenu ul li {
  display: inline-block;
  padding: 5px 20px;
  width: 20%;
  color: #ffffff;
}
@media (max-width: 48.0525em) {
  .idsk-header-extended__navigation-submenu ul li {
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
  }
}
.idsk-header-extended__navigation-submenu ul li:before {
  content: "•";
  color: #ffffff;
  font-weight: bolder;
  display: inline-block;
  width: 20px;
  font-size: 20px;
}
.idsk-header-extended__navigation-submenu ul li i {
  font-size: 10px;
  padding-right: 8px;
}

.idsk-header-extended__menu-button {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: 700;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  border: 0;
  color: #4C2C92;
  background: none;
  display: none;
  align-items: center;
  cursor: pointer;
}
@media print {
  .idsk-header-extended__menu-button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-header-extended__menu-button {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-header-extended__menu-button {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.idsk-header-extended__menu-button:focus, .idsk-header-extended__menu-button:active {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

@media print {
  .idsk-header-extended {
    border-bottom-width: 0;
    color: #0b0c0c;
    background: transparent;
  }
  .idsk-header-extended__logotype-crown-fallback-image {
    display: none;
  }
  .idsk-header-extended__link:link, .idsk-header-extended__link:visited {
    color: #0b0c0c;
  }
  .idsk-header-extended:after {
    display: none;
  }
}
@media (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended {
    position: fixed;
    position: sticky;
    top: 0;
    padding-top: 15px;
    width: 100vw;
    display: table;
    overflow-y: scroll;
    z-index: 11;
  }
}
.js-enabled .idsk-header-extended-overlay {
  display: block;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  background: #4C2C92;
  overflow-x: hidden;
}
.js-enabled .idsk-header-extended-x-mark {
  color: #ffffff;
  font-size: 31px;
  line-height: 16px;
  width: 25px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 25px;
  display: none;
  z-index: 5;
  cursor: pointer;
  padding-top: 2px;
}
.js-enabled .idsk-header-extended-x-mark:after {
  content: "✕";
}
.js-enabled .idsk-header-extended-x-mark:focus, .js-enabled .idsk-header-extended-x-mark:active {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}
@media (min-width: 40.0625em) {
  .js-enabled .idsk-header-extended-x-mark {
    right: 50px;
  }
}
.js-enabled .idsk-header-extended__menu-button {
  display: inline-flex;
}
@media (min-width: 40.0625em) {
  .js-enabled .idsk-header-extended__menu-button {
    right: 40px;
  }
}
@media (min-width: 48.0625em) {
  .js-enabled .idsk-header-extended__menu-button {
    display: none;
  }
}
.js-enabled .idsk-header-extended__navigation {
  display: none;
}
@media (min-width: 48.0625em) {
  .js-enabled .idsk-header-extended__navigation {
    display: block;
  }
}
.js-enabled .idsk-header-extended__language, .js-enabled .idsk-header-extended__social {
  display: block;
  position: relative;
  z-index: 12;
}
.js-enabled .idsk-header-extended__search {
  order: 2;
  color: #ffffff;
  display: none;
}
@media (min-width: 48.0625em) {
  .js-enabled .idsk-header-extended__search {
    display: block;
    color: #4C2C92;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.js-enabled .idsk-header-extended--mobile-only {
  display: none;
}
.js-enabled .idsk-header-extended__language {
  order: 4;
  color: #ffffff;
  width: 100%;
  display: none;
}
@media (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended__language-wrapper {
    padding: 20px 0;
    border-top: 1px solid;
    margin-left: 0;
  }
}
@media (min-width: 48.0625em) {
  .js-enabled .idsk-header-extended__language {
    display: block;
    width: 155px;
    height: 30px;
    color: #4C2C92;
  }
}
.js-enabled .idsk-header-extended__social {
  order: 5;
  color: #ffffff;
  display: none;
}
@media (min-width: 48.0625em) {
  .js-enabled .idsk-header-extended__social {
    display: block;
  }
}
@media (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu {
    height: 100%;
    overflow-y: scroll;
    display: inline-block;
    z-index: 11;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended-overlay {
    width: 100%;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended-x-mark {
    display: block;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__logo {
    z-index: 12;
    padding-bottom: 15px;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__logotype-crown, .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__logotype-crown-mobile {
    display: none;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__logotype-crown-mobile-navigation {
    height: auto;
    max-width: 246px;
    display: inline-block;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__search {
    display: inline-block;
    position: relative;
    z-index: 12;
    width: 100%;
    margin: 15px 0;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__search .idsk-header-extended__search-text {
    display: none;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__search-form {
    text-align: left;
    display: block;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__search-form form {
    width: -moz-fit-content;
    width: fit-content;
    display: initial;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__search-form form:focus-within {
    outline: 3px solid #ffdf0f;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__search-form form:focus-within .idsk-button:focus {
    box-shadow: none;
    border: transparent;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__search-form input {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    width: 70%;
    max-width: 250px;
    border: none;
    padding: 15px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media print and (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__search-form input {
    font-family: sans-serif;
  }
}
@media (max-width: 48.0525em) and (min-width: 40.0625em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__search-form input {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.1111111111;
  }
}
@media print and (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__search-form input {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__search-form .idsk-button {
    width: 44px;
    height: 49px;
    margin: 0;
    padding-top: 15px;
  }
}
@media (max-width: 48.0525em) and (min-width: 40.0625em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__search-form .idsk-button {
    width: 54px;
    height: 59px;
    padding-top: 20px;
  }
}
@media (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__search-form i {
    font-size: 16px;
  }
}
@media (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__language {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.0416666667;
    display: inline-block;
    margin-top: 30px;
    text-transform: capitalize;
  }
}
@media print and (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__language {
    font-family: sans-serif;
  }
}
@media (max-width: 48.0525em) and (min-width: 40.0625em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__language {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print and (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__language {
    font-size: 24pt;
    line-height: 1.05;
  }
}
@media (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__language-list ul {
    background-color: transparent;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__language-list ul a {
    color: #ffffff;
  }
}
@media (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__language--current-text:after {
    border-color: #ffffff transparent transparent;
    margin-top: 10px;
    border-width: 8px 5px 0;
  }
}
@media (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__language--active .idsk-header-extended__language--current-text::after {
    border-color: #0b0c0c transparent transparent;
  }
}
@media (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__social {
    display: inline-block;
    margin-top: 10px;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__social .idsk-header-extended__social_item {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.0416666667;
    padding: 0 15px 0 0;
  }
}
@media print and (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__social .idsk-header-extended__social_item {
    font-family: sans-serif;
  }
}
@media (max-width: 48.0525em) and (min-width: 40.0625em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__social .idsk-header-extended__social_item {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print and (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__social .idsk-header-extended__social_item {
    font-size: 24pt;
    line-height: 1.05;
  }
}
@media (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__navigation {
    display: block;
    position: relative;
    z-index: 12;
    border-bottom: 1px solid;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__navigation a {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.0416666667;
    color: #ffffff;
    padding-left: 0;
  }
}
@media print and (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__navigation a {
    font-family: sans-serif;
  }
}
@media (max-width: 48.0525em) and (min-width: 40.0625em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__navigation a {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print and (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__navigation a {
    font-size: 24pt;
    line-height: 1.05;
  }
}
@media (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__navigation-item--active .idsk-header-extended__link {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none;
  }
}
@media (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__navigation .idsk-js-header-extended-submenu-toggle {
    padding-right: 20px;
  }
}
@media (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__navigation-submenu {
    padding-top: 20px;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__navigation-submenu ul {
    padding-left: 0;
    margin-left: 0;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__navigation-submenu li a {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
  }
}
@media print and (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__navigation-submenu li a {
    font-family: sans-serif;
  }
}
@media (max-width: 48.0525em) and (min-width: 40.0625em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__navigation-submenu li a {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.1111111111;
  }
}
@media print and (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__navigation-submenu li a {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__navigation-submenu li a:hover, .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__navigation-submenu li a:active {
    background: #ffdf0f;
    color: #4C2C92;
    font-weight: 600;
    text-decoration: none;
  }
}
@media (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__navigation-submenu li a.active {
    font-weight: 600;
  }
}
@media (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu.idsk-header-extended--shrink .idsk-header-extended__logotype-crown-mobile,
.js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu.idsk-header-extended--shrink .idsk-header-extended__logotype-crown-mobile-navigation {
    display: none;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu.idsk-header-extended--shrink .idsk-header-extended__logotype-crown-mobile-small-navigation {
    display: inline-block;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .idsk-header-extended-ie-fix {
    height: 55px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 48.0625em), (-ms-high-contrast: active) and (min-width: 48.0625em) {
  .idsk-header-extended-ie-fix {
    height: 0;
  }
}
.idsk-in-page-navigation {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 15px;
  padding: 0;
  width: 100%;
  z-index: 11;
}
@media print {
  .idsk-in-page-navigation {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-in-page-navigation {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .idsk-in-page-navigation {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .idsk-in-page-navigation {
    margin-bottom: 30px;
    margin-left: -15px;
    padding: 0;
    width: calc(100% + 30px);
  }
}
@media (min-width: 48.0625em) {
  .idsk-in-page-navigation {
    width: 25%;
    padding-left: 30px;
  }
}
.idsk-in-page-navigation--sticky {
  position: fixed;
  top: 60px;
  width: 100%;
}
@media (min-width: 48.0625em) {
  .idsk-in-page-navigation--sticky {
    position: sticky;
    top: 0;
    width: 25%;
  }
}

.idsk-in-page-navigation__title {
  margin-bottom: 20px;
  font-weight: bold;
}

.idsk-in-page-navigation__link-panel,
.idsk-in-page-navigation__link-number {
  display: none;
}

.idsk-in-page-navigation__list {
  list-style-type: none;
  margin: 0;
  padding: 0 15px;
}
.idsk-in-page-navigation__list:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 40.0625em) {
  .idsk-in-page-navigation__list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 48.0625em) {
  .idsk-in-page-navigation__list {
    padding: 0;
  }
}
.idsk-in-page-navigation__list-item {
  color: #0065b3;
  margin-bottom: 20px;
  padding-left: 15px;
}
.idsk-in-page-navigation__list-item--active {
  font-weight: bold;
  position: relative;
}
.idsk-in-page-navigation__list-item--active::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  border-width: 5px 0 5px 8.66px;
  border-left-color: inherit;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
}

.idsk-in-page-navigation__link {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
@media print {
  .idsk-in-page-navigation__link {
    font-family: sans-serif;
  }
}
.idsk-in-page-navigation__link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}
.idsk-in-page-navigation__link:link {
  color: #0065b3;
}
.idsk-in-page-navigation__link:visited {
  color: #4c2c92;
}
.idsk-in-page-navigation__link:hover {
  color: #003078;
}
.idsk-in-page-navigation__link:active {
  color: #0b0c0c;
}
.idsk-in-page-navigation__link:focus {
  color: #0b0c0c;
}

@media (max-width: 48.0525em) {
  .idsk-in-page-navigation--expand .idsk-in-page-navigation__list {
    margin-bottom: 15px;
    max-height: 300px;
    overflow-y: auto;
    padding-top: 15px;
    transition: all 0.2s ease-in;
  }
  .idsk-in-page-navigation--expand .idsk-in-page-navigation__link-panel-button::before {
    top: 20px;
    transform: rotate(-45deg);
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 48.0525em) and (min-width: 40.0625em) {
  .idsk-in-page-navigation--expand .idsk-in-page-navigation__link-panel-button::before {
    top: 25px;
  }
}
@media (max-width: 48.0525em) {
  .idsk-in-page-navigation__title {
    display: none;
  }
}
@media (max-width: 48.0525em) {
  .idsk-in-page-navigation__link-panel {
    background: #003078;
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .idsk-in-page-navigation__link-panel-button {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    background: #003078;
    border: none;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 50px 15px 15px;
    text-align: left;
    width: 100%;
    background: #003078;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media print and (max-width: 48.0525em) {
  .idsk-in-page-navigation__link-panel-button {
    font-family: sans-serif;
  }
}
@media (max-width: 48.0525em) and (min-width: 40.0625em) {
  .idsk-in-page-navigation__link-panel-button {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print and (max-width: 48.0525em) {
  .idsk-in-page-navigation__link-panel-button {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (max-width: 48.0525em) and (min-width: 40.0625em) {
  .idsk-in-page-navigation__link-panel-button {
    padding: 15px 80px 15px 30px;
  }
}
@media (max-width: 48.0525em) {
  .idsk-in-page-navigation__link-panel-button:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none;
  }
}
@media (max-width: 48.0525em) {
  .idsk-in-page-navigation__link-panel-button::before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    color: #ffffff;
    content: "";
    display: inline-block;
    height: 0.45em;
    right: 25px;
    position: absolute;
    top: 15px;
    transform: rotate(135deg);
    transition: all 0.2s ease-out;
    vertical-align: top;
    width: 0.45em;
  }
}
@media (max-width: 48.0525em) and (min-width: 40.0625em) {
  .idsk-in-page-navigation__link-panel-button::before {
    right: 50px;
    top: 20px;
  }
}
@media (max-width: 48.0525em) {
  .idsk-in-page-navigation__link-panel-button:focus::before {
    color: #0b0c0c;
  }
}
@media (max-width: 48.0525em) {
  .idsk-in-page-navigation__link {
    text-decoration: underline;
  }
  .idsk-in-page-navigation__link-number {
    display: inline-block;
    text-decoration: underline;
  }
  .idsk-in-page-navigation__link-number:focus {
    text-decoration: none;
  }
}
@media (max-width: 48.0525em) {
  .idsk-in-page-navigation__list {
    background-color: white;
    border-bottom: 4px solid #003078;
    padding-top: 0;
    max-height: 0;
    transition: all 0.2s ease-out;
    overflow-y: hidden;
  }
}
@media (max-width: 48.0525em) {
  .idsk-in-page-navigation__list-item--active::before {
    top: 5px;
  }
}
.idsk-intro-block {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
}
@media print {
  .idsk-intro-block {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-intro-block {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-intro-block {
    font-size: 14pt;
    line-height: 1.2;
  }
}

.idsk-intro-block .govuk-heading-xl {
  margin-bottom: 0;
}
@media (min-width: 48.0625em) {
  .idsk-intro-block .govuk-heading-xl {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.0416666667;
  }
}
@media print and (min-width: 48.0625em) {
  .idsk-intro-block .govuk-heading-xl {
    font-family: sans-serif;
  }
}
@media (min-width: 48.0625em) and (min-width: 40.0625em) {
  .idsk-intro-block .govuk-heading-xl {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print and (min-width: 48.0625em) {
  .idsk-intro-block .govuk-heading-xl {
    font-size: 24pt;
    line-height: 1.05;
  }
}

.idsk-intro-block .govuk-heading-l {
  margin-bottom: 0;
}
@media (min-width: 40.0625em) {
  .idsk-intro-block .govuk-heading-l {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
  }
}
@media print and (min-width: 40.0625em) {
  .idsk-intro-block .govuk-heading-l {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) and (min-width: 40.0625em) {
  .idsk-intro-block .govuk-heading-l {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print and (min-width: 40.0625em) {
  .idsk-intro-block .govuk-heading-l {
    font-size: 18pt;
    line-height: 1.15;
  }
}

.idsk-intro-block .app-pane-grey {
  background-color: #dee0e2;
}

.idsk-intro-block__search__button {
  width: 55px;
  height: 53px;
}
@media (min-width: 48.0625em) {
  .idsk-intro-block__search__button {
    width: 67px;
    height: 68px;
  }
}

.idsk-intro-block__input {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  height: 53px;
  border: none;
  background: #f3f2f1;
  margin-right: -3px;
  font-style: normal;
  font-weight: normal;
  color: #626a6e;
}
@media print {
  .idsk-intro-block__input {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-intro-block__input {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .idsk-intro-block__input {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 48.0625em) {
  .idsk-intro-block__input {
    height: 68px;
  }
}

.idsk-intro-block__input:focus {
  border: 4px solid #0b0c0c;
}

.idsk-intro-block__search .govuk-input:focus {
  margin-right: 3px;
  margin-top: 1px;
  box-shadow: none;
}

.idsk-intro-block__search {
  display: flex;
}

.idsk-intro-block__subtitle {
  color: #0b0c0c;
  padding-bottom: 25px;
}
@media (min-width: 48.0625em) {
  .idsk-intro-block__subtitle {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print and (min-width: 48.0625em) {
  .idsk-intro-block__subtitle {
    font-family: sans-serif;
  }
}
@media (min-width: 48.0625em) and (min-width: 40.0625em) {
  .idsk-intro-block__subtitle {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print and (min-width: 48.0625em) {
  .idsk-intro-block__subtitle {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.idsk-intro-block__list__ul {
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 0;
  display: table;
}

.idsk-intro-block__list__li {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
  text-decoration-line: underline;
}
@media print {
  .idsk-intro-block__list__li {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-intro-block__list__li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-intro-block__list__li {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media (min-width: 48.0625em) {
  .idsk-intro-block__list__li {
    margin-right: 15px;
  }
}

.idsk-intro-block__list__a {
  white-space: nowrap;
}

.idsk-intro-block__list__li .govuk-link:active,
.idsk-intro-block__list__li .govuk-link:link {
  color: #626a6e;
}

.idsk-intro-block__side-menu__default__ul {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  display: contents;
  font-style: normal;
  font-weight: bold;
  text-align: right;
  text-decoration-line: underline;
  /* sass / link */
  color: #0065b3;
}
@media print {
  .idsk-intro-block__side-menu__default__ul {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-intro-block__side-menu__default__ul {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .idsk-intro-block__side-menu__default__ul {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.idsk-intro-block__side-menu__ul {
  float: none;
  padding-bottom: 20px;
  display: contents;
}
@media (min-width: 48.0625em) {
  .idsk-intro-block__side-menu__ul {
    float: right;
    padding-bottom: 0;
  }
}

.idsk-intro-block__side-menu__li {
  padding-bottom: 15px;
}

.app-pane-blue .idsk-intro-block__side-menu__li:before {
  content: "•";
  color: #ffffff;
  display: inline-block;
  margin-left: 0;
  font-size: 40px;
  margin-right: 10px;
  line-height: 20px;
  margin-top: -4px;
}

.app-pane-grey .idsk-intro-block__side-menu__li:before {
  content: "•";
  color: #0b0c0c;
  display: inline-block;
  margin-left: 0;
  font-size: 40px;
  margin-right: 10px;
  line-height: 20px;
  margin-top: -4px;
}

.idsk-intro-block__side-menu__ul .idsk-intro-block__side-menu__li {
  display: flex;
}

.idsk-intro-block__side-menu__default__li {
  display: table;
  float: none;
  margin: -20px 0;
}
@media (min-width: 48.0625em) {
  .idsk-intro-block__side-menu__default__li {
    display: contents;
    float: right;
    padding-bottom: 0;
  }
}

#idsk-intro-block__side-menu__default .govuk-heading-l {
  margin: 0;
  float: unset;
  margin-bottom: -15px;
}
@media (min-width: 48.0625em) {
  #idsk-intro-block__side-menu__default .govuk-heading-l {
    text-align: right;
    margin: 0 0 -30px 0px;
  }
}

#idsk-intro-block__side-menu__default {
  width: auto;
}
@media (min-width: 48.0625em) {
  #idsk-intro-block__side-menu__default {
    float: right;
    width: 26%;
  }
}

#idsk-intro-block__side-menu__title .govuk-heading-l {
  padding-top: 15px;
  margin-bottom: 10px;
}
@media (min-width: 40.0625em) {
  #idsk-intro-block__side-menu__title .govuk-heading-l {
    padding-top: 0;
    margin-top: 10px;
  }
}

.idsk-intro-block__side-menu__default__subtitle {
  padding-top: 25px;
}

#idsk-intro-block__side-menu__title {
  padding-bottom: 15px;
}
@media (min-width: 48.0625em) {
  #idsk-intro-block__side-menu__title {
    margin-top: 5px;
    width: 26%;
    float: right;
  }
}

@media (min-width: 40.0625em) {
  .idsk-intro-block__side-menu {
    margin: 0 15px;
  }
}

.idsk-intro-block__side-menu__span {
  padding-top: 15px;
  padding-right: 5px;
}

#idsk-intro-block__side-menu__default .govuk-heading-l,
.idsk-intro-block__side-menu .govuk-heading-l {
  text-transform: uppercase;
}

.idsk-intro-block__side-menu #idsk-intro-block__side-menu__default {
  padding-top: 10px;
}
@media (min-width: 40.0625em) {
  .idsk-intro-block__side-menu #idsk-intro-block__side-menu__default {
    padding-left: 15px;
    padding-bottom: 15px;
  }
}

.idsk-intro-block__bottom-menu__li {
  display: block;
  color: #0b0c0c;
  padding-bottom: 10px;
}
@media (min-width: 48.0625em) {
  .idsk-intro-block__bottom-menu__li {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    display: inline-grid;
    padding-bottom: 0;
    padding-right: 20px;
  }
}
@media print and (min-width: 48.0625em) {
  .idsk-intro-block__bottom-menu__li {
    font-family: sans-serif;
  }
}
@media (min-width: 48.0625em) and (min-width: 40.0625em) {
  .idsk-intro-block__bottom-menu__li {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print and (min-width: 48.0625em) {
  .idsk-intro-block__bottom-menu__li {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.app-pane-grey .govuk-heading-l,
.app-pane-grey .idsk-intro-block__side-menu__a,
.app-pane-grey .idsk-intro-block__side-menu__li {
  color: #0b0c0c;
  font-weight: bold;
}
.app-pane-grey .idsk-intro-block__side-menu__text {
  margin-top: 15px;
}

.app-pane-blue {
  background-color: #0065b3;
}

.app-pane-blue .idsk-intro-block__side-menu__span .idsk-intro-block__side-menu__circle {
  fill: #ffffff;
}

.app-pane-blue .govuk-heading-l,
.app-pane-blue .idsk-intro-block__side-menu__a,
.app-pane-blue .idsk-intro-block__side-menu__li {
  color: #ffffff;
  font-weight: bold;
}

.app-pane-blue .govuk-heading-l {
  color: #ffffff;
}

.idsk-warning-text {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  color: #0b0c0c;
  margin-bottom: 20px;
  background-color: #ffdf0f;
  padding: 10px 0;
}
@media print {
  .idsk-warning-text {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-warning-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-warning-text {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media print {
  .idsk-warning-text {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .idsk-warning-text {
    margin-bottom: 30px;
  }
}
.idsk-warning-text__text {
  display: block;
  font-weight: bold;
}
.idsk-warning-text__text a:focus,
.idsk-warning-text__text a:active {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}
.idsk-warning-text--info {
  background-color: #dee0e2;
}
.idsk-warning-text--info .idsk-warning-text__icon {
  display: none;
}

.idsk-related-content__line {
  background-color: #003078;
  height: 2px;
  border: 0;
  margin-bottom: 10px;
}
.idsk-related-content__heading {
  margin-bottom: 10px;
}
.idsk-related-content__list > .idsk-related-content__list-item {
  margin-bottom: 10px;
}
.idsk-related-content__link {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0065b3;
}
@media print {
  .idsk-related-content__link {
    font-family: sans-serif;
  }
}
.idsk-related-content__link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}
.idsk-related-content__link:link {
  color: #0065b3;
}
.idsk-related-content__link:visited {
  color: #4c2c92;
}
.idsk-related-content__link:hover {
  color: #003078;
}
.idsk-related-content__link:active {
  color: #0b0c0c;
}
.idsk-related-content__link:focus {
  color: #0b0c0c;
}

.idsk-stepper {
  margin-left: 45px;
  position: relative;
}
.idsk-stepper:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 18px;
  left: -43px;
  border-bottom: solid 2px #949494;
}
@media (min-width: 40.0625em) {
  .idsk-stepper:after {
    left: -41px;
  }
}
@media (min-width: 48.0625em) {
  .idsk-stepper:after {
    left: -40px;
  }
}

.idsk-stepper__caption {
  padding-bottom: 15px;
}

.idsk-stepper__caption.govuk-caption-m {
  color: #0b0c0c;
}

.idsk-stepper__subtitle-container {
  width: 100%;
  margin-bottom: -10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 40.0625em) {
  .idsk-stepper__subtitle-container {
    margin-bottom: 0;
  }
}
.idsk-stepper__subtitle-container .idsk-stepper__subtitle--heading {
  width: 75%;
  padding-top: 0;
}
@media (min-width: 40.0625em) {
  .idsk-stepper__subtitle-container .idsk-stepper__subtitle--heading {
    padding-top: 0;
  }
}
.idsk-stepper__subtitle-container .idsk-stepper__controls {
  width: 25%;
  padding: 0;
}

.idsk-stepper__section,
.idsk-stepper__section-title {
  position: relative;
  min-height: 75px;
}
.idsk-stepper__section:before,
.idsk-stepper__section-title:before {
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  border-left: solid 2px #949494;
  background: #ffffff;
  top: 35px;
  left: -35px;
}
@media (min-width: 40.0625em) {
  .idsk-stepper__section:before,
.idsk-stepper__section-title:before {
    left: -33px;
  }
}
@media (min-width: 48.0625em) {
  .idsk-stepper__section:before,
.idsk-stepper__section-title:before {
    left: -32px;
  }
}

.idsk-stepper__bolder-line .idsk-stepper__section-content .govuk-link:focus:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 18px;
  left: -35px;
  padding-top: 12px;
  border-bottom: solid 2px #0b0c0c;
}
@media (min-width: 40.0625em) {
  .idsk-stepper__bolder-line .idsk-stepper__section-content .govuk-link:focus:before {
    left: -33px;
  }
}
@media (min-width: 48.0625em) {
  .idsk-stepper__bolder-line .idsk-stepper__section-content .govuk-link:focus:before {
    left: -32px;
  }
}

.idsk-stepper__subtitle-container .govuk-heading-m {
  color: #0065b3;
  margin-left: -15px;
  margin-bottom: 20px;
}

.idsk-stepper__section-header .govuk-heading-m {
  color: #0065b3;
  margin-bottom: 0;
}

.idsk-stepper__bolder-line.idsk-stepper__section--expanded.idsk-stepper__section:before {
  border-color: #0b0c0c;
}
.idsk-stepper__bolder-line.idsk-stepper__section--expanded.idsk-stepper__section .idsk-stepper__circle--number {
  border-color: #0b0c0c;
}

.idsk-stepper__section--last-item:before {
  height: calc(100% - 34px);
}

.js-enabled .idsk-stepper__section-header.idsk-stepper__section-subtitle {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  color: #0065b3;
  padding-top: 35px;
  padding-bottom: 20px;
  cursor: text;
}
@media print {
  .js-enabled .idsk-stepper__section-header.idsk-stepper__section-subtitle {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .js-enabled .idsk-stepper__section-header.idsk-stepper__section-subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .js-enabled .idsk-stepper__section-header.idsk-stepper__section-subtitle {
    font-size: 18pt;
    line-height: 1.15;
  }
}

.idsk-stepper__circle {
  box-sizing: border-box;
  position: absolute;
  z-index: 5;
  top: 19px;
  left: -50px;
  width: 32px;
  height: 32px;
  color: #0b0c0c;
  background: #ffffff;
  border-radius: 100px;
  text-align: center;
}
@media (min-width: 40.0625em) {
  .idsk-stepper__circle {
    top: 24px;
  }
}
@media (min-width: 48.0625em) {
  .idsk-stepper__circle {
    left: -47px;
    top: 24px;
  }
}

.idsk-stepper__circle--letter {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  border: none;
  padding-top: 3px;
}
@media print {
  .idsk-stepper__circle--letter {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-stepper__circle--letter {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .idsk-stepper__circle--letter {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .idsk-stepper__circle--letter {
    padding-top: 1px;
  }
}

.idsk-stepper__circle--number {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  border: solid 2px #949494;
  padding-top: 3px;
}
@media print {
  .idsk-stepper__circle--number {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-stepper__circle--number {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .idsk-stepper__circle--number {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .idsk-stepper__circle--number {
    padding-top: 1px;
  }
}

.idsk-stepper__section {
  padding-top: 15px;
}

.idsk-stepper__section-header {
  padding-top: 25px;
  padding-bottom: 25px;
}

.idsk-stepper__section-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.idsk-stepper__section-button {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  display: inline-block;
  margin-bottom: 0;
  padding-top: 15px;
}
@media print {
  .idsk-stepper__section-button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-stepper__section-button {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-stepper__section-button {
    font-size: 18pt;
    line-height: 1.15;
  }
}

.idsk-stepper__section-summary {
  margin-top: 10px;
  margin-bottom: 0;
}

.idsk-stepper__section-content > :last-child {
  margin-bottom: 0;
}

.js-enabled .idsk-stepper {
  border-bottom: 2px solid #949494;
}
.js-enabled .idsk-stepper__section {
  padding-top: 0;
}
.js-enabled .idsk-stepper__section-content {
  display: none;
  padding-top: 0;
  padding-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .js-enabled .idsk-stepper__section-content {
    padding-top: 0;
  }
}
@media (min-width: 40.0625em) {
  .js-enabled .idsk-stepper__section-content {
    padding-bottom: 15px;
  }
}
.js-enabled .idsk-stepper__section--expanded .idsk-stepper__section-content {
  display: block;
}
.js-enabled .js-enabled .idsk-stepper__open-all {
  text-align: right;
}
.js-enabled .idsk-stepper__open-all {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  position: relative;
  z-index: 1;
  margin: 0;
  padding-right: 0;
  border-width: 0;
  color: #0065b3;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: underline;
  text-align: right;
  height: 50px;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  .js-enabled .idsk-stepper__open-all {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .js-enabled .idsk-stepper__open-all {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .js-enabled .idsk-stepper__open-all {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .js-enabled .idsk-stepper__open-all {
    font-family: sans-serif;
  }
}
.js-enabled .idsk-stepper__open-all:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}
.js-enabled .idsk-stepper__open-all:link {
  color: #0065b3;
}
.js-enabled .idsk-stepper__open-all:visited {
  color: #4c2c92;
}
.js-enabled .idsk-stepper__open-all:hover {
  color: #003078;
}
.js-enabled .idsk-stepper__open-all:active {
  color: #0b0c0c;
}
.js-enabled .idsk-stepper__open-all:focus {
  color: #0b0c0c;
}
.js-enabled .idsk-stepper__open-all::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.js-enabled .idsk-stepper__section-header {
  position: relative;
  padding-right: 40px;
  border-top: 2px solid #949494;
  color: #0065b3;
  cursor: pointer;
}
@media (hover: none) {
  .js-enabled .idsk-stepper__section-header:hover {
    box-shadow: inset 0 1 0 0 #0065b3;
  }
}
.js-enabled .idsk-stepper__section-button {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  border-width: 0;
  color: #0b0c0c;
  background: none;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
}
@media print {
  .js-enabled .idsk-stepper__section-button {
    font-family: sans-serif;
  }
}
.js-enabled .idsk-stepper__section-button:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}
.js-enabled .idsk-stepper__section-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.js-enabled .idsk-stepper__section-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.js-enabled .idsk-stepper__section-button:hover:not(:focus) {
  text-decoration: underline;
}
@media (hover: none) {
  .js-enabled .idsk-stepper__section-button:hover {
    text-decoration: none;
  }
}
.js-enabled .idsk-stepper__controls {
  text-align: right;
  padding-bottom: 15px;
}
.js-enabled .idsk-stepper__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
.js-enabled .idsk-stepper__icon:after,
.js-enabled .idsk-stepper__icon:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 25%;
  margin: auto;
  border: 2px solid transparent;
  background-color: #0b0c0c;
}
.js-enabled .idsk-stepper__icon:before {
  width: 100%;
}
.js-enabled .idsk-stepper__icon:after {
  height: 100%;
}
.js-enabled .idsk-stepper__section--expanded .idsk-stepper__icon:after {
  content: " ";
  display: none;
}

.idsk-registration-for-event {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  color: #0b0c0c;
  margin-top: 30px;
}
@media print {
  .idsk-registration-for-event {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-registration-for-event {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-registration-for-event {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media print {
  .idsk-registration-for-event {
    color: #000000;
  }
}
.idsk-registration-for-event__thank-you-msg {
  display: none;
  margin-bottom: 0;
}
.idsk-registration-for-event .govuk-select {
  width: 100%;
}
@media (min-width: 40.0625em) {
  .idsk-registration-for-event .govuk-form-group {
    max-width: 465px;
  }
}
.idsk-registration-for-event .govuk-error-message {
  display: none;
}
@media (min-width: 40.0625em) {
  .idsk-registration-for-event .govuk-form-group--error.govuk-form-group,
.idsk-registration-for-event .govuk-form-group--error.govuk-select {
    max-width: 450px;
  }
}
.idsk-registration-for-event .govuk-checkboxes__label {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: -5px;
}
.idsk-registration-for-event .idsk-button {
  margin-bottom: 0;
}

.idsk-timeline__content {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  height: 75px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}
@media print {
  .idsk-timeline__content {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-timeline__content {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .idsk-timeline__content {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .idsk-timeline__content {
    margin-top: 0;
  }
}
@media (min-width: 48.0625em) {
  .idsk-timeline__content {
    height: 70px;
  }
}

.idsk-timeline__content.govuk-body {
  margin-bottom: -50px;
  margin-top: 20px;
  border-top: 1px solid #bfc1c3;
}

.idsk-timeline__content.idsk-timeline__content__caption--long {
  height: 100px;
}
@media (min-width: 48.0625em) {
  .idsk-timeline__content.idsk-timeline__content__caption--long {
    height: 70px;
  }
}

.idsk-timeline__content__caption,
.idsk-timeline__content__title,
.idsk-timeline__content__date-line {
  position: relative;
  width: 67%;
  margin-left: 10px;
}
@media (min-width: 25.3125em) {
  .idsk-timeline__content__caption,
.idsk-timeline__content__title,
.idsk-timeline__content__date-line {
    width: 69%;
  }
}
@media (min-width: 40.0625em) {
  .idsk-timeline__content__caption,
.idsk-timeline__content__title,
.idsk-timeline__content__date-line {
    width: 75%;
    margin-left: 15px;
  }
}

.idsk-timeline__content__date-line {
  margin-bottom: 15px;
}

.idsk-timeline__content__time {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
}
@media print {
  .idsk-timeline__content__time {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-timeline__content__time {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-timeline__content__time {
    font-size: 14pt;
    line-height: 1.2;
  }
}

.idsk-timeline__left-side .govuk-body-m {
  font-weight: bold;
}

.idsk-timeline__content__title-div {
  margin-bottom: -20px;
}
@media (min-width: 25.3125em) {
  .idsk-timeline__content__title-div {
    margin-bottom: -50px;
  }
}
@media (min-width: 40.0625em) {
  .idsk-timeline__content__title-div {
    margin-bottom: -25px;
  }
}

@media (min-width: 40.0625em) {
  .idsk-timeline__content__title {
    margin-top: 15px;
  }
}

.idsk-timeline__content__title .govuk-heading-m {
  margin-bottom: 0;
  margin-top: -40px;
}

.idsk-timeline__left-side {
  width: 26.5%;
}
@media (min-width: 25.3125em) {
  .idsk-timeline__left-side {
    width: 23%;
  }
}
@media (orientation: landscape) {
  .idsk-timeline__left-side {
    width: 25%;
  }
}
@media (min-width: 40.0625em) {
  .idsk-timeline__left-side {
    width: 25%;
  }
}
@media (min-width: 48.0625em) {
  .idsk-timeline__left-side {
    width: 17%;
  }
}

.idsk-timeline__middle {
  width: 2%;
}
@media (orientation: landscape) {
  .idsk-timeline__middle {
    width: 7%;
  }
}

.idsk-timeline__vertical-line,
.idsk-timeline__vertical-line--circle {
  content: "";
  position: absolute;
  z-index: 2;
  border-left: solid 2px #949494;
  background: #ffffff;
  top: 10px;
  height: calc(100% + 30px);
}

.idsk-timeline__content .idsk-timeline__vertical-line--circle:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  z-index: 5;
  top: calc(50% - 32px);
  left: -10px;
  width: 16px;
  height: 16px;
  color: #0b0c0c;
  background: #ffffff;
  border-radius: 100px;
  border: solid 2px #949494;
  left: -9px;
}
@media (min-width: 40.0625em) {
  .idsk-timeline__content .idsk-timeline__vertical-line--circle:before {
    left: -11.5px;
    top: calc(50% - 35px);
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 48.0625em) {
  .idsk-timeline__content .idsk-timeline__vertical-line--circle:before {
    left: -11.9px;
  }
}

.idsk-timeline__button--left-arrow {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  border-width: 0;
  color: #0065b3;
}
@media print {
  .idsk-timeline__button--left-arrow {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-timeline__button--left-arrow {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .idsk-timeline__button--left-arrow {
    font-size: 14pt;
    line-height: 1.15;
  }
}

.idsk-timeline__button--back,
.idsk-timeline__button--forward {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  position: relative;
  z-index: 1;
  border-width: 0;
  color: #0065b3;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: underline;
  text-align: right;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  .idsk-timeline__button--back,
.idsk-timeline__button--forward {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-timeline__button--back,
.idsk-timeline__button--forward {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
@media print {
  .idsk-timeline__button--back,
.idsk-timeline__button--forward {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .idsk-timeline__button--back,
.idsk-timeline__button--forward {
    font-family: sans-serif;
  }
}
.idsk-timeline__button--back:focus,
.idsk-timeline__button--forward:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}
.idsk-timeline__button--back:link,
.idsk-timeline__button--forward:link {
  color: #0065b3;
}
.idsk-timeline__button--back:visited,
.idsk-timeline__button--forward:visited {
  color: #4c2c92;
}
.idsk-timeline__button--back:hover,
.idsk-timeline__button--forward:hover {
  color: #003078;
}
.idsk-timeline__button--back:active,
.idsk-timeline__button--forward:active {
  color: #0b0c0c;
}
.idsk-timeline__button--back:focus,
.idsk-timeline__button--forward:focus {
  color: #0b0c0c;
}

.idsk-timeline__button--back {
  padding-left: 0;
  margin-bottom: 10px;
}

.idsk-timeline__button--forward {
  margin-top: 30px;
  padding-right: 0;
  float: right;
  margin-bottom: 15px;
}

.idsk-timeline__button__svg--previous {
  padding-right: 10px;
}

.idsk-timeline__button__svg--next {
  padding-left: 10px;
}

.idsk-timeline__content__text {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  float: right;
  margin-top: -25px;
  margin-right: -5px;
}
@media print {
  .idsk-timeline__content__text {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-timeline__content__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-timeline__content__text {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media (min-width: 25.3125em) {
  .idsk-timeline__content__text {
    margin-right: -15px;
  }
}
@media (orientation: landscape) {
  .idsk-timeline__content__text {
    margin-right: 0;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.app-u-w-half {
  width: 50%;
  float: left;
}

.govuk-input--l {
  height: 60px;
}

.govuk-button-l {
  padding: 17px 20px 17px;
}

.idsk-element-border--top:before {
  content: "";
  display: block;
  border-bottom: 3px solid #bfc1c3;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 20px;
}
@media (min-width: 40.0625em) {
  .idsk-element-border--top:before {
    margin-left: 15px;
  }
}
@media (min-width: 40.0625em) {
  .idsk-element-border--top:before {
    margin-right: 15px;
  }
}
@media (min-width: 40.0625em) {
  .idsk-element-border--top:before {
    margin-top: 30px;
  }
}
.idsk-element-border--bottom:after {
  content: "";
  display: block;
  border-bottom: 3px solid #bfc1c3;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  padding-top: 20px;
}
@media (min-width: 40.0625em) {
  .idsk-element-border--bottom:after {
    margin-left: 15px;
  }
}
@media (min-width: 40.0625em) {
  .idsk-element-border--bottom:after {
    margin-right: 15px;
  }
}
@media (min-width: 40.0625em) {
  .idsk-element-border--bottom:after {
    margin-bottom: 30px;
  }
}
@media (min-width: 40.0625em) {
  .idsk-element-border--bottom:after {
    padding-top: 30px;
  }
}

.text-end {
  text-align: right !important;
}

.idsk-link-arrow--left {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  line-height: 2.2;
}
.idsk-link-arrow--left:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 7px;
  height: 7px;
  margin: auto 0;
  transform: rotate(225deg);
  border: solid;
  border-width: 1px 1px 0 0;
  border-color: #0065b3;
}

.idsk-link-arrow--right {
  display: inline-block;
  position: relative;
  padding-right: 14px;
  line-height: 2.2;
}
.idsk-link-arrow--right:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  width: 7px;
  height: 7px;
  margin: auto 0;
  transform: rotate(45deg);
  border: solid;
  border-width: 1px 1px 0 0;
  border-color: #0065b3;
}

.idsk-container-purple {
  background-color: #4C2C92;
}
.idsk-container-purple * {
  color: #ffffff !important;
}

.idsk-container-gray {
  background-color: #F3F2F1;
}

.govuk-accordion__controls {
  display: none;
}

.govuk-list--spaced > li {
  margin-bottom: 10px;
}

@media (min-width: 40.0625em) {
  .govuk-list--spaced > li {
    margin-bottom: 15px;
  }
}
.idsk-title {
  color: #0065b3;
  cursor: pointer;
  margin: 0;
  text-decoration: none;
}

.idsk-card-meta-tag:after, .idsk-card-meta-date:after {
  display: none;
}

.idsk-\!-text-align-right {
  text-align: right !important;
}
.idsk-\!-text-align-center {
  text-align: center !important;
}

.govuk-\!-align-left {
  float: left !important;
}

.govuk-\!-align-right {
  float: right !important;
}

.idsk-pagination-container {
  margin-bottom: 20px;
}
@media (min-width: 40.0625em) {
  .idsk-pagination-container {
    margin-bottom: 30px;
  }
}

.idsk-pagination-prev a,
.idsk-pagination-next a {
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 17px 14px;
}
.idsk-pagination-prev a:hover, .idsk-pagination-prev a:focus,
.idsk-pagination-next a:hover,
.idsk-pagination-next a:focus {
  text-decoration: underline;
}

.idsk-pagination-next {
  text-align: right;
}
.idsk-pagination-next a {
  padding-right: 30px;
  background-image: url("");
  background-position: 100% 4px;
}

.idsk-pagination-prev a {
  padding-left: 30px;
  background-image: url("");
  background-position: 0 4px;
}

.idsk-pagination-list {
  margin: 0 auto;
}
.idsk-pagination-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 40.0625em) {
  .idsk-pagination-list ul {
    margin-left: 15px;
  }
}
@media (min-width: 40.0625em) {
  .idsk-pagination-list ul {
    margin-right: 15px;
  }
}
@media (max-width: 19.99em) {
  .idsk-pagination-list ul {
    margin-top: 20px;
  }
}
@media (max-width: 19.99em) and (min-width: 40.0625em) {
  .idsk-pagination-list ul {
    margin-top: 30px;
  }
}
.idsk-pagination-list ul > li {
  padding-left: 0;
  padding: 4px 12px;
  line-height: 20px;
}
.idsk-pagination-list ul > li > a {
  text-decoration: none;
}
.idsk-pagination-list ul > li > a:hover, .idsk-pagination-list ul > li > a:focus {
  text-decoration: underline;
  background: transparent;
}
.idsk-pagination-list ul > li > a:focus {
  background: #ffdf0f;
  outline: 3px solid #ffdf0f;
  outline-offset: 0;
}
.idsk-pagination-list ul li.active {
  padding: 4px 12px;
  color: #bfc1c3;
}
.idsk-pagination-list ul > .active span, .idsk-pagination-list ul > .active a {
  color: #bfc1c3;
  cursor: default;
  background: transparent;
}
.idsk-pagination-list ul > .active a:hover, .idsk-pagination-list ul > .active a:focus {
  text-decoration: none;
}

.idsk-article-meta.idsk-element-border--bottom::after,
.idsk-results-count.idsk-element-border--bottom::after,
.idsk-card.idsk-element-border--bottom::after {
  margin-left: 0;
  margin-right: 0;
  border-width: 1px;
}

.idsk-article-meta.idsk-element-border--bottom,
.idsk-results-count.idsk-element-border--bottom {
  color: #626a6e;
}
.idsk-article-meta.idsk-element-border--bottom::after,
.idsk-results-count.idsk-element-border--bottom::after {
  padding-top: 10px;
}
@media (min-width: 40.0625em) {
  .idsk-article-meta.idsk-element-border--bottom::after,
.idsk-results-count.idsk-element-border--bottom::after {
    padding-top: 10px;
  }
}

.idsk-footer-extended-feedback {
  background-color: #4C2C92;
}

.idsk-footer-extended-feedback-content {
  border-top-color: #4C2C92;
  border-bottom-color: #4C2C92;
}
@media (min-width: 48.0625em) {
  .idsk-footer-extended-feedback-content {
    border-top-color: #4C2C92;
    border-bottom-color: #4C2C92;
  }
}

.idsk-header-extended {
  z-index: 1000;
}

.idsk-header-extended-submenu-row-2 ul li {
  width: 45%;
}
@media (max-width: 48.0525em) {
  .idsk-header-extended-submenu-row-2 ul li {
    width: 100%;
  }
}

.idsk-header-extended-submenu-row-3 ul li {
  width: 28%;
}
@media (max-width: 48.0525em) {
  .idsk-header-extended-submenu-row-3 ul li {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map*/