
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) */
/*   Adds 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;
 }
 
 /* Hub page dedicated styling */
 .hubtemplate .static-page {
	 margin-bottom: 25px;
 }
 
 .hubtemplate .filled--journal {
	 margin-top: 0px;
 }

 .hubtemplate .filled--blog {
	 margin-top: 0px;
 }


/* 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, 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 - commenting out per LIT-240415
.event-landing__title {
	padding-top: 50px;
} */
		/* HOPE-625, podcast main page - commenting out per LIT-240415
.podcast-landing__title {
	padding-top: 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 */
}

		/* content pages */
		/* HOPE-625, journal article page */
 .article__content {
	 padding-top: 40px;  /* <article> tag defines 10px already */
 }
		/* HOPE-625, individual podcast page */
.do-full__label {
	margin-top: 0px;  /* align with the 5px below social links on other pages */
}
		/* HOPE-625, blog article page top vertical spacing */
.blog__content, .brief__content, .podcast__content, .event__content {
	padding-top: 0px; /* cancelling the article__content padding, since vertical spacing covered by social links (5px below) */
}
/* Application of font on DO titles in order to match article font */
.blog__content h1, .brief__content h1, .podcast__content h1, .event__content h1, .blog__content h2, .brief__content h2, .podcast__content h2, .event__content h2, .blog__content h3, .brief__content h3, .podcast__content h3, .event__content h3, .blog__content h4, .brief__content h4, .podcast__content h4, .event__content h4, .blog__content h5, .brief__content h5, .podcast__content h5, .event__content h5 {
	font-family: "Roboto Slab", serif;
}

		/* brief full page, right side */
.brief-full .sidebar-region {
	margin-top: 0px;  
}
		/* remove additional space on Ads Placeholder on right sidebar */
.pb-ad-wrapper {
	margin-bottom: 0px;
}
	/* HOPE-625 - end of styling updates over vertical spacing on top of pages */

/* 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;
}

/* Hide donate button as per HOPE-764 */
.header__donate {
	background: #fff;
	cursor: default;
	visibility: hidden;
}

.header__donate:hover {
	color: #fff;
}

/* styling adjustement to cover DO denial page presentations */
.do__denial-wrapper a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.do__denial-wrapper a:hover, .do__denial-wrapper a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
}
.do__denial-wrapper .blog__primary-topic {
    color: #2babe2;
}
.do__denial-wrapper .tab-content {
	padding-top: 0px;
}
.do__denial-wrapper .event__content, .do__denial-wrapper .podcast__content {
	padding-left: 0px;
}
.do__denial-wrapper .purchaseArea {
	margin: 0px;
	margin-left: 15px;
}
.do-denial-access-icon {
	text-transform: capitalize;
}
.do-link-full {
	color: #ff0000;
	font-weight: 600;
	text-decoration: underline;
}


/* vertical alignment on author names gets the line mis aligned, so removing it... */
.featuredCard__authors ul {
	vertical-align: baseline;
}

/* styling over the twitter line in event - HOPE-679 */
.do-event-twitter {
	font-weight: 600;
}

/* landing page, brief listing got a bottom pargin to remove */
.hope-home-brief-list ul {
	margin-block-end: 0px;
}

