﻿@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:link,
a:active,
a:visited {}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    background: #999999;
    color: #4C4C4B;
    font-family: "Roboto", sans-serif;
    font-size: .812rem;
    line-height: 1.3;
}

p {
    margin: 0 0 .937rem;
}

h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 900;
    color: #56BD05;
    margin: 1.562rem 0;
}

h1 small {
    font-weight: normal;
    font-size: inherit;
}

h1 span {
    font-weight: 300;
    color: #575756;
    font-size: 1.25rem;
}

h2 {
    font-size: .937rem;
    line-height: 1.4;
    margin: 0 0 .937rem;
}

p strong {
    font-size: .937rem;
}

h3 {
    color: #56BD05;
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0;
}

hr {
    border-top: thin solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.875rem;
    padding: 0;
}

ul p {
    margin-bottom: 0;
}

ul li {
    padding-left: .937rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .312rem;
    height: .312rem;
    border-radius: 50%;
    background: #575756;
    margin-left: -.937rem;
    top: .312rem;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    border: solid .062rem #000;
    overflow: hidden;
    background: #fff;
}

#wrapper:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 3.125rem 53.125rem;
    border-color: transparent transparent #575756 transparent;
    position: absolute;
    bottom: 0;
}

header {
    position: relative;
    margin-top: -.062rem;
}

header a:nth-of-type(1) {
    position: absolute;
    top: 5%;
    right: 2%;
    width: 30%;
    height: 20%;
}

header a:nth-of-type(2) {
    position: absolute;
    bottom: 12.5%;
    right: 2.5%;
    width: 18.5%;
    height: 32.5%;
}

article {
    padding: 1.25rem 1.875rem 7.5rem;
}

article section {
    float: left;
    width: 47%;
}

article section + section {
    padding-left: .625rem;
}

article section:nth-of-type(1) {
    margin-bottom: 2.5rem;
}

article > p:first-of-type {
    width: 99%;
    text-align: justify;
}

p span {
    display: inline-block;
    width: 5rem;
    margin-right: 1.875rem;
}

article > p:first-of-type span {
    width: auto;
    margin-right: 0;
    font-style: italic;
}

article > section:nth-of-type(2) > p:nth-of-type(3) span:nth-of-type(2) {
    width: auto;
    margin-right: 0;
    margin-left: 7.187rem;
}

article section > a {
    background-color: #ED6800;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: .312rem .625rem;
}

footer {
    position: absolute;
    right: -1.875rem;
    bottom: -1.875rem;
    padding: 0;
    z-index: 3;
    transform: rotate(-3deg);
}

footer > p {
    padding-left: 1.25rem;
    margin-bottom: .312rem;
}

footer aside {
    padding: 1.25rem 11.25rem 2.187rem 1.25rem;
    background: #54AE39;
    color: #fff;
    line-height: 1.5;
    font-weight: 300;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

article section:nth-of-type(1) p {
    margin: 0 0 .625rem;
}

article section:nth-of-type(2) ul {
    margin-right: -2.187rem
}

article > section:nth-of-type(2) {
    float: right;
    width: 48%;
}

article > section:nth-of-type(2) > p:nth-of-type(4) {
    margin-bottom: 0;
}

@media only screen and (max-width: 56.187rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        hyphens: auto;
    }

    article {
        padding: .625rem;
    }

    p {
        text-align: left;
    }

    p span {
        display: inline;
        width: auto;
        margin-right: 0;
    }

    ul {
        margin-bottom: 1.25rem;
    }

    h1 {
        font-size: 1.25rem;
        margin: .937rem 0;
    }

    h1 span {
        font-size: 1.125rem;
    }

    h2 {
        margin: 0 0 .312rem;
    }

    h3 {
        font-size: 1rem;
    }

    article > p:first-of-type {
        width: auto;
        text-align: left;
    }

    article section {
        width: 100%;
    }

    article section + section {
        padding: 0;
    }

    footer {
        position: static;
        transform: none;
    }

    footer aside {
        padding: .625rem;
    }

    footer > p {
        padding: 0 0 0 .625rem;
    }

    #wrapper:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 1.875rem 53.125rem;
        border-color: transparent transparent #575756 transparent;
        position: absolute;
        bottom: 0;
    }

    #wrapper > article > section:nth-child(4) > p:nth-child(8) > br {
        display: none;
    }

    article section:nth-of-type(2) ul {
        margin-right: 0;
    }

    article section:nth-of-type(2) > a,
    article > section:last-of-type > p:nth-of-type(4) {
        margin-bottom: 1.25rem
    }

    article section:nth-of-type(1) {
        margin-bottom: 0;
    }

    article > section:first-of-type,
    article > section:last-of-type {
        float: none;
        width: auto;
    }

    article > br,
    article section > br,
    article > section:last-of-type > p:nth-of-type(3) br {
        display: none;
    }

    article > section:last-of-type > p:nth-of-type(3) span:nth-of-type(2) {
        margin-left: 0;
    }
}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.125rem;
    }

    h1 span {
        font-size: 1rem;
    }

    h2 {
        margin: 0 0 .312rem 0;
    }

    ul li {
        padding-left: .937rem;
    }

    ul li:before {
        margin-left: -.937rem;
    }
}
