html, body, h1, h2, h3, h4, h5, h6, p, ul, li, form, input, textarea, label, button, table, td {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    line-height: 1;
}

html {
    height: 100%;
}

body {
    background: #404040 url(images/background.jpg) no-repeat center top;
    background-size: cover;
    font-family: Helvetica, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
}

body, td, th {
    font-family: Futura PT Book, 'Trebuchet MS', Arial, sans-serif;
}

header {
    padding: 40px;
}

header .wnlogo {
    max-width: 220px;
    height: auto;
    display: block;
    float: left;
}

header nav {
    float: right;
    color: #ffffff;
    font-size: 16px;
}

footer {
    background-color: #404040;
    padding: 10px 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

footer table.paypal {
    background-color: #fff;
    border-radius: 6px;
    float: right;
    overflow: hidden;
}

footer table.paypal a:link, footer table.paypal a:visited, footer table.paypal a:hover, footer table.paypal a:active {
    padding: 0;
}

footer table.paypal img {
    display: block;
    margin: -5px 0 -9px 0;
    max-width: 150px;
    height: auto;
}

.clearfix:after, header:after, footer:after, section:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    width: 0;
}

a:link, a:visited, a:hover, a:active {
    color: #ffffff;
    text-decoration: underline;
    padding: 10px 14px;
    display: inline-block;
}

a:hover, a:active {
    text-decoration: none;
    color: #ffffff;
}

section {
    float: right;
    padding: 20px;
    text-align: center;
    margin-right: 191px;
    margin-top: 64px;
}

.brand-logo {
    max-width: 200px;
    height: auto;
    vertical-align: middle;
    text-align: right;
}

h1 {
    margin: 26px 0 23px;
    font-size: 21px;
    font-weight: normal;
    text-decoration: underline;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
    padding: 0;
    color: #ffffff;
}

.arrow {
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 4px solid #484848;
    display: inline-block;
    margin: 0 0 0 10px;
}

.arrow:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 15px solid #484848;
    margin: 9px 0 0 15px;
}

.print {
    color: #ffffff;
    font-style: normal;
    font-size: 17px;
}

.print img {
    max-width: 50px;
    height: auto;
    vertical-align: text-bottom;
}

@media (max-width: 767px) {
    body {
        background-size: auto;
    }

    header {
        padding: 40px 20px 20px 20px;
    }

    header .wnlogo {
        float: none;
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    header nav {
        float: none;
        margin: 10px 0 0 0;
    }

    nav a:link, nav a:visited, nav a:hover, nav a:active {
        display: block;
        text-align: center;
        color: #ffffff;
    }

    a:link, a:visited, a:hover, a:active {
        padding: 5px 0;
    }

    img {
        max-width: 100%;
    }

    footer table.paypal img {
        box-sizing: border-box;
    }

    section {
        width:100%;
        margin-right:0;
        padding:20px 0;
    }

    .arrow {
        display: block;
        margin: 10px auto;
    }

    .print {
        font-size: 12px;
        position: static;
        margin: 20px 0 0 0;
    }

    .print img {
        max-width: 40px;
    }
}
