body {
    font-family: Merriweather, serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #111;
    text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather', serif;
    font-weight: 600;
    color: #111;
}

nav {
    background-color: #ddd;
    font-weight: 700;
}

a {
    color: #02529c;
}

a:hover {
    color: #013d73;
    text-decoration: underline;
}

nav a {
    text-decoration: none;
    color: black;
    padding: 10px;
    display: inline-block;
}

footer {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    background-color: #ddd;
    font-weight: 700;
    font-size: 0.9em;
}

p.large {
    font-size: 1.5em;
}

.header {
    margin-bottom: 21px;
}

.submenu {
    text-decoration: none;
    height: 40px;
    background-color: #ddd;
}

.submenu a {
    color: black;
    text-decoration: none;
    height: 40px;
    background-color: #ddd;
}

.submenu li:hover {
    background-color: #ccc;
}

.submenu a:hover {
    color: black;
    text-decoration: none;
}

.sidebox {
    /* border: 1px solid #ccc; */
    padding: 0px;
    margin-bottom: 20px;
    background: #f9f9f9;
}

.sidebox-header {
    width: 100%;
    background-color: #ddd;
    padding: 8px;
    font-weight: 700;
    margin-bottom: 0;
}

.sidebox-header .icon {
    height: 24px;
    float: right;
    opacity: 0.7;
}

.sidebox-content {
    padding: 10px;
}

.sidebox-content-fill {
    padding: 0;
}

.sidebox-content span.large {
    text-align: center;
    font-size: 2em;
}

.sidebox-content .arrow {
    height: 24px;
    margin-right: 8px;
    margin-top: -16px;
    opacity: 0.7;
}

.sidebox-content .rotated {
    transform: rotate(180deg);
}

.centered {
    text-align: center;
}

h1.title {
    margin-bottom: -5px;
}

h2.subtitle {}

h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

h3 {
    text-wrap: balance
}

h3 a {
    text-decoration: none;
    color: #111;
}

h3 a:hover {
    text-decoration: none;
}

.grid-container {
    max-width: 80rem;
}

.date-header {
    width: 100%;
    background-color: #ddd;
    padding: 8px;
    font-weight: 700;
    margin-bottom: 20px;
}

.date-header .calendar-icon {
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    margin-left: 6px;
}

.article-category {
    background: #ddd;
    font-size: 0.8em;
    padding: 5px;
}

p.sources {
    font-size: 0.9em;
}

.main h3 {
    margin-bottom: 1.0em;
}