/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

ul {
    list-style-type: none;
    list-style-position: inside;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role=button] {
    cursor: pointer;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:after, .panel-body:before {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

    .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }


.cta--alt span, .fa-breadcrumbs .accessible-text, .fa-dropdown__label, .fa-footer__social-channels__channel li a span, .fa-footer__social-channels__channel > span, .fa-gallery .media-carousel__thumbnail-button span, .fa-input-field [type=checkbox]:checked, .fa-input-field [type=checkbox]:not(:checked), .fa-input-field [type=email] ~ .fa-input-field__label, .fa-input-field [type=text] ~ .fa-input-field__label, .fa-input-field textarea ~ .fa-input-field__label, .fa-modal__close-button .accessible-text, .fa-navigation .mobile-controls__control-button .accessible-text, .fa-navigation .site-search__button .accessible-text, .fa-navigation .site-search__label, .fa-page-media .featured-media__expand span, .fa-poll__answers input, .fa-topbar .controls__button .accessible-text, .fa-topbar .fa-logo__icon .accessible-text {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.cw-newsletter-form__form .fa-dropdown .fa-dropdown__label, .cw-newsletter-form__form .fa-input-field [type=email] ~ .fa-input-field__label, .cw-newsletter-form__form .fa-input-field [type=text] ~ .fa-input-field__label, .cw-newsletter-form__form .fa-input-field textarea ~ .fa-input-field__label, .fa-contact-form__form .fa-dropdown .fa-dropdown__label, .fa-contact-form__form .fa-input-field [type=email] ~ .fa-input-field__label, .fa-contact-form__form .fa-input-field [type=text] ~ .fa-input-field__label, .fa-contact-form__form .fa-input-field textarea ~ .fa-input-field__label, .fa-enquiry-form__form .fa-dropdown .fa-dropdown__label, .fa-enquiry-form__form .fa-input-field [type=email] ~ .fa-input-field__label, .fa-enquiry-form__form .fa-input-field [type=text] ~ .fa-input-field__label, .fa-enquiry-form__form .fa-input-field textarea ~ .fa-input-field__label, .fa-faqs__search-form .fa-dropdown label, .fa-footer__social-channels label, .fa-nomination-form__form .fa-dropdown .fa-dropdown__label, .fa-nomination-form__form .fa-input-field [type=email] ~ .fa-input-field__label, .fa-nomination-form__form .fa-input-field [type=text] ~ .fa-input-field__label, .fa-nomination-form__form .fa-input-field textarea ~ .fa-input-field__label {
    clip: auto;
    height: auto;
    margin: auto;
    overflow: visible;
    padding: 0;
    position: relative;
    width: auto;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes live-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,0,0,.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,0,0,0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,0,0,0);
    }
}

@keyframes live-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255,0,0,.4);
        box-shadow: 0 0 0 0 rgba(255,0,0,.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255,0,0,0);
        box-shadow: 0 0 0 10px rgba(255,0,0,0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255,0,0,0);
        box-shadow: 0 0 0 0 rgba(255,0,0,0);
    }
}

.cta, .fa-back-to-top__button, .fa-cookie__more-button, .fa-modal__close-button, .fa-navigation .global-navigation__return-button, .fa-navigation .global-navigation__toggle-search, .fa-navigation .mobile-controls__control-button, .fa-navigation .site-search__button, .fa-navigation .topbar__return-button, .fa-sub-navigation .section-links__more-text, .fa-topbar .controls__button, .fa-topbar .more-fa-item__button, .fa-topbar .more-fa-sites__link {
    background: 0 0;
    border: 0;
    cursor: pointer;
}

.fa-navigation .mobile-controls .menu-icon, .fa-topbar .controls__menu-toggle {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    display: block;
    width: 22px;
}

    .fa-navigation .mobile-controls .menu-icon span, .fa-navigation .mobile-controls .menu-icon::after, .fa-navigation .mobile-controls .menu-icon::before, .fa-topbar .controls__menu-toggle span, .fa-topbar .controls__menu-toggle::after, .fa-topbar .controls__menu-toggle::before {
        -webkit-transition: all,.3s,ease-out;
        -o-transition: all,.3s,ease-out;
        transition: all,.3s,ease-out;
        background: #02264c;
        content: '';
        display: block;
        height: 2px;
        margin: 5px 0;
        width: 100%;
    }

    .fa-navigation .mobile-controls .menu-icon span, .fa-topbar .controls__menu-toggle span {
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
    }

.fa-navigation--active .mobile-controls .menu-icon, .fa-topbar.menu-active .controls__menu-toggle {
    background: #02264c;
}

    .fa-navigation--active .mobile-controls .menu-icon::after, .fa-navigation--active .mobile-controls .menu-icon::before, .fa-topbar.menu-active .controls__menu-toggle::after, .fa-topbar.menu-active .controls__menu-toggle::before {
        background: #fff;
    }

    .fa-navigation--active .mobile-controls .menu-icon::before, .fa-topbar.menu-active .controls__menu-toggle::before {
        -webkit-transform: rotate(45deg) translate3d(4.5px,5.5px,0);
        -moz-transform: rotate(45deg) translate3d(4.5px,5.5px,0);
        -ms-transform: rotate(45deg) translate3d(4.5px,5.5px,0);
        -o-transform: rotate(45deg) translate3d(4.5px,5.5px,0);
        transform: rotate(45deg) translate3d(4.5px,5.5px,0);
    }

    .fa-navigation--active .mobile-controls .menu-icon span, .fa-topbar.menu-active .controls__menu-toggle span {
        opacity: 0;
    }

    .fa-navigation--active .mobile-controls .menu-icon::after, .fa-topbar.menu-active .controls__menu-toggle::after {
        -webkit-transform: rotate(-45deg) translate3d(4px,-5.5px,0);
        -moz-transform: rotate(-45deg) translate3d(4px,-5.5px,0);
        -ms-transform: rotate(-45deg) translate3d(4px,-5.5px,0);
        -o-transform: rotate(-45deg) translate3d(4px,-5.5px,0);
        transform: rotate(-45deg) translate3d(4px,-5.5px,0);
    }

.fa-navigation .site-search__input {
    border: 0;
    font-size: 14px;
    outline: 0;
    padding: 10px;
}

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    height: 100%;
    overflow-x: hidden;
    width: 100%;
}

body {
    background-color: #f0eced;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
}

h1, h2, h3, h4 {
    margin: 0;
}

h1 {
    font-weight: 400;
}

div#eaContainer .earcu_posdescriptionContainer ul {
    margin-left: 17px;
    list-style: disc;
}

.body-content {
    margin-top: 98px;
}

.accessible-text {
    color: #000;
}

.base-component {
    width: 100%;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.no-left-padding {
    padding-left: 0;
}

.no-right-padding {
    padding-right: 0;
}

.videoPlaceholder {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

    .videoPlaceholder iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.fa-article li {
    list-style: disc;
}

.fa-article .fa-row-strip .container .row .col-md-3.col-sm-6, .fa-article .fa-row-strip .container .row .row .col-md-6.col-sm-12, .fa-article .fa-row-strip .container .row [class^=col-sm] {
    display: block;
}

.fa-article .fa-row-strip .container p {
    padding: 10px 0;
}

.fa-article .article-details {
    margin: 20px 0 15px;
}

.fa-article .inner-feature img {
    display: block;
    width: 100%;
}

.fa-article .article-feature {
    background: #f7f7f7;
    border-top: 4px solid #02264c;
    width: 100%;
    float: none;
    margin: 0 20px 10px 0;
    padding: 10px;
}

.fa-article .offset-article-content {
    width: 45%;
    padding: 10px 0;
    margin-right: 15px;
    float: left;
}

.fa-article .push-article-content {
    padding: 10px 0;
    float: none;
}

@media only screen and (max-width:767px) {
    .fa-article .offset-article-content {
        width: 100%;
        float: none;
    }

    .fa-article .article__container {
        display: box !important;
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-box !important;
        box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        -webkit-box-orient: vertical;
    }

        .fa-article .article__container > div, .fa-article .article__container > p {
            height: auto;
            box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            -webkit-box-ordinal-group: 1;
            -ms-box-ordinal-group: 1;
        }

        .fa-article .article__container .push-article-content {
            width: 100%;
            height: auto;
            box-ordinal-group: 2;
            -moz-box-ordinal-group: 2;
            -webkit-box-ordinal-group: 2;
            -ms-box-ordinal-group: 2;
        }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .fa-article .offset-article-content {
        width: 100%;
        float: none;
    }

    .fa-article .article__container {
        display: box !important;
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-box !important;
        box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        -webkit-box-orient: vertical;
    }

        .fa-article .article__container > div, .fa-article .article__container > p {
            height: auto;
            box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            -webkit-box-ordinal-group: 1;
            -ms-box-ordinal-group: 1;
        }

        .fa-article .article__container .push-article-content {
            width: 100%;
            height: auto;
            box-ordinal-group: 2;
            -moz-box-ordinal-group: 2;
            -webkit-box-ordinal-group: 2;
            -ms-box-ordinal-group: 2;
        }
}

@media (min-width:992px) {
    .fa-article .article-feature, .fa-article .offset-article-content {
        margin-left: calc(-25% - 10px);
    }

    .fa-article .article-feature {
        width: 45%;
        float: left;
    }

    .fa-article .article-details {
        margin: 30px 0 15px;
    }

    .fa-article .push-article-content {
        max-width: 325px;
        margin-right: -190px;
        float: right;
        margin-left: 15px;
    }
}

.fa-content-promo, .fa-content-promo--signpost, .fa-content-promo--signpost-linklist, .fa-poll {
    margin: 15px 0;
}

.accordion .panel-default {
    border: 0;
    border-bottom: 1px solid #d8d8d8;
    box-shadow: none;
}

    .accordion .panel-default > .panel-heading {
        background: #fff;
        border: 0;
    }

    .accordion .panel-default .panel-title a {
        display: block;
        position: relative;
        font-size: 14px;
        font-weight: 400;
        padding-left: 27px;
    }

        .accordion .panel-default .panel-title a::before {
            display: block;
            position: absolute;
            left: 0;
            top: 1px;
            content: '';
            width: 18px;
            height: 18px;
            background: url(../assets/images/plus-minus-icon.svg) 0 0 no-repeat;
            background-size: 18px;
        }

        .accordion .panel-default .panel-title a[aria-expanded=true] {
            color: #0068b2;
        }

            .accordion .panel-default .panel-title a[aria-expanded=true]::before {
                background-position: 0 -18px;
            }

        .accordion .panel-default .panel-title a span {
            display: inline-block;
        }

.accordion .panel-collapse .panel-body {
    background-color: transparent;
    background-image: -webkit-linear-gradient(rgba(216,216,216,.3) 0,rgba(216,216,216,0) 40%);
    background-image: linear-gradient(rgba(216,216,216,.3) 0,rgba(216,216,216,0) 40%);
    padding: 15px 30px;
}

    .accordion .panel-collapse .panel-body p {
        font-size: 14px;
    }

@media (min-width:768px) {
    .accordion .panel-default .panel-heading {
        padding: 20px 15px;
    }

    .accordion .panel-default .panel-title a {
        padding-left: 37px;
        font-size: 18px;
    }

        .accordion .panel-default .panel-title a::before {
            width: 22px;
            height: 22px;
            background-size: 22px;
        }

        .accordion .panel-default .panel-title a[aria-expanded=true]::before {
            background-position: 0 -22px;
        }

    .accordion .panel-default .panel-body {
        padding: 20px 64px 10px 32px;
    }
}

.bottom-border--orange {
    border-width: 0 0 5px 0;
    border-style: solid;
    border-color: #ec7816 !important;
}

.bottom-border--green {
    border-width: 0 0 5px 0;
    border-style: solid;
    border-color: #1e6c25 !important;
}

.bottom-border--red {
    border-width: 0 0 5px 0;
    border-style: solid;
    border-color: #c80b28 !important;
}

.bottom-border--grey {
    border-width: 0 0 5px 0;
    border-style: solid;
    border-color: #a3bfc6 !important;
}

.bottom-border--black {
    border-width: 0 0 5px 0;
    border-style: solid;
    border-color: #000 !important;
}

.bottom-border--yellow {
    border-width: 0 0 5px 0;
    border-style: solid;
    border-color: #ffe162 !important;
}

.bottom-border--blue {
    border-width: 0 0 5px 0;
    border-style: solid;
    border-color: #032e61 !important;
}

.edit-mode-fields {
    margin-bottom: 10px;
}

    .edit-mode-fields .field-row {
        margin-bottom: 5px;
    }

    .edit-mode-fields .label {
        font-weight: 700;
        font-size: 12px;
        width: 100%;
        vertical-align: top;
        margin: 10px 0 0;
    }

    .edit-mode-fields .text-field {
        width: 100%;
        min-height: 25px;
        background-color: #fff;
        border: 1px solid #ccc;
    }

    .edit-mode-fields .image-field {
        width: 100%;
        height: 150px;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 5px;
        box-sizing: border-box;
    }

        .edit-mode-fields .image-field img {
            max-width: 100%;
            max-height: 100%;
            display: block;
            margin: 0 auto;
        }

.fa-navigation {
    display: block;
    position: relative;
    z-index: 100;
}

    .fa-navigation .global-navigation__primary-link, .fa-navigation .global-navigation__submenu-link, .fa-navigation .global-navigation__toggle-search, .fa-navigation .topbar__link {
        border-top: 1px solid rgba(255,255,255,.1);
        color: #fff;
        display: block;
        font-size: 14px;
        padding: 15px 0;
    }

        .fa-navigation .global-navigation__permalink, .fa-navigation .global-navigation__primary-link.more-available, .fa-navigation .global-navigation__submenu-link.more-available, .fa-navigation .topbar__link.more-content, .fa-navigation .topbar__submenu-external-link, .fa-navigation .topbar__submenu-link.more-content {
            position: relative;
        }

            .fa-navigation .global-navigation__permalink::after, .fa-navigation .global-navigation__primary-link.more-available::after, .fa-navigation .global-navigation__submenu-link.more-available::after, .fa-navigation .topbar__link.more-content::after, .fa-navigation .topbar__submenu-external-link::after, .fa-navigation .topbar__submenu-link.more-content::after {
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                background: url(../images/arrow.svg) no-repeat;
                background-size: cover;
                content: '';
                display: block;
                height: 10px;
                position: absolute;
                right: 0;
                top: 50%;
                width: 6px;
            }

    .fa-navigation .global-navigation__return-button, .fa-navigation .topbar__return-button {
        border-bottom: 1px solid #fff;
        border-top: 0;
        font-size: 14px;
        margin-bottom: 10px;
        padding: 10px 10px 10px 15px;
        position: relative;
        text-align: left;
        text-transform: none;
        width: 100%;
    }

        .fa-navigation .global-navigation__return-button::before, .fa-navigation .topbar__return-button::before {
            -webkit-transform: translateY(-50%) rotateY(180deg);
            -moz-transform: translateY(-50%) rotateY(180deg);
            -ms-transform: translateY(-50%) rotateY(180deg);
            -o-transform: translateY(-50%) rotateY(180deg);
            transform: translateY(-50%) rotateY(180deg);
            background: url(../assets/images/arrow.svg) no-repeat;
            background-size: cover;
            content: '';
            display: block;
            height: 10px;
            left: 0;
            position: absolute;
            top: 50%;
            width: 6px;
        }

    .fa-navigation .skiptocontent {
        display: none;
    }

.fa-navigation__header {
    background-color: #fff;
    border-bottom: 1px solid #99a5b3;
    height: 60px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 120;
}

    .fa-navigation__header:after, .fa-navigation__header:before {
        content: " ";
        display: table;
    }

    .fa-navigation__header:after {
        clear: both;
    }

    .fa-navigation__header .logo-container {
        float: left;
        padding: 0;
    }

.fa-navigation .mobile-controls {
    float: right;
    height: 60px;
    position: relative;
}

.fa-navigation .mobile-controls__items {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;
    width: 119px;
}

    .fa-navigation .mobile-controls__items .user-button {
        display: none;
    }

    .fa-navigation .mobile-controls__items .sign-in-link {
        display: block;
    }

    .fa-navigation .mobile-controls__items.user-signed-in .user-button {
        display: block;
        overflow: hidden;
        text-indent: 200%;
        white-space: nowrap;
    }

    .fa-navigation .mobile-controls__items.user-signed-in .sign-in-link {
        display: none;
    }

.fa-navigation .mobile-controls__item {
    display: inline-block;
    float: left;
    margin-left: 24px;
    position: relative;
    vertical-align: top;
}

    .fa-navigation .mobile-controls__item:first-child {
        margin-left: 0;
    }

    .fa-navigation .mobile-controls__item:last-child::after, .fa-navigation .mobile-controls__item:last-child::before {
        border-style: solid;
        border-width: 0 0 59px 24px;
        bottom: 0;
        content: '';
        height: 0;
        position: absolute;
        top: 0;
        width: 0;
    }

    .fa-navigation .mobile-controls__item:last-child::before {
        border-color: transparent transparent #99a5b3;
        left: -24px;
    }

    .fa-navigation .mobile-controls__item:last-child::after {
        border-color: transparent transparent #fff;
        border-width: 0 5px 59px 24px;
        left: -23px;
    }

.fa-navigation .mobile-controls__control-button {
    box-sizing: initial;
    height: 60px;
    padding: 0 20px 0 10px;
}

.fa-navigation .mobile-controls .menu-icon {
    border-left: 1px solid #99a5b3;
}

.fa-navigation .mobile-controls .user-icon {
    padding: 0 10px;
    width: 22px;
    position: relative;
}

    .fa-navigation .mobile-controls .user-icon::before {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url(../images/mob-user-sprite.svg);
        background-repeat: no-repeat;
        background-size: 44px;
        content: '';
        display: block;
        height: 19px;
        width: 22px;
        position: absolute;
        top: 50%;
    }

.fa-navigation .mobile-controls__user-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    background: #02264c;
    box-shadow: 0 4px 5px rgba(0,0,0,.6);
    border-top: 0;
    min-width: 180px;
}

    .fa-navigation .mobile-controls__user-dropdown-menu .user-item {
        padding: 0 15px;
    }

        .fa-navigation .mobile-controls__user-dropdown-menu .user-item:last-child .user-link {
            border: 0;
        }

    .fa-navigation .mobile-controls__user-dropdown-menu .user-link {
        display: block;
        color: #fff;
        font-size: 14px;
        font-family: FSJackRegular,Times,Arial;
        text-transform: uppercase;
        padding: 15px 0;
        border: 0;
        border-bottom: 1px solid rgba(255,255,255,.1);
        background: #02264c;
    }

.user-menu-active .fa-navigation .mobile-controls__user-dropdown-menu {
    display: block;
}

.fa-navigation .fa-logo {
    width: 97px;
    display: block;
    padding: 20px 0 20px 15px;
}

.fa-navigation .fa-logo__image {
    display: block;
    width: 100%;
}

.fa-navigation .navigation-container {
    -webkit-transition: right,.3s,ease-in-out;
    -o-transition: right,.3s,ease-in-out;
    transition: right,.3s,ease-in-out;
    -webkit-transition-delay: .1s;
    -ms-transition-delay: .1s;
    transition-delay: .1s;
    background-color: #02264c;
    bottom: 0;
    min-width: 280px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    right: -100%;
    top: 60px;
    width: 90vw;
    z-index: 110;
}

@media only screen and (max-width:991px) {
    .fa-navigation .navigation-container {
        z-index: -1;
        opacity: 0;
    }
}

.fa-navigation .navigation-container .navigation-holder {
    position: relative;
}

.fa-navigation .navigation-container__searchbar {
    padding: 15px 20px 10px;
    width: 100%;
}

@media only screen and (max-width:991px) {
    .fa-navigation--active .navigation-container {
        z-index: 110;
        opacity: 1;
    }
}

.fa-navigation--active .navigation-container {
    right: 0;
}

.fa-navigation--active .mobile-controls__item:last-child::after, .fa-navigation--active .mobile-controls__item:last-child::before {
    border-width: 0 5px 60px 24px;
}

.fa-navigation--active .mobile-controls__item:last-child::after {
    border-color: transparent transparent #02264c;
}

.user-menu-active .fa-navigation .mobile-controls__item .user-icon {
    background: #02264c;
}

    .user-menu-active .fa-navigation .mobile-controls__item .user-icon::before {
        background-position: -22px 0;
    }

.user-menu-active .fa-navigation .mobile-controls__item:first-child::after {
    border-style: solid;
    border-width: 0 0 60px 24px;
    bottom: 0;
    content: '';
    height: 0;
    position: absolute;
    top: -1px;
    width: 0;
    border-color: transparent transparent #02264c;
    left: -23px;
}

.user-menu-active .fa-navigation .mobile-controls__item:first-child::before {
    border-style: solid;
    border-width: 60px 24px 0 0;
    bottom: 0;
    content: '';
    height: 0;
    position: absolute;
    top: 0;
    width: 0;
    border-color: #02264c transparent transparent;
    right: -24px;
}

.fa-navigation .topbar {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #222;
}

.fa-navigation .topbar__menu-item:first-child > a {
    border: 0;
}

.fa-navigation .topbar__menu-item:last-child > a {
    border-color: #fff;
}

.fa-navigation .topbar__submenu {
    -webkit-transition: left,.3s,ease-in-out;
    -o-transition: left,.3s,ease-in-out;
    transition: left,.3s,ease-in-out;
    background: #222;
    bottom: 0;
    left: 100%;
    padding: 10px 30px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 130;
}

.fa-navigation .topbar__submenu--active {
    left: 0;
}

.fa-navigation .topbar__submenu-list-item {
    color: #fff;
}

.fa-navigation .topbar__submenu-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    padding: 10px 0;
    line-height: 1.5;
}

.fa-navigation .topbar__submenu-large-title {
    display: none;
}

.fa-navigation .topbar__submenu-link {
    color: #fff;
    padding: 10px 0;
    display: block;
    border-top: 1px solid rgba(255,255,255,.1);
    font-size: 16px;
    line-height: 1.5;
}

.fa-navigation .topbar__submenu-external-link::after {
    background: url(../images/link-icon.svg) no-repeat;
    width: 18px;
}

.fa-navigation .topbar__link {
    padding-left: 30px;
    font-family: FSJackRegular,Times,Arial;
    position: relative;
    line-height: 1.5;
}

    .fa-navigation .topbar__link:hover {
        text-decoration: underline;
    }

    .fa-navigation .topbar__link.more-content {
        padding-left: 0;
    }

        .fa-navigation .topbar__link.more-content:hover {
            text-decoration: none;
        }

    .fa-navigation .topbar__link::before {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        content: '';
        position: absolute;
        left: 0;
        display: block;
        width: 16px;
        height: 16px;
        background-size: cover;
        background-repeat: no-repeat;
        top: 50%;
    }

    .fa-navigation .topbar__link.more-fa-ticket::before {
        background-image: url(../images/nav-icon-ticket.svg);
    }

    .fa-navigation .topbar__link.more-fa-merchandise::before {
        background-image: url(../assets/images/nav-icon-merchandise.svg);
    }

    .fa-navigation .topbar__link.more-fa-st-georges-park::before {
        background-image: url(../assets/images/nav-icon-stgeorge.svg);
    }

    .fa-navigation .topbar__link.more-fa-wembley::before {
        background-image: url(../assets/images/nav-icon-wembley.svg);
    }

.fa-navigation .topbar__extramenu {
    display: none;
}

.fa-navigation .topbar__extra-item {
    position: relative;
}

    .fa-navigation .topbar__extra-item .extramenu__items {
        display: none;
        position: absolute;
        left: -5px;
        top: 30px;
        width: auto;
        bottom: auto;
        min-width: 160px;
        padding: 5px 10px;
        background: #222;
    }

    .fa-navigation .topbar__extra-item:hover .extramenu__items {
        display: block;
    }

.fa-navigation .topbar__return-button {
    padding-left: 15px;
    color: #fff;
    border-top: 0;
    margin-bottom: 10px;
}

.fa-navigation .topbar__quick-links {
    display: none;
}

.fa-navigation .menu-container {
    padding: 10px 30px;
}

.fa-navigation .global-navigation__primary-menu {
    padding: 16px 30px 10px;
}

.fa-navigation .global-navigation__primary-link {
    font-family: FSJackRegular,Times,Arial;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.5;
}

.fa-navigation .global-navigation__primary-list-item:first-child > a {
    border: 0;
}

.fa-navigation .global-navigation__primary-list-item.list-item--yellow {
    margin-left: -30px;
    margin-right: -30px;
}

    .fa-navigation .global-navigation__primary-list-item.list-item--yellow .global-navigation__primary-link {
        background: #f2c714;
        background: -moz-linear-gradient(left,#f2c714 0,#fee060 75%);
        background: -webkit-linear-gradient(left,#f2c714 0,#fee060 75%);
        background: linear-gradient(to right,#f2c714 0,#fee060 75%);
        padding-left: 30px;
        color: #262626;
    }

        .fa-navigation .global-navigation__primary-list-item.list-item--yellow .global-navigation__primary-link span.text {
            background-image: url(../assets/images/arrow-black.png);
            background-position: 100% 20px;
            background-repeat: no-repeat;
            background-size: 7px auto;
            display: block;
            z-index: 2;
            padding-right: 5px;
        }

        .fa-navigation .global-navigation__primary-list-item.list-item--yellow .global-navigation__primary-link::after {
            border-color: transparent transparent #f2c714;
        }

        .fa-navigation .global-navigation__primary-list-item.list-item--yellow .global-navigation__primary-link::before {
            border-color: #fee060 transparent #fee060;
            border-width: 45px 27px 0 0;
            position: absolute;
            right: -27px;
        }

    .fa-navigation .global-navigation__primary-list-item.list-item--yellow.current-section .global-navigation__primary-link {
        background: #f2c714 !important;
        background: -moz-linear-gradient(left,#f2c714 0,#fee060 75%) !important;
        background: -webkit-linear-gradient(left,#f2c714 0,#fee060 75%) !important;
        background: linear-gradient(to right,#f2c714 0,#fee060 75%) !important;
    }

        .fa-navigation .global-navigation__primary-list-item.list-item--yellow.current-section .global-navigation__primary-link::after {
            border-color: transparent transparent #f2c714 !important;
        }

        .fa-navigation .global-navigation__primary-list-item.list-item--yellow.current-section .global-navigation__primary-link::before {
            border-color: #fee060 transparent #fee060 !important;
            border-width: 45px 27px 0 0;
            position: absolute;
            right: -27px;
        }

.fa-navigation .global-navigation__popular-pages {
    display: none;
    font-size: 14px;
}

.fa-navigation .global-navigation__submenu {
    -webkit-transition: left,.3s,ease-in-out;
    -o-transition: left,.3s,ease-in-out;
    transition: left,.3s,ease-in-out;
    background: #02264c;
    bottom: 0;
    left: 100%;
    padding: 10px 30px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 130;
}

.fa-navigation .global-navigation__submenu--active {
    left: 0;
}

.fa-navigation .global-navigation__submenu-list-item:first-child > a {
    border: 0;
}

.fa-navigation .global-navigation__submenu-link {
    text-transform: uppercase;
    font-size: 14px;
    font-family: FSJackRegular,Times,Arial;
    line-height: 1.5;
}

.fa-navigation .global-navigation__submenu-title-link {
    border-top: 0;
    font-size: 16px;
    font-weight: 800;
    font-family: FSJackBold,Times,Arial;
}

.fa-navigation .global-navigation__return-button {
    text-transform: none;
}

.fa-navigation .global-navigation__toggle-search {
    display: none;
    padding: 17px 0 13px;
}

    .fa-navigation .global-navigation__toggle-search .accessible-text {
        text-indent: -100vw;
        overflow: hidden;
        display: block;
        white-space: nowrap;
    }

.fa-navigation .site-search {
    position: relative;
}

.fa-navigation .site-search__input {
    width: 100%;
}

.fa-navigation .site-search__close {
    display: none;
}

.fa-navigation .site-search__button {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    padding: 15px 10px;
    position: absolute;
    right: 0;
    top: 50%;
}

    .fa-navigation .site-search__button::before {
        background: url(../assets/images/search-icon.svg) no-repeat;
        background-size: cover;
        content: '';
        display: block;
        height: 15px;
        width: 15px;
    }

@media only screen and (max-width:991px) {
    .fa-navigation .container {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        width: 100%;
    }
}

.body-content {
    margin-top: 137px;
}

.large-navigation .body-content {
    margin-top: 0;
}

.large-navigation .fa-logo {
    padding: 7px 0 0 10px;
}

.light-grey-navigation .navigation-container {
    background-color: #121212;
}

.light-grey-navigation .fa-navigation--active .mobile-controls__item:last-child::after {
    border-color: transparent transparent #121212;
}

.light-grey-navigation .fa-navigation--active .mobile-controls .menu-icon {
    background: #121212;
}

.light-grey-navigation .fa-navigation .fa-topbar.menu-active .controls__menu-toggle {
    background: #121212;
}

.light-grey-navigation .fa-navigation .global-navigation__return-button {
    border-bottom: 1px solid #262626;
}

    .light-grey-navigation .fa-navigation .global-navigation__return-button::before {
        background-image: url(../assets/images/arrow-sprite.png);
        background-position: 5px -11px;
        background-repeat: no-repeat;
        background-size: 10px auto;
        display: block;
        height: 14px;
        right: 8px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotateY(180deg);
        -moz-transform: translateY(-50%) rotateY(180deg);
        -ms-transform: translateY(-50%) rotateY(180deg);
        -o-transform: translateY(-50%) rotateY(180deg);
        transform: translateY(-50%) rotateY(180deg);
        width: 14px;
        z-index: 2;
    }

    .light-grey-navigation .fa-navigation .global-navigation__return-button:focus::before, .light-grey-navigation .fa-navigation .global-navigation__return-button:hover::before {
        background-image: url(../assets/images/arrow-sprite.png);
        background-position: 5px -27px;
        background-repeat: no-repeat;
        background-size: 11px auto;
        display: block;
        height: 14px;
        right: 8px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotateY(180deg);
        -moz-transform: translateY(-50%) rotateY(180deg);
        -ms-transform: translateY(-50%) rotateY(180deg);
        -o-transform: translateY(-50%) rotateY(180deg);
        transform: translateY(-50%) rotateY(180deg);
        width: 14px;
        z-index: 2;
    }

.light-grey-navigation .fa-navigation .global-navigation__submenu {
    background: #f7f7f7;
}

.light-grey-navigation .fa-navigation .global-navigation__submenu-link {
    color: #262626;
}

.light-grey-navigation .fa-navigation .global-navigation__submenu-list-item .global-navigation__submenu-link:focus, .light-grey-navigation .fa-navigation .global-navigation__submenu-list-item .global-navigation__submenu-link:hover {
    color: #10b6e3;
}

.light-grey-navigation .fa-navigation .global-navigation__submenu-list-item.active-item > .global-navigation__submenu-link {
    color: #10b6e3;
}

.light-grey-navigation .fa-navigation .global-navigation__submenu-link.more-available::after {
    background-image: url(../assets/images/arrow-sprite.png);
    background-position: 0 -11px;
    background-repeat: no-repeat;
    background-size: 10px auto;
    display: block;
    height: 14px;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    z-index: 2;
}

.light-grey-navigation .fa-navigation .global-navigation__submenu-list-item .global-navigation__submenu-link:focus::after, .light-grey-navigation .fa-navigation .global-navigation__submenu-list-item .global-navigation__submenu-link:hover::after, .light-grey-navigation .fa-navigation .global-navigation__submenu-list-item.active-item > .global-navigation__submenu-link::after {
    background-image: url(../assets/images/arrow-sprite.png);
    background-position: 0 -27px;
    background-repeat: no-repeat;
    background-size: 11px auto;
    display: block;
    height: 14px;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    z-index: 2;
}

.light-grey-navigation .fa-navigation .global-navigation__popular-pages {
    border-left: 1px solid #dfe3e8;
}

.light-grey-navigation .fa-navigation .global-navigation__popular-pages-title {
    color: #262626;
}

.light-grey-navigation .fa-navigation .popular-pages__title {
    color: #262626;
}

.light-grey-navigation .fa-navigation .popular-pages__article:focus, .light-grey-navigation .fa-navigation .popular-pages__article:hover {
    background: rgba(18,18,18,.1);
    color: #262626;
}

.light-grey-sub-navigation .fa-sub-navigation {
    background: #f7f7f7;
    min-height: 50px;
    height: auto;
    padding-top: 10px;
}

    .light-grey-sub-navigation .fa-sub-navigation .fa-section-heading__title {
        color: #262626;
        font-family: SackersGothicMedium;
        font-size: 18px;
        font-weight: 400;
    }

    .light-grey-sub-navigation .fa-sub-navigation .section-links__list-item {
        margin-right: 0;
    }

    .light-grey-sub-navigation .fa-sub-navigation .section-links__link, .light-grey-sub-navigation .fa-sub-navigation .section-links__more-text {
        color: #262626;
    }

.sticky-subnav--active .light-grey-sub-navigation .fa-sub-navigation {
    top: 67px;
}

    .sticky-subnav--active .light-grey-sub-navigation .fa-sub-navigation .fa-section-heading__title {
        font-size: 24px;
        font-weight: 800;
        position: relative;
        top: -7px;
    }

@media (min-width:992px) {
    .fa-navigation {
        overflow: visible;
    }

    .sticky-nav--active .fa-navigation {
        position: fixed;
        left: 0;
        right: 0;
        top: -30px;
    }

    .fa-navigation .skiptocontent {
        height: 1px;
        width: 1px;
        position: absolute;
        overflow: hidden;
        display: block;
        background: #fff;
        top: 45px;
        line-height: 1;
    }

        .fa-navigation .skiptocontent:focus {
            width: 200px;
            height: 50px;
            border: 1px solid #99a5b3;
            padding: 10px;
        }

    .fa-navigation__header {
        position: static;
        border-bottom: 0;
        height: 74px;
        padding-top: 30px;
    }

        .fa-navigation__header::after {
            height: 1px;
            width: 100%;
            background: #dfe3e8;
        }

    .primary-page .fa-navigation__header::after, .secondary-page .fa-navigation__header::after {
        content: none;
    }

    .fa-navigation__header .logo-container {
        float: left;
        position: relative;
        z-index: 150;
    }

        .fa-navigation__header .logo-container.hidden {
            display: none;
        }

    .fa-navigation .fa-logo {
        width: 82px;
        padding: 13px 0;
        height: 44px;
    }

    .fa-navigation .mobile-controls {
        display: none;
    }

    .fa-navigation .navigation-container {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        background: 0 0;
        position: absolute;
        bottom: auto;
        right: 0;
        top: 0;
        transition: none;
        width: 100%;
        overflow: visible;
    }

    .fa-navigation .navigation-container__searchbar {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 832px;
        margin: 0 auto;
        position: absolute;
        left: calc(50% + 30px);
        padding: 0;
        height: 44px;
        top: 30px;
        z-index: -1;
        overflow-y: hidden;
        visibility: hidden;
    }

        .fa-navigation .navigation-container__searchbar.active {
            z-index: 170;
        }

            .fa-navigation .navigation-container__searchbar.active .navigation-container__search-positioner {
                overflow: visible;
            }

    .fa-navigation .navigation-container__search-positioner {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .fa-navigation .site-search {
        -webkit-transition: left,.2s,ease-in-out;
        -o-transition: left,.2s,ease-in-out;
        transition: left,.2s,ease-in-out;
        padding: 6px 0 7px;
        background: #fff;
        left: 105%;
        padding-left: 30px;
        height: 44px;
    }

    .fa-navigation .site-search__input {
        border-bottom: 1px solid #02264c;
        margin-left: 40px;
        padding: 5px 0;
        width: calc(100% - 40px);
    }

    .fa-navigation .site-search__button {
        left: 30px;
        right: auto;
    }

        .fa-navigation .site-search__button::before {
            height: 17px;
            width: 17px;
        }

    .fa-navigation .site-search__close {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        position: absolute;
        right: -30px;
        top: 50%;
        background: #fff;
        height: 42px;
        width: 50px;
        border: 0;
    }

        .fa-navigation .site-search__close::after {
            position: absolute;
            content: '';
            background: url(../assets/images/close-icon.svg) no-repeat;
            display: block;
            top: 12px;
            left: 27px;
            width: 18px;
            height: 18px;
            background-size: cover;
        }

        .fa-navigation .site-search__close span {
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .fa-navigation .site-search__close:focus {
            outline: 1px dotted #02264c;
            outline: 5px auto -webkit-focus-ring-color;
        }

    .fa-navigation .site-search::after, .fa-navigation .site-search::before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 0 44px 26px;
        top: 0;
    }

    .fa-navigation .site-search::before {
        border-color: transparent transparent #dfe3e8;
        left: 0;
    }

    .fa-navigation .site-search::after {
        border-color: transparent transparent #fff;
        left: 1px;
    }

    .fa-navigation .global-navigation {
        margin-top: 30px;
        position: relative;
    }

        .fa-navigation .global-navigation .global-navigation__primary-link.more-available::after {
            background: 0 0;
            right: calc(100% - 1px);
        }

    .fa-navigation .global-navigation__primary-menu {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: opacity,.3s,ease-in-out;
        -o-transition: opacity,.3s,ease-in-out;
        transition: opacity,.3s,ease-in-out;
        transition-delay: .2s;
        padding: 0 48px 0 110px;
        font-size: 0;
        opacity: 1;
    }

    .fa-navigation .global-navigation__primary-list-item {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        flex-basis: auto;
        -ms-flex-preferred-size: auto;
    }

        .fa-navigation .global-navigation__primary-list-item:first-child > a {
            margin-left: 0;
        }

        .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link {
            background: #02264c;
            color: #fff;
        }

            .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link::after, .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link::before {
                border-color: transparent transparent #02264c;
            }

            .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link.more-available::after, .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link::after {
                right: 100%;
            }

            .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link::before {
                left: 100%;
                right: auto;
                z-index: 1;
                border-width: 44px 26px 0 0;
                border-color: #02264c transparent transparent;
            }

    .england .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link {
        background: #a01e21;
    }

        .england .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link::before {
            border-color: #a01e21 transparent transparent;
        }

        .england .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link::after {
            border-color: transparent transparent #a01e21;
        }

    .take-part .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link {
        background: #00813e;
    }

        .take-part .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link::before {
            border-color: #00813e transparent transparent;
        }

        .take-part .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link::after {
            border-color: transparent transparent #00813e;
        }

    .womens .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link {
        background: #93278f;
    }

        .womens .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link::before {
            border-color: #93278f transparent transparent;
        }

        .womens .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link::after {
            border-color: transparent transparent #93278f;
        }

    .governance .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link {
        background: #222;
    }

        .governance .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link::before {
            border-color: #222 transparent transparent;
        }

        .governance .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link::after {
            border-color: transparent transparent #222;
        }

    .fa-navigation .global-navigation__primary-list-item.active-item .global-navigation__primary-link, .fa-navigation .global-navigation__primary-list-item.active-item.current-section .global-navigation__primary-link {
        background: #02264c;
        color: #fff;
        text-decoration: none;
        outline: 0;
        border-bottom: #02264c;
    }

        .fa-navigation .global-navigation__primary-list-item.active-item .global-navigation__primary-link::after, .fa-navigation .global-navigation__primary-list-item.active-item .global-navigation__primary-link::before, .fa-navigation .global-navigation__primary-list-item.active-item.current-section .global-navigation__primary-link::after, .fa-navigation .global-navigation__primary-list-item.active-item.current-section .global-navigation__primary-link::before {
            border-color: transparent transparent #02264c;
        }

        .fa-navigation .global-navigation__primary-list-item.active-item .global-navigation__primary-link::after, .fa-navigation .global-navigation__primary-list-item.active-item .more-available.global-navigation__primary-link::after, .fa-navigation .global-navigation__primary-list-item.active-item.current-section .global-navigation__primary-link::after {
            right: 100%;
        }

        .fa-navigation .global-navigation__primary-list-item.active-item .global-navigation__primary-link::before, .fa-navigation .global-navigation__primary-list-item.active-item.current-section .global-navigation__primary-link::before {
            left: 100%;
            right: auto;
            z-index: 1;
            border-width: 44px 26px 0 0;
            border-color: #02264c transparent transparent;
        }

    .fa-navigation .global-navigation__primary-list-item.active-item .global-navigation__submenu-primary, .fa-navigation .global-navigation__primary-list-item.active-item.current-section .global-navigation__submenu-primary {
        display: flex;
        justify-content: space-between;
        z-index: 11;
    }

    .fa-navigation .global-navigation__primary-list-item.list-item--yellow {
        margin: 0;
    }

        .fa-navigation .global-navigation__primary-list-item.list-item--yellow .global-navigation__primary-link {
            padding-left: 0;
        }

    .fa-navigation .global-navigation__primary-link {
        border-top: 0;
        color: #02264c;
        background: #fff;
        font-family: FSJackBold,Times,Arial;
        letter-spacing: 0;
        margin-left: 26px;
        font-size: 12px;
        text-align: center;
        position: relative;
        white-space: nowrap;
        height: 44px;
        line-height: 14px;
    }

        .fa-navigation .global-navigation__primary-link::after, .fa-navigation .global-navigation__primary-link::before {
            content: '';
            position: absolute;
            border-style: solid;
            border-width: 0 0 44px 26px;
            top: 0;
        }

        .fa-navigation .global-navigation__primary-link::before {
            border-color: transparent transparent #dfe3e8;
            right: 100%;
        }

        .fa-navigation .global-navigation__primary-link::after {
            border-color: transparent transparent #fff;
            right: calc(100% - 1px);
        }

    .fa-navigation .global-navigation__submenu {
        display: none;
    }

    .fa-navigation .global-navigation__submenu-primary {
        transition: none;
        width: calc(100% - 30px);
        top: 44px;
        bottom: auto;
        padding: 30px 0;
        left: 15px;
        border: 1px solid #768791;
        border-top: 0;
        box-shadow: 0 2px 4px rgba(0,0,0,.6);
    }

    .fa-navigation .global-navigation__submenu-list-items {
        width: 300px;
        padding: 0;
        float: left;
    }

        .fa-navigation .global-navigation__submenu-list-items:first-child {
            border-right: 1px solid rgba(255,255,255,.4);
        }

    .fa-navigation .global-navigation__submenu-list-item {
        padding: 0;
    }

        .fa-navigation .global-navigation__submenu-list-item .global-navigation__permalink::after {
            right: 20px;
        }

        .fa-navigation .global-navigation__submenu-list-item .global-navigation__submenu-link:focus, .fa-navigation .global-navigation__submenu-list-item .global-navigation__submenu-link:hover {
            text-decoration: none;
            color: #f2c714;
        }

            .fa-navigation .global-navigation__submenu-list-item .global-navigation__submenu-link:focus::after, .fa-navigation .global-navigation__submenu-list-item .global-navigation__submenu-link:hover::after {
                background: url(../assets/images/arrow-hover-state.svg) no-repeat;
            }

            .fa-navigation .global-navigation__submenu-list-item .global-navigation__submenu-link:focus + .global-navigation__submenu-list-items-secondary, .fa-navigation .global-navigation__submenu-list-item .global-navigation__submenu-link:hover + .global-navigation__submenu-list-items-secondary {
                display: block;
            }

            .fa-navigation .global-navigation__submenu-list-item .global-navigation__submenu-link:focus.global-navigation__permalink::after, .fa-navigation .global-navigation__submenu-list-item .global-navigation__submenu-link:hover.global-navigation__permalink::after {
                background: url(../assets/images/link-icon-hover-state.svg) no-repeat;
            }

        .fa-navigation .global-navigation__submenu-list-item.active-item > .global-navigation__submenu-link {
            color: #f2c714;
        }

            .fa-navigation .global-navigation__submenu-list-item.active-item > .global-navigation__submenu-link::after {
                background: url(../assets/images/arrow-hover-state.svg) no-repeat;
            }

        .fa-navigation .global-navigation__submenu-list-item.active-item .global-navigation__submenu-list-items-secondary {
            display: block;
        }

    .fa-navigation .global-navigation__submenu-list-items-secondary {
        left: 300px;
        top: 30px;
        bottom: 30px;
    }

    .fa-navigation .global-navigation__submenu-return, .fa-navigation .global-navigation__submenu-title-link {
        display: none;
    }

    .fa-navigation .global-navigation__submenu-link {
        border: 0;
        padding: 8px 20px;
        font-family: FSJackRegular,Times,Arial;
        line-height: 1.5;
    }

        .fa-navigation .global-navigation__submenu-link.more-available::after {
            right: 20px;
        }

    .fa-navigation .global-navigation__toggle-search {
        background: #fff;
        box-sizing: initial;
        height: 44px;
        padding: 0 0 0 6px;
        border: 0;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 0;
        width: 16px;
        z-index: 150;
    }

        .fa-navigation .global-navigation__toggle-search::after, .fa-navigation .global-navigation__toggle-search::before {
            content: '';
            position: absolute;
            border-style: solid;
            border-width: 0 0 44px 26px;
            top: 0;
        }

        .fa-navigation .global-navigation__toggle-search::before {
            -webkit-transition: opacity,.3s,ease;
            -o-transition: opacity,.3s,ease;
            transition: opacity,.3s,ease;
            opacity: 1;
            border-color: transparent transparent #dfe3e8;
            right: 100%;
        }

        .fa-navigation .global-navigation__toggle-search::after {
            border-color: transparent transparent #fff;
            right: calc(100% - 1px);
        }

        .fa-navigation .global-navigation__toggle-search .accessible-text {
            -webkit-transition: transform,.2s,ease;
            -o-transition: transform,.2s,ease;
            transition: transform,.2s,ease;
            background-image: url(../assets/images/search-icon.svg);
            background-repeat: no-repeat;
            background-size: contain;
            box-sizing: initial;
            width: 16px;
            height: 16px;
        }

        .fa-navigation .global-navigation__toggle-search:hover .accessible-text {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }

        .fa-navigation .global-navigation__toggle-search:focus {
            outline: 1px dotted #02264c;
            outline: 5px auto -webkit-focus-ring-color;
        }

    .fa-navigation .global-navigation__popular-pages {
        display: block;
        float: right;
        left: 600px;
        width: 350px;
        padding-left: 20px;
        border-left: 1px solid rgba(255,255,255,.4);
    }

    .fa-navigation .global-navigation__popular-pages-title {
        font-size: 18px;
        font-family: FSJackBold,Times,Arial;
        color: #fff;
        text-transform: uppercase;
    }

    .fa-navigation .popular-pages {
        margin-bottom: 5px;
    }

    .fa-navigation .popular-pages__image {
        width: 94px;
        height: 94px;
        display: block;
        float: left;
        margin-right: 12px;
    }

    .fa-navigation .popular-pages__article {
        display: block;
        padding: 5px;
    }

        .fa-navigation .popular-pages__article:after, .fa-navigation .popular-pages__article:before {
            content: " ";
            display: table;
        }

        .fa-navigation .popular-pages__article:after {
            clear: both;
        }

        .fa-navigation .popular-pages__article:focus, .fa-navigation .popular-pages__article:hover {
            background: rgba(255,255,255,.1);
        }

    .fa-navigation .popular-pages__title {
        color: #fff;
        text-transform: uppercase;
        font-family: FSJackBold,Times,Arial;
        font-size: 18px;
    }

    .fa-navigation .topbar {
        height: 30px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        -webkit-backface-visibility: hidden;
        z-index: 160;
    }

        .fa-navigation .topbar:after, .fa-navigation .topbar:before {
            content: " ";
            display: table;
        }

        .fa-navigation .topbar:after {
            clear: both;
        }

        .fa-navigation .topbar .container {
            position: relative;
        }

    .fa-navigation .topbar__permalinks {
        padding: 0;
        float: left;
    }

    .fa-navigation .topbar__menu-item {
        display: inline-block;
        vertical-align: top;
    }

        .fa-navigation .topbar__menu-item.active-item > .topbar__submenu {
            display: block;
        }

        .fa-navigation .topbar__menu-item.active-item .topbar__link.more-content {
            background: #0068b2;
            border-color: #0068b2;
        }

        .fa-navigation .topbar__menu-item .topbar__link.more-content:hover {
            background: #0068b2;
            border-color: #0068b2;
        }

        .fa-navigation .topbar__menu-item:last-child a {
            margin-right: 0;
            border-color: rgba(255,255,255,.4);
        }

    .fa-navigation .topbar__link {
        border: 0;
        background: #222;
        font-family: Arial;
        font-size: 11px;
        margin-right: 30px;
        padding: 9px 0 4px 25px;
        line-height: 17px;
    }

        .fa-navigation .topbar__link.more-content {
            padding: 8px 25px 3px 8px;
            cursor: pointer;
            border-bottom: 2px solid rgba(255,255,255,.4);
        }

            .fa-navigation .topbar__link.more-content::after {
                -webkit-transform: rotateZ(90deg) translateX(-50%);
                -moz-transform: rotateZ(90deg) translateX(-50%);
                -ms-transform: rotateZ(90deg) translateX(-50%);
                -o-transform: rotateZ(90deg) translateX(-50%);
                transform: rotateZ(90deg) translateX(-50%);
                right: 10px;
            }

        .fa-navigation .topbar__link.account-link {
            position: relative;
            text-align: right;
            padding: 8px 5px 5px 30px;
        }

            .fa-navigation .topbar__link.account-link::before {
                background-image: url(../assets/images/user-icon-large.svg);
                background-repeat: no-repeat;
                content: '';
                display: block;
                height: 16px;
                margin-top: -2px;
                width: 19px;
                position: absolute;
                left: 4px;
                background-position: 0 0;
            }

    .user-menu-active .fa-navigation .topbar__link.account-link {
        background-color: #fff;
        color: #0068b2;
    }

        .user-menu-active .fa-navigation .topbar__link.account-link::before {
            background-position: -18px 0;
        }

    .fa-navigation .topbar__icon {
        width: 16px;
    }

    .fa-navigation .topbar__submenu {
        display: none;
        transition: none;
        left: 15px;
        top: 30px;
        width: calc(100% - 30px);
        bottom: auto;
        padding: 5px 10px;
        background: #333;
        border-top: 3px solid #0068b2;
    }

    .fa-navigation .topbar__submenu-primary {
        padding: 25px 10px;
        border: 1px solid #768791;
        border-top: 3px solid #0068b2;
        box-shadow: 0 2px 4px rgba(0,0,0,.6);
    }

    .fa-navigation .topbar__submenu-title {
        display: none;
    }

    .fa-navigation .topbar__submenu-large-title {
        display: block;
        margin-bottom: 10px;
    }

    .fa-navigation .topbar__submenu-link {
        font-size: 14px;
        font-family: FSJackRegular,Times,Arial;
        padding: 5px 20px;
        border-top: 0;
    }

        .fa-navigation .topbar__submenu-link.more-content::after {
            right: 20px;
        }

    .fa-navigation .topbar__submenu-external-link::after {
        right: 20px;
    }

    .fa-navigation .topbar__submenu-list-items {
        width: 300px;
        padding: 0;
        float: left;
    }

        .fa-navigation .topbar__submenu-list-items:first-child {
            border-right: 1px solid rgba(255,255,255,.4);
        }

    .fa-navigation .topbar__submenu-list-item {
        padding: 0;
        text-transform: uppercase;
        font-family: FSJackRegular,Times,Arial;
    }

        .fa-navigation .topbar__submenu-list-item.topbar__submenu-large-title {
            padding: 0 20px;
            font-family: FSJackBold,Times,Arial;
            font-size: 18px;
        }

        .fa-navigation .topbar__submenu-list-item.active-item > .topbar__submenu-list-items-secondary {
            display: block;
        }

    .fa-navigation .topbar__submenu-list-items-secondary {
        left: 310px;
        top: 34px;
        bottom: 25px;
        display: none;
        padding-top: 32px;
        border-top: 0;
    }

    .fa-navigation .topbar__return-button {
        display: none;
    }

    .fa-navigation .topbar__extramenu {
        float: right;
        display: inline-block;
    }

        .fa-navigation .topbar__extramenu.user-signed-in .user-button {
            display: block;
        }

        .fa-navigation .topbar__extramenu.user-signed-in .sign-in-link {
            display: none;
        }

        .fa-navigation .topbar__extramenu .user-button {
            display: none;
        }

    .fa-navigation .topbar__extra-item {
        display: inline-block;
        vertical-align: top;
    }

        .fa-navigation .topbar__extra-item:last-child > .topbar__link {
            margin-right: 0;
        }

    .fa-navigation .topbar__submenu-title {
        display: none;
    }

    .fa-navigation .topbar__user-dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        box-shadow: 0 4px 5px rgba(0,0,0,.6);
        border-top: 0;
        min-width: 180px;
    }

        .fa-navigation .topbar__user-dropdown-menu .user-item {
            padding: 0 15px;
        }

            .fa-navigation .topbar__user-dropdown-menu .user-item:last-child .user-link {
                border: 0;
            }

        .fa-navigation .topbar__user-dropdown-menu .user-link {
            display: block;
            color: #02264c;
            font-size: 14px;
            font-family: FSJackRegular,Times,Arial;
            text-transform: uppercase;
            padding: 15px 0;
            border: 0;
            border-bottom: 1px solid #02264c;
            background: #fff;
        }

    .user-menu-active .fa-navigation .topbar__user-dropdown-menu {
        display: block;
    }

    .fa-navigation .topbar__quick-links {
        display: block;
        position: relative;
        top: 0;
        bottom: 30px;
        left: 300px;
        width: 300px;
        padding: 0 0 0 20px;
        border-left: 1px solid rgba(255,255,255,.4);
        float: left;
    }

    .fa-navigation .topbar__quick-links-title {
        font-size: 18px;
        font-family: FSJackBold,Times,Arial;
        color: #fff;
        text-transform: uppercase;
        margin-top: -6px;
    }

    .fa-navigation .quick-links-container {
        margin-top: 10px;
    }

    .fa-navigation .quick-links {
        margin-bottom: 20px;
    }

    .fa-navigation .quick-links__image {
        width: 94px;
        height: 94px;
        display: block;
        float: left;
        margin-right: 12px;
    }

    .fa-navigation .quick-links__article {
        display: block;
    }

        .fa-navigation .quick-links__article:after, .fa-navigation .quick-links__article:before {
            content: " ";
            display: table;
        }

        .fa-navigation .quick-links__article:after {
            clear: both;
        }

    .fa-navigation .quick-links__title {
        color: #fff;
        text-transform: uppercase;
        font-family: FSJackBold,Times,Arial;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .fa-navigation .quick-links__copy {
        font-size: 12px;
        font-family: Arial;
        color: #fff;
    }

    .fa-navigation .extramenu__list-item:last-child > a {
        border-bottom: 0;
    }

    .fa-navigation .extramenu__link {
        font-size: 12px;
        padding: 5px 0;
        border-top: 0;
        border-bottom: 1px solid rgba(255,255,255,.1);
        color: #fff;
        display: block;
        line-height: 1.5;
    }

    .fa-navigation--searchbar-active .navigation-container__searchbar {
        overflow-y: visible;
        z-index: 140;
        visibility: visible;
    }

    .fa-navigation--searchbar-active .navigation-container .site-search {
        left: 0;
    }

    .fa-navigation--searchbar-active .global-navigation__primary-menu {
        opacity: 0;
    }

    .fa-navigation--searchbar-active .global-navigation__toggle-search::before {
        opacity: 0;
    }

    .fa-navigation--searchbar-active .global-navigation__toggle-search .accessible-text {
        background-image: url(../assets/images/close-icon.svg);
    }

    .body-content {
        margin-top: 0;
    }

    .sticky-nav--active .body-content {
        margin-top: 74px;
    }

    .primary-page.sticky-nav--active .body-content, .secondary-page.sticky-nav--active .body-content {
        margin-top: 0;
    }

    .primary-page.sticky-subnav--active .body-content, .secondary-page.sticky-subnav--active .body-content {
        margin-top: 155px;
    }

    .large-navigation .fa-navigation__header {
        height: 104px;
    }

        .large-navigation .fa-navigation__header::after {
            height: 0;
        }

    .large-navigation .fa-navigation .fa-logo {
        height: 74px;
        padding: 0;
        width: 100%;
        max-width: 124px;
        position: relative;
        left: 5px;
        top: 6px;
    }

    .large-navigation .fa-navigation .global-navigation {
        padding-left: 75px;
    }

    .large-navigation .fa-navigation .global-navigation__primary-link {
        height: 74px;
        line-height: 3.5em;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: .3px;
    }

        .large-navigation .fa-navigation .global-navigation__primary-link::after, .large-navigation .fa-navigation .global-navigation__primary-link::before {
            border-width: 0 0 74px 26px;
        }

    .large-navigation .fa-navigation .global-navigation__primary-list-item.list-item--yellow .global-navigation__primary-link {
        background-position: 100% 33px;
    }

        .large-navigation .fa-navigation .global-navigation__primary-list-item.list-item--yellow .global-navigation__primary-link::before {
            border-width: 76px 27px 0 0;
        }

    .large-navigation .fa-navigation .global-navigation__primary-list-item.active-item .global-navigation__primary-link {
        outline: 0;
    }

        .large-navigation .fa-navigation .global-navigation__primary-list-item.active-item .global-navigation__primary-link::before {
            border-width: 74px 26px 0 0;
        }

    .large-navigation .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link {
        outline: 0;
    }

        .large-navigation .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link::before {
            border-width: 74px 26px 0 0;
        }

    .large-navigation .fa-navigation .global-navigation__primary-list-item.current-section.active-item .global-navigation__primary-link {
        outline: 0;
    }

    .large-navigation .fa-navigation .global-navigation__toggle-search {
        height: 74px;
    }

        .large-navigation .fa-navigation .global-navigation__toggle-search::after, .large-navigation .fa-navigation .global-navigation__toggle-search::before {
            border-width: 0;
        }

    .large-navigation .fa-navigation .global-navigation__submenu a {
        font-size: 14px;
    }

    .large-navigation .fa-navigation .global-navigation__submenu-primary {
        top: 75px;
    }

    .large-navigation .fa-navigation .site-search {
        height: 74px;
    }

        .large-navigation .fa-navigation .site-search::after, .large-navigation .fa-navigation .site-search::before {
            border-width: 0;
        }

    .large-navigation .fa-navigation .site-search__input {
        margin-top: 15px;
    }

    .light-grey-navigation .fa-navigation .global-navigation__primary-link {
        color: #262626;
    }

        .light-grey-navigation .fa-navigation .global-navigation__primary-link::before {
            border-color: transparent transparent #ccc;
        }

    .light-grey-navigation .fa-navigation .global-navigation__primary-list-item:first-child .global-navigation__primary-link::before {
        border-color: transparent transparent #000;
    }

    .light-grey-navigation .fa-navigation .global-navigation__primary-list-item.active-item .global-navigation__primary-link {
        background-color: #f7f7f7;
        color: #262626;
    }

        .light-grey-navigation .fa-navigation .global-navigation__primary-list-item.active-item .global-navigation__primary-link::after, .light-grey-navigation .fa-navigation .global-navigation__primary-list-item.active-item .global-navigation__primary-link::before {
            border-color: transparent transparent #f7f7f7;
        }

        .light-grey-navigation .fa-navigation .global-navigation__primary-list-item.active-item .global-navigation__primary-link::before {
            border-color: #f7f7f7 transparent transparent;
        }

    .light-grey-navigation .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link {
        background-color: #f7f7f7;
        color: #262626;
    }

        .light-grey-navigation .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link::after, .light-grey-navigation .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link::before {
            border-color: transparent transparent #f7f7f7;
        }

        .light-grey-navigation .fa-navigation .global-navigation__primary-list-item.current-section .global-navigation__primary-link::before {
            border-color: #f7f7f7 transparent transparent;
        }

    .light-grey-navigation .fa-navigation .global-navigation__primary-list-item.current-section.active-item .global-navigation__primary-link {
        background-color: #f7f7f7;
        color: #262626;
    }

    .light-grey-navigation .fa-navigation .global-navigation__submenu-list-items:first-child {
        border-right: 1px solid #dfe3e8;
    }

    .light-grey-sub-navigation .fa-sub-navigation {
        padding-top: 15px;
    }
}

@media (min-width:1200px) {
    .fa-navigation__header .logo-container::after {
        right: -47px;
    }

    .fa-navigation__header .logo-container::before {
        right: -46px;
    }

    .fa-navigation .navigation-container__searchbar {
        width: 984px;
    }

    .fa-navigation .navigation-container .site-search__close {
        right: -60px;
    }

    .fa-navigation--searchbar-active .navigation-container__searchbar {
        left: calc(50% + 24px);
    }

    .fa-navigation .global-navigation__primary-menu {
        padding: 0 54px 0 128px;
    }

    .fa-navigation .global-navigation__primary-link {
        padding: 12px 0;
        font-size: 14px;
        line-height: 20px;
    }

    .fa-navigation .global-navigation__toggle-search {
        padding-left: 12px;
    }

    .fa-navigation .global-navigation__submenu-list-items {
        width: 380px;
    }

    .fa-navigation .global-navigation__submenu-list-items-secondary {
        left: 380px;
    }

    .fa-navigation .global-navigation__popular-pages {
        left: 760px;
    }

    .fa-navigation .topbar__submenu-external-link::after {
        right: 0;
    }

    .fa-navigation .topbar__submenu-list-items {
        width: 360px;
    }

    .fa-navigation .topbar__submenu-list-items-secondary {
        left: 370px;
    }

    .fa-navigation .topbar__quick-links {
        left: 380px;
        width: 360px;
    }

    .light-grey-sub-navigation .fa-sub-navigation {
        padding-top: 15px;
    }
}

.fa-footer {
    text-align: center;
    background: #011e41;
}

.fa-footer__sponsors {
    padding-top: 20px;
    background: #fff;
}

    .fa-footer__sponsors h2 {
        color: #808ea0;
        text-transform: uppercase;
        font-size: 18px;
    }

.fa-footer__sponsors__primary {
    margin: 35px 20px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 0;
}

    .fa-footer__sponsors__primary li {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
    }

        .fa-footer__sponsors__primary li a {
            display: block;
            padding: 0 34px;
        }

            .fa-footer__sponsors__primary li a img {
                max-width: 85px;
            }

.fa-footer__sponsors__secondary.fa-carousel .slick-track {
    margin: 0 auto;
}

.fa-footer__sponsors__secondary.fa-carousel .slick-dots li button {
    border-color: #d8d8d8;
}

.fa-footer__sponsors__secondary .carousel__slide {
    text-align: center;
}

.fa-footer__sponsors__secondary .carousel__slide__inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 109px;
}

    .fa-footer__sponsors__secondary .carousel__slide__inner a {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        text-align: center;
    }

        .fa-footer__sponsors__secondary .carousel__slide__inner a img {
            display: inline-block;
        }

.fa-footer__social-channels label {
    display: block;
    padding: 8px 20px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #fff;
}

.fa-footer__social-channels .fa-dropdown--secondary {
    margin: 0;
    background: 0 0;
    border-bottom: 2px solid #fff;
}

    .fa-footer__social-channels .fa-dropdown--secondary::after {
        background-image: url(../assets/images/arrow.svg);
    }

    .fa-footer__social-channels .fa-dropdown--secondary .fa-dropdown__select {
        padding-left: 20px;
        padding-right: 20px;
        color: #fff;
        text-transform: uppercase;
        border: 0;
    }

        .fa-footer__social-channels .fa-dropdown--secondary .fa-dropdown__select option {
            color: #011e41;
            background: #fff;
        }

.fa-footer__social-channels__channel.inactive {
    display: none;
}

.fa-footer__social-channels__channel ul {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 35px 20px;
}

.fa-footer__social-channels__channel li {
    margin-left: 70px;
}

    .fa-footer__social-channels__channel li:first-child {
        margin-left: 0;
    }

    .fa-footer__social-channels__channel li a {
        display: block;
    }

        .fa-footer__social-channels__channel li a::after {
            display: block;
            content: '';
            width: 22px;
            height: 22px;
            background-position: 0 50%;
            background-repeat: no-repeat;
            background-size: contain;
        }

        .fa-footer__social-channels__channel li a.facebook::after {
            background-image: url(../assets/images/facebook-icon.svg);
        }

        .fa-footer__social-channels__channel li a.twitter::after {
            background-image: url(../assets/images/twitter-icon.svg);
        }

        .fa-footer__social-channels__channel li a.youtube::after {
            background-image: url(../assets/images/youtube-icon.svg);
        }

        .fa-footer__social-channels__channel li a.instagram::after {
            background-image: url(../assets/images/instagram-icon.png);
        }

        .fa-footer__social-channels__channel li a.rss::after {
            background-image: url(../assets/images/rss-icon.svg);
        }

.fa-footer__newsletter {
    padding: 20px;
    color: #fff;
    text-align: left;
    border-top: 1px solid #fff;
}

    .fa-footer__newsletter p, .fa-footer__newsletter span {
        font-size: 14px;
    }

    .fa-footer__newsletter span {
        margin-bottom: 10px;
    }

.fa-footer__newsletter__form {
    position: relative;
}

@media only screen and (max-width:767px) {
    .fa-footer__newsletter__form .fa-input-field {
        margin-right: 42px;
    }

    .fa-footer__newsletter__form .cta {
        position: absolute;
        bottom: 26px;
        right: 0;
        padding: 21px 20px;
        background: #011e41;
        box-shadow: none;
        z-index: 2;
    }

        .fa-footer__newsletter__form .cta:focus, .fa-footer__newsletter__form .cta:hover {
            background: #f2c714;
            box-shadow: none;
        }

        .fa-footer__newsletter__form .cta:not(.cta--loading):not(.cta--alt):active, .fa-footer__newsletter__form .cta:not(.cta--loading):not(.cta--alt):focus, .fa-footer__newsletter__form .cta:not(.cta--loading):not(.cta--alt):hover {
            box-shadow: none;
        }

        .fa-footer__newsletter__form .cta::before {
            width: 18px;
            height: 18px;
            background-image: url(../assets/images/arrow.svg);
            background-size: contain;
            background-position: 0 0;
        }

        .fa-footer__newsletter__form .cta::after {
            display: none;
        }

        .fa-footer__newsletter__form .cta span {
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }
}

.fa-footer__newsletter__form #newsletter-email-error {
    color: #fff;
}

.fa-footer__newsletter__form.submitted {
    display: none;
}

.fa-footer__newsletter__form .fa-input-field {
    padding-bottom: 0;
}

    .fa-footer__newsletter__form .fa-input-field input {
        color: #222;
    }

.fa-footer__newsletter__privacy {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
}

.fa-footer__newsletter [class^=status-] {
    position: relative;
    margin: 30px 0;
    padding-left: 35px;
}

    .fa-footer__newsletter [class^=status-]::before {
        display: block;
        position: absolute;
        top: -3px;
        left: 0;
        width: 27px;
        height: 23px;
        content: '';
        background: url(../assets/images/tick-icon.svg) 0 0 no-repeat;
        background-size: contain;
    }

.fa-footer__subnav ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0 20px;
}

    .fa-footer__subnav ul li {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 12px;
    }

        .fa-footer__subnav ul li a {
            color: #fff;
        }

.fa-footer .fa-row-strip__footer > .container > .row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.fa-footer .fa-row-strip__footer__logo {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 30px 0 20px 30px;
}

.fa-footer .fa-row-strip__footer small {
    flex: 2;
    margin: 0 15px 14px;
    color: #424242;
    font-size: 11px;
    text-align: right;
}

.fa-footer .fa-footer__data-policy-link a {
    color: #fff;
    font-size: 11px;
    text-decoration: underline;
}

.fa-footer__newsletter__modal-content {
    text-align: center;
}

    .fa-footer__newsletter__modal-content > .fa-input-field__error-message {
        display: none;
        position: relative;
    }

        .fa-footer__newsletter__modal-content > .fa-input-field__error-message.active {
            display: block;
        }

.fa-footer__newsletter__modal-content__categories {
    text-align: left;
    margin-bottom: 20px;
}

.black-footer {
    background: #121212;
}

    .black-footer .col-sm-4, .black-footer .col-sm-5, .black-footer .col-sm-6, .black-footer .col-sm-7 {
        padding-left: 0;
        padding-right: 0;
    }

    .black-footer .fa-footer {
        background: 0 0;
    }

    .black-footer .fa-footer__newsletter__form .fa-input-field {
        margin-right: 0;
    }

    .black-footer .fa-footer__newsletter .cta--primary {
        background: #222;
        padding: 21px 21px 20px;
        bottom: 17px;
        right: 2px;
    }

        .black-footer .fa-footer__newsletter .cta--primary::after {
            border: none;
        }

    .black-footer .fa-footer__social-channels__channel {
        padding: 12px 0;
    }

        .black-footer .fa-footer__social-channels__channel ul {
            margin: 11px 20px;
        }

@media (min-width:768px) {
    .fa-footer .fa-footer__sponsors__primary {
        margin: 25px 0 0;
        padding-bottom: 25px;
    }

        .fa-footer .fa-footer__sponsors__primary li {
            width: auto;
        }

            .fa-footer .fa-footer__sponsors__primary li a img {
                max-width: none;
            }

    .fa-footer .fa-footer__sponsors + .container {
        padding: 0 15px;
    }

    .fa-footer__social-channels {
        padding-top: 15px;
        text-align: left;
    }

        .fa-footer__social-channels label {
            display: block;
            margin-top: 4px;
            padding-left: 0;
            text-align: right;
            border: 0;
        }

        .fa-footer__social-channels .fa-dropdown--secondary {
            display: block;
        }

            .fa-footer__social-channels .fa-dropdown--secondary .fa-dropdown__select {
                padding-left: 0;
                padding-right: 50px;
            }

    .fa-footer__social-channels__channel ul {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        margin: 28px 15px;
    }

        .fa-footer__social-channels__channel ul li {
            margin: 0;
        }

    .fa-footer__newsletter {
        padding-left: 0;
        padding-right: 0;
        border: 0;
    }

    .fa-footer__newsletter__form {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -moz-box-align: baseline;
        box-align: baseline;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        -ms-align-items: baseline;
        -o-align-items: baseline;
        align-items: baseline;
        -ms-flex-align: baseline;
        margin-top: 10px;
    }

        .fa-footer__newsletter__form .fa-input-field {
            flex: 3;
            margin-right: 15px;
        }

            .fa-footer__newsletter__form .fa-input-field input[type=email] {
                height: 40px;
            }

        .fa-footer__newsletter__form .cta--primary {
            color: #fff;
            background: 0 0;
        }

            .fa-footer__newsletter__form .cta--primary::after {
                background-color: transparent;
                border: 1px solid #fff;
            }

            .fa-footer__newsletter__form .cta--primary:not(.cta--loading):not(.cta--alt):hover {
                color: #f2c714;
                box-shadow: inset 0 0 0 1px #f2c714;
            }

                .fa-footer__newsletter__form .cta--primary:not(.cta--loading):not(.cta--alt):hover::after {
                    border-color: #f2c714;
                    background: #f2c714;
                }

    .fa-footer__subnav {
        border-top: 1px solid #fff;
    }

        .fa-footer__subnav ul {
            display: block;
            padding: 20px 0 25px;
            text-align: left;
        }

            .fa-footer__subnav ul li {
                -webkit-box-flex: none;
                -moz-box-flex: none;
                box-flex: none;
                -webkit-flex: none;
                -moz-flex: none;
                -ms-flex: none;
                flex: none;
                display: inline-block;
                margin-left: 35px;
            }

                .fa-footer__subnav ul li:first-child {
                    margin: 0;
                }

    .fa-footer .fa-row-strip__footer__logo {
        margin: 25px 0 18px 25px;
    }

    .fa-footer .fa-row-strip__footer small {
        margin-right: 0;
    }

    .fa-footer__newsletter__modal-content__categories {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .fa-footer__newsletter__modal-content__categories .fa-input-field {
            -webkit-flex: 0 1 50%;
            -ms-flex: 0 1 50%;
            flex: 0 1 50%;
        }

    .fa-footer__newsletter__modal-content .cta {
        margin-bottom: 10px;
    }

    .black-footer .fa-footer__newsletter {
        padding-left: 15px;
    }

    .black-footer .fa-footer__newsletter__form .fa-input-field {
        margin-right: 15px;
    }

    .black-footer .fa-footer__newsletter .cta--primary {
        padding: 11px 40px 11px 34px;
        bottom: 0;
    }

        .black-footer .fa-footer__newsletter .cta--primary::after {
            border: none;
        }

        .black-footer .fa-footer__newsletter .cta--primary::before {
            background-image: url(../assets/images/arrow-sprite.png);
            background-position: 0 0;
            background-repeat: no-repeat;
            background-size: 11px auto;
            display: block;
            height: 14px;
            right: 8px;
            top: 50%;
            transform: translateY(-50%);
            width: 14px;
            z-index: 2;
        }

        .black-footer .fa-footer__newsletter .cta--primary:not(.cta--loading):not(.cta--alt):active, .black-footer .fa-footer__newsletter .cta--primary:not(.cta--loading):not(.cta--alt):focus, .black-footer .fa-footer__newsletter .cta--primary:not(.cta--loading):not(.cta--alt):hover {
            color: #fff;
            box-shadow: inset 0 0 0 1px #f2c714;
        }

            .black-footer .fa-footer__newsletter .cta--primary:not(.cta--loading):not(.cta--alt):active::after, .black-footer .fa-footer__newsletter .cta--primary:not(.cta--loading):not(.cta--alt):focus::after, .black-footer .fa-footer__newsletter .cta--primary:not(.cta--loading):not(.cta--alt):hover::after {
                border-color: #f2c714;
                background: 0 0;
            }

    .black-footer .fa-footer__social-channels__channel {
        padding: 0;
    }

    .black-footer .fa-footer__subnav {
        border-top: 1px solid #525252;
    }

    .black-footer--mesh {
        background-image: url(../assets/images/bg-black-mesh.png);
        background-repeat: no-repeat;
        background-position: 47% -252px;
        background-color: #121212;
        background-size: 50% auto;
    }
}

@media (min-width:992px) {
    .black-footer .fa-footer__newsletter {
        padding-right: 190px;
    }

    .black-footer--mesh {
        background-size: 40% auto;
    }
}

.fa-sub-navigation {
    position: relative;
    background: #02264c;
    margin-top: 60px;
}

    .fa-sub-navigation.has-section-image {
        height: auto;
    }

        .fa-sub-navigation.has-section-image .fa-section-heading {
            margin-top: 0;
        }

.england .fa-sub-navigation {
    background: #a01e21;
}

.take-part .fa-sub-navigation {
    background: #00813e;
}

.womens .fa-sub-navigation {
    background: #93278f;
}

.governance .fa-sub-navigation {
    background: #222;
}

.fa-sub-navigation__section-links {
    display: none;
}

.fa-sub-navigation__sponsors {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background: #fff;
    max-height: 45px;
}

    .fa-sub-navigation__sponsors .fa-carousel .carousel__slide__inner {
        width: 110px;
        float: right;
    }

    .fa-sub-navigation__sponsors .fa-carousel a {
        height: 43px;
        display: block;
    }

        .fa-sub-navigation__sponsors .fa-carousel a:focus {
            outline: 1px dotted #fff !important;
        }

.fa-sub-navigation__sponsors__message {
    position: absolute;
    right: 140px;
    top: 18px;
    font-size: 11px;
    font-family: Arial;
    color: #848484;
}

.fa-sub-navigation .fa-section-heading {
    margin-top: 0;
}

.fa-sub-navigation .fa-section-heading__title {
    color: #fff;
    padding: 7px 0;
    font-size: 36px;
    font-family: FSJackPoster,Times,Arial;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    letter-spacing: 2px;
}

.fa-sub-navigation .subnav-image {
    width: 100%;
    float: right;
}

.fa-sub-navigation__title-image {
    display: none;
}

@media only screen and (max-width:991px) {
    .fa-sub-navigation .container {
        width: auto;
    }
}

@media (min-width:992px) {
    .fa-sub-navigation {
        display: block;
        width: 100%;
        padding: 6px 0 5px;
        height: 76px;
        margin-top: 0;
    }

        .fa-sub-navigation:after, .fa-sub-navigation:before {
            content: " ";
            display: table;
        }

        .fa-sub-navigation:after {
            clear: both;
        }

        .fa-sub-navigation .fa-carousel {
            background: 0 0;
        }

            .fa-sub-navigation .fa-carousel .carousel__slide__inner {
                width: 160px;
            }

    .fa-sub-navigation__title-image {
        -webkit-transition: opacity,.2s,ease;
        -o-transition: opacity,.2s,ease;
        transition: opacity,.2s,ease;
        float: left;
        width: 48px;
        opacity: 1;
        display: block;
        margin-top: 4px;
    }

        .fa-sub-navigation__title-image .section-image {
            width: 100%;
        }

    .sticky-nav--active .fa-sub-navigation {
        margin-top: 74px;
    }

    .fa-sub-navigation .subnav-image {
        width: 100%;
    }

    .sticky-subnav--active .fa-sub-navigation {
        position: fixed;
        top: 30px;
        margin-top: 0;
        z-index: 50;
    }

    .sticky-subnav--active .fa-sub-navigation__sponsors, .sticky-subnav--active .fa-sub-navigation__title-image {
        opacity: 0;
    }

    .sticky-subnav--active .fa-sub-navigation .fa-section-heading {
        -webkit-transform: scale(.7) translate3d(0,8px,0);
        -moz-transform: scale(.7) translate3d(0,8px,0);
        -ms-transform: scale(.7) translate3d(0,8px,0);
        -o-transform: scale(.7) translate3d(0,8px,0);
        transform: scale(.7) translate3d(0,8px,0);
    }

    .sticky-subnav--active .fa-sub-navigation.has-section-image .fa-section-heading {
        -webkit-transform: translate3d(-55px,4px,0) scale(.7);
        -moz-transform: translate3d(-55px,4px,0) scale(.7);
        -ms-transform: translate3d(-55px,4px,0) scale(.7);
        -o-transform: translate3d(-55px,4px,0) scale(.7);
        transform: translate3d(-55px,4px,0) scale(.7);
    }

    .sticky-subnav--active .fa-sub-navigation.has-section-image .fa-sub-navigation__section-links {
        -webkit-transform: translateX(-55px);
        -moz-transform: translateX(-55px);
        -ms-transform: translateX(-55px);
        -o-transform: translateX(-55px);
        transform: translateX(-55px);
    }

    .fa-sub-navigation__inner-content {
        width: 880px;
        float: left;
        padding: 0;
        position: relative;
    }

        .fa-sub-navigation__inner-content:after, .fa-sub-navigation__inner-content:before {
            content: " ";
            display: table;
        }

        .fa-sub-navigation__inner-content:after {
            clear: both;
        }

    .has-section-image .fa-sub-navigation__inner-content {
        padding: 0 0 0 10px;
    }

    .fa-sub-navigation__sponsors {
        -webkit-transition: opacity,.2s,ease;
        -o-transition: opacity,.2s,ease;
        transition: opacity,.2s,ease;
        opacity: 1;
        right: 0;
        left: auto;
        top: 10px;
        max-width: 160px;
        max-height: 45px;
        background: 0 0;
    }

    .fa-sub-navigation__sponsors__message {
        display: none;
    }

    .fa-sub-navigation__sponsors .fa-carousel {
        width: 160px;
    }

    .fa-sub-navigation__sponsors .section-sponsor {
        width: 100%;
    }

    .fa-sub-navigation__section-links {
        -webkit-transition: transform,.2s,ease;
        -o-transition: transform,.2s,ease;
        transition: transform,.2s,ease;
        float: left;
        clear: both;
        display: block;
        margin-bottom: 5px;
    }

    .fa-sub-navigation .fa-section-heading {
        -webkit-transition: opacity,.2s,ease;
        -o-transition: opacity,.2s,ease;
        transition: opacity,.2s,ease;
        float: left;
        white-space: nowrap;
        opacity: 1;
        margin-top: 0;
        transform-origin: bottom left;
    }

    .fa-sub-navigation .fa-section-heading__title {
        font-size: 36px;
        padding: 0;
    }

    .fa-sub-navigation .section-links__list {
        font-size: 0;
        white-space: nowrap;
    }

    .fa-sub-navigation .section-links__list-item {
        display: inline-block;
        margin-right: 20px;
        line-height: 1;
    }

        .fa-sub-navigation .section-links__list-item:first-child > a {
            margin-left: 0;
        }

    .fa-sub-navigation .section-links__more-list-item {
        display: none;
        margin-right: 0;
        position: relative;
    }

        .fa-sub-navigation .section-links__more-list-item.active .section-links__more-text {
            background: #fff;
            box-shadow: 0 0 5px rgba(0,0,0,.6);
            color: #011e41;
        }

            .fa-sub-navigation .section-links__more-list-item.active .section-links__more-text::after {
                background: url(../assets/images/arrow-blue.svg) no-repeat;
            }

        .fa-sub-navigation .section-links__more-list-item.active .section-links__more-dropdown {
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            z-index: 1;
        }

    .fa-sub-navigation .section-links__link, .fa-sub-navigation .section-links__more-text {
        padding: 5px 10px;
        font-size: 12px;
        display: block;
        color: #fff;
        text-transform: uppercase;
        font-family: FSJackRegular,Times,Arial;
    }

    .fa-sub-navigation .section-links__link {
        padding: 5px 0 3px;
        margin: 0 10px;
    }

        .fa-sub-navigation .section-links__link.active-section {
            border-bottom: 2px solid #fff;
        }

    .fa-sub-navigation .section-links__more-text {
        position: relative;
        padding-right: 25px;
    }

        .fa-sub-navigation .section-links__more-text::after {
            -webkit-transform: translateY(5%) rotateZ(90deg);
            -moz-transform: translateY(5%) rotateZ(90deg);
            -ms-transform: translateY(5%) rotateZ(90deg);
            -o-transform: translateY(5%) rotateZ(90deg);
            transform: translateY(5%) rotateZ(90deg);
            display: block;
            background: url(../assets/images/arrow.svg) no-repeat;
            background-size: contain;
            width: 14px;
            height: 8px;
            content: '';
            position: absolute;
            top: 50%;
            right: 5px;
        }

    .fa-sub-navigation .section-links__more-dropdown {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: reverse;
        -moz-box-direction: reverse;
        box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        position: absolute;
        box-shadow: 0 5px 5px rgba(0,0,0,.6);
        top: 100%;
        right: 0;
        background: #fff;
        display: none;
        min-width: 170px;
        padding: 0;
    }

        .fa-sub-navigation .section-links__more-dropdown > .section-links__list-item {
            display: block;
            margin: 0;
            padding: 0 10px;
        }

            .fa-sub-navigation .section-links__more-dropdown > .section-links__list-item:first-child > a {
                padding: 10px 0;
                border-bottom: 0;
                margin-left: 10px;
            }

        .fa-sub-navigation .section-links__more-dropdown .section-links__link {
            color: #011e41;
            display: block;
            padding: 10px 0;
            border-bottom: 1px solid #011e41;
        }

    .fa-sub-navigation--viewport-narrow .section-links__more-list-item {
        display: inline-block;
    }
}

@media (min-width:1200px) {
    .fa-sub-navigation__inner-content {
        width: 1080px;
    }

    .fa-sub-navigation .section-links__link, .fa-sub-navigation .section-links__more-text {
        font-size: 14px;
    }
}

.fa-modal {
    background: rgba(2,38,76,.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 900;
}

    .fa-modal .container {
        -webkit-flex: 1;
        -ms-flex: 1;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        margin: 0;
        display: block;
        background: #fff;
        box-shadow: 0 0 5px rgba(0,0,0,.6);
        z-index: 920;
    }

.fa-modal--modal-open .fa-modal {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    overflow: hidden;
}

.fa-modal__close-button {
    -webkit-transition: transform,.2s,ease-in-out;
    -o-transition: transform,.2s,ease-in-out;
    transition: transform,.2s,ease-in-out;
    position: absolute;
    top: 20px;
    right: 15px;
    display: block;
    background: url(../assets/images/modal-close-icon.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}

    .fa-modal__close-button:focus, .fa-modal__close-button:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.fa-modal__modal-title {
    font-size: 18px;
    font-family: FSJackBold,Times,Arial;
    color: #02264c;
    padding: 2rem 0;
    border-bottom: 1px solid #99a5b3;
    margin-bottom: 10px;
    padding-right: 40px;
    display: block;
}

.fa-modal__base {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 910;
}

.fa-modal__modal-contents {
    overflow-y: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 100px 15px 25px;
    font-size: 14px;
}

@media (min-width:768px) {
    .fa-modal--modal-open .fa-modal {
        display: block;
    }

    .fa-modal .container {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin: 50px auto;
        max-width: 65vw;
    }

    .fa-modal.fullscreen .container {
        max-width: none;
    }

    .fa-modal__modal-contents {
        position: relative;
        max-height: calc(100vh - 180px);
        margin: 0 0 20px;
        padding: 0;
    }

    .fa-modal__close-button:focus {
        outline: 1px dotted #02264c;
    }
}

@media (min-width:992px) {
    .fa-modal .container {
        max-width: 50vw;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: 0;
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate3d(0,0,0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track::after, .slick-track::before {
        content: '';
        display: table;
    }

    .slick-track::after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.fa-carousel {
    margin-bottom: 4px;
    background: #fff;
}

    .fa-carousel .slick-next, .fa-carousel .slick-prev {
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        display: block;
        position: absolute;
        top: 28vw;
        height: 26px;
        width: 16px;
        padding: 0;
        color: transparent;
        line-height: 0;
        font-size: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
        z-index: 10;
    }

        .fa-carousel .slick-next:focus, .fa-carousel .slick-next:hover, .fa-carousel .slick-prev:focus, .fa-carousel .slick-prev:hover {
            background: 0 0;
            color: transparent;
        }

            .fa-carousel .slick-next:focus::before, .fa-carousel .slick-next:hover::before, .fa-carousel .slick-prev:focus::before, .fa-carousel .slick-prev:hover::before {
                -webkit-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -ms-transform: scale(1.2);
                -o-transform: scale(1.2);
                transform: scale(1.2);
                opacity: 1;
            }

        .fa-carousel .slick-next.slick-disabled::before, .fa-carousel .slick-prev.slick-disabled::before {
            opacity: .25;
        }

        .fa-carousel .slick-next::before, .fa-carousel .slick-prev::before {
            -webkit-filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, .5));
            filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, .5));
            -webkit-transition: transform,.2s,ease-in-out;
            -o-transition: transform,.2s,ease-in-out;
            transition: transform,.2s,ease-in-out;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            height: 26px;
            width: 16px;
            content: '';
            background: url(../assets/images/arrow.svg) no-repeat;
            background-size: cover;
        }

    .fa-carousel .slick-prev {
        left: 20px;
    }

        .fa-carousel .slick-prev::before {
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

        .fa-carousel .slick-prev:focus::before, .fa-carousel .slick-prev:hover::before {
            -webkit-transform: rotateY(180deg) scale(1.2);
            -moz-transform: rotateY(180deg) scale(1.2);
            -ms-transform: rotateY(180deg) scale(1.2);
            -o-transform: rotateY(180deg) scale(1.2);
            transform: rotateY(180deg) scale(1.2);
        }

    .fa-carousel .slick-next {
        right: 20px;
    }

    .fa-carousel .slick-dots {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        bottom: -4px;
        width: 100%;
        height: 5px;
        padding: 0;
        margin: 0;
        list-style: none;
        background: #fff;
    }

        .fa-carousel .slick-dots li {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            box-flex: 1;
            -webkit-flex: 1;
            -moz-flex: 1;
            -ms-flex: 1;
            flex: 1;
            position: relative;
            height: 5px;
            margin: 0;
            padding: 0;
            cursor: pointer;
            list-style: none;
        }

            .fa-carousel .slick-dots li button {
                display: block;
                width: 100%;
                height: 100%;
                border: 0;
                border-top: 1px solid #848484;
                border-bottom: 1px solid #848484;
                background: 0 0;
                line-height: 0;
                font-size: 0;
                cursor: pointer;
            }

            .fa-carousel .slick-dots li:first-child button {
                border-left: 1px solid #848484;
            }

            .fa-carousel .slick-dots li:last-child button {
                border-right: 1px solid #848484;
            }

            .fa-carousel .slick-dots li.slick-active button {
                background: #011e41;
                border-color: #011e41;
            }

@media (min-width:768px) {
    .fa-carousel .slick-next, .fa-carousel .slick-prev {
        top: 50%;
        height: 35px;
        width: 22px;
    }

        .fa-carousel .slick-next::before, .fa-carousel .slick-prev::before {
            height: 35px;
            width: 22px;
        }
}

.responsive-image {
    display: block;
    position: relative;
}

    .responsive-image img {
        display: block;
        width: 100%;
    }

.cta {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 11px 64px 11px 10px;
    color: #011e41;
    font-family: FSJackBold,Times,Arial;
    font-size: 14px;
    background: 0 0;
    box-shadow: inset 0 0 0 1px #ccd2d9;
    overflow: hidden;
    transition: all .3s;
}

    .cta::before {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        position: absolute;
        right: 8px;
        top: 50%;
        height: 14px;
        width: 14px;
        content: '';
        background-image: url(../images/arrow-fill-sprite.svg);
        background-size: 28px;
        background-position: -14px 0;
        background-repeat: no-repeat;
        z-index: 2;
    }

    .cta::after {
        -webkit-transform: skew(-22deg,0);
        -moz-transform: skew(-22deg,0);
        -ms-transform: skew(-22deg,0);
        -o-transform: skew(-22deg,0);
        transform: skew(-22deg,0);
        display: block;
        position: absolute;
        top: -1px;
        right: -53px;
        bottom: -1px;
        width: 90px;
        content: '';
        background: #011e41;
        transition: all .3s;
    }

.cta--primary {
    text-transform: uppercase;
}

.cta--alt {
    padding: 0;
    box-shadow: none;
}

    .cta--alt:focus {
        outline: 1px dotted #ccc;
        outline: 5px auto -webkit-focus-ring-color;
    }

    .cta--alt::after {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        top: 0;
        right: auto;
        width: 28px;
        height: 28px;
        background-image: url(../assets/images/arrow-border-sprite.svg);
        background-position: 0 0;
        background-size: 56px;
        transition: none;
    }

.fa-content-promo--has-focus .cta--alt::after {
    background-position: -28px 0;
}

.cta--alt::before {
    display: none;
}

.cta.cta--loading::before {
    -webkit-animation: rotating 1s linear infinite;
    -ms-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
    background-position: 0 -14px;
    right: 10px;
    top: 35%;
}

.cta--secondary::before {
    background-position: 0 0;
}

.cta--secondary::after {
    background: 0 0;
    border-left: 1px solid #ccd2d9;
}

.cta--secondary:active::before, .cta--secondary:focus::before, .cta--secondary:hover::before {
    background-position: -14px 0;
}

.cta--secondary:active::after, .cta--secondary:focus::after, .cta--secondary:hover::after {
    border-left: 0;
}

.cta--secondary.cta--loading::before {
    background-position: -14px -14px;
}

.cta--secondary.cta--loading::after {
    background: 0 0;
    border-left: 1px solid #ccd2d9;
}

.cta:not(.cta--loading):not(.cta--alt):active, .cta:not(.cta--loading):not(.cta--alt):focus, .cta:not(.cta--loading):not(.cta--alt):hover {
    color: #0068b2;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px #0068b2;
}

    .cta:not(.cta--loading):not(.cta--alt):active::after, .cta:not(.cta--loading):not(.cta--alt):focus::after, .cta:not(.cta--loading):not(.cta--alt):hover::after {
        right: -48px;
        background: #0068b2;
    }

    .cta:not(.cta--loading):not(.cta--alt):active::after {
        right: -43px;
    }

.skewed-buttons .cta.cta--standard.cta--primary {
    -webkit-transform: skew(-22deg,0);
    -moz-transform: skew(-22deg,0);
    -ms-transform: skew(-22deg,0);
    -o-transform: skew(-22deg,0);
    transform: skew(-22deg,0);
}

    .skewed-buttons .cta.cta--standard.cta--primary::before {
        -webkit-transform: skew(22deg,0);
        -moz-transform: skew(22deg,0);
        -ms-transform: skew(22deg,0);
        -o-transform: skew(22deg,0);
        transform: skew(22deg,0);
        display: block;
        position: absolute;
        right: 14px;
        top: 35%;
        height: 16px;
        width: 16px;
        content: '';
        background-image: url(../assets/images/arrow-sprite.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 14px auto;
        z-index: 2;
    }

    .skewed-buttons .cta.cta--standard.cta--primary:active::before, .skewed-buttons .cta.cta--standard.cta--primary:hover::before {
        background-position: 0 0;
        background-size: 14px auto;
    }

    .skewed-buttons .cta.cta--standard.cta--primary::after {
        -webkit-transform: skew(0,0);
        -moz-transform: skew(0,0);
        -ms-transform: skew(0,0);
        -o-transform: skew(0,0);
        transform: skew(0,0);
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        content: '';
        border: 1px solid #ccd2d9;
        border-left: 0;
        width: 45px;
    }

    .skewed-buttons .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):active, .skewed-buttons .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):focus, .skewed-buttons .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):hover {
        text-decoration: none;
    }

        .skewed-buttons .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):active::after, .skewed-buttons .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):focus::after, .skewed-buttons .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):hover::after {
            right: 0;
            width: 55px;
            border: 0;
        }

        .skewed-buttons .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):active::after {
            right: 0;
        }

    .skewed-buttons .cta.cta--standard.cta--primary span.text {
        -webkit-transform: skew(22deg,0);
        -moz-transform: skew(22deg,0);
        -ms-transform: skew(22deg,0);
        -o-transform: skew(22deg,0);
        transform: skew(22deg,0);
        color: #262626;
        display: inline-block;
        padding-left: 30px;
        padding-right: 15px;
    }

.skewed-buttons--normal .cta {
    background: #f8f8f8;
    padding-right: 10px;
}

    .skewed-buttons--normal .cta.cta--standard.cta--primary::before {
        background-image: none;
    }

    .skewed-buttons--normal .cta.cta--standard.cta--primary::after {
        background-color: none;
        width: 0;
    }

    .skewed-buttons--normal .cta.cta--standard.cta--primary:active:not(.cta--loading):not(.cta--alt), .skewed-buttons--normal .cta.cta--standard.cta--primary:focus:not(.cta--loading):not(.cta--alt), .skewed-buttons--normal .cta.cta--standard.cta--primary:hover:not(.cta--loading):not(.cta--alt) {
        box-shadow: 0 0 0 1px #10b6e3;
        color: #10b6e3;
    }

    .skewed-buttons--normal .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):active, .skewed-buttons--normal .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):focus, .skewed-buttons--normal .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):hover {
        text-decoration: none;
    }

        .skewed-buttons--normal .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):active::after, .skewed-buttons--normal .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):focus::after, .skewed-buttons--normal .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):hover::after {
            right: 0;
            width: 0;
            border: 0;
        }

        .skewed-buttons--normal .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):active::after {
            right: 0;
        }

    .skewed-buttons--normal .cta.cta--standard.cta--primary span.text {
        padding-left: 15px;
        text-transform: none;
        font-weight: 400;
    }

    .skewed-buttons--normal .cta::after {
        background: 0 0;
    }

.yellow-buttons .cta.cta--standard.cta--primary {
    background: #f2c714;
    background: -moz-linear-gradient(left,#f2c714 0,#fee060 75%);
    background: -webkit-linear-gradient(left,#f2c714 0,#fee060 75%);
    background: linear-gradient(to right,#f2c714 0,#fee060 75%);
    color: #333;
}

    .yellow-buttons .cta.cta--standard.cta--primary::before {
        background-position: 0 0;
    }

    .yellow-buttons .cta.cta--standard.cta--primary::after {
        background: #3e3e3e;
    }

    .yellow-buttons .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):active, .yellow-buttons .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):focus, .yellow-buttons .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):hover {
        color: #333;
        box-shadow: inset 0 0 0 1px #10b6e3;
    }

        .yellow-buttons .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):active::after, .yellow-buttons .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):focus::after, .yellow-buttons .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):hover::after {
            background: #10b6e3;
        }

.turquoise-buttons .cta.cta--standard.cta--primary {
    background: #10b6e3;
    background: -moz-linear-gradient(left,#10b6e3 0,#15c3f2 61%);
    background: -webkit-linear-gradient(left,#10b6e3 0,#15c3f2 61%);
    background: linear-gradient(to right,#10b6e3 0,#15c3f2 61%);
    color: #fff;
}

    .turquoise-buttons .cta.cta--standard.cta--primary::before {
        background-position: 0 -18px;
    }

    .turquoise-buttons .cta.cta--standard.cta--primary::after {
        background: #fff;
    }

    .turquoise-buttons .cta.cta--standard.cta--primary:active::before, .turquoise-buttons .cta.cta--standard.cta--primary:hover::before {
        background-position: 0 -2px;
        background-size: 16px auto;
    }

    .turquoise-buttons .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):active, .turquoise-buttons .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):focus, .turquoise-buttons .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):hover {
        color: #fff;
        box-shadow: inset 0 0 0 1px #10b6e3;
    }

        .turquoise-buttons .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):active::after, .turquoise-buttons .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):focus::after, .turquoise-buttons .cta.cta--standard.cta--primary:not(.cta--loading):not(.cta--alt):hover::after {
            background: #15c3f2;
            border-left: 2px solid #fff;
        }

@media (min-width:992px) {
    .cta {
        font-size: 13px;
    }

        .cta::before {
            height: 11px;
            width: 11px;
            background-size: 25px;
        }

        .cta.cta--loading::before {
            background-size: 22px;
            background-position: 0 -11px;
        }

    .cta--alt::before {
        width: 28px;
        height: 28px;
    }
}

.fa-row-strip {
    background-color: #f0eced;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 15px;
}

.fa-row-strip--loaded {
    opacity: 1;
}

@media (min-width:768px) {
    .fa-row-strip > .container > .row {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        box-align: stretch;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        -o-align-items: stretch;
        align-items: stretch;
        -ms-flex-align: stretch;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .fa-row-strip > .container > .row::after, .fa-row-strip > .container > .row::before {
            content: initial;
        }

        .fa-row-strip > .container > .row .col-md-3.col-sm-6, .fa-row-strip > .container > .row .col-md-6.col-sm-12, .fa-row-strip > .container > .row .col-md-6.col-sm-3, .fa-row-strip > .container > .row > [class^=col-sm] {
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
        }
}

.fa-row-heading {
    text-align: left;
    padding: 25px 0 0;
}

.fa-row-heading--center {
    text-align: center;
}

.fa-row-heading__title {
    color: #02264c;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    font-family: FSJackBold,Times,Arial;
}

.fa-row-heading__title--secondary {
    color: #fff;
}

.fa-row-heading__title a {
    color: #011e41;
}

    .fa-row-heading__title a:focus, .fa-row-heading__title a:hover {
        color: #0068b2;
        text-decoration: none;
    }

.fa-row-heading__link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 35px;
}

    .fa-row-heading__link::after {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        content: '';
        background: url(../assets/images/more-content-icon.svg) no-repeat;
        width: 24px;
        height: 24px;
        background-size: 48px;
        background-position: 0 0;
        display: block;
        position: absolute;
        top: 40%;
        right: 0;
    }

    .fa-row-heading__link:focus::after, .fa-row-heading__link:hover::after {
        background-position: -24px 0;
    }

.fa-row-heading__intro {
    margin-top: 10px;
    color: #011e41;
    font-family: FSJackRegular,Times,Arial;
}

.fa-row-strip:first-of-type .fa-row-heading {
    padding: 20px 0;
    color: #011e41;
}

    .fa-row-strip:first-of-type .fa-row-heading .fa-row-heading__intro {
        margin: 0;
        font-size: 16px;
    }

.fa-row-strip:first-of-type .fa-row-heading--contact {
    padding-right: 50%;
    background: url(../assets/images/bg-contact-header.jpg) 100% 0 no-repeat;
    background-size: contain;
}

    .fa-row-strip:first-of-type .fa-row-heading--contact h2 {
        margin-bottom: 12px;
    }

@media (min-width:768px) {
    .fa-row-strip:first-of-type .fa-row-heading--contact {
        padding-right: 20%;
    }
}

@media (min-width:992px) {
    .fa-row-heading__intro {
        max-width: 50%;
    }

    .fa-row-strip:first-of-type .fa-row-heading .fa-row-heading__intro {
        max-width: 65%;
        font-size: 25px;
    }

    .fa-row-heading__title {
        font-size: 29px;
        line-height: 1.2;
    }

    .fa-row-strip:first-of-type .fa-row-heading--contact {
        padding-right: 0;
    }

    .promo-textarea p {
        margin: 0 25px 35px;
        text-align: left;
    }
}

.fa-input-field {
    padding: 10px 0;
}

.fa-input-field {
    position: relative;
}

    .fa-input-field [type=email], .fa-input-field [type=text] {
        height: 45px;
    }

    .fa-input-field [type=email], .fa-input-field [type=text], .fa-input-field textarea {
        font-family: Arial;
        font-size: 14px;
        padding: 10px;
        border: 1px solid #99a5b3;
        width: 100%;
        margin-bottom: 15px;
    }

    .fa-input-field textarea {
        resize: none;
    }

.fa-input-field__error-message {
    display: none;
    font-size: 11px;
    color: #fff;
    background: #a01e21;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    font-weight: 700;
}

.fa-input-field--error .fa-input-field__error-message {
    display: block;
}

.fa-input-field--error [type=email], .fa-input-field--error [type=text], .fa-input-field--error textarea {
    border-color: #a01e21;
}

.fa-input-field--error [type=checkbox]:checked ~ .fa-input-field__label, .fa-input-field--error [type=checkbox]:not(:checked) ~ .fa-input-field__label {
    display: block;
}

    .fa-input-field--error [type=checkbox]:checked ~ .fa-input-field__label::before, .fa-input-field--error [type=checkbox]:not(:checked) ~ .fa-input-field__label::before {
        border-color: #a01e21;
    }

    .fa-input-field--error [type=checkbox]:checked ~ .fa-input-field__label ~ .fa-input-field__error-message, .fa-input-field--error [type=checkbox]:not(:checked) ~ .fa-input-field__label ~ .fa-input-field__error-message {
        display: inline-block;
        position: relative;
        margin-top: 5px;
    }

.fa-input-field [type=checkbox]:checked ~ .fa-input-field__label, .fa-input-field [type=checkbox]:not(:checked) ~ .fa-input-field__label {
    position: relative;
    font-family: Arial;
    font-size: 14px;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1;
}

    .fa-input-field [type=checkbox]:checked ~ .fa-input-field__label::before, .fa-input-field [type=checkbox]:not(:checked) ~ .fa-input-field__label::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 15px;
        height: 15px;
        border: 1px solid #99a5b3;
        background: #fff;
    }

    .fa-input-field [type=checkbox]:checked ~ .fa-input-field__label::after, .fa-input-field [type=checkbox]:not(:checked) ~ .fa-input-field__label::after {
        content: '';
        background: url(../assets/images/tick-icon.svg) no-repeat;
        position: absolute;
        top: 2px;
        left: 2px;
        width: 12px;
        line-height: .8;
        transition: all .2s;
        height: 11px;
        display: block;
        background-size: contain;
    }

.fa-input-field [type=checkbox]:checked:focus + label::before, .fa-input-field [type=checkbox]:not(:checked):focus + label::before {
    border: 1px solid #0068b2;
}

.fa-input-field [type=checkbox]:not(:checked) + label::after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.fa-input-field [type=checkbox]:checked + label {
    font-weight: 800;
}

    .fa-input-field [type=checkbox]:checked + label::after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.fa-input-field [type=checkbox]:disabled:checked + label, .fa-input-field [type=checkbox]:disabled:not(:checked) + label {
    cursor: not-allowed;
    color: #aaa;
}

    .fa-input-field [type=checkbox]:disabled:checked + label::before, .fa-input-field [type=checkbox]:disabled:not(:checked) + label::before {
        border-color: #aaa;
        background-color: #aaa;
    }

.fa-input-field textarea {
    height: 160px;
}

.tabular-data .table-bordered {
    border: 1px solid #99a5b3;
    margin-top: 20px;
}

    .tabular-data .table-bordered th {
        text-align: left;
        background: #02264c;
        color: #fff;
    }

    .tabular-data .table-bordered > tbody > tr > td, .tabular-data .table-bordered > tbody > tr > th, .tabular-data .table-bordered > tfoot > tr > td, .tabular-data .table-bordered > tfoot > tr > th, .tabular-data .table-bordered > thead > tr > td, .tabular-data .table-bordered > thead > tr > th {
        border: 1px solid #99a5b3;
        font-size: 1em;
        padding: 5px;
    }

    .tabular-data .table-bordered a {
        color: #02264c;
        font-weight: 700;
    }

.tabular-data .table-striped tbody tr:nth-child(2n+1) td, .tabular-data .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #f7f7f7;
}

@media (max-width:767px) {
    .tabular-data table, .tabular-data tbody, .tabular-data td, .tabular-data th, .tabular-data thead, .tabular-data tr {
        display: block;
    }

    .tabular-data .table-bordered {
        border: none;
    }

        .tabular-data .table-bordered thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .tabular-data .table-bordered tr {
            border: 1px solid #99a5b3;
            margin: 25px 0;
        }

        .tabular-data .table-bordered td {
            border: none;
            border-bottom: 1px solid #99a5b3;
            position: relative;
            padding-left: 50% !important;
            white-space: normal;
            text-align: left;
        }

            .tabular-data .table-bordered td:before {
                position: absolute;
                top: 6px;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                text-align: left;
                font-weight: 700;
                content: attr(data-title);
            }
}

.fa-dropdown {
    position: relative;
    z-index: 0;
    background: #fff;
    padding: 0;
    margin: 20px 0 30px;
}

.fa-dropdown--secondary .fa-dropdown__select {
    font-family: FSJackBold,Times,Arial;
    border-bottom: 3px solid #02264c;
    color: #02264c;
}

.fa-dropdown__label__nobold {
    font-weight: 400;
}

.fa-dropdown__label {
    font-weight: 400;
}

.fa-dropdown__select {
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    padding: 0 50px 0 10px;
    width: 100%;
    height: 45px;
    background: 0 0;
    border: 1px solid #99a5b3;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family: Arial;
}

    .fa-dropdown__select::-ms-expand {
        display: none;
    }

    .fa-dropdown__select.fa-input-field--error {
        border-color: #a01e21;
    }

.fa-dropdown::after, .fa-dropdown::before {
    position: absolute;
    content: '';
    display: block;
    cursor: pointer;
}

.fa-dropdown::before {
    width: 1px;
    height: 70%;
    background-color: #99a5b3;
    top: 15%;
    right: 50px;
}

.fa-dropdown::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    background: url(../assets/images/arrow-blue-icon.svg) no-repeat;
    width: 12px;
    height: 20px;
    background-size: cover;
    background-position: 0 0;
    top: 53%;
    right: 20px;
}

.fa-dropdown.fa-input-field--error {
    margin-bottom: 45px;
}

    .fa-dropdown.fa-input-field--error .fa-input-field__error-message {
        display: block;
        position: absolute;
        bottom: -23px;
        z-index: 1;
    }

.fa-content-promo {
    position: relative;
    width: 100%;
    background: #f7f7f7;
}

    .fa-content-promo .image-container {
        overflow: hidden;
    }

        .fa-content-promo .image-container .responsive-image {
            -webkit-transition: transform,.75s,ease-in-out;
            -o-transition: transform,.75s,ease-in-out;
            transition: transform,.75s,ease-in-out;
            -webkit-transition: transform .75s ease;
            -ms-transition: transform .75s ease;
        }

.fa-content-promo--has-focus .image-container .responsive-image {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.fa-content-promo--has-focus.fa-content-promo--signpost .fa-content-promo__content h2 a {
    color: #f2c714;
}

.fa-content-promo__links-group {
    display: flex;
    flex-direction: row-reverse;
}

.fa-content-promo__links {
    padding-top: 15px;
    text-align: center;
    flex: 0 1 auto;
    flex-flow: row-reverse wrap;
}

    .fa-content-promo__links a {
        background-image: url(../assets/images/circle-chevron.png);
        background-position: 100% 0;
        background-repeat: no-repeat;
        background-size: 28px 28px;
        color: #222;
        display: inline-block;
        height: 28px;
        padding-right: 38px;
        margin-left: 20px;
    }

        .fa-content-promo__links a span.text {
            position: relative;
            top: 4px;
        }

        .fa-content-promo__links a:last-child {
            margin-right: 0;
        }

.fa-content-promo .fa-content-promo__content {
    padding: 12px 15px;
    border-top: 4px solid #011e41;
}

    .fa-content-promo .fa-content-promo__content h2 {
        margin: 0 0 8px;
        font-family: FSJackBold,Times,Arial;
        font-size: 22px;
        -webkit-font-smoothing: antialiased;
    }

        .fa-content-promo .fa-content-promo__content h2 a {
            position: relative;
            color: #222;
            z-index: 1;
            line-height: calc(4 / 3);
        }

            .fa-content-promo .fa-content-promo__content h2 a:hover {
                color: #0068b2;
                text-decoration: none;
            }

            .fa-content-promo .fa-content-promo__content h2 a .prefix {
                display: inline-block;
                padding: 3px 5px 7px;
                line-height: 1;
                margin-left: -2px;
                color: #fff;
                background: #0068b2;
            }

    .fa-content-promo .fa-content-promo__content p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .fa-content-promo .fa-content-promo__content .cta {
        position: relative;
        margin-top: 15px;
        z-index: 1;
    }

.fa-content-promo .fa-content-promo__block-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    visibility: visible;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    z-index: 0;
}

    .fa-content-promo .fa-content-promo__block-link.edit-mode {
        position: static;
    }

.fa-content-promo--video .fa-content-promo__content {
    color: #011e41;
}

    .fa-content-promo--video .fa-content-promo__content h2 {
        font-size: 22px;
    }

        .fa-content-promo--video .fa-content-promo__content h2 a {
            color: #011e41;
        }

.fa-content-promo--video .responsive-image {
    cursor: pointer;
}

    .fa-content-promo--video .responsive-image::before {
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .5));
        filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .5));
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        content: '';
        width: 60px;
        height: 60px;
        background: url(../assets/images/play-icon.svg) no-repeat;
        background-size: contain;
    }

.fa-content-promo.fa-content-promo--england .fa-content-promo__content {
    border-color: #a01e21;
}

.fa-content-promo.fa-content-promo--womens .fa-content-promo__content {
    border-color: #93278f;
}

.fa-content-promo.fa-content-promo--take-part .fa-content-promo__content {
    border-color: #00813e;
}

.col-md-6 .fa-content-promo {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 4px solid #011e41;
}

    .col-md-6 .fa-content-promo:after, .col-md-6 .fa-content-promo:before {
        content: " ";
        display: table;
    }

    .col-md-6 .fa-content-promo:after {
        clear: both;
    }

    .col-md-6 .fa-content-promo h2 a {
        font-size: 24px;
    }

    .col-md-6 .fa-content-promo .responsive-image {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 33%;
        -moz-flex: 0 1 33%;
        -ms-flex: 0 1 33%;
        flex: 0 1 33%;
    }

    .col-md-6 .fa-content-promo .fa-content-promo__content {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 66%;
        -moz-flex: 0 1 66%;
        -ms-flex: 0 1 66%;
        flex: 0 1 66%;
        border-top: 0;
    }

    .col-md-6 .fa-content-promo.fa-content-promo--england {
        border-color: #a01e21;
    }

    .col-md-6 .fa-content-promo.fa-content-promo--womens {
        border-color: #93278f;
    }

    .col-md-6 .fa-content-promo.fa-content-promo--take-part {
        border-color: #00813e;
    }

@media (min-width:768px) {
    .fa-content-promo .fa-content-promo__content h2 {
        margin: 0 0 8px;
        font-size: 18px;
    }

    .fa-content-promo .fa-content-promo__content p {
        line-height: 1.5;
    }

    .col-md-6 .fa-content-promo .image-container {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 60%;
        -moz-flex: 0 1 60%;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;
    }

    .col-md-6 .fa-content-promo .fa-content-promo__content {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 40%;
        -moz-flex: 0 1 40%;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
    }
}

@media (min-width:992px) {
    .fa-content-promo__links a {
        margin-left: 35px;
    }
}

.fa-content-promo--hero {
    margin: 0;
}

    .fa-content-promo--hero .container {
        border-top: 4px solid #011e41;
    }

    .fa-content-promo--hero .fa-content-promo__content {
        padding: 12px 0;
        background: #fff;
        border: 0;
    }

        .fa-content-promo--hero .fa-content-promo__content .cta {
            margin-top: 20px;
        }

        .fa-content-promo--hero .fa-content-promo__content h2 a {
            line-height: 1;
        }

    .fa-content-promo--hero.fa-content-promo--news .fa-content-promo__content h2, .fa-content-promo--hero.fa-content-promo--video .fa-content-promo__content h2 {
        font-family: FSJackPoster,Times,Arial;
        font-size: 30px;
        text-transform: uppercase;
    }

    .fa-content-promo--hero.fa-content-promo--england .container {
        border-color: #a01e21;
    }

    .fa-content-promo--hero.fa-content-promo--womens .container {
        border-color: #93278f;
    }

    .fa-content-promo--hero.fa-content-promo--take-part .container {
        border-color: #00813e;
    }

@media (min-width:768px) {
    .fa-content-promo--hero {
        padding: 50px;
    }

        .fa-content-promo--hero .responsive-image {
            margin: -50px;
        }

        .fa-content-promo--hero .container {
            border-top: 0;
        }

        .fa-content-promo--hero .fa-content-promo__content {
            position: absolute;
            bottom: 0;
            width: 100%;
            padding: 12px 15px;
            background: rgba(255,255,255,.9);
            border-bottom: 4px solid #011e41;
        }

            .fa-content-promo--hero .fa-content-promo__content h2 {
                font-size: 24px;
            }

            .fa-content-promo--hero .fa-content-promo__content .cta {
                margin-bottom: 10px;
            }

        .fa-content-promo--hero.fa-content-promo--news .fa-content-promo__content h2 {
            font-size: 36px;
            line-height: 1;
        }

        .fa-content-promo--hero.fa-content-promo--news .fa-content-promo__content p {
            font-size: 16px;
        }

        .fa-content-promo--hero.fa-content-promo--england .fa-content-promo__content {
            border-color: #a01e21;
        }

        .fa-content-promo--hero.fa-content-promo--womens .fa-content-promo__content {
            border-color: #93278f;
        }

        .fa-content-promo--hero.fa-content-promo--take-part .fa-content-promo__content {
            border-color: #00813e;
        }
}

@media (min-width:992px) {
    .fa-content-promo--hero .fa-content-promo__content {
        bottom: 10px;
    }
}

@media (max-width:767px) {
    .fa-content-promo--hero-video .fa-content-promo--videocomponent .play-video, .fa-content-promo--hero-video .fa-content-promo--videocomponent button.mute-video, .fa-content-promo--hero-video .fa-content-promo--videocomponent video {
        display: none;
    }

    .fa-content-promo--hero-video .fa-content-promo--videocomponent .poster {
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: cover;
        bottom: 0;
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 0;
    }
}

.fa-content-promo--hero-video {
    margin: 0;
    padding: 0 !important;
}

    .fa-content-promo--hero-video .container {
        border-top: 4px solid #011e41;
    }

    .fa-content-promo--hero-video .fa-content-promo__content {
        padding: 12px 0;
        background: #fff;
        border: 0;
    }

        .fa-content-promo--hero-video .fa-content-promo__content .cta {
            margin-top: 20px;
        }

        .fa-content-promo--hero-video .fa-content-promo__content h2 a {
            line-height: 1;
        }

    .fa-content-promo--hero-video.fa-content-promo--news .fa-content-promo__content h2, .fa-content-promo--hero-video.fa-content-promo--video .fa-content-promo__content h2 {
        font-family: FSJackPoster,Times,Arial;
        font-size: 30px;
        text-transform: uppercase;
    }

    .fa-content-promo--hero-video .fa-content-promo--videocomponent {
        border-right: none;
        border-left: none;
        position: relative;
    }

        .fa-content-promo--hero-video .fa-content-promo--videocomponent .hidden {
            display: none;
        }

        .fa-content-promo--hero-video .fa-content-promo--videocomponent .hiddenText {
            height: 0 !important;
            left: -99999px;
            overflow: hidden;
            position: absolute;
            width: 0 !important;
        }

        .fa-content-promo--hero-video .fa-content-promo--videocomponent .video-container {
            position: relative;
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%;
            overflow: hidden;
            background: #000;
        }

            .fa-content-promo--hero-video .fa-content-promo--videocomponent .video-container .poster img {
                width: 100%;
                bottom: 0;
                position: absolute;
            }

            .fa-content-promo--hero-video .fa-content-promo--videocomponent .video-container .link {
                position: absolute;
                bottom: 3em;
                width: 100%;
                text-align: center;
                z-index: 1001;
                font-size: 2em;
                color: #fff;
            }

                .fa-content-promo--hero-video .fa-content-promo--videocomponent .video-container .link a {
                    color: #fff;
                }

            .fa-content-promo--hero-video .fa-content-promo--videocomponent .video-container video {
                position: absolute;
                z-index: 0;
                bottom: 0;
                cursor: pointer;
                left: 50%;
                min-height: 100%;
                min-width: 100%;
                top: 50% !important;
                transform: translateX(-50%) translateY(-50%);
                transition: opacity 1s ease 0s;
            }

                .fa-content-promo--hero-video .fa-content-promo--videocomponent .video-container video.fillWidth {
                    width: 100%;
                }

            .fa-content-promo--hero-video .fa-content-promo--videocomponent .video-container .play-video::before {
                -webkit-transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                -o-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .5));
                filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .5));
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                content: '';
                width: 113px;
                height: 113px;
                background: url(../assets/images/play-icon.png) no-repeat;
                background-size: contain;
                z-index: 1;
            }

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait) {
    .fa-content-promo--hero-video .fa-content-promo--videocomponent .play-video, .fa-content-promo--hero-video .fa-content-promo--videocomponent button.mute-video, .fa-content-promo--hero-video .fa-content-promo--videocomponent video {
        display: none;
    }

    .fa-content-promo--hero-video .fa-content-promo--videocomponent .poster {
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: cover;
        bottom: 0;
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 0;
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
    .fa-content-promo--hero-video .fa-content-promo--videocomponent .play-video, .fa-content-promo--hero-video .fa-content-promo--videocomponent button.mute-video, .fa-content-promo--hero-video .fa-content-promo--videocomponent video {
        display: none;
    }

    .fa-content-promo--hero-video .fa-content-promo--videocomponent .poster {
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: cover;
        bottom: 0;
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 0;
    }
}

@media (min-width:768px) {
    .fa-content-promo--hero-video {
        padding: 50px;
    }

        .fa-content-promo--hero-video .responsive-video {
            margin: 0;
        }

        .fa-content-promo--hero-video .container {
            border-top: 0;
        }

        .fa-content-promo--hero-video .fa-content-promo__content {
            position: absolute;
            bottom: 0;
            width: 100%;
            padding: 12px 15px;
            background: rgba(255,255,255,.9);
            border-bottom: 4px solid #011e41;
        }

            .fa-content-promo--hero-video .fa-content-promo__content h2 {
                font-size: 24px;
            }

            .fa-content-promo--hero-video .fa-content-promo__content .cta {
                margin-bottom: 10px;
            }

        .fa-content-promo--hero-video.fa-content-promo--news .fa-content-promo__content h2 {
            font-size: 36px;
            line-height: 1;
        }

        .fa-content-promo--hero-video.fa-content-promo--news .fa-content-promo__content p {
            font-size: 16px;
        }
}

@media (min-width:992px) {
    .fa-content-promo--hero-video .fa-content-promo__content {
        bottom: 10px;
    }
}

.fa-content-promo--signpost {
    position: relative;
    padding-bottom: 45px;
    background: #011e41;
}

.fa-content-promo--signpost--has-focus .image-container .responsive-image {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.fa-content-promo--signpost .fa-content-promo__content {
    color: #fff;
    border: 0;
}

    .fa-content-promo--signpost .fa-content-promo__content:after, .fa-content-promo--signpost .fa-content-promo__content:before {
        content: " ";
        display: table;
    }

    .fa-content-promo--signpost .fa-content-promo__content:after {
        clear: both;
    }

    .fa-content-promo--signpost .fa-content-promo__content h2 {
        font-family: FSJackBold,Times,Arial;
        font-size: 22px;
    }

        .fa-content-promo--signpost .fa-content-promo__content h2 a {
            color: #fff;
        }

            .fa-content-promo--signpost .fa-content-promo__content h2 a:focus, .fa-content-promo--signpost .fa-content-promo__content h2 a:hover {
                color: #f2c714;
            }

    .fa-content-promo--signpost .fa-content-promo__content blockquote {
        padding-left: 45px;
        font-family: Times;
        font-size: 17px;
        font-style: italic;
        quotes: '\201C' '\201D' '\2018' '\2019';
    }

        .fa-content-promo--signpost .fa-content-promo__content blockquote span {
            display: inline-block;
            position: relative;
            padding: 10px 27px 0;
        }

            .fa-content-promo--signpost .fa-content-promo__content blockquote span::after, .fa-content-promo--signpost .fa-content-promo__content blockquote span::before {
                position: absolute;
                top: 0;
                font-size: 60px;
                line-height: .9;
            }

            .fa-content-promo--signpost .fa-content-promo__content blockquote span::before {
                left: -10px;
                content: open-quote;
            }

            .fa-content-promo--signpost .fa-content-promo__content blockquote span::after {
                top: auto;
                bottom: -33px;
                content: close-quote;
            }

        .fa-content-promo--signpost .fa-content-promo__content blockquote footer {
            margin-top: 10px;
            padding-left: 27px;
            font-family: Arial;
            font-size: 14px;
            font-weight: 700;
        }

            .fa-content-promo--signpost .fa-content-promo__content blockquote footer cite {
                font-style: normal;
            }

.fa-content-promo--signpost .cta {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 28px;
    height: 28px;
}

.fa-content-promo--signpost__download {
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 8px 50px 8px 15px;
    color: #fff;
    font-family: FSJackBold,Times,Arial;
    font-size: 18px;
    text-transform: uppercase;
    background: #011e41;
}

    .fa-content-promo--signpost__download:focus, .fa-content-promo--signpost__download:hover {
        color: #f2c714;
        text-decoration: none;
    }

    .fa-content-promo--signpost__download::after {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        position: absolute;
        content: '';
        right: 15px;
        top: 50%;
        width: 16px;
        height: 17px;
        background: url(../assets/images/download-icon.svg) 0 0 no-repeat;
        background-size: contain;
    }

    .fa-content-promo--signpost__download .meta {
        color: #808ea0;
        font-family: Arial;
        text-transform: none;
    }

.col-md-6 .fa-content-promo--signpost {
    padding-bottom: 0;
}

@media (min-width:768px) {
    .fa-content-promo--signpost .cta--alt {
        width: 28px;
        height: 28px;
    }

    .fa-content-promo--signpost__download .meta {
        font-size: 11px;
    }

    .fa-content-promo--signpost .fa-content-promo__content h2 {
        font-size: 24px;
    }

        .fa-content-promo--signpost .fa-content-promo__content h2 a {
            line-height: 1.25;
        }

    .col-md-3 .fa-content-promo--signpost .fa-content-promo__content h2, .col-md-4 .fa-content-promo--signpost .fa-content-promo__content h2, .col-sm-3 .fa-content-promo--signpost .fa-content-promo__content h2, .col-sm-4 .fa-content-promo--signpost .fa-content-promo__content h2 {
        margin-top: 4px;
        font-size: 18px;
    }
}

.fa-content-promo--signpost-hero {
    background: #011e41;
}

    .fa-content-promo--signpost-hero .fa-content-promo__content {
        color: #fff;
        background: 0 0;
    }

        .fa-content-promo--signpost-hero .fa-content-promo__content:after, .fa-content-promo--signpost-hero .fa-content-promo__content:before {
            content: " ";
            display: table;
        }

        .fa-content-promo--signpost-hero .fa-content-promo__content:after {
            clear: both;
        }

        .fa-content-promo--signpost-hero .fa-content-promo__content h2 {
            margin-bottom: 12px;
        }

            .fa-content-promo--signpost-hero .fa-content-promo__content h2 a {
                color: #fff;
            }

                .fa-content-promo--signpost-hero .fa-content-promo__content h2 a:focus, .fa-content-promo--signpost-hero .fa-content-promo__content h2 a:hover {
                    color: #f2c714;
                }

        .fa-content-promo--signpost-hero .fa-content-promo__content .fa-content-promo__content__links {
            margin-top: 10px;
        }

            .fa-content-promo--signpost-hero .fa-content-promo__content .fa-content-promo__content__links li {
                border-top: 1px solid rgba(255,255,255,.2);
            }

                .fa-content-promo--signpost-hero .fa-content-promo__content .fa-content-promo__content__links li .cta {
                    display: block;
                    margin: 0;
                    padding: 8px 0;
                    color: #fff;
                    font-family: Arial;
                    font-size: 14px;
                }

                    .fa-content-promo--signpost-hero .fa-content-promo__content .fa-content-promo__content__links li .cta::after {
                        display: inline-block;
                        width: 18px;
                        height: 18px;
                        margin: 9px 0 0 14px;
                        background-size: 36px;
                    }

                .fa-content-promo--signpost-hero .fa-content-promo__content .fa-content-promo__content__links li:first-child {
                    border: 0;
                }

                    .fa-content-promo--signpost-hero .fa-content-promo__content .fa-content-promo__content__links li:first-child .cta {
                        font-family: FSJackBold,Times,Arial;
                        font-size: 22px;
                        text-transform: uppercase;
                    }

                        .fa-content-promo--signpost-hero .fa-content-promo__content .fa-content-promo__content__links li:first-child .cta::after {
                            margin-top: 15px;
                        }

@media (min-width:768px) {
    .fa-content-promo--signpost-hero .fa-content-promo__content {
        color: #fff;
        background: #011e41;
    }

        .fa-content-promo--signpost-hero .fa-content-promo__content h2 a {
            color: #fff;
        }
}

.fa-content-promo--signpost-linklist {
    background: 0 0;
}

    .fa-content-promo--signpost-linklist .fa-content-promo__content {
        padding: 0;
        border: 0;
    }

        .fa-content-promo--signpost-linklist .fa-content-promo__content h2 {
            margin: 0;
            color: #222;
            font-size: 18px;
            text-transform: uppercase;
        }

        .fa-content-promo--signpost-linklist .fa-content-promo__content .fa-content-promo__content__links {
            margin-top: 8px;
        }

            .fa-content-promo--signpost-linklist .fa-content-promo__content .fa-content-promo__content__links li {
                border-bottom: 1px solid #d8d8d8;
            }

                .fa-content-promo--signpost-linklist .fa-content-promo__content .fa-content-promo__content__links li a {
                    display: block;
                    margin: 0;
                    padding: 12px 15px;
                    color: #011e41;
                    font-family: Arial;
                }

                    .fa-content-promo--signpost-linklist .fa-content-promo__content .fa-content-promo__content__links li a::after {
                        -webkit-transform: translateY(-50%);
                        -moz-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        -o-transform: translateY(-50%);
                        transform: translateY(-50%);
                        right: 15px;
                        top: 50%;
                        width: 18px;
                        height: 18px;
                        background-color: transparent;
                        background-image: url(../assets/images/arrow-border-small.svg);
                        background-size: contain;
                    }

                    .fa-content-promo--signpost-linklist .fa-content-promo__content .fa-content-promo__content__links li a:focus, .fa-content-promo--signpost-linklist .fa-content-promo__content .fa-content-promo__content__links li a:hover {
                        color: #0068b2;
                        transition: none;
                    }

@media (min-width:768px) {
    .fa-content-promo--signpost-linklist .fa-content-promo__content .fa-content-promo__content__links li {
        border-width: 2px;
        margin: 0 15px;
    }

        .fa-content-promo--signpost-linklist .fa-content-promo__content .fa-content-promo__content__links li a {
            padding-left: 0;
            padding-right: 0;
        }

            .fa-content-promo--signpost-linklist .fa-content-promo__content .fa-content-promo__content__links li a::after {
                right: 0;
            }
}

.promobox {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.promobox__textarea {
    background: #fff;
    padding: 15px;
}

    .promobox__textarea h2 {
        font-family: SackersGothicMedium,Times,Arial;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 22px;
        position: relative;
        top: -7px;
    }

    .promobox__textarea h3 {
        font-family: FSJackRegular,Times,Arial;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .promobox__textarea p {
        margin-top: 15px;
    }

.promobox__textarea__logo {
    float: left;
}

.promobox__textarea__text {
    float: left;
    margin-left: 15px;
}

.promobox__textarea__description {
    float: left;
    position: relative;
    padding-bottom: 60px;
}

.promobox__imagearea {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 338px;
    position: relative;
}

.promobox.promobox--imageLeft .promobox__leftColumn {
    -moz-box-flex: 0;
    -moz-box-ordinal-group: 1;
    order: 1;
    width: 100%;
}

.promobox.promobox--imageLeft .promobox__rightColumn {
    -moz-box-flex: 0;
    -moz-box-ordinal-group: 2;
    order: 2;
    width: 100%;
}

.promobox.promobox--imageLeft .promobox__textarea {
    background: #fff;
}

.promobox.promobox--imageLeft .promobox__textarea__content {
    padding: 15px 15px 50px 15px;
    position: relative;
}

.promobox.promobox--imageLeft .promobox__textarea__link {
    background-image: url(../assets/images/circle-chevron.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 28px 28px;
    color: #222;
    height: 28px;
    position: absolute;
    right: 10px;
    padding-right: 38px;
    bottom: 0;
}

    .promobox.promobox--imageLeft .promobox__textarea__link:active, .promobox.promobox--imageLeft .promobox__textarea__link:hover {
        background-image: url(../assets/images/circle-chevron-hover.png);
        color: #10b6e3;
    }

    .promobox.promobox--imageLeft .promobox__textarea__link span.text {
        display: none;
    }

.promobox.promobox--imageLeft .promobox__imagearea::before {
    content: '';
    height: 338px;
    width: 738px;
    position: absolute;
    right: -18px;
}

.promobox.promobox--imageLeft .promobox__imagearea.promobox--blackOverlay::before {
    background: url(../assets/images/overlays/mobile-BlackOverlay.png) no-repeat -25px 0;
}

.promobox.promobox--imageLeft .promobox__imagearea.promobox--blueOverlay::before {
    background: url(../assets/images/overlays/mobile-BlueOverlay.png) no-repeat -25px 0;
}

.promobox.promobox--imageLeft .promobox__imagearea.promobox--greenOverlay::before {
    background: url(../assets/images/overlays/mobile-GreenOverlay.png) no-repeat -25px 0;
}

.promobox.promobox--imageLeft .promobox__imagearea.promobox--greyOverlay::before {
    background: url(../assets/images/overlays/mobile-LightGreyOverlay.png) no-repeat -25px 0;
}

.promobox.promobox--imageLeft .promobox__imagearea.promobox--orangeOverlay::before {
    background: url(../assets/images/overlays/mobile-OrangeOverlay.png) no-repeat -25px 0;
}

.promobox.promobox--imageLeft .promobox__imagearea.promobox--redOverlay::before {
    background: url(../assets/images/overlays/mobile-RedOverlay.png) no-repeat -25px 0;
}

.promobox.promobox--imageRight .promobox__leftColumn {
    -moz-box-flex: 0;
    -moz-box-ordinal-group: 1;
    order: 1;
    width: 100%;
}

.promobox.promobox--imageRight .promobox__rightColumn {
    -moz-box-flex: 0;
    -moz-box-ordinal-group: 2;
    order: 2;
    width: 100%;
}

.promobox.promobox--imageRight .promobox__textarea {
    background: #fff;
}

.promobox.promobox--imageRight .promobox__textarea__content {
    padding: 15px 15px 50px 15px;
    position: relative;
}

.promobox.promobox--imageRight .promobox__textarea__link {
    background-image: url(../assets/images/circle-chevron.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 28px 28px;
    color: #222;
    height: 28px;
    position: absolute;
    right: 10px;
    padding-right: 38px;
    bottom: 0;
}

    .promobox.promobox--imageRight .promobox__textarea__link:active, .promobox.promobox--imageRight .promobox__textarea__link:hover {
        background-image: url(../assets/images/circle-chevron-hover.png);
        color: #10b6e3;
    }

    .promobox.promobox--imageRight .promobox__textarea__link span.text {
        display: none;
    }

.promobox.promobox--imageRight .promobox__imagearea::before {
    content: '';
    height: 338px;
    width: 738px;
    position: absolute;
    right: -18px;
}

.promobox.promobox--imageRight .promobox__imagearea.promobox--blackOverlay::before {
    background: url(../assets/images/overlays/mobile-BlackOverlay.png) no-repeat -25px 0;
}

.promobox.promobox--imageRight .promobox__imagearea.promobox--blueOverlay::before {
    background: url(../assets/images/overlays/mobile-BlueOverlay.png) no-repeat -25px 0;
}

.promobox.promobox--imageRight .promobox__imagearea.promobox--greenOverlay::before {
    background: url(../assets/images/overlays/mobile-GreenOverlay.png) no-repeat -25px 0;
}

.promobox.promobox--imageRight .promobox__imagearea.promobox--greyOverlay::before {
    background: url(../assets/images/overlays/mobile-LightGreyOverlay.png) no-repeat -25px 0;
}

.promobox.promobox--imageRight .promobox__imagearea.promobox--orangeOverlay::before {
    background: url(../assets/images/overlays/mobile-OrangeOverlay.png) no-repeat -25px 0;
}

.promobox.promobox--imageRight .promobox__imagearea.promobox--redOverlay::before {
    background: url(../assets/images/overlays/mobile-RedOverlay.png) no-repeat -25px 0;
}

@media (max-width:375px) {
    .fa-row-heading__title span {
        display: block;
    }

    .promobox__textarea__logo img {
        max-width: 25px;
    }

    .promobox__textarea__text h2 {
        letter-spacing: -1.25px;
    }

    .promobox__textarea__text h3 {
        font-size: 14px;
        position: relative;
        top: -5px;
    }

    .promobox__textarea__description {
        position: relative;
        padding-bottom: 25px;
    }

    .promobox__imagearea {
        height: 169px;
    }

    .promobox.promobox--imageLeft .promobox__imagearea {
        background-position: 0 0;
    }

        .promobox.promobox--imageLeft .promobox__imagearea::before {
            content: '';
            height: 169px;
            width: 373px;
            position: absolute;
            right: -18px;
        }

        .promobox.promobox--imageLeft .promobox__imagearea.promobox--blackOverlay::before {
            background: url(../assets/images/overlays/mobileSmaller-BlackOverlay.png) no-repeat -18px 1px;
        }

        .promobox.promobox--imageLeft .promobox__imagearea.promobox--blueOverlay::before {
            background: url(../assets/images/overlays/mobileSmaller-BlueOverlay.png) no-repeat -18px 1px;
        }

        .promobox.promobox--imageLeft .promobox__imagearea.promobox--greenOverlay::before {
            background: url(../assets/images/overlays/mobileSmaller-GreenOverlay.png) no-repeat -18px 1px;
        }

        .promobox.promobox--imageLeft .promobox__imagearea.promobox--greyOverlay::before {
            background: url(../assets/images/overlays/mobileSmaller-LightGreyOverlay.png) no-repeat -18px 1px;
        }

        .promobox.promobox--imageLeft .promobox__imagearea.promobox--orangeOverlay::before {
            background: url(../assets/images/overlays/mobileSmaller-OrangeOverlay.png) no-repeat -18px 1px;
        }

        .promobox.promobox--imageLeft .promobox__imagearea.promobox--redOverlay::before {
            background: url(../assets/images/overlays/mobileSmaller-RedOverlay.png) no-repeat -18px 1px;
        }

    .promobox.promobox--imageLeft .promobox__textarea__link {
        right: 0;
    }

    .promobox.promobox--imageRight .promobox__imagearea {
        background-position: 0 0;
    }

        .promobox.promobox--imageRight .promobox__imagearea::before {
            content: '';
            height: 169px;
            width: 373px;
            position: absolute;
            right: -18px;
        }

        .promobox.promobox--imageRight .promobox__imagearea.promobox--blackOverlay::before {
            background: url(../assets/images/overlays/mobileSmaller-BlackOverlay.png) no-repeat -18px 1px;
        }

        .promobox.promobox--imageRight .promobox__imagearea.promobox--blueOverlay::before {
            background: url(../assets/images/overlays/mobileSmaller-BlueOverlay.png) no-repeat -18px 1px;
        }

        .promobox.promobox--imageRight .promobox__imagearea.promobox--greenOverlay::before {
            background: url(../assets/images/overlays/mobileSmaller-GreenOverlay.png) no-repeat -18px 1px;
        }

        .promobox.promobox--imageRight .promobox__imagearea.promobox--greyOverlay::before {
            background: url(../assets/images/overlays/mobileSmaller-LightGreyOverlay.png) no-repeat -18px 1px;
        }

        .promobox.promobox--imageRight .promobox__imagearea.promobox--orangeOverlay::before {
            background: url(../assets/images/overlays/mobileSmaller-OrangeOverlay.png) no-repeat -18px 1px;
        }

        .promobox.promobox--imageRight .promobox__imagearea.promobox--redOverlay::before {
            background: url(../assets/images/overlays/mobileSmaller-RedOverlay.png) no-repeat -18px 1px;
        }

    .promobox.promobox--imageRight .promobox__textarea__link {
        right: 0;
    }
}

@media (min-width:768px) {
    .promobox .promobox__textarea__description {
        padding-bottom: 100px;
    }
}

@media (min-width:992px) {
    .promobox {
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .promobox__textarea {
        height: 338px;
    }

    .promobox__imagearea {
        height: 338px;
    }

    .promobox.promobox--imageLeft .promobox__leftColumn {
        -moz-box-flex: 0;
        -moz-box-ordinal-group: 1;
        order: 1;
        width: 100%; /* IE10 */
    }

    .promobox.promobox--imageLeft .promobox__rightColumn {
        -moz-box-flex: 0;
        -moz-box-ordinal-group: 2;
        order: 2;
        width: 100%;
    }

    .promobox.promobox--imageLeft .promobox__textarea__content {
        margin-left: 85px;
        padding: 45px 15px 15px;
        height: 308px;
        width: 435px;
    }

    .promobox.promobox--imageLeft .promobox__textarea__link {
        background-size: 28px 28px;
        height: 28px;
        position: absolute;
        right: 0;
        padding-right: 38px;
        bottom: 0;
    }

        .promobox.promobox--imageLeft .promobox__textarea__link span.text {
            display: block;
            position: relative;
            top: 3px;
        }

    .promobox.promobox--imageLeft .promobox__imagearea {
        margin-right: -50px;
    }

        .promobox.promobox--imageLeft .promobox__imagearea::before {
            content: '';
            height: 338px;
            width: 738px;
            position: absolute;
            right: -18px;
        }

        .promobox.promobox--imageLeft .promobox__imagearea.promobox--blackOverlay::before {
            background: url(../assets/images/overlays/imageLeft-BlackOverlay.png) no-repeat 0 0;
        }

        .promobox.promobox--imageLeft .promobox__imagearea.promobox--blueOverlay::before {
            background: url(../assets/images/overlays/imageLeft-BlueOverlay.png) no-repeat 0 0;
        }

        .promobox.promobox--imageLeft .promobox__imagearea.promobox--greenOverlay::before {
            background: url(../assets/images/overlays/imageLeft-GreenOverlay.png) no-repeat 0 0;
        }

        .promobox.promobox--imageLeft .promobox__imagearea.promobox--greyOverlay::before {
            background: url(../assets/images/overlays/imageLeft-LightGreyOverlay.png) no-repeat 0 0;
        }

        .promobox.promobox--imageLeft .promobox__imagearea.promobox--orangeOverlay::before {
            background: url(../assets/images/overlays/imageLeft-OrangeOverlay.png) no-repeat 0 0;
        }

        .promobox.promobox--imageLeft .promobox__imagearea.promobox--redOverlay::before {
            background: url(../assets/images/overlays/imageLeft-RedOverlay.png) no-repeat 0 0;
        }

    .promobox.promobox--imageRight .promobox__leftColumn {
        -moz-box-flex: 0;
        -moz-box-ordinal-group: 1;
        order: 2;
        width: 100%;
    }

    .promobox.promobox--imageRight .promobox__rightColumn {
        -moz-box-flex: 0;
        -moz-box-ordinal-group: 2;
        order: 1;
        width: 100%; /* IE10 */
    }

    .promobox.promobox--imageRight .promobox__textarea__content {
        float: right;
        margin-right: 190px;
        padding: 45px 15px 15px;
        height: 308px;
        width: 460px;
    }

    .promobox.promobox--imageRight .promobox__textarea__link {
        background-size: 28px 28px;
        height: 28px;
        position: absolute;
        right: 22px;
        padding-right: 38px;
        bottom: 0;
    }

        .promobox.promobox--imageRight .promobox__textarea__link span.text {
            display: block;
            position: relative;
            top: 4px;
        }

    .promobox.promobox--imageRight .promobox__imagearea {
        margin-left: -228px;
    }

        .promobox.promobox--imageRight .promobox__imagearea::before {
            content: '';
            height: 338px;
            width: 738px;
            position: absolute;
            left: -15px;
        }

        .promobox.promobox--imageRight .promobox__imagearea.promobox--blackOverlay::before {
            background: url(../assets/images/overlays/imageRight-BlackOverlay.png) no-repeat 0 0;
        }

        .promobox.promobox--imageRight .promobox__imagearea.promobox--blueOverlay::before {
            background: url(../assets/images/overlays/imageRight-BlueOverlay.png) no-repeat 0 0;
        }

        .promobox.promobox--imageRight .promobox__imagearea.promobox--greenOverlay::before {
            background: url(../assets/images/overlays/imageRight-GreenOverlay.png) no-repeat 0 0;
        }

        .promobox.promobox--imageRight .promobox__imagearea.promobox--greyOverlay::before {
            background: url(../assets/images/overlays/imageRight-LightGreyOverlay.png) no-repeat 0 0;
        }

        .promobox.promobox--imageRight .promobox__imagearea.promobox--orangeOverlay::before {
            background: url(../assets/images/overlays/imageRight-OrangeOverlay.png) no-repeat 0 0;
        }

        .promobox.promobox--imageRight .promobox__imagearea.promobox--redOverlay::before {
            background: url(../assets/images/overlays/imageRight-RedOverlay.png) no-repeat 0 0;
        }
}

@media screen and (min-width:992px) and (-ms-high-contrast:active),(min-width:992px) and (-ms-high-contrast:none) {
    .promobox.promobox--imageRight .promobox__imagearea {
        margin-left: -198px;
    }

    .promobox--imageRight.promobox .promobox__leftColumn {
        float: right;
        width: 57%;
    }

    .promobox--imageRight.promobox .promobox__rightColumn {
        float: left;
        width: 55%;
    }

    .promobox--imageLeft.promobox .promobox__leftColumn {
        float: left;
        width: 50.5%;
    }

    .promobox--imageLeft.promobox .promobox__rightColumn {
        float: right;
        width: 52.5%;
    }

    .fa-enquiry-form__checkboxArea__content {
        float: left;
        width: 240px;
    }
}

.fa-find-football .fa-input-field {
    margin: 20px 0 0;
    padding: 0;
    color: #000;
}

    .fa-find-football .fa-input-field #find-football-location::-webkit-input-placeholder {
        color: #000;
    }

    .fa-find-football .fa-input-field #find-football-location::-moz-placeholder {
        color: #000;
    }

    .fa-find-football .fa-input-field #find-football-location:-ms-input-placeholder {
        color: #000;
    }

    .fa-find-football .fa-input-field.fa-find-football__submit-field {
        margin: 0 0 30px;
        text-align: center;
    }

        .fa-find-football .fa-input-field.fa-find-football__submit-field .cta--standard {
            background: #fbfbfc;
        }

.fa-find-football .fa-dropdown--secondary .fa-dropdown__select {
    font-family: Arial;
    color: #000;
    font-size: 14px;
}

.fa-find-football .type-field {
    position: relative;
}

    .fa-find-football .type-field .fa-dropdown {
        margin-right: 34px;
    }

    .fa-find-football .type-field .fa-find-football__type-info {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        width: 26px;
        height: 26px;
        background: 0 0;
        border: 0;
    }

        .fa-find-football .type-field .fa-find-football__type-info::before {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 26px;
            height: 26px;
            content: '';
            background: url(../assets/images/info-icon.svg) 0 0 no-repeat;
            background-size: 52px;
        }

        .fa-find-football .type-field .fa-find-football__type-info:focus::before, .fa-find-football .type-field .fa-find-football__type-info:hover::before {
            background-position: -26px 0;
        }

@media (min-width:768px) {
    .fa-find-football .fa-input-field [type=text] {
        padding: 12px 10px;
    }
}

.fa-breadcrumbs {
    display: none;
    position: relative;
    z-index: 0;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
}

@media (min-width:992px) {
    .fa-breadcrumbs {
        display: block;
        background: #fff;
        height: 32px;
    }

    .fa-breadcrumbs__crumbs {
        font-size: 0;
    }

    .fa-breadcrumbs__crumb {
        display: inline-block;
        vertical-align: top;
        font-size: 11px;
        color: #e1261c;
        height: 32px;
        line-height: 32px;
    }

    .fa-breadcrumbs__crumb-link {
        position: relative;
        display: block;
        font-size: 11px;
        color: #000;
        padding: 0 20px 0 5px;
        height: 32px;
        line-height: 32px;
    }

        .fa-breadcrumbs__crumb-link::after {
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            content: '';
            display: block;
            background-size: cover;
            background-repeat: no-repeat;
            position: absolute;
            top: 50%;
            right: 0;
            background-image: url(../assets/images/breadcrumb-divider.svg);
            width: 14px;
            height: 30px;
        }

    .home-crumb .fa-breadcrumbs__crumb-link {
        width: 35px;
        padding-left: 0;
    }

        .home-crumb .fa-breadcrumbs__crumb-link::before {
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            content: '';
            display: block;
            background-size: cover;
            background-repeat: no-repeat;
            position: absolute;
            top: 50%;
            background-image: url(../assets/images/house-icon.svg);
            width: 12px;
            height: 12px;
        }

    .fa-breadcrumbs--dark-grey {
        background: #262626;
        border-bottom: 0;
    }

        .fa-breadcrumbs--dark-grey .fa-breadcrumbs__crumb-link {
            color: #fff;
        }

            .fa-breadcrumbs--dark-grey .fa-breadcrumbs__crumb-link::before {
                background-image: url(../assets/images/home-icon.png);
                width: 12px;
                height: 12px;
            }

        .fa-breadcrumbs--dark-grey .fa-breadcrumbs__crumb {
            color: #10b6e3;
            padding-left: 5px;
        }
}

.fa-poll {
    padding: 12px 15px;
    background: #fff;
    border: 1px solid #d8d8d8;
}

    .fa-poll h2 {
        position: relative;
        padding-left: 28px;
        font-size: 18px;
        color: #011e41;
    }

        .fa-poll h2::before {
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            content: '';
            width: 16px;
            height: 13px;
            background: url(../assets/images/list-icon.svg) 0 0 no-repeat;
            background-size: contain;
        }

.fa-poll__content {
    margin-top: 8px;
    padding-top: 10px;
    border-top: 1px solid #d8d8d8;
}

    .fa-poll__content p {
        color: #011e41;
    }

.fa-poll__answers {
    margin-top: 10px;
}

    .fa-poll__answers li {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        position: relative;
        min-height: 55px;
        margin-top: 5px;
        border-bottom: 1px solid #d8d8d8;
    }

        .fa-poll__answers li:first-child {
            margin: 0;
        }

        .fa-poll__answers li img {
            display: inline-block;
            width: 34px;
            height: 34px;
            margin-right: 15px;
        }

    .fa-poll__answers input + label + .fa-poll__result-bar {
        background: #0068b2;
    }

    .fa-poll__answers input:checked + label + .fa-poll__result-bar {
        background: #f2c714;
    }

    .fa-poll__answers label {
        display: block;
        position: relative;
        padding: 10px 50px 10px 10px;
        font-size: 14px;
        cursor: pointer;
        z-index: 2;
    }

        .fa-poll__answers label::after {
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            display: block;
            position: absolute;
            right: 15px;
            top: 50%;
            content: '';
            width: 7px;
            height: 11px;
            background: url(../assets/images/arrow-black.svg) 0 0 no-repeat;
            background-size: contain;
        }

    .fa-poll__answers.results label::after {
        display: none;
    }

.fa-poll__result-bar {
    -webkit-transition: width .4s ease;
    -o-transition: width .4s ease;
    transition: width .4s ease;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: 1;
}

    .fa-poll__result-bar::after {
        display: block;
        position: absolute;
        content: '';
        top: 3px;
        left: 3px;
        bottom: 4px;
        right: 0;
        background: rgba(255,255,255,.4);
    }

.fa-poll__result-text {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 15px;
    top: 50%;
    color: #011e41;
    font-family: Arial;
    font-size: 18px;
    font-weight: 700;
    z-index: 2;
}

@media (min-width:768px) {
    .fa-poll {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 0;
        margin-right: 0;
    }
}

.fa-back-to-top {
    padding: 10px 0;
}

    .fa-back-to-top:after, .fa-back-to-top:before {
        content: " ";
        display: table;
    }

    .fa-back-to-top:after {
        clear: both;
    }

.fa-back-to-top__row {
    border-bottom: 1px solid #dcdcdc;
}

.fa-back-to-top__button {
    position: relative;
    display: block;
    margin-right: 30px;
    font-size: 18px;
    font-family: FSJackBold,Times,Arial;
    text-transform: uppercase;
    padding-left: 30px;
    color: #011e41;
    float: right;
}

    .fa-back-to-top__button::before {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        position: absolute;
        content: '';
        background: url(../assets/images/arrow-circle-up.svg) no-repeat;
        background-size: 44px;
        background-position: 0 0;
        display: block;
        width: 22px;
        height: 22px;
        left: 0;
    }

    .fa-back-to-top__button:focus, .fa-back-to-top__button:hover {
        color: #0068b2;
    }

        .fa-back-to-top__button:focus::before, .fa-back-to-top__button:hover::before {
            background-position: -22px 0;
        }

@media (min-width:768px) {
    .fa-back-to-top__button {
        margin-right: 0;
    }
}

.fa-video-carousel {
    position: relative;
    margin-bottom: -15px;
}

    .fa-video-carousel .fa-carousel {
        background: 0 0;
        position: relative;
        z-index: 1;
    }

        .fa-video-carousel .fa-carousel .slick-dots li button {
            border-color: #dcdcdc;
        }

    .fa-video-carousel .heading {
        background: #02264c;
        width: 100%;
        padding: 15px 0;
    }

    .fa-video-carousel .heading__title {
        font-size: 18px;
        font-family: FSJackBold,Times,Arial;
        color: #fff;
        text-transform: uppercase;
    }

.fa-video-carousel__footing {
    display: none;
}

@media only screen and (max-width:767px) {
    .fa-video-carousel .carousel-container {
        padding-left: 0;
        padding-right: 0;
    }

    .fa-video-carousel .fa-carousel .slick-next, .fa-video-carousel .fa-carousel .slick-prev {
        top: 38%;
    }
}

@media (min-width:768px) {
    .fa-video-carousel .heading__title {
        padding: 0 15px;
    }

    .fa-video-carousel .fa-carousel .slick-track {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .fa-video-carousel .fa-carousel .slick-track .carousel__inner, .fa-video-carousel .fa-carousel .slick-track .col-sm-12 {
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
        }

    .fa-video-carousel .fa-carousel .slick-initialized .slick-slide {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
    }

        .fa-video-carousel .fa-carousel .slick-initialized .slick-slide .responsive-image img {
            max-width: 265px;
        }

    .fa-video-carousel .fa-carousel .slick-next::before, .fa-video-carousel .fa-carousel .slick-prev::before {
        -webkit-filter: none;
        filter: none;
        background: url(../assets/images/arrow-blue-icon.svg) no-repeat;
    }

    .fa-video-carousel .fa-carousel .slick-prev {
        left: 15px;
        margin-left: calc(50% - 50vw);
    }

    .fa-video-carousel .fa-carousel .slick-next {
        right: 15px;
        margin-right: calc(50% - 50vw);
    }

    .fa-video-carousel .fa-carousel .slick-dots li:last-child button {
        border-right: 0;
    }

    .fa-video-carousel .fa-carousel .slick-dots li:first-child button {
        border-left: 0;
    }

    .fa-video-carousel__footing {
        display: block;
        position: absolute;
        background: #fff;
        height: 5px;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        bottom: 0;
        width: 100%;
        z-index: 0;
    }
}

@media (min-width:1200px) {
    .fa-video-carousel .fa-carousel .slick-prev {
        margin-left: calc(50% - 46vw);
    }

    .fa-video-carousel .fa-carousel .slick-next {
        margin-right: calc(50% - 46vw);
    }
}

.fa-advertising {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    width: 100%;
    background: #fff;
}

.fa-advertising__content {
    position: relative;
    padding: 20px;
}

    .fa-advertising__content p {
        display: none;
    }

    .fa-advertising__content a {
        display: block;
    }

    .fa-advertising__content img {
        display: block;
        width: 100%;
    }

@media (min-width:768px) {
    .fa-advertising {
        padding: 25px 0;
    }

    .fa-advertising__content {
        border: 2px solid #d8d8d8;
    }

        .fa-advertising__content p {
            display: inline-block;
            position: absolute;
            top: -12px;
            right: 10px;
            padding: 0 3px;
            color: #5d6f86;
            font-family: Arial;
            font-size: 11px;
            background: #fff;
        }

    .fa-article .fa-advertising__content p {
        top: -18px;
    }

    .fa-advertising__content a:focus {
        outline: 1px dotted #02264c;
    }
}

.fa-latest-scores-fixtures {
    background: #fff;
    width: 100%;
    margin: 25px 0;
    border: 1px solid #e5e5e5;
}

    .fa-latest-scores-fixtures .fa-dropdown {
        margin: 0;
    }

    .fa-latest-scores-fixtures .fa-dropdown__select {
        border: 0;
        border-bottom: 3px solid #02264c;
    }

    .fa-latest-scores-fixtures .fixtures-title {
        color: #02264c;
        font-size: 16px;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        font-family: FSJackBold,Times,Arial;
        padding: 20px 0;
        border-bottom: 1px solid #ccd2d9;
    }

    .fa-latest-scores-fixtures .fixtures-date {
        text-transform: uppercase;
        font-size: 12px;
        color: #424242;
        text-align: center;
        width: 100%;
        border-top: 1px solid #ccd2d9;
        border-bottom: 1px solid #ccd2d9;
        font-family: Arial;
        font-weight: 400;
        padding: 10px 0;
        display: none;
    }

    .fa-latest-scores-fixtures .fixtures-holder {
        margin-bottom: 10px;
    }

    .fa-latest-scores-fixtures .error-holder, .fa-latest-scores-fixtures .loading-holder {
        display: none;
        min-height: 150px;
        position: relative;
    }

    .fa-latest-scores-fixtures .error-holder__message, .fa-latest-scores-fixtures .loading-holder__message {
        -webkit-transform: translate3d(-50%,-50%,0);
        -moz-transform: translate3d(-50%,-50%,0);
        -ms-transform: translate3d(-50%,-50%,0);
        -o-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        text-align: center;
    }

    .fa-latest-scores-fixtures .error-holder p, .fa-latest-scores-fixtures .loading-holder p {
        margin-bottom: 30px;
    }

    .fa-latest-scores-fixtures .loading-holder__message {
        margin-left: -25px;
    }

        .fa-latest-scores-fixtures .loading-holder__message .loading-holder__icon {
            display: inline-block;
            position: relative;
        }

            .fa-latest-scores-fixtures .loading-holder__message .loading-holder__icon::after {
                -webkit-animation: rotating 1s linear infinite;
                -ms-animation: rotating 1s linear infinite;
                animation: rotating 1s linear infinite;
                position: absolute;
                top: 0;
                left: calc(100% + 15px);
                content: '';
                display: block;
                background-image: url(../images/arrow-fill-sprite.svg);
                background-repeat: no-repeat;
                width: 28px;
                height: 28px;
                background-position: -28px -28px;
                background-size: 56px;
            }

    .fa-latest-scores-fixtures .extra-controls {
        padding: 20px 10px;
        text-align: center;
        font-size: 0;
    }

    .fa-latest-scores-fixtures .extra-controls__cta {
        display: none;
        vertical-align: top;
    }

        .fa-latest-scores-fixtures .extra-controls__cta .cta {
            margin-bottom: 10px;
            display: block;
            width: 100%;
        }

        .fa-latest-scores-fixtures .extra-controls__cta.show {
            display: block;
        }

    .fa-latest-scores-fixtures .Opta h2 {
        display: none;
    }

    .fa-latest-scores-fixtures .Opta-Time {
        width: 50px;
        padding-left: 10px;
        padding-right: 10px;
        font-family: FSJackRegular,Times,Arial;
        color: #02264c;
    }

        .fa-latest-scores-fixtures .Opta-Time abbr {
            text-transform: uppercase;
            color: #000;
            font-weight: 700;
            font-family: FSJackBold,Times,Arial;
            font-size: 14px;
            border: 0;
        }

    .fa-latest-scores-fixtures .Opta-fixtures-list table {
        width: 100%;
    }

    .fa-latest-scores-fixtures .Opta-Even {
        background: #f7f7f9;
    }

        .fa-latest-scores-fixtures .Opta-Even .Opta-Dash::after, .fa-latest-scores-fixtures .Opta-Even .Opta-Dash::before, .fa-latest-scores-fixtures .Opta-Even .Opta-Score::after, .fa-latest-scores-fixtures .Opta-Even .Opta-Score::before, .fa-latest-scores-fixtures .Opta-Even .Opta-Versus::after, .fa-latest-scores-fixtures .Opta-Even .Opta-Versus::before {
            background: #f7f7f9;
        }

    .fa-latest-scores-fixtures .Opta-title {
        border-bottom: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        font-family: Arial;
        font-size: 12px;
        color: #000;
        text-transform: uppercase;
        padding: 10px 0;
        text-align: center;
    }

        .fa-latest-scores-fixtures .Opta-title h3 {
            font-weight: 400;
        }

            .fa-latest-scores-fixtures .Opta-title h3 span {
                font-size: 12px;
                color: #424242;
            }

    .fa-latest-scores-fixtures .Opta-Crested {
        width: 100%;
    }

    .fa-latest-scores-fixtures .Opta-Crest {
        width: 60px;
    }

    .fa-latest-scores-fixtures .Opta-Image-Holder {
        width: 30px;
        display: block;
        margin: 0 auto;
    }

        .fa-latest-scores-fixtures .Opta-Image-Holder img {
            width: 100%;
        }

    .fa-latest-scores-fixtures .Opta-TeamName {
        text-transform: uppercase;
        color: #02264c;
        font-size: 16px;
        font-family: FSJackBold,Times,Arial;
        text-align: center;
    }

        .fa-latest-scores-fixtures .Opta-TeamName.Opta-Away {
            padding-right: 10px;
            padding-left: 10px;
        }

        .fa-latest-scores-fixtures .Opta-TeamName.Opta-Home {
            padding-right: 10px;
        }

    .fa-latest-scores-fixtures .Opta-Dash, .fa-latest-scores-fixtures .Opta-Score, .fa-latest-scores-fixtures .Opta-Versus {
        width: 20px;
        background: #f2c714;
        position: relative;
        text-align: center;
        color: #02264c;
        padding: 15px 0;
    }

        .fa-latest-scores-fixtures .Opta-Dash::after, .fa-latest-scores-fixtures .Opta-Dash::before, .fa-latest-scores-fixtures .Opta-Score::after, .fa-latest-scores-fixtures .Opta-Score::before, .fa-latest-scores-fixtures .Opta-Versus::after, .fa-latest-scores-fixtures .Opta-Versus::before {
            content: '';
            display: block;
            position: absolute;
            background: #fff;
            left: 0;
            right: 0;
            height: 10px;
        }

        .fa-latest-scores-fixtures .Opta-Dash::before, .fa-latest-scores-fixtures .Opta-Score::before, .fa-latest-scores-fixtures .Opta-Versus::before {
            top: 0;
        }

        .fa-latest-scores-fixtures .Opta-Dash::after, .fa-latest-scores-fixtures .Opta-Score::after, .fa-latest-scores-fixtures .Opta-Versus::after {
            bottom: 0;
        }

        .fa-latest-scores-fixtures .Opta-Dash abbr, .fa-latest-scores-fixtures .Opta-Score abbr, .fa-latest-scores-fixtures .Opta-Versus abbr {
            border: 0;
        }

    .fa-latest-scores-fixtures .Opta-Home {
        text-align: right;
    }

    .fa-latest-scores-fixtures .Opta-Away {
        text-align: left;
    }

    .fa-latest-scores-fixtures .Opta-Dash {
        width: 10px;
    }

.fa-latest-scores-fixtures--loading .error-holder, .fa-latest-scores-fixtures--loading .extra-controls, .fa-latest-scores-fixtures--loading .fixtures-holder {
    display: none;
}

.fa-latest-scores-fixtures--loading .loading-holder {
    display: block;
}

.fa-latest-scores-fixtures--loading .fixtures-date {
    display: block;
}

.fa-latest-scores-fixtures--error .extra-controls, .fa-latest-scores-fixtures--error .fixtures-holder {
    display: none;
}

.fa-latest-scores-fixtures--error .error-holder {
    display: block;
}

    .fa-latest-scores-fixtures--error .error-holder a {
        display: none;
    }

        .fa-latest-scores-fixtures--error .error-holder a.show {
            display: inline-block;
        }

.fa-latest-scores-fixtures--error .fixtures-date {
    display: block;
}

@media (min-width:992px) {
    .fa-latest-scores-fixtures {
        max-height: 420px;
        overflow-y: auto;
    }
}

.fa-live-scores {
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    background: #fff;
}

    .fa-live-scores .fa-carousel {
        background: 0 0;
        position: relative;
        z-index: 1;
    }

        .fa-live-scores .fa-carousel .slick-dots li button {
            border-color: #dcdcdc;
        }

        .fa-live-scores .fa-carousel .slick-next, .fa-live-scores .fa-carousel .slick-prev {
            top: 50%;
        }

            .fa-live-scores .fa-carousel .slick-next::before, .fa-live-scores .fa-carousel .slick-prev::before {
                -webkit-filter: none;
                filter: none;
                background: url(../assets/images/arrow-blue-icon.svg) no-repeat;
            }

    .fa-live-scores .live-scores-placeholder {
        display: block;
    }

    .fa-live-scores .heading {
        background: #02264c;
        width: 100%;
        padding: 15px 0;
    }

    .fa-live-scores .heading__title {
        font-size: 18px;
        font-family: FSJackBold,Times,Arial;
        color: #fff;
        text-transform: uppercase;
    }

.fa-live-scores__footing {
    display: none;
}

.fa-live-scores .topbar {
    padding: 5px 0 0;
    border-bottom: 1px solid #e5e5e5;
}

.fa-live-scores .topbar__live-indicator {
    color: #808ea0;
    text-transform: uppercase;
    font-size: 18px;
    font-family: FSJackBold,Times,Arial;
    padding-right: 25px;
    position: relative;
}

    .fa-live-scores .topbar__live-indicator::after {
        -webkit-animation: live-pulse 2s infinite;
        -ms-animation: live-pulse 2s infinite;
        animation: live-pulse 2s infinite;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        content: '';
        display: block;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        background: red;
        box-shadow: 0 0 10px rgba(255,0,0,.4);
        position: absolute;
        top: 55%;
        right: 0;
    }

.fa-live-scores .topbar__tournament-select {
    float: right;
    min-width: 180px;
}

    .fa-live-scores .topbar__tournament-select .fa-dropdown {
        margin: 0;
    }

    .fa-live-scores .topbar__tournament-select .fa-dropdown__select {
        border: 0;
        border-bottom: 3px solid #02264c;
        height: 35px;
    }

.fa-live-scores .Opta-fixture {
    position: relative;
    background: #fff;
    padding: 15px 15px 35px;
}

    .fa-live-scores .Opta-fixture h3 span {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #808ea0;
        font-family: FSJackRegular,Times,Arial;
        text-transform: uppercase;
        font-size: 12px;
        position: absolute;
        top: 35px;
        left: 50%;
    }

        .fa-live-scores .Opta-fixture h3 span:nth-child(2) {
            top: auto;
            bottom: 35px;
            background: #f2c714;
            padding: 5px 10px;
            color: #02264c;
        }

    .fa-live-scores .Opta-fixture h3 abbr {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        bottom: 35px;
        border: 0;
        font-family: Arial;
        font-size: 16px;
        left: 50%;
        font-weight: 400;
        color: #02264c;
        background: #f2c714;
        padding: 5px 10px 3px;
        line-height: 1;
    }

    .fa-live-scores .Opta-fixture .Opta-fixture-content {
        position: relative;
        text-align: center;
    }

        .fa-live-scores .Opta-fixture .Opta-fixture-content h4 {
            color: #02264c;
            font-family: FSJackBold,Times,Arial;
            font-size: 14px;
            text-transform: uppercase;
            margin-bottom: 40px;
        }

        .fa-live-scores .Opta-fixture .Opta-fixture-content .Opta-Venue {
            color: #808ea0;
            font-family: FSJackRegular,Times,Arial;
            text-transform: uppercase;
            font-size: 12px;
            position: absolute;
            top: 35px;
            left: 50%;
            border-top: 1px solid #ccd2d9;
            transform: translateX(-50%);
            padding: 0;
            line-height: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100px;
        }

    .fa-live-scores .Opta-fixture .Opta-Scoreline {
        -webkit-transform: translate3d(-50%,-50%,0);
        -moz-transform: translate3d(-50%,-50%,0);
        -ms-transform: translate3d(-50%,-50%,0);
        -o-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: calc(50% + 15px);
        left: 50%;
    }

        .fa-live-scores .Opta-fixture .Opta-Scoreline .Opta-Divider, .fa-live-scores .Opta-fixture .Opta-Scoreline .Opta-Score {
            font-family: Arial;
            font-size: 24px;
            font-weight: 700;
            color: #02264c;
            margin-right: 5px;
        }

        .fa-live-scores .Opta-fixture .Opta-Scoreline .Opta-Versus abbr {
            border: 0;
        }

        .fa-live-scores .Opta-fixture .Opta-Scoreline .Opta-Home {
            -webkit-box-ordinal-group: 0;
            -moz-box-ordinal-group: 0;
            box-ordinal-group: 0;
            -webkit-order: 0;
            -moz-order: 0;
            order: 0;
            -ms-flex-order: 0;
        }

        .fa-live-scores .Opta-fixture .Opta-Scoreline .Opta-Divider {
            -webkit-box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            box-ordinal-group: 1;
            -webkit-order: 1;
            -moz-order: 1;
            order: 1;
            -ms-flex-order: 1;
        }

        .fa-live-scores .Opta-fixture .Opta-Scoreline .Opta-Away {
            -webkit-box-ordinal-group: 2;
            -moz-box-ordinal-group: 2;
            box-ordinal-group: 2;
            -webkit-order: 2;
            -moz-order: 2;
            order: 2;
            -ms-flex-order: 2;
            margin-right: 0;
        }

    .fa-live-scores .Opta-fixture .Opta-Image {
        width: 60px;
        margin: 0 auto 10px;
    }

        .fa-live-scores .Opta-fixture .Opta-Image img {
            width: 100%;
        }

    .fa-live-scores .Opta-fixture .Opta-Team {
        text-align: center;
        width: 50%;
        display: inline-block;
    }

        .fa-live-scores .Opta-fixture .Opta-Team .Opta-TeamName {
            font-family: FSJackBold,Times,Arial;
            text-transform: uppercase;
            font-size: 16px;
            color: #02264c;
        }

.fa-live-scores .error-holder, .fa-live-scores .loading-holder {
    display: none;
    min-height: 150px;
    position: relative;
}

.fa-live-scores .error-holder__message, .fa-live-scores .loading-holder__message {
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80vw;
    text-align: center;
    margin-left: -25px;
}

.fa-live-scores .error-holder p, .fa-live-scores .loading-holder p {
    margin-bottom: 30px;
}

.fa-live-scores .loading-holder__message .loading-holder__icon {
    display: inline-block;
    position: relative;
}

    .fa-live-scores .loading-holder__message .loading-holder__icon::after {
        -webkit-animation: rotating 1s linear infinite;
        -ms-animation: rotating 1s linear infinite;
        animation: rotating 1s linear infinite;
        position: absolute;
        top: 0;
        left: calc(100% + 15px);
        content: '';
        display: block;
        background-image: url(../images/arrow-fill-sprite.svg);
        background-repeat: no-repeat;
        width: 28px;
        height: 28px;
        background-position: -28px -28px;
        background-size: 56px;
    }

.fa-live-scores--loading .error-holder, .fa-live-scores--loading .live-scores-placeholder {
    display: none;
}

.fa-live-scores--loading .loading-holder {
    display: block;
}

.fa-live-scores--error .live-scores-placeholder {
    display: none;
}

.fa-live-scores--error .error-holder {
    display: block;
}

@media (min-width:768px) {
    .fa-live-scores {
        position: relative;
    }

        .fa-live-scores .fa-carousel .slick-next::before, .fa-live-scores .fa-carousel .slick-prev::before {
            -webkit-filter: none;
            filter: none;
            background: url(../assets/images/arrow-blue-icon.svg) no-repeat;
        }

        .fa-live-scores .fa-carousel .slick-prev {
            left: 15px;
            margin-left: calc(50% - 50vw);
        }

        .fa-live-scores .fa-carousel .slick-next {
            right: 15px;
            margin-right: calc(50% - 50vw);
        }

        .fa-live-scores .fa-carousel .slick-dots li:last-child button {
            border-right: 0;
        }

        .fa-live-scores .fa-carousel .slick-dots li:first-child button {
            border-left: 0;
        }

    .fa-live-scores__footing {
        display: block;
        position: absolute;
        background: #fff;
        height: 5px;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        bottom: 0;
        width: 100%;
        z-index: 0;
    }

    .fa-live-scores .carousel__slide.slick-active + .carousel__slide.slick-active {
        position: relative;
    }

        .fa-live-scores .carousel__slide.slick-active + .carousel__slide.slick-active::before {
            content: '';
            display: block;
            position: absolute;
            top: 15%;
            bottom: 15%;
            left: 0;
            width: 1px;
            background-color: #e5e5e5;
        }

    .Opta-fixture .Opta-Team.Opta-Home {
        padding-right: 30px;
    }

    .Opta-fixture .Opta-Team.Opta-Away {
        padding-left: 30px;
    }
}

@media (min-width:1200px) {
    .fa-live-scores .fa-carousel .slick-prev {
        margin-left: calc(50% - 46vw);
    }

    .fa-live-scores .fa-carousel .slick-next {
        margin-right: calc(50% - 46vw);
    }
}

.fa-tickets {
    background: #fff;
    margin: 30px 0;
}

    .fa-tickets .heading {
        position: relative;
        width: 100%;
        padding: 10px 5px;
        background: #02264c;
    }

        .fa-tickets .heading .container {
            position: relative;
        }

    .fa-tickets .heading__title {
        font-size: 18px;
        font-family: FSJackBold,Times,Arial;
        color: #fff;
        text-transform: uppercase;
    }

    .fa-tickets .heading__link {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        right: 15px;
        top: 50%;
        padding-right: 14px;
        color: #fff;
        font-size: 12px;
        font-family: Arial;
        line-height: 1;
        text-transform: uppercase;
    }

        .fa-tickets .heading__link::after {
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            display: block;
            position: absolute;
            right: 0;
            top: 50%;
            width: 7px;
            height: 11px;
            content: '';
            background: url(../assets/images/arrow.svg) 0 0 no-repeat;
            background-size: contain;
        }

    .fa-tickets .fa-carousel .slick-next, .fa-tickets .fa-carousel .slick-prev {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
    }

        .fa-tickets .fa-carousel .slick-next::before, .fa-tickets .fa-carousel .slick-prev::before {
            -webkit-filter: none;
            filter: none;
            background: url(../assets/images/arrow-blue-icon.svg) no-repeat;
        }

    .fa-tickets .fa-carousel .slick-prev {
        left: 15px;
    }

    .fa-tickets .fa-carousel .slick-next {
        right: 15px;
    }

    .fa-tickets .fa-carousel .slick-dots li button {
        border-color: #dcdcdc;
    }

.fa-tickets__fixture {
    width: 100%;
    margin: 18px 0 30px;
    padding: 0 30px;
    text-align: center;
}

    .fa-tickets__fixture h2 {
        margin: 0;
        color: #011e41;
        font-family: FSJackBold,Times,Arial;
        font-size: 18px;
        text-transform: uppercase;
    }

    .fa-tickets__fixture .has-divider {
        display: inline-block;
        padding: 0 7px;
        line-height: 1;
        border-left: 1px solid silver;
    }

        .fa-tickets__fixture .has-divider:first-of-type {
            padding: 0 4px;
            border: 0;
        }

    .fa-tickets__fixture .meta {
        color: #415771;
        font-family: FSJackRegular,Times,Arial;
        font-size: 14px;
        text-transform: uppercase;
    }

.fa-tickets__fixture__inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    position: relative;
    margin: 20px 0 30px;
}

    .fa-tickets__fixture__inner .versus {
        display: inline-block;
        margin: 12px 39px 0;
        color: #011e41;
        font-family: FSJackBold,Times,Arial;
        font-size: 34px;
    }

    .fa-tickets__fixture__inner .kickoff {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        bottom: 0;
        left: 50%;
        padding: 7px 10px 5px;
        color: #011e41;
        font-family: Arial;
        font-size: 16px;
        line-height: 1;
        background: #f2c714;
    }

.fa-tickets__fixture__team {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    color: #011e41;
    font-family: FSJackBold,Times,Arial;
    font-size: 18px;
    text-transform: uppercase;
    max-width: 80px;
}

    .fa-tickets__fixture__team img {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        display: block;
        max-width: 55px;
        margin-bottom: 20px;
    }

    .fa-tickets__fixture__team .team-name {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        display: block;
        max-width: 110px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

@media only screen and (max-width:767px) {
    .fa-tickets > .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width:768px) {
    .fa-tickets .fa-carousel .slick-prev {
        left: 15px;
        margin-left: calc(50% - 50vw);
    }

    .fa-tickets .fa-carousel .slick-next {
        right: 15px;
        margin-right: calc(50% - 50vw);
    }

    .fa-tickets .fa-carousel .slick-dots {
        position: relative;
        left: 50%;
        right: 50%;
        width: 100vw;
        margin-left: -50vw;
        margin-right: -50vw;
    }

        .fa-tickets .fa-carousel .slick-dots li:first-child button {
            border-left: 0;
        }

        .fa-tickets .fa-carousel .slick-dots li:last-child button {
            border-right: 0;
        }

    .carousel__slide.slick-active + .carousel__slide.slick-active .fa-tickets__fixture {
        border-left: 1px solid #dcdcdc;
    }

    .fa-tickets.narrow-variation {
        margin: 15px 0;
    }

        .fa-tickets.narrow-variation .heading__title {
            font-size: 14px;
            padding: 0 10px;
        }

        .fa-tickets.narrow-variation .slick-slider {
            position: static;
        }

        .fa-tickets.narrow-variation .fa-tickets__fixture {
            padding: 0 15px;
        }

        .fa-tickets.narrow-variation .fa-tickets__fixture__inner .versus {
            margin: 12px 12px 0;
            font-size: 20px;
        }

        .fa-tickets.narrow-variation .fa-tickets__fixture__inner .kickoff {
            padding: 5px;
            font-size: 12px;
        }

        .fa-tickets.narrow-variation .fa-tickets__fixture__team {
            display: inline-block;
            margin: 0 10px;
        }

            .fa-tickets.narrow-variation .fa-tickets__fixture__team img {
                max-width: 40px;
                margin: 0 auto 5px;
            }

            .fa-tickets.narrow-variation .fa-tickets__fixture__team .team-name {
                font-size: 12px;
            }

        .fa-tickets.narrow-variation .fa-carousel .slick-next {
            right: 25px;
            margin-right: 0;
        }

        .fa-tickets.narrow-variation .fa-carousel .slick-prev {
            left: 25px;
            margin-left: 0;
        }

        .fa-tickets.narrow-variation .fa-carousel .slick-next, .fa-tickets.narrow-variation .fa-carousel .slick-prev {
            height: 22px;
            width: 15px;
        }

            .fa-tickets.narrow-variation .fa-carousel .slick-next::before, .fa-tickets.narrow-variation .fa-carousel .slick-prev::before {
                height: 20px;
                width: 13px;
            }

        .fa-tickets.narrow-variation .fa-carousel .slick-dots {
            position: absolute;
            left: 15px;
            right: 15px;
            width: auto;
            bottom: 15px;
            margin-left: 0;
            margin-right: 0;
        }
}

@media (min-width:1200px) {
    .fa-tickets .fa-carousel .slick-prev {
        margin-left: calc(50% - 46vw);
    }

    .fa-tickets .fa-carousel .slick-next {
        margin-right: calc(50% - 46vw);
    }
}

.fa-cookie {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: #222;
    z-index: 800;
}

    .fa-cookie.active {
        display: block;
    }

.fa-cookie__more-button {
    font-weight: 700;
    line-height: 1.5;
}

    .fa-cookie__more-button:focus, .fa-cookie__more-button:hover {
        text-decoration: underline;
    }

.fa-cookie__content h2, .fa-cookie__content span {
    margin: 10px 0;
    font-family: FSJackBold,Times,Arial;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
}

.fa-cookie__content p {
    font-size: 14px;
}

.fa-cookie__content a {
    color: #fff;
    font-weight: 700;
}

.fa-cookie__content .cta--secondary {
    margin: 30px 0 35px;
    line-height: 1.2;
    text-transform: uppercase;
    background: #fbfbfc;
}

@media (min-width:768px) {
    .fa-cookie {
        padding: 5px 0 7px;
    }

    .fa-cookie__content {
        max-width: 70%;
    }

        .fa-cookie__content h2 {
            margin: 0;
        }

    .fa-cookie .cta--secondary {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        right: 0;
        top: 50%;
        margin: 0;
    }
}

.fa-status-errors {
    width: 100%;
    padding: 20px;
    text-align: center;
    min-height: 60vh;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.fa-status-errors--404 {
    background-image: url(../assets/images/404-grass.jpg);
    background-position: bottom center;
    background-size: 160px;
}

.fa-status-errors--500 {
    background-image: url(../assets/images/505-image.jpg);
    background-position: bottom center;
    background-size: 120px;
}

.fa-status-errors .error-status-code {
    font-size: 22px;
    color: #02264c;
    font-family: FSJackBold,Times,Arial;
    margin: 0 auto 20px;
}

.fa-status-errors .error-status-definition {
    font-size: 25px;
    color: #02264c;
    text-transform: uppercase;
    font-family: FSJackBold,Times,Arial;
    max-width: 530px;
    margin: 0 auto 20px;
    line-height: 1.25;
}

.fa-status-errors .error-subtitle {
    font-size: 14px;
    font-family: Arial;
    max-width: 530px;
    margin: 0 auto;
}

.fa-status-errors .error-subtitle__copy, .fa-status-errors .error-subtitle__redirect {
    display: inline;
}

@media (min-width:768px) {
    .fa-status-errors {
        padding: 80px;
        min-height: 80vh;
    }

    .fa-status-errors--404, .fa-status-errors--500 {
        background-size: 200px;
    }

    .fa-status-errors .error-status-code {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .fa-status-errors .error-status-definition {
        font-size: 44px;
        margin-bottom: 30px;
    }
}

.fa-faqs {
    background: #fff;
}

.fa-faqs__search-bar {
    background: #011e41;
}

.fa-faqs .accordion .panel-collapse .panel-body {
    background: #fff;
}

.fa-faqs__error-display {
    display: none;
    text-align: center;
    padding: 30px;
}

    .fa-faqs__error-display .error-message {
        font-size: 16px;
        color: #02264c;
        font-family: FSJackRegular,Times,Arial;
    }

.error-faqs .fa-faqs__error-display {
    display: block;
}

.fa-faqs__loading-display {
    display: none;
    min-height: 200px;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

    .fa-faqs__loading-display .loading-message {
        position: relative;
        padding-right: 10px;
        display: inline-block;
    }

        .fa-faqs__loading-display .loading-message::after {
            -webkit-animation: rotating 1s linear infinite;
            -ms-animation: rotating 1s linear infinite;
            animation: rotating 1s linear infinite;
            position: absolute;
            top: 0;
            left: 100%;
            content: '';
            display: block;
            background-image: url(../images/arrow-fill-sprite.svg);
            background-repeat: no-repeat;
            width: 28px;
            height: 28px;
            background-position: -28px -28px;
            background-size: 56px;
        }

.loading-faqs .fa-faqs__loading-display {
    display: block;
}

.fa-faqs__search-form .fa-dropdown {
    margin-top: 38px;
}

    .fa-faqs__search-form .fa-dropdown label {
        display: block;
        position: absolute;
        top: -30px;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
    }

    .fa-faqs__search-form .fa-dropdown select {
        height: 38px;
        border: 0;
    }

.fa-faqs__search-form .fa-input-field [type=text] {
    height: 38px;
    margin-bottom: 0;
}

.fa-faqs__search-form .fa-dropdown, .fa-faqs__search-form .fa-input-field {
    border: 7px solid #011e41;
    padding: 0;
    margin-bottom: 0;
}

    .fa-faqs__search-form .fa-dropdown input, .fa-faqs__search-form .fa-input-field input {
        border: 0;
    }

.fa-faqs__search-form .filter-container {
    position: relative;
    margin-bottom: 5px;
}

    .fa-faqs__search-form .filter-container.active .fa-dropdown, .fa-faqs__search-form .filter-container.active .fa-input-field {
        border-color: #0068b2;
    }

    .fa-faqs__search-form .filter-container.active::after {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        content: '';
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 12px 0;
        border-color: #0068b2 transparent transparent;
    }

.fa-faqs__search-form .cta {
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
}

.fa-faqs__faq-items {
    padding-top: 35px;
}

    .fa-faqs__faq-items .cta {
        line-height: 1.2;
        text-transform: uppercase;
    }

.loading-faqs .fa-faqs__faq-items .cta {
    display: none;
}

.fa-faqs__contact h2 {
    margin: 33px 0 22px;
    font-family: FSJackBold,Times,Arial;
    font-size: 18px;
    color: #011e41;
}

.fa-faqs__contact__block {
    margin: 0 0 30px;
    padding: 20px;
    background: #edeaea;
}

    .fa-faqs__contact__block h3 {
        margin: 0 0 10px;
        font-family: FSJackBold,Times,Arial;
        font-size: 18px;
    }

    .fa-faqs__contact__block p {
        margin: 0 0 15px;
        font-size: 14px;
    }

    .fa-faqs__contact__block li {
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-all;
        position: relative;
        margin: 0 0 10px 10px;
        padding-left: 30px;
        font-size: 14px;
    }

        .fa-faqs__contact__block li::before {
            display: block;
            position: absolute;
            top: 3px;
            left: 0;
            width: 12px;
            height: 12px;
            content: '';
            background-position: 0 0;
            background-repeat: no-repeat;
            background-size: contain;
        }

        .fa-faqs__contact__block li:last-child {
            margin-bottom: 0;
        }

        .fa-faqs__contact__block li.tel::before {
            top: 2px;
            background-image: url(../assets/images/tel-icon.svg);
        }

        .fa-faqs__contact__block li.email::before {
            top: 5px;
            background-image: url(../assets/images/email-icon.svg);
        }

        .fa-faqs__contact__block li.address::before {
            background-image: url(../assets/images/map-pin-icon.svg);
        }

        .fa-faqs__contact__block li.twitter::before {
            background-image: url(../assets/images/twitter-icon-blue.svg);
        }

@media only screen and (max-width:767px) {
    .fa-faqs__search-form .col-sm-4:first-of-type::after {
        left: calc(50% - 20px);
    }

    .fa-faqs__search-form .filter-container.active::after {
        content: none;
    }

    .fa-faqs__search-form .fa-input-field {
        padding-right: 40px;
    }

    .fa-faqs__search-form .fa-faqs__search-button {
        bottom: 13px;
        right: 22px;
        padding: 18px 20px;
        position: absolute;
        width: 38px;
        height: 38px;
        text-indent: -9999px;
        background: #0068b2;
        box-shadow: none;
        z-index: 2;
    }

        .fa-faqs__search-form .fa-faqs__search-button:focus, .fa-faqs__search-form .fa-faqs__search-button:hover {
            background: #0068b2;
            box-shadow: none;
        }

        .fa-faqs__search-form .fa-faqs__search-button::before {
            width: 18px;
            height: 18px;
            right: 10px;
            background-image: url(../assets/images/search-white-icon.svg);
            background-size: contain;
            background-position: 0 0;
        }

        .fa-faqs__search-form .fa-faqs__search-button::after {
            display: none;
        }
}

@media (min-width:768px) {
    .fa-faqs__search-form .fa-dropdown {
        margin-bottom: 0;
    }

    .fa-faqs__search-form .col-sm-4:first-of-type::after {
        bottom: -16px;
        border-left-width: 16px;
        border-right-width: 16px;
        border-top-width: 16px;
    }

    .fa-faqs__search-form .col-sm-4:nth-child(2) {
        display: block;
    }

        .fa-faqs__search-form .col-sm-4:nth-child(2) .fa-input-field {
            margin: 38px 0 0;
        }

            .fa-faqs__search-form .col-sm-4:nth-child(2) .fa-input-field input {
                margin-bottom: 0;
            }

            .fa-faqs__search-form .col-sm-4:nth-child(2) .fa-input-field label {
                clip: auto;
                height: auto;
                margin: auto;
                overflow: visible;
                padding: 0;
                position: relative;
                width: auto;
                display: block;
                position: absolute;
                top: -28px;
                color: #fff;
                font-size: 13px;
                font-weight: 400;
            }

    .fa-faqs__search-button {
        margin: 45px 0 0 -20px;
        padding-bottom: 12px;
    }

        .fa-faqs__search-button::before {
            background-position: -14px 0;
        }
}

.fa-contact-form .fa-row-strip {
    padding-bottom: 20px;
}

    .fa-contact-form .fa-row-strip .fa-row-heading .fa-row-heading__title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .fa-contact-form .fa-row-strip .fa-row-heading .fa-row-heading__intro {
        font-size: 14px;
    }

.fa-contact-form__form .fa-input-field {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    padding: 3px 0;
}

    .fa-contact-form__form .fa-input-field [type=email], .fa-contact-form__form .fa-input-field [type=text], .fa-contact-form__form .fa-input-field textarea {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2;
        width: 100%;
    }

        .fa-contact-form__form .fa-input-field [type=email] ~ .fa-input-field__label, .fa-contact-form__form .fa-input-field [type=text] ~ .fa-input-field__label, .fa-contact-form__form .fa-input-field textarea ~ .fa-input-field__label {
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            box-flex: 0;
            -webkit-flex: 0 1 100%;
            -moz-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%;
            -webkit-box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            box-ordinal-group: 1;
            -webkit-order: 1;
            -moz-order: 1;
            order: 1;
            -ms-flex-order: 1;
            width: 100%;
            margin-bottom: 2px;
            font-size: 12px;
        }

.fa-contact-form__form .fa-dropdown {
    position: relative;
}

    .fa-contact-form__form .fa-dropdown .fa-dropdown__label {
        position: absolute;
        top: -19px;
        font-size: 12px;
    }

.fa-contact-form__form .cta {
    background: #fff;
}

.fa-contact-form .message-container {
    margin-top: 20px;
    display: none;
}

.fa-contact-form .message-container__copy {
    color: #08aa04;
    font-size: 12px;
    position: relative;
    padding-left: 30px;
}

    .fa-contact-form .message-container__copy::before {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        left: 0;
        content: '';
        background: url(../assets/images/tick-icon.svg) no-repeat;
        display: block;
        background-size: 20px;
        width: 20px;
        height: 20px;
    }

.fa-contact-form .message-container.active {
    display: block;
}

@media (min-width:768px) {
    .fa-contact-form .fa-row-strip .fa-row-heading .fa-row-heading__title {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .fa-contact-form__form .fa-input-field [type=email], .fa-contact-form__form .fa-input-field [type=text] {
        height: 40px;
    }

    .fa-contact-form__form .fa-input-field textarea {
        height: 200px;
    }

    .fa-contact-form__form .fa-dropdown__select {
        height: 40px;
    }

    .fa-contact-form__form .cta {
        margin-top: 20px;
    }

    .fa-contact-form__form .col-sm-8 {
        position: relative;
        padding-left: 50px;
    }

        .fa-contact-form__form .col-sm-8::before {
            display: block;
            position: absolute;
            top: 21px;
            left: 17px;
            bottom: 0;
            width: 1px;
            content: '';
            background: #d8d8d8;
        }

        .fa-contact-form__form .col-sm-8::after {
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            display: block;
            position: absolute;
            top: 50%;
            left: 17px;
            content: '';
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid #d8d8d8;
        }
}

.fa-topbar {
    position: relative;
    background-color: #222;
}

    .fa-topbar .more-fa-item__button, .fa-topbar .more-fa-sites__link {
        border-top: 1px solid #fff;
        color: #fff;
        display: block;
        width: 100%;
        text-align: left;
        padding: 20px 0;
        font-size: 14px;
        font-family: FSJackRegular,Times,Arial;
        position: relative;
    }

        .fa-topbar .more-fa-item__button::after, .fa-topbar .more-fa-sites__link::after {
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            content: '';
            display: block;
            background: url(../assets/images/icon-link-sprite.svg) no-repeat;
            width: 14px;
            height: 14px;
            background-size: 28px;
            background-position: 0 0;
            position: absolute;
            right: 0;
            top: 50%;
        }

    .fa-topbar .more-available.more-fa-item__button::after, .fa-topbar .more-available.more-fa-sites__link::after {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        content: '';
        display: block;
        width: 8px;
        height: 12px;
        background: url(../assets/images/arrow-sprite.png) no-repeat;
        background-size: 16px;
        position: absolute;
        right: 0;
        top: 50%;
    }

    .fa-topbar .fa-logo {
        position: absolute;
        left: 10px;
        top: 5px;
    }

    .fa-topbar .fa-logo__icon {
        background: url(../assets/images/the-fa-logo-white.svg) no-repeat;
        display: block;
        width: 80px;
        height: 20px;
    }

    .fa-topbar .controls {
        height: 30px;
    }

    .fa-topbar .controls__button {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
    }

    .fa-topbar .controls__sign-in {
        right: 50px;
    }

        .fa-topbar .controls__sign-in::after {
            content: '';
            background: url(../assets/images/user-icon-large.svg) no-repeat;
            width: 20px;
            height: 20px;
            display: block;
            background-size: 40px;
            background-position: 0 0;
        }

    .fa-topbar .controls__menu-toggle {
        right: 10px;
        width: 18px;
    }

        .fa-topbar .controls__menu-toggle span, .fa-topbar .controls__menu-toggle::after, .fa-topbar .controls__menu-toggle::before {
            background: #fff;
            margin: 3px 0;
        }

    .fa-topbar .controls.account-menu-active .account-dropdown {
        display: block;
    }

    .fa-topbar .account-dropdown {
        position: absolute;
        top: 30px;
        right: 50px;
        width: 160px;
        box-shadow: 0 3px 3px rgba(0,0,0,.6);
        display: none;
    }

    .fa-topbar .account-dropdown__user-item:last-child .account-dropdown__user-link {
        border-bottom: 0;
    }

    .fa-topbar .account-dropdown__user-link {
        display: block;
        color: #02264c;
        font-size: 14px;
        font-family: FSJackRegular,Times,Arial;
        text-transform: uppercase;
        padding: 15px 10px;
        border: 0;
        border-bottom: 1px solid #02264c;
        background: #fff;
        width: 100%;
        text-align: left;
    }

    .fa-topbar .topbar__primary-item {
        display: block;
        padding: 0 20px;
    }

        .fa-topbar .topbar__primary-item:first-child .topbar__primary-link {
            border-top: 0;
        }

    .fa-topbar .topbar__primary-link {
        display: block;
        color: #fff;
        padding: 15px 10px 15px 30px;
        font-size: 14px;
        font-family: FSJackRegular,Times,Arial;
        position: relative;
        border-top: 1px solid rgba(255,255,255,.1);
    }

        .fa-topbar .topbar__primary-link::before {
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            content: '';
            width: 16px;
            height: 16px;
            left: 2px;
            top: 50%;
        }

        .fa-topbar .topbar__primary-link.more-fa-ticket::before {
            background-image: url(../images/nav-icon-ticket.svg);
        }

        .fa-topbar .topbar__primary-link.more-fa-merchandise::before {
            background-image: url(../assets/images/nav-icon-merchandise.svg);
        }

        .fa-topbar .topbar__primary-link.more-fa-wembley::before {
            background-image: url(../assets/images/nav-icon-wembley.svg);
        }

        .fa-topbar .topbar__primary-link.more-fa-st-georges-park::before {
            background-image: url(../assets/images/nav-icon-stgeorge.svg);
        }

    .fa-topbar .more-fa-item.expanded > .more-fa-sites {
        left: 0;
    }

    .fa-topbar .more-fa-sites {
        -webkit-transition: left,.3s,ease-in-out;
        -o-transition: left,.3s,ease-in-out;
        transition: left,.3s,ease-in-out;
        position: absolute;
        top: 0;
        height: calc(100vh - 30px);
        left: 100vw;
        background: #333;
        width: 100vw;
        z-index: 100;
    }

    .fa-topbar .more-fa-sites__list-item {
        padding: 0 20px;
    }

        .fa-topbar .more-fa-sites__list-item.menu-active .children-links {
            display: block;
        }

    .fa-topbar .more-fa-sites__link {
        border-top: 1px solid rgba(255,255,255,.1);
    }

    .fa-topbar .more-fa-sites__link--go-back {
        border-top: 0;
        border-bottom: 1px solid #fff;
        padding-left: 20px;
    }

        .fa-topbar .more-fa-sites__link--go-back::after {
            -webkit-transform: translateY(-50%) rotateY(180deg);
            -moz-transform: translateY(-50%) rotateY(180deg);
            -ms-transform: translateY(-50%) rotateY(180deg);
            -o-transform: translateY(-50%) rotateY(180deg);
            transform: translateY(-50%) rotateY(180deg);
            background: url(../assets/images/arrow.svg) no-repeat;
            width: 8px;
            height: 12px;
            right: auto;
            left: 0;
            background-size: contain;
        }

    .fa-topbar .more-fa-sites__title {
        font-size: 18px;
        text-transform: uppercase;
        font-family: FSJackBold,Times,Arial;
    }

        .fa-topbar .more-fa-sites__title::after {
            content: none;
        }

    .fa-topbar .navigation-container {
        -webkit-transition: left,.3s,ease-in-out;
        -o-transition: left,.3s,ease-in-out;
        transition: left,.3s,ease-in-out;
        position: absolute;
        background-color: #333;
        width: 100vw;
        height: calc(100vh - 30px);
        left: 100vw;
        top: 30px;
    }

    .fa-topbar.menu-active .controls__menu-toggle {
        background: 0 0;
    }

        .fa-topbar.menu-active .controls__menu-toggle::after {
            -webkit-transform: rotate(-45deg) translate3d(4px,-3.5px,0);
            -moz-transform: rotate(-45deg) translate3d(4px,-3.5px,0);
            -ms-transform: rotate(-45deg) translate3d(4px,-3.5px,0);
            -o-transform: rotate(-45deg) translate3d(4px,-3.5px,0);
            transform: rotate(-45deg) translate3d(4px,-3.5px,0);
        }

        .fa-topbar.menu-active .controls__menu-toggle::before {
            -webkit-transform: rotate(45deg) translate3d(4px,3.5px,0);
            -moz-transform: rotate(45deg) translate3d(4px,3.5px,0);
            -ms-transform: rotate(45deg) translate3d(4px,3.5px,0);
            -o-transform: rotate(45deg) translate3d(4px,3.5px,0);
            transform: rotate(45deg) translate3d(4px,3.5px,0);
        }

    .fa-topbar.menu-active .navigation-container {
        left: 0;
    }

    .fa-topbar .quick-links {
        display: none;
    }

@media (min-width:992px) {
    .fa-topbar {
        height: 30px;
    }

        .fa-topbar .fa-logo {
            float: left;
            padding: 5px 0;
            position: relative;
            top: 0;
            z-index: 1;
        }

        .fa-topbar .controls {
            float: right;
            position: relative;
            z-index: 1;
        }

        .fa-topbar .controls__sign-in {
            right: 0;
            padding: 5px 5px 5px 35px;
        }

            .fa-topbar .controls__sign-in .accessible-text {
                clip: auto;
                height: auto;
                margin: auto;
                overflow: visible;
                padding: 0;
                position: relative;
                width: auto;
                color: #fff;
                font-size: 14px;
                font-family: FSJackRegular,Times,Arial;
                white-space: nowrap;
            }

            .fa-topbar .controls__sign-in::after {
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                position: absolute;
                left: 5px;
                top: 50%;
            }

        .fa-topbar .controls.account-menu-active .controls__sign-in {
            background: #fff;
        }

            .fa-topbar .controls.account-menu-active .controls__sign-in .accessible-text {
                color: #0068b2;
            }

            .fa-topbar .controls.account-menu-active .controls__sign-in::after {
                background-position: -20px 0;
            }

        .fa-topbar .controls__menu-toggle {
            display: none;
        }

        .fa-topbar .account-dropdown {
            right: 0;
        }

        .fa-topbar .navigation-container {
            position: static;
            width: 100%;
            height: auto;
            background: 0 0;
        }

        .fa-topbar .topbar__navigation {
            position: relative;
            padding-left: 100px;
        }

        .fa-topbar .topbar__primary-item {
            display: inline-block;
            vertical-align: top;
            padding: 0 10px;
        }

            .fa-topbar .topbar__primary-item:last-child {
                padding-left: 0;
            }

            .fa-topbar .topbar__primary-item:first-child {
                padding-left: 0;
            }

        .fa-topbar .topbar__primary-link {
            padding: 7px 10px 7px 25px;
            font-size: 11px;
            font-family: Arial;
        }

        .fa-topbar .more-fa-item__button {
            padding: 7px 25px 8px 10px;
            border-top: 0;
            font-size: 11px;
            font-family: Arial;
        }

            .fa-topbar .more-fa-item__button.more-available::after {
                -webkit-transform: translateY(-50%) rotate(90deg);
                -moz-transform: translateY(-50%) rotate(90deg);
                -ms-transform: translateY(-50%) rotate(90deg);
                -o-transform: translateY(-50%) rotate(90deg);
                transform: translateY(-50%) rotate(90deg);
                right: 8px;
                width: 6px;
                height: 10px;
                background-size: 13px;
                top: calc(50% + 1px);
            }

        .fa-topbar .more-fa-item.menu-active .parent-links {
            display: block;
        }

        .fa-topbar .more-fa-item.menu-active .more-fa-item__button {
            background: #0068b2;
        }

            .fa-topbar .more-fa-item.menu-active .more-fa-item__button::after {
                -webkit-transform: translateY(-50%) rotate(-90deg);
                -moz-transform: translateY(-50%) rotate(-90deg);
                -ms-transform: translateY(-50%) rotate(-90deg);
                -o-transform: translateY(-50%) rotate(-90deg);
                transform: translateY(-50%) rotate(-90deg);
            }

        .fa-topbar .more-fa-sites {
            top: 30px;
            left: 0;
            right: 0;
            height: auto;
            width: auto;
            position: absolute;
            padding: 10px 0;
        }

            .fa-topbar .more-fa-sites.parent-links {
                display: none;
                border-top: 3px solid #0068b2;
            }

                .fa-topbar .more-fa-sites.parent-links > .more-fa-sites__menu {
                    width: calc(100% / 3);
                    float: left;
                }

            .fa-topbar .more-fa-sites.children-links {
                width: calc(100% /3);
                top: 0;
                left: calc(100% / 3);
                z-index: 130;
                display: none;
            }

                .fa-topbar .more-fa-sites.children-links .more-fa-sites__link {
                    border: 0;
                }

        .fa-topbar .more-fa-sites__list-item {
            padding: 0;
        }

            .fa-topbar .more-fa-sites__list-item:nth-child(1), .fa-topbar .more-fa-sites__list-item:nth-child(2) {
                display: none;
            }

        .fa-topbar .more-fa-sites__link {
            padding: 10px 20px;
            border: 0;
            border-right: 1px solid rgba(255,255,255,.1);
            text-transform: uppercase;
        }

            .fa-topbar .more-fa-sites__link.more-available::after {
                right: 15px;
            }

            .fa-topbar .more-fa-sites__link.more-available:focus::after, .fa-topbar .more-fa-sites__link.more-available:hover::after {
                background-position: -8px 0;
            }

            .fa-topbar .more-fa-sites__link::after {
                right: 15px;
            }

            .fa-topbar .more-fa-sites__link:focus, .fa-topbar .more-fa-sites__link:hover {
                color: #f2c714;
            }

                .fa-topbar .more-fa-sites__link:focus::after, .fa-topbar .more-fa-sites__link:hover::after {
                    background-position: -14px 0;
                }

        .fa-topbar .quick-links {
            display: block;
            float: right;
            width: calc(100%/3);
            border-left: 1px solid rgba(255,255,255,.1);
            padding: 0 15px;
            margin-bottom: 10px;
        }

        .fa-topbar .quick-links__title {
            color: #fff;
            font-family: FSJackBold,Times,Arial;
            font-size: 18px;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .fa-topbar .quick-links__list-item {
            display: block;
            margin-bottom: 10px;
        }

            .fa-topbar .quick-links__list-item:last-child {
                margin-bottom: 0;
            }

        .fa-topbar .quick-link-site {
            display: block;
        }

            .fa-topbar .quick-link-site:after, .fa-topbar .quick-link-site:before {
                content: " ";
                display: table;
            }

            .fa-topbar .quick-link-site:after {
                clear: both;
            }

        .fa-topbar .quick-link-site__image-holder {
            float: left;
            width: 96px;
            margin-right: 5px;
        }

        .fa-topbar .quick-link-site__image {
            width: 100%;
            display: block;
        }

        .fa-topbar .quick-link-site__title {
            font-size: 16px;
            color: #fff;
            font-family: FSJackBold,Times,Arial;
        }

        .fa-topbar .quick-link-site__description {
            font-family: Arial;
            font-size: 14px;
            color: #ababab;
            margin-top: 10px;
        }

        .fa-topbar .quick-link-site:hover {
            text-decoration: none;
        }

            .fa-topbar .quick-link-site:hover .quick-link-site__title {
                text-decoration: underline;
            }

            .fa-topbar .quick-link-site:hover .quick-link-site__description {
                color: #6fb4e4;
            }
}

.fa-splash {
    text-align: center;
    height: calc(100vh - 74px);
    overflow: hidden;
    background-image: url(../assets/images/splash.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 200px;
}

.fa-splash__heading {
    font-family: FSJackPoster,Times,Arial;
    font-size: 41px;
    color: #222;
    margin: 80px 0 20px;
}

.fa-splash__subtitle {
    font-size: 24px;
    color: #222;
    font-family: FSJackBold,Times,Arial;
}

.splash-page .fa-splash {
    background-color: #fff;
}

@media (min-width:992px) {
    .fa-splash {
        background-size: 300px;
    }
}

.fa-article-intro .article-title {
    font-size: 30px;
    font-family: FSJackPoster,Times,Arial;
    line-height: 1;
    text-transform: uppercase;
    color: #011e41;
    margin: 30px 0 20px;
}

.fa-article-intro .synopsis {
    font-size: 16px;
    color: #011e41;
    font-family: FSJackRegular,Times,Arial;
}

@media (min-width:768px) {
    .fa-article-intro .article-title {
        font-size: 36px;
    }

    .fa-article-intro .synopsis {
        font-size: 25px;
        color: #011e41;
    }
}

.fa-article-hero-intro {
    background: #fff;
    overflow: hidden;
}

    .fa-article-hero-intro .article-hero-heading {
        border-top: 4px solid #011e41;
    }

    .fa-article-hero-intro .article-hero-content {
        padding: 10px 0;
        border: 0;
    }

    .fa-article-hero-intro .article-hero-content__title {
        font-size: 30px;
        font-family: FSJackPoster,Times,Arial;
        line-height: 1;
        text-transform: uppercase;
        color: #011e41;
        margin: 20px 0;
    }

    .fa-article-hero-intro .article-hero-content__summary {
        font-size: 16px;
        color: #011e41;
    }

    .fa-article-hero-intro.fa-article-hero-intro--england .article-hero-content, .fa-article-hero-intro.fa-article-hero-intro--england .article-hero-heading {
        border-color: #a01e21;
    }

    .fa-article-hero-intro.fa-article-hero-intro--womens .article-hero-content, .fa-article-hero-intro.fa-article-hero-intro--womens .article-hero-heading {
        border-color: #93278f;
    }

    .fa-article-hero-intro.fa-article-hero-intro--take-part .article-hero-content, .fa-article-hero-intro.fa-article-hero-intro--take-part .article-hero-heading {
        border-color: #00813e;
    }

.fa-article-hero-intro--video .responsive-image {
    cursor: pointer;
}

    .fa-article-hero-intro--video .responsive-image::before {
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .5));
        filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .5));
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        content: '';
        width: 60px;
        height: 60px;
        background: url(../assets/images/play-icon.svg) no-repeat;
        background-size: contain;
    }

@media (min-width:768px) {
    .fa-article-hero-intro .article-hero-heading {
        border: 0;
    }

    .fa-article-hero-intro .article-hero-content {
        padding: 12px 15px;
        background: rgba(255,255,255,.9);
        position: absolute;
        bottom: 10px;
        width: 100%;
        border-bottom: 4px solid #011e41;
    }

    .fa-article-hero-intro .article-hero-content__title {
        font-size: 36px;
        margin: 0 0 10px;
    }
}

@media (min-width:992px) {
    .fa-article-hero-intro .article-hero-content {
        bottom: 60px;
    }
}

.fa-author {
    padding: 30px 0;
    position: relative;
}

    .fa-author::before {
        content: '';
        width: 80%;
        height: 1px;
        background: #d8d8d8;
        display: block;
        position: absolute;
        top: 0;
        left: 10%;
    }

    .fa-author .col-sm-5, .fa-author .col-sm-7 {
        padding-left: 0;
        padding-right: 0;
    }

    .fa-author .author-details__detail-item {
        display: block;
        color: #011e41;
        font-size: 16px;
    }

    .fa-author .author-details__name {
        font-family: Arial;
        font-weight: 800;
        font-size: 18px;
    }

@media (min-width:992px) {
    .fa-author {
        padding: 15px 0;
    }

        .fa-author::before {
            left: 0;
            width: 100%;
        }
}

.fa-page-media {
    clear: both;
}

    .fa-page-media .featured-media {
        position: relative;
    }

    .fa-page-media .featured-media__expand {
        position: absolute;
        display: block;
        padding: 10px 18px;
        border: 0;
    }

    .fa-page-media .featured-media__expand--image {
        background: #222;
        top: 0;
        right: 0;
    }

        .fa-page-media .featured-media__expand--image::after {
            -webkit-transition: transform,.3s,ease-in-out;
            -o-transition: transform,.3s,ease-in-out;
            transition: transform,.3s,ease-in-out;
            background: url(../assets/images/arrows-expand-icon.svg);
            width: 20px;
            height: 33px;
            background-size: contain;
        }

        .fa-page-media .featured-media__expand--image:focus, .fa-page-media .featured-media__expand--image:hover {
            background: #02264c;
        }

            .fa-page-media .featured-media__expand--image:focus::after, .fa-page-media .featured-media__expand--image:hover::after {
                -webkit-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -ms-transform: scale(1.2);
                -o-transform: scale(1.2);
                transform: scale(1.2);
            }

    .fa-page-media .featured-media__expand--video {
        -webkit-transform: translate3d(-50%,-50%,0);
        -moz-transform: translate3d(-50%,-50%,0);
        -ms-transform: translate3d(-50%,-50%,0);
        -o-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
        top: 50%;
        left: 50%;
        background: 0 0;
    }

        .fa-page-media .featured-media__expand--video::after {
            background: url(../assets/images/play-icon.svg);
            width: 60px;
            height: 60px;
            background-size: cover;
        }

    .fa-page-media .featured-media__expand::after {
        content: '';
        display: block;
        background-repeat: no-repeat;
    }

    .fa-page-media .additional-info {
        background: #f7f7f7;
        padding: 15px 20px;
    }

    .fa-page-media .additional-info__caption {
        font-size: 12px;
        font-family: Arial;
        color: #222;
    }

.fa-overview {
    padding: 20px;
    background: #f7f7f7;
    border-top-style: solid;
    border-width: 4px;
    border-color: #02264c;
    float: left;
    margin: 13px 20px 10px 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,.6);
}

.england .fa-overview {
    border-color: #a01e21;
}

.womens .fa-overview {
    border-color: #93278f;
}

.take-part .fa-overview {
    border-color: #00813e;
}

.governance .fa-overview {
    border-color: #222;
}

.fa-overview__title {
    font-size: 24px;
    font-family: FSJackBold,Times,Arial;
    color: #011e41;
}

.fa-overview .headlines__item {
    list-style: disc;
    margin-left: 20px;
}

.england .fa-article .article-feature.fact {
    border-top: 4px solid #a01e21;
}

.womens .fa-article .article-feature.fact {
    border-top: 4px solid #93278f;
}

.take-part .fa-article .article-feature.fact {
    border-top: 4px solid #00813e;
}

.governance .fa-article .article-feature.fact {
    border-top: 4px solid #222;
}

@media (min-width:992px) {
    .fa-overview {
        max-width: 420px;
    }
}

.fa-tweet .twitter-tweet {
    margin: auto;
}

.fa-gallery {
    margin: 40px 0;
    position: relative;
    clear: both;
}

    .fa-gallery .media-frame .media-carousel__asset {
        display: block;
    }

    .fa-gallery .media-carousel .fa-carousel .slick-slide {
        margin: 0 4px;
    }

    .fa-gallery .media-carousel .fa-carousel .slick-list {
        margin: -4px;
    }

    .fa-gallery .media-carousel .fa-carousel .slick-next, .fa-gallery .media-carousel .fa-carousel .slick-prev {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        outline: 0;
    }

    .fa-gallery .media-carousel .thumbnail {
        width: 100%;
        display: block;
    }

    .fa-gallery .media-carousel__thumbnail-button {
        display: block;
        border: 0;
        outline: 0;
        position: relative;
    }

    .fa-gallery .media-carousel__thumbnail-button--video::before {
        -webkit-transform: translate3d(-50%,-50%,0);
        -moz-transform: translate3d(-50%,-50%,0);
        -ms-transform: translate3d(-50%,-50%,0);
        -o-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
        content: '';
        top: 50%;
        left: 50%;
        background: url(../assets/images/play-icon.svg) no-repeat;
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        background-size: 30px;
        box-shadow: 0 0 5px #000;
    }

    .fa-gallery .media-carousel__thumbnail-button.active::after {
        content: '';
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        background: rgba(255,255,255,.7);
        z-index: 1;
        border-bottom: 4px solid #0068b2;
    }

    .fa-gallery .media-carousel__asset {
        display: none;
    }

@media (min-width:768px) {
    .fa-gallery .media-carousel .fa-carousel .slick-next::before, .fa-gallery .media-carousel .fa-carousel .slick-prev::before {
        filter: none;
        background: url(../assets/images/arrow-blue-icon.svg) no-repeat;
    }

    .fa-gallery .media-carousel .fa-carousel .slick-next {
        right: -30px;
    }

    .fa-gallery .media-carousel .fa-carousel .slick-prev {
        left: -30px;
    }
}

@media (min-width:992px) {
    .fa-gallery .media-carousel .fa-carousel .slick-next {
        right: -40px;
    }

    .fa-gallery .media-carousel .fa-carousel .slick-prev {
        left: -40px;
    }
}

.fa-social-share {
    margin: 0;
    font-size: 0;
}

    .fa-social-share .social-links, .fa-social-share .total-count {
        display: inline-block;
        vertical-align: bottom;
    }

    .fa-social-share .total-count {
        position: relative;
        font-size: 12px;
        font-family: Arial;
        color: #000;
        background: #f7f7f7;
        padding: 5px 10px 5px 22px;
        margin: 10px 0 0 5px;
    }

        .fa-social-share .total-count::before {
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            content: '';
            display: block;
            position: absolute;
            width: 13px;
            height: 13px;
            background: url(../assets/images/icon-share.svg) no-repeat;
            background-size: 13px;
            top: 50%;
            left: 5px;
        }

    .fa-social-share .at-share-btn-elements .at-share-btn {
        margin: 10px 0 0 5px !important;
    }

        .fa-social-share .at-share-btn-elements .at-share-btn:first-child {
            margin-left: 0 !important;
        }

.fa-quote {
    padding: 20px 40px 20px 60px;
    float: left;
    margin: 10px 20px 10px 0;
    width: 100%;
    background: #f7f7f7;
}

.fa-quote__content {
    position: relative;
    font-size: 24px;
    font-family: FSJackRegular,Times,Arial;
    font-style: italic;
    color: #011e41;
    line-height: 1.4;
}

    .fa-quote__content::before {
        content: '';
        position: absolute;
        background: url(../assets/images/icon-quote.svg) no-repeat;
        width: 30px;
        height: 30px;
        background-size: 30px;
        display: block;
        left: -38px;
        top: 0;
    }

    .fa-quote__content::after {
        -webkit-transform: translateY(-5px) rotate(180deg);
        -moz-transform: translateY(-5px) rotate(180deg);
        -ms-transform: translateY(-5px) rotate(180deg);
        -o-transform: translateY(-5px) rotate(180deg);
        transform: translateY(-5px) rotate(180deg);
        content: '';
        background: url(../assets/images/icon-quote.svg) no-repeat;
        width: 30px;
        height: 30px;
        background-size: 30px;
        display: inline-block;
        margin-left: 15px;
        margin-top: -6px;
    }

.fa-quote__author {
    margin-top: 15px;
    display: block;
    font-weight: 800;
    font-size: 14px;
    font-style: normal;
    font-family: Arial;
    color: #011e41;
    line-height: 1.1;
}

.fa-quote__date {
    font-size: 14px;
    font-family: Arial;
    color: #011e41;
    padding-left: 6px;
}

.fa-quote__twitter {
    float: right;
}

@media (min-width:768px) {
    .fa-quote {
        max-width: 420px;
    }
}

.fa-related-content {
    padding: 20px 0 0;
    margin-bottom: -15px;
    position: relative;
}

    .fa-related-content .fa-carousel {
        background: 0 0;
        position: relative;
        z-index: 1;
    }

        .fa-related-content .fa-carousel .slick-dots li button {
            border-color: #dcdcdc;
        }

        .fa-related-content .fa-carousel .slick-dots li:last-child button {
            border-right: 0;
        }

        .fa-related-content .fa-carousel .slick-dots li:first-child button {
            border-left: 0;
        }

    .fa-related-content .content-tabs-menu {
        font-size: 0;
        margin-bottom: 15px;
    }

    .fa-related-content .content-tabs-menu__item {
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
    }

        .fa-related-content .content-tabs-menu__item::after {
            content: '';
            display: block;
            position: absolute;
            top: 20%;
            right: 0;
            background: silver;
            width: 1px;
            height: 60%;
        }

        .fa-related-content .content-tabs-menu__item:last-child::after {
            content: none;
        }

        .fa-related-content .content-tabs-menu__item:first-child .content-tabs-menu__button {
            padding-left: 0;
            margin-left: 0;
        }

        .fa-related-content .content-tabs-menu__item.active .content-tabs-menu__button {
            font-family: FSJackBold,Times,Arial;
            border-color: #011e41;
        }

    .fa-related-content .content-tabs-menu__button {
        color: #011e41;
        font-family: FSJackRegular,Times,Arial;
        padding: 10px 5px;
        margin: 0 5px;
        background: 0 0;
        border: 0;
        text-transform: uppercase;
        text-align: left;
        line-height: 1;
        border-bottom: 4px solid transparent;
    }

    .fa-related-content .tabs-container__single-tab {
        display: none;
    }

        .fa-related-content .tabs-container__single-tab.active {
            display: block;
        }

.fa-related-content__footing {
    display: block;
    position: absolute;
    background: #fff;
    height: 5px;
    left: 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

@media only screen and (max-width:767px) {
    .fa-related-content .carousel-container {
        padding-left: 0;
        padding-right: 0;
    }

    .fa-related-content .fa-carousel .slick-next, .fa-related-content .fa-carousel .slick-prev {
        top: 38%;
    }
}

@media (min-width:768px) {
    .fa-related-content .content-tabs-menu {
        margin-bottom: 25px;
    }

    .fa-related-content .content-tabs-menu__item {
        font-size: 14px;
    }

    .fa-related-content .content-tabs-menu__button:focus {
        outline: 1px dotted #02264c;
    }

    .fa-related-content .tabs-container .container {
        padding: 0;
    }

    .fa-related-content .fa-carousel .slick-track {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .fa-related-content .fa-carousel .slick-track .carousel__inner, .fa-related-content .fa-carousel .slick-track .col-sm-12 {
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
        }

    .fa-related-content .fa-carousel .slick-initialized .slick-slide {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
    }

        .fa-related-content .fa-carousel .slick-initialized .slick-slide .responsive-image img {
            max-width: 265px;
        }

    .fa-related-content .fa-carousel .slick-next::before, .fa-related-content .fa-carousel .slick-prev::before {
        -webkit-filter: none;
        filter: none;
        background: url(../assets/images/arrow-blue-icon.svg) no-repeat;
    }

    .fa-related-content .fa-carousel .slick-prev {
        left: 15px;
        margin-left: calc(50% - 50vw);
    }

    .fa-related-content .fa-carousel .slick-next {
        right: 15px;
        margin-right: calc(50% - 50vw);
    }

    .fa-related-content .fa-carousel .slick-dots li:last-child button {
        border-right: 0;
    }

    .fa-related-content .fa-carousel .slick-dots li:first-child button {
        border-left: 0;
    }
}

.fa-campaign-unit .container {
    border: 0;
    padding: 0;
}

.fa-campaign-unit .fa-content-promo__content {
    border-top: 0;
    padding: 20px 15px;
}

    .fa-campaign-unit .fa-content-promo__content h2 {
        text-transform: uppercase;
        font-size: 30px;
        font-family: FSJackPoster,Times,Arial;
        font-weight: 400;
        line-height: 1;
    }

        .fa-campaign-unit .fa-content-promo__content h2 a {
            line-height: 1;
            word-break: break-word;
        }

    .fa-campaign-unit .fa-content-promo__content .cta {
        background: #fff;
    }

@media (min-width:768px) {
    .fa-campaign-unit .fa-content-promo__content {
        padding: 15px;
        border: 0;
        margin: 0 -15px;
    }

    .fa-campaign-unit--complex .fa-content-promo__content {
        border: 1px solid #000;
    }
}

.fa-instagram {
    padding: 10px 0;
}

    .fa-instagram .instagram-embed {
        margin: auto;
    }

.fa-facebook {
    padding: 10px 0;
}

.fa-publish-date {
    padding: 0;
}

    .fa-publish-date .time {
        font-size: 12px;
        font-family: Arial;
        color: #5d6f86;
    }

.fa-article-table {
    margin: 20px 0;
}

    .fa-article-table table {
        border: 0;
        width: 100%;
    }

@media only screen and (max-width:767px) {
    .fa-article-table {
        margin: 20px -15px;
    }

        .fa-article-table table thead {
            display: none;
        }

        .fa-article-table table tr {
            margin-bottom: 10px;
            display: block;
        }

            .fa-article-table table tr:nth-of-type(odd) td {
                background: #f7f7f7;
            }

        .fa-article-table table td {
            display: block;
            text-align: left;
            padding: 12px 15px;
            font-size: 14px;
            background: #fff;
        }

            .fa-article-table table td::before {
                content: attr(data-title);
                float: left;
                font-family: Arial;
                font-weight: 800;
                width: 50%;
                text-align: left;
            }
}

@media (min-width:768px) {
    .fa-article-table table {
        border: 1px solid #d8d8d8;
    }

        .fa-article-table table thead th {
            text-align: left;
            background: #011e41;
            color: #fff;
            font-size: 18px;
            padding: 10px 5px;
            font-family: FSJackBold,Times,Arial;
            font-weight: 400;
        }

    .england .fa-article-table table thead th {
        background: #a01e21;
    }

    .womens .fa-article-table table thead th {
        background: #93278f;
    }

    .take-part .fa-article-table table thead th {
        background: #00813e;
    }

    .governance .fa-article-table table thead th {
        background: #222;
    }

    .fa-article-table table thead th:first-child {
        padding-left: 30px;
    }

    .fa-article-table table thead th:last-child {
        padding-right: 30px;
    }

    .fa-article-table table tbody tr:nth-of-type(odd) td {
        background: #f7f7f7;
    }

    .fa-article-table table tbody tr td {
        padding: 10px 5px;
        background: #fff;
        font-size: 16px;
    }

        .fa-article-table table tbody tr td:first-child {
            padding-left: 30px;
        }

        .fa-article-table table tbody tr td:last-child {
            padding-right: 30px;
        }
}

.fa-useful-resources {
    margin: 20px 0;
    background: #fff;
    padding: 15px 10px;
}

.fa-useful-resources__title {
    font-size: 18px;
    font-family: FSJackBold,Times,Arial;
    font-weight: 300;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.fa-useful-resources .resources__list {
    overflow: hidden;
}

.fa-useful-resources .resources__load-more {
    display: none;
    background: #f7f7f7;
    border: 0;
    width: 100%;
    padding: 10px 5px;
    font-size: 14px;
    font-family: FSJackBold,Times,Arial;
    font-weight: 300;
    color: #222;
    text-transform: uppercase;
    line-height: 1.5;
}

    .fa-useful-resources .resources__load-more.active {
        display: block;
    }

    .fa-useful-resources .resources__load-more .amount {
        position: relative;
        line-height: 1;
    }

        .fa-useful-resources .resources__load-more .amount::before {
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            left: -30px;
            top: 42%;
            content: '';
            background: url(../assets/images/plus-minus-icon.svg) no-repeat;
            display: block;
            width: 20px;
            height: 20px;
            background-size: 20px;
            background-position: 0 0;
        }

.fa-useful-resources .single-resource {
    border-bottom: 1px solid #d8d8d8;
}

.fa-useful-resources .single-resource__link {
    display: block;
    font-family: Arial;
    color: #011e41;
    padding: 10px 35px;
    position: relative;
}

    .fa-useful-resources .single-resource__link:focus, .fa-useful-resources .single-resource__link:hover {
        text-decoration: none;
    }

        .fa-useful-resources .single-resource__link:focus .title, .fa-useful-resources .single-resource__link:hover .title {
            text-decoration: underline;
        }

    .fa-useful-resources .single-resource__link .meta, .fa-useful-resources .single-resource__link .title, .fa-useful-resources .single-resource__link .updated {
        font-size: 14px;
    }

    .fa-useful-resources .single-resource__link .meta, .fa-useful-resources .single-resource__link .updated {
        display: none;
    }

    .fa-useful-resources .single-resource__link::after, .fa-useful-resources .single-resource__link::before {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        content: '';
        display: block;
        background-image: url(../assets/images/icon-file-default.png);
        width: 20px;
        height: 20px;
        background-size: 20px;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        top: 50%;
    }

    .fa-useful-resources .single-resource__link::before {
        left: 5px;
    }

    .fa-useful-resources .single-resource__link::after {
        right: 5px;
        background-image: url(../assets/images/download-icon-dark.svg);
    }

.fa-useful-resources .single-resource__link--pdf::before {
    background-image: url(../assets/images/icon-pdf.png);
}

.fa-useful-resources .single-resource__link--jpg::before {
    background-image: url(../assets/images/jpg-icon.png);
}

.fa-useful-resources .single-resource__link--doc::before {
    background-image: url(../assets/images/doc-icon.png);
}

.fa-useful-resources.expanded .resources__load-more .amount::before {
    background-position: 0 -20px;
}

@media (min-width:768px) {
    .fa-useful-resources .single-resource__link .meta, .fa-useful-resources .single-resource__link .title, .fa-useful-resources .single-resource__link .updated {
        display: inline-block;
        width: 24%;
        text-align: left;
        vertical-align: top;
    }

    .fa-useful-resources .single-resource__link .meta, .fa-useful-resources .single-resource__link .updated {
        color: #5d6f86;
    }

    .fa-useful-resources .single-resource__link .title {
        width: 50%;
    }

    .fa-useful-resources .resources__load-more:focus {
        outline: 1px dotted #02264c;
    }
}

.fa-nomination-form .fa-row-strip {
    padding-bottom: 20px;
}

    .fa-nomination-form .fa-row-strip .fa-row-heading .fa-row-heading__title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .fa-nomination-form .fa-row-strip .fa-row-heading .fa-row-heading__intro {
        font-size: 14px;
    }

.fa-nomination-form__form .fa-input-field {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    padding: 3px 0;
}

    .fa-nomination-form__form .fa-input-field [type=email], .fa-nomination-form__form .fa-input-field [type=text], .fa-nomination-form__form .fa-input-field textarea {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2;
        width: 100%;
    }

        .fa-nomination-form__form .fa-input-field [type=email] ~ .fa-input-field__label, .fa-nomination-form__form .fa-input-field [type=text] ~ .fa-input-field__label, .fa-nomination-form__form .fa-input-field textarea ~ .fa-input-field__label {
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            box-flex: 0;
            -webkit-flex: 0 1 100%;
            -moz-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%;
            -webkit-box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            box-ordinal-group: 1;
            -webkit-order: 1;
            -moz-order: 1;
            order: 1;
            -ms-flex-order: 1;
            width: 100%;
            margin-bottom: 2px;
            font-size: 12px;
        }

.fa-nomination-form__form .fa-dropdown {
    position: relative;
    margin-top: 22px;
}

    .fa-nomination-form__form .fa-dropdown .fa-dropdown__label {
        position: absolute;
        top: -19px;
        font-size: 12px;
    }

.fa-nomination-form__form .cta {
    background: #fff;
    margin-top: 50px;
}

.fa-nomination-form .message-container {
    margin-top: 20px;
    display: none;
}

.fa-nomination-form .message-container__copy {
    color: #08aa04;
    font-size: 12px;
    position: relative;
    padding-left: 30px;
}

    .fa-nomination-form .message-container__copy::before {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        left: 0;
        content: '';
        background: url(../assets/images/tick-icon.svg) no-repeat;
        display: block;
        background-size: 20px;
        width: 20px;
        height: 20px;
    }

.fa-nomination-form .message-container.active {
    display: block;
}

@media (min-width:768px) {
    .fa-nomination-form .fa-row-strip .fa-row-heading .fa-row-heading__title {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .fa-nomination-form__form .fa-input-field [type=email], .fa-nomination-form__form .fa-input-field [type=text] {
        height: 40px;
    }

    .fa-nomination-form__form .fa-input-field textarea {
        height: 200px;
    }

    .fa-nomination-form__form .fa-dropdown__select {
        height: 40px;
    }

    .fa-nomination-form__form .cta {
        margin-top: 50px;
    }

    .fa-nomination-form__form .col-sm-8 {
        position: relative;
        padding-left: 50px;
    }

        .fa-nomination-form__form .col-sm-8::before {
            display: block;
            position: absolute;
            top: 21px;
            left: 17px;
            bottom: 0;
            width: 1px;
            content: '';
            background: #d8d8d8;
        }

        .fa-nomination-form__form .col-sm-8::after {
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            display: block;
            position: absolute;
            top: 50%;
            left: 17px;
            content: '';
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid #d8d8d8;
        }
}

.cw-theme {
    background-image: url(../assets/images/bg-white-mesh.png);
    background-position: 100% 600px;
    background-size: 75% auto;
    background-repeat: repeat;
    background-color: #fff;
    background-repeat: no-repeat;
    font-size: 15px;
    min-width: 320px;
}

    .cw-theme .body-content {
        margin-top: 0;
    }

    .cw-theme p {
        line-height: 1.75em;
    }

        .cw-theme p.fa-row-heading__intro {
            font-weight: 400;
            font-size: 15px;
            letter-spacing: 0;
            margin: 10px auto;
            max-width: 425px;
            text-transform: none;
            width: 100%;
        }

        .cw-theme p.small-text {
            font-size: 11px;
        }

    .cw-theme section {
        padding-bottom: 0;
    }

        .cw-theme section .container {
            padding: 25px 15px;
        }

        .cw-theme section.fa-row-strip {
            background-color: #f8f8f8;
        }

        .cw-theme section .promo-textarea .container {
            padding: 0;
        }

        .cw-theme section .promo-content {
            width: 100%;
            padding: 0 15px;
        }

            .cw-theme section .promo-content p {
                margin: 0 0 35px;
                text-align: center;
            }

    .cw-theme .hiddenText {
        height: 0 !important;
        left: -99999px;
        overflow: hidden;
        position: absolute;
        width: 0 !important;
    }

    .cw-theme .fa-content-promo--hero .fa-content-promo__content {
        padding: 15px;
        text-align: center;
    }

        .cw-theme .fa-content-promo--hero .fa-content-promo__content h2 {
            color: #011e41;
            font-family: SackersGothicMedium;
            font-size: 22px;
            font-weight: 400;
            line-height: 1.5em;
            letter-spacing: 1.5px;
            text-transform: uppercase;
        }

    .cw-theme .fa-row-heading {
        padding: 30px 0;
        width: 100%;
    }

    .cw-theme .fa-row-heading__title {
        color: #011e41;
        font-family: SackersGothicMedium;
        font-size: 22px;
        font-weight: 400;
        line-height: 1.5em;
        letter-spacing: 1.5px;
    }

        .cw-theme .fa-row-heading__title span {
            display: block;
        }

            .cw-theme .fa-row-heading__title span span {
                display: inline;
            }

        .cw-theme .fa-row-heading__title a {
            color: #011e41;
        }

            .cw-theme .fa-row-heading__title a:focus, .cw-theme .fa-row-heading__title a:hover {
                color: #10b6e3;
            }

    .cw-theme .fa-row-heading__link::after {
        background: url(../assets/images/arrow-black.png) no-repeat;
        background-size: 11px;
        color: #011e41;
        display: block;
        position: absolute;
        top: 19px;
    }

    .cw-theme .fa-row-heading__link:active::after, .cw-theme .fa-row-heading__link:hover::after {
        background: url(../assets/images/arrow-turquoise.png) no-repeat;
        background-size: 11px;
        display: block;
        position: absolute;
        top: 19px;
    }

    .cw-theme .cta--standard.cta--primary {
        font-size: 15px;
        font-family: FSJackRegular,Times,Arial;
        padding-top: 16px;
        padding-bottom: 16px;
        margin-bottom: 25px;
        width: 240px;
    }

        .cw-theme .cta--standard.cta--primary.tel-link::before, .cw-theme .cta--standard.cta--primary.tel-link:hover::before {
            background: url(../assets/images/tel-icon.png) no-repeat;
            display: block;
            position: absolute;
            left: 30px;
            top: 5px;
            width: 45px;
            height: 45px;
        }

        .cw-theme .cta--standard.cta--primary.email-link {
            padding-left: 32px;
        }

            .cw-theme .cta--standard.cta--primary.email-link::before, .cw-theme .cta--standard.cta--primary.email-link:hover::before {
                background: url(../assets/images/email-icon.png) no-repeat;
                display: block;
                position: absolute;
                left: 5px;
                top: 5px;
                width: 45px;
                height: 45px;
            }

    .cw-theme footer .cta--standard.cta--primary {
        bottom: auto;
        padding-bottom: 24px;
        padding-top: 24px;
        right: 1px;
        width: auto;
        top: 11px;
    }

    .cw-theme .cw-newsletter-form__form .cta--standard.cta--primary {
        padding-bottom: 16px;
        padding-top: 16px;
        margin-top: 25px;
    }

    .cw-theme form a {
        color: #10b6e3;
        text-decoration: underline;
    }

    .cw-theme label.fa-input-field__label {
        font-family: Arial !important;
    }

    .cw-theme .fa-dropdown--secondary .fa-dropdown__select {
        border-bottom: 1px solid #99a5b3;
        font-family: FSJackRegular,Times,Arial !important;
        font-size: 16px;
    }

        .cw-theme .fa-dropdown--secondary .fa-dropdown__select.fa-input-field--error {
            border: 1px solid #a01e21;
        }

    .cw-theme ::-webkit-input-placeholder {
        font-family: FSJackRegular,Times,Arial !important;
        font-size: 16px;
    }

    .cw-theme ::-moz-placeholder {
        font-family: FSJackRegular,Times,Arial !important;
        font-size: 16px;
    }

    .cw-theme :-ms-input-placeholder {
        font-family: FSJackRegular,Times,Arial !important;
        font-size: 16px;
    }

    .cw-theme :-moz-placeholder {
        font-family: FSJackRegular,Times,Arial !important;
        font-size: 16px;
    }

    .cw-theme .fa-dropdown::after {
        background: url(../assets/images/arrow-black.png) no-repeat 0 0/9px auto;
        height: 20px;
        right: 22px;
        top: 55%;
        transform: translateY(-50%) rotate(90deg);
        width: 12px;
    }

    .cw-theme .fa-input-field [type=email], .cw-theme .fa-input-field [type=text] {
        height: 50px;
    }

    .cw-theme .fa-content-promo--hero--medium {
        margin-bottom: -1px;
    }

        .cw-theme .fa-content-promo--hero--medium .container {
            padding-left: 0;
            padding-right: 0;
            text-align: center;
        }

        .cw-theme .fa-content-promo--hero--medium .fa-content-promo__content {
            padding: 40px 40px 20px 40px;
            bottom: 30px;
        }

            .cw-theme .fa-content-promo--hero--medium .fa-content-promo__content h2 {
                color: #011e41;
                font-family: SackersGothicMedium;
                font-size: 22px;
                font-weight: 400;
                letter-spacing: 1.5px;
                line-height: 1.5em;
            }

    .cw-theme .membership-logo {
        text-align: center;
        margin: 0 auto 40px;
    }

        .cw-theme .membership-logo h2 {
            color: #333;
            font-size: 20px;
            letter-spacing: 8px;
            font-weight: 800;
            margin-top: 10px;
        }

        .cw-theme .membership-logo .white-text h2 {
            color: #fff;
        }

    .cw-theme .price-details h3 {
        text-transform: uppercase;
        font-family: Arial;
        font-size: 12px;
        letter-spacing: .75px;
        position: relative;
        margin-bottom: 12px;
    }

        .cw-theme .price-details h3 span {
            content: '';
            height: 1px;
            border-style: solid;
            border-width: .5px;
            border-image-source: linear-gradient(to left,rgba(67,68,68,0),#262626 18%,#141515 81%,transparent);
            border-image-slice: 1;
            width: 100px;
            display: block;
            margin: 0 auto;
        }

    .cw-theme .price-details .price {
        font-family: SackersGothicMedium,Times,Arial;
        font-size: 24px;
        font-weight: 800;
        letter-spacing: 3px;
    }

        .cw-theme .price-details .price span {
            font-size: 14px;
        }

    .cw-theme .price-details .vat-text {
        font-family: Arial;
        font-size: 12px;
    }

    .cw-theme .white-text .price, .cw-theme .white-text .vat-text, .cw-theme .white-text p {
        color: #fff;
    }

    .cw-theme .white-text h3 {
        color: #fff;
    }

        .cw-theme .white-text h3 span {
            content: '';
            height: 1px;
            border-style: solid;
            border-width: .5px;
            border-image-source: linear-gradient(to left,rgba(239,239,239,0),#f0f0f0 19%,#e0e0e0 81%,rgba(218,218,218,0));
            border-image-slice: 1;
            width: 100px;
            display: block;
            margin: 0 auto;
        }

    .cw-theme .fa-enquiry-form p.fa-row-heading__intro {
        margin: 10px auto;
        max-width: 650px;
    }

    .cw-theme .col-sm-4, .cw-theme .col-sm-5 {
        padding-left: 0;
        padding-right: 0;
    }

    .cw-theme.sticky-nav--active.sticky-subnav--active .bottom-border--orange .fa-sub-navigation, .cw-theme.sticky-nav--active.sticky-subnav--active .bottom-border--orange .fa-sub-navigation.fa-sub-navigation--viewport-narrow {
        border-width: 0 0 5px 0;
        border-style: solid;
        border-color: #ec7816 !important;
    }

    .cw-theme.sticky-nav--active.sticky-subnav--active .bottom-border--green .fa-sub-navigation, .cw-theme.sticky-nav--active.sticky-subnav--active .bottom-border--green .fa-sub-navigation.fa-sub-navigation--viewport-narrow {
        border-width: 0 0 5px 0;
        border-style: solid;
        border-color: #1e6c25 !important;
    }

    .cw-theme.sticky-nav--active.sticky-subnav--active .bottom-border--red .fa-sub-navigation, .cw-theme.sticky-nav--active.sticky-subnav--active .bottom-border--red .fa-sub-navigation.fa-sub-navigation--viewport-narrow {
        border-width: 0 0 5px 0;
        border-style: solid;
        border-color: #c80b28 !important;
    }

    .cw-theme.sticky-nav--active.sticky-subnav--active .bottom-border--grey .fa-sub-navigation, .cw-theme.sticky-nav--active.sticky-subnav--active .bottom-border--grey .fa-sub-navigation.fa-sub-navigation--viewport-narrow {
        border-width: 0 0 5px 0;
        border-style: solid;
        border-color: #a3bfc6 !important;
    }

    .cw-theme.sticky-nav--active.sticky-subnav--active .bottom-border--black .fa-sub-navigation, .cw-theme.sticky-nav--active.sticky-subnav--active .bottom-border--black .fa-sub-navigation.fa-sub-navigation--viewport-narrow {
        border-width: 0 0 5px 0;
        border-style: solid;
        border-color: #000 !important;
    }

    .cw-theme.sticky-nav--active.sticky-subnav--active .bottom-border--blue .fa-sub-navigation, .cw-theme.sticky-nav--active.sticky-subnav--active .bottom-border--blue .fa-sub-navigation.fa-sub-navigation--viewport-narrow {
        border-width: 0 0 5px 0;
        border-style: solid;
        border-color: #032e61 !important;
    }

    .cw-theme.sticky-nav--active.sticky-subnav--active .bottom-border--yellow .fa-sub-navigation, .cw-theme.sticky-nav--active.sticky-subnav--active .bottom-border--yellow .fa-sub-navigation.fa-sub-navigation--viewport-narrow {
        border-width: 0 0 5px 0;
        border-style: solid;
        border-color: #ffe162 !important;
    }

    .cw-theme .image-gallery-container .container {
        padding: 0;
        margin: -10px 15px;
    }

    .cw-theme .image-gallery-container .fa-gallery {
        margin: 0;
    }

        .cw-theme .image-gallery-container .fa-gallery .media-frame {
            margin-bottom: 15px;
        }

        .cw-theme .image-gallery-container .fa-gallery .fa-page-media .additional-info {
            background: #262626;
            padding: 15px;
        }

            .cw-theme .image-gallery-container .fa-gallery .fa-page-media .additional-info span.additional-info__caption {
                color: #fff;
            }

        .cw-theme .image-gallery-container .fa-gallery .media-carousel {
            margin-right: 0;
        }

            .cw-theme .image-gallery-container .fa-gallery .media-carousel .fa-carousel {
                background: 0 0;
            }

                .cw-theme .image-gallery-container .fa-gallery .media-carousel .fa-carousel .slick-next::before, .cw-theme .image-gallery-container .fa-gallery .media-carousel .fa-carousel .slick-prev::before {
                    background-image: url(../assets/images/shuffle-arrow-dark.png);
                    background-size: 26px auto;
                    -webkit-filter: drop-shadow(1px 0 0 rgba(255, 255, 255, .8));
                    filter: drop-shadow(1px 0 0 rgba(255, 255, 255, .8));
                    height: 53px;
                    width: 29px;
                }

        .cw-theme .image-gallery-container .fa-gallery .media-carousel__thumbnail-button.active::after {
            background: rgba(255,255,255,.7) none repeat scroll 0 0;
            border-bottom: 6px solid #032e61;
        }

    .cw-theme .image-gallery-container .fa-page-media .featured-media__expand--image:focus, .cw-theme .image-gallery-container .fa-page-media .featured-media__expand--image:hover {
        background: #10b6e3;
    }

    .cw-theme .fa-content-promo--signpost {
        background-color: #fff;
    }

        .cw-theme .fa-content-promo--signpost.fa-content-promo .fa-content-promo__content {
            -moz-box-flex: 0;
            border-top: 0 none;
            flex: 0 1 100%;
        }

        .cw-theme .fa-content-promo--signpost h2 {
            color: #262626;
            font-family: FSJackRegular,Times,Arial;
            font-size: 22px;
            margin-top: 0;
        }

        .cw-theme .fa-content-promo--signpost p {
            color: #262626;
            font-family: Arial;
            font-size: 15px;
            position: relative;
            padding-top: 0;
            margin-top: 0;
        }

        .cw-theme .fa-content-promo--signpost .cta--alt::after {
            background: url(../assets/images/circle-chevron.png) no-repeat;
            background-size: 28px;
            display: block;
            position: absolute;
            right: auto;
            top: 0;
            transform: none;
            transition: none 0s ease 0s;
        }

        .cw-theme .fa-content-promo--signpost.fa-content-promo--has-focus .cta--alt::after {
            background: url(../assets/images/circle-chevron-hover.png) no-repeat;
            background-size: 28px;
            display: block;
            position: absolute;
            right: auto;
            top: 0;
            transform: none;
            transition: none 0s ease 0s;
        }

    .cw-theme .fa-video-carousel {
        margin: 0 15px 40px;
    }

        .cw-theme .fa-video-carousel .container {
            padding: 25px 0 0;
        }

        .cw-theme .fa-video-carousel .heading {
            background-color: transparent;
            text-align: center;
        }

            .cw-theme .fa-video-carousel .heading .container {
                margin-top: 15px;
            }

            .cw-theme .fa-video-carousel .heading .heading__title {
                color: #011e41;
                font-family: SackersGothicMedium;
                font-size: 22px;
                font-weight: 400;
                line-height: 1.5em;
                letter-spacing: 1.5px;
                padding: 0;
            }

            .cw-theme .fa-video-carousel .heading p {
                padding: 0 30px;
            }

        .cw-theme .fa-video-carousel .fa-content-promo h2 a {
            color: #000;
        }

        .cw-theme .fa-video-carousel .fa-content-promo--has-focus h2 a {
            color: #10b6e3;
        }

        .cw-theme .fa-video-carousel .fa-content-promo--signpost {
            background-color: #f7f7f7;
            padding-bottom: 0;
        }

            .cw-theme .fa-video-carousel .fa-content-promo--signpost .fa-content-promo__content {
                min-height: 180px;
            }

                .cw-theme .fa-video-carousel .fa-content-promo--signpost .fa-content-promo__content p {
                    margin-top: 0;
                }

                    .cw-theme .fa-video-carousel .fa-content-promo--signpost .fa-content-promo__content p::before {
                        width: 0;
                    }

        .cw-theme .fa-video-carousel .fa-content-promo .cta--alt {
            border: 1px solid #ccd2d9;
            bottom: 20px;
            height: 40px;
            line-height: 40px;
            width: 160px;
            padding-left: 20px;
            border-bottom: 3px solid #10b6e3;
        }

            .cw-theme .fa-video-carousel .fa-content-promo .cta--alt span {
                color: #052b36;
                font-family: FSJackRegular,Times,Arial;
                font-size: 14px;
                position: relative;
                text-align: left;
                height: auto;
                width: auto;
                clip: unset;
            }

            .cw-theme .fa-video-carousel .fa-content-promo .cta--alt::after {
                background-image: url(../assets/images/arrow-black.png);
                background-position: 100% 13px;
                background-repeat: no-repeat;
                background-size: 8px auto;
                display: block;
                position: absolute;
                right: 15px;
            }

    .cw-theme .fa-video-carousel__footing {
        bottom: -40px;
    }

    .cw-theme .fa-video-carousel .fa-carousel .slick-dots {
        bottom: -44px;
    }

    .cw-theme .fa-video-carousel .fa-carousel .slick-initialized .slick-slide .responsive-image img {
        max-width: 100%;
    }

    .cw-theme .carousel-container .fa-carousel .slick-next::before, .cw-theme .carousel-container .fa-carousel .slick-prev::before {
        background-image: url(../assets/images/shuffle-arrow-dark.png);
        background-size: 26px auto;
        -webkit-filter: drop-shadow(1px 0 0 rgba(255, 255, 255, .8));
        filter: drop-shadow(1px 0 0 rgba(255, 255, 255, .8));
        height: 53px;
        width: 29px;
    }

    .cw-theme .fa-carousel .col-sm-4 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cw-theme .fa-carousel .slick-prev {
        left: 20px;
        height: 45px;
        width: 25px;
    }

    .cw-theme .fa-carousel .slick-next {
        right: 25px;
        height: 45px;
        width: 25px;
    }

        .cw-theme .fa-carousel .slick-next::before, .cw-theme .fa-carousel .slick-prev::before {
            -webkit-filter: drop-shadow(2px 3px 4px rgba(255, 255, 255, .8));
            filter: drop-shadow(2px 3px 4px rgba(255, 255, 255, .8));
        }

    .cw-theme .fa-back-to-top__button {
        color: #011e41;
        font-family: FSJackRegular,Times,Arial;
        font-size: 15px;
        letter-spacing: 1px;
        padding-left: 40px;
    }

        .cw-theme .fa-back-to-top__button::before {
            background: url(../assets/images/link-up-arrow.png);
            background-size: auto;
            height: 31px;
            width: 30px;
        }

        .cw-theme .fa-back-to-top__button:active, .cw-theme .fa-back-to-top__button:focus, .cw-theme .fa-back-to-top__button:hover {
            color: #10b6e3;
        }

            .cw-theme .fa-back-to-top__button:active::before, .cw-theme .fa-back-to-top__button:focus::before, .cw-theme .fa-back-to-top__button:hover::before {
                background-position: -31px 0;
            }

    .cw-theme .fa-cookie__content h2, .cw-theme .fa-cookie__content h3, .cw-theme .fa-cookie__content span {
        font-family: Arial;
    }

    .cw-theme .fa-cookie__content .cta:active:not(.cta--loading):not(.cta--alt)::after, .cw-theme .fa-cookie__content .cta:focus:not(.cta--loading):not(.cta--alt)::after, .cw-theme .fa-cookie__content .cta:hover:not(.cta--loading):not(.cta--alt)::after {
        background-color: #10b6e3;
    }

    .cw-theme .fa-cookie__content .cta:active:not(.cta--loading):not(.cta--alt), .cw-theme .fa-cookie__content .cta:focus:not(.cta--loading):not(.cta--alt), .cw-theme .fa-cookie__content .cta:hover:not(.cta--loading):not(.cta--alt) {
        box-shadow: 0 0 0 1px #10b6e3 inset;
        color: #10b6e3;
    }

    .cw-theme .loading-message-wrapper {
        background: rgba(0,0,0,.4) none repeat scroll 0 0;
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 901;
    }

        .cw-theme .loading-message-wrapper .loading-message {
            background: #f7f7f7;
            border: 1px solid #dfe3e8;
            border-radius: 10px;
            color: #333;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
            padding: 15px;
            position: absolute;
            text-align: center;
            top: 48%;
            width: 100px;
        }

            .cw-theme .loading-message-wrapper .loading-message p {
                color: #333;
                font-family: FSJackRegular,Times,Arial;
                font-size: 12px;
                font-weight: 700;
                letter-spacing: 1px;
                margin: 5px 0 0;
                text-transform: uppercase;
            }

    .cw-theme .group-message-container {
        float: left;
        padding: 15px;
        width: 100%;
    }

    .cw-theme .error-message--backend-container {
        margin: 10px 0 20px;
    }

    .cw-theme .error-message--backend {
        margin: 0;
        width: 100%;
    }

    .cw-theme .fa-modal__modal-title {
        font-family: SackersGothicMedium,Times,Arial;
        text-transform: uppercase;
    }

@media (max-width:375px) {
    .cw-theme {
        background-position: 100% 600px;
        background-size: 120% auto;
        background-repeat: repeat;
    }

        .cw-theme h2 {
            font-size: 18px !important;
        }

        .cw-theme .fa-row-heading__title span {
            padding: 0 40px;
        }

            .cw-theme .fa-row-heading__title span span {
                display: block;
                padding: 0;
            }

        .cw-theme .image-gallery-container .container {
            padding: 0;
            margin: -15px 15px;
        }

        .cw-theme .fa-content-promo--signpost h2 {
            line-height: 1em;
            font-size: 1.1em !important;
        }

        .cw-theme .fa-content-promo--signpost p {
            height: 40px;
            line-height: 1.35em;
            overflow: hidden;
            margin-top: 25px;
        }

        .cw-theme .promobox__textarea__text h3 {
            font-size: 12px;
        }
}

@media (min-width:768px) {
    .cw-theme {
        background-position: 100% 600px;
        background-size: 70% auto;
    }

        .cw-theme section .promo-content p {
            margin: 0 25px 35px;
            text-align: left;
        }

        .cw-theme .fa-content-promo--hero .fa-content-promo__content {
            padding: 15px 25px;
            text-align: left;
        }

        .cw-theme .fa-row-heading__title span {
            display: block;
        }

            .cw-theme .fa-row-heading__title span span {
                display: inline;
            }

        .cw-theme footer .cta--standard.cta--primary {
            bottom: 0;
            padding-bottom: 11px;
            padding-top: 8px;
            right: 1px;
            width: auto;
            top: -1px;
        }

        .cw-theme .fa-content-promo--hero--medium .container {
            text-align: left;
        }

        .cw-theme .image-gallery-container {
            display: block !important;
        }

            .cw-theme .image-gallery-container .fa-gallery .media-carousel .fa-carousel .slick-slide {
                margin: 0 4px;
            }

        .cw-theme .fa-content-promo--signpost p {
            color: #262626;
            font-family: Arial;
            font-size: 15px;
            position: relative;
            padding-top: 10px;
            margin-top: 35px;
        }

            .cw-theme .fa-content-promo--signpost p::before {
                content: '';
                height: 2px;
                width: 10px;
                background: #000;
                position: absolute;
                left: 0;
                top: 0;
            }
}

@media (min-width:992px) {
    .cw-theme {
        background-position: 100% 600px;
    }

        .cw-theme .fa-navigation {
            padding-bottom: 1px;
            background: #ccc;
        }

        .cw-theme section .promo-content {
            padding: 0;
        }

            .cw-theme section .promo-content p {
                margin: 0 25px 35px;
                text-align: left;
            }

        .cw-theme .fa-content-promo--hero .fa-content-promo__content {
            padding: 15px 45px;
            text-align: left;
        }

        .cw-theme .fa-content-promo--hero .responsive-image {
            margin: -50px -50px -51px;
        }

        .cw-theme .fa-row-heading__title span {
            display: block;
        }

            .cw-theme .fa-row-heading__title span span {
                display: inline;
            }

        .cw-theme footer .cta--standard.cta--primary {
            bottom: 0;
            padding-bottom: 11px;
            padding-top: 8px;
            right: 1px;
            width: auto;
            top: -1px;
        }

        .cw-theme .cw-newsletter-form__form .fa-input-field [type=email], .cw-theme .cw-newsletter-form__form .fa-input-field [type=text], .cw-theme .cw-newsletter-form__form .fa-input-field textarea {
            max-width: 350px;
            margin-right: 20px;
        }

        .cw-theme .cw-newsletter-form__form .fa-dropdown {
            max-width: 350px;
            margin-right: 20px;
        }

        .cw-theme .fa-content-promo--hero--medium {
            margin-bottom: -1px;
        }

            .cw-theme .fa-content-promo--hero--medium .container {
                text-align: left;
            }

        .cw-theme .image-gallery-container {
            display: block !important;
        }

            .cw-theme .image-gallery-container .container {
                padding: 40px 0;
                margin: 0;
            }

            .cw-theme .image-gallery-container .fa-gallery .media-carousel .fa-carousel {
                margin-right: 0;
            }

                .cw-theme .image-gallery-container .fa-gallery .media-carousel .fa-carousel .slick-slide {
                    margin: 0 6px;
                }

        .cw-theme .fa-content-promo--signpost .image-container {
            flex: 0 1 58%;
        }

        .cw-theme .fa-content-promo--signpost.fa-content-promo .fa-content-promo__content {
            flex: 0 1 66%;
        }

        .cw-theme .fa-content-promo--signpost h2 {
            color: #262626;
            font-family: FSJackRegular,Times,Arial;
            font-size: 22px;
            margin-top: 15px;
        }

        .cw-theme .fa-content-promo--signpost p {
            color: #262626;
            font-family: Arial;
            font-size: 15px;
            position: relative;
            padding-top: 10px;
            margin-top: 35px;
        }

            .cw-theme .fa-content-promo--signpost p::before {
                content: '';
                height: 2px;
                width: 10px;
                background: #000;
                position: absolute;
                left: 0;
                top: 0;
            }

        .cw-theme .fa-video-carousel .fa-carousel .slick-prev {
            margin-left: 0;
            left: -55px;
        }

        .cw-theme .fa-video-carousel .fa-carousel .slick-next {
            margin-right: 0;
            right: -52px;
        }
}

.cw-newsletter-form .fa-row-strip {
    padding-bottom: 20px;
}

    .cw-newsletter-form .fa-row-strip .fa-row-heading .fa-row-heading__title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .cw-newsletter-form .fa-row-strip .fa-row-heading .fa-row-heading__intro {
        font-size: 14px;
    }

.cw-newsletter-form__form .fa-input-field {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    padding: 3px 0;
}

    .cw-newsletter-form__form .fa-input-field [type=email], .cw-newsletter-form__form .fa-input-field [type=text], .cw-newsletter-form__form .fa-input-field textarea {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2;
        width: 100%;
    }

        .cw-newsletter-form__form .fa-input-field [type=email] ~ .fa-input-field__label, .cw-newsletter-form__form .fa-input-field [type=text] ~ .fa-input-field__label, .cw-newsletter-form__form .fa-input-field textarea ~ .fa-input-field__label {
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            box-flex: 0;
            -webkit-flex: 0 1 100%;
            -moz-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%;
            -webkit-box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            box-ordinal-group: 1;
            -webkit-order: 1;
            -moz-order: 1;
            order: 1;
            -ms-flex-order: 1;
            width: 100%;
            margin-bottom: 2px;
            font-size: 12px;
        }

.cw-newsletter-form__form .fa-dropdown {
    position: relative;
    margin: 20px 0 23px 0;
}

    .cw-newsletter-form__form .fa-dropdown .fa-dropdown__label {
        position: absolute;
        top: -19px;
        font-size: 12px;
    }

.cw-newsletter-form__form .cta {
    background: #fff;
}

.cw-newsletter-form .message-container {
    margin-top: 20px;
    display: none;
}

.cw-newsletter-form .message-container__copy {
    color: #08aa04;
    font-size: 12px;
    position: relative;
    padding-left: 30px;
}

    .cw-newsletter-form .message-container__copy::before {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        left: 0;
        content: '';
        background: url(../assets/images/tick-icon.svg) no-repeat;
        display: block;
        background-size: 20px;
        width: 20px;
        height: 20px;
    }

.cw-newsletter-form .message-container.active {
    display: block;
}

@media (min-width:768px) {
    .cw-newsletter-form .fa-row-strip .fa-row-heading .fa-row-heading__title {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .cw-newsletter-form__form .fa-input-field [type=email], .cw-newsletter-form__form .fa-input-field [type=text] {
        height: 50px;
    }

    .cw-newsletter-form__form .fa-input-field textarea {
        height: 200px;
    }

    .cw-newsletter-form__form .fa-dropdown__select {
        height: 50px;
    }

    .cw-newsletter-form__form .cta {
        margin-top: 20px;
    }

    .cw-newsletter-form__form .col-sm-8 {
        position: relative;
        padding-left: 50px;
    }

        .cw-newsletter-form__form .col-sm-8::before {
            display: block;
            position: absolute;
            top: 21px;
            left: 17px;
            bottom: 0;
            width: 1px;
            content: '';
            background: #d8d8d8;
        }

        .cw-newsletter-form__form .col-sm-8::after {
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            display: block;
            position: absolute;
            top: 50%;
            left: 17px;
            content: '';
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid #d8d8d8;
        }
}

.fa-enquiry-form .fa-row-strip {
    padding-bottom: 20px;
}

    .fa-enquiry-form .fa-row-strip .fa-row-heading .fa-row-heading__title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .fa-enquiry-form .fa-row-strip .fa-row-heading .fa-row-heading__intro {
        font-size: 14px;
        margin: 0 auto;
        font-family: Arial;
    }

.fa-enquiry-form__description {
    margin-bottom: 25px;
}

    .fa-enquiry-form__description h2 {
        font-family: FSJackRegular,Times,Arial;
        font-size: 24px !important;
        font-weight: 400;
        position: relative;
        top: -7px;
    }

.fa-enquiry-form__form .fa-input-field {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 0;
}

    .fa-enquiry-form__form .fa-input-field [type=email], .fa-enquiry-form__form .fa-input-field [type=text], .fa-enquiry-form__form .fa-input-field textarea {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2;
        width: 100%;
    }

        .fa-enquiry-form__form .fa-input-field [type=email] ~ .fa-input-field__label, .fa-enquiry-form__form .fa-input-field [type=text] ~ .fa-input-field__label, .fa-enquiry-form__form .fa-input-field textarea ~ .fa-input-field__label {
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            box-flex: 0;
            -webkit-flex: 0 1 100%;
            -moz-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%;
            -webkit-box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            box-ordinal-group: 1;
            -webkit-order: 1;
            -moz-order: 1;
            order: 1;
            -ms-flex-order: 1;
            width: 100%;
            margin-bottom: 2px;
            font-size: 14px;
        }

.fa-enquiry-form__form .fa-dropdown {
    position: relative;
    margin: 27px 0 20px;
}

    .fa-enquiry-form__form .fa-dropdown .fa-dropdown__label {
        position: absolute;
        top: -19px;
        font-size: 14px;
    }

.fa-enquiry-form__form .cta {
    background: #fff;
}

.fa-enquiry-form .message-container {
    margin-bottom: 20px;
    display: none;
}

.fa-enquiry-form .message-container__copy {
    color: #08aa04;
    font-size: 17px;
    position: relative;
    text-align: center;
    padding: 10px 0 10px 20px;
    margin: 0 auto;
    max-width: 740px;
    width: 100%;
}

    .fa-enquiry-form .message-container__copy::before {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 26px;
        left: 0;
        content: '';
        background: url(../assets/images/tick-icon.svg) no-repeat;
        display: block;
        background-size: 20px;
        width: 20px;
        height: 20px;
    }

.fa-enquiry-form .message-container.active {
    display: block;
}

.fa-enquiry-form__checkboxArea {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
}

    .fa-enquiry-form__checkboxArea::after {
        background: #99a5b3;
        content: '';
        width: 100%;
        height: 1px;
        margin-top: 15px;
    }

.fa-enquiry-form__checkboxArea__content {
    flex: 0 1 100%;
}

    .fa-enquiry-form__checkboxArea__content .fa-input-field {
        flex-flow: row wrap;
        margin-bottom: 15px;
    }

        .fa-enquiry-form__checkboxArea__content .fa-input-field label span.text {
            position: relative;
            top: 4px;
            left: 10px;
            font-family: FSJackRegular,Times,Arial !important;
            font-size: 16px;
        }

        .fa-enquiry-form__checkboxArea__content .fa-input-field [type=checkbox]:checked + label {
            font-weight: 400;
        }

        .fa-enquiry-form__checkboxArea__content .fa-input-field [type=checkbox]:checked ~ .fa-input-field__label::before, .fa-enquiry-form__checkboxArea__content .fa-input-field [type=checkbox]:not(:checked) ~ .fa-input-field__label::before {
            background: #fff none repeat scroll 0 0;
            border: 1px solid #99a5b3;
            border-radius: 14px;
            content: "";
            height: 28px;
            left: 0;
            position: absolute;
            top: 0;
            width: 28px;
        }

        .fa-enquiry-form__checkboxArea__content .fa-input-field [type=checkbox]:checked ~ .fa-input-field__label::after, .fa-enquiry-form__checkboxArea__content .fa-input-field [type=checkbox]:not(:checked) ~ .fa-input-field__label::after {
            background-color: #011e41;
            background-image: none;
            border-radius: 8px;
            content: "";
            display: block;
            height: 16px;
            left: 6px;
            position: absolute;
            top: 6px;
            transition: all .2s ease 0s;
            width: 16px;
        }

.fa-enquiry-form .fa-input-field__error-message--group.active {
    display: block;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}

@media (min-width:992px) {
    .fa-enquiry-form .fa-row-strip .fa-row-heading .fa-row-heading__title {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .fa-enquiry-form__form .fa-input-field [type=email], .fa-enquiry-form__form .fa-input-field [type=text] {
        height: 50px;
    }

    .fa-enquiry-form__form .fa-input-field textarea {
        height: 244px;
    }

    .fa-enquiry-form__form .fa-dropdown__select {
        height: 50px;
    }

    .fa-enquiry-form__form .cta {
        margin-top: 20px;
    }

    .fa-enquiry-form__form .col-sm-8 {
        position: relative;
        padding-left: 50px;
    }

        .fa-enquiry-form__form .col-sm-8::before {
            display: block;
            position: absolute;
            top: 21px;
            left: 17px;
            bottom: 0;
            width: 1px;
            content: '';
            background: #d8d8d8;
        }

        .fa-enquiry-form__form .col-sm-8::after {
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            display: block;
            position: absolute;
            top: 50%;
            left: 17px;
            content: '';
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid #d8d8d8;
        }

    .fa-enquiry-form__form button {
        float: right;
    }

    .fa-enquiry-form__checkboxArea::after {
        margin-bottom: 20px;
    }

    .fa-enquiry-form__checkboxArea__content {
        flex: 0 1 20%;
        padding-bottom: 20px;
    }

        .fa-enquiry-form__checkboxArea__content .fa-input-field {
            margin-bottom: 20px;
        }

        .fa-enquiry-form__checkboxArea__content:nth-last-child(1) {
            padding-left: 50px;
            border-left: 1px solid #99a5b3;
        }

        .fa-enquiry-form__checkboxArea__content:nth-last-child(2) {
            margin-right: -40px;
        }
}
