﻿
.topfivenews-service-headline {
    color: #FFF;
    background: #B0131E;
    display: inline-block;
    padding: 0 1rem;
}

.topfivenews-secondrow {
    background-color: #ECECEC;
    width: calc(100vw);
    margin-left: calc(-50vw + 50%);
}

.topfivenews-headline {
    width: 50%;
    font-size: 19px;
    font-weight: 500;
    color: #000;
    margin-left: 2rem;
    margin-top: 1rem;
}

.top5 .heading-inner {
    font-size: 34px;
    margin-top: 17px;
}

/* Related Material */
.topfive-related ul {
    width: 100%;
    float: left;
    list-style: none;
    padding-left: 25px;
    margin-top: 10px;
}

.topfive-related-item {
    margin-bottom: 5px;
}

.ms-info-content-topfivenews .hr {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
    color: #b5b3b3;
}

    .ms-info-content-topfivenews .hr .pull-right {
        cursor: pointer;
    }

@media (max-width: 767px) {
    .top5 .item h3 {
        line-height: 1.2em;
        height: 4.8em;
        overflow: hidden;
    }

    .topfivenews-headline {
        font-size: 15px;
    }

    .top5 .heading-inner {
        font-size: 20px;
    }

    .topfive-related-item:not(:last-child) {
        margin-bottom: 20px;
    }

    @media(min-width: 768px) {
        .topfivenews-secondrow {
            width: calc(100vw - 20px);
            margin-left: calc(-50vw + 50% + 10px);
        }
    }
}
