/* 

T4 Media Library Over-ride

- Used for media library ID numbers where required, because mixing t4 media formatting syntax with your existing development CSS is a chore and the rocket scientist behind this should be on pluto as this additional file is now required.

- When adding T4 media library reference - add them to this file only

Maintained by Anthony Lepki, Web Producer, Marketing

*/

.page-bg 		{	background-image: url(""); }
/* there is nothing here, but if you do not use this in your local development, then the t4 tag above will unformat your CSS */

.email-hover 	{   background-image:url(); 	}
/**/
.facebook-hover {	background-image:url();	}
/**/
.twitter-hover  {	background-image:url();	}
/**/
.linkedin 		{	background-image:url();	}
/**/
.googleplus 	{	background-image:url();	}
/**/
.instagram 		{	background-image:url(); 	}
/**/
.to-top 		{	background:#82B53B url() no-repeat center 50%; }

/* eof */
