/* reset all */

html {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

:root {
    font-size: 16px;
}

*,
*:before,
*:after {
    box-sizing: 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: .937rem;
    line-height: 1.25;
    color: #000;
    background: #bbb;
    font-weight: normal;
    margin: .625rem auto;

}


/* main style */

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

u {
    text-decoration: underline;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: underline;
}

p {
    margin: 0 0 1.25rem;
    text-align: left;
}

h1 {
    display: block;
    font-size: 2.062rem;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    margin-bottom: 1.25rem;
    text-align: center;
    color: #000;
}

h1 span {
    font-size: 1.375rem;
}

h2 {
    text-align: left;
    font-size: 15px;
    font-family: Arial, sans-serif;
    margin: 0;
}



h6 {
    text-align: center;
    margin-bottom: .625rem;
    font-size: 1.562rem;
}

h3 {
    margin: 0 0 .625rem;
    font-size: .875rem;
}

ul {
    padding: 0;
    list-style: none;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 1.25rem;
}

ul li {
    padding-left: 2.5rem;
}


ul p {
    margin-bottom: 0;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1rem;
    line-height: 1.4;
    color: #000;
}

ul ul{
    margin-bottom: 0;
}
ul ul li{
    padding-left: 62px
}
ul ul li:before{
    content: "-"
}
/* layout  */

#wrapper {
    display: block;
    max-width: 54.062rem;
    margin: .620rem auto;
    padding: 2.5rem 2.5rem 0;
    border: .062rem solid #000;
    background: #fff;
}



article section:first-of-type {
    width: 40%;
    float: left;
}
article section:first-of-type p{
}
article>a{
    float: right;
    max-width: 13.125rem;
    margin-right: .625rem;
    margin-top: -.625rem;
    
}

article {
    padding-bottom: 1.875rem;
}

article p:first-of-type,
article p:nth-of-type(3) {
    letter-spacing: -0.01rem;

}

article p:nth-of-type(2) {
    letter-spacing: -0.2px
}

footer a {
    text-decoration: underline;
    color: blue;
}

footer a:last-of-type {
    margin-right: .312rem;
}

article > p a {
    white-space: normal;
    display: inline;
}

@-moz-document url-prefix() {
    article{
        margin: 0 8px;
    }

}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
    article{
        margin: 0 7px;
    }
}

article > p:last-of-type {
    letter-spacing: -0.2px;
}

/*--use clearfix when float get's overflowed--*/

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

@media only screen and (max-width:54rem) {
    p {
        text-align: left;
    }

    article section:first-of-type {
        width: 100%;
        float: none;
    }

    article section:first-of-type p {
        text-align: center
    }

    article section:first-of-type br {
        display: block
    }

    article>a{
    float: none;
    max-width: 12.5rem;
    margin-right: 0;
        margin: 0 auto;
        display: block;
    
}

    h6 {
        font-size: 1rem;
        margin-bottom: 0
    }

    footer a:last-of-type {
        margin-right: 0px;
    }

    body {
        text-align: left;
        line-height: normal;
    }

    br {
        display: none;
    }

    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .625rem;
    }

    a {
        font-weight: bold;
    }

    p {
        margin-bottom: .625rem;
    }

    footer {
        margin: 0 -.625rem -.625rem;
        padding: .625rem;
    }

    footer p {
        text-align: left;
    }

    header {
        padding: .625rem;
    }

    article {
        padding: 0
    }

    h1 {
        font-size: 1.125rem;
        text-align: center;
        margin-bottom: .625rem;
    }

    h1 span {
        font-size: 1rem;
    }

    ul {
        margin-bottom: .625rem;
    }

    ul li {
        padding-left: .937rem;
    }

    ul li:before {
        margin-left: -.812rem;
        color: #000;
        line-height: 1
    }
    ul ul li{
        padding-left: 2rem
    }

    article a,
    article img {
        margin: 0 auto;
        padding: 0;
    }

    h2 {
        font-size: .875rem;
        line-height: 1.3;
        text-align: left;
        margin: .625rem 0px;
    }
}

@media only screen and (max-width:479px) {
    body {
        font-size: .812rem;
    }

    p span {
        font-size: .875rem;
    }

    article p:nth-of-type(3),
    article p:nth-of-type(4) {
        text-align: left;
    }

    h1 {
        font-size: 1.125rem;
    }


}
