/* CSS Document */
/* Mobile First */

	
/* each portal has it's own set ovverrides */



/* .......... F E A T U R E D .......... */
		
	[class*='Featured'] a {
		background-color: #e1803a; 
		}
	/* Alt Tile colour */
		[class*='Featured']:not(.Mini) a:nth-of-type(2),
		[class*='Featured']:not(.Mini) a:nth-of-type(4),
		[class*='Featured']:not(.Mini) a:nth-of-type(5),
		[class*='Featured']:not(.Mini) a:nth-of-type(7) {
			background-color: #e79b3e; 
			}
			
	/* Solid overlay on text */	
	[class*='Featured'] a:hover > span:not([style*=".jpg"])::after { 
		background-color: rgba(230, 146, 61, 0.85); /* Featured Hover */
		background-image: url(../AFY/images/skin/nav_event_text.svg);
		}

	/* Image tint */
		.Tiles > span::after {
			background-color: #e79b3e; /* Jeunesse */
			}

/* --------------  D E F A U L T   L I N K S -------------------- */

	a {
		color: #e17f39; /*Hot Pink*/
		}
		
		p > a:not(.Button):hover {
			color: #ff6a00;
			}

/* -------------- B U T T O N S -------------------- */

a.Button,
ul.Nav.Main .Normal li.Button a {
		background-color: #e17f39; /*Hot Pink*/
		}
		a.Button:hover {
		background-color: #ff6a00; /*Dark Pink*/
		}