﻿@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: #093F88;
    font-family: Helvetica, Arial, sans-serif;
    font-size: .8rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    border: solid thin #BCDBF3;
    background-color: #fff;
    overflow: hidden;
    padding: .625rem .625rem 0;
}

p {
    text-align: justify;
    margin: 0 0 0.625rem;
}

h1 {
    font-size: 2.375rem;
    line-height: 1.1;
    margin: 1.25rem 0 .625rem;
    position: relative;
}

h1:before {
    content: "";
    float: left;
    position: relative;
    width: 1.625rem;
    height: 2rem;
    background: url(../images/title.png) no-repeat;
    background-size: contain;
    margin-left: -1.875rem;
    top: .375rem;
}

h1 span {}

h2 {
    font-size: 1rem;
    line-height: 1;
    font-weight: normal;
    margin: 1.25rem 0 .312rem;
}

h3 {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 0.625rem;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
    background: #E6EDF3;
    padding: .625rem 1.875rem 0 .625rem;
    border-top: .625rem solid #093F88;
    height: 20.625rem;
}

ul li {
    padding-left: 1.25rem;
    margin-bottom: .312rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .812rem;
    height: .625rem;
    background: url(../images/li.png) no-repeat;
    background-size: contain;
    margin-left: -1.25rem;
    top: .187rem;
}

section:nth-of-type(2) ul li {
    margin-bottom: .625rem;
}

section:nth-of-type(2) ul li:nth-of-type(2) {
    letter-spacing: 0.05px;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header {
    padding: 1.875rem 1.25rem .625rem 1.875rem;
    margin: 0;
    background: #BCDBF3;
    display: block;
    position: relative;
}

header:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: 1.25rem;
    border-top: 1.5rem solid #fff;
    border-right: .437rem solid transparent;
    border-left: .437rem solid transparent;

}

header p:last-of-type {
    margin: 0;
}

header p:nth-of-type(2) {
    width: 66%;
    margin: 0;
    text-align: justify;
    text-align-last: justify;
}

header > a {
    position: absolute;
    right: 1.25rem;
    max-width: ;
    display: block;
}


article {
    padding: 0 1.25rem .625rem 1.875rem;
    margin: 0;
    background: #BCDBF3
}

article p:nth-of-type(5) {
    letter-spacing: 0.1px;
}

article p:nth-of-type(7) {
    letter-spacing: 0.2px;
}


article p:nth-of-type(8) {
    letter-spacing: 0.5px;
    word-spacing: .062rem;
}

section {
    width: 49.5%;
    float: left;
    margin: 0 0 .312rem;
}

section:nth-of-type(2) {
    float: right;
}

footer {
    background: #093F88;
    padding: .625rem;
    margin: .625rem 0;
}

footer p {
    display: inline-block;
    margin: 0 0 0 .625rem;
    position: relative;
    top: -.437rem;
    color: #fff;
}

footer > a {
    position: relative;
    display: inline-block;
    max-width: 3.187rem;
}

@-moz-document url-prefix() {

    ul {
        height: 21.562rem;
    }

    article p:nth-of-type(8) {
        letter-spacing: 0.45px;
        word-spacing: .062rem;
    }
}

@media only screen and (max-width:56.187rem) {


    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0;
    }

    header {
        padding: .625rem;
        margin: 0;
    }

    article {
        padding: .625rem;
    }

    header:before,
    h1:before {
        display: none;
    }

    header > a {
        position: static;
        margin: 0 auto .625rem;
        display: block;
        max-width: 13.937rem;
    }

    header p:nth-of-type(2) {
        width: auto;
        text-align: left;
        text-align-last: left;
    }

    ul {
        height: auto;
        padding: .625rem;
        margin: 0;

    }

    section,
    section:nth-of-type(2) {
        width: auto;
        float: none;
    }

    a {
        font-weight: bold;
    }

    p {
        text-align: left;
    }

    footer {
        padding: .625rem;
    }

    footer > a {
        position: relative;
        display: block;
        margin: 0 auto .937rem;
    }

    footer > p {
        text-align: center;
        display: block;
        margin: 10px 0 0;
    }

    h1 {
        font-size: 1.5rem;
        margin: .625rem 0;
    }

    h2 {
        font-size: .875rem;
        margin: 0 0 .312rem
    }

    section:nth-of-type(2) ul li {
        margin-bottom: .625rem;
    }

    section:nth-of-type(2) ul li:nth-of-type(2) {
        letter-spacing: normal;
    }

    ul li:last-of-type {
        margin: 0 !important;
    }

}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.5em;
    }
}
