.row {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 0 auto;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row .row {
  width: auto;
  margin: 0 1.25em 0 1.25em;
  max-width: none;
  *zoom: 1;
}
.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row * {
  box-sizing: border-box;
}
.columns {
  position: relative;
  padding-left: 0em;
  padding-right: 0em;
  margin-bottom: 0em;
  width: 100%;
  float: left;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
@media only screen and (min-width: 100px) {
  .large-1 {
    position: relative;
    width: 12.5%;
  }
  .large-offset-1 {
    position: relative;
    margin-left: 12.5%;
  }
  .large-2 {
    position: relative;
    width: 25%;
  }
  .large-offset-2 {
    position: relative;
    margin-left: 25%;
  }
  .large-3 {
    position: relative;
    width: 37.5%;
  }
  .large-offset-3 {
    position: relative;
    margin-left: 37.5%;
  }
  .large-4 {
    position: relative;
    width: 50%;
  }
  .large-offset-4 {
    position: relative;
    margin-left: 50%;
  }
  .large-5 {
    position: relative;
    width: 62.5%;
  }
  .large-offset-5 {
    position: relative;
    margin-left: 62.5%;
  }
  .large-6 {
    position: relative;
    width: 75%;
  }
  .large-offset-6 {
    position: relative;
    margin-left: 75%;
  }
  .large-7 {
    position: relative;
    width: 87.5%;
  }
  .large-offset-7 {
    position: relative;
    margin-left: 87.5%;
  }
  .large-8 {
    position: relative;
    width: 100%;
  }
  .large-offset-8 {
    position: relative;
    margin-left: 100%;
  }
  .show-for-large {
    display: block !important;
  }
  .hide-for-large {
    display: none !important;
  }
}
