/*  GRID OF THREE   ============================================================================= */
/* line 4, ../sass/3cols.scss */
.span_3_of_3 {
  width: 100%;
}

/* line 8, ../sass/3cols.scss */
.span_2_of_3 {
  width: 66.13%;
}

/* line 12, ../sass/3cols.scss */
.span_1_of_3 {
  width: 32.26%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  /* line 20, ../sass/3cols.scss */
  .span_3_of_3 {
    width: 100%;
  }

  /* line 23, ../sass/3cols.scss */
  .span_2_of_3 {
    width: 100%;
  }

  /* line 26, ../sass/3cols.scss */
  .span_1_of_3 {
    width: 100%;
  }
}
