<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*   Typographic tweaks   */
h2.underline &gt; a {
  color: currentColor;
  text-decoration: none;
}

h2.underline &gt; a:hover,h2.underline &gt; a:focus,h2.underline &gt; a:active { color: #222; }
h2.underline ~ h2.underline,.h2.underline.smaller-underline {
  font-size: 1.55rem;
  margin-block: 1.25rem .75rem;
}
.h2.underline.smaller-underline:first-child { margin-top: 0; }

.heading.heading-centered { margin: 4px auto 8px !important; }
.heading-lone { margin-bottom: 30px; }
.heading-with-copy { margin-bottom: 9px !important; }
.heading-with-copy + p { margin-bottom: -17px; }
.small-bumper small { display: block;font-size: .875rem;font-weight: 500;opacity: .7; }
.callout-list li:first-child { padding-top: 3px; }



/*   Flexible, self-cropping photos when opposite text   */
.text-picture-block .img-flexible-item,.final-cta .img-flexible-item {
  display: flex;
  flex-direction: column;
}

.text-picture-block .img-flexible-item .img-radius-lg,.final-cta .img-flexible-item .img-radius-lg {
  flex-grow: 1;
  height: 150px;
  min-height: 100%;
  object-fit: cover;
  position: relative;
  top: auto;
  transform: none;
}

.text-picture-block picture,.final-cta picture { display: flex;flex-grow: 1;position: relative; }
.text-picture-block picture .img-radius-lg,.final-cta picture .img-radius-lg {
  height: 100%;
  inset-block: 0;
  position: absolute;
}


/*   Product cards   */
.big-pictures,.small-pictures {
  margin-top: -30px;
  padding: 0 0 10px;
}

.big-pictures .reminder-jumbo { height: 200px; }
.big-pictures .h5 { font-size: 1.25rem;padding: 5px 0; }
.big-pictures p { font-size: .9rem;line-height: 1.4; }

.big-pictures .btn-sm {
  bottom: -10px;
  font-size: 1rem;
  padding: .4rem .8125rem;
}

.big-pictures:not(.no-link) p:last-child { margin-block: 25px -10px; }
.big-pictures.no-link &gt; p:last-child { margin-block: -20px 40px; }

.small-pictures .h5 small { color: inherit;display: block;font-size: .81em;margin: 1px 0 6px; }
.small-pictures p:last-child { margin: 0 0 -10px; }
.small-pictures .callout:only-child { padding-bottom: 28px; }

.extra-spaced &gt; .row + .row { margin-top: 30px; }


/*   Single line of evenly-spaced photos   */
.image-gallery {
  display: flex;
  margin-top: 30px;
}

.image-gallery &gt; * {
  flex: 1;
  height: 100%;
  margin: 0 5px;
  margin-top: 0 !important;
  width: calc(20% - 10px);
}

.image-gallery &gt; *:first-child { margin-left: 0; }
.image-gallery &gt; *:last-child { margin-right: 0; }

.image-gallery.small-gallery {
  background: rgba(0,0,0,.075);
  margin: 15px -25px -5px;
  padding: 5px 20px;
}

.image-gallery.small-gallery &gt; * {
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.1);
  margin: 0 3px;
  width: calc((100% / 3) - 6px);
}



/*   Small, self-contained, outlined grid of text blocks   */
.text-boxes .callout:only-child { padding-bottom: 1rem; }
.text-boxes .callout--icon-box { padding: .25rem; }
.text-boxes .callout--icon-box.col-md-4:first-child,.text-boxes .callout--icon-box.col-md-6:nth-child(2n) { padding-inline: 0 .85rem; }
.text-boxes .callout--icon-box.col-md-4:last-child,.text-boxes .callout--icon-box.col-md-6:nth-child(2n+2) { padding-inline: .85rem 0; }

.text-boxes .reminder-details { padding: 3px 0;width: 100%; }
.text-boxes .reminder-details .h5 { font-size: 1.15rem;text-transform: none; }
.text-boxes p:last-child { font-size: .9rem;line-height: 1.25;margin: 0; }

.text-boxes a { color: #393939;text-decoration: none; }
.text-boxes:is(:hover,:active,:focus) { color: #000; }

/*   Alternate boxes, better suited to long lists without headlines   */
.text-boxes.text-box-list .callout { display: flex; }
.text-boxes.text-box-list .callout--icon-box { flex-grow: 1; }
.text-boxes.text-box-list .reminder-details { align-items: center;display: flex;justify-content: center; }
.text-boxes.text-box-list p:last-child { color: #3a3a3a;font-size: .935rem;line-height: 1.4; }


/*   Two tall photo columns with text in the middle    */
.split-columns h3.underline { margin-bottom: 7px; }



/*   One last content block with a big button to drive sales   */
.final-cta .img-flexible { margin-bottom: 0; }


.rewards--reminder .reminder-details { padding-right: 0; }
.classifications {
  display: grid;
  grid-template-columns: 80px 1fr 80px 1fr;
}


@media(min-width:48rem) {
  .rewards--reminder .reminder-jumbo.bigPhoto { height: 25vw; }
}
@media(min-width:62rem) {
  .rewards--reminder .reminder-jumbo.bigPhoto { height: 250px; }
}

@media(max-width:1199px) {
  .heading-with-copy + p { margin-bottom: 0; }

  .text-boxes .rewards--reminder { margin-bottom: 0; }
  .text-boxes.text-box-list .rewards--reminder { margin-bottom: -3px; }
}

@media(min-width:992px) {
  h2.dib { display: inline-block; }

  .text-boxes .callout--icon-box.col-md-4:nth-child(3n+1),.text-boxes .callout--icon-box.col-md-6:nth-child(2n) { padding: .25rem .65rem .25rem 0; }
  .text-boxes .callout--icon-box.col-md-4:nth-child(3n+3),.text-boxes .callout--icon-box:last-child,.text-boxes .callout--icon-box.col-md-6:nth-child(2n+2) { padding: .25rem 0 .25rem .65rem; }
}

@media(max-width:991px) {
  h2.underline ~ h2.underline { font-size: 1.4rem;margin-bottom: .6rem; }
  h2.dib { margin-inline: -15px;padding-inline: 15px; }
  .heading.heading-centered { margin: 14px -30px !important;width: calc(100vw); }
  .heading-lone { margin-top: 40px; }

  .text-picture-block { margin-top: 30px;padding-bottom: 2.25rem; }
  .text-picture-block.two-col { margin-top: 40px; }
  .text-picture-block .col-sm-6 { margin: 10px 0 25px; }
  .text-picture-block .col-12 { margin: 30px 0 0; }
  .text-picture-block .row:first-child .col-12 { margin: 10px 0 -5px; }
  .text-picture-block .img-flexible { margin-bottom: 0; }

  .big-pictures .heading { margin-top: 40px; }
  .small-pictures { margin-block: -19px; }

  .image-gallery &gt; * { width: calc(25% - 10px); }
  .image-gallery &gt; *:nth-child(4) { margin-right: 0; }
  .image-gallery:not(.small-gallery) &gt; *:last-child { display: none; }

  .text-boxes .callout--icon-box { padding: 8px 0 0 !important; }
  .text-boxes.text-box-list .callout--icon-box { padding: 0 .25rem !important; }
}


@media(min-width:768px) AND (max-width:991px) {
  .image-gallery:not(.normal):not(.small-gallery) { margin-top: 0 !important; }
  .final-cta h2:first-child,.final-cta .h2:first-child { margin-top: 8px; }
}


@media(min-width:768px) {
  .text-picture-block .col-sm-6:first-child { padding-right: 1.5rem; }
  .text-picture-block .col-sm-6:last-child { padding-left: 1.5rem; }

  .text-box-list .callout--icon-box { max-width: 75%; }
  .big-pictures.no-link &gt; p:last-child { margin-block: 14px -8px; }
}


@media(max-width:767px) {
  h2.underline ~ h2.underline { font-size: 1.3rem;margin-bottom: .7rem; }
  h2.dib ~ p:last-child { margin-bottom: 10px; }
  .heading-lone,.big-pictures .heading-with-copy { margin-block: 30px 5px !important; }
  .heading-with-copy + p { margin-bottom: 8px; }

  .text-picture-block { margin-top: 20px;padding-bottom: 25px;  }
  .text-picture-block .col-sm-6 { margin: 10px 0 25px; }
  .text-picture-block .col-sm-6:last-child { margin-block: 5px; }
  .text-picture-block .col-12 { margin: 25px 0 5px; }
  .text-picture-block .img-flexible { margin-bottom: 18px; }

  .big-pictures { margin-bottom: -30px;padding: 0; }
  .big-pictures .heading-with-copy + p { margin: 12px 0 4px; }
  .big-pictures .reminder-jumbo { max-height: 27vw; }
  .big-pictures .callout-trim + p { margin-block: -15px 20px; }

  .small-pictures { margin-block: -27px -8px; }
  .small-pictures .reminder-jumbo { height: 30vw; }
  .small-pictures .rewards--reminder { margin-bottom: -17px; }

  .image-gallery &gt; * { width: calc((100% / 3) - 10px); }
  .image-gallery &gt; *:nth-child(3) { margin-right: 0; }
  .image-gallery &gt; *:nth-child(4) { display: none; }

  .text-boxes { margin-block: -4px -7px; }
  .text-boxes.text-box-list { padding-bottom: 25px; }
  .text-boxes .callout--icon-box { padding: 0 !important; }
  .text-boxes.text-box-list .rewards--reminder { margin-bottom: -18px; }

  .split-columns { margin-top: 30px;padding-bottom: 0; }

  .final-cta { margin-block: 10px 5px; }
  .final-cta .img-flexible-item { margin-bottom: 21px; }
  .final-cta .img-radius-lg { margin-top: -10px; }
}


@media(min-width:550px) AND (max-width:767px) {
  .small-pictures .reminder-jumbo { height: 25vw; }
}


@media(max-width:500px) {
  .image-gallery &gt; * { width: calc(50% - 10px); }
  .image-gallery &gt; *:nth-child(2) { margin-right: 0; }
  .image-gallery:not(.small-gallery) &gt; *:nth-child(3) { display: none; }
  .classifications { grid-template-columns: 80px 1fr; }
}
</pre></body></html>