@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: 'Roboto', sans-serif;

    font-size: 14.5px;
    line-height: 1.5;
}

#wrapper {
    position: relative;
    max-width: 690px;
    margin: 1rem auto;
    border: 1px solid #00378B;
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: justify;
    margin: 0 0 1.25rem;
}

h1 {
    font-size: 2.062rem;
    line-height: 1.3;
    margin: .625rem 0 .312rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;


}

h2 {
    color: #00378B;
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 0 0 .187rem;
}

h3 {
    font-size: 1.375rem;
    line-height: 1.4;
    margin: 0 0 0.625rem;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 2.187rem;
}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -30px;
    font-size: 24px;
    line-height: 0.9;
    color: #000;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    color: #00378B;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    font-size: .937rem;


}

header section {
    position: absolute;
    top: 1.25rem;
    left: 2.5rem;

}

header a {
    margin: 0 auto;
    display: block;
    position: absolute;
    width: 25%;
    height: 37%;
    right: 5%;
    top: 15%;
    z-index: 100
}


article {
    padding: .937rem 2.187rem .937rem 2.5rem;
    background: #DCDCEB;
}

article p:last-of-type {
    margin-bottom: 0
}

footer {
    background-color: #323296;
    color: #fff;
    padding: .937rem .937rem .937rem 2.5rem;
    font-weight: bold
}

footer p {
    margin-bottom: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .937rem;
}


h4 {
    font-size: 1.25rem;
    margin: 0;

}

footer p span {
    display: inline-block;
    width: 2.187rem;
}

#wrapper > article > p:nth-child(7),
#wrapper > article > p:nth-child(1) {
    letter-spacing: -0.3px;
}


@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    footer p span {
        display: inline-block;
        width: 1.562rem;
    }
}

aside {
    display: none
}

article ul:first-of-type li {
    letter-spacing: -0.1px;
}

article ul:nth-of-type(2) {
    letter-spacing: -0.2px;
}

article p:nth-of-type(3) {
    letter-spacing: -0.2px;
}

article p:nth-of-type(4) {
    letter-spacing: -0.3px;
}

@media only screen and (max-width:43.062rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
    }

    a:hover,
    a:active,
    a:visited {
        font-weight: bold;
    }

    footer {
        padding: 0.625rem;
    }

    footer p span {
        width: auto
    }

    aside {
        display: block;
        padding: .625rem;
    }

    aside a {
        margin: 0 auto;
        display: block;
        max-width: 200px
    }

    header > a,
    header > img {
        display: none
    }

    header section {
        position: static;
        padding: .625rem;
        background: #EDF0F9
    }

    article {
        padding: .625rem
    }

    article > p {
        padding: 0
    }

    p,
    ul {
        margin-bottom: .625rem;
        text-align: left
    }

    h1 {
        font-size: 1.563em;
        margin: 15px 0
    }

    h2,
    h3 {
        font-size: 1em;
    }

    article br {
        display: none
    }

    article > p {
        padding-right: 0
    }

    article p:nth-of-type(1) {
        padding-right: 0;
    }

    p,
    ul {
        letter-spacing: normal;
    }

    article ul:first-of-type li {
        letter-spacing: -0;
    }

    article ul:nth-of-type(2) {
        letter-spacing: 0;
    }

    article p:nth-of-type(3) {
        letter-spacing: 0;
    }

    article p:nth-of-type(4) {
        letter-spacing: 0;
    }

}


@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
