.resources-link{
	text-align: right;
}

.resources-link a{
	display: inline-block;
	padding: 10px;
	color: #000;
	background: #fff;
	font-weight: 700;
	text-decoration: none;
}
.resources-link a:hover{
	background: #cf9f4c;
	text-decoration: none;
	color: #fff !important;
}