/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
.text-banner {
  padding: 1rem;
  background-color: #6699cc;
  margin-bottom: 1rem;
}
.text-banner:first-child {
  margin-bottom: 0;
}
.text-banner > p {
  color: #F4C182;
  font-size: 1.4em;
  font-family: "ff-tisa-web-pro", "Georgia", "Times", serif;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  text-transform: lowercase;
  padding: 0;
  margin: 0;
  position: relative;
  top: -0.3em;
}
.text-banner > p strong {
  display: block;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: 100;
  font-size: 0.85em;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 0.3em;
  padding: 0;
  color: #fff;
  position: relative;
  top: 0.15em;
}

@media screen and (min-width: 35rem) {
  .text-banner {
    background-color: transparent;
  }
  .text-banner.full-bleed {
    position: relative;
    font-size: 0.9em;
  }
  .text-banner.full-bleed:first-child {
    margin-top: -2rem;
    padding-bottom: 1rem;
    margin-bottom: 0;
  }
  .text-banner > p {
    font-size: 1em;
  }
  .text-banner > p strong {
    display: inline;
    top: 0;
  }
}
@media screen and (min-width: 45rem) {
  .text-banner.full-bleed {
    font-size: 1.1em;
    padding: 0;
    background-color: transparent;
    margin: 1rem 0;
  }
  .text-banner.full-bleed:first-child {
    top: 0;
    margin: 0;
  }
}
@media screen and (min-width: 55rem) {
  .text-banner {
    font-size: 1.4em;
    padding: 1.2rem 0 1rem;
    z-index: 10;
    position: relative;
  }
  .text-banner > p {
    font-size: 1.1em;
  }
  .text-banner.full-bleed {
    position: relative;
    font-size: 1.4em;
    padding: 1.2rem 0 1rem;
    top: 0;
  }
  .text-banner.full-bleed:first-child {
    padding: 0;
    margin-bottom: 1rem;
  }
  .text-banner.full-bleed.interior {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 65rem) {
  .text-banner.full-bleed > p {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 75rem) {
  .text-banner.full-bleed > p {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 85rem) {
  .text-banner.full-bleed > p {
    font-size: 1.6em;
  }
}
