@charset "utf-8";

/*  =========================================================================

    Individual styles
    -News

    ========================================================================= */
.container.hero {
    background-image: url("../images/news/pgtitle.jpg");
}

.container article#news-list > section {
    margin-top: 1em;
}
.container article#news-list > section > ul.lines li:first-of-type {
    margin-top: 0;
}
.container article#news-list > section > ul.lines li > time {
    display: block;
    margin-bottom: .25em;
}
.container article#news-list > section > ul.lines li > a {
    padding-left: 1em;
    background: transparent url("../images/common/tri_ft2.png") no-repeat 4px 5px;
    background-size: 5px 8px;
}
@media screen and (min-width: 781px) {
    .container article#news-list > section > ul.lines li > time {
        display: inline-block;
        vertical-align: top;
        width: 9em;
        margin-right: -9em;
        margin-bottom: 0;
    }
    .container article#news-list > section > ul.lines li > a {
        display: inline-block;
        vertical-align: top;
        padding-left: 2em;
        margin-left: 9em;
        background-position: 10px 5px;
    }
}

.container article#news-detail > header > h3.heading {
    font-size: 1.35em;
    padding-top: .25em;
    padding-bottom: .75em;
    border-bottom: 1px solid #ccc;
}
.container article#news-detail > section.button-line > p:first-child {
    margin-top: 3em;
    padding-top: 2em;
    border-top: 1px solid #ccc;
}

@media screen and (max-width: 600px) {
    .container article#news-detail > section.paragraphs img.block {
        float: none !important;
        margin-left: 0;
        margin-right: 0;
    }
}
