/* reset all */

html {
    box-sizing: border-box;
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a,
img {
    outline: none;
    border: none;
}

img {
    max-width: 100%;
    display: inline-block;
}

ul li {
    padding-left: 0;
    text-align: justify;
}


/* body set-up */

body {
    font-family: 'Arial', sans-serif;
    font-size: 0.895em;
    line-height: 1.2;
    color: #231F20;
    background: #555;
    font-weight: normal;

}

/* main style */

a {
    color: #000;
    display: inline-block;
    text-decoration: none;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: underline;
}

p {
    margin: 0 0 1.25rem;
}

h1 {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 0.8;
    margin: 1.562rem 0rem 1.25rem;
    text-align: center;
}

h1 span {
    display: inline;
    font-size: .937rem;
}

h2 {
    text-align: left;
    font-size: 1.071em;
    margin: 0 0;
}

h2 span {
    font-weight: 100;
}

h3 {
    text-align: center;
    font-size: .875rem;
    line-height: 1;
    margin: 0 0 1.250rem;
    font-weight: normal;
}

h3 span {
    font-weight: normal;
}

ul {
    margin-bottom: 1.25rem;
    line-height: 1.3;

}

ul li {
    padding-left: 1rem;
    list-style: none;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1rem;
    font-size: 1.571em;
    line-height: 0.9;
    color: #231F20;
}

h1 + p {
    letter-spacing: -0.2px;
}

ul li,
p {
    text-align: justify;
}


/* layout  */

#wrapper {
    max-width: 52.5rem;
    background: #fff;
    margin: .625rem auto;
    padding: 0.938rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

/* content */

header {
    margin: -0.938rem -0.938rem 0 -0.938rem;
    border-right: 5px solid #2985BF;
}

header a {
    display: block;
    text-align: center;
    padding: 1.250rem 0 0.625rem;
}

header img {
    margin-bottom: 0;
    display: block;
}
article {
    border-right: 5px solid #2985BF;
    border-left: 5px solid #2985BF;
    margin: 0 -0.938rem;
    padding: 0 3.125rem .625rem 3.437rem;
    margin-bottom: 0;
}





/* footer */

footer {
    background: #2B86BF;
    margin: 0 -0.938rem -0.938rem;
    padding: 0.625rem 0.938rem 1.25rem;
    position: relative;
}

footer p {
    margin-bottom: 0;
    margin-left: 27%;
    font-size: .75rem;
    font-weight: bold;
    color: #fff;
}

footer p a {
    color: #fff;
}

footer:before,
footer:after {
    content: " ";
    width: .437rem;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    display: block !important;
}

footer:before {
    left: 11.8%;
}

footer:after {
    left: 24.5%;
}

article p:last-child {
    margin-bottom: 0.938rem;
    letter-spacing: -0.1px
}



@media only screen and (max-width: 52.437rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }
    p a {
        font-weight: bold;
    }
    ul:nth-of-type(2) li:first-of-type {
        letter-spacing: normal;
    }
    header:after {
        display: none;
    }
    ul li,
    p {
        text-align: left;
    }
    p,
    ul {
        margin-bottom: 0.625rem
    }
    ul li span {
        display: none;
    }
    ul li {
        text-align: left;
    }

    article {
        margin: 0;
        padding: 0;
        border: none;
    }
    header {
        margin: -0.625rem -0.625rem 0 -0.625rem;
        border: none;
    }
    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }
    h1 {
        font-size: 1.625rem;
        padding-left: 0;
        padding-left: 0;
        margin: .625rem 0;
        line-height: 1.2;
    }
    h1 span br,
    ul br {
        display: none;
    }
    h2 {
        font-size: .875rem;
        line-height: normal;
    }
    article p:first-child,
    article p:nth-of-type(2) {
        padding: 0;
        text-align: left;
        font-size: 1em;
    }
    footer:before,
    footer:after {
        display: none !important;
    }
    footer p {
        margin-left: 0
    }
    article p:last-of-type,
    article p:nth-last-of-type(2) {
        letter-spacing: normal;
    }
    ul li {
        padding-left: .937rem;
    }
    ul li:before {
        margin-left: -.937rem;
    }
    article p br {
        display: none
    }
    
    
article p:nth-of-type(3){
    letter-spacing: normal;
}

}

@media only screen and (max-width: 29.375rem) {
    h1 {
        font-size: 1.5rem;
        line-height: 1;
    }
    h1 span {
        font-size: .875rem
    }
}

}
