@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v36-latin-regular.eot');
    src: url('../fonts/open-sans-v36-latin-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans-v36-latin-regular.woff2') format('woff2'),
         url('../fonts/open-sans-v36-latin-regular.woff') format('woff'),
         url('../fonts/open-sans-v36-latin-regular.ttf') format('truetype'),
         url('../fonts/open-sans-v36-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v36-latin-700.eot');
    src: url('../fonts/open-sans-v36-latin-700.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans-v36-latin-700.woff2') format('woff2'),
         url('../fonts/open-sans-v36-latin-700.woff') format('woff'),
         url('../fonts/open-sans-v36-latin-700.ttf') format('truetype'),
         url('../fonts/open-sans-v36-latin-700.svg#OpenSans') format('svg');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
    font-size: 16px;
}

body {
    color: #000;
    font-family: "Open Sans","Arial", sans-serif;
    font-size: 0.918rem;
    line-height: 1.3;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 1.2rem;
    text-align: center;
    margin: 1rem 0 1.8rem;
}

h2 {
    font-size: 1rem;
    font-weight: 400;
    margin: 3rem 0 0;
}

h3 {
    font-size: 1.1rem;
    color: #009EE3;
    text-align: center;
    margin: 1rem 0;
}

header {
    border-bottom: 2px solid #7f5b93;
    padding: 1rem 3.5rem;
    margin-bottom: 4rem;
}
header img {
    width: 25rem;
}

.center {
    text-align: center;
}

article {
    padding: 0 3.5rem;
}

article p {
    margin-bottom: 1rem;
}

.blue {
    color: #009EE3;
    font-weight: 700;
}

.justify {
    text-align: justify;
}

ul {
    margin: 0.2rem 0 2rem 3rem;
}

ul li::marker {
    color: #009EE3;
    font-size: 1.2rem;
}

footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 0 0 1.875rem 0;
}

hr {
    border: 0;
    display: block;
    height: .125rem;
    width: 100%;
    background: #00A2EB;
    position: absolute;
    z-index: 0;
}

.footer {
    z-index: 1;
    padding: 0 .625rem;
    background-color: #fff;
    margin: 0 3.75rem 0 0;
}

a.link {
    color: #009EE3;
    text-decoration: underline;
}

@media only screen and (max-width: 49.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 2rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    header {
        margin-bottom: 1rem;
    }

    article,
    header,
    footer {
        padding: 0;
    }

    h2 {
        margin-top: 1rem;
    }

    ul {
        margin: 0 0 1rem 1.3rem;
    }
}

@media only screen and (max-width: 30rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }
}
