@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v49-latin-regular.eot');
    src: url('../fonts/roboto-v49-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v49-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v49-latin-regular.woff') format('woff'), url('../fonts/roboto-v49-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v49-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v49-latin-500.eot');
    src: url('../fonts/roboto-v49-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v49-latin-500.woff2') format('woff2'), url('../fonts/roboto-v49-latin-500.woff') format('woff'), url('../fonts/roboto-v49-latin-500.ttf') format('truetype'), url('../fonts/roboto-v49-latin-500.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v49-latin-700.eot');
    src: url('../fonts/roboto-v49-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v49-latin-700.woff2') format('woff2'), url('../fonts/roboto-v49-latin-700.woff') format('woff'), url('../fonts/roboto-v49-latin-700.ttf') format('truetype'), url('../fonts/roboto-v49-latin-700.svg#Roboto') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #212529;
    font: 400 1em/1.3em 'Roboto', Arial, sans-serif;
}
h1, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 2rem;
}
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 1rem;
    font-size: 2em;
    line-height: 1.1em;
}
h2 {
    font-size: 1.125em;
    line-height: 1.3em;
    margin: 1rem 0;
    text-transform: uppercase;
    font-weight: 500;
}
h1, h2 {
    color: #006e49;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 0.5rem 2rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
}
hr {
    border: 0;
    border-bottom: 1px solid #C7C8C9;
    margin: 1rem 0 2rem;
}
header {
    padding-bottom: 2rem;
}
a.apply {
    display: block;
    width: fit-content;
    margin: 1rem auto 0;
    padding: 0.75rem 2rem;
    border-radius: 0.125rem;
    background: #006e49;
    color: #fff;
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    header {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem;
    }
}