﻿:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

#wrapper {
    margin: 0.75rem auto;
    border: 2px #005f9d solid;
    max-width: 746px;
    color: #2E2113;
    position: relative;
    padding: 0;
    background-color: #FFFFFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.875rem;
    line-height:1.125rem;
    text-align: left;
    overflow: hidden;
}
p {
    padding-bottom: 1.1rem;
}

h1 {
    margin-bottom: 0;
    font-size: 2.525rem;
    line-height: 2.5625rem;
    text-align: left;
    color: #005594;
    margin-top: -0.5rem;
}
h1 + p{margin-bottom: 0.625rem;}
aside p{
    text-align: left;
}

section{
    text-align: center;

}
section h2{
    margin-bottom: 0;
}
h1 span {
    font-size: 1.6875rem;
    font-weight: normal;
}

footer a{
    color: #fff;
}

h2 {
    font-size: 1rem;
    margin: 0 0 0rem;
    line-height: 1.25rem;
    color: #005594;
}
h3 {
    color: #005f9d;
    font-weight: normal;
    margin-bottom: 1.3rem;
    margin-top: 1.rem;
    line-height: 1.2rem;
}

h3 a {
    color: #005f9d;
}
a {
    color: #2E2113;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
aside:nth-of-type(2) p:first-of-type{
    margin-bottom: 0.3125rem;
}


img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    border: none;
    vertical-align: middle;
}
ul {
    margin-bottom: 0.9375rem;
    padding: 0;
    list-style-image: url();
    list-style: none;
}
ul li {
    padding-left: 0.75rem;
}
li:before {
    content: "\2022";
    color:#231F20;
    float: left;
    margin-left: 0rem;
    font-size: 1.125rem;
    text-indent: -0.75rem;
}

.clear:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0rem;
}
header {
    width: 100%;
    vertical-align: middle;
    position: relative;
}

article {
    width: 100%;
    position: relative;
    padding: 1.85rem 2.5rem 1rem;
}

footer p:last-of-type {
    padding-bottom: 0;
}

footer {
    width: 100%;
    position: relative;
    background: #005F9D;
    padding: 1.25rem 2.5rem;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.2rem;
}
footer img {
    position: absolute;
    bottom: 24%;
    right: 5%;
}
aside:nth-of-type(1) {
    float: left;
    width: 47%;
}

aside:nth-of-type(2) {
    float: right;
    width: 49%;
}

aside:nth-of-type(2) p:nth-of-type(3) {
    padding-top: 3rem;
    font-size: 0.75rem;
}

aside:nth-of-type(2) p:nth-of-type(1) {
}

@media (max-width: 744px) {
    #wrapper {
        width: 100%;
        padding: 0;
        border: none;
        text-align: left;
        margin: 0;
    }
    p {
        width: 100% !important;
    }

    aside {
        float: none !important;
        width: 100% !important;
    }

aside br {
}

    header {
        height: auto;
        padding: 0;
        width: auto;
        margin: 0;
    }

    article {
        height: auto;
        padding: 3%;
        width: auto;
        margin: 0;
    }

article br {
    display: none;
}

    footer {
        height: auto;
        padding: 3%;
        width: auto;
        margin: 0;
    }

    footer img {
        position: static;
        margin-top: 1rem;
    }

    h1 {
        margin-bottom: 0.5rem;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    h2 {
        margin-bottom: 0;
        font-size: 0.9375rem;
        line-height: 1.25rem;
    }

    h3 {
        margin-bottom: 0.9375rem;
        font-size: 0.875rem;
        line-height: 1.125rem;
    }
    p {
        text-align: left;
    }
    p span br{display: block;}
    h1 span{font-size: 1.25rem}
    aside:nth-of-type(2) p:nth-of-type(3){padding-top: 0.625rem}
}