@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Cuprum';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/cuprum-v25-latin-regular.eot');
    src: url('../fonts/cuprum-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/cuprum-v25-latin-regular.woff2') format('woff2'),
        url('../fonts/cuprum-v25-latin-regular.woff') format('woff'),
        url('../fonts/cuprum-v25-latin-regular.ttf') format('truetype'),
        url('../fonts/cuprum-v25-latin-regular.svg#Cuprum') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Cuprum';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/cuprum-v25-latin-700.eot');
    src: url('../fonts/cuprum-v25-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/cuprum-v25-latin-700.woff2') format('woff2'),
        url('../fonts/cuprum-v25-latin-700.woff') format('woff'),
        url('../fonts/cuprum-v25-latin-700.ttf') format('truetype'),
        url('../fonts/cuprum-v25-latin-700.svg#Cuprum') format('svg');
}
:root {
    font-size: 16px;
}
*, figure {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #425159;
    font: 400 1.063em/1.3em 'Cuprum', Arial, sans-serif;
    text-align: justify;
    hyphens: auto;
}
#wrapper {
    position: relative;
    max-width: 701px;
    margin: 1rem auto;
    border: 1px solid #42515A;
    background: #fff;
    overflow: hidden;
    padding: 2rem 2rem 1rem;
}
:is(h1, h2, h3, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 1rem;
}
h1  {
    margin: 0 0 1.25rem;
    font-size: 1.8em;
    line-height: 1.1;
    text-transform: uppercase;
}
h3 {
    margin-bottom: 0.25rem;
    font-size: 1.1875em;
    line-height: 1.3em;
}

h3 span {
    font-weight: 400;
}
h1 span {
    font-weight: normal;
    text-transform: none;
    font-size: 0.714em;
}
h1+p {
    font-size: 1.1875em;
    line-height: 1.3;
    padding-bottom: 1.25rem;
}
h2 {
    font-size: 1.15em;
    line-height: 1.3;
    margin-bottom: 0.15rem;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 0 0.7rem;
    position: relative;
}
li:before {
    content: ">";
    font-size: 1em;
    position: absolute;
    left: 0;
    top: -1px;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.color-blue, h1, h1 + p {
    color: #005882;
}
.color-green, h2, h1 span, h3 {
    color: #81C340;
}
header figure {
    margin: 0.5rem -2rem 2rem 0;
}
article p:last-of-type {
    padding-top: 2rem;
}
footer {
    position: absolute;
    right: 2rem;
    bottom: 2.25rem;
}
@media only screen and (max-width:700px) {
    body {
        text-align: left;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p :is(a, span) {
        display: inline-block;
    }
}
@media only screen and (max-width:550px) {
    footer {
        position: static;
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem;
    }
    header figure {
        margin-right: -1rem;
    }
}