/*----------------------- Helpers ------------------------*/

.left
  float: left

.right
  float: right

.clear
  display: table
  content: ''
  height: 0
  clear: both

.nowrap
  white-space: nowrap

.relative
  position: relative

.absolute
  position: absolute

.hidden
  overflow: hidden

.center
  text-align: center

.mt2
  margin-top: 2em

.p0
  padding: 0

.pl10
  padding-left: 10px

  @media screen and (max-width: 767px)
    padding-left: 0