﻿@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;
    text-decoration: none;
}

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: 49.375rem;
    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: 1.062rem;
    font-weight: bold;
    line-height: 1.1;
    margin: 1.562rem 0;
    text-align: center;
}

h1 + p {
    text-align: left;
}

h3 {
    font-size: .812rem;
    margin: 0 0 .937rem;
}

h4 {
    font-size: .812rem;
    margin: 0 0 1.25rem;
}

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;
    text-align: left;
}

ul > li {
    padding-left: 3.625rem;
}

ul > li:before {
    content: "\2022";
    float: left;
    margin-left: -1.812rem;
    font-size: 1.375rem;
    line-height: 0.85;
}

ol {
    list-style: none;
    margin: 0 0 0 1.562rem;
    padding: 0;
}

ol li {
    padding-left: 3.75rem;
}

ol li:before {
    content: "";
    float: left;
    position: relative;
    width: .375rem;
    height: .375rem;
    border-radius: .5rem;
    background: transparent;
    border: thin solid #000;
    margin-left: -1.375rem;
    top: .375rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header {
    padding: 1.25rem;
    position: relative;
}

header > a {
    position: absolute;
    width: 10%;
    height: 26%;
    left: 5.5%;
    top: 13%;
}

header > section {
    position: absolute;
    width: 37%;
    height: 24%;
    right: 11%;
    top: 9.5%;
    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%;
}

article {
    padding: .937rem 4.687rem;
    text-align: justify;
}

article p a {
    text-decoration: underline;
    font-weight: bold
}

article > p:last-of-type {
    text-align: left;
}

footer {
    margin: 0;
    padding: 6.25rem 2.187rem 0;
    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;
}

@media only screen and (max-width:49.312rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .625rem;
    }

    a {
        font-weight: bold;
    }

    h1 {
        margin: 0 0 .625rem
    }

    ul {
        margin-bottom: .625rem;
    }

    ul > li {
        padding-left: .937rem;
    }

    ul > li:before {
        margin-left: -.937rem;
    }
    
    ol > li {
        padding-left: .937rem;
    }

    h4 {
        margin: 0 0 .312rem;
    }

    footer {
        margin: 0 0 0;
        padding: .625rem;
    }

    header {
        margin: -.625rem -.625rem 0;
        padding: 0;
    }

    header > a {
        width: 11%;
        height: 29%;
        left: 3%;
        top: 9%;
    }

    header > section {
        width: 38%;
        height: 24%;
        right: 10%;
        top: 4%;
        z-index: 1;
    }

    article {
        padding: 0;
        text-align: left;
    }

    article p:last-of-type {
        text-align: left;
    }

    article p:last-of-type br {
        display: none;
    }

    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
    }
}
