main {
	min-height: 100vh;
}

sf-symbol {
	user-select: none;
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE/Edge */
}

.searchfield-container {
	width: 100%;
}

.search-form-container {
	display: flex;
}

input.searchfield-input:focus {
	outline: none;
	box-shadow: none;
}

input.searchfield-input {
	font-size: 24px;
	width: 100%;
	border: none;
	border-radius: none;
	line-height: 1.1666666667;
	font-weight: 700;
	letter-spacing: 0.009em;
	font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	position: relative;
	z-index: 1;
	margin-inline-start: -30px;
	margin-inline-end: -31px;
	padding-inline-start: 34px;
	padding-inline-end: 34px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-color: transparent;
	border: none;
	border-radius: 0;
	color: #000;
	line-height: 1;
}

input.searchfield-input::-webkit-input-placeholder {
	color: #6e6e73;
}

@media only screen and (max-width: 734px) {
	input.searchfield-input {
		font-size: 17px;
	}
}

input.searchfield-input:-moz-placeholder {
	color: #6e6e73;
	opacity: 1;
}

input.searchfield-input::-moz-placeholder {
	color: #6e6e73;
	opacity: 1;
}

input.searchfield-input:-ms-input-placeholder {
	color: #6e6e73;
}

.ps-header,
.ps-link {
	font-size: 12px;
	line-height: 1.3333733333;
	font-weight: 400;
	letter-spacing: -0.01em;
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: rgb(110, 110, 115);
}

.ps-link {
	color: #333333;
	font-weight: 600;
	cursor: pointer;
	padding: 3px 1px;
	border-radius: 2px;
}

.ps-link:hover {
	background-color: #f5f5f7;
}

.ps-search-arrow-icon {
	font-size: 12px;
	color: #6e6e73;
	margin-right: 0.5em;
}

.flex-button-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 7px;
}

.source-block {
	margin-top: 3em;
	/* margin-top: 0.5em; */
}

.source-block .badge {
	margin-bottom: 0.6em;
}

.section.section-search {
	padding-top: 2em;
	padding-bottom: 2em;
	margin: 0;
	background-color: var(--localnav-background-stuck, rgba(250, 250, 252, 1)) !important;
	position: sticky;
	top: 52px;
	z-index: 3;
}

@media only screen and (max-width: 1068px) {
	.section.section-search {
		top: 48px;
	}
}

.section.section-ps {
	padding-top: 1em;
	padding-bottom: 2em;
	margin: 0;
	background-color: var(--localnav-background-stuck, rgba(250, 250, 252, 1)) !important;
	transition: opacity 0.3s ease-out, max-height 0.3s ease-out, margin 0.3s ease-out,
		padding 0.3s ease-out;
	overflow: hidden;
}

section.section-ps.hiding {
	opacity: 0;
	max-height: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* Localnav override */
/* .localnav .localnav-content,
[data-sticky] .localnav-content {
	height: fit-content;
}

.search-icon-link {
	color: #000 !important;
}

.search-icon-spacer {
	display: block;
	height: 4px;
} */

/* Search Reults */
/* .thumbnail-container {
	position: relative;
	display: block;
	overflow: hidden;
	width: fit-content;
	height: fit-content;
} */

.thumbnail .thumbnail-button {
	scale: 0.75;
}

.source-thumbnail {
	border-radius: 8px;
	display: block;
	width: 250px;
	height: 141px;
}

.source-topic {
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 1em !important;
}

.session-times {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 0.5em 0.5em;
}

@media only screen and (max-width: 1068px) {
	.session-times {
		grid-template-columns: 1fr 1fr;
		gap: 0.5em 0.5em;
	}
}

@media only screen and (max-width: 1068px) {
	.session-times {
		grid-template-columns: 1fr;
		gap: 0.5em 0;
	}
}

.source-time {
	border: 1px solid rgba(0, 102, 204, 0.5);
	border-radius: 8px;
	padding: 4px 6px;
	font-size: 12px;
	width: 100%;
	text-align: center;
}

.source-title-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0.5em;
	margin-bottom: 0.25em;
}

.source-title {
	font-weight: bold;
}

.source-title-event-icon {
	font-size: 21px;
	vertical-align: middle;
}

.video-source-block {
	display: block;
	margin-bottom: 20px;
}

.video-content-wrapper {
	display: flex;
	align-items: center;
	gap: 2.5em;
}

@media only screen and (max-width: 734px) {
	.video-content-wrapper {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5em;
	}
}

.video-details {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.thumbnail-container {
	overflow: hidden;
	transition: 2s;
}

.thumbnail {
	aspect-ratio: 16/9;
	height: 150px;
}

.duration-overlay {
	position: absolute;
	bottom: 10px;
	right: 13px;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 2px 5px;
	border-radius: 7px;
	font-size: 12px;
	font-weight: bold;
	z-index: 5;
}

.source-block .source-link,
.source-block a.source-link {
	font-weight: bold;
}

.source-block .source-description {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.badge-container {
	display: flex;
	flex-direction: row;
	gap: 0.5em;
}

.badge {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.25em;
}

.badge sf-symbol {
	font-size: 17px;
}

/* filters */
.filters-container {
	display: flex;
	gap: 0.5em;
}

.filters-container a {
	display: flex;
	justify-content: center;
	gap: 0.5em;
}

@media only screen and (max-width: 734px) {
	.filters-container,
	.filter-hr {
		display: none;
	}
}

.filters-container sf-symbol {
	font-size: 17px;
}

/* Subtle Shimmer */
@keyframes shimmer {
	0% {
		background-position: -200% 0;
	}
	100% {
		background-position: 200% 0;
	}
}

.shimmer {
	position: relative;
	overflow: hidden;
	color: #999;
}

.shimmer::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.3) 50%,
		rgba(255, 255, 255, 0) 100%
	);
	background-size: 200% 100%;
	animation: shimmer 3.5s ease infinite;
	pointer-events: none;
}
