@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');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.4375rem;
    color: #000;
}

#wrapper {
    margin: 1rem auto;
    max-width: 990px;
    background: #fff;
    border: solid thin #cbcbcb;
    display: flex;
    flex-wrap: wrap;
}

header {
    padding: 1.25rem 1.375rem;
    width: 100%;
}

article {
    padding: 1rem 0 1rem 5.875rem;
    width: 74%;
}

.margin-bottom {
    margin-bottom: 0 !important;
}

.margin {
    margin-bottom: 1.25rem !important;
}

:is(h1, h2) {
    line-height: 1.2;
}

h1 {
    font-size: 2.4375rem;
    margin: 0 0 3.75rem;
    font-weight: 400;
    color: #165e93;
}

h1 small {
    font-size: 56%;
    display: block;
    color: #797979;
}

h2 {
    font-size: 1rem;
    margin: 0 0 1.25rem;
    padding: 0 0 0.1875rem;
    color: #165e93;
    font-weight: 400;
    border-bottom: 1px solid #006138;
}

p {
    margin-bottom: 1.25rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0 0 2.75rem 0.9375rem;
}

ul li {
    list-style: none;
    text-indent: -0.9375rem;
}

ul li:before {
    font-size: 1.25rem;
    margin-right: 0.9375rem;
    position: relative;
    top: -3px;
    float: left;
    content: "\00BB";
}

footer {
    padding: 1.3125rem 0 1rem 1rem;
}

@media screen and (max-width: 989px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    ul {
        margin-bottom: 20px;
    }

    :is(h1, h2, p, ul li) {
        hyphens: auto;
        text-wrap: pretty;
    }

    :is(p a, span) {
        white-space: nowrap;
    }

    .fix {
        margin: 0 0 1rem !important;
    }

    br:not(br.mobile-block) {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    header {
        padding: 1.25rem;
    }

    h1 {
        font-size: 1.875rem;
    }

    article {
        padding-left: 1.25rem;
    }
}

@media screen and (max-width: 658px) {
    #wrapper {
        display: block;
    }

    article {
        width: 100%;
        padding: 0.625rem 1.25rem 0;
    }

    :is(h1, p, ul) {
        margin-bottom: 1.25rem !important;
    }

    footer {
        padding: 0 1.25rem 1.25rem;
    }

    footer p {
        text-align: center;
    }
}