﻿@charset "utf-8";

:root {
    font-size: 16px;
}

html {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a {
    color: #014a93;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

u {
    text-decoration: underline;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: underline;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: .812rem;
    line-height: 1.4;
    color: #002060;
    background: #fff;
    font-weight: normal;
}

#wrapper {
    position: relative;
    max-width: 48.75rem;
    margin: .937rem auto 0;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 .625rem .125rem #ccc;
}

p {
    margin: 0 0 .937rem
}

h1 {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    margin: 1.562rem 0;
    text-align: center;
}

h4 {
    margin: 0 0 .937rem;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

ul {
    padding: 0;
    margin-bottom: .937rem;
    list-style: none;
}

ul li {
    padding-left: 3.187rem;
}

ul li:before {
    content: "\2022"
        /* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.562rem;
    font-size: 1.375rem;
    line-height: 1;
}

ul ul{
    margin-bottom: 0
}

ul ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .437rem;
    height: .437rem;
    border-radius: .5rem;
    border: .062rem solid;
    margin-left: -1.537rem;
    top: .375rem;
}




.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}


header {
    padding: .312rem 1.25rem 1.25rem;
    position: relative;
}

header a {
    position: absolute;
    width: 10%;
    height: 23%;
    left: 6%;
    top: 13%
}

header > section {
    position: absolute;
    width: 40%;
    height: 25%;
    right: 10%;
    top: 8%;
    z-index: 1
}

header > section a {
    width: 100%;
    height: 100%;
    max-width: 19.062rem;
    display: block;
    z-index: 1;
    position: relative;
}

header img {
    display: block;
    max-width: 100%;
}

footer {
    margin: 0;
    padding: .937rem 2.187rem;
    position: relative
}

footer > img:first-of-type {
    display: block;
    width: 10rem;
    left: 1.25rem;
    bottom: 0;
}

footer a:last-of-type {
    position: absolute;
    display: block;
    width: 14.375rem;
    right: 1.25rem;
    bottom: .937rem;
}

article {
    padding: .937rem 4.687rem;
    text-align: justify;
}

article p a {
    text-decoration: underline;
    font-weight: bold
}

article p:last-of-type {
    text-align: justify;
}

@media only screen and (max-width:48.687rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .625rem;
    }

    article p:last-of-type {
        text-align: left;
    }

    article p:last-of-type br {
        display: none;
    }

    a {
        font-weight: bold;
    }

    footer {
        margin: 0 0 0;
        padding: .625rem;
    }

    header {
        margin: -.625rem -.625rem 0;
        padding: 0;
    }

    header a {
        max-width: 15%;

    }

    h1 {
        margin: 0 0 .625rem
    }

    ul {
        margin-bottom: .625rem;
    }

    ul li {
        padding-left: .937rem;
    }

    ul li:before {
        margin-left: -.937rem;
    }
    ul ul li:before{
        margin-left: -.937rem
    }

    article {
        padding: 0;
        text-align: left;
    }

    article p:first-of-type {
        text-align: left;
        font-size: inherit
    }

    article p:nth-of-type(3) {
        padding-right: 0;
        font-size: .812rem;
        margin-bottom: .625rem;
    }

    article p span {
        display: none;
    }

    footer img,
    footer a {
        position: static !important;
        margin-bottom: .625rem
    }
}

@media only screen and (max-width:29.937rem) {
    body {
        font-size: .812rem;
    }

    h1 {
        font-size: 1.125rem;
    }

    ul li:before {
        font-size: 1rem;
        line-height: 1.125rem;
    }

    #wrapper > section > img {
        position: static;
        margin: 0 auto .625rem;
        display: block
    }
}
