/* @override 
	http://sumoweb.local/dojo/assets/css/standard.css */



.callout {
	margin-right: 8%;
	margin-bottom: 30px;
	margin-left: 8%;
	padding: 2%;
}

.callout.greyback {
	background-color: #f0f0f0;
}


.level1 {
	font-size: 2rem;
}

.level2 {
	font-size: 1.60rem;
}

.level3 {
	font-size: 1.25rem;
}

.standard {
	font-size: 1rem;
	color: #4c4c4c;
}

.strong {
	font-weight: 600;
}

.grey {
	
	color: #989898 !important;
}

.blue, .sumoblue {
	color: #466aac !important;
}

.standard a {
	color: #18468b;
}

ul.standard li {
	margin-bottom: 20px;
}

li.bullet {
padding-left: 2%;
}

li.bullet:before {
	content:'\2022 \00a0';
	margin-left: -1%;
}
ul.standard li.bullet.no-margin {
	margin-bottom: 0 !important;
}

li.bullet.bottom-margin,
.level1.bottom-margin,
.level2.bottom-margin,
.level3.bottom-margin,
.standard.bottom-margin {
	margin-bottom: 12px;
}