@charset "utf-8";
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    font: 0.938em/1.3em Calibri, sans-serif;
    color: #000;
}
#wrapper {
    position: relative;
    max-width: 905px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #EDEDEE;
    overflow: hidden;
    padding: 0rem;
}
#wrapper:before {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    content: '';
    width: 286px;
    background: #2F639E;
}
p {
    padding-bottom: 0.5rem;
    text-align: justify;
    hyphens: auto;
}
h1 {
    margin: 0 -1.5rem 1rem;
    font-size: 2.125em;
    line-height: 1.3;
    color: #fff;
    padding: 1.5rem;
    background: #8EA8C5;
}
h1 span {
    font-size: 0.6em;
    line-height: 1.3;
    font-weight: normal;
    display: block;
}
h2 {
    font-size: 1.125em;
    line-height: 1.3em;
    margin-bottom: 0.5rem;
    color: #30649E;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p a.blue {
    color: #2F639E;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0rem 0rem 1rem 0rem;
    list-style: none;
}
li {
    padding: 0 0 0.1rem 1.5rem;
}
ul li:before {
    content: "\2022";
    font-size: 1.000em;
    float: left;
    top: -1px;
    margin-left: -1.5rem;
}
header {
    padding: 0rem 0rem 0rem;
    text-align: right;
}
header>img {
    display: none;
}
.logo {
    margin: 0.7rem 0.8rem 0.3rem;
}
figure {
    position: relative;
    margin: 0 0 0 -5px;
    z-index: 4;
}
header:before {
    height: 166px;
    width: 286px;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    background: #8EA8C6;
    z-index: 3;
}
article {
    margin-left: 17.875rem;
    padding: 0.6rem 1.5rem 0 1.5rem;
    width: 617px;
}
.bg {
    padding: 1rem 1.5rem;
    margin: 0 -1.5rem;
    background: #2F639E;
    color: #fff;
}
.bg a.color {
    color: #AFAFB6;
}
footer {
    padding: 0rem;
    color: #fff;
}
footer a {
    color: #fff;
}
footer .box1 {
    padding: 1.35rem 1.5rem 0 1.2rem;
    position: absolute;
    top: 150px;
    left: 0;
    width: 290px;
    z-index: 999;
}
footer .box1 p {
    text-align: left;
    line-height: 1.4;
}
footer .box2 {
    position: absolute;
    left: 1.5rem;
    bottom: 4.125rem;
}
footer .box2 p:nth-of-type(2) {
    padding: 0.75rem 0 2em;
}
footer p span.big {
    font-size: 1.25em;
}
@media only screen and (max-width:886px) {
    #wrapper {
        margin: 0 auto;
        height: auto;
        border: none;
    }
    #wrapper:before, header:before, article br, figure,.hide_m {
        display: none;
    }
    p :is(a,span){
        display: inline-block;
    }
    p {
        text-align: left;
    }
    h1 {
        font-size: 2em;
    }
    header>img {
        display: block;
        margin-bottom: 1rem;
    }
    article {
        margin-left: 0rem;
        width: 100%;
        padding: 0.6rem 1rem 0
    }
    footer {
        padding: 0;
        background: #30649E;
    }
    footer p {
        padding-bottom: 1rem;
    }
    footer .box1 {
        width: 100%;
        background: #30649E;
        text-align: left;
        padding: 1rem 1rem 0;
        position: static;
        height: auto;
    }
    footer .box1 p:first-of-type {
        font-size: 1.2em;
        padding-bottom: 1rem;
    }
    footer .box2 {
        height: 100%;
        padding: 0 1rem 1rem;
        display: block;
        position: static;
    }
    .images, .logo{
        display: flex;
        justify-content: center;
    }
}