
.content.noBleed .contentTitleLarge .titleBoxContainer {
    justify-content: flex-end;
}

.content  .contentTitleLarge .titleBox {
    width: 42%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px){
	.content .contentTitleLarge .titleBox{
		width: auto;
		padding: 20px 4.16666667vw 40px;
	}
}

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

}


