﻿:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

html {
    min-height: 100%;
}

body {
    color: #231f20;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
}

#wrapper {
    max-width: 676px;
    margin: 0.75rem auto;
    border: 2px solid #231f20;
    padding: 0;
    background-color: #fff;
}

article {
    padding: 0 0.9375rem;
}

footer {
    padding: 6px 0.9375rem;
    text-align: center;
    background: #0066b3;
}

footer a {
    color: #fff;
}

aside {
    text-align: center;
}

p {
    margin: 0 0 0.375rem;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 0 0 0.375rem;
    padding: 0 0 0 25px;
    font-weight: 700;
    font-size: 2.15625rem;
    line-height: 2.4375rem;
    color: #0066b3;
}

h1:before {
    content: '\2022';
    color: #0066b3;
    float: left;
    margin-left: 0;
    font-size: 3.25rem;
    text-indent: -1.5625rem;
}

h1 small {
    font-size: 75%;
}

.margin {
    margin: 0 0 8px 24px;
}

h2 {
    margin: 0 0 0.125rem;
    padding: 0;
    font-weight: 700;
    font-size: 1.4375rem;
    line-height: 1.6875rem;
}

a {
    color: #231f20;
    text-decoration: none;
}

i {
    font-style: normal;
    font-size: 1.4375rem;
    line-height: 1.6875rem;
}

ul {
    padding: 0 0 0.375rem;
    list-style: none;
}

ul li {
    padding-left: 0.75rem;
}

li:before {
    content: '\2212';
    color: #231f20;
    float: left;
    margin-left: 0;
    font-size: 0.75rem;
    text-indent: -0.75rem;
}

img {
    max-width: 100%;
    border: none;
}

.center {
    text-align: center;
}

@media all and (max-width: 675px) {
    body {
        font-size: 0.875rem;
        line-height: 1.125rem;
    }

    #wrapper {
        border: none;
        margin: 0 auto;
    }

    h1 {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    h2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    i {
        font-size: 1.3125rem;
        line-height: 1.5625rem;
    }

    br {
        display: none;
    }

    aside br {
        display: inline;
    }

    a,
    p span {
        white-space: nowrap;
    }

    .margin {
        margin: -8px 0 8px 0;
    }
}