﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: #337ab7;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #333;
    font-family: 'Amiko', sans-serif;
    font-size: .875rem;
    line-height: 1.42857143;
    background: #eee;

}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    box-shadow: 0 0 .187rem 0 #ddd;
    padding: 0 0x;
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: justify;
    margin: 0 0 .625rem;
}

h1 {
    color: #3b80c2;
    font-size: 1.875rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 2.5rem;
    margin-bottom: .625rem
}

h1 span {
    font-size: 1.082rem;
    color: #3b80c2;
    margin-bottom: 1.875rem;
    display: block;
    font-weight: normal;
    text-transform: none;
}

h2 {
    color: #3b80c2;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: .312rem;
    margin-top: 1.25rem;
}

article section:nth-of-type(2) h2:last-of-type {
    color: inherit;
    text-transform: inherit;
}

h3 {
    background: #3b80c2;
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    padding: .625rem 3.75rem;
    margin: 0 -3.75rem;
}

h4 {
    text-align: center;
    font-size: 1.125rem;
    background: red;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 6.25rem;
    height: 6.25rem;
    position: absolute;
    right: 3.5rem;
    bottom: 9.812rem;
    font-weight: 500;
    padding: 1.312rem .312rem 2.062rem;
}

h4 > a{
    color: #fff;
    white-space: inherit;
}

hr {
    border-top: thin solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    background: #dce4f3;
    padding: .25rem .312rem;
}

ul li {
    padding-left: .75rem;
    margin-bottom: .625rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .437rem;
    height: .437rem;
    background: #3B80C2;
    margin-left: -.75rem;
    top: .375rem;
}

article section:nth-of-type(1) ul:last-of-type {
    margin: 0 0 10px;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}



header a {
    margin: 0 auto;
    display: block;
}

article {
    padding: 0 3.75rem;
}

article section {
    float: left;
    width: 48%;
}



article > p:nth-of-type(2) {
    color: red;
    text-align: right;
    margin: 0;
}

article section:last-of-type {
    float: right;
}

article section:nth-of-type(1) p:last-of-type {
    font-size: .625rem;
    text-align: left
}

article section p:last-of-type {
    position: relative
}




@media only screen and (max-width: 56.187rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
    }

    article section {
        float: none;
        width: 100%;
    }

    p,
    ul {
        margin-bottom: .625rem;
        text-align: left;
    }

    a {
        font-weight: bold;
    }

    h1 {
        margin-bottom: 0;
        font-size: 1.5rem;
    }

    h1 span {
        margin-bottom: .625rem
    }

    h4 {
        position: static
    }

    h2 {
        margin-top: 0;
    }

}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.5em;
    }
}
