/** Labels */

.categories a {
    border-color: #ccc;
    color: #ccc;
}

.categories a:hover {
    border-color: #d00;
    color: #d00;
}

.categories {
    margin: 1.6em 0;
}

/** Archive */

.newsnavbar a {
    color:  #555;
    cursor: text;
}

.newsarchive,
.mod-news .newsitem {
    margin-top: .8em;
    margin-bottom: 3.2em;
}

.othernewslist li,
.newslist li,
.newsListArchive li {
    margin-top: .8em;
}

/**
 * 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,
.newsitemlist {
    margin-bottom: 3em;
}

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

.newslistitem h3 a:hover {
    color: #d00000;
}

/**
 * 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);
}

.mod-news .newsitem,
.mod-news .newsarchive,
.mod-news .newsitem-back {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}

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

/**
 * News lists
 */

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

.newsdateheader {
    margin-top: 1em;
    padding: 0 15px;
    clear: both;
}

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

.othernewslist li,
.newslist li,
.newsListArchive li {
    padding-left: 0;
    background: transparent;
}

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

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

.newsitemtitle {
    margin-bottom: 0;
}

.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;
}

/**
 * Calendar news
 */

.calendar-news .newslist li {
    position: relative;
    min-height: 3em;
    padding-left: 3em;
}

.calendar-news .newslist .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 3em;
    padding-top: .1em;
    text-align: center;
    line-height: 1.4;
    font-size: 12px;
    background: #fff;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
    box-shadow: 0 1.9em 0 0 #009AD8 inset, 0 0 2px #ccc;
    color: #333;
}

.calendar-news .newslist .date:first-line {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
}

.calendar-news .newslist .title {
    display: inline-block;
    margin-top: 4px;
    font-family: "FuturaPT-Heavy", Helvetica, Arial, sans-serif;
    line-height: 23px;
}

/**
 * News archive
 */

.newsnavbar {
    width: 100%;
    margin: 0 0 .5em;
    overflow: hidden;
}

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

.newspageprevnext,
.newsdateheader {
    display: none;
}

.newsnavbar .separator {
    display: none;
}

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

.archive,
.newsListArchive {
    padding: 0;
}

.newsarchive .newslist li {
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 0 1px #ccc;
}

.newsarchive .newslist a {
    padding: 1em;
}

/**
 * Boxed news items
 */

div.boxed-news {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    flex-direction: column;
    margin-bottom: 0;
}

div.boxed-news .introduction,
div.boxed-news .separator {
    display: none;
}

.boxed-news__imageContainer {
    position: relative;
    margin-bottom: .8em;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
    background-color: #ccc;
}

.boxed-news__imageContainer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1em;
    display: block;
    width: 0;
    border: 10px solid transparent;
    border-bottom-color: #f8f8f8;
}

.boxed-news__imageContainer .smallNewsImage {
    display: block;
    float: none;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

div.boxed-news .newsitemtitle {
    margin: 0;
}

div.boxed-news .readon {
    text-decoration: none;
}

div.boxed-news .readon:hover {
    text-decoration: underline;
}

div.boxed-news .readon::before {
    font-family: 'icons';
    content: "\276F\00a0\00a0";
}

@media (min-width: 568px) {
    div.boxed-news {
        display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox;  /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: -1em;
    }

    div.boxed-news .newslistitem {
        width: calc(100% / 2 - 1em);
        margin-left: 1em;
        background-color: #fff;
        box-shadow: 0 0 1px inset;
    }

    .boxed-news__imageContainer {
        margin-bottom: 0;
    }

    .boxed-news__textContainer {
        padding: 1em;
    }
}

@media (min-width: 768px) {
    div.boxed-news .newslistitem {
        width: calc(100% / 3 - 1em);
    }
}

/**
 * All news in a list
 */

.all-news .newslistitem {
    margin-bottom: 1em;
    padding: 1em;
    background-color: #fff;
    box-shadow: 0 0 1px inset;
}

.all-news .newslistitem .newsitemtitle {
    margin: 0;
}