html {
    background: #fff;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #252525;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
}

.article-page {
    width: 100%;
}

.article {
    max-width: 880px;
    margin: 0 auto;
    padding: 55px 30px 80px;
}

/* -----------------------------------------
   Article header
   ----------------------------------------- */

.article-header {
    margin-bottom:42px;
    padding-bottom:28px;
    border-bottom:1px solid #ddd;
}

.article-label {
    margin: 0 0 12px;
    color: #6b6b6b;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.article-header h1 {
    margin: 0;
    color: #202020;
    font-size: 2.45rem;
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.article-date {
    margin: 16px 0 0;
    color: #777;
    font-size: 0.88rem;
}

.article-subtitle {
    margin: -8px 0 30px;
    color: #555;
    font-size: 1.25rem;
    line-height: 1.55;
}

.article-logo {
    display: block;
    margin: 0 0 35px;
}

.article-logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* -----------------------------------------
   Article content
   ----------------------------------------- */

.article-content {
    font-size: 1.06rem;
    line-height: 1.75;
}

.article-content p {
    margin: 0 0 1.45em;
}

.article-content > h2:first-child {
    margin: 0 0 1.4em;
    color: #444;
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.5;
}

.article-content h2 {
    margin: 2em 0 .8em;
    color: #292929;
    font-size: 1.65rem;
    font-weight: 600;
    line-height: 1.3;
}

.article-content h3 {
    margin: 2em 0 0.75em;
    color: #292929;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.35;
}

.article-content a {
    color: #245d35;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.article-content a:hover {
    text-decoration: none;
}

.article-content em {
    font-style: italic;
}

.article-content img {
    display: block;
    max-width: 100%;
    height: auto;
}

.article-footer {
    clear: both;
    margin-top: 55px;
    padding-top: 24px;
    border-top: 1px solid #ddd;
    color: #777;
    font-size: 0.85rem;
    line-height: 1.5;
}

.article-footer p {
    margin: 0 0 6px;
}

.article-author {
    color: #555;
    font-weight: 600;
}

.article-copyright {
    margin-bottom: 20px !important;
}

.article-back {
    margin-top: 20px !important;
}

.article-back a {
    color: #555;
    text-decoration: none;
}

.article-back a:hover {
    color: #245d35;
}

/* -----------------------------------------
   Figures / captions
   ----------------------------------------- */

.article-figure {
    margin: 30px 0 34px;
}

.article-figure img {
    display: block;
    max-width: 100%;
    height: auto;
}

.article-figure figcaption {
    margin-top: 10px;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.55;
}

/* Legacy WordPress alignment */

.article-figure.alignleft {
    float: left;
    margin: 5px 32px 22px 0;
}

.article-figure.alignright {
    float: right;
    margin: 5px 0 22px 32px;
}

.article-figure.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

/* Old WordPress clear:both paragraphs */

.article-content p[style*="clear"] {
    clear: both;
}

/* -----------------------------------------
   Article footer
   ----------------------------------------- */

.article-footer {
    clear: both;
    margin-top: 55px;
    padding-top: 22px;
    border-top: 1px solid #ddd;
}

.article-footer a {
    color: #555;
    font-size: 0.9rem;
    text-decoration: none;
}

.article-footer a:hover {
    color: #245d35;
}

/* -----------------------------------------
   Mobile
   ----------------------------------------- */

@media (max-width: 700px) {

    .article {
        padding: 35px 20px 60px;
    }

    .article-header {
        margin-bottom: 32px;
        padding-bottom: 22px;
    }

    .article-header h1 {
        font-size: 1.95rem;
    }

    .article-content {
        font-size: 1rem;
        line-height: 1.7;
    }

    .article-content h2 {
        font-size: 1.45rem;
    }

    .article-figure.alignleft,
    .article-figure.alignright {
        float: none;
        margin: 28px 0 32px;
    }

}