@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 {}

address {
    font-style: normal;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: 'Arial', serif;
    font-size: .812rem;
    line-height: 1.4;
}

p {
    margin: 0 0 .625rem;
}

h1 {
    font-size: 1.625rem;
    line-height: 1.3;
    margin: 1.562rem 0;
    color: #00A0DE;
    font-weight: 400;
}

h2 {
    font-size: 16px;
    margin: 00 0 .312rem;
    font-weight: 400;
    color: #00B0F0;
}

em {
    font-size: 14px;
}

h3 {
    font-size: .875rem;
    margin: 0;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 .625rem;
    padding: 0;
}

ul li {
    padding-left: 1.25rem;
    line-height: 1.7
}

ul:first-of-type li {
    margin-bottom: .937rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: 12px;
    height: 12px;
    background: url(../images/bullet.JPG);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -1.375rem;
    top: .062rem;
}



.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 3.125rem 3.125rem .312rem;
    background: url(../images/header.png);
    background-size: 46%;
    background-repeat: no-repeat;
    background-position: right top;
}

header {
    width: 58%;
    margin-bottom: 2.5rem;
}

header a {
    margin: 0 0 1.25rem;
    display: block;
    width: 8.75rem
}

a + span {
    font-size: 0.8em;
}

header p {
    font-size: 1.3em;
}

article {
    position: relative;
    padding-bottom: 30px;
}

article > a:last-of-type {
    position: absolute;
    bottom: 5%;
    color: #666669;
    font-weight: bold;

}

aside {
    display: flex;
    justify-content: space-between;
}

ul {
    width: 33%;
}

ul:first-of-type {
    width: 31%
}

ul:nth-of-type(2) {
    width: 28%
}

address {
    position: absolute;
    width: 33%;
    right: 0;
    bottom: 4%;
}

footer {
    color: #666669;
}

@media only screen and (max-width:799px) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .625rem;
        background: none;
    }

    p a {
        font-weight: bold;
    }

    p,
    ul {
        margin-bottom: .625rem;
    }

    header {
        width: auto;
        margin-bottom: .625rem;
    }

    header br {
        display: none;
    }

    h1 {
        margin: .937rem 0;
        font-size: 1.375rem;
    }

    header p {
        font-size: 1rem;
    }

    article {
        position: relative;
        padding-bottom: 0;
    }

    article > a:last-of-type {
        position: static;
    }

    aside {
        display: block;
    }

    ul {
        width: auto;
    }

    ul li {
        margin-bottom: 0 !important;
        line-height: 1.5;
    }

    ul:first-of-type {
        width: auto
    }

    ul:first-of-type {
        width: auto;
    }

    ul:nth-of-type(2) {
        width: auto
    }

    address {
        position: static;
        width: auto;
    }

}

@media only screen and (max-width:479px) {}
