@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v32-latin-regular.eot');
    src: url('../fonts/roboto-v32-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v32-latin-regular.woff') format('woff'), url('../fonts/roboto-v32-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v32-latin-regular.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v32-latin-700.eot');
    src: url('../fonts/roboto-v32-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-700.woff2') format('woff2'), url('../fonts/roboto-v32-latin-700.woff') format('woff'), url('../fonts/roboto-v32-latin-700.ttf') format('truetype'), url('../fonts/roboto-v32-latin-700.svg#Roboto') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #231F20;
    font: 400 1.063em/1.3 'Roboto', Arial, sans-serif;
}
h1, h2, strong, h3 {
    font-weight: 700;
}
#wrapper {
    border: solid 2px #204C94;
    overflow: hidden;
    position: relative;
    margin: 1rem auto;
    max-width: 655px;
    background: #fff;
}
p {
    padding-bottom: 0.375rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    white-space: nowrap;
    text-decoration: none;
}
.color, p a.blue {
    color: #204C94;
}
p a.underline {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
h1 {
    margin: 0 -1rem 0.75rem;
    padding: 1rem 0.5rem;
    font-size: 1.375em;
    line-height: 1.2;
    background: #204C94;
    text-align: center;
    color: #fff;
}
h1 span {
    display: block;
    font-size: 0.875em;
    line-height: 1.3;
}
h2 {
    line-height: 1.3;
    color: #204C94;
    font-size: 1em;
    margin-bottom: 0.125rem;
}
h1, h2, strong {
    font-weight: 700;
}
ul {
    padding: 0 0 0.375rem;
    list-style: none;
}
li {
    padding-left: 1.25rem;
}
ul li::before {
    content: "\2022";
    float: left;
    margin: 0 0 0 -1rem;
}
header {
    padding: 0.8rem 3rem 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
article {
    padding: 0 1rem 0.25rem;
}
article .banner {
    margin: 0 -1rem;
}
.center {
    text-align: center;
}
footer {
    padding: 0.75rem 0.75rem 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #204C94;
}
.logo {
    margin-top: 1rem;
}
footer p {
    font: 400 0.875em/1.3 Arial, Helvetica, sans-serif;
    color: #fff;
    padding-top: 1rem;
}
@media only screen and (max-width:654px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    li br {
        display: none;
    }
    header {
        padding: 1rem 2rem;
    }
    article {
        padding-left: 2rem;
    }
    footer {
        padding-left: 2rem;
    }
    h1 {
        margin-left: -2rem;
    }
}
@media only screen and (max-width:600px) {
    footer {
        padding: 1rem;
        flex-direction: column;
        align-items: center;
    }
    footer p {
        text-align: center;
        padding: 0.5rem 0 1rem;
        font-size: 0.875em;
    }
    article {
        padding: 0 1rem 1rem;
    }
    h1 {
        margin: 0 -1rem 0.75rem;
        padding: 0.5rem 1rem;
    }
}
@media only screen and (max-width: 400px) {
    header {
        padding: 1rem;
    }
    header a:first-of-type img {
        padding-right: 0.3rem;
    }
    footer section {
        display: block;
    }
    footer section p {
        text-align: center;
    }
}