/* reset all */

html {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

:root {
    font: 16px;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

img {
    display: inline-block;
    border: 0;
    outline: 0;
}


/* body set-up */

body {
    font-family: 'Arial', sans-serif;
    font-size: .937rem;
    line-height: 1.3;
    color: #000;
    background: #fff;
    font-weight: normal;
}

a {
    color: #007ccf;
    display: inline-block;
    border: 0;
    outline: 0;
    font-weight: normal;

}

a:hover,
a:focus {
    outline: none;
    text-decoration: underline;
}

p {
    margin: 0 0 .937rem;
}

h1 {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin: 1.562rem 0;
    text-align: left;

}

h1 span {
    font-size: 1rem;
}

h3 {
    text-align: left;
    font-size: .875rem;
    margin: 0;
}

h4 {
    font-weight: normal;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -0.1px;
}

h4 a {
    font-weight: 400;
    font-size: 1rem;
}

ul {
    padding: 0;
    margin: 0 0 15px 25px;
    list-style: none;
}

ul li {
    padding-left: 1.25rem;
}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.25rem;
    font-size: 1.25rem;
    line-height: 1;
    color: #000;
}

#wrapper {
    max-width: 840px;
    margin: .625rem auto;
    padding: 5rem 3.75rem .937rem;
    border: 1px solid #10253f;
}


header a {
    display: block;
    text-align: center;
}

header img {
    margin-bottom: 0;
    width: 100%
}

article {
    padding: 0 2.187rem 1.25rem;
}

article > p:first-child {
    text-align: justify;
    font-size: .875rem;
}

@-moz-document url-prefix() {
    article > p:first-child {
        letter-spacing: -0.2px
    }
}

header {
    margin: -5rem -3.75rem .312rem
}

article p span a {
    font-size: 1rem;
}

article > p:last-of-type a {
    text-decoration: underline;
    font-size: 14px;
}

article > p:last-of-type a:last-of-type {
    /*    float: right;*/
    margin-bottom: .937rem;
}

article section p {
    font-size: 1rem;
}

article > p:nth-of-type(2) {
    margin-bottom: 0;
    font-size: 13px !important;
}

article > p:nth-of-type(3) {
    font-size: .812rem;
    margin-bottom: 0;
}

footer {
    margin: 0 -3.75rem -.937rem;
    text-align: left;
    padding: .625rem 3.75rem 1.25rem;
    overflow: hidden;
    background: #BFBFBF;
}

footer a {
    display: block;
    margin-bottom: .937rem;
}

footer h2 {
    font-weight: normal;
    font-size: 1.187rem;
    color: #595959;
    margin-left: -.625rem;
    margin-bottom: 0;
    margin-top: 0;
}

footer a img {
    margin-bottom: .625rem;
    margin-left: -.625rem;
    display: block;
    width: 56%;
}

footer p {
    color: #444;
    font-size: 16px;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

@media only screen and (max-width:52.437rem) {
    article p:first-child {
        text-align: left;
    }

    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .625rem;
    }

    footer {
        margin: 0 -.625rem -.625rem;
        padding: .625rem .625rem;
    }

    h1 {
        margin: .312rem 0;
        text-align: left;
    }

    h3 {
        font-size: .875rem;
    }

    article h3 {
        margin: .312rem 0 .312rem
    }

    footer p {
        font-size: 1.125rem;
        margin-bottom: .625rem;
        margin-left: 0
    }

    footer img {
        width: none;
        max-width: 100%;
    }

    footer h2 {
        font-size: 1.125rem;
        margin-left: 0;
        margin-bottom: 0;
    }

    footer a img {
        margin-bottom: .625rem;
        margin-left: 0;
        display: block;
        width: 50%;
    }

    footer,
    footer a {
        display: block;

    }

    img {
        width: 100%;
    }

    header {
        margin: -.625rem -.625rem .625rem
    }

    article {
        padding: 0;
    }

    h4 {
        font-size: .937rem;
        margin-top: .625rem
    }

    p br,
    ul li br {
        display: none;
    }

    article p:last-of-type br {
        display: block;
    }

    ul {
        padding: 0;
        margin: 0 0 .625rem;
    }

    ul li {
        padding-left: .937rem;

    }

    ul li:before {
        margin-left: -15px;
    }

    article section p {
        font-size: .875rem;
        margin-bottom: .625rem;
    }

    article > p:last-of-type a:last-of-type {
        float: none;
        display: block;
    }

    footer h2 {
        font-size: 1rem;
    }

    article > p:first-child {
        letter-spacing: normal
    }

    article > p:first-child span {
        letter-spacing: normal
    }
    article > p:nth-of-type(2) {
    text-align: left;
}
}

@media only screen and (max-width:479px) {
    body {
        font-size: .812rem;
    }

    article ul br {
        display: none;
    }

    h4 {
        font-size: .875rem;
    }

    h4 a {
        font-size: .937rem;

    }

    h1 {
        font-size: 15px;
    }

    ul li {
        padding-left: .937rem;
        font-size: 13px;
    }

    ul li:before {
        margin-left: -.937rem;
    }

    footer p {
        font-size: .937rem;
    }

    article p:nth-of-type(4) {
        margin: 0 0 .312rem;
        float: none;
    }

    article > p:last-of-type {
        margin: 0 0 .625rem;
        float: none;
    }

    footer h2 {
        font-size: .875rem;
    }
}
