@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: .875rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 51.25rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .625rem;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
    color: #EB6C2D;
}

h1,
h3,
h4 {
    color: #FE7321;
}

h1 {
    font-size: 1.625rem;
    line-height: 1;
    padding: .312rem 120px .312rem 1.25rem;
    border-radius: .625rem;
    margin-left: 1.875rem;
    display: inline-block;
    border-right: 3px solid #999;
    box-shadow: 0px 5px 13px -6px rgba(0, 0, 0, 0.66);
    -webkit-box-shadow: 0px 5px 13px -6px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0px 5px 13px -6px rgba(0, 0, 0, 0.66);
}

h1 span {
    color: #717274;
    font-weight: normal;
    font-size: 1rem;
}

h3,
article > p:first-of-type {
    margin: 0 2.5rem
}

h3 {
    font-size: 1.375rem;
}

article > p:first-of-type {
    font-size: 14px;
}

header {
    text-align: right;
    padding: .625rem
}

aside {
    margin: .625rem 2.812rem;
}

main {
    margin: 0.875rem 2.812rem 1.875rem
}

footer {
    padding-bottom: 1.25rem;
    border-top: 2px solid #999;
    margin: 0 2.812rem
}

footer p {
    letter-spacing: -0.3px
}

section p a strong {
    letter-spacing: -0.3px;
    color: #0462C1;
}

@media only screen and (max-width: 51.187rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    article,
    footer,
    main,
    aside,
    h3,
    h1,
    article > p:first-of-type {
        margin: 0;
    }

    h1 {
        box-shadow: none;
        font-size: 1.562rem;
        display: block;
        padding: 0;
        margin: .625rem 0;
        border: none;
    }

    h3 {
        font-size: 1.25rem;
    }

    footer {
        padding: 0;
    }

    main {
        display: block;
    }

    main section:last-of-type {
        margin: 0;
    }

    h1 br:first-of-type {
        display: none;
    }
}

@media only screen and (max-width: 23.438rem) {

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}
