@charset "utf-8";
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v21-latin-regular.eot');
    src: local(''),
        url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'),
        url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'),
        url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'),
        url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/source-sans-pro-v21-latin-600.eot');
    src: local(''),
        url('../fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'),
        url('../fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'),
        url('../fonts/source-sans-pro-v21-latin-600.woff') format('woff'),
        url('../fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'),
        url('../fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1em/1.3em 'Source Sans Pro', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
    overflow: hidden;
}
:is(h1, h2, h3, strong) {
    font-weight: 600;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 1rem;
}
:is(h1, h3) {
    background: #fff;
    padding: 0.5rem 1.25rem 0.5rem 4rem;
    width: fit-content;
}
h1 {
    margin: 0 0 0.75rem;
    font-size: 1.85em;
    line-height: 1;
    color: #01588D;
}
h2 {
    font-size: 1.125em;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}
h3 {
    font-size: 1.85em;
    line-height: 1.1;
    margin-bottom: 0.75rem;
    color: #810164;
}
h3 span {
    display: inline-block;
}
h4 {
    font-size: 1em;
    line-height: 1.3;
    background: rgba(0, 84, 139, 0.9);
    padding: 0.5rem 4rem;
    color: #fff;
    width: 100%;
    font-weight: normal;
}
ul {
    padding: 0 0 1.25rem 0.25rem;
    list-style: none;
}
li {
    padding: 0 0 0.4rem 0.7rem;
    position: relative;
}
li:before {
    content: "\2022";
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: -1px;
    color: #871D5F;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.align {
    text-align: justify;
    hyphens: auto;
}
.color, a.color, h2 {
    color: #00548B;
}
.color-red {
    color: #82004C;
    font-size: 1.125em;
}
article {
    padding: 1rem 4rem 0;
}
article>p:first-of-type {
    letter-spacing: -0.3px;
}
article .logo {
    margin: 0 -2.5rem 1rem 0;
    display: flex;
    justify-content: flex-end;
}
article .title {
    position: absolute;
    left: 0;
    top: 13%;
    width: 100%;
}
article .flex {
    display: flex;
    justify-content: space-between;
}
article .flex .box {
    width: 49%;
}
article .intro {
    position: relative;
}
article .text {
    position: relative;
}
article .text:before {
    content: "";
    shape-outside: inset(56px 44px 27px 37px);
    width: 33%;
    height: 152px;
    float: right;
}
article .intro figure {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 1.25rem;
}
footer {
    padding: 1rem 3rem 1.5rem 4rem;
    border-top: 4px solid #871D5F;
    background: #F3F3F5;
}
footer p {
    padding-bottom: 0.5rem;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        hyphens: auto;
    }
    .align {
        text-align: left;
    }
    :is(h1, h3) {
        padding: 0;
        text-align: center;
        width: 100%;
    }
    h4 {
        padding: 0.5rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    article {
        padding: 1rem 3rem 0;
    }
    article>p:first-of-type {
        letter-spacing: 0;
    }
    article .text:before, br {
        display: none;
    }
    p a, footer p:last-of-type span {
        display: inline-block;
    }
    article .title {
        position: static;
    }
    article .intro figure {
        position: static;
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }
    footer {
        padding: 1rem 3rem 1.5rem;
    }
}
@media only screen and (max-width:780px) {
    article {
        padding: 1rem 2rem 0;
    }
    article .logo {
        margin: 0 0 1rem;
        justify-content: center;
    }
    article .flex {
        display: block;
    }
    article .flex .box {
        width: 100%;
    }
    footer {
        padding: 1rem 2rem;
    }
}
@media only screen and (max-width:480px) {
    article {
        padding: 1rem 1rem 0;
    }
    footer {
        padding: 1rem;
    }
}