
p[data-field-display="true"] {
    display: block;
}

p[data-field-display="false"] {
    display: none;
}
.copy-c{
    padding-top:15px;
}

.force-white-bg{
	background: white;
}

.minilist-tempo-fix{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	border-bottom: #e6e5e5;
	border-bottom-style: solid;
	border-width: 1px;
}

.brief-label-realign{
	font-family: Roboto Slab,serif;
	margin-left: 0px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: .875rem;
	color: #16475c;
}

.dark-smaller-bottom-padding{
	background: #e6e5e5;
	padding: 40px 0 20px;
}

/* Fix coolBar spacing regression -- appears to affect all products - see LIT-199383 */
.coolBar__section {
    margin-left: 6px;
}
.coolBar i {
    margin-right: 6px;
}

/* Presentation update on Podcast list: reduction of space right to cover image on list view */
.items-results .podcast__image+.item__body, .do-pub-list .podcast__image+.item__body {
	float: left;
	width: 73%;
}

.item-results .podcast__image, .do-pub-list .podcast__image {
	width: 20%;
}

.podcast__image {
	width: 20%;
	float: left;
	padding-right: 20px;
}

/* Modification of the presentation around Ad Placeholder */
/* pb-ad-wrapper class to apply in widget wrapper (applied to all ads in vertical right column) */
/*   - Add margin under Ads */
.pb-ad-wrapper {
	margin-bottom: 40px;
}

/* remove the inner title "Altmetric" from the presentation */
.altmetric-container h4 {
	display: none;
}

/* Some styles for the collection pages */
.collection-title {
}

.collection-pubdate {
	font-family: Roboto Condensed,sans-serif;
	color: #666666;
}

.static-collection h2 {
	margin-bottom: 6px;
	margin-top: 6px;
	font-size: larger;
}

.collection-title h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: x-large;
}

.collection-page-title h2 {
	margin-bottom: 40px;
	margin-left: 15px;
}

.collection-link-list-padding {
}

.collection-preview-margin {
}

/* styling update for older article content */
/* smallcaps */
.smallcaps {
	font-variant: small-caps;
}

/* upper case for first letter of paragraph */
.hlFld-Fulltext > p::first-letter {
	text-transform: uppercase;	
}

/* Remove double quote from pullquote in article 
   this action should apply to old issues from 1_1 to 17_9
   PB used to add RemoveQuote class on this issue set */
.RemoveQuote .quote::before {
	content: "";
}

.RemoveQuote .quote::after {
	content: "";
}
