.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



.row-fluid {
    width: 100%;
}


.homepage-section.case-studies .span4:first-child {
    padding-left: 0;
}


.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.homepage-section.case-studies .span4 {
    padding: 2em 0 2em 2em;
}


.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.homepage-section.case-studies .span4:not(:first-child) {
    border-left: 1px dashed #ddd;
}

.row-fluid .span4 {
    width: 31.623931624%;
}