.research-item {
	background-image: url('/themes/afcfmt/images/background-research.svg');	
 	background-size: cover;
	height: 355px;
	padding: 22px 16px;	
}
.research-item.survey {
	background-image: url('/themes/afcfmt/images/background-research-survey.svg');	 	
}
.research-item.articolo {
	background-image: url('/themes/afcfmt/images/background-research-articolo.svg');	 	
}
.research-item .research-item-type {
	color: #2A2F3C;
	font-weight: 700;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
}
.research-item .research-item-date {
	color: #787B80;
	font-weight: 700;
	font-size: 11px;
	margin-bottom: 10px;
}
.research-item .research-item-wrapper {
	height: 215px;
}
.research-item .research-item-title {
	clear: both;
	color: #2A2F3C;
	display: -webkit-box;
	font-size: 20px;	
	font-weight: 700;
	line-clamp: 3;
	line-height: 24px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.research-item .research-item-title a {
	color: #2A2F3C;	
	text-decoration: none !important;
}
.research-item .research-item-body {
	color: #353B4A;
	display: -webkit-box;
	font-size: 16px;
	font-weight: 300;	
	line-clamp: 6;
	line-height: 23px;
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.research-item .research-item-action {
	float: left;
	width: 50%;
}
.research-item .research-item-action a {
	border: 1px solid #3BCE60;
	color: #3BCE60;
	display: block;
	font-size: 11px;
	font-weight: 700;
	height: 25px;
	line-height: 25px;
	margin-top: 24px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 80px;
}
.research-item .research-item-action a:hover {
	background: #3BCE60;
	color: white;
}
.research-item.survey .research-item-action a {
	border: 1px solid #6B26BA;
	color: #6B26BA;
}
.research-item.survey .research-item-action a:hover {
	background: #6B26BA;
	color: white;
}
.research-item.articolo .research-item-action a {
	border: 1px solid #707070;
	color: #707070;
}
.research-item.articolo .research-item-action a:hover {
	background: #707070;
	color: white;
}
.research-item .research-item-author {
	color: #353B4A;
	font-size: 11px;
	font-weight: 100;
	font-style: italic;
	float: right;
	line-height: 25px;
	margin-top: 24px;
	text-align: right;
	width: 50%;
}
.path-researches-view #page-footer {
	margin-top: 0 !important;
}

 
@media screen and (min-width: 992px) { 
	/*.path-researches .main-container {
		background-image: url('/themes/afcfmt/images/background-researches.png');
	}
	.path-researches-view .main-container {
		background-image: url('/themes/afcfmt/images/background-researches-view.svg');
	}*/
}

.ResearchList {
	flex-direction: row;
	justify-content: center;
	margin: 0;
}

.ResearchList__Item  {
	width: 100%;
	position: relative;
}

@media screen and (min-width: 768px) {
	.ResearchList__Item {
		flex: 0 1 50%;
	}
}

@media screen and (min-width: 992px) {
	.ResearchList { 
		margin-left: -7.5px;
    	margin-right: -7.5px;
		justify-content: start;
	}

	.ResearchList__Item  {
		flex: 0 1 33%;
	} 
}

@media screen and (min-width: 1200px) {
	.ResearchList__Item  {
		flex: 0 1 25%;
	} 
}