header {
    clear: both;
}
header img {
    height: auto;
    width: 100%;
}

header.global {
    padding-top: 4px;
}

header {
    font-family: 'cabinregular', sans-serif;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}
@media all and (min-width: 1024px) {
    header.global {
        border-bottom: 1px solid #eee;
        height: 64px;
        padding-bottom: 0;
    }
    header.maps {
        height: 40px;
        padding-bottom: 0;
    }
}
    .wrapper {;
        margin-right: auto;
        margin-left: auto;
        max-width: 1280px;
        width: 100%;
    }
@media all and (min-width: 1024px) {
    header .wrapper {
        padding-left: 20px;
    }
}
    header a {
        color: #535353;
        text-decoration: none;
    }
    header.maps h1 {
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
        text-align: center;
    }
    header.global .brand {
        margin-right: auto;
        margin-left: auto;
        max-width: 200px;
        width: 100%;
    }
@media all and (min-width: 1024px) {
    header.maps h1 {
        float: left;
        text-align: left;
        width: 25%;
    }
    header.global .brand {
        float: left;
        position: absolute;
        top: 2px;
        width: 200px;
        z-index: 9;
    }
}
    header nav {
        text-align: center;
    }
@media all and (min-width: 1024px) {
    header nav {
        float: right;
        text-align: right;
        width: 75%;
    }
}
        header nav ul {
            height: 24px;
            line-height: 24px;
            list-style: none;
        }
        header nav li {
            display: inline-block;
            font-size: 14px;
            padding-right: 4px;
            padding-left: 4px;
        }
        .here a {
            font-weight: bold;
        }
        .donate a {
            font-weight: bold;
            color: #0074d9;
        }
@media all and (min-width: 1024px) {
    header.global nav {
        padding-top: 14px;
    }
}