@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    background: #f4f4f4;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.125em;
    line-height: 1.2;
}

#wrapper {
    background: #f4f4f4;
    margin: 1rem auto;
    max-width: 45rem;
    overflow: hidden;
    position: relative;
    border-radius: .187rem;
}

p {
    text-align: justify;
}

p + p {
    margin: 1rem 0 0 0;
}

h1 {
    background-color: #fff;
    margin: 0 0 0.75rem;
    font-size: 2.25rem;
    line-height: 1.15;
    padding: 1rem;
}

h2 {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

a:link,
a:active,
a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    border: none;
}

ul {
    padding-left: 1rem;
}

ul p {
    margin: 0 0 0 -1rem;
}

li {
    list-style-type: none;
}

li:before {
    content: "\25CF";
    float: left;
    margin-left: -0.938rem;
}

header {
    position: relative;
    border-bottom: 0.5rem;
}

section {
    background-color: #fff;
    margin: 0 0 0.75rem;
    padding: 1rem;
}

footer p:first-of-type {
    font-size: 0.875rem;
    text-align: center;
}

article section:last-of-type a {
    display: block;
    color: #fff;
    text-align: center;
    background: #c61116;
    margin: 1rem 28% 1.25rem;
    padding: 0.5rem 1rem;
    font-size: 0.938rem;
    font-weight: bold;
    border-radius: 0.438rem;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.italic {
    font-style: italic;
}

section > a {
    background: #C61116;
    color: #fff;
    font-weight: bold;
    padding: 0.438rem 0;
    margin: 1.25rem auto 0.938rem;
    text-align: center;
    display: block;
    width: 42%;
    border-radius: 0.313rem;
    font-size: 0.938rem;
}

section > a:hover {
    text-decoration: underline;
}

@media only screen and (max-width:44.937rem) {

    body,
    h2 {
        font-size: 0.938em;
    }

    p,
    ul {
        text-align: left;
    }

    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 0.625rem;
    }

    h1 {
        font-size: 1.625rem;
    }

    article section:last-of-type a {
        margin: 1rem 1%;
    }

    section > a {
        width: 100%;
    }
}

@media only screen and (max-width:30rem) {

    #wrapper {
        hyphens: auto;
    }
}
