%group::after {
  display: table;
  content: "";
  clear: both;
}

%small{
  font-size:rem-calc(12);
}

%small-highlight{
  font-weight: bold;
  font-size: rem-calc(12);
  letter-spacing:.01rem;
  color: color(medium-gray);
  text-transform:uppercase;
}

%link-styles{
  color:color(dark-ben-franklin);
  font-weight:700;
}

%accessible{
  position: absolute;
  left: -99999px;
  height: 10px;
  width: 10px;
}

%lower-opacity {
  opacity:.6;
  transition: opacity .2s ease-in-out;
}
