/*----------------------------------------------------- Resources --------------------------------------------*/
.ResourceTile {
	clear: both;
	margin-bottom: 30px;
	display: flex;
}
.ResourceTileIcon img {
	float: left;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	margin-right: 30px;
}
#InsuranceSection, #LegalSection, #FunTriviaSection {
	display: none;
}
.InsuranceImagesContainer img {
	margin-top: 30px;
	height: 75px;
}
.InsuranceImagesContainer a:first-child {
	margin-right: 30px;
}
.ResourceTileLinksContianer {
	margin-bottom: 30px;
}
.ResourceTileLinksContianer h2 {
	margin-bottom: 20px;
}
.ResourceTileLink {
	margin-left: 40px;
	position: relative;
}
.ResourceTileLink:before {
	content: '';
	position: absolute;
	left: -40px;
	top: 0px;
	width: 22px;
	height: 22px;
	background-image: url(../images/resources/icon_external-link.svg);
	background-repeat: no-repeat;
	background-position: center;
}
