.gp-lh-1 { line-height: 1;}
.gp-lh-2 { line-height: 1.25;}

.gp-flexcontainer{
	display:flex;
	flex-direction:column;
	/*overflow:hidden;*/
}

.gp-flexgrow{
	flex: 1 1 auto;
}

.gp-flexhidden{
	overflow:hidden;
}