@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');
}
:root {
    font-size: 16px;
}
*, figure {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1.25em/1.3em 'Source Sans Pro', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 562px;
    margin: 1rem auto;
    border: 3px solid #4A4A4A;
    background: #397EB7;
    overflow: hidden;
}
:is(h1, h3, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.underline {
    text-decoration: underline;
}
p {
    padding-bottom: 0.75rem;
    text-align: justify;
    hyphens: auto;
}
h1 {
    margin: 0 0 0.75rem 0.8rem;
    padding-left: 1.25rem;
    font-size: 1.2em;
    line-height: 1.3;
    position: relative;
}
h1:before {
    content: "\2022";
    font-size: 1.8rem;
    line-height: 1;
    float: left;
    margin: 1px 0 0 -1.25rem;
}
h1 span {
    display: block;
    font-size: 0.725em;
    line-height: 1.3;
    margin-top: 0.125rem;
}
h3 {
    font-size: 1.43em;
    line-height: 1.1;
    color: #4A4A4A;
    margin: 0.5rem 0;
    position: absolute;
    right: 2rem;
    top: 0.5rem;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
header {
    background: #fff;
    padding-top: 3rem;
}
header a {
    position: absolute;
    left: 1.5rem;
    top: 1.2rem;
}
article {
    padding: 0.75rem 0.8rem 0;
}
footer {
    position: absolute;
    right: 0.25rem;
    top: 3.5rem;
}
footer figure {
    background: #F8D41C;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(7deg);
}
@media only screen and (max-width: 561px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    span {
        display: inline-block;
    }
    p {
        text-align: left;
        hyphens: none;
    }
    h1 {
        padding-left: 0.8rem;
    }
    h3 {
        text-align: center;
        padding: 0 1rem;
    }
    header {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding-top: 1rem;
    }
    :is(header a, footer, h3) {
        position: static;
    }
    article>p:first-of-type {
        margin-left: 0;
    }
    br {
        display: none;
    }
    footer {
        display: flex;
        justify-content: center;
        padding: 1rem;
    }
    footer figure {
        transform: none;
    }
}