/* START PB-EDITOR SPECIFIC CSS FOR MAKING EDITING EASIER/POSSIBLE */

	/* Make slideshows editable */
	#pb-editor .pb-widget[data-pb-widget-type="UX3SlideShow"] {
		padding: 20px 7px;
	}
	#pb-editor .pb-widget[data-pb-widget-type="UX3SlideShow"] .swiper-wrapper {
		display: block;
	}
	#pb-editor .pb-widget[data-pb-widget-type="UX3SlideShow"] .swiper-slide {
		padding: 20px 0;
	}


	/* Add some space above/below layout widgets to make them easier to select */
	#pb-editor .pb-widget[data-pb-widget-type="ux3-layout-widget"] {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	/* Remove the forced width on .custom-page class */

	#pb-editor .custom-page {
		width: auto;
	}

/* END PB-EDITOR SPECIFIC CSS FOR MAKING EDITING EASIER/POSSIBLE */



/* No-shift of header ad space */
@media (min-width: 576px) {
	.header-ad {
		height: 90px;
	}
}

/* Responsive video embeds */
.responsive-embed {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.responsive-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* APP-1936: Cover image display at top of home page */
@media (min-width: 768px) {
	.hp-cover {
		float:right;
	}
	.hp-cover .cover-image {
		max-width: 200px;
	}
}



/* Make covers in slideshows uniform dimensions */
.cover-image__image img {
	width: 220px;
}
.swiper-slide {
	padding-bottom: 20px;
}
.swiper-container {
	padding-bottom: 30px;
}


/* Connect child tabs to the parent tabs */
.tab-content .branded-tabs {
	margin-top: -2rem;
}
.podcast-journal__all-episode .tab-content .branded-tabs {
	margin-top: 0;
}

/* Make links in slideshows white/underlined/bold */
.announcement__slideshow p a {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
}
.announcement__slideshow p a:hover {
	text-decoration: none;
}