@charset "UTF-8";
/* CSS Document */

/*INDEX STYLING*/
.clusterOptionsContainer .clusterPgmContainer{
	border: .5px solid #CCC;
	position:relative;
	min-height:200px;
	box-shadow: 0px 0px 2px #aaa, 0px 1px 1px #ddd, 0px 3px 3px rgba(100,100,100,0.4);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.clusterOptionsContainer .clusterPgmContainer:hover {
	box-shadow: 0px 0px 2px #686868, 0px 1px 1px #ddd, 0px 2px 1px #d6d6d6, 0px 3px 1px #ccc, 0px 4px 1px #c5c5c5, 0px 5px 1px #c1c1c1, 0px 6px 1px #bbb, 0px 7px 1px #777, 0px 8px 3px rgba(100,100,100,0.4), 0px 9px 5px rgba(100,100,100,0.1), 0px 10px 7px rgba(100,100,100,0.15), 0px 11px 9px rgba(100,100,100,0.2), 0px 12px 11px rgba(100,100,100,0.25), 0px 13px 15px rgba(100,100,100,0.3);
}

.clusterOptionsContainer li {
	line-height:1em;
}

.clusterOptionsContainer .clusterPgmContainer p a strong {
	display:block;
	line-height:1em;
	padding: 1em;
	padding-top:1em;
}

.footer {
	margin-top:2em;
}

/*CHILD PAGE STYLES*/

div.clusterContainer p strong {
	color: #000000;
}
div.clusterContainer p {
	margin-bottom:0;
}
div.clusterImgContainer {
	margin-bottom: 1.5em;
}
div.careerClusterButtonLinks a.button {
	display:block;
	width: 100%;
	margin-bottom: .5em;
}
.otherCareerOptions {
	margin-top: 2em;
	font-size: 1em;
}
