@charset "utf-8";
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/pt-sans-v17-latin-regular.eot');
    src: local(''), url('../fonts/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/pt-sans-v17-latin-regular.woff2') format('woff2'), url('../fonts/pt-sans-v17-latin-regular.woff') format('woff'), url('../fonts/pt-sans-v17-latin-regular.ttf') format('truetype'), url('../fonts/pt-sans-v17-latin-regular.svg#PTSans') format('svg');
}
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/pt-sans-v17-latin-700.eot');
    src: local(''), url('../fonts/pt-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/pt-sans-v17-latin-700.woff2') format('woff2'), url('../fonts/pt-sans-v17-latin-700.woff') format('woff'), url('../fonts/pt-sans-v17-latin-700.ttf') format('truetype'), url('../fonts/pt-sans-v17-latin-700.svg#PTSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #5F696C;
    font: 400 1.25em/1.3em 'PT Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 595px;
    margin: 1rem auto;
    border: solid 2px;
    border-top-color: #4C7620;
    border-left-color: #4C7620;
    border-bottom-color: #009ECA;
    border-right-color: #009ECA;
    background: url('../images/bg1.jpg') top left no-repeat, url('../images/bg2.jpg') bottom right no-repeat, #fff;
    overflow: hidden;
    padding: 2.25rem 2.25rem 0.5rem 1.375rem;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 2rem 1.625rem;
    font-size: 1.938em;
    line-height: 1.2;
}
h1:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1.625rem;
}
h1 span {
    font-size: 0.7em;
    display: inline-block;
}
h2 {
    font-size: 1.5em;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 1rem;
}
header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}
hr {
    border: 2px solid #F9E21F;
    margin: 0 0 1.375rem -2rem;
    width: 230px;
}
@media only screen and (max-width: 594px) {
    body {
        font-size: 1.125em;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
    }
    p :is(span, a) {
        display: inline-block;
    }
    header {
        justify-content: center;
    }
    .hide_m {
        display: none;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem;
    }
    h1 {
        font-size: 1.625em;
    }
}