@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/dm-sans-v17-latin-600.eot');
    src: url('../fonts/dm-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/dm-sans-v17-latin-600.woff2') format('woff2'), url('../fonts/dm-sans-v17-latin-600.woff') format('woff'), url('../fonts/dm-sans-v17-latin-600.ttf') format('truetype'), url('../fonts/dm-sans-v17-latin-600.svg#DMSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 850px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 2rem 2rem 3rem 6rem;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.link {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 2rem;
    font: 600 1.5em/1.3 'DM Sans', Arial, sans-serif;
    color: #538135;
    text-align: center;
}
h2 {
    font-size: 1.0625em;
    line-height: 1.3em;
    margin-bottom: 1rem;
}
ul {
    padding: 0 0 2rem;
    list-style: none;
}
li {
    padding-left: 1.125rem;
}
li:before {
    content: "►";
    float: left;
    font-size: 0.8em;
    margin: -1px 0 0 -1.25rem;
}
.color, h2, a.link {
    font-weight: bold;
    color: #538135;
}
header {
    padding-bottom: 2rem;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex div {
    width: 48%;
}
.bg {
    padding: 0.5rem 2rem;
    margin: 0 -2rem;
    background: #D9D9D9;
}
footer {
    position: absolute;
    background: #61BA46;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.8rem 0.25rem;
    height: 100%;
    width: 4rem;
}
footer p {
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    font-size: 2em;
    line-height: 1.3;
    padding: 5rem 1.75rem;
}
@media only screen and (max-width: 849px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 2rem 2rem 0;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    footer {
        position: static;
        width: auto;
        transform: none;
        writing-mode: horizontal-tb;
        padding: 0;
        margin: 0 -2rem;
    }
    footer p {
        padding: 1rem 2rem;
        text-align: center;
    }
}
@media only screen and (max-width:780px) {
    .flex {
        flex-direction: column;
    }
    .flex div {
        width: auto;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem 1rem 0;
    }
    footer p {
        font-size: 1.75em;
    }
}