@charset "UTF-8";
@font-face {
  font-family: Source Sans Pro;
  src: url(../fonts/SourceSansPro-Regular.eot);
  src: url(../fonts/SourceSansPro-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/SourceSansPro-Regular.woff2) format("woff2"), url(../fonts/SourceSansPro-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Source Sans Pro;
  src: url(../fonts/SourceSansPro-Bold.eot);
  src: url(../fonts/SourceSansPro-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/SourceSansPro-Bold.woff2) format("woff2"), url(../fonts/SourceSansPro-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: webicons;
  src: url(../fonts/idsk-webicons.eot);
  src: url(../fonts/idsk-webicons.eot?#iefix) format("embedded-opentype"), url(../fonts/idsk-webicons.ttf) format("ttf"), url(../fonts/idsk-webicons.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
/* *********************************************
          ID-SK WebIcons 
*********************************************** */
*[class^=v-icon-],
*[class*=" v-icon-"] {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  text-rendering: optimizeSpeed;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

*[class*=v-icon-]:before,
*[class*=v-icon-]:after,
*[class*=v-icon-]:hover:before,
*[class*=v-icon-]:hover:after,
*[class*=v-icon-]:focus:before {
  display: inline;
  font-family: "webicons";
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
}

.v-icon-important:before {
  content: "\E900";
}

.v-icon-help:before {
  content: "\E901";
}

.v-icon-minus:before {
  content: "\E902";
}

.v-icon-plus:before {
  content: "\E903";
}

.v-icon-user:before {
  content: "\E904";
}

.v-icon-manage:before {
  content: "\E905";
}

.v-icon-arrow-up:before {
  content: "\E906";
}

.v-icon-arrow-down:before {
  content: "\E907";
}

.v-icon-arrow-left:before {
  content: "\E908";
}

.v-icon-arrow-right:before {
  content: "\E909";
}

.v-icon-arrow-thin-up:before {
  content: "\E90A";
}

.v-icon-arrow-thin-down:before {
  content: "\E90B";
}

.v-icon-arrow-thin-left:before {
  content: "\E90C";
}

.v-icon-arrow-thin-right:before {
  content: "\E90D";
}

.v-icon-arrow-small-up:before {
  content: "\E90E";
}

.v-icon-arrow-small-down:before {
  content: "\E90F";
}

.v-icon-arrow-small-left:before {
  content: "\E910";
}

.v-icon-arrow-small-right:before {
  content: "\E911";
}

.v-icon-home:before {
  content: "\E912";
}

.v-icon-first-page:before {
  content: "\E913";
}

.v-icon-last-page:before {
  content: "\E914";
}

.v-icon-chevron-left:before {
  content: "\E915";
}

.v-icon-chevron-right:before {
  content: "\E916";
}

.v-icon-calendar:before {
  content: "\E917";
}

.v-icon-thin-cross:before {
  content: "\E918";
}

.v-icon-cross:before {
  content: "\E919";
}

/* *********************************************
                 SPINNER
************************************************ */
.spinner {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 3px solid #707070;
  border-top: 3px solid #f0f0f0;
  border-radius: 50%;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  -ms-animation: spin 1s ease-in-out infinite;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
}

.spinner.jumbo {
  width: 96px;
  height: 96px;
  top: calc(50% - 48px);
  left: calc(50% - 48px);
}

.spinner.large {
  width: 72px;
  height: 72px;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
}

.spinner.middle {
  width: 36px;
  height: 36px;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
}

.spinner.small {
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.spinner.micro {
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.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-link {
  font-family: Source Sans Pro, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
}

@media print {
  .govuk-link {
    font-family: sans-serif;
  }
}
.govuk-link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  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, .govuk-link:focus {
  color: #0b0c0c;
}

@media print {
  .govuk-link[href^="/"]:after, .govuk-link[href^="http://"]:after, .govuk-link[href^="https://"]:after {
    content: " (" attr(href) ")";
    font-size: 90%;
    word-wrap: break-word;
  }
}
.govuk-link--muted:link, .govuk-link--muted:visited {
  color: #626a6e;
}

.govuk-link--muted:active, .govuk-link--muted:focus, .govuk-link--muted:hover, .govuk-link--text-colour:link, .govuk-link--text-colour:visited {
  color: #0b0c0c;
}

@media print {
  .govuk-link--text-colour:link, .govuk-link--text-colour:visited {
    color: #000;
  }
}
.govuk-link--text-colour:hover {
  color: rgba(11, 12, 12, 0.99);
}

.govuk-link--text-colour:active, .govuk-link--text-colour:focus {
  color: #0b0c0c;
}

@media print {
  .govuk-link--text-colour:active, .govuk-link--text-colour:focus {
    color: #000;
  }
}
.govuk-link--inverse:link, .govuk-link--inverse:visited {
  color: #fff;
}

.govuk-link--inverse:active, .govuk-link--inverse:hover {
  color: hsla(0, 0%, 100%, 0.99);
}

.govuk-link--inverse:focus {
  color: #0b0c0c;
}

.govuk-link--no-underline:not(:hover):not(:active) {
  text-decoration: none;
}

.govuk-link--no-visited-state:link, .govuk-link--no-visited-state:visited {
  color: #0065b3;
}

.govuk-link--no-visited-state:hover {
  color: #003078;
}

.govuk-link--no-visited-state:active, .govuk-link--no-visited-state:focus {
  color: #0b0c0c;
}

.govuk-list, .idsk-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, .idsk-list {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-list, .idsk-list {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .govuk-list, .idsk-list {
    font-size: 14pt;
    line-height: 1.15;
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-list, .idsk-list {
    margin-bottom: 20px;
  }
}
.govuk-list .govuk-list, .govuk-list .idsk-list, .idsk-list .govuk-list, .idsk-list .idsk-list {
  margin-top: 10px;
}

.govuk-list > li, .idsk-list > li {
  margin-bottom: 5px;
}

.govuk-list--bullet {
  padding-left: 20px;
  list-style-type: disc;
}

.govuk-list--number, .idsk-list--letters {
  padding-left: 20px;
  list-style-type: decimal;
}

.govuk-list--bullet > li, .govuk-list--number > li, .idsk-list--letters > li {
  margin-bottom: 0;
}

@media (min-width: 40.0625em) {
  .govuk-list--bullet > li, .govuk-list--number > li, .idsk-list--letters > li {
    margin-bottom: 5px;
  }
}
@media screen {
  .govuk-template {
    overflow-y: scroll;
  }
}
.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: #000;
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-xl {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.04167;
  }
}
@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.04167;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
}

@media print {
  .govuk-heading-l {
    color: #000;
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-l {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.11111;
  }
}
@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.11111;
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
}

@media print {
  .govuk-heading-m {
    color: #000;
    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: #000;
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-s {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@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.11111;
  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.11111;
  }
}
@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.11111;
  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.31579;
  }
}
@media print {
  .govuk-caption-m {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-body-l, .govuk-body-lead {
  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.11111;
  margin-top: 0;
  margin-bottom: 20px;
}

@media print {
  .govuk-body-l, .govuk-body-lead {
    color: #000;
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-l, .govuk-body-lead {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-body-l, .govuk-body-lead {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-l, .govuk-body-lead {
    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: #000;
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body, .govuk-body-m {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@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.14286;
  margin-top: 0;
  margin-bottom: 15px;
}

@media print {
  .govuk-body-s {
    color: #000;
    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: #000;
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-xs {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}
@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 + .govuk-heading-l, .govuk-body-m + .govuk-heading-l, .govuk-body-s + .govuk-heading-l, .govuk-list + .govuk-heading-l, .idsk-list + .govuk-heading-l {
  padding-top: 15px;
}

@media (min-width: 40.0625em) {
  .govuk-body + .govuk-heading-l, .govuk-body-m + .govuk-heading-l, .govuk-body-s + .govuk-heading-l, .govuk-list + .govuk-heading-l, .idsk-list + .govuk-heading-l {
    padding-top: 20px;
  }
}
.govuk-body + .govuk-heading-m, .govuk-body + .govuk-heading-s, .govuk-body-m + .govuk-heading-m, .govuk-body-m + .govuk-heading-s, .govuk-body-s + .govuk-heading-m, .govuk-body-s + .govuk-heading-s, .govuk-list + .govuk-heading-m, .govuk-list + .govuk-heading-s, .idsk-list + .govuk-heading-m, .idsk-list + .govuk-heading-s {
  padding-top: 5px;
}

@media (min-width: 40.0625em) {
  .govuk-body + .govuk-heading-m, .govuk-body + .govuk-heading-s, .govuk-body-m + .govuk-heading-m, .govuk-body-m + .govuk-heading-s, .govuk-body-s + .govuk-heading-m, .govuk-body-s + .govuk-heading-s, .govuk-list + .govuk-heading-m, .govuk-list + .govuk-heading-s, .idsk-list + .govuk-heading-m, .idsk-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;
    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;
    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;
    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-right: 15px;
  margin-left: 15px;
}

@supports (margin: max(calc(0px))) {
  .govuk-width-container {
    margin-right: max(15px, 15px + env(safe-area-inset-right));
    margin-left: max(15px, 15px + env(safe-area-inset-left));
  }
}
@media (min-width: 40.0625em) {
  .govuk-width-container {
    margin-right: 30px;
    margin-left: 30px;
  }
  @supports (margin: max(calc(0px))) {
    .govuk-width-container {
      margin-right: max(30px, 15px + env(safe-area-inset-right));
      margin-left: max(30px, 15px + env(safe-area-inset-left));
    }
  }
}
@media (min-width: 1020px) {
  .govuk-width-container {
    margin-right: auto;
    margin-left: auto;
  }
  @supports (margin: max(calc(0px))) {
    .govuk-width-container {
      margin-right: auto;
      margin-left: auto;
    }
  }
}
.govuk-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.govuk-visually-hidden {
  padding: 0 !important;
  border: 0 !important;
}

.govuk-visually-hidden, .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.03774 !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.04167 !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.04167 !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-font-size-36 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
    line-height: 1.11111 !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.11111 !important;
}

@media (min-width: 40.0625em) {
  .govuk-\!-font-size-27 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
    line-height: 1.11111 !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.11111 !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.31579 !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.14286 !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.42857 !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, .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-back-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.14286;
  font-family: Source Sans Pro, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  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;
    font-family: sans-serif;
  }
}
.govuk-back-link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.govuk-back-link:link, .govuk-back-link:visited {
  color: #0b0c0c;
}

@media print {
  .govuk-back-link:link, .govuk-back-link:visited {
    color: #000;
  }
}
.govuk-back-link:hover {
  color: rgba(11, 12, 12, 0.99);
}

.govuk-back-link:active, .govuk-back-link:focus {
  color: #0b0c0c;
}

@media print {
  .govuk-back-link:active, .govuk-back-link:focus {
    color: #000;
  }
}
.govuk-back-link:focus {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.govuk-back-link:before {
  display: block;
  width: 0;
  height: 0;
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 6px 5px 0;
  border-right-color: inherit;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.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 rgba(0, 0, 0, 0);
  border-radius: 0;
  color: #fff;
  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;
    width: auto;
  }
}
.govuk-button:active, .govuk-button:hover, .govuk-button:link, .govuk-button:visited {
  color: #fff;
  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 rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
}

.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:active, .govuk-button--secondary:hover, .govuk-button--secondary:link, .govuk-button--secondary:visited {
  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:active, .govuk-button--warning:hover, .govuk-button--warning:link, .govuk-button--warning:visited {
  color: #fff;
}

.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  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.31579;
  }
}
@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.31579;
  }
}
@media print {
  .govuk-fieldset__legend {
    font-size: 14pt;
    line-height: 1.15;
    color: #000;
  }
}
.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.04167;
  }
}
@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.04167;
  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.11111;
  }
}
@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.11111;
  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.31579;
  }
}
@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.31579;
  }
}
@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 {
  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.31579;
  }
}
@media print {
  .govuk-label {
    font-size: 14pt;
    line-height: 1.15;
    color: #000;
  }
}
.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.04167;
  }
}
@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.04167;
  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.11111;
  }
}
@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.11111;
  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.31579;
  }
}
@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.31579;
  }
}
@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;
  -ms-touch-action: manipulation;
  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;
  background: rgba(0, 0, 0, 0);
}

.govuk-checkboxes__label:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 9px;
  width: 18px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 0 5px 5px;
  border-top-color: rgba(0, 0, 0, 0);
  opacity: 0;
  background: rgba(0, 0, 0, 0);
}

.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: none;
  }
  .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-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 0 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.31579;
  }
}
@media print {
  .govuk-summary-list {
    font-size: 14pt;
    line-height: 1.15;
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-list {
    display: table;
    width: 100%;
    table-layout: fixed;
    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__actions, .govuk-summary-list__key, .govuk-summary-list__value {
  margin: 0;
}

@media (min-width: 40.0625em) {
  .govuk-summary-list__actions, .govuk-summary-list__key, .govuk-summary-list__value {
    display: table-cell;
    padding-right: 20px;
    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__actions, .govuk-summary-list--no-border .govuk-summary-list__key, .govuk-summary-list--no-border .govuk-summary-list__value {
    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__actions, .govuk-summary-list__row--no-border .govuk-summary-list__key, .govuk-summary-list__row--no-border .govuk-summary-list__value {
    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;
  -moz-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.31579;
  }
}
@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-inner-spin-button, .govuk-input::-webkit-outer-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.31579;
  }
}
@media print {
  .govuk-details {
    font-size: 14pt;
    line-height: 1.15;
    color: #000;
  }
}
@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 rgba(0, 0, 0, 0);
  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;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 7px 0 7px 12.124px;
  border-left-color: inherit;
}

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

.govuk-details__text {
  padding: 15px 15px 15px 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: #000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-error-summary {
    padding: 20px;
    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.11111;
  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.31579;
  }
}
@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:active, .govuk-error-summary__list a:hover, .govuk-error-summary__list a:link, .govuk-error-summary__list a:visited {
  color: #d0190f;
}

.govuk-error-summary__list a:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  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.31579;
  }
}
@media print {
  .govuk-file-upload {
    font-size: 14pt;
    line-height: 1.15;
    color: #000;
  }
}
.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-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.31579;
  }
}
@media print {
  .govuk-inset-text {
    font-size: 14pt;
    line-height: 1.15;
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-inset-text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.govuk-inset-text > :first-child {
  margin-top: 0;
}

.govuk-inset-text > :last-child, .govuk-inset-text > :only-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 rgba(0, 0, 0, 0);
  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.31579;
  }
}
@media print {
  .govuk-panel {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (max-width: 40.0525em) {
  .govuk-panel {
    padding: 25px;
  }
}
.govuk-panel--confirmation {
  color: #fff;
  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.04167;
  }
}
@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.04167;
}

@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.11111;
  }
}
@media print {
  .govuk-panel__body {
    font-size: 24pt;
    line-height: 1.05;
  }
}
.govuk-tag {
  display: inline-block;
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: -2px;
  color: #fff;
  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: 5px 8px 4px;
}

@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.14286;
  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;
    color: #000;
  }
}
.govuk-phase-banner__content__tag {
  margin-right: 10px;
}

.govuk-phase-banner__text {
  display: table-cell;
  vertical-align: baseline;
}

.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.31579;
  }
}
@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;
  -ms-touch-action: manipulation;
  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;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
}

.govuk-radios__label:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 0;
  height: 0;
  border: 10px solid;
  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.31579;
  }
}
@media print {
  .govuk-radios__divider {
    font-size: 14pt;
    line-height: 1.15;
    color: #000;
  }
}
.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: none;
  }
  .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:focus::-ms-value, .govuk-select option:active, .govuk-select option:checked {
  color: #fff;
  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.14286;
  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 {
  color: #0b0c0c;
}

@media print {
  .govuk-skip-link:link, .govuk-skip-link:visited {
    color: #000;
  }
}
.govuk-skip-link:hover {
  color: rgba(11, 12, 12, 0.99);
}

.govuk-skip-link:active, .govuk-skip-link:focus {
  color: #0b0c0c;
}

@media print {
  .govuk-skip-link:active, .govuk-skip-link:focus {
    color: #000;
  }
}
@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, 15px + env(safe-area-inset-right));
    padding-left: max(15px, 15px + env(safe-area-inset-left));
  }
}
.govuk-skip-link:focus {
  outline: 3px solid #ffdf0f;
  background-color: #ffdf0f;
}

.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.31579;
  }
}
@media print {
  .govuk-warning-text {
    font-size: 14pt;
    line-height: 1.15;
    color: #000;
  }
}
@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: #fff;
  background: #0b0c0c;
  font-size: 1.6em;
  line-height: 29px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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-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.14286;
  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;
    color: #000;
  }
}
.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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  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;
  text-decoration: underline;
}

@media print {
  .govuk-breadcrumbs__link {
    font-family: sans-serif;
  }
}
.govuk-breadcrumbs__link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.govuk-breadcrumbs__link:link, .govuk-breadcrumbs__link:visited {
  color: #0b0c0c;
}

@media print {
  .govuk-breadcrumbs__link:link, .govuk-breadcrumbs__link:visited {
    color: #000;
  }
}
.govuk-breadcrumbs__link:hover {
  color: rgba(11, 12, 12, 0.99);
}

.govuk-breadcrumbs__link:active, .govuk-breadcrumbs__link:focus {
  color: #0b0c0c;
}

@media print {
  .govuk-breadcrumbs__link:active, .govuk-breadcrumbs__link:focus {
    color: #000;
  }
}
.govuk-tabs {
  margin-top: 5px;
  margin-bottom: 20px;
}

@media (min-width: 40.0625em) {
  .govuk-tabs {
    margin-top: 5px;
    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.31579;
  }
}
@media print {
  .govuk-tabs__title {
    font-size: 14pt;
    line-height: 1.15;
    color: #000;
  }
}
.govuk-tabs__list {
  padding: 0;
  list-style: none;
  margin: 0 0 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.31579;
  }
}
@media print {
  .govuk-tabs__list-item {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-tabs__list-item:before {
  color: #0b0c0c;
  content: "\2014";
  margin-left: -25px;
  padding-right: 5px;
}

@media print {
  .govuk-tabs__list-item:before {
    color: #000;
  }
}
.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 {
  outline: 3px solid rgba(0, 0, 0, 0);
  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: 14px 19px 16px;
    border: 1px solid #bfc1c3;
    border-bottom: 0;
    background-color: #fff;
  }
  .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 {
    color: #0b0c0c;
  }
}
@media print and (min-width: 40.0625em) {
  .js-enabled .govuk-tabs__tab:link, .js-enabled .govuk-tabs__tab:visited {
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .js-enabled .govuk-tabs__tab:hover {
    color: rgba(11, 12, 12, 0.99);
  }
  .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:active, .js-enabled .govuk-tabs__tab:focus {
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .js-enabled .govuk-tabs__tab:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .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;
  }
  .js-enabled .govuk-tabs__panel--hidden {
    display: none;
  }
}
.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.31579;
  }
}
@media print {
  .govuk-table {
    font-size: 14pt;
    line-height: 1.15;
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-table {
    margin-bottom: 30px;
  }
}
.govuk-table__header {
  font-weight: 700;
}

.govuk-table__cell, .govuk-table__header {
  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;
  -webkit-font-feature-settings: "tnum" 1;
  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 {
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant-numeric: tabular-nums;
  }
}
.govuk-table__cell--numeric, .govuk-table__header--numeric {
  text-align: right;
}

.govuk-table__cell:last-child, .govuk-table__header:last-child {
  padding-right: 0;
}

.govuk-table__caption {
  font-weight: 700;
  display: table-caption;
  text-align: left;
}

.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.14286;
  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;
    padding-bottom: 25px;
  }
}
.govuk-footer__link:active, .govuk-footer__link:hover, .govuk-footer__link:link, .govuk-footer__link:visited {
  color: #0b0c0c;
}

.govuk-footer__link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  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:active:not(:focus), .govuk-footer__inline-list .govuk-footer__link:hover:not(:focus), .govuk-footer__list .govuk-footer__link:active:not(:focus), .govuk-footer__list .govuk-footer__link:hover:not(:focus) {
  text-decoration: underline;
}

.govuk-footer__section-break {
  margin: 0 0 30px;
  border: 0;
  border-bottom: 1px solid #bfc1c3;
}

@media (min-width: 40.0625em) {
  .govuk-footer__section-break {
    margin-bottom: 50px;
  }
}
.govuk-footer__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.govuk-footer__meta-item {
  margin-right: 15px;
  margin-bottom: 25px;
  margin-left: 15px;
}

.govuk-footer__meta-item--grow {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 40.0525em) {
  .govuk-footer__meta-item--grow {
    -ms-flex-preferred-size: 320px;
    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(/assets/images/govuk-crest.png);
  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: 2dppx), only screen and (min-resolution: 192dpi) {
  .govuk-footer__copyright-logo {
    background-image: url(/assets/images/govuk-crest-2x.png);
  }
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.govuk-footer__section {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  vertical-align: top;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media (max-width: 48.0525em) {
  .govuk-footer__section {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }
}
@media (min-width: 48.0625em) {
  .govuk-footer__section:first-child {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
}
.govuk-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

@media (min-width: 48.0625em) {
  .govuk-footer__list--columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .govuk-footer__list--columns-3 {
    -webkit-column-count: 3;
    -moz-column-count: 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.14286;
  border-bottom: 10px solid #fff;
  color: #fff;
  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: #fff;
}

.govuk-header__link:hover {
  text-decoration: underline;
}

.govuk-header__link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  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:active, .govuk-header__link--homepage:hover {
  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.11111;
}

@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__content, .govuk-header__logo {
  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.14286;
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff;
  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 rgba(0, 0, 0, 0);
  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;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 8.66px 5px 0;
  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;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 5px 8.66px;
  border-bottom-color: inherit;
}

.govuk-header__navigation {
  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.14286;
  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:hover, .govuk-header__navigation-item--active a:link, .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: rgba(0, 0, 0, 0);
  }
  .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-template {
  background-color: #dee0e2;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-y: inherit;
}

@media screen and (-ms-high-contrast: active) {
  .govuk-template {
    overflow-y: scroll;
  }
}
.govuk-template__body {
  margin: 0;
  background-color: #fff;
}

.idsk-text-justify {
  text-align: justify;
}

.idsk-hr-separator, .idsk-hr-separator-until-tablet {
  background: #000;
  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-list--letters {
  counter-reset: list;
}

.idsk-list--letters > li {
  list-style: none;
  position: relative;
}

.idsk-list--letters > li:before {
  content: counter(list, lower-alpha) ") ";
  counter-increment: list;
  position: absolute;
  left: -20px;
}

.idsk-button-group {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 40.0625em) {
  .idsk-button-group {
    margin-bottom: 15px;
  }
}
.idsk-button-group .govuk-link {
  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;
  display: inline-block;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
}

@media print {
  .idsk-button-group .govuk-link {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-button-group .govuk-link {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1;
  }
}
@media print {
  .idsk-button-group .govuk-link {
    font-size: 14pt;
    line-height: 19px;
  }
}
.idsk-button-group .idsk-button {
  margin-bottom: 17px;
}

@media (min-width: 40.0625em) {
  .idsk-button-group {
    margin-right: -15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .idsk-button-group .govuk-link, .idsk-button-group .idsk-button {
    margin-right: 15px;
  }
  .idsk-button-group .govuk-link {
    text-align: left;
  }
}
.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;
}

.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 rgba(0, 0, 0, 0);
  border-radius: 0;
  color: #fff;
  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;
    width: auto;
  }
}
.idsk-button:active, .idsk-button:hover, .idsk-button:link, .idsk-button:visited {
  color: #fff;
  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 rgba(0, 0, 0, 0);
  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:focus:not(:active):not(:hover) svg, .idsk-button:focus:not(:active):not(:hover) svg path {
  fill: #0b0c0c;
}

.idsk-button:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -4px;
  left: -2px;
  background: rgba(0, 0, 0, 0);
}

.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:active, .idsk-button--secondary:hover, .idsk-button--secondary:link, .idsk-button--secondary:visited {
  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:active, .idsk-button--warning:hover, .idsk-button--warning:link, .idsk-button--warning:visited {
  color: #fff;
}

.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  align-self: center;
}

@media (min-width: 48.0625em) {
  .idsk-button__start-icon {
    margin-left: 10px;
  }
}
.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-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.11111;
  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-size: 18px;
  font-size: 1.125rem;
  line-height: 1.11111;
  font-weight: 400;
  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__previous-button, #idsk-customer-surveys__send-button {
  max-height: 37px;
}

@media (min-width: 40.0625em) {
  #idsk-customer-surveys__previous-button, #idsk-customer-surveys__send-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.31579;
  }
}
@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: 700;
}

.idsk-customer-surveys__icon--hidden {
  display: none;
}

.idsk-customer-surveys__step .govuk-fieldset__legend {
  border-top: 1px solid #0b0c0c;
  padding-top: 16px;
  margin-top: 16px;
  margin-bottom: 20px;
  width: 100%;
}

.idsk-character-count .govuk-label {
  visibility: hidden;
  height: 0;
}

@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-footer-extended {
  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.14286;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  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;
}

.idsk-footer-extended-list-item {
  display: block;
  margin-bottom: 15px;
}

.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 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 30px 0;
  width: 100%;
  max-width: 250px;
}

.idsk-footer-extended-logo img, .idsk-footer-extended-logo svg {
  height: 100%;
  max-height: 150px;
  width: 100%;
}

.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-main-content .govuk-grid-column-one-half {
  padding: 0;
}

.idsk-footer-extended-main-content .govuk-grid-column-one-third, .idsk-footer-extended-main-content ul {
  padding-left: 0;
}

@media (min-width: 40.0625em) {
  .idsk-footer-extended-main-content .govuk-grid-column-one-third {
    padding-left: 20px;
  }
}
.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 {
  width: 100%;
  border-top: 5px solid #0065b3;
  border-bottom: 5px solid #0065b3;
  background-clip: border-box;
  background-color: #fff;
}

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

#idsk-footer-extended-feedback {
  margin: 0 -15px;
}

@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.14286;
  }
}
@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.31579;
  }
}
@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: #fff;
}

@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.31579;
  }
}
@media print and (min-width: 48.0625em) {
  .idsk-footer-extended-feedback-text {
    font-size: 14pt;
    line-height: 1.15;
  }
}
#idsk-footer-extended-feedback-no-button, #idsk-footer-extended-feedback-yes-button {
  font-weight: 700;
}

.idsk-footer-extended-feedback-text-answers {
  font-style: normal;
  font-weight: 400;
  color: #fff;
}

@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.14286;
  }
}
@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.31579;
  }
}
@media print and (min-width: 48.0625em) {
  .idsk-footer-extended-feedback-text-answers {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-footer-extended-logo:active, .idsk-footer-extended-logo:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  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;
  padding-right: 0;
}

:root .idsk-footer-extended-logo-box, _:-ms-fullscreen {
  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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (min-width: 641px) {
  #idsk-footer-extended-error-button {
    float: unset;
  }
}
#idsk-footer-extended-error-button:focus, #idsk-footer-extended-feedback-no-button:focus, #idsk-footer-extended-feedback-yes-button:focus, .idsk-footer-extended-help-button:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  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;
  -webkit-transition: max-height 0.1s ease-out;
  transition: max-height 0.1s ease-out;
}

.idsk-footer-extended-open {
  max-height: 619px;
  height: auto;
  -webkit-transition: max-height 0.7s ease-in;
  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 #fff;
}

@media (min-width: 40.0625em) {
  .idsk-footer-extended-white-border {
    border-top: none;
  }
}
.idsk-footer-extended-feedback-question-container {
  display: -ms-flexbox;
  display: -webkit-box;
  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-error-form-button, #idsk-footer-extended-close-help-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) {
  :root .idsk-footer-extended-usefull-answers-mobile, _:-ms-fullscreen {
    display: inline;
  }
  .idsk-footer-extended {
    margin-right: 0;
  }
}
.idsk-footer-extended-display-hidden .idsk-footer-extended-feedback-container {
  max-height: 0;
}

.idsk-footer-extended-feedback-container {
  overflow: hidden;
  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-full, .idsk-footer-extended-main-content .govuk-grid-column-two-thirds {
  padding: 0;
}

@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.11111;
  font-weight: 700;
  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: 700;
  }
}
@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.31579;
  }
}
@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-hint, .idsk-footer-extended-feedback-container .govuk-label, .idsk-footer-extended-feedback-container .govuk-select, .idsk-footer-extended-feedback-container .govuk-textarea {
  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.14286;
}

@media print {
  .idsk-footer-extended-feedback-container .govuk-hint, .idsk-footer-extended-feedback-container .govuk-label, .idsk-footer-extended-feedback-container .govuk-select, .idsk-footer-extended-feedback-container .govuk-textarea {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended-feedback-container .govuk-hint, .idsk-footer-extended-feedback-container .govuk-label, .idsk-footer-extended-feedback-container .govuk-select, .idsk-footer-extended-feedback-container .govuk-textarea {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-footer-extended-feedback-container .govuk-hint, .idsk-footer-extended-feedback-container .govuk-label, .idsk-footer-extended-feedback-container .govuk-select, .idsk-footer-extended-feedback-container .govuk-textarea {
    font-size: 14pt;
    line-height: 1.2;
  }
}
#idsk-footer-extended-close-error-form-button, #idsk-footer-extended-close-help-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-error-form-button, #idsk-footer-extended-close-help-form-button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  #idsk-footer-extended-close-error-form-button, #idsk-footer-extended-close-help-form-button {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}
@media print {
  #idsk-footer-extended-close-error-form-button, #idsk-footer-extended-close-help-form-button {
    font-size: 12pt;
    line-height: 1.2;
  }
}
.idsk-footer-extended-feedback-question-info-usefull, .idsk-footer-extended-feedback 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;
  font-size: 14px;
}

@media print {
  .idsk-footer-extended-feedback-question-info-usefull, .idsk-footer-extended-feedback button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-footer-extended-feedback-question-info-usefull, .idsk-footer-extended-feedback button {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}
@media print {
  .idsk-footer-extended-feedback-question-info-usefull, .idsk-footer-extended-feedback button {
    font-size: 12pt;
    line-height: 1.2;
  }
}
@media screen and (min-width: 670px) {
  .idsk-footer-extended-feedback-question-info-usefull, .idsk-footer-extended-feedback 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.14286;
  }
}
@media screen and (min-width: 670px) and (min-width: 40.0625em) {
  .idsk-footer-extended-feedback-question-info-usefull, .idsk-footer-extended-feedback button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media (min-width: 48.0625em) {
  .idsk-footer-extended-feedback-question-info-usefull, .idsk-footer-extended-feedback 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;
  }
}
@media print and (min-width: 48.0625em) {
  .idsk-footer-extended-feedback-question-info-usefull, .idsk-footer-extended-feedback button {
    font-family: sans-serif;
  }
}
@media (min-width: 48.0625em) and (min-width: 40.0625em) {
  .idsk-footer-extended-feedback-question-info-usefull, .idsk-footer-extended-feedback button {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print and (min-width: 48.0625em) {
  .idsk-footer-extended-feedback-question-info-usefull, .idsk-footer-extended-feedback button {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-footer-extended-up-button-div {
  height: 40px;
  width: 100%;
  background-color: #fff;
}

@media (min-width: 40.0625em) {
  .idsk-footer-extended-up-button-div {
    height: 45px;
  }
  @supports (-moz-appearance: none) {
    .idsk-footer-extended-up-button-div {
      height: 44px;
    }
  }
}
.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;
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.idsk-footer-extended__feedback-info {
  display: none;
}

.idsk-header-web {
  z-index: 9999;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.idsk-header-web__flag {
  background-color: #0b0c0c;
  -webkit-mask: url(/assets/images/header-web/flag.svg) no-repeat center;
  mask: url(/assets/images/header-web/flag.svg) no-repeat center;
  display: inline-block;
  -webkit-mask-size: contain;
  mask-size: contain;
  height: 16px;
  width: 14px;
}

.idsk-header-web__link-arrow {
  background-color: #0b0c0c;
  -webkit-mask: url(/assets/images/header-web/navigation-arrow.svg) no-repeat center;
  mask: url(/assets/images/header-web/navigation-arrow.svg) no-repeat center;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
}

.idsk-header-web__link-arrow-mobile {
  background-color: #0b0c0c;
  -webkit-mask: url(/assets/images/header-web/navigation-arrow-mobile.svg) no-repeat center;
  mask: url(/assets/images/header-web/navigation-arrow-mobile.svg) no-repeat center;
  display: inline;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 13px;
  height: 8px;
  float: right;
}

.idsk-header-web__warning-icon {
  background-color: #d0190f;
  -webkit-mask: url(/assets/images/header-web/warning.svg) no-repeat center;
  mask: url(/assets/images/header-web/warning.svg) no-repeat center;
  border-radius: 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 2px 10px -2px 0;
}

.idsk-header-web__menu-open {
  -webkit-mask: url(/assets/images/header-web/menu.svg) no-repeat center;
  mask: url(/assets/images/header-web/menu.svg) no-repeat center;
}

.idsk-header-web__menu-close, .idsk-header-web__menu-open {
  background-color: #0b0c0c;
  display: inline-block;
  width: 13px;
  height: 13px;
}

.idsk-header-web__menu-close {
  -webkit-mask: url(/assets/images/header-web/close.svg) no-repeat center;
  mask: url(/assets/images/header-web/close.svg) no-repeat center;
}

@media (max-width: 48.0525em) {
  .idsk-header-web {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
  .idsk-header-web__scrolling-wrapper {
    max-height: 100vh;
    overflow: auto;
  }
}
.idsk-header-web__tricolor {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(33.3%, #fff), color-stop(33.3%, #003183), color-stop(66.6%, #003183), color-stop(66.6%, #d0190f), to(#d0190f));
  background-image: -webkit-linear-gradient(left, #fff, #fff 33.3%, #003183 0, #003183 66.6%, #d0190f 0, #d0190f);
  background-image: linear-gradient(90deg, #fff 0, #fff 33.3%, #003183 0, #003183 66.6%, #d0190f 0, #d0190f);
  background-size: 150px 100%;
  background-repeat: repeat;
}

.idsk-header-web__brand {
  background-color: #003078;
  color: #fff;
}

.idsk-header-web__brand .govuk-body-s, .idsk-header-web__brand .govuk-link {
  color: #fff;
}

.idsk-header-web__brand .govuk-grid-column-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.idsk-header-web__brand-gestor {
  float: left;
}

.idsk-header-web__brand-gestor .govuk-width-container {
  position: absolute;
  width: 100vw;
}

.idsk-header-web__brand-gestor .govuk-body-s {
  display: inline-block;
}

.idsk-header-web__brand-gestor .govuk-body-s, .idsk-header-web__brand-gestor .govuk-link {
  margin: 10px 0;
}

@media (max-width: 48.0525em) {
  .idsk-header-web__brand-gestor .govuk-body-s, .idsk-header-web__brand-gestor .govuk-link {
    margin: 11px 0;
  }
}
.idsk-header-web__brand-gestor .govuk-link:focus {
  color: #0b0c0c;
}

.idsk-header-web__brand-gestor .govuk-link:focus .idsk-header-web__link-arrow {
  background-color: #0b0c0c;
}

.idsk-header-web__brand-gestor .idsk-header-web__link-arrow {
  background-color: #fff;
}

.idsk-header-web__brand-gestor .idsk-header-web__flag {
  background-color: #fff;
  margin: 12px 10px 12px 0;
  float: left;
}

@media (max-width: 48.0525em) {
  .idsk-header-web__brand-gestor .idsk-header-web__flag {
    height: 15px;
    width: 12px;
  }
}
.idsk-header-web__brand-gestor-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.14286;
  padding: 0;
  background: none;
  border: none;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

@media print {
  .idsk-header-web__brand-gestor-button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-header-web__brand-gestor-button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-header-web__brand-gestor-button {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.idsk-header-web__brand-gestor-button:hover {
  text-decoration: underline;
}

.idsk-header-web__brand-gestor-button:active, .idsk-header-web__brand-gestor-button:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.idsk-header-web__brand-gestor-button:active .idsk-header-web__link-arrow, .idsk-header-web__brand-gestor-button:focus .idsk-header-web__link-arrow {
  background-color: #0b0c0c;
}

.idsk-header-web__brand-gestor-button--active .idsk-header-web__link-arrow {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 48.0525em) {
  .idsk-header-web__brand-gestor .idsk-header-web__brand-gestor-text {
    display: none;
  }
}
@media (min-width: 48.0625em) {
  .idsk-header-web__brand-gestor .idsk-header-web__brand-gestor-text--mobile {
    display: none;
  }
}
.idsk-header-web__brand-dropdown {
  overflow: hidden;
  display: none;
  position: relative;
}

.idsk-header-web__brand-dropdown .govuk-link:focus {
  color: #0b0c0c;
}

.idsk-header-web__brand-dropdown .govuk-width-container {
  margin: 0;
  width: 93vw;
}

.idsk-header-web__brand-dropdown .govuk-body-s:first-child {
  font-weight: 700;
  margin: 20px 0 0;
}

.idsk-header-web__brand-dropdown .govuk-body-s:last-child {
  margin-bottom: 20px;
}

@media (max-width: 48.0525em) {
  .idsk-header-web__brand-dropdown .govuk-body-s:first-child, .idsk-header-web__brand-dropdown .govuk-body-s:last-child {
    margin: 0;
  }
  .idsk-header-web__brand-dropdown .govuk-grid-column-one-half:first-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .idsk-header-web__brand-dropdown .govuk-grid-column-one-half:last-child {
    padding-bottom: 20px;
  }
}
@media (max-width: 48.0525em) and (min-width: 40.0625em) {
  .idsk-header-web__brand-dropdown .govuk-grid-column-one-half:last-child {
    padding-top: 20px;
  }
}
.idsk-header-web__brand-dropdown--active {
  display: initial;
}

.idsk-header-web__brand-spacer {
  display: none;
  height: 190px;
}

@media (max-width: 40.0525em) {
  .idsk-header-web__brand-spacer {
    height: 280px;
  }
}
@media (min-width: 40.0625em) and (max-width: 48.0525em) {
  .idsk-header-web__brand-spacer {
    height: 202px;
  }
}
.idsk-header-web__brand-spacer--active {
  display: initial;
}

.idsk-header-web__brand-language {
  float: right;
  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-header-web__brand-language {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-header-web__brand-language {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .idsk-header-web__brand-language {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-header-web__brand-language .idsk-header-web__link-arrow {
  background-color: #fff;
}

.idsk-header-web__brand-language--active .idsk-header-web__brand-language-list {
  display: block;
  position: absolute;
  z-index: 2;
  width: 150px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

@media (max-width: 40.0525em) {
  .idsk-header-web__brand-language--active .idsk-header-web__brand-language-list {
    right: 0;
    width: 130px;
    position: absolute;
  }
}
@media (min-width: 40.0625em) {
  .idsk-header-web__brand-language--active .idsk-header-web__brand-language-list {
    width: 140px;
  }
}
.idsk-header-web__brand-language--active .idsk-header-web__link-arrow {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.idsk-header-web__brand-language-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.14286;
  background: none;
  border: none;
  color: #fff;
  margin: 9px 0;
  cursor: pointer;
}

@media print {
  .idsk-header-web__brand-language-button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-header-web__brand-language-button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-header-web__brand-language-button {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.idsk-header-web__brand-language-button:hover {
  text-decoration: underline;
}

.idsk-header-web__brand-language-button:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.idsk-header-web__brand-language-button:focus .idsk-header-web__link-arrow {
  background-color: #0b0c0c;
}

@media (max-width: 48.0525em) {
  .idsk-header-web__brand-language-button {
    margin-top: 8px;
    font-size: 18px;
  }
}
.idsk-header-web__brand-language-list {
  display: none;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  text-align: left;
  background-color: #fff;
}

.idsk-header-web__brand-language-list-item-link {
  display: block;
  text-decoration: none;
  padding: 10px;
}

.idsk-header-web__brand-language-list-item-link--selected {
  text-decoration: underline;
  font-weight: 700;
}

.idsk-header-web__brand-language-list-item-link:link, .idsk-header-web__brand-language-list-item-link:visited {
  color: #0b0c0c;
}

.idsk-header-web__brand-language-list-item-link:not(:focus):hover {
  text-decoration: underline;
}

.idsk-header-web__brand--light {
  background-color: #f3f2f1;
}

.idsk-header-web__brand--light .govuk-body-s, .idsk-header-web__brand--light .govuk-link, .idsk-header-web__brand--light .idsk-header-web__brand-gestor-button, .idsk-header-web__brand--light .idsk-header-web__brand-language-button {
  color: #0b0c0c;
}

.idsk-header-web__brand--light .idsk-header-web__flag, .idsk-header-web__brand--light .idsk-header-web__link-arrow {
  background-color: #0b0c0c;
}

.idsk-header-web__main {
  background-color: #fff;
}

@media (min-width: 48.0625em) {
  .idsk-header-web__main .govuk-grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .idsk-header-web__main .govuk-grid-row .govuk-grid-column-two-thirds {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .idsk-header-web__main .govuk-grid-column-one-third-from-desktop, .idsk-header-web__main .govuk-grid-row .govuk-grid-column-two-thirds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.idsk-header-web__main--buttons {
  display: inline-block;
}

.idsk-header-web__main--login .idsk-header-web__main--login-logoutbtn, .idsk-header-web__main--login .idsk-header-web__main--login-profilebtn {
  display: none;
}

.idsk-header-web__main--login-action {
  display: none;
  overflow: auto;
  margin-bottom: 20px;
}

.idsk-header-web__main--login-action-profile-img {
  height: 28px;
}

.idsk-header-web__main--login-action-text {
  margin-left: 10px;
}

.idsk-header-web__main--login-action-text-user-name {
  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.14286;
  font-weight: 700;
  margin-bottom: 5px;
}

@media print {
  .idsk-header-web__main--login-action-text-user-name {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-header-web__main--login-action-text-user-name {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-header-web__main--login-action-text-user-name {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.idsk-header-web__main--login-action .govuk-link {
  color: #0b0c0c;
}

.idsk-header-web__main--login--loggedIn .idsk-header-web__main--login-loginbtn {
  display: none;
}

.idsk-header-web__main--login--loggedIn a.idsk-header-web__main--login-logoutbtn, .idsk-header-web__main--login--loggedIn a.idsk-header-web__main--login-profilebtn {
  display: initial;
}

.idsk-header-web__main--login--loggedIn .idsk-header-web__main--login-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 48.0525em) {
  .idsk-header-web__main--login--loggedIn .idsk-header-web__main--login-action-text:last-child div {
    display: none;
  }
  .idsk-header-web__main--login--loggedIn button.idsk-header-web__main--login-logoutbtn, .idsk-header-web__main--login--loggedIn button.idsk-header-web__main--login-profilebtn {
    display: initial;
  }
}
@media (min-width: 48.0625em) {
  .idsk-header-web__main--login {
    display: inline-block;
  }
  .idsk-header-web__main--login-action {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 10px;
  }
}
.idsk-header-web__main-headline {
  margin: 28px 0;
}

.idsk-header-web__main-headline > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.idsk-header-web__main-headline > a:active, .idsk-header-web__main-headline > a:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.idsk-header-web__main-headline-logo {
  height: 50px;
  margin-right: 15px;
}

@media (max-width: 48.0525em) {
  .idsk-header-web__main-headline-logo {
    height: 40px;
  }
}
.idsk-header-web__main-headline .govuk-heading-m {
  margin: 0;
  color: #003078;
}

.idsk-header-web__main-headline-menu-button {
  display: none;
}

@media (max-width: 48.0525em) {
  .idsk-header-web__main-headline {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    margin: 0;
  }
  .idsk-header-web__main-headline, .idsk-header-web__main-headline a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .idsk-header-web__main-headline a {
    text-decoration: none;
  }
  .idsk-header-web__main-headline .govuk-heading-m {
    margin: 0;
    float: none;
  }
  .idsk-header-web__main-headline-menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    width: auto;
    float: right;
    border: 1px solid #0b0c0c;
    box-shadow: none;
    color: #0b0c0c;
    font-weight: 700;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 6px;
    margin: 0;
  }
  .idsk-header-web__main-headline-menu-button:hover {
    background-color: #fff;
    color: #0b0c0c;
  }
  .idsk-header-web__main-headline-menu-button:active, .idsk-header-web__main-headline-menu-button:focus {
    outline: 3px solid rgba(0, 0, 0, 0);
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none;
  }
  .idsk-header-web__main-headline-menu-button .idsk-header-web__menu-close, .idsk-header-web__main-headline-menu-button .idsk-header-web__menu-open {
    margin-left: 15px;
    margin-bottom: -1px;
  }
  .idsk-header-web__main-headline-menu-button .idsk-header-web__menu-close {
    display: none;
  }
  .idsk-header-web__main-headline-menu-button-service {
    border: none;
  }
  .idsk-header-web__main-headline-menu-button--active .idsk-header-web__menu-open {
    display: none;
  }
  .idsk-header-web__main-headline-menu-button--active .idsk-header-web__menu-close {
    display: inline-block;
  }
  .idsk-header-web__main-headline-menu-button--active img {
    display: none;
  }
  .idsk-header-web__main-headline-menu-button-service .idsk-header-web__menu-close {
    margin: 0;
    padding: 5px 10px;
  }
}
.idsk-header-web__main-action, .idsk-header-web__main-action-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.idsk-header-web__main-action-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;
  outline: 1px solid #0b0c0c;
  margin: 30px 0;
}

.idsk-header-web__main-action-search input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-color: #626a6e;
  -webkit-mask: url(/assets/images/header-web/search-input-close.svg) no-repeat center;
  mask: url(/assets/images/header-web/search-input-close.svg) no-repeat center;
  display: inline-block;
  -webkit-mask-size: contain;
  mask-size: contain;
  height: 17px;
  width: 17px;
}

@media print {
  .idsk-header-web__main-action-search {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-header-web__main-action-search {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .idsk-header-web__main-action-search {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 48.0625em) {
  .idsk-header-web__main-action-search {
    width: 300px;
  }
}
.idsk-header-web__main-action-search .govuk-input {
  border: none;
  height: 40px;
  padding: 8px 12px;
}

.idsk-header-web__main-action-search .govuk-input:focus {
  z-index: 2;
}

.idsk-header-web__main-action-search .govuk-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 44px;
  font-size: 17px;
  margin: 0;
  padding-top: 7px;
  padding-left: 10px;
  box-shadow: none;
  background-color: #0065b3;
}

.idsk-header-web__main-action-search .govuk-button:before {
  bottom: -2px;
}

.idsk-header-web__main-action-search .govuk-button:hover {
  background-color: #003078;
}

.idsk-header-web__main-action-search .govuk-button:active {
  top: 0;
}

.idsk-header-web__main-action .idsk-header-web__main--buttons {
  float: right;
}

.idsk-header-web__main-action .idsk-button {
  margin: 29px 0 30px 10px;
  padding: 9px 10px 8px;
}

@media (max-width: 48.0525em) {
  .idsk-header-web__main-action {
    float: none;
  }
}
@media (max-width: 48.0525em) {
  .idsk-header-web__main--buttons, .idsk-header-web__main-action-search {
    display: none;
  }
}
.idsk-header-web__nav {
  background-color: #fff;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 48.0525em) {
  .idsk-header-web__nav--mobile {
    display: none;
  }
}
.idsk-header-web__nav--divider {
  height: 1px;
  background-color: #dee0e2;
}

@media (max-width: 48.0525em) {
  .idsk-header-web__nav--divider {
    display: none;
  }
}
.idsk-header-web__nav .idsk-header-web__main--buttons, .idsk-header-web__nav .idsk-header-web__main-action-search {
  display: none;
}

.idsk-header-web__nav .idsk-header-web__main--buttons {
  margin-top: 20px;
}

.idsk-header-web__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 48.0625em) {
  .idsk-header-web__nav-list-item {
    display: inline-block;
    border: none;
    float: left;
  }
}
.idsk-header-web__nav-list-item-link {
  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: 15px 15px 10px;
  white-space: nowrap;
  text-decoration: none;
  color: #0b0c0c;
  display: inline-block;
}

@media print {
  .idsk-header-web__nav-list-item-link {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-header-web__nav-list-item-link {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .idsk-header-web__nav-list-item-link {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-header-web__nav-list-item-link .idsk-header-web__link-arrow-mobile {
  display: none;
}

.idsk-header-web__nav-list-item-link .idsk-header-web__nav-list-item-link-arrow {
  background-color: #0b0c0c;
  -webkit-mask: url(/assets/images/header-web/navigation-arrow.svg) no-repeat center;
  mask: url(/assets/images/header-web/navigation-arrow.svg) no-repeat center;
  width: 10px;
  height: 10px;
  margin-left: 10px;
}

.idsk-header-web__nav-list-item-link:hover, .idsk-header-web__nav-list-item-link:link, .idsk-header-web__nav-list-item-link:visited {
  color: #0b0c0c;
}

.idsk-header-web__nav-list-item-link:active, .idsk-header-web__nav-list-item-link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

@media (min-width: 48.0625em) {
  .idsk-header-web__nav-list-item-link:active, .idsk-header-web__nav-list-item-link:focus {
    box-shadow: 0 0 #ffdf0f, inset 0 -4px #0b0c0c;
  }
}
.idsk-header-web__nav-list-item-link:hover {
  text-decoration: underline;
}

@media (min-width: 48.0625em) {
  .idsk-header-web__nav-list-item--active {
    background-color: #003078;
  }
}
@media (min-width: 48.0625em) {
  .idsk-header-web__nav-list-item--active .idsk-header-web__nav-list-item-link:hover, .idsk-header-web__nav-list-item--active .idsk-header-web__nav-list-item-link:link, .idsk-header-web__nav-list-item--active .idsk-header-web__nav-list-item-link:visited {
    color: #fff;
  }
}
.idsk-header-web__nav-list-item--active .idsk-header-web__nav-list-item-link:active, .idsk-header-web__nav-list-item--active .idsk-header-web__nav-list-item-link:focus {
  color: #0b0c0c;
}

.idsk-header-web__nav-list-item--active .idsk-header-web__nav-list-item-link:active .idsk-header-web__link-arrow, .idsk-header-web__nav-list-item--active .idsk-header-web__nav-list-item-link:active .idsk-header-web__link-arrow-mobile, .idsk-header-web__nav-list-item--active .idsk-header-web__nav-list-item-link:focus .idsk-header-web__link-arrow, .idsk-header-web__nav-list-item--active .idsk-header-web__nav-list-item-link:focus .idsk-header-web__link-arrow-mobile {
  background-color: #0b0c0c;
}

.idsk-header-web__nav-list-item--active .idsk-header-web__nav-list-item-link .idsk-header-web__link-arrow {
  background-color: #fff;
}

.idsk-header-web__nav-list-item--active .idsk-header-web__link-arrow, .idsk-header-web__nav-list-item--active .idsk-header-web__link-arrow-mobile {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.idsk-header-web__nav-list-item--active .idsk-header-web__nav-submenu, .idsk-header-web__nav-list-item--active .idsk-header-web__nav-submenulite {
  display: block;
}

@media (min-width: 40.0625em) and (max-width: 48.0525em) {
  .idsk-header-web__nav-list-item--active .govuk-grid-row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.idsk-header-web__nav--dark {
  background-color: #003078;
}

.idsk-header-web__nav--dark .idsk-header-web__link-arrow {
  background-color: #fff;
}

.idsk-header-web__nav--dark .idsk-header-web__nav-list-item-link {
  color: #fff;
}

.idsk-header-web__nav--dark .idsk-header-web__nav-list-item-link:active, .idsk-header-web__nav--dark .idsk-header-web__nav-list-item-link:focus {
  color: #0b0c0c;
}

.idsk-header-web__nav--dark .idsk-header-web__nav-list-item-link:active .idsk-header-web__link-arrow, .idsk-header-web__nav--dark .idsk-header-web__nav-list-item-link:focus .idsk-header-web__link-arrow {
  background-color: #0b0c0c;
}

@media (max-width: 48.0525em) {
  .idsk-header-web__nav {
    border-top: none;
  }
  .idsk-header-web__nav-bar--buttons {
    border-bottom: 2px solid #dee0e2;
  }
  .idsk-header-web__nav .idsk-header-web__main--buttons, .idsk-header-web__nav .idsk-header-web__main-action-search {
    display: block;
  }
  .idsk-header-web__nav .idsk-header-web__main-action-search {
    margin: 0;
  }
  .idsk-header-web__nav .idsk-header-web__main-action-search .govuk-input {
    width: calc(100% - 44px);
  }
  .idsk-header-web__nav .idsk-header-web__main-action-search .govuk-button {
    float: right;
  }
  .idsk-header-web__nav-list {
    margin: 0 -15px;
    padding: 15px 0;
  }
  .idsk-header-web__nav-list-item-link {
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
  }
  .idsk-header-web__nav-list-item-link .idsk-header-web__link-arrow {
    display: none;
  }
  .idsk-header-web__nav-list-item-link .idsk-header-web__link-arrow-mobile {
    margin-top: 10px;
    display: inline;
  }
}
@media (min-width: 40.0625em) {
  .idsk-header-web__nav-list {
    margin-left: -30px;
    margin-right: -30px;
  }
  .idsk-header-web__nav-list-item-link {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.idsk-header-web__nav-submenu {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  display: none;
}

.idsk-header-web__nav-submenu:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 48.0625em) {
  .idsk-header-web__nav-submenu {
    background-color: #003078;
  }
}
.idsk-header-web__nav-submenu-list {
  background-color: #003078;
  list-style-type: none;
}

@media (min-width: 48.0625em) {
  .idsk-header-web__nav-submenu-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }
  .idsk-header-web__nav-submenu-list, .idsk-header-web__nav-submenu-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .idsk-header-web__nav-submenu-list-item {
    width: 33.33%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-align: center;
  }
  .idsk-header-web__nav-submenu-list-item-link {
    width: 100%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .idsk-header-web__nav-submenu-list-item-link:active, .idsk-header-web__nav-submenu-list-item-link:focus {
    box-shadow: 0 0 #ffdf0f, inset 0 -4px #0b0c0c;
  }
}
.idsk-header-web__nav-submenu-list-item-link {
  padding: 12px 20px 13px 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.idsk-header-web__nav-submenu-list-item-link span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.idsk-header-web__nav-submenu-list-item-link:link, .idsk-header-web__nav-submenu-list-item-link:visited {
  color: #fff;
}

.idsk-header-web__nav-submenu-list-item-link:hover {
  text-decoration: underline;
}

.idsk-header-web__nav-submenu-list-item-link:active, .idsk-header-web__nav-submenu-list-item-link:focus {
  color: #0b0c0c;
}

@media (max-width: 48.0525em) {
  .idsk-header-web__nav-submenu {
    position: static;
    width: auto;
  }
  .idsk-header-web__nav-submenu-list {
    padding: 0;
    background-color: #fff;
  }
  .idsk-header-web__nav-submenu-list-item-link {
    padding: 15px 20px 15px 30px;
    font-size: 18px;
    font-weight: 700;
  }
  .idsk-header-web__nav-submenu-list-item-link:link, .idsk-header-web__nav-submenu-list-item-link:visited {
    color: #0b0c0c;
  }
  .idsk-header-web__nav-submenu .govuk-grid-column-one-quarter {
    padding: 0;
  }
}
@media (max-width: 48.0525em) and (min-width: 40.0625em) and (max-width: 48.0525em) {
  .idsk-header-web__nav-submenu-list-item-link {
    padding-left: 50px;
  }
}
.idsk-header-web__nav-submenulite {
  position: relative;
  left: 0;
  z-index: 1;
  display: none;
}

.idsk-header-web__nav-submenulite-list {
  background-color: #003078;
  list-style-type: none;
}

@media (min-width: 48.0625em) {
  .idsk-header-web__nav-submenulite-list {
    position: absolute;
    padding: 15px 0;
    width: 250px;
  }
}
.idsk-header-web__nav-submenulite-list-item-link {
  padding: 10px 20px 10px 15px;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  width: 100%;
}

.idsk-header-web__nav-submenulite-list-item-link span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.idsk-header-web__nav-submenulite-list-item-link:link, .idsk-header-web__nav-submenulite-list-item-link:visited {
  color: #fff;
}

.idsk-header-web__nav-submenulite-list-item-link:active, .idsk-header-web__nav-submenulite-list-item-link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.idsk-header-web__nav-submenulite-list-item-link:hover {
  text-decoration: underline;
}

@media (max-width: 48.0525em) {
  .idsk-header-web__nav-submenulite {
    position: static;
  }
  .idsk-header-web__nav-submenulite-list {
    padding: 0;
    background-color: #fff;
  }
  .idsk-header-web__nav-submenulite .idsk-header-web__nav-submenulite-list-item-link {
    padding: 15px 20px 15px 30px;
    font-size: 18px;
    font-weight: 700;
  }
  .idsk-header-web__nav-submenulite .idsk-header-web__nav-submenulite-list-item-link:link, .idsk-header-web__nav-submenulite .idsk-header-web__nav-submenulite-list-item-link:visited {
    color: #0b0c0c;
  }
}
@media (min-width: 40.0625em) and (max-width: 48.0525em) {
  .idsk-header-web__nav-submenulite .idsk-header-web__nav-submenulite-list-item-link {
    padding-left: 50px;
  }
}
.idsk-header-web__banner {
  padding: 15px 0;
  background-color: #ffdf0f;
}

.idsk-header-web__banner--warning {
  background-color: #f3f2f1;
}

.idsk-header-web__banner--warning .idsk-header-web__banner-close:active, .idsk-header-web__banner--warning .idsk-header-web__banner-close:focus, .idsk-header-web__banner--warning .idsk-header-web__banner-close:focus-visible {
  outline: none;
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.idsk-header-web__banner-title {
  margin: 0;
  font-weight: 700;
  display: inline-block;
}

.idsk-header-web__banner .govuk-grid-column-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.idsk-header-web__banner--hide {
  display: none;
}

@media (max-width: 48.0525em) {
  .idsk-header-web__banner--scrolled {
    display: none;
  }
}
.idsk-header-web__banner-close {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 5px 5px 2px;
  cursor: pointer;
}

.idsk-header-web__banner-close:active, .idsk-header-web__banner-close:focus, .idsk-header-web__banner-close:focus-visible {
  outline: 1px solid #0b0c0c;
}

.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.14286;
  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;
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .idsk-warning-text {
    margin-bottom: 30px;
  }
}
.idsk-warning-text__text {
  display: block;
  font-weight: 700;
}

.idsk-warning-text__text a:active, .idsk-warning-text__text a:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  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-search-results {
  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: 0 -15px;
}

@media print {
  .idsk-search-results {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .idsk-search-results {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 48.0625em) {
  .idsk-search-results {
    margin: 0;
  }
  .idsk-search-results .govuk-grid-column-one-quarter {
    width: 32%;
  }
  .idsk-search-results .govuk-grid-column-three-quarters {
    width: 68%;
  }
}
.idsk-search-results .govuk-heading-xl {
  margin-bottom: 30px;
}

.idsk-search-results .govuk-select {
  max-width: 150px;
  width: -webkit-fill-available;
  background-color: #fff;
  width: -moz-available;
}

@media (min-width: 23.5625em) {
  .idsk-search-results .govuk-select {
    max-width: 190px;
  }
}
@media (orientation: landscape) {
  .idsk-search-results .govuk-select {
    max-width: 100%;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results__filter.govuk-grid-column-one-quarter {
    width: 37%;
  }
}
@media (min-width: 48.0625em) {
  .idsk-search-results__filter.govuk-grid-column-one-quarter {
    width: 32%;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results__content.govuk-grid-column-three-quarters {
    width: 63%;
  }
}
@media (min-width: 48.0625em) {
  .idsk-search-results__content.govuk-grid-column-three-quarters {
    width: 68%;
  }
}
.idsk-search-results__filter {
  display: none;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__filter {
    display: block;
    padding-top: 15px;
  }
}
.idsk-search-results__filter.idsk-search-results-filter__filter-panel {
  display: block;
}

.idsk-search-results__filter .govuk-form-group {
  margin-bottom: 0;
}

.idsk-search-results__content .govuk-grid-column-two-quarters {
  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: 10px 0;
  margin: 0 15px;
  width: auto;
  border-bottom: 2px solid #0b0c0c;
}

@media print {
  .idsk-search-results__content .govuk-grid-column-two-quarters {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results__content .govuk-grid-column-two-quarters {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .idsk-search-results__content .govuk-grid-column-two-quarters {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results__content .govuk-grid-column-two-quarters {
    padding: 0;
    margin: 0;
    border-bottom: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: right;
  }
}
.idsk-search-results--order {
  box-sizing: border-box;
  width: 100%;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px;
}

@media (min-width: 40.0625em) {
  .idsk-search-results--order {
    width: 100%;
    float: left;
  }
}
@media print {
  .idsk-search-results--order {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results--order {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .idsk-search-results--order {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results--order {
    display: none;
  }
}
.idsk-search-results--order .govuk-label {
  padding-right: 10px;
  margin-top: 10px;
}

.idsk-search-results--order .govuk-form-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fill-available;
  margin-bottom: -15px;
  border-bottom: 1px solid #0b0c0c;
  padding-bottom: 15px;
}

.idsk-search-results__content .govuk-grid-column-two-quarters span {
  padding-top: 9px;
  padding-right: 5px;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__content .govuk-grid-column-two-quarters span {
    padding-top: 7px;
  }
}
.idsk-search-results__per-page {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
}

.idsk-search-results__filter-panel--mobile {
  width: 100%;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__filter-panel--mobile {
    width: 45%;
  }
}
.idsk-search-results__filters__button {
  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.04167;
  text-decoration: none;
  position: relative;
  border-width: 0;
  color: #0065b3;
  background: none;
  cursor: pointer;
  padding-left: 0;
  padding-right: 20px;
  padding-top: 5px;
}

@media print {
  .idsk-search-results__filters__button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results__filters__button {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.11111;
  }
}
@media print {
  .idsk-search-results__filters__button {
    font-size: 24pt;
    line-height: 1.05;
  }
}
.idsk-search-results__filters__button:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__filters__button {
    display: none;
  }
}
.idsk-search-results__filters__button:after {
  border-style: solid;
  border-width: 3px 3px 0 0;
  color: #0065b3;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  position: relative;
  top: 8px;
  right: -13px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: top;
}

.idsk-search-results__content .govuk-grid-column-two-quarters .govuk-form-group {
  margin-bottom: 5px;
}

.idsk-search-results__content__picked-filters {
  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;
  margin-left: 15px;
  padding-left: 0;
  padding-right: 0;
}

@media print {
  .idsk-search-results__content__picked-filters {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results__content__picked-filters {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .idsk-search-results__content__picked-filters {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results__content__picked-filters {
    border-top: 2px solid #0b0c0c;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results--border {
    border-bottom: 2px solid #0b0c0c;
  }
}
.idsk-search-results__picked-content-type, .idsk-search-results__picked-date, .idsk-search-results__picked-topic {
  font-weight: 400;
  border: 1px solid #0b0c0c;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 10px 10px 0;
  display: inline-block;
  cursor: pointer;
}

.idsk-search-results__picked-content-type:focus, .idsk-search-results__picked-date:focus, .idsk-search-results__picked-topic:focus {
  box-shadow: inset 0 0 0 2px;
  border: 1px solid #0b0c0c;
  outline: 3px solid #ffdf0f;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__picked-content-type, .idsk-search-results__picked-date, .idsk-search-results__picked-topic {
    margin: 5px;
    padding: 5px;
  }
}
.idsk-search-results__list .idsk-search-results__search__input {
  margin-bottom: 10px;
}

.idsk-search-results__content__page-changer {
  border-top: 1px solid #626a6e;
  padding-top: 15px;
  margin-left: 15px;
  width: 95%;
  display: inline-block;
  position: relative;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__content__page-changer {
    width: 96.5%;
    border-top: 2px solid #0b0c0c;
  }
}
@media (min-width: 48.0625em) {
  .idsk-search-results__content__page-changer {
    width: 97.6%;
  }
}
.idsk-search-results--half-width {
  width: 50%;
}

.idsk-search-results__button--back, .idsk-search-results__button--back-to-results, .idsk-search-results__button--back__mobile, .idsk-search-results__button--forward, .idsk-search-results__button--forward__mobile, .idsk-search-results__button--turn-filters-off {
  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-align: right;
  font-family: Source Sans Pro, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__button--back, .idsk-search-results__button--back-to-results, .idsk-search-results__button--back__mobile, .idsk-search-results__button--forward, .idsk-search-results__button--forward__mobile, .idsk-search-results__button--turn-filters-off {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .idsk-search-results__button--back, .idsk-search-results__button--back-to-results, .idsk-search-results__button--back__mobile, .idsk-search-results__button--forward, .idsk-search-results__button--forward__mobile, .idsk-search-results__button--turn-filters-off {
    font-size: 14pt;
    line-height: 1.15;
    font-family: sans-serif;
  }
}
.idsk-search-results__button--back-to-results:focus, .idsk-search-results__button--back:focus, .idsk-search-results__button--back__mobile:focus, .idsk-search-results__button--forward:focus, .idsk-search-results__button--forward__mobile:focus, .idsk-search-results__button--turn-filters-off:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.idsk-search-results__button--back-to-results:link, .idsk-search-results__button--back:link, .idsk-search-results__button--back__mobile:link, .idsk-search-results__button--forward:link, .idsk-search-results__button--forward__mobile:link, .idsk-search-results__button--turn-filters-off:link {
  color: #0065b3;
}

.idsk-search-results__button--back-to-results:visited, .idsk-search-results__button--back:visited, .idsk-search-results__button--back__mobile:visited, .idsk-search-results__button--forward:visited, .idsk-search-results__button--forward__mobile:visited, .idsk-search-results__button--turn-filters-off:visited {
  color: #4c2c92;
}

.idsk-search-results__button--back-to-results:hover, .idsk-search-results__button--back:hover, .idsk-search-results__button--back__mobile:hover, .idsk-search-results__button--forward:hover, .idsk-search-results__button--forward__mobile:hover, .idsk-search-results__button--turn-filters-off:hover {
  color: #003078;
}

.idsk-search-results__button--back-to-results:active, .idsk-search-results__button--back-to-results:focus, .idsk-search-results__button--back:active, .idsk-search-results__button--back:focus, .idsk-search-results__button--back__mobile:active, .idsk-search-results__button--back__mobile:focus, .idsk-search-results__button--forward:active, .idsk-search-results__button--forward:focus, .idsk-search-results__button--forward__mobile:active, .idsk-search-results__button--forward__mobile:focus, .idsk-search-results__button--turn-filters-off:active, .idsk-search-results__button--turn-filters-off:focus {
  color: #0b0c0c;
}

.idsk-search-results__list::-webkit-scrollbar {
  width: 7px;
}

.idsk-search-results__list::-webkit-scrollbar-thumb {
  background-color: #626a6e;
  border-radius: 4px;
  border: 1px solid #626a6e;
  width: 8px;
}

.idsk-search-results__list::-webkit-scrollbar-track {
  background: #fff;
}

.idsk-search-results__button--turn-filters-off {
  text-align: left;
  margin: 15px 0;
  padding: 0;
  width: auto;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__button--turn-filters-off {
    display: none;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results__subcards.govuk-grid-column-one-half {
    width: 100%;
  }
}
@media (min-width: 48.0625em) {
  .idsk-search-results__subcards.govuk-grid-column-one-half {
    width: 50%;
  }
}
.idsk-search-results__subcards .idsk-heading-basic-variant {
  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.14286;
  padding-bottom: 15px;
  padding-top: 0;
}

@media print {
  .idsk-search-results__subcards .idsk-heading-basic-variant {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results__subcards .idsk-heading-basic-variant {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-search-results__subcards .idsk-heading-basic-variant {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.idsk-search-results__subcards .idsk-heading-basic-variant:before {
  content: "";
  border-bottom: 1px solid #0b0c0c;
  position: absolute;
  width: 20px;
  margin-left: -15px;
  margin-top: 8px;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__subcards .idsk-heading-basic-variant {
    font-weight: 700;
  }
  .idsk-search-results__subcards .idsk-heading-basic-variant:before {
    content: none;
  }
}
.idsk-search-results__subcards .idsk-card-title {
  padding-left: 10px;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__subcards .idsk-card-title {
    padding-left: 0;
  }
}
.idsk-search-results__subcards .idsk-body-basic-variant {
  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.14286;
  display: none;
}

@media print {
  .idsk-search-results__subcards .idsk-body-basic-variant {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results__subcards .idsk-body-basic-variant {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-search-results__subcards .idsk-body-basic-variant {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results__subcards .idsk-body-basic-variant {
    display: block;
  }
}
.idsk-search-results__content__picked-filters.govuk-grid-column-full {
  width: 96%;
  padding-bottom: 50px;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__content__picked-filters.govuk-grid-column-full {
    width: 96.5%;
    padding-bottom: 0;
  }
}
@media (min-width: 48.0625em) {
  .idsk-search-results__content__picked-filters.govuk-grid-column-full {
    width: 97.6%;
  }
}
.idsk-search-results__show-results__button {
  padding-top: 15px;
  margin-top: 15px;
  box-shadow: 0 -4px 3px -3px #626a6e;
  position: fixed;
  bottom: 0;
  z-index: 20;
  background: #fff;
  width: calc(100% + 4px);
  margin-left: -3px;
  padding-left: 15px;
  padding-right: 20px;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__show-results__button {
    display: none;
  }
}
.idsk-search-results__button--back-to-results {
  padding-top: 5px;
  float: right;
}

.idsk-search-results__button--back {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  margin-left: -15px;
}

.idsk-search-results__button--forward {
  right: 0;
  padding-right: 0;
  position: absolute;
  margin-bottom: 0;
}

.idsk-search-results__button__svg--previous {
  padding-right: 10px;
}

.idsk-search-results__button__svg--next {
  padding-left: 10px;
}

.idsk-search-results__page-number, .idsk-search-results__page-number--mobile {
  text-align: center;
  overflow: auto;
  padding-top: 15px;
}

.idsk-intro-block__search span {
  display: block;
}

.idsk-search-results__filter .idsk-intro-block__search {
  height: 40px;
  padding-bottom: 10px;
  padding-top: 5px;
  display: none;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__filter .idsk-intro-block__search {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: -webkit-fill-available;
    width: -moz-available;
  }
}
.idsk-search-results__filter .idsk-intro-block__search .idsk-intro-block__search__button {
  height: 40px;
  width: 40px;
  z-index: 1;
}

.idsk-search-results__filter .idsk-intro-block__search .idsk-intro-block__input {
  height: 40px;
}

@media (orientation: landscape) {
  .idsk-search-results__filter .idsk-intro-block__search .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: 14px;
    font-size: 0.875rem;
    line-height: 1.14286;
  }
}
@media print and (orientation: landscape) {
  .idsk-search-results__filter .idsk-intro-block__search .idsk-intro-block__input {
    font-family: sans-serif;
  }
}
@media (orientation: landscape) and (min-width: 40.0625em) {
  .idsk-search-results__filter .idsk-intro-block__search .idsk-intro-block__input {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print and (orientation: landscape) {
  .idsk-search-results__filter .idsk-intro-block__search .idsk-intro-block__input {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results__filter .idsk-intro-block__search .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;
  }
}
@media print and (min-width: 40.0625em) {
  .idsk-search-results__filter .idsk-intro-block__search .idsk-intro-block__input {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) and (min-width: 40.0625em) {
  .idsk-search-results__filter .idsk-intro-block__search .idsk-intro-block__input {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print and (min-width: 40.0625em) {
  .idsk-search-results__filter .idsk-intro-block__search .idsk-intro-block__input {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-search-results__filter .idsk-intro-block__search .idsk-intro-block__input::-webkit-input-placeholder {
  color: #0b0c0c;
}

.idsk-search-results__filter .idsk-intro-block__search .idsk-intro-block__input::-moz-placeholder {
  color: #0b0c0c;
}

.idsk-search-results__filter .idsk-intro-block__search .idsk-intro-block__input:-ms-input-placeholder {
  color: #0b0c0c;
}

.idsk-search-results__filter .idsk-intro-block__search .idsk-intro-block__input::-ms-input-placeholder {
  color: #0b0c0c;
}

.idsk-search-results__filter .idsk-intro-block__search .idsk-intro-block__input::placeholder {
  color: #0b0c0c;
}

.idsk-search-results__page-number--mobile {
  padding-top: 15px;
  padding-bottom: 10px;
}

.idsk-search-results__page-number--mobile span {
  padding: 0 20px;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__page-number--mobile {
    display: none;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results--grey {
    background-color: #f3f2f1;
  }
}
.idsk-search-results__content__picked-filters__content-type, .idsk-search-results__content__picked-filters__date, .idsk-search-results__content__picked-filters__topics {
  min-height: 40px;
  margin-top: 30px;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__content__picked-filters__content-type, .idsk-search-results__content__picked-filters__date, .idsk-search-results__content__picked-filters__topics {
    margin-top: -0.5px;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results__after-date, .idsk-search-results__before-date {
    padding-left: 5px;
  }
}
.idsk-search-results__after-date {
  padding-right: 5px;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__after-date {
    padding-right: 0;
  }
}
.idsk-search-results__content__picked-filters__date span:first-child {
  display: block;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__content__picked-filters__date span:first-child {
    display: contents;
  }
}
.idsk-search-results__content__picked-filters__content-type .idsk-search-results__text, .idsk-search-results__content__picked-filters__date .idsk-search-results__after-date, .idsk-search-results__content__picked-filters__date .idsk-search-results__before-date, .idsk-search-results__content__picked-filters__topics .idsk-search-results__text {
  font-weight: 700;
}

.idsk-search-results__text {
  display: block;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__text {
    display: unset;
    padding-left: 5px;
  }
}
.idsk-search-results__content__picked-filters__content-type button, .idsk-search-results__content__picked-filters__content-type span, .idsk-search-results__content__picked-filters__date button, .idsk-search-results__content__picked-filters__date span, .idsk-search-results__content__picked-filters__topics button, .idsk-search-results__content__picked-filters__topics span {
  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;
}

@media print {
  .idsk-search-results__content__picked-filters__content-type button, .idsk-search-results__content__picked-filters__content-type span, .idsk-search-results__content__picked-filters__date button, .idsk-search-results__content__picked-filters__date span, .idsk-search-results__content__picked-filters__topics button, .idsk-search-results__content__picked-filters__topics span {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results__content__picked-filters__content-type button, .idsk-search-results__content__picked-filters__content-type span, .idsk-search-results__content__picked-filters__date button, .idsk-search-results__content__picked-filters__date span, .idsk-search-results__content__picked-filters__topics button, .idsk-search-results__content__picked-filters__topics span {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .idsk-search-results__content__picked-filters__content-type button, .idsk-search-results__content__picked-filters__content-type span, .idsk-search-results__content__picked-filters__date button, .idsk-search-results__content__picked-filters__date span, .idsk-search-results__content__picked-filters__topics button, .idsk-search-results__content__picked-filters__topics span {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-search-results--hidden {
  visibility: hidden;
}

.idsk-search-results__content__number-of-results {
  display: none;
}

@media (min-width: 48.0625em) {
  .idsk-search-results__content__number-of-results {
    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.11111;
    display: block;
    padding-top: 5px;
  }
}
@media print and (min-width: 48.0625em) {
  .idsk-search-results__content__number-of-results {
    font-family: sans-serif;
  }
}
@media (min-width: 48.0625em) and (min-width: 40.0625em) {
  .idsk-search-results__content__number-of-results {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print and (min-width: 48.0625em) {
  .idsk-search-results__content__number-of-results {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.idsk-search-results__link-panel--span {
  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;
  line-height: 25px;
  padding-right: 30px;
  color: #0b0c0c;
  float: right;
  padding-top: 0;
}

@media print {
  .idsk-search-results__link-panel--span {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results__link-panel--span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}
@media print {
  .idsk-search-results__link-panel--span {
    font-size: 12pt;
    line-height: 1.2;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results__link-panel--span {
    padding-right: 0;
    padding-top: 5px;
    margin-bottom: -10px;
  }
}
.idsk-search-results__date__span {
  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.14286;
}

@media print {
  .idsk-search-results__date__span {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results__date__span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-search-results__date__span {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.idsk-search-results__date__span__example {
  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.14286;
  white-space: nowrap;
  color: #626a6e;
}

@media print {
  .idsk-search-results__date__span__example {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results__date__span__example {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-search-results__date__span__example {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.idsk-search-results__filter-header-panel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 2px solid #0b0c0c;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-fill-available;
  padding: 0 0 15px;
}

.idsk-search-results__filter-header-panel .govuk-heading-xl {
  margin-bottom: 0;
  padding-left: 0;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__filter-header-panel {
    display: none;
  }
}
.idsk-search-results__content.govuk-grid-column-three-quarters {
  padding: 0;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__content.govuk-grid-column-three-quarters {
    padding: 0 15px;
  }
}
.idsk-search-results__link-panel__title {
  text-decoration: none;
  color: #0065b3;
  overflow: overlay;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.idsk-search-results__link-panel__title:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.idsk-header-extended.idsk-search-results--invisible__mobile, .idsk-search-results--invisible, .idsk-search-results--invisible__mobile {
  display: none;
}

@media (min-width: 40.0625em) {
  .idsk-header-extended.idsk-search-results--invisible__mobile, .idsk-search-results--invisible__mobile {
    display: block;
  }
}
.idsk-search-results--visible__mobile {
  display: block;
}

@media (min-width: 40.0625em) {
  .idsk-search-results--visible__mobile {
    display: none;
  }
}
.idsk-search-results--visible__mobile--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (min-width: 40.0625em) {
  .idsk-search-results--visible__mobile--inline {
    display: none;
  }
}
.idsk-intro-block__search.idsk-search-results--visible__mobile--inline.idsk-search-results--invisible__mobile {
  display: none;
}

.idsk-search-results--visible {
  display: block;
}

.idsk-search-results__link-panel-button {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.11111;
  cursor: pointer;
  color: #0065b3;
  height: inherit;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__link-panel-button {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-search-results__link-panel-button {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results__link-panel-button {
    display: grid;
  }
}
@media (min-width: 48.0625em) {
  .idsk-search-results__link-panel-button {
    display: unset;
  }
}
#datum-od {
  margin-bottom: 10px;
}

.idsk-search-results--expand .idsk-search-results__list {
  max-height: 300px;
  overflow-y: auto;
  position: relative;
  overflow-x: hidden;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-bottom: -5px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bfc1c3;
}

@media (min-width: 48.0625em) {
  .idsk-search-results--expand .idsk-search-results__list {
    padding-left: 10px;
  }
}
.idsk-search-results--expand .idsk-search-results__list #datum-do.govuk-input, .idsk-search-results--expand .idsk-search-results__list #datum-od.govuk-input {
  width: 90%;
  display: block;
}

@media (min-width: 40.0625em) {
  .idsk-search-results--expand .idsk-search-results__list #datum-do.govuk-input, .idsk-search-results--expand .idsk-search-results__list #datum-od.govuk-input {
    width: 98%;
  }
}
.idsk-search-results--expand .idsk-search-results__link-panel-button {
  border-bottom: none;
}

.idsk-search-results--expand .idsk-search-results__link-panel-button:focus .idsk-search-results__link-panel__title {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.idsk-search-results--expand .idsk-search-results__link-panel-button:before {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media (min-width: 40.0625em) {
  .idsk-search-results--expand .idsk-search-results__link-panel-button:before {
    top: 25px;
  }
}
.idsk-search-results__list {
  cursor: text;
}

.idsk-search-results__list .idsk-search-results__search__input {
  width: 97%;
  background-image: url(/assets/images/loupe.svg);
  background-repeat: no-repeat;
  background-position: 7px 10px;
  background-size: 17px;
  padding-left: 30px;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__list .idsk-search-results__search__input {
    width: 96%;
  }
}
@media (min-width: 48.0625em) {
  .idsk-search-results__list .idsk-search-results__search__input {
    width: 240px;
    max-width: 96%;
  }
}
.idsk-search-results--order__dropdown .govuk-select:focus {
  margin-bottom: 3px;
}

.idsk-search-results__link-panel {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 60px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.idsk-search-results__link-panel-button {
  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;
  outline: none;
  background-color: #fff;
  text-align: left;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border: none;
  border-bottom: 1px solid #bfc1c3;
}

@media print {
  .idsk-search-results__link-panel-button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results__link-panel-button {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .idsk-search-results__link-panel-button {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-results__link-panel-button {
    padding: 15px 35px 15px 5px;
  }
}
.idsk-search-results__link-panel-button:disabled {
  cursor: text;
}

.idsk-search-results__link-panel-button:disabled .idsk-search-results__link-panel__title {
  color: #bfc1c3;
  cursor: text;
}

.idsk-search-results__link-panel-button:disabled:before {
  color: #bfc1c3;
}

.idsk-search-results__link-panel-button:before {
  border-style: solid;
  border-width: 3px 3px 0 0;
  color: #0b0c0c;
  content: "";
  display: inline-block;
  height: 0.45em;
  right: 10px;
  position: absolute;
  top: 23px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: top;
  width: 0.45em;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__link-panel-button:before {
    top: 24px;
  }
}
.idsk-search-results__link-panel-button:focus:before {
  color: #0b0c0c;
}

@media (min-width: 40.0625em) {
  .idsk-search-results__link-panel {
    height: 65px;
  }
}
.idsk-search-results__link {
  text-decoration: underline;
}

.idsk-search-results__link-number {
  display: inline-block;
  text-decoration: underline;
}

.idsk-search-results__link-number:focus {
  text-decoration: none;
}

.idsk-search-results__link-panel-button:focus {
  outline: none;
}

.idsk-search-results__link-panel-button:focus .idsk-search-results__link-panel__title {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.idsk-search-results__link-panel:focus {
  outline: none;
}

.idsk-search-results__list {
  background-color: #fff;
  padding-top: 0;
  padding-left: 5px;
  max-height: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow-y: hidden;
}

.idsk-search-results__list-item--active:before {
  top: 5px;
}

.idsk-option-select-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.idsk-option-select-filter .govuk-checkboxes__label:before {
  width: 44px;
  height: 44px;
  top: 2px;
}

@media (min-width: 40.0625em) {
  .idsk-option-select-filter .govuk-checkboxes__label:before {
    width: 30px;
    height: 30px;
  }
}
.idsk-option-select-filter .govuk-checkboxes__label:after {
  top: 15px;
  left: 12px;
  width: 21px;
  box-sizing: border-box;
  height: 11px;
  border-width: 0 0 3px 3px;
}

@media (min-width: 40.0625em) {
  .idsk-option-select-filter .govuk-checkboxes__label:after {
    top: 11px;
    left: 8px;
    width: 15px;
    box-sizing: border-box;
    height: 9px;
    border-width: 0 0 3px 3px;
  }
}
.idsk-option-select-filter .govuk-checkboxes__label {
  padding: 15px 20px 5px;
  margin-bottom: 15px;
}

@media (min-width: 40.0625em) {
  .idsk-option-select-filter .govuk-checkboxes__label {
    padding: 5px 10px;
    margin-bottom: 0;
  }
}
.idsk-option-select-filter .govuk-checkboxes--small .govuk-checkboxes__item {
  margin-bottom: 10px;
}

.idsk-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.14286;
  display: block;
  padding: 10px 15px;
}

.idsk-skip-link:active, .idsk-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 {
  .idsk-skip-link {
    font-family: sans-serif;
  }
}
.idsk-skip-link:link, .idsk-skip-link:visited {
  color: #0b0c0c;
}

@media print {
  .idsk-skip-link:link, .idsk-skip-link:visited {
    color: #000;
  }
}
.idsk-skip-link:hover {
  color: rgba(11, 12, 12, 0.99);
}

.idsk-skip-link:active, .idsk-skip-link:focus {
  color: #0b0c0c;
}

@media print {
  .idsk-skip-link:active, .idsk-skip-link:focus {
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .idsk-skip-link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-skip-link {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@supports (padding: max(calc(0px))) {
  .idsk-skip-link {
    padding-right: max(15px, 15px + env(safe-area-inset-right));
    padding-left: max(15px, 15px + env(safe-area-inset-left));
  }
}
.idsk-skip-link:focus {
  outline: 3px solid #ffdf0f;
  background-color: #ffdf0f;
}

@media (max-width: 48.0525em) {
  .idsk-skip-link--sticky:focus {
    position: fixed !important;
    z-index: 11;
    width: 100% !important;
  }
}
.idsk-card {
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}

@media (min-width: 40.0625em) {
  .idsk-card {
    margin-bottom: 30px;
  }
}
.idsk-card-simple {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  float: none;
}

@media (min-width: 40.0625em) {
  .idsk-card-simple {
    width: 33.3333%;
    float: left;
  }
}
.idsk-card-title {
  cursor: pointer;
  margin: 0;
}

.idsk-card-title:hover {
  color: #0b0c0c;
}

.idsk-card-img {
  width: 100%;
}

.idsk-card-img-hero {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  float: none;
}

@media (min-width: 40.0625em) {
  .idsk-card-img-hero {
    width: 50%;
    float: left;
    padding-right: 15px;
  }
}
.idsk-card-img-profile-horizontal, .idsk-card-img-secondary-horizontal {
  box-sizing: border-box;
  float: left;
  padding-right: 15px;
  padding-bottom: 15px;
  width: 100%;
}

@media (min-width: 40.0625em) {
  .idsk-card-img-profile-horizontal, .idsk-card-img-secondary-horizontal {
    padding-bottom: 0;
    width: 33%;
  }
}
.idsk-card-meta-container {
  padding-bottom: 10px;
}

.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.14286;
  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: "\A0-\A0";
}

.idsk-card-meta-tag:after {
  content: "\A0|\A0";
}

.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.14286;
  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%;
  float: none;
  padding: 0;
}

@media (min-width: 40.0625em) {
  .idsk-card-content-hero {
    width: 50%;
    float: left;
    padding: 0 0 0 15px;
  }
}
.idsk-card-content-profile-horizontal {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  float: none;
}

@media (min-width: 40.0625em) {
  .idsk-card-content-profile-horizontal {
    width: 66.6666%;
    float: left;
  }
}
.idsk-card-content-secondary-horizontal {
  width: 100%;
  box-sizing: border-box;
  padding-left: 0;
  float: left;
}

@media (min-width: 40.0625em) {
  .idsk-card-content-secondary-horizontal {
    width: 67%;
    padding-left: 15px;
  }
}
.idsk-heading {
  padding-bottom: 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.31579;
  }
}
@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.11111;
}

@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.31579;
  }
}
@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.11111;
  }
}
@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-horizontal, .idsk-heading-profile-vertical {
  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.11111;
  text-decoration: underline;
}

@media print {
  .idsk-heading-profile-horizontal, .idsk-heading-profile-vertical {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-heading-profile-horizontal, .idsk-heading-profile-vertical {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-heading-profile-horizontal, .idsk-heading-profile-vertical {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.idsk-body {
  margin-top: 0;
  margin-bottom: 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.31579;
  }
}
@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.14286;
}

@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.31579;
  }
}
@media print and (max-width: 48.0525em) {
  .idsk-body-secondary {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-body-profile-horizontal, .idsk-body-profile-vertical {
  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-horizontal, .idsk-body-profile-vertical {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-body-profile-horizontal, .idsk-body-profile-vertical {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .idsk-body-profile-horizontal, .idsk-body-profile-vertical {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .idsk-body-profile-horizontal, .idsk-body-profile-vertical {
    padding-top: 10px;
    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;
    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.31579;
  }
}
@media print {
  .idsk-quote {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-quote-right {
  float: right;
}

.idsk-crossroad-1 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

@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;
  }
}
@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;
  }
}
@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;
  }
}
@media (min-width: 48.0625em) and (min-width: 40.0625em) {
  .idsk-crossroad-2 {
    width: 50%;
    float: left;
  }
}
@media (min-width: 48.0625em) {
  .idsk-crossroad-2:first-child {
    padding-right: 15px;
  }
  .idsk-crossroad-2:nth-child(2) {
    padding-left: 15px;
  }
}
.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.31579;
  }
}
@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 rgba(0, 0, 0, 0);
  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.14286;
  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;
    padding-bottom: 20px;
  }
}
.idsk-crossroad-line {
  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;
  -webkit-text-decoration-line: underline;
  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.31579;
  }
}
@media print {
  .idsk-crossroad__colapse--button {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-crossroad__colapse--button:after, .idsk-crossroad__colapse--button:before {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  color: #0065b3;
  content: "";
  display: inline-block;
  height: 0.45em;
  right: 25px;
  top: 15px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: top;
  width: 0.45em;
}

@media (min-width: 40.0625em) {
  .idsk-crossroad__colapse--button:after, .idsk-crossroad__colapse--button:before {
    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:active, .idsk-crossroad__colapse--button:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  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:active, .idsk-crossroad__colapse--button-show:focus {
  padding: 0;
}

.idsk-crossroad__collapse--arrow .idsk-crossroad__colapse--button:after, .idsk-crossroad__collapse--arrow .idsk-crossroad__colapse--button:before {
  margin: 11px 12px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.idsk-crossroad__collapse--shadow {
  position: relative;
  box-shadow: 5px -35px 30px 40px #fff;
}

@media (min-width: 48.0625em) {
  .idsk-crossroad__collapse--shadow {
    box-shadow: 5px -10px 70px 40px #fff;
  }
}
.idsk-crossroad__item--one-column-hide, .idsk-crossroad__uncollapse-hide--mobile {
  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-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.31579;
  }
}
@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;
  -webkit-transition: max-height 0.7s ease-out;
  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;
  -webkit-transition: max-height 0.7s ease-in;
  transition: max-height 0.7s ease-in;
  overflow: hidden;
}

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

@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.31579;
  }
}
@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: 70px;
  width: 100%;
}

@media (min-width: 48.0625em) {
  .idsk-in-page-navigation--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 25%;
    overflow: auto;
    height: 100vh;
  }
}
.idsk-in-page-navigation__title {
  margin-bottom: 20px;
  font-weight: 700;
}

.idsk-in-page-navigation__link-number, .idsk-in-page-navigation__link-panel {
  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: 700;
  position: relative;
}

.idsk-in-page-navigation__list-item--active:before {
  display: inline-block;
  width: 0;
  height: 0;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  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: underline;
  text-decoration: none;
}

@media print {
  .idsk-in-page-navigation__link {
    font-family: sans-serif;
  }
}
.idsk-in-page-navigation__link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  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, .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;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .idsk-in-page-navigation--expand .idsk-in-page-navigation__link-panel-button:before {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in;
    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;
  }
  .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.11111;
    border: none;
    color: #fff;
    font-weight: 700;
    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 rgba(0, 0, 0, 0);
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none;
  }
  .idsk-in-page-navigation__link-panel-button:before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    color: #fff;
    content: "";
    display: inline-block;
    height: 0.45em;
    right: 25px;
    position: absolute;
    top: 15px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.2s ease-out;
    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;
  }
  .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;
  }
  .idsk-in-page-navigation__list {
    background-color: #fff;
    border-bottom: 4px solid #003078;
    padding-top: 0;
    max-height: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    overflow-y: hidden;
  }
  .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: 16px;
  font-size: 1rem;
  line-height: 1.25;
}

@media print {
  .idsk-intro-block {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-intro-block {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .idsk-intro-block {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.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.04167;
  }
}
@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.11111;
  }
}
@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.11111;
  }
}
@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 .govuk-body {
  margin-bottom: 20px;
}

@media (min-width: 48.0625em) {
  .idsk-intro-block .govuk-body {
    margin-bottom: 50px;
  }
}
@media (min-width: 48.0625em) {
  .idsk-intro-block .govuk-grid-column-one-third-from-desktop {
    width: calc(33.3333% - 50px);
  }
}
.idsk-intro-block .govuk-heading-m {
  font-size: 24px;
  margin-top: 20px;
}

@media (min-width: 48.0625em) {
  .idsk-intro-block .govuk-heading-m.heading-bigger-margin {
    margin-top: 37px;
  }
}
@media (min-width: 48.0625em) {
  .idsk-intro-block > .govuk-grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.idsk-search-component {
  margin-bottom: 30px;
}

@media (min-width: 48.0625em) {
  .idsk-search-component {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.idsk-intro-block__list__ul {
  padding-left: 0;
  display: table;
  margin-top: 0;
  margin-bottom: 20px;
}

.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.14286;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}

@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;
  }
}
.idsk-intro-block__list__a {
  white-space: nowrap;
}

@media (max-width: 40.0525em) {
  .idsk-intro-block__list__a {
    text-decoration: none;
  }
  .idsk-intro-block__list__a:hover {
    text-decoration: underline;
  }
}
.idsk-intro-block__list__li .govuk-link:active, .idsk-intro-block__list__li .govuk-link:link {
  color: #626a6e;
}

.idsk-intro-block__side-menu {
  padding: 20px;
}

@media (min-width: 48.0625em) {
  .idsk-intro-block__side-menu {
    margin-left: 35px;
    background-color: #dee0e2;
  }
}
@media (max-width: 40.0525em) {
  .idsk-intro-block__side-menu {
    padding: 0 15px;
  }
}
@media (min-width: 48.0625em) {
  .idsk-intro-block__side-menu .govuk-heading-s {
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
}
@media (max-width: 40.0525em) {
  .idsk-intro-block__side-menu .govuk-heading-s {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
  }
}
.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: 700;
  text-align: right;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  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.31579;
  }
}
@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: 10px;
}

.idsk-intro-block__side-menu__ul .idsk-intro-block__side-menu__li {
  display: -webkit-box;
  display: -ms-flexbox;
  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__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;
  }
}
.idsk-intro-block__side-menu__span {
  padding-top: 15px;
  padding-right: 5px;
}

.idsk-intro-block__bottom-menu__li {
  display: block;
  color: #0b0c0c;
  padding-bottom: 15px;
}

@media (min-width: 48.0625em) {
  .idsk-intro-block__bottom-menu__li {
    display: inline-grid;
    padding-bottom: 0;
    padding-right: 20px;
  }
}
.app-pane-grey .govuk-heading-s {
  color: #0b0c0c;
}

@media (min-width: 48.0625em) {
  div.app-pane-blue {
    background-color: #0065b3;
  }
}
.app-pane-transparent {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 48.0625em) {
  .app-pane-blue .govuk-heading-l, .app-pane-blue .govuk-heading-s, .app-pane-blue .idsk-intro-block__side-menu__a, .app-pane-blue .idsk-intro-block__side-menu__li {
    color: #fff;
  }
  .app-pane-blue .govuk-heading-l:focus, .app-pane-blue .govuk-heading-s:focus, .app-pane-blue .idsk-intro-block__side-menu__a:focus, .app-pane-blue .idsk-intro-block__side-menu__li:focus {
    color: #0b0c0c;
  }
}
.idsk-related-content__line {
  background-color: #003078;
  height: 2px;
  border: 0;
  margin-bottom: 10px;
}

.idsk-related-content__heading, .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;
  text-decoration: underline;
  color: #0065b3;
}

@media print {
  .idsk-related-content__link {
    font-family: sans-serif;
  }
}
.idsk-related-content__link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  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, .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: -46px;
  border-bottom: 2px solid #949494;
}

@media (min-width: 40.0625em) {
  .idsk-stepper:after {
    left: -43px;
  }
}
@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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-title:before, .idsk-stepper__section:before {
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  border-left: 2px solid #949494;
  background: #fff;
  top: 35px;
  left: -38px;
}

@media (min-width: 40.0625em) {
  .idsk-stepper__section-title:before, .idsk-stepper__section:before {
    left: -35px;
  }
}
@media (min-width: 48.0625em) {
  .idsk-stepper__section-title:before, .idsk-stepper__section: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: 2px solid #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.11111;
  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: 26px;
  height: 26px;
  color: #0b0c0c;
  background: #fff;
  border-radius: 100px;
  text-align: center;
}

@media (min-width: 40.0625em) {
  .idsk-stepper__circle {
    top: 24px;
    width: 32px;
    height: 32px;
  }
}
@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.31579;
  }
}
@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: 2px solid #949494;
  padding-top: 3px;
  line-height: 0.9rem;
}

@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.31579;
  }
}
@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;
    line-height: 1.5rem;
  }
}
.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.11111;
  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;
    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-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-align: right;
  height: 50px;
  font-family: Source Sans Pro, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
}

@media (min-width: 40.0625em) {
  .js-enabled .idsk-stepper__open-all {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .js-enabled .idsk-stepper__open-all {
    font-size: 14pt;
    line-height: 1.15;
    font-family: sans-serif;
  }
}
.js-enabled .idsk-stepper__open-all:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  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, .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 rgba(0, 0, 0, 0);
  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 rgba(0, 0, 0, 0);
  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.14286;
  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;
    color: #000;
  }
}
.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-address {
  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.14286;
  color: #0b0c0c;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

@media print {
  .idsk-address {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-address {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-address {
    font-size: 14pt;
    line-height: 1.2;
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .idsk-address {
    width: 33.3333%;
    float: left;
  }
}
.idsk-address__map {
  border: 1px solid #000;
  height: 148px;
  margin-bottom: 30px;
  margin-top: 25px;
  width: 100%;
}

.idsk-address__separator-top {
  background-color: #003078;
  border: none;
  height: 2px;
}

.idsk-address__separator-bottom {
  display: none;
}

.idsk-address__link-text {
  margin-left: 15px;
}

.idsk-address__link-text:before {
  display: block;
  width: 0;
  height: 0;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 6.5px 0 6.5px 11.258px;
  border-left-color: inherit;
  content: "";
  display: inline-block;
  margin-left: -15px;
  margin-top: 4px;
  position: absolute;
}

@media (min-width: 40.0625em) {
  .idsk-address__link-text:before {
    margin-top: 6px;
  }
}
.idsk-address .govuk-body {
  margin-bottom: 5px;
}

.idsk-address .govuk-body > .govuk-link {
  display: inline-block;
  margin-top: 15px;
}

.idsk-address .govuk-heading-m {
  margin-bottom: 10px;
}

.idsk-address--full-width {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

@media (min-width: 40.0625em) {
  .idsk-address--full-width {
    width: 100%;
    float: left;
  }
}
.idsk-address--full-width .idsk-address__content {
  width: 100%;
  display: inline-block;
}

.idsk-address--full-width .idsk-address__description {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

@media (min-width: 40.0625em) {
  .idsk-address--full-width .idsk-address__description {
    width: 100%;
    float: left;
  }
}
@media (min-width: 48.0625em) {
  .idsk-address--full-width .idsk-address__description {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 48.0625em) and (min-width: 40.0625em) {
  .idsk-address--full-width .idsk-address__description {
    width: 50%;
    float: left;
  }
}
.idsk-address--full-width .idsk-address__map {
  box-sizing: border-box;
  width: 100%;
  height: 202px;
  margin-top: 0;
  padding: 0;
}

@media (min-width: 40.0625em) {
  .idsk-address--full-width .idsk-address__map {
    width: 100%;
    float: left;
  }
}
@media (min-width: 48.0625em) {
  .idsk-address--full-width .idsk-address__map {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 48.0625em) and (min-width: 40.0625em) {
  .idsk-address--full-width .idsk-address__map {
    width: 50%;
    float: left;
  }
}
.idsk-address--full-width .idsk-address__separator-bottom {
  background-color: #f3f2f1;
  border: none;
  display: block;
  height: 2px;
  margin-top: 0;
}

.idsk-address--full-width .idsk-address__separator-top {
  display: none;
}

.idsk-search-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.idsk-search-component 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;
  position: absolute;
  padding-left: 10px;
  padding-top: 10px;
  cursor: text;
  color: #626a6e;
}

@media print {
  .idsk-search-component label {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-component label {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .idsk-search-component label {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 48.0625em) {
  .idsk-search-component label {
    padding-top: 8px;
  }
}
.idsk-search-component label.idsk-intro-block-site-search-text-small {
  padding-top: 7px;
  margin-top: 1px;
  color: #0b0c0c;
}

.idsk-search-component__input {
  font-family: Source Sans Pro, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  height: 40px;
  border: 1px solid #0b0c0c;
  margin-right: -3px;
  font-style: normal;
  font-weight: 400;
}

@media print {
  .idsk-search-component__input {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-search-component__input {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .idsk-search-component__input {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 48.0625em) {
  .idsk-search-component__input {
    height: 40px;
  }
}
.idsk-search-component__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-color: #626a6e;
  -webkit-mask: url(/assets/images/header-web/search-input-close.svg) no-repeat center;
  mask: url(/assets/images/header-web/search-input-close.svg) no-repeat center;
  display: inline-block;
  -webkit-mask-size: contain;
  mask-size: contain;
  height: 17px;
  width: 17px;
}

.idsk-search-component__input:focus {
  border: 4px solid #0b0c0c;
  z-index: 3;
  box-shadow: none;
  margin-right: 3px;
}

.idsk-search-component__button {
  width: 44px;
  height: 40px;
  margin-bottom: 0;
  background-color: #0065b3;
  box-shadow: none;
}

.idsk-search-component__button:hover {
  background: #003078;
}

.idsk-search-component__button:active {
  top: 0;
}

.idsk-search-component__input--small {
  height: 40px;
}

.idsk-search-component__button--small {
  height: 40px;
  width: 40px;
  z-index: 2;
}

.idsk-search-component__button--small svg {
  height: 18px;
  width: 18px;
}

.idsk-search-component .idsk-search-component__label--small {
  padding-left: 7px;
  padding-top: 7px;
}

.idsk-search-component--small {
  height: 50px;
  padding-top: 5px;
}

.idsk-subscription-form .govuk-heading-xl {
  margin-bottom: 15px;
}

@media (max-width: 40.0525em) {
  .idsk-subscription-form .govuk-heading-xl {
    margin-bottom: 10px;
  }
}
.idsk-subscription-form__description-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.11111;
  margin-bottom: 30px;
}

@media (min-width: 40.0625em) {
  .idsk-subscription-form__description-text {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.11111;
  }
}
@media print {
  .idsk-subscription-form__description-text {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.idsk-subscription-form .idsk-button {
  width: 100%;
  margin-bottom: 0;
  line-height: 32px;
  padding: 4px 4px 3px;
}

.idsk-subscription-form .govuk-form-group {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  position: relative;
}

.idsk-subscription-form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.idsk-subscription-form__input .govuk-input, .idsk-subscription-form__input .idsk-button {
  height: 45px;
}

.idsk-subscription-form__input .idsk-button {
  width: 218px;
  box-shadow: none;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.idsk-subscription-form__input .govuk-input:focus {
  position: relative;
  z-index: 1;
}

.idsk-subscription-form__agreement-text {
  margin-bottom: 0;
}

.idsk-subscription-form:not(.idsk-subscription-form__subscription-confirmed) .idsk-subscription-form__confirm-text {
  display: none;
}

.idsk-subscription-form .govuk-label {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.25;
  position: absolute;
  padding-left: 10px;
  padding-top: 10px;
  cursor: text;
  color: #626a6e;
  bottom: 5px;
}

@media (max-width: 40.0525em) {
  .idsk-subscription-form__description-text, .idsk-subscription-form__input {
    margin-bottom: 20px;
  }
  .idsk-subscription-form__input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .idsk-subscription-form__input .idsk-button {
    margin-top: 20px;
    width: 100%;
  }
}
.idsk-subscription-form__subscription-confirmed .idsk-subscription-form__agreement-text, .idsk-subscription-form__subscription-confirmed .idsk-subscription-form__default-text, .idsk-subscription-form__subscription-confirmed form {
  display: none;
}

.idsk-subscription-form__subscription-confirmed .idsk-subscription-form__description-text {
  margin-bottom: 0;
}

.idsk-interactive-map {
  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.14286;
  color: #0b0c0c;
}

@media print {
  .idsk-interactive-map {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-interactive-map {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-interactive-map {
    font-size: 14pt;
    line-height: 1.2;
    color: #000;
  }
}
.idsk-interactive-map > .govuk-heading-l {
  margin-bottom: 20px;
}

.idsk-interactive-map__header-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}

@media (min-width: 48.0625em) {
  .idsk-interactive-map__header-controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.idsk-interactive-map__header-radios {
  display: inline-block;
  padding: 0;
  width: auto;
}

.idsk-interactive-map__header-radios .govuk-radios__item {
  display: inline-block;
  margin-bottom: 0;
}

.idsk-interactive-map__header-radios .idsk-intereactive-map__radio-map, .idsk-interactive-map__header-radios .idsk-intereactive-map__radio-table {
  top: 10px;
}

.idsk-interactive-map__header-radios .idsk-intereactive-map__radio-table {
  margin-right: 0;
}

.idsk-interactive-map__header .govuk-form-group {
  margin-bottom: 0;
}

.idsk-interactive-map__header-selects {
  display: inline-block;
  padding: 0;
  width: auto;
}

@media (min-width: 48.0625em) {
  .idsk-interactive-map__header-selects {
    float: right;
  }
}
.idsk-interactive-map__header-selects .govuk-form-group {
  display: inline-block;
  margin-top: 20px;
  text-align: left;
  width: 100%;
}

@media (min-width: 48.0625em) {
  .idsk-interactive-map__header-selects .govuk-form-group {
    margin-top: 0;
    width: auto;
  }
}
.idsk-interactive-map__header-selects .govuk-form-group .govuk-select {
  width: 100%;
}

.idsk-interactive-map__header-selects .govuk-form-group:first-child {
  margin-right: 20px;
}

.idsk-interactive-map__header-selects .govuk-form-group:last-child {
  margin-right: 0;
}

.idsk-interactive-map__current-time-period {
  text-transform: lowercase;
}

.idsk-interactive-map__body {
  clear: both;
  display: block;
  height: 465px;
  overflow: auto;
}

.idsk-interactive-map__table {
  display: none;
}

.idsk-interactive-map__map, .idsk-interactive-map__map-iframe, .idsk-interactive-map__table, .idsk-interactive-map__table-iframe {
  border: none;
  height: 100%;
  width: 100%;
  overflow-y: hidden;
}

.idsk-interactive-map__meta {
  margin-top: 10px;
}

.idsk-interactive-map__meta-data {
  float: left;
}

.idsk-interactive-map__meta-source {
  float: right;
}

@media (min-width: 48.0625em) {
  .idsk-interactive-map .govuk-radios .govuk-radios__input:hover + .govuk-radios__label:before {
    box-shadow: 0 0 0 10px #bfc1c3;
  }
  .idsk-interactive-map .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-interactive-map .govuk-radios__label {
    padding-left: 0;
  }
  .idsk-interactive-map .govuk-radios__label:before {
    top: 8px;
    width: 24px;
    height: 24px;
  }
  .idsk-interactive-map .govuk-radios__label:after {
    top: 15px;
    left: 7px;
    border-width: 5px;
  }
}
.idsk-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 {
  .idsk-table {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-table {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .idsk-table {
    font-size: 14pt;
    line-height: 1.15;
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .idsk-table {
    margin-bottom: 30px;
  }
}
.idsk-table__heading {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.idsk-table__heading, .idsk-table__heading-extended .govuk-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.idsk-table__heading-extended .govuk-radios .govuk-radios__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  float: none;
}

.idsk-table__heading-extended .govuk-radios .govuk-radios__item .govuk-radios__input {
  position: static;
  width: 36px;
  height: 36px;
}

.idsk-table__heading-extended .govuk-radios .govuk-radios__item .govuk-radios__label {
  white-space: nowrap;
}

.idsk-table__heading-extended .govuk-radios .govuk-radios__item .govuk-radios__label:before {
  width: 36px;
  height: 36px;
}

.idsk-table__heading-extended .govuk-radios .govuk-radios__item .govuk-radios__label:after {
  border: 9px solid;
  top: 9px;
  left: 9px;
}

@media (max-width: 48.0525em) {
  .idsk-table__heading-extended .govuk-form-group {
    margin-left: 30px;
  }
  .idsk-table__heading-extended .govuk-radios {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .idsk-table__heading-extended .govuk-radios .govuk-radios__item .govuk-radios__input {
    width: 24px;
    height: 24px;
  }
  .idsk-table__heading-extended .govuk-radios .govuk-radios__item .govuk-radios__label {
    padding-top: 2px;
  }
  .idsk-table__heading-extended .govuk-radios .govuk-radios__item .govuk-radios__label:before {
    width: 24px;
    height: 24px;
  }
  .idsk-table__heading-extended .govuk-radios .govuk-radios__item .govuk-radios__label:after {
    border: 6px solid;
    top: 6px;
    left: 6px;
  }
}
.idsk-table__body {
  overflow: auto;
  display: block;
}

.idsk-table__head, .idsk-table__row {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.idsk-table__header {
  font-weight: 700;
}

.idsk-table__header .arrowBtn:last-of-type {
  padding-right: 20px;
}

.idsk-table__header .arrowBtn {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  height: 22px;
  line-height: normal;
  margin: 0 0 0 4px;
  outline: none;
  overflow: visible;
  padding: 0;
  width: 10px;
}

.idsk-table__header .arrowBtn:after {
  border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 7px 6px 0;
  content: "";
  margin-left: 4px;
  position: absolute;
  top: calc(50% + 2px);
}

.idsk-table__header .arrowBtn:before {
  border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 7px 6px 0;
  content: "";
  margin-left: 4px;
  position: absolute;
  top: calc(50% - 8px);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.idsk-table__header .arrowBtn:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.idsk-table__header .aes.arrowBtn:after, .idsk-table__header .des.arrowBtn:before {
  display: none;
}

.idsk-table__header .th-span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.idsk-table__header .sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

.idsk-table__cell, .idsk-table__header {
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid #bfc1c3;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.idsk-table__cell--numeric {
  font-family: Source Sans Pro, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "tnum" 1;
  font-feature-settings: "tnum" 1;
  font-weight: 400;
}

@media print {
  .idsk-table__cell--numeric {
    font-family: sans-serif;
  }
}
@supports (font-variant-numeric: tabular-nums) {
  .idsk-table__cell--numeric {
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant-numeric: tabular-nums;
  }
}
.idsk-table__cell--numeric, .idsk-table__header--numeric {
  text-align: right;
}

.idsk-table__cell:last-child, .idsk-table__header:last-child {
  padding-right: 0;
}

.idsk-table__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.idsk-table__meta-buttons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.idsk-table__meta-buttons .idsk-button {
  margin-right: 15px;
  width: auto;
}

.idsk-table-filter {
  margin-top: 10px;
  margin-bottom: 27px;
}

.idsk-tabs {
  margin-top: 5px;
  margin-bottom: 20px;
}

@media (min-width: 40.0625em) {
  .idsk-tabs {
    margin-top: 5px;
    margin-bottom: 30px;
  }
}
.idsk-tabs__tab-arrow-mobile {
  background-color: #0b0c0c;
  -webkit-mask: url(/assets/images/header-web/navigation-arrow-mobile.svg) no-repeat center;
  mask: url(/assets/images/header-web/navigation-arrow-mobile.svg) no-repeat center;
  display: inline;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 11px;
  height: 7px;
  z-index: 1;
}

.idsk-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 {
  .idsk-tabs__title {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-tabs__title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .idsk-tabs__title {
    font-size: 14pt;
    line-height: 1.15;
    color: #000;
  }
}
@media (max-width: 40.0525em) {
  .idsk-tabs__title {
    display: none;
  }
}
.idsk-tabs__list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}

@media (min-width: 40.0625em) {
  .idsk-tabs__list {
    margin-bottom: 30px;
  }
}
@media (max-width: 40.0525em) {
  .idsk-tabs__list {
    display: none;
  }
}
.idsk-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 {
  .idsk-tabs__list-item {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-tabs__list-item {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .idsk-tabs__list-item {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-tabs__list-item:before {
  color: #0b0c0c;
  content: "\2014";
  margin-left: -25px;
  padding-right: 5px;
}

@media print {
  .idsk-tabs__list-item:before {
    color: #000;
  }
}
.idsk-tabs__tab {
  display: inline-block;
  margin-bottom: 10px;
}

.idsk-tabs__tab:link {
  color: #0065b3;
}

.idsk-tabs__tab:visited {
  color: #4c2c92;
}

.idsk-tabs__tab:hover {
  color: #003078;
}

.idsk-tabs__tab:active {
  color: #0b0c0c;
}

.idsk-tabs__tab:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.idsk-tabs__panel {
  margin-bottom: 30px;
}

@media (min-width: 40.0625em) {
  .idsk-tabs__panel {
    margin-bottom: 50px;
  }
}
@media (max-width: 40.0525em) {
  .idsk-tabs__panel {
    margin: 0;
  }
  .idsk-tabs__panel-content {
    display: none;
  }
}
.idsk-tabs__mobile-tab {
  display: none;
}

@media (max-width: 40.0525em) {
  .idsk-tabs__mobile-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none;
    width: 100%;
    color: #0b0c0c;
    padding: 20px;
    margin: 0;
    background-color: #f3f2f1;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    border-radius: 2px 2px 0 0;
  }
  .idsk-tabs__mobile-tab:active, .idsk-tabs__mobile-tab:focus {
    outline: 3px solid rgba(0, 0, 0, 0);
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none;
    position: relative;
  }
  .idsk-tabs__mobile-tab--selected .idsk-tabs__tab-arrow-mobile {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media (min-width: 40.0625em) {
  .idsk-tabs__mobile-tab-content {
    display: none;
  }
}
@media (max-width: 40.0525em) {
  .idsk-tabs__mobile-tab-content {
    padding: 20px;
    overflow: auto;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    border-radius: 2px 2px 0 0;
  }
  .idsk-tabs__mobile-tab-content--hidden {
    display: none;
  }
  .idsk-tabs__mobile-tab-content > :last-child {
    margin-bottom: 0;
  }
}
.idsk-tabs__panel--hidden {
  display: none;
}

@media (max-width: 40.0525em) {
  .idsk-tabs__panel--hidden .idsk-tabs__mobile-tab-content {
    display: none;
  }
}
.idsk-tabs__list--mobile {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (min-width: 40.0625em) {
  .js-enabled .idsk-tabs__list {
    margin-bottom: 0;
    border-bottom: 1px solid #bfc1c3;
  }
  .js-enabled .idsk-tabs__list:after {
    content: "";
    display: block;
    clear: both;
  }
  .js-enabled .idsk-tabs__title {
    display: none;
  }
  .js-enabled .idsk-tabs__list-item {
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    padding: 10px 20px;
    background-color: #dee0e2;
    text-align: center;
  }
  .js-enabled .idsk-tabs__list-item:before {
    content: none;
  }
  .js-enabled .idsk-tabs__list-item--selected {
    position: relative;
    margin-top: -5px;
    margin-bottom: -1px;
    padding: 14px 19px 16px;
    border: 1px solid #bfc1c3;
    border-bottom: 0;
    background-color: #fff;
  }
  .js-enabled .idsk-tabs__list-item--selected .idsk-tabs__tab {
    text-decoration: none;
  }
  .js-enabled .idsk-tabs__tab {
    margin-bottom: 0;
  }
  .js-enabled .idsk-tabs__tab:link, .js-enabled .idsk-tabs__tab:visited {
    color: #0b0c0c;
  }
}
@media print and (min-width: 40.0625em) {
  .js-enabled .idsk-tabs__tab:link, .js-enabled .idsk-tabs__tab:visited {
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .js-enabled .idsk-tabs__tab:hover {
    color: rgba(11, 12, 12, 0.99);
  }
  .js-enabled .idsk-tabs__tab:active, .js-enabled .idsk-tabs__tab:focus {
    color: #0b0c0c;
  }
}
@media print and (min-width: 40.0625em) {
  .js-enabled .idsk-tabs__tab:active, .js-enabled .idsk-tabs__tab:focus {
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .js-enabled .idsk-tabs__tab:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .js-enabled .idsk-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 .idsk-tabs__panel {
    margin-bottom: 0;
  }
}
@media (min-width: 40.0625em) {
  .js-enabled .idsk-tabs__panel > :last-child {
    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: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  height: 75px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}
@media print {
  .idsk-timeline__content {
    font-size: 12pt;
    line-height: 1.2;
  }
}
@media (min-width: 23.4375em) {
  .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;
  }
}
@media print and (min-width: 23.4375em) {
  .idsk-timeline__content {
    font-family: sans-serif;
  }
}
@media (min-width: 23.4375em) and (min-width: 40.0625em) {
  .idsk-timeline__content {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print and (min-width: 23.4375em) {
  .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, .idsk-timeline__content .govuk-body-m {
  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-timeline__content .govuk-body, .idsk-timeline__content .govuk-body-m {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-timeline__content .govuk-body, .idsk-timeline__content .govuk-body-m {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}
@media print {
  .idsk-timeline__content .govuk-body, .idsk-timeline__content .govuk-body-m {
    font-size: 12pt;
    line-height: 1.2;
  }
}
@media (min-width: 23.4375em) {
  .idsk-timeline__content .govuk-body, .idsk-timeline__content .govuk-body-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;
  }
}
@media print and (min-width: 23.4375em) {
  .idsk-timeline__content .govuk-body, .idsk-timeline__content .govuk-body-m {
    font-family: sans-serif;
  }
}
@media (min-width: 23.4375em) and (min-width: 40.0625em) {
  .idsk-timeline__content .govuk-body, .idsk-timeline__content .govuk-body-m {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print and (min-width: 23.4375em) {
  .idsk-timeline__content .govuk-body, .idsk-timeline__content .govuk-body-m {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.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__date-line, .idsk-timeline__content__title {
  position: relative;
  width: 67%;
  margin-left: 10px;
}

@media (min-width: 25.3125em) {
  .idsk-timeline__content__caption, .idsk-timeline__content__date-line, .idsk-timeline__content__title {
    width: 69%;
  }
}
@media (min-width: 40.0625em) {
  .idsk-timeline__content__caption, .idsk-timeline__content__date-line, .idsk-timeline__content__title {
    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.14286;
}

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

.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: 2px solid #949494;
  background: #fff;
  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: 12px;
  height: 12px;
  color: #0b0c0c;
  background: #949494;
  border-radius: 100px;
  border: 2px solid #949494;
  left: -7px;
}

@media (min-width: 40.0625em) {
  .idsk-timeline__content .idsk-timeline__vertical-line--circle:before {
    left: -8.5px;
    top: calc(50% - 35px);
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 48.0625em) {
  .idsk-timeline__content .idsk-timeline__vertical-line--circle:before {
    left: -8.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.31579;
  }
}
@media print {
  .idsk-timeline__button--left-arrow {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-timeline__button--back, .idsk-timeline__button--forward {
  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-align: right;
  font-family: Source Sans Pro, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
}

@media (min-width: 40.0625em) {
  .idsk-timeline__button--back, .idsk-timeline__button--forward {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .idsk-timeline__button--back, .idsk-timeline__button--forward {
    font-size: 14pt;
    line-height: 1.15;
    font-family: sans-serif;
  }
}
.idsk-timeline__button--back:focus, .idsk-timeline__button--forward:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  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--back:focus, .idsk-timeline__button--forward:active, .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.14286;
  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;
  }
}
.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.11111;
  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;
    padding-bottom: 15px;
  }
}
.js-enabled .govuk-accordion__section--expanded .govuk-accordion__section-content {
  display: block;
}

.js-enabled .govuk-accordion__open-all {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.14286;
  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;
  text-decoration: underline;
}

@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;
    font-family: sans-serif;
  }
}
.js-enabled .govuk-accordion__open-all:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  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, .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 rgba(0, 0, 0, 0);
  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 rgba(0, 0, 0, 0);
  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;
}

.idsk-table-filter .govuk-select {
  width: 100%;
  background-color: #fff;
}

.idsk-table-filter .govuk-input:focus, .idsk-table-filter .govuk-select:focus {
  outline: none;
  border-color: #ffdf0f;
  border-width: 3px;
  padding-left: 4px;
  box-shadow: inset 0 0 0 3px #0b0c0c;
}

.idsk-table-filter .govuk-link {
  color: #0065b3;
}

.idsk-table-filter .govuk-link:hover {
  cursor: pointer;
}

.idsk-table-filter__panel {
  padding: 20px;
  background-color: #f3f2f1;
}

.idsk-table-filter__panel:not(.idsk-table-filter__panel:first-of-type) {
  margin-top: 10px;
}

.idsk-table-filter__panel .idsk-table-filter__title {
  display: inline-block;
  margin-bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 20.9375em) {
  .idsk-table-filter__panel .idsk-table-filter__title {
    font-size: 15px;
  }
}
.idsk-table-filter__panel .idsk-filter-menu__toggle {
  float: right;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

@media (max-width: 20.9375em) {
  .idsk-table-filter__panel .idsk-filter-menu__toggle {
    font-size: 14px;
  }
}
.idsk-table-filter__panel .idsk-table-filter__filter-inputs {
  padding-bottom: 12px;
}

.idsk-table-filter__panel .idsk-table-filter__content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}

.idsk-table-filter__panel .govuk-form-group {
  margin-bottom: 5px;
}

@media (min-width: 40.0625em) {
  .idsk-table-filter__panel .govuk-form-group {
    margin-bottom: 18px;
  }
}
.idsk-table-filter__panel .idsk-button {
  margin-bottom: 0;
}

.idsk-table-filter .idsk-table-filter--expanded > .idsk-table-filter__title {
  margin-bottom: 20px;
}

.idsk-table-filter__category:not(.idsk-table-filter--expanded) {
  margin-bottom: 25px;
}

.idsk-table-filter__category {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.idsk-table-filter__category:first-child {
  margin-top: 10px;
}

@media (min-width: 40.0625em) {
  .idsk-table-filter__category:last-of-type {
    margin-bottom: 40px;
  }
}
@media (min-width: 40.0625em) {
  .idsk-table-filter__category .idsk-table-filter__filter-inputs {
    padding-bottom: 2px;
  }
}
.idsk-table-filter__category.idsk-table-filter--expanded .idsk-table-filter__title {
  margin-bottom: 18px;
}

@media (min-width: 40.0625em) {
  .idsk-table-filter__category.idsk-table-filter--expanded:last-of-type {
    margin-bottom: 15px;
  }
}
.idsk-table-filter__active-filters {
  padding-bottom: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 40.0525em) {
  .idsk-table-filter__active-filters {
    padding-top: 15px;
  }
}
.idsk-table-filter__active-filters__hide {
  display: none;
}

.idsk-table-filter__active-filters button {
  border: none;
  background: none;
}

.idsk-table-filter__active-filters.idsk-table-filter--expanded {
  padding-bottom: 5px;
}

.idsk-table-filter__active-filters.idsk-table-filter--expanded > .idsk-table-filter__title {
  margin-bottom: 15px;
}

.idsk-table-filter__active-filters .idsk-table-filter__content > button, .idsk-table-filter__active-filters .idsk-table-filter__content > div {
  padding: 5px 0;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

@media (min-width: 40.0625em) {
  .idsk-table-filter__active-filters .idsk-table-filter__content > button, .idsk-table-filter__active-filters .idsk-table-filter__content > div {
    margin-bottom: 15px;
  }
}
.idsk-table-filter__active-filters .idsk-table-filter__content > button.govuk-link, .idsk-table-filter__active-filters .idsk-table-filter__content > div.govuk-link {
  font-weight: 700;
}

.idsk-table-filter__active-filters .idsk-table-filter__content > button:nth-last-child(2), .idsk-table-filter__active-filters .idsk-table-filter__content > div:nth-last-child(2) {
  margin-right: 25px;
}

.idsk-table-filter__active-filters .idsk-table-filter__content > button.idsk-table-filter__parameter, .idsk-table-filter__active-filters .idsk-table-filter__content > div.idsk-table-filter__parameter {
  background-color: #dee0e2;
  padding-left: 10px;
  padding-right: 10px;
}

.idsk-table-filter__active-filters .idsk-table-filter__content > button .idsk-table-filter__parameter-remove, .idsk-table-filter__active-filters .idsk-table-filter__content > div .idsk-table-filter__parameter-remove {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 0;
  outline: none;
}

.idsk-table-filter__active-filters .idsk-table-filter__content > button .idsk-table-filter__parameter-remove:hover, .idsk-table-filter__active-filters .idsk-table-filter__content > div .idsk-table-filter__parameter-remove:hover {
  cursor: pointer;
}

.idsk-table-filter__active-filters .idsk-table-filter__content > button .idsk-table-filter__parameter-remove:focus, .idsk-table-filter__active-filters .idsk-table-filter__content > div .idsk-table-filter__parameter-remove:focus {
  background-color: #ffdf0f;
  box-shadow: 0 2px 0 #0b0c0c;
  outline: none;
}

.idsk-table-filter__active-filters .idsk-table-filter__parameter-title {
  position: relative;
  top: -1px;
}

.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.14286;
  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;
    padding-bottom: 25px;
  }
}
.idsk-footer__link:active, .idsk-footer__link:hover, .idsk-footer__link:link, .idsk-footer__link:visited {
  color: #0065b3;
}

.idsk-footer__link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  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:active:not(:focus), .idsk-footer__inline-list .idsk-footer__link:hover:not(:focus), .idsk-footer__list .idsk-footer__link:active:not(:focus), .idsk-footer__list .idsk-footer__link:hover:not(:focus) {
  text-decoration: underline;
}

.idsk-footer__section-break {
  margin: 0 0 30px;
  border: 0;
  border-bottom: 1px solid #bfc1c3;
}

@media (min-width: 40.0625em) {
  .idsk-footer__section-break {
    margin-bottom: 50px;
  }
}
.idsk-footer__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.idsk-footer__meta-item {
  margin-right: 15px;
  margin-bottom: 25px;
  margin-left: 15px;
}

.idsk-footer__meta-item--grow {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 40.0525em) {
  .idsk-footer__meta-item--grow {
    -ms-flex-preferred-size: 320px;
    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(/assets/images/govuk-crest.png);
  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: 2dppx), only screen and (min-resolution: 192dpi) {
  .idsk-footer__copyright-logo {
    background-image: url(/assets/images/govuk-crest-2x.png);
  }
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.idsk-footer__section {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  vertical-align: top;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media (max-width: 48.0525em) {
  .idsk-footer__section {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }
}
@media (min-width: 48.0625em) {
  .idsk-footer__section:first-child {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
}
.idsk-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

@media (min-width: 48.0625em) {
  .idsk-footer__list--columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .idsk-footer__list--columns-3 {
    -webkit-column-count: 3;
    -moz-column-count: 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-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.14286;
  color: #fff;
  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: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(33.3%, #fff), color-stop(33.3%, #003183), color-stop(66.6%, #003183), color-stop(66.6%, #d0190f), to(#d0190f));
  background-image: -webkit-linear-gradient(left, #fff, #fff 33.3%, #003183 0, #003183 66.6%, #d0190f 0, #d0190f);
  background-image: linear-gradient(90deg, #fff 0, #fff 33.3%, #003183 0, #003183 66.6%, #d0190f 0, #d0190f);
  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:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  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:active, .idsk-header__link--homepage:hover {
  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.11111;
}

@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__content, .idsk-header__logo {
  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.14286;
  display: none;
  position: absolute;
  top: 20px;
  right: 1rem;
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff;
  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 rgba(0, 0, 0, 0);
  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;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 8.66px 5px 0;
  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;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 5px 8.66px;
  border-bottom-color: inherit;
}

.idsk-header__navigation {
  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.14286;
  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:hover, .idsk-header__navigation-item--active a:link, .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: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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: #fff;
}

@media print {
  .idsk-header {
    border-bottom-width: 0;
    background: rgba(0, 0, 0, 0);
  }
  .idsk-header, .idsk-header__link:link, .idsk-header__link:visited {
    color: #0b0c0c;
  }
  .idsk-header__link:after {
    display: none;
  }
}
/*!
 * Font Awesome Free 5.15.1 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, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  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: 0.08em solid #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, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  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;
}

.fa-500px:before {
  content: "\F26E";
}

.fa-accessible-icon:before {
  content: "\F368";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-acquisitions-incorporated:before {
  content: "\F6AF";
}

.fa-ad:before {
  content: "\F641";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-card:before {
  content: "\F2BB";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-adn:before {
  content: "\F170";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-air-freshener:before {
  content: "\F5D0";
}

.fa-airbnb:before {
  content: "\F834";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-alipay:before {
  content: "\F642";
}

.fa-allergies:before {
  content: "\F461";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-amazon-pay:before {
  content: "\F42C";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-android:before {
  content: "\F17B";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angry:before {
  content: "\F556";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-angular:before {
  content: "\F420";
}

.fa-ankh:before {
  content: "\F644";
}

.fa-app-store:before {
  content: "\F36F";
}

.fa-app-store-ios:before {
  content: "\F370";
}

.fa-apper:before {
  content: "\F371";
}

.fa-apple:before {
  content: "\F179";
}

.fa-apple-alt:before {
  content: "\F5D1";
}

.fa-apple-pay:before {
  content: "\F415";
}

.fa-archive:before {
  content: "\F187";
}

.fa-archway:before {
  content: "\F557";
}

.fa-arrow-alt-circle-down:before {
  content: "\F358";
}

.fa-arrow-alt-circle-left:before {
  content: "\F359";
}

.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}

.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-arrows-alt-h:before {
  content: "\F337";
}

.fa-arrows-alt-v:before {
  content: "\F338";
}

.fa-artstation:before {
  content: "\F77A";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-atlas:before {
  content: "\F558";
}

.fa-atlassian:before {
  content: "\F77B";
}

.fa-atom:before {
  content: "\F5D2";
}

.fa-audible:before {
  content: "\F373";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-award:before {
  content: "\F559";
}

.fa-aws:before {
  content: "\F375";
}

.fa-baby:before {
  content: "\F77C";
}

.fa-baby-carriage:before {
  content: "\F77D";
}

.fa-backspace:before {
  content: "\F55A";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-bacon:before {
  content: "\F7E5";
}

.fa-bacteria:before {
  content: "\E059";
}

.fa-bacterium:before {
  content: "\E05A";
}

.fa-bahai:before {
  content: "\F666";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-balance-scale-left:before {
  content: "\F515";
}

.fa-balance-scale-right:before {
  content: "\F516";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-band-aid:before {
  content: "\F462";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-baseball-ball:before {
  content: "\F433";
}

.fa-basketball-ball:before {
  content: "\F434";
}

.fa-bath:before {
  content: "\F2CD";
}

.fa-battery-empty:before {
  content: "\F244";
}

.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battle-net:before {
  content: "\F835";
}

.fa-bed:before {
  content: "\F236";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bezier-curve:before {
  content: "\F55B";
}

.fa-bible:before {
  content: "\F647";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-biking:before {
  content: "\F84A";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-biohazard:before {
  content: "\F780";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-blender:before {
  content: "\F517";
}

.fa-blender-phone:before {
  content: "\F6B6";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-blog:before {
  content: "\F781";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-blogger-b:before {
  content: "\F37D";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-bold:before {
  content: "\F032";
}

.fa-bolt:before {
  content: "\F0E7";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-bone:before {
  content: "\F5D7";
}

.fa-bong:before {
  content: "\F55C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-book-dead:before {
  content: "\F6B7";
}

.fa-book-medical:before {
  content: "\F7E6";
}

.fa-book-open:before {
  content: "\F518";
}

.fa-book-reader:before {
  content: "\F5DA";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-bootstrap:before {
  content: "\F836";
}

.fa-border-all:before {
  content: "\F84C";
}

.fa-border-none:before {
  content: "\F850";
}

.fa-border-style:before {
  content: "\F853";
}

.fa-bowling-ball:before {
  content: "\F436";
}

.fa-box:before {
  content: "\F466";
}

.fa-box-open:before {
  content: "\F49E";
}

.fa-box-tissue:before {
  content: "\E05B";
}

.fa-boxes:before {
  content: "\F468";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-brain:before {
  content: "\F5DC";
}

.fa-bread-slice:before {
  content: "\F7EC";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-briefcase-medical:before {
  content: "\F469";
}

.fa-broadcast-tower:before {
  content: "\F519";
}

.fa-broom:before {
  content: "\F51A";
}

.fa-brush:before {
  content: "\F55D";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-buffer:before {
  content: "\F837";
}

.fa-bug:before {
  content: "\F188";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-burn:before {
  content: "\F46A";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-bus:before {
  content: "\F207";
}

.fa-bus-alt:before {
  content: "\F55E";
}

.fa-business-time:before {
  content: "\F64A";
}

.fa-buy-n-large:before {
  content: "\F8A6";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-calendar:before {
  content: "\F133";
}

.fa-calendar-alt:before {
  content: "\F073";
}

.fa-calendar-check:before {
  content: "\F274";
}

.fa-calendar-day:before {
  content: "\F783";
}

.fa-calendar-minus:before {
  content: "\F272";
}

.fa-calendar-plus:before {
  content: "\F271";
}

.fa-calendar-times:before {
  content: "\F273";
}

.fa-calendar-week:before {
  content: "\F784";
}

.fa-camera:before {
  content: "\F030";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-campground:before {
  content: "\F6BB";
}

.fa-canadian-maple-leaf:before {
  content: "\F785";
}

.fa-candy-cane:before {
  content: "\F786";
}

.fa-cannabis:before {
  content: "\F55F";
}

.fa-capsules:before {
  content: "\F46B";
}

.fa-car:before {
  content: "\F1B9";
}

.fa-car-alt:before {
  content: "\F5DE";
}

.fa-car-battery:before {
  content: "\F5DF";
}

.fa-car-crash:before {
  content: "\F5E1";
}

.fa-car-side:before {
  content: "\F5E4";
}

.fa-caravan:before {
  content: "\F8FF";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-caret-square-down:before {
  content: "\F150";
}

.fa-caret-square-left:before {
  content: "\F191";
}

.fa-caret-square-right:before {
  content: "\F152";
}

.fa-caret-square-up:before {
  content: "\F151";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-carrot:before {
  content: "\F787";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cash-register:before {
  content: "\F788";
}

.fa-cat:before {
  content: "\F6BE";
}

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-apple-pay:before {
  content: "\F416";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-centercode:before {
  content: "\F380";
}

.fa-centos:before {
  content: "\F789";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-chair:before {
  content: "\F6C0";
}

.fa-chalkboard:before {
  content: "\F51B";
}

.fa-chalkboard-teacher:before {
  content: "\F51C";
}

.fa-charging-station:before {
  content: "\F5E7";
}

.fa-chart-area:before {
  content: "\F1FE";
}

.fa-chart-bar:before {
  content: "\F080";
}

.fa-chart-line:before {
  content: "\F201";
}

.fa-chart-pie:before {
  content: "\F200";
}

.fa-check:before {
  content: "\F00C";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-check-double:before {
  content: "\F560";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-cheese:before {
  content: "\F7EF";
}

.fa-chess:before {
  content: "\F439";
}

.fa-chess-bishop:before {
  content: "\F43A";
}

.fa-chess-board:before {
  content: "\F43C";
}

.fa-chess-king:before {
  content: "\F43F";
}

.fa-chess-knight:before {
  content: "\F441";
}

.fa-chess-pawn:before {
  content: "\F443";
}

.fa-chess-queen:before {
  content: "\F445";
}

.fa-chess-rook:before {
  content: "\F447";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-chromecast:before {
  content: "\F838";
}

.fa-church:before {
  content: "\F51D";
}

.fa-circle:before {
  content: "\F111";
}

.fa-circle-notch:before {
  content: "\F1CE";
}

.fa-city:before {
  content: "\F64F";
}

.fa-clinic-medical:before {
  content: "\F7F2";
}

.fa-clipboard:before {
  content: "\F328";
}

.fa-clipboard-check:before {
  content: "\F46C";
}

.fa-clipboard-list:before {
  content: "\F46D";
}

.fa-clock:before {
  content: "\F017";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-closed-captioning:before {
  content: "\F20A";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-cloud-download-alt:before {
  content: "\F381";
}

.fa-cloud-meatball:before {
  content: "\F73B";
}

.fa-cloud-moon:before {
  content: "\F6C3";
}

.fa-cloud-moon-rain:before {
  content: "\F73C";
}

.fa-cloud-rain:before {
  content: "\F73D";
}

.fa-cloud-showers-heavy:before {
  content: "\F740";
}

.fa-cloud-sun:before {
  content: "\F6C4";
}

.fa-cloud-sun-rain:before {
  content: "\F743";
}

.fa-cloud-upload-alt:before {
  content: "\F382";
}

.fa-cloudflare:before {
  content: "\E07D";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-cocktail:before {
  content: "\F561";
}

.fa-code:before {
  content: "\F121";
}

.fa-code-branch:before {
  content: "\F126";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cog:before {
  content: "\F013";
}

.fa-cogs:before {
  content: "\F085";
}

.fa-coins:before {
  content: "\F51E";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-comment:before {
  content: "\F075";
}

.fa-comment-alt:before {
  content: "\F27A";
}

.fa-comment-dollar:before {
  content: "\F651";
}

.fa-comment-dots:before {
  content: "\F4AD";
}

.fa-comment-medical:before {
  content: "\F7F5";
}

.fa-comment-slash:before {
  content: "\F4B3";
}

.fa-comments:before {
  content: "\F086";
}

.fa-comments-dollar:before {
  content: "\F653";
}

.fa-compact-disc:before {
  content: "\F51F";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-compress:before {
  content: "\F066";
}

.fa-compress-alt:before {
  content: "\F422";
}

.fa-compress-arrows-alt:before {
  content: "\F78C";
}

.fa-concierge-bell:before {
  content: "\F562";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-cookie:before {
  content: "\F563";
}

.fa-cookie-bite:before {
  content: "\F564";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-cotton-bureau:before {
  content: "\F89E";
}

.fa-couch:before {
  content: "\F4B8";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-creative-commons-by:before {
  content: "\F4E7";
}

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-critical-role:before {
  content: "\F6C9";
}

.fa-crop:before {
  content: "\F125";
}

.fa-crop-alt:before {
  content: "\F565";
}

.fa-cross:before {
  content: "\F654";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-crow:before {
  content: "\F520";
}

.fa-crown:before {
  content: "\F521";
}

.fa-crutch:before {
  content: "\F7F7";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-cut:before {
  content: "\F0C4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-dailymotion:before {
  content: "\E052";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.fa-deezer:before {
  content: "\E077";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-democrat:before {
  content: "\F747";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-dharmachakra:before {
  content: "\F655";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-diagnoses:before {
  content: "\F470";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-dice:before {
  content: "\F522";
}

.fa-dice-d20:before {
  content: "\F6CF";
}

.fa-dice-d6:before {
  content: "\F6D1";
}

.fa-dice-five:before {
  content: "\F523";
}

.fa-dice-four:before {
  content: "\F524";
}

.fa-dice-one:before {
  content: "\F525";
}

.fa-dice-six:before {
  content: "\F526";
}

.fa-dice-three:before {
  content: "\F527";
}

.fa-dice-two:before {
  content: "\F528";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-digital-tachograph:before {
  content: "\F566";
}

.fa-directions:before {
  content: "\F5EB";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-disease:before {
  content: "\F7FA";
}

.fa-divide:before {
  content: "\F529";
}

.fa-dizzy:before {
  content: "\F567";
}

.fa-dna:before {
  content: "\F471";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

.fa-dog:before {
  content: "\F6D3";
}

.fa-dollar-sign:before {
  content: "\F155";
}

.fa-dolly:before {
  content: "\F472";
}

.fa-dolly-flatbed:before {
  content: "\F474";
}

.fa-donate:before {
  content: "\F4B9";
}

.fa-door-closed:before {
  content: "\F52A";
}

.fa-door-open:before {
  content: "\F52B";
}

.fa-dot-circle:before {
  content: "\F192";
}

.fa-dove:before {
  content: "\F4BA";
}

.fa-download:before {
  content: "\F019";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-drafting-compass:before {
  content: "\F568";
}

.fa-dragon:before {
  content: "\F6D5";
}

.fa-draw-polygon:before {
  content: "\F5EE";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-drum:before {
  content: "\F569";
}

.fa-drum-steelpan:before {
  content: "\F56A";
}

.fa-drumstick-bite:before {
  content: "\F6D7";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-dumbbell:before {
  content: "\F44B";
}

.fa-dumpster:before {
  content: "\F793";
}

.fa-dumpster-fire:before {
  content: "\F794";
}

.fa-dungeon:before {
  content: "\F6D9";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-edge:before {
  content: "\F282";
}

.fa-edge-legacy:before {
  content: "\E078";
}

.fa-edit:before {
  content: "\F044";
}

.fa-egg:before {
  content: "\F7FB";
}

.fa-eject:before {
  content: "\F052";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-ember:before {
  content: "\F423";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-text:before {
  content: "\F658";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-envira:before {
  content: "\F299";
}

.fa-equals:before {
  content: "\F52C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-ethernet:before {
  content: "\F796";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-euro-sign:before {
  content: "\F153";
}

.fa-evernote:before {
  content: "\F839";
}

.fa-exchange-alt:before {
  content: "\F362";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-expand:before {
  content: "\F065";
}

.fa-expand-alt:before {
  content: "\F424";
}

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-external-link-alt:before {
  content: "\F35D";
}

.fa-external-link-square-alt:before {
  content: "\F360";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-dropper:before {
  content: "\F1FB";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-fan:before {
  content: "\F863";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-faucet:before {
  content: "\E005";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-feather:before {
  content: "\F52D";
}

.fa-feather-alt:before {
  content: "\F56B";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-female:before {
  content: "\F182";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-figma:before {
  content: "\F799";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-alt:before {
  content: "\F15C";
}

.fa-file-archive:before {
  content: "\F1C6";
}

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-file-contract:before {
  content: "\F56C";
}

.fa-file-csv:before {
  content: "\F6DD";
}

.fa-file-download:before {
  content: "\F56D";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-export:before {
  content: "\F56E";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-file-import:before {
  content: "\F56F";
}

.fa-file-invoice:before {
  content: "\F570";
}

.fa-file-invoice-dollar:before {
  content: "\F571";
}

.fa-file-medical:before {
  content: "\F477";
}

.fa-file-medical-alt:before {
  content: "\F478";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-file-prescription:before {
  content: "\F572";
}

.fa-file-signature:before {
  content: "\F573";
}

.fa-file-upload:before {
  content: "\F574";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-fill:before {
  content: "\F575";
}

.fa-fill-drip:before {
  content: "\F576";
}

.fa-film:before {
  content: "\F008";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-fingerprint:before {
  content: "\F577";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-fire-alt:before {
  content: "\F7E4";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-firefox-browser:before {
  content: "\E007";
}

.fa-first-aid:before {
  content: "\F479";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-fish:before {
  content: "\F578";
}

.fa-fist-raised:before {
  content: "\F6DE";
}

.fa-flag:before {
  content: "\F024";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-flag-usa:before {
  content: "\F74D";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-flushed:before {
  content: "\F579";
}

.fa-fly:before {
  content: "\F417";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-minus:before {
  content: "\F65D";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-folder-plus:before {
  content: "\F65E";
}

.fa-font:before {
  content: "\F031";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-font-awesome-flag:before {
  content: "\F425";
}

.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-football-ball:before {
  content: "\F44E";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-frog:before {
  content: "\F52E";
}

.fa-frown:before {
  content: "\F119";
}

.fa-frown-open:before {
  content: "\F57A";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-funnel-dollar:before {
  content: "\F662";
}

.fa-futbol:before {
  content: "\F1E3";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-gas-pump:before {
  content: "\F52F";
}

.fa-gavel:before {
  content: "\F0E3";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-ghost:before {
  content: "\F6E2";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-gifts:before {
  content: "\F79C";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-git-alt:before {
  content: "\F841";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-github:before {
  content: "\F09B";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-glass-cheers:before {
  content: "\F79F";
}

.fa-glass-martini:before {
  content: "\F000";
}

.fa-glass-martini-alt:before {
  content: "\F57B";
}

.fa-glass-whiskey:before {
  content: "\F7A0";
}

.fa-glasses:before {
  content: "\F530";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-globe-africa:before {
  content: "\F57C";
}

.fa-globe-americas:before {
  content: "\F57D";
}

.fa-globe-asia:before {
  content: "\F57E";
}

.fa-globe-europe:before {
  content: "\F7A2";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-golf-ball:before {
  content: "\F450";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-google-pay:before {
  content: "\E079";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-gopuram:before {
  content: "\F664";
}

.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-greater-than:before {
  content: "\F531";
}

.fa-greater-than-equal:before {
  content: "\F532";
}

.fa-grimace:before {
  content: "\F57F";
}

.fa-grin:before {
  content: "\F580";
}

.fa-grin-alt:before {
  content: "\F581";
}

.fa-grin-beam:before {
  content: "\F582";
}

.fa-grin-beam-sweat:before {
  content: "\F583";
}

.fa-grin-hearts:before {
  content: "\F584";
}

.fa-grin-squint:before {
  content: "\F585";
}

.fa-grin-squint-tears:before {
  content: "\F586";
}

.fa-grin-stars:before {
  content: "\F587";
}

.fa-grin-tears:before {
  content: "\F588";
}

.fa-grin-tongue:before {
  content: "\F589";
}

.fa-grin-tongue-squint:before {
  content: "\F58A";
}

.fa-grin-tongue-wink:before {
  content: "\F58B";
}

.fa-grin-wink:before {
  content: "\F58C";
}

.fa-grip-horizontal:before {
  content: "\F58D";
}

.fa-grip-lines:before {
  content: "\F7A4";
}

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

.fa-grip-vertical:before {
  content: "\F58E";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-guilded:before {
  content: "\E07E";
}

.fa-guitar:before {
  content: "\F7A6";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-hamburger:before {
  content: "\F805";
}

.fa-hammer:before {
  content: "\F6E3";
}

.fa-hamsa:before {
  content: "\F665";
}

.fa-hand-holding:before {
  content: "\F4BD";
}

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

.fa-hand-holding-medical:before {
  content: "\E05C";
}

.fa-hand-holding-usd:before {
  content: "\F4C0";
}

.fa-hand-holding-water:before {
  content: "\F4C1";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-hand-middle-finger:before {
  content: "\F806";
}

.fa-hand-paper:before {
  content: "\F256";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

.fa-hand-rock:before {
  content: "\F255";
}

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hand-sparkles:before {
  content: "\E05D";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-hands:before {
  content: "\F4C2";
}

.fa-hands-helping:before {
  content: "\F4C4";
}

.fa-hands-wash:before {
  content: "\E05E";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-handshake-alt-slash:before {
  content: "\E05F";
}

.fa-handshake-slash:before {
  content: "\E060";
}

.fa-hanukiah:before {
  content: "\F6E6";
}

.fa-hard-hat:before {
  content: "\F807";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-hat-cowboy:before {
  content: "\F8C0";
}

.fa-hat-cowboy-side:before {
  content: "\F8C1";
}

.fa-hat-wizard:before {
  content: "\F6E8";
}

.fa-hdd:before {
  content: "\F0A0";
}

.fa-head-side-cough:before {
  content: "\E061";
}

.fa-head-side-cough-slash:before {
  content: "\E062";
}

.fa-head-side-mask:before {
  content: "\E063";
}

.fa-head-side-virus:before {
  content: "\E064";
}

.fa-heading:before {
  content: "\F1DC";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-headphones-alt:before {
  content: "\F58F";
}

.fa-headset:before {
  content: "\F590";
}

.fa-heart:before {
  content: "\F004";
}

.fa-heart-broken:before {
  content: "\F7A9";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-helicopter:before {
  content: "\F533";
}

.fa-highlighter:before {
  content: "\F591";
}

.fa-hiking:before {
  content: "\F6EC";
}

.fa-hippo:before {
  content: "\F6ED";
}

.fa-hips:before {
  content: "\F452";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-hive:before {
  content: "\E07F";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-holly-berry:before {
  content: "\F7AA";
}

.fa-home:before {
  content: "\F015";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-horse:before {
  content: "\F6F0";
}

.fa-horse-head:before {
  content: "\F7AB";
}

.fa-hospital:before {
  content: "\F0F8";
}

.fa-hospital-alt:before {
  content: "\F47D";
}

.fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-hospital-user:before {
  content: "\F80D";
}

.fa-hot-tub:before {
  content: "\F593";
}

.fa-hotdog:before {
  content: "\F80F";
}

.fa-hotel:before {
  content: "\F594";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-house-damage:before {
  content: "\F6F1";
}

.fa-house-user:before {
  content: "\E065";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-hryvnia:before {
  content: "\F6F2";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-ice-cream:before {
  content: "\F810";
}

.fa-icicles:before {
  content: "\F7AD";
}

.fa-icons:before {
  content: "\F86D";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-id-card-alt:before {
  content: "\F47F";
}

.fa-ideal:before {
  content: "\E013";
}

.fa-igloo:before {
  content: "\F7AE";
}

.fa-image:before {
  content: "\F03E";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-industry:before {
  content: "\F275";
}

.fa-infinity:before {
  content: "\F534";
}

.fa-info:before {
  content: "\F129";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-innosoft:before {
  content: "\E080";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-instagram-square:before {
  content: "\E055";
}

.fa-instalod:before {
  content: "\E081";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-italic:before {
  content: "\F033";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-jedi:before {
  content: "\F669";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joint:before {
  content: "\F595";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-journal-whills:before {
  content: "\F66A";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-key:before {
  content: "\F084";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-khanda:before {
  content: "\F66D";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-kiss:before {
  content: "\F596";
}

.fa-kiss-beam:before {
  content: "\F597";
}

.fa-kiss-wink-heart:before {
  content: "\F598";
}

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-landmark:before {
  content: "\F66F";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-laptop-code:before {
  content: "\F5FC";
}

.fa-laptop-house:before {
  content: "\E066";
}

.fa-laptop-medical:before {
  content: "\F812";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-laugh:before {
  content: "\F599";
}

.fa-laugh-beam:before {
  content: "\F59A";
}

.fa-laugh-squint:before {
  content: "\F59B";
}

.fa-laugh-wink:before {
  content: "\F59C";
}

.fa-layer-group:before {
  content: "\F5FD";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-less:before {
  content: "\F41D";
}

.fa-less-than:before {
  content: "\F536";
}

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-level-down-alt:before {
  content: "\F3BE";
}

.fa-level-up-alt:before {
  content: "\F3BF";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-list:before {
  content: "\F03A";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-lock:before {
  content: "\F023";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-luggage-cart:before {
  content: "\F59D";
}

.fa-lungs:before {
  content: "\F604";
}

.fa-lungs-virus:before {
  content: "\E067";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-mail-bulk:before {
  content: "\F674";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-male:before {
  content: "\F183";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-map:before {
  content: "\F279";
}

.fa-map-marked:before {
  content: "\F59F";
}

.fa-map-marked-alt:before {
  content: "\F5A0";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-marker:before {
  content: "\F5A1";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mask:before {
  content: "\F6FA";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-mdb:before {
  content: "\F8CA";
}

.fa-medal:before {
  content: "\F5A2";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F3C7";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-meh:before {
  content: "\F11A";
}

.fa-meh-blank:before {
  content: "\F5A4";
}

.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

.fa-memory:before {
  content: "\F538";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-menorah:before {
  content: "\F676";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-meteor:before {
  content: "\F753";
}

.fa-microblog:before {
  content: "\E01A";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-alt:before {
  content: "\F3C9";
}

.fa-microphone-alt-slash:before {
  content: "\F539";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-microscope:before {
  content: "\F610";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-minus:before {
  content: "\F068";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-mitten:before {
  content: "\F7B5";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mixer:before {
  content: "\E056";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-mobile:before {
  content: "\F10B";
}

.fa-mobile-alt:before {
  content: "\F3CD";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill:before {
  content: "\F0D6";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-money-check:before {
  content: "\F53C";
}

.fa-money-check-alt:before {
  content: "\F53D";
}

.fa-monument:before {
  content: "\F5A6";
}

.fa-moon:before {
  content: "\F186";
}

.fa-mortar-pestle:before {
  content: "\F5A7";
}

.fa-mosque:before {
  content: "\F678";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-mountain:before {
  content: "\F6FC";
}

.fa-mouse:before {
  content: "\F8CC";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

.fa-music:before {
  content: "\F001";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-neos:before {
  content: "\F612";
}

.fa-network-wired:before {
  content: "\F6FF";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-octopus-deploy:before {
  content: "\E082";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-oil-can:before {
  content: "\F613";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-om:before {
  content: "\F679";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-orcid:before {
  content: "\F8D2";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-otter:before {
  content: "\F700";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-pager:before {
  content: "\F815";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-paint-roller:before {
  content: "\F5AA";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-parachute-box:before {
  content: "\F4CD";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-parking:before {
  content: "\F540";
}

.fa-passport:before {
  content: "\F5AB";
}

.fa-pastafarianism:before {
  content: "\F67B";
}

.fa-paste:before {
  content: "\F0EA";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-peace:before {
  content: "\F67C";
}

.fa-pen:before {
  content: "\F304";
}

.fa-pen-alt:before {
  content: "\F305";
}

.fa-pen-fancy:before {
  content: "\F5AC";
}

.fa-pen-nib:before {
  content: "\F5AD";
}

.fa-pen-square:before {
  content: "\F14B";
}

.fa-pencil-alt:before {
  content: "\F303";
}

.fa-pencil-ruler:before {
  content: "\F5AE";
}

.fa-penny-arcade:before {
  content: "\F704";
}

.fa-people-arrows:before {
  content: "\E068";
}

.fa-people-carry:before {
  content: "\F4CE";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.fa-perbyte:before {
  content: "\E083";
}

.fa-percent:before {
  content: "\F295";
}

.fa-percentage:before {
  content: "\F541";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-person-booth:before {
  content: "\F756";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-phone:before {
  content: "\F095";
}

.fa-phone-alt:before {
  content: "\F879";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-square-alt:before {
  content: "\F87B";
}

.fa-phone-volume:before {
  content: "\F2A0";
}

.fa-photo-video:before {
  content: "\F87C";
}

.fa-php:before {
  content: "\F457";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-square:before {
  content: "\E01E";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

.fa-pills:before {
  content: "\F484";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-pizza-slice:before {
  content: "\F818";
}

.fa-place-of-worship:before {
  content: "\F67F";
}

.fa-plane:before {
  content: "\F072";
}

.fa-plane-arrival:before {
  content: "\F5AF";
}

.fa-plane-departure:before {
  content: "\F5B0";
}

.fa-plane-slash:before {
  content: "\E069";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-plus:before {
  content: "\F067";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-poll:before {
  content: "\F681";
}

.fa-poll-h:before {
  content: "\F682";
}

.fa-poo:before {
  content: "\F2FE";
}

.fa-poo-storm:before {
  content: "\F75A";
}

.fa-poop:before {
  content: "\F619";
}

.fa-portrait:before {
  content: "\F3E0";
}

.fa-pound-sign:before {
  content: "\F154";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-pray:before {
  content: "\F683";
}

.fa-praying-hands:before {
  content: "\F684";
}

.fa-prescription:before {
  content: "\F5B1";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

.fa-print:before {
  content: "\F02F";
}

.fa-procedures:before {
  content: "\F487";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-project-diagram:before {
  content: "\F542";
}

.fa-pump-medical:before {
  content: "\E06A";
}

.fa-pump-soap:before {
  content: "\E06B";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-question:before {
  content: "\F128";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-quidditch:before {
  content: "\F458";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-quran:before {
  content: "\F687";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-radiation:before {
  content: "\F7B9";
}

.fa-radiation-alt:before {
  content: "\F7BA";
}

.fa-rainbow:before {
  content: "\F75B";
}

.fa-random:before {
  content: "\F074";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-react:before {
  content: "\F41B";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-record-vinyl:before {
  content: "\F8D9";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-remove-format:before {
  content: "\F87D";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-reply:before {
  content: "\F3E5";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-republican:before {
  content: "\F75E";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-restroom:before {
  content: "\F7BD";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-ribbon:before {
  content: "\F4D6";
}

.fa-ring:before {
  content: "\F70B";
}

.fa-road:before {
  content: "\F018";
}

.fa-robot:before {
  content: "\F544";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-route:before {
  content: "\F4D7";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-ruble-sign:before {
  content: "\F158";
}

.fa-ruler:before {
  content: "\F545";
}

.fa-ruler-combined:before {
  content: "\F546";
}

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-running:before {
  content: "\F70C";
}

.fa-rupee-sign:before {
  content: "\F156";
}

.fa-rust:before {
  content: "\E07A";
}

.fa-sad-cry:before {
  content: "\F5B3";
}

.fa-sad-tear:before {
  content: "\F5B4";
}

.fa-safari:before {
  content: "\F267";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-satellite-dish:before {
  content: "\F7C0";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-school:before {
  content: "\F549";
}

.fa-screwdriver:before {
  content: "\F54A";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-scroll:before {
  content: "\F70E";
}

.fa-sd-card:before {
  content: "\F7C2";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-dollar:before {
  content: "\F688";
}

.fa-search-location:before {
  content: "\F689";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-seedling:before {
  content: "\F4D8";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-server:before {
  content: "\F233";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-shapes:before {
  content: "\F61F";
}

.fa-share:before {
  content: "\F064";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-shekel-sign:before {
  content: "\F20B";
}

.fa-shield-alt:before {
  content: "\F3ED";
}

.fa-shield-virus:before {
  content: "\E06C";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-shipping-fast:before {
  content: "\F48B";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-shopify:before {
  content: "\E057";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-shuttle-van:before {
  content: "\F5B6";
}

.fa-sign:before {
  content: "\F4D9";
}

.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-sign-language:before {
  content: "\F2A7";
}

.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-signal:before {
  content: "\F012";
}

.fa-signature:before {
  content: "\F5B7";
}

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sink:before {
  content: "\E06D";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-sith:before {
  content: "\F512";
}

.fa-skating:before {
  content: "\F7C5";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-skiing:before {
  content: "\F7C9";
}

.fa-skiing-nordic:before {
  content: "\F7CA";
}

.fa-skull:before {
  content: "\F54C";
}

.fa-skull-crossbones:before {
  content: "\F714";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F3EF";
}

.fa-slash:before {
  content: "\F715";
}

.fa-sleigh:before {
  content: "\F7CC";
}

.fa-sliders-h:before {
  content: "\F1DE";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-smile:before {
  content: "\F118";
}

.fa-smile-beam:before {
  content: "\F5B8";
}

.fa-smile-wink:before {
  content: "\F4DA";
}

.fa-smog:before {
  content: "\F75F";
}

.fa-smoking:before {
  content: "\F48D";
}

.fa-smoking-ban:before {
  content: "\F54D";
}

.fa-sms:before {
  content: "\F7CD";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-snowboarding:before {
  content: "\F7CE";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-snowman:before {
  content: "\F7D0";
}

.fa-snowplow:before {
  content: "\F7D2";
}

.fa-soap:before {
  content: "\E06E";
}

.fa-socks:before {
  content: "\F696";
}

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-down-alt:before {
  content: "\F881";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-alpha-up-alt:before {
  content: "\F882";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-down-alt:before {
  content: "\F884";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-amount-up-alt:before {
  content: "\F885";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-down-alt:before {
  content: "\F886";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-numeric-up-alt:before {
  content: "\F887";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-spell-check:before {
  content: "\F891";
}

.fa-spider:before {
  content: "\F717";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-splotch:before {
  content: "\F5BC";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-spray-can:before {
  content: "\F5BD";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-square-root-alt:before {
  content: "\F698";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-stamp:before {
  content: "\F5BF";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-and-crescent:before {
  content: "\F699";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-star-half-alt:before {
  content: "\F5C0";
}

.fa-star-of-david:before {
  content: "\F69A";
}

.fa-star-of-life:before {
  content: "\F621";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-stopwatch-20:before {
  content: "\E06F";
}

.fa-store:before {
  content: "\F54E";
}

.fa-store-alt:before {
  content: "\F54F";
}

.fa-store-alt-slash:before {
  content: "\E070";
}

.fa-store-slash:before {
  content: "\E071";
}

.fa-strava:before {
  content: "\F428";
}

.fa-stream:before {
  content: "\F550";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

.fa-sun:before {
  content: "\F185";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-surprise:before {
  content: "\F5C2";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-swatchbook:before {
  content: "\F5C3";
}

.fa-swift:before {
  content: "\F8E1";
}

.fa-swimmer:before {
  content: "\F5C4";
}

.fa-swimming-pool:before {
  content: "\F5C5";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-synagogue:before {
  content: "\F69B";
}

.fa-sync:before {
  content: "\F021";
}

.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-syringe:before {
  content: "\F48E";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-table-tennis:before {
  content: "\F45D";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-tablet-alt:before {
  content: "\F3FA";
}

.fa-tablets:before {
  content: "\F490";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-taxi:before {
  content: "\F1BA";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-teeth:before {
  content: "\F62E";
}

.fa-teeth-open:before {
  content: "\F62F";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F3FE";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-temperature-low:before {
  content: "\F76B";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-tenge:before {
  content: "\F7D7";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-theater-masks:before {
  content: "\F630";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbtack:before {
  content: "\F08D";
}

.fa-ticket-alt:before {
  content: "\F3FF";
}

.fa-tiktok:before {
  content: "\E07B";
}

.fa-times:before {
  content: "\F00D";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-tint:before {
  content: "\F043";
}

.fa-tint-slash:before {
  content: "\F5C7";
}

.fa-tired:before {
  content: "\F5C8";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-toilet:before {
  content: "\F7D8";
}

.fa-toilet-paper:before {
  content: "\F71E";
}

.fa-toilet-paper-slash:before {
  content: "\E072";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-tools:before {
  content: "\F7D9";
}

.fa-tooth:before {
  content: "\F5C9";
}

.fa-torah:before {
  content: "\F6A0";
}

.fa-torii-gate:before {
  content: "\F6A1";
}

.fa-tractor:before {
  content: "\F722";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-traffic-light:before {
  content: "\F637";
}

.fa-trailer:before {
  content: "\E041";
}

.fa-train:before {
  content: "\F238";
}

.fa-tram:before {
  content: "\F7DA";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.fa-trash-restore:before {
  content: "\F829";
}

.fa-trash-restore-alt:before {
  content: "\F82A";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-trello:before {
  content: "\F181";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-truck-loading:before {
  content: "\F4DE";
}

.fa-truck-monster:before {
  content: "\F63B";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-truck-pickup:before {
  content: "\F63C";
}

.fa-tshirt:before {
  content: "\F553";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbraco:before {
  content: "\F8E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-umbrella-beach:before {
  content: "\F5CA";
}

.fa-uncharted:before {
  content: "\E084";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-unity:before {
  content: "\E049";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-unsplash:before {
  content: "\E07C";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-usb:before {
  content: "\F287";
}

.fa-user:before {
  content: "\F007";
}

.fa-user-alt:before {
  content: "\F406";
}

.fa-user-alt-slash:before {
  content: "\F4FA";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-user-check:before {
  content: "\F4FC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-clock:before {
  content: "\F4FD";
}

.fa-user-cog:before {
  content: "\F4FE";
}

.fa-user-edit:before {
  content: "\F4FF";
}

.fa-user-friends:before {
  content: "\F500";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-user-injured:before {
  content: "\F728";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-user-nurse:before {
  content: "\F82F";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-user-slash:before {
  content: "\F506";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-users-cog:before {
  content: "\F509";
}

.fa-users-slash:before {
  content: "\E073";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-utensils:before {
  content: "\F2E7";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-vector-square:before {
  content: "\F5CB";
}

.fa-venus:before {
  content: "\F221";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-vest:before {
  content: "\E085";
}

.fa-vest-patches:before {
  content: "\E086";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-vial:before {
  content: "\F492";
}

.fa-vials:before {
  content: "\F493";
}

.fa-viber:before {
  content: "\F409";
}

.fa-video:before {
  content: "\F03D";
}

.fa-video-slash:before {
  content: "\F4E2";
}

.fa-vihara:before {
  content: "\F6A7";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-virus:before {
  content: "\E074";
}

.fa-virus-slash:before {
  content: "\E075";
}

.fa-viruses:before {
  content: "\E076";
}

.fa-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-voicemail:before {
  content: "\F897";
}

.fa-volleyball-ball:before {
  content: "\F45F";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-mute:before {
  content: "\F6A9";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-vote-yea:before {
  content: "\F772";
}

.fa-vr-cardboard:before {
  content: "\F729";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-walking:before {
  content: "\F554";
}

.fa-wallet:before {
  content: "\F555";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-watchman-monitoring:before {
  content: "\E087";
}

.fa-water:before {
  content: "\F773";
}

.fa-wave-square:before {
  content: "\F83E";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weight:before {
  content: "\F496";
}

.fa-weight-hanging:before {
  content: "\F5CD";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-wind:before {
  content: "\F72E";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-wine-bottle:before {
  content: "\F72F";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

.fa-wine-glass-alt:before {
  content: "\F5CE";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-wodu:before {
  content: "\E088";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-won-sign:before {
  content: "\F159";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-wpressr:before {
  content: "\F3E4";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-x-ray:before {
  content: "\F497";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-yammer:before {
  content: "\F840";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yin-yang:before {
  content: "\F6AD";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.fa-zhihu:before {
  content: "\F63F";
}

.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.14286;
  padding-top: 30px;
  color: #003078;
  background: #fff;
}

@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: #003078;
}

.idsk-header-extended__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: row wrap;
}

.idsk-header-extended__container:after {
  content: "";
  display: block;
  clear: both;
}

.idsk-header-extended__content {
  width: 100%;
}

@media (min-width: 48.0625em) {
  .idsk-header-extended__content {
    float: left;
    margin-left: -30px;
    margin-right: -30px;
  }
}
.idsk-header__link {
  text-decoration: none;
}

.idsk-header__link:link, .idsk-header__link:visited {
  color: #fff;
}

.idsk-header__link:hover {
  text-decoration: underline;
}

.idsk-header__link:active, .idsk-header__link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.idsk-header-extended__logo {
  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;
  }
}
.idsk-header-extended__logo > a {
  display: initial;
}

.idsk-header-extended__logo > a:active img, .idsk-header-extended__logo > a:active svg, .idsk-header-extended__logo > a:focus img, .idsk-header-extended__logo > a:focus svg {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.idsk-header-extended__logo img, .idsk-header-extended__logo svg {
  height: 100%;
  max-height: 50px;
  max-width: 100%;
}

@media (min-width: 48.0625em) {
  .idsk-header-extended__logo img, .idsk-header-extended__logo svg {
    max-height: 100px;
  }
}
.idsk-header-extended__logotype-crown {
  max-width: 246px;
  position: relative;
  fill: currentColor;
}

.idsk-header-extended__logotype-crown-fallback-image {
  width: 36px;
  height: 32px;
  border: 0;
}

.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: 15px;
  }
  .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;
  }
}
@media (max-width: 48.0525em) {
  .idsk-header-extended__content, .idsk-header-extended__language, .idsk-header-extended__mobile, .idsk-header-extended__search, .idsk-header-extended__social {
    display: none;
  }
}
.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: 14px;
  font-size: 0.875rem;
  line-height: 1.14286;
  padding-right: 20px;
}

@media print {
  .idsk-header-extended__search {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-header-extended__search {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .idsk-header-extended__search {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.idsk-header-extended__search-label {
  color: #0b0c0c;
  position: absolute;
  padding: 5px;
}

.idsk-header-extended__search-label.idsk-header-extended__search-input--focus {
  z-index: -1;
}

.idsk-header-extended__search-form:focus-within .idsk-header-extended__search-label {
  z-index: -1;
}

.idsk-header-extended__search .govuk-input {
  height: 30px;
  width: 200px;
  border: 1px solid #0b0c0c;
}

.idsk-header-extended__search .govuk-input:focus {
  z-index: 2;
}

.idsk-header-extended__search .govuk-button {
  height: 30px;
  width: 28px;
  font-size: 12px;
  margin-left: -4px;
  padding-top: 7px;
  padding-left: 5px;
  background-color: #0065b3;
  box-shadow: none;
}

.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;
  padding: 0 15px 5px 0;
}

@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.31579;
  }
}
@media print {
  .idsk-header-extended__language {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-header-extended__language--active .idsk-header-extended__language-button:after {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.idsk-header-extended__language--active .idsk-header-extended__language-list {
  display: block;
  position: absolute;
}

.idsk-header-extended__language-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;
  padding-right: 30px;
}

@media print {
  .idsk-header-extended__language-button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-header-extended__language-button {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .idsk-header-extended__language-button {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-header-extended__language-button:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
  outline: none;
}

.idsk-header-extended__language-button:after {
  position: absolute;
  margin-top: 8px;
  margin-left: 10px;
  border-color: #003078 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.idsk-header-extended__language-list {
  display: none;
  list-style: none;
  padding: 0;
  text-align: left;
  margin: 10px 0 0;
  background-color: #fff;
}

.idsk-header-extended__language-list-item {
  padding: 5px;
}

.idsk-header-extended__language-list-link {
  color: #003078;
  display: block;
  text-decoration: none;
}

.idsk-header-extended__language-list-link:hover {
  text-decoration: underline;
}

.idsk-header-extended__language-list-link:active, .idsk-header-extended__language-list-link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

.idsk-header-extended__social-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.idsk-header-extended__social-item {
  display: inline-block;
  padding: 0 4px;
}

.idsk-header-extended__social-link {
  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: #003078;
}

@media print {
  .idsk-header-extended__social-link {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .idsk-header-extended__social-link {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .idsk-header-extended__social-link {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-header-extended__social-link:active, .idsk-header-extended__social-link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  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.31579;
  }
}
@media print {
  .idsk-header-extended__navigation-item > a {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.idsk-header-extended__navigation-item > a:hover, .idsk-header-extended__navigation-item > a:link, .idsk-header-extended__navigation-item > a:visited {
  color: #003078;
}

.idsk-header-extended__navigation-item > a:active, .idsk-header-extended__navigation-item > a:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  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;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 8.66px 5px 0;
  content: "";
  position: relative;
  left: 10px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-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: #003078;
}

.idsk-header-extended__navigation-item--active a:hover, .idsk-header-extended__navigation-item--active a:link, .idsk-header-extended__navigation-item--active a:visited {
  color: #fff;
}

.idsk-header-extended__navigation-item--active a:active, .idsk-header-extended__navigation-item--active a:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  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 {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.idsk-header-extended__navigation-item--active .idsk-header-extended__navigation-submenu {
  display: block;
}

.idsk-header-extended__navigation-submenu {
  display: none;
  left: 0;
  background-color: #003078;
  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: #fff;
  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: #fff;
  background: none;
}

.idsk-header-extended__navigation-submenu a:active, .idsk-header-extended__navigation-submenu a:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  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: #fff;
}

@media (max-width: 48.0525em) {
  .idsk-header-extended__navigation-submenu ul li {
    width: 100%;
    padding: 0 0 10px;
  }
}
.idsk-header-extended__navigation-submenu ul li:before {
  content: "\2022";
  color: #fff;
  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.11111;
  font-weight: 700;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  border: 0;
  color: #003078;
  background: none;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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:active, .idsk-header-extended__menu-button:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  }
  .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;
    top: 0;
    padding-top: 15px;
    width: 100vw;
    display: table;
    overflow-y: scroll;
    z-index: 11;
  }
}
.js-enabled .idsk-header-extended__mobile {
  background: #003078;
  display: none;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  padding: 15px;
  position: fixed;
  top: 0;
  width: 0;
  z-index: 11;
}

@media (min-width: 40.0625em) {
  .js-enabled .idsk-header-extended__mobile {
    padding: 15px 30px 30px;
  }
}
.js-enabled .idsk-header-extended__mobile-close {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 31px;
  height: 20px;
  line-height: 16px;
  padding-left: 0;
  position: absolute;
  right: 25px;
  top: 25px;
  width: 25px;
  z-index: 5;
}

.js-enabled .idsk-header-extended__mobile-close:after {
  content: "\2715";
}

.js-enabled .idsk-header-extended__mobile-close:active, .js-enabled .idsk-header-extended__mobile-close:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  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__mobile-close {
    right: 50px;
  }
}
.js-enabled .idsk-header-extended__menu-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
  }
}
@media (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended-notification {
    padding-top: 91px;
  }
}
@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__mobile {
    display: block;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
@media (max-width: 48.0525em) and (min-width: 40.0625em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile {
    width: calc(100% - 60px);
    height: calc(100% - 45px);
  }
}
@media (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile-close {
    display: block;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__logo {
    z-index: 12;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__logotype-crown, .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__logotype-crown-mobile {
    display: none;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__logotype-crown-mobile-navigation {
    max-width: 246px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__search {
    clear: both;
    display: block;
    margin-top: 10px;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__search .idsk-header-extended__search-form:focus-within .idsk-header-extended__search-label {
    z-index: -1;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__search .idsk-header-extended__search-label {
    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.11111;
    padding: 15px;
  }
}
@media print and (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__search .idsk-header-extended__search-label {
    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__mobile .idsk-header-extended__search .idsk-header-extended__search-label {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print and (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__search .idsk-header-extended__search-label {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (max-width: 48.0525em) and (min-width: 40.0625em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__search .idsk-header-extended__search-label {
    width: calc(100% - 60px);
    padding: 10px;
  }
}
@media (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__search .idsk-header-extended__search-label.idsk-header-extended__search-input--focus {
    z-index: -1;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__search .govuk-input {
    height: 50px;
    max-width: 240px;
    width: 100%;
    border: 1px solid #0b0c0c;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__search .govuk-input.idsk-header-extended__search-input--focus, .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__search .govuk-input:focus {
    z-index: 2;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__search .govuk-button {
    margin-top: 1px;
    font-size: 19px;
    height: 48px;
    width: 48px;
    padding-left: 9px;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__content {
    display: block;
    margin-bottom: 30px;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__content 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.04167;
    color: #fff;
    padding-left: 0;
  }
}
@media print and (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__content 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__mobile .idsk-header-extended__content a {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.11111;
  }
}
@media print and (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__content 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__mobile .idsk-header-extended__content-item--active .idsk-header-extended__link {
    outline: 3px solid rgba(0, 0, 0, 0);
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__content .idsk-js-header-extended-submenu-toggle {
    padding-right: 20px;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__content .idsk-header-extended__navigation-submenu {
    padding-top: 20px;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__content .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__mobile .idsk-header-extended__content .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.11111;
  }
}
@media print and (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__content .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__mobile .idsk-header-extended__content .idsk-header-extended__navigation-submenu li a {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.11111;
  }
}
@media print and (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__content .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__mobile .idsk-header-extended__content .idsk-header-extended__navigation-submenu li a:active, .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__content .idsk-header-extended__navigation-submenu li a:hover {
    background: #ffdf0f;
    color: #003078;
    font-weight: 600;
    text-decoration: none;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__content .idsk-header-extended__navigation-submenu li a.active {
    font-weight: 600;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__hr {
    border: none;
    border-top: 2px solid #fff;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .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.04167;
    display: block;
    margin-top: 15px;
    padding-left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media print and (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .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__mobile .idsk-header-extended__language {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.11111;
  }
}
@media print and (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .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__mobile .idsk-header-extended__language-button {
    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.04167;
    color: #fff;
    padding-right: 30px;
    padding-left: 0;
  }
}
@media print and (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__language-button {
    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__mobile .idsk-header-extended__language-button {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.11111;
  }
}
@media print and (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__language-button {
    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__mobile .idsk-header-extended__language-button:after {
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    margin-top: 10px;
    border-width: 8px 5px 0;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__language-list {
    background: none;
    position: relative;
    width: 100%;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__mobile .idsk-header-extended__language-list-link {
    color: #fff;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__social {
    display: block;
    margin-top: 20px;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__social-link {
    color: #fff;
  }
  .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__social-item:first-child {
    padding-left: 0;
  }
}
@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 (max-width: 48.0525em) {
  .js-enabled .idsk-header-extended.idsk-header-extended--cookie {
    position: absolute;
  }
}
.idsk-header-extended__language--current-text img, .idsk-header-extended__language-list-link img {
  width: 15%;
}

@media (max-width: 40.0525em) {
  .idsk-skip-link--sticky:focus + .idsk-header-extended {
    top: 2.28124rem;
  }
}
@media (min-width: 40.0625em) {
  .idsk-skip-link--sticky:focus + .idsk-header-extended {
    top: 2.53124rem;
  }
}
@media (max-width: 48.0525em) {
  .idsk-skip-link--sticky:focus ~ .idsk-header-extended-notification {
    padding-top: 7.938rem;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .idsk-header-extended-ie-fix {
    height: 55px;
  }
}
@media (-ms-high-contrast: active) and (min-width: 48.0625em), (-ms-high-contrast: none) and (min-width: 48.0625em) {
  .idsk-header-extended-ie-fix {
    height: 0;
  }
}

/* *********************************************
          ID-SK WebIcons 
*********************************************** */
*[class^=v-icon-],
*[class*=" v-icon-"] {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  text-rendering: optimizeSpeed;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

*[class*=v-icon-]:before,
*[class*=v-icon-]:after,
*[class*=v-icon-]:hover:before,
*[class*=v-icon-]:hover:after,
*[class*=v-icon-]:focus:before {
  display: inline;
  font-family: "webicons";
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
}

.v-icon-important:before {
  content: "\E900";
}

.v-icon-help:before {
  content: "\E901";
}

.v-icon-minus:before {
  content: "\E902";
}

.v-icon-plus:before {
  content: "\E903";
}

.v-icon-user:before {
  content: "\E904";
}

.v-icon-manage:before {
  content: "\E905";
}

.v-icon-arrow-up:before {
  content: "\E906";
}

.v-icon-arrow-down:before {
  content: "\E907";
}

.v-icon-arrow-left:before {
  content: "\E908";
}

.v-icon-arrow-right:before {
  content: "\E909";
}

.v-icon-arrow-thin-up:before {
  content: "\E90A";
}

.v-icon-arrow-thin-down:before {
  content: "\E90B";
}

.v-icon-arrow-thin-left:before {
  content: "\E90C";
}

.v-icon-arrow-thin-right:before {
  content: "\E90D";
}

.v-icon-arrow-small-up:before {
  content: "\E90E";
}

.v-icon-arrow-small-down:before {
  content: "\E90F";
}

.v-icon-arrow-small-left:before {
  content: "\E910";
}

.v-icon-arrow-small-right:before {
  content: "\E911";
}

.v-icon-home:before {
  content: "\E912";
}

.v-icon-first-page:before {
  content: "\E913";
}

.v-icon-last-page:before {
  content: "\E914";
}

.v-icon-chevron-left:before {
  content: "\E915";
}

.v-icon-chevron-right:before {
  content: "\E916";
}

.v-icon-calendar:before {
  content: "\E917";
}

.v-icon-thin-cross:before {
  content: "\E918";
}

.v-icon-cross:before {
  content: "\E919";
}

/* *********************************************
                 SPINNER
************************************************ */
.spinner {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 3px solid #707070;
  border-top: 3px solid #f0f0f0;
  border-radius: 50%;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  -ms-animation: spin 1s ease-in-out infinite;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
}

.spinner.jumbo {
  width: 96px;
  height: 96px;
  top: calc(50% - 48px);
  left: calc(50% - 48px);
}

.spinner.large {
  width: 72px;
  height: 72px;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
}

.spinner.middle {
  width: 36px;
  height: 36px;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
}

.spinner.small {
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.spinner.micro {
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
/*
GOVUK: 320,641,769,1020?
*/
body {
  font-family: Source Sans Pro, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 19px;
  color: #0b0c0c;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/*
GOVUK: 320,641,769,1020?
*/
/* *****************************************************
 *  WRAPPERS
******************************************************* */
.wrapper-full {
  width: 100%;
  margin: 0;
  padding: 0;
}

.wrapper-inner {
  padding: 35px 15px;
}

.wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 319px) {
  .wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 641px) {
  .wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 642px) and (max-width: 769px) {
  .wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 770px) and (max-width: 1019px) {
  .wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1020px) {
  .wrapper {
    width: 100%;
  }
}

.error-page {
  width: 100%;
  display: inline-block;
  text-align: center;
  height: auto;
}
.error-page .headers {
  margin: 300px 0 300px 0;
}
.error-page .headers h1 {
  font-size: 300px;
  text-shadow: 2px 4px 30px #CCCCCC;
  color: #FFFFFF;
  font-weight: 450;
}
.error-page .headers h2 {
  color: #808080;
  position: relative;
  bottom: 70px;
}
.error-page .headers h2 .left {
  float: left;
  width: 15%;
  left: 25%;
  position: relative;
  top: 3px;
  background-color: #CCCCCC;
  height: 2px;
  border: none;
}
.error-page .headers h2 .right {
  float: right;
  width: 15%;
  right: 25%;
  position: relative;
  top: 3px;
  background-color: #CCCCCC;
  height: 2px;
  border: none;
}

@media screen and (min-width: 770px) and (max-width: 1019px) {
  .error-page .headers h2 {
    margin: 0 -20% 0 -20%;
  }
  .error-page .headers h2 .left {
    left: 23%;
  }
  .error-page .headers h2 .right {
    right: 23%;
  }
}
@media screen and (min-width: 642px) and (max-width: 769px) {
  .error-page .headers h1 {
    font-size: 230px;
  }
  .error-page .headers h2 .left {
    width: 20%;
    left: 28%;
    margin-left: -100px;
  }
  .error-page .headers h2 .right {
    width: 20%;
    right: 28%;
    margin-right: -100px;
  }
}
@media screen and (min-width: 320px) and (max-width: 641px) {
  .error-page .headers h1 {
    font-size: 150px;
  }
  .error-page .headers h2 .left {
    width: 20%;
    left: 28%;
    margin-left: -80px;
  }
  .error-page .headers h2 .right {
    width: 20%;
    right: 28%;
    margin-right: -80px;
  }
}
@media screen and (max-width: 319px) {
  .error-page .headers h1 {
    font-size: 150px;
  }
  .error-page .headers h2 .left {
    width: 20%;
    left: 28%;
    margin-left: -80px;
  }
  .error-page .headers h2 .right {
    width: 20%;
    right: 28%;
    margin-right: -80px;
  }
}
/* *****************************************************
 *  ANIMATIONS
******************************************************* */
.fade-in-250 {
  animation: fadeIn ease 250ms;
  -webkit-animation: fadeIn ease 250ms;
  -moz-animation: fadeIn ease 250ms;
  -o-animation: fadeIn ease 250ms;
  -ms-animation: fadeIn ease 250ms;
}

.fade-in-500 {
  animation: fadeIn ease 500ms;
  -webkit-animation: fadeIn ease 500ms;
  -moz-animation: fadeIn ease 500ms;
  -o-animation: fadeIn ease 500ms;
  -ms-animation: fadeIn ease 500ms;
}

.fade-in-750 {
  animation: fadeIn ease 750ms;
  -webkit-animation: fadeIn ease 750ms;
  -moz-animation: fadeIn ease 750ms;
  -o-animation: fadeIn ease 750ms;
  -ms-animation: fadeIn ease 750ms;
}

.fade-in-1000 {
  animation: fadeIn ease 1000ms;
  -webkit-animation: fadeIn ease 1000ms;
  -moz-animation: fadeIn ease 1000ms;
  -o-animation: fadeIn ease 1000ms;
  -ms-animation: fadeIn ease 1000ms;
}

.fade-in-1250 {
  animation: fadeIn ease 1250ms;
  -webkit-animation: fadeIn ease 1250ms;
  -moz-animation: fadeIn ease 1250ms;
  -o-animation: fadeIn ease 1250ms;
  -ms-animation: fadeIn ease 1250ms;
}

.fade-in-1500 {
  animation: fadeIn ease 1500ms;
  -webkit-animation: fadeIn ease 1500ms;
  -moz-animation: fadeIn ease 1500ms;
  -o-animation: fadeIn ease 1500ms;
  -ms-animation: fadeIn ease 1500ms;
}

.fade-in-1750 {
  animation: fadeIn ease 1750ms;
  -webkit-animation: fadeIn ease 1750ms;
  -moz-animation: fadeIn ease 1750ms;
  -o-animation: fadeIn ease 1750ms;
  -ms-animation: fadeIn ease 1750ms;
}

.fade-in-2000 {
  animation: fadeIn ease 2000ms;
  -webkit-animation: fadeIn ease 2000ms;
  -moz-animation: fadeIn ease 2000ms;
  -o-animation: fadeIn ease 2000ms;
  -ms-animation: fadeIn ease 2000ms;
}

.fade-in-2250 {
  animation: fadeIn ease 2250ms;
  -webkit-animation: fadeIn ease 2250ms;
  -moz-animation: fadeIn ease 2250ms;
  -o-animation: fadeIn ease 2250ms;
  -ms-animation: fadeIn ease 2250ms;
}

.fade-in-2500 {
  animation: fadeIn ease 2500ms;
  -webkit-animation: fadeIn ease 2500ms;
  -moz-animation: fadeIn ease 2500ms;
  -o-animation: fadeIn ease 2500ms;
  -ms-animation: fadeIn ease 2500ms;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-out-250 {
  animation: fadeOut ease 250ms;
  -webkit-animation: fadeOut ease 250ms;
  -moz-animation: fadeOut ease 250ms;
  -o-animation: fadeOut ease 250ms;
  -ms-animation: fadeOut ease 250ms;
}

.fade-out-500 {
  animation: fadeOut ease 500ms;
  -webkit-animation: fadeOut ease 500ms;
  -moz-animation: fadeOut ease 500ms;
  -o-animation: fadeOut ease 500ms;
  -ms-animation: fadeOut ease 500ms;
}

.fade-out-750 {
  animation: fadeOut ease 750ms;
  -webkit-animation: fadeOut ease 750ms;
  -moz-animation: fadeOut ease 750ms;
  -o-animation: fadeOut ease 750ms;
  -ms-animation: fadeOut ease 750ms;
}

.fade-out-1000 {
  animation: fadeOut ease 1000ms;
  -webkit-animation: fadeOut ease 1000ms;
  -moz-animation: fadeOut ease 1000ms;
  -o-animation: fadeOut ease 1000ms;
  -ms-animation: fadeOut ease 1000ms;
}

.fade-out-1250 {
  animation: fadeOut ease 1250ms;
  -webkit-animation: fadeOut ease 1250ms;
  -moz-animation: fadeOut ease 1250ms;
  -o-animation: fadeOut ease 1250ms;
  -ms-animation: fadeOut ease 1250ms;
}

.fade-out-1500 {
  animation: fadeOut ease 1500ms;
  -webkit-animation: fadeOut ease 1500ms;
  -moz-animation: fadeOut ease 1500ms;
  -o-animation: fadeOut ease 1500ms;
  -ms-animation: fadeOut ease 1500ms;
}

.fade-out-1750 {
  animation: fadeOut ease 1750ms;
  -webkit-animation: fadeOut ease 1750ms;
  -moz-animation: fadeOut ease 1750ms;
  -o-animation: fadeOut ease 1750ms;
  -ms-animation: fadeOut ease 1750ms;
}

.fade-out-2000 {
  animation: fadeOut ease 2000ms;
  -webkit-animation: fadeOut ease 2000ms;
  -moz-animation: fadeOut ease 2000ms;
  -o-animation: fadeOut ease 2000ms;
  -ms-animation: fadeOut ease 2000ms;
}

.fade-out-2250 {
  animation: fadeOut ease 2250ms;
  -webkit-animation: fadeOut ease 2250ms;
  -moz-animation: fadeOut ease 2250ms;
  -o-animation: fadeOut ease 2250ms;
  -ms-animation: fadeOut ease 2250ms;
}

.fade-out-2500 {
  animation: fadeOut ease 2500ms;
  -webkit-animation: fadeOut ease 2500ms;
  -moz-animation: fadeOut ease 2500ms;
  -o-animation: fadeOut ease 2500ms;
  -ms-animation: fadeOut ease 2500ms;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.developer {
  position: fixed;
  right: 5px;
  bottom: 5px;
  background: rgba(20, 20, 20, 0.8);
  color: white;
  min-width: 70px;
  text-align: center;
  z-index: 999999999;
  padding: 10px 15px;
  font-size: 15px;
}

.developer .break-point-name {
  padding: 5px 5px 0 5px;
}

.developer .break-point-name:before {
  position: relative;
  font-size: 36px;
  color: white;
  line-height: 1;
  width: 100%;
  display: inline-block;
  font-weight: bold;
}

.developer .break-point-size {
  padding: 5px;
}

.developer .break-point-size:before {
  font-size: 16px;
}

.developer .view-port {
  color: darkorange;
}

.developer .reset-cache,
.developer .pomocne {
  padding: 2px 0;
}

.developer .error-message {
  position: absolute;
  right: 80px;
  bottom: 0;
  width: 300px;
  background: rgba(20, 20, 20, 0.75);
  text-align: left;
  padding: 3px 6px;
}

.developer a {
  text-decoration: none;
}
.developer a:link {
  color: white;
}
.developer a:visited {
  color: white;
}
.developer a:hover {
  color: darkorange;
}

/************* RWD Section ******************************/
/* BP 1 */
@media screen and (max-width: 319px) {
  .break-point-name:before {
    content: "1";
  }
  .break-point-size:before {
    content: attr(data-BP1);
  }
}
/* BP 2 */
@media screen and (min-width: 320px) and (max-width: 641px) {
  .developer .break-point-name:before {
    content: "2";
  }
  .developer .break-point-size:before {
    content: attr(data-BP2);
  }
}
/* BP 3 */
@media screen and (min-width: 642px) and (max-width: 769px) {
  .developer .break-point-name:before {
    content: "3";
  }
  .developer .break-point-size:before {
    content: attr(data-BP3);
  }
}
/* BP 4 */
@media screen and (min-width: 770px) and (max-width: 1019px) {
  .developer .break-point-name:before {
    content: "4";
  }
  .developer .break-point-size:before {
    content: attr(data-BP4);
  }
}
/* BP 5 */
@media screen and (min-width: 1020px) {
  .developer .break-point-name:before {
    content: "5";
  }
  .developer .break-point-size:before {
    content: attr(data-BP5);
  }
}
.language-dropdown {
  display: flex;
  cursor: pointer;
}
.language-dropdown img {
  align-self: center;
  margin-right: 5px;
}
.language-dropdown .icon {
  margin-left: 15px;
}

.user-header {
  display: flex;
}
.user-header .icon {
  margin-right: 10px;
  width: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.user-header .icon a {
  text-decoration: none;
}
.user-header .icon .v-icon-user:before {
  font-size: 32px;
  color: #0065B3;
  position: relative;
  line-height: 0.68;
}
.user-header .user-info {
  display: inline-block;
  float: right;
  line-height: 1.2;
  top: -2px;
  position: relative;
}
.user-header .user-info .name {
  color: black;
  pointer-events: none;
}
.user-header .user-info a {
  color: black;
}

/* ********************* Overlays **********************/
.page-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.45);
  position: fixed;
}
.page-overlay .content {
  padding: 25px;
  color: black;
  background-color: white;
  display: inline-block;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 80%;
  -webkit-box-shadow: 0 0 20px 9px rgba(0, 0, 0, 0.46);
  box-shadow: 0 0 20px 9px rgba(0, 0, 0, 0.46);
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
}
.page-overlay .content.transparent {
  color: white;
  background-color: unset;
}
.page-overlay .content.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-overlay .content .warning {
  text-align: left;
  font-size: 32px;
}
.page-overlay .content .button {
  margin: 25px 0 0 0;
}
.page-overlay .content .spinner-message {
  display: block;
  margin: 25px;
}
.page-overlay .close-button {
  position: absolute;
  top: 30px;
  right: 40px;
  color: white;
  display: inline;
  font-size: 32px;
}
.page-overlay .close-button:hover {
  color: darkgrey;
  cursor: pointer;
}

.overlay-wrapper {
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 9px rgba(0, 0, 0, 0.46) !important;
  box-shadow: 0px 0px 20px 9px rgba(0, 0, 0, 0.46) !important;
  padding: 26px;
}

.height-100 {
  height: 100%;
}

@media screen and (min-width: 320px) and (max-width: 641px) {
  .page-overlay {
    overflow-y: auto;
  }
}
@media screen and (max-width: 319px) {
  .page-overlay {
    overflow-y: auto;
  }
}
datalist {
  position: absolute;
  max-height: 20em;
  border: 1px solid #878787;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
}
datalist option {
  padding: 0.2em 0.5em;
  background-color: white;
  cursor: pointer;
  white-space: pre-wrap;
}

datalist option:hover, datalist option:focus {
  color: #fff;
  background-color: dodgerblue;
  outline: 0 none;
}

/* *********************************************
          ID-SK Overloads 
*********************************************** */
.govuk-error-summary__list a:active, .govuk-error-summary__list a:hover, .govuk-error-summary__list a:link, .govuk-error-summary__list a:visited {
  color: #df3034;
}

.govuk-form-group .govuk-error-message {
  display: none;
}

.govuk-form-group--error .govuk-error-message {
  display: block;
}

.govuk-form-group--error .govuk-input, .govuk-form-group--error .govuk-select, .govuk-form-group--error .govuk-textarea {
  border: 4px solid #df3034;
}

.govuk-page-title {
  text-align: center;
  padding: 30px 0;
  margin: 0;
}

.govuk-wizard {
  display: inline-block;
  width: 100%;
  font-size: 19px;
}

.govuk-wizard .govuk-wizard-legend-item.selected {
  background-color: #e8e8e8;
}

.govuk-wizard .govuk-wizard-legend-item.selected:hover {
  background-color: #d0d0d0;
}

.govuk-wizard .govuk-wizard-legend-item.govuk-wizard-legend-item:hover,
.govuk-wizard .govuk-wizard-legend-item.govuk-wizard-legend-item.selected:hover {
  color: #000000;
}

.govuk-wizard .govuk-wizard-legend-item.govuk-wizard-legend-item {
  border-left: solid 5px #BFC1C3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.govuk-wizard .govuk-wizard-legend-item.govuk-wizard-legend-item-status-error {
  border-left: solid 5px #D4351C;
}

.govuk-wizard .govuk-wizard-legend-item.govuk-wizard-legend-item-status-pending {
  border-left: solid 5px #1D70B8;
}

.govuk-wizard .govuk-wizard-legend-item.govuk-wizard-legend-item-status-completed {
  border-left: solid 5px #00703C;
}

.govuk-wizard .govuk-wizard-legend-item.govuk-wizard-legend-item-status-warning {
  border-left: solid 5px #f47738;
}

.govuk-wizard .govuk-wizard-legend-item.govuk-wizard-legend-item-status-postponed {
  border-left: solid 5px #d53880;
}

@media print {
  .govuk-wizard {
    font-size: 14pt;
    line-height: 1.2;
    font-family: sans-serif;
  }
}
.govuk-wizard:focus {
  outline: 3px solid #ffdf0f;
  outline-offset: 0;
  background-color: #ffdf0f;
}

.govuk-wizard:active, .govuk-wizard:focus, .govuk-wizard:hover, .govuk-wizard:link, .govuk-wizard:visited {
  color: #0b0c0c;
}

@media print {
  .govuk-wizard:active, .govuk-wizard:focus, .govuk-wizard:hover, .govuk-wizard:link, .govuk-wizard:visited {
    color: #000;
  }
}
.govuk-wizard .govuk-wizard-steps {
  padding: 0;
  margin: 0;
  width: calc(70% - 30px);
  margin-left: 31%;
  position: relative;
}

.govuk-wizard .govuk-wizard-nav-steps {
  display: none;
  text-align: center;
  color: #606060;
}

.govuk-wizard .govuk-slide-box {
  display: block;
}

.govuk-wizard .govuk-slide-box.hidden {
  display: none;
}

.govuk-wizard .govuk-wizard-legend {
  position: relative;
  float: left;
  left: 0;
  padding: 30px 20px 0 0;
  width: calc(30% - 30px);
  line-height: 2;
  font-size: 19px;
}

.govuk-wizard .govuk-wizard-legend .govuk-wizard-legend-item {
  list-style-type: none;
  color: #a0a0a0;
  padding: 0 8px 0 10px;
}

.govuk-wizard .govuk-wizard-legend .govuk-wizard-legend-item:hover {
  cursor: pointer;
  color: green;
  background-color: rgba(99, 99, 99, 0.3);
}

.govuk-wizard .govuk-wizard-legend .govuk-wizard-legend-item.selected {
  color: #000;
}

.govuk-wizard .govuk-wizard-legend .govuk-wizard-legend-item.selected:hover {
  color: green;
}

input,
.govuk-input {
  filter: none;
}

.govuk-button.red {
  background-color: #d73249;
  padding: 10px 12px;
  border: none;
  margin-bottom: 0;
}
.govuk-button.red:hover {
  background-color: #b32337;
}
.govuk-button.gray {
  background-color: #3f444f;
  padding: 10px 12px;
  border: none;
  margin-bottom: 0;
}
.govuk-button.gray:hover {
  background-color: #282c33;
}
.govuk-button.secondary {
  background-color: rgb(222, 224, 226);
  box-shadow: 0 2px 0 #0b0c0c;
  -webkit-box-shadow: 0 2px 0 #0b0c0c;
  color: #0b0c0c;
}
.govuk-button.secondary:hover, .govuk-button.secondary:focus {
  background-color: rgb(191, 193, 195);
}

.govuk-table.line-adjustment td {
  line-height: 2.1;
}
.govuk-table .stav-cell {
  width: 20%;
}

#table-div-historia .govuk-table__cell:last-child {
  width: 65%;
}

.govuk-text-highlight {
  color: #325095;
  font-weight: bold;
}

.govuk-text-white {
  color: #f0f0f0;
}

.govuk-panel--confirmation {
  background-color: #28A197;
  text-align: left;
  padding: 20px 50px;
}
.govuk-panel--confirmation .govuk-panel__title {
  font-size: 36px;
  font-weight: 600;
  color: #f0f0f0;
  display: flex;
  align-items: center;
}
.govuk-panel--confirmation .govuk-panel__title .icon {
  margin-right: 20px;
}
.govuk-panel--confirmation .govuk-panel__title .icon:before {
  font-size: 50px;
}
.govuk-panel--confirmation .govuk-panel__body {
  font-size: 18px;
  font-weight: 600;
  color: #f0f0f0;
}

.govuk-panel--error {
  background-color: #9E1912;
  text-align: left;
  padding: 20px 50px;
}
.govuk-panel--error .govuk-panel__title {
  font-size: 36px;
  font-weight: 600;
  color: #f0f0f0;
  display: flex;
  align-items: center;
}
.govuk-panel--error .govuk-panel__title .icon {
  margin-right: 20px;
}
.govuk-panel--error .govuk-panel__title .icon:before {
  font-size: 50px;
}
.govuk-panel--error .govuk-panel__body {
  font-size: 18px;
  font-weight: 600;
  color: #f0f0f0;
}

.govuk-panel--warning {
  background-color: #F47738;
  text-align: left;
  padding: 20px 50px;
}
.govuk-panel--warning .govuk-panel__title {
  font-size: 36px;
  font-weight: 600;
  color: #f0f0f0;
  display: flex;
  align-items: center;
}
.govuk-panel--warning .govuk-panel__title .icon {
  margin-right: 20px;
}
.govuk-panel--warning .govuk-panel__title .icon:before {
  font-size: 50px;
}
.govuk-panel--warning .govuk-panel__body {
  font-size: 18px;
  font-weight: 600;
  color: #f0f0f0;
}

@media screen and (min-width: 320px) and (max-width: 641px) {
  .govuk-panel .govuk-panel__title {
    font-size: 24px;
  }
  .govuk-panel .govuk-panel__body {
    font-size: 24px;
  }
}
@media screen and (max-width: 319px) {
  .govuk-panel .govuk-panel__title {
    font-size: 24px;
  }
  .govuk-panel .govuk-panel__body {
    font-size: 24px;
  }
}
.govuk-details__text {
  display: none;
}

.govuk-details__summary {
  position: relative;
}

.govuk-details__summary::before {
  font-family: "webicons";
  clip-path: none;
  content: "\E90D";
  border: none;
  overflow: hidden;
  position: absolute;
  width: 25px;
  height: 26px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  text-align: center;
  left: -10px;
}

.open .govuk-details__summary-text {
  background-color: #ffdf0f;
}

.open .govuk-details__summary::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.govuk-radios__label {
  padding: 6px 15px 5px;
}

.govuk-select {
  padding: 0;
}

.govuk-float-right {
  float: right;
}

.govuk-float-left {
  float: left;
}

.govuk-input--width-6 {
  max-width: 12.6ex;
}

.govuk-input--width-7 {
  max-width: 14.4ex;
}

.govuk-input--width-8 {
  max-width: 16.2ex;
}

.govuk-input--width-9 {
  max-width: 18ex;
}

.govuk-form-group.govuk-radios__conditional--error {
  border-left: 5px solid #d0190f;
}
.govuk-form-group.govuk-radios__conditional--error .govuk-error-message {
  display: block;
}

.govuk-table .govuk-table__cell,
.govuk-table .govuk-table__header {
  padding: 10px;
}
.govuk-table tfoot {
  font-weight: bold;
}
.govuk-table tfoot tr {
  background-color: #e8e8e8;
}

a:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

a:link {
  color: #005ea5;
}

a:visited {
  color: #2e358b;
}

a:hover {
  color: #003078;
  cursor: pointer;
}

a:active,
a:focus {
  color: #0b0c0c;
}

button ~ button,
.govuk-button ~ .govuk-button {
  margin-left: 10px;
}

@media screen and (min-width: 320px) and (max-width: 641px) {
  button ~ button,
  .govuk-button ~ .govuk-button {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 319px) {
  button ~ button,
  .govuk-button ~ .govuk-button {
    margin-left: 0;
    margin-top: 15px;
  }
}
.govuk-accordion__section-heading.icon:before {
  color: #000000 !important;
}

.govuk-date-input__item .govuk-calendar-icon {
  position: relative;
}
.govuk-date-input__item .govuk-calendar-icon.v-icon-calendar:before {
  font-size: 58px;
  color: #000000;
  position: relative;
  top: 13px;
}
.govuk-date-input__item .govuk-calendar-icon:hover {
  cursor: pointer;
}

.govuk-text {
  max-width: 30em;
}

.govuk-hidden {
  display: none;
}

/* ************************************************
                  IAM
************************************************** */
.vyber .grid-row {
  padding: 10px 0;
  border-top: solid 1px #BFC1C3;
  display: inline-block;
  width: 100%;
}
.vyber .grid-row:last-child {
  border-bottom: solid 1px #BFC1C3;
}
.vyber .grid-row .icon {
  border-radius: 50%;
  background-color: #f8f8f8;
  width: 120px;
  height: 120px;
  float: left;
}
.vyber .grid-row .icon:hover {
  background-color: #d0d0d0;
  cursor: pointer;
}
.vyber .grid-row .icon img {
  position: relative;
  width: 65%;
  height: 65%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.vyber .grid-row .content {
  position: relative;
  display: inline-block;
  padding: 25px 10px 25px 30px;
}

#platobne-instrukcie #qr {
  width: 175px;
  max-width: 175px;
  image-rendering: pixelated;
}
#platobne-instrukcie #pbs {
  display: block;
  image-rendering: pixelated;
  width: 135px;
  max-width: 135px;
  margin-left: 55px;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.prepocet-hodnoty-site .govuk-checkboxes__item {
  left: calc(50% - 20px);
}
.prepocet-hodnoty-site .step-1 input[name=sumaVCudzejMene] {
  width: 190px;
}
.prepocet-hodnoty-site .step-1 div.sumar {
  width: 140px;
}
.prepocet-hodnoty-site table tbody tr {
  border-bottom: none;
}
.prepocet-hodnoty-site table tbody tr .mena-hodnota .mena, .prepocet-hodnoty-site table tbody tr .suma .sumar {
  background: #f0f0f0;
  border: 1px solid #efefef;
  padding-top: 8px;
}
.prepocet-hodnoty-site table .rwd-label {
  display: none;
  font-weight: bold;
}
.prepocet-hodnoty-site table .rwd-value.mena-hodnota .mena {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 642px) and (max-width: 769px) {
  .prepocet-hodnoty-site .step-1 table {
    width: 100%;
  }
  .prepocet-hodnoty-site .step-1 .govuk-form-group .text-right {
    text-align: left;
  }
  .prepocet-hodnoty-site td {
    float: left;
    width: 100%;
    text-align: left;
  }
  .prepocet-hodnoty-site label {
    text-align: left;
  }
  .prepocet-hodnoty-site table thead {
    display: none;
  }
  .prepocet-hodnoty-site table tbody .govuk-table__cell {
    border: none;
  }
  .prepocet-hodnoty-site table tbody tr {
    border-bottom: solid 2px #BFC1C3;
  }
  .prepocet-hodnoty-site table .rwd-label {
    display: block;
    width: 40%;
    float: left;
    line-height: 3;
  }
  .prepocet-hodnoty-site table .rwd-value {
    width: 55%;
    float: left;
  }
  .prepocet-hodnoty-site table .rwd-value.oznac {
    text-align: left;
  }
  .prepocet-hodnoty-site table .rwd-value.oznac .govuk-checkboxes__item {
    left: 2px;
  }
  .prepocet-hodnoty-site table .rwd-value.cudia-suma {
    text-align: left;
  }
  .prepocet-hodnoty-site table .rwd-value.cudia-suma input {
    max-width: 100%;
    width: 100%;
  }
  .prepocet-hodnoty-site table .rwd-value.mena-hodnota .mena {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    width: 100%;
  }
  .prepocet-hodnoty-site table .rwd-value.suma .sumar {
    max-width: 100%;
    width: 100%;
  }
  .prepocet-hodnoty-site table tfoot .footer-label {
    width: 39%;
    float: left;
  }
  .prepocet-hodnoty-site table tfoot .footer-value {
    width: 53%;
    float: left;
  }
  .prepocet-hodnoty-site table tfoot td:nth-child(2) {
    display: none;
  }
  .prepocet-hodnoty-site table tfoot td:nth-child(3) {
    display: none;
  }
  .prepocet-hodnoty-site table tfoot .govuk-table__cell {
    border-bottom: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 641px) {
  .prepocet-hodnoty-site .step-1 table {
    width: 100%;
  }
  .prepocet-hodnoty-site .step-1 .govuk-form-group .text-right {
    text-align: left;
  }
  .prepocet-hodnoty-site td {
    float: left;
    width: 100%;
    text-align: left;
  }
  .prepocet-hodnoty-site label {
    text-align: left;
  }
  .prepocet-hodnoty-site table thead {
    display: none;
  }
  .prepocet-hodnoty-site table tbody .govuk-table__cell {
    border: none;
  }
  .prepocet-hodnoty-site table tbody tr {
    border-bottom: solid 2px #BFC1C3;
  }
  .prepocet-hodnoty-site table .rwd-label {
    display: block;
    width: 40%;
    float: left;
    line-height: 1.1;
    top: 15px;
    position: relative;
  }
  .prepocet-hodnoty-site table .rwd-value {
    width: 49%;
    float: left;
  }
  .prepocet-hodnoty-site table .rwd-value.oznac {
    text-align: left;
  }
  .prepocet-hodnoty-site table .rwd-value.oznac .govuk-checkboxes__item {
    left: 2px;
  }
  .prepocet-hodnoty-site table .rwd-value.cudia-suma {
    text-align: left;
  }
  .prepocet-hodnoty-site table .rwd-value.cudia-suma input {
    max-width: 100%;
    width: 100%;
  }
  .prepocet-hodnoty-site table .rwd-value.mena-hodnota .mena {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    width: 100%;
  }
  .prepocet-hodnoty-site table .rwd-value.suma .sumar {
    max-width: 100%;
    width: 100%;
  }
  .prepocet-hodnoty-site table tfoot tr {
    display: flex;
  }
  .prepocet-hodnoty-site table tfoot .footer-label {
    width: 37%;
    float: left;
  }
  .prepocet-hodnoty-site table tfoot .footer-value {
    width: 48%;
    float: left;
  }
  .prepocet-hodnoty-site table tfoot td:nth-child(2) {
    display: none;
  }
  .prepocet-hodnoty-site table tfoot td:nth-child(3) {
    display: none;
  }
  .prepocet-hodnoty-site table tfoot .govuk-table__cell {
    border-bottom: none;
  }
  .prepocet-hodnoty-site .govuk-button {
    margin-bottom: 0;
  }
  .prepocet-hodnoty-site .pouzity-kurz {
    font-size: 16px;
  }
}
@media screen and (max-width: 319px) {
  .prepocet-hodnoty-site .step-1 table {
    width: 100%;
  }
  .prepocet-hodnoty-site .step-1 .govuk-form-group .text-right {
    text-align: left;
  }
  .prepocet-hodnoty-site td {
    float: left;
    width: 100%;
    text-align: left;
  }
  .prepocet-hodnoty-site label {
    text-align: left;
  }
  .prepocet-hodnoty-site table thead {
    display: none;
  }
  .prepocet-hodnoty-site table tbody .govuk-table__cell {
    border: none;
  }
  .prepocet-hodnoty-site table tbody tr {
    border-bottom: solid 2px #BFC1C3;
  }
  .prepocet-hodnoty-site table .rwd-label {
    display: block;
    width: 40%;
    float: left;
    line-height: 1.1;
    top: 15px;
    position: relative;
  }
  .prepocet-hodnoty-site table .rwd-value {
    width: 40%;
    float: left;
  }
  .prepocet-hodnoty-site table .rwd-value.oznac {
    text-align: left;
  }
  .prepocet-hodnoty-site table .rwd-value.oznac .govuk-checkboxes__item {
    left: 2px;
  }
  .prepocet-hodnoty-site table .rwd-value.cudia-suma {
    text-align: left;
  }
  .prepocet-hodnoty-site table .rwd-value.cudia-suma input {
    max-width: 100%;
    width: 100%;
  }
  .prepocet-hodnoty-site table .rwd-value.mena-hodnota .mena {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    width: 100%;
  }
  .prepocet-hodnoty-site table .rwd-value.suma .sumar {
    max-width: 100%;
    width: 100%;
  }
  .prepocet-hodnoty-site table tfoot tr {
    display: flex;
  }
  .prepocet-hodnoty-site table tfoot .footer-label {
    width: 37%;
    float: left;
  }
  .prepocet-hodnoty-site table tfoot .footer-value {
    width: 50%;
    float: left;
  }
  .prepocet-hodnoty-site table tfoot td:nth-child(2) {
    display: none;
  }
  .prepocet-hodnoty-site table tfoot td:nth-child(3) {
    display: none;
  }
  .prepocet-hodnoty-site table tfoot .govuk-table__cell {
    border-bottom: none;
  }
  .prepocet-hodnoty-site .govuk-button {
    margin-bottom: 0;
  }
  .prepocet-hodnoty-site .pouzity-kurz {
    font-size: 16px;
  }
}
.formulare .govuk-wizard .govuk-wizard-steps {
  width: 100%;
  margin-left: 0;
}
.formulare .govuk-wizard .sign {
  line-height: 1.8;
  list-style: none;
  padding-left: 0;
}

.select-small {
  max-width: 23ex;
}

.select-medium {
  max-width: 41ex;
}

/*************************************
*  Overlays
 *************************************/
.govuk-page-overlay {
  -webkit-animation: fadein 0.45s;
  animation: fadein 0.45s;
  background-color: rgba(10, 10, 10, 0.75);
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}

.govuk-page-overlay.hide {
  -webkit-animation: fadeout 0.45s;
  animation: fadeout 0.45s;
}

.govuk-page-overlay-content {
  -webkit-animation: fadein 0.45s;
  animation: fadein 0.45s;
  background-color: #ffffff;
  display: inline-block;
  left: 50%;
  max-height: 80%;
  max-width: 80%;
  min-height: 200px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: 100%;
}

.govuk-page-overlay-content-body {
  padding-left: 50px;
  padding-right: 50px;
  height: calc(100% - 250px);
  overflow-y: auto;
}

.govuk-page-overlay-content-buttons {
  margin-left: 50px;
  bottom: 1%;
  position: absolute;
}

.govuk-page-overlay-content-header {
  margin-left: 50px;
  margin-right: 50px;
}

body.ie .govuk-page-overlay-content-body .govuk-wizard-legend {
  position: absolute;
  left: 0px;
}

.govuk-error-summary a {
  color: #df3034;
  text-decoration: underline;
}

/* Obsolete */
.overlay {
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
  background-color: #ffffff;
  height: auto;
  left: 50%;
  max-height: 80%;
  max-width: 90%;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (min-width: 320px) and (max-width: 641px) {
  #mrn-code {
    max-width: none;
  }
}
@media screen and (max-width: 319px) {
  #mrn-code {
    max-width: none;
  }
}
.idsk-footer-extended-description-panel-top-border {
  margin-top: auto;
}

.idsk-header-web__brand-language-list {
  display: none;
  position: absolute;
  transform: translate(-10px, 10px);
  z-index: 2;
  width: 150px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.invalid-email {
  color: #D0190F;
}

.valid-email {
  color: #00703C;
}

/*# sourceMappingURL=style-main.css.map*/