@charset "utf-8";
@font-face {
    font-family: 'Camica';
    src: url('Camica.eot?#iefix') format('embedded-opentype'), url('Camica.woff') format('woff'), url('Camica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.938em;
    line-height: 1.3em;
}

#wrapper {
    position: relative;
    max-width: 672px;
    min-width: 200px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 0rem;
}

p {
    padding-bottom: 1rem;
}

h1 {
    margin: 0.5rem 0rem 1.7rem;
    font-size: 2.1em;
    line-height: 1.1em;
    font-family: 'Camica';
}

h1 span {
    font-size: 0.64em;
}

h2 {
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 0;
}

h3 {
    color: #C71E44;
    font-size: 1.063em;
    line-height: 1.3;
    position: relative;
}

h3 img {
    position: absolute;
    left: -3.3rem;
    bottom: -14px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

ul {
    padding: 0rem 0rem 1.35rem 0rem;
    list-style-image: url();
    list-style: none;
}

li {
    padding-left: 2rem;
}

ul li:before {
    content: "\2022";
    display: inline-block;
    font-size: 1.300em;
    position: relative;
    float: left;
    top: 2px;
    margin-left: -2rem;
    color: #013C69;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

main {
    display: block;
    padding: 2rem 3rem 0 5rem;
}

header {
    padding: 0rem 0rem 0rem;
    color: #013C69;
    position: relative;
}

header figure {
    position: absolute;
    right: 1.9rem;
    top: 1rem;
    margin: 0;
}

header p {
    position: relative;
    width: 83%;
    margin-left: -3rem;
}

article {
    padding: 0rem 0rem 0rem;
}

article p:last-of-type {
    font-size: 0.813em;
    line-height: 1.3;
}

footer {
    padding: 2rem 6rem 2rem;
    background: #013C69;
    text-align: right;
    font-size: 0.875em;
    line-height: 1.3;
    color: #fff;
    position: relative;
}

footer img {
    position: absolute;
    right: 4rem;
    bottom: 1.5rem;
}

@media only screen and (max-width:649px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        height: auto;
    }
    main {
        padding: 1rem 1rem 0 4rem;
    }
    header figure {
        position: static;
        margin-bottom: 1rem;
    }
    footer {
        padding: 1rem;
    }
    footer img {
        position: static;
    }
    i br {
        display: none;
    }
    header p {
        width: auto;
    }
    h1 {
        font-size: 1.75em;
        line-height: 1.2em;
    }
}