/*** Global > Clear fixes ***/
/*** (This goes last!) ***/

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clear{
  display:inline-block;
}
.clear:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
* html .clear{
  height:1%;
}
.clear{
  display:block;
}
/*** NO CSS HERE -- put everything above Global > Clear fixes! ***/
