@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 1em/1.5em 'Open Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 0.625rem auto;
    border: 5px solid #7A7B75;
    overflow: hidden;
    background-color: #fff;
    border-radius: 30px 30px 0 0;
}
:is(h1, h2, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    text-decoration: none;
    white-space: nowrap;
    color: #7A7B75;
}
h1 {
    margin: 1rem 0;
    font-size: 2em;
    line-height: 1.3;
    color: #7A7B75;
    text-align: center;
}
.blue {
    color: #FFC000;
}
h1 span {
    font-size: 0.5em;
    display: block;
}
h2 {
    border-color: #7A7B75;
    margin: 0 0 0 -1.125rem;
    padding: 0.35rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: bold;
    color: #fff;
    background: #7A7B75;
    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;
}
p a.color {
    color: #000;
}
ul {
    margin: 0 0 15px;
    padding: 0.75rem;
    background: #e6ecf2;
    list-style: none;
}
section {
    padding: 0.75rem 0.75rem 0;
    background: #e6ecf2;
}
.bg {
    margin: -15px 0 15px;
    padding: 0 0.75rem 0.75rem;
    background: #e6ecf2;
}
ul li {
    padding-left: 1.25rem;
    margin-bottom: 3px;
}
ul li:before {
    content: "\25a0";
    color: #7A7B75;
    float: left;
    font-size: 0.7rem;
    text-indent: -1.25rem;
    margin-top: -1px;
}
.logo {
    padding: 1rem;
    display: flex;
    justify-content: center;
}
.button {
    display: block;
    width: 150px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #fff !important;
    margin: 1rem auto 0;
    background: #7A7B75;
}
:is(article, footer) {
    padding: 1.25rem 1.875rem;
}
footer {
    position: relative;
    background: #ebeaea;
    border-top: 2px solid #7A7B75;
}
@media (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    span {
        white-space: nowrap;
    }
    .logo {
        display: flex;
        justify-content: center;
    }
    article {
        height: auto;
        width: auto;
        margin: 0;
    }
    :is(article, footer) {
        padding: 0.625rem 1.25rem;
    }
    br:not(.br) {
        display: none;
    }
}