﻿@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: Arial, sans-serif;
    font-size: .937rem;
    line-height: 1.2;
    background: #565656;
}

#wrapper {
    position: relative;
    max-width: 57.562rem;
    margin: 1rem auto;
    padding: 1.188rem 4.375rem;

    background-color: #fff;
    /*    border-left: .937rem solid #B4CA34;*/
    border-right: 1.562rem solid #B4CA34
}

#wrapper:before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1.062rem;
    background: #B4CA34;
    z-index: 0
}

p {
    margin: 0 0 10px;
}

h1 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0.625rem 0;
    color: #B4CA34;
    font-weight: 500;
    background: #EDF5E0 url(../images/bg_.JPG)no-repeat center left;
    margin: 5px .625rem .937rem -4.375rem;
    padding: 35px 1.25rem .312rem 4.375rem
}

h1 span {
    font-size: 20px;
    color: #000;
    display: block;
    margin: .937rem 0;
    line-height: 1;
}

h2 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 0 0 5px;
    color: #B4CA34
}

h3 {
    font-size: 1.231em;
    line-height: 1.4;
    margin: 0 0 0.625rem;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 .812rem;
    padding: 0;
}

ul li {
    padding-left: .625rem;
    line-height: 1.5;
}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -.625rem;
    font-size: 1.375em;
    line-height: 1.1;
    color: #B4CA34;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: -1.188rem -1.188rem 1.188rem;
    padding: 1.188rem;
    background: #51266E
}

header a {
    margin: 0 auto;
    display: block;
    max-width: 13.437rem
}

header p {
    text-align: center;
    font-size: 1.063em;
    font-weight: bold;
    color: #fff;
}


article p:first-of-type {
    font-size: 1.187rem;
    margin: .937rem 0
}

article p:last-of-type {
    font-size: .75rem
}


article p:nth-of-type(7) {
    letter-spacing: -0.2px;
}

article p:nth-of-type(5) {
    width: 77%
}

article p:last-of-type {
    padding-top: 1.25rem
}

article {
    position: relative
}

article > a {
    position: absolute;
    bottom: 4%;
    right: 0%;
    width: 10.625rem;
}


@media only screen and (max-width:57.5rem) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    #wrapper:before {
        display: none;
    }

    article > a {
        position: static;
        bottom: 2.7%;
        right: 0
    }

    article > p:nth-of-type(2) {
        width: auto;
        margin: 0 0 .625rem;
        font-size: .875rem
    }

    article > p:nth-of-type(8) {
        width: 100%
    }

    a {
        font-weight: bold;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }

    header {
        margin: -0.625rem -0.625rem 0.625rem;
        padding: 0.625rem;
    }

    h1 {
        font-size: 1.25rem;
        width: 100%;
        margin: 1.25rem 0;
        padding: .625rem .625rem .625rem 2.5rem;
    }

    br {
        display: none;
    }

    h2,
    h3 {
        font-size: 1.1em;
    }


    article p:nth-of-type(5) {
        width: 100%
    }

    article p:last-of-type {
        padding-top: 0
    }

    h1 span {
        font-size: 1rem;
        line-height: 1
    }

    ul > br,
    article > br {
        display: none;
    }

    ul li {
          line-height: 1.4;
    }

    h2 + p {
        padding-left: 0
    }

    article p:nth-of-type(6) {
        letter-spacing: normal;
    }

    article p:nth-of-type(6) br {
        display: none;
    }
}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
