







	
	

	:root
	{
		--theme-brand_primary: 61, 165, 198;
		--theme-text_dark: var(--theme-brand_primary);
		--theme-link: var(--theme-brand_primary);
		--theme-link_hover: 58, 157, 188;
		--theme-link_button: var(--theme-brand_primary);
		--theme-active_input_border: var(--theme-brand_primary);

		
		--theme-selected: 249, 252, 253;

		--theme-selected_border: var(--theme-brand_primary);
		--theme-pagination_active: var(--theme-brand_primary);

		--theme-post_highlight_border: var(--theme-brand_primary);
		--theme-post_highlight: 249, 252, 253;
	}
	
	.websitePodcastEntryContentTitle a
	{
		color: rgb(var(--theme-link)) !important;
	}
		
		.websitePodcastEntryContentTitle a:hover
		{
			color: rgb(var(--theme-link_hover)) !important;
		}
		
	blockquote.ipsQuote
	{
		border-left-color: rgb(var(--theme-brand_primary)) !important;
	}
	
		blockquote.ipsQuote:before
		{
			color: rgb(var(--theme-brand_primary)) !important;
		}

		blockquote.ipsQuote:after
		{
			color: rgb(var(--theme-brand_primary)) !important;
		}




	.ipsApp .websitePodcast .ipsButton.ipsButton_primary,
	.ipsApp .websitePodcast .ipsButton.ipsButton_primary a:not(.ipsCommentCount)
	{
		color: var(--link-ondark) !important;
	}
	
		.ipsApp .websitePodcast .ipsButton.ipsButton_primary:hover,
		.ipsApp .websitePodcast .ipsButton.ipsButton_primary a:not(.ipsCommentCount):hover
		{
			color: rgb(var(--theme-brand_primary)) !important;
		}


.ipsTabs_activeItem,
.websitePodcastEntryContentTitle a
{
 color: #000000 !important;
}
