body {
    background: #fff;
    color: #000;
    font-family: 'Glacial Indifference', Futura, "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

#wrapper {
    width: 95%;
    max-width: 940px;
    margin: auto;
}

header h1 {
    font-weight: normal;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    margin: 30px 30px 0 30px;
    font-size: 28px;
}
header h1 a {
    color: black;
    text-decoration: none;
}

header .dateline {
    text-transform: uppercase;
    font-size: 22px;
}

header h1 span {
    display: block;
}

header img.banner {
    width: 100%;
    height: auto;
    margin: 5px 0 0 0;
}

header {
    border-bottom: 1px solid black;
    margin-bottom: 30px;
}

footer {
    border-top: 1px solid black;
    margin-top: 30px;
    text-align: center;
    padding: 10px 0;
}

footer a {
    text-transform: uppercase;
    color: black;
    text-decoration: none;
}
footer a:hover {
    color: #666;
}

.container {
    margin: 0 30px;
}

#menu-main {
    list-style: none;
    padding: 0;
    margin: 0 0 2px 0;
    display: flex;
    justify-content: space-between;
}

#menu-main > li.menu-item {
    display: block;
    padding: 0;
    margin: 5px 0;
    flex-grow: 0;
    text-align: left;
}
#menu-main > li.current a {
    text-decoration: underline;
}
#menu-main > li.separator {
    display: block;
    flex-grow: 1;
    width: 1px;
    padding: 0 5px;
    margin: 5px 0;
    font-weight: bold;
    text-align: center;
}
#menu-main > li.separator:last-child {
    display: none;
}
#menu-main > li a {
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
}
#menu-main > li a:hover {
    color: #666;
}

h2 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 22px;
}
article {
    border-bottom: 1px solid black;
}
article:last-child {
    border-bottom: none;
}
article h2 {
    margin-bottom: 5px;
}
article h2 a {
    color: black;
    text-decoration: none;
}
p.meta {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 14px;
}

a {
    color: #333;
    text-decoration: underline;
}
a:hover {
    color: #000;
}

.map {
    width: 100%;
    height: 300px;
}
.map .olControlAttribution {
    bottom: 0;
}

.warning {
	background-color: #FFECB3;
	padding: 10px;
}

@media(max-width: 940px) {
    header h1 {
        display: block;
        font-size: 20px;
        margin: 30px 10px 0 10px;
    }
    header .dateline {
        font-size: 15px;
    }
    .container {
        margin: 0 10px;
    }
    #menu-main {
        flex-wrap: wrap;
    }
    #menu-main > li.separator {
        display: none;
        border: 0;
    }
    #menu-main > li.menu-item {
        width: 40%;
        flex-grow: 1;
        text-align: center;
    }
}
