
p[data-field-display="true"] {
    display: block;
}

p[data-field-display="false"] {
    display: none;
}
.copy-c{
    padding-top:15px;
}

.force-white-bg{
	background: white;
}

/* START - correction over display of DO minilist */
.minilist-tempo-fix{
	padding: 10px;
	border-bottom: #e6e5e5;
	border-bottom-style: solid;
	border-width: 1px;
}

.DO-minilist li.clearfix.item {
	margin-top: 0;
	padding: 0;
}
/* END - correction over display of DO minilist */

.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-top: 5px;
	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: "";
}

/* Local style changes to /admin/sitestyling page */
.ha-style-presentation u {
	text-decoration: none;
}

/* Add some vertical margin below main menu on TOC pages */
 .toc-header__top {
	 padding-top: 10px;
 }
 
/* Health spending dedicated styling */
 .health-spending .static-page {
	 margin-bottom: 25px;
 }
 
 .health-spending .filled--journal {
	 margin-top: 0px;
 }

 .health-spending .filled--blog {
	 margin-top: 0px;
 }

/* styling change for top margin request reported in HOPE-625 */
		/* HOPE-625, TOC page */
 .toc-header__top {
	 padding-top: 50px;
 }
		/* HOPE-625, journal article page */
 .article__content {
	 padding-top: 40px;  /* article tag defines 10px already */
 }
		/* HOPE-625, AoP page */
		/* Managed by the TOC page rule above */
		/* HOPE-625, brief main page */
.brief-landing__title {
	padding-top: 50px;
}
		/* HOPE-625, event main page */
.event-landing__title {
	padding-top: 50px;
}
		/* HOPE-625, podcast main page */
.podcast-landing__title {
	padding-top: 50px;
}
		/* HOPE-625, blog article page */
.blog__content {
	margin-top: -5px;  /* the article tag adds 10px to the 45px from above widget, so adjusting -5px locally to get 50px total */
}
		/* HOPE-625, individual podcast page */
.do-full__label {
	margin-top: 5px;  /* adding to the 45px height of the above widget makes 50px */
}
		/* HOPE-625, contact us page */
.feedback {
	margin-top: 5px; /* the widget above is defined with 45px height, so adding 5px for a total 50px white space */
}
		/* HOPE-625, individual brief page */
.brief__content {
	margin-top: -5px;  /* the article tag adds 10px to the 45px from above widget, so adjusting -5px locally to get 50px total */
}

/* unify presentation on Home page article list and brief list: LIT-226590 */
.home__do-list .do-pub-list {
	margin-top: 0px;
}

/* unify presentation on Home page article list and brief list: LIT-226590 */
.home__do-list .do-pub-list > li {
	padding-top: 10px;
	border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

/* unify presentation on Home page article list and podcast multisearchlist */
.multisearch_list .items-results .item:not(:first-child) {
    margin-top: 0px;
}

.multisearch_list .items-results .item:first-child {
    padding-top: 5px;
}

.multisearch_list .items-results > li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

/* Hide improper dot sequence on DO author pages - LIT-251926 */
.do-author-main .highlighited-fulltext-result {
	display: none;
}


/* Style adjustments for presentation of DO list on 404 page - LIT-258441 */
.error404__do .items-results .item:first-child {
	padding-top: 0px;
}

.error404__do {
	padding-bottom: 0px;
}

.error404__do .featuredCard__mostread__title {
	font-size: .9rem;
}

/* Add vertical space between bottom of DO content and Disqus widget presentation */
.disqus__do-page {
	margin-top: 50px;
}
