/* hide accordion content when visibile to public. */
.desc, .desc-sub {
	display: none;
}
/* Restore header / footers */
.menu-container, #footer {display: block;}

/* Restoring to row default property */
.row {clear:none;}

/* Correct positioning from shownforcontribute.css changes for screens smaller than desktop */
.large-pull-1 {right: auto;}
.large-pull-2 {right: auto;}
.large-pull-4 {right: auto;} 
.large-push-8 {left: auto;}

@media only screen and (min-width: 768px) {
	.large-pull-1 {right:8.33333%;}
	.large-pull-2 {right: 16.66667%;}
	.large-pull-4 {right: 33.33333%;}
	.large-push-8 {left: 66.66667%;}
}

