﻿@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:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: .937rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 50.625rem;
    margin: 1rem auto;
    border: solid thin #332856;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: justify;
    margin: 0 0 1.25rem;
}

h1 {
    font-size: 30px;
    line-height: 1;
    margin: .625rem 0 1.562rem;
    width: 96%;
    font-weight: 900;
}

h2 {
    font-size: 1rem;
    margin: 0 0 0;
    color: #DE2D34;
}

h3 {
    font-size: 2.5rem;
    line-height: 1;
    margin: 0 0 1.875rem;
    color: #DE2D34;
    font-weight: 900;
}

hr {
    border-top: thin solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: .937rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .312rem;
    height: 1px;
    border-radius: .5rem;
    background: #f30;
    margin-left: -15px;
    top: .625rem;
}

article > ul {
    margin: 0 -.937rem 1.25rem 0;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}


header {
    position: relative;
    margin: 0;
    padding: 0;
}

header section {}

header section:nth-of-type(2) {
    float: left;
    width: 50%;
    position: relative;
}

header section:nth-of-type(1) {
    float: right;
    width: 50%
}

header a {
    position: absolute;
    top: 2%;
    right: 0%;
    width: 18%;
    height: 20%;

}

header p {
    position: absolute;
    top: 2rem;
    left: 1.875rem;
    font-size: 1.625rem;
    line-height: 1.1;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin: 0
}

article {
    padding: 2.5rem 6.25rem 0;
}

article > p:nth-of-type(1),
article > p:nth-of-type(2),
article > p:nth-of-type(3) {
    letter-spacing: -0.4px
}

article section:nth-of-type(1) {
    float: left;
    width: 52%;
}

article section:nth-of-type(2) {
    float: right;
    width: 51%;
    margin-right: -30px;
}


article > ul {
    margin-right: -55px;
    text-align: justify
}

element {
    margin-right: -55px;
    display: block;
}

element p:first-of-type {
    font-size: .91rem;
}

article aside p:first-of-type a {}

footer {
    margin: -6.875rem 0 0;
    padding: 0;
    position: relative;
}

footer > img {
    float: right;
}

footer > a {
    position: absolute;
    right: 8%;
    bottom: 20%;
}

article aside p {
    width: 66%;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width:50.562rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0;
    }

    a {
        font-weight: bold;
    }

    header section:nth-of-type(1) {
        float: none;
        display: block;
        width: auto;
    }

    header section:nth-of-type(1) a {
        max-width: 12.5rem;
        display: block;
        float: right;
        display: block;
    }


    header section:nth-of-type(2) {
        float: none;
        display: block;
        width: auto;
        background: #332856;
        padding: .625rem;
        position: static;
        margin: 0;
    }

    header section:nth-of-type(2) img {
        display: none;
    }

    header p {
        position: static;
        text-align: center;
        font-size: 1.5rem;
    }

    article {
        padding: .625rem;
    }

    article section:nth-of-type(1),
    article section:nth-of-type(2) {
        width: auto;
        float: none;
        letter-spacing: normal;
        margin: 0
    }

    article > ul {
        margin: 0 0 .625rem;
    }

    footer {
        margin: 0 0 0;
        background: #332856;
        padding: .625rem;
    }

    footer > img {
        display: none;
    }

    footer a {
        position: static;
        display: block;
        margin: 0 auto;
        max-width: 14.687rem;
    }

    ul {
        margin: 0 0 .625rem;
    }

    p {
        text-align: left;
        margin: 0 0 .625rem;
    }

    h3 {
        font-size: 1.5rem;
        margin: 0 0 .625rem;
    }

    h1 {
        font-size: 1.25rem;
        margin: 0 0 .625rem;
        width: auto;
    }

    h2 {
        font-size: .875rem;
    }

    article > ul {
        text-align: left;
        letter-spacing: normal;
        margin: 0 0 10px;
    }
    element {
        margin-right: 0;
        display: block;
    }


}

@media only screen and (max-width:29.937rem) {
    h1 {}
}
