

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: 34px;
}


/* 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: 0px;
	/* <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;
}


/* HOPE-692 */

.header__logo {
	margin-top: 50px;
}

.main-nav nav {
	padding-left: 475px;
}

@media (max-width: 1199px) {
	.main-nav nav {
		padding-left: 15px;
	}
	.header__logo {
		margin-top: 8px;
	}
}

@media (max-width: 767px) {
	.header__logo {
		margin-top: 0px;
	}
}


/* LIT-284858 HOPE: Podcast & Event Page Layout > (Tablet) */

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.podcast__content {
		float: inherit;
	}
	.event__content {
		float: inherit;
	}
}


/* HOPE-993 */

@media (max-width: 991px) {
	.item__image {
		display: block;
	}
}


/* DO Denial Access Widget Fix */

.do__denial-wrapper .article__body .row:before,
.do__denial-wrapper .article__body .row:after {
	content: none;
}

.do__denial-wrapper .article__body .col-sm-4 {
	float: right;
}

.podcast-full .col-md-4 {
	float: right;
}

article.container:after {
	clear: none !important;
}

.do__denial-wrapper .purchaseArea {
	overflow: hidden;
}


/* HOPE-770 change access limit offer widget color */

.access__limit__hope {
	padding-bottom: 2em;
}

.access-limit__wrapper .accessLimitWidget {
	background: #FFCB09
}


/* RocketMill Covid 19 layout styling */

.rm-wrapper .gutterless {
	padding-left: 15px;
	padding-right: 15px;
}

.rm-wrapper .social-links {
	margin-top: 15px;
}

.rm-wrapper .hero-banner {
	background-position: center;
	background-size: cover;
	padding: 250px 0 15px;
}

.rm-wrapper .hero-banner-content {
	background: #07646d;
	color: white;
	padding: 15px;
}

.rm-wrapper .hero-banner-content>*,
.rm-wrapper .hero-banner-content>*:not([class^="filled"]) {
	color: white;
	font-weight: bold;
	margin: 0;
}

.rm-wrapper .hero-banner-content>h1:not([class^="filled"]) {
	font-weight: normal;
}

.rm-wrapper .resource-layout {
	margin-bottom: 30px;
}

.rm-wrapper .resource-layout .rlist ,
.rm-wrapper .resource-layout .do-pub-list {
	margin: -15px;
}

.rm-wrapper .resource-layout .rlist:after ,
.rm-wrapper .resource-layout .do-pub-list:after {
	clear: both;
	content: "";
	display: table;
}

.rm-wrapper .resource-layout .rlist > li ,
.rm-wrapper .resource-layout .do-pub-list > li {
	position: relative;
	margin: 0 !important;
	padding: 15px;
	border: 0;
}

.rm-wrapper .resource-layout .featuredCard {
	margin-bottom: 0;
}

.rm-wrapper .resource-layout .featuredCard__header {
	max-width: 100%;
}

.rm-wrapper .resource-layout .featuredCard__title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 15px;
}

.rm-wrapper .resource-layout .publication-list .featuredCard__details,
.rm-wrapper .resource-layout .publication-list .featuredCard__title {
	padding: 0;
}

.rm-wrapper .feature-heading {
	margin: 15px 0;
}

.rm-wrapper .feature-heading+.feature-heading {
	margin-top: 0;
	padding-left: 0;
}

.rm-wrapper .feature-heading:last-of-tpe:after {
	clear: both;
	content: "";
	display: table;
}

.rm-wrapper .feature-heading:not(.feature-heading-filled) {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20.8px;
	font-size: 1.3rem;
	color: #16475c;
	font-family: Roboto Slab, serif;
}

.rm-wrapper .feature-heading-blog:not(.feature-heading-filled) {
	color: #2babe2;
}

.rm-wrapper .feature-heading-journal:not(.feature-heading-filled) {
	color: #ed1c24;
}

.rm-wrapper .resource-layout .do-pub-list .podcast__image img,
.rm-wrapper .resource-layout .items-results .podcast__image img {
	height: auto;
	max-width: 100%;
}

.rm-wrapper .resource-layout .do-pub-list .item__footer .do-full__player,
.rm-wrapper .resource-layout .items-results .item__footer .do-full__player {
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
	margin-top: 0;
}

.rm-wrapper .resource-layout .do-pub-list .item__footer .do-full__player .jwplayer,
.rm-wrapper .resource-layout .items-results .item__footer .do-full__player .jwplayer {
	width: 100% !important;
}

.rm-wrapper .resource-layout .do-pub-list .item__footer .accordion,
.rm-wrapper .resource-layout .items-results .item__footer .accordion {
	margin-bottom: 10px;
}

.rm-wrapper .resource-layout .do-pub-list .accordion .item__abstract,
.rm-wrapper .resource-layout .items-results .accordion .item__abstract {
	margin-top: 10px;
}

.rm-wrapper .resource-layout .do-pub-list .item__footer .accordion__control,
.rm-wrapper .resource-layout .items-results .item__footer .accordion__control {
	margin-bottom: 0;
}

.rm-wrapper .resource-layout.resource-layout-full .rlist>li,
.rm-wrapper .resource-layout.resource-layout-full .do-pub-list>li,
.rm-wrapper .resource-layout.resource-layout-full-md .rlist>li ,
.rm-wrapper .resource-layout.resource-layout-full-md .do-pub-list>li {
	float: none;
	width: 100%;
}

.rm-wrapper .resource-layout .rlist > li:nth-of-type(n+2):before ,
.rm-wrapper .resource-layout .do-pub-list > li:nth-of-type(n+2):before {
	content: "";
	display: none;
	position: relative;
	border-top: 1px solid #ccc;
	top: -15px;
	left: 0;
	width: 100%;
}

.rm-wrapper .btn {
    background: #16475C;
    font-family: Roboto, sans-serif !important;
    font-size: 1rem;
    font-weight: bold !important;
    padding: 0.5rem 0.75rem;
}

.rm-wrapper .panel--pull-out {
    background: #E6E5E5;
    margin: 1rem 0;
    padding: 0.5rem 0;
}

.rm-wrapper .panel--pull-out:not(.panel--pull-out-wide) .col-xs-12 {
    padding: 0 0.5rem;
}

.rm-wrapper .panel--pull-out-wide {
    padding: 1rem 0;
}

.rm-wrapper .panel--pull-out h2 {
    color: #404042 !important;
    font-family: Roboto, sans-serif !important;
    font-weight: bold !important;
}

.rm-wrapper .links--topic-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rm-wrapper .links--topic-list li {
    padding-bottom: 0.5em;
}

.rm-wrapper .links--topic-list li a {
    color: #16475C;
    text-decoration: underline;
}

.rm-wrapper .links--topic-list .link--emphasis {
    font-weight: bold;
}

.rm-wrapper .filled--border-bottom {
    background: none;
    display: block;
    font-size: 20px;
    padding: 0;
    position: relative;
}

.rm-wrapper .filled--border-bottom,
.rm-wrapper .filled--border-bottom > * {
    margin-top: 0;
}

.rm-wrapper .filled--border-bottom:after,
.rm-wrapper .filled--border-bottom > *:after {
    display: none;
}

.rm-wrapper .filled--border-bottom:before {
    background: #16475c;
    bottom: 0;
    content: "";
    height: 0.25em;
    left: 0;
    position: absolute;
    right: 0;
}

.rm-wrapper .filled--border-bottom .filled--text {
    background: #16475c;
    font-family: Roboto, sans-serif !important;
    padding: 0.25em 0.5em 0.25em;
    text-transform: none;
}

.rm-wrapper .filled--blog.filled--border-bottom .filled--text {
    background: #2babe2;
}

.rm-wrapper .filled--blog.filled--border-bottom:before {
    background: #2babe2;
}

.rm-wrapper .filled--journal.filled--border-bottom .filled--text {
    background: #ed1c24;
}

.rm-wrapper .filled--journal.filled--border-bottom:before {
    background: #ed1c24;
}

.rm-wrapper .rlist .item__image,
.rm-wrapper .rlist .item__image + .item__body,
.rm-wrapper .do-pub-list .item__image,
.rm-wrapper .do-pub-list .item__image + .item__body {
    float: none;
    padding: 0;
    width: 100%;
}

.rm-wrapper .rlist .item__image + .item__body,
.rm-wrapper .do-pub-list .item__image + .item__body {
    padding: 15px 10px 0;
}

.rm-wrapper .rlist .item__image + .item__body .filled--blog,
.rm-wrapper .rlist .item__image + .item__body .blog__primary-topic,
.rm-wrapper .rlist .item__image + .item__body .item__footer,
.rm-wrapper .do-pub-list .item__image + .item__body .filled--blog,
.rm-wrapper .do-pub-list .item__image + .item__body .blog__primary-topic,
.rm-wrapper .do-pub-list .item__image + .item__body .item__footer {
    display: none;
}

.rm-wrapper .rlist .item__image + .item__body *,
.rm-wrapper .do-pub-list .item__image + .item__body * {
    color: #404042;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.rm-wrapper .featuredCard__title,
.rm-wrapper .featuredCard__details {
    padding-left: 0;
    padding-right: 0;
}

.rm-wrapper .featuredCard__title > * {
    font-size: inherit;
}

.rm-wrapper .do-pub-list .item__image + .item__body .item__detail * {
    color: #ed1c24 !important;
}

.rm-wrapper .do-pub-list .item__image + .item__body .item__title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.rm-wrapper .do-pub-list .item__image + .item__body .rlist--inline,
.rm-wrapper .do-pub-list .item__image + .item__body .item__detail {
    font-weight: 600;
    font-size: 12px;
    font-size: .75rem;
}

.rm-wrapper .rlist .item__image + .item__body .featuredCard__date,
.rm-wrapper .do-pub-list .item__image + .item__body .item__detail {
    color: #ed1c24 !important;
}

@media screen and (min-width:600px) {
    .rm-wrapper .panel--pull-out-wide .links--topic-list li {
        float: left;
        width: 50%;
    }
    
    .rm-wrapper .panel--pull-out-wide .links--topic-list li:nth-of-type(2n):after {
        clear: both;
        content: '';
        display: table;
    }
}

@media screen and (min-width:1092px) {
    .rm-wrapper .panel--pull-out-wide .links--topic-list li {
        float: left;
        width: 25%;
    }
    
    .rm-wrapper .panel--pull-out-wide .links--topic-list li:nth-of-type(2n):after {
        display: none;
    }
    
    .rm-wrapper .panel--pull-out-wide .links--topic-list li:nth-of-type(4n):after {
        clear: both;
        content: '';
        display: table;
    }
}

@media screen and (max-width:767px) {
	.rm-wrapper .feature-heading:not(.feature-heading-filled) {
		font-size: 16px;
		font-size: 1rem;
		margin-top: -10px;
	}
	.rm-wrapper .resource-layout .do-pub-list .item__footer .do-full__player__title,
	.rm-wrapper .resource-layout .items-results .item__footer .do-full__player__title {
		display: none;
	}

	.rm-wrapper .resource-layout .do-pub-list .podcast__image,
	.rm-wrapper .resource-layout .items-results .podcast__image {
		max-width: 15%;
	}
	.rm-wrapper .resource-layout .do-pub-list .podcast__image+.item__body,
	.rm-wrapper .resource-layout .items-results .podcast__image+.item__body {
		width: 85%;
	}
	.rm-wrapper .resource-layout .rlist > li:nth-of-type(n+2):before ,
	.rm-wrapper .resource-layout .do-pub-list > li:nth-of-type(n+2):before {
		display: block;
	}
}

@media screen and (min-width:768px) {
	.rm-wrapper .feature-heading {
		float: left;
		margin: 0 0 15px 0;
	}
	.rm-wrapper .feature-heading:not(.feature-heading-filled) {
		margin-bottom: 0;
		margin-top: 12px;
		padding-left: 25px;
	}
	.rm-wrapper .resource-layout .do-pub-list .item__footer .do-full__player__title,
	.rm-wrapper .resource-layout .items-results .item__footer .do-full__player__title {
		border: none;
		padding-left: 0;
	}
	.rm-wrapper .resource-layout .do-pub-list .item__footer .do-full__player .jwplayer,
	.rm-wrapper .resource-layout .items-results .item__footer .do-full__player .jwplayer {
		width: calc(100% - 40px) !important;
	}
	.rm-wrapper .resource-layout .do-pub-list .item__footer .accordion,
	.rm-wrapper .resource-layout .items-results .item__footer .accordion {
		margin-bottom: 15px;
	}
	.rm-wrapper .resource-layout .do-pub-list .accordion .item__abstract,
	.rm-wrapper .resource-layout .items-results .accordion .item__abstract {
		margin-top: 15px;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.rm-wrapper .resource-layout:not(.resource-layout-full-md) .rlist>li ,
	.rm-wrapper .resource-layout:not(.resource-layout-full-md) .do-pub-list>li {
		float: left;
		width: 50%;
	}
	.rm-wrapper .resource-layout:not(.resource-layout-full-md) .rlist>li:nth-of-type(2n+1) ,
	.rm-wrapper .resource-layout:not(.resource-layout-full-md) .do-pub-list>li:nth-of-type(2n+1) {
		clear: left;
	}

	.rm-wrapper .resource-layout .do-pub-list .podcast__image,
	.rm-wrapper .resource-layout .items-results .podcast__image {
		max-width: 15%;
	}
	.rm-wrapper .resource-layout .do-pub-list .podcast__image+.item__body,
	.rm-wrapper .resource-layout .items-results .podcast__image+.item__body {
		width: 85%;
	}

	.rm-wrapper .resource-layout .rlist > li:nth-of-type(n+3):before,
	.rm-wrapper .resource-layout .do-pub-list > li:nth-of-type(n+3):before,
	.rm-wrapper .resource-layout-full-md .rlist > li:nth-of-type(n+2):before,
	.rm-wrapper .resource-layout-full-md .do-pub-list > li:nth-of-type(n+2):before,
	.rm-wrapper .resource-layout-halves .rlist > li:nth-of-type(n+3):before ,
	.rm-wrapper .resource-layout-halves .do-pub-list > li:nth-of-type(n+3):before {
		display: block;
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.rm-wrapper .resource-layout .rlist>li ,
	.rm-wrapper .resource-layout .do-pub-list>li {
		float: left;
		width: 33.33333%;
	}
	.rm-wrapper .resource-layout .rlist>li:nth-of-type(3n+1) ,
	.rm-wrapper .resource-layout .do-pub-list>li:nth-of-type(3n+1) {
		clear: left;
	}
	.rm-wrapper .resource-layout .rlist>li:before ,
	.rm-wrapper .resource-layout .do-pub-list>li:before {
		display: none;
	}
	.rm-wrapper .resource-layout-halves .rlist>li ,
	.rm-wrapper .resource-layout-halves .do-pub-list>li {
		width: 50%;
	}
	.rm-wrapper .resource-layout-halves .rlist>li:nth-of-type(3n+1),
	.rm-wrapper .resource-layout-halves .do-pub-list>li:nth-of-type(3n+1),
	.rm-wrapper .resource-layout-halves.resource-layout-feature-3 .rlist>li:nth-of-type(2n+1) ,
	.rm-wrapper .resource-layout-halves.resource-layout-feature-3 .do-pub-list>li:nth-of-type(2n+1) {
		clear: none;
	}
	.rm-wrapper .resource-layout-halves .rlist>li:nth-of-type(2n+1),
	.rm-wrapper .resource-layout-halves .do-pub-list>li:nth-of-type(2n+1),
	.rm-wrapper .resource-layout-halves.resource-layout-feature-3 .rlist>li:nth-of-type(5n+1) ,
	.rm-wrapper .resource-layout-halves.resource-layout-feature-3 .do-pub-list>li:nth-of-type(5n+1) {
		clear: left;
	}
	.rm-wrapper .resource-layout-feature-3 .rlist>li:nth-of-type(-n+3),
	.rm-wrapper .resource-layout-feature-3 .do-pub-list>li:nth-of-type(-n+3),
	.rm-wrapper .resource-layout-thirds .rlist>li ,
	.rm-wrapper .resource-layout-thirds .do-pub-list>li {
		width: 33.33333%;
	}
	.rm-wrapper .resource-layout-feature-3 .rlist>li:nth-of-type(4n+1),
	.rm-wrapper .resource-layout-feature-3 .do-pub-list>li:nth-of-type(4n+1),
	.rm-wrapper .resource-layout-thirds .rlist>li:nth-of-type(4n+1) ,
	.rm-wrapper .resource-layout-thirds .do-pub-list>li:nth-of-type(4n+1) {
		clear: none;
	}
	.rm-wrapper .resource-layout-feature-3 .rlist>li:nth-of-type(4),
	.rm-wrapper .resource-layout-feature-3 .do-pub-list>li:nth-of-type(4),
	.rm-wrapper .resource-layout-feature-3 .rlist>li:nth-of-type(4n+4),
	.rm-wrapper .resource-layout-feature-3 .do-pub-list>li:nth-of-type(4n+4),
	.rm-wrapper .resource-layout-thirds .rlist>li:nth-of-type(3n+1) ,
	.rm-wrapper .resource-layout-thirds .do-pub-list>li:nth-of-type(3n+1) {
		clear: left;
	}

	.rm-wrapper .resource-layout .rlist > li:nth-of-type(n+4):before,
	.rm-wrapper .resource-layout .do-pub-list > li:nth-of-type(n+4):before,
	.rm-wrapper .resource-layout-full-md .rlist > li:nth-of-type(n+2):before,
	.rm-wrapper .resource-layout-full-md .do-pub-list > li:nth-of-type(n+2):before,
	.rm-wrapper .resource-layout-halves .rlist > li:nth-of-type(n+3):before ,
	.rm-wrapper .resource-layout-halves .do-pub-list > li:nth-of-type(n+3):before {
		display: block;
	}
}

@media screen and (min-width:1200px) {
	.rm-wrapper .resource-layout .rlist>li ,
	.rm-wrapper .resource-layout .do-pub-list>li {
		float: left;
		width: 25%;
	}
	.rm-wrapper .resource-layout .rlist>li:nth-of-type(4n+1) ,
	.rm-wrapper .resource-layout .do-pub-list>li:nth-of-type(4n+1) {
		clear: left;
	}
	.rm-wrapper .resource-layout .rlist>li:before ,
	.rm-wrapper .resource-layout .do-pub-list>li:before {
		display: none;
	}
	.rm-wrapper .resource-layout-halves .rlist>li ,
	.rm-wrapper .resource-layout-halves .do-pub-list>li {
		width: 50%;
	}
	.rm-wrapper .resource-layout-halves .rlist>li:nth-of-type(4n+1),
	.rm-wrapper .resource-layout-halves .do-pub-list>li:nth-of-type(4n+1),
	.rm-wrapper .resource-layout-halves.resource-layout-feature-3 .rlist>li:nth-of-type(2n+1) ,
	.rm-wrapper .resource-layout-halves.resource-layout-feature-3 .do-pub-list>li:nth-of-type(2n+1) {
		clear: none;
	}
	.rm-wrapper .resource-layout-halves .rlist>li:nth-of-type(2n+1),
	.rm-wrapper .resource-layout-halves .do-pub-list>li:nth-of-type(2n+1),
	.rm-wrapper .resource-layout-halves.resource-layout-feature-3 .rlist>li:nth-of-type(5n+1) ,
	.rm-wrapper .resource-layout-halves.resource-layout-feature-3 .do-pub-list>li:nth-of-type(5n+1) {
		clear: left;
	}
	.rm-wrapper .resource-layout-feature-3 .rlist>li:nth-of-type(-n+3),
	.rm-wrapper .resource-layout-feature-3 .do-pub-list>li:nth-of-type(-n+3),
	.rm-wrapper .resource-layout-thirds .rlist>li ,
	.rm-wrapper .resource-layout-thirds .do-pub-list>li {
		width: 33.33333%;
	}
	.rm-wrapper .resource-layout-feature-3 .rlist>li:nth-of-type(4n+1),
	.rm-wrapper .resource-layout-feature-3 .do-pub-list>li:nth-of-type(4n+1),
	.rm-wrapper .resource-layout-thirds .rlist>li:nth-of-type(4n+1) ,
	.rm-wrapper .resource-layout-thirds .do-pub-list>li:nth-of-type(4n+1) {
		clear: none;
	}
	.rm-wrapper .resource-layout-feature-3 .rlist>li:nth-of-type(4),
	.rm-wrapper .resource-layout-feature-3 .do-pub-list>li:nth-of-type(4),
	.rm-wrapper .resource-layout-feature-3 .rlist>li:nth-of-type(4n+4),
	.rm-wrapper .resource-layout-feature-3 .do-pub-list>li:nth-of-type(4n+4),
	.rm-wrapper .resource-layout-thirds .rlist>li:nth-of-type(3n+1) ,
	.rm-wrapper .resource-layout-thirds .do-pub-list>li:nth-of-type(3n+1) {
		clear: left;
	}

	.rm-wrapper .resource-layout .rlist > li:nth-of-type(n+5):before,
	.rm-wrapper .resource-layout .do-pub-list > li:nth-of-type(n+5):before,
	.rm-wrapper .resource-layout-full-md .rlist > li:nth-of-type(n+2):before,
	.rm-wrapper .resource-layout-full-md .do-pub-list > li:nth-of-type(n+2):before,
	.rm-wrapper .resource-layout-halves .rlist > li:nth-of-type(n+3):before,
	.rm-wrapper .resource-layout-halves .do-pub-list > li:nth-of-type(n+3):before,
	.rm-wrapper .resource-layout-thirds .rlist > li:nth-of-type(n+4):before,
	.rm-wrapper .resource-layout-thirds .do-pub-list > li:nth-of-type(n+4):before,
	.rm-wrapper .resource-layout-feature-3 .rlist > li:nth-of-type(n+4):before ,
	.rm-wrapper .resource-layout-feature-3 .do-pub-list > li:nth-of-type(n+4):before {
		display: block;
	}
}



.rm-wrapper .hero-banner-nyhandh {
	position: relative;
	z-index: 10;
	padding: 100px 0 0;
	margin-bottom: 0;
	background: #42acae;
}

.rm-wrapper .hero-banner-nyhandh .hero-banner-content {
	max-width: 90%;
	width: 25rem;
	padding: 30px 30px 30px 15px;
	background: #d9fff9;
	background: rgb(217, 255, 249);
	background: -moz-linear-gradient(180deg, rgba(217, 255, 249, 1) 0%, rgba(146, 202, 199, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(217, 255, 249, 1) 0%, rgba(146, 202, 199, 1) 100%);
	background: linear-gradient(180deg, rgba(217, 255, 249, 1) 0%, rgba(146, 202, 199, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9fff9", endColorstr="#92cac7", GradientType=1);
	color: #1e478e !important;
}

.rm-wrapper .hero-banner-nyhandh .hero-banner-content * {
	color: #1e478e !important;
	font-weight: bold !important;
	line-height: 1;
	text-transform: uppercase;
}

.rm-wrapper .hero-banner-nyhandh .hero-banner-content .highlight {
	color: #f68b33 !important;
}

.hero-banner.hero-banner-nyhandh:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(https://www.healthaffairs.org:443/pb%2Dassets/images/hubs/covid-19/COVID19_NYHH_Hub_Bg_Transparent.png);
	z-index: -1;
	background-repeat: repeat-x;
	background-size: cover;
	background-position-x: right;
	background-position-y: center;
}

@media screen and (min-width: 768px) {
	.rm-wrapper .hero-banner-nyhandh {
		padding: 50px 0;
		margin-bottom: 60px;
	}
	.rm-wrapper .hero-banner-nyhandh .hero-banner-content {
		max-width: 75%;
		width: 30rem;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.hero-banner.hero-banner-nyhandh:after {
		bottom: -60px;
		background-size: contain;
		background-position-x: right;
		background-position-y: bottom;
	}
}

@media screen and (min-width: 992px) {
	.hero-banner.hero-banner-nyhandh:after {
		background-size: 65%;
		background-position-x: right;
		background-position-y: bottom;
	}
}

@media screen and (min-width: 1200px) {
	.rm-wrapper .hero-banner-nyhandh {
		padding: 0;
		margin-bottom: 60px;
	}
	.rm-wrapper .hero-banner-nyhandh .hero-banner-content {
		max-width: 75%;
		width: 30rem;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.hero-banner.hero-banner-nyhandh:after {
		bottom: -60px;
		background-size: 65%;
		background-position-x: right;
		background-position-y: bottom;
	}
}

/* RM Modal */

div > ._form_67 {
  display: none;
}

.modal-body ._form_67 {
  display: block;
}

.rm-modal {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 100;
}

.rm-modal * {
  box-sizing: border-box;
  color: #404042;
  font-family: Roboto,sans-serif !important;
}

.rm-modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 40rem;
    max-width: 100%;
}

.rm-modal .modal-header {
  color: white;
  text-align: right;
}

.rm-modal .modal-header .close-dialog {
  color: white;
  opacity: 1;
  float: none;
  font-size: 2rem;
  cursor: pointer;
}

.rm-modal .modal-body {
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.rm-modal .modal-body form {
    width: 100% !important;
    margin: 0 !important;
}

.rm-modal .modal-body label {
  color: #404042;
}

.rm-modal h2 {
  margin: 0.5em 0 !important;
}

.rm-modal p {
  margin-bottom: 0;
}

.rm-modal .form-header a {
  display: none;
}

.rm-modal ._form_element * {
  font-size: 1rem !important;
}

.rm-modal ._form_element h2 {
  font-size: 2rem !important;
}

.rm-modal ._form_element._field159,
.rm-modal ._form_element._field160,
.rm-modal ._form_element._field161,
.rm-modal ._form_element._field162 {
  margin-top: 0.5rem !important;
}

.rm-modal ._form_element._field159 div,
.rm-modal ._form_element._field160 div,
.rm-modal ._form_element._field161 div,
.rm-modal ._form_element._field162 div {
  top: -3px !important;
}

.rm-modal ._form_element._field159 select,
.rm-modal ._form_element._field160 select,
.rm-modal ._form_element._field161 select,
.rm-modal ._form_element._field162 select {
  padding: 0.25em 0.25em;
}

.rm-modal ._form_element._field159 + div > div,
.rm-modal ._form_element._field160 + div > div,
.rm-modal ._form_element._field161 + div > div,
.rm-modal ._form_element._field162 + div > div {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

.rm-modal ._form_element._field159 + div > div p,
.rm-modal ._form_element._field160 + div > div p,
.rm-modal ._form_element._field161 + div > div p,
.rm-modal ._form_element._field162 + div > div p {
  margin-top: 0;
}

.clear { clear:both; height: 0;}
/***********************************************
			Leading to Health
***********************************************/
/* article list*/
.rm-wrapper .rm-title-section h2::after {
    display:none;
}

.rm-wrapper .rm-title-section h2{
    margin-bottom:0;
    padding-top:6px;
}
.rm-wrapper .rm-title-section .feature-heading:not(.feature-heading-filled){
    font-weight:normal;
    margin-top: 6px;
    text-transform: capitalize;
}
.rm-wrapper .rm-title-section{
    border-bottom:5px solid #ED1C24;
    float:left;
    width:100%;
	margin-bottom:15px;
}
.rm-section-wrap {
    clear: both;
}
.rm-lht .rm-section-wrap .resource-layout .rlist li:nth-child(1) ,
.rm-lht .rm-section-wrap .resource-layout .do-pub-list li:nth-child(1) {
    padding-top: 0px !important;
}
.rm-section-full{
	margin-left: 15px;
}
.rm-lht .static-page {
	margin-bottom: 20px;
}
.rm-lht .static-page h1{
	color:#404042;
	font-size:32px;
}
.rm-lht #map{
	margin-bottom: 30px;
}
.rm-lht #map .mapboxgl-popup-close-button{
	color: #404042;
}

/*series sponsor logo*/
.rm-sponsor {
    border:1px solid #549CAB;
    padding:10px 20px;
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.rm-sponsor p{
    color:#16475C;
    font-size:16px;
    font-weight:500;
    float: left;
    margin-top: 20px;
}
.rm-sponsor img{
    float:right;
	width: 220px;
}

/*hero banner*/
.rm-banner-area {
    background: url(https://www.healthaffairs.org:443/pb-assets/images/hubs/lth/LHT-banner.png) no-repeat #549CAB;
    margin-bottom: 40px;
    background-position-x: right;
    background-position-y: bottom;
    background-size: contain;
}
.rm-banner-text{
    background: #16475c; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #16475c 0%, #9dd2db 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #16475c 0%,#9dd2db 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #16475c 0%,#9dd2db 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding:30px 40px;
    width:320px;
    height:278px;
}
.rm-banner-text p{
    color:#fff;
}
.rm-banner-text h1,
.rm-banner-text p.h1{
    color:#16475C;
    text-transform:uppercase;
    line-height: 46px;
    font-weight: 800;
}
.rm-banner-text h1 span,
.rm-banner-text p.h1 span{
    color:#fff;
}


/*map link*/
.rm-lht .map-link {
    width: 100%;
    margin-bottom: 20px;
    background: url(https://www.healthaffairs.org:443/pb-assets/images/hubs/lth/Map-link-Desktop.png);
    height: 257px;
	background-size:cover;
}

.rm-lht .map-text {
    color: #fff;
    width: 70%;
    padding: 20px;
}

.rm-lht .map-text h3{
    font-size:26px;
}
.rm-lht .map-text a{
    background:#ED1C24;
    padding:8px 20px;
}
.rm-lht .map-text a:hover {
    background: #fff;
    color: #ED1C24;
}
.rm-map-wrap{
	padding:0 15px;
}

/*sign up form */
.rm-lht form#_form_5F9941ABBC36D_ {
    margin:0;
    margin-bottom:20px;
    width:100%;
    padding: 10px 20px 0px 20px;
}

.rm-lht form#_form_5F9941ABBC36D_ ._html-code p{
    margin-top:0;
    font-weight:bold;
}
.rm-lht form#_form_5F9941ABBC36D_ label._form-label {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 16px;
}
.rm-lht form#_form_5F9941ABBC36D_ ._field-wrapper{
	float: left;
    background: none;
    width:60%;
}
.rm-lht form#_form_5F9941ABBC36D_ ._field-wrapper input{
	background: #fff;
    border-radius: 0;
    border: none;
	padding:10px;
}
.rm-ld-group{
	text-align:center;
}

/* Map page */
.rm-cat-link{
	background: #16475c; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #16475c 24%, #9dd2db 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #16475c 24%,#9dd2db 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #16475c 24%,#9dd2db 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 30px;
    color: #fff;
    font-size:20px;
    font-weight: bold;
	margin-bottom:15px;
}
.rm-cat-link p{
	margin:0;
}
.rm-cat-link a:hover {
    text-decoration: underline;
}
.rm-section-wrap .rm-ld-group{
	height: 113px;
    display: block;
    overflow: hidden;
}

/* Map styling */
#map { height:600px; width: 100%; }
    .mapboxgl-popup {
		width:500px;
		font-family: Roboto,sans-serif;
    }
	.mapboxgl-popup .topic{
		font-family: Roboto Slab,serif;
		font-weight:bold;
		color:#ED1C24;
		font-size:14px;
	}
	.mapboxgl-popup .title a{
		font-size:16px;
		font-weight:500;
		color:#404042;
		text-decoration:none;
	}
	.mapboxgl-popup .title a:hover{
		text-decoration:underline;
	}
	.mapboxgl-popup .info{
		font-size:14px;
		color:#79797A;
	}
	.mapboxgl-popup .info .state{
		color:#F26065
	}
	.mapboxgl-popup .read-link a{
		font-weight:400;
		font-size:16px;
		color:#ED1C24;
		text-decoration:none;
	}
	.mapboxgl-popup .read-link a:hover span{
		text-decoration:underline;
	}

@media screen and (max-width: 1199px) {
	.rm-lht form#_form_5F9941ABBC36D_ ._field-wrapper{
		width:48%;
	}
	.rm-lht .map-text {
        width: 100%;
    }
	.rm-title-section.half-title {
    	border-bottom:none;

    }
    .rm-title-section.half-title h2{
    	width:100%
    }
    .rm-title-section.half-title p.feature-heading.feature-heading-journal {
    	padding-left:0;
    }
	
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.rm-lht form#_form_5F9941ABBC36D_ {
		padding-bottom:20px;
	}
	.rm-lht form#_form_5F9941ABBC36D_ ._field-wrapper{
		width:70%;
	}
	.rm-lht form#_form_5F9941ABBC36D_ button#_form_61_submit{
	    float:right;
	}
	.rm-lht .map-text {
        width: 60%;
    }
}


@media screen and (max-width: 991px) {
	.rm-banner-area{
		background-size: cover;
		background-position-x: 25%;
	}
	.rm-sponsor img{
		width:133px;
	}
}

@media screen and (max-width: 767px) {
	.rm-wrapper .rm-title-section{
		border-bottom:none;
	}
	.rm-wrapper .rm-title-section h2{
		width: 100%;
		text-align: center;
	}
	.rm-wrapper .rm-title-section .feature-heading:not(.feature-heading-filled){
		margin-top:15px;
	}
	.rm-lht .map-text {
        width: 60%;
    }
	
}
@media screen and (max-width: 667px) {
	.rm-lht form#_form_5F9941ABBC36D_ button#_form_61_submit{
		font-size:14px;
	}
	.rm-lht form#_form_5F9941ABBC36D_ ._field-wrapper input{
		font-size:13px;
	}
	.rm-lht form#_form_5F9941ABBC36D_ label._form-label {
		width:auto;
	}
}

@media screen and (max-width: 500px) {
	.rm-banner-area {
		background: url(https://www.healthaffairs.org:443/pb-assets/images/hubs/lth/hero-area-mobile.png);
		height:304px;
		background-size:cover;
		background-position-y:bottom;
		background-position-x:center;	
	}
	.rm-banner-text{
	    background:none;
	    height:auto;
	    width:auto;
	    padding:15px 20px
	}
	.rm-banner-text h1,
	.rm-banner-text p.h1{
	    font-size:30px;
	    text-align:center;
	    line-height:1.1em;
	    margin-bottom:0;
	}
	.rm-banner-text p{
	    font-size:14px;
	    margin-top:5px;
	    text-align:center;
	}
	.rm-lht .map-text {
        width: 100%;
    }
	#map { height:400px; width: 100%; }
	.rm-section-wrap .rm-ld-group{
			height:auto;
	}
}
@media screen and (max-width: 414px) {
    .rm-lht form#_form_5F9941ABBC36D_ ._field-wrapper{
        width:80%;
    }
    .rm-lht form#_form_5F9941ABBC36D_ {
		padding-bottom:20px;
	}
	.rm-lht form#_form_5F9941ABBC36D_ button#_form_61_submit{
	    float:right;
	}
}
@media (max-width: 532px){
    .rm-section-intro,
	.rm-section-wrap {
        width: 100%;
    }
    .rm-section-full{
        width: calc(100% - 30px);
    }
}
@media (max-width: 767px){
    .rm-section-full{
        width: calc(100% - 30px);
    }
}
@media (min-width: 768px){
    .rm-section-intro,
	.rm-section-wrap {
        width: 736px;
    }
    .rm-section-full{
        width: 706px;
    }
}
@media (min-width: 992px){
    .rm-section-intro,
	.rm-section-wrap {
        width: 960px;
    }
    .rm-section-full{
        width:930px;
    }
}
@media (min-width: 1200px){
    .rm-section-intro,
	.rm-section-wrap{
        width: 1180px;
    }
    .rm-section-full{
        width:1150px;
    }
}

/* RocketMill show more styling */

.rm-show-more-wrapper .hiddenStyle {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0 !important;
	border: 0;
}

.rm-show-more-wrapper + button + button {
	display: none;
}

@keyframes showMoreFade {
  0%   {
      opacity: 0;
      visibility: hidden
  }
  100% {
      opacity: 1;
      visibility: visible
  }
}

.rm-show-more-wrapper .rlist > li:not(.hiddenStyle),
.rm-show-more-wrapper .do-pub-list > li:not(.hiddenStyle) {
  animation: showMoreFade linear 1s;
}