.black {
  color: black !important;
}

@media screen and (max-width: 48em) {
  .tag-header h3 {
    font-size: 4vw;
    line-height: .9;
    text-align: left;
  }
  .tag-body {
    font-size: 3.3vw;
    color: white;
    font-family: 'HelveticaNeueW01-45Ligh', 'HelveticaNeueW01-45Ligh BK', Arial, Helvetica, sans-serif;
  }
  .bleed-description .plp-banner-text {
    display: inline-block;
  }
}

@media screen and (max-width: 28em) {
  .page-intro-container {
    display: block;
  }
}

@media screen and (min-width: 48em) {
  .bleed-page-intro h3, .row.bleed-description h3 {
    font-size: 5vw;
    /*line-height: .8em;*/
    letter-spacing: -.01em;
    display: block;
    color: white;
    float: none !important;
  }
  .tag-body {
    font-size: 1.5vw;
    color: white;
    font-family: 'HelveticaNeueW01-45Ligh', 'HelveticaNeueW01-45Ligh BK', Arial, Helvetica, sans-serif;
	margin-top: 7px;
  }
  .bleed-page-intro {
    margin-top: 1.3em;
  }
  .tag-cta {
    font-size: 12px;
  }
}

.page-intro-container {
  margin-top: auto;
}


}
#main>div.row.plp-breadcrumb.fullbleed-container>div>div>div>div.row.bleed-description {
  display: none;
}
.cta-white {
  color: #fff;
  font-size: 13px;
  border: 1px solid #fff;
  padding: 8px 15px;
  display: inline-block;
  font-weight: 100;
  text-transform: uppercase;
  margin-top: 4px;
  font-family: 'HelveticaNeueW01-45Ligh', 'HelveticaNeueW01-45Ligh BK', Arial, Helvetica, sans-serif;
}
.cta-white:hover {
  border: 1px solid #000;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
	.tag-header h3 {
		color: #ffffff;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.page-intro-container {
		display: inline;
	}
}