section.stream .claim strong {
    font-family: 'Titillium Web',sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 78px;
    margin-left: -35px;
}

p a.button { text-decoration: none;}



article header.subh {
    background: transparent;
    margin-bottom: 0;
    min-height: 180px;
    float: none;
    clear: both;
}

article .box.light {
    color:#000;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}