/*  NYC - Business - Horizontal Stats Row
    -------------------
*/
/* link color */
/* rounded corners */
/* box-shadow - see Programs & Initiatives hover state */
.module-by-the-number .column {
  width: 215px;
  border-right: 1px solid #cccccc; }
  @media (max-width: 767px) {
    .module-by-the-number .column {
      border: none; } }
  @media screen and (max-width: 980px) and (min-width: 768px) {
    .module-by-the-number .column {
      border: none; } }

.column.span3 {
  margin: 0 2% 30px 0; }
  @media (max-width: 767px) {
    .column.span3 {
      width: 47%; } }
  @media screen and (max-width: 980px) and (min-width: 768px) {
    .column.span3 {
      width: 47%; } }

.module-by-the-number .column:last-child {
  border: none; }

.module-by-the-number a.stats-links,
.module-by-the-number a,
.module-by-the-number a:link {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap; }

.module-by-the-number .stats-number {
  font-size: 34px;
  letter-spacing: 0;
  line-height: 44px;
  margin: 0; }
