/* Bootstrap - Pantone Overrides */
/* RP_201808 */

*, ::before, ::after {
    box-sizing: inherit;
}

/**/
/* Article Landing Page */
/**/
p.article-card-summary {
    line-height: 1.2;
}
h3.article-card-title {
    padding-bottom: 4px;
}

/**/
/* Special Offers Page */
/**/
/* Promo details */
#offersDetails h3 {
    font-size: 1rem;
}
ul#ecomLite {
    margin: -2px auto 2px;
}

/**/
/* Color Finder */
/**/
/* Add to Cart Button */
button.COY.button.loadAction.addbtn {
    width: 60% !important;
}

/**/
/* Multi-Product Pages */
/**/
/* Filter box */
#navWrapper.filterNav {
    box-sizing: border-box;
}
/* Banners */
#ctl00_cmpp_banner_content h1 {
	margin: 0;
	font-weight: normal;
	font-family: HelveticaNeueLTStd-ThIt;
	font-size: 35px;
}
/* In order to color the 'systems' h1, we have to negate the others as they have CSS classes dynamically added. */
div.cmpp_banner_content:not(.material):not(.workflow):not(.persona) h1 {
	color: #00b18a;
}
div#cmpp_banner_text {
	line-height: 1.2;
}