<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gift-certificate-purchase-page .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-align: center; }
  @media (min-width: 768px) {
    .gift-certificate-purchase-page .title {
      text-align: left; } }

.giftcardlanding-header-image {
  margin: 0 -15px; }
  @media (min-width: 768px) {
    .giftcardlanding-header-image {
      margin: 0; } }
  .giftcardlanding-header-image img {
    width: 100%; }

.check-giftcard-balance {
  border: 1px solid #707070;
  padding: 15px 15px 20px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .check-giftcard-balance {
      padding: 22px 15px;
      margin-bottom: 30px; } }
  .check-giftcard-balance ul {
    list-style: disc; }

.gift-cert-balance {
  float: left;
  width: 40%; }
  .gift-cert-balance input {
    margin-top: 0;
    width: 90%; }
  .gift-cert-balance .form-caption {
    margin-left: 0; }

.gift-cert-balance .label {
  display: none; }

.gift-cert-purchase-breadcrumb .breadcrumb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem 0 0.25rem; }
  @media (min-width: 768px) {
    .gift-cert-purchase-breadcrumb .breadcrumb {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.check-balance .g-recaptcha &gt; div {
  margin-left: auto; }
  @media (min-width: 768px) {
    .check-balance .g-recaptcha &gt; div {
      margin: auto; } }

.check-balance-label-wrapper {
  margin-bottom: 0.75rem; }
  @media (min-width: 768px) {
    .check-balance-label-wrapper {
      margin-bottom: 0;
      text-align: right; } }

.check-balance-main-label {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #333; }

.check-balance-additional-label {
  font-size: 15px;
  line-height: 18px;
  color: #333;
  padding-top: 4px; }

@media (min-width: 768px) {
  .check-balance-controls-wrapper {
    max-width: 380px;
    padding-left: 0; } }

.input-check-balance {
  height: 38px;
  border: 1px solid #707070;
  border-radius: 4px 0 0 4px;
  border-right: 0 none;
  font-size: 15px;
  color: #333; }

.btn-check-balance {
  height: 38px;
  border: 1px solid #333;
  border-radius: 0 5px 5px 0;
  border-left: 0 none;
  font-size: 14px;
  background-color: #333;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold; }
  .btn-check-balance:hover {
    color: #fff; }

.gift-cert-balance-submit &gt; div {
  margin-top: 10px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 21px; }
  @media (min-width: 768px) {
    .gift-cert-balance-submit &gt; div {
      text-align: center; } }
  .gift-cert-balance-submit &gt; div.error {
    background: #fcf8e3;
    color: #c00; }
  .gift-cert-balance-submit &gt; div.return-balance {
    background: #dff0d8; }

.return-balance-title {
  font-weight: bold; }

.cardslot {
  background: #efefef;
  margin-bottom: 15px;
  padding: 10px 15px 25px; }
  @media (min-width: 768px) {
    .cardslot {
      padding: 15px 15px 30px; } }
  .cardslot__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .cardslot__head {
        margin-bottom: 15px; } }
  .cardslot__titles {
    padding-right: 15px; }
    .cardslot__titles h1 {
      font-size: 18px;
      line-height: 21px;
      font-weight: bold;
      color: #333; }
    .cardslot__titles .subhead {
      font-size: 15px;
      line-height: 18px;
      color: #333; }
      .cardslot__titles .subhead__details {
        font-size: 13px;
        line-height: 15px;
        display: block; }
        @media (min-width: 768px) {
          .cardslot__titles .subhead__details {
            display: inline; } }
  .cardslot .card-image {
    width: 70px;
    min-width: 70px; }
    .cardslot .card-image img {
      width: 100%; }
  .cardslot .card-description {
    font-size: 13px;
    line-height: 19px;
    color: #333;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .cardslot .card-description {
        margin-bottom: 20px; } }
    .cardslot .card-description p {
      font-size: inherit;
      line-height: inherit;
      color: inherit; }
</pre></body></html>