.home-categories-list
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-categories-list > li
{
	display: block;
	margin-bottom: 15px;
}

.home-categories-list > li > a
{
	display: flex;
	border-radius: 5px;
	box-shadow: 0 3px 2px rgba(0,0,0,0.1);
}

.home-categories-list > li > a > div.category-image
{
	width: 200px;
	min-height: 148px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}

@media(max-width:767px)
{
	.home-categories-list > li > a > div.category-image
	{
		width: 134px;
	}
}

.home-categories-list > li > a > div.category-content
{
	flex: 1;
	display: flex;
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #ddd;
}

.home-categories-list > li > a > div.category-content > div
{
	align-self: center;
}

.home-categories-list > li > a > div.category-content > div > p
{
	margin: 10px 0 0 0;
}

.home-categories-list > li > a > div.category-content > div > h2
{
	font-size: 21px;
	margin: 0;
}

.news-date
{
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.text-white
{
	color: #ffffff !important;
}

.text-lightgray
{
	color: #777 !important;
}

.text-darkgray
{
	color: #444 !important;
}

.text-gileadred
{
	color: #C80037 !important;
}

.entry__article-wrap .entry__article
{
	padding-left: 0 !important;
}

.main-container .umb-grid
{
	margin-right: -15px;
	margin-left: -15px;
}

.cookie-bar__inner
{
	margin: 0 auto;
	max-width: 1218px;
}

.cookie-bar__inner .cookie-bar__buttons
{
	margin-left: 15px;
}

.cookie-bar__inner .cookie-bar__buttons button
{
	display: inline-block;
	border: 0;
	font-size: 10px;
	background-color: #C80037;
	padding: 5px 10px;
	color: #fff;
}

.cookie-bar__inner .cookie-bar__buttons a
{
	margin-left: 15px;
}
