@charset "utf-8";
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v21-latin-regular.eot');
    src: local(''),
        url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'),
        url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'),
        url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'),
        url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-pro-v21-latin-700.eot');
    src: local(''),
        url('../fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'),
        url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'),
        url('../fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'),
        url('../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg');
}
:root {
    font-size: 16px;
}
*, figure {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1.125em/1.1em 'Source Sans Pro', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 640px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #B2D150;
    overflow: hidden;
}
:is(h1, h2, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}
p {
    padding-bottom: 0.5rem;
}
h1 {
    margin: 0 0 2rem;
    font-size: 3em;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}
h1 span {
    font-weight: normal;
    display: block;
}
h2 {
    font-size: 1.9em;
    line-height: 1.1;
    margin-bottom: 0.5rem;
}
ul {
    padding: 0.5rem 0.7rem 0.75rem;
    list-style: none;
    background: #fff;
}
li {
    padding: 0 0 0.1rem 1.125rem;
    background: url('../images/icon_bg.jpg') no-repeat 0 3px;
}
li:last-of-type {
    background: none;
    margin-top: 0.35rem;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.color {
    color: #1465A6;
}
header {
    padding: 1.5rem 2rem 7rem;
}
header p {
    color: #fff;
    position: absolute;
    top: 11rem;
    right: 3rem;
}
article {
    width: 186px;
    position: absolute;
    right: 2.2rem;
    bottom: 15.5rem;
}
@media only screen and (max-width:639px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        hyphens: auto;
    }
    :is(a, h2) br {
        display: none;
    }
    h2 {
        margin-bottom: 1.5rem;
    }
    header, ul {
        padding: 1rem;
    }
    header p {
        position: static;
    }
    article {
        position: static;
        width: auto;
    }
    article figure, li:last-of-type {
        display: flex;
        justify-content: center;
        margin-top: 0.5rem;
    }
}
@media only screen and (max-width:480px) {
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.5em;
    }
}