/* adjust spacing of superscripts */
sup { vertical-align: baseline; position: relative; top: -0.4em; font-size: 0.845em; }
.callout sup { line-height: 0.9em !important; font-size: 0.9em !important; }
li.spacer { margin-bottom: 8px: }
#threeCol {
	position: relative;
	height: 38px;
}
/* three column callout box */
#threeCol img.icons2 {
	float: left;
	margin-right: 6px;
}
#threeCol #firstCol {
	position: absolute;
	width: 184px;
}
#threeCol #secondCol {
	position: absolute;
	left: 32%;
	width: 184px;
}
#threeCol #thirdCol {
	position: absolute;
	right: 0px;
	width: 184px;
}	
/* for bulleted icons */
ul.bullets-icons2{}

ul.bullets-icons2 li{background: url(/services/retirement/_assets-custom/images/checkmark.gif) 0 .15em no-repeat; padding:2px 0 0 22px; margin:0 0 8px 0; }