*,
*:before,
*:after {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%
}

h1,
h3 {
    font-size: 100%;
    font-weight: normal
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}

img {
    border: 0
}

::-webkit-input-placeholder {
    color: #293238 !important
}

::-moz-placeholder {
    color: #293238 !important
}

:-ms-input-placeholder {
    color: #293238 !important
}

::placeholder {
    color: #293238 !important
}

[placeholder]:focus::placeholder {
    color: transparent !important
}

@media all and (max-width:56.25em) {
    .grid__row {
        margin: 0 -10px
    }
    .grid__column {
        padding: 0 10px
    }
}

@media all and (min-width:56.3125em) {
    .grid__row {
        margin: 0 -20px
    }
    .grid__column {
        padding: 0 20px
    }
}

@media all and (max-width:56.25em) {
    .grid__container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:56.3125em) and (max-width:68.75em) {
    .grid__container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media all and (min-width:68.8125em) {
    .grid__container {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media all and (max-width:56.25em) {
    .grid__container {
        margin-top: 30px
    }
}

@media all and (min-width:56.3125em) and (max-width:68.75em) {
    .grid__container {
        margin-top: 40px
    }
}

@media all and (min-width:68.8125em) {
    .grid__container {
        margin-top: 60px
    }
}

@media all and (max-width:56.25em) {
    .grid__container {
        margin-bottom: 30px
    }
}

@media all and (min-width:56.3125em) and (max-width:68.75em) {
    .grid__container {
        margin-bottom: 40px
    }
}

@media all and (min-width:68.8125em) {
    .grid__container {
        margin-bottom: 60px
    }
}

.grid__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
}

:root:not(.ie9) .grid__row:after {
    content: "";
    display: block;
    clear: both
}

.grid__column {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
}

@media all and (max-width:56.25em) {
    .grid__column {
        margin-bottom: 30px
    }
    .grid__column:last-of-type {
        margin-bottom: 0
    }
}

@media all and (min-width:56.3125em) {
    .grid--t-3 {
        width: 25%
    }
    .grid--t-9 {
        width: 100%
    }
}

html {
    background-color: #fff;
    color: #293238;
    font-family: Arial, sans-serif;
    font-weight: normal;
    overflow-y: scroll
}

.breakpoints {
    display: none;
}

@media all and (max-width:56.25em) {
    .breakpoints {
        font-family: mobile
    }
}

@media all and (min-width:56.3125em) and (max-width:68.75em) {
    .breakpoints {
        font-family: tablet
    }
}

@media all and (min-width:68.8125em) {
    .breakpoints {
        font-family: desktop
    }
}

@media all and (min-width:85.0625em) {
    .breakpoints {
        font-family: hd
    }
}

.text-link {
    border-bottom: 2px solid transparent;
    color: #002663;
}

.text-link:hover,
.text-link:focus {
    border-bottom-color: #f28b00
}

.faux-link:hover ~ * .text-link.faux-link-target,
.faux-link:focus ~ * .text-link.faux-link-target {
    border-bottom-color: #f28b00
}

.text-link--arrow {
    font-family: "Din Text Pro Medium", Arial, sans-serif;
    font-size-adjust: .5;
    font-weight: 500;
    font-style: normal;
    font-size: .875rem;
    text-transform: uppercase;
}

@media print {
    .text-link--arrow {
        font-weight: 600
    }
}

.text-link--arrow:after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 5px;
    width: 8px;
    height: 11px;
    background-position: -374px -292px;
    background-size: 480px 454px;
    background-image: url("../images/sprites/sprite.svg");
}

@media print {
    .text-link--arrow:after {
        background-image: url("/images/sprites/sprite.png")
    }
}

.audio-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

.container {
    position: relative;
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
}

@media print {
    .container {
        width: 100%
    }
}

.site-header,
.site-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.site-header {
    position: relative;
    z-index: 20;
    background-color: #fff;
}

@media all and (max-width:68.75em) {
    .site-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 12
    }
    @supports ((position: -webkit-sticky) or (position: sticky)) {
        .site-header {
            position: -webkit-sticky;
            position: sticky
        }
    }
}

@media all and (max-width:56.25em) {
    .site-header__container,
    .site-header__controls {
        min-height: 85px
    }
}

@media all and (min-width:56.3125em) {
    .site-header__container,
    .site-header__controls {
        min-height: 130px
    }
}

@media all and (min-width:85.0625em) {
    .site-header__container,
    .site-header__controls {
        min-height: 145px
    }
}

@media all and (max-width:56.25em) {
    .site-header__controls {
        display: -ms-flexbox;
        display: flex
    }
}

.site-header + .site-body {
    display: block;
}

@media all and (max-width:56.25em) {
    .site-header + .site-body {
        padding-top: 85px
    }
}

@media all and (min-width:56.3125em) and (max-width:68.75em) {
    .site-header + .site-body {
        padding-top: 130px
    }
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .site-header + .site-body {
        padding-top: 0
    }
}

.site-logo {
    float: left;
    position: relative;
    z-index: 3;
}

@media all and (max-width:56.25em) {
    .site-logo {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-right: 30px;
        margin-left: 30px;
        width: 89.17808219178083px;
        height: 45px;
        background-position: -1.945205479452055px -1.945205479452055px;
        background-size: 282.7397260273973px 267.4246575342466px;
        background-image: url("../images/sprites/sprite.svg")
    }
}

@media all and (min-width:56.3125em) and (max-width:68.75em) {
    .site-logo {
        margin-top: 10px;
        margin-left: 40px;
        width: 113.5068493150685px;
        height: 57px;
        background-position: -2.767123287671233px -2.767123287671233px;
        background-size: 361.64383561643837px 342.05479452054794px;
        background-image: url("../images/sprites/sprite.svg")
    }
}

@media all and (min-width:68.8125em) {
    .site-logo {
        margin-top: 32px;
        margin-left: 60px;
        width: 133.78082191780823px;
        height: 67px;
        background-position: -3.452054794520548px -3.452054794520548px;
        background-size: 427.3972602739726px 404.24657534246575px;
        background-image: url("../images/sprites/sprite.svg")
    }
}

@media all and (min-width:85.0625em) {
    .site-logo {
        margin-top: 36px;
        width: 150px;
        height: 75px;
        background-position: -4px -4px;
        background-size: 480px 454px;
        background-image: url("../images/sprites/sprite.svg")
    }
}

.site-body {
    position: relative;
    background-color: #fff
}

@font-face {
    font-family: "Din Text Pro Thin";
    src: url("../assets/fonts/light_regular/light_regular.eot");
    src: url("../assets/fonts/light_regular/light_regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/light_regular/light_regular.woff2") format("woff2"), url("../assets/fonts/light_regular/light_regular.woff") format("woff"), url("../assets/fonts/light_regular/light_regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Din Text Pro Medium";
    src: url("../assets/fonts/bold_regular/bold_regular.eot");
    src: url("../assets/fonts/bold_regular/bold_regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/bold_regular/bold_regular.woff2") format("woff2"), url("../assets/fonts/bold_regular/bold_regular.woff") format("woff"), url("../assets/fonts/bold_regular/bold_regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@media print {
    @page {
        margin: .5cm
    }
}

.has-faux-link {
    position: relative
}

.faux-link {
    display: block;
    z-index: 11;
    outline-width: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.faux-link,
.faux-link ~ * {
    cursor: pointer
}

.article {
    position: relative;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #f3f3f3;
}

.article .article-summary {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.article-media {
    display: block;
    position: relative;
    width: 100%;
    min-height: $tag-height;
}

.article-media__image {
    display: block;
    width: 100%;
    height: auto;
}

.article-media__image:hover,
.article-media__image:focus {
    opacity: .9;
    -webkit-filter: saturate(140%);
    filter: saturate(140%)
}

.faux-link:hover ~ * .article-media__image,
.faux-link:focus ~ * .article-media__image {
    opacity: .9;
    -webkit-filter: saturate(140%);
    filter: saturate(140%)
}

.article-summary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
}

.article-summary__heading,
.article-summary__summary {
    margin-bottom: 20px
}

.article-summary__heading {
    font-family: "Din Text Pro Medium", Arial, sans-serif;
    font-size-adjust: .5;
    font-weight: 500;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.2
}

@media print {
    .article-summary__heading {
        font-weight: 600
    }
}

.article-summary__summary {
    line-height: 1.3
}

.article-summary__link {
    margin-top: auto;
}

@media print {
    .article-summary__link {
        display: none !important
    }
}

.module {
    position: relative;
}

.formatted-text:after {
    content: "";
    display: block;
    clear: both
}

.formatted-text >:first-child {
    margin-top: 0
}

.formatted-text >:last-child {
    margin-bottom: 0
}

.formatted-text h3 {
    margin: 1.5em 0 1em
}

.formatted-text h1 {
    font-family: "Din Text Pro Medium", Arial, sans-serif;
    font-size-adjust: .5;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
}

@media print {
    .formatted-text h1 {
        font-weight: 600
    }
}

@media all and (max-width:56.25em) {
    .formatted-text h1 {
        font-size: 1.625rem
    }
}

@media all and (min-width:56.3125em) and (max-width:68.75em) {
    .formatted-text h1 {
        font-size: 2.25rem
    }
}

@media all and (min-width:68.8125em) {
    .formatted-text h1 {
        font-size: 2.875rem
    }
}

@media all and (min-width:85.0625em) {
    .formatted-text h1 {
        font-size: 3.5rem
    }
}

.formatted-text h3 {
    font-family: "Din Text Pro Medium", Arial, sans-serif;
    font-size-adjust: .5;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
}

@media print {
    .formatted-text h3 {
        font-weight: 600
    }
}

@media all and (max-width:56.25em) {
    .formatted-text h3 {
        font-size: 1.125rem
    }
}

@media all and (min-width:56.3125em) {
    .formatted-text h3 {
        font-size: 1.25rem
    }
}

.formatted-text p {
    margin: 1.5em 0;
    line-height: 1.4
}

.formatted-text a {
    border-width: 0 0 2px;
    border-style: solid;
    border-color: #002663;
    color: #002663;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.formatted-text a:hover,
.formatted-text a:focus {
    border-color: #f28b00
}

@media all and (min-width:56.3125em) {
    .formatted-text a[href^="sms:"],
    .formatted-text a[href^="tel:"] {
        border-width: 0;
        color: inherit;
        font-family: Arial, sans-serif;
        font-weight: normal
    }
}

@media all and (max-width:56.25em) {
    .body-content {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media all and (min-width:56.3125em) {
    .body-content {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media all and (max-width:56.25em) {
    .image-landscape {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media all and (min-width:56.3125em) {
    .image-landscape {
        margin-top: 60px;
        margin-bottom: 60px
    }
}

.image-landscape:last-child {
    margin-bottom: 0
}

@media print {
    .image-landscape {
        page-break-inside: avoid
    }
}

.image-landscape__figure {
    position: relative
}

.image-landscape__image {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto
}

.image-landscape__text .image-landscape__credit {
    padding: .7em 1em;
    color: #fff
}

.image-landscape__text .image-landscape__credit {
    font-size: .8em
}

@media all and (max-width:37.5em) {
    .image-landscape__text {
        position: relative
    }
    .image-landscape__text .image-landscape__credit {
        position: absolute;
        right: 0;
        bottom: 100%;
        z-index: 2;
        background-color: rgba(41, 50, 56, 0.8)
    }
}

@media all and (min-width:37.5625em) {
    .image-landscape__text {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2
    }
    .image-landscape__text .image-landscape__credit {
        float: right;
        background-color: #293238
    }
}

.side-help {
    padding: 30px 20px;
    background-color: #f3f3f3;
}

.side-help h3 {
    padding-top: 1em;
    border-top: 1px solid #c9cccd;
    margin-top: 1em;
    margin-bottom: 10px;
}

.side-help h3:first-child {
    padding-top: 0;
    border-top: 0;
    margin-top: 0
}

.side-help p {
    margin-top: .5em;
    margin-bottom: 1em
}

.signpost-container {
    background-color: #f3f3f3;
}

@media all and (max-width:56.25em) {
    .signpost-container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:56.3125em) and (max-width:68.75em) {
    .signpost-container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media all and (min-width:68.8125em) {
    .signpost-container {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media all and (max-width:56.25em) {
    .signpost-container {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media all and (min-width:56.3125em) and (max-width:68.75em) {
    .signpost-container {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media all and (min-width:68.8125em) {
    .signpost-container {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.signpost-container:last-child {
    padding-bottom: 70px
}

.signpost-container .article {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
}

.signpost-container .article-summary__heading {
    font-size: 1.5rem
}

@media all and (min-width:56.3125em) {
    .signpost-container .grid__row {
        margin-bottom: -40px
    }
    .signpost-container .grid__column {
        padding-bottom: 40px
    }
}

@media all and (min-width:37.5625em) {
    .signpost-container .grid__column {
        display: -ms-flexbox;
        display: flex
    }
}

@media all and (min-width:56.3125em) and (max-width:68.75em) {
    .signpost-container .grid--t-3 {
        width: 33.33333333333333%
    }
}

@media all and (min-width:37.5625em) and (max-width:56.25em) {
    .signpost-container .grid--t-3 {
        width: 50%
    }
    .signpost-container .grid__column:last-of-type {
        margin-bottom: 30px
    }
}

@media all and (max-width:56.25em) {
    .summary-content {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media all and (min-width:56.3125em) {
    .summary-content {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.summary-content__text {
    font-family: "Din Text Pro Thin", Calibri, Arial, sans-serif;
    font-size-adjust: .5;
    font-weight: 100;
    font-style: normal;
}

@media print {
    .summary-content__text {
        font-family: Arial, sans-serif;
        font-weight: normal
    }
}

@media all and (max-width:56.25em) {
    .summary-content__text {
        font-size: 1.125rem
    }
}

@media all and (min-width:56.3125em) {
    .summary-content__text {
        font-size: 1.75rem
    }
}

@media all and (max-width:56.25em) {
    .title-content {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media all and (min-width:56.3125em) {
    .title-content {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.title-content:first-child {
    margin-top: 0
}

.site-footer {
    position: relative;
    z-index: 11;
}

@media print {
    .site-footer {
        display: none !important
    }
}

.site-footer__container {
    border-bottom: 5px solid #f28b00;
    color: #fff;
    background-color: #002663;
}

@media all and (max-width:56.25em) {
    .site-footer__container {
        padding: 30px
    }
}

@media all and (min-width:56.3125em) and (max-width:68.75em) {
    .site-footer__container {
        padding: 40px
    }
}

@media all and (min-width:68.8125em) {
    .site-footer__container {
        padding: 40px 60px
    }
}

.site-footer__text {
    line-height: 1.5;
}

.site-footer__text p + p {
    margin-top: 1em
}

.site-footer__text strong {
    font-family: "Din Text Pro Medium", Arial, sans-serif;
    font-size-adjust: .5;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
}

@media print {
    .site-footer__text strong {
        font-weight: 600
    }
}

@media all and (max-width:56.25em) {
    .site-footer__text {
        margin-top: 30px;
        font-size: .6875rem
    }
    .site-footer__text:after {
        content: "";
        display: block;
        clear: both
    }
    .site-footer__text strong {
        font-size: .875rem
    }
}

@media all and (min-width:56.3125em) and (max-width:68.75em) {
    .site-footer__text {
        padding-right: 140px;
        margin-top: 40px
    }
}

@media all and (min-width:56.3125em) {
    .site-footer__text {
        position: relative;
        min-height: 80px;
        font-size: .75rem;
        line-height: 1.5
    }
}

@media all and (min-width:68.8125em) {
    .site-footer__text {
        padding-right: 160px;
        margin-top: 40px
    }
}

@media all and (max-width:56.25em) {
    .site-footer__frsb-logo {
        float: right;
        margin-top: 30px;
        width: 53.94805194805194px;
        height: 41.99999999999999px;
        background-position: -146.012987012987px -1.597402597402597px;
        background-size: 249.35064935064932px 235.84415584415584px;
        background-image: url("../images/sprites/sprite.svg")
    }
}

@media all and (min-width:56.3125em) {
    .site-footer__frsb-logo {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100px;
        width: 102px;
        height: 79px;
        background-position: -282px -4px;
        background-size: 480px 454px;
        background-image: url("../images/sprites/sprite.svg")
    }
}

.back-to-top {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 130px;
    height: 50px;
    margin-left: -65px;
    text-align: center;
    text-transform: uppercase;
}

.back-to-top:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 65px solid transparent;
    border-top-width: 0;
    border-bottom-width: 25px;
    border-bottom-color: #f28b00
}

.back-to-top__text {
    padding-top: 2px;
    display: block;
    height: 25px;
    background-color: #f28b00;
    color: #000;
    font-family: "Din Text Pro Medium", Arial, sans-serif;
    font-size-adjust: .5;
    font-weight: 500;
    font-style: normal;
    font-size: .875rem
}

@media print {
    .back-to-top__text {
        font-weight: 600
    }
}

.back-to-top:hover:before,
.back-to-top:focus:before {
    border-bottom-color: #ffd200
}

.back-to-top:hover .back-to-top__text,
.back-to-top:focus .back-to-top__text {
    background-color: #ffd200
}