/*body {
  background-color: #f1f1f1;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
} */

.printOnly {
  display: none;
}

#content {
  margin: 0 auto;
  width: 90% !important;
  max-width: 1100px;
}

p {
  font-family: "proxima-nova", sans-serif;
}

.couponContainer {
  position: relative;
  margin: 1rem auto 0;
  text-align: center;
}

.couponboxOverlay {
  z-index: 999;
  position: absolute;
  top: 0;
  padding: 6rem 1rem;
  background-color: rgba(0, 0, 0, .88);
  height: 100%;
  width: 100%;
  color: #FFF;
}

.couponboxOverlay h2 {
  font-weight: 800;
  font-size: 4em;
  letter-spacing: -2px;
  color: #FFF;
}

.couponboxOverlay h3 {
  font-size: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
}

.couponbox {
  height: auto;
  background-color: #fff;
  border: 3px dashed #666;
  padding: 28px 28px 18px;
}

.couponbox .offer {
  display: block;
  margin: 0 0 -5px 0;
  color: #be1924;
  font-weight: 800;
  font-size: 4.5em;
  line-height: 1;
  letter-spacing: -3px;
  text-transform: uppercase;
}

.couponbox .offerTitle {
  display: block;
  margin: 0 0 8px 0;
  font-size: 2em;
  font-weight: 700;
}

.couponboxOverlay .expireTitle {
  display: block;
  margin: 0 0 8px 0;
  font-size: 3.5em;
  font-weight: 700;
}

.couponbox .offerPre,
.couponboxOverlay .expirePre {
  display: block;
  margin: 0 0 5px 0;
  font-size: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
}

.couponCode {
  display: block;
  float: none;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin: 0 auto 20px;
  padding-bottom: 5px;
}

.couponCode .uniqueCode {
  letter-spacing: 2px
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
}

.fineprint {
  clear: both;
  text-align: left;
  padding-top: 30px;
}

.fineprint a {
  color: #007bb4;
}

.fineprint a:hover {
  color: #01a2ed;
}

@media (max-width: 800px) {
  #banner img {
    margin-top: 0;
  }

  .couponboxOverlay {
    padding: 40px 10px;
  }

  .couponbox .offer,
  .couponboxOverlay h2 {
    font-size: 2.5em;
    letter-spacing: -1px;
  }

  .couponbox .offerSub,
  .couponboxOverlay h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .couponbox {
    margin-top: 20px;
  }

  .couponbox .offerTitle {
    font-size: 2em;
  }

  .couponbox .offer,
  .couponboxOverlay .expireTitle {
    font-size: 2.5em;
  }

  .couponbox .offerPre,
  .couponboxOverlay .expirePre {
    font-size: 1.25em;
  }
}

@media (max-width: 420px) {
  .couponbox {
    margin: 0;
  }
}