﻿@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:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: .875rem;
    line-height: 1.4;
    background: #1A1A1A;
}

#wrapper {
    color: #1A1A1A;
    position: relative;
    max-width: 53.125rem;
    margin: 1rem auto;
    background-color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 .937rem;
}

h1 {
    font-size: 2rem;
    line-height: 1.1;
    margin: 1.562rem 0 0.625rem;
    padding-bottom: .937rem;
    border-bottom: thin solid #0026BD;
    color: #001775;
}

h2 {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 .187rem;
    color: #001775;
}

h3 {
    font-size: 1.231em;
    line-height: 1.4;
    margin: 0 0 0.625rem;
}

hr {
    border-top: thin solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 .937rem;
    padding: 0;
}

ul ul {
    margin-bottom: 0
}

ul li {
    padding-left: 1.25rem;
    margin-bottom: .187rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .375rem;
    height: .375rem;
    border-radius: .5rem;
    background: #1a1a1a;
    margin-left: -1.125rem;
    top: .437rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header {
    padding: 1.562rem;
    border-bottom: 1.562rem solid #666666
}

header a {
    margin: 0 0;
    display: block;
    max-width: 13.437rem
}

header p {
    text-align: center;
    font-size: 1.063em;
    font-weight: bold;
    color: #fff;
}

footer {
    border-top: 1.562rem solid #1A1A1A;
    padding: 1.562rem
}

aside {
    padding: 1.562rem;
    padding-right: 35%;
    float: left;
    background: url(../images/1.png) no-repeat top right;
    background-size: contain
}

article {
    padding: 1.562rem;
    border-top: 1.562rem solid #1A1A1A
}

article p:last-of-type,
footer p {
    margin-bottom: 0
}

article section,
footer p {
    float: left;
    width: 48%
}

article section:last-of-type,
footer p:last-of-type {
    float: right
}

footer a {
    background: #0026BD;
    padding: .625rem .937rem;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 300ms ease 0s;
    cursor: pointer;
    margin-top: .062rem
}

footer a:hover {
    background: #1A1A1A;
    text-decoration: none
}

@media only screen and (max-width:53.062rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
    }

    a {
        font-weight: bold;
    }

    header {
        padding: 0.625rem;
        margin: 0;
        border-bottom: .625rem solid #666666
    }

    article section,
    footer p {
        float: none;
        width: 100%
    }

    article section:last-of-type,
    footer p:last-of-type {
        float: none
    }

    footer p {
        text-align: center;
        margin-bottom: .625rem
    }

    article,
    footer,
    aside {
        padding: .625rem
    }

    article,
    footer {
        border-top: 0.625rem solid
    }

    aside {
        padding-right: 35%;
        background-position: bottom right;
        background-size: 75%
    }

    h1 {
        font-size: 1.563em;
    }

    h2,
    h3 {
        font-size: 1em;
    }
}

@media only screen and (max-width:30rem) {
    h1 {
        font-size: 1.5em;
    }

    aside {
        background: none;
        padding: .625rem
    }
}