/*==========================================================================
                              COLORS & UX
  ==========================================================================*/
/* ==========================================================================
                                    Classes
   ========================================================================== */
/* Add the .hidden class to any elements that you want to hide from all presentations, including screen readers. */
.hidden {
  display: none !important;
  visibility: hidden;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}
.left {
  float: left;
}
.right {
  float: right;
}
