@charset "utf-8";
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 1em/1.3em Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 870px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
    padding: 3rem 0;
}
p {
    padding-bottom: 1rem;
}
h1 {
    font-size: 1.7em;
    line-height: 1.15;
    font-family: Calibri, Arial, sans-serif;
    color: #FFF;
    background: #009586;
    margin: -0.2rem -0.9rem 1rem;
    padding: 1rem 0.7rem;
}
h1 span {
    font-size: 0.7em;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}
:is(a:link, a:visited, a:active, a:hover) {
    color: #000;
    text-decoration: none;
}
p a.color {
    color: #0562C1;
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1.5rem;
}
li:before {
    content: "•";
    font-size: 1em;
    float: left;
    margin-left: -1.5rem;
}
header {
    padding: 0 0 2rem;
    position: relative;
}
header a img {
    position: absolute;
    top: -0.9rem;
    right: 0.5rem;
}
header p {
    color: #FFF;
    background: #009586;
    padding: 0.25rem 2rem;
    width: 568px;
}
.flex {
    display: flex;
    justify-content: space-between;
}
article .flex div:first-of-type {
    background: #F2F2F2 url('../images/bg.jpg') no-repeat top 252px center;
    width: 320px;
    padding: 5.25rem 1rem 0 2rem;
    line-height: 1.9;
}
article .flex div:last-of-type {
    width: 540px;
    padding: 1.25rem 0.4rem 2rem;
    font-size: 0.875em;
    line-height: 1.3em;
}
footer {
    font-size: 1.1em;
    line-height: 1.4em;
}
footer div:first-of-type {
    background: #D0CECE;
    width: 320px;
    padding: 1.5rem 0.5rem 0.5rem;
}
footer div:first-of-type p:last-of-type {
    font-size: 1.04em;
    line-height: 1.4em;
}
footer div:last-of-type {
    position: absolute;
    bottom: 3rem;
    right: 0;
}
footer div:last-of-type {
    width: 548px;
    height: 250px;
    overflow: hidden;
}
.contact{
    font-size: 1.188em;
    line-height: 1.3;
}
@media only screen and (max-width:869px) {
    #wrapper {
        margin: 0 auto;
        padding: 1rem 0 0;
        border: none;
    }
    h1 {
        margin: 0 -0.5rem 1rem;
        padding: 1rem 0.5rem;
    }
    header p {
        padding: 0.5rem;
    }
    header a img, footer div:last-of-type {
        position: static;
        display: block;
        margin: 0 auto 0.5rem;
    }
    p {
        width: 100% !important;
    }
    .flex {
        flex-direction: column;
    }
    article .flex div:first-of-type {
        padding: 0.5rem 0.5rem 0;
        line-height: 1.5;
    }
    div {
        width: 100% !important;
    }
    footer p {
        text-align: center;
    }
    footer div:last-of-type {
        height: auto;
        margin-bottom: 0;
    }
    footer div:last-of-type img {
        width: 100%;
        height: auto;
        display: block;
    }
    br {
        display: none;
    }
    footer br {
        display: block;
    }
}
@media only screen and (max-width: 698px) {
    #wrapper {
        border: none;
    }
}