.isofile {
	float: left;
	position: relative;
}
.isofile .academics-triangle {
	width: 25px;
	height: 13px;
	background: url('/framework/imgs/academics-triangle.png') center no-repeat;
	position: absolute;
	bottom: 0;
	left: 44%;
	display: none;
}
#expanded-content {
	clear: both;
}
.expanded-content-right p {
	margin: 0 0 12px 0;
	font-size: 12px;
	line-height: 20px;
	padding: 0px 20px;
}
.expanded-content-right h3 {
	padding: 0px 20px;
	color: #aba8a8;
	margin-bottom: 5px;
}
.expanded-content-right p.read-more-link a {
	color: #e82e21;
}
.expanded-content-right p.read-more-link a:hover {
	color: #3A3B40;
}
.expanded-content-right p.read-more-link {
	margin-top: -6px;
	font-weight: bold;
}
.expanded-content-right h2 {
	padding: 8px 20px 0 20px;
	font-weight: 400;
	color: #3A3B40;
}
.expanded-content-left img {
	float: left;
}
.expanded-content-left a.request-info-link {
	padding: 8px 0px;
	width: 100%;
	float: left;
	border: 0px;
	font-weight: bold;
	color: #3A3B40;
	text-indent: 12px;
}
.expanded-content-left a.request-info-link:hover {
	color: #fff;
}
.expanded-content-right p.outcomes {
	padding: 0px 40px 7px 20px;
}
.expanded-content-right p.outcomes strong {
	color: #3A3B40;
}
#isotope-items {
	position: relative;
}
#ajax-loading {
	width: 984px;
	position: fixed;
	text-align: center;
	top: 33%;
	z-index: 999;
	display: none;
}
#ajax-loading:before {
	content:url('/edu-assets/imgs/spinner.gif');
	position: relative;
	top: 14px;
	display: inline-block;
	background: rgba(255,255,255,1);
	padding: 50px 100px;
	margin: 0 auto;
}
#ajax-loading:after {
	
}

/* Media Queries
----------------------------------------------------------------------------------------------------*/
/* ex: tablets in portrait
----------------------------------------------------------------------------------------------------*/
@media (max-width: 1023px) {
	.container_16 .grid_8.expanded-content-left, .container_16 .grid_8.expanded-content-right {
		width: 48%;
		display: inline;
		float: left;
	}
	#isotope-items .isofile a.iso-block {
		width: 167px;
		height: 147px;
	}
	#ajax-loading {
		width: 733px;
	}
}
/* ex: handhelds in landscape
----------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
	.container_16 .grid_8.expanded-content-left, .container_16 .grid_8.expanded-content-right {
		width: auto;
		display: block;
		float: none;
	}
	#isotope-items .isofile a.iso-block {
		width: 209px;
		height: 129px;
	}
	#ajax-loading {
		width: 450px;
	}
}

/* ex: handhelds in portrait
----------------------------------------------------------------------------------------------------*/
@media (max-width: 479px) {
	#isotope-items .isofile a.iso-block {
		width: 100%;
		height:auto;

	}
	#ajax-loading {
		width: 300px;
	}
	
}