body#body_resources {
	background-image: linear-gradient(to bottom right, #f8f9fb, #e3f2fd);
	background-repeat: no-repeat;
}

footer#bottomFooter svg.top {
	background-color: transparent !important;
}

div.resHome {
	display: flex;
	width: calc(100% - 2em);
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 1em;
}

div.resHome div.rhItem {
	flex: 0 0 calc(33% - 2em);
	padding: 1em;
}

@media (max-width: 59.9rem) {
	div.resHome div.rhItem {
		flex: 0 0 calc(90% - 2em);
	}
}

div.resHome div.rhItem > div {
	margin: 0.5em;
	border-radius: 5px;
	padding: 1em;
	background-color: #FFF;
	height: calc(100% - 3em);
}

div.rhItem header {
	margin: 0 0 0.5em 0;
}

div.rhItem figure {
	display: block;
	font-size: 2.5em;
	background-color: var(--color-blue);
	color: #FFF;
	padding: 0.2em;
	border-radius: 50%;
	margin: auto;
	width: 1.4em;
	height: 1.4em;
	text-align: center;
}

div.rhItem figure i {
	vertical-align: middle;
}

div.rhItem header h3 {
	display: block;
	text-align: center;
	width: 100%;
	color: var(--color-blue);
	padding: 0.2em 0;
}

div.rhItem header p {
	padding: 1em;
}

div.rhItem span.rhiTitle {
	font-size: 0.6em;
	font-weight: 700;
	text-align: right;
	width: 100%;
	display: block;
}

div.rhItem ul {
	display: block;
	padding: 1em 0;
	border-top: 1px solid var(--color-blue);
	min-height: 10em;
}

div.rhItem ul li {
	display: block;
	margin: 0.5em 0;
}

div.rhItem ul li a:hover {
	color: var(--color-red) !important;
}

div.rhItem span.footNote {
	display: block;
	margin: 1em;
	padding: 0.2em;
	background-color: var(--color-blue);
	opacity: 0.5;
	text-align: center;
}

div.rhItem span.footNote a {
	color: #FFF !important;
	display: block;
	width: 100%;
}

div.rhItem span.footNote:hover {
	opacity: 1;
}


div.resHome div.featuredArticle {
	flex: 0 0 calc(100% - 2em);
}

div.featuredArticle div.faWrapper {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
}

div.featuredArticle div.faWrapper a {
	display: block;
	width: calc(100% - 6em);
	height: calc(100% - 6em);
	background-color: rgba(0,0,0,0.5);
	padding: 3em;
	border-radius: 5px;
}

div.featuredArticle header {
	margin: 0.5em;
	font-size: 2em;
	color: #fafafa !important;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
}

@media (max-width: 59.9rem) {
	
	div.resHome div.featuredArticle {
		flex: 0 0 calc(90% - 2em);
	}
	
	div.featuredArticle div.faWrapper a {
		padding: 3em 1em;
		width: calc(100% - 2em);
	}
	
	div.featuredArticle header {
		font-size: 1.2em;
	}
}

div.featuredArticle p {
	color: #fafafa !important;
	font-size: 0.8em;
}