﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

#wrapper {
    border: solid 8px #00427a;
    border-top-width: 22px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    width: 520px;
    margin: 12px auto;
    padding: 0;
    background-color: #fff;
    text-align: left;
    position: relative;
    color: #00427a;
}

header {
    padding: 0 0 0 66px;
    border-top: solid 10px #00427A;
}

header img {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    text-align: right;
}

article {
    padding: 16px 10px 3px 15px;
}

section {
    margin: 0;
    padding: 32px 0 0 0;
    position: relative;
}

footer {
    margin: 13px 0 0;
    color: #fff;
    padding: 10px 27px 0 20px;
    background-color: #00427a;
    text-align: right;
}

footer p {
    position: absolute;
    bottom: 15px;
    left: 37px;
    text-align: left;
    margin-bottom: 0;
    line-height: 19px;
}

h1 {
    font-size: 20px;
    margin: 4px 0 12px;
    line-height: 24px;
    padding-left: 30px;
    word-spacing: 0;
}

h1:before {
    text-indent: -31px;
    content: "\25A0";
    color: #EC1B30;
    float: left;
    margin-left: 0;
    font-size: 34px;
    margin-top: -4px;
}

h2 {
    font-size: 17px;
    margin: 0px 0;
    line-height: 20px;
    box-shadow: 5px 5px 10px #00000070;
    padding: 10px 14px;
    border-left: 40px solid #F13D3D;
    width: 383px;
    position: absolute;
    top: -13px;
    left: 15px;
    z-index: 9;
    background: #FFF;
}

p {
    margin-bottom: 7px;
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: #00427a;
    text-decoration: none;
}

footer a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
}

.box {
    padding-right: 80px;
    margin: 27px 0 0;
    position: relative;
    font-size: 103%;
    line-height: 26px;
}

.box img {
    position: absolute;
    bottom: -11px;
    right: 0;
}

@media screen and (max-width:519px) {
    #wrapper {
        width: 100%;
        font-size: 15px;
        line-height: 20px;
        border: none;
        margin: 0;
        background-image: none;
    }

    article {
        padding: 10px;
        text-align: left;
    }

    article br {
        display: none;
    }

    header, footer {
        position: relative;
        top: 0;
        left: 0;
    }

    header {
        text-align: left;
        padding: 9px;
        position: relative;
    }

    footer p {
        position: static;
        margin-bottom: 10px;
    }

    footer {
        text-align: center;
        padding: 10px;
        margin-top: 5px;
    }

    h2 {
        padding-left: 21px;
        font-size: 18px;
        line-height: 22px;
        position: static;
        width: auto;
    }

    h2:before {
        text-indent: -31px;
        content: "\25A0";
        color: #EC1B30;
        float: left;
        margin-left: 0;
        font-size: 40px;
        margin-top: -5px;
        display: none;
    }

    p {
        margin-bottom: 3%;
        text-align: left;
    }

    h1 {
        font-size: 18px;
        line-height: 22px;
        margin-right: 0 !important;
    }

    section {
        padding-top: 0;
    }

    .box img {
        position: static;
        margin: 0 auto;
        display: block;
    }

    .box {
        padding-right: 0;
    }

}