﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#wrapper {
    position: relative;
    max-width: 520px;
    margin: 12px auto;
    border: 2px solid #c9243f;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    color: #231f20;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
}

header {
    position: relative;
}

header a {
    position: absolute;
    width: 27%;
    height: 70%;
    top: 22%;
    left: 4%;
}

article {
    padding: 0 20px 4px 20px;
}

article>p {
    margin: 0 0 15px;
}

footer {
    padding: 7px 20px 14px 20px;
    display: flow-root;
}

p {
    margin: 0px 0px 5px;
}

h1 {
    margin: 0 -20px 6px -20px;
    padding: 14px 26px 10px;
    font-size: 20px;
    line-height: 1.45;
    background: #c9243f;
    color: #FFF;
}

h1 span {
    font-weight: normal;
    font-size: 16px;
    display: block;
    margin: 12px 0 0;
}

h2 {
    font-size: 25px;
    margin: 14px 0;
    font-weight: 400;
    line-height: 33px;
    color: #a6ce39;
}

h2 span {
    font-size: 124%;
}

h3 {
    font-size: 21px;
    margin: 32px 0 16px;
    line-height: 22px;
    color: #b1cd5a;
}

a {
    color: #200E00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    padding-left: 20px;
}

li:before {
    content: "\2022";
    color: #200E00;
    float: left;
    margin-left: 0px;
    font-size: 25px;
    font-family: Arial, sans-serif;
    text-indent: -20px;
}

header img {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px auto;
    display: block;
}

article section {
    background: #e0ecc4;
    margin: 0 -20px;
    padding: 10px 20px 5px;
}

article section p {
    position: relative;
    padding-left: 38px;
    padding-bottom: 6px;
}

article section p img {
    position: absolute;
    top: -3px;
    left: 0;
}

article aside p {
    position: relative;
    padding-left: 45px;
    padding-bottom: 6px;
}

article aside p img {
    position: absolute;
    top: -2px;
    left: 0;
}

article section span {
    display: inline-block;
    font-weight: bold;
    width: 160px;
}

footer aside {
    float: right;
    color: #c9243f;
    font-size: 17px;
    text-align: right;
    line-height: 24px;
    padding-top: 6px;
}

footer aside a {
    font-size: 15px;
}

footer section {
    float: left;
}

footer aside img {
    vertical-align: bottom;
    margin-right: 4px;
}

footer aside p {
    padding-top: 5px;
}

footer a {
    color: #a6ce39;
    font-weight: bold;
}

footer section img {
    vertical-align: top;
    margin-right: 21px;
}

article section img {
    position: relative;
    top: 4px;
    padding-right: 12px;
}
h2 + p{padding-bottom: 15px;}
@media all and (max-width:519px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    article {
        padding: 0 16px;
    }

    article section {
        margin: 0 -16px;
        padding: 10px 16px 5px;
    }

    footer {
        padding: 10px 16px;
    }

    h1 {
        margin: 0 -16px 6px;
        font-size: 18px;
        line-height: 22px;
        padding: 16px;
    }

    br {
        display: none;
    }

    footer br {
        display: inline;
    }

    article section span {
        display: inline-block;
        width: auto;
    }
}