.primaryContent .imgRight{
	float:right;
	max-width: 220px;
	margin: 0 0 2em 2em;
	border: 1px solid #f3f3f3;
}
.primaryContent .greyBox{
	float:right;
	max-width: 220px;
	margin: 0 0 2em 2em;
	font-size: 1.05em;
	font-weight:bold;
	padding:1em;
	border: 1px solid #f3f3f3;
	background-color: #f3f3f3;
	color: #333333;
}

@media only screen and (max-width: 519px){
	.primaryContent .imgRight, .primaryContent .greyBox {
		float:none;
		max-width:none;
		margin-left:0;
	}
	.primaryContent .imgRight{
		width:100%;
	}
}
    
.primaryContent .greyBoxPullout {
    float: right;
    max-width: 220px;
    margin: 0 0 2em 2em;
    padding: 1em;
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    color: #333333;
}

.primaryContent .greyBoxPullout_A p.quoteSource {
    font-weight: bold;
    margin: 5px 0;
}

.primaryContent .greyBoxPullout_B h4 {
    color:#333;
    font-size:1.1em;

}

.primaryContent .greyBoxPullout_B p.quoteSource {
    display: none;
}

@media only screen and (max-width: 519px){
	.primaryContent .greyBoxPullout, .primaryContent .greyBoxPullout_A {
		float:none;
		max-width:none;
		margin-left:0;
	}
	.primaryContent .imgRight{
		width:100%;
	}
}


