/** Base styling partial for PublicSpaceInfo  Variables, colors, helper classes and mixins to be (re)used throughout the project in seperate stylesheets  Do not add styling declarations to this file! */
/* ========================================================================== Colors ========================================================================== */
/* ========================================================================== Fonts ========================================================================== */
/* ========================================================================== Helper classes ========================================================================== */
.ir { font: 0/0 a; text-shadow: none; color: transparent; }

.clearfix:before, .clearfix:after { content: ""; display: table; }

.clearfix:after { clear: both; }

.clearfix { *zoom: 1; }

/* ========================================================================== Mixins ========================================================================== */
.page .body { margin-left: 50px; width: 870px; }

.page > article { position: relative; }

.keyword-filter { font-family: 'proxima-nova', sans-serif; font-weight: 600; font-size: 17px; color: #6db5c2; }

.article-list { width: 875px; }
.article-list:before, .article-list:after { content: ""; display: table; }
.article-list:after { clear: both; }
.article-list { *zoom: 1; }
