﻿@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

#wrapper {
    position: relative;
    max-width: 46.25rem;
    margin: 1rem auto;
    border: solid .25rem #C1D963;
    padding: 1.187rem;
    background-color: #E5EFC3;
    overflow: hidden;
}

header,
footer,
article,
section,
aside,
element,
nav,
menu,
figure,
main,
address {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    font-style: normal;
}

p {
    text-align: left;
    margin: 0 0 0.625rem;
}

p span {}

h1 {
    padding: .312rem 0 .312rem 1.25rem;
    width: 89%;
    background-color: #C1D963;
    text-align: left;
    font-size: 1.062rem;
    line-height: 1.4;
    font-weight: normal;
    margin: .625rem 0 .625rem -1.25rem;
}

h1 span {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.812rem;
    font-weight: 600;
}

h2 {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 0;
}

h3 {
    position: absolute;
    right: -4%;
    top: 28%;
    padding: .625rem 1.25rem .625rem .625rem;
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    background-color: #D2232B;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0 0 0.625rem;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: .937rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -.937rem;
    font-size: 1.375em;
    line-height: 1;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

article p:nth-of-type(2) {
    font-size: 1.125rem;
}

article p:nth-of-type(3) {
    margin: 1.875rem 0 .937rem;
}

footer {
    position: absolute;
    right: 4%;
    bottom: 2%;
    width: 36%;
}

footer > a > img {
    width: 100%;
}

@media only screen and (max-width:46.187rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem .625rem 0;
    }

    a {
        font-weight: normal;
    }

    br {
        display: none;
    }

    p {
        text-align: left;
    }

    h2,
    h3 {
        font-size: .875rem;
    }

    ul {
        margin-bottom: .625rem;
    }

    ul li {
        padding-left: .937rem
    }

    ul li:before {
        margin-left: -.937rem;
    }

    h1 {
        width: auto;
        margin: auto;
        font-size: 1rem;
    }

    h1 span {
        font-size: 22px;
    }

    h1 br {
        display: block;
    }

    h3 {
        position: static;
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    footer {
        position: static;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (max-width:29.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .312rem .437rem 0;
    }

    h1 {
        font-size: .75rem;
    }

    h1 span {
        font-size: 1.125rem;
    }

    h2,
    h3 {
        font-size: .875rem;
    }

    p {
        font-size: .75rem;
    }
}
