@charset "utf-8";
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #242021;
    font: 400 0.938em/1.3 'Roboto', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 570px;
    margin: 1rem auto;
    border: solid 2px #00649F;
    background: url('../images/bg.png') no-repeat top left;
    overflow: hidden;
    padding: 1rem 1.5rem 0.75rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #242021;
    text-decoration: none;
}
p {
    padding-bottom: 0.5rem;
}
h1, strong {
    font-weight: 700;
}
h1 {
    margin: 0.5rem 0 0.3rem 2rem;
    font-size: 1.7em;
    line-height: 1.2em;
}
h1:before {
    content: "\25a0";
    font-size: 1.5em;
    font-family: Arial, sans-serif;
    float: left;
    margin: -0.2rem 0 0 -2rem;
}
header {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    padding-bottom: 1.25rem;
}
article section {
    position: relative;
    margin: 0 0 1.25rem -1.5rem;
    padding: 1.25rem 1.5rem;
    background: #00649F;
}
article section:before {
    content: '';
    background: #fff;
    width: 99px;
    height: 359px;
    transform: rotate(43deg);
    position: absolute;
    bottom: -111px;
    right: -108px;
}
article section :is(p, h1) {
    color: #FFF;
}
article section p {
    font-size: 1.1em;
}
article>p {
    position: relative;
}
footer {
    position: absolute;
    right: 1.5rem;
    bottom: 1.3rem;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
@media only screen and (max-width:569px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #FFF;
        padding: 1rem;
    }
    footer {
        position: static;
        display: flex;
        justify-content: center;
    }
    article section {
        margin-right: -1.5rem;
    }
    article section::before {
        width: 0;
    }
    br {
        display: none;
    }
}