@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/pt-serif-v18-latin-regular.eot');
    src: url('../fonts/pt-serif-v18-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/pt-serif-v18-latin-regular.woff2') format('woff2'), url('../fonts/pt-serif-v18-latin-regular.woff') format('woff'), url('../fonts/pt-serif-v18-latin-regular.ttf') format('truetype'), url('../fonts/pt-serif-v18-latin-regular.svg#PTSerif') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/pt-serif-v18-latin-700.eot');
    src: url('../fonts/pt-serif-v18-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/pt-serif-v18-latin-700.woff2') format('woff2'), url('../fonts/pt-serif-v18-latin-700.woff') format('woff'), url('../fonts/pt-serif-v18-latin-700.ttf') format('truetype'), url('../fonts/pt-serif-v18-latin-700.svg#PTSerif') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 0.0625rem #000;
    padding: 4.375rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #467886;
    text-decoration: none;
    white-space: nowrap;
}

a.wrap {
    white-space: normal;
}

h1 {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: normal;
    font-family: 'PT Serif', Arial, sans-serif;
    text-align: center;
    margin: 0 0 1.875rem;
}

h2 {
    font-size: 1.0625rem;
    margin: 1.625rem 0 1rem;
}

hr {
    border: 0.125rem solid #000;
    margin: 1rem 0;
}

p {
    margin: 0 0 0.625rem;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
}

ul li {
    padding-left: 3rem;
    margin-bottom: 1rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.5rem;
    font-size: 1.375em;
    line-height: 1;
}

@media only screen and (max-width: 49.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    h1 {
        margin: .5rem 0 1.5rem;
    }
}

@media only screen and (max-width: 30rem) {

    ul li {
        padding-left: 1.5rem;
        margin: 0 0 .5rem;
    }
}