@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,700&display=swap');

: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 {}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.813em;
    line-height: 1.4;
}

p {
    margin: 0 0 .625rem;
}

h1 {
    font-size: 2.875rem;
    line-height: 0.7;
    margin: 0 0 1.25rem;
}

h1 span {
    font-size: 1.562rem;
    font-weight: 400;
}

h1 span strong{
    font-size: 2rem;
}

h2 {
    font-size: 1rem;
    margin: 0;
}

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: .75rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .187rem;
    height: .187rem;
    border-radius: .312rem;
    background: #000;
    margin-left: -.75rem;
    top: .5rem;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#wrapper {
    position: relative;
    max-width: 740px;
    margin: 1rem auto;
    box-shadow: 0 0 1.562rem rgba(0, 0, 0, 0.2)
}

header {
    padding: .625rem;
}

header a {
    margin: 0 auto;
    display: block;
    width: 13.437rem
}

article {
    padding: .937rem 3.125rem;
}

hr {
    border: 0;
    margin: .937rem -3.125rem;
    border-bottom: .375rem solid #ED6D05;
}

footer {
    background: #0063AF;
    color: #fff;
    position: relative;
    padding: 1.25rem 3.125rem;
    font-size: 1.2em;
}

footer > a {
    position: absolute;
    width: 9.375rem;
    right: 3.125rem;
    top: -.937rem
}

@media only screen and (max-width:740px) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        overflow: hidden;
    }

    p a {
        font-weight: bold;
    }

    p,
    ul {
        margin-bottom: .625rem;
    }

    h1 {
        font-size: 1.375rem;
        line-height: 1
    }
    h1 span{
        font-size: 1.25rem;
    }
    h1 span strong{
        font-size: 1.25rem;
    }
    hr {
        border-width: .125rem;
        margin: .625rem 0
    }

    footer,
    article {
        padding: .625rem;
    }

    footer > a {
        position: static;
        margin: 0 0 .625rem;
    }

}

@media only screen and (max-width:479px) {}
