/**
 * @package     hubzero-cms
 * @file        components/com_courses/assets/css/intro.css
 * @copyright   Copyright 2005-2015 HUBzero Foundation, LLC.
 * @license     http://opensource.org/licenses/MIT MIT
 */



	body #introduction:after {
		content: "\f09c";
	}
/* [!] HACKS - IE 7 and older */
	#introduction {
		*zoom:expression(this.runtimeStyle['zoom']='1', this.innerHTML='<small class="intro-before"></small>' + this.innerHTML + '<small class="intro-after">&#xf09c;</small>');
	}

	#content .grid .col p:last-child {
		margin-bottom: 0;
	}

/* Course Listings */
	.course a p {
		color: #666;
	}
	.course-details h3 {
		margin-bottom: 0;
	}

	/* Identity */
	.course-identity {
		display: block;
		margin: 30px 0 0 0;
		padding: 0;
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		width: 270px;
		height: 150px;
		overflow: hidden;
		-webkit-border-radius: 0.25em;
		-moz-border-radius: 0.25em;
		border-radius: 0.25em;
		background: #f1f1f1;
		text-align: center;
	}
	.course-identity>span:after {
		content: "\f09c";
		font-family: "Fontcons";
		font-size: 7em;
		color: #e1e1e1;
		line-height: 1.6em;
	}
	.course-identity:after {
		content: "";
		display: none;
	}
	.course-identity img {
		width: 100%;
		*width: auto;
	}
	.course-identity a {
		display: block;
		position: relative;
		-webkit-transition: all ease-in-out 0.2s;
		   -moz-transition: all ease-in-out 0.2s;
		     -o-transition: all ease-in-out 0.2s;
		        transition: all ease-in-out 0.2s;
	}
	.course-identity div {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 0;
		margin: 0;
		background: rgba(0, 0, 0, 0.6);
		color: #fff;
	}
	.course-identity div strong {
		display: inline-block;
		margin: 1em 1em 1em 0;
	}
	.course-identity div span.rating {
		color: #feda71;
	}
	.course-identity div span.popularity {
		color: #feda71;
		font-family: "Fontcons";
		font-weight: normal;
	}
