@charset "utf-8";
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font:0.875em/1.3em 'Verdana', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 810px;
    min-width: 250px;
    margin: 1rem auto;
    border: solid 1px #24408F;
    background-color: #fff;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 0.5rem;
}
h1 {
    margin: 0 0 0.25rem;
    font-size: 2.4em;
    line-height: 1.1em;
}
h1 + p {
    font-size: 1.4em;
    line-height: 1.3em;
}
h1 span {
    font-size: 0.6em;
    display: block;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0.25rem;
}
h1, h2 {
    color: #00AEEF;
}
h2 a{
    font-weight: normal;
    display: inline-block;
    margin-bottom: 0.25rem;
    color: #00AEEF;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
ul {
    padding: 0 0 0.8rem;
    list-style: none;
}
li {
    padding-left: 0.8rem;
}
ul li:before {
    content: "\2022";
    font-size: 1.000em;
    float: left;
    margin-left: -0.8rem;
}
.align{
    text-align: justify;
    hyphens: auto;
}
.color{
    color: #00AEEF;
}
header {
    padding: 0.5rem 0.2rem 2rem;
}
article {
    padding: 0 0.7rem;
}
article p:nth-last-of-type(6) a {
    color: #000;
}
footer {
    padding: 0 0.7rem 0.25rem;
}
footer aside {
    position: absolute;
    right: 1.5rem;
    bottom: 0.75rem;
}
footer aside > img {
    margin-left: 2rem;
}
footer>h2:last-of-type {
    margin-bottom: 0;
}
footer p {
    padding-bottom: 0.4rem;
}
@media only screen and (max-width:809px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        height: auto;
    }
    i br {
        display: none;
    }
    p, .align {
        text-align: left;
    }
    p a {
        display: inline-block;
    }
    article br {
        display: none;
    }
    footer aside {
        position: static;
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }
}
@media only screen and (max-width:425px) {
    h1 {
        font-size: 1.7em;
    }
    h1+p {
        font-size: 1.2em;
    }
}