

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;
	overflow-x: auto;
}

@media (max-width: 1024px){
	.pb-ad-wrapper {
		overflow-x: auto;
	}
}
 @media (max-width: 768px) {
	.journal__main-content {
		margin: 0; 

	}
}
      
/* 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;
    }
}

@supports (display:grid) {
    .rm-wrapper .panel--pull-out-wide .links--topic-list {
        display: inline-grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, max-content));
        gap: 0 0.5rem;
        justify-content: space-between;
        width: 100%;
    }

    .rm-wrapper .panel--pull-out-wide .links--topic-list li {
        width: 100%;
    }
}

@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;
}

.rm-sponsor--center {
	float: none;
    text-align: center;
}

.rm-sponsor--center * {
    float: none !important;
}

.rm-sponsor--center > *:first-child {
    margin-top: 0;
}

.rm-sponsor--center a + a img{
    margin-top: 1rem;
}

.rm-sponsor--center img {
    margin: 0 auto;
    max-height: 75px;
    width: auto !important;
}

/*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;
}

.rm-wrapper .container {
    max-width: 100%;
}

.rm-show-more-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

/* COVID-19 nav */

.header__quick-menu {
    margin-bottom: 5px;
}

.header__quick-menu .col-sm-6 {
    bottom: 0;
    left: auto;
    right: auto;
    top: auto;
    width: auto !important;
}

.header__quick-menu .res--left:first-child {
	background: none !important;
}

.header__donate {
    float: right;
}

.quick-menu__item {
    background: none;
    color: #808284;
    padding: 8px 10px;
}

@media (max-width: 992px) {
    .header__quick-menu .col-sm-6 {
        position: absolute;
        top: 0;
    }
    .header__quick-menu .col-sm-6 .institution {
        float: none;
        width: auto;
    }
    .header__quick-menu .col-sm-6 .institution a {
        display: block;
    }
    .header__quick-menu .col-sm-6 .institution .institution-info-wrapper {
        display: inline-block;
        width: auto;
    }
    .header__quick-menu .col-sm-6 .institution img {
        margin-right: 15px;
        max-height: 50px;
    }
    .header__quick-menu .col-sm-6 .institution .institution__name {
        white-space: normal;
    }
}

@media (max-width: 766px) {
    .header__logo {
        max-width: 148px;
    }
    .header__quick-menu .col-sm-6 {
        padding-left: 150px;
        max-height: 50px;
    }
    .header__quick-menu .col-sm-6 .institution {
        margin: 0;
        padding: 5px 70px 5px 5px;
    }
    .header__quick-menu .col-sm-6 .institution img {
        max-height: 40px;
    }
    .header__quick-menu ul {
        margin-top: 50px;
        padding-right: 10px;
    }
    .header__quick-menu .quick-menu__item {
        font-size: 13px;
        padding: 2px 5px 2px;
    }
}

@media (max-width: 531px) {
    .header__quick-menu .col-sm-6 .institution img {
        display: none;
    }
    .header__quick-menu .col-sm-6 .institution .institution__name {
        bottom: auto;
        left: auto;
        max-width: 100%;
        position: relative;
        right: auto;
        top: auto;
    }
}

.quick-menu__item--primary {
    background: #ffcb09 !important;
    color: #404042 !important;
    margin-left: 8px;
}

.quick-menu__item--primary a {
    color: #404042 !important;
}

@media (max-width: 767px) {
    .quick-menu__item--primary {
        margin-left: 6px;
        margin-right: 2px;
    }
}

.quick-menu__item--secondary {
    background: #07646d !important;
    color: white !important;
}

.quick-menu__item--secondary a {
    color: white !important;
}

@media (max-width: 767px) {
    .cartLabel {
        padding: 0 5px 0 0;
    }
}

.main-nav [title=Journal]:before,
.main-nav [title=Blog]:before {
    margin: 31px -10px -38px !important;
}

.dropdown:focus>.dropdown__toggle:before,
.dropdown:hover>.dropdown__toggle:before {
    margin: -8px -20px 0 !important;
}

/* BREADCRUMBS */

.breadcrumb {
    display: flex;
    flex-flow: wrap;
    font-size: 14px;
    font-size: 0.875rem;
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

.breadcrumb > li {
    margin: 0;
    padding: 0;
}

.breadcrumb > li + li:before {
    content: ">";
    margin: 0 0.25em 0 0.5em;
}

.breadcrumb > li a {
    text-decoration: underline;
}

/* HERO BANNER */

.rm-wrapper .hero-banner > * {
    position: relative;
}

.rm-wrapper .hero-banner {
    overflow: hidden;
}

.rm-wrapper .hero-banner .hero-background {
    bottom: 1rem;
    left: 15px;
    opacity: 0.75;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 1rem;
    z-index: 0;
}

.rm-wrapper .hero-banner .hero-background > .hero-background {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    filter: blur(5px);
    -webkit-filter: blur(5px);
    left: -15px;
    right: -15px;
    bottom: -15px;
    top: -15px;
}

.rm-wrapper .hero-banner.hero-banner--collected-works {
    background: black;
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0;
    padding: 3rem 0 1.5rem;
}

.rm-wrapper .hero-banner.hero-banner--cta-driver {
    justify-content: center;
    padding: 1.5rem 0;
}

.rm-wrapper .hero-banner h1 {
    font-family: Roboto Slab,serif;
    font-size: 32px;
    font-size: 2rem;
}

.rm-wrapper .hero-banner--collected-works .hero-banner-content,
.rm-wrapper .hero-banner--collected-works .cta-driver--collected-works {
    flex: 0 1 90%;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .rm-wrapper .hero-banner h1 {
        font-size: 40px;
        font-size: 2.4rem;
    }
    .rm-wrapper .hero-banner.hero-banner--collected-works {
        padding: 6rem 0 3rem;
    }
    .rm-wrapper .hero-banner.hero-banner--cta-driver {
        padding: 3rem 0;
    }
    .rm-wrapper .hero-banner--collected-works .hero-banner-content,
    .rm-wrapper .hero-banner--collected-works .cta-driver--collected-works {
        flex: 0 1 70%;
    }
}

@media screen and (min-width: 1200px) {
    .rm-wrapper .hero-banner h1 {
        font-size: 45px;
        font-size: 2.81rem;
    }
    .rm-wrapper .hero-banner.hero-banner--collected-works {
        padding: 9rem 0 3rem;
    }
    .rm-wrapper .hero-banner.hero-banner--cta-driver {
        padding: 3rem 0;
    }
    .rm-wrapper .hero-banner--collected-works .hero-banner-content,
    .rm-wrapper .hero-banner--collected-works .cta-driver--collected-works {
        flex: 0 1 51%;
    }
}

.rm-wrapper .cta-driver--collected-works {
    align-content: center;
    align-items: center;
    border-bottom: 1px solid #07646d;
    border-top: 1px solid #07646d;
    display: flex;
    flex: 0 1 40%;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0;
    padding: 30px 0 15px;
    text-align: center;
}

.rm-wrapper .hero-banner--collected-works .cta-driver--collected-works {
    background: white;
    border-bottom-color: #07646d;
    border-top-color: #07646d;
    justify-content: flex-start;
    padding: 15px 0 0;
    text-align: left;
}

.rm-wrapper .hero-banner--cta-driver .cta-driver--collected-works {
    justify-content: center;
    text-align: center;
}

.rm-wrapper .cta-driver--collected-works h2 {
    margin: 0;
}

.rm-wrapper .hero-banner--collected-works .cta-driver--collected-works p,
.rm-wrapper .hero-banner--collected-works .cta-driver--collected-works form {
    margin: 0 15px 15px 15px;
}

.rm-wrapper .cta-driver--collected-works:after {
    clear: both;
    content: "";
    display: table;
}
.rm-wrapper .cta-driver--collected-works .row {
    flex: 0 1 40rem;
}

.rm-wrapper .cta-driver--collected-works p {
    margin-top: 0;
}

.rm-wrapper .cta-driver--collected-works .button {
    background: #ffcb09 !important;
    color: #404042;
    font-family: 'Roboto', Arial, Sans-Serif;
    font-size: 1em;
    font-weight: bold;
    padding: 0.5em 0.75em;
}

.rm-wrapper .cta-driver--collected-works .button:active,
.rm-wrapper .cta-driver--collected-works .button:focus,
.rm-wrapper .cta-driver--collected-works .button:hover {
    background: #ffb60a;
}

.rm-wrapper .resource-layout--compact .featuredCard__title {
    font-size: 16px !important;
    font-size: 1rem !important;
    margin-bottom: 15px !important;
}

.rm-wrapper .sidebar-feature {
    border: 1px solid #f5f6fa;
    background: #fafafc;
    padding: 15px 15px 0;
}

/* COLLECTIONS */

.rm-wrapper .card-group {
    display: flex;
    flex-flow: row wrap;
}

.rm-wrapper .card-group .card {
    background: white;
    border: 1px solid #f5f6fa;
    box-shadow: 0 0 0.5rem rgba(220, 221, 225,0.25);
    display: flex;
    flex: 0 1 calc(100% - 30px);
    margin: 15px;
    padding: 0;
}

.rm-wrapper .card-group .card--collected-works > a:hover {
    background: #fafafc;
    box-shadow: 0 0 0.5rem rgba(220, 221, 225,0.5);
}

.rm-wrapper .card-group .card.card--collected-works-featured {
    border: 1px solid #16475c;
    flex: 0 0 calc(100% - 30px);
}

.rm-wrapper .card-group .card--collected-works-featured > a:hover {
    box-shadow: 0 0 0.5rem rgba(220, 221, 225,1);
}

@supports (display: grid) {
	.rm-wrapper .card-group {
        display: grid;
        column-gap: 15px;
        row-gap: 15px;
        grid-template-columns: 1fr;
        margin: 0 0 30px;
        padding: 0 15px;
    }
	.rm-wrapper .card-group:before,
	.rm-wrapper .card-group:after {
        display: none !important;
    }
	.rm-wrapper .card-group .card {
        margin: 0;
    }
}

@media screen and (min-width: 768px) {
	.rm-wrapper .card-group .card {
        flex: 0 1 calc(50% - 30px);
    }
    
    @supports (display: grid) {
    	.rm-wrapper .card-group {
           column-gap: 30px;
            row-gap: 30px;
            grid-template-columns: 1fr 1fr;
        }
        .rm-wrapper .card.card--collected-works-featured {
            grid-column-end: span 2;
        }
    }
}

.rm-wrapper .card img {
    max-width: 100%;
}

.rm-wrapper .card--collected-works > a {
    display: flex;
    flex-wrap: nowrap;
}

.rm-wrapper .card--collected-works > a > .card-content {
    align-content: flex-start;
    display: flex;
    flex: 1 1 50%;
    flex-flow: column wrap;
    padding: 15px;
}

.rm-wrapper .card--collected-works > a > .card-content--main {
    flex: 1 1 100%;
}

.rm-wrapper .card--collected-works .card-content > * {
    margin-top: 0;
}

.rm-wrapper .card--collected-works .card-content:not(.card-content--price-footer) > * {
    margin-bottom: 0.5rem;
}

.rm-wrapper .card--collected-works .card-content *:last-child {
    margin-bottom: 0;
}

.rm-wrapper .card-tag {
    align-self: flex-start;
    background: red;
    border-radius: 0.125em;
    color: white;
    font-size: 14px;
    font-size: 0.8em;
    font-weight: 600;
    padding: 0.25em 0.5em;
    text-transform: uppercase;
}

.rm-wrapper .card-heading {
    margin: 0;
    width: 100%;
}

.rm-wrapper .card--collected-works .card-content--price-footer {
    border-top: 1px solid red;
    display: flex;
    margin-bottom: 0;
    margin-top: auto;
    padding-top: 0.5rem;
    width: 100%;
}

.rm-wrapper .collection-price {
    flex: 1 1 50%;
    margin: 0;
}

.rm-wrapper .collection-price-amount {
    display: block;
    font-weight: 600;
}

.p-highlight {
    background: #F3FAFF;
    border: 1px solid #d1e9ff;
    border-radius: 0.125em;
    color: #1460AA;
    padding: 0.75em 1em;
}

.u-heading-padding-top {
    padding-top: 1em;
}

/* TOPICS */

.rm-wrapper .rule--top {
    border-bottom: 1px solid #e6e5e5;
    border-top: 1px solid #e6e5e5;
    margin-top: 1em;
    padding: 0.5em 0;
}

.rm-wrapper .grid-list-cont {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
}

.rm-wrapper .grid-list-group {
    border-top: 1px solid #e6e5e5;
    flex: 1 1 250px;
    margin: 10px 0;
    padding: 15px 0 0;
    position: relative;
}

.rm-wrapper .grid-list-group:nth-child(-n + 1) {
    border-top: 0;
}

.rm-wrapper .grid-list-group + .grid-list-group:before {
    border-left: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 100%;
}

.rm-wrapper .grid-list-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rm-wrapper .grid-list-group ul li + li {
    margin-top: 0.5em;
}

@media only screen and (min-width: 560px) {
    .rm-wrapper .grid-list-group {
        padding: 15px 10px 0;
    }
    .rm-wrapper .grid-list-group:nth-child(-n + 2) {
        border-top: 0;
    }
    .rm-wrapper .grid-list-group + .grid-list-group:before {
        border-left: 1px solid #e6e5e5;
    }
}

@media only screen and (min-width: 560px) and (max-width: 1199px) {
    .rm-wrapper .grid-list-group:nth-child(2n - 1) {
        padding-left: 0;
    }
    .rm-wrapper .grid-list-group:nth-child(2n) {
        padding-right: 0;
    }
    .rm-wrapper .grid-list-group:nth-child(-n + 2) {
        border-top: 0;
    }
    .rm-wrapper .grid-list-group:nth-child(2n + 1):before {
        border-left: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .rm-wrapper .grid-list-group:nth-child(3n - 2) {
        padding-left: 0;
    }
    .rm-wrapper .grid-list-group:nth-child(3n) {
        padding-right: 0;
    }
    .rm-wrapper .grid-list-group:nth-child(-n + 3) {
        border-top: 0;
    }
    .rm-wrapper .grid-list-group:nth-child(3n + 1):before {
        border-left: 0;
    }
}

.content-feature-group {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 -10px 15px;
}

.content-feature-group > * {
    flex: 1 1 350px;
    margin: 10px;
}

 .content-feature-group--thirds > * {
     flex: 1 1 200px;
 }

.content-feature-group--super-condensed {
    margin: 0 -10px 15px;
}

.content-feature-group--super-condensed > * {
     margin: 10px;
}

.col-md-3 .content-feature-group > *,
.col-md-4 .content-feature-group > * {
    width: 100%;
}

.content-feature-item {
    background-position: right;
    background-size: cover;
    display: flex;
    padding: 150px 30px 15px 0;
}

.content-feature-group > * > .content-feature-item {
    height: 100%;
}

.content-feature-group--condensed .content-feature-item,
.content-feature-item--condensed {
    padding-top: 75px;
}

.content-feature-group--super-condensed .content-feature-item,
.content-feature-item--super-condensed {
    padding-top: 15px;
}

.content-feature-group--super-condensed .content-feature-item {
    position: relative;
}

.content-feature-group--super-condensed .content-feature-item > * {
    z-index: 5;
}

.content-feature-group--super-condensed .content-feature-item:before {
    background: rgba(22,71,92,0.5);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.content-feature-content {
    background: #16475c;
    margin-top: auto;
    padding: 10px 15px 10px 10px;
}

.content-feature-heading {
    font-family: Roboto,sans-serif !important;
    font-size: 1.25rem;
    font-weight: 600 !important;
}

.content-feature-group:not(.content-feature-group--color) .content-feature-heading,
.content-feature-group:not(.content-feature-group--color) .content-feature-content {
    color: white !important;
}

.content-feature-group--super-condensed .content-feature-heading {
    font-size: 1rem;
}

.content-feature-content * {
    margin-bottom: 10px;
}

.content-feature-content p {
    margin-top: 0;
}

.content-feature-content a {
    text-decoration: underline;
}

.content-feature-item--condensed *,
.content-feature-content > *:last-child {
    margin-bottom: 0;
}

.content-feature-tag {
    background: #16475c;
    border-radius: 0.125em;
    color: white;
    font-size: 14px;
    font-size: 0.8em;
    font-weight: 600;
    padding: 0.25em 0.5em;
    text-transform: uppercase;
}

.content-feature-content .content-feature-tag {
    background: white;
    color: #16475c;
}

.content-feature-item .content-feature-tag + * {
    margin-top: 10px;
}

.content-feature-group--color .content-feature-content {
    background: white;
    border: 1px solid;
    border-color: inherit;
}

.content-feature-group--color .content-feature-heading {
    color: inherit !important;
}

.content-feature-group--color .content-feature-item {
    position: relative;
}

.content-feature-group--color .content-feature-item > * {
    z-index: 5;
}

.content-feature-group--color .content-feature-item:before {
    background: rgba(255, 255, 255,0.5);
    background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0.75) 100%),
    repeating-linear-gradient(315deg, transparent, transparent 10px, rgba(255,255,255,0.05) 10px, rgba(255,255,255,0.05) 20px);
    border: 1px solid;
    border-color: inherit;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.content-feature-group--color .content-feature-tag {
    border: 1px solid;
    border-color: inherit;
}

.cta-driver--journal {
    align-items: center;
    background-color: white;
    border: 0.125em solid #ed1c24;
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    margin-top: 15px;
    padding: 15px;
}

.cta-driver--journal .cta-driver-image {
    align-self: flex-start;
    margin: 0px 15px 30px -30px;
}

.cta-driver--journal img {
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.25);
    height: auto;
    max-height: 200px;
    max-width: 100%;
    transform: rotate(-5deg);
}

@media only screen and (min-width: 768px) {
    .cta-driver--journal {
        align-items: center;
        flex-flow: row nowrap;
        justify-content: space-around;
        margin-top: 30px;
        padding: 30px;
    }
    
    .cta-driver--journal .cta-driver-image {
        align-self: center;
        margin: -30px 30px -30px 30px;
    }
    
    .cta-driver--journal img {
        max-height: 250px;
        transform: rotate(15deg);
    }
}

@media only screen and (min-width: 992px) {
    .cta-driver--journal {
        justify-content: space-around;
    }
    
    .cta-driver--journal .cta-driver-image {
        margin: -30px 30px -30px 30px;
    }
    
    .cta-driver--journal img {
        max-height: 300px;
        transform: rotate(15deg);
    }
}

.rm-topics .featuredCard__header{
    max-width:100%;
    padding:15px 30px;
    position: absolute;
    top: 30%;
    font-size:16px;
}
.rm-topics .featuredCard__header ~ a{
    display: block;
    height:150px;
    overflow: hidden;
    margin-bottom: 0;
}
.rm-topics .featuredCard__header ~ a img{
    width: 100%;
    margin-top: -25%;
}

.rm-topics .feature{
    margin-bottom:20px;
    padding:0 20px 20px;
    position: relative;
}
.rm-topics .feature p{
    margin: 0;
    padding:10px 0;
}
.rm-topics .pb-ad-wrapper{
    padding-bottom:10px;
}
@media screen and (min-width: 992px){
    .rm-topics-list .row > div:after,
    .rm-topics .feature:after{
        content: "";
        position: absolute;
        z-index: 1;
        right: -0px;
        top: 20px;
        bottom: 20px;
        width: 1px;
        background-color: #e6e5e5;
    }
    .rm-topics-list .row > div:nth-child(3n):after,
    .rm-topics .feature:nth-child(3n):after{
        display:none;
    } 
}
@media screen and (max-width: 991px){
    .rm-topics-list .row > div:after{
        content: "";
        position: absolute;
        z-index: 1;
        right: -0px;
        top: 20px;
        bottom: 20px;
        width: 1px;
        background-color: #e6e5e5;
    }
    .rm-topics-list .row > div:nth-child(2n):after{
        display:none;
    }
}
@media screen and (max-width: 767px){
    .rm-topics-list .row > div:after{
        display:none;
    }
	.rm-topics .featuredCard__header{
		font-size:14px;
		padding:15px 20px;
	}
}





/* Tabs */

.rm-wrapper.rm-topics .search-result__nav__item, 
.fonts-loaded .rm-wrapper.rm-topics .tab__nav a{
    padding: 10px 20px;
    border-bottom:3px solid #808284;
    margin: 0;
    font-family: Roboto,sans-serif ;
}
.rm-wrapper.rm-topics .search__result, 
.rm-wrapper.rm-topics .search__follow__item, .per-page, 
.rm-wrapper.rm-topics .search__accordion-ctrl {
      font-family: Roboto,sans-serif ;
}
.rm-wrapper.rm-topics .search-result__nav__item.active {
    background: #404042;
    color: white;
    border-bottom:3px solid #404042;
}
.rm-wrapper.rm-topics .search-result__tab .search-result__nav__item:hover{
    background: #e6e5e5;
}
.rm-wrapper.rm-topics .search-result__nav__item.active:hover {
    color: #404042;
}

/* Search */

.rm-wrapper.rm-topics .advanced-search__tabs,
.rm-wrapper.rm-topics .advancedSearch__tabs__nav{
    background: none;
}
.rm-wrapper.rm-topics .rlist.advancedSearch__tabs__nav li{
    padding:0;
}

.rm-wrapper.rm-topics .advanced-search .advanced-search--filters label, 
.rm-wrapper.rm-topics .advanced-search .advanced-search--filters .label-txt{
    font-family: Roboto,sans-serif ;
    padding:0;
}
.rm-wrapper.rm-topics .input-group{
    margin-bottom:10px;
}
.rm-wrapper.rm-topics .rlist.tab__nav{
        font-family: Roboto,sans-serif ;
}
.fonts-loaded .rm-wrapper.rm-topics .tab__nav a{
    font-family: Roboto,sans-serif;
}
.rm-wrapper.rm-topics .rlist.tab__content{
    margin-top: 15px;
}

/* Articles */

.rm-wrapper.rm-topics .items-results .item:not(:first-child){
    border-bottom: 1px solid #ccc;
    margin:10px 0;
    
}
.fonts-loaded .rm-wrapper.rm-topics .items-results .item__title{
  	font-family: Roboto,sans-serif !important;
  	font-weight: 700;
  	color: inherit;
}
.fonts-loaded .rm-wrapper.rm-topics .items-results .rlist--inline.loa{
    font-family: Roboto,sans-serif;
    color: inherit;
    font-size: 0.75rem;
    font-weight:700;
    margin-bottom:5px;
} 

.rm-wrapper.rm-topics .items-results .item__detail{
    color: #ed1c24;
    font-size: 0.75rem;
}
.rm-wrapper.rm-topics .items-results .item__detail a{
    color: #16475c;
}

.rm-wrapper.rm-topics .items-results .item__detail .access-label{
    padding: 5px;
    display: inline-block;
    height: 10%;
    background: #ececec;
    width: auto;
}
.fonts-loaded .rm-wrapper.rm-topics  .items-results .item__footer .item__detail{
    font-family: Roboto,sans-serif ;
    font-weight:400;
    font-size: 0.75rem;
}

/* Filters */

.rm-wrapper.rm-topics .search__filters {
    font-family: Roboto,sans-serif;
    background: none;
}
.rm-wrapper.rm-topics .facet__content .facet__list{
    max-height: 290px;
    overflow-y: scroll;
}

/* Works on Firefox */
.rm-wrapper.rm-topics * {
  	scrollbar-width: thin;
  	scrollbar-color: #ececec white;
}

/* Works on Chrome, Edge, and Safari */
.rm-wrapper.rm-topics *::-webkit-scrollbar {
  	width: 16px;
}

.rm-wrapper.rm-topics *::-webkit-scrollbar-track {
  	background: white;
}

.rm-wrapper.rm-topics *::-webkit-scrollbar-thumb {
  	background-color: #e6e5e5;
  	border-radius: 20px;
  	border: 3px solid white;
}

.rm-wrapper.rm-topics .search__filters .facets__title.facets__title--main{
    font-family: Roboto,sans-serif;
    font-weight:700;
    font-size: 24px;
}

.rm-wrapper.rm-topics #filter .facets__title.facets__title--main{
    margin: 0;
    padding: 0 0 10px 0;
}

.rm-wrapper.rm-topics #filter .facet__title{
    font-size:16px;
    padding:0;
    margin:0;
}

.rm-wrapper.rm-topics .accordion__control{
    margin:0;
}
.rm-wrapper.rm-topics a.facet__ctrl.accordion__control.js--open{
    border-bottom:1px solid #ccc;
    padding-bottom: 10px;
}
.rm-wrapper.rm-topics .facet.accordion {
    margin: 0;
    padding: 10px;
    border-bottom:1px solid #ccc;
}
.rm-wrapper.rm-topics .facet__content{
    padding:0;
}
.rm-wrapper.rm-topics .rlist {
    padding-left:0;
}
.rm-wrapper.rm-topics .rlist.tab__content{
    padding: 0 15px;
}
.rm-wrapper.rm-topics .rlist li, 
.rm-wrapper.rm-topics ul.facet__list--applied li.pinned-filter{
    padding:5px 0;
    margin: 0;
}
.rm-wrapper.rm-topics .search__follow__item.pull-right {
    padding-top:10px;
    padding-bottom:10px;
}
.rm-wrapper.rm-topics .pull-left.search__result, 
.rm-wrapper.rm-topics .pull-right.search__bottom{
    padding-top: 10px;
    padding-bottom: 10px;
}
.rm-wrapper.rm-topics .search-result__meta{
    padding: 0;
}
.rm-wrapper.rm-topics .search-result__meta__top{
    border-top: 1px solid #e6e5e5;
}
.rm-wrapper.rm-topics .search-result__meta__top,
.rm-wrapper.rm-topics .search__bottom.clearfix{
    background: white;
    color: #808284;
}
.rm-wrapper.rm-topics .facet .clear{
 	display: inline;
}

.rm-wrapper.rm-topics .facet__list a{
    font-size:16px;
}
.fonts-loaded .rm-wrapper.rm-topics .facet .show-more, 
.fonts-loaded .rm-wrapper.rm-topics .facet__list--applied li, 
.fonts-loaded .rm-wrapper.rm-topics .facet-label, 
.fonts-loaded .rm-wrapper.rm-topics .facet .show-more, 
.fonts-loaded .rm-wrapper.rm-topics .facet__list, 
.fonts-loaded .rm-wrapper.rm-topics .facet__list--applied li {
    font-family: Roboto,sans-serif;
    padding:0;
    font-size:1rem;
}
.fonts-loaded .rm-wrapper.rm-topics .facet .show-more{
     padding-right: 16px;
 }

@media screen and (min-width:600px) {
	.rm-wrapper.rm-topics .facet.accordion {
	    padding: 10px 0;
	}
}

@media (max-width: 767px){
	.rm-wrapper.rm-topics .search-result__nav{
		clear:both;
		margin:0;
		padding-top:20px;
	}
	.rm-wrapper.rm-topics .search-result__meta{
		margin:0 0 30px;
	}
}

.rm-wrapper.rm-topics .rlist .item__image + .item__body .filled,
.rm-wrapper.rm-topics .do-pub-list .item__image + .item__body .filled,
.rm-wrapper.rm-topics .rlist .item__image + .item__body .filled a,
.rm-wrapper.rm-topics .do-pub-list .item__image + .item__body .filled a {
    color: #ffffff !important;
}

@media screen and (min-width:1200px) {
    .rm-wrapper.rm-topics .rlist .podcast-listitem .item__body {
        padding-bottom: 2rem;
    }
}

.rm-wrapper.rm-topics .rlist .event-listitem .item__image,
.rm-wrapper.rm-topics .rlist .brief-listitem .item__image,
.rm-wrapper.rm-topics .rlist.search-result__body .item__image {
    width: 20%;
    float: left;
    padding-right: 0;
}

.rm-wrapper.rm-topics .rlist .event-listitem .item__image + .item__body,
.rm-wrapper.rm-topics .rlist .brief-listitem .item__image + .item__body,
.rm-wrapper.rm-topics .rlist.search-result__body .item__image + .item__body{
    float: left;
    width: 80%;
}

.rm-wrapper.rm-topics .rlist .event-listitem .item__image + .item__body .item__footer,
.rm-wrapper.rm-topics .rlist .brief-listitem .item__image + .item__body .item__footer,
.rm-wrapper.rm-topics .rlist.search-result__body .item__image + .item__body .item__footer{
    display: block;
}

.rm-wrapper.rm-topics .rlist .event-listitem .item__image + .item__body .item__footer .accordion__content *,
.rm-wrapper.rm-topics .rlist .brief-listitem .item__image + .item__body .item__footer .accordion__content *,
.rm-wrapper.rm-topics .rlist.search-result__body .item__image + .item__body .item__footer .accordion__content *{
    font-weight: normal;
}
