@charset "utf-8";
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fira-sans-v16-latin-regular.eot');
    src: local(''), url('../fonts/fira-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v16-latin-regular.woff2') format('woff2'), url('../fonts/fira-sans-v16-latin-regular.woff') format('woff'), url('../fonts/fira-sans-v16-latin-regular.ttf') format('truetype'), url('../fonts/fira-sans-v16-latin-regular.svg#FiraSans') format('svg');
}
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/fira-sans-v16-latin-700.eot');
    src: local(''), url('../fonts/fira-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v16-latin-700.woff2') format('woff2'), url('../fonts/fira-sans-v16-latin-700.woff') format('woff'), url('../fonts/fira-sans-v16-latin-700.ttf') format('truetype'), url('../fonts/fira-sans-v16-latin-700.svg#FiraSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #333333;
    font: 400 0.875em/1.3em 'Fira Sans', Arial, sans-serif;
}
strong, h1, h2 {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 940px;
    margin: 1rem auto;
    border: none;
    background: #fff;
    overflow: hidden;
    padding: 2rem 3rem;
    text-align: left;
    box-shadow: 3px 3px 11px 2px #939095;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #0070c0;
    text-decoration: none;
}
a.black {
    color: #333333;
}
p {
    padding-bottom: 1.25rem;
}
h1 {
    margin: 0 0 1.25rem;
    font-size: 1.7em;
    line-height: 1.5;
    color: #004994;
}
h2 {
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #0070c0;
}
ul {
    padding: 0 0 1.25rem;
    list-style: none;
}
li {
    padding: 0 0 0.35rem 1rem;
}
li:before {
    content: "\2022";
    display: block;
    font-size: 1.7em;
    line-height: 1;
    position: relative;
    float: left;
    margin: -3px 0 0 -1rem;
    font-family: Arial, sans-serif;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
header {
    padding: 0 0 1.5rem;
    display: flex;
    justify-content: flex-end;
}
article>p:first-of-type {
    color: #004994;
    font-size: 1.275em;
    line-height: 1.5;
}
article figure {
    margin: 0 0 1.5rem;
    max-width: 740px;
}
article figure img {
    width: 100%;
}
.flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
.flex h2 {
    color: #004994;
}
.flex div {
    width: 48%;
}
.flex div:first-of-type {
    background: #C6D9F1;
    padding: 1rem 3rem 1rem 1rem;
}
@media only screen and (max-width:939px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 0.8rem;
    }
    p :is(span, a) {
        display: inline-block;
    }
    .flex div:first-of-type {
        padding: 1rem;
    }
    header {
        justify-content: center;
    }
}
@media only screen and (max-width:699px) {
    .flex {
        display: block;
        margin-bottom: 0;
    }
    .flex div {
        width: 100%;
    }
    .flex div:first-of-type {
        margin-bottom: 1.5rem;
    }
}
