@charset "utf-8";

:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #231F20;
    font: 1.063em/1.2 "Segoe UI", sans-serif;
}
#wrapper {
    position: relative;
    max-width: 595px;
    margin: 1rem auto;
    border: solid 2px #231F20;
    background: #DCDDDF;
    overflow: hidden;
}
:is(a:link,a:visited,a:hover,a:active) {
    color: #231F20;
    text-decoration: none;
}
p {
    padding-bottom: 0.75rem;
}
h1{
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0 0 1rem;
}
h1:before {
    content: "\25A0";
    display: inline-block;
    font-size: 1em;
    position: relative;
    float: left;
    margin-top: 1px;
    margin-left: -2rem;
    color: #EF3226;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
}
strong {
    font-weight: 600;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
    font-size: 0.98em;
    line-height: 1.3em;
}
li {
    padding-left: 1.3rem;
}
li:before {
    content: "\25A0";
    font-size: 0.9em;
    float: left;
    margin: 1px 0 0 -1.3rem;
    color: #EF3226;
}
article {
    padding: 0 1.25rem 0 3rem;
    position: relative;
}
article p:first-of-type {
    width: 218px;
    margin: -8rem 0 0;
}
article p:last-of-type {
    background: #fff;
    margin: 0.2rem -1.5rem 0 -1rem;
    padding: 0.5rem 1rem;
}
article figure {
    margin: 0;
    position: absolute;
    right: 1rem;
    bottom: 2rem;
}
article figure img {
    border: 10px solid #DCDDDF;
}
footer {
    background: #8197CD;
    padding: 0.5rem 3rem;
    position: relative;
}
footer p {
    padding-bottom: 0;
}
footer:before {
    content: "";
    width: 2rem;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    background: #015AAA;
}
footer :is(a:link,a:visited,a:hover,a:active) {
    color: #fff;
}
@media only screen and (max-width:594px) {
    body {
        font-size: 0.938em;
        line-height: 1.3em;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    h1::before {
        margin-left: -1.5rem;
    }
    br {
        display: none;
    }
    article p:first-of-type {
        width: 100%;
        margin: 1rem 0 0;
    }
    article {
        padding: 0 1rem 0 1.5rem;
    }
    article p:last-of-type br {
        display: block;
    }
    article p:last-of-type {
        margin: 0.2rem -1rem 0 -0.5rem;
        padding: 0.5rem 1rem 0.5rem 0.5rem;
    }
    article figure {
        position: static;
        margin: 0.25rem 0 1rem;
    }
    article figure img {
        border: none;
    }
    footer {
        padding: 0.75rem 1rem 0.75rem 1.5rem;
    }
    footer:before {
        width: 1rem;
    }
}
