:root {
    font-size: 16px;
}

* {
    margin: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

#wrapper {
    margin: 0.75rem auto;
    border: 2px #231F20 solid;
    max-width: 525px;
    color: #231F20;
    position: relative;
    padding: 0.9375rem;
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    line-height: 1.25rem;
    font-size: 1rem;
    text-align: left;
    overflow: hidden;
}

p {
    padding-bottom: 0.625rem;
    text-align: justify;
}

h1 {
    margin: 0 0 0.625rem 0;
    font-size: 2.125rem;
    line-height: 2.375rem;
    color: #0078AF;
    text-align: center;
}

h1 span {
    display: block;
}

h2 {
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 0 0 0.625rem;
    text-align: center;
}

h2 span {
    padding-left: 79px;
}

a {
    color: #231F20;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    text-decoration: underline;
}



img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: none;
}

ul {
    margin-bottom: 0.9375rem;
    padding: 0;
    list-style: none;
}

ul li {
    background: url(iconlist.jpg) no-repeat 0 0.3125rem;
    padding-left: 1.25rem;
}

.clear:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}


header {
    margin: 0 0 0.5rem;
    text-align: right;
}


footer p {
    padding-bottom: 0;
}


@media only screen and (max-width:525px) {
    #wrapper {
        border: none;
        font-size: 0.875rem;
        line-height: 1.125rem;
    }

    h1 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    h2 {
        font-size: 0.875rem;
        line-height: 1.375rem;
    }

    h2 br {
        display: inline;
    }

    p {
        text-align: left;
    }

    h2 span {
        padding-left: 0;
    }
}