html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
ul {
    margin: 0;
    padding: 0
}
audio,
canvas,
progress,
video {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    color: inherit;
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    max-width: 100%;
    height: auto;
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type=checkbox],
input[type=radio] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
*,
:after,
:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
}
html {
    font-size: 100%
}
body {
    font-size: 1em;
    line-height: 1.5;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    background-color: #fff
}
.grid {
    margin-left: -1.875em;
    margin-right: -1.875em
}
.col {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 1.875em
}
.col-1 {
    width: 8.33333%
}
.col-2 {
    width: 16.66667%
}
.col-3 {
    width: 25%
}
.col-4 {
    width: 33.33333%
}
.col-5 {
    width: 41.66667%
}
.col-6 {
    width: 50%
}
.col-7 {
    width: 58.33333%
}
.col-8 {
    width: 66.66667%
}
.col-9 {
    width: 75%
}
.col-10 {
    width: 83.33333%
}
.col-11 {
    width: 91.66667%
}
.col-12 {
    width: 100%
}
.about .wrapper:after,
.about .wrapper:before,
.clearfix:after,
.clearfix:before,
.footer .wrapper:after,
.footer .wrapper:before,
.scheme:after,
.scheme:before {
    content: " ";
    display: table
}
.about .wrapper:after,
.clearfix:after,
.footer .wrapper:after,
.scheme:after {
    clear: both
}
h1,
h2,
h3,
h4 {
    margin: 0;
    font-weight: 400
}
.h-l {
    font: 1.5em 'Source Sans Pro', sans-serif;
    text-transform: uppercase
}
@media only screen and (min-width: 48em) {
    .h-l {
        font-size: 2.25em
    }
}
.h-m {
    font: 1.375em 'Source Sans Pro', sans-serif
}
.h-s,
.slideshow__nav__header {
    font: .875em 'Source Sans Pro', sans-serif;
    letter-spacing: .14em;
    text-transform: uppercase
}
.slide__size,
.t-xl {
    font: 1.9375em 'Source Sans Pro', sans-serif
}
.about__text,
.link-row__inner,
.t-l {
    font: 1.25em 'Source Sans Pro', sans-serif
}
@media only screen and (min-width: 48em) {
    .about__text,
    .link-row__inner,
    .t-l {
        font-size: 1.5em
    }
}
.t-m,
p {
    font: 1.125em 'Source Sans Pro', sans-serif
}
.t-s {
    font: 1em 'Source Sans Pro', sans-serif
}
.btn {
    display: inline-block
}
.scroll-down {
    position: relative;
    height: 5em;
    background-color: #003779
}
.scroll-down:after,
.scroll-down:before {
    content: '';
    position: absolute;
    left: 50%;
    display: block
}
.scroll-down:before {
    top: 1.9375em;
    margin-left: -1.125em;
    border-top: 1.125em solid #fff;
    border-left: 1.125em solid transparent;
    border-right: 1.125em solid transparent
}
.scroll-down:after {
    top: 1.9375em;
    margin-left: -.625em;
    border-top: .625em solid #003779;
    border-left: .625em solid transparent;
    border-right: .625em solid transparent
}
.link-row {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    background-color: #003779
}
.link-row__inner {
    display: block;
    text-decoration: none;
    color: #FF0
}
.flow>*+* {
    margin-top: 1em
}
.wrapper {
    max-width: 56.25em;
    padding-left: .9375em;
    padding-right: .9375em;
    margin-left: auto;
    margin-right: auto
}
@media only screen and (min-width: 30em) {
    .wrapper {
        padding-left: 1.875em;
        padding-right: 1.875em
    }
}
.about,
.contact-us,
.intro,
.schemes-container {
    padding-top: 2.1875em;
    padding-bottom: 2.1875em
}
@media only screen and (min-width: 48em) {
    .about,
    .contact-us,
    .intro,
    .schemes-container {
        padding-top: 4.375em;
        padding-bottom: 4.375em
    }
}
.header {
    padding-top: 1.875em;
    padding-bottom: 1.875em;
    background-color: #003779
}
.header .wrapper {
    position: relative
}
.logo-link {
    display: inline-block
}
.logo {
    display: block;
    width: 12.125em;
    height: 7.625em;
    overflow: hidden;
    font-size: 1em;
    text-indent: 110%;
    white-space: nowrap;
    background-image: url(assets/img/logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain
}
.svg .logo {
    background-image: url(assets/img/logo.svg)
}
.nav {
    position: absolute;
    top: .9375em;
    right: .9375em
}
@media only screen and (min-width: 48em) {
    .nav {
        top: auto;
        right: 1.875em;
        bottom: .375em
    }
}
.menu {
    text-align: right;
    list-style: none
}
@media only screen and (min-width: 48em) {
    .menu {
        text-align: left
    }
}
@media only screen and (min-width: 48em) {
    .menu__item {
        display: inline-block
    }
    .menu__item+.menu__item {
        margin-left: .75em
    }
}
.menu__link {
    position: relative;
    display: block;
    font: .6875em 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease
}
@media only screen and (min-width: 48em) {
    .menu__link {
        font-size: .875em
    }
}
.menu__link:before {
    content: '';
    position: absolute;
    bottom: -.36364em;
    left: 0;
    display: block;
    width: 100%;
    height: .18182em;
    background-color: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease
}
@media only screen and (min-width: 48em) {
    .menu__link:before {
        bottom: -.28571em;
        height: .14286em
    }
}
.menu__link.is-active:before,
.menu__link:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.banner {
    text-align: center;
    background-color: #003779
}
@media only screen and (min-width: 48em) {
    .banner {
        padding-bottom: 5em
    }
}
.banner-header {
    max-width: 63.75em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2em;
    padding-bottom: 2em;
    background-image: url(assets/img/site-dover.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
@media only screen and (min-width: 48em) {
    .banner-header {
        padding-top: 7.5em;
        padding-bottom: 7.5em
    }
}
.banner-header__inner {
    display: inline-block;
    width: 80%;
    max-width: 28.125em;
    padding-top: .2em;
    padding-bottom: .2em;
    color: #003779;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8)
}
@media only screen and (min-width: 48em) {
    .banner-header__inner {
        padding-top: .5em;
        padding-bottom: .5em
    }
}
.slideshow-container {
    background-color: #003779
}
.slideshow {
    position: relative;
    max-width: 63.75em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10em;
    text-align: right;
    background-color: #000
}
@media only screen and (min-width: 48em) {
    .slideshow {
        padding-top: 20em
    }
}
.slide-images {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.slide-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease
}
.slide-image.is-active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.slide-image--0 {
    background-image: url(assets/img/slide-image--0.jpg)
}
.slide-image--1{
    background-image: url(assets/img/slide-image--1.jpg)
}
.slide-image--2 {
    background-image: url(assets/img/slide-image--2.jpg)
}
.slide-image--dover {
    background-image: url(assets/img/site-dover.jpg)
}
.slideshow__nav {
    position: relative;
    display: inline-block;
    width: 90%;
    max-width: 17.5em;
    padding: 1.25em;
    text-align: left;
    color: #003779;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8)
}
.slideshow__nav__header {
    display: inline-block;
    margin-bottom: 1em;
    border-bottom: 2px solid
}
.slides {
    display: block;
    list-style: none
}
.slide {
    display: none;
    color: #003779
}
.slide.is-active {
    display: block
}
.slide__size {
    margin-top: .3em
}
.slides-nav {
    margin-top: 2em;
    list-style: none;
    text-align: center
}
.slides-nav__item {
    display: inline-block;
    margin-left: .3em;
    margin-right: .3em
}
.slides-nav__link {
    display: block;
    width: .75em;
    height: .75em;
    border-radius: 50%;
    border: 3px solid
}
.is-active .slides-nav__link {
    background-color: #003779
}
.footer {
    padding-top: 1.875em;
    padding-bottom: 1.875em;
    color: #fff;
    background-color: #4D4D4D
}
.footer__col--0,
.footer__col--1 {
    display: inline-block;
    width: 50%;
    vertical-align: top
}
@media only screen and (min-width: 48em) {
    .footer__col--0,
    .footer__col--1 {
        float: right;
        width: auto
    }
}
.footer__col--1 {
    text-align: right
}
@media only screen and (min-width: 48em) {
    .footer__col--1 {
        text-align: left;
        margin-right: 4.375em
    }
}
.footer__col--2 {
    margin-top: 2em
}
@media only screen and (min-width: 48em) {
    .footer__col--2 {
        float: left;
        margin-top: 0
    }
}
.footer__linkedin {
    margin-top: .4em
}
.intro {
    color: #fff;
    text-align: center;
    background-color: #0071BC
}
.intro strong {
    font-weight: 400;
    color: #FF0
}
.about {
    color: #fff;
    background-color: #0071BC
}
.about__text {
    text-align: center
}
@media only screen and (min-width: 37.5em) {
    .about__text {
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}
.about__thumb {
    max-width: 7.5em
}
@media only screen and (min-width: 37.5em) {
    .about__thumb {
        float: right;
        max-width: 11.4375em
    }
}
.schemes-container {
    background-color: #003779
}
.schemes-header {
    text-align: center;
    color: #FF0
}
.schemes {
    margin-top: 2.1875em;
    list-style: none
}
@media only screen and (min-width: 48em) {
    .schemes {
        padding-left: 1.875em;
        padding-right: 1.875em
    }
}
.scheme {
    position: relative;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #0071BC
}
.scheme__description,
.scheme__name {
    font: 600 1.125em 'Source Sans Pro', sans-serif
}
@media only screen and (min-width: 48em) {
    .scheme__description,
    .scheme__name {
        float: left
    }
}
.scheme__name {
    color: #fff
}
@media only screen and (min-width: 48em) {
    .scheme__name:after,
    .scheme__name:before {
        content: '';
        position: absolute;
        left: -1.875em
    }
    .scheme__name:before {
        top: 1em;
        border-left: .55556em solid #fff;
        border-top: .55556em solid transparent;
        border-bottom: .55556em solid transparent
    }
    .scheme__name:after {
        top: 1.22222em;
        border-left: .33333em solid #003779;
        border-top: .33333em solid transparent;
        border-bottom: .33333em solid transparent
    }
}
.scheme__description {
    color: #0071BC
}
@media only screen and (min-width: 48em) {
    .scheme__description {
        margin-left: .5em
    }
}
.scheme__city {
    font: 600 .875em 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #B3B3B3
}
@media only screen and (min-width: 48em) {
    .scheme__city {
        float: right;
        position: relative;
        top: .3em
    }
}
.scheme__download {
    position: relative;
    display: block;
    width: 1.875em;
    height: 1.875em;
    margin-top: .4em;
    overflow: hidden;
    text-decoration: none;
    text-indent: 110%;
    white-space: nowrap;
    border: 1px solid #0071BC;
    border-radius: .25em;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    transition: background-color .2s ease
}
@media only screen and (min-width: 48em) {
    .scheme__download {
        position: absolute;
        left: 100%;
        margin-top: -.1875em;
        margin-left: 1em
    }
}
.scheme__download:hover {
    background-color: #0071BC
}
.scheme__download:after,
.scheme__download:before {
    content: '';
    position: absolute;
    left: 50%;
    display: block
}
.scheme__download:before {
    top: .5em;
    width: .125em;
    height: .375em;
    margin-left: -.0625em;
    background-color: #B3B3B3
}
.scheme__download:after {
    top: .875em;
    margin-left: -.375em;
    border-top: .5625em solid #B3B3B3;
    border-left: .375em solid transparent;
    border-right: .375em solid transparent
}
.contact-us {
    color: #fff;
    background-color: #0071BC
}
.contact-us .t-l {
    font-weight: 300
}
.contact-us strong {
    display: block;
    margin-top: .5em
}