.wc-banner__container {
  font-size: 0.875rem; }
.wc-banner {
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease; }
.wc-banner.is-active {
  height: 3.75rem; }
@media (min-width: 32em){
  .wc-banner.is-active{
    height: 2.5rem; } }

.wc-banner__container {
  -webkit-box-align: center;
  align-items: center;
  background: #ffce3c;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  height: 3.75rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
  left: 0;
  line-height: 1.5;
  padding: 0.3125rem 1.25rem;
  position: absolute;
  right: 0; }

@media (min-width: 32em){
  .wc-banner__container{
    height: 2.5rem; } }
@media (min-width: 48em) {
  .wc-banner__container:before {
    content: '';
    display: block;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 5rem; } }

.wc-banner__link {
  -webkit-box-align: center;
  align-items: center;
  color: #292929;
  display: -webkit-box;
  display: flex;
  font-family: 'Wellcome-Bold', sans-serif;
  max-width: 66%; }
.wc-banner__link .icon {
  height: 0.75rem;
  margin-left: 0.5rem;
  width: 0.75rem; }
@media (min-width: 32em) {
  .wc-banner__link .icon {
    margin-left: 1rem; } }

.wc-banner__link.wc-banner__link:active {
  color: #292929;
  text-decoration: none; }

.wc-banner__link.wc-banner__link:focus {
  color: #292929;
  text-decoration: none; }

.wc-banner__link.wc-banner__link:hover {
  color: #292929;
  text-decoration: none; }

.wc-banner__btn-close {
  -webkit-box-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  color: #292929;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  padding: 0.5rem;
  position: relative; }
.wc-banner__btn-close .icon {
  height: 0.75rem;
  margin-left: 0.5rem;
  width: 0.75rem; }

