/* News List (v2)
-------------------------------------------------- */
.newslist-v2 .media-left {
    width: 20%;
    min-width: 100px;
}

.newslist-v2 .dateline {
    font-weight: 700;
}

.newslist-v2 .title {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    font-family: 'Roboto Condensed', sans-serif;
}

.newslist-v2 .summary {
    margin-bottom: 0;
}

.newslist-v2 hr {
    border-top: 1px solid #dddddd;
}


@media (max-width: 767px) {
    /* News List */
    .newslist-v2 .title {
        font-size: 16px;
    }

    .newslist-v2 .summary, .newslist-v2 .dateline {
        font-size: 14px;
    }

    .newslist-v2 .summary {
        display: none;
    }

    .newslist-v2 hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}



/* News Article
-------------------------------------------------- */
    /* news article header */
    .page-news .news-header {
        margin-bottom: 15px;
        padding-bottom: 0;
    }

        .page-news .news-header .news-title {
            color: #000000;
            font-size: 30px;
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 15px;
            font-family: 'Roboto Condensed', sans-serif;
        }

    .article-v1 .news-header .dateauthor {
        text-transform: uppercase;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        color: #000000;
        padding: 5px 0;
    }

    .article-v1 .image1 img, .article-v1 .image2 img {
        width: 100%;
    }

    #article-image1 .caption {
        background-color: #eeeeee;
        font-size: 12px;
        padding: 5px;
    }

    /* video container */
    #article-video-container {
        display: none;
        position: relative;
        margin-bottom: 15px;
    }

        #article-video-container .close-btn {
            position: absolute;
            top: -13px;
            right: -13px;
            z-index: 15;
            width: 26px;
            height: 26px;
            text-align: center;
            padding: 0;
            border-radius: 13px;
            background-color: #ffffff;
            cursor: pointer;
        }

    /* article image 1 */
    #article-image1 {
        margin-bottom: 15px;
    }

        #article-image1 .image1 {
            position: relative;
        }

        #article-image1 .caption {
            font-size: 13px;
            line-height: 1.2;
            padding: 5px;
            background-color: #eeeeee;
        }

    /* News Article (v1)
-------------------------------------------------- */
    .article-v1 .article-media {
        padding: 0;
    }

    /* Quick Stats (v1)
-------------------------------------------------- */
    .quickstats {
        background-color: #eeeeee;
        margin-bottom: 15px;
    }

    .quickstats-container {
    }

        .quickstats-container .quickstats-gameinfo {
            color: #ffffff;
            background-color: #381E0E;
            padding: 5px;
            font-weight: 700;
            font-family: 'Roboto Condensed', sans-serif;
            border-bottom: 1px solid #ffffff;
            text-transform: uppercase;
        }

        .quickstats-container .quickstats-stats {
            background-color: #eeeeee;
        }

    .quickstats-links {
        font-size: 14px;
        background-color: #eeeeee;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

        .quickstats-links ul {
            margin-bottom: 0;
        }

        .quickstats-links li {
            padding-right: 15px;
        }

    .table.quickstats {
        margin-bottom: 0;
    }

        .table.quickstats > thead > tr > th, .table.quickstats > tbody > tr > th, .table.quickstats > tfoot > tr > th, .table.quickstats > thead > tr > td, .table.quickstats > tbody > tr > td, .table.quickstats > tfoot > tr > td {
            border: 0;
            font-size: 13px;
            padding: 5px;
        }

        .table.quickstats > thead > tr > th, .table.quickstats > tbody > tr > th, .quickstats-links > .relatedlinks-header {
            color: #381E0E;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 700;
            text-align: left;
            padding: 3px 5px;
            background-color: #ffcc00;
            font-family: 'Roboto Condensed', sans-serif;
        }

        .table.quickstats > tbody > tr {
            border-bottom: 1px solid #ffffff;
        }

    .quickstats-links > .relatedlinks-header {
        padding: 2px 5px 2px 5px;
        margin-bottom: 5px;
    }

    @media (min-width: 768px) {
        .article-v1 .news-header {
            width: 50%;
            float: left;
        }
        .article-v1 .news-header.nomedia {
            width: 100%;
            float: none;
        }

            .article-v1 .news-header .news-title {
                font-size: 35px;
                line-height: 40px;
            }

            .article-v1 .news-header .dateauthor {
                font-size: 12px;
            }

        .article-v1 .article-media, .article-v1 .relatedlinks {
            margin-left: 0;
            padding-left: 15px;
        }

            .article-v1 .article-media.col-sm-7, .article-v1 .relatedlinks.col-sm-7 {
                width: 50%;
            }
    }


    @media (min-width: 992px) {

        /* News Article */
        .article-v1 .news-header {
            width: 55%;
        }

            .article-v1 .news-header .news-title {
                font-size: 45px;
                line-height: 50px;
            }

            .article-v1 .news-header .dateauthor {
                font-size: 13px;
            }

        .article-v1 .article-media.col-sm-7, .article-v1 .relatedlinks.col-sm-7 {
            width: 45%;
        }
    }
}


@media (min-width: 1200px) {
    /* News Article */
    .article-v1 .news-header {
    }

        .article-v1 .news-header .news-title {
            font-size: 55px;
            line-height: 60px;
        }

        .article-v1 .news-header .dateauthor {
            font-size: 14px;
        }

    .article-v1 .article-media.col-sm-7, .article-v1 .relatedlinks.col-sm-7 {
        width: 45%;
    } 
}