/**
 * SASS/SCSS/Compass Transcription of Skeleton Responsive Grid
 * originally authored by Dave Gamache. This translation offers
 * mixins that support fluid and as well as fixed grids to supplement
 * the work that Dave Gamache has done.
 * @author Dennis Thompson <http://www.atomicpages.net>
 * @copyright Copyright (c) 2013 AtomicPages LLC
 * @license MIT
 * @version 1.5.1
 */
/* line 19, ../../../../../../src/scss/skeleton.scss */
.container {
  background: #fff;
  width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  -webkit-transition-property: margin, width;
  -moz-transition-property: margin, width;
  -o-transition-property: margin, width;
  transition-property: margin, width;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* line 29, ../../../../../../src/scss/skeleton.scss */
.column {
  float: left;
}

/* line 33, ../../../../../../src/scss/skeleton.scss */
.columns.one .column.one {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 36, ../../../../../../src/scss/skeleton.scss */
.columns.one .column.one p {
  margin-bottom: 9px;
}

/* line 43, ../../../../../../src/scss/skeleton.scss */
.columns.two .column.two:nth-child(1) {
  margin-right: 10px;
}
/* line 46, ../../../../../../src/scss/skeleton.scss */
.columns.two .column.two:nth-child(2) {
  margin-left: 10px;
}

/* line 54, ../../../../../../src/scss/skeleton.scss */
.columns.three .column.three:nth-child(1) {
  margin-right: 20px;
}
/* line 57, ../../../../../../src/scss/skeleton.scss */
.columns.three .column.three:nth-child(3) {
  margin-left: 20px;
}

/* line 63, ../../../../../../src/scss/skeleton.scss */
.columns.four .column.four {
  margin-right: 10px;
  margin-left: 10px;
}
/* line 66, ../../../../../../src/scss/skeleton.scss */
.columns.four .column.four:nth-child(4n+1) {
  margin-left: 0px;
}
/* line 69, ../../../../../../src/scss/skeleton.scss */
.columns.four .column.four:nth-child(4n) {
  margin-right: 0px;
}
/* line 72, ../../../../../../src/scss/skeleton.scss */
.columns.four .column.four:nth-child(n+5) {
  margin-top: 20px;
}

/* line 78, ../../../../../../src/scss/skeleton.scss */
.columns.five .column.five {
  margin-right: 10px;
  margin-left: 10px;
}
/* line 81, ../../../../../../src/scss/skeleton.scss */
.columns.five .column.five:nth-child(1), .columns.five .column.five:nth-child(6), .columns.five .column.five:nth-child(12), .columns.five .column.five:nth-child(18) {
  margin-left: 0px;
}
/* line 84, ../../../../../../src/scss/skeleton.scss */
.columns.five .column.five:nth-child(5), .columns.five .column.five:nth-child(10), .columns.five .column.five:nth-child(17) {
  margin-right: 0px;
}
/* line 87, ../../../../../../src/scss/skeleton.scss */
.columns.five .column.five:nth-child(n+6) {
  margin-top: 20px;
}

/* line 93, ../../../../../../src/scss/skeleton.scss */
.columns.six .column.six {
  margin-right: 10px;
  margin-left: 10px;
}
/* line 96, ../../../../../../src/scss/skeleton.scss */
.columns.six .column.six:nth-child(1), .columns.six .column.six:nth-child(7), .columns.six .column.six:nth-child(13), .columns.six .column.six:nth-child(19) {
  margin-left: 0px;
}
/* line 99, ../../../../../../src/scss/skeleton.scss */
.columns.six .column.six:nth-child(6), .columns.six .column.six:nth-child(12), .columns.six .column.six:nth-child(18) {
  margin-right: 0px;
}
/* line 102, ../../../../../../src/scss/skeleton.scss */
.columns.six .column.six:nth-child(n+7) {
  margin-top: 10px;
}

/* line 6, ../../../../../../src/scss/_dependencies.scss */
.columns.one .column.one {
  width: 960px;
}

/* line 6, ../../../../../../src/scss/_dependencies.scss */
.columns.two .column.two {
  width: 470px;
}

/* line 6, ../../../../../../src/scss/_dependencies.scss */
.columns.three .column.three {
  width: 306px;
}

/* line 6, ../../../../../../src/scss/_dependencies.scss */
.columns.four .column.four {
  width: 225px;
}

/* line 6, ../../../../../../src/scss/_dependencies.scss */
.columns.five .column.five {
  width: 176px;
}

/* line 6, ../../../../../../src/scss/_dependencies.scss */
.columns.six .column.six {
  width: 143px;
}

/* TABLET (PORTRAIT)
 * ------------------------------------------------ */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 116, ../../../../../../src/scss/skeleton.scss */
  .container {
    width: 748px;
  }

  /* line 6, ../../../../../../src/scss/_dependencies.scss */
  .columns.one .column.one {
    width: 748px;
  }

  /* line 6, ../../../../../../src/scss/_dependencies.scss */
  .columns.two .column.two {
    width: 364px;
  }

  /* line 6, ../../../../../../src/scss/_dependencies.scss */
  .columns.three .column.three {
    width: 236px;
  }

  /* line 6, ../../../../../../src/scss/_dependencies.scss */
  .columns.four .column.four {
    width: 172px;
  }

  /* line 6, ../../../../../../src/scss/_dependencies.scss */
  .columns.five .column.five {
    width: 133.5px;
  }

  /* line 6, ../../../../../../src/scss/_dependencies.scss */
  .columns.six .column.six {
    width: 108px;
  }

  /* line 122, ../../../../../../src/scss/skeleton.scss */
  .container span img, .container p img {
    max-width: 100%;
    height: auto !important;
  }
}
/*  MOBILE (PORTRAIT)
 * ------------------------------------------------ */
@media only screen and (max-width: 767px) {
  /* line 131, ../../../../../../src/scss/skeleton.scss */
  .container {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 134, ../../../../../../src/scss/skeleton.scss */
  .container img {
    max-width: 97%;
    height: auto !important;
  }

  /* line 6, ../../../../../../src/scss/_dependencies.scss */
  .columns.one .column.one {
    width: 100%;
    margin: 0 0 10px 0;
  }
  /* line 15, ../../../../../../src/scss/_dependencies.scss */
  .columns.one .column.one:nth-child(1), .columns.one .column.one:nth-child(2), .columns.one .column.one:nth-child(3), .columns.one .column.one:nth-child(4), .columns.one .column.one:nth-child(5), .columns.one .column.one:nth-child(6) {
    margin: 0 0 10px 0;
  }

  /* line 6, ../../../../../../src/scss/_dependencies.scss */
  .columns.two .column.two {
    width: 100%;
    margin: 0 0 10px 0;
  }
  /* line 15, ../../../../../../src/scss/_dependencies.scss */
  .columns.two .column.two:nth-child(1), .columns.two .column.two:nth-child(2), .columns.two .column.two:nth-child(3), .columns.two .column.two:nth-child(4), .columns.two .column.two:nth-child(5), .columns.two .column.two:nth-child(6) {
    margin: 0 0 10px 0;
  }

  /* line 6, ../../../../../../src/scss/_dependencies.scss */
  .columns.three .column.three {
    width: 100%;
    margin: 0 0 10px 0;
  }
  /* line 15, ../../../../../../src/scss/_dependencies.scss */
  .columns.three .column.three:nth-child(1), .columns.three .column.three:nth-child(2), .columns.three .column.three:nth-child(3), .columns.three .column.three:nth-child(4), .columns.three .column.three:nth-child(5), .columns.three .column.three:nth-child(6) {
    margin: 0 0 10px 0;
  }

  /* line 6, ../../../../../../src/scss/_dependencies.scss */
  .columns.four .column.four {
    width: 100%;
    margin: 0 0 10px 0;
  }
  /* line 15, ../../../../../../src/scss/_dependencies.scss */
  .columns.four .column.four:nth-child(1), .columns.four .column.four:nth-child(2), .columns.four .column.four:nth-child(3), .columns.four .column.four:nth-child(4), .columns.four .column.four:nth-child(5), .columns.four .column.four:nth-child(6) {
    margin: 0 0 10px 0;
  }

  /* line 6, ../../../../../../src/scss/_dependencies.scss */
  .columns.five .column.five {
    width: 100%;
    margin: 0 0 10px 0;
  }
  /* line 15, ../../../../../../src/scss/_dependencies.scss */
  .columns.five .column.five:nth-child(1), .columns.five .column.five:nth-child(2), .columns.five .column.five:nth-child(3), .columns.five .column.five:nth-child(4), .columns.five .column.five:nth-child(5), .columns.five .column.five:nth-child(6) {
    margin: 0 0 10px 0;
  }

  /* line 6, ../../../../../../src/scss/_dependencies.scss */
  .columns.six .column.six {
    width: 100%;
    margin: 0 0 10px 0;
  }
  /* line 15, ../../../../../../src/scss/_dependencies.scss */
  .columns.six .column.six:nth-child(1), .columns.six .column.six:nth-child(2), .columns.six .column.six:nth-child(3), .columns.six .column.six:nth-child(4), .columns.six .column.six:nth-child(5), .columns.six .column.six:nth-child(6) {
    margin: 0 0 10px 0;
  }

  /* line 142, ../../../../../../src/scss/skeleton.scss */
  .columns.six .column.six {
    width: 33%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 149, ../../../../../../src/scss/skeleton.scss */
  .columns.users .column.six, .columns.users .column.five, footer.columns .column.six, footer.columns .column.five {
    width: 50% !important;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 154, ../../../../../../src/scss/skeleton.scss */
  .columns.users .column.six:nth-child(1), .columns.users .column.six:nth-child(3), .columns.users .column.six:nth-child(5), .columns.users .column.five:nth-child(1), .columns.users .column.five:nth-child(3), .columns.users .column.five:nth-child(5), footer.columns .column.six:nth-child(1), footer.columns .column.six:nth-child(3), footer.columns .column.six:nth-child(5), footer.columns .column.five:nth-child(1), footer.columns .column.five:nth-child(3), footer.columns .column.five:nth-child(5) {
    clear: both;
  }
}
/* MOBILE (LANDSCAPE)
 * ------------------------------------------------ */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 164, ../../../../../../src/scss/skeleton.scss */
  .container {
    width: 420px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  /* line 167, ../../../../../../src/scss/skeleton.scss */
  .container p img, .container span img {
    max-width: 100%;
    height: auto !important;
  }
}
/* CLEARING
 * ------------------------------------------------ */
/* line 177, ../../../../../../src/scss/skeleton.scss */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 184, ../../../../../../src/scss/skeleton.scss */
.clearfix, .row, .footer, .download-row {
  zoom: 1;
}
/* line 186, ../../../../../../src/scss/skeleton.scss */
.clearfix:before, .clearfix:after, .row:before, .row:after, .footer:before, .footer:after, .download-row:before, .download-row:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* line 194, ../../../../../../src/scss/skeleton.scss */
.clearfix:after, .row:after, .footer:after, .download-row:after {
  clear: both;
}

/* line 196, ../../../../../../src/scss/skeleton.scss */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
