.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;
}

@media only screen and (max-width: 760px)
{
.cms_content .blurb-access {
  width:100%;
}
img.flushright {
  width:93%;
  height:auto;
}
.cms_content .callout {
  float: none;
}

.callout-wrapper * img {
  width:100px;
  height:auto;
}

.callout-training {
  width:100%;
}

.callout {
  width:100%;
}
}