  @charset "UTF-8";
/* CSS Document */


.leveltitle{display:block; float:left; margin-bottom:20px; padding-right:10px;}
.levelarrow{display:none;}
		
h3.white{color:#fff !important; margin-top:20px; margin-left:110px;}
.levelwhite,.levelwhitesm{color:#fff !important; margin-top:10px; display: block; margin-left: 110px; margin-right:10px;}
.levelwhite ol li{font-size:1em;}
.levelwhitesm ol li{font-size:.95em; line-height: 1.5em;}



@media screen and (min-width:620px) {
	
	.leveltitle{display:none;}
	.levelwhite,.levelwhitesm{color:#fff !important; margin-top:10px; display: block; margin-left: 10px; margin-right:10px; }
	.levelwhite ol li{font-size:.8em;}
	.levelwhitesm ol li{font-size:.75em;}
	h3.white{color:#fff !important; margin-top:20px; margin-left:10px;}
}



@media screen and (min-width:980px) {
	
	.leveltitle{display:block; float:left; margin-bottom:20px; padding-right:10px;}
	.levelarrow{display:block; float:right;}
	.levelwhite,.levelwhitesm{color:#fff !important; margin-top:10px; display: block; margin-left: 110px; margin-right:20px;}
	.levelwhite ol li{font-size:.85em;}
	.levelwhitesm ol li{font-size:.8em; line-height: 1.5em;}
	h3.white{color:#fff !important; margin-top:20px; margin-left:110px;}
}

@media screen and (min-width:1100px) {
	
	.levelwhite ol li{font-size:1em; line-height: 1.6em;}
	.levelwhitesm ol li{font-size:.95em; line-height: 1.25em;}
}