﻿@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: #6F7D8C;
    font-family: Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: justify;
    margin: 0 0 0.625rem;
}

h1 {
    text-align: center;
    font-size: 2em;
    line-height: 1.1;
    margin: 0.625rem 0;

}

h2 {
    font-size: 1.187rem;
    line-height: 1.4;
    margin: 0 0 0;
    color: #02A6E0;
    font-weight: normal;
}


ul {
    list-style: none;
    margin: 0 3.125rem 0.625rem 0;
    padding: 0;
}

ul li {
    padding-left: 1.375rem;
}

ul li:before {
    content: ":";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
    color: #02A6E0;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header {
    margin: 0;
    padding: 0;
    position: relative;
}

header a {
    position: absolute;
    top: 10%;
    right: 3%;
    width: 44%;
    height: 13%;
}

article {
    padding: 1.562rem 8.437rem 1.562rem 3.75rem;
    position: relative;
}


section {
    position: absolute;
    right: -10%;
    top: 12%;
    display: inline-block;
    width: 13.75rem;
    height: 13.75rem;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #7EBA27;
}

element {
    display: block;
    position: absolute;
    right: -10%;
    bottom: 8%;
    display: inline-block;
    width: 13.75rem;
    height: 13.75rem;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #0CA7E1;
}

footer {
    background: #7B8898;
    padding: .625rem 3.75rem;
    color: #fff;
    margin: 1.25rem 0 0;
}

footer p {
    margin: 0;
}

@media only screen and (max-width:56.187rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0;
    }

    a {
        font-weight: bold;
    }

    article {
        padding: .625rem;
    }

    footer {
        margin: 0;
        padding: .625rem;
    }

    section,
    element {
        display: none;
    }

    h2 {
        font-size: 1rem;
        line-height: 1;
    }

    p,
    ul {
        margin: 0 0 .625rem;
        text-align: left;
    }

    p br,
    ul br {
        display: none;
    }

    ul li {
        padding-left: .937rem;
    }

    ul li:before {
        margin-left: -.937rem;
    }



}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.5em;
    }
}
