.field--type-email a::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url('../../icons/envelope.svg');
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 0.4em;
	vertical-align: middle;
}

.field--type-telephone a::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url('../../icons/telephone.svg');
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 0.4em;
	vertical-align: middle;
}

.field--name-field-source {
	background-color: rgb(255, 166, 0);
	display: inline-block;
	font-family: sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 4px 10px;
	letter-spacing: 0.1em;

	&.World.Church {
		background-color: turquoise;
	}

	&.Mission.Center {
		background-color: orange;
	}

	&.Congregation {
		background-color: darkorchid;
	}
}