﻿@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: Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 45rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 0 5rem;
    background-color: #fff;
    overflow: hidden;
    text-align: justify;
}

p {
    margin: 0 0 1.25rem;
}

h1 {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1;
    margin: 1.875rem 0;
}

h1 span {}

h2 {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 1.25rem;
}

h3 {
    font-size: 1rem;
    line-height: 1;
    margin: 0;
}

h4 {
    font-weight: normal;
    margin: 0;
    line-height: 1;
    font-size: .875rem;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem 1.375rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
}

ol {
    list-style: none;
    margin: 0 0 .625rem 1.375rem;
    padding: 0;
}

ol li {
    padding-left: 1.375rem
}

ol li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375rem;
    line-height: 0.9;
}

ul li>ul{
    margin: 0
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header {
    margin: 0 -5rem 2.5rem;
    position: relative;
}

header a {
    position: absolute;
    top: 18%;
    right: 8%;
    width: 16%;
    height: 38%;
}

h5 {
    position: absolute;
    bottom: 0;
    font-size: 3.125rem;
    text-align: right;
    line-height: 0.9;
    margin: 0;
    bottom: 1.25rem;
    right: 4.062rem;
    padding: 0;
    font-weight: normal;
}

h5 span {
    font-size: 1.25rem;
    font-weight: bold;
}

article > p span {
    color: #0000FF;
}

section {
    text-align: center;
}

section p a {
    color: #0000FF;
    text-decoration: underline;
    font-weight: bold;
}


element p {
    font-size: 1.125rem;
    margin: 0 0 2.187rem
}

element p span {
    display: inline-block;
    width: 17rem;
    font-size: 1rem;
}

nav {
    display: block;
    margin: 0;
}

nav p span {
    display: inline-block;
    width: 15.937rem;
}

nav p img {
    display: inline-block;
    max-width: 1rem;
    position: relative;
    top: .062rem;
    right: .312rem;
}

footer {
    font-family: 'Open Sans', sans-serif;
    font-size: .75rem;
    text-align: left;
    letter-spacing: -0.3px;
}

footer p a {
    color: #0000FF;
    text-decoration: underline;
}

footer p {
    margin: 0 0 .625rem;
}

@media only screen and (max-width:44.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0 .625rem 0;
        text-align: left;
    }

    header {
        margin: 0 -.625rem .937rem;
        ;
    }

    header a {
        top: 11%;
    }

    element p {
        margin: 0 0 .625rem;
        font-size: 1rem
    }

    element p span {
        width: auto;
        font-size: 1rem;
    }

    nav p span {
        width: auto;
        margin-right: .937rem;
    }

    nav h1 {
        margin: .75rem 0;
        line-height: 1;
    }

    h2,
    h3 {
        font-size: .875rem;
    }

    h2 {
        margin: 0 0 .625rem;
    }


    p,
    ul,
    ol,
    footer p {
        margin: 0 0 .625rem;

    }

    ul li,
    ol li {
        padding-left: .937rem;
    }

    ul li:before,
    ol li:before {
        margin-left: -.937rem;
    }

    h1 {
        font-size: 1.125rem;
        margin: .75rem 0;
    }

    a {
        font-weight: bold;
    }

    h5 {
        position: static;
        text-align: center;
        margin: 0;
        font-size: 1.875rem;
    }

    h5 span {
        font-size: .875rem;
    }

    article > br,
    ul br {
        display: none;
    }
}

@media only screen and (max-width:29.937rem) {}
