﻿@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: #20201E;
    font-family: 'Arial', sans-serif;
    font-size: .875rem;
    line-height: 1.5;
}

#wrapper {
    position: relative;
    max-width: 55.625rem;
    margin: 1rem auto;
    border: solid .125rem #445364;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 0.625rem;
}

h1 {
    font-size: 32px;
    line-height: 1;
    margin: 0 0 .937rem;

}

h1 span {
    font-weight: normal;
    font-size: 0.8em
}

h2 {
    font-size: 1.312rem;
    line-height: 1;
    margin: 0 0 .947rem;
}

h3 {
    font-size: 24px;
    margin: 0;
    position: absolute;
    right: 2%;
    bottom: 17%;
    background: #F7E90D;
    border-radius: 100%;
    color: #445364;
    padding: 3.25rem .625rem;
    width: 9.375rem;
    height: 9.375rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.2
}

h4 {
    margin: 0;
    color: #445364;
}

hr {
    border-top: thin solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: .937rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .562rem;
    height: .562rem;
    background: #445364;
    margin-left: -.937rem;
    top: .25rem;
}

article section:nth-of-type(1) ul:last-of-type {
    margin: 0;
}

header a {
    margin: 1.875rem auto;
    display: block;
    max-width: 15.625rem;
}

aside {
    display: block;
    margin: 0;
    padding: 0;
}

aside section:nth-of-type(1) {
    width: 75%;
    float: left;
    background: #445364;
    padding: 1.25rem;
    color: #fff;
    position: relative;
    line-height: 1.43

}


aside section:nth-of-type(1) p:nth-of-type(1) {
    margin: 0 0 1.437rem;
}

aside section:nth-of-type(1) p:nth-of-type(2) {
    margin: 0 0 .75rem;
}

aside section:nth-of-type(2) {
    width: 25%;
    float: right;
}



article {
    background: #E9EBEF;
    padding: 1.25rem 1.25rem;
}

article section:nth-of-type(1) {
    width: 51%;
    float: left;
}

article section:nth-of-type(2) {
    width: 48%;
    float: right;
}

article section:nth-of-type(2) p:last-of-type {
    margin: 0;
    width: 95%
}

article section p a {
    color: #445364;
    font-weight: bold;
}

footer {
    margin: 0;
    padding: .625rem 1.25rem;
}

footer p {
    margin: 0;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

#wrapper > article > section:nth-child(1) > p {
    letter-spacing: -0.1px;
    text-align: justify;
    width: 90%;
    font-size: 13px;
}

#wrapper > article > section:nth-child(2) > p:nth-child(2) {
    margin: 0;
}

#wrapper > article > section:nth-child(2) > ul > li:nth-child(8) {
    white-space: nowrap;
}

iframe{
    display: block;
    margin: 0 auto;
    width: 100%;
}

@-moz-document url-prefix() {
    aside section:nth-of-type(1) p:nth-of-type(1) {
        margin: 0 0 1.4rem;
    }

    article section:nth-of-type(1) p:nth-of-type(1) {
        letter-spacing: -0.2px;
    }
}

@media only screen and (max-width:55.562rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0;
    }

    a {
        font-weight: bold;
    }

    header a {
        margin: .937rem auto;
    }

    aside section:nth-of-type(1) {
        width: auto;
        float: none;
        padding: .625rem;
        line-height: normal;
    }

    aside section:nth-of-type(2) {
        display: none;
    }

    aside p br {
        display: none;
    }

    aside section:nth-of-type(1) p:nth-of-type(1) {
        margin: 0 0 .625rem;
    }

    article section:nth-of-type(1),
    article section:nth-of-type(2) {
        width: auto;
        float: none;
        margin: 0;
        padding: 0;
    }

    article section br {
        display: none;
    }

    h1 {
        font-size: 1.5rem;
        margin: 0 0 .625rem;
    }

    h2 {
        font-size: 1rem;
        margin: 0 0 .625rem;
    }

    h3 {
        font-size: 1.25rem;
        width: 6.25rem;
        height: 6.25rem;
        padding: 1.562rem .625rem;
        position: static;
        margin: 0 auto;
    }

    article section:nth-of-type(2) p:last-of-type {
        margin: 0;
        width: auto
    }

    #wrapper > article > section:nth-child(1) > p {
        letter-spacing: normal;
        text-align: left;
        width: auto;
        font-size: 13px;
    }

    #wrapper > article > section:nth-child(2) > p:nth-child(2) {
        margin: 0;
    }

    #wrapper > article > section:nth-child(2) > ul > li:nth-child(8) {
        white-space: normal;
    }
}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.125rem;
    }

    h2 {
        font-size: .937rem;
    }
}
