/**
 * Defaults
 */

.introduction .date,
.introduction .author {
    display: block;
    margin-bottom: 1em;
    color: #8e8e8e;
}

.introduction .author + .date {
    display: inline;
    margin-right: .4em;
    font-weight: bold;
    color: inherit;
}

.introduction .author + .date:after {
    content: '\2013';
    margin-left: .6em;
    font-weight: normal;
}

/**
 * .newslistitem
 */

.newslistitem {
    line-height: 1.2em;
    position: relative;
    padding-right: 90px;
    padding-bottom: 3em;
    margin-bottom: 3em;
}

.newslistitem.first {
    margin-top: 3em;
}

.newslistitem .separator {
    border-top: 1px solid #E9E9E9;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.newslistitem.last .separator {
    border-top: 0;
}

.newslistitem h3 a {
    display: block;
    text-decoration: none;
}

.introduction .date {
    display: none;
}

.readon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}

.readon span {
    display: none;
}

.newslistitem .smallNewsImage {
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
}

.newsitem .smallNewsImage {
    float: right;
    right: 0;
    top: 0;
    width: 75px;
    margin: 0 20px 10px 10px;
}

.news-link-to-archive a {
    display: inline-block;
    padding: 0.5em 1.5em 0.6em;
    margin: 6px 0.5em 6px 0;
    border: 1px solid #ef7e27;
    border-radius: 5px;
    line-height: normal;
    text-decoration: none;
    color: #fff;
    background-color: #ef7e27;
    transition: all 0.3s;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.news-link-to-archive a:hover {
    border-color: #ff8e27;
    background-color: #ff8e27;
    text-decoration: none;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

@media screen and (min-width: 480px) {
    .newslistitem .smallNewsImage {
        width: 100px;
    }

    .newslistitem {
        padding-right: 130px;
    }

    .newsitem .smallNewsImage {
        width: 100px;
    }
}

/**
 * News tags & tag lists
 */

.categories dt,
.categories dd {
    display: inline-block;
}

.categories dt {
    position: absolute;
    left: -999em;
}

.categories dd {
    margin: 0 .3em .3em 0;
}

.categories a {
    display: block;
    padding: .4em 1em .3em;
    border: 1px solid;
    border-radius: 2px;
    font-size: .9em;
    opacity: .8;
    text-decoration: none;
}

/**
 * .newsitem - Full news items
 */

.mod-news h1 {
    position: absolute;
    left: -999em;
}

.fullstory .author {
    display: block;
    margin-bottom: 1em;
    padding: 0.4em 1em;
    font-size: .8em;
    font-weight: bold;
    background-color: rgba(0,0,0, .05);
}

.largeNewsImage {
    float: right;
    margin: .2em 0 .2em 20px;
}

.fullstory img {
    margin: 0 0 20px 20px;
}

.newsitem {
    overflow: hidden;
}

/**
 * News lists
 */

.newsitem .introduction,
.newslistitem .introduction {
    clear: right;
}

.newsdateheader {
    margin-top: 1em;
    clear: both;
}

.othernewslist,
.newslist,
.newsListArchive {
    margin: 0;
    padding: 0;
    list-style: none;
}

.othernewslist li,
.newslist li,
.newsListArchive li {
    padding-left: 0;
    border-bottom: 1px solid #f2f2f2;
    background: transparent;
}

.othernewslist li:last-child,
.newslist li:last-child,
.newsListArchive li:last-child {
    border-bottom: 0;
}

.archive li a,
.newslist li a,
.othernewslist li a,
.newsListArchive li a {
    display: block;
    width: 100%;
    padding: 0.8em 0;
    cursor: pointer;
    text-decoration: none;
}

.newslist li .title,
.othernewslist li .title {
    display: block;
    line-height: 1.3em;
}

.archive .date,
.newslist .date,
.othernewslist .date,
.newsListArchive .date {
    display: block;
    font-size: .8em;
    color: #8e8e8e;
}

.archive .sep,
.newslist .sep,
.othernewslist .sep,
.newsListArchive .sep {
    display: none;
}

/**
 * News button
 */

.nl-link a {
    border-color: #e99424;
    background-color: #e99424;
}

/**
 * News archive
 */

.newsitem + .newsarchive {
    margin-top: 50px;
}

.newsnavbar {
    width: 100%;
    margin: 0;
    padding: 0.4em 10px;
    overflow: hidden;
    font-size: 1.6em;
    background: rgba(0,0,0, .05);
}

.newsnavbar a {
    display: inline-block;
    text-decoration: none;
}

.newsnavbar .separator {
    display: none;
}

.newsnavbar span + a:before {
    content: '\232a';
    margin-left: .3em;
    font-size: .8em;
    color: #666;
}

.archive,
.newsListArchive {
    border-top: 1px solid #ccc;
}