.select-viewer > .content:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #ffd301;
	background: -webkit-gradient(linear, left top, right top, from(#ffd301), color-stop(20%, #f4702a), color-stop(40%, #ee254a), color-stop(60%, #ed2870), color-stop(80%, #c52378), to(#861766));
	background: linear-gradient(90deg, #ffd301 0, #f4702a 20%, #ee254a 40%, #ed2870 60%, #c52378 80%, #861766);
	content: "";
	opacity: 0.8;
	z-index: -1;
}
.content-viewer {
	display: flex;
	max-height: 50vh;
	max-width: 1050px;
	margin: auto;
	background: #ffffff;
	border-radius: 14px;
	overflow: hidden;
}

.content-viewer > .list {
	min-width: 250px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.content-viewer > .list > ul {
	padding-left: 0px;
	overflow-y: auto;
	margin: 0px;
}

.content-viewer > .list > ul > li {
	list-style-type: none;
	padding: 10px 15px;
	font-size: 0.7em;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	background: #fff;
	transition: 200ms ease;
}

.select-viewer {
	background: #b9b9b9;
}

.loading.select-viewer:after {
	content: "";
	z-index: 99;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 0;
	border: 8px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
	top: 50%;
	left: 50%;
	transform: translate(-100%);
}
@keyframes lds-ring {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
.select-viewer iframe {
	display: none;
	z-index: 15;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.select-viewer iframe.active {
	display: block;
	height: 100%;
	width: 100%;
}
.select-viewer .image:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: 0;
	background: #000;
	transition: 200ms;
}

.select-viewer.loading .image:before {
	opacity: 0.3;
}
.content-viewer > .list > .list-title {
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-family: "museo";
	font-size: 0.8em;
}

.content-viewer > .list > ul > li:last-child {
	border-bottom: 0px;
}

.content-viewer > .list > ul > li:hover {
	background: #f5f5f5;
}

.prisma-content-viewer > .backdrop {
	z-index: -1;
	background: #f5f5f5;
	background-color: #f2f3f8;
}

.select-viewer {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	flex: 5;
}

.select-viewer > .content {
	align-items: flex-end;
	margin: 0px;
	width: 100%;
	padding: 1em 2em;
	position: relative;
	color: #fff;
	z-index: 10;
	backdrop-filter: blur(5px);
}

.select-viewer > .content > .description {
	font-size: 0.7em;
	display: flex;
}

.select-viewer > image {
	background-image: url("https://marketing.prismahealth.org/wp-content/plugins/flyerengine/header-images/15789422022793.jpeg");
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.select-viewer > .content > .title {
	font-family: "museo";
	font-weight: 500;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

.select-viewer > .content > .description > .action {
	flex: 1;
	align-items: center;
	justify-content: flex-end;
	display: flex;
	index: 1;
	flex: 0 1 auto;
	flex: 0 1 auto;
	min-width: 175px;
}

.select-viewer > .content > .description > .action > a {
	margin: 0px;
	color: #fff;
}

.select-viewer > .content > .description > .action > a {
	transition:
		background-color 200ms,
		color 200ms;
}

.select-viewer > .content > .description > .action > a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #d30a7c;
}

.select-viewer > .content > .description > .action > a.btn {
	border: 1px solid #fff;
	margin-right: 20px;
	padding: 0.5em 1em;
	cursor: pointer;
}

.select-viewer > .content > .description > .action > span.time {
	font-weight: bold;
}

.image {
	background-image: url("/wp-content/uploads/2022/05/thumb-early-recognition-and-action-stroke-patient-dennis-mclaughlin.jpg");
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: center;
	background-size: cover;
	z-index: 0;
}

.content-viewer > .list > ul > li.active {
	background: #d30a7c;
	color: #fff;
}

.select-viewer:before {
	content: "";
	box-shadow: inset 0px 0px 100px -50px rgb(0 0 0 / 50%);
	z-index: 8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 200ms;
}

.select-viewer > .content > .description > .summary {
	max-width: 450px;
	padding-right: 20px;
}

.select-viewer > .content > .description > .action > a.play {
	background-image: url(https://blog.prismahealth.org/wp-content/uploads/2022/06/streamlinehq-controls-play-video-movies-tv-48-1.svg);
	height: 2.5em;
	width: 2.5em;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	transform-origin: center;
	-webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
	transform-origin: center;
	transition: 250ms ease;
	z-index: 1;
	display: block;
	margin-right: 20px;
	border: 1px solid white;
	cursor: pointer;
	border-radius: 5px;
}
/* Desktop only */
@media (min-width: 767px) {
	.content-viewer:before {
		padding-top: 41%;
		content: "";
		display: block;
	}
}
/* mobile only */
@media (max-width: 767px) {
	.content-viewer {
		margin-bottom: 20px;
	}
	.prisma-content-viewer > .backdrop {
		display: none;
	}
	.content-viewer {
		flex-direction: column;
		max-height: none;
	}
	.content-viewer .image {
		position: relative;
	}
	.content-viewer .image:after {
		content: "";
		position: relative;
		padding-top: 46%;
		display: block;
	}
	.select-viewer > .content:before {
		opacity: 1;
	}
	.select-viewer > .content > .title {
		font-size: 1.2em;
		line-height: 1.2;
	}
	.select-viewer > .content > .description {
		font-size: 0.7em;
		display: flex;
		flex-direction: column;
	}
	.select-viewer > .content > .description > .summary {
		margin-bottom: 1em;
		max-width: unset;
		padding-right: 0px;
	}
}

/* Mobile Menu expand video list */

@media (max-width: 767px) {
	.list-title:after {
		content: "+";
		top: 0;
		right: 0;
		bottom: 0;
		position: absolute;
		display: flex;
		align-items: center;
		padding: 20px;
		font-weight: bold;
		font-size: 2em;
		color: #d30a7c;
		pointer-events: none;
	}
	.content-viewer > .list > .list-title.active:after {
		content: "-";
	}
	.content-viewer > .list > .list-title {
		position: relative;
		cursor: pointer;
		padding-right: 40px;
	}

	.content-viewer > .list > .list-title + ul {
		height: 0px;
	}
	.content-viewer > .list > .list-title.active + ul {
		height: auto;
	}
}

/* Category */

.category article.video a.entry-image-link {
	display: block;
}

.category article.video a.entry-image-link:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90px;
	height: 90px;
	background-image: url(https://prismahealth.org/assets/images/icon-play-button.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transform: scale(1) translate(-50%, -50%);
	transform-origin: top left;
	z-index: 2;
	-webkit-transition:
		transform 0.1s ease-out,
		height 0.1s ease-out;
	transition:
		transform 0.1s ease-out,
		height 0.1s ease-out;
}

.category article.video a.entry-image-link:after {
	content: "";
	opacity: 0.5;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: radial-gradient(circle at center left, #ec0086 0, #b32572 54.88%, #830065 100%);
	background: url(https://lp.prismahealth.org/wp-content/uploads/2021/08/MicrosoftTeams-image-5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}

.category a.entry-image-link {
	position: relative;
}
