#NewestCommunitiesWebPartContainer{
    a.ms-subtleLink{
        font-family: $din-medium;
        // color: $red;
        &:hover{
            color: $red-dark;
        }
    }
}
#NewsWebPartContainer{

    br{
        display: none;
    }
    a.ms-subtleLink{
        font-family: $din-regular;
        color: black;
        font-size: 24px;
        margin: 0.25em 0 0.5 0;
        display: block;
        &:hover{
            color: $red;
        }
    }

    .ms-rtestate-field{
        display: block;
        margin-bottom: 1em;
        color: #3d3d3d;
        line-height: 140%;
        font-size: 14px;
    }

    .ms-descriptiontext{
        display: block;
    }
}
#divShowAllNews{
	margin: 1.5em 0;
	padding: 19px 0;

	text-align: center;

	border-top: 2px $gray-75 solid;
    font-size: 0.85em;
}