.tiles	{
	position: relative;
	width: 960px;
	height: 500px;
	margin: 40px auto 120px auto;
	background: #fff;
	text-align: left;
	cursor: pointer;
	z-index: 1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #fff;
	}
.tiles .tile.fei	{
	cursor: default;
	}	
.tiles .tile	{
	position: absolute;
	border: 2px solid #fff;
	width: 50%;
	height: 250px;
	display: block;
	z-index: 1000;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.tile .Padding20px	{
	padding: 20px 20px 20px 0;
	}
.tile .col.NoMargin	{
	margin-bottom: 0px;
	margin-top: 0px;
	height:100%;
	}	
.tile .item	{
	padding: 0 0 15px 0;
	}	
.tile p.TileTitle, .tile .Blurb, tile p.ReadMore {
	margin-bottom:6px;
}
.tile .max-lines {
	display: block; /* or inline-block */
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	max-height: 34px;
}


.tile .oneLineEllipsis {
	display: block; /* or inline-block */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.tile p.TileTitle {
	font-size: 16px;
	font-weight: 600;
}
.tile .featured	{
	width: 100%;
	height: 100%;
	padding: 20px;
	background: rgba(255,255,255,.5);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	border-right: 1px dotted #9B9B9B; 
	}		 
.tile img.resize	{
	width: 100%!important;
	height: auto;
	}
.tile.materialsScience	{
	top: 0;
	left: 0;
	background: #d4d8db;
	background-size: 100%;
	}
.tile.electronics	{
	top: 0;
	left: 50%;
	background:  #c1c1c1;
	background-size: 100%;
	}
.tile.lifeSciences	{
	bottom: 0;
	left: 0;
	background: #d4d8db;
	background-size: 100%;
	}
.tile.oilGas	{
	bottom: 0;
	left: 50%;
	background: #d3d3d3;
	background-size: 100%;
	}


.tile .holder	{
	position: absolute; 
	top: 0;
	left: 0;
	float: left;
	background: url(/images/shell/trans50.png) no-repeat center center;
	height: 60px;
	width: 100%;
	z-index: 1;
	}
	.tile .holder .closeTile {
		float: right;
		width: 20px;
		padding: 19px 15px 15px;
	}
.tile h2	{
	position: absolute;
	display: block;	
	top: 10px;
	left: 12px;
	font-size: 19px;
	font-weight: 700;
	margin: 0;
	padding: 0 0 0 53px;
	line-height: 40px;
	}	
.tile h2 a	{
	color: #fff;
	}
.tile h2.active a	{
	/*  color: #f0f0f0;  */
	}	
.tile h2 a:hover	{
	color: #c0c0c0;
	}
.tile.materialsScience h2	{
	background: url(/images/shell/Icon_MatSci.png) no-repeat 0 center;
	}
.tile.electronics h2	{
	background: url(/images/shell/Icon_Electronics.png) no-repeat  0 center;
	}
.tile.lifeSciences h2	{
	background: url(/images/shell/Icon_LifeSci.png) no-repeat  0 center;
	}
.tile.oilGas h2	{
	background: url(/images/shell/Icon_oilGas.png) no-repeat  0 center;
	}
.tile h2 a	{
	text-decoration: none;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	 transition:.5s;
	 }
.tile h3	{
	font-size: 18px;
	margin: 0 0 10px 0;
	font-weight: 600;
	}
.tile ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.tile ul ul	{
	margin: 0 0 10px 20px;
	}	
.tile ul li	{
	margin: 5px 0;
	}	
.tile ul li li	{
	}	
.tile .cta	{
	width: 100%;
	height: 380px;
	position: absolute;
	top: 60px;
	background: #fff;
	background: rgba(255,255,255,.9);
	font-size: 14px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	cursor: default;
    line-height:1.2;
	}	
.tile .coverUp	{
	width: 100%;
	height: 400px;
	position: absolute;
	top: 0px;
	background: url(/images/shell/trans30.png);
	}	
.tile.fei .coverUp, .tile.fei .holder	{
	background: none;
	}
.tile a	{
	color: #971717;
	}
.tile a:hover	{
	color: #bf1d28;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	 transition:.5s;
	 background-size: 200%;
	}	
.tile .trans	{
	position: absolute;
	display: block; 
	top: 0;
	left: 0;
	height: 60px;
	width: 100%;
	z-index: 100;
	background: url(/images/shell/spacer.gif);
	}	
.tile .over	{
	position: absolute;
	display: block;
	width: 100%;
	height: 430px;
	top: 0;
	height: auto;
	z-index: 101;
	filter: alpha(opacity=0);
	opacity: 0;
	}
.tile .over:hover	{
	position: absolute;
	filter: alpha(opacity=100);
	opacity: 1;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	 transition:.5s;
	}
.tile .over > img	{
	position: absolute;
	top: 0;
	z-index: 101;
	width: 100%;
	height: 210px;
	}
.tile .over .copy	{
	display: block;
	text-align: left;
	vertical-align: middle;
	color: #fff;
	background: none;
	font-size: 15px;
	/*  width: 100%;  */
	padding: 60px 15px 0 15px;
	height: 250px;
	position: relative;
	z-index: 1;
	}	
.tile ol	{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	list-style-type: none;
	line-height: 1.5em;
}
.tile ol ol	{
	margin: 0 0 0 20px!important;
}	
.tile ol li	{
	float: none; 
	padding: none!important;
	position: relative;
	max-width: auto!important;
	width: auto!important;
	height: auto!important;
	border: 0!important;
	text-align: left;
	color: #575757;
	font-size: 15px!important;
	font-weight: 400;
	line-height:22px;
	}	