/*	DOCUMENT INFORMATION
		Document: 		du.professional-judgement.css
		Version:		0.0.2
		Created: 		03/23/18
		Author:			Emily Leffler Schulman
		Description:	Mark-up that is specific to the Professional Jugement experience of UMUC Digital University
		
	COLORS
		default text	dark gray	rgba( 60, 60, 67, 1 )
		links			teal		rgba( 0, 62, 106, 1 )
		other			red			rgba( 163, 6, 6, 1 )
		other			yellow		rgba( 252, 179, 25, 1 )
		
	FONTS
		default text	'Open Sans', Arial, sans-serif;		
		headlines		'Roboto', Tahoma, sans-serif;
*/

.du-special-conditions-appeals .du-expander-content p {
	margin: 1.25rem 0;
}
.du-special-conditions-appeals .layout-row > *.flex-gt-xs-33:only-of-type,
.du-special-conditions-appeals .layout-row > *.flex-gt-xs-50:only-of-type,
.du-special-conditions-appeals .layout-row > *.flex-gt-xs-66:only-of-type {
	margin-left: 0;
}
.du-special-conditions-appeals .du-content-wrapper + .du-content-wrapper {
	margin: 0.9375rem 0 0;
}
@media screen and (max-width: 600px) {
	.sc-appeals-step-4 .du-align-right {
		text-align: left;
	}
}