.static-page-date {
    font-size: 1.1rem;
    margin: 1rem 0 0 2.5rem;
    color: #069;
}
.static-page-content-wrapper {
    margin: 0 2.5rem 0 2.5rem;
}
.static-page-content {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
}
.static-page-content a{
    text-decoration: underline;
}
.static-page-content img {
    max-width: 100%;
}
.static-page-content b, .static-page-content strong {
    font-weight: bold;
}
.static-page-header-wrap {
    background-color: #fff;
    position: relative;
    margin: 0 0 2rem 0;
    top: 0;
    width: 100%;
    z-index: 100;
}
.static-page-name {
    font-size: 2rem;
    font-style: italic;
    margin: 0 0 0 2.5rem;
    padding: 2rem 0 0 0;
}
@media (min-width: 480px) {
    .float-badge {
        float: right;
        margin-top: -3rem;
    }
}
