﻿@charset "utf-8";

/* Standard */

: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: #565656;
    color: #575756;
    font-family: "Roboto", sans-serif;
    font-size: .812rem;
    line-height: 1.3;
}

p {
    margin: 0 0 .937rem;
}

h1 {
    font-size: 1.375rem;
    line-height: 1.2;
    font-weight: 900;
    color: #36257C;
    margin: 1.562rem 0;
}

h1 span {
    font-weight: 300;
    color: #575756;
    font-size: 0.9em
}

h2 {
    font-size: .812rem;
    line-height: 1.4;
    margin: 0 0 .625rem;
}



ul {
    list-style: none;
    margin: 0 0 .937rem;
    padding: 0;
}

ul p {
    margin-bottom: 0;
}

ul li {
    padding-left: .812rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .25rem;
    height: .25rem;
    border-radius: .375rem;
    background: #575756;
    margin-left: -.812rem;
    top: .375rem;
}


#wrapper {
    position: relative;
    max-width: 52.5rem;
    margin: 1rem auto;
    border: solid .062rem #575756;
    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 #36257C transparent;
    position: absolute;
    bottom: 0;
}

header {
    position: relative;
    margin: 0 0 0 .062rem;
    padding: 0
}

header img {
    display: block;
}

header a {
    position: absolute;
    top: 0%;
    right: 3%;
    width: 40%;
    height: 22%;
}

article {
    padding: .937rem 25px 12.5rem;
}

article section {
    float: left;
    width: 50%;
}

article > p:first-of-type {
    letter-spacing: -0.2px;
}

article section + section {
    padding-left: 1.25rem;
}

article section > a:last-of-type {
    background-color: #36257C;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: .312rem .625rem;
    width: 10.125rem;
    text-align: center;
    display: block;
    margin: 1.875rem auto .625rem;
    box-shadow: 0.125rem 0.125rem 0.625rem #999999;
    transition: all 0.5s ease-in-out;
}

p span {
    display: inline-block;
    width: 5rem
}

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.5rem 1.25rem;
    background: #DC2312;
    color: #fff;
    line-height: 1.5
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

address {
    background: #E84B04;
}

article section:nth-of-type(2) p:nth-of-type(4) {
    letter-spacing: -0.3px
}

@media only screen and (max-width:52.437rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
    }

    article {
        padding: .625rem;
    }

    p {
        text-align: left;
    }

    ul {
        margin-bottom: .625rem;
    }

    h1 {
        font-size: 1.25rem;
        margin: .937rem 0;
    }

    article section {
        width: 100%;
    }

    article section + section {
        padding: 0;
    }

    article section > br {
        display: none;
    }

    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 #DC2312 transparent;
        position: absolute;
        bottom: 0;
    }

    article > br {
        display: none;
    }

    ul br {
        display: none;
    }
}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.125rem;
    }
}
