﻿@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: #5F636A;
    font-family: 'Open Sans', sans-serif;
    font-size: .812rem;
    line-height: 1.4;
    background: #525659
}

#wrapper {
    position: relative;
    max-width: 46.25rem;
    margin: 1rem auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    padding: 19px 19px 0;
    background: url(../images/header_bg.png) top no-repeat;
    background-size: 100%;
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: left;
    margin: 0 0 0.625rem;
}

h1 {
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.2;
    margin: 1.25rem 0 1.875rem;
    color: #E6202F;
}

h2 {
    font-size: .812rem;
    line-height: 1.4;
    margin: 0 0 .312rem;
}

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 20px;
    padding: 0;
}

ul li {
    padding-left: 30px
}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375rem;
    line-height: 0.9;
    color: #808080
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: -1.188rem -1.188rem 1.188rem;
    padding: 1.187rem 1.187rem 75px;
    position: relative
}

header a {
    position: absolute;   
    width: 32%;
    height: 100%;
     /*border: 2px solid red;*/
        
}

footer {
    color: #fff;
    margin: 0 -1.187rem 0px;
    padding: .625rem 1.187rem 0;
    background: url(../images/silver.PNG) top no-repeat #E6202F;
    ;
    background-size: 110%;
}

footer p {
    font-size: 14.3px;
}

footer section:first-of-type {
    width: 50%;
    float: left;
    padding-top: 1.875rem;
    text-align: left !important;
    letter-spacing: -0.3px;
}

footer section:nth-of-type(2) {
    width: 40%;
    float: right;
    padding-top: .625rem;

}

article {
    padding-top: 10px;
    padding-left: 20px;
}

article > p:first-of-type {
    text-align: justify;
    width: 58%;
    margin-bottom: 1.25rem;
    letter-spacing: -0.1px;
}

nav {
    display: none;
}

@media only screen and (max-width:46.187rem) {
    body {
        background: none;
    }

    #wrapper {
        background: none;
        margin: 0 auto;
        border: 0;
        padding: .625rem .625rem 0;
    }

    a {
        font-weight: bold;
    }

    footer {
        margin: 0 -0.625rem 0;
        padding: .937rem .625rem 0px;

        background: none;
        background-color: #E6202F
    }

    footer p {
        color: #fff;
        font-size: .812rem
    }

    footer section:first-of-type {
        width: 100%;
        float: none;
        padding-top: .625rem;
        letter-spacing: 0;
        /*        background: #E6202F*/
    }

    footer section:nth-of-type(2) {
        width: 100%;
        float: none;
        padding-top: 0;
        /*        background: #E6202F*/
    }

    header {
        margin: -0.625rem -0.625rem 0;
        padding: 10px;
        background: #696C71;
    }

    nav a {
        position: static;
    }

    h1 {
        font-size: 1.25rem;
    }

    h2,
    h3 {
        font-size: 1em;
    }

    article {
        padding: .625rem 0 0 0;
    }

    article p:first-of-type {
        text-align: left;
        margin: 0 0 .625rem;
        width: auto;
    }

    ul {
        margin: 0 0 .625rem;
    }

    ul li {
        padding-left: .937rem;
    }

    ul li:before {
        margin-left: -.937rem;
    }

    h1 {
        margin: 15px 0;
    }

    header > a {
        display: none;
    }

    nav {
        display: block;
    }

    article > br,
    as {
        display: none;
    }
}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }


    article p:first-of-type {
        text-align: left;
        width: 67%;
        margin-bottom: 1.25rem
    }

}
