#research-section {
	background-color:#eeeeee;
}

#research-section h2.research-title {
    color: #222222;
    border-bottom: #D6D6D6 1px solid;
    text-transform: uppercase;
    font-size: 1.3rem;
}
#research-section h4.card-title {
	margin:0px;
}
#research-section h4.card-title a {
    color: #ffff;
    border:none;;
    text-transform: uppercase;
    font-size: 1.3rem;
	text-decoration:none;
}
#research-section h4.card-title a:hover {
	color: #ffff;
	text-decoration:none;	
}
#research-section .card  {
	border:none;
}
#research-section .card .card-header {
    color: #fff;
    background-color: #10204D;
}

#research-section .card .card-footer {
    border-top-color: #e66e22;
    background-color: #fff;
}

#research-section .card .card-body {
	display:flex;
}

#research-section .card .card-body .content {
	
	
}
#research-section .card .card-body .featured-image {
	margin-left:18px;
	
}
#research-section .card .card-body .featured-image img {
	max-width:320px;
	min-width:260px;
}