﻿@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 {}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #4F5F67;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    line-height: 1.8;
    font-weight: 300;
}

p {
    margin: 0 0 .625rem;
}

h1 {
    font-size: 1.875rem;
    line-height: 1.2;
    margin: 1rem 0 1.562rem;
    text-transform: uppercase;
}

h1,
h2,
strong {
    font-weight: 600;
}

h2 {
    font-size: .875rem;
    margin: 0;
}

h3 {
    font-size: .875rem;
    margin: 0;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 1.562rem 0 2.5rem;
    padding: 0;
}

ul li {
    padding-left: .75rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .25rem;
    height: .25rem;
    border-radius: .312rem;
    background: #4F5F67;
    margin-left: -.75rem;
    top: .562rem;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#wrapper {
    position: relative;
    max-width: 48.75rem;
    margin: 1rem auto;
    border: solid thin #000;
    background-color: #fff;
    padding: 2.5rem 3.75rem;
    background: url(../images/bg.png) no-repeat;
    background-size: 95%;
    background-position: right bottom 30%;
}

aside {
    font-size: .875rem;
    font-weight: 400;
}

header {}

header a {
    margin: 0 0 2.812rem -2.187rem;
    display: block;
    width: 16.875rem;
}

header a img {
    max-width: 16.875rem;
    width: 100%;
}

aside section ul:nth-of-type(1),
article > section p:nth-of-type(1) {
    width: 49%;
    float: left;
}

aside section ul:nth-of-type(2),
article > section p:nth-of-type(2) {
    width: 49%;
    float: right;
}

article > p:first-of-type {
    margin: 0 0 0 0;
}

article > p:nth-of-type(2) {
    margin: 0 0 1.875rem;
}


section ul:first-of-type {
    padding-right: 1.562rem;
}

article > section:last-of-type {
    font-size: .875rem;
    line-height: 1.7;
    margin: 2.5rem 0 0 0;
}

article > img {
    width: 12.5rem;
    margin-top: 1.875rem
}

@media only screen and (max-width:48.687rem) {

    body {
        line-height: 1.6;
    }

    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
        font-size: .875rem;
    }

    p a {
        font-weight: bold;
    }

    p,
    ul {
        margin-bottom: .625rem;
    }

    p br,
    h1 br {
        display: none;
    }

    h1 {
        font-size: 1.375rem;
    }

    h1,
    section {
        margin: .625rem 0;
    }

    section {
        display: block;
    }

    header a {
        margin: 0 0 .625rem;
    }

    article > img {
        width: 12.5rem;
        margin-top: .625rem
    }

    article > p:nth-of-type(2) {
        margin: 0 0 .625rem 0;
    }

    aside section ul:nth-of-type(1),
    article > section p:nth-of-type(1) {
        width: auto;
        float: none;
    }

    aside section ul:nth-of-type(2),
    article > section p:nth-of-type(2) {
        width: auto;
        float: none;
    }

    article > section:last-of-type {
        margin: .625rem 0 0 0;
    }

    section ul:first-of-type {
        padding-right: 0;
    }

    #wrapper > article > p:nth-child(1) > br:nth-child(2) {
        display: block;
    }

    article > section:last-of-type p br {
        display: block;
    }
}

@media only screen and (max-width:29.937rem) {
    header a {
        width: 12.5rem;
    }
}
