/* reset all */

html {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

:root {
    font: 16px;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a {
    color: inherit;
}

a,
img {
    outline: none;
    border: none;
}

img {
    max-width: 100%;
    display: inline-block;
}

/* body set-up */

body {
    font-family: 'Arial', sans-serif;
    font-size: .812rem;
    line-height: 1.4;
    color: #484b4d;
    background: #fff;
    font-weight: normal;
}

/* main style */

a {
    color: #484b4d;
    display: inline-block;
    text-decoration: none;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: underline;
}

p {
    margin: 0 0 1.562rem;
    text-align: justify;
}



h1 {
    color: #484b4d;
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 0;
    text-align: left;
    line-height: 1;
}


h1 span {
    font-size: 1.562rem;
    font-weight: normal;
}

h2 {
    text-align: left;
    font-size: .875rem;
    line-height: 1;
    margin: 0 0 0.438rem;
}

h3 {
    font-size: 1rem;
    margin: 1.875rem 0 0;
    letter-spacing: -0.01rem;
    line-height: 1
}

h3 + p {
    font-size: .75rem
}

h3 span {
    font-size: 1.062rem;
    text-transform: normal;
}

h3 a {
    font-size: 1.05em;
    text-decoration: underline;
}

ul {
    padding: 0;
    margin-bottom: 1.25rem;
    list-style: none;
    line-height: 1.2
}


ul li {
    padding-left: 2rem;
    margin-bottom: 0.275em;
    width: 95%;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .25rem;
    height: .25rem;
    border-radius: 3em;
    background: #484b4d;
    margin-left: -.5rem;
    top: .375rem;
}

#wrapper {
    max-width: 55.625rem;
    margin: .625rem auto;
    border: 1px solid #10253f;
    background-position: left 4.375rem bottom 1.25rem
}

header {
    margin: 0;
}

header a {
    display: block;
    text-align: center;
}

header img {
    margin-bottom: 1.562rem;
    width: 100%;
}

article p:first-child + p,
article p:first-child {
    text-align: justify;
}


article p:nth-of-type(3),
article p:nth-of-type(4) {
    margin-bottom: 0
}

article {
    padding: 0 3.125rem;
}

/*article p:last-of-type {
    margin-top: 2.5rem;

}*/

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

/* content */

/* footer */

footer {
    padding: 1.875rem 52px 0.625em 4.500rem;
    position: relative;
    margin-top: 0;
}



footer p:last-child {
    margin-bottom: 0;
}

footer section:last-of-type {
    float: right;
    width: 40%;
    margin-bottom: 0;
    margin-top: 0;
    text-align: right;
}

footer section p:last-child {
    text-align: right;
    font-size: .875rem;
    padding-right: 1.1rem;
    float: right;
    margin-top: 1.75rem;
}

footer section p span {
    font-size: 0.8em;
    text-decoration: none;
}

footer section:first-child {
    float: right;
    width: 28%;
}

footer section:first-child img {
    width: 100%;
}


@media only screen and (max-width:55.562rem) {

    #wrapper {
        margin: 0 auto;
        border: 0;
        background: 0
    }
    
    ul li {
        width: auto;
    }

    article {
        padding: 0 .625rem 0;
    }

    article p br {
        display: none
    }

    article p:first-child + p,
    article p:first-child,
    article p:nth-of-type(2) {
        margin: 0 0 .625rem;
        text-align: left;
    }

    article p:nth-of-type(3) {
        margin: 0;
    }

    article ul:last-of-type {
        margin-bottom: 1.250rem;
    }

    footer {
        padding: 0.625rem;
        background: 0;
        text-align: center;
        margin-top: 0.5rem;
    }

    footer section:last-of-type {
        float: none;
        width: 100%;
        margin: 0
    }

    footer section p:last-child {
        text-align: center;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    footer section:first-child {
        padding: 0 0 0.625rem 0;
        float: none;
        margin: 0 auto;
    }

    p {
        text-align: left
    }

    a {
        font-weight: bold;
        text-decoration: underline;
    }

    h1 {
        font-size: 1.500em;
        margin: .5rem 0 .937rem;
        line-height: 1.2;
        width: auto;
        letter-spacing: normal;
    }

    h1 span {
        font-size: 0.9em;
    }

    h1 br {
        display: block;
    }

    p {
        margin: 0 0 0.625rem;
        text-align: left;
    }

    h3 {
        font-size: 1rem;
        margin: 0;
    }

    h3 span {
        font-size: 1.125em;
    }

    h3 a {
        font-size: 1.000em;
    }

    ul {
        margin-bottom: 0.625rem;
    }

    article ul:last-of-type {
        margin-bottom: 1.250rem;
    }

    ul li {
        padding-left: 0.938rem
    }

    article > br,
    ul br,
    ul li br {
        display: none;
    }

    article p:last-of-type {
        margin-top: 0;
    }

    header img {
        margin-bottom: 1em;

    }

    article p:nth-of-type(2) {}

    ul:nth-of-type(2) li:nth-of-type(2) {
        width: auto;
    }
}

@media only screen and (max-width:479px) {
    body {
        font-size: 0.813em;
    }

    h3 {
        margin: 0 0 0;
    }

    h3 span {
        font-size: 1.2em;
    }

    h3 a {
        font-size: 1em;
    }

    h1 {
        font-size: 1.4em;
    }

    footer section:first-child {
        width: 70%;
    }
}
