@charset "utf-8";
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''),
        url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'),
        url('../fonts/open-sans-v34-latin-regular.woff') format('woff'),
        url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'),
        url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''),
        url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'),
        url('../fonts/open-sans-v34-latin-700.woff') format('woff'),
        url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'),
        url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    min-height: 100%;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
}
body {
    color: #000;
    font: 400 0.875em/1.5em 'Open Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 0.625rem auto;
    border: 2px solid #C9DEB3;
    overflow: hidden;
    background-color: #fff;
}
:is(h1, h2, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}
h1, h2, p a.color, ul li:before {
    color: #265e15;
}
h1 {
    margin: 1rem 0;
    font-size: 1.6em;
    line-height: 1.3;
}
h1 span {
    font-size: 0.7em;
}
h1 {
    text-align: center;
}
h2 {
    border-color: #C9DEB3;
    margin: 0 0 0 -1.125rem;
    padding: 0.35rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: bold;
    background: #C9DEB3;
    display: inline-block;
    position: relative;
}
h2:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border-style: solid;
    border-width: 0 1.2em 1.2em 0;
    border-color: transparent;
    border-right-color: inherit;
    width: 0;
    height: 0;
}
p {
    margin-bottom: 1rem;
}
a.color {
    text-decoration: underline;
}
.box {
    padding: 0.75rem;
    background: #e8e7e7;
    margin: 0 0 15px;
}
.box p {
    margin: 0;
}
ul {
    margin: 0 0 15px;
    padding: 0.75rem;
    background: #e8e7e7;
    list-style: none;
}
.box ul {
    padding: 0;
}
ul li {
    padding-left: 1.25rem;
    margin-bottom: 3px;
}
ul li:before {
    content: "\25a0";
    float: left;
    font-size: 0.7rem;
    text-indent: -1.25rem;
    margin-top: -1px;
}
.logo {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
:is(article, footer) {
    padding: 1.25rem 1.875rem;
}
footer {
    position: relative;
    background: #ebeaea;
    border-top: 2px solid #C9DEB3;
}
.bg{
    background: #C9DEB3;
    padding: 1rem 2rem;
    margin: 0 -2rem -1.5rem;
    text-align: center;
}
@media (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    .logo {
        display: flex;
        justify-content: center;
    }
    article {
        height: auto;
        width: auto;
        margin: 0;
    }
    :is(article, footer) {
        padding: 0.625rem 1.25rem;
    }
    br {
        display: none;
    }
    p :is(a, span) {
        display: inline-block;
    }
    p, li {
        hyphens: auto;
    }
    .bg br{
        display: block;
    }
}