

footer *
	{
	max-width:							68.75rem;
	}

#footer_container
	{
	padding-bottom:						2em;
	}

#footer_container a,
#footer_container a:hover,
#footer_container a:active,
#footer_container a:visited
	{
	color:								#000000;
	text-decoration:					none;
	}

#footer_container a:hover
	{
	text-decoration:					underline;
	}

.footer_column
	{
	float:								left;
	display:							inline-block;
	width:								33.333%;
	min-width:							20em;
	padding:							0.5em 1em;
	}

#footer_phone
	{
	padding-left:						1.75em;
	background-image:					url('../images/icon_phone.svg');
	background-repeat:					no-repeat;
	background-size:					auto 1.5em;
	}

#footer_email
	{
	padding-left:						1.75em;
	background-image:					url('../images/icon_email.svg');
	background-repeat:					no-repeat;
	background-size:					auto 1.5em;
	}

#footer_privacy_statement,
#footer_terms
	{
	padding-left:						1.75em;
	background-image:					url('../images/icon_circle_info.svg');
	background-repeat:					no-repeat;
	background-size:					auto 1.5em;
	}

#footer_column_3 address
	{
	font-size:							0.8em
	}

#iso_certification
	{
	display:							inline-block;
	position:							relative;
	width:								7.5em;
	height:								6.5em;
/*	background-image:					url('../images/iso.gif');
*/	background-repeat:					no-repeat;
	background-size:					100% auto;
	}

#iso_certification span
	{
	position:							absolute;
	bottom:								0em;
	display:							block;
	width:								100%;
	font-size:							0.7em;
	text-align:							center;
	}

#footer_copyright
	{
	font-size:							0.8em;
	color:								rgba(0,0,0,0.5);
	text-align:							center;
	}

