html.ie9, html.oldie{
	
.cols2{
	// column-count:2;
	// column-gap:20px;
	> * {
		display: inline-block;
		width: 44.9%;
		margin-right: 5%;
		float: left;
		line-height: 1.5em;
	}
}
}