﻿@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: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 43.75rem;
    margin: 1rem auto;
    border: solid 2px #EE1D23;
    border-left: 3.125rem solid #EE1D23;
    background-color: #fff;
    overflow: hidden;
}

article {
    padding: 1.25rem;
}

p {
    text-align: justify;
    margin: 0 0 0.625rem;
}

h1 {
    text-align: left;
    font-size: 1.687rem;
    line-height: 1.1;
    margin: .625rem 0 .937rem;
    font-weight: 700;
    color: #EE1D23
}

h1 span {
    font-size: 1.187rem
}

h2 {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 0;
}

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 .937rem;
    padding: 0;
}

ul li {
    padding-left: 1.625rem
}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.625rem;
    font-size: 1.375em;
    line-height: 1;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: 1.25rem 0 0;
    position: relative
}

header a {
    /*    border: 2px solid red;*/
    position: absolute;
    right: 3%;
    height: 33%;
    width: 27%
}

header p {
    text-align: center;
    font-size: 1.063em;
    font-weight: bold;
    color: #fff;
}

article > a:last-of-type {
    background: #EE1D23;
    color: #fff;
    padding: .437rem 1.25rem;
    margin: .625rem 0 1.25rem;
}

@media only screen and (max-width:699px) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0;
    }

    article {
        padding: .625rem
    }

    p {
        text-align: left
    }

    a {
        font-weight: bold;
        white-space: pre-wrap;
    }

    header {
        margin: .625rem 0 0;
        padding: .625rem 0 0;
    }

    h1 {
        font-size: 1.687rem;
    }

    h2,
    h3 {
        font-size: 1em;
    }
}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.437rem;
    }
}
