@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/mulish-v12-latin-regular.eot');
    src: url('../fonts/mulish-v12-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v12-latin-regular.woff2') format('woff2'), url('../fonts/mulish-v12-latin-regular.woff') format('woff'), url('../fonts/mulish-v12-latin-regular.ttf') format('truetype'), url('../fonts/mulish-v12-latin-regular.svg#Mulish') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/mulish-v12-latin-700.eot');
    src: url('../fonts/mulish-v12-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v12-latin-700.woff2') format('woff2'), url('../fonts/mulish-v12-latin-700.woff') format('woff'), url('../fonts/mulish-v12-latin-700.ttf') format('truetype'), url('../fonts/mulish-v12-latin-700.svg#Mulish') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 1em/1.3em 'Verdana', Arial, sans-serif;
}

#wrapper {
    position: relative;
    max-width: 866px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
    padding: 0;
}

p {
    padding-bottom: 1rem;
}

h1 {
    margin: 0 0 1rem;
    font-size: 1.592em;
    line-height: 1.3;
    text-align: center;
}

h2 {
    font-size: 1.9em;
    line-height: 1.3;
    margin-bottom: 0;
    color: #06807B;
    width: 200px;
}
h3 {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 1rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #00847D;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1.5rem;
}
li:before {
    content: "\2022";
    float: left;
    margin-left: -1.5rem;
}
header {
    padding: 1rem 3.75rem 1rem 2rem;
    position: relative;
    font-family: 'Mulish', Arial, sans-serif;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

header h2 {
    color: #06807B;
}

header aside {
    width: 530px;
}

header aside a img {
    margin-bottom: 1rem;
}

header aside p {
    font-style: italic;
    color: #5A5A5A;
    text-align: justify;
}

figure {
    margin: 0;
}

article {
    padding: 0 3.75rem;
}

article>p:first-of-type {
    text-align: right;
    color: #A9A9A9;
}

a.black {
    color: #000;
    text-decoration: none;
}

article aside:first-of-type {
    margin: 0 3rem;
}

article aside:first-of-type p {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

article aside:first-of-type p span:nth-of-type(2) {
    color: #00847D;
    width: 514px;
}

footer {
    padding: 0 3.7rem 2rem;
    position: relative;
}

footer>img:last-of-type {
    position: absolute;
    bottom: 1rem;
    right: 3.7rem;
}

@media only screen and (max-width:864px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p, li {
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    h1 br, h2 br {
        display: none;
    }
    header aside p {
        text-align: left;
    }
    header :is(h2, aside) {
        width: 100%;
    }

    h2 {
        text-align: center;
        margin-bottom: 1rem;
        font-size: 1.5em;
    }

    header {
        display: block;
        padding: 1rem;
    }

    figure {
        display: flex;
        justify-content: center;
        margin-bottom: 0.5rem;
    }

    article {
        padding: 0 1rem;
    }

    article aside:first-of-type {
        margin: 0;
    }

    article aside:first-of-type p {
        display: inline-block;
    }
    article aside:first-of-type p span:nth-of-type(2) {
        width: auto;
    }
    footer {
        padding: 0 1rem 2rem;
    }
}