
.cms_content #page_lead-access {
	background-image:url(/assets/examplesOfAccess02.jpg);
	background-repeat:no-repeat;
	position:relative;
	min-height:333px;
	overflow:visible;
}
.cms_content .blurb-access {
	width:620px;
	overflow:visible;
	margin-top:3%;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.8);
	position:absolute;
	left:0px;
	top:95px;
}
.cms_content .blurb-access p {
	color:white;
	padding:10px 20px;
	margin-bottom:0;
	font-size:1.4em;
}

.cms_content .callout{
	float:right;
}
