.offerCards * {
  box-sizing: border-box;
}

.offerCards {
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  /* if not mobile apply the inline styles if applicable */
  /* tablet styles */
}
.offerCards:before, .offerCards:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.offerCards:after {
  clear: both;
}
.offerCards {
  *zoom: 1;
}
.offerCards .offerCardsLinks {
  float: left;
  width: 100%;
}
.offerCards .offerCard {
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 20px;
}
.offerCards .offerCard .offerCardImage img {
  width: 100%;
}
.offerCards .offerCard .offerCardContent {
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  padding: 5px;
}
.offerCards .offerCard .offerCardContent:before, .offerCards .offerCard .offerCardContent:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.offerCards .offerCard .offerCardContent:after {
  clear: both;
}
.offerCards .offerCard .offerCardContent {
  *zoom: 1;
}
.offerCards .offerCard .offerCardContent h2 {
  font-size: 1.2em;
  padding: 0;
}
.offerCards .offerCard .offerCardContent .subheading {
  font-size: 0.9em;
  padding: 0;
  margin: .3em 0 1em 0;
}
.offerCards .offerCard .offerCardContent .button {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.offerCards .offerCard .offerCardPrice {
  margin-top: 20px;
}
@media only screen and (min-width: 480px) {
  .offerCards.offerCardInline .offerCard {
    float: left;
    width: 30%;
    margin-right: 3%;
    margin-bottom: 0;
    min-height: 480px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .offerCards.offerCardInline .offerCard {
    float: left;
    width: 30%;
    margin-right: 3%;
    margin-bottom: 0;
    min-height: 570px;
  }
}

.offerCards .offerCard:nth-child(n+5) {
  margin-top: 20px;
}

/*# sourceMappingURL=offerCard.css.map */
