@charset "utf-8";

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''),
        url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'),
        url('../fonts/open-sans-v34-latin-regular.woff') format('woff'),
        url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'),
        url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    font: 16px;
}

img {
    max-width: 100%;
    display: inline-block;
}

body {
    font-family: 'Open Sans', Arial sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    background: #fff;
    font-weight: normal;
}

#wrapper {
    display: block;
    max-width: 50rem;
    margin: .625rem auto;
    background: #FFF;
    border: 1px solid #000;
    overflow: hidden;
    padding: 0 1.875rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .937rem;
}

.text_nobr {
    white-space: nowrap;
}

strong {
    font-weight: 600;
}

h1 {
    color: #4F81BD;
    display: block;
    font-size: 1.437rem;
    line-height: 1.5;
    margin: 0 0 1.875rem;
    text-align: center;
}

h2 {
    text-align: left;
    font-size: 1.2em;
    margin-bottom: .187rem;
    color: #002060;
}

h3 {
    color: #4F81BD;
    display: block;
    font-size: 1.437rem;
    line-height: 1.5;
    margin: 1rem 0;
}

ul {
    list-style: none;
    margin-bottom: 1.875rem
}

ul li {
    margin-bottom: 0.2rem;
    padding-left: 1.4875rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.675em;
    line-height: 1;
}

header {
    position: relative;
    margin: 0 0 1rem;
    padding: 1.25rem 0 0 .187rem;
}

header img {
    display: block;
    width: 100%;
}

@media only screen and (max-width:49.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 1rem;
        line-height: 1.5;
        border-radius: 0;
        hyphens: auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    p {
        margin: 0 0 1rem;
    }

    ul li:before {
        top: 0.5rem
    }

    h1 {
        font-size: 1.375rem;
        margin: .937rem 0
    }

    h2 {
        font-size: 1rem;
    }

    footer {
        padding: 0;
    }
}