@charset "utf-8";
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-italic.eot');
    src: local(''), url('../fonts/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'), url('../fonts/roboto-v30-latin-italic.woff') format('woff'), url('../fonts/roboto-v30-latin-italic.ttf') format('truetype'), url('../fonts/roboto-v30-latin-italic.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500italic.eot');
    src: local(''), url('../fonts/roboto-v30-latin-500italic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-500italic.woff2') format('woff2'), url('../fonts/roboto-v30-latin-500italic.woff') format('woff'), url('../fonts/roboto-v30-latin-500italic.ttf') format('truetype'), url('../fonts/roboto-v30-latin-500italic.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.eot');
    src: local(''), url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), url('../fonts/roboto-v30-latin-500.woff') format('woff'), url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700italic.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700italic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700italic.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700italic.woff') format('woff'), url('../fonts/roboto-v30-latin-700italic.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700italic.svg#Roboto') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1em/1.286em 'Roboto', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 680px;
    margin: 1rem auto;
    border: solid 2px #7F7F7F;
    background-color: #fff;
    overflow: hidden;
    padding: 1.5rem 0 0;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
article .underline {
    color: #154A81;
    text-decoration: underline;
}
h2, h4, strong {
    font-weight: 700;
}
h4 {
    text-align: center;
}
p {
    padding-bottom: 1rem;
    text-align: justify;
    hyphens: auto;
}
p span.mb {
    display: block;
}
h1 {
    margin: 0.5rem 0 0;
    font-size: 1.875em;
    line-height: 1.1em;
    color: #104B80;
    letter-spacing: 1.5px;
    font-weight: 500;
    text-align: center;
    font-style: italic;
}
h1 span {
    font-size: 0.7em;
}
h2 {
    font-size: 1.063em;
    line-height: 1.2em;
    margin-bottom: 0.4rem;
    text-decoration: underline;
}
h3 {
    font-size: 1.57em;
    line-height: 1.3;
    margin: 0 0 1.25rem;
    color: #7F7F7F;
    font-weight: 500;
    text-align: center;
    font-style: italic;
}
h4 {
    font-size: 1.5em;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    color: #7F7F7F;
}
h4 em {
    font-weight: 400;
}
h4 span {
    color: #000;
    font-weight: 500;
    margin-top: 0.25rem;
    font-size: 1rem;
    display: inline-block;
}
ul {
    padding: 0 0 0.875rem 0.7rem;
    list-style: none;
}
li {
    padding-left: 1.5rem;
}
ul li:before {
    content: "•";
    font-size: 1.3em;
    float: left;
    margin: 2px 0 0 -1.5rem;
}
article {
    padding: 1rem 20px 1rem;
    margin-bottom: -1rem;
}
article img {
    vertical-align: -3px;
}
article>p:last-of-type {
    padding: 0;
    position: relative;
    margin-bottom: -0.75rem;
    z-index: 4;
}
article>p:last-of-type a {
    margin-left: 0.3rem;
}
footer p {
    text-align: center;
}
footer figure {
    position: relative;
}
footer figure a {
    position: absolute;
    top: 8%;
    right: 7%;
    width: 15%;
    height: 25%;
}
footer figure a:last-of-type {
    width: 48%;
    top: 19%;
    left: 4.5%;
    right: auto;
    height: 17%;
}
footer .box {
    background: #104B80;
    padding: 0.5rem 1rem;
}
footer .box p {
    font-size: 1.063em;
    line-height: 1.2em;
    text-align: center;
    color: #FFF;
}
footer span img {
    vertical-align: -3px;
}
footer p:first-of-type {
    font-size: 1.25em;
    padding: 0.2rem 0 0.5rem;
}
footer p:last-of-type {
    padding-bottom: 0;
}
@media only screen and (max-width: 679px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
    }
    :is(p, li) {
        hyphens: auto;
    }
    h1 {
        font-size: 1.7em;
    }
    h3 {
        font-size: 1.45em;
    }
    article {
        padding: 1rem 1rem 0.35rem;
        margin-bottom: 0;
    }
    article>p:last-of-type {
        margin: 0;
    }
    ul {
        padding-left: 0;
    }
    li {
        padding-left: 1rem;
    }
    ul li:before {
        margin-left: -1rem;
    }
    article>p:first-of-type {
        word-spacing: 0;
    }
    p span {
        display: inline-block;
    }
}