﻿:root {
    --frontend-version: "4.7.0"
}

.link {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em
}
/*! Copyright (c) 2011 by Margaret Calvert & Henrik Kubel. All rights reserved. The font has been customised for exclusive use on gov.uk. This cut is not commercially available. */

@font-face {
    font-family: "GDS Transport";
    font-style: normal;
    font-weight: normal;
    src: url(/assets/static/light-94a07e06a1-v2-01565b0034e61d4609689bbb7ae0be844701f3812c8fe029fa1659b7ef3aa94f.woff2) format("woff2"),url(/assets/static/light-f591b13f7d-v2-369b1da7f442cafca0e8ac0faf1bb64df8170f9c3c7015da1195c8529df5837e.woff) format("woff");
    font-display: fallback
}

@font-face {
    font-family: "GDS Transport";
    font-style: normal;
    font-weight: bold;
    src: url(/assets/static/bold-b542beb274-v2-35bf540bb39615b6a517986f3aa83f7fefa1efd1878603eeeb196488078542d1.woff2) format("woff2"),url(/assets/static/bold-affa96571d-v2-088c8da9d0319b63b23ac19791f37a33ec0d4b61f884ab56123bfd96d8312153.woff) format("woff");
    font-display: fallback
}

@media print {
    .link {
        font-family: sans-serif
    }
}

.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
}

.link:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.link:link {
    color: #1d70b8
}

.link:visited {
    color: #4c2c92
}

.link:hover {
    color: #003078
}

.link:active {
    color: #0b0c0c
}

.link:focus {
    color: #0b0c0c
}

@media print {
    .link[href^="/"]:after, .link[href^="http://"]:after, .link[href^="https://"]:after {
        content: " (" attr(href) ")";
        font-size: 90%;
        word-wrap: break-word
    }
}

.link--muted:link, .link--muted:visited {
    color: #505a5f
}

.link--muted:hover, .link--muted:active {
    color: #0b0c0c
}

.link--muted:focus {
    color: #0b0c0c
}

.link--text-colour:link, .link--text-colour:visited {
    color: #0b0c0c
}

@media print {
    .link--text-colour:link, .link--text-colour:visited {
        color: #000
    }
}

.link--text-colour:hover {
    color: rgba(11,12,12,0.99)
}

.link--text-colour:active, .link--text-colour:focus {
    color: #0b0c0c
}

@media print {
    .link--text-colour:active, .link--text-colour:focus {
        color: #000
    }
}

.link--inverse:link, .link--inverse:visited {
    color: #fff
}

.link--inverse:hover, .link--inverse:active {
    color: rgba(255,255,255,0.99)
}

.link--inverse:focus {
    color: #0b0c0c
}

.link--no-underline:not(:hover):not(:active) {
    text-decoration: none
}

.link--no-visited-state:link {
    color: #1d70b8
}

.link--no-visited-state:visited {
    color: #1d70b8
}

.link--no-visited-state:hover {
    color: #003078
}

.link--no-visited-state:active {
    color: #0b0c0c
}

.link--no-visited-state:focus {
    color: #0b0c0c
}

.list {
    font-family: "GDS Transport",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 {
    .list {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .list {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .list {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media print {
    .list {
        color: #000
    }
}

@media (min-width: 40.0625em) {
    .list {
        margin-bottom: 20px
    }
}

.list .list {
    margin-top: 10px
}

.list > li {
    margin-bottom: 5px
}

.list--bullet {
    padding-left: 20px;
    list-style-type: disc
}

.list--number {
    padding-left: 20px;
    list-style-type: decimal
}

    .list--bullet > li, .list--number > li {
        margin-bottom: 0
    }

@media (min-width: 40.0625em) {
    .list--bullet > li, .list--number > li {
        margin-bottom: 5px
    }
}

.list--spaced > li {
    margin-bottom: 10px
}

@media (min-width: 40.0625em) {
    .list--spaced > li {
        margin-bottom: 15px
    }
}

.heading-xl {
    color: #0b0c0c;
    font-family: "GDS Transport",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 {
    .heading-xl {
        color: #000
    }
}

@media print {
    .heading-xl {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .heading-xl {
        font-size: 48px;
        font-size: 3rem;
        line-height: 1.0416666667
    }
}

@media print {
    .heading-xl {
        font-size: 32pt;
        line-height: 1.15
    }
}

@media (min-width: 40.0625em) {
    .heading-xl {
        margin-bottom: 50px
    }
}

.heading-l {
    color: #0b0c0c;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.0416666667;
    display: block;
    margin-top: 0;
    margin-bottom: 20px
}

@media print {
    .heading-l {
        color: #000
    }
}

@media print {
    .heading-l {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .heading-l {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.1111111111
    }
}

@media print {
    .heading-l {
        font-size: 24pt;
        line-height: 1.05
    }
}

@media (min-width: 40.0625em) {
    .heading-l {
        margin-bottom: 30px
    }
}

.heading-m {
    color: #0b0c0c;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    display: block;
    margin-top: 0;
    margin-bottom: 15px
}

@media print {
    .heading-m {
        color: #000
    }
}

@media print {
    .heading-m {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .heading-m {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print {
    .heading-m {
        font-size: 18pt;
        line-height: 1.15
    }
}

@media (min-width: 40.0625em) {
    .heading-m {
        margin-bottom: 20px
    }
}

.heading-s {
    color: #0b0c0c;
    font-family: "GDS Transport",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 {
    .heading-s {
        color: #000
    }
}

@media print {
    .heading-s {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .heading-s {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .heading-s {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media (min-width: 40.0625em) {
    .heading-s {
        margin-bottom: 20px
    }
}

.caption-xl {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    display: block;
    margin-bottom: 5px;
    color: #505a5f
}

@media print {
    .caption-xl {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .caption-xl {
        font-size: 27px;
        font-size: 1.6875rem;
        line-height: 1.1111111111
    }
}

@media print {
    .caption-xl {
        font-size: 18pt;
        line-height: 1.15
    }
}

.caption-l {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    display: block;
    margin-bottom: 5px;
    color: #505a5f
}

@media print {
    .caption-l {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .caption-l {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print {
    .caption-l {
        font-size: 18pt;
        line-height: 1.15
    }
}

@media (min-width: 40.0625em) {
    .caption-l {
        margin-bottom: 0
    }
}

.caption-m {
    font-family: "GDS Transport",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: #505a5f
}

@media print {
    .caption-m {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .caption-m {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .caption-m {
        font-size: 14pt;
        line-height: 1.15
    }
}

.body-lead, .body-l {
    color: #0b0c0c;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    margin-top: 0;
    margin-bottom: 20px
}

@media print {
    .body-lead, .body-l {
        color: #000
    }
}

@media print {
    .body-lead, .body-l {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .body-lead, .body-l {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print {
    .body-lead, .body-l {
        font-size: 18pt;
        line-height: 1.15
    }
}

@media (min-width: 40.0625em) {
    .body-lead, .body-l {
        margin-bottom: 30px
    }
}

.body, .body-m {
    color: #0b0c0c;
    font-family: "GDS Transport",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 {
    .body, .body-m {
        color: #000
    }
}

@media print {
    .body, .body-m {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .body, .body-m {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .body, .body-m {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media (min-width: 40.0625em) {
    .body, .body-m {
        margin-bottom: 20px
    }
}

.body-s {
    color: #0b0c0c;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429;
    margin-top: 0;
    margin-bottom: 15px
}

@media print {
    .body-s {
        color: #000
    }
}

@media print {
    .body-s {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .body-s {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print {
    .body-s {
        font-size: 14pt;
        line-height: 1.2
    }
}

@media (min-width: 40.0625em) {
    .body-s {
        margin-bottom: 20px
    }
}

.body-xs {
    color: #0b0c0c;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 15px
}

@media print {
    .body-xs {
        color: #000
    }
}

@media print {
    .body-xs {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .body-xs {
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.4285714286
    }
}

@media print {
    .body-xs {
        font-size: 12pt;
        line-height: 1.2
    }
}

@media (min-width: 40.0625em) {
    .body-xs {
        margin-bottom: 20px
    }
}

.body-l + .heading-l, .body-lead + .heading-l {
    padding-top: 5px
}

@media (min-width: 40.0625em) {
    .body-l + .heading-l, .body-lead + .heading-l {
        padding-top: 10px
    }
}

.body-m + .heading-l, .body + .heading-l, .body-s + .heading-l, .list + .heading-l {
    padding-top: 15px
}

@media (min-width: 40.0625em) {
    .body-m + .heading-l, .body + .heading-l, .body-s + .heading-l, .list + .heading-l {
        padding-top: 20px
    }
}

.body-m + .heading-m, .body + .heading-m, .body-s + .heading-m, .list + .heading-m, .body-m + .heading-s, .body + .heading-s, .body-s + .heading-s, .list + .heading-s {
    padding-top: 5px
}

@media (min-width: 40.0625em) {
    .body-m + .heading-m, .body + .heading-m, .body-s + .heading-m, .list + .heading-m, .body-m + .heading-s, .body + .heading-s, .body-s + .heading-s, .list + .heading-s {
        padding-top: 10px
    }
}

.section-break {
    margin: 0;
    border: 0
}

.section-break--xl {
    margin-top: 30px;
    margin-bottom: 30px
}

@media (min-width: 40.0625em) {
    .section-break--xl {
        margin-top: 50px
    }
}

@media (min-width: 40.0625em) {
    .section-break--xl {
        margin-bottom: 50px
    }
}

.section-break--l {
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width: 40.0625em) {
    .section-break--l {
        margin-top: 30px
    }
}

@media (min-width: 40.0625em) {
    .section-break--l {
        margin-bottom: 30px
    }
}

.section-break--m {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 40.0625em) {
    .section-break--m {
        margin-top: 20px
    }
}

@media (min-width: 40.0625em) {
    .section-break--m {
        margin-bottom: 20px
    }
}

.section-break--visible {
    border-bottom: 1px solid #b1b4b6
}

.button-group {
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 40.0625em) {
    .button-group {
        margin-bottom: 15px
    }
}

.button-group .link {
    font-family: "GDS Transport",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 {
    .button-group .link {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .button-group .link {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1
    }
}

@media print {
    .button-group .link {
        font-size: 14pt;
        line-height: 19px
    }
}

.button-group .button {
    margin-bottom: 17px
}

@media (min-width: 40.0625em) {
    .button-group {
        margin-right: -15px;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: baseline;
        align-items: baseline
    }

        .button-group .button, .button-group .link {
            margin-right: 15px
        }

        .button-group .link {
            text-align: left
        }
}

.form-group {
    margin-bottom: 20px
}

    .form-group:after {
        content: "";
        display: block;
        clear: both
    }

@media (min-width: 40.0625em) {
    .form-group {
        margin-bottom: 30px
    }
}

.form-group .form-group:last-of-type {
    margin-bottom: 0
}

.form-group--error {
    padding-left: 15px;
    border-left: 5px solid #d4351c
}

    .form-group--error .form-group {
        padding: 0;
        border: 0
    }

.grid-row {
    margin-right: -15px;
    margin-left: -15px
}

    .grid-row:after {
        content: "";
        display: block;
        clear: both
    }

.grid-column-one-quarter {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px
}

@media (min-width: 40.0625em) {
    .grid-column-one-quarter {
        width: 25%;
        float: left
    }
}

.grid-column-one-third {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px
}

@media (min-width: 40.0625em) {
    .grid-column-one-third {
        width: 33.3333333333%;
        float: left
    }
}

.grid-column-one-half {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px
}

@media (min-width: 40.0625em) {
    .grid-column-one-half {
        width: 50%;
        float: left
    }
}

.grid-column-two-thirds {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px
}

@media (min-width: 40.0625em) {
    .grid-column-two-thirds {
        width: 66.6666666667%;
        float: left
    }
}

.grid-column-three-quarters {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px
}

@media (min-width: 40.0625em) {
    .grid-column-three-quarters {
        width: 75%;
        float: left
    }
}

.grid-column-full {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px
}

@media (min-width: 40.0625em) {
    .grid-column-full {
        width: 100%;
        float: left
    }
}

.grid-column-one-quarter-from-desktop {
    box-sizing: border-box;
    padding: 0 15px
}

@media (min-width: 48.0625em) {
    .grid-column-one-quarter-from-desktop {
        width: 25%;
        float: left
    }
}

.grid-column-one-third-from-desktop {
    box-sizing: border-box;
    padding: 0 15px
}

@media (min-width: 48.0625em) {
    .grid-column-one-third-from-desktop {
        width: 33.3333333333%;
        float: left
    }
}

.grid-column-one-half-from-desktop {
    box-sizing: border-box;
    padding: 0 15px
}

@media (min-width: 48.0625em) {
    .grid-column-one-half-from-desktop {
        width: 50%;
        float: left
    }
}

.grid-column-two-thirds-from-desktop {
    box-sizing: border-box;
    padding: 0 15px
}

@media (min-width: 48.0625em) {
    .grid-column-two-thirds-from-desktop {
        width: 66.6666666667%;
        float: left
    }
}

.grid-column-three-quarters-from-desktop {
    box-sizing: border-box;
    padding: 0 15px
}

@media (min-width: 48.0625em) {
    .grid-column-three-quarters-from-desktop {
        width: 75%;
        float: left
    }
}

.grid-column-full-from-desktop {
    box-sizing: border-box;
    padding: 0 15px
}

@media (min-width: 48.0625em) {
    .grid-column-full-from-desktop {
        width: 100%;
        float: left
    }
}

.main-wrapper {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width: 40.0625em) {
    .main-wrapper {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.main-wrapper--auto-spacing:first-child, .main-wrapper--l {
    padding-top: 30px
}

@media (min-width: 40.0625em) {
    .main-wrapper--auto-spacing:first-child, .main-wrapper--l {
        padding-top: 50px
    }
}

.template {
    background-color: #f3f2f1;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

@supports (position: -webkit-sticky) or (position: sticky) {
    .template {
        scroll-padding-top: 60px
    }

        .template:not(:has(.exit-this-page)) {
            scroll-padding-top: 0
        }
}

@media screen {
    .template {
        overflow-y: scroll
    }
}

.template__body {
    margin: 0;
    background-color: #fff
}

.width-container {
    max-width: 960px;
    margin-right: 15px;
    margin-left: 15px
}

@supports (margin: max(calc(0px))) {
    .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) {
    .width-container {
        margin-right: 30px;
        margin-left: 30px
    }

    @supports (margin: max(calc(0px))) {
        .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) {
    .width-container {
        margin-right: auto;
        margin-left: auto
    }

    @supports (margin: max(calc(0px))) {
        .width-container {
            margin-right: auto;
            margin-left: auto
        }
    }
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.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
}

    .visually-hidden:before {
        content: "\00a0"
    }

    .visually-hidden:after {
        content: "\00a0"
    }

.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
}

    .visually-hidden-focusable:active, .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
    }

.\!-display-inline {
    display: inline !important
}

.\!-display-inline-block {
    display: inline-block !important
}

.\!-display-block {
    display: block !important
}

.\!-display-none {
    display: none !important
}

@media print {
    .\!-display-none-print {
        display: none !important
    }
}

.\!-margin-0 {
    margin: 0 !important
}

.\!-margin-top-0 {
    margin-top: 0 !important
}

.\!-margin-right-0 {
    margin-right: 0 !important
}

.\!-margin-bottom-0 {
    margin-bottom: 0 !important
}

.\!-margin-left-0 {
    margin-left: 0 !important
}

.\!-margin-1 {
    margin: 5px !important
}

.\!-margin-top-1 {
    margin-top: 5px !important
}

.\!-margin-right-1 {
    margin-right: 5px !important
}

.\!-margin-bottom-1 {
    margin-bottom: 5px !important
}

.\!-margin-left-1 {
    margin-left: 5px !important
}

.\!-margin-2 {
    margin: 10px !important
}

.\!-margin-top-2 {
    margin-top: 10px !important
}

.\!-margin-right-2 {
    margin-right: 10px !important
}

.\!-margin-bottom-2 {
    margin-bottom: 10px !important
}

.\!-margin-left-2 {
    margin-left: 10px !important
}

.\!-margin-3 {
    margin: 15px !important
}

.\!-margin-top-3 {
    margin-top: 15px !important
}

.\!-margin-right-3 {
    margin-right: 15px !important
}

.\!-margin-bottom-3 {
    margin-bottom: 15px !important
}

.\!-margin-left-3 {
    margin-left: 15px !important
}

.\!-margin-4 {
    margin: 15px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-4 {
        margin: 20px !important
    }
}

.\!-margin-top-4 {
    margin-top: 15px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-top-4 {
        margin-top: 20px !important
    }
}

.\!-margin-right-4 {
    margin-right: 15px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-right-4 {
        margin-right: 20px !important
    }
}

.\!-margin-bottom-4 {
    margin-bottom: 15px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-bottom-4 {
        margin-bottom: 20px !important
    }
}

.\!-margin-left-4 {
    margin-left: 15px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-left-4 {
        margin-left: 20px !important
    }
}

.\!-margin-5 {
    margin: 15px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-5 {
        margin: 25px !important
    }
}

.\!-margin-top-5 {
    margin-top: 15px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-top-5 {
        margin-top: 25px !important
    }
}

.\!-margin-right-5 {
    margin-right: 15px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-right-5 {
        margin-right: 25px !important
    }
}

.\!-margin-bottom-5 {
    margin-bottom: 15px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-bottom-5 {
        margin-bottom: 25px !important
    }
}

.\!-margin-left-5 {
    margin-left: 15px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-left-5 {
        margin-left: 25px !important
    }
}

.\!-margin-6 {
    margin: 20px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-6 {
        margin: 30px !important
    }
}

.\!-margin-top-6 {
    margin-top: 20px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-top-6 {
        margin-top: 30px !important
    }
}

.\!-margin-right-6 {
    margin-right: 20px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-right-6 {
        margin-right: 30px !important
    }
}

.\!-margin-bottom-6 {
    margin-bottom: 20px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-bottom-6 {
        margin-bottom: 30px !important
    }
}

.\!-margin-left-6 {
    margin-left: 20px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-left-6 {
        margin-left: 30px !important
    }
}

.\!-margin-7 {
    margin: 25px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-7 {
        margin: 40px !important
    }
}

.\!-margin-top-7 {
    margin-top: 25px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-top-7 {
        margin-top: 40px !important
    }
}

.\!-margin-right-7 {
    margin-right: 25px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-right-7 {
        margin-right: 40px !important
    }
}

.\!-margin-bottom-7 {
    margin-bottom: 25px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-bottom-7 {
        margin-bottom: 40px !important
    }
}

.\!-margin-left-7 {
    margin-left: 25px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-left-7 {
        margin-left: 40px !important
    }
}

.\!-margin-8 {
    margin: 30px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-8 {
        margin: 50px !important
    }
}

.\!-margin-top-8 {
    margin-top: 30px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-top-8 {
        margin-top: 50px !important
    }
}

.\!-margin-right-8 {
    margin-right: 30px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-right-8 {
        margin-right: 50px !important
    }
}

.\!-margin-bottom-8 {
    margin-bottom: 30px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-bottom-8 {
        margin-bottom: 50px !important
    }
}

.\!-margin-left-8 {
    margin-left: 30px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-left-8 {
        margin-left: 50px !important
    }
}

.\!-margin-9 {
    margin: 40px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-9 {
        margin: 60px !important
    }
}

.\!-margin-top-9 {
    margin-top: 40px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-top-9 {
        margin-top: 60px !important
    }
}

.\!-margin-right-9 {
    margin-right: 40px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-right-9 {
        margin-right: 60px !important
    }
}

.\!-margin-bottom-9 {
    margin-bottom: 40px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-bottom-9 {
        margin-bottom: 60px !important
    }
}

.\!-margin-left-9 {
    margin-left: 40px !important
}

@media (min-width: 40.0625em) {
    .\!-margin-left-9 {
        margin-left: 60px !important
    }
}

.\!-padding-0 {
    padding: 0 !important
}

.\!-padding-top-0 {
    padding-top: 0 !important
}

.\!-padding-right-0 {
    padding-right: 0 !important
}

.\!-padding-bottom-0 {
    padding-bottom: 0 !important
}

.\!-padding-left-0 {
    padding-left: 0 !important
}

.\!-padding-1 {
    padding: 5px !important
}

.\!-padding-top-1 {
    padding-top: 5px !important
}

.\!-padding-right-1 {
    padding-right: 5px !important
}

.\!-padding-bottom-1 {
    padding-bottom: 5px !important
}

.\!-padding-left-1 {
    padding-left: 5px !important
}

.\!-padding-2 {
    padding: 10px !important
}

.\!-padding-top-2 {
    padding-top: 10px !important
}

.\!-padding-right-2 {
    padding-right: 10px !important
}

.\!-padding-bottom-2 {
    padding-bottom: 10px !important
}

.\!-padding-left-2 {
    padding-left: 10px !important
}

.\!-padding-3 {
    padding: 15px !important
}

.\!-padding-top-3 {
    padding-top: 15px !important
}

.\!-padding-right-3 {
    padding-right: 15px !important
}

.\!-padding-bottom-3 {
    padding-bottom: 15px !important
}

.\!-padding-left-3 {
    padding-left: 15px !important
}

.\!-padding-4 {
    padding: 15px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-4 {
        padding: 20px !important
    }
}

.\!-padding-top-4 {
    padding-top: 15px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-top-4 {
        padding-top: 20px !important
    }
}

.\!-padding-right-4 {
    padding-right: 15px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-right-4 {
        padding-right: 20px !important
    }
}

.\!-padding-bottom-4 {
    padding-bottom: 15px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-bottom-4 {
        padding-bottom: 20px !important
    }
}

.\!-padding-left-4 {
    padding-left: 15px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-left-4 {
        padding-left: 20px !important
    }
}

.\!-padding-5 {
    padding: 15px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-5 {
        padding: 25px !important
    }
}

.\!-padding-top-5 {
    padding-top: 15px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-top-5 {
        padding-top: 25px !important
    }
}

.\!-padding-right-5 {
    padding-right: 15px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-right-5 {
        padding-right: 25px !important
    }
}

.\!-padding-bottom-5 {
    padding-bottom: 15px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-bottom-5 {
        padding-bottom: 25px !important
    }
}

.\!-padding-left-5 {
    padding-left: 15px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-left-5 {
        padding-left: 25px !important
    }
}

.\!-padding-6 {
    padding: 20px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-6 {
        padding: 30px !important
    }
}

.\!-padding-top-6 {
    padding-top: 20px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-top-6 {
        padding-top: 30px !important
    }
}

.\!-padding-right-6 {
    padding-right: 20px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-right-6 {
        padding-right: 30px !important
    }
}

.\!-padding-bottom-6 {
    padding-bottom: 20px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-bottom-6 {
        padding-bottom: 30px !important
    }
}

.\!-padding-left-6 {
    padding-left: 20px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-left-6 {
        padding-left: 30px !important
    }
}

.\!-padding-7 {
    padding: 25px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-7 {
        padding: 40px !important
    }
}

.\!-padding-top-7 {
    padding-top: 25px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-top-7 {
        padding-top: 40px !important
    }
}

.\!-padding-right-7 {
    padding-right: 25px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-right-7 {
        padding-right: 40px !important
    }
}

.\!-padding-bottom-7 {
    padding-bottom: 25px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-bottom-7 {
        padding-bottom: 40px !important
    }
}

.\!-padding-left-7 {
    padding-left: 25px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-left-7 {
        padding-left: 40px !important
    }
}

.\!-padding-8 {
    padding: 30px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-8 {
        padding: 50px !important
    }
}

.\!-padding-top-8 {
    padding-top: 30px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-top-8 {
        padding-top: 50px !important
    }
}

.\!-padding-right-8 {
    padding-right: 30px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-right-8 {
        padding-right: 50px !important
    }
}

.\!-padding-bottom-8 {
    padding-bottom: 30px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-bottom-8 {
        padding-bottom: 50px !important
    }
}

.\!-padding-left-8 {
    padding-left: 30px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-left-8 {
        padding-left: 50px !important
    }
}

.\!-padding-9 {
    padding: 40px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-9 {
        padding: 60px !important
    }
}

.\!-padding-top-9 {
    padding-top: 40px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-top-9 {
        padding-top: 60px !important
    }
}

.\!-padding-right-9 {
    padding-right: 40px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-right-9 {
        padding-right: 60px !important
    }
}

.\!-padding-bottom-9 {
    padding-bottom: 40px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-bottom-9 {
        padding-bottom: 60px !important
    }
}

.\!-padding-left-9 {
    padding-left: 40px !important
}

@media (min-width: 40.0625em) {
    .\!-padding-left-9 {
        padding-left: 60px !important
    }
}

.\!-margin-static-0, .\!-static-margin-0 {
    margin: 0 !important
}

.\!-margin-top-static-0, .\!-static-margin-top-0 {
    margin-top: 0 !important
}

.\!-margin-right-static-0, .\!-static-margin-right-0 {
    margin-right: 0 !important
}

.\!-margin-bottom-static-0, .\!-static-margin-bottom-0 {
    margin-bottom: 0 !important
}

.\!-margin-left-static-0, .\!-static-margin-left-0 {
    margin-left: 0 !important
}

.\!-margin-static-1, .\!-static-margin-1 {
    margin: 5px !important
}

.\!-margin-top-static-1, .\!-static-margin-top-1 {
    margin-top: 5px !important
}

.\!-margin-right-static-1, .\!-static-margin-right-1 {
    margin-right: 5px !important
}

.\!-margin-bottom-static-1, .\!-static-margin-bottom-1 {
    margin-bottom: 5px !important
}

.\!-margin-left-static-1, .\!-static-margin-left-1 {
    margin-left: 5px !important
}

.\!-margin-static-2, .\!-static-margin-2 {
    margin: 10px !important
}

.\!-margin-top-static-2, .\!-static-margin-top-2 {
    margin-top: 10px !important
}

.\!-margin-right-static-2, .\!-static-margin-right-2 {
    margin-right: 10px !important
}

.\!-margin-bottom-static-2, .\!-static-margin-bottom-2 {
    margin-bottom: 10px !important
}

.\!-margin-left-static-2, .\!-static-margin-left-2 {
    margin-left: 10px !important
}

.\!-margin-static-3, .\!-static-margin-3 {
    margin: 15px !important
}

.\!-margin-top-static-3, .\!-static-margin-top-3 {
    margin-top: 15px !important
}

.\!-margin-right-static-3, .\!-static-margin-right-3 {
    margin-right: 15px !important
}

.\!-margin-bottom-static-3, .\!-static-margin-bottom-3 {
    margin-bottom: 15px !important
}

.\!-margin-left-static-3, .\!-static-margin-left-3 {
    margin-left: 15px !important
}

.\!-margin-static-4, .\!-static-margin-4 {
    margin: 20px !important
}

.\!-margin-top-static-4, .\!-static-margin-top-4 {
    margin-top: 20px !important
}

.\!-margin-right-static-4, .\!-static-margin-right-4 {
    margin-right: 20px !important
}

.\!-margin-bottom-static-4, .\!-static-margin-bottom-4 {
    margin-bottom: 20px !important
}

.\!-margin-left-static-4, .\!-static-margin-left-4 {
    margin-left: 20px !important
}

.\!-margin-static-5, .\!-static-margin-5 {
    margin: 25px !important
}

.\!-margin-top-static-5, .\!-static-margin-top-5 {
    margin-top: 25px !important
}

.\!-margin-right-static-5, .\!-static-margin-right-5 {
    margin-right: 25px !important
}

.\!-margin-bottom-static-5, .\!-static-margin-bottom-5 {
    margin-bottom: 25px !important
}

.\!-margin-left-static-5, .\!-static-margin-left-5 {
    margin-left: 25px !important
}

.\!-margin-static-6, .\!-static-margin-6 {
    margin: 30px !important
}

.\!-margin-top-static-6, .\!-static-margin-top-6 {
    margin-top: 30px !important
}

.\!-margin-right-static-6, .\!-static-margin-right-6 {
    margin-right: 30px !important
}

.\!-margin-bottom-static-6, .\!-static-margin-bottom-6 {
    margin-bottom: 30px !important
}

.\!-margin-left-static-6, .\!-static-margin-left-6 {
    margin-left: 30px !important
}

.\!-margin-static-7, .\!-static-margin-7 {
    margin: 40px !important
}

.\!-margin-top-static-7, .\!-static-margin-top-7 {
    margin-top: 40px !important
}

.\!-margin-right-static-7, .\!-static-margin-right-7 {
    margin-right: 40px !important
}

.\!-margin-bottom-static-7, .\!-static-margin-bottom-7 {
    margin-bottom: 40px !important
}

.\!-margin-left-static-7, .\!-static-margin-left-7 {
    margin-left: 40px !important
}

.\!-margin-static-8, .\!-static-margin-8 {
    margin: 50px !important
}

.\!-margin-top-static-8, .\!-static-margin-top-8 {
    margin-top: 50px !important
}

.\!-margin-right-static-8, .\!-static-margin-right-8 {
    margin-right: 50px !important
}

.\!-margin-bottom-static-8, .\!-static-margin-bottom-8 {
    margin-bottom: 50px !important
}

.\!-margin-left-static-8, .\!-static-margin-left-8 {
    margin-left: 50px !important
}

.\!-margin-static-9, .\!-static-margin-9 {
    margin: 60px !important
}

.\!-margin-top-static-9, .\!-static-margin-top-9 {
    margin-top: 60px !important
}

.\!-margin-right-static-9, .\!-static-margin-right-9 {
    margin-right: 60px !important
}

.\!-margin-bottom-static-9, .\!-static-margin-bottom-9 {
    margin-bottom: 60px !important
}

.\!-margin-left-static-9, .\!-static-margin-left-9 {
    margin-left: 60px !important
}

.\!-padding-static-0, .\!-static-padding-0 {
    padding: 0 !important
}

.\!-padding-top-static-0, .\!-static-padding-top-0 {
    padding-top: 0 !important
}

.\!-padding-right-static-0, .\!-static-padding-right-0 {
    padding-right: 0 !important
}

.\!-padding-bottom-static-0, .\!-static-padding-bottom-0 {
    padding-bottom: 0 !important
}

.\!-padding-left-static-0, .\!-static-padding-left-0 {
    padding-left: 0 !important
}

.\!-padding-static-1, .\!-static-padding-1 {
    padding: 5px !important
}

.\!-padding-top-static-1, .\!-static-padding-top-1 {
    padding-top: 5px !important
}

.\!-padding-right-static-1, .\!-static-padding-right-1 {
    padding-right: 5px !important
}

.\!-padding-bottom-static-1, .\!-static-padding-bottom-1 {
    padding-bottom: 5px !important
}

.\!-padding-left-static-1, .\!-static-padding-left-1 {
    padding-left: 5px !important
}

.\!-padding-static-2, .\!-static-padding-2 {
    padding: 10px !important
}

.\!-padding-top-static-2, .\!-static-padding-top-2 {
    padding-top: 10px !important
}

.\!-padding-right-static-2, .\!-static-padding-right-2 {
    padding-right: 10px !important
}

.\!-padding-bottom-static-2, .\!-static-padding-bottom-2 {
    padding-bottom: 10px !important
}

.\!-padding-left-static-2, .\!-static-padding-left-2 {
    padding-left: 10px !important
}

.\!-padding-static-3, .\!-static-padding-3 {
    padding: 15px !important
}

.\!-padding-top-static-3, .\!-static-padding-top-3 {
    padding-top: 15px !important
}

.\!-padding-right-static-3, .\!-static-padding-right-3 {
    padding-right: 15px !important
}

.\!-padding-bottom-static-3, .\!-static-padding-bottom-3 {
    padding-bottom: 15px !important
}

.\!-padding-left-static-3, .\!-static-padding-left-3 {
    padding-left: 15px !important
}

.\!-padding-static-4, .\!-static-padding-4 {
    padding: 20px !important
}

.\!-padding-top-static-4, .\!-static-padding-top-4 {
    padding-top: 20px !important
}

.\!-padding-right-static-4, .\!-static-padding-right-4 {
    padding-right: 20px !important
}

.\!-padding-bottom-static-4, .\!-static-padding-bottom-4 {
    padding-bottom: 20px !important
}

.\!-padding-left-static-4, .\!-static-padding-left-4 {
    padding-left: 20px !important
}

.\!-padding-static-5, .\!-static-padding-5 {
    padding: 25px !important
}

.\!-padding-top-static-5, .\!-static-padding-top-5 {
    padding-top: 25px !important
}

.\!-padding-right-static-5, .\!-static-padding-right-5 {
    padding-right: 25px !important
}

.\!-padding-bottom-static-5, .\!-static-padding-bottom-5 {
    padding-bottom: 25px !important
}

.\!-padding-left-static-5, .\!-static-padding-left-5 {
    padding-left: 25px !important
}

.\!-padding-static-6, .\!-static-padding-6 {
    padding: 30px !important
}

.\!-padding-top-static-6, .\!-static-padding-top-6 {
    padding-top: 30px !important
}

.\!-padding-right-static-6, .\!-static-padding-right-6 {
    padding-right: 30px !important
}

.\!-padding-bottom-static-6, .\!-static-padding-bottom-6 {
    padding-bottom: 30px !important
}

.\!-padding-left-static-6, .\!-static-padding-left-6 {
    padding-left: 30px !important
}

.\!-padding-static-7, .\!-static-padding-7 {
    padding: 40px !important
}

.\!-padding-top-static-7, .\!-static-padding-top-7 {
    padding-top: 40px !important
}

.\!-padding-right-static-7, .\!-static-padding-right-7 {
    padding-right: 40px !important
}

.\!-padding-bottom-static-7, .\!-static-padding-bottom-7 {
    padding-bottom: 40px !important
}

.\!-padding-left-static-7, .\!-static-padding-left-7 {
    padding-left: 40px !important
}

.\!-padding-static-8, .\!-static-padding-8 {
    padding: 50px !important
}

.\!-padding-top-static-8, .\!-static-padding-top-8 {
    padding-top: 50px !important
}

.\!-padding-right-static-8, .\!-static-padding-right-8 {
    padding-right: 50px !important
}

.\!-padding-bottom-static-8, .\!-static-padding-bottom-8 {
    padding-bottom: 50px !important
}

.\!-padding-left-static-8, .\!-static-padding-left-8 {
    padding-left: 50px !important
}

.\!-padding-static-9, .\!-static-padding-9 {
    padding: 60px !important
}

.\!-padding-top-static-9, .\!-static-padding-top-9 {
    padding-top: 60px !important
}

.\!-padding-right-static-9, .\!-static-padding-right-9 {
    padding-right: 60px !important
}

.\!-padding-bottom-static-9, .\!-static-padding-bottom-9 {
    padding-bottom: 60px !important
}

.\!-padding-left-static-9, .\!-static-padding-left-9 {
    padding-left: 60px !important
}

.\!-text-align-left {
    text-align: left !important
}

.\!-text-align-centre {
    text-align: center !important
}

.\!-text-align-right {
    text-align: right !important
}

.\!-font-size-80 {
    font-size: 53px !important;
    font-size: 3.3125rem !important;
    line-height: 1.0377358491 !important
}

@media (min-width: 40.0625em) {
    .\!-font-size-80 {
        font-size: 80px !important;
        font-size: 5rem !important;
        line-height: 1 !important
    }
}

@media print {
    .\!-font-size-80 {
        font-size: 53pt !important;
        line-height: 1.1 !important
    }
}

.\!-font-size-48 {
    font-size: 32px !important;
    font-size: 2rem !important;
    line-height: 1.09375 !important
}

@media (min-width: 40.0625em) {
    .\!-font-size-48 {
        font-size: 48px !important;
        font-size: 3rem !important;
        line-height: 1.0416666667 !important
    }
}

@media print {
    .\!-font-size-48 {
        font-size: 32pt !important;
        line-height: 1.15 !important
    }
}

.\!-font-size-36 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 1.0416666667 !important
}

@media (min-width: 40.0625em) {
    .\!-font-size-36 {
        font-size: 36px !important;
        font-size: 2.25rem !important;
        line-height: 1.1111111111 !important
    }
}

@media print {
    .\!-font-size-36 {
        font-size: 24pt !important;
        line-height: 1.05 !important
    }
}

.\!-font-size-27 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    line-height: 1.1111111111 !important
}

@media (min-width: 40.0625em) {
    .\!-font-size-27 {
        font-size: 27px !important;
        font-size: 1.6875rem !important;
        line-height: 1.1111111111 !important
    }
}

@media print {
    .\!-font-size-27 {
        font-size: 18pt !important;
        line-height: 1.15 !important
    }
}

.\!-font-size-24 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    line-height: 1.1111111111 !important
}

@media (min-width: 40.0625em) {
    .\!-font-size-24 {
        font-size: 24px !important;
        font-size: 1.5rem !important;
        line-height: 1.25 !important
    }
}

@media print {
    .\!-font-size-24 {
        font-size: 18pt !important;
        line-height: 1.15 !important
    }
}

.\!-font-size-19 {
    font-size: 16px !important;
    font-size: 1rem !important;
    line-height: 1.25 !important
}

@media (min-width: 40.0625em) {
    .\!-font-size-19 {
        font-size: 19px !important;
        font-size: 1.1875rem !important;
        line-height: 1.3157894737 !important
    }
}

@media print {
    .\!-font-size-19 {
        font-size: 14pt !important;
        line-height: 1.15 !important
    }
}

.\!-font-size-16 {
    font-size: 14px !important;
    font-size: .875rem !important;
    line-height: 1.1428571429 !important
}

@media (min-width: 40.0625em) {
    .\!-font-size-16 {
        font-size: 16px !important;
        font-size: 1rem !important;
        line-height: 1.25 !important
    }
}

@media print {
    .\!-font-size-16 {
        font-size: 14pt !important;
        line-height: 1.2 !important
    }
}

.\!-font-size-14 {
    font-size: 12px !important;
    font-size: .75rem !important;
    line-height: 1.25 !important
}

@media (min-width: 40.0625em) {
    .\!-font-size-14 {
        font-size: 14px !important;
        font-size: .875rem !important;
        line-height: 1.4285714286 !important
    }
}

@media print {
    .\!-font-size-14 {
        font-size: 12pt !important;
        line-height: 1.2 !important
    }
}

.\!-font-weight-regular {
    font-weight: 400 !important
}

.\!-font-weight-bold {
    font-weight: 700 !important
}

.\!-width-full {
    width: 100% !important
}

.\!-width-three-quarters {
    width: 100% !important
}

@media (min-width: 40.0625em) {
    .\!-width-three-quarters {
        width: 75% !important
    }
}

.\!-width-two-thirds {
    width: 100% !important
}

@media (min-width: 40.0625em) {
    .\!-width-two-thirds {
        width: 66.66% !important
    }
}

.\!-width-one-half {
    width: 100% !important
}

@media (min-width: 40.0625em) {
    .\!-width-one-half {
        width: 50% !important
    }
}

.\!-width-one-third {
    width: 100% !important
}

@media (min-width: 40.0625em) {
    .\!-width-one-third {
        width: 33.33% !important
    }
}

.\!-width-one-quarter {
    width: 100% !important
}

@media (min-width: 40.0625em) {
    .\!-width-one-quarter {
        width: 25% !important
    }
}

.brand--attorney-generals-office .brand__color {
    color: #a03a88
}

    .brand--attorney-generals-office .brand__color:link, .brand--attorney-generals-office .brand__color:visited, .brand--attorney-generals-office .brand__color:active {
        color: #a03a88
    }

    .brand--attorney-generals-office .brand__color:hover, .brand--attorney-generals-office .brand__color:focus {
        color: #0b0c0c
    }

.brand--attorney-generals-office.brand__border-color, .brand--attorney-generals-office .brand__border-color {
    border-color: #9f1888
}

.brand--cabinet-office .brand__color {
    color: #347da4
}

    .brand--cabinet-office .brand__color:link, .brand--cabinet-office .brand__color:visited, .brand--cabinet-office .brand__color:active {
        color: #347da4
    }

    .brand--cabinet-office .brand__color:hover, .brand--cabinet-office .brand__color:focus {
        color: #0b0c0c
    }

.brand--cabinet-office.brand__border-color, .brand--cabinet-office .brand__border-color {
    border-color: #005abb
}

.brand--civil-service .brand__color {
    color: #af292e
}

    .brand--civil-service .brand__color:link, .brand--civil-service .brand__color:visited, .brand--civil-service .brand__color:active {
        color: #af292e
    }

    .brand--civil-service .brand__color:hover, .brand--civil-service .brand__color:focus {
        color: #0b0c0c
    }

.brand--civil-service.brand__border-color, .brand--civil-service .brand__border-color {
    border-color: #af292e
}

.brand--department-for-business-innovation-skills .brand__color {
    color: #347da4
}

    .brand--department-for-business-innovation-skills .brand__color:link, .brand--department-for-business-innovation-skills .brand__color:visited, .brand--department-for-business-innovation-skills .brand__color:active {
        color: #347da4
    }

    .brand--department-for-business-innovation-skills .brand__color:hover, .brand--department-for-business-innovation-skills .brand__color:focus {
        color: #0b0c0c
    }

.brand--department-for-business-innovation-skills.brand__border-color, .brand--department-for-business-innovation-skills .brand__border-color {
    border-color: #003479
}

.brand--department-for-communities-and-local-government .brand__color {
    color: #37836e
}

    .brand--department-for-communities-and-local-government .brand__color:link, .brand--department-for-communities-and-local-government .brand__color:visited, .brand--department-for-communities-and-local-government .brand__color:active {
        color: #37836e
    }

    .brand--department-for-communities-and-local-government .brand__color:hover, .brand--department-for-communities-and-local-government .brand__color:focus {
        color: #0b0c0c
    }

.brand--department-for-communities-and-local-government.brand__border-color, .brand--department-for-communities-and-local-government .brand__border-color {
    border-color: #099
}

.brand--department-for-culture-media-sport .brand__color {
    color: #a03155
}

    .brand--department-for-culture-media-sport .brand__color:link, .brand--department-for-culture-media-sport .brand__color:visited, .brand--department-for-culture-media-sport .brand__color:active {
        color: #a03155
    }

    .brand--department-for-culture-media-sport .brand__color:hover, .brand--department-for-culture-media-sport .brand__color:focus {
        color: #0b0c0c
    }

.brand--department-for-culture-media-sport.brand__border-color, .brand--department-for-culture-media-sport .brand__border-color {
    border-color: #d40072
}

.brand--department-for-education .brand__color {
    color: #347ca9
}

    .brand--department-for-education .brand__color:link, .brand--department-for-education .brand__color:visited, .brand--department-for-education .brand__color:active {
        color: #347ca9
    }

    .brand--department-for-education .brand__color:hover, .brand--department-for-education .brand__color:focus {
        color: #0b0c0c
    }

.brand--department-for-education.brand__border-color, .brand--department-for-education .brand__border-color {
    border-color: #003a69
}

.brand--department-for-environment-food-rural-affairs .brand__color {
    color: #008938
}

    .brand--department-for-environment-food-rural-affairs .brand__color:link, .brand--department-for-environment-food-rural-affairs .brand__color:visited, .brand--department-for-environment-food-rural-affairs .brand__color:active {
        color: #008938
    }

    .brand--department-for-environment-food-rural-affairs .brand__color:hover, .brand--department-for-environment-food-rural-affairs .brand__color:focus {
        color: #0b0c0c
    }

.brand--department-for-environment-food-rural-affairs.brand__border-color, .brand--department-for-environment-food-rural-affairs .brand__border-color {
    border-color: #00a33b
}

.brand--department-for-international-development .brand__color {
    color: #405e9a
}

    .brand--department-for-international-development .brand__color:link, .brand--department-for-international-development .brand__color:visited, .brand--department-for-international-development .brand__color:active {
        color: #405e9a
    }

    .brand--department-for-international-development .brand__color:hover, .brand--department-for-international-development .brand__color:focus {
        color: #0b0c0c
    }

.brand--department-for-international-development.brand__border-color, .brand--department-for-international-development .brand__border-color {
    border-color: #002878
}

.brand--department-for-international-trade .brand__color {
    color: #005ea5
}

    .brand--department-for-international-trade .brand__color:link, .brand--department-for-international-trade .brand__color:visited, .brand--department-for-international-trade .brand__color:active {
        color: #005ea5
    }

    .brand--department-for-international-trade .brand__color:hover, .brand--department-for-international-trade .brand__color:focus {
        color: #0b0c0c
    }

.brand--department-for-international-trade.brand__border-color, .brand--department-for-international-trade .brand__border-color {
    border-color: #cf102d
}

.brand--department-for-business-and-trade .brand__color {
    color: #005ea5
}

    .brand--department-for-business-and-trade .brand__color:link, .brand--department-for-business-and-trade .brand__color:visited, .brand--department-for-business-and-trade .brand__color:active {
        color: #005ea5
    }

    .brand--department-for-business-and-trade .brand__color:hover, .brand--department-for-business-and-trade .brand__color:focus {
        color: #0b0c0c
    }

.brand--department-for-business-and-trade.brand__border-color, .brand--department-for-business-and-trade .brand__border-color {
    border-color: #cf102d
}

.brand--department-for-levelling-up-housing-and-communities .brand__color {
    color: #012169
}

    .brand--department-for-levelling-up-housing-and-communities .brand__color:link, .brand--department-for-levelling-up-housing-and-communities .brand__color:visited, .brand--department-for-levelling-up-housing-and-communities .brand__color:active {
        color: #012169
    }

    .brand--department-for-levelling-up-housing-and-communities .brand__color:hover, .brand--department-for-levelling-up-housing-and-communities .brand__color:focus {
        color: #0b0c0c
    }

.brand--department-for-levelling-up-housing-and-communities.brand__border-color, .brand--department-for-levelling-up-housing-and-communities .brand__border-color {
    border-color: #012169
}

.brand--department-for-transport .brand__color {
    color: #398373
}

    .brand--department-for-transport .brand__color:link, .brand--department-for-transport .brand__color:visited, .brand--department-for-transport .brand__color:active {
        color: #398373
    }

    .brand--department-for-transport .brand__color:hover, .brand--department-for-transport .brand__color:focus {
        color: #0b0c0c
    }

.brand--department-for-transport.brand__border-color, .brand--department-for-transport .brand__border-color {
    border-color: #006c56
}

.brand--department-for-work-pensions .brand__color {
    color: #37807b
}

    .brand--department-for-work-pensions .brand__color:link, .brand--department-for-work-pensions .brand__color:visited, .brand--department-for-work-pensions .brand__color:active {
        color: #37807b
    }

    .brand--department-for-work-pensions .brand__color:hover, .brand--department-for-work-pensions .brand__color:focus {
        color: #0b0c0c
    }

.brand--department-for-work-pensions.brand__border-color, .brand--department-for-work-pensions .brand__border-color {
    border-color: #00beb7
}

.brand--department-of-energy-climate-change .brand__color {
    color: #2b7cac
}

    .brand--department-of-energy-climate-change .brand__color:link, .brand--department-of-energy-climate-change .brand__color:visited, .brand--department-of-energy-climate-change .brand__color:active {
        color: #2b7cac
    }

    .brand--department-of-energy-climate-change .brand__color:hover, .brand--department-of-energy-climate-change .brand__color:focus {
        color: #0b0c0c
    }

.brand--department-of-energy-climate-change.brand__border-color, .brand--department-of-energy-climate-change .brand__border-color {
    border-color: #009ddb
}

.brand--department-of-health .brand__color {
    color: #39836e
}

    .brand--department-of-health .brand__color:link, .brand--department-of-health .brand__color:visited, .brand--department-of-health .brand__color:active {
        color: #39836e
    }

    .brand--department-of-health .brand__color:hover, .brand--department-of-health .brand__color:focus {
        color: #0b0c0c
    }

.brand--department-of-health.brand__border-color, .brand--department-of-health .brand__border-color {
    border-color: #00ad93
}

.brand--foreign-commonwealth-development-office .brand__color {
    color: #012169
}

    .brand--foreign-commonwealth-development-office .brand__color:link, .brand--foreign-commonwealth-development-office .brand__color:visited, .brand--foreign-commonwealth-development-office .brand__color:active {
        color: #012169
    }

    .brand--foreign-commonwealth-development-office .brand__color:hover, .brand--foreign-commonwealth-development-office .brand__color:focus {
        color: #0b0c0c
    }

.brand--foreign-commonwealth-development-office.brand__border-color, .brand--foreign-commonwealth-development-office .brand__border-color {
    border-color: #012169
}

.brand--foreign-commonwealth-office .brand__color {
    color: #406e97
}

    .brand--foreign-commonwealth-office .brand__color:link, .brand--foreign-commonwealth-office .brand__color:visited, .brand--foreign-commonwealth-office .brand__color:active {
        color: #406e97
    }

    .brand--foreign-commonwealth-office .brand__color:hover, .brand--foreign-commonwealth-office .brand__color:focus {
        color: #0b0c0c
    }

.brand--foreign-commonwealth-office.brand__border-color, .brand--foreign-commonwealth-office .brand__border-color {
    border-color: #003e74
}

.brand--government-equalities-office .brand__color {
    color: #9325b2
}

    .brand--government-equalities-office .brand__color:link, .brand--government-equalities-office .brand__color:visited, .brand--government-equalities-office .brand__color:active {
        color: #9325b2
    }

    .brand--government-equalities-office .brand__color:hover, .brand--government-equalities-office .brand__color:focus {
        color: #0b0c0c
    }

.brand--government-equalities-office.brand__border-color, .brand--government-equalities-office .brand__border-color {
    border-color: #9325b2
}

.brand--hm-government .brand__color {
    color: #347da4
}

    .brand--hm-government .brand__color:link, .brand--hm-government .brand__color:visited, .brand--hm-government .brand__color:active {
        color: #347da4
    }

    .brand--hm-government .brand__color:hover, .brand--hm-government .brand__color:focus {
        color: #0b0c0c
    }

.brand--hm-government.brand__border-color, .brand--hm-government .brand__border-color {
    border-color: #0076c0
}

.brand--hm-revenue-customs .brand__color {
    color: #008670
}

    .brand--hm-revenue-customs .brand__color:link, .brand--hm-revenue-customs .brand__color:visited, .brand--hm-revenue-customs .brand__color:active {
        color: #008670
    }

    .brand--hm-revenue-customs .brand__color:hover, .brand--hm-revenue-customs .brand__color:focus {
        color: #0b0c0c
    }

.brand--hm-revenue-customs.brand__border-color, .brand--hm-revenue-customs .brand__border-color {
    border-color: #009390
}

.brand--hm-treasury .brand__color {
    color: #832322
}

    .brand--hm-treasury .brand__color:link, .brand--hm-treasury .brand__color:visited, .brand--hm-treasury .brand__color:active {
        color: #832322
    }

    .brand--hm-treasury .brand__color:hover, .brand--hm-treasury .brand__color:focus {
        color: #0b0c0c
    }

.brand--hm-treasury.brand__border-color, .brand--hm-treasury .brand__border-color {
    border-color: #af292e
}

.brand--home-office .brand__color {
    color: #9440b2
}

    .brand--home-office .brand__color:link, .brand--home-office .brand__color:visited, .brand--home-office .brand__color:active {
        color: #9440b2
    }

    .brand--home-office .brand__color:hover, .brand--home-office .brand__color:focus {
        color: #0b0c0c
    }

.brand--home-office.brand__border-color, .brand--home-office .brand__border-color {
    border-color: #9325b2
}

.brand--ministry-of-defence .brand__color {
    color: #5a5c92
}

    .brand--ministry-of-defence .brand__color:link, .brand--ministry-of-defence .brand__color:visited, .brand--ministry-of-defence .brand__color:active {
        color: #5a5c92
    }

    .brand--ministry-of-defence .brand__color:hover, .brand--ministry-of-defence .brand__color:focus {
        color: #0b0c0c
    }

.brand--ministry-of-defence.brand__border-color, .brand--ministry-of-defence .brand__border-color {
    border-color: #4d2942
}

.brand--ministry-of-justice .brand__color {
    color: #5a5c92
}

    .brand--ministry-of-justice .brand__color:link, .brand--ministry-of-justice .brand__color:visited, .brand--ministry-of-justice .brand__color:active {
        color: #5a5c92
    }

    .brand--ministry-of-justice .brand__color:hover, .brand--ministry-of-justice .brand__color:focus {
        color: #0b0c0c
    }

.brand--ministry-of-justice.brand__border-color, .brand--ministry-of-justice .brand__border-color {
    border-color: #231f20
}

.brand--northern-ireland-office .brand__color {
    color: #3e598c
}

    .brand--northern-ireland-office .brand__color:link, .brand--northern-ireland-office .brand__color:visited, .brand--northern-ireland-office .brand__color:active {
        color: #3e598c
    }

    .brand--northern-ireland-office .brand__color:hover, .brand--northern-ireland-office .brand__color:focus {
        color: #0b0c0c
    }

.brand--northern-ireland-office.brand__border-color, .brand--northern-ireland-office .brand__border-color {
    border-color: #002663
}

.brand--office-of-the-advocate-general-for-scotland .brand__color {
    color: #005ea5
}

    .brand--office-of-the-advocate-general-for-scotland .brand__color:link, .brand--office-of-the-advocate-general-for-scotland .brand__color:visited, .brand--office-of-the-advocate-general-for-scotland .brand__color:active {
        color: #005ea5
    }

    .brand--office-of-the-advocate-general-for-scotland .brand__color:hover, .brand--office-of-the-advocate-general-for-scotland .brand__color:focus {
        color: #0b0c0c
    }

.brand--office-of-the-advocate-general-for-scotland.brand__border-color, .brand--office-of-the-advocate-general-for-scotland .brand__border-color {
    border-color: #002663
}

.brand--office-of-the-leader-of-the-house-of-commons .brand__color {
    color: #005f8f
}

    .brand--office-of-the-leader-of-the-house-of-commons .brand__color:link, .brand--office-of-the-leader-of-the-house-of-commons .brand__color:visited, .brand--office-of-the-leader-of-the-house-of-commons .brand__color:active {
        color: #005f8f
    }

    .brand--office-of-the-leader-of-the-house-of-commons .brand__color:hover, .brand--office-of-the-leader-of-the-house-of-commons .brand__color:focus {
        color: #0b0c0c
    }

.brand--office-of-the-leader-of-the-house-of-commons.brand__border-color, .brand--office-of-the-leader-of-the-house-of-commons .brand__border-color {
    border-color: #317023
}

.brand--office-of-the-leader-of-the-house-of-lords .brand__color {
    color: #c2395d
}

    .brand--office-of-the-leader-of-the-house-of-lords .brand__color:link, .brand--office-of-the-leader-of-the-house-of-lords .brand__color:visited, .brand--office-of-the-leader-of-the-house-of-lords .brand__color:active {
        color: #c2395d
    }

    .brand--office-of-the-leader-of-the-house-of-lords .brand__color:hover, .brand--office-of-the-leader-of-the-house-of-lords .brand__color:focus {
        color: #0b0c0c
    }

.brand--office-of-the-leader-of-the-house-of-lords.brand__border-color, .brand--office-of-the-leader-of-the-house-of-lords .brand__border-color {
    border-color: #9c132e
}

.brand--scotland-office .brand__color {
    color: #405c8a
}

    .brand--scotland-office .brand__color:link, .brand--scotland-office .brand__color:visited, .brand--scotland-office .brand__color:active {
        color: #405c8a
    }

    .brand--scotland-office .brand__color:hover, .brand--scotland-office .brand__color:focus {
        color: #0b0c0c
    }

.brand--scotland-office.brand__border-color, .brand--scotland-office .brand__border-color {
    border-color: #002663
}

.brand--uk-export-finance .brand__color {
    color: #005ea5
}

    .brand--uk-export-finance .brand__color:link, .brand--uk-export-finance .brand__color:visited, .brand--uk-export-finance .brand__color:active {
        color: #005ea5
    }

    .brand--uk-export-finance .brand__color:hover, .brand--uk-export-finance .brand__color:focus {
        color: #0b0c0c
    }

.brand--uk-export-finance.brand__border-color, .brand--uk-export-finance .brand__border-color {
    border-color: #005747
}

.brand--uk-trade-investment .brand__color {
    color: #005ea5
}

    .brand--uk-trade-investment .brand__color:link, .brand--uk-trade-investment .brand__color:visited, .brand--uk-trade-investment .brand__color:active {
        color: #005ea5
    }

    .brand--uk-trade-investment .brand__color:hover, .brand--uk-trade-investment .brand__color:focus {
        color: #0b0c0c
    }

.brand--uk-trade-investment.brand__border-color, .brand--uk-trade-investment .brand__border-color {
    border-color: #c80651
}

.brand--wales-office .brand__color {
    color: #7a242a
}

    .brand--wales-office .brand__color:link, .brand--wales-office .brand__color:visited, .brand--wales-office .brand__color:active {
        color: #7a242a
    }

    .brand--wales-office .brand__color:hover, .brand--wales-office .brand__color:focus {
        color: #0b0c0c
    }

.brand--wales-office.brand__border-color, .brand--wales-office .brand__border-color {
    border-color: #a33038
}

.brand--the-office-of-the-leader-of-the-house-of-commons .brand__color {
    color: #005f8f
}

    .brand--the-office-of-the-leader-of-the-house-of-commons .brand__color:link, .brand--the-office-of-the-leader-of-the-house-of-commons .brand__color:visited, .brand--the-office-of-the-leader-of-the-house-of-commons .brand__color:active {
        color: #005f8f
    }

    .brand--the-office-of-the-leader-of-the-house-of-commons .brand__color:hover, .brand--the-office-of-the-leader-of-the-house-of-commons .brand__color:focus {
        color: #0b0c0c
    }

.brand--the-office-of-the-leader-of-the-house-of-commons.brand__border-color, .brand--the-office-of-the-leader-of-the-house-of-commons .brand__border-color {
    border-color: #317023
}

.brand--prime-ministers-office-10-downing-street .brand__color {
    color: #0b0c0c
}

    .brand--prime-ministers-office-10-downing-street .brand__color:link, .brand--prime-ministers-office-10-downing-street .brand__color:visited, .brand--prime-ministers-office-10-downing-street .brand__color:active {
        color: #0b0c0c
    }

    .brand--prime-ministers-office-10-downing-street .brand__color:hover, .brand--prime-ministers-office-10-downing-street .brand__color:focus {
        color: #0b0c0c
    }

.brand--prime-ministers-office-10-downing-street.brand__border-color, .brand--prime-ministers-office-10-downing-street .brand__border-color {
    border-color: #0b0c0c
}

.brand--civil-service.brand__border-color, .brand--civil-service .brand__border-color {
    border-color: #0b0c0c
}

.brand--department-for-science-innovation-and-technology.brand__border-color, .brand--department-for-science-innovation-and-technology .brand__border-color {
    border-color: #045f71
}

.gem-link--destructive {
    font-family: "GDS Transport",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 {
    .gem-link--destructive {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-link--destructive {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .gem-link--destructive {
        font-size: 14pt;
        line-height: 1.15
    }
}

.gem-link--destructive:link {
    color: #d4351c
}

.gem-link--destructive:visited, .gem-link--destructive:hover, .gem-link--destructive:active {
    color: #bd2f19
}

.gem-link--destructive:focus {
    color: #0b0c0c
}

.breadcrumbs {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429;
    color: #0b0c0c;
    margin-top: 15px;
    margin-bottom: 10px
}

@media print {
    .breadcrumbs {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .breadcrumbs {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print {
    .breadcrumbs {
        font-size: 14pt;
        line-height: 1.2
    }
}

@media print {
    .breadcrumbs {
        color: #000
    }
}

.breadcrumbs__list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

    .breadcrumbs__list:after {
        content: "";
        display: block;
        clear: both
    }

.breadcrumbs__list-item {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    margin-left: .625em;
    padding-left: .9784375em;
    float: left
}

    .breadcrumbs__list-item:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -.206875em;
        width: .4375em;
        height: .4375em;
        margin: auto 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border: solid;
        border-width: 1px 1px 0 0;
        border-color: #505a5f
    }

@supports (border-width: max(0px)) {
    .breadcrumbs__list-item:before {
        border-width: max(1px, .0625em) max(1px, .0625em) 0 0;
        font-size: max(16px, 1em)
    }
}

.breadcrumbs__list-item:first-child {
    margin-left: 0;
    padding-left: 0
}

    .breadcrumbs__list-item:first-child:before {
        content: none;
        display: none
    }

.breadcrumbs__link {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em
}

@media print {
    .breadcrumbs__link {
        font-family: sans-serif
    }
}

.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
}

.breadcrumbs__link:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.breadcrumbs__link:link, .breadcrumbs__link:visited {
    color: #0b0c0c
}

@media print {
    .breadcrumbs__link:link, .breadcrumbs__link:visited {
        color: #000
    }
}

.breadcrumbs__link:hover {
    color: rgba(11,12,12,0.99)
}

.breadcrumbs__link:active, .breadcrumbs__link:focus {
    color: #0b0c0c
}

@media print {
    .breadcrumbs__link:active, .breadcrumbs__link:focus {
        color: #000
    }
}

@media (max-width: 40.0525em) {
    .breadcrumbs--collapse-on-mobile .breadcrumbs__list-item {
        display: none
    }

        .breadcrumbs--collapse-on-mobile .breadcrumbs__list-item:first-child, .breadcrumbs--collapse-on-mobile .breadcrumbs__list-item:last-child {
            display: inline-block
        }

        .breadcrumbs--collapse-on-mobile .breadcrumbs__list-item:before {
            top: .375em;
            margin: 0
        }

    .breadcrumbs--collapse-on-mobile .breadcrumbs__list {
        display: -ms-flexbox;
        display: flex
    }
}

.breadcrumbs--inverse {
    color: #fff
}

    .breadcrumbs--inverse .breadcrumbs__link:link, .breadcrumbs--inverse .breadcrumbs__link:visited {
        color: #fff
    }

    .breadcrumbs--inverse .breadcrumbs__link:hover, .breadcrumbs--inverse .breadcrumbs__link:active {
        color: rgba(255,255,255,0.99)
    }

    .breadcrumbs--inverse .breadcrumbs__link:focus {
        color: #0b0c0c
    }

    .breadcrumbs--inverse .breadcrumbs__list-item:before {
        border-color: currentcolor
    }

.gem-c-breadcrumbs--inverse .breadcrumbs__list-item .breadcrumbs__link:link, .gem-c-breadcrumbs--inverse .breadcrumbs__list-item .breadcrumbs__link:visited, .gem-c-breadcrumbs--inverse .breadcrumbs__list-item .breadcrumbs__link:hover, .gem-c-breadcrumbs--inverse .breadcrumbs__list-item .breadcrumbs__link:active {
    color: #fff
}

.gem-c-breadcrumbs--inverse .breadcrumbs__list-item .breadcrumbs__link:focus {
    color: #0b0c0c
}

.gem-c-breadcrumbs--inverse .breadcrumbs__list-item {
    color: #fff
}

    .gem-c-breadcrumbs--inverse .breadcrumbs__list-item:before {
        border-color: #fff
    }

.gem-c-breadcrumbs--border-bottom {
    border-bottom: 1px solid #b1b4b6;
    padding-bottom: 5px
}

@media (max-width: 40.0525em) {
    .gem-c-breadcrumbs--border-bottom.breadcrumbs--collapse-on-mobile {
        padding-bottom: 0
    }
}

@media (max-width: 40.0525em) {
    .breadcrumbs--collapse-on-mobile .breadcrumbs__list-item {
        padding-top: 14px;
        padding-bottom: 14px
    }

        .breadcrumbs--collapse-on-mobile .breadcrumbs__list-item:before {
            top: 18px
        }

    .breadcrumbs--collapse-on-mobile .breadcrumbs__link:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0
    }
}

.button {
    font-family: "GDS Transport",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-right: 0;
    margin-left: 0;
    margin-bottom: 22px;
    padding: 8px 10px 7px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    background-color: #00703c;
    box-shadow: 0 2px 0 #002d18;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    -webkit-appearance: none
}

@media print {
    .button {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .button {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1
    }
}

@media print {
    .button {
        font-size: 14pt;
        line-height: 19px
    }
}

@media (min-width: 40.0625em) {
    .button {
        margin-bottom: 32px;
        margin-right: 5px
    }
}

@media (min-width: 40.0625em) {
    .button {
        width: auto
    }
}

.button:link, .button:visited, .button:active, .button:hover {
    color: #fff;
    text-decoration: none
}

.button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.button:hover {
    background-color: #005a30
}

.button:active {
    top: 2px
}

.button:focus {
    border-color: #fd0;
    outline: 3px solid transparent;
    box-shadow: inset 0 0 0 1px #fd0
}

    .button:focus:not(:active):not(:hover) {
        border-color: #fd0;
        color: #0b0c0c;
        background-color: #fd0;
        box-shadow: 0 2px 0 #0b0c0c
    }

.button:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -4px;
    left: -2px;
    background: transparent
}

.button:active:before {
    top: -4px
}

.button--disabled, .button[disabled="disabled"], .button[disabled] {
    opacity: 0.5
}

    .button--disabled:hover, .button[disabled="disabled"]:hover, .button[disabled]:hover {
        background-color: #00703c;
        cursor: not-allowed
    }

    .button--disabled:active, .button[disabled="disabled"]:active, .button[disabled]:active {
        top: 0;
        box-shadow: 0 2px 0 #002d18
    }

.button--secondary {
    background-color: #f3f2f1;
    box-shadow: 0 2px 0 #929191
}

    .button--secondary, .button--secondary:link, .button--secondary:visited, .button--secondary:active, .button--secondary:hover {
        color: #0b0c0c
    }

        .button--secondary:hover {
            background-color: #dbdad9
        }

        .button--secondary[disabled]:hover {
            background-color: #f3f2f1
        }

.button--warning {
    background-color: #d4351c;
    box-shadow: 0 2px 0 #55150b
}

    .button--warning, .button--warning:link, .button--warning:visited, .button--warning:active, .button--warning:hover {
        color: #fff
    }

        .button--warning:hover {
            background-color: #aa2a16
        }

        .button--warning[disabled]:hover {
            background-color: #d4351c
        }

.button--inverse {
    background-color: #fff;
    box-shadow: 0 2px 0 #144e81
}

    .button--inverse, .button--inverse:link, .button--inverse:visited, .button--inverse:active, .button--inverse:hover {
        color: #1d70b8
    }

        .button--inverse:hover {
            background-color: #e8f1f8
        }

        .button--inverse[disabled]:hover {
            background-color: #fff
        }

.button--start {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: auto;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 40.0625em) {
    .button--start {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1
    }
}

@media print {
    .button--start {
        font-size: 18pt;
        line-height: 1
    }
}

.button__start-icon {
    margin-left: 5px;
    vertical-align: middle;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: center;
    align-self: center;
    forced-color-adjust: auto
}

@media (min-width: 48.0625em) {
    .button__start-icon {
        margin-left: 10px
    }
}

.gem-c-button {
    margin-bottom: 0
}

.gem-c-button--bottom-margin, .gem-c-button__info-text--bottom-margin {
    margin-bottom: 15px
}

@media (min-width: 40.0625em) {
    .gem-c-button--bottom-margin, .gem-c-button__info-text--bottom-margin {
        margin-bottom: 40px
    }
}

.gem-c-button--inline {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    vertical-align: top
}

@media (min-width: 48.0625em) {
    .gem-c-button--inline {
        display: inline-block;
        width: auto;
        vertical-align: baseline;
        margin-right: 10px
    }
}

.gem-c-button__info-text {
    color: #0b0c0c;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429;
    display: block;
    max-width: 14em;
    margin-top: .5em
}

@media print {
    .gem-c-button__info-text {
        color: #000
    }
}

@media print {
    .gem-c-button__info-text {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-button__info-text {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print {
    .gem-c-button__info-text {
        font-size: 14pt;
        line-height: 1.2
    }
}

.gem-c-button--secondary {
    padding: 8px 10px;
    border-color: #00823b;
    color: #00823b;
    background-color: #fff;
    box-shadow: none
}

    .gem-c-button--secondary:link, .gem-c-button--secondary:visited, .gem-c-button--secondary:active, .gem-c-button--secondary:focus {
        color: #00823b;
        background-color: #fff;
        text-decoration: none
    }

        .gem-c-button--secondary:link:focus {
            color: #00823b
        }

    .gem-c-button--secondary:hover {
        border-color: #00692f;
        color: #00692f;
        background-color: #f3f2f1;
        text-decoration: none
    }

    .gem-c-button--secondary:before {
        content: none
    }

.gem-c-button--secondary-quiet {
    padding: 8px 10px;
    border-color: #505a5f;
    color: #505a5f;
    background-color: #fff;
    box-shadow: none
}

    .gem-c-button--secondary-quiet:link, .gem-c-button--secondary-quiet:visited, .gem-c-button--secondary-quiet:active, .gem-c-button--secondary-quiet:focus {
        color: #505a5f;
        background-color: #fff;
        text-decoration: none
    }

        .gem-c-button--secondary-quiet:link:focus {
            color: #505a5f
        }

    .gem-c-button--secondary-quiet:hover {
        border-color: #444d51;
        color: #444d51;
        background-color: #f3f2f1;
        text-decoration: none
    }

    .gem-c-button--secondary-quiet:before {
        content: none
    }

@media print {
    .gem-c-button {
        font-family: "GDS Transport", arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 400;
        font-size: 12px;
        font-size: .75rem;
        line-height: 1.25;
        display: inline-block;
        padding: 5px;
        border: solid 1px #0b0c0c;
        color: #0b0c0c;
        text-decoration: none
    }
}

@media print {
    .gem-c-button {
        font-family: sans-serif
    }
}

@media print and (min-width: 40.0625em) {
    .gem-c-button {
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.4285714286
    }
}

@media print {
    .gem-c-button {
        font-size: 12pt;
        line-height: 1.2
    }
}

.error-message {
    font-family: "GDS Transport",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;
    clear: both;
    color: #d4351c
}

@media print {
    .error-message {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .error-message {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .error-message {
        font-size: 14pt;
        line-height: 1.15
    }
}

.gem-c-heading {
    margin: 0
}

.gem-c-heading--font-size-27 {
    color: #0b0c0c;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111
}

@media print {
    .gem-c-heading--font-size-27 {
        color: #000
    }
}

@media print {
    .gem-c-heading--font-size-27 {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-heading--font-size-27 {
        font-size: 27px;
        font-size: 1.6875rem;
        line-height: 1.1111111111
    }
}

@media print {
    .gem-c-heading--font-size-27 {
        font-size: 18pt;
        line-height: 1.15
    }
}

.gem-c-heading--mobile-top-margin {
    margin-top: 30px;
    margin-bottom: 15px
}

@media (min-width: 40.0625em) {
    .gem-c-heading--mobile-top-margin {
        margin-top: 0;
        margin-bottom: 30px
    }
}

.gem-c-heading--padding {
    padding: 15px 0
}

.gem-c-heading--border-top-1 {
    border-top-style: solid;
    border-top-width: 1px
}

.gem-c-heading--border-top-2 {
    border-top-style: solid;
    border-top-width: 2px
}

.gem-c-heading--border-top-5 {
    border-top-style: solid;
    border-top-width: 5px
}

.gem-c-heading--inverse {
    color: #fff
}

.hint {
    font-family: "GDS Transport",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;
    color: #505a5f
}

@media print {
    .hint {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .hint {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .hint {
        font-size: 14pt;
        line-height: 1.15
    }
}

.label:not(.label--m):not(.label--l):not(.label--xl) + .hint {
    margin-bottom: 10px
}

.fieldset__legend:not(.fieldset__legend--m):not(.fieldset__legend--l):not(.fieldset__legend--xl) + .hint {
    margin-bottom: 10px
}

.fieldset__legend + .hint {
    margin-top: -5px
}

.label {
    font-family: "GDS Transport",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 {
    .label {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .label {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .label {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media print {
    .label {
        color: #000
    }
}

.label--xl {
    font-family: "GDS Transport",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 {
    .label--xl {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .label--xl {
        font-size: 48px;
        font-size: 3rem;
        line-height: 1.0416666667
    }
}

@media print {
    .label--xl {
        font-size: 32pt;
        line-height: 1.15
    }
}

.label--l {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.0416666667;
    margin-bottom: 15px
}

@media print {
    .label--l {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .label--l {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.1111111111
    }
}

@media print {
    .label--l {
        font-size: 24pt;
        line-height: 1.05
    }
}

.label--m {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    margin-bottom: 10px
}

@media print {
    .label--m {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .label--m {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print {
    .label--m {
        font-size: 18pt;
        line-height: 1.15
    }
}

.label--s {
    font-family: "GDS Transport",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 {
    .label--s {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .label--s {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .label--s {
        font-size: 14pt;
        line-height: 1.15
    }
}

.label-wrapper {
    margin: 0
}

.input {
    font-family: "GDS Transport",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;
    height: 2.5rem;
    margin-top: 0;
    padding: 5px;
    border: 2px solid #0b0c0c;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none
}

@media print {
    .input {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .input {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .input {
        font-size: 14pt;
        line-height: 1.15
    }
}

.input:focus {
    outline: 3px solid #fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px
}

.input:disabled {
    opacity: .5;
    color: inherit;
    background-color: transparent;
    cursor: not-allowed
}

.input::-webkit-outer-spin-button, .input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.input[type="number"] {
    -moz-appearance: textfield
}

.input--error {
    border-color: #d4351c
}

    .input--error:focus {
        border-color: #0b0c0c
    }

.input--extra-letter-spacing {
    font-family: "GDS Transport",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;
    letter-spacing: .05em
}

@media print {
    .input--extra-letter-spacing {
        font-family: sans-serif
    }
}

@supports (font-variant-numeric: tabular-nums) {
    .input--extra-letter-spacing {
        -webkit-font-feature-settings: normal;
        font-feature-settings: normal;
        font-variant-numeric: tabular-nums
    }
}

.input--width-30 {
    max-width: 29.5em
}

.input--width-20 {
    max-width: 20.5em
}

.input--width-10 {
    max-width: 11.5em
}

.input--width-5 {
    max-width: 5.5em
}

.input--width-4 {
    max-width: 4.5em
}

.input--width-3 {
    max-width: 3.75em
}

.input--width-2 {
    max-width: 2.75em
}

.input__wrapper {
    display: -ms-flexbox;
    display: flex
}

    .input__wrapper .input {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

        .input__wrapper .input:focus {
            z-index: 1
        }

@media (max-width: 19.99em) {
    .input__wrapper {
        display: block
    }

        .input__wrapper .input {
            max-width: 100%
        }
}

.input__prefix, .input__suffix {
    font-family: "GDS Transport",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: inline-block;
    min-width: 40px;
    min-width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    padding: 5px;
    border: 2px solid #0b0c0c;
    background-color: #f3f2f1;
    text-align: center;
    white-space: nowrap;
    cursor: default;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media print {
    .input__prefix, .input__suffix {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .input__prefix, .input__suffix {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .input__prefix, .input__suffix {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media (max-width: 40.0525em) {
    .input__prefix, .input__suffix {
        line-height: 1.6
    }
}

@media (max-width: 19.99em) {
    .input__prefix, .input__suffix {
        display: block;
        height: 100%;
        white-space: normal
    }
}

@media (max-width: 19.99em) {
    .input__prefix {
        border-bottom: 0
    }
}

@media (min-width: 20em) {
    .input__prefix {
        border-right: 0
    }
}

@media (max-width: 19.99em) {
    .input__suffix {
        border-top: 0
    }
}

@media (min-width: 20em) {
    .input__suffix {
        border-left: 0
    }
}

.gem-c-input__search-icon {
    display: block;
    position: relative;
    z-index: 1;
    margin-bottom: -40px;
    margin-bottom: -2.5rem;
    width: 40px;
    height: 40px;
    height: 2.5rem;
    background: url(/assets/static/govuk_publishing_components/icon-search-c4288e0b24c4efb62105a26bd8e98a7fcb1114467e5c64b3d8c145f4a74596a1.svg) no-repeat -3px center
}

.gem-c-input.input {
    margin: 0;
    min-width: 0;
    padding: 5px;
    box-sizing: border-box
}

    .gem-c-input.input.gem-c-input--with-search-icon {
        padding-left: 30px
    }

.gem-c-search {
    position: relative;
    margin-bottom: 30px
}

.gem-c-search__label {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.5;
    display: block;
    color: #0b0c0c
}

@media print {
    .gem-c-search__label {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-search__label {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 2.1052631579
    }
}

@media print {
    .gem-c-search__label {
        font-size: 14pt;
        line-height: 40px
    }
}

.gem-c-search__label h1 {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.5;
    margin: 0
}

@media print {
    .gem-c-search__label h1 {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-search__label h1 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 2.1052631579
    }
}

@media print {
    .gem-c-search__label h1 {
        font-size: 14pt;
        line-height: 40px
    }
}

.js-enabled .gem-c-search__label {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    padding-left: 15px;
    z-index: 1;
    color: #505a5f;
    background: #fff
}

.js-enabled .gem-c-search--separate-label .gem-c-search__label {
    color: #0b0c0c
}

.gem-c-search__input[type="search"]:focus {
    outline: 3px solid #fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px
}

.gem-c-search__input[type="search"] {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4736842105;
    margin: 0;
    width: 100%;
    height: 2.5em;
    padding: .375em;
    border: 2px solid #0b0c0c;
    background: #fff;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media print {
    .gem-c-search__input[type="search"] {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-search__input[type="search"] {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.4736842105
    }
}

@media print {
    .gem-c-search__input[type="search"] {
        font-size: 14pt;
        line-height: 1.4736842105
    }
}

@media (min-width: 40.0625em) {
    .gem-c-search__input[type="search"] {
        height: 2.1052631579em;
        padding: .3157894737em
    }
}

.gem-c-search__input[type="search"]:focus, .gem-c-search__input.focus[type="search"] {
    z-index: 2
}

.gem-c-search__submit {
    border: 0;
    cursor: pointer;
    border-radius: 0;
    outline: 2px solid transparent;
    outline-offset: 0;
    position: relative;
    padding: 0;
    width: 40px;
    height: 40px;
    text-indent: -5000px;
    overflow: hidden
}

    .gem-c-search__submit .gem-c-search__icon {
        display: block;
        pointer-events: none;
        position: absolute;
        height: 20px;
        width: 20px;
        top: 10px;
        left: 10px
    }

    .gem-c-search__submit:focus {
        z-index: 2;
        outline: 3px solid #fd0;
        box-shadow: inset 0 0 0 4px #0b0c0c
    }

    .gem-c-search__submit::-moz-focus-inner {
        border: 0
    }

.gem-c-search__item-wrapper {
    display: table;
    width: 100%;
    background: #fff
}

.gem-c-search__item {
    position: relative;
    display: table-cell;
    vertical-align: top
}

.gem-c-search__submit-wrapper {
    width: 1%
}

.gem-c-search--on-blue .gem-c-search__label {
    color: #fff
}

.gem-c-search--on-blue .gem-c-search__input {
    border-width: 0;
    outline: 2px solid transparent;
    outline-offset: 0
}

    .gem-c-search--on-blue .gem-c-search__input:focus {
        box-shadow: none
    }

.gem-c-search--on-blue .gem-c-search__submit {
    background-color: #0b0c0c;
    color: #fff
}

    .gem-c-search--on-blue .gem-c-search__submit:hover {
        background-color: #171919
    }

.js-enabled .gem-c-search--on-blue .gem-c-search__label {
    color: #505a5f
}

.gem-c-search--on-white .gem-c-search__submit {
    background-color: #1d70b8;
    color: #fff
}

    .gem-c-search--on-white .gem-c-search__submit:hover {
        background-color: #207dce
    }

.gem-c-search--on-white .gem-c-search__input[type="search"] {
    border-right-width: 0
}

    .gem-c-search--on-white .gem-c-search__input[type="search"]:focus {
        border-right-width: 2px
    }

.gem-c-search--no-border .gem-c-search__label {
    color: #fff
}

.gem-c-search--no-border .gem-c-search__input[type="search"] {
    border: 0
}

.js-enabled .gem-c-search--no-border .gem-c-search__label {
    color: #505a5f
}

.gem-c-search--large .gem-c-search__label {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 3.125
}

@media print {
    .gem-c-search--large .gem-c-search__label {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-search--large .gem-c-search__label {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 2.6315789474
    }
}

@media print {
    .gem-c-search--large .gem-c-search__label {
        font-size: 14pt;
        line-height: 50px
    }
}

.gem-c-search--large .gem-c-search__input[type="search"] {
    height: 50px
}

.gem-c-search--large .gem-c-search__submit {
    width: 50px;
    height: 50px
}

    .gem-c-search--large .gem-c-search__submit .gem-c-search__icon {
        display: block;
        pointer-events: none;
        position: absolute;
        height: 20px;
        width: 20px;
        top: 15px;
        left: 15px
    }

@media (max-width: 40.0525em) {
    .gem-c-search--large-on-mobile .gem-c-search__label {
        font-family: "GDS Transport", arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 400;
        font-size: 16px;
        font-size: 1rem;
        line-height: 3.125
    }
}

@media print and (max-width: 40.0525em) {
    .gem-c-search--large-on-mobile .gem-c-search__label {
        font-family: sans-serif
    }
}

@media (max-width: 40.0525em) and (min-width: 40.0625em) {
    .gem-c-search--large-on-mobile .gem-c-search__label {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 2.6315789474
    }
}

@media print and (max-width: 40.0525em) {
    .gem-c-search--large-on-mobile .gem-c-search__label {
        font-size: 14pt;
        line-height: 50px
    }
}

@media (max-width: 40.0525em) {
    .gem-c-search--large-on-mobile .gem-c-search__input[type="search"] {
        height: 50px
    }

    .gem-c-search--large-on-mobile .gem-c-search__submit {
        width: 50px;
        height: 50px
    }

        .gem-c-search--large-on-mobile .gem-c-search__submit .gem-c-search__icon {
            display: block;
            pointer-events: none;
            position: absolute;
            height: 20px;
            width: 20px;
            top: 15px;
            left: 15px
        }
}

.gem-c-search--separate-label .gem-c-search__label {
    position: relative;
    top: auto;
    left: auto;
    padding-left: 0
}

.search-toggle {
    display: none;
    background-color: #1d70b8;
    background-image: url(/assets/static/govuk_publishing_components/search-button-efc49d8b5ccd65d59c88017e40c45225e6b88d833c5f772e365d1a62134f9a70.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    float: right;
    height: 30px;
    margin: -46px 0;
    overflow: hidden;
    padding: 0;
    text-indent: -5000px;
    width: 36px;
    border: 0
}

    .search-toggle:focus {
        border-width: 0;
        box-shadow: inset 0 0 0 4px #0b0c0c;
        outline: 3px solid #fd0;
        outline-offset: 0
    }

    .search-toggle:focus, .search-toggle:hover {
        background-color: #207dce
    }

    .search-toggle.js-hidden {
        display: none
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
    .search-toggle {
        background-size: 52.5px 35px;
        background-position: 100% 50%
    }
}

@media (min-width: 40.0625em) {
    .search-toggle {
        display: none
    }
}

@media (max-width: 40.0525em) {
    .js-enabled .search-toggle {
        display: block
    }
}

.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: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429;
    display: block;
    padding: 10px 15px
}

    .skip-link:active, .skip-link:focus {
        position: static !important;
        width: auto !important;
        height: auto !important;
        margin: inherit !important;
        overflow: visible !important;
        clip: auto !important;
        -webkit-clip-path: none !important;
        clip-path: none !important;
        white-space: inherit !important
    }

@media print {
    .skip-link {
        font-family: sans-serif
    }
}

.skip-link:link, .skip-link:visited {
    color: #0b0c0c
}

@media print {
    .skip-link:link, .skip-link:visited {
        color: #000
    }
}

.skip-link:hover {
    color: rgba(11,12,12,0.99)
}

.skip-link:active, .skip-link:focus {
    color: #0b0c0c
}

@media print {
    .skip-link:active, .skip-link:focus {
        color: #000
    }
}

@media (min-width: 40.0625em) {
    .skip-link {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print {
    .skip-link {
        font-size: 14pt;
        line-height: 1.2
    }
}

@supports (padding: max(calc(0px))) {
    .skip-link {
        padding-right: max(15px, calc(15px + env(safe-area-inset-right)));
        padding-left: max(15px, calc(15px + env(safe-area-inset-left)))
    }
}

.skip-link:focus {
    outline: 3px solid #fd0;
    outline-offset: 0;
    background-color: #fd0
}

.skip-link-focused-element:focus {
    outline: none
}

.textarea {
    font-family: "GDS Transport",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 {
    .textarea {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .textarea {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.25
    }
}

@media print {
    .textarea {
        font-size: 14pt;
        line-height: 1.25
    }
}

@media (min-width: 40.0625em) {
    .textarea {
        margin-bottom: 30px
    }
}

.textarea:focus {
    outline: 3px solid #fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px
}

.textarea:disabled {
    opacity: .5;
    color: inherit;
    background-color: transparent;
    cursor: not-allowed
}

.textarea--error {
    border-color: #d4351c
}

    .textarea--error:focus {
        border-color: #0b0c0c
    }

.gem-c-textarea .textarea {
    margin-bottom: 0
}

    .gem-c-textarea .textarea + .hint {
        margin-top: 5px
    }

@media print {
    .gem-c-textarea .gem-c-label, .gem-c-textarea .gem-c-error-message, .gem-c-textarea .hint, .gem-c-textarea .character-count__message {
        display: block
    }

    .gem-c-textarea .textarea {
        width: 400px;
        height: 40px
    }
}

.gem-c-title--inverse {
    color: #fff
}

    .gem-c-title--inverse .gem-c-title__text, .gem-c-title--inverse .gem-c-title__context {
        color: inherit
    }

.gem-c-title__context-link {
    text-decoration: none
}

    .gem-c-title__context-link:link, .gem-c-title__context-link:visited {
        color: inherit
    }

    .gem-c-title__context-link:hover {
        text-decoration: underline
    }

    .gem-c-title__context-link:focus {
        text-decoration: none;
        color: #0b0c0c
    }

.gem-c-title__text {
    margin: 0
}

@media print {
    .gem-c-title__context {
        margin: 0
    }

    .gem-c-title__text {
        margin-top: 0
    }
}

.cookie-banner {
    padding-top: 20px;
    border-bottom: 10px solid transparent;
    background-color: #f3f2f1
}

    .cookie-banner[hidden] {
        display: none
    }

.cookie-banner__message {
    margin-bottom: -10px
}

    .cookie-banner__message[hidden] {
        display: none
    }

    .cookie-banner__message:focus {
        outline: none
    }

.gem-c-cookie-banner .button-group[hidden] {
    display: none
}

.cookie-banner .cookie-banner__heading[hidden] {
    display: none
}

.js-enabled .gem-c-cookie-banner {
    display: none
}

.gem-c-cookie-banner .gem-c-button {
    display: none
}

.gem-c-cookie-banner__confirmation:focus {
    outline: none
}

@media print {
    .gem-c-cookie-banner {
        display: none !important
    }
}

.gem-c-feedback {
    background: #fff;
    margin-top: 30px
}

@media (min-width: 48.0625em) {
    .gem-c-feedback {
        margin-top: 60px
    }
}

@media (max-width: 40.0525em) {
    .gem-c-feedback {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 40.0625em) and (max-width: 48.0525em) {
    .gem-c-feedback {
        margin-right: -30px;
        margin-left: -30px
    }
}

.gem-c-feedback [hidden] {
    display: none !important
}

.gem-c-feedback__prompt {
    background-color: #f3f2f1;
    color: #0b0c0c;
    border-top: 1px solid #b1b4b6;
    outline: 0
}

.gem-c-feedback__prompt-content {
    display: flex;
    flex-direction: column;
    padding: 0 15px
}

@media (min-width: 40.0625em) {
    .gem-c-feedback__prompt-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }
}

.gem-c-feedback__prompt-questions {
    text-align: left;
    padding: 20px 0
}

@media (min-width: 40.0625em) {
    .gem-c-feedback__prompt-questions {
        margin: 0 15px
    }
}

.gem-c-feedback__prompt-questions--something-is-wrong {
    border-top: 1px solid #b1b4b6
}

@media (min-width: 40.0625em) {
    .gem-c-feedback__prompt-questions--something-is-wrong {
        border: 0
    }
}

.gem-c-feedback__prompt-question-answer {
    display: flex;
    align-items: center
}

@media (max-width: 19.99em) {
    .gem-c-feedback__prompt-question-answer {
        justify-content: center;
        flex-wrap: wrap
    }
}

.gem-c-feedback__prompt-question, .gem-c-feedback__prompt-success {
    font-family: "GDS Transport",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 {
    .gem-c-feedback__prompt-question, .gem-c-feedback__prompt-success {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-feedback__prompt-question, .gem-c-feedback__prompt-success {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .gem-c-feedback__prompt-question, .gem-c-feedback__prompt-success {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media (min-width: 40.0625em) {
    .gem-c-feedback__prompt-question, .gem-c-feedback__prompt-success {
        font-family: "GDS Transport", arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 700;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.1428571429
    }
}

@media print and (min-width: 40.0625em) {
    .gem-c-feedback__prompt-question, .gem-c-feedback__prompt-success {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) and (min-width: 40.0625em) {
    .gem-c-feedback__prompt-question, .gem-c-feedback__prompt-success {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print and (min-width: 40.0625em) {
    .gem-c-feedback__prompt-question, .gem-c-feedback__prompt-success {
        font-size: 14pt;
        line-height: 1.2
    }
}

.gem-c-feedback__prompt-question {
    margin: 0;
    padding-bottom: 10px
}

    .gem-c-feedback__prompt-question:focus {
        outline: 0
    }

@media (min-width: 20em) {
    .gem-c-feedback__prompt-question {
        padding-bottom: 0;
        margin-right: 10px
    }
}

@media (min-width: 48.0625em) {
    .gem-c-feedback__prompt-question {
        margin-right: 20px
    }
}

.gem-c-feedback__prompt-link {
    font-family: "GDS Transport",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: transparent;
    color: #0b0c0c;
    box-shadow: 0 3px 0 #0b0c0c;
    border: 1px #0b0c0c solid;
    margin-bottom: 0;
    width: 100%
}

@media print {
    .gem-c-feedback__prompt-link {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-feedback__prompt-link {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .gem-c-feedback__prompt-link {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media (min-width: 40.0625em) {
    .gem-c-feedback__prompt-link {
        font-family: "GDS Transport", arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 400;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.1428571429
    }
}

@media print and (min-width: 40.0625em) {
    .gem-c-feedback__prompt-link {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) and (min-width: 40.0625em) {
    .gem-c-feedback__prompt-link {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print and (min-width: 40.0625em) {
    .gem-c-feedback__prompt-link {
        font-size: 14pt;
        line-height: 1.2
    }
}

.gem-c-feedback__prompt-link:focus, .gem-c-feedback__prompt-link:focus:not(:active):not(:hover) {
    background: #fd0;
    border-color: #0b0c0c;
    box-shadow: 0 5px 0 #0b0c0c
}

.gem-c-feedback__prompt-link:active {
    color: #0b0c0c
}

.gem-c-feedback__prompt-link:hover {
    background: #b1b4b6;
    color: #0b0c0c
}

.gem-c-feedback__prompt-link:link, .gem-c-feedback__prompt-link:visited {
    color: #0b0c0c
}

    .gem-c-feedback__prompt-link:link:focus, .gem-c-feedback__prompt-link:link:active, .gem-c-feedback__prompt-link:visited:focus, .gem-c-feedback__prompt-link:visited:active {
        color: #0b0c0c
    }

.gem-c-feedback__option-list {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.gem-c-feedback__option-list-item:last-child {
    margin-left: 10px
}

@media (min-width: 48.0625em) {
    .gem-c-feedback__option-list-item:last-child {
        margin-left: 20px
    }
}

.gem-c-feedback__option-list-item .gem-c-feedback__prompt-link {
    min-width: 100px
}

@media (max-width: 48.0525em) {
    .gem-c-feedback__option-list-item .gem-c-feedback__prompt-link {
        min-width: 80px
    }
}

.gem-c-feedback__error-summary {
    margin-bottom: 15px;
    padding: 15px;
    border: solid 4px #d4351c;
    clear: both
}

    .gem-c-feedback__error-summary:focus {
        outline: solid 3px #fd0
    }

@media (min-width: 48.0625em) {
    .gem-c-feedback__error-summary {
        border-width: 5px
    }
}

.gem-c-feedback__error-summary h2 {
    color: #0b0c0c;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    margin: 0 0 15px 0
}

@media print {
    .gem-c-feedback__error-summary h2 {
        color: #000
    }
}

@media print {
    .gem-c-feedback__error-summary h2 {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-feedback__error-summary h2 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print {
    .gem-c-feedback__error-summary h2 {
        font-size: 18pt;
        line-height: 1.15
    }
}

.gem-c-feedback__error-summary p {
    color: #0b0c0c;
    font-family: "GDS Transport",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 0 15px 0
}

@media print {
    .gem-c-feedback__error-summary p {
        color: #000
    }
}

@media print {
    .gem-c-feedback__error-summary p {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-feedback__error-summary p {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .gem-c-feedback__error-summary p {
        font-size: 14pt;
        line-height: 1.15
    }
}

.gem-c-feedback__error-summary a {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em
}

@media print {
    .gem-c-feedback__error-summary a {
        font-family: sans-serif
    }
}

.gem-c-feedback__error-summary 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
}

.gem-c-feedback__error-summary a:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.gem-c-feedback__error-summary a:link {
    color: #1d70b8
}

.gem-c-feedback__error-summary a:visited {
    color: #4c2c92
}

.gem-c-feedback__error-summary a:hover {
    color: #003078
}

.gem-c-feedback__error-summary a:active {
    color: #0b0c0c
}

.gem-c-feedback__error-summary a:focus {
    color: #0b0c0c
}

@media print {
    .gem-c-feedback__error-summary a[href^="/"]:after, .gem-c-feedback__error-summary a[href^="http://"]:after, .gem-c-feedback__error-summary a[href^="https://"]:after {
        content: " (" attr(href) ")";
        font-size: 90%;
        word-wrap: break-word
    }
}

.gem-c-feedback__error-message {
    font-family: "GDS Transport",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;
    padding: 4px 0 0;
    color: #d4351c
}

@media print {
    .gem-c-feedback__error-message {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-feedback__error-message {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .gem-c-feedback__error-message {
        font-size: 14pt;
        line-height: 1.15
    }
}

.gem-c-feedback__form {
    padding: 15px;
    border-top: 1px solid #b1b4b6
}

@media (min-width: 40.0625em) {
    .gem-c-feedback__form {
        padding: 30px
    }
}

.gem-c-feedback__form-heading {
    color: #0b0c0c;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    margin: 0 0 15px 0
}

@media print {
    .gem-c-feedback__form-heading {
        color: #000
    }
}

@media print {
    .gem-c-feedback__form-heading {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-feedback__form-heading {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print {
    .gem-c-feedback__form-heading {
        font-size: 18pt;
        line-height: 1.15
    }
}

.gem-c-feedback__form-paragraph {
    color: #0b0c0c;
    font-family: "GDS Transport",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 0 30px 0
}

@media print {
    .gem-c-feedback__form-paragraph {
        color: #000
    }
}

@media print {
    .gem-c-feedback__form-paragraph {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-feedback__form-paragraph {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .gem-c-feedback__form-paragraph {
        font-size: 14pt;
        line-height: 1.15
    }
}

.gem-c-feedback__form-label {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429;
    display: block;
    padding-bottom: 15px
}

@media print {
    .gem-c-feedback__form-label {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-feedback__form-label {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print {
    .gem-c-feedback__form-label {
        font-size: 14pt;
        line-height: 1.2
    }
}

.gem-c-feedback__close {
    margin: 0 10px
}

@media (max-width: 40.0525em) {
    .gem-c-feedback__close {
        margin: 20px 0 0
    }
}

.gem-c-feedback__email-link {
    display: inline-block;
    margin-top: 20px
}

@media (min-width: 48.0625em) {
    .gem-c-feedback__email-link {
        margin-top: 10px
    }
}

.gem-c-feedback__email-link:focus, .gem-c-feedback__email-link:active {
    color: #0b0c0c
}

.gem-c-feedback .gem-c-input[type="text"] {
    font-family: "GDS Transport",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;
    padding: 5px;
    border: 2px solid #0b0c0c
}

@media print {
    .gem-c-feedback .gem-c-input[type="text"] {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-feedback .gem-c-input[type="text"] {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .gem-c-feedback .gem-c-input[type="text"] {
        font-size: 14pt;
        line-height: 1.15
    }
}

.gem-c-feedback .gem-c-input[type="text"]:focus {
    outline: 3px solid #fd0
}

.gem-c-emergency-banner {
    font-family: "GDS Transport",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-color: #b1b4b6;
    color: #fff;
    margin-top: 2px;
    padding: 15px 0
}

@media print {
    .gem-c-emergency-banner {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-emergency-banner {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .gem-c-emergency-banner {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media (min-width: 40.0625em) {
    .gem-c-emergency-banner {
        padding: 30px 0
    }
}

.gem-c-emergency-banner--homepage {
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
    margin-bottom: -10px;
    margin-top: 0;
    position: relative;
    z-index: 10
}

.gem-c-emergency-banner__heading {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    margin: 0
}

@media print {
    .gem-c-emergency-banner__heading {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-emergency-banner__heading {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print {
    .gem-c-emergency-banner__heading {
        font-size: 18pt;
        line-height: 1.15
    }
}

.gem-c-emergency-banner__heading--homepage {
    font-family: "GDS Transport",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 {
    .gem-c-emergency-banner__heading--homepage {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-emergency-banner__heading--homepage {
        font-size: 48px;
        font-size: 3rem;
        line-height: 1.0416666667
    }
}

@media print {
    .gem-c-emergency-banner__heading--homepage {
        font-size: 32pt;
        line-height: 1.15
    }
}

@media (min-width: 40.0625em) {
    .gem-c-emergency-banner__heading--homepage {
        margin-bottom: 20px
    }
}

.gem-c-emergency-banner__description {
    font-family: "GDS Transport",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: #fff;
    margin-top: 0;
    margin-bottom: 20px
}

@media print {
    .gem-c-emergency-banner__description {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-emergency-banner__description {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .gem-c-emergency-banner__description {
        font-size: 14pt;
        line-height: 1.15
    }
}

.gem-c-emergency-banner__description:last-child {
    margin-bottom: 0
}

.gem-c-emergency-banner__description--homepage {
    margin: 20px 0
}

.gem-c-emergency-banner__link {
    font-family: "GDS Transport",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 {
    .gem-c-emergency-banner__link {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-emergency-banner__link {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .gem-c-emergency-banner__link {
        font-size: 14pt;
        line-height: 1.15
    }
}

.gem-c-emergency-banner__link:link, .gem-c-emergency-banner__link:visited {
    color: #fff
}

.gem-c-emergency-banner__link:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.gem-c-emergency-banner--notable-death {
    background-color: #0b0c0c
}

.gem-c-emergency-banner--national-emergency {
    background-color: #b10e1e
}

.gem-c-emergency-banner--local-emergency {
    background-color: #00847d
}

@media print {
    .gem-c-emergency-banner {
        display: none
    }
}

.footer {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429;
    padding-top: 25px;
    padding-bottom: 15px;
    border-top: 1px solid #b1b4b6;
    color: #0b0c0c;
    background: #f3f2f1
}

@media print {
    .footer {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .footer {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print {
    .footer {
        font-size: 14pt;
        line-height: 1.2
    }
}

@media (min-width: 40.0625em) {
    .footer {
        padding-top: 40px
    }
}

@media (min-width: 40.0625em) {
    .footer {
        padding-bottom: 25px
    }
}

.footer__link {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em
}

@media print {
    .footer__link {
        font-family: sans-serif
    }
}

.footer__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
}

.footer__link:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.footer__link:link, .footer__link:visited {
    color: #0b0c0c
}

@media print {
    .footer__link:link, .footer__link:visited {
        color: #000
    }
}

.footer__link:hover {
    color: rgba(11,12,12,0.99)
}

.footer__link:active, .footer__link:focus {
    color: #0b0c0c
}

@media print {
    .footer__link:active, .footer__link:focus {
        color: #000
    }
}

.footer__section-break {
    margin: 0;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #b1b4b6
}

@media (min-width: 40.0625em) {
    .footer__section-break {
        margin-bottom: 50px
    }
}

.footer__meta {
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__meta-item {
    margin-right: 15px;
    margin-bottom: 25px;
    margin-left: 15px
}

.footer__meta-item--grow {
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 40.0525em) {
    .footer__meta-item--grow {
        -ms-flex-preferred-size: 320px;
        flex-basis: 320px
    }
}

.footer__licence-logo {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    forced-color-adjust: auto
}

@media (max-width: 48.0525em) {
    .footer__licence-logo {
        margin-bottom: 15px
    }
}

.footer__licence-description {
    display: inline-block
}

.footer__copyright-logo {
    display: inline-block;
    min-width: 125px;
    padding-top: 112px;
    background-image: url(/assets/static/crest-87038e62e594b5f83ea40e0fb480fe7a5f41ba0db3917f709dfb39043f19a0f7.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 125px 102px;
    text-align: center;
    white-space: nowrap
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
    .footer__copyright-logo {
        background-image: url(/assets/static/crest-2x-f88404651d3e759ad54ebb8fa59ce10dafa0f8788571c8a9adc7597dd9823220.png)
    }
}

.footer__inline-list {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0
}

.footer__meta-custom {
    margin-bottom: 20px
}

.footer__inline-list-item {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px
}

.footer__heading {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b1b4b6
}

@media (max-width: 40.0525em) {
    .footer__heading {
        padding-bottom: 10px
    }
}

.footer__navigation {
    margin-right: -15px;
    margin-left: -15px
}

    .footer__navigation:after {
        content: "";
        display: block;
        clear: both
    }

.footer__section {
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top
}

.footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-gap: 30px;
    column-gap: 30px
}

@media (min-width: 48.0625em) {
    .footer__list--columns-2 {
        -webkit-column-count: 2;
        column-count: 2
    }

    .footer__list--columns-3 {
        -webkit-column-count: 3;
        column-count: 3
    }
}

.footer__list-item {
    margin-bottom: 15px
}

@media (min-width: 40.0625em) {
    .footer__list-item {
        margin-bottom: 20px
    }
}

.footer__list-item:last-child {
    margin-bottom: 0
}

.gem-c-layout-footer--border {
    border-top: 10px solid #1d70b8
}

.footer__list-item {
    display: inline-block;
    width: 99%
}

.gem-c-layout-footer .footer__list {
    padding-bottom: 40px
}

.gem-c-layout-footer .footer__list-item:nth-child(odd):last-child {
    margin-bottom: 20px
}

.gem-c-layout-for-public {
    font-family: "GDS Transport",arial,sans-serif
}

.gem-c-layout-for-public__blue-bar {
    background: #1d70b8;
    height: 10px
}

.gem-c-layout-for-public__blue-bar-wrapper--browse {
    background-color: #263135
}

.js-enabled .gem-c-layout-for-public__global-banner-wrapper {
    margin-top: -10px;
    min-height: 10px;
    position: relative
}

.gem-c-layout-for-public-account-menu {
    margin: 0 0 30px 0;
    padding: 0
}

@media (min-width: 48.0625em) {
    .gem-c-layout-for-public-account-menu {
        margin-right: 20px
    }
}

.gem-c-layout-for-public-account-menu__item {
    list-style-type: none;
    padding: 12px 0
}

@media (min-width: 40.0625em) {
    .gem-c-layout-for-public-account-menu__item {
        margin: 0 0 20px;
        padding: 5px 0
    }
}

.gem-c-layout-for-public-account-menu__item--current {
    margin-left: -14px;
    padding-left: 10px;
    border-left: 4px solid #1d70b8
}

    .gem-c-layout-for-public-account-menu__item--current .gem-c-layout-for-public-account-menu__link {
        text-decoration: none
    }

.gem-c-layout-for-public-account-menu__link {
    font-family: "GDS Transport",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 {
    .gem-c-layout-for-public-account-menu__link {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-layout-for-public-account-menu__link {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .gem-c-layout-for-public-account-menu__link {
        font-size: 14pt;
        line-height: 1.15
    }
}

.gem-c-layout-for-public-account-menu__link:not(:focus):hover {
    color: #1d70b8
}

.gem-c-search {
    position: relative;
    margin-bottom: 30px
}

.gem-c-search__label {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.5;
    display: block;
    color: #0b0c0c
}

@media print {
    .gem-c-search__label {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-search__label {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 2.1052631579
    }
}

@media print {
    .gem-c-search__label {
        font-size: 14pt;
        line-height: 40px
    }
}

.gem-c-search__label h1 {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.5;
    margin: 0
}

@media print {
    .gem-c-search__label h1 {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-search__label h1 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 2.1052631579
    }
}

@media print {
    .gem-c-search__label h1 {
        font-size: 14pt;
        line-height: 40px
    }
}

.js-enabled .gem-c-search__label {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    padding-left: 15px;
    z-index: 1;
    color: #505a5f;
    background: #fff
}

.js-enabled .gem-c-search--separate-label .gem-c-search__label {
    color: #0b0c0c
}

.gem-c-search__input[type="search"]:focus {
    outline: 3px solid #fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px
}

.gem-c-search__input[type="search"] {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4736842105;
    margin: 0;
    width: 100%;
    height: 2.5em;
    padding: .375em;
    border: 2px solid #0b0c0c;
    background: #fff;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media print {
    .gem-c-search__input[type="search"] {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-search__input[type="search"] {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.4736842105
    }
}

@media print {
    .gem-c-search__input[type="search"] {
        font-size: 14pt;
        line-height: 1.4736842105
    }
}

@media (min-width: 40.0625em) {
    .gem-c-search__input[type="search"] {
        height: 2.1052631579em;
        padding: .3157894737em
    }
}

.gem-c-search__input[type="search"]:focus, .gem-c-search__input.focus[type="search"] {
    z-index: 2
}

.gem-c-search__submit {
    border: 0;
    cursor: pointer;
    border-radius: 0;
    outline: 2px solid transparent;
    outline-offset: 0;
    position: relative;
    padding: 0;
    width: 40px;
    height: 40px;
    text-indent: -5000px;
    overflow: hidden
}

    .gem-c-search__submit .gem-c-search__icon {
        display: block;
        pointer-events: none;
        position: absolute;
        height: 20px;
        width: 20px;
        top: 10px;
        left: 10px
    }

    .gem-c-search__submit:focus {
        z-index: 2;
        outline: 3px solid #fd0;
        box-shadow: inset 0 0 0 4px #0b0c0c
    }

    .gem-c-search__submit::-moz-focus-inner {
        border: 0
    }

.gem-c-search__item-wrapper {
    display: table;
    width: 100%;
    background: #fff
}

.gem-c-search__item {
    position: relative;
    display: table-cell;
    vertical-align: top
}

.gem-c-search__submit-wrapper {
    width: 1%
}

.gem-c-search--on-blue .gem-c-search__label {
    color: #fff
}

.gem-c-search--on-blue .gem-c-search__input {
    border-width: 0;
    outline: 2px solid transparent;
    outline-offset: 0
}

    .gem-c-search--on-blue .gem-c-search__input:focus {
        box-shadow: none
    }

.gem-c-search--on-blue .gem-c-search__submit {
    background-color: #0b0c0c;
    color: #fff
}

    .gem-c-search--on-blue .gem-c-search__submit:hover {
        background-color: #171919
    }

.js-enabled .gem-c-search--on-blue .gem-c-search__label {
    color: #505a5f
}

.gem-c-search--on-white .gem-c-search__submit {
    background-color: #1d70b8;
    color: #fff
}

    .gem-c-search--on-white .gem-c-search__submit:hover {
        background-color: #207dce
    }

.gem-c-search--on-white .gem-c-search__input[type="search"] {
    border-right-width: 0
}

    .gem-c-search--on-white .gem-c-search__input[type="search"]:focus {
        border-right-width: 2px
    }

.gem-c-search--no-border .gem-c-search__label {
    color: #fff
}

.gem-c-search--no-border .gem-c-search__input[type="search"] {
    border: 0
}

.js-enabled .gem-c-search--no-border .gem-c-search__label {
    color: #505a5f
}

.gem-c-search--large .gem-c-search__label {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 3.125
}

@media print {
    .gem-c-search--large .gem-c-search__label {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-search--large .gem-c-search__label {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 2.6315789474
    }
}

@media print {
    .gem-c-search--large .gem-c-search__label {
        font-size: 14pt;
        line-height: 50px
    }
}

.gem-c-search--large .gem-c-search__input[type="search"] {
    height: 50px
}

.gem-c-search--large .gem-c-search__submit {
    width: 50px;
    height: 50px
}

    .gem-c-search--large .gem-c-search__submit .gem-c-search__icon {
        display: block;
        pointer-events: none;
        position: absolute;
        height: 20px;
        width: 20px;
        top: 15px;
        left: 15px
    }

@media (max-width: 40.0525em) {
    .gem-c-search--large-on-mobile .gem-c-search__label {
        font-family: "GDS Transport", arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 400;
        font-size: 16px;
        font-size: 1rem;
        line-height: 3.125
    }
}

@media print and (max-width: 40.0525em) {
    .gem-c-search--large-on-mobile .gem-c-search__label {
        font-family: sans-serif
    }
}

@media (max-width: 40.0525em) and (min-width: 40.0625em) {
    .gem-c-search--large-on-mobile .gem-c-search__label {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 2.6315789474
    }
}

@media print and (max-width: 40.0525em) {
    .gem-c-search--large-on-mobile .gem-c-search__label {
        font-size: 14pt;
        line-height: 50px
    }
}

@media (max-width: 40.0525em) {
    .gem-c-search--large-on-mobile .gem-c-search__input[type="search"] {
        height: 50px
    }

    .gem-c-search--large-on-mobile .gem-c-search__submit {
        width: 50px;
        height: 50px
    }

        .gem-c-search--large-on-mobile .gem-c-search__submit .gem-c-search__icon {
            display: block;
            pointer-events: none;
            position: absolute;
            height: 20px;
            width: 20px;
            top: 15px;
            left: 15px
        }
}

.gem-c-search--separate-label .gem-c-search__label {
    position: relative;
    top: auto;
    left: auto;
    padding-left: 0
}

.search-toggle {
    display: none;
    background-color: #1d70b8;
    background-image: url(/assets/static/govuk_publishing_components/search-button-efc49d8b5ccd65d59c88017e40c45225e6b88d833c5f772e365d1a62134f9a70.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    float: right;
    height: 30px;
    margin: -46px 0;
    overflow: hidden;
    padding: 0;
    text-indent: -5000px;
    width: 36px;
    border: 0
}

    .search-toggle:focus {
        border-width: 0;
        box-shadow: inset 0 0 0 4px #0b0c0c;
        outline: 3px solid #fd0;
        outline-offset: 0
    }

    .search-toggle:focus, .search-toggle:hover {
        background-color: #207dce
    }

    .search-toggle.js-hidden {
        display: none
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
    .search-toggle {
        background-size: 52.5px 35px;
        background-position: 100% 50%
    }
}

@media (min-width: 40.0625em) {
    .search-toggle {
        display: none
    }
}

@media (max-width: 40.0525em) {
    .js-enabled .search-toggle {
        display: block
    }
}

.header {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429;
    border-bottom: 10px solid #fff;
    color: #fff;
    background: #0b0c0c
}

@media print {
    .header {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .header {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print {
    .header {
        font-size: 14pt;
        line-height: 1.2
    }
}

.header__container--full-width {
    padding: 0 15px;
    border-color: #1d70b8
}

    .header__container--full-width .header__menu-button {
        right: 15px
    }

.header__container {
    position: relative;
    margin-bottom: -10px;
    padding-top: 10px;
    border-bottom: 10px solid #1d70b8
}

    .header__container:after {
        content: "";
        display: block;
        clear: both
    }

.header__logotype {
    display: inline-block;
    margin-right: 5px
}

@media (forced-colors: active) {
    .header__logotype {
        forced-color-adjust: none;
        color: linktext
    }
}

.header__logotype:last-child {
    margin-right: 0
}

.header__logotype-crown {
    position: relative;
    top: -1px;
    margin-right: 1px;
    fill: currentcolor;
    vertical-align: top
}

.header__logotype-crown-fallback-image {
    width: 36px;
    height: 32px;
    border: 0;
    vertical-align: bottom
}

.header__product-name {
    font-family: "GDS Transport",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
}

@media print {
    .header__product-name {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .header__product-name {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1
    }
}

@media print {
    .header__product-name {
        font-size: 18pt;
        line-height: 1
    }
}

.header__link {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none
}

@media print {
    .header__link {
        font-family: sans-serif
    }
}

.header__link:link, .header__link:visited {
    color: #fff
}

.header__link:hover, .header__link:active {
    color: rgba(255,255,255,0.99)
}

.header__link:focus {
    color: #0b0c0c
}

.header__link:hover {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: .1578em
}

.header__link:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.header__link--homepage {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
    font-size: 30px;
    line-height: 1
}

@media print {
    .header__link--homepage {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .header__link--homepage {
        display: inline
    }

        .header__link--homepage:focus {
            box-shadow: 0 0 #fd0
        }
}

.header__link--homepage:link, .header__link--homepage:visited {
    text-decoration: none
}

.header__link--homepage:hover, .header__link--homepage:active {
    margin-bottom: -3px;
    border-bottom: 3px solid
}

.header__link--homepage:focus {
    margin-bottom: 0;
    border-bottom: 0
}

.header__service-name, .header__link--service-name {
    display: inline-block;
    margin-bottom: 10px;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111
}

@media print {
    .header__service-name, .header__link--service-name {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .header__service-name, .header__link--service-name {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print {
    .header__service-name, .header__link--service-name {
        font-size: 18pt;
        line-height: 1.15
    }
}

.header__logo, .header__content {
    box-sizing: border-box
}

.header__logo {
    margin-bottom: 10px;
    padding-right: 50px
}

@media (min-width: 48.0625em) {
    .header__logo {
        width: 33.33%;
        padding-right: 15px;
        float: left;
        vertical-align: top
    }
}

@media (min-width: 48.0625em) {
    .header__content {
        width: 66.66%;
        padding-left: 15px;
        float: left
    }
}

.header__menu-button {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429;
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    margin: 0;
    padding: 0;
    border: 0;
    color: #fff;
    background: none;
    cursor: pointer
}

@media print {
    .header__menu-button {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .header__menu-button {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print {
    .header__menu-button {
        font-size: 14pt;
        line-height: 1.2
    }
}

.header__menu-button:hover {
    -webkit-text-decoration: solid underline 3px;
    text-decoration: solid underline 3px;
    text-underline-offset: .1578em
}

.header__menu-button:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.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
}

.header__menu-button[aria-expanded="true"]: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
}

@media (min-width: 40.0625em) {
    .header__menu-button {
        top: 15px
    }
}

.js-enabled .header__menu-button {
    display: block
}

    .header__menu-button[hidden], .js-enabled .header__menu-button[hidden] {
        display: none
    }

@media (min-width: 48.0625em) {
    .header__navigation {
        margin-bottom: 10px
    }
}

.header__navigation-list {
    margin: 0;
    padding: 0;
    list-style: none
}

    .header__navigation-list[hidden] {
        display: none
    }

@media (min-width: 48.0625em) {
    .header__navigation--end {
        margin: 0;
        padding: 5px 0;
        text-align: right
    }
}

.header__navigation--no-service-name {
    padding-top: 40px
}

.header__navigation-item {
    padding: 10px 0;
    border-bottom: 1px solid #2e3133
}

@media (min-width: 48.0625em) {
    .header__navigation-item {
        display: inline-block;
        margin-right: 15px;
        padding: 5px 0;
        border: 0
    }
}

.header__navigation-item a {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429;
    white-space: nowrap
}

@media print {
    .header__navigation-item a {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .header__navigation-item a {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print {
    .header__navigation-item a {
        font-size: 14pt;
        line-height: 1.2
    }
}

.header__navigation-item--active a:link, .header__navigation-item--active a:hover, .header__navigation-item--active a:visited {
    color: #1d8feb
}

@media print {
    .header__navigation-item--active a {
        color: #1d70b8
    }
}

.header__navigation-item--active a:focus {
    color: #0b0c0c
}

.header__navigation-item:last-child {
    margin-right: 0;
    border-bottom: 0
}

@media print {
    .header {
        border-bottom-width: 0;
        color: #0b0c0c;
        background: transparent
    }

    .header__logotype-crown-fallback-image {
        display: none
    }

    .header__link:link, .header__link:visited {
        color: #0b0c0c
    }

    .header__link:after {
        display: none
    }
}

.tag {
    display: inline-block;
    outline: 2px solid transparent;
    outline-offset: -2px;
    color: #fff;
    background-color: #1d70b8;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px
}

@media print {
    .tag {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .tag {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1
    }
}

@media print {
    .tag {
        font-size: 14pt;
        line-height: 1
    }
}

.tag--grey {
    color: #383f43;
    background: #eeefef
}

.tag--purple {
    color: #3d2375;
    background: #dbd5e9
}

.tag--turquoise {
    color: #10403c;
    background: #bfe3e0
}

.tag--blue {
    color: #144e81;
    background: #d2e2f1
}

.tag--yellow {
    color: #594d00;
    background: #fff7bf
}

.tag--orange {
    color: #6e3619;
    background: #fcd6c3
}

.tag--red {
    color: #942514;
    background: #f6d7d2
}

.tag--pink {
    color: #80224d;
    background: #f7d7e6
}

.tag--green {
    color: #005a30;
    background: #cce2d8
}

.gem-c-layout-header--production .header__container {
    border-bottom-color: #d4351c
}

.gem-c-layout-header--integration .header__container, .gem-c-layout-header--staging .header__container {
    border-bottom-color: #fd0
}

.gem-c-layout-header--example .header__container {
    border-bottom-color: #912b88
}

.gem-c-layout-header--development .header__container {
    border-bottom-color: #505a5f
}

.gem-c-layout-header--no-bottom-border, .gem-c-layout-header--no-bottom-border .header__container {
    margin-bottom: 0;
    border-bottom: 0
}

@media (max-width: 40.0525em) {
    .gem-c-layout-header--no-bottom-border, .gem-c-layout-header--no-bottom-border .header__container {
        padding-bottom: 5px
    }
}

.gem-c-layout-header--search-left .gem-c-header__menu-button.header__menu-button {
    margin-top: -40px;
    left: 15px
}

.gem-c-layout-header--search-left .gem-c-header__nav-wrapper {
    position: relative;
    padding-left: 0
}

.gem-c-layout-header--search-left .header__navigation--end {
    padding-top: 0;
    text-align: left
}

.gem-c-layout-header--search-left .gem-c-layout-header__search {
    margin-bottom: 10px;
    padding-bottom: 25px
}

.gem-c-layout-header--search-left .gem-c-header__content {
    position: relative;
    width: 100%;
    padding-bottom: 10px
}

@media (min-width: 48.0625em) {
    .gem-c-layout-header--search-left .gem-c-layout-header__search {
        padding-bottom: 5px
    }

    .gem-c-layout-header--search-left .header__navigation-item {
        padding: 0 0 5px 0
    }

    .gem-c-layout-header--search-left .gem-c-header__logo {
        margin-top: 0
    }

    .gem-c-layout-header--search-left .gem-c-header__content.header__content {
        box-sizing: border-box;
        width: 100%;
        padding: 0 15px;
        padding-left: 30px;
        padding-right: 5px
    }
}

@media (min-width: 48.0625em) and (min-width: 40.0625em) {
    .gem-c-layout-header--search-left .gem-c-header__content.header__content {
        width: 66.6666666667%;
        float: left
    }
}

@media (max-width: 40.0525em) {
    .gem-c-layout-header__logo, .gem-c-layout-header__search {
        margin-bottom: 15px
    }
}

.gem-c-header__logo {
    margin-top: 5px;
    margin-bottom: 15px
}

@media (min-width: 48.0625em) {
    .gem-c-header__logo {
        white-space: nowrap
    }
}

.gem-c-header__content.header__content {
    width: auto
}

@media (min-width: 48.0625em) {
    .gem-c-header__content.header__content {
        float: right
    }
}

.gem-c-header__logotype {
    vertical-align: middle
}

.gem-c-header__product-name {
    display: none
}

@media (min-width: 40.0625em) {
    .gem-c-header__product-name {
        display: inline-block;
        vertical-align: middle
    }
}

.gem-c-environment-tag {
    padding: 2px 5px 0;
    margin-left: 3px;
    vertical-align: middle;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.25
}

@media print {
    .gem-c-environment-tag {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-environment-tag {
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.4285714286
    }
}

@media print {
    .gem-c-environment-tag {
        font-size: 12pt;
        line-height: 1.2
    }
}

.gem-c-environment-tag--production {
    background-color: #d4351c
}

.gem-c-environment-tag--example {
    background-color: #912b88
}

.gem-c-environment-tag--development {
    background-color: #505a5f
}

.gem-c-environment-tag--staging, .gem-c-environment-tag--integration {
    background-color: #fd0;
    color: #0b0c0c
}

@media (min-width: 48.0625em) {
    .header__navigation-item--collapsed-menu-only {
        display: none
    }
}

.gem-c-layout-header__search-form {
    display: none
}

    .gem-c-layout-header__search-form.js-visible {
        display: block
    }

@media (min-width: 40.0625em) {
    .gem-c-layout-header__search-form {
        display: block
    }
}

.header__menu-button.gem-c-header__menu-button {
    top: 20px;
    right: 0
}

.gem-c-header__nav {
    clear: both
}

.gem-c-layout-super-navigation-header {
    background: #0b0c0c;
    border-top: 1px solid #0b0c0c;
    margin-top: -1px;
    position: relative
}

.lte-ie8 .gem-c-layout-super-navigation-header {
    height: 50px
}

.gem-c-layout-super-navigation-header [hidden] {
    display: none
}

.gem-c-layout-super-navigation-header__container {
    position: relative
}

.gem-c-layout-super-navigation-header__button-width-container {
    position: relative
}

.gem-c-layout-super-navigation-header__button-container {
    top: -50px;
    position: absolute;
    right: 0
}

@media (max-width: 40.0525em) {
    .gem-c-layout-super-navigation-header__button-container {
        margin-right: -15px
    }
}

@media (max-width: 18.75em) {
    .gem-c-layout-super-navigation-header__button-container {
        position: static
    }
}

.gem-c-layout-super-navigation-header__header-logo {
    display: inline-block;
    height: 30px;
    padding-bottom: 10px;
    padding-top: 10px
}

.gem-c-layout-super-navigation-header__content {
    width: 100%
}

.gem-c-layout-super-navigation-header__navigation-toggle-wrapper {
    position: relative
}

.gem-c-layout-super-navigation-header__navigation-item, .gem-c-layout-super-navigation-header__search-item {
    background: #0b0c0c;
    display: block;
    float: left;
    margin: 0;
    padding: 0
}

.gem-c-layout-super-navigation-header__navigation-item-link, .gem-c-layout-super-navigation-header__search-item-link {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em;
    display: inline-block;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: bold;
    padding: 15px 0;
    position: relative
}

@media print {
    .gem-c-layout-super-navigation-header__navigation-item-link, .gem-c-layout-super-navigation-header__search-item-link {
        font-family: sans-serif
    }
}

.gem-c-layout-super-navigation-header__navigation-item-link:hover, .gem-c-layout-super-navigation-header__search-item-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
}

.gem-c-layout-super-navigation-header__navigation-item-link:focus, .gem-c-layout-super-navigation-header__search-item-link:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.gem-c-layout-super-navigation-header__navigation-item-link:link, .gem-c-layout-super-navigation-header__search-item-link:link {
    color: #1d70b8
}

.gem-c-layout-super-navigation-header__navigation-item-link:visited, .gem-c-layout-super-navigation-header__search-item-link:visited {
    color: #1d70b8
}

.gem-c-layout-super-navigation-header__navigation-item-link:hover, .gem-c-layout-super-navigation-header__search-item-link:hover {
    color: #003078
}

.gem-c-layout-super-navigation-header__navigation-item-link:active, .gem-c-layout-super-navigation-header__search-item-link:active {
    color: #0b0c0c
}

.gem-c-layout-super-navigation-header__navigation-item-link:focus, .gem-c-layout-super-navigation-header__search-item-link:focus {
    color: #0b0c0c
}

@media (min-width: 48.0625em) {
    .gem-c-layout-super-navigation-header__navigation-item-link, .gem-c-layout-super-navigation-header__search-item-link {
        display: block;
        margin: 0
    }
}

.gem-c-layout-super-navigation-header__navigation-item-link:hover, .gem-c-layout-super-navigation-header__search-item-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
}

.gem-c-layout-super-navigation-header__navigation-item-link, .gem-c-layout-super-navigation-header__navigation-item-link:link, .gem-c-layout-super-navigation-header__navigation-item-link:visited, .gem-c-layout-super-navigation-header__search-item-link, .gem-c-layout-super-navigation-header__search-item-link:link, .gem-c-layout-super-navigation-header__search-item-link:visited {
    float: left;
    font-size: 16px;
    font-size: 1rem;
    height: 20px
}

    .gem-c-layout-super-navigation-header__navigation-item-link:focus, .gem-c-layout-super-navigation-header__navigation-item-link:link:focus, .gem-c-layout-super-navigation-header__navigation-item-link:visited:focus, .gem-c-layout-super-navigation-header__search-item-link:focus, .gem-c-layout-super-navigation-header__search-item-link:link:focus, .gem-c-layout-super-navigation-header__search-item-link:visited:focus {
        outline: 3px solid transparent;
        color: #0b0c0c;
        background-color: #fd0;
        box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
        text-decoration: none;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }

    .gem-c-layout-super-navigation-header__navigation-item-link:focus-visible, .gem-c-layout-super-navigation-header__navigation-item-link:link:focus-visible, .gem-c-layout-super-navigation-header__navigation-item-link:visited:focus-visible, .gem-c-layout-super-navigation-header__search-item-link:focus-visible, .gem-c-layout-super-navigation-header__search-item-link:link:focus-visible, .gem-c-layout-super-navigation-header__search-item-link:visited:focus-visible {
        outline: 3px solid transparent;
        color: #0b0c0c;
        background-color: #fd0;
        box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
        text-decoration: none;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }

    .gem-c-layout-super-navigation-header__navigation-item-link:focus:not(:focus-visible), .gem-c-layout-super-navigation-header__navigation-item-link:link:focus:not(:focus-visible), .gem-c-layout-super-navigation-header__navigation-item-link:visited:focus:not(:focus-visible), .gem-c-layout-super-navigation-header__search-item-link:focus:not(:focus-visible), .gem-c-layout-super-navigation-header__search-item-link:link:focus:not(:focus-visible), .gem-c-layout-super-navigation-header__search-item-link:visited:focus:not(:focus-visible) {
        background: none;
        box-shadow: none;
        color: #1d70b8
    }

        .gem-c-layout-super-navigation-header__navigation-item-link:focus:not(:focus-visible) .gem-c-layout-super-navigation-header__navigation-item-link-inner, .gem-c-layout-super-navigation-header__navigation-item-link:link:focus:not(:focus-visible) .gem-c-layout-super-navigation-header__navigation-item-link-inner, .gem-c-layout-super-navigation-header__navigation-item-link:visited:focus:not(:focus-visible) .gem-c-layout-super-navigation-header__navigation-item-link-inner, .gem-c-layout-super-navigation-header__search-item-link:focus:not(:focus-visible) .gem-c-layout-super-navigation-header__navigation-item-link-inner, .gem-c-layout-super-navigation-header__search-item-link:link:focus:not(:focus-visible) .gem-c-layout-super-navigation-header__navigation-item-link-inner, .gem-c-layout-super-navigation-header__search-item-link:visited:focus:not(:focus-visible) .gem-c-layout-super-navigation-header__navigation-item-link-inner {
            border-color: #7c8185
        }

        .gem-c-layout-super-navigation-header__navigation-item-link:focus:not(:focus-visible):hover, .gem-c-layout-super-navigation-header__navigation-item-link:link:focus:not(:focus-visible):hover, .gem-c-layout-super-navigation-header__navigation-item-link:visited:focus:not(:focus-visible):hover, .gem-c-layout-super-navigation-header__search-item-link:focus:not(:focus-visible):hover, .gem-c-layout-super-navigation-header__search-item-link:link:focus:not(:focus-visible):hover, .gem-c-layout-super-navigation-header__search-item-link:visited:focus:not(:focus-visible):hover {
            text-decoration: underline;
            text-decoration-thickness: max(1px, .0625rem);
            text-underline-offset: .1578em;
            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;
            color: #003078
        }

    .gem-c-layout-super-navigation-header__navigation-item-link:after, .gem-c-layout-super-navigation-header__navigation-item-link:link:after, .gem-c-layout-super-navigation-header__navigation-item-link:visited:after, .gem-c-layout-super-navigation-header__search-item-link:after, .gem-c-layout-super-navigation-header__search-item-link:link:after, .gem-c-layout-super-navigation-header__search-item-link:visited:after {
        background: none;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        content: "";
        height: 3px;
        left: 20px;
        position: absolute;
        right: 20px;
        bottom: 0;
        top: auto
    }

    .gem-c-layout-super-navigation-header__navigation-item-link:before, .gem-c-layout-super-navigation-header__navigation-item-link:link:before, .gem-c-layout-super-navigation-header__navigation-item-link:visited:before, .gem-c-layout-super-navigation-header__search-item-link:before, .gem-c-layout-super-navigation-header__search-item-link:link:before, .gem-c-layout-super-navigation-header__search-item-link:visited:before {
        border-bottom-color: #fff;
        border-right-color: #fff
    }

    .gem-c-layout-super-navigation-header__navigation-item-link:hover, .gem-c-layout-super-navigation-header__navigation-item-link:link:hover, .gem-c-layout-super-navigation-header__navigation-item-link:visited:hover, .gem-c-layout-super-navigation-header__search-item-link:hover, .gem-c-layout-super-navigation-header__search-item-link:link:hover, .gem-c-layout-super-navigation-header__search-item-link:visited:hover {
        color: #b1b4b6
    }

        .gem-c-layout-super-navigation-header__navigation-item-link:hover:after, .gem-c-layout-super-navigation-header__navigation-item-link:link:hover:after, .gem-c-layout-super-navigation-header__navigation-item-link:visited:hover:after, .gem-c-layout-super-navigation-header__search-item-link:hover:after, .gem-c-layout-super-navigation-header__search-item-link:link:hover:after, .gem-c-layout-super-navigation-header__search-item-link:visited:hover:after {
            background: #b1b4b6
        }

    .gem-c-layout-super-navigation-header__navigation-item-link:focus .gem-c-layout-super-navigation-header__navigation-item-link-inner, .gem-c-layout-super-navigation-header__navigation-item-link:link:focus .gem-c-layout-super-navigation-header__navigation-item-link-inner, .gem-c-layout-super-navigation-header__navigation-item-link:visited:focus .gem-c-layout-super-navigation-header__navigation-item-link-inner, .gem-c-layout-super-navigation-header__search-item-link:focus .gem-c-layout-super-navigation-header__navigation-item-link-inner, .gem-c-layout-super-navigation-header__search-item-link:link:focus .gem-c-layout-super-navigation-header__navigation-item-link-inner, .gem-c-layout-super-navigation-header__search-item-link:visited:focus .gem-c-layout-super-navigation-header__navigation-item-link-inner {
        border-color: #fd0;
        background: #fd0
    }

    .gem-c-layout-super-navigation-header__navigation-item-link:focus, .gem-c-layout-super-navigation-header__navigation-item-link:focus:hover, .gem-c-layout-super-navigation-header__navigation-item-link:link:focus, .gem-c-layout-super-navigation-header__navigation-item-link:link:focus:hover, .gem-c-layout-super-navigation-header__navigation-item-link:visited:focus, .gem-c-layout-super-navigation-header__navigation-item-link:visited:focus:hover, .gem-c-layout-super-navigation-header__search-item-link:focus, .gem-c-layout-super-navigation-header__search-item-link:focus:hover, .gem-c-layout-super-navigation-header__search-item-link:link:focus, .gem-c-layout-super-navigation-header__search-item-link:link:focus:hover, .gem-c-layout-super-navigation-header__search-item-link:visited:focus, .gem-c-layout-super-navigation-header__search-item-link:visited:focus:hover {
        box-shadow: none;
        color: #0b0c0c
    }

        .gem-c-layout-super-navigation-header__navigation-item-link:focus:after, .gem-c-layout-super-navigation-header__navigation-item-link:focus:hover:after, .gem-c-layout-super-navigation-header__navigation-item-link:link:focus:after, .gem-c-layout-super-navigation-header__navigation-item-link:link:focus:hover:after, .gem-c-layout-super-navigation-header__navigation-item-link:visited:focus:after, .gem-c-layout-super-navigation-header__navigation-item-link:visited:focus:hover:after, .gem-c-layout-super-navigation-header__search-item-link:focus:after, .gem-c-layout-super-navigation-header__search-item-link:focus:hover:after, .gem-c-layout-super-navigation-header__search-item-link:link:focus:after, .gem-c-layout-super-navigation-header__search-item-link:link:focus:hover:after, .gem-c-layout-super-navigation-header__search-item-link:visited:focus:after, .gem-c-layout-super-navigation-header__search-item-link:visited:focus:hover:after {
            background: #0b0c0c
        }

    .gem-c-layout-super-navigation-header__navigation-item-link:focus-visible .gem-c-layout-super-navigation-header__navigation-item-link-inner, .gem-c-layout-super-navigation-header__navigation-item-link:link:focus-visible .gem-c-layout-super-navigation-header__navigation-item-link-inner, .gem-c-layout-super-navigation-header__navigation-item-link:visited:focus-visible .gem-c-layout-super-navigation-header__navigation-item-link-inner, .gem-c-layout-super-navigation-header__search-item-link:focus-visible .gem-c-layout-super-navigation-header__navigation-item-link-inner, .gem-c-layout-super-navigation-header__search-item-link:link:focus-visible .gem-c-layout-super-navigation-header__navigation-item-link-inner, .gem-c-layout-super-navigation-header__search-item-link:visited:focus-visible .gem-c-layout-super-navigation-header__navigation-item-link-inner {
        border-color: #fd0;
        background: #fd0
    }

    .gem-c-layout-super-navigation-header__navigation-item-link:focus-visible, .gem-c-layout-super-navigation-header__navigation-item-link:focus-visible:hover, .gem-c-layout-super-navigation-header__navigation-item-link:link:focus-visible, .gem-c-layout-super-navigation-header__navigation-item-link:link:focus-visible:hover, .gem-c-layout-super-navigation-header__navigation-item-link:visited:focus-visible, .gem-c-layout-super-navigation-header__navigation-item-link:visited:focus-visible:hover, .gem-c-layout-super-navigation-header__search-item-link:focus-visible, .gem-c-layout-super-navigation-header__search-item-link:focus-visible:hover, .gem-c-layout-super-navigation-header__search-item-link:link:focus-visible, .gem-c-layout-super-navigation-header__search-item-link:link:focus-visible:hover, .gem-c-layout-super-navigation-header__search-item-link:visited:focus-visible, .gem-c-layout-super-navigation-header__search-item-link:visited:focus-visible:hover {
        box-shadow: none;
        color: #0b0c0c
    }

        .gem-c-layout-super-navigation-header__navigation-item-link:focus-visible:after, .gem-c-layout-super-navigation-header__navigation-item-link:focus-visible:hover:after, .gem-c-layout-super-navigation-header__navigation-item-link:link:focus-visible:after, .gem-c-layout-super-navigation-header__navigation-item-link:link:focus-visible:hover:after, .gem-c-layout-super-navigation-header__navigation-item-link:visited:focus-visible:after, .gem-c-layout-super-navigation-header__navigation-item-link:visited:focus-visible:hover:after, .gem-c-layout-super-navigation-header__search-item-link:focus-visible:after, .gem-c-layout-super-navigation-header__search-item-link:focus-visible:hover:after, .gem-c-layout-super-navigation-header__search-item-link:link:focus-visible:after, .gem-c-layout-super-navigation-header__search-item-link:link:focus-visible:hover:after, .gem-c-layout-super-navigation-header__search-item-link:visited:focus-visible:after, .gem-c-layout-super-navigation-header__search-item-link:visited:focus-visible:hover:after {
            background: #0b0c0c
        }

    .gem-c-layout-super-navigation-header__navigation-item-link, .gem-c-layout-super-navigation-header__navigation-item-link:hover, .gem-c-layout-super-navigation-header__navigation-item-link:link, .gem-c-layout-super-navigation-header__navigation-item-link:link:hover, .gem-c-layout-super-navigation-header__navigation-item-link:visited, .gem-c-layout-super-navigation-header__navigation-item-link:visited:hover, .gem-c-layout-super-navigation-header__search-item-link, .gem-c-layout-super-navigation-header__search-item-link:hover, .gem-c-layout-super-navigation-header__search-item-link:link, .gem-c-layout-super-navigation-header__search-item-link:link:hover, .gem-c-layout-super-navigation-header__search-item-link:visited, .gem-c-layout-super-navigation-header__search-item-link:visited:hover {
        text-decoration: none
    }

        .gem-c-layout-super-navigation-header__navigation-item-link, .gem-c-layout-super-navigation-header__navigation-item-link:link, .gem-c-layout-super-navigation-header__navigation-item-link:visited, .gem-c-layout-super-navigation-header__search-item-link, .gem-c-layout-super-navigation-header__search-item-link:link, .gem-c-layout-super-navigation-header__search-item-link:visited {
            color: #fff
        }

            .gem-c-layout-super-navigation-header__navigation-item-link:hover, .gem-c-layout-super-navigation-header__navigation-item-link:link:hover, .gem-c-layout-super-navigation-header__navigation-item-link:visited:hover, .gem-c-layout-super-navigation-header__search-item-link:hover, .gem-c-layout-super-navigation-header__search-item-link:link:hover, .gem-c-layout-super-navigation-header__search-item-link:visited:hover {
                color: #b1b4b6
            }

                .gem-c-layout-super-navigation-header__navigation-item-link:hover:after, .gem-c-layout-super-navigation-header__navigation-item-link:link:hover:after, .gem-c-layout-super-navigation-header__navigation-item-link:visited:hover:after, .gem-c-layout-super-navigation-header__search-item-link:hover:after, .gem-c-layout-super-navigation-header__search-item-link:link:hover:after, .gem-c-layout-super-navigation-header__search-item-link:visited:hover:after {
                    background: #b1b4b6
                }

            .gem-c-layout-super-navigation-header__navigation-item-link:after, .gem-c-layout-super-navigation-header__navigation-item-link:link:after, .gem-c-layout-super-navigation-header__navigation-item-link:visited:after, .gem-c-layout-super-navigation-header__search-item-link:after, .gem-c-layout-super-navigation-header__search-item-link:link:after, .gem-c-layout-super-navigation-header__search-item-link:visited:after {
                background: none
            }

            .gem-c-layout-super-navigation-header__navigation-item-link:focus:not(:focus-visible), .gem-c-layout-super-navigation-header__navigation-item-link:focus:not(:focus-visible):hover, .gem-c-layout-super-navigation-header__navigation-item-link:link:focus:not(:focus-visible), .gem-c-layout-super-navigation-header__navigation-item-link:link:focus:not(:focus-visible):hover, .gem-c-layout-super-navigation-header__navigation-item-link:visited:focus:not(:focus-visible), .gem-c-layout-super-navigation-header__navigation-item-link:visited:focus:not(:focus-visible):hover, .gem-c-layout-super-navigation-header__search-item-link:focus:not(:focus-visible), .gem-c-layout-super-navigation-header__search-item-link:focus:not(:focus-visible):hover, .gem-c-layout-super-navigation-header__search-item-link:link:focus:not(:focus-visible), .gem-c-layout-super-navigation-header__search-item-link:link:focus:not(:focus-visible):hover, .gem-c-layout-super-navigation-header__search-item-link:visited:focus:not(:focus-visible), .gem-c-layout-super-navigation-header__search-item-link:visited:focus:not(:focus-visible):hover {
                text-decoration: none
            }

            .gem-c-layout-super-navigation-header__navigation-item-link:focus:not(:focus-visible), .gem-c-layout-super-navigation-header__navigation-item-link:link:focus:not(:focus-visible), .gem-c-layout-super-navigation-header__navigation-item-link:visited:focus:not(:focus-visible), .gem-c-layout-super-navigation-header__search-item-link:focus:not(:focus-visible), .gem-c-layout-super-navigation-header__search-item-link:link:focus:not(:focus-visible), .gem-c-layout-super-navigation-header__search-item-link:visited:focus:not(:focus-visible) {
                color: #fff
            }

                .gem-c-layout-super-navigation-header__navigation-item-link:focus:not(:focus-visible):hover, .gem-c-layout-super-navigation-header__navigation-item-link:link:focus:not(:focus-visible):hover, .gem-c-layout-super-navigation-header__navigation-item-link:visited:focus:not(:focus-visible):hover, .gem-c-layout-super-navigation-header__search-item-link:focus:not(:focus-visible):hover, .gem-c-layout-super-navigation-header__search-item-link:link:focus:not(:focus-visible):hover, .gem-c-layout-super-navigation-header__search-item-link:visited:focus:not(:focus-visible):hover {
                    color: #b1b4b6
                }

                    .gem-c-layout-super-navigation-header__navigation-item-link:focus:not(:focus-visible):hover:after, .gem-c-layout-super-navigation-header__navigation-item-link:link:focus:not(:focus-visible):hover:after, .gem-c-layout-super-navigation-header__navigation-item-link:visited:focus:not(:focus-visible):hover:after, .gem-c-layout-super-navigation-header__search-item-link:focus:not(:focus-visible):hover:after, .gem-c-layout-super-navigation-header__search-item-link:link:focus:not(:focus-visible):hover:after, .gem-c-layout-super-navigation-header__search-item-link:visited:focus:not(:focus-visible):hover:after {
                        background: #b1b4b6
                    }

                .gem-c-layout-super-navigation-header__navigation-item-link:focus:not(:focus-visible):after, .gem-c-layout-super-navigation-header__navigation-item-link:link:focus:not(:focus-visible):after, .gem-c-layout-super-navigation-header__navigation-item-link:visited:focus:not(:focus-visible):after, .gem-c-layout-super-navigation-header__search-item-link:focus:not(:focus-visible):after, .gem-c-layout-super-navigation-header__search-item-link:link:focus:not(:focus-visible):after, .gem-c-layout-super-navigation-header__search-item-link:visited:focus:not(:focus-visible):after {
                    background: none
                }

.js-module-initialised .gem-c-layout-super-navigation-header__navigation-item-link, .js-module-initialised .gem-c-layout-super-navigation-header__navigation-item-link:link, .js-module-initialised .gem-c-layout-super-navigation-header__navigation-item-link:visited, .js-module-initialised .gem-c-layout-super-navigation-header__search-item-link, .js-module-initialised .gem-c-layout-super-navigation-header__search-item-link:link, .js-module-initialised .gem-c-layout-super-navigation-header__search-item-link:visited {
    padding: 0;
    margin: 0
}

    .js-module-initialised .gem-c-layout-super-navigation-header__navigation-item-link:after, .js-module-initialised .gem-c-layout-super-navigation-header__navigation-item-link:link:after, .js-module-initialised .gem-c-layout-super-navigation-header__navigation-item-link:visited:after, .js-module-initialised .gem-c-layout-super-navigation-header__search-item-link:after, .js-module-initialised .gem-c-layout-super-navigation-header__search-item-link:link:after, .js-module-initialised .gem-c-layout-super-navigation-header__search-item-link:visited:after {
        background: none;
        content: "";
        height: 3px;
        left: 20px;
        position: absolute;
        right: 20px;
        bottom: 0;
        top: auto;
        width: 100%
    }

.gem-c-layout-super-navigation-header__navigation-item-link:after, .gem-c-layout-super-navigation-header__search-item-link:after {
    background: none;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media (min-width: 48.0625em) {
    .gem-c-layout-super-navigation-header__navigation-item-link {
        padding: 15px 0
    }
}

.js-module-initialised .gem-c-layout-super-navigation-header__navigation-item-link {
    margin-left: 20px
}

    .js-module-initialised .gem-c-layout-super-navigation-header__navigation-item-link:not(:hover):not(:active) {
        text-decoration: none
    }

.gem-c-layout-super-navigation-header__navigation-item-link-inner {
    background-color: #0b0c0c;
    border-left: 1px solid #7c8185;
    padding: 5px 20px
}

.gem-c-layout-super-navigation-header__search-item-link {
    padding: 15px
}

@media (max-width: 48.0525em) {
    .gem-c-layout-super-navigation-header__search-item-link {
        margin: 0
    }
}

.gem-c-layout-super-navigation-header__search-item-link:link, .gem-c-layout-super-navigation-header__search-item-link:visited {
    background: #1d70b8
}

    .gem-c-layout-super-navigation-header__search-item-link:link:hover, .gem-c-layout-super-navigation-header__search-item-link:visited:hover {
        background: #0b0c0c
    }

        .gem-c-layout-super-navigation-header__search-item-link:link:hover:before, .gem-c-layout-super-navigation-header__search-item-link:visited:hover:before {
            left: 0;
            right: 0
        }

    .gem-c-layout-super-navigation-header__search-item-link:link:focus, .gem-c-layout-super-navigation-header__search-item-link:visited:focus {
        background: #fd0
    }

        .gem-c-layout-super-navigation-header__search-item-link:link:focus:before, .gem-c-layout-super-navigation-header__search-item-link:visited:focus:before {
            content: none
        }

    .gem-c-layout-super-navigation-header__search-item-link:link:after, .gem-c-layout-super-navigation-header__search-item-link:visited:after {
        left: 0;
        right: 0;
        width: 100%
    }

.gem-c-layout-super-navigation-header__search-item-link:link, .gem-c-layout-super-navigation-header__search-item-link:visited {
    background: #1d70b8
}

    .gem-c-layout-super-navigation-header__search-item-link:link:hover, .gem-c-layout-super-navigation-header__search-item-link:visited:hover {
        background: #0b0c0c
    }

    .gem-c-layout-super-navigation-header__search-item-link:link:focus:not(:focus-visible), .gem-c-layout-super-navigation-header__search-item-link:visited:focus:not(:focus-visible) {
        background: #1d70b8
    }

        .gem-c-layout-super-navigation-header__search-item-link:link:focus:not(:focus-visible):hover, .gem-c-layout-super-navigation-header__search-item-link:visited:focus:not(:focus-visible):hover {
            background: #0b0c0c
        }

    .gem-c-layout-super-navigation-header__search-item-link:link:focus:hover, .gem-c-layout-super-navigation-header__search-item-link:visited:focus:hover {
        background: #fd0
    }

        .gem-c-layout-super-navigation-header__search-item-link:link:focus:after, .gem-c-layout-super-navigation-header__search-item-link:link:focus:hover:after, .gem-c-layout-super-navigation-header__search-item-link:visited:focus:after, .gem-c-layout-super-navigation-header__search-item-link:visited:focus:hover:after {
            background: #fd0
        }

    .gem-c-layout-super-navigation-header__search-item-link:link:focus-visible:hover, .gem-c-layout-super-navigation-header__search-item-link:visited:focus-visible:hover {
        background: #fd0
    }

        .gem-c-layout-super-navigation-header__search-item-link:link:focus-visible:after, .gem-c-layout-super-navigation-header__search-item-link:link:focus-visible:hover:after, .gem-c-layout-super-navigation-header__search-item-link:visited:focus-visible:after, .gem-c-layout-super-navigation-header__search-item-link:visited:focus-visible:hover:after {
            background: #fd0
        }

.gem-c-layout-super-navigation-header__search-item-link-icon, .gem-c-layout-super-navigation-header__search-toggle-button-link-icon {
    height: 20px;
    pointer-events: none;
    width: 21px
}

.gem-c-layout-super-navigation-header__search-and-popular {
    display: none;
    padding-bottom: 20px;
    padding-top: 20px
}

.js-module-initialised .gem-c-layout-super-navigation-header__search-and-popular {
    display: block
}

.gem-c-layout-super-navigation-header__navigation-top-toggle-button {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    background: #0b0c0c;
    border: 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    height: 50px;
    padding: 0;
    position: relative;
    margin: 0;
    vertical-align: top
}

@media print {
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button {
        font-family: sans-serif
    }
}

.gem-c-layout-super-navigation-header__navigation-top-toggle-button: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
}

.gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.gem-c-layout-super-navigation-header__navigation-top-toggle-button:link {
    color: #1d70b8
}

.gem-c-layout-super-navigation-header__navigation-top-toggle-button:visited {
    color: #1d70b8
}

.gem-c-layout-super-navigation-header__navigation-top-toggle-button:hover {
    color: #003078
}

.gem-c-layout-super-navigation-header__navigation-top-toggle-button:active {
    color: #0b0c0c
}

.gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus {
    color: #0b0c0c
}

.gem-c-layout-super-navigation-header__navigation-top-toggle-button:not(:hover):not(:active) {
    text-decoration: none
}

.gem-c-layout-super-navigation-header__navigation-top-toggle-button:after {
    background: none;
    content: "";
    height: 3px;
    left: 20px;
    position: absolute;
    right: 20px;
    bottom: 0;
    top: auto
}

.gem-c-layout-super-navigation-header__navigation-top-toggle-button:hover {
    color: #b1b4b6
}

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button:hover:after {
        background: #b1b4b6
    }

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button:hover .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner:before {
        border-color: #b1b4b6
    }

@media (min-width: 48.0625em) {
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button {
        background: #0b0c0c;
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
        right: 0
    }
}

.gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus-visible:hover .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
    color: #0b0c0c
}

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus-visible:hover .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner:after {
        background: #0b0c0c
    }

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus-visible:hover .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner:before {
        border-bottom-color: #0b0c0c;
        border-right-color: #0b0c0c
    }

.gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: none
}

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus:hover:after {
        background-color: #0b0c0c
    }

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus:after {
        background-color: #0b0c0c
    }

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
        border-color: #fd0
    }

        .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner:before {
            border-bottom-color: #0b0c0c;
            border-right-color: #0b0c0c
        }

.gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus-visible {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: none
}

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus-visible:hover:after {
        background-color: #0b0c0c
    }

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus-visible:after {
        background-color: #0b0c0c
    }

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus-visible .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
        border-color: #fd0
    }

        .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus-visible .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner:before {
            border-bottom-color: #0b0c0c;
            border-right-color: #0b0c0c
        }

.gem-c-layout-super-navigation-header__navigation-top-toggle-button {
    background: none;
    box-shadow: none;
    color: #fff
}

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button:hover .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
        color: #b1b4b6
    }

        .gem-c-layout-super-navigation-header__navigation-top-toggle-button:hover .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner:before {
            border-bottom-color: #b1b4b6;
            border-right-color: #b1b4b6
        }

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button:hover:after {
        background: #b1b4b6
    }

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
        border-color: #7c8185
    }

@media (min-width: 22.5em) {
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner:before {
        border-bottom-color: #fff;
        border-right-color: #fff
    }
}

.gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus:not(:focus-visible) {
    background: none;
    box-shadow: none;
    color: #fff
}

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus:not(:focus-visible):hover .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
        color: #b1b4b6
    }

        .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus:not(:focus-visible):hover .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner:before {
            border-bottom-color: #b1b4b6;
            border-right-color: #b1b4b6
        }

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus:not(:focus-visible):hover:after {
        background: #b1b4b6
    }

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus:not(:focus-visible) .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
        border-color: #7c8185
    }

@media (min-width: 22.5em) {
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus:not(:focus-visible) .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner:before {
        border-bottom-color: #fff;
        border-right-color: #fff
    }
}

.gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: none
}

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus:after {
        background-color: #0b0c0c
    }

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
        color: #0b0c0c;
        border-color: #fd0
    }

@media (min-width: 22.5em) {
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner:before {
        border-bottom-color: #0b0c0c;
        border-right-color: #0b0c0c;
        -webkit-transform: translateY(1px) rotate(225deg) scale(1);
        -ms-transform: translateY(1px) rotate(225deg) scale(1);
        transform: translateY(1px) rotate(225deg) scale(1)
    }
}

.gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus-visible {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: none
}

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus-visible:after {
        background-color: #0b0c0c
    }

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus-visible .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
        color: #0b0c0c;
        border-color: #fd0
    }

@media (min-width: 22.5em) {
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus-visible .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner:before {
        border-bottom-color: #0b0c0c;
        border-right-color: #0b0c0c;
        -webkit-transform: translateY(1px) rotate(225deg) scale(1);
        -ms-transform: translateY(1px) rotate(225deg) scale(1);
        transform: translateY(1px) rotate(225deg) scale(1)
    }
}

.gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button {
    background: #f3f2f1
}

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:after {
        background-color: #1d70b8
    }

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
        color: #1d70b8;
        border-color: #f3f2f1
    }

@media (min-width: 22.5em) {
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner:before {
        -webkit-transform: translateY(-35%) rotate(45deg) scale(1);
        -ms-transform: translateY(-35%) rotate(45deg) scale(1);
        transform: translateY(-35%) rotate(45deg) scale(1);
        border-bottom: 2px solid #1d70b8;
        border-right: 2px solid #1d70b8;
        content: "";
        display: inline-block;
        height: 8px;
        margin: 0 10px 0 2px;
        vertical-align: middle;
        width: 8px;
        -webkit-transform: translateY(1px) rotate(225deg) scale(1);
        -ms-transform: translateY(1px) rotate(225deg) scale(1);
        transform: translateY(1px) rotate(225deg) scale(1)
    }
}

.gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus:not(:focus-visible) {
    background: #f3f2f1
}

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus:not(:focus-visible):after {
        background-color: #1d70b8
    }

    .gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus:not(:focus-visible) .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
        color: #1d70b8;
        border-color: #f3f2f1
    }

@media (min-width: 22.5em) {
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus:not(:focus-visible) .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner:before {
        -webkit-transform: translateY(-35%) rotate(45deg) scale(1);
        -ms-transform: translateY(-35%) rotate(45deg) scale(1);
        transform: translateY(-35%) rotate(45deg) scale(1);
        border-bottom: 2px solid #1d70b8;
        border-right: 2px solid #1d70b8;
        content: "";
        display: inline-block;
        height: 8px;
        margin: 0 10px 0 2px;
        vertical-align: middle;
        width: 8px;
        -webkit-transform: translateY(1px) rotate(225deg) scale(1);
        -ms-transform: translateY(1px) rotate(225deg) scale(1);
        transform: translateY(1px) rotate(225deg) scale(1)
    }
}

.gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
    display: inline-block;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 0;
    padding: 5px 20px
}

@media (min-width: 22.5em) {
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner:before {
        -webkit-transform: translateY(-35%) rotate(45deg) scale(1);
        -ms-transform: translateY(-35%) rotate(45deg) scale(1);
        transform: translateY(-35%) rotate(45deg) scale(1);
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        content: "";
        display: inline-block;
        height: 8px;
        margin: 0 10px 0 2px;
        vertical-align: middle;
        width: 8px
    }
}

.gem-c-layout-super-navigation-header__search-toggle-button {
    font-family: "GDS Transport",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;
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    height: 50px;
    padding: 15px;
    position: relative;
    width: 50px
}

@media print {
    .gem-c-layout-super-navigation-header__search-toggle-button {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-layout-super-navigation-header__search-toggle-button {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.0526315789
    }
}

@media print {
    .gem-c-layout-super-navigation-header__search-toggle-button {
        font-size: 14pt;
        line-height: 20px
    }
}

.gem-c-layout-super-navigation-header__search-toggle-button:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    border-color: #fd0;
    box-shadow: none;
    z-index: 11
}

.gem-c-layout-super-navigation-header__search-toggle-button:focus-visible {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    border-color: #fd0;
    box-shadow: none;
    z-index: 11
}

.gem-c-layout-super-navigation-header__search-toggle-button:focus:not(:focus-visible) {
    background: none;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

@media (min-width: 48.0625em) {
    .gem-c-layout-super-navigation-header__search-toggle-button {
        border: 0;
        margin: 0;
        right: 0
    }

    .gem-c-layout-super-navigation-header__search-toggle-button {
        border-bottom: 1px solid #003078;
        border-left: none;
        position: relative
    }

        .gem-c-layout-super-navigation-header__search-toggle-button:focus:not(:focus-visible) {
            border-bottom: 1px solid #003078;
            border-left: none;
            position: relative
        }

        .gem-c-layout-super-navigation-header__search-toggle-button:hover {
            background: #0b0c0c;
            border-bottom: 3px solid #b1b4b6;
            color: #b1b4b6
        }

        .gem-c-layout-super-navigation-header__search-toggle-button:focus {
            outline: 3px solid transparent;
            color: #0b0c0c;
            background-color: #fd0;
            box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
            text-decoration: none;
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
            border-bottom-color: #fd0;
            box-shadow: none
        }

        .gem-c-layout-super-navigation-header__search-toggle-button:focus-visible {
            outline: 3px solid transparent;
            color: #0b0c0c;
            background-color: #fd0;
            box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
            text-decoration: none;
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
            border-bottom-color: #fd0;
            box-shadow: none
        }
}

.gem-c-layout-super-navigation-header__search-toggle-button.gem-c-layout-super-navigation-header__open-button:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    border-color: #fd0;
    box-shadow: none;
    color: #fd0
}

@media (min-width: 22.5em) {
    .gem-c-layout-super-navigation-header__search-toggle-button.gem-c-layout-super-navigation-header__open-button:focus:before {
        border-bottom-color: #fd0;
        border-right-color: #fd0
    }
}

.gem-c-layout-super-navigation-header__search-toggle-button.gem-c-layout-super-navigation-header__open-button:focus-visible {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    border-color: #fd0;
    box-shadow: none;
    color: #fd0
}

@media (min-width: 22.5em) {
    .gem-c-layout-super-navigation-header__search-toggle-button.gem-c-layout-super-navigation-header__open-button:focus-visible:before {
        border-bottom-color: #fd0;
        border-right-color: #fd0
    }
}

.gem-c-layout-super-navigation-header__search-toggle-button.gem-c-layout-super-navigation-header__open-button {
    background: #f3f2f1;
    border-bottom-color: #f3f2f1;
    color: #f3f2f1;
    outline: 1px solid #f3f2f1
}

    .gem-c-layout-super-navigation-header__search-toggle-button.gem-c-layout-super-navigation-header__open-button:focus:not(:focus-visible) {
        background: #f3f2f1;
        border-bottom-color: #f3f2f1;
        color: #f3f2f1;
        outline: 1px solid #f3f2f1
    }

.gem-c-layout-super-navigation-header__navigation-top-toggle-close-icon {
    color: #0b0c0c;
    display: none;
    font-size: 36px;
    font-weight: normal;
    left: 0;
    line-height: 22px;
    padding: 15px 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.gem-c-layout-super-navigation-header__open-button .gem-c-layout-super-navigation-header__navigation-top-toggle-close-icon {
    display: block
}

.gem-c-layout-super-navigation-header__search-container {
    padding-bottom: 15px
}

.gem-c-layout-super-navigation-header__navigation-dropdown-menu {
    background: #f3f2f1;
    border-bottom: 1px #b1b4b6 solid;
    padding-top: 30px
}

@media (max-width: 18.75em) {
    .gem-c-layout-super-navigation-header__navigation-dropdown-menu {
        padding-top: 80px
    }
}

@media (min-width: 48.0625em) {
    .gem-c-layout-super-navigation-header__navigation-dropdown-menu {
        padding-top: 25px
    }
}

.gem-c-layout-super-navigation-header__menu-description {
    display: none
}

@media (min-width: 48.0625em) {
    .gem-c-layout-super-navigation-header__menu-description {
        display: block;
        padding: 40px 0 40px 0
    }
}

.gem-c-layout-super-navigation-header__dropdown-list-item {
    box-sizing: border-box;
    padding: 0 0 15px 0;
    position: relative;
    margin: 0 0 10px 0
}

@media (min-width: 48.0625em) {
    .gem-c-layout-super-navigation-header__dropdown-list-item {
        padding: 0 0 15px 0;
        margin: 0 15px 5px 15px
    }
}

.gem-c-layout-super-navigation-header__navigation-second-items {
    list-style: none;
    margin: 0;
    padding: 15px 25px 25px 0
}

@media (min-width: 48.0625em) {
    .gem-c-layout-super-navigation-header__navigation-second-items {
        margin: 0 -15px 60px;
        padding: 10px 0 0 0
    }
}

.gem-c-layout-super-navigation-header__column--government-activity {
    position: relative
}

@media (max-width: 48.0525em) {
    .gem-c-layout-super-navigation-header__column--government-activity {
        margin-top: 30px
    }
}

@media (max-width: 48.0525em) {
    .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information {
        border-bottom: 1px solid #b1b4b6
    }
}

@media (min-width: 48.0625em) {
    .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information {
        display: -ms-grid;
        display: grid;
        grid-auto-flow: column;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr
    }

        .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information > li:nth-child(1) {
            -ms-grid-column: 1;
            -ms-grid-row: 1
        }

        .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information > li:nth-child(2) {
            -ms-grid-column: 1;
            -ms-grid-row: 2
        }

        .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information > li:nth-child(3) {
            -ms-grid-column: 1;
            -ms-grid-row: 3
        }

        .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information > li:nth-child(4) {
            -ms-grid-column: 1;
            -ms-grid-row: 4
        }

        .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information > li:nth-child(5) {
            -ms-grid-column: 1;
            -ms-grid-row: 5
        }

        .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information > li:nth-child(6) {
            -ms-grid-column: 1;
            -ms-grid-row: 6
        }

        .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information > li:nth-child(7) {
            -ms-grid-column: 1;
            -ms-grid-row: 7
        }

        .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information > li:nth-child(8) {
            -ms-grid-column: 1;
            -ms-grid-row: 8
        }

        .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information > li:nth-child(9) {
            -ms-grid-column: 2;
            -ms-grid-row: 1
        }

        .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information > li:nth-child(10) {
            -ms-grid-column: 2;
            -ms-grid-row: 2
        }

        .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information > li:nth-child(11) {
            -ms-grid-column: 2;
            -ms-grid-row: 3
        }

        .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information > li:nth-child(12) {
            -ms-grid-column: 2;
            -ms-grid-row: 4
        }

        .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information > li:nth-child(13) {
            -ms-grid-column: 2;
            -ms-grid-row: 5
        }

        .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information > li:nth-child(14) {
            -ms-grid-column: 2;
            -ms-grid-row: 6
        }

        .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information > li:nth-child(15) {
            -ms-grid-column: 2;
            -ms-grid-row: 7
        }

        .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information > li:nth-child(16) {
            -ms-grid-column: 2;
            -ms-grid-row: 8
        }
}

.gem-c-layout-super-navigation-header__navigation-second-item-link {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold
}

    .gem-c-layout-super-navigation-header__navigation-second-item-link:after {
        background: none;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

@media (min-width: 48.0625em) {
    .gem-c-layout-super-navigation-header__navigation-second-item-link {
        padding: 0
    }

        .gem-c-layout-super-navigation-header__navigation-second-item-link:after {
            background: none;
            bottom: 0;
            content: "";
            left: 0;
            position: absolute;
            right: 0;
            top: 0
        }
}

.gem-c-layout-super-navigation-header__navigation-second-item-link--with-description {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold
}

    .gem-c-layout-super-navigation-header__navigation-second-item-link--with-description:after {
        background: none;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        height: calc(100% - 20px)
    }

.gem-c-layout-super-navigation-header__navigation-second-item-description {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 5px 0 0 0
}

@media print {
    .gem-c-layout-super-navigation-header__navigation-second-item-description {
        font-family: sans-serif
    }
}

.gem-c-layout-super-navigation-header__search-form {
    padding: 10px 0 30px 0
}

.gem-c-layout-super-navigation-header__popular-item {
    position: relative;
    padding: 5px 0
}

.gem-c-layout-super-navigation-header__popular-link {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    padding: 0
}

    .gem-c-layout-super-navigation-header__popular-link:after {
        background: none;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

@media (max-width: 48.0525em) {
    .gem-c-layout-super-navigation-header__width-container {
        margin: 0;
        margin-top: 30px
    }
}

@media (min-width: 48.0625em) {
    .gem-c-layout-super-navigation-header__width-container {
        margin: 0 auto;
        max-width: 960px;
        padding: 25px
    }
}

.gem-c-layout-super-navigation-header__column-header {
    font-size: 24px
}

@media print {
    .gem-c-layout-super-navigation-header__content {
        display: none
    }
}

.show-global-bar #global-header-bar {
    display: none
}

.global-bar {
    font-family: "GDS Transport",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-color: #d9e7f2;
    border-top: 10px solid #1d70b8;
    border-bottom: 1px solid #fff;
    display: none
}

@media print {
    .global-bar {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .global-bar {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .global-bar {
        font-size: 14pt;
        line-height: 1.15
    }
}

.show-global-bar .global-bar {
    display: block
}

.global-bar .link, .global-bar .link:link {
    color: #0b0c0c
}

    .global-bar .link:visited, .global-bar .link:link:visited {
        color: #0b0c0c
    }

    .global-bar .link:focus, .global-bar .link:link:focus {
        color: #0b0c0c
    }

.global-bar-message {
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px 0
}

.global-bar-title {
    font-weight: 700;
    margin-right: 10px;
    margin-bottom: 5px
}

    .global-bar-title:only-child {
        margin: 0
    }

.global-bar-title, .global-bar-text {
    color: #0b0c0c
}

.global-bar-title__nowrap {
    white-space: nowrap
}

.global-bar-dismiss-wrapper {
    margin-top: 20px
}

.global-bar__dismiss {
    display: none
}

.global-bar__dismiss--show {
    display: inline-block
}

.gem-c-govspeak .global-bar__heading {
    font-family: "GDS Transport",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-top: 0;
    margin-bottom: 5px
}

@media print {
    .gem-c-govspeak .global-bar__heading {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .gem-c-govspeak .global-bar__heading {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .gem-c-govspeak .global-bar__heading {
        font-size: 14pt;
        line-height: 1.15
    }
}

.gem-c-govspeak .global-bar__list {
    margin-top: 0
}

.global-bar__list {
    margin-top: 0
}

#user-satisfaction-survey {
    display: none;
    background-color: #1d70b8;
    margin-bottom: 1px;
    color: #fff;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429
}

@media print {
    #user-satisfaction-survey {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    #user-satisfaction-survey {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print {
    #user-satisfaction-survey {
        font-size: 14pt;
        line-height: 1.2
    }
}

#user-satisfaction-survey.visible {
    display: block
}

@media (max-width: 40.0525em) {
    #user-satisfaction-survey.visible .survey-close-button {
        font-size: 16px
    }

    #user-satisfaction-survey.visible .survey-title {
        display: inline-block;
        font-size: 18px;
        width: 75%
    }

    #user-satisfaction-survey.visible .survey-primary-link, #user-satisfaction-survey.visible .postscript-cta {
        font-size: 18px
    }
}

#user-satisfaction-survey [tabindex="-1"]:focus {
    outline: none
}

#user-satisfaction-survey a:link, #user-satisfaction-survey a:active, #user-satisfaction-survey a:hover, #user-satisfaction-survey a:visited {
    color: inherit
}

#user-satisfaction-survey a:focus {
    color: #0b0c0c
}

#user-satisfaction-survey .survey-wrapper {
    padding-top: 15px;
    padding-bottom: 20px;
    clear: both
}

#user-satisfaction-survey .survey-inner-wrapper {
    max-width: 30em
}

#user-satisfaction-survey .survey-title {
    font-family: "GDS Transport",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-bottom: .5em
}

@media print {
    #user-satisfaction-survey .survey-title {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    #user-satisfaction-survey .survey-title {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    #user-satisfaction-survey .survey-title {
        font-size: 14pt;
        line-height: 1.15
    }
}

#user-satisfaction-survey .survey-close-button {
    float: right;
    font-family: "GDS Transport",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 {
    #user-satisfaction-survey .survey-close-button {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    #user-satisfaction-survey .survey-close-button {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    #user-satisfaction-survey .survey-close-button {
        font-size: 14pt;
        line-height: 1.15
    }
}

#user-satisfaction-survey .survey-primary-link {
    font-family: "GDS Transport",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-right: .5em
}

@media print {
    #user-satisfaction-survey .survey-primary-link {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    #user-satisfaction-survey .survey-primary-link {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    #user-satisfaction-survey .survey-primary-link {
        font-size: 14pt;
        line-height: 1.15
    }
}

#user-satisfaction-survey .survey-form-label {
    display: block;
    margin-bottom: .25em
}

#user-satisfaction-survey .survey-form-input {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 4px 4px;
    border: 2px solid #fff;
    margin: 0;
    margin-bottom: 1em
}

@media print {
    #user-satisfaction-survey .survey-form-input {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    #user-satisfaction-survey .survey-form-input {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.1
    }
}

@media print {
    #user-satisfaction-survey .survey-form-input {
        font-size: 14pt;
        line-height: 1.1
    }
}

#user-satisfaction-survey .survey-form-description {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.25;
    margin-bottom: .5em
}

@media print {
    #user-satisfaction-survey .survey-form-description {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    #user-satisfaction-survey .survey-form-description {
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.4285714286
    }
}

@media print {
    #user-satisfaction-survey .survey-form-description {
        font-size: 12pt;
        line-height: 1.2
    }
}

#user-satisfaction-survey .survey-form-button {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.1;
    padding: 10px 15px 5px 15px;
    margin-right: .5em;
    color: #1d70b8;
    background: #fff;
    border: 0;
    border-bottom: solid 2px #b1b4b6
}

@media print {
    #user-satisfaction-survey .survey-form-button {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    #user-satisfaction-survey .survey-form-button {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.1
    }
}

@media print {
    #user-satisfaction-survey .survey-form-button {
        font-size: 14pt;
        line-height: 1.1
    }
}

#user-satisfaction-survey .survey-form-button:hover, #user-satisfaction-survey .survey-form-button:focus {
    color: #1a63a2;
    background: #f3f2f1;
    cursor: pointer
}

#user-satisfaction-survey .survey-form-button:focus {
    outline: 3px solid #fd0
}

#user-satisfaction-survey .js-hidden {
    display: none
}

.draft main {
    background-image: url(/assets/static/draft-watermark-2fc7e51bfdd3eece36faad082cbb53e2527f6147a116b0385fb331f2d0eab56d.png);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size: contain
}
