/*
Theme Name: IDSK Template
Text Domain: idsk-template
Version: 1.3.3
Requires PHP: 7.0
Tags: blog, news, portfolio, grid-layout, block-patterns, theme-options
Author: SlovenskoIT a.s.
Author URI: https://slovenskoit.sk
Description: ID-SK is an unified design system of Slovakia's electronic services.
Requires at least: 5.5
Tested up to: 6.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@charset "UTF-8";

/* wp defaults */
body.logged-in .idsk-header-extended{
  top: 46px;
}
body.logged-in .idsk-header-extended.idsk-header-extended--shrink {
  top: 0px;
}
.govuk-skip-link:focus + .idsk-header-extended {
  top: 40px;
}
body.logged-in .govuk-skip-link:focus + .idsk-header-extended {
  top: 86px;
}
body.logged-in .idsk-header-extended__mobile {
  padding-top: 61px;
}
body.logged-in .idsk-header-extended__mobile-close {
  top: 71px;
}
body.logged-in .idsk-header-extended.idsk-header-extended--shrink .idsk-header-extended__mobile {
  padding-top: 15px;
}
body.logged-in .idsk-header-extended.idsk-header-extended--shrink .idsk-header-extended__mobile-close {
  top: 25px;
}

.wp-caption,
.wp-caption-text {
	font-size: 1rem;
	line-height: 1.7;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.sticky {}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}
.gallery-caption,
.bypostauthor {
  display: block;
}

.alignright {
  margin-top: 0;
  margin-bottom: 20px;
  float: right;
}
.alignleft {
  margin-top: 0;
  text-align: left;
  float: center;
}
.aligncenter {
  clear: both;
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* default link style */
.govuk-main-wrapper a:not(.govuk-link, .govuk-button, .idsk-button),
.idsk-footer-extended-main-content a:not(.govuk-link, .govuk-button, .idsk-button) {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.govuk-main-wrapper a:link:not(.govuk-link, .govuk-button, .idsk-button),
.idsk-footer-extended-main-content a:link:not(.govuk-link, .govuk-button, .idsk-button) {
  color: #0065b3;
}
.govuk-main-wrapper a:hover:not(.govuk-link, .govuk-button, .idsk-button),
.idsk-footer-extended-main-content a:hover:not(.govuk-link, .govuk-button, .idsk-button) {
  color: #003078;
}
.govuk-main-wrapper a:active:not(.govuk-link, .govuk-button, .idsk-button),
.idsk-footer-extended-main-content a:active:not(.govuk-link, .govuk-button, .idsk-button) {
  color: #0b0c0c;
}
.govuk-main-wrapper a:focus:not(.govuk-link, .govuk-button, .idsk-button),
.idsk-footer-extended-main-content a:focus:not(.govuk-link, .govuk-button, .idsk-button) {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
}

p {
  margin-top: 0;
}

.idsk-error-summary-success {
  border-color: #00703c !important;
}

.idsk-menu-clear {
  text-decoration: none;
}

.app-pane-lgray {
  background-color: #f1f1f1;
}
.app-pane-gray {
  background-color: #dee0e2;
}
.app-pane-blue * {
  color: #ffffff !important;
}

figure {
  margin: 0;
}

.search-hidden {
  display: none !important;
}

.idsk-header-extended--show-mobile-menu .govuk-heading-l {
  color: #ffffff
}

/* article */
.idsk-in-page-navigation {
  height: 100vh;
}

.govuk-heading-l.idsk-stepper-pattern__intro-heading {
  margin-bottom: 20px;
  padding-top: 0;
  margin-top: -10px;
}

.idsk-article-pattern__text-silver--down {
  padding-top: 10px;
  padding-bottom: 13px;
}

.idsk-article-pattern__text-silver--up {
  border-top: 1px solid #BFC1C3;
  padding-top: 10px;
}

@media(min-width: 48.0525em) {
  .idsk-article-pattern__text-silver--down {
      border-bottom: 1px solid #BFC1C3;
  }
}

#idsk-article__content__news {
  display: none;
  margin-left: -15px;
  margin-right: 15px;
  padding-top: 10px
}

#idsk-article__content__news.idsk-article__content__news--visible {
  display: block;
}

.idsk-article__social-networks {
  margin-left: -15px;
  margin-right: 15px;
  padding-bottom: 10px !important;
  padding-top: 20px !important;
}

#idsk-article__content__news .govuk-body-s {
  margin-bottom: 8px;
}

.idsk-article__social-networks a {
  text-decoration: none;
}

.idsk-article-pattern__subtitle {
  padding-bottom: 5px;
}

@media(min-width: 48.0525em) {
  .idsk-article-pattern__element-right {
      float: right !important;
      margin-right: 15px;
  }
}

/* table */
.arrowBtn.sortAsc::before,
.arrowBtn.sortDesc::after {
  content: none !important;
}
.arrowBtn.sortAsc::after,
.arrowBtn.sortDesc::before {
  content: '' !important;
}

/* override used images */
.idsk-search-results__list .idsk-search-results__search__input {
  background-image: url("assets/images/loupe.svg") !important;
}
@media (min-width: 40.0625em) {
  .idsk-address__map {
    border-right: 2px solid !important;
  }
}
.idsk-address--full-width .idsk-address__map {
  border-right: 1px solid !important;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/sourcesanspro-regular-webfont.woff2") format("woff2"),
    url("assets/fonts/sourcesanspro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/sourcesanspro-bold-webfont.woff2") format("woff2"),
    url("assets/fonts/sourcesanspro-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "FontAwesome";
  src: url("assets/fonts/fa-regular-400.woff2") format("woff2"), url("assets/fonts/fa-regular-400.woff") format("woff");
  font-weight: normal;
  font-style: solid;
  font-display: fallback;
}

@font-face {
  font-family: "FontAwesome";
  src: url("assets/fonts/fa-solid-900.woff2") format("woff2"), url("assets/fonts/fa-solid-900.woff") format("woff");
  font-weight: normal;
  font-style: solid;
  font-display: fallback;
}

@font-face {
  font-family: "FontAwesome";
  src: url("assets/fonts/fa-brands-400.woff2") format("woff2"), url("assets/fonts/fa-brands-400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "FontAwesome";
  src: url("assets/fonts/fa-brands-400.woff2") format("woff2"), url("assets/fonts/fa-brands-400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

.fa, .fas, .far, .fal, .fad, .fab {
  font-family: "FontAwesome"; }

.govuk-grid-row {
  margin-right: -15px;
  margin-left: -15px; }
  .govuk-grid-row:after {
    content: "";
    display: block;
    clear: both; }

.govuk-grid-column-one-quarter {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px; }
  @media (min-width: 40.0625em) {
    .govuk-grid-column-one-quarter {
      width: 25%;
      float: left; } }

.govuk-grid-column-one-third {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px; }
  @media (min-width: 40.0625em) {
    .govuk-grid-column-one-third {
      width: 33.3333%;
      float: left; } }

.govuk-grid-column-one-half {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px; }
  @media (min-width: 40.0625em) {
    .govuk-grid-column-one-half {
      width: 50%;
      float: left; } }

.govuk-grid-column-two-thirds {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px; }
  @media (min-width: 40.0625em) {
    .govuk-grid-column-two-thirds {
      width: 66.6666%;
      float: left; } }

.govuk-grid-column-three-quarters {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px; }
  @media (min-width: 40.0625em) {
    .govuk-grid-column-three-quarters {
      width: 75%;
      float: left; } }

.govuk-grid-column-full {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px; }
  @media (min-width: 40.0625em) {
    .govuk-grid-column-full {
      width: 100%;
      float: left; } }

.govuk-grid-column-one-quarter-from-desktop {
  box-sizing: border-box;
  padding: 0 15px; }
  @media (min-width: 48.0625em) {
    .govuk-grid-column-one-quarter-from-desktop {
      width: 25%;
      float: left; } }

.govuk-grid-column-one-third-from-desktop {
  box-sizing: border-box;
  padding: 0 15px; }
  @media (min-width: 48.0625em) {
    .govuk-grid-column-one-third-from-desktop {
      width: 33.3333%;
      float: left; } }

.govuk-grid-column-one-half-from-desktop {
  box-sizing: border-box;
  padding: 0 15px; }
  @media (min-width: 48.0625em) {
    .govuk-grid-column-one-half-from-desktop {
      width: 50%;
      float: left; } }

.govuk-grid-column-two-thirds-from-desktop {
  box-sizing: border-box;
  padding: 0 15px; }
  @media (min-width: 48.0625em) {
    .govuk-grid-column-two-thirds-from-desktop {
      width: 66.6666%;
      float: left; } }

.govuk-grid-column-three-quarters-from-desktop {
  box-sizing: border-box;
  padding: 0 15px; }
  @media (min-width: 48.0625em) {
    .govuk-grid-column-three-quarters-from-desktop {
      width: 75%;
      float: left; } }

.govuk-grid-column-full-from-desktop {
  box-sizing: border-box;
  padding: 0 15px; }
  @media (min-width: 48.0625em) {
    .govuk-grid-column-full-from-desktop {
      width: 100%;
      float: left; } }

.govuk-breadcrumbs {
  margin-top: 25px; }

@media (min-width: 40.0625em) {
  .govuk-main-wrapper {
    padding-top: 20px;
    padding-bottom: 40px; } }

.govuk-link, .app-prose-scope a {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: 0.1em; }
  @media print {
    .govuk-link, .app-prose-scope a {
      font-family: sans-serif; } }
  .govuk-link:hover, .app-prose-scope a:hover,
.govuk-link.\:hover,
.app-prose-scope a.\:hover {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
            text-decoration-skip: none; }
  .govuk-link:focus, .app-prose-scope a:focus,
.govuk-link.\:focus,
.app-prose-scope a.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }
  .govuk-link:link, .app-prose-scope a:link,
.govuk-link.\:link,
.app-prose-scope a.\:link {
    color: #0065b3; }
  .govuk-link:visited, .app-prose-scope a:visited,
.govuk-link.\:visited,
.app-prose-scope a.\:visited {
    color: #4c2c92; }
  .govuk-link:hover, .app-prose-scope a:hover,
.govuk-link.\:hover,
.app-prose-scope a.\:hover {
    color: #003078; }
  .govuk-link:active, .app-prose-scope a:active,
.govuk-link.\:active,
.app-prose-scope a.\:active {
    color: #0b0c0c; }
  .govuk-link:focus, .app-prose-scope a:focus,
.govuk-link.\:focus,
.app-prose-scope a.\:focus {
    color: #0b0c0c; }
  @media print {
    .govuk-link[href^="/"]:after, .app-prose-scope a[href^="/"]:after, .govuk-link[href^="http://"]:after, .app-prose-scope a[href^="http://"]:after, .govuk-link[href^="https://"]:after, .app-prose-scope a[href^="https://"]:after,
.govuk-link[href^="http.\://"]:after,
.app-prose-scope a[href^="http.\://"]:after,
.govuk-link[href^="https.\://"]:after,
.app-prose-scope a[href^="https.\://"]:after {
      content: " (" attr(href) ")";
      font-size: 90%;
      word-wrap: break-word; } }

.govuk-link--muted:link, .govuk-link--muted:visited,
.govuk-link--muted.\:link,
.govuk-link--muted.\:visited {
  color: #626a6e; }

.govuk-link--muted:hover, .govuk-link--muted:active,
.govuk-link--muted.\:hover,
.govuk-link--muted.\:active {
  color: #0b0c0c; }

.govuk-link--muted:focus,
.govuk-link--muted.\:focus {
  color: #0b0c0c; }

.govuk-link--text-colour:link, .govuk-link--text-colour:visited,
.govuk-link--text-colour.\:link,
.govuk-link--text-colour.\:visited {
  color: #0b0c0c; }
  @media print {
    .govuk-link--text-colour:link, .govuk-link--text-colour:visited,
.govuk-link--text-colour.\:link,
.govuk-link--text-colour.\:visited {
      color: #000000; } }

.govuk-link--text-colour:hover,
.govuk-link--text-colour.\:hover {
  color: rgba(11, 12, 12, 0.99); }

.govuk-link--text-colour:active, .govuk-link--text-colour:focus,
.govuk-link--text-colour.\:active,
.govuk-link--text-colour.\:focus {
  color: #0b0c0c; }
  @media print {
    .govuk-link--text-colour:active, .govuk-link--text-colour:focus,
.govuk-link--text-colour.\:active,
.govuk-link--text-colour.\:focus {
      color: #000000; } }

.govuk-link--inverse:link, .govuk-link--inverse:visited,
.govuk-link--inverse.\:link,
.govuk-link--inverse.\:visited {
  color: #ffffff; }

.govuk-link--inverse:hover, .govuk-link--inverse:active,
.govuk-link--inverse.\:hover,
.govuk-link--inverse.\:active {
  color: rgba(255, 255, 255, 0.99); }

.govuk-link--inverse:focus,
.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.\:link {
  color: #0065b3; }

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

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

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

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

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

.govuk-list > li, .idsk-list > li, .app-prose-scope ul > li, .app-prose-scope ol > li {
  margin-bottom: 5px; }

.govuk-list--bullet, .app-prose-scope ul {
  padding-left: 20px;
  list-style-type: disc; }

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

.govuk-list--bullet > li, .app-prose-scope ul > li,
.govuk-list--number > li,
.idsk-list--letters > li,
.app-prose-scope ol > li {
  margin-bottom: 0; }
  @media (min-width: 40.0625em) {
    .govuk-list--bullet > li, .app-prose-scope ul > li,
    .govuk-list--number > li,
    .idsk-list--letters > li,
    .app-prose-scope ol > li {
      margin-bottom: 5px; } }

.govuk-template {
  background-color: #dee0e2;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }
  @media screen {
    .govuk-template {
      overflow-y: scroll; } }

.govuk-template__body {
  margin: 0;
  background-color: #ffffff; }

.govuk-heading-xl, .app-prose-scope h1 {
  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, .app-prose-scope h1 {
      color: #000000; } }
  @media print {
    .govuk-heading-xl, .app-prose-scope h1 {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .govuk-heading-xl, .app-prose-scope h1 {
      font-size: 48px;
      font-size: 3rem;
      line-height: 1.04167; } }
  @media print {
    .govuk-heading-xl, .app-prose-scope h1 {
      font-size: 32pt;
      line-height: 1.15; } }
  @media (min-width: 40.0625em) {
    .govuk-heading-xl, .app-prose-scope h1 {
      margin-bottom: 50px; } }

.govuk-heading-l, .app-prose-scope h2 {
  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, .app-prose-scope h2 {
      color: #000000; } }
  @media print {
    .govuk-heading-l, .app-prose-scope h2 {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .govuk-heading-l, .app-prose-scope h2 {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 1.11111; } }
  @media print {
    .govuk-heading-l, .app-prose-scope h2 {
      font-size: 24pt;
      line-height: 1.05; } }
  @media (min-width: 40.0625em) {
    .govuk-heading-l, .app-prose-scope h2 {
      margin-bottom: 30px; } }

.govuk-heading-m, .app-prose-scope h3 {
  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, .app-prose-scope h3 {
      color: #000000; } }
  @media print {
    .govuk-heading-m, .app-prose-scope h3 {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .govuk-heading-m, .app-prose-scope h3 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.25; } }
  @media print {
    .govuk-heading-m, .app-prose-scope h3 {
      font-size: 18pt;
      line-height: 1.15; } }
  @media (min-width: 40.0625em) {
    .govuk-heading-m, .app-prose-scope h3 {
      margin-bottom: 20px; } }

.govuk-heading-s, .app-prose-scope h4 {
  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, .app-prose-scope h4 {
      color: #000000; } }
  @media print {
    .govuk-heading-s, .app-prose-scope h4 {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .govuk-heading-s, .app-prose-scope h4 {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.31579; } }
  @media print {
    .govuk-heading-s, .app-prose-scope h4 {
      font-size: 14pt;
      line-height: 1.15; } }
  @media (min-width: 40.0625em) {
    .govuk-heading-s, .app-prose-scope h4 {
      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: #000000; } }
  @media print {
    .govuk-body-l, .govuk-body-lead {
      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-m, .govuk-body, .app-prose-scope p {
  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-m, .govuk-body, .app-prose-scope p {
      color: #000000; } }
  @media print {
    .govuk-body-m, .govuk-body, .app-prose-scope p {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .govuk-body-m, .govuk-body, .app-prose-scope p {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.31579; } }
  @media print {
    .govuk-body-m, .govuk-body, .app-prose-scope p {
      font-size: 14pt;
      line-height: 1.15; } }
  @media (min-width: 40.0625em) {
    .govuk-body-m, .govuk-body, .app-prose-scope p {
      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: #000000; } }
  @media print {
    .govuk-body-s {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .govuk-body-s {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25; } }
  @media print {
    .govuk-body-s {
      font-size: 14pt;
      line-height: 1.2; } }
  @media (min-width: 40.0625em) {
    .govuk-body-s {
      margin-bottom: 20px; } }

.govuk-body-xs {
  color: #0b0c0c;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 15px; }
  @media print {
    .govuk-body-xs {
      color: #000000; } }
  @media print {
    .govuk-body-xs {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .govuk-body-xs {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.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, .app-prose-scope .govuk-body-l + h2, .app-prose-scope .govuk-body-lead + h2 {
  padding-top: 5px; }
  @media (min-width: 40.0625em) {
    .govuk-body-l + .govuk-heading-l, .govuk-body-lead + .govuk-heading-l, .app-prose-scope .govuk-body-l + h2, .app-prose-scope .govuk-body-lead + h2 {
      padding-top: 10px; } }

.govuk-body-m + .govuk-heading-l, .govuk-body + .govuk-heading-l, .app-prose-scope p + .govuk-heading-l, .app-prose-scope .govuk-body-m + h2, .app-prose-scope .govuk-body + h2, .app-prose-scope p + h2,
.govuk-body-s + .govuk-heading-l,
.app-prose-scope .govuk-body-s + h2,
.govuk-list + .govuk-heading-l,
.idsk-list + .govuk-heading-l,
.app-prose-scope ul + .govuk-heading-l,
.app-prose-scope ol + .govuk-heading-l,
.app-prose-scope .govuk-list + h2,
.app-prose-scope .idsk-list + h2,
.app-prose-scope ul + h2,
.app-prose-scope ol + h2 {
  padding-top: 15px; }
  @media (min-width: 40.0625em) {
    .govuk-body-m + .govuk-heading-l, .govuk-body + .govuk-heading-l, .app-prose-scope p + .govuk-heading-l, .app-prose-scope .govuk-body-m + h2, .app-prose-scope .govuk-body + h2, .app-prose-scope p + h2,
    .govuk-body-s + .govuk-heading-l,
    .app-prose-scope .govuk-body-s + h2,
    .govuk-list + .govuk-heading-l,
    .idsk-list + .govuk-heading-l,
    .app-prose-scope ul + .govuk-heading-l,
    .app-prose-scope ol + .govuk-heading-l,
    .app-prose-scope .govuk-list + h2,
    .app-prose-scope .idsk-list + h2,
    .app-prose-scope ul + h2,
    .app-prose-scope ol + h2 {
      padding-top: 20px; } }

.govuk-body-m + .govuk-heading-m, .govuk-body + .govuk-heading-m, .app-prose-scope p + .govuk-heading-m, .app-prose-scope .govuk-body-m + h3, .app-prose-scope .govuk-body + h3, .app-prose-scope p + h3,
.govuk-body-s + .govuk-heading-m,
.app-prose-scope .govuk-body-s + h3,
.govuk-list + .govuk-heading-m,
.idsk-list + .govuk-heading-m,
.app-prose-scope ul + .govuk-heading-m,
.app-prose-scope ol + .govuk-heading-m,
.app-prose-scope .govuk-list + h3,
.app-prose-scope .idsk-list + h3,
.app-prose-scope ul + h3,
.app-prose-scope ol + h3,
.govuk-body-m + .govuk-heading-s,
.govuk-body + .govuk-heading-s,
.app-prose-scope p + .govuk-heading-s,
.app-prose-scope .govuk-body-m + h4,
.app-prose-scope .govuk-body + h4,
.app-prose-scope p + h4,
.govuk-body-s + .govuk-heading-s,
.app-prose-scope .govuk-body-s + h4,
.govuk-list + .govuk-heading-s,
.idsk-list + .govuk-heading-s,
.app-prose-scope ul + .govuk-heading-s,
.app-prose-scope ol + .govuk-heading-s,
.app-prose-scope .govuk-list + h4,
.app-prose-scope .idsk-list + h4,
.app-prose-scope ul + h4,
.app-prose-scope ol + h4 {
  padding-top: 5px; }
  @media (min-width: 40.0625em) {
    .govuk-body-m + .govuk-heading-m, .govuk-body + .govuk-heading-m, .app-prose-scope p + .govuk-heading-m, .app-prose-scope .govuk-body-m + h3, .app-prose-scope .govuk-body + h3, .app-prose-scope p + h3,
    .govuk-body-s + .govuk-heading-m,
    .app-prose-scope .govuk-body-s + h3,
    .govuk-list + .govuk-heading-m,
    .idsk-list + .govuk-heading-m,
    .app-prose-scope ul + .govuk-heading-m,
    .app-prose-scope ol + .govuk-heading-m,
    .app-prose-scope .govuk-list + h3,
    .app-prose-scope .idsk-list + h3,
    .app-prose-scope ul + h3,
    .app-prose-scope ol + h3,
    .govuk-body-m + .govuk-heading-s,
    .govuk-body + .govuk-heading-s,
    .app-prose-scope p + .govuk-heading-s,
    .app-prose-scope .govuk-body-m + h4,
    .app-prose-scope .govuk-body + h4,
    .app-prose-scope p + h4,
    .govuk-body-s + .govuk-heading-s,
    .app-prose-scope .govuk-body-s + h4,
    .govuk-list + .govuk-heading-s,
    .idsk-list + .govuk-heading-s,
    .app-prose-scope ul + .govuk-heading-s,
    .app-prose-scope ol + .govuk-heading-s,
    .app-prose-scope .govuk-list + h4,
    .app-prose-scope .idsk-list + h4,
    .app-prose-scope ul + h4,
    .app-prose-scope ol + h4 {
      padding-top: 10px; } }

.govuk-section-break, .app-prose-scope hr {
  margin: 0;
  border: 0; }

.govuk-section-break--xl, .app-prose-scope hr {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 40.0625em) {
    .govuk-section-break--xl, .app-prose-scope hr {
      margin-top: 50px; } }
  @media (min-width: 40.0625em) {
    .govuk-section-break--xl, .app-prose-scope hr {
      margin-bottom: 50px; } }

.govuk-section-break--l {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 40.0625em) {
    .govuk-section-break--l {
      margin-top: 30px; } }
  @media (min-width: 40.0625em) {
    .govuk-section-break--l {
      margin-bottom: 30px; } }

.govuk-section-break--m {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 40.0625em) {
    .govuk-section-break--m {
      margin-top: 20px; } }
  @media (min-width: 40.0625em) {
    .govuk-section-break--m {
      margin-bottom: 20px; } }

.govuk-section-break--visible, .app-prose-scope hr {
  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,
.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,
.govuk-main-wrapper--auto-spacing.\:first-child {
  padding-top: 30px; }
  @media (min-width: 40.0625em) {
    .govuk-main-wrapper--auto-spacing:first-child,
    .govuk-main-wrapper--l,
.govuk-main-wrapper--auto-spacing.\:first-child {
      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, calc(15px + env(safe-area-inset-right)));
      margin-left: max(15px, calc(15px + env(safe-area-inset-left))); } }
  @media (min-width: 40.0625em) {
    .govuk-width-container {
      margin-right: 30px;
      margin-left: 30px; }
      @supports (margin: max(calc(0px))) {
        .govuk-width-container {
          margin-right: max(30px, calc(15px + env(safe-area-inset-right)));
          margin-left: max(30px, calc(15px + env(safe-area-inset-left))); } } }
  @media (min-width: 1020px) {
    .govuk-width-container {
      margin-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 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important; }

.govuk-visually-hidden-focusable {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  white-space: nowrap !important; }
  .govuk-visually-hidden-focusable:active, .govuk-visually-hidden-focusable:focus,
.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 {
  width: 100% !important; }

.govuk-\!-width-three-quarters {
  width: 100% !important; }
  @media (min-width: 40.0625em) {
    .govuk-\!-width-three-quarters {
      width: 75% !important; } }

.govuk-\!-width-two-thirds {
  width: 100% !important; }
  @media (min-width: 40.0625em) {
    .govuk-\!-width-two-thirds {
      width: 66.66% !important; } }

.govuk-\!-width-one-half {
  width: 100% !important; }
  @media (min-width: 40.0625em) {
    .govuk-\!-width-one-half {
      width: 50% !important; } }

.govuk-\!-width-one-third {
  width: 100% !important; }
  @media (min-width: 40.0625em) {
    .govuk-\!-width-one-third {
      width: 33.33% !important; } }

.govuk-\!-width-one-quarter {
  width: 100% !important; }
  @media (min-width: 40.0625em) {
    .govuk-\!-width-one-quarter {
      width: 25% !important; } }

.govuk-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;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: 0.1em;
  display: inline-block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 14px;
  border-bottom: 1px solid #0b0c0c;
  text-decoration: none; }
  @media (min-width: 40.0625em) {
    .govuk-back-link {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25; } }
  @media print {
    .govuk-back-link {
      font-size: 14pt;
      line-height: 1.2; } }
  @media print {
    .govuk-back-link {
      font-family: sans-serif; } }
  .govuk-back-link:hover,
.govuk-back-link.\:hover {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
            text-decoration-skip: none; }
  .govuk-back-link:focus,
.govuk-back-link.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }
  .govuk-back-link:link, .govuk-back-link:visited,
.govuk-back-link.\:link,
.govuk-back-link.\:visited {
    color: #0b0c0c; }
    @media print {
      .govuk-back-link:link, .govuk-back-link:visited,
.govuk-back-link.\:link,
.govuk-back-link.\:visited {
        color: #000000; } }
  .govuk-back-link:hover,
.govuk-back-link.\:hover {
    color: rgba(11, 12, 12, 0.99); }
  .govuk-back-link:active, .govuk-back-link:focus,
.govuk-back-link.\:active,
.govuk-back-link.\:focus {
    color: #0b0c0c; }
    @media print {
      .govuk-back-link:active, .govuk-back-link:focus,
.govuk-back-link.\:active,
.govuk-back-link.\:focus {
        color: #000000; } }
  .govuk-back-link:focus,
.govuk-back-link.\:focus {
    border-bottom-color: transparent; }
  .govuk-back-link:before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    -webkit-clip-path: polygon(0% 50%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 50%, 100% 100%, 100% 0%);
    border-width: 5px 6px 5px 0;
    border-right-color: inherit;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

.govuk-button {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 22px;
  padding: 8px 10px 7px;
  border: 2px solid transparent;
  border-radius: 0;
  color: #ffffff;
  background-color: #00703c;
  box-shadow: 0 2px 0 #002d18;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: none; }
  @media print {
    .govuk-button {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .govuk-button {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1; } }
  @media print {
    .govuk-button {
      font-size: 14pt;
      line-height: 19px; } }
  @media (min-width: 40.0625em) {
    .govuk-button {
      margin-bottom: 32px; } }
  @media (min-width: 40.0625em) {
    .govuk-button {
      width: auto; } }
  .govuk-button:link, .govuk-button:visited, .govuk-button:active, .govuk-button:hover,
.govuk-button.\:link,
.govuk-button.\:visited,
.govuk-button.\:active,
.govuk-button.\:hover {
    color: #ffffff;
    text-decoration: none; }
  .govuk-button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .govuk-button:hover,
.govuk-button.\:hover {
    background-color: #005a30; }
  .govuk-button:active,
.govuk-button.\:active {
    top: 2px; }
  .govuk-button:focus,
.govuk-button.\:focus {
    border-color: #ffdf0f;
    outline: 3px solid transparent;
    box-shadow: inset 0 0 0 1px #ffdf0f; }
  .govuk-button:focus:not(:active):not(:hover),
.govuk-button.\:focus:not(:active):not(:hover) {
    border-color: #ffdf0f;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 2px 0 #0b0c0c; }
  .govuk-button::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -4px;
    left: -2px;
    background: transparent; }
  .govuk-button:active::before,
.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,
.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,
.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,
.govuk-button--disabled.\:active,
.govuk-button[disabled="disabled"].\:active,
.govuk-button[disabled].\:active {
    top: 0;
    box-shadow: 0 2px 0 #002d18; }

.govuk-button--secondary {
  background-color: #dee0e2;
  box-shadow: 0 2px 0 #858688; }
  .govuk-button--secondary, .govuk-button--secondary:link, .govuk-button--secondary:visited, .govuk-button--secondary:active, .govuk-button--secondary:hover,
.govuk-button--secondary.\:link,
.govuk-button--secondary.\:visited,
.govuk-button--secondary.\:active,
.govuk-button--secondary.\:hover {
    color: #0b0c0c; }
  .govuk-button--secondary:hover,
.govuk-button--secondary.\:hover {
    background-color: #c8cacb; }
    .govuk-button--secondary:hover[disabled],
.govuk-button--secondary.\:hover[disabled] {
      background-color: #dee0e2; }

.govuk-button--warning {
  background-color: #d0190f;
  box-shadow: 0 2px 0 #530a06; }
  .govuk-button--warning, .govuk-button--warning:link, .govuk-button--warning:visited, .govuk-button--warning:active, .govuk-button--warning:hover,
.govuk-button--warning.\:link,
.govuk-button--warning.\:visited,
.govuk-button--warning.\:active,
.govuk-button--warning.\:hover {
    color: #ffffff; }
  .govuk-button--warning:hover,
.govuk-button--warning.\:hover {
    background-color: #a6140c; }
    .govuk-button--warning:hover[disabled],
.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,
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; } }
  @media print {
    .govuk-fieldset__legend {
      color: #000000; } }

.govuk-fieldset__legend--xl {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.09375;
  margin-bottom: 15px; }
  @media print {
    .govuk-fieldset__legend--xl {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .govuk-fieldset__legend--xl {
      font-size: 48px;
      font-size: 3rem;
      line-height: 1.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,
.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,
.govuk-fieldset__legend.\:not\(.govuk-fieldset__legend--m\).\:not\(.govuk-fieldset__legend--l\).\:not\(.govuk-fieldset__legend--xl\) + .govuk-hint {
  margin-bottom: 10px; }

.govuk-fieldset__legend + .govuk-hint,
.govuk-fieldset__legend + .govuk-hint {
  margin-top: -5px; }

.govuk-label {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  display: block;
  margin-bottom: 5px; }
  @media print {
    .govuk-label {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .govuk-label {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.31579; } }
  @media print {
    .govuk-label {
      font-size: 14pt;
      line-height: 1.15; } }
  @media print {
    .govuk-label {
      color: #000000; } }

.govuk-label--xl {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.09375;
  margin-bottom: 15px; }
  @media print {
    .govuk-label--xl {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .govuk-label--xl {
      font-size: 48px;
      font-size: 3rem;
      line-height: 1.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,
.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 currentColor;
  background: transparent; }

.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: transparent;
  opacity: 0;
  background: transparent; }

.govuk-checkboxes__hint {
  display: block;
  padding-right: 15px;
  padding-left: 15px; }

.govuk-checkboxes__input:focus + .govuk-checkboxes__label::before,
.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,
.govuk-checkboxes__input.\:checked + .govuk-checkboxes__label::after {
  opacity: 1; }

.govuk-checkboxes__input:disabled,
.govuk-checkboxes__input:disabled + .govuk-checkboxes__label,
.govuk-checkboxes__input.\:disabled,
.govuk-checkboxes__input.\:disabled + .govuk-checkboxes__label {
  cursor: default; }

.govuk-checkboxes__input:disabled + .govuk-checkboxes__label,
.govuk-checkboxes__input.\:disabled + .govuk-checkboxes__label {
  opacity: .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,
.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,
.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,
.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,
.govuk-checkboxes--small .govuk-checkboxes__item.\:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label::before {
    box-shadow: initial; }
  .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before,
.govuk-checkboxes--small .govuk-checkboxes__item.\:hover .govuk-checkboxes__input.\:focus + .govuk-checkboxes__label::before {
    box-shadow: 0 0 0 3px #ffdf0f; } }

.govuk-character-count {
  margin-bottom: 20px; }
  @media (min-width: 40.0625em) {
    .govuk-character-count {
      margin-bottom: 30px; } }
  .govuk-character-count .govuk-form-group,
  .govuk-character-count .govuk-textarea {
    margin-bottom: 5px; }
  .govuk-character-count .govuk-textarea--error {
    padding: 3px; }

.govuk-character-count__message {
  margin-top: 0;
  margin-bottom: 0; }

.govuk-character-count__message--disabled {
  visibility: hidden; }

.govuk-summary-list {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  margin: 0;
  margin-bottom: 20px; }
  @media print {
    .govuk-summary-list {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .govuk-summary-list {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.31579; } }
  @media print {
    .govuk-summary-list {
      font-size: 14pt;
      line-height: 1.15; } }
  @media print {
    .govuk-summary-list {
      color: #000000; } }
  @media (min-width: 40.0625em) {
    .govuk-summary-list {
      display: table;
      width: 100%;
      table-layout: fixed; } }
  @media (min-width: 40.0625em) {
    .govuk-summary-list {
      margin-bottom: 30px; } }

@media (max-width: 40.0525em) {
  .govuk-summary-list__row {
    margin-bottom: 15px;
    border-bottom: 1px solid #bfc1c3; } }

@media (min-width: 40.0625em) {
  .govuk-summary-list__row {
    display: table-row; } }

.govuk-summary-list__key,
.govuk-summary-list__value,
.govuk-summary-list__actions {
  margin: 0; }
  @media (min-width: 40.0625em) {
    .govuk-summary-list__key,
    .govuk-summary-list__value,
    .govuk-summary-list__actions {
      display: table-cell;
      padding-right: 20px; } }

@media (min-width: 40.0625em) {
  .govuk-summary-list__key,
  .govuk-summary-list__value,
  .govuk-summary-list__actions {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bfc1c3; } }

.govuk-summary-list__actions {
  margin-bottom: 15px; }
  @media (min-width: 40.0625em) {
    .govuk-summary-list__actions {
      width: 20%;
      padding-right: 0;
      text-align: right; } }

.govuk-summary-list__key,
.govuk-summary-list__value {
  word-wrap: break-word;
  overflow-wrap: break-word; }

.govuk-summary-list__key {
  margin-bottom: 5px;
  font-weight: 700; }
  @media (min-width: 40.0625em) {
    .govuk-summary-list__key {
      width: 30%; } }

@media (max-width: 40.0525em) {
  .govuk-summary-list__value {
    margin-bottom: 15px; } }

@media (min-width: 40.0625em) {
  .govuk-summary-list__value {
    width: 50%; } }

@media (min-width: 40.0625em) {
  .govuk-summary-list__value:last-child,
.govuk-summary-list__value.\:last-child {
    width: 70%; } }

.govuk-summary-list__value > p {
  margin-bottom: 10px; }

.govuk-summary-list__value > :last-child,
.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,
.govuk-summary-list__actions-list-item.\:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0; }

@media (max-width: 40.0525em) {
  .govuk-summary-list--no-border .govuk-summary-list__row {
    border: 0; } }

@media (min-width: 40.0625em) {
  .govuk-summary-list--no-border .govuk-summary-list__key,
  .govuk-summary-list--no-border .govuk-summary-list__value,
  .govuk-summary-list--no-border .govuk-summary-list__actions {
    padding-bottom: 11px;
    border: 0; } }

@media (max-width: 40.0525em) {
  .govuk-summary-list__row--no-border {
    border: 0; } }

@media (min-width: 40.0625em) {
  .govuk-summary-list__row--no-border .govuk-summary-list__key,
  .govuk-summary-list__row--no-border .govuk-summary-list__value,
  .govuk-summary-list__row--no-border .govuk-summary-list__actions {
    padding-bottom: 11px;
    border: 0; } }

.govuk-input {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin-top: 0;
  padding: 5px;
  border: 2px solid #0b0c0c;
  border-radius: 0;
  -webkit-appearance: none;
     -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,
.govuk-input.\:focus {
    outline: 3px solid #ffdf0f;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px; }

.govuk-input::-webkit-outer-spin-button,
.govuk-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

.govuk-input[type="number"] {
  -moz-appearance: textfield; }

.govuk-input--error {
  border: 4px solid #d0190f; }
  .govuk-input--error:focus,
.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; } }
  @media print {
    .govuk-details {
      color: #000000; } }
  @media (min-width: 40.0625em) {
    .govuk-details {
      margin-bottom: 30px; } }

.govuk-details__summary {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  padding-left: 25px;
  color: #0065b3;
  cursor: pointer; }
  .govuk-details__summary:hover,
.govuk-details__summary.\:hover {
    color: #003078; }
  .govuk-details__summary:focus,
.govuk-details__summary.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }

.govuk-details__summary-text {
  text-decoration: underline; }

.govuk-details__summary:focus .govuk-details__summary-text,
.govuk-details__summary.\:focus .govuk-details__summary-text {
  text-decoration: none; }

.govuk-details__summary::-webkit-details-marker {
  display: none; }

.govuk-details__summary:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  border-width: 7px 0 7px 12.124px;
  border-left-color: inherit; }
  .govuk-details[open] > .govuk-details__summary:before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    border-width: 12.124px 7px 0 7px;
    border-top-color: inherit; }

.govuk-details__text {
  padding: 15px;
  padding-left: 20px;
  border-left: 5px solid #bfc1c3; }

.govuk-details__text p {
  margin-top: 0;
  margin-bottom: 20px; }

.govuk-details__text > :last-child,
.govuk-details__text > .\:last-child {
  margin-bottom: 0; }

.govuk-error-summary {
  color: #0b0c0c;
  padding: 15px;
  margin-bottom: 30px;
  border: 5px solid #d0190f; }
  @media print {
    .govuk-error-summary {
      color: #000000; } }
  @media (min-width: 40.0625em) {
    .govuk-error-summary {
      padding: 20px; } }
  @media (min-width: 40.0625em) {
    .govuk-error-summary {
      margin-bottom: 50px; } }
  .govuk-error-summary:focus,
.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:link, .govuk-error-summary__list a:visited, .govuk-error-summary__list a:hover, .govuk-error-summary__list a:active,
.govuk-error-summary__list a.\:link,
.govuk-error-summary__list a.\:visited,
.govuk-error-summary__list a.\:hover,
.govuk-error-summary__list a.\:active {
    color: #d0190f; }
  .govuk-error-summary__list a:focus,
.govuk-error-summary__list a.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }

.govuk-file-upload {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  padding-top: 5px;
  padding-bottom: 5px; }
  @media print {
    .govuk-file-upload {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .govuk-file-upload {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.31579; } }
  @media print {
    .govuk-file-upload {
      font-size: 14pt;
      line-height: 1.15; } }
  @media print {
    .govuk-file-upload {
      color: #000000; } }
  .govuk-file-upload:focus,
.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,
.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,
.govuk-file-upload--error.\:focus {
    border-color: #0b0c0c;
    box-shadow: none; }
  .govuk-file-upload--error:focus-within,
.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; } }
  @media print {
    .govuk-inset-text {
      color: #000000; } }
  @media (min-width: 40.0625em) {
    .govuk-inset-text {
      margin-top: 30px; } }
  @media (min-width: 40.0625em) {
    .govuk-inset-text {
      margin-bottom: 30px; } }
  .govuk-inset-text > :first-child,
.govuk-inset-text > .\:first-child {
    margin-top: 0; }
  .govuk-inset-text > :only-child,
  .govuk-inset-text > :last-child,
.govuk-inset-text > .\:only-child,
.govuk-inset-text > .\:last-child {
    margin-bottom: 0; }

.govuk-panel {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 35px;
  border: 5px solid transparent;
  text-align: center; }
  @media print {
    .govuk-panel {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .govuk-panel {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.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: #ffffff;
  background: #00703c; }

.govuk-panel__title {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.09375; }
  @media print {
    .govuk-panel__title {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .govuk-panel__title {
      font-size: 48px;
      font-size: 3rem;
      line-height: 1.04167; } }
  @media print {
    .govuk-panel__title {
      font-size: 32pt;
      line-height: 1.15; } }

.govuk-panel__title:last-child,
.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 transparent;
  outline-offset: -2px;
  color: #ffffff;
  background-color: #0065b3;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  padding-top: 5px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px; }
  @media print {
    .govuk-tag {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .govuk-tag {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1; } }
  @media print {
    .govuk-tag {
      font-size: 14pt;
      line-height: 1; } }

.govuk-tag--inactive {
  background-color: #626a6e; }

.govuk-phase-banner {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bfc1c3; }

.govuk-phase-banner__content {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.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; } }
  @media print {
    .govuk-phase-banner__content {
      color: #000000; } }

.govuk-phase-banner__content__tag {
  margin-right: 10px; }

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

.govuk-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,
.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 currentColor;
  border-radius: 50%;
  background: transparent; }

.govuk-radios__label::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 0;
  height: 0;
  border: 10px solid currentColor;
  border-radius: 50%;
  opacity: 0;
  background: currentColor; }

.govuk-radios__hint {
  display: block;
  padding-right: 15px;
  padding-left: 15px; }

.govuk-radios__input:focus + .govuk-radios__label::before,
.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,
.govuk-radios__input.\:checked + .govuk-radios__label::after {
  opacity: 1; }

.govuk-radios__input:disabled,
.govuk-radios__input:disabled + .govuk-radios__label,
.govuk-radios__input.\:disabled,
.govuk-radios__input.\:disabled + .govuk-radios__label {
  cursor: default; }

.govuk-radios__input:disabled + .govuk-radios__label,
.govuk-radios__input.\:disabled + .govuk-radios__label {
  opacity: .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; } }
  @media print {
    .govuk-radios__divider {
      color: #000000; } }

.govuk-radios__conditional {
  margin-bottom: 15px;
  margin-left: 18px;
  padding-left: 33px;
  border-left: 4px solid #bfc1c3; }
  @media (min-width: 40.0625em) {
    .govuk-radios__conditional {
      margin-bottom: 20px; } }
  .js-enabled .govuk-radios__conditional--hidden {
    display: none; }
  .govuk-radios__conditional > :last-child,
.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,
.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,
.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,
.govuk-radios--small .govuk-radios__item.\:hover .govuk-radios__input:not(:disabled) + .govuk-radios__label::before {
    box-shadow: initial; }
  .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before,
.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,
.govuk-select.\:focus {
    outline: 3px solid #ffdf0f;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px; }

.govuk-select option:active,
.govuk-select option:checked,
.govuk-select:focus::-ms-value,
.govuk-select option.\:active,
.govuk-select option.\:checked,
.govuk-select.\:focus::-ms-value {
  color: #ffffff;
  background-color: #0065b3; }

.govuk-select--error {
  border: 4px solid #d0190f; }
  .govuk-select--error:focus,
.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,
.govuk-skip-link.\:active,
.govuk-skip-link.\:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: inherit !important;
    overflow: visible !important;
    clip: auto !important;
    -webkit-clip-path: none !important;
            clip-path: none !important;
    white-space: inherit !important; }
  @media print {
    .govuk-skip-link {
      font-family: sans-serif; } }
  .govuk-skip-link:link, .govuk-skip-link:visited,
.govuk-skip-link.\:link,
.govuk-skip-link.\:visited {
    color: #0b0c0c; }
    @media print {
      .govuk-skip-link:link, .govuk-skip-link:visited,
.govuk-skip-link.\:link,
.govuk-skip-link.\:visited {
        color: #000000; } }
  .govuk-skip-link:hover,
.govuk-skip-link.\:hover {
    color: rgba(11, 12, 12, 0.99); }
  .govuk-skip-link:active, .govuk-skip-link:focus,
.govuk-skip-link.\:active,
.govuk-skip-link.\:focus {
    color: #0b0c0c; }
    @media print {
      .govuk-skip-link:active, .govuk-skip-link:focus,
.govuk-skip-link.\:active,
.govuk-skip-link.\:focus {
        color: #000000; } }
  @media (min-width: 40.0625em) {
    .govuk-skip-link {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25; } }
  @media print {
    .govuk-skip-link {
      font-size: 14pt;
      line-height: 1.2; } }
  @supports (padding: max(calc(0px))) {
    .govuk-skip-link {
      padding-right: max(15px, calc(15px + env(safe-area-inset-right)));
      padding-left: max(15px, calc(15px + env(safe-area-inset-left))); } }
  .govuk-skip-link:focus,
.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,
.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,
.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; } }
  @media print {
    .govuk-warning-text {
      color: #000000; } }
  @media (min-width: 40.0625em) {
    .govuk-warning-text {
      margin-bottom: 30px; } }

.govuk-warning-text__assistive {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important; }

.govuk-warning-text__icon {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  min-width: 32px;
  min-height: 29px;
  margin-top: -20px;
  padding-top: 3px;
  border: 3px solid #0b0c0c;
  border-radius: 50%;
  color: #ffffff;
  background: #0b0c0c;
  font-size: 1.6em;
  line-height: 29px;
  text-align: center;
  -webkit-user-select: none;
     -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-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,
.govuk-accordion__section-content > .\:last-child {
  margin-bottom: 0; }

.js-enabled .govuk-accordion {
  border-bottom: 1px solid #bfc1c3; }

.js-enabled .govuk-accordion__section {
  padding-top: 0; }

.js-enabled .govuk-accordion__section-content {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 40.0625em) {
    .js-enabled .govuk-accordion__section-content {
      padding-top: 15px; } }
  @media (min-width: 40.0625em) {
    .js-enabled .govuk-accordion__section-content {
      padding-bottom: 15px; } }

.js-enabled .govuk-accordion__section--expanded .govuk-accordion__section-content {
  display: block; }

.js-enabled .govuk-accordion__open-all {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.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;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: 0.1em; }
  @media print {
    .js-enabled .govuk-accordion__open-all {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .js-enabled .govuk-accordion__open-all {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25; } }
  @media print {
    .js-enabled .govuk-accordion__open-all {
      font-size: 14pt;
      line-height: 1.2; } }
  @media print {
    .js-enabled .govuk-accordion__open-all {
      font-family: sans-serif; } }
  .js-enabled .govuk-accordion__open-all:hover,
.js-enabled .govuk-accordion__open-all.\:hover {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
            text-decoration-skip: none; }
  .js-enabled .govuk-accordion__open-all:focus,
.js-enabled .govuk-accordion__open-all.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }
  .js-enabled .govuk-accordion__open-all:link,
.js-enabled .govuk-accordion__open-all.\:link {
    color: #0065b3; }
  .js-enabled .govuk-accordion__open-all:visited,
.js-enabled .govuk-accordion__open-all.\:visited {
    color: #4c2c92; }
  .js-enabled .govuk-accordion__open-all:hover,
.js-enabled .govuk-accordion__open-all.\:hover {
    color: #003078; }
  .js-enabled .govuk-accordion__open-all:active,
.js-enabled .govuk-accordion__open-all.\:active {
    color: #0b0c0c; }
  .js-enabled .govuk-accordion__open-all:focus,
.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,
.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,
.js-enabled .govuk-accordion__section-button.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }
  .js-enabled .govuk-accordion__section-button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.js-enabled .govuk-accordion__section-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.js-enabled .govuk-accordion__section-button:hover:not(:focus),
.js-enabled .govuk-accordion__section-button.\:hover:not(:focus) {
  text-decoration: underline; }

@media (hover: none) {
  .js-enabled .govuk-accordion__section-button:hover,
.js-enabled .govuk-accordion__section-button.\:hover {
    text-decoration: none; } }

.js-enabled .govuk-accordion__controls {
  text-align: right; }

.js-enabled .govuk-accordion__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 16px;
  margin-top: -8px; }

.js-enabled .govuk-accordion__icon:after,
.js-enabled .govuk-accordion__icon:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 25%;
  margin: auto;
  border: 2px solid transparent;
  background-color: #0b0c0c; }

.js-enabled .govuk-accordion__icon:before {
  width: 100%; }

.js-enabled .govuk-accordion__icon:after {
  height: 100%; }

.js-enabled .govuk-accordion__section--expanded .govuk-accordion__icon:after {
  content: " ";
  display: none; }

.govuk-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; } }
  @media print {
    .govuk-breadcrumbs {
      color: #000000; } }

.govuk-breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .govuk-breadcrumbs__list:after {
    content: "";
    display: block;
    clear: both; }

.govuk-breadcrumbs__list-item {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-left: 15.655px;
  float: left; }
  .govuk-breadcrumbs__list-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3.31px;
    width: 7px;
    height: 7px;
    margin: auto 0;
    -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,
.govuk-breadcrumbs__list-item.\:first-child {
    margin-left: 0;
    padding-left: 0; }
    .govuk-breadcrumbs__list-item:first-child:before,
.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;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: 0.1em; }
  @media print {
    .govuk-breadcrumbs__link {
      font-family: sans-serif; } }
  .govuk-breadcrumbs__link:hover,
.govuk-breadcrumbs__link.\:hover {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
            text-decoration-skip: none; }
  .govuk-breadcrumbs__link:focus,
.govuk-breadcrumbs__link.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }
  .govuk-breadcrumbs__link:link, .govuk-breadcrumbs__link:visited,
.govuk-breadcrumbs__link.\:link,
.govuk-breadcrumbs__link.\:visited {
    color: #0b0c0c; }
    @media print {
      .govuk-breadcrumbs__link:link, .govuk-breadcrumbs__link:visited,
.govuk-breadcrumbs__link.\:link,
.govuk-breadcrumbs__link.\:visited {
        color: #000000; } }
  .govuk-breadcrumbs__link:hover,
.govuk-breadcrumbs__link.\:hover {
    color: rgba(11, 12, 12, 0.99); }
  .govuk-breadcrumbs__link:active, .govuk-breadcrumbs__link:focus,
.govuk-breadcrumbs__link.\:active,
.govuk-breadcrumbs__link.\:focus {
    color: #0b0c0c; }
    @media print {
      .govuk-breadcrumbs__link:active, .govuk-breadcrumbs__link:focus,
.govuk-breadcrumbs__link.\:active,
.govuk-breadcrumbs__link.\:focus {
        color: #000000; } }

.govuk-tabs {
  margin-top: 5px;
  margin-bottom: 20px; }
  @media (min-width: 40.0625em) {
    .govuk-tabs {
      margin-top: 5px; } }
  @media (min-width: 40.0625em) {
    .govuk-tabs {
      margin-bottom: 30px; } }

.govuk-tabs__title {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  margin-bottom: 10px; }
  @media print {
    .govuk-tabs__title {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .govuk-tabs__title {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.31579; } }
  @media print {
    .govuk-tabs__title {
      font-size: 14pt;
      line-height: 1.15; } }
  @media print {
    .govuk-tabs__title {
      color: #000000; } }

.govuk-tabs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px; }
  @media (min-width: 40.0625em) {
    .govuk-tabs__list {
      margin-bottom: 30px; } }

.govuk-tabs__list-item {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  margin-left: 25px; }
  @media print {
    .govuk-tabs__list-item {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .govuk-tabs__list-item {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.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: #000000; } }

.govuk-tabs__tab {
  display: inline-block;
  margin-bottom: 10px; }
  .govuk-tabs__tab:link,
.govuk-tabs__tab.\:link {
    color: #0065b3; }
  .govuk-tabs__tab:visited,
.govuk-tabs__tab.\:visited {
    color: #4c2c92; }
  .govuk-tabs__tab:hover,
.govuk-tabs__tab.\:hover {
    color: #003078; }
  .govuk-tabs__tab:active,
.govuk-tabs__tab.\:active {
    color: #0b0c0c; }
  .govuk-tabs__tab:focus,
.govuk-tabs__tab.\:focus {
    color: #0b0c0c; }
  .govuk-tabs__tab:focus,
.govuk-tabs__tab.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }

.govuk-tabs__panel {
  margin-bottom: 30px; }
  @media (min-width: 40.0625em) {
    .govuk-tabs__panel {
      margin-bottom: 50px; } }

@media (min-width: 40.0625em) {
  .js-enabled .govuk-tabs__list {
    margin-bottom: 0;
    border-bottom: 1px solid #bfc1c3; }
    .js-enabled .govuk-tabs__list:after {
      content: "";
      display: block;
      clear: both; }
  .js-enabled .govuk-tabs__title {
    display: none; }
  .js-enabled .govuk-tabs__list-item {
    position: relative;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 10px 20px;
    float: left;
    background-color: #dee0e2;
    text-align: center; }
    .js-enabled .govuk-tabs__list-item::before {
      content: none; }
  .js-enabled .govuk-tabs__list-item--selected {
    position: relative;
    margin-top: -5px;
    margin-bottom: -1px;
    padding-top: 14px;
    padding-right: 19px;
    padding-bottom: 16px;
    padding-left: 19px;
    border: 1px solid #bfc1c3;
    border-bottom: 0;
    background-color: #ffffff; }
    .js-enabled .govuk-tabs__list-item--selected .govuk-tabs__tab {
      text-decoration: none; }
  .js-enabled .govuk-tabs__tab {
    margin-bottom: 0; }
    .js-enabled .govuk-tabs__tab:link, .js-enabled .govuk-tabs__tab:visited,
.js-enabled .govuk-tabs__tab.\: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,
.js-enabled .govuk-tabs__tab.\:link,
.js-enabled .govuk-tabs__tab.\:visited {
        color: #000000; } }

@media (min-width: 40.0625em) {
    .js-enabled .govuk-tabs__tab:hover,
.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,
.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,
.js-enabled .govuk-tabs__tab.\:active,
.js-enabled .govuk-tabs__tab.\:focus {
        color: #000000; } }

@media (min-width: 40.0625em) {
    .js-enabled .govuk-tabs__tab::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .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,
.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; } }
  @media print {
    .govuk-table {
      color: #000000; } }
  @media (min-width: 40.0625em) {
    .govuk-table {
      margin-bottom: 30px; } }

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

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

.govuk-table__cell--numeric {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -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__header--numeric,
.govuk-table__cell--numeric {
  text-align: right; }

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

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

.govuk-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; } }
  @media (min-width: 40.0625em) {
    .govuk-footer {
      padding-bottom: 25px; } }

.govuk-footer__link:link, .govuk-footer__link:visited, .govuk-footer__link:hover, .govuk-footer__link:active,
.govuk-footer__link.\:link,
.govuk-footer__link.\:visited,
.govuk-footer__link.\:hover,
.govuk-footer__link.\:active {
  color: #0b0c0c; }

.govuk-footer__link:focus,
.govuk-footer__link.\:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none; }

.govuk-footer__inline-list .govuk-footer__link,
.govuk-footer__list .govuk-footer__link {
  text-decoration: none; }
  .govuk-footer__inline-list .govuk-footer__link:hover:not(:focus), .govuk-footer__inline-list .govuk-footer__link:active:not(:focus),
  .govuk-footer__list .govuk-footer__link:hover:not(:focus),
  .govuk-footer__list .govuk-footer__link:active:not(:focus),
.govuk-footer__inline-list .govuk-footer__link.\:hover:not(:focus),
.govuk-footer__inline-list .govuk-footer__link.\:active:not(:focus),
.govuk-footer__list .govuk-footer__link.\:hover:not(:focus),
.govuk-footer__list .govuk-footer__link.\:active:not(:focus) {
    text-decoration: underline; }

.govuk-footer__section-break {
  margin: 0;
  margin-bottom: 30px;
  border: 0;
  border-bottom: 1px solid #bfc1c3; }
  @media (min-width: 40.0625em) {
    .govuk-footer__section-break {
      margin-bottom: 50px; } }

.govuk-footer__meta {
  display: -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: 192dpi), only screen and (min-resolution: 2dppx) {
    .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,
.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,
.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 #ffffff;
  color: #ffffff;
  background: #0b0c0c; }
  @media print {
    .govuk-header {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .govuk-header {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25; } }
  @media print {
    .govuk-header {
      font-size: 14pt;
      line-height: 1.2; } }

.govuk-header__container--full-width {
  padding: 0 15px;
  border-color: #0065b3; }
  .govuk-header__container--full-width .govuk-header__menu-button {
    right: 15px; }

.govuk-header__container {
  position: relative;
  margin-bottom: -10px;
  padding-top: 10px;
  border-bottom: 10px solid #0065b3; }
  .govuk-header__container:after {
    content: "";
    display: block;
    clear: both; }

.govuk-header__logotype {
  margin-right: 5px; }

.govuk-header__logotype-crown {
  position: relative;
  top: -1px;
  margin-right: 1px;
  fill: currentColor;
  vertical-align: top; }

.govuk-header__logotype-crown-fallback-image {
  width: 36px;
  height: 32px;
  border: 0;
  vertical-align: middle; }

.govuk-header__product-name {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  display: inline-table;
  padding-right: 10px; }
  @media print {
    .govuk-header__product-name {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .govuk-header__product-name {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1; } }
  @media print {
    .govuk-header__product-name {
      font-size: 18pt;
      line-height: 1; } }

.govuk-header__link {
  text-decoration: none; }
  .govuk-header__link:link, .govuk-header__link:visited,
.govuk-header__link.\:link,
.govuk-header__link.\:visited {
    color: #ffffff; }
  .govuk-header__link:hover,
.govuk-header__link.\:hover {
    text-decoration: underline; }
  .govuk-header__link:focus,
.govuk-header__link.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }

.govuk-header__link--homepage {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  display: inline-block;
  font-size: 30px;
  line-height: 1; }
  @media print {
    .govuk-header__link--homepage {
      font-family: sans-serif; } }
  .govuk-header__link--homepage:link, .govuk-header__link--homepage:visited,
.govuk-header__link--homepage.\:link,
.govuk-header__link--homepage.\:visited {
    text-decoration: none; }
  .govuk-header__link--homepage:hover, .govuk-header__link--homepage:active,
.govuk-header__link--homepage.\:hover,
.govuk-header__link--homepage.\:active {
    margin-bottom: -1px;
    border-bottom: 1px solid; }
  .govuk-header__link--homepage:focus,
.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__logo,
.govuk-header__content {
  box-sizing: border-box; }

.govuk-header__logo {
  margin-bottom: 10px;
  padding-right: 50px; }
  @media (min-width: 40.0625em) {
    .govuk-header__logo {
      margin-bottom: 10px; } }
  @media (min-width: 48.0625em) {
    .govuk-header__logo {
      width: 33.33%;
      padding-right: 15px;
      float: left;
      vertical-align: top; } }

@media (min-width: 48.0625em) {
  .govuk-header__content {
    width: 66.66%;
    padding-left: 15px;
    float: left; } }

.govuk-header__menu-button {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.14286;
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  margin: 0;
  padding: 0;
  border: 0;
  color: #ffffff;
  background: none; }
  @media print {
    .govuk-header__menu-button {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .govuk-header__menu-button {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25; } }
  @media print {
    .govuk-header__menu-button {
      font-size: 14pt;
      line-height: 1.2; } }
  .govuk-header__menu-button:hover,
.govuk-header__menu-button.\:hover {
    text-decoration: underline; }
  .govuk-header__menu-button:focus,
.govuk-header__menu-button.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }
  .govuk-header__menu-button::after {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    border-width: 8.66px 5px 0 5px;
    border-top-color: inherit;
    content: "";
    margin-left: 5px; }
  @media (min-width: 40.0625em) {
    .govuk-header__menu-button {
      top: 15px; } }

.govuk-header__menu-button--open::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  border-width: 0 5px 8.66px 5px;
  border-bottom-color: inherit; }

.govuk-header__navigation {
  margin-bottom: 10px;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 40.0625em) {
    .govuk-header__navigation {
      margin-bottom: 10px; } }

.js-enabled .govuk-header__menu-button {
  display: block; }
  @media (min-width: 48.0625em) {
    .js-enabled .govuk-header__menu-button {
      display: none; } }

.js-enabled .govuk-header__navigation {
  display: none; }
  @media (min-width: 48.0625em) {
    .js-enabled .govuk-header__navigation {
      display: block; } }

.js-enabled .govuk-header__navigation--open {
  display: block; }

@media (min-width: 48.0625em) {
  .govuk-header__navigation--end {
    margin: 0;
    padding: 5px 0;
    text-align: right; } }

.govuk-header__navigation--no-service-name {
  padding-top: 40px; }

.govuk-header__navigation-item {
  padding: 10px 0;
  border-bottom: 1px solid #2e3133; }
  @media (min-width: 48.0625em) {
    .govuk-header__navigation-item {
      display: inline-block;
      margin-right: 15px;
      padding: 5px 0;
      border: 0; } }
  .govuk-header__navigation-item a {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.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:link, .govuk-header__navigation-item--active a:hover, .govuk-header__navigation-item--active a:visited,
.govuk-header__navigation-item--active a.\:link,
.govuk-header__navigation-item--active a.\:hover,
.govuk-header__navigation-item--active a.\:visited {
  color: #1d8feb; }

.govuk-header__navigation-item--active a:focus,
.govuk-header__navigation-item--active a.\:focus {
  color: #0b0c0c; }

.govuk-header__navigation-item:last-child,
.govuk-header__navigation-item.\:last-child {
  margin-right: 0; }

@media print {
  .govuk-header {
    border-bottom-width: 0;
    color: #0b0c0c;
    background: transparent; }
  .govuk-header__logotype-crown-fallback-image {
    display: none; }
  .govuk-header__link:link, .govuk-header__link:visited,
.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: #ffffff; }

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

.idsk-hr-separator, .idsk-hr-separator-until-tablet {
  background: black;
  height: 5px;
  margin-top: 30px;
  margin-bottom: 0;
  border: none; }
  @media (max-width: 40.0525em) {
    .idsk-hr-separator-until-tablet {
      height: 0;
      margin-top: 0; } }

.idsk-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 .idsk-button,
      .idsk-button-group .govuk-link {
        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; }

.fa, .fas, .far, .fal, .fad, .fab {
  font-family: "FontAwesome"; }

.govuk-breadcrumbs {
  margin-top: 25px; }

@media (min-width: 40.0625em) {
  .govuk-main-wrapper {
    padding-top: 20px;
    padding-bottom: 40px; } }

.idsk-button {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 22px;
  padding: 8px 10px 7px;
  border: 2px solid transparent;
  border-radius: 0;
  color: #ffffff;
  background-color: #00703c;
  box-shadow: 0 2px 0 #002d18;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: none; }
  @media print {
    .idsk-button {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .idsk-button {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1; } }
  @media print {
    .idsk-button {
      font-size: 14pt;
      line-height: 19px; } }
  @media (min-width: 40.0625em) {
    .idsk-button {
      margin-bottom: 32px; } }
  @media (min-width: 40.0625em) {
    .idsk-button {
      width: auto; } }
  .idsk-button:link, .idsk-button:visited, .idsk-button:active, .idsk-button:hover,
.idsk-button.\:link,
.idsk-button.\:visited,
.idsk-button.\:active,
.idsk-button.\:hover {
    color: #ffffff;
    text-decoration: none; }
  .idsk-button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .idsk-button:hover,
.idsk-button.\:hover {
    background-color: #204e2e; }
  .idsk-button:active,
.idsk-button.\:active {
    top: 2px; }
  .idsk-button:focus,
.idsk-button.\:focus {
    border-color: #ffdf0f;
    outline: 3px solid transparent;
    box-shadow: inset 0 0 0 1px #ffdf0f; }
  .idsk-button:focus:not(:active):not(:hover),
.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,
.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: transparent; }
  .idsk-button:active::before,
.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,
.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,
.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,
.idsk-button--disabled.\:active,
.idsk-button[disabled="disabled"].\:active,
.idsk-button[disabled].\:active {
    top: 0;
    box-shadow: 0 2px 0 #002d18; }

.idsk-button--secondary {
  background-color: #f3f2f1;
  box-shadow: 0 2px 0 #929191; }
  .idsk-button--secondary, .idsk-button--secondary:link, .idsk-button--secondary:visited, .idsk-button--secondary:active, .idsk-button--secondary:hover,
.idsk-button--secondary.\:link,
.idsk-button--secondary.\:visited,
.idsk-button--secondary.\:active,
.idsk-button--secondary.\:hover {
    color: #0b0c0c; }
  .idsk-button--secondary:hover,
.idsk-button--secondary.\:hover {
    background-color: #dee0e2; }
    .idsk-button--secondary:hover[disabled],
.idsk-button--secondary.\:hover[disabled] {
      background-color: #f3f2f1; }

.idsk-button--warning {
  background-color: #d0190f;
  box-shadow: 0 2px 0 #530a06; }
  .idsk-button--warning, .idsk-button--warning:link, .idsk-button--warning:visited, .idsk-button--warning:active, .idsk-button--warning:hover,
.idsk-button--warning.\:link,
.idsk-button--warning.\:visited,
.idsk-button--warning.\:active,
.idsk-button--warning.\:hover {
    color: #ffffff; }
  .idsk-button--warning:hover,
.idsk-button--warning.\:hover {
    background-color: #9e1912; }
    .idsk-button--warning:hover[disabled],
.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-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.11111;
  font-weight: normal;
  width: auto; }
  @media print {
    #idsk-customer-surveys__send-button.idsk-button--start {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    #idsk-customer-surveys__send-button.idsk-button--start {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.25; } }
  @media print {
    #idsk-customer-surveys__send-button.idsk-button--start {
      font-size: 18pt;
      line-height: 1.15; } }

#idsk-customer-surveys__send-button,
#idsk-customer-surveys__previous-button {
  max-height: 37px; }
  @media (min-width: 40.0625em) {
    #idsk-customer-surveys__send-button,
    #idsk-customer-surveys__previous-button {
      max-height: none; } }

.idsk-customer-surveys__buttons {
  padding-top: 10px; }

.idsk-customer-surveys__buttons .govuk-button {
  width: auto; }

.idsk-customer-surveys__step .govuk-body {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25; }
  @media print {
    .idsk-customer-surveys__step .govuk-body {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .idsk-customer-surveys__step .govuk-body {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.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: bold; }

.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,
.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,
.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,
.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,
.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-weight: 400;
  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,
#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 ul {
    padding-left: 0; }
  .idsk-footer-extended-main-content .govuk-grid-column-one-third {
    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 {
  background-color: #ffffff;
  width: 100%;
  border-top: 5px solid #0065b3;
  border-bottom: 5px solid #0065b3;
  background-clip: border-box;
  background-color: #ffffff; }
  @media (min-width: 48.0625em) {
    .idsk-footer-extended-feedback-content {
      border-top: 10px solid #0065b3;
      border-bottom: 10px solid #0065b3; } }

.idsk-footer-extended-feedback {
  width: 100%;
  background: #0065b3; }

#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: #ffffff; }
  @media (min-width: 48.0625em) {
    .idsk-footer-extended-feedback-text {
      font-family: "Source Sans Pro", "Arial", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: 400;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25; } }
  @media print and (min-width: 48.0625em) {
    .idsk-footer-extended-feedback-text {
      font-family: sans-serif; } }
  @media (min-width: 48.0625em) and (min-width: 40.0625em) {
    .idsk-footer-extended-feedback-text {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.31579; } }
  @media print and (min-width: 48.0625em) {
    .idsk-footer-extended-feedback-text {
      font-size: 14pt;
      line-height: 1.15; } }

#idsk-footer-extended-feedback-yes-button,
#idsk-footer-extended-feedback-no-button {
  font-weight: bold; }

.idsk-footer-extended-feedback-text-answers {
  font-style: normal;
  font-weight: normal;
  color: #ffffff; }
  @media (min-width: 40.0625em) {
    .idsk-footer-extended-feedback-text-answers {
      font-family: "Source Sans Pro", "Arial", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: 400;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.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:focus,
.idsk-footer-extended-logo:active,
.idsk-footer-extended-logo.\:focus,
.idsk-footer-extended-logo.\:active {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none; }

.idsk-footer-extended-logo-box {
  text-align: -webkit-center;
  padding-right: 0; }

_:-ms-fullscreen,
: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-feedback-yes-button:focus,
#idsk-footer-extended-feedback-no-button:focus,
#idsk-footer-extended-error-button:focus,
.idsk-footer-extended-help-button:focus,
#idsk-footer-extended-feedback-yes-button.\:focus,
#idsk-footer-extended-feedback-no-button.\:focus,
#idsk-footer-extended-error-button.\:focus,
.idsk-footer-extended-help-button.\:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none; }

.idsk-footer-extended-form-text {
  font-style: normal;
  font-weight: 300;
  color: #0b0c0c; }

.idsk-footer-extended-display-none {
  display: none; }

.idsk-footer-extended-display-hidden {
  visibility: hidden; }

.idsk-footer-extended-feedback-hidden {
  max-height: 0;
  -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 #ffffff; }
  @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-help-form-button,
#idsk-footer-extended-close-error-form-button {
  float: right;
  margin-top: -3px; }

.idsk-footer-extended-write-us-button {
  float: right;
  padding-top: 15px; }

.idsk-footer-extended-feedback-question-container .govuk-grid-column-one-third {
  padding-right: 0; }

.idsk-footer-extended-close-button-mobile {
  width: 25%;
  padding-top: 20px;
  display: inline; }
  @media screen and (min-width: 600px) {
    .idsk-footer-extended-close-button-mobile {
      width: 50%; } }

.idsk-footer-extended-close-button-tablet {
  display: none; }
  @media (min-width: 40.0625em) {
    .idsk-footer-extended-close-button-tablet {
      display: inline;
      padding-top: 19px; } }

.idsk-footer-extended-usefull-answers-mobile {
  float: right;
  padding-top: 13px; }
  @media (min-width: 40.0625em) {
    .idsk-footer-extended-usefull-answers-mobile {
      padding-top: 0; } }
  @media screen and (min-width: 868px) {
    .idsk-footer-extended-usefull-answers-mobile {
      padding-right: 5%; } }
  @media screen and (min-width: 1200px) {
    .idsk-footer-extended-usefull-answers-mobile {
      padding-right: 12%; } }

@media (min-width: 40.0625em) {
  _:-ms-fullscreen,
  :root .idsk-footer-extended-usefull-answers-mobile,
_.\:-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,
.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,
.idsk-footer-extended-feedback-container .govuk-textarea.\:focus {
      margin-left: 0;
      width: 100%; } }

.idsk-footer-extended-feedback-container .govuk-select:focus,
.idsk-footer-extended-feedback-container .govuk-select.\:focus {
  margin-left: 3px; }
  @media (min-width: 40.0625em) {
    .idsk-footer-extended-feedback-container .govuk-select:focus,
.idsk-footer-extended-feedback-container .govuk-select.\:focus {
      margin-left: 0; } }

.idsk-footer-extended-main-content .govuk-grid-column-two-thirds,
.idsk-footer-extended-main-content .govuk-grid-column-full {
  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: bold;
  display: block;
  line-height: 40px; }
  @media print {
    .idsk-footer-extended-heart-visible {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .idsk-footer-extended-heart-visible {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.25; } }
  @media print {
    .idsk-footer-extended-heart-visible {
      font-size: 18pt;
      line-height: 1.15; } }
  @media (min-width: 40.0625em) {
    .idsk-footer-extended-heart-visible {
      font-family: "Source Sans Pro", "Arial", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: 400;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25;
      margin-top: -5px;
      font-weight: bold; } }
  @media print and (min-width: 40.0625em) {
    .idsk-footer-extended-heart-visible {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) and (min-width: 40.0625em) {
    .idsk-footer-extended-heart-visible {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.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-textarea,
.idsk-footer-extended-feedback-container .govuk-hint,
.idsk-footer-extended-feedback-container .govuk-label,
.idsk-footer-extended-feedback-container .govuk-select {
  font-weight: 300;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.14286; }
  @media print {
    .idsk-footer-extended-feedback-container .govuk-textarea,
    .idsk-footer-extended-feedback-container .govuk-hint,
    .idsk-footer-extended-feedback-container .govuk-label,
    .idsk-footer-extended-feedback-container .govuk-select {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .idsk-footer-extended-feedback-container .govuk-textarea,
    .idsk-footer-extended-feedback-container .govuk-hint,
    .idsk-footer-extended-feedback-container .govuk-label,
    .idsk-footer-extended-feedback-container .govuk-select {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25; } }
  @media print {
    .idsk-footer-extended-feedback-container .govuk-textarea,
    .idsk-footer-extended-feedback-container .govuk-hint,
    .idsk-footer-extended-feedback-container .govuk-label,
    .idsk-footer-extended-feedback-container .govuk-select {
      font-size: 14pt;
      line-height: 1.2; } }

#idsk-footer-extended-close-help-form-button,
#idsk-footer-extended-close-error-form-button {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25; }
  @media print {
    #idsk-footer-extended-close-help-form-button,
    #idsk-footer-extended-close-error-form-button {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    #idsk-footer-extended-close-help-form-button,
    #idsk-footer-extended-close-error-form-button {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.42857; } }
  @media print {
    #idsk-footer-extended-close-help-form-button,
    #idsk-footer-extended-close-error-form-button {
      font-size: 12pt;
      line-height: 1.2; } }

.idsk-footer-extended-feedback button,
.idsk-footer-extended-feedback-question-info-usefull {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  font-size: 14px; }
  @media print {
    .idsk-footer-extended-feedback button,
    .idsk-footer-extended-feedback-question-info-usefull {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .idsk-footer-extended-feedback button,
    .idsk-footer-extended-feedback-question-info-usefull {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.42857; } }
  @media print {
    .idsk-footer-extended-feedback button,
    .idsk-footer-extended-feedback-question-info-usefull {
      font-size: 12pt;
      line-height: 1.2; } }
  @media screen and (min-width: 670px) {
    .idsk-footer-extended-feedback button,
    .idsk-footer-extended-feedback-question-info-usefull {
      font-family: "Source Sans Pro", "Arial", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: 400;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.14286; } }
  @media screen and (min-width: 670px) and (min-width: 40.0625em) {
    .idsk-footer-extended-feedback button,
    .idsk-footer-extended-feedback-question-info-usefull {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25; } }
  @media (min-width: 48.0625em) {
    .idsk-footer-extended-feedback button,
    .idsk-footer-extended-feedback-question-info-usefull {
      font-family: "Source Sans Pro", "Arial", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: 400;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25; } }
  @media print and (min-width: 48.0625em) {
    .idsk-footer-extended-feedback button,
    .idsk-footer-extended-feedback-question-info-usefull {
      font-family: sans-serif; } }
  @media (min-width: 48.0625em) and (min-width: 40.0625em) {
    .idsk-footer-extended-feedback button,
    .idsk-footer-extended-feedback-question-info-usefull {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.31579; } }
  @media print and (min-width: 48.0625em) {
    .idsk-footer-extended-feedback button,
    .idsk-footer-extended-feedback-question-info-usefull {
      font-size: 14pt;
      line-height: 1.15; } }

.idsk-footer-extended-up-button-div {
  height: 40px;
  width: 100%;
  background-color: #ffffff; }
  @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,
.idsk-footer-extended .govuk-link.\:link {
  color: #0b0c0c; }

.idsk-footer-extended .govuk-link:visited,
.idsk-footer-extended .govuk-link.\:visited {
  color: #4c2c92; }

.idsk-footer-extended .govuk-link:hover,
.idsk-footer-extended .govuk-link.\:hover {
  color: #003078; }

.idsk-footer-extended .govuk-link:active,
.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: 0px 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 {
    background-color: #0b0c0c;
    -webkit-mask: url("assets/images/header-web/menu.svg") no-repeat center;
    mask: url("assets/images/header-web/menu.svg") no-repeat center;
    display: inline-block;
    width: 13px;
    height: 13px; }
  .idsk-header-web__menu-close {
    background-color: #0b0c0c;
    -webkit-mask: url("assets/images/header-web/close.svg") no-repeat center;
    mask: url("assets/images/header-web/close.svg") no-repeat center;
    display: inline-block;
    width: 13px;
    height: 13px; }
  @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; } }

/* SLOVAK TRICOLOR */
.idsk-header-web__tricolor {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(33.3%, #ffffff), color-stop(33.3%, #003183), color-stop(66.6%, #003183), color-stop(66.6%, #d0190f), to(#d0190f));
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 33.3%, #003183 33.3%, #003183 66.6%, #d0190f 66.6%, #d0190f 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 33.3%, #003183 33.3%, #003183 66.6%, #d0190f 66.6%, #d0190f 100%);
  /* equivalent to (to right, white, white 50%, black 50%, black) */
  background-size: 150px 100%;
  background-repeat: repeat; }

/* BRAND BAR */
.idsk-header-web__brand {
  background-color: #003078;
  color: #ffffff;
  /* language selector */ }
  .idsk-header-web__brand .govuk-body-s,
  .idsk-header-web__brand .govuk-link {
    color: #ffffff; }
  .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,
.idsk-header-web__brand-gestor .govuk-link.\:focus {
      color: #0b0c0c; }
      .idsk-header-web__brand-gestor .govuk-link:focus .idsk-header-web__link-arrow,
.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: #ffffff; }
    .idsk-header-web__brand-gestor .idsk-header-web__flag {
      background-color: #ffffff;
      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: #ffffff;
      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,
.idsk-header-web__brand-gestor-button.\:hover {
        text-decoration: underline; }
      .idsk-header-web__brand-gestor-button:focus, .idsk-header-web__brand-gestor-button:active,
.idsk-header-web__brand-gestor-button.\:focus,
.idsk-header-web__brand-gestor-button.\:active {
        outline: 3px solid transparent;
        color: #0b0c0c;
        background-color: #ffdf0f;
        box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
        text-decoration: none; }
        .idsk-header-web__brand-gestor-button:focus .idsk-header-web__link-arrow, .idsk-header-web__brand-gestor-button:active .idsk-header-web__link-arrow,
.idsk-header-web__brand-gestor-button.\:focus .idsk-header-web__link-arrow,
.idsk-header-web__brand-gestor-button.\:active .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,
.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,
.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,
.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,
.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,
.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,
.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,
.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: #ffffff; }
    .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: #ffffff;
      margin: 9px 0 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,
.idsk-header-web__brand-language-button.\:hover {
        text-decoration: underline; }
      .idsk-header-web__brand-language-button:focus,
.idsk-header-web__brand-language-button.\:focus {
        outline: 3px solid transparent;
        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,
.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: #ffffff; }
      .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,
.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,
.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-language-button,
    .idsk-header-web__brand--light .idsk-header-web__brand-gestor-button {
      color: #0b0c0c; }
    .idsk-header-web__brand--light .idsk-header-web__link-arrow,
    .idsk-header-web__brand--light .idsk-header-web__flag {
      background-color: #0b0c0c; }

/* MAIN SECTION */
.idsk-header-web__main {
  background-color: #ffffff; }
  @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 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
    .idsk-header-web__main .govuk-grid-column-one-third-from-desktop {
      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-profilebtn,
  .idsk-header-web__main--login .idsk-header-web__main--login-logoutbtn {
    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-profilebtn,
  .idsk-header-web__main--login--loggedIn a.idsk-header-web__main--login-logoutbtn {
    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,
.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-profilebtn,
    .idsk-header-web__main--login--loggedIn button.idsk-header-web__main--login-logoutbtn {
      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:focus, .idsk-header-web__main-headline > a:active,
.idsk-header-web__main-headline > a.\:focus,
.idsk-header-web__main-headline > a.\:active {
        outline: 3px solid transparent;
        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 {
        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;
        padding: 20px 0;
        margin: 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 .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: #ffffff;
          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,
.idsk-header-web__main-headline-menu-button.\:hover {
            background-color: #ffffff;
            color: #0b0c0c; }
          .idsk-header-web__main-headline-menu-button:focus, .idsk-header-web__main-headline-menu-button:active,
.idsk-header-web__main-headline-menu-button.\:focus,
.idsk-header-web__main-headline-menu-button.\:active {
            outline: 3px solid transparent;
            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-open,
          .idsk-header-web__main-headline-menu-button .idsk-header-web__menu-close {
            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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* search bar */ }
    .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;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      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,
.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,
.idsk-header-web__main-action-search .govuk-button.\:hover {
          background-color: #003078; }
        .idsk-header-web__main-action-search .govuk-button:active,
.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 {
      display: none; } }

/* NAV BAR */
.idsk-header-web__nav {
  background-color: #ffffff;
  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 15px;
      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:link, .idsk-header-web__nav-list-item-link:hover, .idsk-header-web__nav-list-item-link:visited,
.idsk-header-web__nav-list-item-link.\:link,
.idsk-header-web__nav-list-item-link.\:hover,
.idsk-header-web__nav-list-item-link.\:visited {
        color: #0b0c0c; }
      .idsk-header-web__nav-list-item-link:focus, .idsk-header-web__nav-list-item-link:active,
.idsk-header-web__nav-list-item-link.\:focus,
.idsk-header-web__nav-list-item-link.\:active {
        outline: 3px solid transparent;
        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:focus, .idsk-header-web__nav-list-item-link:active,
.idsk-header-web__nav-list-item-link.\:focus,
.idsk-header-web__nav-list-item-link.\:active {
            box-shadow: 0 0 #ffdf0f, 0 -4px #0b0c0c inset; } }
      .idsk-header-web__nav-list-item-link:hover,
.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:link, .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:visited,
.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.\:hover,
.idsk-header-web__nav-list-item--active .idsk-header-web__nav-list-item-link.\:visited {
        color: #ffffff; } }
    .idsk-header-web__nav-list-item--active .idsk-header-web__nav-list-item-link:focus, .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,
.idsk-header-web__nav-list-item--active .idsk-header-web__nav-list-item-link.\:active {
      color: #0b0c0c; }
      .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, .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,
.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 {
        background-color: #0b0c0c; }
    .idsk-header-web__nav-list-item--active .idsk-header-web__nav-list-item-link .idsk-header-web__link-arrow {
      background-color: #ffffff; }
    .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: #ffffff; }
    .idsk-header-web__nav--dark .idsk-header-web__nav-list-item-link {
      color: #ffffff; }
      .idsk-header-web__nav--dark .idsk-header-web__nav-list-item-link:focus, .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,
.idsk-header-web__nav--dark .idsk-header-web__nav-list-item-link.\:active {
        color: #0b0c0c; }
        .idsk-header-web__nav--dark .idsk-header-web__nav-list-item-link:focus .idsk-header-web__link-arrow, .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,
.idsk-header-web__nav--dark .idsk-header-web__nav-list-item-link.\:active .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; } }

/* NAVIGATION - submenu */
.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 {
        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;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 0 0;
        margin: 0; }
        .idsk-header-web__nav-submenu-list-item {
          width: 33.33%;
          -ms-flex-item-align: stretch;
              align-self: stretch;
          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 {
            width: 100%;
            -ms-flex-item-align: stretch;
                align-self: stretch; }
            .idsk-header-web__nav-submenu-list-item-link:focus, .idsk-header-web__nav-submenu-list-item-link:active,
.idsk-header-web__nav-submenu-list-item-link.\:focus,
.idsk-header-web__nav-submenu-list-item-link.\:active {
              box-shadow: 0 0 #ffdf0f, 0 -4px #0b0c0c inset; } }
    .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,
.idsk-header-web__nav-submenu-list-item-link.\:link,
.idsk-header-web__nav-submenu-list-item-link.\:visited {
        color: #ffffff; }
      .idsk-header-web__nav-submenu-list-item-link:hover,
.idsk-header-web__nav-submenu-list-item-link.\:hover {
        text-decoration: underline; }
      .idsk-header-web__nav-submenu-list-item-link:focus, .idsk-header-web__nav-submenu-list-item-link:active,
.idsk-header-web__nav-submenu-list-item-link.\:focus,
.idsk-header-web__nav-submenu-list-item-link.\:active {
        color: #0b0c0c; }
  @media (max-width: 48.0525em) {
    .idsk-header-web__nav-submenu {
      position: initial;
      width: initial; }
      .idsk-header-web__nav-submenu-list {
        padding: 0;
        background-color: #ffffff; }
        .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,
.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; } }

/* NAVIGATION - submenulite */
.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,
.idsk-header-web__nav-submenulite-list-item-link.\:link,
.idsk-header-web__nav-submenulite-list-item-link.\:visited {
        color: #ffffff; }
      .idsk-header-web__nav-submenulite-list-item-link:focus, .idsk-header-web__nav-submenulite-list-item-link:active,
.idsk-header-web__nav-submenulite-list-item-link.\:focus,
.idsk-header-web__nav-submenulite-list-item-link.\:active {
        outline: 3px solid transparent;
        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,
.idsk-header-web__nav-submenulite-list-item-link.\:hover {
        text-decoration: underline; }
  @media (max-width: 48.0525em) {
    .idsk-header-web__nav-submenulite {
      position: initial; }
      .idsk-header-web__nav-submenulite-list {
        padding: 0;
        background-color: #ffffff; }
      .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,
.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; } }

/* BANNER SECTION */
.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:focus, .idsk-header-web__banner--warning .idsk-header-web__banner-close:focus-visible, .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,
.idsk-header-web__banner--warning .idsk-header-web__banner-close.\:active {
      outline: none;
      outline: 3px solid transparent;
      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: transparent;
    border: none;
    padding: 5px 5px 2px 5px;
    cursor: pointer; }
    .idsk-header-web__banner-close:focus, .idsk-header-web__banner-close:focus-visible, .idsk-header-web__banner-close:active,
.idsk-header-web__banner-close.\:focus,
.idsk-header-web__banner-close.\:focus-visible,
.idsk-header-web__banner-close.\:active {
      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; } }
  @media print {
    .idsk-warning-text {
      color: #000000; } }
  @media (min-width: 40.0625em) {
    .idsk-warning-text {
      margin-bottom: 30px; } }
  .idsk-warning-text__text {
    display: block;
    font-weight: bold; }
    .idsk-warning-text__text a:focus,
    .idsk-warning-text__text a:active,
.idsk-warning-text__text a.\:focus,
.idsk-warning-text__text a.\:active {
      outline: 3px solid transparent;
      color: #0b0c0c;
      background-color: #ffdf0f;
      box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
      text-decoration: none; }
  .idsk-warning-text--info {
    background-color: #dee0e2; }
    .idsk-warning-text--info .idsk-warning-text__icon {
      display: none; }

.idsk-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: #ffffff;
  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%;
  padding: 0 15px;
  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 {
  color: #0065b3;
  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,
.idsk-search-results__filters__button.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }
  @media (min-width: 40.0625em) {
    .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-topic,
.idsk-search-results__picked-content-type,
.idsk-search-results__picked-date {
  font-weight: normal;
  border: 1px solid #0b0c0c;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 10px 10px 0;
  display: inline-block;
  cursor: pointer; }
  .idsk-search-results__picked-topic:focus,
  .idsk-search-results__picked-content-type:focus,
  .idsk-search-results__picked-date:focus,
.idsk-search-results__picked-topic.\:focus,
.idsk-search-results__picked-content-type.\:focus,
.idsk-search-results__picked-date.\:focus {
    box-shadow: inset 0 0 0 2px;
    border: solid 1px #0b0c0c;
    outline: 3px solid #ffdf0f; }
  @media (min-width: 40.0625em) {
    .idsk-search-results__picked-topic,
    .idsk-search-results__picked-content-type,
    .idsk-search-results__picked-date {
      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--forward,
.idsk-search-results__button--forward__mobile,
.idsk-search-results__button--back__mobile,
.idsk-search-results__button--back-to-results,
.idsk-search-results__button--turn-filters-off {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  position: relative;
  z-index: 1;
  border-width: 0;
  color: #0065b3;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: underline;
  text-align: right;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: 0.1em; }
  @media print {
    .idsk-search-results__button--back,
    .idsk-search-results__button--forward,
    .idsk-search-results__button--forward__mobile,
    .idsk-search-results__button--back__mobile,
    .idsk-search-results__button--back-to-results,
    .idsk-search-results__button--turn-filters-off {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .idsk-search-results__button--back,
    .idsk-search-results__button--forward,
    .idsk-search-results__button--forward__mobile,
    .idsk-search-results__button--back__mobile,
    .idsk-search-results__button--back-to-results,
    .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--forward,
    .idsk-search-results__button--forward__mobile,
    .idsk-search-results__button--back__mobile,
    .idsk-search-results__button--back-to-results,
    .idsk-search-results__button--turn-filters-off {
      font-size: 14pt;
      line-height: 1.15; } }
  @media print {
    .idsk-search-results__button--back,
    .idsk-search-results__button--forward,
    .idsk-search-results__button--forward__mobile,
    .idsk-search-results__button--back__mobile,
    .idsk-search-results__button--back-to-results,
    .idsk-search-results__button--turn-filters-off {
      font-family: sans-serif; } }
  .idsk-search-results__button--back:hover,
  .idsk-search-results__button--forward:hover,
  .idsk-search-results__button--forward__mobile:hover,
  .idsk-search-results__button--back__mobile:hover,
  .idsk-search-results__button--back-to-results:hover,
  .idsk-search-results__button--turn-filters-off:hover,
.idsk-search-results__button--back.\:hover,
.idsk-search-results__button--forward.\:hover,
.idsk-search-results__button--forward__mobile.\:hover,
.idsk-search-results__button--back__mobile.\:hover,
.idsk-search-results__button--back-to-results.\:hover,
.idsk-search-results__button--turn-filters-off.\:hover {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
            text-decoration-skip: none; }
  .idsk-search-results__button--back:focus,
  .idsk-search-results__button--forward:focus,
  .idsk-search-results__button--forward__mobile:focus,
  .idsk-search-results__button--back__mobile:focus,
  .idsk-search-results__button--back-to-results:focus,
  .idsk-search-results__button--turn-filters-off:focus,
.idsk-search-results__button--back.\:focus,
.idsk-search-results__button--forward.\:focus,
.idsk-search-results__button--forward__mobile.\:focus,
.idsk-search-results__button--back__mobile.\:focus,
.idsk-search-results__button--back-to-results.\:focus,
.idsk-search-results__button--turn-filters-off.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }
  .idsk-search-results__button--back:link,
  .idsk-search-results__button--forward:link,
  .idsk-search-results__button--forward__mobile:link,
  .idsk-search-results__button--back__mobile:link,
  .idsk-search-results__button--back-to-results:link,
  .idsk-search-results__button--turn-filters-off:link,
.idsk-search-results__button--back.\:link,
.idsk-search-results__button--forward.\:link,
.idsk-search-results__button--forward__mobile.\:link,
.idsk-search-results__button--back__mobile.\:link,
.idsk-search-results__button--back-to-results.\:link,
.idsk-search-results__button--turn-filters-off.\:link {
    color: #0065b3; }
  .idsk-search-results__button--back:visited,
  .idsk-search-results__button--forward:visited,
  .idsk-search-results__button--forward__mobile:visited,
  .idsk-search-results__button--back__mobile:visited,
  .idsk-search-results__button--back-to-results:visited,
  .idsk-search-results__button--turn-filters-off:visited,
.idsk-search-results__button--back.\:visited,
.idsk-search-results__button--forward.\:visited,
.idsk-search-results__button--forward__mobile.\:visited,
.idsk-search-results__button--back__mobile.\:visited,
.idsk-search-results__button--back-to-results.\:visited,
.idsk-search-results__button--turn-filters-off.\:visited {
    color: #4c2c92; }
  .idsk-search-results__button--back:hover,
  .idsk-search-results__button--forward:hover,
  .idsk-search-results__button--forward__mobile:hover,
  .idsk-search-results__button--back__mobile:hover,
  .idsk-search-results__button--back-to-results:hover,
  .idsk-search-results__button--turn-filters-off:hover,
.idsk-search-results__button--back.\:hover,
.idsk-search-results__button--forward.\:hover,
.idsk-search-results__button--forward__mobile.\:hover,
.idsk-search-results__button--back__mobile.\:hover,
.idsk-search-results__button--back-to-results.\:hover,
.idsk-search-results__button--turn-filters-off.\:hover {
    color: #003078; }
  .idsk-search-results__button--back:active,
  .idsk-search-results__button--forward:active,
  .idsk-search-results__button--forward__mobile:active,
  .idsk-search-results__button--back__mobile:active,
  .idsk-search-results__button--back-to-results:active,
  .idsk-search-results__button--turn-filters-off:active,
.idsk-search-results__button--back.\:active,
.idsk-search-results__button--forward.\:active,
.idsk-search-results__button--forward__mobile.\:active,
.idsk-search-results__button--back__mobile.\:active,
.idsk-search-results__button--back-to-results.\:active,
.idsk-search-results__button--turn-filters-off.\:active {
    color: #0b0c0c; }
  .idsk-search-results__button--back:focus,
  .idsk-search-results__button--forward:focus,
  .idsk-search-results__button--forward__mobile:focus,
  .idsk-search-results__button--back__mobile:focus,
  .idsk-search-results__button--back-to-results:focus,
  .idsk-search-results__button--turn-filters-off:focus,
.idsk-search-results__button--back.\:focus,
.idsk-search-results__button--forward.\:focus,
.idsk-search-results__button--forward__mobile.\:focus,
.idsk-search-results__button--back__mobile.\:focus,
.idsk-search-results__button--back-to-results.\:focus,
.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: white;
  /* color of the tracking area */ }

.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: bold; }
      .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: #ffffff;
  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,
.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__topics,
.idsk-search-results__content__picked-filters__content-type,
.idsk-search-results__content__picked-filters__date {
  min-height: 40px;
  margin-top: 30px; }
  @media (min-width: 40.0625em) {
    .idsk-search-results__content__picked-filters__topics,
    .idsk-search-results__content__picked-filters__content-type,
    .idsk-search-results__content__picked-filters__date {
      margin-top: -0.5px; } }

@media (min-width: 40.0625em) {
  .idsk-search-results__before-date,
  .idsk-search-results__after-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,
.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,
.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__topics .idsk-search-results__text,
.idsk-search-results__content__picked-filters__date .idsk-search-results__before-date,
.idsk-search-results__content__picked-filters__date .idsk-search-results__after-date {
  font-weight: bold; }

.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__topics span,
.idsk-search-results__content__picked-filters__content-type span,
.idsk-search-results__content__picked-filters__date span,
.idsk-search-results__content__picked-filters__topics button,
.idsk-search-results__content__picked-filters__content-type button,
.idsk-search-results__content__picked-filters__date 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; }
  @media print {
    .idsk-search-results__content__picked-filters__topics span,
    .idsk-search-results__content__picked-filters__content-type span,
    .idsk-search-results__content__picked-filters__date span,
    .idsk-search-results__content__picked-filters__topics button,
    .idsk-search-results__content__picked-filters__content-type button,
    .idsk-search-results__content__picked-filters__date button {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .idsk-search-results__content__picked-filters__topics span,
    .idsk-search-results__content__picked-filters__content-type span,
    .idsk-search-results__content__picked-filters__date span,
    .idsk-search-results__content__picked-filters__topics button,
    .idsk-search-results__content__picked-filters__content-type button,
    .idsk-search-results__content__picked-filters__date button {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.31579; } }
  @media print {
    .idsk-search-results__content__picked-filters__topics span,
    .idsk-search-results__content__picked-filters__content-type span,
    .idsk-search-results__content__picked-filters__date span,
    .idsk-search-results__content__picked-filters__topics button,
    .idsk-search-results__content__picked-filters__content-type button,
    .idsk-search-results__content__picked-filters__date button {
      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 0; }
  .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,
.idsk-search-results__link-panel__title.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }

.idsk-search-results--invisible {
  display: none; }

.idsk-search-results--invisible__mobile,
.idsk-header-extended.idsk-search-results--invisible__mobile {
  display: none; }
  @media (min-width: 40.0625em) {
    .idsk-search-results--invisible__mobile,
    .idsk-header-extended.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-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;
  cursor: pointer;
  color: #0065b3;
  height: inherit; }
  @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: 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-od.govuk-input,
  .idsk-search-results--expand .idsk-search-results__list #datum-do.govuk-input {
    width: 90%;
    display: block; }
    @media (min-width: 40.0625em) {
      .idsk-search-results--expand .idsk-search-results__list #datum-od.govuk-input,
      .idsk-search-results--expand .idsk-search-results__list #datum-do.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,
.idsk-search-results--expand .idsk-search-results__link-panel-button.\:focus .idsk-search-results__link-panel__title {
    outline: 3px solid transparent;
    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,
.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: #ffffff;
    border: none;
    text-align: left;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    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,
.idsk-search-results__link-panel-button.\:disabled {
      cursor: text; }
      .idsk-search-results__link-panel-button:disabled .idsk-search-results__link-panel__title,
.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,
.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,
.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,
.idsk-search-results__link-number.\:focus {
    text-decoration: none; }

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

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

.idsk-search-results__list {
  background-color: white;
  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 5px;
      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,
.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,
.idsk-skip-link.\:link,
.idsk-skip-link.\:visited {
    color: #0b0c0c; }
    @media print {
      .idsk-skip-link:link, .idsk-skip-link:visited,
.idsk-skip-link.\:link,
.idsk-skip-link.\:visited {
        color: #000000; } }
  .idsk-skip-link:hover,
.idsk-skip-link.\:hover {
    color: rgba(11, 12, 12, 0.99); }
  .idsk-skip-link:active, .idsk-skip-link:focus,
.idsk-skip-link.\:active,
.idsk-skip-link.\:focus {
    color: #0b0c0c; }
    @media print {
      .idsk-skip-link:active, .idsk-skip-link:focus,
.idsk-skip-link.\:active,
.idsk-skip-link.\:focus {
        color: #000000; } }
  @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, calc(15px + env(safe-area-inset-right)));
      padding-left: max(15px, calc(15px + env(safe-area-inset-left))); } }
  .idsk-skip-link:focus,
.idsk-skip-link.\:focus {
    outline: 3px solid #ffdf0f;
    background-color: #ffdf0f; }

@media (max-width: 48.0525em) {
  .idsk-skip-link--sticky:focus,
.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 15px;
    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,
.idsk-card-title.\:hover {
    color: #0b0c0c; }

.idsk-card-img {
  width: 100%; }
  .idsk-card-img-hero {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    padding: 0;
    float: none; }
    @media (min-width: 40.0625em) {
      .idsk-card-img-hero {
        width: 50%;
        float: left; } }
    @media (min-width: 40.0625em) {
      .idsk-card-img-hero {
        padding-right: 15px; } }
  .idsk-card-img-secondary-horizontal, .idsk-card-img-profile-horizontal {
    box-sizing: border-box;
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%; }
    @media (min-width: 40.0625em) {
      .idsk-card-img-secondary-horizontal, .idsk-card-img-profile-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: "\00a0-\00a0"; }
  .idsk-card-meta-tag:after {
    content: "\00a0|\00a0"; }

.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,
.idsk-card-meta .govuk-link.\:visited {
    color: #4c2c92; }

.idsk-card-meta-container span:last-child:after,
.idsk-card-meta-container span.\:last-child:after {
  content: ""; }

.idsk-card-content-hero {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  float: none;
  padding: 0; }
  @media (min-width: 40.0625em) {
    .idsk-card-content-hero {
      width: 50%;
      float: left; } }
  @media (min-width: 40.0625em) {
    .idsk-card-content-hero {
      padding: 0 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; } }

@media (min-width: 40.0625em) {
  .idsk-card-content-secondary-horizontal {
    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-vertical, .idsk-heading-profile-horizontal {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.11111;
    text-decoration: underline; }
    @media print {
      .idsk-heading-profile-vertical, .idsk-heading-profile-horizontal {
        font-family: sans-serif; } }
    @media (min-width: 40.0625em) {
      .idsk-heading-profile-vertical, .idsk-heading-profile-horizontal {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25; } }
    @media print {
      .idsk-heading-profile-vertical, .idsk-heading-profile-horizontal {
        font-size: 18pt;
        line-height: 1.15; } }

.idsk-body {
  margin-top: 0;
  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-vertical, .idsk-body-profile-horizontal {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    padding-top: 10px;
    padding-bottom: 15px; }
    @media print {
      .idsk-body-profile-vertical, .idsk-body-profile-horizontal {
        font-family: sans-serif; } }
    @media (min-width: 40.0625em) {
      .idsk-body-profile-vertical, .idsk-body-profile-horizontal {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579; } }
    @media print {
      .idsk-body-profile-vertical, .idsk-body-profile-horizontal {
        font-size: 14pt;
        line-height: 1.15; } }
    @media (min-width: 40.0625em) {
      .idsk-body-profile-vertical, .idsk-body-profile-horizontal {
        padding-top: 10px; } }
    @media (min-width: 40.0625em) {
      .idsk-body-profile-vertical, .idsk-body-profile-horizontal {
        padding-bottom: 20px; } }

.idsk-quote {
  padding-right: 30px;
  padding-left: 30px;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0; }
  @media (min-width: 40.0625em) {
    .idsk-quote {
      padding-right: 50px; } }
  @media (min-width: 40.0625em) {
    .idsk-quote {
      padding-left: 50px; } }
  @media print {
    .idsk-quote {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .idsk-quote {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.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 15px;
  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 15px;
    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 15px;
    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 15px;
    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,
.idsk-crossroad-2.\:first-child {
      padding-right: 15px; }
    .idsk-crossroad-2:nth-child(2),
.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,
.idsk-crossroad-title.\:hover {
    color: #003078; }
  .idsk-crossroad-title:focus,
.idsk-crossroad-title.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }
  .idsk-crossroad-title:visited,
.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; } }
  @media (min-width: 40.0625em) {
    .idsk-crossroad-subtitle {
      padding-bottom: 20px; } }

.idsk-crossroad-line {
  color: #bfc1c3;
  border-color: #bfc1c3;
  background-color: #bfc1c3;
  height: 1px;
  border: 0;
  border-top: 1px;
  margin-bottom: 10px; }

.idsk-crossroad__uncollapse-div {
  text-align: center; }

.idsk-crossroad__colapse--button {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  background: none;
  border: none;
  width: -webkit-fill-available;
  text-align: center;
  -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::before, .idsk-crossroad__colapse--button::after {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    color: #0065b3;
    content: "";
    display: inline-block;
    height: 0.45em;
    right: 25px;
    top: 15px;
    -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::before, .idsk-crossroad__colapse--button::after {
        right: 50px;
        top: 20px; } }
  .idsk-crossroad__colapse--button::after {
    margin: 5px 0 0 20px; }
  .idsk-crossroad__colapse--button::before {
    margin: 5px 22px 0 0; }
  .idsk-crossroad__colapse--button:focus, .idsk-crossroad__colapse--button:active,
.idsk-crossroad__colapse--button.\:focus,
.idsk-crossroad__colapse--button.\:active {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none;
    width: auto;
    padding: 0 12px; }

.idsk-crossroad__colapse--button-show:focus, .idsk-crossroad__colapse--button-show:active,
.idsk-crossroad__colapse--button-show.\:focus,
.idsk-crossroad__colapse--button-show.\:active {
  padding: 0; }

.idsk-crossroad__collapse--arrow .idsk-crossroad__colapse--button::before,
.idsk-crossroad__collapse--arrow .idsk-crossroad__colapse--button::after {
  margin: 11px 12px 0 12px;
  -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 #ffffff; }
  @media (min-width: 48.0625em) {
    .idsk-crossroad__collapse--shadow {
      box-shadow: 5px -10px 70px 40px #ffffff; } }

.idsk-crossroad__uncollapse-hide--mobile,
.idsk-crossroad__item--one-column-hide {
  display: none; }

@media (orientation: landscape) {
  .idsk-crossroad__item--two-columns-hide-mobile.idsk-crossroad__item--two-columns-hide,
  .idsk-crossroad__uncollapse-hide--desktop {
    display: none; } }

@media (min-width: 48.0625em) {
  .idsk-crossroad__item--two-columns-hide-mobile.idsk-crossroad__item--two-columns-hide,
  .idsk-crossroad__uncollapse-hide--desktop {
    display: none; } }

.idsk-crossroad__item--two-columns-hide-mobile.idsk-crossroad__item--two-columns-show {
  display: block; }

@media (min-width: 20em) {
  .idsk-crossroad__item--two-columns-hide-mobile {
    display: none; } }

@media (orientation: landscape) {
  .idsk-crossroad__item--two-columns-hide-mobile {
    display: unset; } }

@media (min-width: 48.0625em) {
  .idsk-crossroad__item--two-columns-hide-mobile {
    display: unset; } }

@media (min-width: 48.0625em) {
  .idsk-crossroad__item--two-columns-show {
    display: block; } }

.idsk-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,
.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,
.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,
#idsk-feedback__question-bar .govuk-textarea.\:focus {
  width: 97%;
  margin-left: 3px; }
  @media (min-width: 48.0625em) {
    #idsk-feedback__question-bar .govuk-textarea:focus,
#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%;
    height: auto; }
    @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: bold; }

.idsk-in-page-navigation__link-panel,
.idsk-in-page-navigation__link-number {
  display: none; }

.idsk-in-page-navigation__list {
  list-style-type: none;
  margin: 0;
  padding: 0 15px; }
  .idsk-in-page-navigation__list:after {
    content: "";
    display: block;
    clear: both; }
  @media (min-width: 40.0625em) {
    .idsk-in-page-navigation__list {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 48.0625em) {
    .idsk-in-page-navigation__list {
      padding: 0; } }
  .idsk-in-page-navigation__list-item {
    color: #0065b3;
    margin-bottom: 20px;
    padding-left: 15px; }
    .idsk-in-page-navigation__list-item--active {
      font-weight: bold;
      position: relative; }
      .idsk-in-page-navigation__list-item--active::before {
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
                clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
        border-width: 5px 0 5px 8.66px;
        border-left-color: inherit;
        content: "";
        position: absolute;
        top: 10px;
        left: 0; }

.idsk-in-page-navigation__link {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: 0.1em;
  text-decoration: none; }
  @media print {
    .idsk-in-page-navigation__link {
      font-family: sans-serif; } }
  .idsk-in-page-navigation__link:hover,
.idsk-in-page-navigation__link.\:hover {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
            text-decoration-skip: none; }
  .idsk-in-page-navigation__link:focus,
.idsk-in-page-navigation__link.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }
  .idsk-in-page-navigation__link:link,
.idsk-in-page-navigation__link.\:link {
    color: #0065b3; }
  .idsk-in-page-navigation__link:visited,
.idsk-in-page-navigation__link.\:visited {
    color: #4c2c92; }
  .idsk-in-page-navigation__link:hover,
.idsk-in-page-navigation__link.\:hover {
    color: #003078; }
  .idsk-in-page-navigation__link:active,
.idsk-in-page-navigation__link.\:active {
    color: #0b0c0c; }
  .idsk-in-page-navigation__link:focus,
.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;
      background: #003078;
      border: none;
      color: #ffffff;
      font-weight: bold;
      padding: 15px 50px 15px 15px;
      text-align: left;
      width: 100%;
      background: #003078;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; } }
    @media print and (max-width: 48.0525em) {
      .idsk-in-page-navigation__link-panel-button {
        font-family: sans-serif; } }
    @media (max-width: 48.0525em) and (min-width: 40.0625em) {
      .idsk-in-page-navigation__link-panel-button {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25; } }
    @media print and (max-width: 48.0525em) {
      .idsk-in-page-navigation__link-panel-button {
        font-size: 18pt;
        line-height: 1.15; } }
    @media (max-width: 48.0525em) and (min-width: 40.0625em) {
      .idsk-in-page-navigation__link-panel-button {
        padding: 15px 80px 15px 30px; } }

@media (max-width: 48.0525em) {
      .idsk-in-page-navigation__link-panel-button:focus,
.idsk-in-page-navigation__link-panel-button.\:focus {
        outline: 3px solid transparent;
        color: #0b0c0c;
        background-color: #ffdf0f;
        box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
        text-decoration: none; }
    .idsk-in-page-navigation__link-panel-button::before {
      border-style: solid;
      border-width: 0.25em 0.25em 0 0;
      color: #ffffff;
      content: "";
      display: inline-block;
      height: 0.45em;
      right: 25px;
      position: absolute;
      top: 15px;
      -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,
.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,
.idsk-in-page-navigation__link-number.\:focus {
      text-decoration: none; }
  .idsk-in-page-navigation__list {
    background-color: white;
    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,
.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,
.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; } }
  @media (min-width: 48.0625em) {
    .idsk-intro-block__side-menu {
      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: bold;
  text-align: right;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  /* sass / link */
  color: #0065b3; }
  @media print {
    .idsk-intro-block__side-menu__default__ul {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .idsk-intro-block__side-menu__default__ul {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.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: transparent; }

@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: #ffffff; }
    .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,
.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 {
  margin-bottom: 10px; }

.idsk-related-content__list > .idsk-related-content__list-item {
  margin-bottom: 10px; }

.idsk-related-content__link {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: 0.1em;
  color: #0065b3; }
  @media print {
    .idsk-related-content__link {
      font-family: sans-serif; } }
  .idsk-related-content__link:hover,
.idsk-related-content__link.\:hover {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
            text-decoration-skip: none; }
  .idsk-related-content__link:focus,
.idsk-related-content__link.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }
  .idsk-related-content__link:link,
.idsk-related-content__link.\:link {
    color: #0065b3; }
  .idsk-related-content__link:visited,
.idsk-related-content__link.\:visited {
    color: #4c2c92; }
  .idsk-related-content__link:hover,
.idsk-related-content__link.\:hover {
    color: #003078; }
  .idsk-related-content__link:active,
.idsk-related-content__link.\:active {
    color: #0b0c0c; }
  .idsk-related-content__link:focus,
.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: solid 2px #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:before,
  .idsk-stepper__section-title:before {
    content: "";
    position: absolute;
    z-index: 2;
    height: 100%;
    border-left: solid 2px #949494;
    background: #ffffff;
    top: 35px;
    left: -38px; }
    @media (min-width: 40.0625em) {
      .idsk-stepper__section:before,
      .idsk-stepper__section-title:before {
        left: -35px; } }
    @media (min-width: 48.0625em) {
      .idsk-stepper__section:before,
      .idsk-stepper__section-title:before {
        left: -32px; } }

.idsk-stepper__bolder-line .idsk-stepper__section-content .govuk-link:focus:before,
.idsk-stepper__bolder-line .idsk-stepper__section-content .govuk-link.\:focus:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 18px;
  left: -35px;
  padding-top: 12px;
  border-bottom: solid 2px #0b0c0c; }
  @media (min-width: 40.0625em) {
    .idsk-stepper__bolder-line .idsk-stepper__section-content .govuk-link:focus:before,
.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,
.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: #ffffff;
  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: solid 2px #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,
.idsk-stepper__section-content > .\:last-child {
  margin-bottom: 0; }

.js-enabled .idsk-stepper {
  border-bottom: 2px solid #949494; }

.js-enabled .idsk-stepper__section {
  padding-top: 0; }

.js-enabled .idsk-stepper__section-content {
  display: none;
  padding-top: 0;
  padding-bottom: 15px; }
  @media (min-width: 40.0625em) {
    .js-enabled .idsk-stepper__section-content {
      padding-top: 0; } }
  @media (min-width: 40.0625em) {
    .js-enabled .idsk-stepper__section-content {
      padding-bottom: 15px; } }

.js-enabled .idsk-stepper__section--expanded .idsk-stepper__section-content {
  display: block; }

.js-enabled .js-enabled .idsk-stepper__open-all {
  text-align: right; }

.js-enabled .idsk-stepper__open-all {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  position: relative;
  z-index: 1;
  margin: 0;
  padding-right: 0;
  border-width: 0;
  color: #0065b3;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: underline;
  text-align: right;
  height: 50px;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: 0.1em; }
  @media print {
    .js-enabled .idsk-stepper__open-all {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .js-enabled .idsk-stepper__open-all {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.31579; } }
  @media print {
    .js-enabled .idsk-stepper__open-all {
      font-size: 14pt;
      line-height: 1.15; } }
  @media print {
    .js-enabled .idsk-stepper__open-all {
      font-family: sans-serif; } }
  .js-enabled .idsk-stepper__open-all:hover,
.js-enabled .idsk-stepper__open-all.\:hover {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
            text-decoration-skip: none; }
  .js-enabled .idsk-stepper__open-all:focus,
.js-enabled .idsk-stepper__open-all.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }
  .js-enabled .idsk-stepper__open-all:link,
.js-enabled .idsk-stepper__open-all.\:link {
    color: #0065b3; }
  .js-enabled .idsk-stepper__open-all:visited,
.js-enabled .idsk-stepper__open-all.\:visited {
    color: #4c2c92; }
  .js-enabled .idsk-stepper__open-all:hover,
.js-enabled .idsk-stepper__open-all.\:hover {
    color: #003078; }
  .js-enabled .idsk-stepper__open-all:active,
.js-enabled .idsk-stepper__open-all.\:active {
    color: #0b0c0c; }
  .js-enabled .idsk-stepper__open-all:focus,
.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,
.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,
.js-enabled .idsk-stepper__section-button.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }
  .js-enabled .idsk-stepper__section-button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.js-enabled .idsk-stepper__section-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.js-enabled .idsk-stepper__section-button:hover:not(:focus),
.js-enabled .idsk-stepper__section-button.\:hover:not(:focus) {
  text-decoration: underline; }

@media (hover: none) {
  .js-enabled .idsk-stepper__section-button:hover,
.js-enabled .idsk-stepper__section-button.\:hover {
    text-decoration: none; } }

.js-enabled .idsk-stepper__controls {
  text-align: right;
  padding-bottom: 15px; }

.js-enabled .idsk-stepper__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 16px;
  margin-top: -8px; }

.js-enabled .idsk-stepper__icon:after,
.js-enabled .idsk-stepper__icon:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 25%;
  margin: auto;
  border: 2px solid transparent;
  background-color: #0b0c0c; }

.js-enabled .idsk-stepper__icon:before {
  width: 100%; }

.js-enabled .idsk-stepper__icon:after {
  height: 100%; }

.js-enabled .idsk-stepper__section--expanded .idsk-stepper__icon:after {
  content: " ";
  display: none; }

.idsk-registration-for-event {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.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; } }
  @media print {
    .idsk-registration-for-event {
      color: #000000; } }
  .idsk-registration-for-event__thank-you-msg {
    display: none;
    margin-bottom: 0; }
  .idsk-registration-for-event .govuk-select {
    width: 100%; }
  @media (min-width: 40.0625em) {
    .idsk-registration-for-event .govuk-form-group {
      max-width: 465px; } }
  .idsk-registration-for-event .govuk-error-message {
    display: none; }
  @media (min-width: 40.0625em) {
    .idsk-registration-for-event .govuk-form-group--error.govuk-form-group,
    .idsk-registration-for-event .govuk-form-group--error.govuk-select {
      max-width: 450px; } }
  .idsk-registration-for-event .govuk-checkboxes__label {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: -5px; }
  .idsk-registration-for-event .idsk-button {
    margin-bottom: 0; }

.idsk-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 15px;
  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; } }
  @media print {
    .idsk-address {
      color: #000000; } }
  @media (min-width: 40.0625em) {
    .idsk-address {
      width: 33.3333%;
      float: left; } }
  .idsk-address__map {
    border: 1px solid #000000;
    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;
      border-style: solid;
      border-color: transparent;
      -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
      border-width: 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 15px;
  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 15px;
    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 15px;
        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%;
    padding: 0 15px;
    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 15px;
        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-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  height: 40px;
  border: 1px solid #0b0c0c;
  margin-right: -3px;
  font-style: normal;
  font-weight: normal; }
  @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,
.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,
.idsk-search-component__button.\:hover {
    background: #003078; }
  .idsk-search-component__button:active,
.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 .idsk-button, .idsk-subscription-form__input .govuk-input {
    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,
.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,
.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 form, .idsk-subscription-form__subscription-confirmed .idsk-subscription-form__agreement-text, .idsk-subscription-form__subscription-confirmed .idsk-subscription-form__default-text {
  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; } }
  @media print {
    .idsk-interactive-map {
      color: #000000; } }
  .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,
.idsk-interactive-map__header-selects .govuk-form-group.\:first-child {
      margin-right: 20px; }
    .idsk-interactive-map__header-selects .govuk-form-group:last-child,
.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,
.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,
.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;
  overflow: auto;
  display: block; }
  @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; } }
  @media print {
    .idsk-table {
      color: #000000; } }
  @media (min-width: 40.0625em) {
    .idsk-table {
      margin-bottom: 30px; } }

.idsk-table__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 40.0525em) {
    .idsk-table__heading {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .idsk-table__heading-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    max-width: 50%; }
    @media (max-width: 40.0525em) {
      .idsk-table__heading-container {
        max-width: 100%; } }
  .idsk-table__heading-extended {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0; }
    .idsk-table__heading-extended .govuk-radios {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .idsk-table__heading-extended .govuk-radios .govuk-radios__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: left;
        margin-right: 0;
        padding: 0;
        margin-left: 20px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
                flex: 1 1 0; }
        .idsk-table__heading-extended .govuk-radios .govuk-radios__item .govuk-radios__input {
          position: initial;
          width: 36px;
          height: 36px; }
        .idsk-table__heading-extended .govuk-radios .govuk-radios__item .govuk-radios__label {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          .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 currentColor;
            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 currentColor;
            top: 6px;
            left: 6px; } }

.idsk-table__head {
  display: table;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #FFFFFF; }

.idsk-table__body {
  display: block; }

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

.idsk-table__header {
  font-weight: 700; }
  .idsk-table__header .arrowBtn:last-of-type,
.idsk-table__header .arrowBtn.\:last-of-type {
    padding-right: 20px; }
  .idsk-table__header .arrowBtn {
    position: relative;
    border: 1px solid transparent;
    background: transparent;
    cursor: pointer;
    display: block;
    height: 22px;
    line-height: normal;
    margin: 0;
    margin-left: 4px;
    outline: none;
    overflow: visible;
    padding: 0;
    width: 10px; }
    .idsk-table__header .arrowBtn::after {
      border-style: solid;
      border-width: 7px 6px 0;
      border-color: #000 transparent transparent;
      content: "";
      margin-left: 4px;
      position: absolute;
      top: calc(50% + 2px); }
    .idsk-table__header .arrowBtn::before {
      border-style: solid;
      border-width: 7px 6px 0;
      border-color: #000 transparent transparent;
      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,
.idsk-table__header .arrowBtn.\:focus {
      outline: 3px solid transparent;
      color: #0b0c0c;
      background-color: #ffdf0f;
      box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
      text-decoration: none; }
  .idsk-table__header .des.arrowBtn:before,
  .idsk-table__header .aes.arrowBtn:after {
    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__header,
.idsk-table__cell {
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid #bfc1c3;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
  width: 80px; }

.idsk-table__header:last-child,
.idsk-table__cell:last-child,
.idsk-table__header.\:last-child,
.idsk-table__cell.\:last-child {
  padding-right: 0;
  width: 100px; }

.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__header--numeric,
.idsk-table__cell--numeric {
  text-align: right; }

.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; } }
  @media (min-width: 40.0625em) {
    .idsk-tabs {
      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; } }
  @media print {
    .idsk-tabs__title {
      color: #000000; } }
  @media (max-width: 40.0525em) {
    .idsk-tabs__title {
      display: none; } }

.idsk-tabs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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: #000000; } }

.idsk-tabs__tab {
  display: inline-block;
  margin-bottom: 10px; }
  .idsk-tabs__tab:link,
.idsk-tabs__tab.\:link {
    color: #0065b3; }
  .idsk-tabs__tab:visited,
.idsk-tabs__tab.\:visited {
    color: #4c2c92; }
  .idsk-tabs__tab:hover,
.idsk-tabs__tab.\:hover {
    color: #003078; }
  .idsk-tabs__tab:active,
.idsk-tabs__tab.\:active {
    color: #0b0c0c; }
  .idsk-tabs__tab:focus,
.idsk-tabs__tab.\:focus {
    color: #0b0c0c; }
  .idsk-tabs__tab:focus,
.idsk-tabs__tab.\:focus {
    outline: 3px solid transparent;
    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:focus, .idsk-tabs__mobile-tab:active,
.idsk-tabs__mobile-tab.\:focus,
.idsk-tabs__mobile-tab.\:active {
        outline: 3px solid transparent;
        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,
.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-top: 14px;
    padding-right: 19px;
    padding-bottom: 16px;
    padding-left: 19px;
    border: 1px solid #bfc1c3;
    border-bottom: 0;
    background-color: #ffffff; }
    .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,
.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,
.js-enabled .idsk-tabs__tab.\:link,
.js-enabled .idsk-tabs__tab.\:visited {
        color: #000000; } }

@media (min-width: 40.0625em) {
    .js-enabled .idsk-tabs__tab:hover,
.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,
.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,
.js-enabled .idsk-tabs__tab.\:active,
.js-enabled .idsk-tabs__tab.\:focus {
        color: #000000; } }

@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,
.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-m,
.idsk-timeline__content .govuk-body {
  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-m,
    .idsk-timeline__content .govuk-body {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .idsk-timeline__content .govuk-body-m,
    .idsk-timeline__content .govuk-body {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.42857; } }
  @media print {
    .idsk-timeline__content .govuk-body-m,
    .idsk-timeline__content .govuk-body {
      font-size: 12pt;
      line-height: 1.2; } }
  @media (min-width: 23.4375em) {
    .idsk-timeline__content .govuk-body-m,
    .idsk-timeline__content .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 and (min-width: 23.4375em) {
    .idsk-timeline__content .govuk-body-m,
    .idsk-timeline__content .govuk-body {
      font-family: sans-serif; } }
  @media (min-width: 23.4375em) and (min-width: 40.0625em) {
    .idsk-timeline__content .govuk-body-m,
    .idsk-timeline__content .govuk-body {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.31579; } }
  @media print and (min-width: 23.4375em) {
    .idsk-timeline__content .govuk-body-m,
    .idsk-timeline__content .govuk-body {
      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__title,
.idsk-timeline__content__date-line {
  position: relative;
  width: 67%;
  margin-left: 10px; }
  @media (min-width: 25.3125em) {
    .idsk-timeline__content__caption,
    .idsk-timeline__content__title,
    .idsk-timeline__content__date-line {
      width: 69%; } }
  @media (min-width: 40.0625em) {
    .idsk-timeline__content__caption,
    .idsk-timeline__content__title,
    .idsk-timeline__content__date-line {
      width: 75%;
      margin-left: 15px; } }

.idsk-timeline__content__date-line {
  margin-bottom: 15px; }

.idsk-timeline__content__time {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.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: bold; }

.idsk-timeline__content__title-div {
  margin-bottom: -20px; }
  @media (min-width: 25.3125em) {
    .idsk-timeline__content__title-div {
      margin-bottom: -50px; } }
  @media (min-width: 40.0625em) {
    .idsk-timeline__content__title-div {
      margin-bottom: -25px; } }

@media (min-width: 40.0625em) {
  .idsk-timeline__content__title {
    margin-top: 15px; } }

.idsk-timeline__content__title .govuk-heading-m {
  margin-bottom: 0;
  margin-top: -40px; }

.idsk-timeline__left-side {
  width: 26.5%; }
  @media (min-width: 25.3125em) {
    .idsk-timeline__left-side {
      width: 23%; } }
  @media (orientation: landscape) {
    .idsk-timeline__left-side {
      width: 25%; } }
  @media (min-width: 40.0625em) {
    .idsk-timeline__left-side {
      width: 25%; } }
  @media (min-width: 48.0625em) {
    .idsk-timeline__left-side {
      width: 17%; } }

.idsk-timeline__middle {
  width: 2%; }
  @media (orientation: landscape) {
    .idsk-timeline__middle {
      width: 7%; } }

.idsk-timeline__vertical-line,
.idsk-timeline__vertical-line--circle {
  content: "";
  position: absolute;
  z-index: 2;
  border-left: solid 2px #949494;
  background: #ffffff;
  top: 10px;
  height: calc(100% + 30px); }

.idsk-timeline__content .idsk-timeline__vertical-line--circle:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  z-index: 5;
  top: calc(50% - 32px);
  left: -10px;
  width: 12px;
  height: 12px;
  color: #0b0c0c;
  background: #949494;
  border-radius: 100px;
  border: solid 2px #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-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  position: relative;
  z-index: 1;
  border-width: 0;
  color: #0065b3;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: underline;
  text-align: right;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: 0.1em; }
  @media print {
    .idsk-timeline__button--back,
    .idsk-timeline__button--forward {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .idsk-timeline__button--back,
    .idsk-timeline__button--forward {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.31579; } }
  @media print {
    .idsk-timeline__button--back,
    .idsk-timeline__button--forward {
      font-size: 14pt;
      line-height: 1.15; } }
  @media print {
    .idsk-timeline__button--back,
    .idsk-timeline__button--forward {
      font-family: sans-serif; } }
  .idsk-timeline__button--back:hover,
  .idsk-timeline__button--forward:hover,
.idsk-timeline__button--back.\:hover,
.idsk-timeline__button--forward.\:hover {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
            text-decoration-skip: none; }
  .idsk-timeline__button--back:focus,
  .idsk-timeline__button--forward:focus,
.idsk-timeline__button--back.\:focus,
.idsk-timeline__button--forward.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }
  .idsk-timeline__button--back:link,
  .idsk-timeline__button--forward:link,
.idsk-timeline__button--back.\:link,
.idsk-timeline__button--forward.\:link {
    color: #0065b3; }
  .idsk-timeline__button--back:visited,
  .idsk-timeline__button--forward:visited,
.idsk-timeline__button--back.\:visited,
.idsk-timeline__button--forward.\:visited {
    color: #4c2c92; }
  .idsk-timeline__button--back:hover,
  .idsk-timeline__button--forward:hover,
.idsk-timeline__button--back.\:hover,
.idsk-timeline__button--forward.\:hover {
    color: #003078; }
  .idsk-timeline__button--back:active,
  .idsk-timeline__button--forward:active,
.idsk-timeline__button--back.\:active,
.idsk-timeline__button--forward.\:active {
    color: #0b0c0c; }
  .idsk-timeline__button--back:focus,
  .idsk-timeline__button--forward:focus,
.idsk-timeline__button--back.\:focus,
.idsk-timeline__button--forward.\:focus {
    color: #0b0c0c; }

.idsk-timeline__button--back {
  padding-left: 0;
  margin-bottom: 10px; }

.idsk-timeline__button--forward {
  margin-top: 30px;
  padding-right: 0;
  float: right;
  margin-bottom: 15px; }

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

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

.idsk-timeline__content__text {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.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,
.govuk-accordion__section-content > .\:last-child {
  margin-bottom: 0; }

.js-enabled .govuk-accordion {
  border-bottom: 1px solid #bfc1c3; }

.js-enabled .govuk-accordion__section {
  padding-top: 0; }

.js-enabled .govuk-accordion__section-content {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 40.0625em) {
    .js-enabled .govuk-accordion__section-content {
      padding-top: 15px; } }
  @media (min-width: 40.0625em) {
    .js-enabled .govuk-accordion__section-content {
      padding-bottom: 15px; } }

.js-enabled .govuk-accordion__section--expanded .govuk-accordion__section-content {
  display: block; }

.js-enabled .govuk-accordion__open-all {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.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;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: 0.1em; }
  @media print {
    .js-enabled .govuk-accordion__open-all {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .js-enabled .govuk-accordion__open-all {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25; } }
  @media print {
    .js-enabled .govuk-accordion__open-all {
      font-size: 14pt;
      line-height: 1.2; } }
  @media print {
    .js-enabled .govuk-accordion__open-all {
      font-family: sans-serif; } }
  .js-enabled .govuk-accordion__open-all:hover,
.js-enabled .govuk-accordion__open-all.\:hover {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
            text-decoration-skip: none; }
  .js-enabled .govuk-accordion__open-all:focus,
.js-enabled .govuk-accordion__open-all.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }
  .js-enabled .govuk-accordion__open-all:link,
.js-enabled .govuk-accordion__open-all.\:link {
    color: #0065b3; }
  .js-enabled .govuk-accordion__open-all:visited,
.js-enabled .govuk-accordion__open-all.\:visited {
    color: #4c2c92; }
  .js-enabled .govuk-accordion__open-all:hover,
.js-enabled .govuk-accordion__open-all.\:hover {
    color: #003078; }
  .js-enabled .govuk-accordion__open-all:active,
.js-enabled .govuk-accordion__open-all.\:active {
    color: #0b0c0c; }
  .js-enabled .govuk-accordion__open-all:focus,
.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,
.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,
.js-enabled .govuk-accordion__section-button.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }
  .js-enabled .govuk-accordion__section-button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.js-enabled .govuk-accordion__section-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.js-enabled .govuk-accordion__section-button:hover:not(:focus),
.js-enabled .govuk-accordion__section-button.\:hover:not(:focus) {
  text-decoration: underline; }

@media (hover: none) {
  .js-enabled .govuk-accordion__section-button:hover,
.js-enabled .govuk-accordion__section-button.\:hover {
    text-decoration: none; } }

.js-enabled .govuk-accordion__controls {
  text-align: right; }

.js-enabled .govuk-accordion__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 16px;
  margin-top: -8px; }

.js-enabled .govuk-accordion__icon:after,
.js-enabled .govuk-accordion__icon:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 25%;
  margin: auto;
  border: 2px solid transparent;
  background-color: #0b0c0c; }

.js-enabled .govuk-accordion__icon:before {
  width: 100%; }

.js-enabled .govuk-accordion__icon:after {
  height: 100%; }

.js-enabled .govuk-accordion__section--expanded .govuk-accordion__icon:after {
  content: " ";
  display: none; }

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

.idsk-table-filter .govuk-input:focus, .idsk-table-filter .govuk-select:focus,
.idsk-table-filter .govuk-input.\:focus,
.idsk-table-filter .govuk-select.\:focus {
  outline: none;
  border-color: #ffdf0f;
  border-width: 3px;
  padding-left: calc(5px - 1px);
  box-shadow: inset 0 0 0 calc(2px + 1px) #0b0c0c; }

.idsk-table-filter .govuk-link {
  color: #0065b3; }
  .idsk-table-filter .govuk-link:hover,
.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),
.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: .4s;
    transition: .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),
.idsk-table-filter__category.\:not\(.idsk-table-filter--expanded\) {
  margin-bottom: 25px; }

.idsk-table-filter__category {
  -webkit-transition: .4s;
  transition: .4s; }
  .idsk-table-filter__category:first-child,
.idsk-table-filter__category.\:first-child {
    margin-top: 10px; }
  @media (min-width: 40.0625em) {
    .idsk-table-filter__category:last-of-type,
.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,
.idsk-table-filter__category.idsk-table-filter--expanded.\:last-of-type {
    margin-bottom: 15px; } }

.idsk-table-filter__active-filters {
  padding-bottom: 20px;
  -webkit-transition: .4s;
  transition: .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 > div, .idsk-table-filter__active-filters .idsk-table-filter__content > button {
    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 > div, .idsk-table-filter__active-filters .idsk-table-filter__content > button {
        margin-bottom: 15px; } }
    .idsk-table-filter__active-filters .idsk-table-filter__content > div.govuk-link, .idsk-table-filter__active-filters .idsk-table-filter__content > button.govuk-link {
      font-weight: bold; }
    .idsk-table-filter__active-filters .idsk-table-filter__content > div:nth-last-child(2), .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\),
.idsk-table-filter__active-filters .idsk-table-filter__content > button.\:nth-last-child\(2\) {
      margin-right: 25px; }
    .idsk-table-filter__active-filters .idsk-table-filter__content > div.idsk-table-filter__parameter, .idsk-table-filter__active-filters .idsk-table-filter__content > button.idsk-table-filter__parameter {
      background-color: #dee0e2;
      padding-left: 10px;
      padding-right: 10px; }
    .idsk-table-filter__active-filters .idsk-table-filter__content > div .idsk-table-filter__parameter-remove, .idsk-table-filter__active-filters .idsk-table-filter__content > button .idsk-table-filter__parameter-remove {
      margin-left: 15px;
      font-size: 18px;
      font-weight: bold;
      display: inline-block;
      padding-bottom: 0;
      outline: none; }
      .idsk-table-filter__active-filters .idsk-table-filter__content > div .idsk-table-filter__parameter-remove:hover, .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,
.idsk-table-filter__active-filters .idsk-table-filter__content > button .idsk-table-filter__parameter-remove.\:hover {
        cursor: pointer; }
      .idsk-table-filter__active-filters .idsk-table-filter__content > div .idsk-table-filter__parameter-remove:focus, .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,
.idsk-table-filter__active-filters .idsk-table-filter__content > button .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; } }
  @media (min-width: 40.0625em) {
    .idsk-footer {
      padding-bottom: 25px; } }

.idsk-footer__link:link, .idsk-footer__link:visited, .idsk-footer__link:hover, .idsk-footer__link:active,
.idsk-footer__link.\:link,
.idsk-footer__link.\:visited,
.idsk-footer__link.\:hover,
.idsk-footer__link.\:active {
  color: #0065b3; }

.idsk-footer__link:focus,
.idsk-footer__link.\:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none; }

.idsk-footer__inline-list .idsk-footer__link,
.idsk-footer__list .idsk-footer__link {
  text-decoration: none; }
  .idsk-footer__inline-list .idsk-footer__link:hover:not(:focus), .idsk-footer__inline-list .idsk-footer__link:active:not(:focus),
  .idsk-footer__list .idsk-footer__link:hover:not(:focus),
  .idsk-footer__list .idsk-footer__link:active:not(:focus),
.idsk-footer__inline-list .idsk-footer__link.\:hover:not(:focus),
.idsk-footer__inline-list .idsk-footer__link.\:active:not(:focus),
.idsk-footer__list .idsk-footer__link.\:hover:not(:focus),
.idsk-footer__list .idsk-footer__link.\:active:not(:focus) {
    text-decoration: underline; }

.idsk-footer__section-break {
  margin: 0;
  margin-bottom: 30px;
  border: 0;
  border-bottom: 1px solid #bfc1c3; }
  @media (min-width: 40.0625em) {
    .idsk-footer__section-break {
      margin-bottom: 50px; } }

.idsk-footer__meta {
  display: -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: 192dpi), only screen and (min-resolution: 2dppx) {
    .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,
.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,
.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: #ffffff;
  background: #131313; }
  @media print {
    .idsk-header {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .idsk-header {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25; } }
  @media print {
    .idsk-header {
      font-size: 14pt;
      line-height: 1.2; } }
  .idsk-header::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(33.3%, #ffffff), color-stop(33.3%, #003183), color-stop(66.6%, #003183), color-stop(66.6%, #d0190f), to(#d0190f));
    background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 33.3%, #003183 33.3%, #003183 66.6%, #d0190f 66.6%, #d0190f 100%);
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 33.3%, #003183 33.3%, #003183 66.6%, #d0190f 66.6%, #d0190f 100%);
    /* equivalent to (to right, white, white 50%, black 50%, black) */
    background-size: 150px 100%;
    background-repeat: repeat; }

.idsk-header__container--full-width {
  padding: 0 15px;
  border-color: #0065b3; }
  .idsk-header__container--full-width .idsk-header__menu-button {
    right: 15px; }

.idsk-header__container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px; }
  .idsk-header__container:after {
    content: "";
    display: block;
    clear: both; }

.idsk-header__logotype {
  display: inline-block;
  margin-right: 5px; }
  .idsk-header__logotype > * {
    width: 186px;
    height: 30px; }

.idsk-header__product-name {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  display: inline-table;
  padding-right: 10px; }
  @media print {
    .idsk-header__product-name {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .idsk-header__product-name {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1; } }
  @media print {
    .idsk-header__product-name {
      font-size: 18pt;
      line-height: 1; } }

.idsk-header__link {
  text-decoration: none; }
  .idsk-header__link:link, .idsk-header__link:visited,
.idsk-header__link.\:link,
.idsk-header__link.\:visited {
    color: #ffffff; }
  .idsk-header__link:hover,
.idsk-header__link.\:hover {
    text-decoration: underline; }
  .idsk-header__link:focus,
.idsk-header__link.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }

.idsk-header__link--homepage {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  display: inline-block;
  font-size: 30px;
  line-height: 1; }
  @media print {
    .idsk-header__link--homepage {
      font-family: sans-serif; } }
  .idsk-header__link--homepage:link, .idsk-header__link--homepage:visited,
.idsk-header__link--homepage.\:link,
.idsk-header__link--homepage.\:visited {
    text-decoration: none; }
  .idsk-header__link--homepage:hover, .idsk-header__link--homepage:active,
.idsk-header__link--homepage.\:hover,
.idsk-header__link--homepage.\:active {
    margin-bottom: -1px;
    border-bottom: 1px solid; }
  .idsk-header__link--homepage:focus,
.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__logo,
.idsk-header__content {
  box-sizing: border-box; }

.idsk-header__logo {
  margin-bottom: 10px;
  padding-right: 50px; }
  @media (min-width: 40.0625em) {
    .idsk-header__logo {
      margin-bottom: 10px; } }
  @media (min-width: 48.0625em) {
    .idsk-header__logo {
      width: 33.33%;
      padding-right: 15px;
      float: left;
      vertical-align: top; } }

@media (min-width: 48.0625em) {
  .govuk-header__container--with-user .idsk-header__logo {
    width: 25%; } }

@media (min-width: 48.0625em) {
  .idsk-header__content {
    width: 66.66%;
    padding-left: 15px;
    float: left; } }

@media (min-width: 48.0625em) {
  .govuk-header__container--with-user .idsk-header__content {
    width: 50%; } }

.idsk-header__menu-button {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.14286;
  display: none;
  position: absolute;
  top: 20px;
  right: 1rem;
  margin: 0;
  padding: 0;
  border: 0;
  color: #ffffff;
  background: none; }
  @media print {
    .idsk-header__menu-button {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .idsk-header__menu-button {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25; } }
  @media print {
    .idsk-header__menu-button {
      font-size: 14pt;
      line-height: 1.2; } }
  .idsk-header__menu-button:hover,
.idsk-header__menu-button.\:hover {
    text-decoration: underline; }
  .idsk-header__menu-button:focus,
.idsk-header__menu-button.\:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }
  .idsk-header__menu-button::after {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    border-width: 8.66px 5px 0 5px;
    border-top-color: inherit;
    content: "";
    margin-left: 5px; }
  @media (min-width: 40.0625em) {
    .idsk-header__menu-button {
      top: 15px; } }

.idsk-header__menu-button--open::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  border-width: 0 5px 8.66px 5px;
  border-bottom-color: inherit; }

.idsk-header__navigation {
  margin-bottom: 10px;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 40.0625em) {
    .idsk-header__navigation {
      margin-bottom: 10px; } }

.js-enabled .idsk-header__menu-button {
  display: block; }
  @media (min-width: 48.0625em) {
    .js-enabled .idsk-header__menu-button {
      display: none; } }

.js-enabled .idsk-header__navigation {
  display: none; }
  @media (min-width: 48.0625em) {
    .js-enabled .idsk-header__navigation {
      display: block; } }

.js-enabled .idsk-header__navigation--open {
  display: block; }

@media (min-width: 48.0625em) {
  .idsk-header__navigation--end {
    margin: 0;
    padding: 5px 0;
    text-align: right; } }

.idsk-header__navigation--no-service-name {
  padding-top: 40px; }

.idsk-header__navigation-item {
  padding: 10px 0;
  border-bottom: 1px solid #2e3133; }
  @media (min-width: 48.0625em) {
    .idsk-header__navigation-item {
      display: inline-block;
      margin-right: 15px;
      padding: 5px 0;
      border: 0; } }
  .idsk-header__navigation-item a {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.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:link, .idsk-header__navigation-item--active a:hover, .idsk-header__navigation-item--active a:visited,
.idsk-header__navigation-item--active a.\:link,
.idsk-header__navigation-item--active a.\:hover,
.idsk-header__navigation-item--active a.\:visited {
  color: #1d8feb; }

.idsk-header__navigation-item--active a:focus,
.idsk-header__navigation-item--active a.\:focus {
  color: #0b0c0c; }

.idsk-header__navigation-item:last-child,
.idsk-header__navigation-item.\:last-child {
  margin-right: 0; }

.idsk-header__user {
  text-align: right; }
  @media (min-width: 48.0625em) {
    .idsk-header__user {
      width: 25%; } }

@media (min-width: 48.0625em) {
  .idsk-header__user--end {
    margin: 0;
    padding: 5px 0;
    text-align: right; } }

.idsk-header__user-icon {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  margin-top: -0.5rem;
  margin-right: 0.5rem;
  fill: #ffffff;
  -webkit-user-select: none;
     -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: #ffffff; }

@media print {
  .idsk-header {
    border-bottom-width: 0;
    color: #0b0c0c;
    background: transparent; }
  .idsk-header__link:link, .idsk-header__link:visited,
.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, .fas, .far, .fal, .fad, .fab {
  -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: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

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

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.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: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }

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

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

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

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\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,
.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: #ffffff; }
  @media print {
    .idsk-header-extended {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .idsk-header-extended {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25; } }
  @media print {
    .idsk-header-extended {
      font-size: 14pt;
      line-height: 1.2; } }
  .idsk-header-extended::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #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: wrap row; }
    .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,
.idsk-header__link.\:link,
.idsk-header__link.\:visited {
    color: #ffffff; }
  .idsk-header__link:hover,
.idsk-header__link.\:hover {
    text-decoration: underline; }
  .idsk-header__link:focus, .idsk-header__link:active,
.idsk-header__link.\:focus,
.idsk-header__link.\:active {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }

.idsk-header-extended__logo {
  padding-left: 0;
  padding-bottom: 15px;
  margin-right: auto; }
  @media (max-width: 19.99em) {
    .idsk-header-extended__logo {
      width: 70%; } }
  @media (max-width: 40.0525em) {
    .idsk-header-extended__logo {
      padding-bottom: 15px;
      max-width: 70%; } }
  @media (min-width: 48.0625em) {
    .idsk-header-extended__logo {
      padding: 0 0 30px 0; } }
  .idsk-header-extended__logo > a {
    display: initial; }
    .idsk-header-extended__logo > a:focus svg,
    .idsk-header-extended__logo > a:active svg,
    .idsk-header-extended__logo > a:focus img,
    .idsk-header-extended__logo > a:active img,
.idsk-header-extended__logo > a.\:focus svg,
.idsk-header-extended__logo > a.\:active svg,
.idsk-header-extended__logo > a.\:focus img,
.idsk-header-extended__logo > a.\:active img {
      outline: 3px solid transparent;
      color: #0b0c0c;
      background-color: #ffdf0f;
      box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
      text-decoration: none; }
  .idsk-header-extended__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__mobile,
  .idsk-header-extended__search,
  .idsk-header-extended__language,
  .idsk-header-extended__social,
  .idsk-header-extended__content {
    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,
.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,
.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,
.idsk-header-extended__language-button.\:focus {
      outline: 3px solid transparent;
      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-style: solid;
      border-width: 5px 5px 0;
      border-color: #003078 transparent transparent;
      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;
    margin: 0;
    text-align: left;
    margin-top: 10px;
    background-color: #ffffff; }
    .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,
.idsk-header-extended__language-list-link.\:hover {
        text-decoration: underline; }
      .idsk-header-extended__language-list-link:focus, .idsk-header-extended__language-list-link:active,
.idsk-header-extended__language-list-link.\:focus,
.idsk-header-extended__language-list-link.\:active {
        outline: 3px solid transparent;
        color: #0b0c0c;
        background-color: #ffdf0f;
        box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
        text-decoration: none; }

.idsk-header-extended__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:focus, .idsk-header-extended__social-link:active,
.idsk-header-extended__social-link.\:focus,
.idsk-header-extended__social-link.\:active {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }

.idsk-header-extended--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:link, .idsk-header-extended__navigation-item > a:hover, .idsk-header-extended__navigation-item > a:visited,
.idsk-header-extended__navigation-item > a.\:link,
.idsk-header-extended__navigation-item > a.\:hover,
.idsk-header-extended__navigation-item > a.\:visited {
        color: #003078; }
      .idsk-header-extended__navigation-item > a:focus, .idsk-header-extended__navigation-item > a:active,
.idsk-header-extended__navigation-item > a.\:focus,
.idsk-header-extended__navigation-item > a.\:active {
        outline: 3px solid transparent;
        color: #0b0c0c;
        background-color: #ffdf0f;
        box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
        text-decoration: none; }
    .idsk-header-extended__navigation-item .idsk-header-extended__arrow::after {
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
              clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
      border-width: 8.66px 5px 0 5px;
      border-top-color: inherit;
      border-color: #ffffff transparent transparent;
      content: "";
      position: relative;
      left: 10px;
      -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:link, .idsk-header-extended__navigation-item--active a:hover, .idsk-header-extended__navigation-item--active a:visited,
.idsk-header-extended__navigation-item--active a.\:link,
.idsk-header-extended__navigation-item--active a.\:hover,
.idsk-header-extended__navigation-item--active a.\:visited {
        color: #ffffff; }
      .idsk-header-extended__navigation-item--active a:focus, .idsk-header-extended__navigation-item--active a:active,
.idsk-header-extended__navigation-item--active a.\:focus,
.idsk-header-extended__navigation-item--active a.\:active {
        outline: 3px solid transparent;
        color: #0b0c0c;
        background-color: #ffdf0f;
        box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
        text-decoration: none; }
      .idsk-header-extended__navigation-item--active .idsk-header-extended__arrow::after {
        -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: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    text-decoration: none; }
    .idsk-header-extended__navigation-submenu a:hover,
.idsk-header-extended__navigation-submenu a.\:hover {
      text-decoration: underline;
      color: #ffffff;
      background: none; }
    .idsk-header-extended__navigation-submenu a:focus, .idsk-header-extended__navigation-submenu a:active,
.idsk-header-extended__navigation-submenu a.\:focus,
.idsk-header-extended__navigation-submenu a.\:active {
      outline: 3px solid transparent;
      color: #0b0c0c;
      background-color: #ffdf0f;
      box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
      text-decoration: none; }
  .idsk-header-extended__navigation-submenu ul {
    display: block;
    padding-left: 5px; }
    .idsk-header-extended__navigation-submenu ul li {
      display: inline-block;
      padding: 5px 20px;
      width: 20%;
      color: #ffffff; }
      @media (max-width: 48.0525em) {
        .idsk-header-extended__navigation-submenu ul li {
          width: 100%;
          padding: 0;
          padding-bottom: 10px; } }
      .idsk-header-extended__navigation-submenu ul li:before {
        content: "\2022";
        color: #ffffff;
        font-weight: bolder;
        display: inline-block;
        width: 20px;
        font-size: 20px; }
      .idsk-header-extended__navigation-submenu ul li i {
        font-size: 10px;
        padding-right: 8px; }

.idsk-header-extended__menu-button {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.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:focus, .idsk-header-extended__menu-button:active,
.idsk-header-extended__menu-button.\:focus,
.idsk-header-extended__menu-button.\:active {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }

@media print {
  .idsk-header-extended {
    border-bottom-width: 0;
    color: #0b0c0c;
    background: transparent; }
    .idsk-header-extended__logotype-crown-fallback-image {
      display: none; }
    .idsk-header-extended__link:link, .idsk-header-extended__link:visited,
.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: 30px;
      padding-top: 15px; } }

.js-enabled .idsk-header-extended__mobile-close {
  background: none;
  border: none;
  color: #ffffff;
  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:focus, .js-enabled .idsk-header-extended__mobile-close:active,
.js-enabled .idsk-header-extended__mobile-close.\:focus,
.js-enabled .idsk-header-extended__mobile-close.\:active {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none; }
  @media (min-width: 40.0625em) {
    .js-enabled .idsk-header-extended__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,
.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,
.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: #ffffff;
        padding-left: 0; } }
      @media print and (max-width: 48.0525em) {
        .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__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 transparent;
        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:hover, .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,
.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 {
            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 #ffffff; }
    .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: #ffffff;
        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: #ffffff transparent transparent;
        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: #ffffff; }
    .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: #ffffff; }
      .js-enabled .idsk-header-extended.idsk-header-extended--show-mobile-menu .idsk-header-extended__social-item:first-child,
.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,
.idsk-skip-link--sticky.\:focus + .idsk-header-extended {
    top: 2.28124rem; } }

@media (min-width: 40.0625em) {
  .idsk-skip-link--sticky:focus + .idsk-header-extended,
.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,
.idsk-skip-link--sticky.\:focus ~ .idsk-header-extended-notification {
    padding-top: 7.938rem; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .idsk-header-extended-ie-fix {
    height: 55px; } }
  @media all and (-ms-high-contrast: none) and (min-width: 48.0625em), (-ms-high-contrast: active) and (min-width: 48.0625em) {
    .idsk-header-extended-ie-fix {
      height: 0; } }

.app-no-canvas-background {
  background-color: #ffffff; }

.app-iframe-in-component-preview {
  margin: 15px 0; }

/* Injected into the preview page, that is then put in an iframe */
/* Removes the breakpoint sass-mq debug display */
.app-iframe-in-component-preview:before {
  display: none; }

.app-\!-di {
  display: inline; }

.app-component-preview {
  position: relative;
  margin-top: -15px;
  margin-bottom: 15px;
  width: 100%; }

.app-component-preview__iframe {
  z-index: 20;
  display: block;
  position: relative;
  border: 0;
  width: 100%;
  overflow: hidden;
  background-color: transparent; }

.app-iframe-in-component-preview .app-whitespace-highlight {
  content: " ";
  display: table;
  clear: both;
  width: 100%;
  box-shadow: 0 0 0 5px #e4f2ff; }
  .app-iframe-in-component-preview .app-whitespace-highlight:after {
    content: "";
    display: block;
    clear: both; }

.app-banner {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  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.5; }
  @media print {
    .app-banner {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .app-banner {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 1.5; } }
  @media print {
    .app-banner {
      font-size: 24pt;
      line-height: 1.5; } }
  .app-banner .govuk-body {
    color: inherit;
    font-size: inherit; }
  .app-banner .govuk-link {
    color: #ffffff; }
  .app-banner .govuk-link:focus,
.app-banner .govuk-link.\:focus {
    color: #0b0c0c; }

.app-banner--warning {
  color: #ffffff;
  background: #d0190f; }

.app-prose-scope strong,
.app-prose-scope b {
  font-weight: 700; }

.app-prose-scope pre + h2 {
  padding-top: 20px; }

.app-prose-scope pre + h3,
.app-prose-scope pre + h4 {
  padding-top: 10px; }

pre[class*=language-] {
  margin: 1em 0 2em 0 !important; }

.idsk-graph {
  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;
  background-color: #f3f2f1;
  padding: 10px; }
  @media print {
    .idsk-graph {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .idsk-graph {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25; } }
  @media print {
    .idsk-graph {
      font-size: 14pt;
      line-height: 1.2; } }
  @media print {
    .idsk-graph {
      color: #000000; } }
  @media (min-width: 48.0625em) {
    .idsk-graph {
      padding: 30px; } }
  .idsk-graph__heading {
    display: block;
    margin: 0; }
    @media (min-width: 48.0625em) {
      .idsk-graph__heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: inherit;
            flex-wrap: inherit; } }
  .idsk-graph__controls {
    margin-left: auto; }
    .idsk-graph__controls .govuk-radios__item {
      display: inline-block; }
  .idsk-graph__summary {
    color: #626a6e;
    margin-bottom: 10px; }
  .idsk-graph .idsk-graph__iframe {
    border: none;
    height: 276px;
    width: 100%; }
  .idsk-graph .idsk-graph__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    margin: 0; }
    @media (min-width: 48.0625em) {
      .idsk-graph .idsk-graph__meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: inherit;
            flex-wrap: inherit; } }
    .idsk-graph .idsk-graph__meta-link-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;
      display: inline-block;
      width: 130px; }
      @media print {
        .idsk-graph .idsk-graph__meta-link-list {
          font-family: sans-serif; } }
      @media (min-width: 40.0625em) {
        .idsk-graph .idsk-graph__meta-link-list {
          font-size: 19px;
          font-size: 1.1875rem;
          line-height: 1.31579; } }
      @media print {
        .idsk-graph .idsk-graph__meta-link-list {
          font-size: 14pt;
          line-height: 1.15; } }
      @media (min-width: 40.0625em) {
        .idsk-graph .idsk-graph__meta-link-list {
          width: 155px; } }
      .idsk-graph .idsk-graph__meta-link-list svg {
        position: absolute;
        right: 0;
        top: 5px; }
        @media (min-width: 48.0625em) {
          .idsk-graph .idsk-graph__meta-link-list svg {
            top: 7px; } }
    .idsk-graph .idsk-graph__meta-download, .idsk-graph .idsk-graph__meta-share {
      display: inline-block;
      position: relative;
      margin-top: 10px; }
    .idsk-graph .idsk-graph__meta-download {
      margin-right: 30px; }
      @media (min-width: 48.0625em) {
        .idsk-graph .idsk-graph__meta-download {
          margin-right: 50px; } }
    .idsk-graph .idsk-graph__meta-source {
      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: 0; }
      @media print {
        .idsk-graph .idsk-graph__meta-source {
          font-family: sans-serif; } }
      @media (min-width: 40.0625em) {
        .idsk-graph .idsk-graph__meta-source {
          font-size: 19px;
          font-size: 1.1875rem;
          line-height: 1.31579; } }
      @media print {
        .idsk-graph .idsk-graph__meta-source {
          font-size: 14pt;
          line-height: 1.15; } }
      @media (min-width: 48.0625em) {
        .idsk-graph .idsk-graph__meta-source {
          margin-left: auto;
          line-height: 45px; } }
    .idsk-graph .idsk-graph__meta-list {
      display: none;
      position: absolute;
      background-color: #f3f2f1;
      z-index: 1;
      list-style: none;
      margin-top: 3px;
      padding: 0;
      box-shadow: 3px 3px 5px #bfc1c3;
      width: 100%; }
      @media (min-width: 48.0625em) {
        .idsk-graph .idsk-graph__meta-list {
          width: 100%; } }
      .idsk-graph .idsk-graph__meta-list li {
        border-bottom: 1px solid #bfc1c3;
        padding: 5px; }
      .idsk-graph .idsk-graph__meta-list .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.25; }
        @media print {
          .idsk-graph .idsk-graph__meta-list .govuk-link {
            font-family: sans-serif; } }
        @media (min-width: 40.0625em) {
          .idsk-graph .idsk-graph__meta-list .govuk-link {
            font-size: 19px;
            font-size: 1.1875rem;
            line-height: 1.31579; } }
        @media print {
          .idsk-graph .idsk-graph__meta-list .govuk-link {
            font-size: 14pt;
            line-height: 1.15; } }
  .idsk-graph .govuk-form-group {
    margin-bottom: 20px; }

@media (min-width: 48.0625em) {
  .idsk-graph .govuk-radios .govuk-radios__input:hover + .govuk-radios__label::before,
.idsk-graph .govuk-radios .govuk-radios__input.\:hover + .govuk-radios__label::before {
    box-shadow: 0 0 0 10px #bfc1c3; }
  .idsk-graph .govuk-radios .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before,
.idsk-graph .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-graph .govuk-radios__label {
    padding-left: 0; }
  .idsk-graph .govuk-radios__label::before {
    top: 8px;
    width: 24px;
    height: 24px; }
  .idsk-graph .govuk-radios__label::after {
    top: 15px;
    left: 7px;
    border-width: 5px; } }

.idsk-graph .govuk-tabs {
  margin-top: 0; }

.idsk-graph .govuk-tabs__list {
  margin-bottom: 15px;
  border: none; }
  .idsk-graph .govuk-tabs__list:after {
    content: "";
    display: block;
    clear: both; }

.idsk-graph .govuk-tabs__title {
  display: none; }

.idsk-graph .govuk-tabs__list-item {
  background-color: transparent;
  float: left;
  margin: 0;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 25px;
  position: relative;
  text-align: center; }
  .idsk-graph .govuk-tabs__list-item::before {
    content: none; }

.idsk-graph .govuk-tabs__tab {
  color: #003078;
  margin-bottom: 0; }
  .idsk-graph .govuk-tabs__tab:link, .idsk-graph .govuk-tabs__tab:visited,
.idsk-graph .govuk-tabs__tab.\:link,
.idsk-graph .govuk-tabs__tab.\:visited {
    color: #0b0c0c; }
    @media print {
      .idsk-graph .govuk-tabs__tab:link, .idsk-graph .govuk-tabs__tab:visited,
.idsk-graph .govuk-tabs__tab.\:link,
.idsk-graph .govuk-tabs__tab.\:visited {
        color: #000000; } }
  .idsk-graph .govuk-tabs__tab:hover,
.idsk-graph .govuk-tabs__tab.\:hover {
    color: rgba(11, 12, 12, 0.99); }
  .idsk-graph .govuk-tabs__tab:active, .idsk-graph .govuk-tabs__tab:focus,
.idsk-graph .govuk-tabs__tab.\:active,
.idsk-graph .govuk-tabs__tab.\:focus {
    color: #0b0c0c; }
    @media print {
      .idsk-graph .govuk-tabs__tab:active, .idsk-graph .govuk-tabs__tab:focus,
.idsk-graph .govuk-tabs__tab.\:active,
.idsk-graph .govuk-tabs__tab.\:focus {
        color: #000000; } }
  .idsk-graph .govuk-tabs__tab::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .idsk-graph .govuk-tabs__tab:link, .idsk-graph .govuk-tabs__tab:visited,
.idsk-graph .govuk-tabs__tab.\:link,
.idsk-graph .govuk-tabs__tab.\:visited {
    color: #003078; }

.idsk-graph .govuk-tabs__panel {
  margin-bottom: 0;
  border: none;
  display: none;
  height: 280px;
  overflow-y: auto;
  padding: 0; }
  @media (min-width: 40.0625em) {
    .idsk-graph .govuk-tabs__panel {
      margin-bottom: 0; } }
  .idsk-graph .govuk-tabs__panel > :last-child,
.idsk-graph .govuk-tabs__panel > .\:last-child {
    margin-bottom: 0; }

.idsk-graph .govuk-tabs__panel.idsk-graph__section-show {
  display: block; }

.idsk-graph .govuk-tabs__list-item--selected {
  border: none; }
  .idsk-graph .govuk-tabs__list-item--selected .govuk-tabs__tab {
    text-decoration: underline; }

.idsk-graph .idsk-graph__section--selected {
  background-color: transparent;
  border: none;
  margin-top: 0;
  position: relative; }
  .idsk-graph .idsk-graph__section--selected .govuk-tabs__tab {
    text-decoration: none;
    color: #003078;
    font-weight: bold;
    box-shadow: 0 4px #003078; }

.idsk-cookie-banner {
  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: 20px;
  border-bottom: 10px solid transparent;
  background-color: #f3f2f1; }
  @media print {
    .idsk-cookie-banner {
      font-family: sans-serif; } }
  @media (min-width: 40.0625em) {
    .idsk-cookie-banner {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.31579; } }
  @media print {
    .idsk-cookie-banner {
      font-size: 14pt;
      line-height: 1.15; } }

.idsk-cookie-banner[hidden] {
  display: none; }

.idsk-cookie-banner__message {
  margin-bottom: -10px; }
  .idsk-cookie-banner__message[hidden] {
    display: none; }
  .idsk-cookie-banner__message:focus,
.idsk-cookie-banner__message.\:focus {
    outline: none; }

@media (min-width: 1020px) {
  .idsk-cookie-banner__example {
    margin-right: 30px;
    margin-left: 30px; } }

video, img {
  max-width: 100%; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 40.0625em) {
    .embed-responsive {
      margin-top: 15px;
      margin-bottom: 15px; } }
  .embed-responsive::before {
    display: block;
    content: "";
    padding-top: 56.25%; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.example:after {
  content: "";
  display: block;
  clear: both; }

.site-wrapper {
  max-width: 960px;
  margin: 0 15px; }

@media (min-width: 641px) {
  .site-wrapper {
    margin: 0 30px; } }

@media (min-width: 1020px) {
  .site-wrapper {
    margin: 0 auto; } }

.visually-hidden,
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.site-wrapper #content {
  margin: 0; }

.elements-index .heading-medium {
  margin: 1em 0 0 0; }

.elements-index .divider {
  margin-top: 4em; }

@media (min-width: 641px) {
  main > .heading-xlarge {
    margin-top: 1.25em;
    margin-bottom: 0.625em; } }

.heading-contents {
  margin-top: 3em; }

.list-contents li {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 1.14286; }

@media (min-width: 641px) {
  .list-contents li {
    font-size: 16px;
    line-height: 1.25; } }

.lead-in {
  margin-bottom: 0; }

.list-bullet {
  margin-bottom: 45px; }

.list-underline {
  border-top: 1px solid #bfc1c3; }

.list-underline li {
  border-bottom: 1px solid #bfc1c3;
  padding: 2px 0 3px 0; }

.list-underline a {
  text-decoration: none; }

.no-top-margin {
  margin-top: 0; }

.example {
  position: relative;
  overflow: hidden;
  border: 1px solid #bfc1c3;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 30px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px; }

@media (min-width: 641px) {
  .example {
    padding-top: 45px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px; } }

.example:before {
  content: "PRÍKLAD";
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.21053em 0.78947em 0.21053em 0.78947em;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 1.25;
  background: #0b0c0c;
  color: white; }

@media (min-width: 641px) {
  .example:before {
    font-size: 14px;
    line-height: 1.42857; } }

.example .highlight {
  font-style: normal;
  color: #0076c0; }

.example .list-bullet {
  margin-bottom: 20px; }

.example-grid p {
  width: 100%;
  background-color: #7DADD3;
  background-image: -webkit-repeating-linear-gradient(top, #7DADD3, #7DADD3 15px, #B7CFE1 15px, #B7CFE1 30px);
  background-image: repeating-linear-gradient(180deg, #7DADD3, #7DADD3 15px, #B7CFE1 15px, #B7CFE1 30px);
  margin-bottom: 0;
  height: 30px;
  overflow: hidden;
  text-indent: -999em; }

@media (min-width: 641px) {
  .example-grid p {
    height: 60px; } }

.example-images img {
  max-width: 100%;
  vertical-align: top; }

.example-mobile {
  padding-right: 0;
  padding-left: 0; }
  .example-mobile iframe {
    border: none;
    width: 100%; }

.example--inverse {
  background: #0065b3; }

.swatch {
  width: 60px;
  height: 60px;
  border-radius: 100%; }
  @media (min-width: 20em) {
    .swatch {
      clear: both;
      float: left;
      margin-right: 15px;
      margin-bottom: 15px; } }
  @media (min-width: 40.0625em) {
    .swatch {
      margin: 0 auto 15px auto;
      float: none; } }

@media (min-width: 40.0625em) {
  .swatch-wrapper {
    float: left;
    width: 20%;
    text-align: center; } }

.swatch-wrapper .heading-small {
  margin-bottom: 15px; }

.swatch-wrapper ul {
  list-style-type: none;
  padding-bottom: 15px; }
  @media (min-width: 20em) {
    .swatch-wrapper ul {
      min-height: 50px;
      padding-top: 10px; } }
  @media (min-width: 40.0625em) {
    .swatch-wrapper ul {
      padding-left: 0; } }

.swatch-wrapper li {
  font-size: 16px;
  line-height: 1.25; }

.swatch-wrapper b {
  font-weight: bold;
  text-transform: uppercase; }

.swatch-red {
  background-color: #d0190f; }

.swatch-dark-red {
  background-color: #9e1912; }

.swatch-yellow {
  background-color: #ffdf0f; }

.swatch-green {
  background-color: #00703c; }

.swatch-dark-green {
  background-color: #204e2e; }

.swatch-blue {
  background-color: #0065b3; }

.swatch-dark-blue {
  background-color: #003078; }

.swatch-light-blue {
  background-color: #2b8cc4; }

.swatch-purple {
  background-color: #4c2c92; }

.swatch-black {
  background-color: #0b0c0c; }

.swatch-dark-grey {
  background-color: #626a6e; }

.swatch-mid-grey {
  background-color: #bfc1c3; }

.swatch-light-grey {
  background-color: #dee0e2; }

.swatch-lighter-grey {
  background-color: #f3f2f1; }

.swatch-white {
  background-color: #ffffff; }

.swatch-light-purple {
  background-color: #6f72af; }

.swatch-bright-purple {
  background-color: #912b88; }

.swatch-pink {
  background-color: #d53880; }

.swatch-light-pink {
  background-color: #f499be; }

.swatch-orange {
  background-color: #f47738; }

.swatch-brown {
  background-color: #b58840; }

.swatch-light-green {
  background-color: #85994b; }

.swatch-turquoise {
  background-color: #28a197; }

.swatch-grey-1 {
  background-color: #626a6e; }

.swatch-grey-2 {
  background-color: #bfc1c3; }

.swatch-grey-3 {
  background-color: #dee0e2; }

.swatch-grey-4 {
  background-color: #f3f2f1; }

.swatch-grey-5 {
  background-color: #949494; }

.example-grid p {
  width: 100%;
  background-color: #7DADD3;
  background-image: -webkit-repeating-linear-gradient(top, #7DADD3, #7DADD3 15px, #B7CFE1 15px, #B7CFE1 30px);
  background-image: repeating-linear-gradient(180deg, #7DADD3, #7DADD3 15px, #B7CFE1 15px, #B7CFE1 30px);
  margin-bottom: 0;
  height: 30px;
  overflow: hidden;
  text-indent: -999em; }

@media (min-width: 641px) {
  .example-grid p {
    height: 60px; } }

.token.punctuation {
  color: #003078 !important; }

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #003078 !important; }

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #00703c !important; }

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #d0190f !important; }

:not(pre) > code[class*="language-"],
pre[class*="language-"],
.\:not\(pre\) > code[class*="language-"] {
  background: #f3f2f1 !important; }
