.specialOffers h2 {
  font-family: 'Lobster', 'Source Sans Pro', sans-serif;
  color: #be0000;
  padding-left: 1.125em;
  position: relative;
}
.specialOffers h2::before {
  position: absolute;
  top: 0.25em;
  bottom: unset;
  left: 0;
}
.specialOffers h2 b {
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
  font-style: italic;
  white-space: nowrap;
  margin-left: 0.125em;
  font-size: 0.75em;
}
.specialOffers .offers {
  padding: 1em;
  background-color: rgba(118, 172, 74, 0.07);
  border: 1px solid #aadd7e;
  border-width: 2px 0;
  border-radius: 7px;
}
.specialOffers .offers ul {
  margin: 0.5em 0;
  padding-left: 1em;
}
.specialOffers .offers ul li {
  margin: 1em 0;
  padding-left: 1.5em;
  font-weight: bold;
  position: relative;
}
.specialOffers .offers ul li::before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-stretch: normal;
  font-size: inherit;
  line-height: 0;
  font-family: 'FontAwesome', 'Themify', 'Linear';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  width: auto;
  height: auto;
  text-transform: none;
  text-decoration: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  overflow: visible;
  speak: none;
  text-align: center;
  vertical-align: middle;
  position: relative;
  content: "\f00c";
  line-height: 1;
  color: #76ac4a;
  position: absolute;
  left: 0;
  bottom: unset;
}
.specialOffers .offers .note {
  padding: 0.5em;
  color: #527932;
  text-align: center;
  background-color: rgba(82, 121, 50, 0.1);
  border-radius: 3px;
}
.specialOffers .offers .note p {
  margin: 0;
}
.specialOffers .offers .note h3 {
  margin: 0;
  font-size: 1.5em;
  color: #00abe6;
}
@media print, screen and (min-width: 70em) {
  .specialOffers .offers ul {
    padding-left: 0;
  }
}
.spreadTheWord h2 {
  color: #5a1f66;
}
.spreadTheWord .Word {
  padding: 1.5em 1em;
  background-color: #f6edf7;
  border-radius: 5px;
}
.spreadTheWord .Word p {
  font-size: 0.77778em;
}
.spreadTheWord .Word h4 {
  margin: 1em 0 0;
}
.spreadTheWord .Word h4 + h5 {
  font-weight: bold;
  font-size: 1.125em;
}
.spreadTheWord .Word h4,
.spreadTheWord .Word h5 {
  color: #5a1f66;
  text-align: center;
}
@media print, screen and (min-width: 37.5em) {
  .spreadTheWord .Word p {
    font-size: 0.77778em;
  }
}
@media print, screen and (min-width: 50em) {
  .spreadTheWord .Word p {
    font-size: 0.875em;
  }
}
span.footnote {
  display: block;
}
