﻿/*THESE STYLES ARE ONLY INCLUDED ON THE HOMEPAGE NEWS WIDGET*/

.newsWidget {
    margin-top: 0;
}

    .newsWidget .newsSection {
        background-color: white;
        padding: 35px 20px 40px 20px;
        margin-top: -20px;
        margin-bottom: 30px;
        max-height: 516px;
    }

        .newsWidget .newsSection .newsEntries {
            max-height: 420px;
            overflow: hidden;
            margin-bottom: 20px;
        }

    .newsWidget .product-header {
        background-color: #1570A6;
    }


    .newsWidget .news-thumbnail {
        float: left;
        margin-right: 15px;
        height: auto;
        width: 68px;
        padding: 0;
    }


    .newsWidget a.see-more-news {
        text-align: center;
    }

        .newsWidget a.see-more-news .glyphicon-chevron-right {
            top: 0;
        }

    .newsWidget .newsStub {
        margin: 0 0 20px 0;
        height: 68px;
        overflow: hidden;
    }

        .newsWidget .newsStub .news-title {
            margin-top: -5px;
            margin-bottom: 2px;
        }

        .newsWidget .newsStub .news-date {
            color:#666;
        }

    .newsWidget .product-header h3 a{
        color: white;
    }
            .newsWidget .product-header a:hover{
            text-decoration: none;
        }

@media (min-width: 350px) and (max-width: 700px) {
    .newsWidget .news-thumbnail {
        width: 62px;
    }

    .newsWidget .newsStub {
        height: 62px;
    }

    .newsWidget .newsSection .newsEntries {
        max-height: 390px;
        overflow: hidden;
        margin-bottom: 20px;
    }
}

@media (max-width: 350px) {
    .newsWidget .news-thumbnail {
        display: none;
    }
}
