@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700);
@import url("colours.css");

html {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

@import url("normalize.css");

blockquote, body, dd, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, legend, ol, p, pre, ul {
    margin: 0;
    padding: 0
}

li > ol, li > ul {
    margin-bottom: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset {
    min-width: 0;
    border: 0
}

address, blockquote, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul {
    margin-bottom: 24px
}

dd, ol, ul {
    margin-left: 24px
}

html {
    font-size: .875em;
    line-height: 1.42857;
    overflow-y: scroll;
    min-height: 100%
}

html {
    font-family: "Open Sans",sans-serif
}

hr {
    border: none;
    border-bottom: 1px solid var(--colour-grey-mid);
    margin-bottom: 24px
}

a {
    transition: all .3s ease-in-out;
    color: var(--colour-blue);
}

h1 {
    font-size: 36px;
    font-size: 2.57143rem;
    line-height: 1.16667
}

h2 {
    font-size: 28px;
    font-size: 2rem;
    line-height: 1.28571
}

h3 {
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 1.25
}

h4 {
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 1.5
}

h5 {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1.33333
}

h6 {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 1.5
}

h1, h2, h3 {
    font-family: "Roboto Condensed",sans-serif;
    text-transform: uppercase
}

h1, h2, h3, h4, h5, h6 {
    color: var(--colour-blue);
}

img {
    max-width: 100%;
    font-style: italic;
    vertical-align: middle;
}

    img[height], img[width] {
        max-width: none
    }

table {
    width: 100%
}

.o-layout {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -24px;
    font-size: 0
}

.o-layout__item {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 24px;
    font-size: 14px;
    font-size: 1rem
}

.o-layout--flush {
    margin-left: 0
}

    .o-layout--flush > .o-layout__item {
        padding-left: 0
    }

.o-layout--tiny {
    margin-left: -6px
}

    .o-layout--tiny > .o-layout__item {
        padding-left: 6px
    }

.o-layout--small {
    margin-left: -12px
}

    .o-layout--small > .o-layout__item {
        padding-left: 12px
    }

.o-layout--large {
    margin-left: -48px
}

    .o-layout--large > .o-layout__item {
        padding-left: 48px
    }

.o-layout--huge {
    margin-left: -96px
}

    .o-layout--huge > .o-layout__item {
        padding-left: 96px
    }

.o-layout--middle > .o-layout__item {
    vertical-align: middle
}

.o-layout--bottom > .o-layout__item {
    vertical-align: bottom
}

.o-layout--stretch {
    display: flex;
    flex-wrap: wrap
}

    .o-layout--stretch > .o-layout__item {
        display: flex
    }

    .o-layout--stretch.o-layout--center {
        justify-content: center
    }

    .o-layout--stretch.o-layout--right {
        justify-content: flex-end
    }

    .o-layout--stretch.o-layout--left {
        justify-content: flex-start
    }

.o-layout--center {
    text-align: center
}

    .o-layout--center > .o-layout__item {
        text-align: left
    }

.o-layout--right {
    text-align: right
}

    .o-layout--right > .o-layout__item {
        text-align: left
    }

.o-layout--left {
    text-align: left
}

    .o-layout--left > .o-layout__item {
        text-align: left
    }

.o-layout--reverse {
    direction: rtl
}

    .o-layout--reverse > .o-layout__item {
        direction: ltr
    }

.o-layout--auto > .o-layout__item {
    width: auto
}

.o-media {
    display: block
}

    .o-media:after {
        content: "" !important;
        display: block !important;
        clear: both !important
    }

.o-media__img {
    float: left;
    margin-right: 24px
}

    .o-media__img > img {
        display: block
    }

.o-media__body {
    overflow: hidden;
    display: block
}

    .o-media__body, .o-media__body > :last-child {
        margin-bottom: 0
    }

.o-media--flush > .o-media__img {
    margin-right: 0;
    margin-left: 0
}

.o-media--tiny > .o-media__img {
    margin-right: 6px
}

.o-media--tiny.o-media--reverse > .o-media__img {
    margin-right: 0;
    margin-left: 6px
}

.o-media--small > .o-media__img {
    margin-right: 12px
}

.o-media--small.o-media--reverse > .o-media__img {
    margin-right: 0;
    margin-left: 12px
}

.o-media--large > .o-media__img {
    margin-right: 48px
}

.o-media--large.o-media--reverse > .o-media__img {
    margin-right: 0;
    margin-left: 48px
}

.o-media--huge > .o-media__img {
    margin-right: 96px
}

.o-media--huge.o-media--reverse > .o-media__img {
    margin-right: 0;
    margin-left: 96px
}

.o-media--reverse > .o-media__img {
    float: right;
    margin-right: 0;
    margin-left: 24px
}

.o-flag {
    display: table;
    width: 100%;
    border-spacing: 0
}

.o-flag__body, .o-flag__img {
    display: table-cell;
    vertical-align: middle
}

.o-flag__img {
    width: 1px;
    padding-right: 24px
}

    .o-flag__img > img {
        max-width: none;
        vertical-align: initial;
    }

.o-flag__body {
    width: auto
}

    .o-flag__body, .o-flag__body > :last-child {
        margin-bottom: 0
    }

.o-flag--flush > .o-flag__img {
    padding-right: 0;
    padding-left: 0
}

.o-flag--tiny > .o-flag__img {
    padding-right: 6px
}

.o-flag--tiny.o-flag--reverse > .o-flag__img {
    padding-right: 0;
    padding-left: 6px
}

.o-flag--small > .o-flag__img {
    padding-right: 12px
}

.o-flag--small.o-flag--reverse > .o-flag__img {
    padding-right: 0;
    padding-left: 12px
}

.o-flag--large > .o-flag__img {
    padding-right: 48px
}

.o-flag--large.o-flag--reverse > .o-flag__img {
    padding-right: 0;
    padding-left: 48px
}

.o-flag--huge > .o-flag__img {
    padding-right: 96px
}

.o-flag--huge.o-flag--reverse > .o-flag__img {
    padding-right: 0;
    padding-left: 96px
}

.o-flag--reverse {
    direction: rtl
}

    .o-flag--reverse > .o-flag__body, .o-flag--reverse > .o-flag__img {
        direction: ltr
    }

    .o-flag--reverse > .o-flag__img {
        padding-right: 0;
        padding-left: 24px
    }

.o-flag--top > .o-flag__body, .o-flag--top > .o-flag__img {
    vertical-align: top
}

.o-flag--bottom > .o-flag__body, .o-flag--bottom > .o-flag__img {
    vertical-align: bottom
}

.o-list-bare {
    list-style: none;
    margin-left: 0
}

.o-list-bare__item {
    margin-left: 0
}

.o-list-inline {
    margin-left: 0;
    list-style: none
}

.o-list-inline__item {
    display: inline-block
}

.o-box {
    display: block;
    padding: 24px
}

    .o-box:after {
        content: "" !important;
        display: block !important;
        clear: both !important
    }

    .o-box > :last-child {
        margin-bottom: 0
    }

.o-box--flush {
    padding: 0
}

.o-box--tiny {
    padding: 6px
}

.o-box--small {
    padding: 12px
}

.o-box--large {
    padding: 48px
}

.o-box--huge {
    padding: 96px
}

.o-box--responsive {
    padding: 24px
}

@media (min-width:46.25em) {
    .o-box--responsive {
        padding: 48px
    }
}

@media (min-width:61.25em) {
    .o-box--responsive {
        padding: 96px
    }
}

.o-block {
    display: block;
    text-align: center
}

.o-block__img {
    margin-bottom: 24px
}

.o-block--flush > .o-block__img {
    margin-bottom: 0
}

.o-block--tiny > .o-block__img {
    margin-bottom: 6px
}

.o-block--small > .o-block__img {
    margin-bottom: 12px
}

.o-block--large > .o-block__img {
    margin-bottom: 48px
}

.o-block--huge > .o-block__img {
    margin-bottom: 96px
}

.o-block__body {
    display: block
}

.o-block--right {
    text-align: right
}

.o-block--left {
    text-align: left
}

.o-ratio {
    position: relative;
    display: block
}

    .o-ratio:before {
        content: "";
        display: block;
        width: 100%;
        padding-bottom: 100%
    }

    .o-ratio > embed, .o-ratio > iframe, .o-ratio > object, .o-ratio__content {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%
    }

.o-ratio--2\:1:before {
    padding-bottom: 50%
}

.o-ratio--4\:3:before {
    padding-bottom: 75%
}

.o-ratio--16\:9:before {
    padding-bottom: 56.25%
}

.o-ratio--img-contain > .o-ratio__content:before {
    height: auto;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.o-crop {
    position: relative;
    display: block;
    overflow: hidden
}

.o-crop__content {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none
}

.o-crop__content--left-top {
    left: 0
}

.o-crop__content--left-center {
    top: 50%;
    transform: translateY(-50%)
}

.o-crop__content--left-bottom {
    top: auto;
    bottom: 0
}

.o-crop__content--right-top {
    right: 0;
    left: auto
}

.o-crop__content--right-center {
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%)
}

.o-crop__content--right-bottom {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto
}

.o-crop__content--center-top {
    left: 50%;
    transform: translateX(-50%)
}

.o-crop__content--center, .o-crop__content--center-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.o-crop__content--center-bottom {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.o-crop--2\:1 {
    padding-bottom: 50%
}

.o-crop--4\:3 {
    padding-bottom: 75%
}

.o-crop--16\:9 {
    padding-bottom: 56.25%
}

.o-crop--fill > .o-crop__content {
    min-height: 100%;
    min-width: 100%
}

.o-table {
    width: 100%
}

.o-table--fixed {
    table-layout: fixed
}

.o-table--tiny td, .o-table--tiny th {
    padding: 6px
}

.o-table--small td, .o-table--small th {
    padding: 12px
}

.o-table--large td, .o-table--large th {
    padding: 48px
}

.o-table--huge td, .o-table--huge th {
    padding: 96px
}

.o-pack {
    width: 100%;
    margin-left: 0;
    display: table;
    table-layout: fixed
}

.o-pack__item {
    display: table-cell;
    vertical-align: top
}

.o-pack--middle > .o-pack__item {
    vertical-align: middle
}

.o-pack--bottom > .o-pack__item {
    vertical-align: bottom
}

.o-pack--auto {
    table-layout: auto
}

.o-pack--tiny {
    border-spacing: 6px
}

.o-pack--small {
    border-spacing: 12px
}

.o-pack--default {
    border-spacing: 24px
}

.o-pack--large {
    border-spacing: 48px
}

.o-pack--huge {
    border-spacing: 96px
}

.o-pack--reverse {
    direction: rtl
}

    .o-pack--reverse > .o-pack__item {
        direction: ltr
    }

.o-wrapper {
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1260px
}

    .o-wrapper:after {
        content: "" !important;
        display: block !important;
        clear: both !important
    }

.o-wrapper--flush {
    padding-left: 0;
    padding-right: 0
}

.o-wrapper--wide {
    max-width: 1380px
}

.o-content-block {
    padding-top: 24px;
    overflow: auto
}

    .o-content-block + .o-content-block {
        padding-top: 0
    }

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #ccc
    }

        .mfp-preloader a:hover {
            color: #fff
        }

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

    .mfp-close:focus, .mfp-close:hover {
        opacity: 1
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:focus, .mfp-arrow:hover {
        opacity: 1
    }

    .mfp-arrow:after, .mfp-arrow:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #000
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #444
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.c-article {
    position: relative
}

    .c-article:before {
        content: '';
        background-color: var(--colour-blue);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 3px;
        margin-left: -15px
    }

@media (min-width:46.25em) {
    .c-article {
        margin-left: 24px;
        margin-right: 24px
    }

        .c-article:before {
            width: 5px;
            margin-left: -29px
        }
}

@media (min-width:61.25em) {
    .c-article {
        margin-left: 48px;
        margin-right: 48px
    }

        .c-article:before {
            margin-left: -53px
        }
}

.c-article__date {
    color: inherit;
    font-weight: 700;
    font-size: 11px;
    font-size: .78571rem;
    line-height: 1.63636;
    margin-bottom: 12px
}

.tileDate {
    position: absolute;
    bottom: 0.5em;
    right: 1em;
}

@media (min-width:46.25em) {
    .c-article__date {
        text-align: right;
        font-size: 12px;
        font-size: .85714rem;
        line-height: 1.5
    }
}

.c-article__title {
    font-weight: 700;
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 1.6;
    margin-bottom: 12px
}

@media (min-width:46.25em) {
    .c-article__title {
        font-size: 16px;
        font-size: 1.14286rem;
        line-height: 1.5
    }
}

.c-article__title-link {
    text-decoration: none;
    color: inherit
}

    .c-article__title-link:hover {
        text-decoration: underline
    }

.c-article__body > :last-child {
    margin-bottom: 0
}

@media (min-width:46.25em) {
    .c-article__intro {
        margin-bottom: 24px
    }
}

.c-article__intro-p {
    margin-top: -24px;
}

.c-article__content {
    margin-bottom: 24px
}

    .c-article__content > :last-child {
        margin-bottom: 0
    }

@media (min-width:46.25em) {
    .c-article__content {
        display: block
    }
}

.c-article__images > :last-child {
    margin-bottom: 0
}

.c-article__img {
    margin-bottom: 24px
}

@media (min-width:46.25em) {
    .c-article__img {
        margin-bottom: 0
    }
}

.c-article__cta {
    display: none
}

@media (min-width:46.25em) {
    .c-article__cta {
        display: block
    }
}

.c-article--warning:before {
    background-color: var(--colour-warning);
}

.c-article--warning .c-article__date {
    color: var(--colour-warning);
}

.c-article--error:before {
    background-color: var(--colour-error);
}

.c-article--error .c-article__date {
    color: var(--colour-error);
}

.c-accordion {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right
}

.c-accordion__row + .c-accordion__row {
    border-top: 1px solid rgba(255,255,255,.1)
}

.c-accordion__item {
    padding-top: 24px;
    padding-bottom: 24px;
    cursor: pointer
}

    .c-accordion__item + .c-accordion__item {
        border-top: 1px solid rgba(255,255,255,.5)
    }

.c-accordion__content {
    background-color: #fff
}

.c-accordion__num {
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 23px;
    font-weight: 700;
    font-family: "Roboto Condensed",sans-serif
}

@media (min-width:46.25em) {
    .c-accordion__num {
        font-size: 23px;
        font-size: 1.64286rem;
        line-height: 1.30435
    }
}

.c-accordion__title {
    font-size: 23px;
    font-size: 1.64286rem;
    line-height: 23px;
    display: block;
    font-family: "Roboto Condensed",sans-serif;
    margin-bottom: 0
}

@media (min-width:46.25em) {
    .c-accordion__title {
        display: inline-block;
        vertical-align: middle;
        font-size: 27px;
        font-size: 1.92857rem;
        line-height: 1.33333;
        margin-right: 48px
    }
}

.c-accordion__subtitle {
    font-size: 12px;
    font-size: .85714rem;
    line-height: 1.5;
    display: block;
    font-style: italic;
    margin-right: 96px
}

@media (min-width:46.25em) {
    .c-accordion__subtitle {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.71429;
        margin-right: 0
    }

        .c-accordion__subtitle:before {
            content: '-'
        }
}

.c-accordion__toggle {
    float: right;
    transition: all .3s ease-in-out
}

    .c-accordion__toggle > svg {
        width: 30px;
        height: 30px;
        display: block
    }

    .c-accordion__toggle[aria-expanded=true] {
        transform: rotate(180deg)
    }

.c-accordion--primary {
    background-color: #459ee9
}

    .c-accordion--primary .c-accordion__item {
        color: var(--colour-yellow);
    }

    .c-accordion--primary .c-accordion__title {
        color: var(--colour-yellow);
    }

    .c-accordion--primary .c-accordion__subtitle {
        color: #fff
    }

.c-accordion--secondary {
    background: #bf6d20;
    background: -webkit-linear-gradient(left,#bf6d20,#a82760);
    background: linear-gradient(to right,#bf6d20,#a82760)
}

    .c-accordion--secondary .c-accordion__num {
        color: #fff
    }

    .c-accordion--secondary .c-accordion__title {
        color: #fff
    }

    .c-accordion--secondary .c-accordion__subtitle {
        color: inherit
    }

.c-accordion--background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right
}

.c-band {
    padding-top: 24px;
    padding-bottom: 24px
}

    .c-band > :last-child {
        margin-bottom: 0
    }

.c-band--small {
    padding-top: 12px;
    padding-bottom: 12px
}

.c-band--large {
    padding-top: 48px;
    padding-bottom: 48px
}

.c-band--huge {
    padding-top: 96px;
    padding-bottom: 96px
}

.c-band--flush {
    padding-top: 0;
    padding-bottom: 0
}

.c-band--responsive {
    padding-top: 24px;
    padding-bottom: 24px
}

@media (min-width:46.25em) {
    .c-band--responsive {
        padding-top: 34px;
        padding-bottom: 34px
    }
}

@media (min-width:61.25em) {
    .c-band--responsive {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

.c-band--stacked + .c-band--stacked {
    border-top: 1px solid var(--colour-grey-light);
}

.c-band--stacked-p {
    margin-bottom: -24px;
}

.c-band--primary {
    background: #023a77;
    background: -webkit-linear-gradient(left,#023a77,#34768e);
    background: linear-gradient(to right,#023a77,#34768e)
}

.c-band--secondary {
    background: #fee300;
    background: -webkit-linear-gradient(left,#fee300, var(--colour-status-warning-gradient-end));
    background: linear-gradient(to right,#fee300, var(--colour-status-warning-gradient-end))
}

.c-band--info {
    background-color: var(--colour-teal);
}

.c-band--tint {
    background-color: var(--colour-grey-light);
}

.c-band--background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right
}

.c-btn {
    display: inline-block;
    vertical-align: middle;
    font: inherit;
    text-align: center;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    padding: 12px 24px;
    transition: all .3s ease-in-out;
    border-radius: 120px;
    border: 2px solid transparent;
    font-weight: 700;
    color: inherit
}

.c-btn__icon {
    display: inline-block;
    margin-right: 6px;
    max-height: 18px;
    max-width: 18px
}

    .c-btn__icon > svg {
        height: 18px;
        width: 18px;
        fill: currentColor;
        vertical-align: middle
    }

    .c-btn__icon > img {
        height: 18px;
        width: 18px;
        fill: currentColor;
        vertical-align: middle
    }

.c-btn__icon--arrow {
    margin-left: 12px;
    margin-right: 0
}

    .c-btn__icon--arrow > svg {
        height: 10px;
        width: 10px
    }

@media (min-width:61.25em) {
    .c-btn__shorttext {
        display: none
    }
}

@media (max-width:61.24em) {
    .c-btn__longtext {
        display: none
    }
}

.c-btn--primary {
    background-color: var(--colour-blue);
}

    .c-btn--primary, .c-btn--primary:active, .c-btn--primary:focus, .c-btn--primary:hover {
        text-decoration: none;
        color: #fff
    }

        .c-btn--primary:focus, .c-btn--primary:hover {
            background-color: #014a8a
        }

.c-btn--secondary {
    background-color: var(--colour-grey-light);
}

    .c-btn--secondary, .c-btn--secondary:active, .c-btn--secondary:focus, .c-btn--secondary:hover {
        text-decoration: none;
        color: var(--colour-blue);
    }

        .c-btn--secondary:focus, .c-btn--secondary:hover {
            background-color: var(--colour-btn-secondary-hover);
        }

.c-btn--success {
    background-color: var(--colour-success);
}

    .c-btn--success, .c-btn--success:active, .c-btn--success:focus, .c-btn--success:hover {
        text-decoration: none;
        color: #fff
    }

        .c-btn--success:focus, .c-btn--success:hover {
            background-color: var(--colour-btn-success-hover);
        }

.c-btn--warning {
    background-color: var(--colour-warning);
}

    .c-btn--warning, .c-btn--warning:active, .c-btn--warning:focus, .c-btn--warning:hover {
        text-decoration: none;
        color: #fff
    }

        .c-btn--warning:focus, .c-btn--warning:hover {
            background-color: var(--colour-btn-warning-hover);
        }

.c-btn--error {
    background-color: var(--colour-error);
}

    .c-btn--error, .c-btn--error:active, .c-btn--error:focus, .c-btn--error:hover {
        text-decoration: none;
        color: #fff
    }

        .c-btn--error:focus, .c-btn--error:hover {
            background-color: var(--colour-btn-error-hover);
        }

.c-btn--contrast {
    background-color: var(--colour-btn-contrast);
}

    .c-btn--contrast, .c-btn--contrast:active, .c-btn--contrast:focus, .c-btn--contrast:hover {
        text-decoration: none;
        color: var(--colour-blue);
    }

.c-btn--link {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.c-btn--circle {
    height: 46px;
    width: 46px;
    position: relative;
    padding: 0
}

    .c-btn--circle .c-btn__icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin: 0
    }

        .c-btn--circle .c-btn__icon > svg {
            display: block
        }

.c-btn--ghost {
    border: 2px solid currentColor
}

    .c-btn--ghost, .c-btn--ghost:active, .c-btn--ghost:focus, .c-btn--ghost:hover {
        background: 0 0
    }

        .c-btn--ghost.c-btn--small {
            padding: 4px 10px
        }

        .c-btn--ghost.c-btn--large {
            padding: 22px 46px
        }

        .c-btn--ghost.c-btn--primary {
            color: var(--colour-blue);
        }

            .c-btn--ghost.c-btn--primary:focus, .c-btn--ghost.c-btn--primary:hover {
                color: #014a8a
            }

        .c-btn--ghost.c-btn--success {
            color: var(--colour-success);
        }

            .c-btn--ghost.c-btn--success:focus, .c-btn--ghost.c-btn--success:hover {
                color: var(--colour-btn-success-hover);
            }

        .c-btn--ghost.c-btn--warning {
            color: var(--colour-warning);
        }

            .c-btn--ghost.c-btn--warning:focus, .c-btn--ghost.c-btn--warning:hover {
                color: var(--colour-btn-warning-hover);
            }

        .c-btn--ghost.c-btn--error {
            color: var(--colour-error);
        }

            .c-btn--ghost.c-btn--error:focus, .c-btn--ghost.c-btn--error:hover {
                color: var(--colour-btn-error-hover);
            }

        .c-btn--ghost.c-btn--contrast {
            color: var(--colour-btn-contrast);
        }

.c-btn--small {
    padding: 6px 12px
}

.c-btn--large {
    padding: 24px 48px
}

.c-carousel__wrapper {
    min-height: 88px
}

@media (min-width:46.25em) {
    .c-carousel__wrapper {
        min-height: 154px
    }
}

.c-carousel {
    position: relative
}

    .c-carousel .owl-carousel {
        display: none
    }

        .c-carousel .owl-carousel.owl-loaded {
            display: block
        }

    .c-carousel .owl-nav {
        width: 100%;
        background-color: transparent;
        -webkit-tap-highlight-color: transparent
    }

        .c-carousel .owl-nav .disabled {
            opacity: .8;
            cursor: default
        }

    .c-carousel .owl-next, .c-carousel .owl-prev {
        color: #000;
        background: #fff;
        display: inline-block;
        height: 100%;
        cursor: pointer;
        position: absolute;
        width: 40px;
        border: 1px solid var(--colour-grey-light);
    }

        .c-carousel .owl-next:hover, .c-carousel .owl-prev:hover {
            text-decoration: none
        }

        .c-carousel .owl-next > img, .c-carousel .owl-prev > img {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 20px;
            transform: translate(-50%,-50%);
            background-color: #fff;
            border-radius: 50%;
            opacity: .2
        }

        .c-carousel .owl-next.disabled, .c-carousel .owl-prev.disabled {
            display: none
        }

    .c-carousel .owl-prev {
        top: 0;
        left: 0;
        box-shadow: 10px 5px 10px rgba(0,0,0,.1)
    }

    .c-carousel .owl-next {
        top: 0;
        right: 0;
        box-shadow: -10px 5px 10px rgba(0,0,0,.1)
    }

.c-page-head {
    position: relative;
    border-bottom: 1px solid var(--colour-grey-light);
}

    .c-page-head:before {
        display: block;
        content: '';
        background-image: url(/assets/build/images/tape.gif);
        background-repeat: repeat-x;
        height: 7px;
        width: 100%
    }

.c-page-head__home-link {
    display: block;
    float: left;
    padding-top: 12px;
    padding-bottom: 12px
}

.c-page-head__logo {
    height: 40px;
    width: 152px
}

@media (min-width:46.25em) {
    .c-page-head__logo {
        height: 54px;
        width: 205px
    }
}

.c-page-head__nav {
    display: block;
    margin-left: -24px;
    margin-right: -24px;
    clear: both
}

@media (min-width:61.25em) {
    .c-page-head__nav {
        float: right;
        width: auto;
        clear: none;
        padding-top: 16px
    }
}

.c-page-head__burger {
    float: right;
    margin-left: 24px;
    padding-top: 10px
}

@media (min-width:46.25em) {
    .c-page-head__burger {
        padding-top: 15px
    }
}

.c-page-foot {
    background: #023a77;
    background: -webkit-linear-gradient(left,#023a77,#34768e);
    background: linear-gradient(to right,#023a77,#34768e);
    padding-top: 24px;
    color: #fff
}

    .c-page-foot:after {
        display: block;
        content: '';
        background-image: url(/assets/build/images/tape.gif);
        background-repeat: repeat-x;
        height: 7px;
        width: 100%
    }

.c-page-foot__head {
    border-bottom: 1px solid #2e6190;
    margin-bottom: 24px
}

.c-page-foot__head-link {
    padding-left: 0;
    padding-right: 0
}

    .c-page-foot__head-link svg {
        fill: var(--colour-yellow);
    }

@media (min-width:46.25em) {
    .c-page-foot__disclaimer {
        text-align: right
    }
}

.c-page-foot__nav {
    margin-bottom: 24px
}

.c-page-foot__link {
    color: inherit;
    text-decoration: none;
    display: block;
    margin-bottom: 12px
}

.c-label {
    display: block
}

.c-input-text {
    border: 1px solid var(--colour-grey-mid);
    min-width: 25ch;
    outline: 0;
    transition: border-color all .3s ease-in-out;
    padding: 12px 6px;
    vertical-align: middle;
    border-radius: 3px
}

    .c-input-text:active, .c-input-text:focus {
        border-color: var(--colour-blue);
    }

.c-topnav {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0
}

@media (min-width:64.5em) {
    .c-topnav {
        display: block;
        list-style: none;
        font-size: 0
    }
}

.c-topnav__item {
    width: 33.33%;
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.71429
}

    .c-topnav__item + .c-topnav__item {
        border-left: 1px solid #fff
    }

    .c-topnav__item .dropdown-menu {
        z-index: 2
    }

@media (min-width:64.5em) {
    .c-topnav__item {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin-left: 12px;
        margin-right: 12px
    }
}

.c-topnav__btn {
    border-radius: 0;
    width: 100%;
    vertical-align: top;
    padding: 12px 6px
}

    .c-topnav__btn .c-btn__icon {
        display: none
    }

@media (min-width:64.5em) {
    .c-topnav__btn {
        border-radius: 120px;
        padding: 12px 24px
    }

        .c-topnav__btn .c-btn__icon {
            display: inline-block
        }
}

.c-topnav__btn--search {
    height: 43px;
    background-color: var(--colour-blue);
    width: 43px;
    position: relative;
    padding: 0
}

    .c-topnav__btn--search .c-btn__icon {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin: -2px 0 0 0
    }

.c-hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

    .c-hamburger:hover {
        opacity: .7
    }

    .c-hamburger.is-active .c-hamburger__inner, .c-hamburger[aria-expanded=true] .c-hamburger__inner {
        background-color: transparent;
        transform: rotateX(-180deg)
    }

        .c-hamburger.is-active .c-hamburger__inner::before, .c-hamburger[aria-expanded=true] .c-hamburger__inner::before {
            transform: translate3d(0,7px,0) rotate(45deg)
        }

        .c-hamburger.is-active .c-hamburger__inner::after, .c-hamburger[aria-expanded=true] .c-hamburger__inner::after {
            transform: translate3d(0,-7px,0) rotate(-45deg)
        }

.c-hamburger__box {
    width: 29px;
    height: 17px;
    perspective: 58px;
    display: inline-block;
    position: relative
}

.c-hamburger__inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)
}

    .c-hamburger__inner, .c-hamburger__inner::after, .c-hamburger__inner::before {
        width: 29px;
        height: 3px;
        background-color: var(--colour-blue);
        border-radius: 0;
        position: absolute;
        transition-property: transform;
        transition-duration: .15s;
        transition-timing-function: ease
    }

        .c-hamburger__inner::after, .c-hamburger__inner::before {
            content: "";
            display: block;
            transition: transform 0s .1s cubic-bezier(.645,.045,.355,1)
        }

        .c-hamburger__inner::before {
            top: -7px
        }

        .c-hamburger__inner::after {
            bottom: -7px
        }

.c-subnav {
    background: #fff
}

.c-subnav__list {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0
}

.c-subnav__item {
    margin-left: 0;
    text-align: right
}

.c-subnav__link {
    display: block;
    width: 100%;
    color: var(--colour-blue);
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px
}

    .c-subnav__link:hover {
        background-color: var(--colour-grey-light);
    }

.c-subnav__sublist {
    list-style: none;
    padding-left: 24px;
    margin-left: 0;
    margin-bottom: 0;
    background-color: var(--colour-blue);
}

    .c-subnav__sublist .c-subnav__link {
        color: #fff
    }

@media (min-width:46.25em) {
    .dropdown {
        position: relative
    }
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 10rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: var(--colour-blue);
    background-clip: padding-box;
    width: 100%
}

@media (min-width:46.25em) {
    .dropdown-menu {
        float: left;
        z-index: 1000
    }
}

.dropdown-item {
    display: block;
    width: 100%;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    text-decoration: none;
    font-weight: 700
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: var(--colour-blue-light);
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: var(--colour-blue-light);
    }

.dropdown-menu.show {
    display: block
}

@media (min-width:46.25em) {
    .c-social {
        text-align: right
    }
}

.c-social__item + .c-social__item {
    margin-left: 12px
}

.c-social__btn {
    background-color: #fff;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    position: relative;
    display: inline-block
}

    .c-social__btn svg {
        fill: var(--colour-blue);
    }

    .c-social__btn img {
        vertical-align: initial
    }

.c-social-widget-container {
    height: 642px
}

.c-social-widget-container-header, c-social-widget-container-body {
    padding: 5px
}

.c-social-widget-container-body {
    border: 2px solid var(--colour-blue);
    border-top: none
}

.c-social-widget-container .facebook-header {
    background-color: #3b5998;
    border: 2px solid #3b5998
}

.c-social-widget-container .twitter-header {
    background-color: #55acee;
    border: 2px solid #55acee
}

.c-social-widget-container .c-social-widget-container-header h3, .c-social-widget-container .c-social-widget-container-header h5 {
    color: #fff
}

.fb-page, .fb-page span, .fb-page span iframe[style] {
    max-width: 100% !important
}

.c-intro-block {
    display: block
}

@media (min-width:46.25em) {
    .c-intro-block {
        display: table
    }
}

.c-intro-block__lead {
    display: block;
    margin-bottom: 24px;
    max-width: 400px
}

@media (min-width:46.25em) {
    .c-intro-block__lead {
        display: table-cell;
        vertical-align: top;
        padding-right: 48px
    }
}

.c-intro-block__lead-nointro {
    display: block;
    margin-bottom: 24px
}

@media (min-width:46.25em) {
    .c-intro-block__lead-nointro {
        display: table-cell;
        vertical-align: top;
        padding-right: 48px
    }
}

.c-intro-block__title {
    color: var(--colour-blue);
}

@media (min-width:46.25em) {
    .c-intro-block__title {
        border-right: 3px solid var(--colour-yellow);
        padding-right: 48px
    }
}

@media (min-width:61.25em) {
    .c-intro-block__title {
        padding-right: 96px
    }
}

.c-intro-block__content {
    display: block;
    margin-bottom: 0
}

@media (min-width:46.25em) {
    .c-intro-block__content {
        display: table-cell;
        vertical-align: middle
    }
}

.c-cta {
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 1.6
}

.c-cta__btn {
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    text-align: left
}

.c-cta--promo {
    color: var(--colour-blue);
    background: #fee300;
    background: -webkit-linear-gradient(left,#fee300, var(--colour-status-warning-gradient-end));
    background: linear-gradient(to right,#fee300, var(--colour-status-warning-gradient-end))
}

.c-cta--dark {
    color: #fff;
    background-color: var(--colour-blue-dark);
}

    .c-cta--dark .c-cta__btn {
        font-size: 18px;
        font-size: 1.28571rem;
        line-height: 1.33333;
        font-weight: 700;
        font-family: "Roboto Condensed",sans-serif;
        text-transform: uppercase
    }

.c-promo {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1.33333;
    display: block
}

@media (min-width:46.25em) {
    .c-promo {
        display: table
    }
}

.c-promo__img {
    margin-bottom: 24px;
    display: block
}

@media (min-width:46.25em) {
    .c-promo__img {
        padding-right: 24px;
        margin-bottom: 0;
        display: table-cell;
        vertical-align: middle
    }
}

.c-promo__grabber {
    font-size: 23px;
    font-size: 1.64286rem;
    line-height: 23px;
    font-weight: 700;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    text-transform: uppercase;
    border: 3px solid var(--colour-grey);
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    width: 150px
}

.c-promo__grabber h3 {
    color: initial;
    display: inline;
    font-size: 1.64286rem;
}

.c-promo__grabber-icon {
    display: inline-block;
    margin-right: 6px;
    max-height: 18px;
    max-width: 18px
}

    .c-promo__grabber-icon > svg {
        height: 18px;
        width: 18px;
        fill: currentColor;
        vertical-align: middle
    }

.c-promo__body {
    display: block;
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 1.6;
    font-weight: 700
}

    .c-promo__body, .c-promo__body > :last-child {
        margin-bottom: 0
    }

@media (min-width:46.25em) {
    .c-promo__body {
        overflow: hidden;
        display: table-cell;
        vertical-align: middle
    }
}

@media (min-width:61.25em) {
    .c-promo__body {
        font-size: 18px;
        font-size: 1.28571rem;
        line-height: 1.33333
    }
}

.c-numbered-list {
    list-style: none;
    counter-reset: li;
    margin-left: 0;
    padding-left: 0
}

    .c-numbered-list > li {
        margin-left: 0;
        margin-bottom: 12px;
        padding-left: 34px;
        list-style: none;
        position: relative
    }

        .c-numbered-list > li:before {
            content: counter(li);
            counter-increment: li;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 50%;
            height: 20px;
            width: 20px;
            background-color: var(--colour-yellow);
            color: var(--colour-blue);
            text-align: center;
            font-weight: 700
        }

.c-unordered-list {
    list-style: none;
    padding-left: 0;
    margin-left: 12px
}

    .c-unordered-list > li {
        margin-left: 0;
        margin-bottom: 12px;
        list-style: none;
        position: relative
    }

        .c-unordered-list > li:before {
            content: '';
            display: inline-block;
            border-radius: 50%;
            height: 10px;
            width: 10px;
            margin-right: 12px;
            background-color: var(--colour-blue);
        }

.c-status-banner {
    color: var(--colour-status-banner-text);
}

@media (min-width:61.25em) {
    .c-status-banner {
        padding-top: 48px
    }
}

.c-status-banner__inner {
    position: relative;
    display: block
}

    .c-status-banner__inner:after {
        content: "" !important;
        display: block !important;
        clear: both !important
    }

.c-status-banner__img {
    margin-bottom: 12px
}

@media (min-width:46.25em) {
    .c-status-banner__img {
        width: 40px;
        float: left;
        margin-right: 24px;
        padding-top: 12px
    }
}

.c-status-banner__body {
    overflow: hidden;
    display: block
}

    .c-status-banner__body, .c-status-banner__body > :last-child {
        margin-bottom: 0
    }

.c-status-banner__date {
    font-weight: 700;
    font-size: 11px;
    font-size: .78571rem;
    line-height: 1.63636;
    color: #fff;
    display: block;
    margin-bottom: 12px
}

@media (min-width:61.25em) {
    .c-status-banner__date {
        font-size: 12px;
        font-size: .85714rem;
        line-height: 1.5;
        margin-bottom: 0
    }
}

.c-status-banner__title {
    font-weight: 700;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 1.5;
    color: inherit;
    text-transform: none;
    font-family: "Open Sans",sans-serif
}

@media (min-width:61.25em) {
    .c-status-banner__title {
        font-size: 24px;
        font-size: 1.71429rem;
        line-height: 1.25
    }
}

.c-status-banner__lead {
    font-weight: 700;
    font-size: 13px;
    font-size: .92857rem;
    line-height: 18px
}

@media (min-width:61.25em) {
    .c-status-banner__lead {
        font-size: 16px;
        font-size: 1.14286rem;
        line-height: 25px
    }
}

@media (min-width:86.25em) {
    .c-status-banner__lead {
        padding-right: 20%
    }
}

.c-status-banner__link {
    float: right;
    display: none;
    margin-left: 24px
}

@media (min-width:46.25em) {
    .c-status-banner__link {
        display: block
    }
}

.c-status-banner__link-mobile {
    width: 100%
}

@media (min-width:46.25em) {
    .c-status-banner__link-mobile {
        display: none
    }
}

.c-status-banner--ok {
    background: var(--colour-status-ok-gradient-start);
    background: -webkit-linear-gradient(left, var(--colour-status-ok-gradient-start), var(--colour-status-ok-gradient-end));
    background: linear-gradient(to right, var(--colour-status-ok-gradient-start), var(--colour-status-ok-gradient-end))
}

.c-status-banner--warning {
    background: var(--colour-status-warning-gradient-start);
    background: -webkit-linear-gradient(left, var(--colour-status-warning-gradient-start), var(--colour-status-warning-gradient-end));
    background: linear-gradient(to right, var(--colour-status-warning-gradient-start), var(--colour-status-warning-gradient-end))
}

.c-status-banner--error {
    background: var(--colour-status-error-gradient-start);
    background: -webkit-linear-gradient(left, var(--colour-status-error-gradient-start), var(--colour-status-error-gradient-end));
    background: linear-gradient(to right, var(--colour-status-error-gradient-start), var(--colour-status-error-gradient-end))
}

.c-image-tile {
    position: relative;
    display: block;
    color: var(--colour-blue);
    text-decoration: none;
    text-align: center;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    border-left: 1px solid var(--colour-grey-light);
}

@media (min-width:46.25em) {
    .c-image-tile {
        padding-top: 24px;
        padding-right: 24px;
        padding-bottom: 24px;
        padding-left: 24px
    }
}

.c-image-tile.is-active, .c-image-tile:focus, .c-image-tile:hover {
    background-color: var(--colour-blue);
    color: #fff
}

    .c-image-tile.is-active .c-image-tile__icon, .c-image-tile:focus .c-image-tile__icon, .c-image-tile:hover .c-image-tile__icon {
        display: none
    }

    .c-image-tile.is-active .c-image-tile__icon--hover, .c-image-tile:focus .c-image-tile__icon--hover, .c-image-tile:hover .c-image-tile__icon--hover {
        display: block
    }

.c-image-tile__icon {
    display: block
}

    .c-image-tile__icon > svg {
        width: 40px;
        height: 40px
    }

@media (min-width:46.25em) {
    .c-image-tile__icon > svg {
        width: 80px;
        height: 80px
    }
}

.c-image-tile__icon--hover {
    display: none
}

.c-image-tile__img {
    display: block;
    margin-bottom: 6px
}

.c-image-tile__label {
    display: block;
    text-transform: uppercase;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 11px;
    font-size: .78571rem;
    line-height: 1.63636
}

@media (min-width:46.25em) {
    .c-image-tile__label {
        font-size: inherit
    }
}

.c-enlarge {
    position: relative;
    display: block;
    overflow: hidden
}

    .c-enlarge:hover .c-enlarge__expand {
        transform: scale(1.2)
    }

.c-enlarge__expand {
    cursor: pointer;
    padding: 6px;
    display: block;
    position: absolute;
    top: auto;
    bottom: 12px;
    right: 12px;
    background: rgba(0,0,0,.3);
    transition: all .3s ease-in-out
}

    .c-enlarge__expand:after {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        background-image: url(/assets/build/images/icon-fullscreen.svg);
        background-size: 15px 15px
    }

.c-enlarge--video:hover .c-enlarge__expand {
    transform: none
}

.c-enlarge--video .c-enlarge__expand {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

    .c-enlarge--video .c-enlarge__expand:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80px;
        height: 80px;
        background-image: url(/assets/build/images/icon-play.svg);
        background-size: 80px 80px;
        opacity: .9;
        transform: translate(-50%,-50%)
    }

.c-jumbo-block {
    display: block;
    width: 100%;
    position: relative;
    background-color: var(--colour-blue);
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 34px;
    padding-left: 24px
}

@media (min-width:46.25em) {
    .c-jumbo-block {
        padding-top: 48px;
        padding-right: 48px;
        padding-bottom: 88px;
        padding-left: 48px
    }
}

@media (min-width:86.25em) {
    .c-jumbo-block {
        padding-top: 96px;
        padding-right: 96px;
        padding-bottom: 136px;
        padding-left: 96px
    }
}

.c-jumbo-block__title {
    display: block;
    color: inherit;
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 1.5
}

@media (min-width:46.25em) {
    .c-jumbo-block__title {
        font-size: 32px;
        font-size: 2.28571rem;
        line-height: 1.3125
    }
}

@media (min-width:61.25em) {
    .c-jumbo-block__title {
        font-size: 35px;
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 34px
    }
}

.c-jumbo-block__summary {
    display: none
}

@media (min-width:46.25em) {
    .c-jumbo-block__summary {
        display: block
    }
}

@media (min-width:61.25em) {
    .c-jumbo-block__summary {
        margin-bottom: 34px
    }
}

.c-jumbo-block__btn {
    display: none
}

@media (min-width:46.25em) {
    .c-jumbo-block__btn {
        display: inline-block;
        position: absolute;
        bottom: 48px;
        left: 48px
    }
}

@media (min-width:86.25em) {
    .c-jumbo-block__btn {
        bottom: 96px;
        left: 96px
    }
}

.c-jumbo-block__arrow {
    position: absolute;
    top: auto;
    left: 24px;
    bottom: 24px
}

    .c-jumbo-block__arrow > svg {
        height: 10px;
        width: 10px;
        fill: #fff
    }

@media (min-width:46.25em) {
    .c-jumbo-block__arrow {
        display: none
    }
}

.c-jumbo-block__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

@media (min-width:46.25em) {
    .c-jumbo-block__overlay {
        display: none
    }
}

.c-list-block {
    list-style: none;
    width: 100%;
    margin-bottom: 0
}

.c-list-block__item {
    border-top: 1px solid var(--colour-grey-light);
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px
}

@media (min-width:61.25em) {
    .c-list-block__item {
        padding-right: 48px;
        padding-left: 48px
    }
}

.c-list-block__item--small {
    padding-top: 12px;
    padding-bottom: 12px
}

.c-resource__title {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.71429;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--colour-grey);
    text-decoration: none
}

    .c-resource__title:hover {
        text-decoration: underline
    }

@media (min-width:46.25em) {
    .c-resource__title {
        font-size: 16px;
        font-size: 1.14286rem;
        line-height: 1.5
    }
}

.c-resource__tags {
    font-weight: 700;
    text-align: right;
    width: 140px;
    color: var(--colour-blue);
    display: none
}

@media (min-width:46.25em) {
    .c-resource__tags {
        display: table-cell
    }
}

.c-resource__date {
    font-size: 12px;
    font-size: .85714rem;
    line-height: 1.5;
    font-weight: 700;
    color: var(--colour-grey-mid);
    text-align: right;
    width: 140px
}

.c-tag-list {
    margin-bottom: 12px
}

.c-tag-list__item {
    display: inline-block
}

.c-tag-list__btn {
    margin-bottom: 12px
}

    .c-tag-list__btn:hover {
        color: var(--colour-blue-light);
    }

    .c-tag-list__btn.is-active, .c-tag-list__btn:active {
        background-color: var(--colour-blue);
        color: #fff
    }

.fulltextsearch_searchbox {
    width: 60%
}

.fulltextsearch_results {
    margin-top: 40PX
}

.fulltextsearch_error {
    margin-top: 40px;
    font-size: x-large
}

.fulltextsearch_pagination_ul {
    list-style: none;
    margin-left: 0
}

    .fulltextsearch_pagination_ul li {
        float: left;
        padding-right: 10px
    }

.fulltextsearch_pagination:after {
    clear: both;
    content: ' ';
    display: block;
    margin-bottom: 20px
}

.fulltextsearch_info {
    clear: both;
    padding-top: 20px
}

.fulltextsearch_thispage {
    font-weight: 700
}

    .fulltextsearch_thispage .c-pagination__link {
        font-weight: 400
    }

.c-repository__aside {
    position: relative;
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
    background-color: transparent;
    width: 100%
}

    .c-repository__aside:before {
        position: absolute;
        content: '';
        background-color: var(--colour-grey-light);
        top: 0;
        right: 0;
        bottom: 0;
        width: 10000px;
        z-index: -1
    }

.c-repository__results {
    color: var(--colour-blue);
    font-size: 12px;
    font-size: .85714rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0
}

.c-repository__pager {
    text-align: center
}

@media (min-width:46.25em) {
    .c-repository__pager {
        text-align: right
    }
}

.c-pagination {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin: 0;
    list-style: none
}

.c-pagination__item {
    text-align: center
}

.c-pagination__pager {
    display: block
}

    .c-pagination__pager > img {
        width: 12px;
        height: 12px;
        display: block
    }

.c-pagination__link {
    font-weight: 700;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 1.5;
    position: relative;
    display: block;
    text-decoration: none;
    color: var(--colour-blue);
    background-color: #fff;
    padding: 12px;
    border-radius: 50%
}

    .c-pagination__link:active, .is-active .c-pagination__link {
        color: #fff;
        background-color: var(--colour-blue);
    }

.c-pagination__prev {
    padding-right: 24px
}

    .c-pagination__prev > img {
        transform: rotate(-180deg)
    }

.c-pagination__next {
    padding-left: 24px
}

.c-repository__pager .c-pagination__link {
    width: 40px;
    height: 40px
}

.c-tabs {
    border-top: 1px solid var(--colour-grey-light);
}

.c-tabs__nav {
    display: none
}

@media (min-width:46.25em) {
    .c-tabs__nav {
        margin: 0;
        padding: 0;
        display: flex
    }

        .c-tabs__nav > :first-child {
            border-left: none
        }
}

.c-tabs__item {
    flex-basis: 100%;
    display: inline-block;
    border-left: 1px solid var(--colour-grey-light);
}

.c-tabs__link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1.33333;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 24px;
    padding-left: 48px;
    padding-bottom: 24px;
    padding-right: 48px
}

    .c-tabs__link:focus, .c-tabs__link:hover {
        color: var(--colour-blue-light);
    }

    .c-tabs__link.active {
        background-color: transparent
    }

.c-tabs__pane {
    display: none
}

    .c-tabs__pane.active {
        display: block
    }

@media (min-width:61.25em) {
    .c-tabs__pane > :first-child {
        padding-top: 24px
    }
}

.c-tabs__dropdown {
    display: block;
    text-align: center
}

@media (min-width:46.25em) {
    .c-tabs__dropdown {
        display: none
    }
}

.c-tabs__select {
    width: 100%;
    color: var(--colour-blue);
    font-size: 12px;
    font-size: .85714rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 24px;
    border: 2px solid var(--colour-blue);
    border-radius: 3px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px
}

.c-tabs--primary .c-tabs__nav > :first-child .c-tabs__link.active:before {
    width: 10000px
}

.c-tabs--primary .c-tabs__nav > :last-child .c-tabs__link.active:before {
    width: 10000px;
    left: 0;
    right: auto
}

.c-tabs--primary .c-tabs__link {
    color: var(--colour-blue);
}

    .c-tabs--primary .c-tabs__link:focus, .c-tabs--primary .c-tabs__link:hover {
        color: var(--colour-blue-light);
    }

    .c-tabs--primary .c-tabs__link.active {
        color: #fff;
        position: relative
    }

        .c-tabs--primary .c-tabs__link.active:before {
            position: absolute;
            content: '';
            width: 100%;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            background-color: var(--colour-blue);
        }

.c-feature-tile {
    display: block;
    position: relative;
    margin-bottom: 24px;
    background-color: var(--colour-grey-light);
}

@media (min-width:46.25em) {
    .c-feature-tile {
        padding-bottom: 63px
    }
}

.c-feature-tile__body, .c-feature-tile__img {
    display: block
}

.c-feature-tile__img {
    width: auto;
    height: auto;
    display: block;
    position: relative;
    padding-top: 65%;
    overflow: hidden
}

    .c-feature-tile__img img {
        display: block;
        position: absolute;
        max-width: none;
        height: 100%;
        top: 0;
        bottom: 0;
        left: -9999px;
        right: -9999px;
        margin: auto
    }

.c-feature-tile__body {
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px
}

@media (min-width:46.25em) {
    .c-feature-tile__body {
        padding-bottom: 0
    }
}

.c-feature-tile__title {
    margin-bottom: 24px;
    font-size: 23px;
    font-size: 1.64286rem;
    line-height: 26px;
    color: var(--colour-blue);
}

    .c-feature-tile__title > a,
    .c-feature-tile a {
        text-decoration: none;
        color: inherit;
    }

.c-feature-tile__text {
    display: block
}

@media (min-width:46.25em) {
    .c-feature-tile__footer {
        padding: 0 20px 20px;
        margin-top: -63px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%
    }
}

.c-search-control {
    text-align: right;
    opacity: 0;
    margin-right: -24px;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: ease-in all .3s
}

.collapsing .c-search-control, .show .c-search-control {
    opacity: 1;
    margin-right: 0
}

.c-search-control__field {
    display: inline-flex;
    align-items: center
}

.c-search-control__icon {
    margin-right: 24px
}

    .c-search-control__icon > svg {
        width: 24px;
        height: 24px;
        display: block
    }

.c-search-control__input {
    color: #fff;
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 1.25;
    background-color: transparent;
    border: 0;
    font-style: italic;
    font-family: "Open Sans",sans-serif;
    width: 260px;
    outline: 0
}

    .c-search-control__input::-webkit-input-placeholder {
        color: rgba(255,255,255,.5)
    }

    .c-search-control__input::-moz-placeholder {
        color: rgba(255,255,255,.5)
    }

    .c-search-control__input:-ms-input-placeholder {
        color: rgba(255,255,255,.5)
    }

    .c-search-control__input:-moz-placeholder {
        color: rgba(255,255,255,.5)
    }

.c-search-control__submit {
    height: 38px;
    width: 38px;
    margin-right: 15px
}

    .c-search-control__submit svg {
        color: var(--colour-blue);
        width: 10px
    }

.u-clearfix:after {
    content: "" !important;
    display: block !important;
    clear: both !important
}

.u-1\/1 {
    width: 100% !important
}

.u-push-1\/1 {
    position: relative !important;
    right: auto !important;
    left: 100% !important
}

.u-pull-1\/1 {
    position: relative !important;
    right: 100% !important;
    left: auto !important
}

.u-1\/2 {
    width: 50% !important
}

.u-push-1\/2 {
    position: relative !important;
    right: auto !important;
    left: 50% !important
}

.u-pull-1\/2 {
    position: relative !important;
    right: 50% !important;
    left: auto !important
}

.u-2\/2 {
    width: 100% !important
}

.u-push-2\/2 {
    position: relative !important;
    right: auto !important;
    left: 100% !important
}

.u-pull-2\/2 {
    position: relative !important;
    right: 100% !important;
    left: auto !important
}

.u-1\/3 {
    width: 33.33333% !important
}

.u-push-1\/3 {
    position: relative !important;
    right: auto !important;
    left: 33.33333% !important
}

.u-pull-1\/3 {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important
}

.u-2\/3 {
    width: 66.66667% !important
}

.u-push-2\/3 {
    position: relative !important;
    right: auto !important;
    left: 66.66667% !important
}

.u-pull-2\/3 {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important
}

.u-3\/3 {
    width: 100% !important
}

.u-push-3\/3 {
    position: relative !important;
    right: auto !important;
    left: 100% !important
}

.u-pull-3\/3 {
    position: relative !important;
    right: 100% !important;
    left: auto !important
}

.u-1\/4 {
    width: 25% !important
}

.u-push-1\/4 {
    position: relative !important;
    right: auto !important;
    left: 25% !important
}

.u-pull-1\/4 {
    position: relative !important;
    right: 25% !important;
    left: auto !important
}

.u-2\/4 {
    width: 50% !important
}

.u-push-2\/4 {
    position: relative !important;
    right: auto !important;
    left: 50% !important
}

.u-pull-2\/4 {
    position: relative !important;
    right: 50% !important;
    left: auto !important
}

.u-3\/4 {
    width: 75% !important
}

.u-push-3\/4 {
    position: relative !important;
    right: auto !important;
    left: 75% !important
}

.u-pull-3\/4 {
    position: relative !important;
    right: 75% !important;
    left: auto !important
}

.u-4\/4 {
    width: 100% !important
}

.u-push-4\/4 {
    position: relative !important;
    right: auto !important;
    left: 100% !important
}

.u-pull-4\/4 {
    position: relative !important;
    right: 100% !important;
    left: auto !important
}

.u-1\/5 {
    width: 20% !important
}

.u-push-1\/5 {
    position: relative !important;
    right: auto !important;
    left: 20% !important
}

.u-pull-1\/5 {
    position: relative !important;
    right: 20% !important;
    left: auto !important
}

.u-2\/5 {
    width: 40% !important
}

.u-push-2\/5 {
    position: relative !important;
    right: auto !important;
    left: 40% !important
}

.u-pull-2\/5 {
    position: relative !important;
    right: 40% !important;
    left: auto !important
}

.u-3\/5 {
    width: 60% !important
}

.u-push-3\/5 {
    position: relative !important;
    right: auto !important;
    left: 60% !important
}

.u-pull-3\/5 {
    position: relative !important;
    right: 60% !important;
    left: auto !important
}

.u-4\/5 {
    width: 80% !important
}

.u-push-4\/5 {
    position: relative !important;
    right: auto !important;
    left: 80% !important
}

.u-pull-4\/5 {
    position: relative !important;
    right: 80% !important;
    left: auto !important
}

.u-5\/5 {
    width: 100% !important
}

.u-push-5\/5 {
    position: relative !important;
    right: auto !important;
    left: 100% !important
}

.u-pull-5\/5 {
    position: relative !important;
    right: 100% !important;
    left: auto !important
}

.u-1\/6 {
    width: 16.66667% !important
}

.u-push-1\/6 {
    position: relative !important;
    right: auto !important;
    left: 16.66667% !important
}

.u-pull-1\/6 {
    position: relative !important;
    right: 16.66667% !important;
    left: auto !important
}

.u-2\/6 {
    width: 33.33333% !important
}

.u-push-2\/6 {
    position: relative !important;
    right: auto !important;
    left: 33.33333% !important
}

.u-pull-2\/6 {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important
}

.u-3\/6 {
    width: 50% !important
}

.u-push-3\/6 {
    position: relative !important;
    right: auto !important;
    left: 50% !important
}

.u-pull-3\/6 {
    position: relative !important;
    right: 50% !important;
    left: auto !important
}

.u-4\/6 {
    width: 66.66667% !important
}

.u-push-4\/6 {
    position: relative !important;
    right: auto !important;
    left: 66.66667% !important
}

.u-pull-4\/6 {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important
}

.u-5\/6 {
    width: 83.33333% !important
}

.u-push-5\/6 {
    position: relative !important;
    right: auto !important;
    left: 83.33333% !important
}

.u-pull-5\/6 {
    position: relative !important;
    right: 83.33333% !important;
    left: auto !important
}

.u-6\/6 {
    width: 100% !important
}

.u-push-6\/6 {
    position: relative !important;
    right: auto !important;
    left: 100% !important
}

.u-pull-6\/6 {
    position: relative !important;
    right: 100% !important;
    left: auto !important
}

.u-1\/12 {
    width: 8.33333% !important
}

.u-push-1\/12 {
    position: relative !important;
    right: auto !important;
    left: 8.33333% !important
}

.u-pull-1\/12 {
    position: relative !important;
    right: 8.33333% !important;
    left: auto !important
}

.u-2\/12 {
    width: 16.66667% !important
}

.u-push-2\/12 {
    position: relative !important;
    right: auto !important;
    left: 16.66667% !important
}

.u-pull-2\/12 {
    position: relative !important;
    right: 16.66667% !important;
    left: auto !important
}

.u-3\/12 {
    width: 25% !important
}

.u-push-3\/12 {
    position: relative !important;
    right: auto !important;
    left: 25% !important
}

.u-pull-3\/12 {
    position: relative !important;
    right: 25% !important;
    left: auto !important
}

.u-4\/12 {
    width: 33.33333% !important
}

.u-push-4\/12 {
    position: relative !important;
    right: auto !important;
    left: 33.33333% !important
}

.u-pull-4\/12 {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important
}

.u-5\/12 {
    width: 41.66667% !important
}

.u-push-5\/12 {
    position: relative !important;
    right: auto !important;
    left: 41.66667% !important
}

.u-pull-5\/12 {
    position: relative !important;
    right: 41.66667% !important;
    left: auto !important
}

.u-6\/12 {
    width: 50% !important
}

.u-push-6\/12 {
    position: relative !important;
    right: auto !important;
    left: 50% !important
}

.u-pull-6\/12 {
    position: relative !important;
    right: 50% !important;
    left: auto !important
}

.u-7\/12 {
    width: 58.33333% !important
}

.u-push-7\/12 {
    position: relative !important;
    right: auto !important;
    left: 58.33333% !important
}

.u-pull-7\/12 {
    position: relative !important;
    right: 58.33333% !important;
    left: auto !important
}

.u-8\/12 {
    width: 66.66667% !important
}

.u-push-8\/12 {
    position: relative !important;
    right: auto !important;
    left: 66.66667% !important
}

.u-pull-8\/12 {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important
}

.u-9\/12 {
    width: 75% !important
}

.u-push-9\/12 {
    position: relative !important;
    right: auto !important;
    left: 75% !important
}

.u-pull-9\/12 {
    position: relative !important;
    right: 75% !important;
    left: auto !important
}

.u-10\/12 {
    width: 83.33333% !important
}

.u-push-10\/12 {
    position: relative !important;
    right: auto !important;
    left: 83.33333% !important
}

.u-pull-10\/12 {
    position: relative !important;
    right: 83.33333% !important;
    left: auto !important
}

.u-11\/12 {
    width: 91.66667% !important
}

.u-push-11\/12 {
    position: relative !important;
    right: auto !important;
    left: 91.66667% !important
}

.u-pull-11\/12 {
    position: relative !important;
    right: 91.66667% !important;
    left: auto !important
}

.u-12\/12 {
    width: 100% !important
}

.u-push-12\/12 {
    position: relative !important;
    right: auto !important;
    left: 100% !important
}

.u-pull-12\/12 {
    position: relative !important;
    right: 100% !important;
    left: auto !important
}

@media (min-width:20em) {
    .u-1\/1\@mobile {
        width: 100% !important
    }

    .u-push-1\/1\@mobile {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-1\/1\@mobile {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/2\@mobile {
        width: 50% !important
    }

    .u-push-1\/2\@mobile {
        position: relative !important;
        right: auto !important;
        left: 50% !important
    }

    .u-pull-1\/2\@mobile {
        position: relative !important;
        right: 50% !important;
        left: auto !important
    }

    .u-2\/2\@mobile {
        width: 100% !important
    }

    .u-push-2\/2\@mobile {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-2\/2\@mobile {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/3\@mobile {
        width: 33.33333% !important
    }

    .u-push-1\/3\@mobile {
        position: relative !important;
        right: auto !important;
        left: 33.33333% !important
    }

    .u-pull-1\/3\@mobile {
        position: relative !important;
        right: 33.33333% !important;
        left: auto !important
    }

    .u-2\/3\@mobile {
        width: 66.66667% !important
    }

    .u-push-2\/3\@mobile {
        position: relative !important;
        right: auto !important;
        left: 66.66667% !important
    }

    .u-pull-2\/3\@mobile {
        position: relative !important;
        right: 66.66667% !important;
        left: auto !important
    }

    .u-3\/3\@mobile {
        width: 100% !important
    }

    .u-push-3\/3\@mobile {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-3\/3\@mobile {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/4\@mobile {
        width: 25% !important
    }

    .u-push-1\/4\@mobile {
        position: relative !important;
        right: auto !important;
        left: 25% !important
    }

    .u-pull-1\/4\@mobile {
        position: relative !important;
        right: 25% !important;
        left: auto !important
    }

    .u-2\/4\@mobile {
        width: 50% !important
    }

    .u-push-2\/4\@mobile {
        position: relative !important;
        right: auto !important;
        left: 50% !important
    }

    .u-pull-2\/4\@mobile {
        position: relative !important;
        right: 50% !important;
        left: auto !important
    }

    .u-3\/4\@mobile {
        width: 75% !important
    }

    .u-push-3\/4\@mobile {
        position: relative !important;
        right: auto !important;
        left: 75% !important
    }

    .u-pull-3\/4\@mobile {
        position: relative !important;
        right: 75% !important;
        left: auto !important
    }

    .u-4\/4\@mobile {
        width: 100% !important
    }

    .u-push-4\/4\@mobile {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-4\/4\@mobile {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/5\@mobile {
        width: 20% !important
    }

    .u-push-1\/5\@mobile {
        position: relative !important;
        right: auto !important;
        left: 20% !important
    }

    .u-pull-1\/5\@mobile {
        position: relative !important;
        right: 20% !important;
        left: auto !important
    }

    .u-2\/5\@mobile {
        width: 40% !important
    }

    .u-push-2\/5\@mobile {
        position: relative !important;
        right: auto !important;
        left: 40% !important
    }

    .u-pull-2\/5\@mobile {
        position: relative !important;
        right: 40% !important;
        left: auto !important
    }

    .u-3\/5\@mobile {
        width: 60% !important
    }

    .u-push-3\/5\@mobile {
        position: relative !important;
        right: auto !important;
        left: 60% !important
    }

    .u-pull-3\/5\@mobile {
        position: relative !important;
        right: 60% !important;
        left: auto !important
    }

    .u-4\/5\@mobile {
        width: 80% !important
    }

    .u-push-4\/5\@mobile {
        position: relative !important;
        right: auto !important;
        left: 80% !important
    }

    .u-pull-4\/5\@mobile {
        position: relative !important;
        right: 80% !important;
        left: auto !important
    }

    .u-5\/5\@mobile {
        width: 100% !important
    }

    .u-push-5\/5\@mobile {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-5\/5\@mobile {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/6\@mobile {
        width: 16.66667% !important
    }

    .u-push-1\/6\@mobile {
        position: relative !important;
        right: auto !important;
        left: 16.66667% !important
    }

    .u-pull-1\/6\@mobile {
        position: relative !important;
        right: 16.66667% !important;
        left: auto !important
    }

    .u-2\/6\@mobile {
        width: 33.33333% !important
    }

    .u-push-2\/6\@mobile {
        position: relative !important;
        right: auto !important;
        left: 33.33333% !important
    }

    .u-pull-2\/6\@mobile {
        position: relative !important;
        right: 33.33333% !important;
        left: auto !important
    }

    .u-3\/6\@mobile {
        width: 50% !important
    }

    .u-push-3\/6\@mobile {
        position: relative !important;
        right: auto !important;
        left: 50% !important
    }

    .u-pull-3\/6\@mobile {
        position: relative !important;
        right: 50% !important;
        left: auto !important
    }

    .u-4\/6\@mobile {
        width: 66.66667% !important
    }

    .u-push-4\/6\@mobile {
        position: relative !important;
        right: auto !important;
        left: 66.66667% !important
    }

    .u-pull-4\/6\@mobile {
        position: relative !important;
        right: 66.66667% !important;
        left: auto !important
    }

    .u-5\/6\@mobile {
        width: 83.33333% !important
    }

    .u-push-5\/6\@mobile {
        position: relative !important;
        right: auto !important;
        left: 83.33333% !important
    }

    .u-pull-5\/6\@mobile {
        position: relative !important;
        right: 83.33333% !important;
        left: auto !important
    }

    .u-6\/6\@mobile {
        width: 100% !important
    }

    .u-push-6\/6\@mobile {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-6\/6\@mobile {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/12\@mobile {
        width: 8.33333% !important
    }

    .u-push-1\/12\@mobile {
        position: relative !important;
        right: auto !important;
        left: 8.33333% !important
    }

    .u-pull-1\/12\@mobile {
        position: relative !important;
        right: 8.33333% !important;
        left: auto !important
    }

    .u-2\/12\@mobile {
        width: 16.66667% !important
    }

    .u-push-2\/12\@mobile {
        position: relative !important;
        right: auto !important;
        left: 16.66667% !important
    }

    .u-pull-2\/12\@mobile {
        position: relative !important;
        right: 16.66667% !important;
        left: auto !important
    }

    .u-3\/12\@mobile {
        width: 25% !important
    }

    .u-push-3\/12\@mobile {
        position: relative !important;
        right: auto !important;
        left: 25% !important
    }

    .u-pull-3\/12\@mobile {
        position: relative !important;
        right: 25% !important;
        left: auto !important
    }

    .u-4\/12\@mobile {
        width: 33.33333% !important
    }

    .u-push-4\/12\@mobile {
        position: relative !important;
        right: auto !important;
        left: 33.33333% !important
    }

    .u-pull-4\/12\@mobile {
        position: relative !important;
        right: 33.33333% !important;
        left: auto !important
    }

    .u-5\/12\@mobile {
        width: 41.66667% !important
    }

    .u-push-5\/12\@mobile {
        position: relative !important;
        right: auto !important;
        left: 41.66667% !important
    }

    .u-pull-5\/12\@mobile {
        position: relative !important;
        right: 41.66667% !important;
        left: auto !important
    }

    .u-6\/12\@mobile {
        width: 50% !important
    }

    .u-push-6\/12\@mobile {
        position: relative !important;
        right: auto !important;
        left: 50% !important
    }

    .u-pull-6\/12\@mobile {
        position: relative !important;
        right: 50% !important;
        left: auto !important
    }

    .u-7\/12\@mobile {
        width: 58.33333% !important
    }

    .u-push-7\/12\@mobile {
        position: relative !important;
        right: auto !important;
        left: 58.33333% !important
    }

    .u-pull-7\/12\@mobile {
        position: relative !important;
        right: 58.33333% !important;
        left: auto !important
    }

    .u-8\/12\@mobile {
        width: 66.66667% !important
    }

    .u-push-8\/12\@mobile {
        position: relative !important;
        right: auto !important;
        left: 66.66667% !important
    }

    .u-pull-8\/12\@mobile {
        position: relative !important;
        right: 66.66667% !important;
        left: auto !important
    }

    .u-9\/12\@mobile {
        width: 75% !important
    }

    .u-push-9\/12\@mobile {
        position: relative !important;
        right: auto !important;
        left: 75% !important
    }

    .u-pull-9\/12\@mobile {
        position: relative !important;
        right: 75% !important;
        left: auto !important
    }

    .u-10\/12\@mobile {
        width: 83.33333% !important
    }

    .u-push-10\/12\@mobile {
        position: relative !important;
        right: auto !important;
        left: 83.33333% !important
    }

    .u-pull-10\/12\@mobile {
        position: relative !important;
        right: 83.33333% !important;
        left: auto !important
    }

    .u-11\/12\@mobile {
        width: 91.66667% !important
    }

    .u-push-11\/12\@mobile {
        position: relative !important;
        right: auto !important;
        left: 91.66667% !important
    }

    .u-pull-11\/12\@mobile {
        position: relative !important;
        right: 91.66667% !important;
        left: auto !important
    }

    .u-12\/12\@mobile {
        width: 100% !important
    }

    .u-push-12\/12\@mobile {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-12\/12\@mobile {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-push-none\@mobile {
        left: auto !important
    }

    .u-pull-none\@mobile {
        right: auto !important
    }
}

@media (min-width:46.25em) {
    .u-1\/1\@tablet {
        width: 100% !important
    }

    .u-push-1\/1\@tablet {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-1\/1\@tablet {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/2\@tablet {
        width: 50% !important
    }

    .u-push-1\/2\@tablet {
        position: relative !important;
        right: auto !important;
        left: 50% !important
    }

    .u-pull-1\/2\@tablet {
        position: relative !important;
        right: 50% !important;
        left: auto !important
    }

    .u-2\/2\@tablet {
        width: 100% !important
    }

    .u-push-2\/2\@tablet {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-2\/2\@tablet {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/3\@tablet {
        width: 33.33333% !important
    }

    .u-push-1\/3\@tablet {
        position: relative !important;
        right: auto !important;
        left: 33.33333% !important
    }

    .u-pull-1\/3\@tablet {
        position: relative !important;
        right: 33.33333% !important;
        left: auto !important
    }

    .u-2\/3\@tablet {
        width: 66.66667% !important
    }

    .u-push-2\/3\@tablet {
        position: relative !important;
        right: auto !important;
        left: 66.66667% !important
    }

    .u-pull-2\/3\@tablet {
        position: relative !important;
        right: 66.66667% !important;
        left: auto !important
    }

    .u-3\/3\@tablet {
        width: 100% !important
    }

    .u-push-3\/3\@tablet {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-3\/3\@tablet {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/4\@tablet {
        width: 25% !important
    }

    .u-push-1\/4\@tablet {
        position: relative !important;
        right: auto !important;
        left: 25% !important
    }

    .u-pull-1\/4\@tablet {
        position: relative !important;
        right: 25% !important;
        left: auto !important
    }

    .u-2\/4\@tablet {
        width: 50% !important
    }

    .u-push-2\/4\@tablet {
        position: relative !important;
        right: auto !important;
        left: 50% !important
    }

    .u-pull-2\/4\@tablet {
        position: relative !important;
        right: 50% !important;
        left: auto !important
    }

    .u-3\/4\@tablet {
        width: 75% !important
    }

    .u-push-3\/4\@tablet {
        position: relative !important;
        right: auto !important;
        left: 75% !important
    }

    .u-pull-3\/4\@tablet {
        position: relative !important;
        right: 75% !important;
        left: auto !important
    }

    .u-4\/4\@tablet {
        width: 100% !important
    }

    .u-push-4\/4\@tablet {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-4\/4\@tablet {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/5\@tablet {
        width: 20% !important
    }

    .u-push-1\/5\@tablet {
        position: relative !important;
        right: auto !important;
        left: 20% !important
    }

    .u-pull-1\/5\@tablet {
        position: relative !important;
        right: 20% !important;
        left: auto !important
    }

    .u-2\/5\@tablet {
        width: 40% !important
    }

    .u-push-2\/5\@tablet {
        position: relative !important;
        right: auto !important;
        left: 40% !important
    }

    .u-pull-2\/5\@tablet {
        position: relative !important;
        right: 40% !important;
        left: auto !important
    }

    .u-3\/5\@tablet {
        width: 60% !important
    }

    .u-push-3\/5\@tablet {
        position: relative !important;
        right: auto !important;
        left: 60% !important
    }

    .u-pull-3\/5\@tablet {
        position: relative !important;
        right: 60% !important;
        left: auto !important
    }

    .u-4\/5\@tablet {
        width: 80% !important
    }

    .u-push-4\/5\@tablet {
        position: relative !important;
        right: auto !important;
        left: 80% !important
    }

    .u-pull-4\/5\@tablet {
        position: relative !important;
        right: 80% !important;
        left: auto !important
    }

    .u-5\/5\@tablet {
        width: 100% !important
    }

    .u-push-5\/5\@tablet {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-5\/5\@tablet {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/6\@tablet {
        width: 16.66667% !important
    }

    .u-push-1\/6\@tablet {
        position: relative !important;
        right: auto !important;
        left: 16.66667% !important
    }

    .u-pull-1\/6\@tablet {
        position: relative !important;
        right: 16.66667% !important;
        left: auto !important
    }

    .u-2\/6\@tablet {
        width: 33.33333% !important
    }

    .u-push-2\/6\@tablet {
        position: relative !important;
        right: auto !important;
        left: 33.33333% !important
    }

    .u-pull-2\/6\@tablet {
        position: relative !important;
        right: 33.33333% !important;
        left: auto !important
    }

    .u-3\/6\@tablet {
        width: 50% !important
    }

    .u-push-3\/6\@tablet {
        position: relative !important;
        right: auto !important;
        left: 50% !important
    }

    .u-pull-3\/6\@tablet {
        position: relative !important;
        right: 50% !important;
        left: auto !important
    }

    .u-4\/6\@tablet {
        width: 66.66667% !important
    }

    .u-push-4\/6\@tablet {
        position: relative !important;
        right: auto !important;
        left: 66.66667% !important
    }

    .u-pull-4\/6\@tablet {
        position: relative !important;
        right: 66.66667% !important;
        left: auto !important
    }

    .u-5\/6\@tablet {
        width: 83.33333% !important
    }

    .u-push-5\/6\@tablet {
        position: relative !important;
        right: auto !important;
        left: 83.33333% !important
    }

    .u-pull-5\/6\@tablet {
        position: relative !important;
        right: 83.33333% !important;
        left: auto !important
    }

    .u-6\/6\@tablet {
        width: 100% !important
    }

    .u-push-6\/6\@tablet {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-6\/6\@tablet {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/12\@tablet {
        width: 8.33333% !important
    }

    .u-push-1\/12\@tablet {
        position: relative !important;
        right: auto !important;
        left: 8.33333% !important
    }

    .u-pull-1\/12\@tablet {
        position: relative !important;
        right: 8.33333% !important;
        left: auto !important
    }

    .u-2\/12\@tablet {
        width: 16.66667% !important
    }

    .u-push-2\/12\@tablet {
        position: relative !important;
        right: auto !important;
        left: 16.66667% !important
    }

    .u-pull-2\/12\@tablet {
        position: relative !important;
        right: 16.66667% !important;
        left: auto !important
    }

    .u-3\/12\@tablet {
        width: 25% !important
    }

    .u-push-3\/12\@tablet {
        position: relative !important;
        right: auto !important;
        left: 25% !important
    }

    .u-pull-3\/12\@tablet {
        position: relative !important;
        right: 25% !important;
        left: auto !important
    }

    .u-4\/12\@tablet {
        width: 33.33333% !important
    }

    .u-push-4\/12\@tablet {
        position: relative !important;
        right: auto !important;
        left: 33.33333% !important
    }

    .u-pull-4\/12\@tablet {
        position: relative !important;
        right: 33.33333% !important;
        left: auto !important
    }

    .u-5\/12\@tablet {
        width: 41.66667% !important
    }

    .u-push-5\/12\@tablet {
        position: relative !important;
        right: auto !important;
        left: 41.66667% !important
    }

    .u-pull-5\/12\@tablet {
        position: relative !important;
        right: 41.66667% !important;
        left: auto !important
    }

    .u-6\/12\@tablet {
        width: 50% !important
    }

    .u-push-6\/12\@tablet {
        position: relative !important;
        right: auto !important;
        left: 50% !important
    }

    .u-pull-6\/12\@tablet {
        position: relative !important;
        right: 50% !important;
        left: auto !important
    }

    .u-7\/12\@tablet {
        width: 58.33333% !important
    }

    .u-push-7\/12\@tablet {
        position: relative !important;
        right: auto !important;
        left: 58.33333% !important
    }

    .u-pull-7\/12\@tablet {
        position: relative !important;
        right: 58.33333% !important;
        left: auto !important
    }

    .u-8\/12\@tablet {
        width: 66.66667% !important
    }

    .u-push-8\/12\@tablet {
        position: relative !important;
        right: auto !important;
        left: 66.66667% !important
    }

    .u-pull-8\/12\@tablet {
        position: relative !important;
        right: 66.66667% !important;
        left: auto !important
    }

    .u-9\/12\@tablet {
        width: 75% !important
    }

    .u-push-9\/12\@tablet {
        position: relative !important;
        right: auto !important;
        left: 75% !important
    }

    .u-pull-9\/12\@tablet {
        position: relative !important;
        right: 75% !important;
        left: auto !important
    }

    .u-10\/12\@tablet {
        width: 83.33333% !important
    }

    .u-push-10\/12\@tablet {
        position: relative !important;
        right: auto !important;
        left: 83.33333% !important
    }

    .u-pull-10\/12\@tablet {
        position: relative !important;
        right: 83.33333% !important;
        left: auto !important
    }

    .u-11\/12\@tablet {
        width: 91.66667% !important
    }

    .u-push-11\/12\@tablet {
        position: relative !important;
        right: auto !important;
        left: 91.66667% !important
    }

    .u-pull-11\/12\@tablet {
        position: relative !important;
        right: 91.66667% !important;
        left: auto !important
    }

    .u-12\/12\@tablet {
        width: 100% !important
    }

    .u-push-12\/12\@tablet {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-12\/12\@tablet {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-push-none\@tablet {
        left: auto !important
    }

    .u-pull-none\@tablet {
        right: auto !important
    }
}

@media (max-width: 61.24em) {
    .u-hidden\@mobile {
        display: none;
    }
}

@media (min-width:61.25em) {
    .u-1\/1\@desktop {
        width: 100% !important
    }

    .u-push-1\/1\@desktop {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-1\/1\@desktop {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/2\@desktop {
        width: 50% !important
    }

    .u-push-1\/2\@desktop {
        position: relative !important;
        right: auto !important;
        left: 50% !important
    }

    .u-pull-1\/2\@desktop {
        position: relative !important;
        right: 50% !important;
        left: auto !important
    }

    .u-2\/2\@desktop {
        width: 100% !important
    }

    .u-push-2\/2\@desktop {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-2\/2\@desktop {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/3\@desktop {
        width: 33.33333% !important
    }

    .u-push-1\/3\@desktop {
        position: relative !important;
        right: auto !important;
        left: 33.33333% !important
    }

    .u-pull-1\/3\@desktop {
        position: relative !important;
        right: 33.33333% !important;
        left: auto !important
    }

    .u-2\/3\@desktop {
        width: 66.66667% !important
    }

    .u-push-2\/3\@desktop {
        position: relative !important;
        right: auto !important;
        left: 66.66667% !important
    }

    .u-pull-2\/3\@desktop {
        position: relative !important;
        right: 66.66667% !important;
        left: auto !important
    }

    .u-3\/3\@desktop {
        width: 100% !important
    }

    .u-push-3\/3\@desktop {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-3\/3\@desktop {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/4\@desktop {
        width: 25% !important
    }

    .u-push-1\/4\@desktop {
        position: relative !important;
        right: auto !important;
        left: 25% !important
    }

    .u-pull-1\/4\@desktop {
        position: relative !important;
        right: 25% !important;
        left: auto !important
    }

    .u-2\/4\@desktop {
        width: 50% !important
    }

    .u-push-2\/4\@desktop {
        position: relative !important;
        right: auto !important;
        left: 50% !important
    }

    .u-pull-2\/4\@desktop {
        position: relative !important;
        right: 50% !important;
        left: auto !important
    }

    .u-3\/4\@desktop {
        width: 75% !important
    }

    .u-push-3\/4\@desktop {
        position: relative !important;
        right: auto !important;
        left: 75% !important
    }

    .u-pull-3\/4\@desktop {
        position: relative !important;
        right: 75% !important;
        left: auto !important
    }

    .u-4\/4\@desktop {
        width: 100% !important
    }

    .u-push-4\/4\@desktop {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-4\/4\@desktop {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/5\@desktop {
        width: 20% !important
    }

    .u-push-1\/5\@desktop {
        position: relative !important;
        right: auto !important;
        left: 20% !important
    }

    .u-pull-1\/5\@desktop {
        position: relative !important;
        right: 20% !important;
        left: auto !important
    }

    .u-2\/5\@desktop {
        width: 40% !important
    }

    .u-push-2\/5\@desktop {
        position: relative !important;
        right: auto !important;
        left: 40% !important
    }

    .u-pull-2\/5\@desktop {
        position: relative !important;
        right: 40% !important;
        left: auto !important
    }

    .u-3\/5\@desktop {
        width: 60% !important
    }

    .u-push-3\/5\@desktop {
        position: relative !important;
        right: auto !important;
        left: 60% !important
    }

    .u-pull-3\/5\@desktop {
        position: relative !important;
        right: 60% !important;
        left: auto !important
    }

    .u-4\/5\@desktop {
        width: 80% !important
    }

    .u-push-4\/5\@desktop {
        position: relative !important;
        right: auto !important;
        left: 80% !important
    }

    .u-pull-4\/5\@desktop {
        position: relative !important;
        right: 80% !important;
        left: auto !important
    }

    .u-5\/5\@desktop {
        width: 100% !important
    }

    .u-push-5\/5\@desktop {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-5\/5\@desktop {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/6\@desktop {
        width: 16.66667% !important
    }

    .u-push-1\/6\@desktop {
        position: relative !important;
        right: auto !important;
        left: 16.66667% !important
    }

    .u-pull-1\/6\@desktop {
        position: relative !important;
        right: 16.66667% !important;
        left: auto !important
    }

    .u-2\/6\@desktop {
        width: 33.33333% !important
    }

    .u-push-2\/6\@desktop {
        position: relative !important;
        right: auto !important;
        left: 33.33333% !important
    }

    .u-pull-2\/6\@desktop {
        position: relative !important;
        right: 33.33333% !important;
        left: auto !important
    }

    .u-3\/6\@desktop {
        width: 50% !important
    }

    .u-push-3\/6\@desktop {
        position: relative !important;
        right: auto !important;
        left: 50% !important
    }

    .u-pull-3\/6\@desktop {
        position: relative !important;
        right: 50% !important;
        left: auto !important
    }

    .u-4\/6\@desktop {
        width: 66.66667% !important
    }

    .u-push-4\/6\@desktop {
        position: relative !important;
        right: auto !important;
        left: 66.66667% !important
    }

    .u-pull-4\/6\@desktop {
        position: relative !important;
        right: 66.66667% !important;
        left: auto !important
    }

    .u-5\/6\@desktop {
        width: 83.33333% !important
    }

    .u-push-5\/6\@desktop {
        position: relative !important;
        right: auto !important;
        left: 83.33333% !important
    }

    .u-pull-5\/6\@desktop {
        position: relative !important;
        right: 83.33333% !important;
        left: auto !important
    }

    .u-6\/6\@desktop {
        width: 100% !important
    }

    .u-push-6\/6\@desktop {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-6\/6\@desktop {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/12\@desktop {
        width: 8.33333% !important
    }

    .u-push-1\/12\@desktop {
        position: relative !important;
        right: auto !important;
        left: 8.33333% !important
    }

    .u-pull-1\/12\@desktop {
        position: relative !important;
        right: 8.33333% !important;
        left: auto !important
    }

    .u-2\/12\@desktop {
        width: 16.66667% !important
    }

    .u-push-2\/12\@desktop {
        position: relative !important;
        right: auto !important;
        left: 16.66667% !important
    }

    .u-pull-2\/12\@desktop {
        position: relative !important;
        right: 16.66667% !important;
        left: auto !important
    }

    .u-3\/12\@desktop {
        width: 25% !important
    }

    .u-push-3\/12\@desktop {
        position: relative !important;
        right: auto !important;
        left: 25% !important
    }

    .u-pull-3\/12\@desktop {
        position: relative !important;
        right: 25% !important;
        left: auto !important
    }

    .u-4\/12\@desktop {
        width: 33.33333% !important
    }

    .u-push-4\/12\@desktop {
        position: relative !important;
        right: auto !important;
        left: 33.33333% !important
    }

    .u-pull-4\/12\@desktop {
        position: relative !important;
        right: 33.33333% !important;
        left: auto !important
    }

    .u-5\/12\@desktop {
        width: 41.66667% !important
    }

    .u-push-5\/12\@desktop {
        position: relative !important;
        right: auto !important;
        left: 41.66667% !important
    }

    .u-pull-5\/12\@desktop {
        position: relative !important;
        right: 41.66667% !important;
        left: auto !important
    }

    .u-6\/12\@desktop {
        width: 50% !important
    }

    .u-push-6\/12\@desktop {
        position: relative !important;
        right: auto !important;
        left: 50% !important
    }

    .u-pull-6\/12\@desktop {
        position: relative !important;
        right: 50% !important;
        left: auto !important
    }

    .u-7\/12\@desktop {
        width: 58.33333% !important
    }

    .u-push-7\/12\@desktop {
        position: relative !important;
        right: auto !important;
        left: 58.33333% !important
    }

    .u-pull-7\/12\@desktop {
        position: relative !important;
        right: 58.33333% !important;
        left: auto !important
    }

    .u-8\/12\@desktop {
        width: 66.66667% !important
    }

    .u-push-8\/12\@desktop {
        position: relative !important;
        right: auto !important;
        left: 66.66667% !important
    }

    .u-pull-8\/12\@desktop {
        position: relative !important;
        right: 66.66667% !important;
        left: auto !important
    }

    .u-9\/12\@desktop {
        width: 75% !important
    }

    .u-push-9\/12\@desktop {
        position: relative !important;
        right: auto !important;
        left: 75% !important
    }

    .u-pull-9\/12\@desktop {
        position: relative !important;
        right: 75% !important;
        left: auto !important
    }

    .u-10\/12\@desktop {
        width: 83.33333% !important
    }

    .u-push-10\/12\@desktop {
        position: relative !important;
        right: auto !important;
        left: 83.33333% !important
    }

    .u-pull-10\/12\@desktop {
        position: relative !important;
        right: 83.33333% !important;
        left: auto !important
    }

    .u-11\/12\@desktop {
        width: 91.66667% !important
    }

    .u-push-11\/12\@desktop {
        position: relative !important;
        right: auto !important;
        left: 91.66667% !important
    }

    .u-pull-11\/12\@desktop {
        position: relative !important;
        right: 91.66667% !important;
        left: auto !important
    }

    .u-12\/12\@desktop {
        width: 100% !important
    }

    .u-push-12\/12\@desktop {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-12\/12\@desktop {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-push-none\@desktop {
        left: auto !important
    }

    .u-pull-none\@desktop {
        right: auto !important
    }

    .news-grid {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 350px 1fr;
    }
}

@media (min-width:86.25em) {
    .u-1\/1\@wide {
        width: 100% !important
    }

    .u-push-1\/1\@wide {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-1\/1\@wide {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/2\@wide {
        width: 50% !important
    }

    .u-push-1\/2\@wide {
        position: relative !important;
        right: auto !important;
        left: 50% !important
    }

    .u-pull-1\/2\@wide {
        position: relative !important;
        right: 50% !important;
        left: auto !important
    }

    .u-2\/2\@wide {
        width: 100% !important
    }

    .u-push-2\/2\@wide {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-2\/2\@wide {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/3\@wide {
        width: 33.33333% !important
    }

    .u-push-1\/3\@wide {
        position: relative !important;
        right: auto !important;
        left: 33.33333% !important
    }

    .u-pull-1\/3\@wide {
        position: relative !important;
        right: 33.33333% !important;
        left: auto !important
    }

    .u-2\/3\@wide {
        width: 66.66667% !important
    }

    .u-push-2\/3\@wide {
        position: relative !important;
        right: auto !important;
        left: 66.66667% !important
    }

    .u-pull-2\/3\@wide {
        position: relative !important;
        right: 66.66667% !important;
        left: auto !important
    }

    .u-3\/3\@wide {
        width: 100% !important
    }

    .u-push-3\/3\@wide {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-3\/3\@wide {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/4\@wide {
        width: 25% !important
    }

    .u-push-1\/4\@wide {
        position: relative !important;
        right: auto !important;
        left: 25% !important
    }

    .u-pull-1\/4\@wide {
        position: relative !important;
        right: 25% !important;
        left: auto !important
    }

    .u-2\/4\@wide {
        width: 50% !important
    }

    .u-push-2\/4\@wide {
        position: relative !important;
        right: auto !important;
        left: 50% !important
    }

    .u-pull-2\/4\@wide {
        position: relative !important;
        right: 50% !important;
        left: auto !important
    }

    .u-3\/4\@wide {
        width: 75% !important
    }

    .u-push-3\/4\@wide {
        position: relative !important;
        right: auto !important;
        left: 75% !important
    }

    .u-pull-3\/4\@wide {
        position: relative !important;
        right: 75% !important;
        left: auto !important
    }

    .u-4\/4\@wide {
        width: 100% !important
    }

    .u-push-4\/4\@wide {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-4\/4\@wide {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/5\@wide {
        width: 20% !important
    }

    .u-push-1\/5\@wide {
        position: relative !important;
        right: auto !important;
        left: 20% !important
    }

    .u-pull-1\/5\@wide {
        position: relative !important;
        right: 20% !important;
        left: auto !important
    }

    .u-2\/5\@wide {
        width: 40% !important
    }

    .u-push-2\/5\@wide {
        position: relative !important;
        right: auto !important;
        left: 40% !important
    }

    .u-pull-2\/5\@wide {
        position: relative !important;
        right: 40% !important;
        left: auto !important
    }

    .u-3\/5\@wide {
        width: 60% !important
    }

    .u-push-3\/5\@wide {
        position: relative !important;
        right: auto !important;
        left: 60% !important
    }

    .u-pull-3\/5\@wide {
        position: relative !important;
        right: 60% !important;
        left: auto !important
    }

    .u-4\/5\@wide {
        width: 80% !important
    }

    .u-push-4\/5\@wide {
        position: relative !important;
        right: auto !important;
        left: 80% !important
    }

    .u-pull-4\/5\@wide {
        position: relative !important;
        right: 80% !important;
        left: auto !important
    }

    .u-5\/5\@wide {
        width: 100% !important
    }

    .u-push-5\/5\@wide {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-5\/5\@wide {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/6\@wide {
        width: 16.66667% !important
    }

    .u-push-1\/6\@wide {
        position: relative !important;
        right: auto !important;
        left: 16.66667% !important
    }

    .u-pull-1\/6\@wide {
        position: relative !important;
        right: 16.66667% !important;
        left: auto !important
    }

    .u-2\/6\@wide {
        width: 33.33333% !important
    }

    .u-push-2\/6\@wide {
        position: relative !important;
        right: auto !important;
        left: 33.33333% !important
    }

    .u-pull-2\/6\@wide {
        position: relative !important;
        right: 33.33333% !important;
        left: auto !important
    }

    .u-3\/6\@wide {
        width: 50% !important
    }

    .u-push-3\/6\@wide {
        position: relative !important;
        right: auto !important;
        left: 50% !important
    }

    .u-pull-3\/6\@wide {
        position: relative !important;
        right: 50% !important;
        left: auto !important
    }

    .u-4\/6\@wide {
        width: 66.66667% !important
    }

    .u-push-4\/6\@wide {
        position: relative !important;
        right: auto !important;
        left: 66.66667% !important
    }

    .u-pull-4\/6\@wide {
        position: relative !important;
        right: 66.66667% !important;
        left: auto !important
    }

    .u-5\/6\@wide {
        width: 83.33333% !important
    }

    .u-push-5\/6\@wide {
        position: relative !important;
        right: auto !important;
        left: 83.33333% !important
    }

    .u-pull-5\/6\@wide {
        position: relative !important;
        right: 83.33333% !important;
        left: auto !important
    }

    .u-6\/6\@wide {
        width: 100% !important
    }

    .u-push-6\/6\@wide {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-6\/6\@wide {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-1\/12\@wide {
        width: 8.33333% !important
    }

    .u-push-1\/12\@wide {
        position: relative !important;
        right: auto !important;
        left: 8.33333% !important
    }

    .u-pull-1\/12\@wide {
        position: relative !important;
        right: 8.33333% !important;
        left: auto !important
    }

    .u-2\/12\@wide {
        width: 16.66667% !important
    }

    .u-push-2\/12\@wide {
        position: relative !important;
        right: auto !important;
        left: 16.66667% !important
    }

    .u-pull-2\/12\@wide {
        position: relative !important;
        right: 16.66667% !important;
        left: auto !important
    }

    .u-3\/12\@wide {
        width: 25% !important
    }

    .u-push-3\/12\@wide {
        position: relative !important;
        right: auto !important;
        left: 25% !important
    }

    .u-pull-3\/12\@wide {
        position: relative !important;
        right: 25% !important;
        left: auto !important
    }

    .u-4\/12\@wide {
        width: 33.33333% !important
    }

    .u-push-4\/12\@wide {
        position: relative !important;
        right: auto !important;
        left: 33.33333% !important
    }

    .u-pull-4\/12\@wide {
        position: relative !important;
        right: 33.33333% !important;
        left: auto !important
    }

    .u-5\/12\@wide {
        width: 41.66667% !important
    }

    .u-push-5\/12\@wide {
        position: relative !important;
        right: auto !important;
        left: 41.66667% !important
    }

    .u-pull-5\/12\@wide {
        position: relative !important;
        right: 41.66667% !important;
        left: auto !important
    }

    .u-6\/12\@wide {
        width: 50% !important
    }

    .u-push-6\/12\@wide {
        position: relative !important;
        right: auto !important;
        left: 50% !important
    }

    .u-pull-6\/12\@wide {
        position: relative !important;
        right: 50% !important;
        left: auto !important
    }

    .u-7\/12\@wide {
        width: 58.33333% !important
    }

    .u-push-7\/12\@wide {
        position: relative !important;
        right: auto !important;
        left: 58.33333% !important
    }

    .u-pull-7\/12\@wide {
        position: relative !important;
        right: 58.33333% !important;
        left: auto !important
    }

    .u-8\/12\@wide {
        width: 66.66667% !important
    }

    .u-push-8\/12\@wide {
        position: relative !important;
        right: auto !important;
        left: 66.66667% !important
    }

    .u-pull-8\/12\@wide {
        position: relative !important;
        right: 66.66667% !important;
        left: auto !important
    }

    .u-9\/12\@wide {
        width: 75% !important
    }

    .u-push-9\/12\@wide {
        position: relative !important;
        right: auto !important;
        left: 75% !important
    }

    .u-pull-9\/12\@wide {
        position: relative !important;
        right: 75% !important;
        left: auto !important
    }

    .u-10\/12\@wide {
        width: 83.33333% !important
    }

    .u-push-10\/12\@wide {
        position: relative !important;
        right: auto !important;
        left: 83.33333% !important
    }

    .u-pull-10\/12\@wide {
        position: relative !important;
        right: 83.33333% !important;
        left: auto !important
    }

    .u-11\/12\@wide {
        width: 91.66667% !important
    }

    .u-push-11\/12\@wide {
        position: relative !important;
        right: auto !important;
        left: 91.66667% !important
    }

    .u-pull-11\/12\@wide {
        position: relative !important;
        right: 91.66667% !important;
        left: auto !important
    }

    .u-12\/12\@wide {
        width: 100% !important
    }

    .u-push-12\/12\@wide {
        position: relative !important;
        right: auto !important;
        left: 100% !important
    }

    .u-pull-12\/12\@wide {
        position: relative !important;
        right: 100% !important;
        left: auto !important
    }

    .u-push-none\@wide {
        left: auto !important
    }

    .u-pull-none\@wide {
        right: auto !important
    }
}

.u-h1 {
    font-size: 36px !important;
    font-size: 2.57143rem !important;
    line-height: 1.16667 !important
}

.u-h2 {
    font-size: 28px !important;
    font-size: 2rem !important;
    line-height: 1.28571 !important
}

.u-h3 {
    font-size: 24px !important;
    font-size: 1.71429rem !important;
    line-height: 1.25 !important
}

.u-h4 {
    font-size: 20px !important;
    font-size: 1.42857rem !important;
    line-height: 1.5 !important
}

.u-h5 {
    font-size: 18px !important;
    font-size: 1.28571rem !important;
    line-height: 1.33333 !important
}

.u-h6 {
    font-size: 16px !important;
    font-size: 1.14286rem !important;
    line-height: 1.5 !important
}

.u-padding {
    padding: 24px !important
}

.u-padding-tiny {
    padding: 6px !important
}

.u-padding-small {
    padding: 12px !important
}

.u-padding-large {
    padding: 48px !important
}

.u-padding-huge {
    padding: 96px !important
}

.u-padding-none {
    padding: 0 !important
}

.u-padding-top {
    padding-top: 24px !important
}

.u-padding-top-tiny {
    padding-top: 6px !important
}

.u-padding-top-small {
    padding-top: 12px !important
}

.u-padding-top-large {
    padding-top: 48px !important
}

.u-padding-top-huge {
    padding-top: 96px !important
}

.u-padding-top-none {
    padding-top: 0 !important
}

.u-padding-right {
    padding-right: 24px !important
}

.u-padding-right-tiny {
    padding-right: 6px !important
}

.u-padding-right-small {
    padding-right: 12px !important
}

.u-padding-right-large {
    padding-right: 48px !important
}

.u-padding-right-huge {
    padding-right: 96px !important
}

.u-padding-right-none {
    padding-right: 0 !important
}

.u-padding-bottom {
    padding-bottom: 24px !important
}

.u-padding-bottom-tiny {
    padding-bottom: 6px !important
}

.u-padding-bottom-small {
    padding-bottom: 12px !important
}

.u-padding-bottom-large {
    padding-bottom: 48px !important
}

.u-padding-bottom-huge {
    padding-bottom: 96px !important
}

.u-padding-bottom-none {
    padding-bottom: 0 !important
}

.u-padding-left {
    padding-left: 24px !important
}

.u-padding-left-tiny {
    padding-left: 6px !important
}

.u-padding-left-small {
    padding-left: 12px !important
}

.u-padding-left-large {
    padding-left: 48px !important
}

.u-padding-left-huge {
    padding-left: 96px !important
}

.u-padding-left-none {
    padding-left: 0 !important
}

.u-padding-horizontal {
    padding-left: 24px !important;
    padding-right: 24px !important
}

.u-padding-horizontal-tiny {
    padding-left: 6px !important;
    padding-right: 6px !important
}

.u-padding-horizontal-small {
    padding-left: 12px !important;
    padding-right: 12px !important
}

.u-padding-horizontal-large {
    padding-left: 48px !important;
    padding-right: 48px !important
}

.u-padding-horizontal-huge {
    padding-left: 96px !important;
    padding-right: 96px !important
}

.u-padding-horizontal-none {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.u-padding-vertical {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.u-padding-vertical-tiny {
    padding-top: 6px !important;
    padding-bottom: 6px !important
}

.u-padding-vertical-small {
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

.u-padding-vertical-large {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.u-padding-vertical-huge {
    padding-top: 96px !important;
    padding-bottom: 96px !important
}

.u-padding-vertical-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.u-margin {
    margin: 24px !important
}

.u-margin-tiny {
    margin: 6px !important
}

.u-margin-small {
    margin: 12px !important
}

.u-margin-large {
    margin: 48px !important
}

.u-margin-huge {
    margin: 96px !important
}

.u-margin-none {
    margin: 0 !important
}

.u-margin-top {
    margin-top: 24px !important
}

.u-margin-top-tiny {
    margin-top: 6px !important
}

.u-margin-top-small {
    margin-top: 12px !important
}

.u-margin-top-large {
    margin-top: 48px !important
}

.u-margin-top-huge {
    margin-top: 96px !important
}

.u-margin-top-none {
    margin-top: 0 !important
}

.u-margin-right {
    margin-right: 24px !important
}

.u-margin-right-tiny {
    margin-right: 6px !important
}

.u-margin-right-small {
    margin-right: 12px !important
}

.u-margin-right-large {
    margin-right: 48px !important
}

.u-margin-right-huge {
    margin-right: 96px !important
}

.u-margin-right-none {
    margin-right: 0 !important
}

.u-margin-bottom {
    margin-bottom: 24px !important
}

.u-margin-bottom-tiny {
    margin-bottom: 6px !important
}

.u-margin-bottom-small {
    margin-bottom: 12px !important
}

.u-margin-bottom-large {
    margin-bottom: 48px !important
}

.u-margin-bottom-huge {
    margin-bottom: 96px !important
}

.u-margin-bottom-none {
    margin-bottom: 0 !important
}

.u-margin-left {
    margin-left: 24px !important
}

.u-margin-left-tiny {
    margin-left: 6px !important
}

.u-margin-left-small {
    margin-left: 12px !important
}

.u-margin-left-large {
    margin-left: 48px !important
}

.u-margin-left-huge {
    margin-left: 96px !important
}

.u-margin-left-none {
    margin-left: 0 !important
}

.u-margin-horizontal {
    margin-left: 24px !important;
    margin-right: 24px !important
}

.u-margin-horizontal-tiny {
    margin-left: 6px !important;
    margin-right: 6px !important
}

.u-margin-horizontal-small {
    margin-left: 12px !important;
    margin-right: 12px !important
}

.u-margin-horizontal-large {
    margin-left: 48px !important;
    margin-right: 48px !important
}

.u-margin-horizontal-huge {
    margin-left: 96px !important;
    margin-right: 96px !important
}

.u-margin-horizontal-none {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.u-margin-vertical {
    margin-top: 24px !important;
    margin-bottom: 24px !important
}

.u-margin-vertical-tiny {
    margin-top: 6px !important;
    margin-bottom: 6px !important
}

.u-margin-vertical-small {
    margin-top: 12px !important;
    margin-bottom: 12px !important
}

.u-margin-vertical-large {
    margin-top: 48px !important;
    margin-bottom: 48px !important
}

.u-margin-vertical-huge {
    margin-top: 96px !important;
    margin-bottom: 96px !important
}

.u-margin-vertical-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

@media print {
    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

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

.u-hidden {
    display: none !important
}

.u-h1--responsive {
    font-size: 20px !important;
    font-size: 1.42857rem !important;
    line-height: 1.5 !important
}

@media (min-width:46.25em) {
    .u-h1--responsive {
        font-size: 32px !important;
        font-size: 2.28571rem !important;
        line-height: 1.3125 !important
    }
}

@media (min-width:61.25em) {
    .u-h1--responsive {
        font-size: 36px !important;
        font-size: 2.57143rem !important;
        line-height: 1.16667 !important
    }
}

.u-text-left {
    text-align: left !important
}

.u-text-center {
    text-align: center !important
}

.u-text-right {
    text-align: right !important
}

.collapse {
    display: none
}

    .collapse.show {
        display: block
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.u-lead {
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 1.6;
    font-weight: 700;
    color: var(--colour-blue);
}
/*# sourceMappingURL=main.css.map */
