@font-face {
    font-display: swap;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/exo-2-v26-latin-regular.eot');
    src: url('../fonts/exo-2-v26-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/exo-2-v26-latin-regular.woff2') format('woff2'), url('../fonts/exo-2-v26-latin-regular.woff') format('woff'), url('../fonts/exo-2-v26-latin-regular.ttf') format('truetype'), url('../fonts/exo-2-v26-latin-regular.svg#Exo2') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/exo-2-v26-latin-700.eot');
    src: url('../fonts/exo-2-v26-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/exo-2-v26-latin-700.woff2') format('woff2'), url('../fonts/exo-2-v26-latin-700.woff') format('woff'), url('../fonts/exo-2-v26-latin-700.ttf') format('truetype'), url('../fonts/exo-2-v26-latin-700.svg#Exo2') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #004167;
    font-family: 'Exo 2', Arial, sans-serif;
    font-size: 0.96875rem;
    line-height: 1.3125rem;
    font-weight: 400;
}

#wrapper {
    max-width: 990px;
    margin: 16px auto;
    border: 1px solid #000;
    background-color: #fff;
}

article {
    padding: 6px 116px 32px;
}

p {
    margin: 0 0 10px;
}

span {
    white-space: nowrap;
}

:is(strong, h1, h2, h3) {
    font-weight: 700;
}

h1 {
    margin: 0 0 36px;
    font-size: 29px;
    line-height: 35px;
}

h1 small {
    font-size: 0.85625rem;
    display: block;
    line-height: 1.5;
    margin: 0 0 4px;
}

h2 {
    font-size: 21px;
    line-height: 26px;
    color: #b70a06;
}

h3 {
    margin: 24px 0 0;
    font-size: 19px;
    line-height: 24px;
    text-align: right;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #004167;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    padding: 0 0 10px;
    list-style: none;
}

ul.padding {
    padding: 0 0 20px;
}

ul li {
    padding-left: 14px;
}

li:before {
    content: '\2022';
    float: left;
    font-size: 17px;
    text-indent: -14px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

@media all and (max-width: 988px) {
    #wrapper {
        margin: 0 auto;
        border: none;
    }

    article {
        padding: 10px 10% 20px;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    .mobile {
        display: none;
    }
}

@media all and (max-width: 767px) {
    article {
        padding: 10px 16px 16px;
    }
}