@charset "utf-8";
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v21-latin-regular.eot');
    src: local(''),
        url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'),
        url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'),
        url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'),
        url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-pro-v21-latin-700.eot');
    src: local(''),
        url('../fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'),
        url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'),
        url('../fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'),
        url('../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/montserrat-v25-latin-900.eot');
    src: local(''),
        url('../fonts/montserrat-v25-latin-900.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-v25-latin-900.woff2') format('woff2'),
        url('../fonts/montserrat-v25-latin-900.woff') format('woff'),
        url('../fonts/montserrat-v25-latin-900.ttf') format('truetype'),
        url('../fonts/montserrat-v25-latin-900.svg#Montserrat') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #14497E;
    font: 400 0.875em/1.75em 'Source Sans Pro', Arial, sans-serif;
    background: #E8E8E8;
}
#wrapper {
    position: relative;
    max-width: 700px;
    margin: 1rem auto;
    border: none;
    background: #fff;
    overflow: hidden;
}
:is(h2, h3, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #14497E;
    text-decoration: none;
}
a.blue {
    color: #0566E4;
}
p {
    padding-bottom: 1rem;
}
:is(p, h1, h3) {
    text-align: center;
}
:is(h1, h3) {
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
h1 {
    margin: 0 0 1.5rem;
    font: 900 1.7em/1.2 'Montserrat', Arial, sans-serif;
}
h2 {
    font-size: 1.063em;
    line-height: 1.3;
    margin-bottom: 1rem;
}
h3 {
    font-size: 1em;
    line-height: 1.3;
    margin: 1rem 0;
}
ul {
    padding: 0 0 2rem;
    list-style: none;
}
li {
    padding: 0 0 0 0.7rem;
    position: relative;
}
li:before {
    content: "\2010";
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: -2px;
}
img {
    max-width: 100%;
    height: auto;
}
article {
    padding: 1.35rem 1.5625rem 0;
}
.bg{
    background: #FFF;
     margin: 0.5rem -3rem 1rem;
    padding: 1.5rem 3rem 1.25rem;
}
article div.content  {
    background: #F5F5F5;
    margin: 0.5rem -1.5625rem 3rem;
    padding: 1.5rem 3rem 1.25rem;
}
article div.content section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
article div.content section div {
    width: 48%;
}
article div.content section>h2 {
    width: 100%;
}
.big {
    font-size: 1.25em;
    line-height: 1.313;
    padding: 0 0 0.75rem;
}
article .fl-icon p {
    line-height: 1.3;
    display: flex;
    justify-content: flex-start;
    gap: 0.25rem;
    padding-bottom: 0.5rem;
    text-align: left;
}
article .fl-icon p strong {
    display: block;
}
article .fl-icon p span {
    width: 32px;
}
article .fl-icon p span:last-of-type {
    width: 88%;
}
article .apply :is(a:link, a:visited, a:active) {
    display: inline-block;
    padding: 0.6rem 1.5625rem;
    margin: 0.9375rem;
    background: #14497E;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #14497E;
}
article .apply a:hover {
    text-decoration: underline;
    background: #fff;
    color: #14497E;
}
footer {
    padding: 1.5625rem;
}
footer, footer p {
    display: flex;
    justify-content: space-between;
}
footer p {
    padding-bottom: 0;
    width: 211px;
    color: #979797;
    align-items: center;
}
@media only screen and (max-width:699px) {
    body {
        line-height: 1.5;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    ul {
        padding-bottom: 1rem;
    }
    ul br, .hide_m {
        display: none;
    }
    article {
        padding: 0.75rem 1rem 0;
    }
    article div.content {
        margin: 0 -1rem 1rem;
        padding: 1rem;
    }
    article div.content section {
        display: block;
    }
    article div.content section div {
        width: 100%;
    }
    article>p:first-of-type {
        padding-bottom: 0.25rem;
    }
    footer {
        padding: 1rem;
    }
}
@media only screen and (max-width:510px) {
    footer {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    h1 {
        font-size: 1.5em;
    }
}