#move-coach > a
{
	display: block;
	overflow: hidden;
	background-image: url('/MOVE/images/move-feature-bg-move-coach.png');
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #666;
	border: 4px solid #ededed;
	border-radius: 8px;
}

#move-coach > a > span:last-child
{
	color: #fff;
}

#move-coach > a:hover > span:last-child
{
	background-position: bottom left;
	color: #ffeca1;
}


/* ******************************* 

	COMPACT DISPLAY STYLES

******************************** */
.compact > #move-coach
{
	margin-bottom: 1em;	
}

.compact > #move-coach > a
{
	width: 95%;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-position: 0px 0px;
	background-size: 600px 300px;
	background-repeat: no-repeat;
}

.compact > #move-coach > a > span:first-child
{
	display: block;
	padding: 90px 0px 0px 70px;
	font-family: "Arial", "sans-serif";
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	text-decoration: none;
}

.compact > #move-coach > a > span:last-child
{
	display: block;
	padding: 22px 10px 10px 10px;
	border-radius: 0px 0px 4px 4px;
	font-family: "Myriad Pro", "Arial", "sans-serif";
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	text-decoration: none;
	line-height: 1em;
}



/* ******************************* 

	SPOTLIGHT DISPLAY STYLES

******************************** */

.spotlight > #move-coach > a
{
	width: 450px;
	height: 150px;
	background-position: 0px 0px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.spotlight > #move-coach > a span:first-child
{
	display: block;
	padding: 80px 0px 0px 55px;
	font-family: "Arial", "sans-serif";
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	line-height: 0.90em;
	text-align: left;
	text-decoration: none;
}

.spotlight > #move-coach > a span:last-child
{
	display: block;
	padding: 28px 10px 10px 10px;
	border-radius: 0px 0px 4px 4px;
	font-family: "Arial", "sans-serif";
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height: 0.90em;
	text-align: center;
	text-decoration: none;
}


/* IMAGE SWAPPING FOR HIGHER RESOLUTION DISPLAYS */

@media 
(-webkit-min-device-pixel-ratio: 1.25), 
(min-resolution: 120dpi){ 
	#move-coach > a
	{
		background-image: url('/MOVE/images/move-feature-bg-move-coach-2x.png');
	}
}

/* 1.3 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.3), 
(min-resolution: 124.8dpi){ 
    #move-coach > a
	{
		background-image: url('/MOVE/images/move-feature-bg-move-coach-2x.png');
	}
}

/* 1.5 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi){ 
    #move-coach > a
	{
		background-image: url('/MOVE/images/move-feature-bg-move-coach-3x.png');
	}
}