div.clearfix {
	clear: both;
}
div.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
ul.project-description {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
ul.project-description li {
    line-height: 20px;
    margin: 0 0 8px 0;
}
ul.project-description li span {
    font-size: 16px;
    line-height: 20px;
    margin: 0 20px 0 0;
    color: #000;
    text-transform: uppercase;
    width: 100px;
    display: inline-block;
}
div.left-col {
	float: left;	
}
div.right-col {
	float: right;
}
div.width-col-1 {
  width: 8.33333333%;
}
div.width-col-2 {
  width: 16.66666666%;
}
div.width-col-3 {
  width: 24.99999999%;
}
div.width-col-4 {
  width: 33.33333333%;
}
div.width-col-5 {
  width: 41.66666666%;
}
div.width-col-6{
  width: 49.99999999%;
}
div.width-col-7 {
  width: 58.33333333%;
}
div.width-col-8 {
  width: 66.6666666%;
}
div.width-col-9 {
  width: 74.99999999%;
}
div.width-col-10 {
  width: 83.33333333%;
}
div.width-col-11 {
  width: 91.66666666%;
}
div.width-col-12 {
  width: 100%;
}
