﻿.d_newsTitle {
    margin: 1em auto;
    font-family: proxima-nova,open-sans,sans-serif;
    /*font-size:36px;*/
    font-size: 1.8em;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    text-align: center;
    color: #595960;
}

.d_newsSummary {
}

.d_newsContent {
}

:root {
    --liteGry: #f3f3f3;
    --medGry: #595959;
    --drkGry: #3c3c3c;
    --textGry: #595960;
    --berry: #7A1341;
    --black: #151515;
    --max-width-lg: 1440px;
}
/*
.centered_col {
    margin: 0 auto;
    max-width: var(--max-width-lg);
}*/
/*
h1.litegray-header {
    font-family: proxima-nova, Proxima Nova, sans-serif;
    text-align: center;
    color: #595960;
}*/

/*.thumbnails__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.thumbnails__item h3 {
    font-family: proxima-nova, Proxima Nova, sans-serif;
    font-weight: 400;
    display: inline-block;
    color: #7A1341;
    letter-spacing: 1.1px;
    font-size: 11px;
    margin: 0 0 9px 0;
    text-transform: uppercase;
}

    .thumbnails__item h3:before {
        display: block;
        content: "";
        background: url("/images/default-source/site-assets/news-dashed-border0746cbb8-e0f8-4505-bd4c-4b6384a8da0b.png ");
        height: 2px;
        width: 100%;
        margin-bottom: 13px;
    }

.thumbnails__item img {
    max-width: 312px;
}

.thumbnails__item a {
    text-decoration: none;
}

    .thumbnails__item a h5 {
        font-size: 14px;
        color: #595959;
    }
    */
.news__filters {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0;
}

    .news__filters li {
        list-style-type: none;
        list-style-image:none;
        font-family: proxima-nova, Proxima Nova, sans-serif;
        font-size: 25px;
        font-weight: 600;
        letter-spacing: 1.25px;
        color: #595960;
        cursor: pointer;
    }

        .news__filters li:before {
            content: "•";
            display: inline-block;
            margin-left: 24px;
            margin-right: 17px;
            color: #595960;
        }

        .news__filters li.active {
            color: #7A1341;
        }

        .news__filters li.news__filters--view-all {
            text-transform: none;
        }

            .news__filters li.news__filters--view-all:before {
                content: none;
            }

.articles__container {
   /* display: grid;
    grid-template-columns: 44% 44%;
    column-gap: 12%;
    padding: 0;*/
   display:flex;
   flex-flow: row wrap;
   justify-content:space-between;
}

.articles__item {
    list-style-type: none;
    list-style-image: none;
    margin-top: 48px;
    padding: 10px;
    width: 425px;
}



.articles__item a {
    outline: none;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    color: #595959 !important;
}

        .articles__item a .item-images {
            max-width: 171px;
            width: 100%;
            height: 96px;
            display: flex;
            flex: 1 0 auto;
        }

            .articles__item a .item-images .item-image {
                max-width: 171px;
                width: 100%;
                height: 96px;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            }

                .articles__item a .item-images .item-image:hover {
                    -webkit-filter: brightness(70%);
                    -webkit-transition: all .5s ease;
                    -moz-transition: all .5s ease;
                    -o-transition: all .5s ease;
                    -ms-transition: all .5s ease;
                    transition: all .5s ease;
                }

                .articles__item a .item__info {
            margin-left: 24px;
            line-height: 1.2;
        }

            .articles__item a .item__info h3 {
                font-family: proxima-nova, Proxima Nova, sans-serif;
                font-weight: 400;
                display: inline-block;
                color: #7A1341;
                letter-spacing: 1.1px;
                font-size: 11px;
                margin: 0 0 9px 0;
                text-transform: uppercase;
            }

                .articles__item a .item__info h3:before {
                    display: block;
                    content: "";
                    /*background: url("/images/default-source/site-assets/news-dashed-border0746cbb8-e0f8-4505-bd4c-4b6384a8da0b.png ");*/
                    border-top: 2px dotted #7A1341;
                    height: 2px;
                    width: 100%;
                    margin-bottom: 13px;
                }

            .articles__item a .item__info h5 {
                font-size: 14px;
                font-weight: 600;
                color: #595959;
                margin: 0;
                line-height: 1.29;
            }

            .articles__item a .item__info p {
                font-size: 12px;
                margin-top: 9px;
                margin-bottom: 0;
                text-transform: uppercase;
                letter-spacing: 0.3px;
            }

            .articles__item a .item__info p span {
                    font-weight: 600;
            }

.btn--see-more {
    display: block;
    width: 100%;
    max-width: 687px;
    height: 101px;
    opacity: 0.9;
    border-radius: 44px;
    box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.35);
    border: solid 1px #595960;
    background-color: #999999;
    font-family: proxima-nova, Proxima Nova, sans-serif;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-align: center;
    color: #ffffff;
    margin: 97px auto;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
}

    .btn--see-more:hover {
        background-color: #666666;
        
    }

/*.dimensions__container {
    background-color: #595960;
}

.dimensions__carousel {
    max-width: var(--max-width-lg);
    width: 100%;
}

.dimensions__item {
    width: 150px;
}*/

/*# sourceMappingURL=news_insights.css.map */


/* styles for Preview widgets*/
.insights-previews-header {
    background-color: #f3f3f3;
    margin:0;
}

.insights-previews {
    background-color: #f3f3f3;
    padding-bottom: 40px;
}
.insights-previews > div {
    display: flex;
    flex-flow: row wrap;
    
    justify-content: space-evenly;
    max-width:1156px;
    margin: 0 auto;
   
}

.insight-preview {
    flex: 1 0 21%;
    
    max-width: 312px;
    margin: 22px;
    margin-top: 0;
    padding-bottom: 40px;
    
}

.insight-preview > div > a > div {background-color: cyan;width:100%;}

.insight-preview:hover {
    filter: brightness(70%);
    transition: all .5s ease;
}

/*.insights-previews > div .insight-preview:first-child {
    margin-left:0;

}
.insights-previews > div .insight-preview:last-child {
    margin-right: 0;
}

*/

.blog-preview-single {
    width: 312px;
    height: 184px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .blog-preview-single.author {
        
        display:block;
        overflow:hidden;
    }

        .blog-preview-single .author img {
            display: block;
/*            min-width: 100%;*/
            max-height: 100%;
            -ms-interpolation-mode: bicubic;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }
        .blog-preview-double {
    width: 312px;
    height: 184px;
    display: flex;
}

.blog-preview-double > div {
    width: 50%;
    height: 100%;
    
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.preview-title {
    font-family: open-sans;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #595959;
    margin-top: 16px;
    width:100%;
}

@media screen and (max-width:1023px) {

    .news__filters {
        display: flex;
        flex-flow: column;
        justify-content: left;
        padding: 0;
        margin-left: 80px;
    }

        .news__filters li {
            font-size: 20px;
            letter-spacing: 1.01px;
        }

            .news__filters li:before {
                display: none;
            }

    .articles__item a {
        display: flex;
        flex-flow: row wrap;
        flex-basis: 50%;
    }
    .articles__item {
        padding: 5px;
        width: 350px;
    }

    .item__info {
        margin-left: 0 !important;
        padding-top:10px;
        min-width: 400px;
    }

        .item__info h3:before {
            border:none !important;
        }
    }


@media (max-width:900px) /*change size of articles for small screens*/
{
    .articles__item {
        padding: 4px;
        width: 300px;
    }

    .item__info {
        margin-left: 0 !important;
        padding-top: 10px;
        min-width: 0;
    }
}
