div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.program-card .program-card__bg-image {
/*	position: relative;*/
	height: 200px;
	z-index: 0;
	filter: brightness(40%);
}

.program-card .program-card__body {
	opacity: 1;
	padding-top: 100px;
}
.program-card__header {
	margin-top: 20px;
}

.program-card:focus-within .program-card__content, .program-card:hover .program-card__content {
    /*background-color: #fff;
    border-color: rgba(228, 23, 46, 0.4);*/
    background: white!important;
    border-color: white!important;
}

.program-card:focus-within .program-card__logo, .program-card:hover .program-card__logo {
	opacity: 1!important;
}

.program-card:focus-within .program-card__logo--hovered, .program-card:hover .program-card__logo--hovered {
	opacity: 0!important;
}

.program-card__content {
	background-color: #fff;
}

.program-card .button {
	background: white;
	font-size: 16px;
	width: 100%;
	margin-top: 10px;
}