﻿@charset "utf-8";
/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    /* font-family: 'Open Sans', sans-serif;*/
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.3;
}

#wrapper {
    position: relative;
    max-width: 730px;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 0.5rem 20px;
    background-color: #fff;
    overflow: hidden;
}

h2 + p,
h2 + ul {
    margin-top: .312rem;
}

h1 {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1;
    color: #0070C0;
    margin: 1.562rem 0
}

h1 span {
    font-weight: normal;
}

h2 {
    font-size: .937rem;
    line-height: 1.231em;
}

a {
    white-space: nowrap;
}

a:link,
a:active,
a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a.link:link {
    text-decoration: underline;
    color: #000;
}

a.link:visited {
    text-decoration: underline;
    color: #000;
}

a.link:hover {
    text-decoration: none;
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

hr {
    border-top: thin solid #52BA5A;
}

ul {
    padding-left: 2.5rem;
    margin-bottom: 1.562rem;

}

/*ul:last-of-type {
    margin-bottom: .625rem;
}*/

ol {
    padding-left: 1.4rem;
    list-style-type: circle;
}

li {
    padding-left: 0.6rem;
    line-height: 1.4;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header img {
    padding-top: 2rem;
}

header,
article,
footer {
    padding: 0rem 3rem;
}


p a:last-of-type {
    color: #0070C0;
}


footer section {
    border: thin solid #000;
    padding: .312rem .5rem;
    margin-bottom: 1.5rem;
}

footer section p {
    margin: 0;
}

@media only screen and (max-width:46.187rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    article p:last-of-type {
        text-align: left;
    }

    a {
        white-space: pre-wrap;
    }

    a:hover {
        color: #0070C0;
        text-decoration: none;
    }

    header,
    article,
    footer {
        padding: 0rem 0.5rem;
    }

    p {
        text-align: left;
    }

    header img {
        padding-top: 0rem;
    }

    h1 {
        font-size: 1rem;
        ;
        margin: .937rem 0;
    }

    p,
    ul {
        margin: 0 0 .625rem;
    }

    h2 + p,
    h2 + ul {
        margin-top: 0;
    }

    ul {
        padding-left: 1.312rem;
    }

    ul br {
        display: none;
    }

    ul li {
        padding-left: 0;
    }

    header {
        margin: 0 0 .937rem;
    }
}
