@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v30-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-condensed-v30-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-condensed-v30-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-condensed-v30-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/roboto-condensed-v30-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/roboto-condensed-v30-latin-regular.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v30-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-condensed-v30-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-condensed-v30-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-condensed-v30-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/roboto-condensed-v30-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/roboto-condensed-v30-latin-700.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v30-latin-700italic.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-condensed-v30-latin-700italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-condensed-v30-latin-700italic.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-condensed-v30-latin-700italic.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/roboto-condensed-v30-latin-700italic.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/roboto-condensed-v30-latin-700italic.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #231F20;
    font: 400 1.125em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 550px;
    margin: 1rem auto;
    border: solid 2px #0166B3;
    background: #D8E5F4;
    overflow: hidden;
    padding: 1.25rem 1.25rem 0.25rem;
}
p {
    padding-bottom: 0.625rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0.5rem 0 0.75rem 1.5rem;
    font-size: 1.625em;
    line-height: 1.1em;
}
h1 .block {
    display: block;
}
h1 span {
    font-size: 0.75em;
}
h1:before {
    content: "\2012";
    font-size: 1em;
    float: left;
    margin: -1px 0 0 -1.5rem;
}
h1, h2, h3, strong {
    font-weight: 700;
}
h2 {
    font-size: 1.063em;
    line-height: 1.3;
}
h2.black {
    color: #231F20;
}
h3 {
    font-size: 1.6em;
    line-height: 1.3em;
    font-style: italic;
}
h1, h2, strong {
    color: #0166B3;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding-left: 2.75rem;
}
li:before {
    content: "\2012";
    font-size: 0.9em;
    float: left;
    margin: -1px 0 0 -1rem;
}
header {
    padding-bottom: 0.75rem;
}
footer p, h3 {
    color: #EE3031;
    text-align: center;
}
footer p {
    font-size: 1.063em;
    line-height: 1.3em;
}
@media only screen and (max-width: 549px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    span {
        display: inline-block;
    }
    h3 {
        font-size: 1.4em;
        line-height: 1.2;
    }
    article br{
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper {
        padding: 1rem;
    }
    li {
        padding-left: 1.25rem;
    }
    h1 {
        margin-left: 1.25rem;
        font-size: 1.4em;
    }
    h1::before {
        margin-left: -1.25rem;
    }
}