@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:link,
a:active,
a:visited {}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #75787B;
    background: #fff;
    font-weight: normal;
}

p {
    margin: 0 0 .625rem
}

h1 {
    background: #78BE20;
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
    padding: .625rem .625rem .625rem .625rem;
    border-bottom-right-radius: .5rem;
    border-top-right-radius: .5rem;
    margin-top: -2rem;
    position: relative;
    z-index: 1;
    width: 98%;

}

h1 span {
    font-size: 0.85em;
    font-weight: 400;
}

h2 {
    text-align: left;
    font-size: .937rem;
    color: #83B817;
    line-height: 1;
    margin: 0 0 .312rem;
    letter-spacing: 1px;
    font-weight: 500;
}

ul {
    padding: 0px;
    margin: 0 0 .625rem;
    list-style: none;
}

ul li {
    padding-left: 1.312rem;
    margin-bottom: 1px;
    line-height: 1.6;
    padding-right: .25rem;
}

ul li:before {
    content: "\25AA";
    float: left;
    margin-left: -1.25rem;
    font-size: 1.75rem;
    line-height: 0.75;
    margin-bottom: .187rem;
    color: #75787B;
}

#wrapper {
    max-width: 818px;
    margin: .625rem auto;
    border: .125rem solid #9d9e9e;
    border-top-right-radius: 2em;
    overflow: hidden;
    position: relative;
}

header {
    position: relative;
    padding: 1.562rem .937rem .625rem;
}

header a {
    position: absolute;
    top: 20%;
    height: 55%;
    right: 3%;
    width: 30%;
    /*    border: 2px solid red;*/
}

aside {
    display: flex;
    padding: 0 0 0 1.562rem
}

aside section:first-of-type {
    flex: 1.67;
}

aside section:first-of-type img {
    border-top-right-radius: 1.875rem;

}

aside section:last-of-type {
    flex: 0.8;
    padding: 0 .937rem;
    text-align: justify;
    font-size: .937rem;
    line-height: 1.3;
}

aside section:last-of-type img {
    float: right;
    margin-bottom: .937rem;
}

aside section:last-of-type p {
    margin: .625rem 0 0;
    clear: both;
}

aside section:last-of-type p:first-of-type {
    letter-spacing: -0.1px;
    margin: 0 0 1.25rem;
}

article {
    padding: 1.25rem 20.5% .312rem 40px;
    margin-bottom: .312rem;
    background: url(../images/map2.png) no-repeat;
    background-position: right 5px bottom 150px;
    background-size: 26%;
    font-size: 15px;
}

article p:nth-last-of-type(2) {
    margin-right: -20px;
    text-align: justify;

}

article > img:last-of-type {
    position: absolute;
    right: 2%;
    bottom: 10%;
    max-width: 120px;
}

article p span {
    text-align: left;
    font-weight: 500;
    font-size: .937rem;
    color: #83B817;
    margin: 0 0 .312rem;
}

footer {
    background: #F0F0F0;
    padding: .937rem .625rem .312rem .937rem;
    text-align: left;
    letter-spacing: -0.3px
}

footer p {
    font-size: 14px;
    text-align-last: justify;
}

footer > p > span {

}

footer > p > span > span {
    color: #83B817;
    position: relative;
    bottom: .125rem;
}

strong {
    font-weight: 500;
}

@media only screen and (max-width: 46.187rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
    }

    header {
        padding: .625rem;
    }

    aside {
        display: block;
        padding: 0 .625rem;
    }

    h1 {
        margin: 0;
        width: 100%;
        border-radius: 0;
        margin-bottom: .625rem;
    }

    h1 br {
        display: none;
    }

    h1 br:first-of-type {
        display: block;
    }

    aside section:last-of-type {
        text-align: left;
        padding: 0;
    }

    article {
        padding: .625rem;
        background: none;
        margin-bottom: 0;
    }

    article p:nth-last-of-type(2) {
        margin-right:0px;
        text-align: left;

    }

    article > img:last-of-type {
        position: static;
        max-width: 120px;
        margin: 0 auto;
    }

    article > p:nth-last-of-type(2) br {
        display: none;
    }


    ul li br {
        display: none;
    }

    p {
        text-align: left;
    }

    footer {
        padding: .625rem
    }

    footer p {
        text-align: center;
        text-align-last: center;
        margin-bottom: 0;
    }

    article p a,
    footer p a {
        white-space: pre-wrap;
    }
}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.125rem;
    }
}
