﻿@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: #636466;
    font-family: Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.2;
    background-color: #565656;
}

#wrapper {
    position: relative;
    max-width: 51.25rem;
    margin: 1rem auto;
    border-left: 2.5rem solid #8BC751;
    padding: 5rem;

    background: url(../images/bg.png) top 53.5% center no-repeat;
    background-size: 50%;

    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: left;
    margin: 0 0 1.25rem;
}

p span {
    color: #8BC751;
    font-weight: bold;
}

h1 {
    color: #fff;
    text-align: center;
    font-size: 1.812rem;
    line-height: 1.1;
    margin: 1.875rem -7.5rem 2.5rem -5rem;
    background-color: #8BC751;
    padding: 2.5rem 5rem 2.5rem 5rem
}

h2 {
    color: #0E5BA3;
    font-size: .937rem;
    line-height: 1.4;
    margin: 0 0 1.25rem .625rem;
}

h3 {
    color: #0E5BA3;
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 0 0 1.25rem;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 2.5rem;
    text-align: justify;
    margin: 0 0 .312rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .312rem;
    height: .312rem;
    border-radius: 50%;
    background: #8BC751;
    margin-left: -1.562rem;
    top: .375rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: -5rem -5rem 1.25rem -5rem;
    padding: 1.25rem 5rem 0 5rem;

}

header a {
    float: right;
    max-width: 15.625rem;
    margin: 0 -2.5rem 1.25rem 0;
}

article > p:nth-last-of-type(1),
article > p:nth-last-of-type(2) {
    text-align: justify;
}

article > p:nth-last-of-type(1) a {
    color: blue;
    text-decoration: underline;
}

footer {
    color: #636466;
    margin: 0 0 0;

}

footer > a {
    max-width: 18.75rem;
    margin: 2.5rem 0 0 0;
}


@media only screen and (max-width: 51.187rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    br {
        display: none;
    }

    ul li {
        text-align: left;
    }

    h1 {
        margin: 0 -.625rem 1.25rem;
        padding: 1.25rem .625rem
    }

    h2 {
        margin: 0 0 .312rem;
    }

    header {
        margin: -0.625rem -0.625rem 0.625rem;
        padding: 0.625rem;
    }

    header a {
        float: right;
        max-width: 15.625rem;
        margin: 0 0 1.25rem 0;
    }

    article > p:nth-last-of-type(1),
    article > p:nth-last-of-type(2) {
        text-align: left;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }

    footer br {
        display: block;
    }

    footer > a {
        
        margin: 1.25rem 0 0 0;
    }


}

@media only screen and (max-width:29.937rem) {
    #wrapper {
        background: #fff;
    }

    h1 {}

    h2 {
        margin: 0 0 0 0;
    }

    ul li {
        padding-left: .937rem;
        margin: 0 0 0 0;
    }

    ul li:before {
        margin-left: -.937rem;
    }

    header a {
        float: none;

    }

}
