@charset "utf-8";

@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/hind-v16-latin-regular.eot');
    src: local(''), url('../fonts/hind-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-v16-latin-regular.woff2') format('woff2'), url('../fonts/hind-v16-latin-regular.woff') format('woff'), url('../fonts/hind-v16-latin-regular.ttf') format('truetype'), url('../fonts/hind-v16-latin-regular.svg#Hind') format('svg');
}

@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/hind-v16-latin-700.eot');
    src: local(''), url('../fonts/hind-v16-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-v16-latin-700.woff2') format('woff2'), url('../fonts/hind-v16-latin-700.woff') format('woff'), url('../fonts/hind-v16-latin-700.ttf') format('truetype'), url('../fonts/hind-v16-latin-700.svg#Hind') format('svg');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
    src: local(''), url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ubuntu-v20-latin-regular.eot');
    src: local(''), url('../fonts/ubuntu-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), url('../fonts/ubuntu-v20-latin-regular.woff') format('woff'), url('../fonts/ubuntu-v20-latin-regular.ttf') format('truetype'), url('../fonts/ubuntu-v20-latin-regular.svg#Ubuntu') format('svg');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/ubuntu-v20-latin-700.eot');
    src: local(''), url('../fonts/ubuntu-v20-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-v20-latin-700.woff2') format('woff2'), url('../fonts/ubuntu-v20-latin-700.woff') format('woff'), url('../fonts/ubuntu-v20-latin-700.ttf') format('truetype'), url('../fonts/ubuntu-v20-latin-700.svg#Ubuntu') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font: 1em 'Ubuntu', sans-serif;
    line-height: 1.2;
}

#wrapper {
    position: relative;
    max-width: 537px;
    margin: 1rem auto;
    border: 1px solid #BCBDC0;
    background: #fff;
    overflow: hidden;
    padding: 0;
    text-align: left;
}

a {
    color: #000;
    text-decoration: none;
}

p {
    padding-bottom: 1rem;
    text-align: justify;
}

h1 {
    margin: 0.3rem 0 1.5rem;
    font-size: 1.813em;
    line-height: 1.3;
    font-weight: 600;
    color: #0072BC;
}

h2 {
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 0.7rem;
}

h3 {
    font-size: 1.25em;
    line-height: 1.2em;
    margin-bottom: 0.75rem;
}

ul {
    padding: 0 0 1rem;
    list-style: none;
}

li {
    padding: 0 0 0.3rem 1.35rem;
    line-height: 1.5;
}

li:before {
    content: "■";
    display: inline-block;
    font-size: 1em;
    position: relative;
    float: left;
    margin-top: -1px;
    margin-left: -1.35rem;
    color: #0072BC;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

header img {
    display: block;
}

article {
    padding: 1.4rem 2.6rem 0;
}

article>p:first-of-type {
    color: #0072BC;
    padding-bottom: 1rem;
    border-bottom: 2px solid #0072BC;
    margin: 0 -2.6rem 1rem;
    padding: 0 2.6rem 1rem;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.9em;
    line-height: 1.2em;
}

article>p:nth-of-type(2) {
    text-align: left;
}

h2,
ul {
    font-family: 'Hind', sans-serif;
}

article section {
    margin: 1rem -3rem 0;
    padding: 1rem 3rem 1.5rem;
    background: #0072BC;
    color: #fff;
    position: relative;
}

article section a img {
    position: absolute;
    right: 2.7rem;
    top: 1.5rem;
}

article section>p {
    font-size: 1.15em;
    line-height: 1.2em;
    padding-bottom: 0.75rem;
}

article section>p:nth-of-type(2) {
    padding-bottom: 2.5rem;
}

article section>p:last-of-type {
    background: #fff;
    max-width: 350px;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    line-height: 1.2;
    font-weight: 700;
}

article section>p:last-of-type img {
    vertical-align: -5px;
    margin-right: 0.3rem;
}

article section>p:last-of-type a {
    color: #0072BC;
}

article section li:before {
    color: #FFF;
}

footer {
    padding: 2.25rem 2.7rem 2rem;
    font-family: 'Roboto Condensed', sans-serif;
    display: flow-root;
}

footer img {
    float: left;
}

footer p {
    float: right;
    width: 44%;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.3;
    padding-top: 0.75rem;
}

@media only screen and (max-width:537px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p {
        text-align: left;
    }

    article {
        padding: 1rem 1rem 0;
    }

    article br {
        display: none;
    }

    h1 {
        font-size: 1.375em;
        line-height: 1.3em;
        margin: 0.2rem 0 1rem;
    }

    footer {
        padding: 1rem;
    }

    footer img,
    footer p {
        float: none;
        padding-top: 0;
    }

    footer p {
        width: 100%;
    }

}
