@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;
}

body {
    color: #231F20;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.5;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 0;
    background-color: #FFFFFF;
    overflow: hidden;
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    text-decoration: underline;
}

p {
    text-align: justify;
    margin: 0 0 1.562rem;
}

h1 {
    text-align: center;
    font-size: 2.437rem;
    line-height: 1.1;
    margin: 0.625rem 0 .75rem;
    font-weight: 600;
}

h1 span {
    font-size: 1.687rem;
}

h2 {
    font-size: 1.312rem;
    line-height: 1.4;
    margin: 0 0 .312rem;
    color: #01558C;
    font-weight: 600;
}

h3 {
    color: #850047;
    font-size: 1.1875rem;
    background: #D9E0FC;
    text-align: center;
    margin: 0 0 .312rem;
    font-weight: 400;
    line-height: 1.2
}

h4 {
    color: #17599E;
    font-size: 1rem;
    text-align: center;
    padding: .062rem 0 .187rem;
    margin: 0;
    font-weight: 600;
    line-height: 1.2
}

h5 {
    background: #D9E0FC;
    text-align: center;
    padding: .312rem 0;
    font-size: 1rem;
    margin: 0 0 .625rem
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
    text-align: left;
}

ul li {
    padding-left: 1.0625rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .25rem;
    height: .25rem;
    border-radius: 50%;
    background: #871E60;
    margin-left: -.812rem;
    top: .5rem;
}

header {
    margin: 0;
    position: relative;
}

.logo {
    position: absolute;
    width: 21%;
    height: 21%;
    right: 4%;
    top: 6%;
}

header:before {
    content: '';
    background: rgba(5, 84, 139, 0.9);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
    height: 2.5rem;
}

article {
    padding: 1.25rem 2.5rem 0;
}

.figure {
    background: #F4F3F5;
    width: 44%;
    padding: 1.875rem .375rem 3.625rem;
    color: #05548B;
    position: absolute;
    top: 9.062rem;
    left: 2.187rem;
    z-index: 1;
}

.figure h3 {
    padding: .625rem .312rem;
}

article {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

article section:last-of-type {
    margin-top: 2.062rem
}

article section:last-of-type p:nth-last-of-type(2) {
    margin-top: 3.125rem
}

article section:last-of-type p:last-of-type {
    margin: 0
}

section {
    width: 49%;
}

aside {
    background: #F4F3F5;
    padding: .625rem 1.25rem 0;
    margin: 1.25rem 0 0
}

aside > p:first-of-type {
    color: #05548B;
    font-size: 1rem;
}

aside > p:nth-of-type(2) {
    letter-spacing: 0.0063rem;
}

.paragraph_margin_small {
    margin: 0 0 0.625rem;
    color: #05548B;
    font-weight: 600;
    font-size: 1rem;
}

.text_weight_change {
    font-weight: 600;
    font-size: 1rem
}

.link {
    color: #05548B;
    font-weight: bold;
    white-space: normal;
    text-align: left;
    font-size: 1.1875rem;
}

aside p {
    margin-bottom: 0.625rem;
}

section aside:last-of-type p:nth-of-type(3) a {
    margin: 0 0 .125rem 0;
    font-size: 1.125rem
}

aside h3 {
    text-align: left;
    padding: .312rem .125rem;
    margin: 0 0 0 .062rem;
    width: 68%;
    font-size: 1.1875rem;
}

footer {
    background-color: #F4F3F5;
    color: #05548B;
    margin: .937rem 2.5rem 2.5rem;
    padding: .625rem 1.25rem;
    border-top: .5rem solid #871E60;
    border-bottom: .062rem solid #871E60;
}

footer p {
    font-size: .875rem;
    margin: 0 0 0.3125rem;
}

footer p:last-of-type {
    margin-bottom: 0;
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 1rem
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    p {
        text-align: left;
    }

    p,
    ul {
        margin: 0 0 1.25rem;
    }

    br {
        display: none;
    }

    h1 br,
    section:last-of-type p:last-of-type br {
        display: block;
    }

    header {
        margin: 0;
        position: relative;
        text-align: center
    }

    header:before {
        left: 0
    }

    .logo {
        position: static;
        width: auto;
        height: auto;
        margin: 0 auto .625rem;
    }

    article {
        padding: 0;
    }

    .figure {
        width: auto;
        padding: 0.625rem;
        position: static;
        margin-bottom: .625rem
    }

    .figure h3 {
        padding: .625rem
    }

    footer {
        margin: .625rem 0 0
    }
}

@media only screen and (max-width: 37.5rem) {
    p {
        margin: 0 0 .625rem
    }

    article {
        display: block;
        padding: 0 .625rem .625rem;
    }

    section {
        width: auto;
    }

    article section:last-of-type,
    article section:last-of-type p:nth-last-of-type(2) {
        margin-top: 1rem
    }

    aside {
        padding: 0.625rem;
        margin: 0;
    }

    aside > p:last-of-type {
        width: auto;
    }

    aside h3 {
        text-align: left;
        padding: 0.125rem;
        width: auto;
        display: inline-block;
        font-size: 1rem;
    }

    footer {
        background-color: #F4F3F5;
        color: #05548B;
        margin: 0 0.625rem 0.625rem;
        padding: 0.625rem;
    }
}

@media only screen and (max-width: 23.437rem) {
    .figure {
        padding: .625rem 0
    }

    article {
        padding: 0
    }

    footer {
        margin: .625rem 0
    }
}
