@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Merriweather Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/merriweather-sans-v26-latin-300.eot');
    src: url('../fonts/merriweather-sans-v26-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweather-sans-v26-latin-300.woff2') format('woff2'), url('../fonts/merriweather-sans-v26-latin-300.woff') format('woff'), url('../fonts/merriweather-sans-v26-latin-300.ttf') format('truetype'), url('../fonts/merriweather-sans-v26-latin-300.svg#MerriweatherSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Merriweather Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/merriweather-sans-v26-latin-regular.eot');
    src: url('../fonts/merriweather-sans-v26-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweather-sans-v26-latin-regular.woff2') format('woff2'), url('../fonts/merriweather-sans-v26-latin-regular.woff') format('woff'), url('../fonts/merriweather-sans-v26-latin-regular.ttf') format('truetype'), url('../fonts/merriweather-sans-v26-latin-regular.svg#MerriweatherSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Merriweather Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/merriweather-sans-v26-latin-700.eot');
    src: url('../fonts/merriweather-sans-v26-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweather-sans-v26-latin-700.woff2') format('woff2'), url('../fonts/merriweather-sans-v26-latin-700.woff') format('woff'), url('../fonts/merriweather-sans-v26-latin-700.ttf') format('truetype'), url('../fonts/merriweather-sans-v26-latin-700.svg#MerriweatherSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Merriweather Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/merriweather-sans-v26-latin-800.eot');
    src: url('../fonts/merriweather-sans-v26-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweather-sans-v26-latin-800.woff2') format('woff2'), url('../fonts/merriweather-sans-v26-latin-800.woff') format('woff'), url('../fonts/merriweather-sans-v26-latin-800.ttf') format('truetype'), url('../fonts/merriweather-sans-v26-latin-800.svg#MerriweatherSans') format('svg');
}
:root {
    font-size: 16px;
}
*, figure {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #333;
    font: 400 1em/1.5em 'Merriweather Sans', Arial, sans-serif;
}
h1, h2, h3 {
    font-weight: 900;
}
h4, h5 {
    font-weight: 300;
}
strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 1168px;
    margin: 1rem auto;
    background: #fff;
    overflow: hidden;
}
p {
    padding-bottom: 1rem;
}
.nopad {
    padding: 0;
}
h1 {
    margin: 1rem 0 2.5rem;
    font-size: 1.692em;
    line-height: 1.4;
    color: #808080;
}
h2 {
    font-size: 1.5em;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}
h3 {
    font-size: 1.375em;
    line-height: 1.3;
    margin-bottom: 0.75rem;
    background: #C8E3DC;
    text-align: center;
    padding: 0.75rem 1rem;
}
h4 {
    font-size: 0.9em;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}
h5 {
    font-size: 1.25em;
    line-height: 1.3;
    background: #C8E3DC;
    padding: 0.5rem 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}
a.ins {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 0.5rem 1rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "•";
    font-size: 1.3em;
    float: left;
    margin: 0 0 0 -1rem;
}
article {
    display: flex;
    justify-content: space-between;
}
article .left {
    width: 760px;
}
article .right {
    width: 374px;
}
article .right .box {
    display: flow-root;
}
article .right .box>img {
    float: left;
    margin: 0 0.75rem;
}
article .box {
    padding: 1rem;
    border: 1px solid #e7ecf1;
    margin-bottom: 1rem;
}
footer .button a {
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 1px solid #C8E3DC;
    font-size: 1.3em;
    line-height: 1.3;
    margin: 0.25rem 0;
}
footer .button a:hover {
    opacity: 0.6;
}
footer .submit {
    background: #C8E3DC;
}
footer .social {
    display: inline-flex;
    gap: 1.5rem;
    margin-left: 1rem;
    font-size: 2em;
}
footer .social img {
    vertical-align: -7px;
}
.btnspan {
    display: inline-block;
    border-radius: 10px;
    background: #C8E3DC;
    padding: 0 5px;
    font-size: 0.875em;
}
.btnspan:hover {
    background: #DEEEEA;
}
@media only screen and (max-width:1167px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    #wrapper :is(p, li) {
        hyphens: auto;
    }
    #wrapper {
        padding: 0.75rem;
    }
    li span {
        display: inline-block;
    }
    article .left {
        width: 69%;
    }
    article .right {
        width: 28%;
    }
    article .right .box>img {
        float: none;
        display: block;
        margin: 0 1rem 0.5rem;
    }
}
@media only screen and (max-width:700px) {
    article {
        flex-direction: column;
    }
    article :is(.left, .right) {
        width: auto;
    }
    h1 {
        margin-bottom: 1.5rem;
    }
    h5, .box-last p, footer p {
        text-align: center;
    }
    .box-last img {
        margin: 0 auto 0.5rem !important;
    }
}
@media only screen and (max-width:480px) {
    ul {
        padding-left: 0;
    }
    article .right .box>img {
        margin: 0 1rem 0 0;
    }
}